.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-commercepaypalcheckoutformcontainer {
  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-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  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-commercecheckoutshippingsummarywrapper {
  margin-bottom: 20px;
}

.home-text {
  color: #000000;
  margin-left: 10px;
  margin-top: 15px;
  display: none;
}
.back-box:hover + .home-text {
  display: block;
}
.home-text.text-white {
  color: #FFFFFF;
}

.d-flex {
  display: flex;
}
.d-flex-top {
  align-items: flex-start;
}
.d-flex-inverse {
  flex-direction: row-reverse;
}
.d-flex-center {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
/*.button {
  background: #FFFFFF;
  color: #000000;
  border: 2px solid #000000;
  border-radius: 10px;
  padding: 1.05vw 5.2vw;
  font-weight: 900;
  font-size: 1.67vw;
  line-height: 150%;
  text-align: center;
  letter-spacing: -0.019em;
  transition: 0.3s;
}
.button:hover {
  background: #000000;
  color: #FFFFFF;
  border: 2px solid rgba(242, 241, 241, 1);
}*/
.button {
  background: #FFFFFF;
  color: #000000;
  border: 2px solid #000000;
  border-radius: 10px;
  padding: 1.05vw 5.2vw;
  font-weight: 400;
  font-size: 1.67vw;
  line-height: 150%;
  text-align: center;
  letter-spacing: -0.019em;
  position: relative;
  z-index: 1;
  overflow: hidden;
  text-decoration: none;
}
.button:hover {
  color: #FFFFFF;
}
.button::after {
  content: "";
  background: #000000;
  position: absolute;
  z-index: -1;
  display: block;
  transition: all 0.3s ease;
  border-radius: 50%;
  left: -20%;
  right: -20%;
  top: -200%;
  bottom: -200%;
  transform: scale(0, 0);
  line-height: 150%;
}
.button:hover::after {
  transition: all 0.3s ease-out;
  transform: scale(1, 1);
}
/*.button-hover-red:hover {
  background: #FE391F;
}*/
.button.button-hover-red::after {
  background: #FE391F;
}
.button-center {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
ul.big-bullet {
  list-style: none;
  padding-left: 0px;
}
ul.big-bullet li {
  font-weight: 300;
  font-size: 1.7vw;
  line-height: 130%;
  letter-spacing: -0.05em;
  color: #FFFFFF;
  margin-bottom: 2vw;
  display: flex;
}
ul.big-bullet li::before {
  font-family: Arial, sans-serif;
  content: "\2022";
  color: #FFF;
  font-size: 6.5vw;
  vertical-align: middle;
  margin-right: 2vw;
}
.card {
  border-radius: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 3vw;
  background: #FFFFFF;
}

.tab-warpper {
  display:flex;
  flex-direction: column;
  align-items: center;
}
.tab-warpper .tabs {
  background: #3D3C3C;
  border-radius: 20px;
  margin-bottom: 3.7vw;
  position: relative;
  display: flex;
}
.tab-warpper .tabs * {
    z-index: 2;
}
.tab-warpper .tab {
  cursor: pointer;
  display:inline-block;
  /*background: #3D3C3C;*/
  border-radius: 18px;
  font-weight: 800;
  font-size: 1.67vw;
  line-height: 150%;
  text-align: center;
  letter-spacing: -0.019em;
  color: #FFFFFF;
  margin-bottom: 0px;
  padding: 0.5vw 6.2vw;
}
.tab-warpper .tab-panels {
  background: #FCC834;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
  border-radius: 30px;
  min-height:10vw;
  width:100%;
  overflow:hidden;
  padding:2.6vw 4vw;  
}
.tab-warpper .tab-panel {
  display:none;
  animation: fadein .8s;
  font-weight: 400;
  font-size: 2.1vw;
  line-height: 120%;
  letter-spacing: -0.05em;
  color: #000000;
}
.tab-warpper .tab-panel li {
  margin-bottom: 1.5vw;
  padding-left: 1.5vw;
}
.tab-warpper .tab-panel li::marker {
  content: "\2022";
  font-size: 2vw;
}
.tab-warpper .radio {
  display:none;
}
.tab-warpper #one:checked ~ .tab-panels #panel-1,
.tab-warpper #two:checked ~ .tab-panels #panel-2 {
  display:block;
}
.tab-warpper #one:checked ~ .tabs #tab-1,
.tab-warpper #two:checked ~ .tabs #tab-2 {
  /*background: #FCC834;*/
  color: #000000;
}
@keyframes fadein {
    from {
        opacity:0;
    }
    to {
        opacity:1;
    }
}
.tab-warpper #one:checked ~ .tabs .glider {
  transform: translateX(0);
}

.tab-warpper #two:checked ~ .tabs .glider {
  transform: translateX(100%);
}

.glider {
  position: absolute;
  display: flex;
  height: 100%;
  width: 50%;
  background-color: #FCC834;
  z-index: 1 !important;
  border-radius: 18px;
  transition: 0.25s ease-out;
  top: 0px;
}

.butterslide-style {
  font-weight: 900;
  /* font-size: 20px; */
  line-height: 180%;
  letter-spacing: -0.08em;
  text-transform: capitalize;
  color: #FCC834 !important;
  text-shadow: 0.5px 1px 0px #000000;
}

.butterslide {
  font-family: Supply, sans-serif;
}
.butterslide .link-block-21 {
  cursor: default;
}
.butterslide .back-box {
  border-radius: 8px;
}
.butterslide .image-46.f {
  padding: 12px 14px;
}
.white-back-btn .back-box.f {
  background: #FFFFFF;
}
.white-back-btn .back-box.f img.image-46 {
  background: #FFFFFF !important;
  content: url(../images/Vector_2.svg);
}
.black-back-btn .back-box.f {
  background: #000000;
}
.black-back-btn .back-box.f img.image-46 {
  background: #000000 !important;
  content: url(../images/Vector-copy-1.svg);
}

.video-wrapper {
  padding: 104px 6vw 0px 6vw;
}
.video-wrapper video {
  width: 100%;
}

.butterslide-wrapper {
  padding: 2vw 0px 5vw 10vw;
  position: relative;
}
.butterslide-wrapper .scale-sale {
  position: relative;
}
.butterslide-wrapper .scale-sale::after {
  content: "";
  height: 38vw;
  width: 100%;
  background: url('../images/scale.png') no-repeat;
  background-size: contain;
  background-position: right;
  position: absolute;
  top: 0vw;
  right: 0px;
  z-index: -1;
}
.butterslide-wrapper h2 {
  font-weight: 900;
  font-size: 4vw;
  line-height: 180%;
  letter-spacing: -0.08em;
  text-transform: capitalize;
  color: #FCC834;
  text-shadow: 0.22vw 0.35vw 0px #000000;
  margin-top: 10px;
}
.butterslide-wrapper p {
  padding: 0px 3vw 0px 3vw;
  font-weight: 300;
  font-size: 1.67vw;
  line-height: 145%;
  letter-spacing: -0.05em;
  color: #3D3C3C;
  max-width: 35vw;
}
.butterslide-wrapper .cards {
  display: flex;
  padding-right: 11vw;
  align-items: flex-end;
  margin-top: 2.2vw;
  margin-bottom: 5.2vw;
  column-gap: 3.2vw;
}
.butterslide-wrapper .card {
  border-radius: 26px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.butterslide-wrapper .card-yellow {
  background: #FCC834;
  box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.1);
  padding: 0px;
  padding-top: 2vw;
  filter: drop-shadow(0px -3px 2px rgba(0, 0, 0, 0.25));
}
.butterslide-wrapper .card-yellow img {
  height: 4.2vw;
}
.butterslide-wrapper .card-black {
  background: #000000;
  margin-top: 2.5vw;
  padding: 0px;
}
.butterslide-wrapper .card-black p {
  padding: 2vw 1vw;
  font-size: 1.25vw;
  line-height: 140%;
  letter-spacing: -0.05em;
  color: #F2F1F1;
}
.butterslide-wrapper .button-center {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-right: 11vw;
}

.polygon {
  background: #c287f7 conic-gradient(from 251.72deg at -1.88% 28.49%, #7950DD -0.36deg, rgba(121, 80, 221, 0.32958) 95.42deg, rgba(121, 80, 221, 0) 142.5deg, #7950DD 359.64deg, rgba(121, 80, 221, 0.32958) 455.42deg);
  position: relative;
}
.polygon-wrapper {
  padding: 7vw 6vw 7.5vw 6vw;
  position: relative;
  margin: 0px 12vw;
}
.polygon-wrapper::after {
  content: "";
  background: url('../images/polygon.svg') no-repeat;
  background-size: contain;
  height: 16.5vw;
  width: 16.5vw;
  position: absolute;
  top: 6vw;
  right: 7vw;
}
.polygon-wrapper h2 {
  font-weight: 400;
  font-size: 3.75vw;
  line-height: 120%;
  letter-spacing: -0.08em;
  color: #FFFFFF;
  margin-bottom: 3.5vw;
}
.polygon-wrapper .button-center {
  margin-top: 3vw;
  position: relative;
}

.nft-wrapper {
  padding: 12vw 6vw 7.5vw 6vw;
  position: relative;
}
.nft-wrapper > .card::before {
  content: "";
  height: 15.2vw;
  width: 3.3vw;
  background: url('../images/exclamation.svg') no-repeat;
  background-size: contain;
  position: absolute;
  top: -7vw;
  right: 7vw;
}
.nft-wrapper h2 {
  font-weight: 400;
  font-size: 3.75vw;
  line-height: 120%;
  letter-spacing: 0px;
  color: #FFFFFF; 
  width: 75%;
  margin-bottom: 3.75vw;
}
.nft-wrapper .nft-polygon {
  margin: 0px 4vw;
}
.nft-wrapper .card {
  background: #000000;
  padding: 4vw 4vw 6.5vw 0vw;
  margin: 0px 8vw;
  position: relative;
}
.nft-wrapper .card-red {
  background: #FE391F;
  padding: 0px;
  position: absolute;
  right: -2.3vw;
  top: 3vw;
  height: 100%;
  width: 100%;
  z-index: -1;
  margin: 0px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
}
.nft-wrapper .card p {
  font-weight: 300;
  font-size: 1.67vw;
  line-height: 145%;
  letter-spacing: -0.05em;
  color: #FFFFFF;
}
.nft-wrapper .card .w-row {
  margin-bottom: 6vw;
}
.nft-wrapper .card .w-row > div:first-child {
  text-align: center;
}
.nft-wrapper .card .w-row > div:nth-child(2) {
  margin: auto;
}
.nft-wrapper .card h5 {
  font-weight: 400;
  font-size: 2.1vw;
  line-height: 115%;
  text-align: center;
  letter-spacing: -0.05em;
  color: #FFFFFF;
}
.nft-wrapper .button-center {
  width: 100%;
  position: relative;
}

.scale {
  background: #000000;
}
.scale-wrapper {
  padding: 6.4vw 6vw 9vw 6vw;
  position: relative;
  margin: 0px 9vw;
}
.scale-wrapper h2 {
  font-weight: 400;
  font-size: 3.8vw;
  line-height: 140%;
  text-align: center;
  color: #FFFFFF;
  margin-top: 0px;
  margin-bottom: 1.5vw;
}
.scale-wrapper h2 .butterslide-style {
  font-weight: 900;
  font-size: 4.18vw;
  line-height: 180%;
}
.scale-wrapper p {
  font-weight: 300;
  font-size: 1.88vw;
  line-height: 140%;
  text-align: center;
  letter-spacing: -0.05em;
  color: #FFFFFF;
  margin-bottom: 6vw;
}

.web3 {
  background: #FE391F;
}
.web3-wrapper {
  padding: 6.4vw 6vw 6vw 6vw;
  position: relative;
  margin: 0px 8.9vw;
}
.web3-wrapper h2 {
  font-weight: 900;
  font-size: 4.2vw;
  line-height: 120%;
  color: #FFFFFF;
  margin-bottom: 5.2vw;
}
.web3-wrapper h2 span { 
  background: #000000;
  color: #FFFFFF; 
  display: inline;
  line-height: 5.3vw;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.web3-wrapper ul.big-bullet {
  margin-bottom: 6.5vw;
}
.web3-wrapper .w-row .w-col-6 > img {
  height: 17vw;
}

.web3-wrapper h4 {
  font-weight: 900;
  font-size: 2.2vw;
  line-height: 115%;
  text-align: center;
  letter-spacing: -0.05em;
  color: #000000;
}
.web3-wrapper p {
  font-weight: 300;
  font-size: 1.9vw;
  line-height: 140%;
  text-align: center;
  letter-spacing: -0.05em;
  color: #000000;
  margin-bottom: 2.2vw;
}
.web3-wrapper .logo-box {
    background: #FFF;
    width: 3.5vw;
    height: 3.5vw;
    background: #FFF;
    padding: 0.75vw;
    margin: auto;
}

.footer-butterslide .div-block-44 {
  font-size: 20px;
}

.heading-hlines {
  font-family: Supply, sans-serif;
  position: relative;
  font-size: 2.4vw;
  line-height: 100%;
  z-index: 1;
  overflow: hidden;
  text-align: center;
  color: #000;
}
.heading-hlines:before, .heading-hlines:after {
  position: absolute;
  top: 55%;
  overflow: hidden;
  width: 50%;
  height: 1px;
  content: '\a0';
  background-color: #000;
  margin-left: 2%;
}
.heading-hlines:before {
  margin-left: -52%;
  text-align: right;
}

.articles {
  font-family: Supply, sans-serif;
  font-weight: 400;
  background: linear-gradient(180deg, #F24822 0%, rgba(242, 72, 34, 0) 100%) no-repeat;
}
.articles .back-box,
.article-details .back-box
 {
  margin-top: 3vw;
  margin-left: 2.5vw;
  border-radius: 4px;
}
.articles .home-text,
.article-details .home-text {
  margin-top: 3vw;
}
.thepool-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 2vw;
  margin-bottom: 3vw;
}
.thepool-wrapper .the_pool {
  display: flex;
  width: 25vw;
  transition: all 0.5s ease;
}
.thepool-wrapper .the_pool:hover {
  transition: all 0.5s ease;
  transform: scale(1.05);
}
.featured-wrapper {
  margin: 2vw 0px 0vw 10vw;
  position: relative;
}
.featured-wrapper .cards {
  display: flex;
  margin-right: 11vw;
  align-items: flex-end;
  margin-top: 2.2vw;
  margin-bottom: 2.5vw;
  background: #EEEEEE;
  border-radius: 2vw;
  padding: 1.5vw 1.5vw 2.75vw 1.5vw;
}
.articles-list a {
  text-decoration: none;
}
.articles-list > div,
.articles-list > article {
  margin-right: 4vw;
  position: relative;
  padding-bottom: 1vw;
}
.articles-list > div:nth-child(3n+3),
.articles-list > article:nth-child(3n+3) {
  margin-right: 0vw;
}
.articles-list > div img,
.articles-list > article img {
  width: 100%;
  transition: all 0.5s ease;
}
.articles-list .card-top-title {
  position: absolute;
  top: 0vw;
  font-size: 2vw;
  line-height: 2.5vw;
  color: #FFFFFF;
  text-shadow: 0px 0px 20px #000000, 0px 0px 20px #000000;
  letter-spacing: -2px;
  word-spacing: -12px;
  padding: 2vw 1.25vw 2vw 1.25vw;
  z-index: 10;
  height: 100%;
}
.articles-list > div.black-text .card-top-title,
.articles-list > article.black-text .card-top-title {
  color: #000000 !important;
  text-shadow: none !important;
}
.articles-list .card-bottom-tag {
  position: absolute;
  bottom: -0.25vw;
  background: #FE391F;
  border-radius: 0.9vw;
  width: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 2vw;
  font-size: 1.2vw;
  text-align: center;
  color: #FFFFFF;
  height: 2.5vw;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  letter-spacing: -1px;
}
.articles-list > div .card-bottom-content,
.articles-list > article .card-bottom-content {
  display: none;
  padding: 2vw 1.25vw 1vw 1.25vw;
  z-index: 10;
  font-weight: 300;
  font-size: 1.25vw;
  line-height: 1.3vw;
  color: #FFFFFF;
  position: absolute;
  bottom: 0vw;
  z-index: 10;
}
.articles-list > div.black-text .card-bottom-content,
.articles-list > article.black-text .card-bottom-content {
  color: #000000 !important;
}
.articles-list > div:hover,
.articles-list > article:hover {
  cursor: pointer;
}
.articles-list > div:hover img,
.articles-list > article:hover img {
  transition: all 0.5s ease;
  webkit-filter: blur(1px); /*brightness(35%) contrast(140%)*/
  filter: blur(1px);
  transform: scale(1.05);
}
.articles-list > div.black-text:hover img,
.articles-list > article.black-text:hover img {
  transition: all 0.5s ease;
  webkit-filter: blur(1px) brightness(150%);
  filter: blur(1px)  brightness(110%) contrast(140%);
  transform: scale(1.05);
}
.articles-list > div:hover .card-bottom-tag,
.articles-list > article:hover .card-bottom-tag {
  display: none;
}
.articles-list > div:hover .card-bottom-content,
.articles-list > article:hover .card-bottom-content {
  display: block;
}
.articles-list > div::before,
.articles-list > div::after,
.articles-list > article::before,
.articles-list > article::after {
  opacity: 0;
  transition: all 0.5s ease;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0.7) 10%, rgba(0, 0, 0, 0.3) 20%, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
  border-radius: 2vw;
  transform: scale(1.05);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  content: '';
  z-index: 1;
}
.articles-list > div:hover::before,
.articles-list > div:hover::after,
.articles-list > article:hover::before,
.articles-list > article:hover::after {
  opacity: 1;
  transition: all 0.5s ease;
}
.articles-list > div.black-text:hover::before,
.articles-list > div.black-text:hover::after,
.articles-list > article.black-text:hover::before,
.articles-list > article.black-text:hover::after {
  background: linear-gradient(0deg, #FFFFFF -5.38%, rgba(217, 217, 217, 0) 100%);
}
.articles .button {
  padding: 0.8vw 3.2vw;
  border-radius: 1vw;
  font-weight: 400;
  font-size: 1.25vw;
}
.articles .image-46.f {
  background-color: #000 !important;
}

.portfolio-wrapper {
  margin: 2vw 10vw 0vw 10vw;
  position: relative;
}
#grid-container {
  min-height: 5vw;
  padding: 1.5vw 1.5vw 2.75vw 1.5vw;
}
.articles-column {
  float: left;
  width: 29.4%;
  display: none;
  margin-bottom: 2.5vw;
  transition: all 0.5s fade-in;
  display: none;
}
.show {
  display: block;
  -webkit-animation: fadeIn 2s;
  animation: fadeIn 2s;
}
#myBtnContainer {
  display: flex;
  flex-wrap: wrap;
  padding: 1.5vw 1.5vw 2.75vw 1.5vw;
}
#myBtnContainer button {
  flex: 0 0 calc(15.5%);
  background: none;
  font-size: 1.25vw;
  font-weight: 300;
  -webkit-animation: fadeIn 2s;
  animation: fadeIn 2s;
  white-space: nowrap;
}
#myBtnContainer button:nth-child(5) {
  flex-grow: 1;
}
#myBtnContainer button.active {
  font-weight: 400;
  text-decoration: underline;
}
#myBtnContainer button:hover {
  font-weight: 400;
}

@-webkit-keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}
@keyframes fadeIn {
    from { opacity: 0; }
      to { opacity: 1; }
}

#load {
  margin-bottom: 3vw;
}
.subscriber-wrapper {
  margin: 3vw 10vw 0vw 10vw;
  position: relative;
}
.subscriber-wrapper .w-col-12 {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  gap: 2.5vw;
}
.subscriber-wrapper .w-col-12 .button-center,
.subscriber-wrapper .w-col-12 form {
  flex: 1;
}
.subscriber-wrapper .w-col-12 hr {
  width: 100%;
  margin: 2vw 2vw 0.5vw 1.5vw;
}
.subscriber-wrapper .subscriber-title {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000;
  border-radius: 16px;
  padding: 1.5vw 4.5vw 1.7vw 4.5vw;
  font-weight: 400;
  font-size: 2.19vw;
  color: #FFFFFF;
  height: 5.85vw;
}
.subscriber-wrapper .red-text {
  color: #FE391F;
  font-weight: 900;
  display: contents;
}

.subscriber-wrapper .input-group {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000000;
  border-radius: 1.7vw;
  height: 5.85vw;
  margin: 0vw 1vw 0vw 1vw;
}
.subscriber-wrapper .input-group.error,
.subscriber-wrapper .input-group.error input {
  background: #FE391F;
}
.subscriber-wrapper .input-group input {
  flex-grow: 1;
  height: 4.8vw;
  border-radius: 1.7vw;
  border: none;
  font-weight: 400;
  font-size: 1.25vw;
  line-height: 100%;
  outline: none;
  padding: 0vw 2vw;
  word-spacing: -0.5vw;
}
.subscriber-wrapper .input-group input::placeholder {
/*  font-family: Supply, sans-serif;*/
  color: #AAAAAA;
  opacity: 1;
}
/*.subscriber-wrapper .input-group input::-webkit-input-placeholder {
  font-family: Supply, sans-serif;
}
.subscriber-wrapper .input-group input:-ms-input-placeholder {
  font-family: Supply, sans-serif;
}
.subscriber-wrapper .input-group input::-moz-placeholder {
  font-family: Supply, sans-serif;
}*/

.subscriber-wrapper .input-group.error input::placeholder {
  color: #000;
}
.subscriber-wrapper .input-group .button {
  margin-right: 1.4vw;
  font-size: 1.25vw;
  padding: 0.65vw 2.75vw;
}

.subscriber-wrapper .subscriber-message {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #FFFFFF;
  background: #000;
  color: #AAAAAA;
  border-radius: 1.7vw;
  height: 6.35vw;
  /* margin: 1vw 1vw 0vw 0vw; */
  font-weight: 400;
  font-size: 1.67vw;
  display: none;
  flex-grow: 1;
}

.articles .list-2 {
  text-align: right;
}
.articles .text-block-7.f {
  padding-bottom: 0px;
}

.article-details {
  font-family: Supply, sans-serif;
  font-weight: 400;
  color: #000;
  background: linear-gradient(180deg, #F24822 0%, #F24822 80%, #F24822 100%) no-repeat;
}
.article-details .link-block-21 {
  display: inline-flex;
}
.article-details .link-block-21 {
  display: inline-flex;
}
.articles .link-block-21,
.article-details .link-block-21,
.privacy .link-block-21 {
  display: inline-flex;
  cursor: pointer;
}
.article-details .the-pool-right {
  margin-top: 1.5vw;
  background: none !important;
  position: absolute;
  right: 2vw;
}
.article-details .the-pool-right img {
  transition: all 0.5s ease;
}
.article-details .the-pool-right img:hover {
  transition: all 0.5s ease;
  transform: scale(1.05);
}
.article-bg-wrapper {
  background: #F24822;  
}
.article-banner-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 5vw;
  margin-bottom: -5.5vw;
  position: relative;
}
.article-banner-wrapper .article-banner {
  display: flex;
  width: 37.5vw;
}
.article-details-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000 linear-gradient(180deg, #F24822 0%, #000000 12%, #000000 100%) no-repeat;
  padding: 0vw 20vw 5vw 20vw;
  margin-bottom: 2vw;
}
.article-details-wrapper .card {
  padding: 7vw 11.5vw 3vw 11.5vw;
  display: block;
}
.article-details-wrapper .card hr {
  margin: 1.7vw 0vw 0.6vw 0vw;
}
.article-details-wrapper .article-tag {
  font-size: 1.67vw;
  color: #F24822;
  margin-bottom: 2vw;
  text-align: left;
}
.article-details-wrapper .article-heading  {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0.5vw;
}
.article-details-wrapper .article-heading h1 {
  font-size: 3.75vw;
  line-height: 100%;
  margin-top: 0px;
  font-weight: 400;
  letter-spacing: -0.15vw;
  word-spacing: -1.2vw;
  width: 100%;
}
.article-details-wrapper .article-time {
  font-weight: 300;
  font-size: 1.05vw;
  color: #3D3C3C;
  white-space: nowrap;
}
.article-details-wrapper .article-subheading {
  font-weight: 300;
  font-size: 1.67vw;
  line-height: 2vw;
  text-align: left;
  margin-top: 1.5vw;
  margin-bottom: 1.5vw;
}
.article-details-wrapper p {
  text-align: left;
  font-weight: 300;
  font-size: 1.05vw;
  line-height: 1.3vw;
  margin-bottom: 1.2vw;
  word-spacing: -0.3vw;
}
.article-details-wrapper ol {
  text-align: left;
  font-weight: 300;
  font-size: 1.04vw;
  line-height: 1.3vw;
  margin-bottom: 1.2vw;
  word-spacing: -0.3vw;
}
.article-details-wrapper a {
/*  text-decoration: none;*/
  color: #F24822;;
}
.article-details-wrapper b {
  font-weight: 400;
}
.article-images {
  margin-top: 1vw;
  margin-bottom: 1vw;
}
.article-images-grid {
  display: flex;
  gap: 3.15vw;
  margin-top: 3vw;
}
.article-images-note {
  background: #EEEEEE;
  border-radius: 8px;
  font-weight: 300;
  font-size: 0.625vw;
  line-height: 100%;
  margin: 1vw 0vw;
  padding: 0.6vw;
  text-align: center;
}
.article-quote {
  font-weight: 300;
  font-size: 2.5vw;
  line-height: 3vw;
  margin-bottom: 2vw;
}
.article-by {
  display: flex;
  justify-content: center;
  margin-top: 0.75vw;
  gap: 1vw;
}
.article-by > div {
  display: flex;
  flex-grow: 1;
  align-items: center;
  padding: 1vw 0vw;
  /*width: 100%;*/
}
.article-by-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-weight: 300;
  font-size: 1.04vw;
  line-height: 100%;
  padding: 0vw 0vw 0vw 1.75vw;
}
.article-by-info > div {
  text-align: center;
}
.article-by-info > div:first-child {
  margin-bottom: 1.5vw;
}
.article-by-info a {
  text-decoration: none;
}
.article-by-avatar {
  width: 6.5vw;
}
.article-by-avatar img {
  width: 6.5vw;
}
.article-by-social {
  display: flex;
  flex-direction: row;
  gap: 1vw;
  justify-content: center;
  width: 100%;
}

.privacy {
  font-family: Supply, sans-serif;
  font-weight: 300;
}
.privacy .edao-logo {
  width: 50.3vw;
}
.privacy .back-box {
  margin-top: 2.2vw;
  margin-left: 2vw;
}
.privacy .back-box:hover {
  margin-left: 2vw;
}
.privacy .image-46.f {
  width: 3.35vw;
  padding: 0px;
  border-radius: 10px;
}
.privacy-header {
  background: #000;
  color: #FFF;
  padding-top: 2.5vw;
  position: relative;
}
.privacy-header img,
.privacy-header h1 {
  position: relative;
  padding: 0vw 15vw 0vw 15vw;
  margin: 0px;
}
.privacy-header h1 {
  font-weight: 400;
  font-size: 3.75vw;
  line-height: 4.5vw;
  padding-bottom: 1.2vw;
  padding-top: 1vw;
  overflow: hidden;
}
.privacy-header h1::after {
  position: absolute;
  top: 55%;
  overflow: hidden;
  width: 50%;
  height: 1px;
  content: '\a0';
  background-color: #FFF;
  margin-left: 3%;
}
.privacy-wrapper {
  background: #000;
  color: #FFF;
  padding: 2.5vw 15vw 1.5vw 15vw;
}

.privacy-wrapper p,
.privacy-wrapper ol,
.privacy-wrapper ul {
  font-weight: 300;
  font-size: 1.25vw;
  line-height: 1.51vw;
  text-align: justify;
  margin-top: 1.55vw;
  margin-bottom: 0px;
}
.privacy-wrapper ol > li {
  padding-bottom: 2vw;
  font-size: 1.675vw;
  line-height: 2vw;
  margin-left: -40px;
  font-weight: 400;
}
.privacy-wrapper ol > li p:first-child {
  margin-top: 2vw;
}
.privacy-wrapper ul {
  list-style-type: none;
  padding-left: 10px;
}
.privacy-wrapper ol > li ul {
  margin-top: 0.3vw;
  list-style-position: outside;
}
.privacy-wrapper ol > li ul li {
  list-style-position: inside;
  text-indent: -0.9em;
  padding-left: 1em;
}
.privacy-wrapper ul li::marker {
  font-family: Supply, sans-serif;
}
.privacy-wrapper ul li::before {
  font-family: Supply, sans-serif;
  content: "\2022";
  color: #FFF;
  font-size: 1.5vw;
  vertical-align: middle;
  margin-right: 0.8vw;
  position: relative;
  top: -0.2vw;
}
.privacy-wrapper b {
  font-weight: 400;
}
.copyright-privacy .privacy-link a {
  color: #000;
  display: inline-block;
} 

video {
    object-fit: fill;
}

.mt-0 {
  margin-top: 0px !important;
}
.pl-0 {
  padding-left: 0px !important;
}
.w-lg-50 {
  width: 50% !important;
}
.w-100 {
  width: 100% !important;
}

.slbOverlay {
  opacity: 0.9;
}
.logo-box.logo-box-black {
  background-color: #000;
  width: 2.6vw;
  height: 2.6vw;
}
.logo-box-black .logoa {
  stroke: #FFF;
}
.logo-box.logo-box-black:hover .red-icon-box {
  background-color: #F24822;
}

.privacy-wrapper ul.pad-top > li {
  padding-top: 2vw;
}

@media screen and (min-width: 865px) and (max-width: 1162px) {
  .article-by-info {
    padding: 0vw 0vw 0vw 1.5vw;
  }
}

@media screen and (min-width: 768px) and (max-width: 866px) {
  .article-by-info {
    padding: 0vw 0vw 0vw 1.25vw;
  }
}

@media screen and (max-width: 767px) {

  .articles {
    word-spacing: -3px;
  }
  .thepool-wrapper {
    margin-bottom: 0px;
  }
  .thepool-wrapper .the_pool {
    width: 290px;
    margin-top: 25px;
    margin-bottom: 45px;
  }
  .heading-hlines {
    font-size: 16px;
  }
  .heading-hlines.break-line:after {
    margin-left: 65px;
  }
  .featured-wrapper {
    margin: 20px 0px 40px 0px;
  }
  .articles-column {
    width: 100%;
  }
  .articles-list > div, .articles-list > article {
    margin-right: 0px !important;
    padding-bottom: 20px;
  }
  .articles-list .card-top-title {
    font-size: 24px;
    line-height: 29px;
    letter-spacing: 0px;
    word-spacing: -8px;
    padding: 25px 15px;
  }
  .articles-list .card-bottom-tag {
    font-size: 16px;
    line-height: 19px;
    border-radius: 8px;
    padding: 17px 25px;
    bottom: -15px;
  }
  .featured-wrapper .articles-list > div .card-bottom-content,
  .articles-list > article .card-bottom-content {
    position: relative;
    display: block;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
    margin-top: 15px;
    text-align: center;
  }
  .articles-list .card-img-box {
    position: relative;
  }
  .articles .button {
    font-size: 16px;
    line-height: 19px;
    padding: 15px 60px;
    background: #EEEEEE;
    border: 2px solid #000000;
    border-radius: 16px;
  }
  .articles-list > div:hover::before, 
  .articles-list > div:hover::after, 
  .articles-list > article:hover::before, 
  .articles-list > article:hover::after {
    background: none;
  }
  .featured-wrapper .articles-list > div:hover img,
  .featured-wrapper .articles-list > article:hover img {
    transform: scale(1);
  }

  .subscriber-wrapper .subscriber-title {
    font-size: 18px;
    border-radius: 8px;
    padding: 10px 20px;
    height: 36px;
  }
  .subscriber-wrapper .input-group {
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .subscriber-wrapper .input-group input {
    font-size: 16px;
    line-height: 19px;
    word-spacing: -4px;
    letter-spacing: -0.5px;
  }
  .subscriber-wrapper .input-group .button {
    background: none;
    padding: 0px;
    border: none;
    border-radius: unset;
    outline: none;
    margin-right: 10px !important;
    padding: 0px;
  }
  .subscriber-wrapper .button:hover {
    border: none;
    background: none;
    border-radius: 3px;
  }
  .subscriber-wrapper .subscriber-message {
    min-height: 40px;
    height: auto;
    font-size: 12px;
  }


  #myBtnContainer {
    padding: 20px 0px 0px 0px;
  }
  #myBtnContainer button {
    font-size: 16px;
    white-space: nowrap;
    flex: auto;
    flex-grow: 1;
    margin-bottom: 20px;
  }


  .carousel{
    width:100%;
  }
  .slick-slide{
    margin:10px 15px;
    position: relative;
  }
  .slick-slide img{
    width:100%;
  }
  .slick-dots li {
    width: 18px;
    margin: 0px;
  }
  .slick-dots li button:before {
    font-size: 11px;
  }
  .wrapper .slick-dots li button:before {
  }
  .slick-slider .slick-track, .slick-slider .slick-list {
    z-index: 99;
  }

  .div-two-column .list-2 {
    text-align: left;
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
  }
  .div-two-column .text-block-7.f {
    padding-bottom: 10px;
  }
  .div-two-column.div-block-43 {
    display: block;
  }

  .article-details {
    background: linear-gradient(180deg, #000000 0%, #000000 80%, #000000 100%) no-repeat;
  }
  .articles .back-box,
  .article-details .back-box {
    margin-top: 15px;
    margin-left: 16px;
    width: 35px;
  }
  .articles .image-46.f,
  .article-details .image-46.f {
    border-radius: 4px;
  }
  .article-details .white-back-btn .back-box.f img.image-46 {
    background: #000000 !important;
    content: url(../images/Vector-copy-1.svg);
  }
  .article-bg-wrapper {
    background: none;
  }
  .article-banner-wrapper {
    /*margin-bottom: 75px;*/
    padding: 0px 35px;
    background: #000 linear-gradient(180deg, #F24822 0%, #F24822 30%, #000000 50%, #000000 100%) no-repeat;
    min-height: 100vh;
    margin-bottom: 0px;
    align-items: flex-start;
  }
  .article-banner-wrapper .article-banner {
    margin-top: 110px;
    width: 100%;
  }
  .article-time {
    font-weight: 300;
    font-size: 12px;
    line-height: 100%;
    color: #FFFFFF;
    padding: 25px 0px;
  }
  .article-tag {
    font-weight: 400;
    font-size: 16px;
    line-height: 100%;
    color: #F24822;
    padding-top: 20px;
  }
  .article-details-wrapper {
    padding: 0px;
    background: none;
    background: #000 linear-gradient(180deg, #000000 0%, #000000 30%, #FFFFFF 50%, #FFFFFF 100%) no-repeat;
  }
  .article-heading h1 {
    font-weight: 400;
    font-size: 32px;
    line-height: 100%;
    color: #FFFFFF;
    margin: 20px 0px;
  }
  .article-heading h5 {
    font-weight: 300;
    font-size: 18px;
    line-height: 22px;
    color: #FFFFFF;
    padding-top: 10px;
  }
  .article-details-wrapper .article-subheading {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .article-details-wrapper .card {
    padding: 30px 40px;
  }
  .article-details-wrapper .card hr {
    margin: 25px 0px 10px 0px;
  }
  .article-details-wrapper p {
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    text-align: justify;
    margin-bottom: 20px;
  }
  .article-details-wrapper ol {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 20px;
  }
  .article-images-grid {
    flex-direction: column;
  }
  .article-images-note {
    font-size: 10px;
    line-height: 12px;
    border-radius: 8px;
    margin: 15px 0vw;
    padding: 5px 15px;
  }
  .article-quote {
    font-weight: 300;
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 20px;
  }
  .article-by {
    flex-direction: column;
  }
  .article-by > div {
    justify-content: flex-start;
    margin: 12px 0px;
  }
  .article-by-avatar {
    margin-right: 20px;
  }
  .article-by-info {
    font-size: 16px;
  }
  .article-by-info > div {
    text-align: left;
  }
  .article-by-info > div:first-child {
    padding-bottom: 12px;
  }
  .article-by-avatar, .article-by-avatar img {
    width: 86px;
  }
  .article-by-social {
    justify-content: flex-start;
    width: 100%;
    gap: 18px;
  }
  .article-by-social img {
    width: 32px;
  }
  .logo-box.logo-box-black {
    width: 35px;
    height: 35px;
  }

  .privacy-header {
    padding-top: 120px;
  }
  .privacy-header h1 {
    font-weight: 400;
    font-size: 32px;
    line-height: 38px;
    padding: 0px 35px;
    margin-top: 20px;
  }
  .privacy-header h1::after {
    width: 100%;
  }
  .privacy-header img {
    padding: 0px 35px;
  }
  .privacy-wrapper {
    padding: 25px 35px 40px 35px;
  }
  .privacy .edao-logo {
    width: 310px;
  }
  .privacy-wrapper p, .privacy-wrapper ol, .privacy-wrapper ul {
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    margin-top: 20px;
    text-align: left;
  }
  .privacy-wrapper ol {
    list-style-position: inside;
    padding-left: 0px;
  }
  .privacy-wrapper ol > li {
    font-size: 24px;
    line-height: 28px;
    margin-left: 0px;
    padding-bottom: 25px;
    text-align: left;
  }
  .privacy-wrapper ol > li p:first-child {
    margin-top: 25px;
  }
  .privacy-wrapper ul li::before {
    font-size: 16px;
  }
  .privacy-wrapper ul.pad-top > li {
    padding-top: 25px;
    text-indent: 0em;
    padding-left: 0em;
  }
  .privacy-wrapper ul.pad-top > li b {
    font-weight: 400;
  }
  .privacy-wrapper ul.pad-top > li br {
    content: "";
    display: block;
    padding-bottom: 15px;
  }

  .copyright-privacy .text-block-8 {
    margin-bottom: 0px;
  }
  .copyright-privacy .privacy-link {
    margin: 0px;
    margin-bottom: 30px;
  }
  .copyright-privacy .privacy-link a {
    font-weight: 300;
    font-size: 16px;
    line-height: 19px;
    padding-top: 10px;
  }
  .privacy .image-46.f {
    width: 44px;
  }
  .privacy .back-box {
    margin-top: 48px;
    margin-left: 16px;
  }

  .w-xs-100 {
    width: 100% !important;
  }

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

  .button {
    border-radius: 3px;
    padding: 0.75em 3em;
    font-size: 0.9em;
    border: 1px solid #000000;
    font-weight: 400;
  }
  .button:hover {
    border: 1px solid rgba(242, 241, 241, 1);
  }
  ul.big-bullet li {
    font-size: 1em;
    margin-bottom: 1.5em;
  }
  ul.big-bullet li::before {
    font-size: 3em;
    margin-right: 0.4em;
  }
  .card {
    border-radius: 10px;
  }
  .tab-warpper .tab-panel {
    display: block;
  }
  .tab-warpper .tab {
    font-size: 1em;
    border-radius: 6px;
    padding: 0.4em 3em 0.4em 1.5em;
    margin-bottom: 10px;
    margin-top: 20px;
    cursor: default;
    background: #3D3C3C;
  }
  .tab-warpper .tab-panels {
    border-radius: 6px;
    padding: 2em 2em 1em 2em;
  }
  .tab-warpper .tab-panel {
    font-size: 0.95em;
  }
  .tab-warpper .tab-panel ul {
    padding-left: 0px;
  }
  .tab-warpper .tab-panel li {
    margin-bottom: 1em;
  }
  .tab-warpper .tab-panel li::marker {
    font-size: 1em;
  }

  .butterslide .back-box {
    border-radius: 4px;
    margin-top: 15px;
    margin-left: 15px;
  }
  .butterslide .back-box.f img.image-46 {
    width: 85%;
    padding: 6px 4px;
    border-radius: 4px;
  }
  .home-text {
    font-size: 16px;
  }

  .video-wrapper {
    padding: 0px;
    padding-top: 60px;
  }
  .butterslide-wrapper .w-row {
    display: block;
  }
  .butterslide-wrapper {
    padding: 0px 0em 4em 1.5em;
    padding-right: 0px;
  }
  .butterslide-wrapper h2 {
    font-size: 2em;
    line-height: 110%;
    text-shadow: 1px 3px 0px #000000;
  }
  .butterslide-wrapper p {
    font-size: 1em;
    max-width: 70vw;
  }
  .butterslide-wrapper .scale-sale::after {
    background: none;
  }
  .butterslide-wrapper .scale-sale img {
    width: 80%;
    float: right;
    margin-top: 10px;
  }
  .butterslide-wrapper .small-over {
    position: relative;
    top: -65px;
    margin-bottom: -60px;
  }
  .butterslide-wrapper .card {
    border-radius: 8px;
  }
  .butterslide-wrapper .cards {
    padding: 0px 3.6em 0px 2em;
  }
  .butterslide-wrapper .cards > div {
    margin-bottom: 12px;
  }
  .butterslide-wrapper .card-yellow {
     filter: drop-shadow(0px -2px 1px rgba(0, 0, 0, 0.25));
     padding-top: 3vw;
  }
  .butterslide-wrapper .card-black {
    width: 100%;
    margin-top: 3.5vw;
  }
  .butterslide-wrapper .card-yellow img {
    height: 2.2em;
  }
  .butterslide-wrapper .w-row .w-col-small-12:first-child .card-yellow img {
    height: 1.75em;
  }
  .butterslide-wrapper .card-black p {
    font-size: 1em;
    padding: 2em;
  }

  .polygon-wrapper {
    padding: 7em 0.5em 4em 0.5em;
  }
  .polygon-wrapper h2 {
    font-size: 1.9em;
    margin-bottom: 1.5em;
  }
  .polygon-wrapper::after {
    height: 7em;
    width: 7em;
    right: 0em;
    top: 3em;
  }
  .polygon-wrapper .button {
    margin-top: 2em;
  }

  .nft-wrapper {
    padding: 4em 2.5em 3em 2em;
  }
  .nft-wrapper .card {
    padding: 0.5em 1em 3em 1em;
    margin: 0px;
    align-items: flex-start;
  }
  .nft-wrapper .nft-polygon {
    margin: 0px 1em 1em 0px;
  }
  .nft-wrapper h2 {
    font-size: 1.5em;
    margin: 1em 1em;
    width: 76%;
  }
  .nft-wrapper > .card::before {
    right: 3em;
  }
  .nft-wrapper .card p {
    font-size: 0.9em;
    padding-left: 5px;
  }
  .nft-wrapper .card h5 {
    font-size: 0.75em;
  }
  .nft-wrapper .card img {
    width: 52%;
  }
  .nft-wrapper .card .nft-polygon .w-row:nth-child(2) img {
    width: 36%;
  }
  .nft-wrapper .card .w-row {
    margin-bottom: 0.75em;
    align-items: center;
  }

  .scale-wrapper{
    padding: 4em 1.75em 2em 1.75em;
    margin: 0px;
  }
  .scale-wrapper h2 {
    text-align: left;
    font-size: 2em;
    line-height: 100%;
  }
  .scale-wrapper h2 .butterslide-style {
    font-size: 1.1em;
  }
  .scale-wrapper p {
    text-align: left;
    font-size: 0.95em;
    margin-bottom: 0.3em;
  }

  .web3-wrapper {
    padding: 4em 0em 0em 0em;
    margin: 0px;
  }
  .web3-wrapper h2 {
    font-size: 2em;
    line-height: 121%;
    margin: 0px 0.75em;
  }
  .web3-wrapper ul.big-bullet {
    padding: 15px 20px;
    margin: 0px 1.75em;
  }
  .web3-wrapper .w-row {
    display: block;
    margin-top: 50px;
  }
  .web3-wrapper .w-row a {
    padding-bottom: 40px;
    display: block;
  }
  .web3-wrapper .w-row .w-col-6 > img {
    height: 12em;
  }
  .web3-wrapper h4 {
    font-size: 1em;
    margin-top: 20px;
    margin-bottom: 3px;
  }
  .web3-wrapper p {
    font-size: 0.75em;
  }
  .web3-wrapper .logo-box {
    height: 1.75em;
    width: 1.75em;
  }
  .web3-wrapper .logo-box .logoa {
    height: 1em;
    width: 1em;
  }
  .web3-wrapper .small-white-bg {
    background: #FFFFFF;
    padding: 3em 0em 0em 0em;
  }

  .footer-butterslide .div-block-44 {
    font-size: 1em;
  }
  .footer-butterslide .butterslide-style {
    font-size: 1em;
  }
  .footer-butterslide .w-list-unstyled li {
    margin-bottom: 0px;
  }

  .footer-butterslide .div-block-53 {
    margin-top: 40px;
  }
}

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

.nav-img.nave-hover {
  width: 45px;
}

.text-block--white {
  margin-bottom: 12px;
  color: #fff;
  letter-spacing: -2px;
  text-decoration: none;
}

.text-block--white:hover {
  text-decoration: underline;
}

.nav {
  display: block;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
}

.nav:hover {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.text-block-7-copy {
  display: block;
  width: 100%;
  margin-bottom: 12px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  direction: ltr;
  color: #fff;
  line-height: 38.4px;
  font-style: normal;
  letter-spacing: -2px;
  text-decoration: none;
  text-indent: 0px;
  text-transform: none;
  -webkit-column-count: 1;
  column-count: 1;
  -webkit-column-gap: 0px;
  column-gap: 0px;
  -webkit-column-rule-style: none;
  column-rule-style: none;
  -webkit-column-rule-width: 0px;
  column-rule-width: 0px;
  white-space: nowrap;
}

.text-block-7-copy:hover {
  text-decoration: underline;
}

.text-block-7-copy.red {
  margin-bottom: 0px;
  color: #fff;
}

.text-block-7-copy.red.ss {
  color: #000;
}

.link-block-3 {
  display: block;
  width: 100%;
  margin-bottom: 0px;
  color: #000;
  text-decoration: none;
}

.link-block-3.w--current {
  display: block;
  width: 100%;
  margin-bottom: 12px;
}

.tittle-1-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  font-size: 32px;
  line-height: 38.4px;
  font-weight: 400;
}

.tittle-1-32.text-w {
  color: #fff;
}

.tittle-1-32.text-black {
  display: block;
  color: #000;
}

.div-block-51 {
  position: static;
  left: 0px;
  right: auto;
  bottom: auto;
  display: none;
  width: 280px;
  margin-top: 10px;
  padding: 40px 20px;
  border-radius: 20px;
  background-color: #aaa;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
}

.div-block-51.nave-hover {
  display: none;
  width: auto;
  min-width: 280px;
  padding-top: 20px;
  opacity: 0;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  font-size: 12px;
  line-height: 18px;
  font-weight: 300;
}

.navbar {
  position: fixed;
  z-index: 1000;
  display: block;
  overflow: visible;
  height: auto;
  padding-top: 20px;
  padding-left: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: transparent;
}

.text-block {
  position: relative;
  z-index: 10;
  margin-right: 0px;
  font-size: 24px;
  line-height: 38.2px;
  text-decoration: none;
}

.text-block.gg {
  font-family: Supply, sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.text-block.gg.ii {
  color: #fff;
}

.text-block.gg.ii.gf {
  font-size: 24px;
}

.section {
  display: block;
  height: 100vh;
  background-color: hsla(0, 0%, 93.3%, 0.93);
}

.link-block {
  display: block;
  margin-top: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  opacity: 1;
  text-decoration: none;
  cursor: none;
}

.link-block.hhj {
  position: relative;
  top: 55px;
}

.link-block.hhj.hh {
  position: relative;
  top: 53px;
  z-index: 59;
  margin-top: 0px;
}

.link-block.ddf {
  cursor: pointer;
}

.image {
  width: 729px;
  min-height: 206px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block {
  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;
}

.disord-btn {
  position: relative;
  z-index: 4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  padding: 10px 24px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
  border-radius: 9px;
  outline-color: #000;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
  color: #000;
}

.disord-btn:hover {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  mix-blend-mode: normal;
}

.disord-btn.new {
  width: 340px;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-width: 1px;
  border-color: #fff;
  border-radius: 15px;
}

.disord-btn.new.gg {
  width: auto;
  border-radius: 0px;
}

.disord-btn.new.gg.black-box-switch {
  padding: 10px 25px;
  border-width: 1px;
  border-radius: 14px;
  color: #fff;
}

.disord-btn.new.gg.black-box-switch:hover {
  color: #000;
}

.disord-btn.new.ff {
  width: auto;
  padding-right: 55px;
  padding-left: 55px;
}

.disord-btn.hhgh.kkj.m.hh {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}

.div-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-width: 500px;
  margin-top: 60px;
  padding-top: 0px;
  -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-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -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;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}

.div-block-71 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  mix-blend-mode: normal;
}

.image-2 {
  display: none;
  margin-right: 0px;
  margin-left: 0px;
}

.header-1 {
  margin-bottom: 24px;
  color: #fff;
  font-size: 64px;
  line-height: 76.8px;
  font-weight: 400;
}

.header-1.textblack {
  color: #000;
}

.header-1.black {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  width: auto;
  margin-top: 0px;
  margin-bottom: 0px;
  opacity: 1;
  color: #000;
  font-size: 72px;
  line-height: 86.4px;
}

.div-block-5 {
  position: -webkit-sticky;
  position: sticky;
  top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 100vh;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-right: 30px;
  padding-left: 30px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.section-2 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 500vh;
  margin-bottom: 0px;
  -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;
  background-color: #000;
}

.section-1-img {
  display: block;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1;
}

.image-4 {
  width: 350px;
}

.column {
  position: relative;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.column-4 {
  position: static;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
}

.columns {
  position: static;
  top: 0px;
  display: block;
  -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: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.section-1-p {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: auto;
  padding-left: 0px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  opacity: 1;
}

.section-1-p.opa {
  position: absolute;
  top: auto;
  display: block;
  width: 100%;
  height: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.section-1-p.end {
  display: none;
}

.caption {
  color: #000;
  font-size: 24px;
  line-height: 28.8px;
  font-weight: 300;
}

.caption.whigt {
  color: #fff;
}

.columns-2 {
  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;
}

.section-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -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;
}

.column-6 {
  padding-right: 10px;
  padding-left: 60px;
}

.columns-3 {
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-7 {
  padding-left: 60px;
}

.div-block-63 {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 24px;
  background-color: #00afe4;
}

.div-block-64 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  padding: 24px;
  -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;
  background-color: orange;
}

.image-8 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
}

.image-8.imagecender {
  position: static;
  left: auto;
  top: 0%;
  right: 8%;
  bottom: auto;
  width: 490px;
  height: 200px;
  max-width: 490%;
}

.image-8.imageup {
  position: static;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 100%;
  max-width: 100%;
  min-height: 250px;
}

.image-8.imag-rot {
  position: static;
  width: 300px;
  max-width: 100%;
  min-height: 750px;
}

.image-8.imagg-down {
  position: static;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  width: 90%;
  height: 250px;
}

.div-block-69 {
  position: relative;
  z-index: 10;
  width: 100%;
  height: 100%;
  color: #c3b8b8;
}

.div-block-76 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 7%;
  bottom: auto;
  overflow: hidden;
  height: 100%;
}

.div-block-67 {
  position: static;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 250px;
  min-width: 0px;
  padding: 20px 24px;
  -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-column-gap: 24px;
  border: 1px none #000;
  border-radius: 9px;
  background-color: #f2f1db;
  opacity: 1;
}

.div-block-70 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-height: 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;
}

.div-block-68-copy {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  opacity: 1;
}

.div-block-68-copy.meet {
  position: relative;
  display: none;
  opacity: 0;
}

.div-block-65 {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding: 24px;
  background-color: #02b688;
}

.image-17 {
  width: 30px;
}

.text-block-10 {
  font-size: 18px;
  line-height: 28.2px;
}

.section-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  -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;
}

.section-5.section-scrol.ss {
  margin-top: 60px;
  margin-bottom: 0px;
}

.div-block-78 {
  position: absolute;
  left: auto;
  top: 266px;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  max-height: 250px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -o-object-fit: contain;
  object-fit: contain;
}

.image-18 {
  position: absolute;
  top: 683.969px;
  display: none;
}

.div-block-77 {
  position: absolute;
  left: auto;
  top: 269px;
  right: 0px;
  bottom: 0px;
  overflow: hidden;
  width: 100%;
  height: 250px;
  -o-object-fit: contain;
  object-fit: contain;
}

.paragraph-4 {
  position: relative;
  z-index: 2;
  display: block;
  opacity: 0;
  color: #000;
  font-size: 24px;
  line-height: 28.8px;
  font-weight: 300;
}

.paragraph-4.studio {
  opacity: 0;
}

.paragraph-4.community {
  width: 100%;
  opacity: 0;
  font-size: 24px;
  line-height: 28.8px;
}

.paragraph-4.fund {
  height: 100%;
  opacity: 0;
  font-size: 24px;
  line-height: 28.8px;
}

.div-block-62 {
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  padding: 60px 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-68-h {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  opacity: 1;
}

.div-block-68-h.communit-btn {
  opacity: 0;
  color: #000;
}

.grid-4 {
  grid-auto-flow: row;
  grid-row-gap: 16px;
  -ms-grid-columns: 1.25fr 1fr 1fr;
  grid-template-columns: 1.25fr 1fr 1fr;
  -ms-grid-rows: 261px 228px 237px;
  grid-template-rows: 261px 228px 237px;
}

.div-block-66 {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  padding: 24px;
  -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;
  background-color: #ff381f;
}

.bg-img-grid {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  overflow: hidden;
  height: 100%;
}

.text-block-3-4-2 {
  display: block;
  padding-top: 0px;
  -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-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-3-4-2.tittle-2 {
  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: 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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 24px;
  line-height: 28.8px;
  font-weight: 400;
}

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

.div-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-top: 0px;
  padding-bottom: 0px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #000;
  color: #fff;
  text-align: center;
}

.div-block-17.ff {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-height: 250px;
  min-height: 94px;
  min-width: 100%;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 4px solid #000;
  text-align: center;
}

.header-3 {
  color: #000;
  font-size: 64px;
  line-height: 76.8px;
  font-weight: 400;
}

.header-3.text-withe {
  margin-bottom: 0px;
  color: #fff;
  font-size: 54px;
  line-height: 66.8px;
  font-weight: 300;
}

.partner-box-hover {
  display: none;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
}

.div-block-52 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 94px;
  min-width: 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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-52.jj {
  display: none;
}

.image-9 {
  padding-right: 0px;
  padding-bottom: 20px;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-9.hidu {
  width: 240px;
  height: 240px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-9.t-seris {
  -o-object-fit: none;
  object-fit: none;
}

.text-block-11 {
  margin-bottom: 10px;
}

.div-block-13 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 25%;
  height: 500px;
  min-height: 100%;
  -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;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #b3b3b3;
  outline-color: #333;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
  -webkit-transition: background-color 200ms ease-in-out;
  transition: background-color 200ms ease-in-out;
}

.div-block-13:hover {
  background-color: #f8f8f8;
}

.div-block-74 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 0px;
  -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;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.text-block-12 {
  width: 100%;
  margin-bottom: 15px;
}

.partner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  -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;
}

.partner.ip {
  display: block;
}

.partner.ip.ss {
  margin-bottom: 100px;
}

.partner.ip.ss.section-scrol {
  min-height: 130vh;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.partner.ip.ss._2 {
  display: none;
  margin-bottom: 60px;
}

.partner.ss {
  min-height: 110vh;
  margin-bottom: 60px;
}

.partner.ss.section-scrol {
  min-height: 100vh;
  margin-top: 0px;
  margin-bottom: 50px;
}

.div-block-19 {
  width: 80%;
  margin-bottom: 119px;
  text-align: center;
}

.text-block-13 {
  padding-bottom: 20px;
}

.div-block-75 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.text-block-2 {
  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;
}

.text-block-2.tittle-2 {
  color: #000;
  font-size: 32px;
  line-height: 38.4px;
  font-weight: 300;
}

.div-block-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 500px;
  -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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-column-gap: 0px;
  grid-row-gap: 50px;
  border-style: none;
  border-width: 1px;
  border-color: #b3b3b3;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  margin-top: 100px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding-right: 30px;
  padding-bottom: 100px;
  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;
}

.div-block-14 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  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-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -o-object-fit: fill;
  object-fit: fill;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 240px;
  -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;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.div-block-49 {
  margin-bottom: 120px;
}

.div-block-23 {
  position: absolute;
  margin-bottom: 0px;
  opacity: 0;
}

.blackwindo {
  position: relative;
  display: block;
  height: 300vh;
  padding-top: 60px;
  padding-bottom: 60px;
  -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;
  background-color: #000;
  font-weight: 400;
}

.blackwindo.radis {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 60px;
  padding-bottom: 60px;
  -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-bottom: 1px solid #000;
}

.blackwindo.radies-end {
  display: block;
}

.blackwindo.ss.section-scrol {
  height: 500vh;
  margin-top: 0px;
}

.span.body-1 {
  font-weight: 400;
}

.column-2 {
  position: static;
  left: 0px;
  top: 10%;
  display: block;
  height: 100%;
  padding-right: 0px;
  padding-left: 0px;
  -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-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-24 {
  margin-bottom: 40px;
  padding-top: 55px;
}

.span-bold {
  font-weight: 400;
}

.div-block-58 {
  padding: 14px 24px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 16px;
}

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

.div-block-21 {
  display: block;
  min-height: 100vh;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-25 {
  margin-bottom: 30px;
}

.image-14 {
  height: 80%;
}

.heading {
  color: #fff;
}

.heading.header-3 {
  font-size: 54px;
  line-height: 66.8px;
}

.side-image {
  position: static;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-22 {
  margin-bottom: 0px;
}

.div-block-20 {
  position: -webkit-sticky;
  position: sticky;
  top: 10%;
  width: 100%;
  min-height: 100vh;
  background-color: transparent;
}

.link-block-2 {
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  background-color: #000;
  color: #fff;
  text-decoration: none;
}

.columns-4 {
  display: block;
  height: 100%;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.column-3 {
  position: static;
  top: 10%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-right: 40px;
  -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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.text-block-4 {
  color: #fff;
}

.text-block-4.caption {
  font-weight: 300;
}

.text-whith {
  color: #fff;
}

.text-whith.caption {
  margin-top: 0px;
}

.div-block-28 {
  margin-bottom: 80px;
}

.div-block-26 {
  margin-bottom: 60px;
}

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

.div-block-27 {
  position: absolute;
  margin-bottom: 80px;
  border-radius: 0px;
  opacity: 0;
}

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

.image-10 {
  margin-bottom: 20px;
}

.div-block-29 {
  margin-bottom: 60px;
}

.div-block-31 {
  margin-bottom: 80px;
}

.div-block-30 {
  margin-top: 40px;
  margin-bottom: 20px;
  padding-top: 0px;
  opacity: 1;
}

.div-block-42 {
  width: 100%;
  height: 100%;
  padding-left: 0px;
  background-color: #000;
}

.paragraph-3 {
  font-weight: 300;
}

.paragraph-3.body-2 {
  color: #000;
  font-weight: 300;
}

.image-11 {
  border-radius: 32px;
}

.div-block-35 {
  width: 20px;
  height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-40 {
  display: block;
  -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-3 {
  font-size: 64px;
  line-height: 76.8px;
  font-weight: 400;
}

.div-block-36 {
  padding-left: 10px;
}

.div-block-41 {
  position: absolute;
  left: 0px;
  top: -54px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 100%;
  height: 100%;
  padding-left: 40px;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.div-block-50 {
  margin-bottom: 40px;
}

.div-block-33 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 60px;
  -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;
}

.div-block-38 {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
  text-align: center;
}

.team {
  display: none;
  min-height: 100vh;
}

.div-block-32 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-39 {
  width: 255px;
  border-radius: 32px;
}

.div-block-37 {
  position: relative;
  left: auto;
  top: 23px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 100%;
  height: 400px;
  margin-top: 80px;
  padding-bottom: 0px;
  padding-left: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: transparent;
  -o-object-fit: fill;
  object-fit: fill;
}

.body-2 {
  color: #000;
  font-size: 20px;
  line-height: 24px;
  font-weight: 300;
}

.body-1 {
  margin-bottom: 15px;
  font-size: 24px;
  line-height: 28.8px;
}

.body-1.text-whith {
  margin-top: 15px;
}

.text-block-7 {
  margin-bottom: 10px;
  color: #000;
  font-weight: 400;
  text-decoration: none;
}

.text-block-7.dg {
  color: red;
}

.text-block-7.red {
  color: red;
}

.text-block-7.red.f {
  color: #000;
}

.text-block-7.f {
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 20px;
}

.text-block-7.f.y {
  padding-top: 5px;
  padding-right: 20px;
  padding-bottom: 5px;
  border-radius: 20px;
  background-color: red;
}

.text-block-7.f.red {
  color: #fe391f;
}

.text-block-7.q {
  padding-left: 10px;
}

.div-block-48 {
  text-align: center;
}

.link-block-6 {
  text-decoration: none;
}

.div-block-43 {
  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: 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;
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 60px;
  margin-bottom: 0px;
  padding-top: 40px;
  padding-bottom: 40px;
  -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;
}

.footer.ss.section-scrol {
  background-color: #fff;
}

.footer.ss.section-scrol.ff {
  margin-top: 0px;
}

.div-block-44 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 24px;
  line-height: 28px;
  font-weight: 300;
}

.text-block-5 {
  font-family: Supply, sans-serif;
  font-size: 24px;
  line-height: 28.8px;
  font-weight: 300;
}

.list-2 {
  display: block;
  font-family: Supply, sans-serif;
  list-style-type: none;
}

.div-block-46 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 58px;
  grid-row-gap: 58px;
  border-radius: 0px;
}

.text-block-6 {
  margin-top: 58px;
  font-family: Supply, sans-serif;
  font-size: 24px;
  line-height: 28px;
  font-weight: 300;
}

.footer-container {
  display: block;
  width: 85%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #000;
}

.text-block-8 {
  direction: ltr;
  font-family: Supply, sans-serif;
  font-size: 32px;
  line-height: 38px;
  font-weight: 300;
  text-transform: none;
}
.text-block-8 a {
  text-decoration: none;
  font-weight: 300;
  font-size: 24px;
  line-height: 29px;
  display: block;
  padding-top: 13px;
}

.logo-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  padding: 10px;
  -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: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border-radius: 50%;
  background-color: transparent;
}

.logo-box:hover {
  background-color: transparent;
  color: #000;
  cursor: pointer;
}

.div-block-47 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-45 {
  display: none;
  margin-left: 40px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 24px;
  line-height: 29px;
  font-weight: 300;
}

.heading-2 {
  margin-top: 0px;
  font-family: Supply, sans-serif;
  color: #000;
  font-size: 72px;
  line-height: 86.8px;
  font-weight: 400;
  letter-spacing: -3px;
  text-decoration: none;
}

.body-3 {
  background-color: #fff;
  font-family: Supply, sans-serif;
  color: #000;
}

.btn-hover-cover {
  position: absolute;
  width: 10px;
  height: 10px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px none #000;
  border-radius: 50%;
  background-color: #000;
  opacity: 0;
  outline-color: #fff;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
  color: #fff;
  mix-blend-mode: normal;
  -o-object-fit: cover;
  object-fit: cover;
}

.btn-hover-cover.ff {
  background-color: #d1cece;
}

.div-block-67-copy {
  position: static;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  max-height: 250px;
  min-width: 0px;
  padding: 20px 24px;
  -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-column-gap: 24px;
  border: 1px none #000;
  border-radius: 9px;
  background-color: #f2f1db;
  opacity: 1;
  color: #000;
}

.logo {
  display: block;
  width: 60px;
  color: #000;
}

.logo.div-block-68-h {
  width: 60px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.html-embed {
  display: block;
  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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 32px;
  line-height: 38.4px;
}

.div-block-79 {
  display: block;
}

.div-block-80 {
  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;
  -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;
  text-align: left;
}

.div-block-81 {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.div-block-82 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-83 {
  max-width: 200px;
  margin-right: 20px;
  padding-right: 5px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-84 {
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.text-play {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 300px;
}

.text-block-14 {
  margin-right: 10px;
  padding-right: 2px;
}

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

.t1 {
  position: static;
}

.html-embed-2 {
  display: block;
  height: 10050%;
  min-height: 50px;
  color: #000;
  font-size: 32px;
  line-height: 38.8px;
}

.html-embed-2.ffg {
  position: relative;
  top: 0px;
}

.div-block-5-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 138px;
  margin-bottom: 138px;
  padding-right: 30px;
  padding-left: 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;
  background-color: #fff;
}

.section-2-p {
  display: block;
  padding-left: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  opacity: 1;
}

.section-2-img {
  display: block;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 1;
}

.mobil-copy {
  display: none;
}

.image-18-copy {
  position: absolute;
  top: 683.969px;
  display: block;
}

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

.q {
  display: block;
}

.h {
  display: none;
}

.d {
  display: none;
}

.n {
  display: none;
}

.section-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -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;
}

.section-6 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  min-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;
}

.section-6.section-scrol {
  min-height: 100vh;
}

.section-6.section-scrol.ss {
  top: auto;
  bottom: auto;
  z-index: 5;
  background-color: #fff;
}

.div-block-87 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -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;
}

.div-block-13-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 25%;
  height: 500px;
  min-height: 100%;
  -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;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #b3b3b3;
  outline-color: #333;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
}

.div-block-13-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 25%;
  height: 500px;
  min-height: 100%;
  -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;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #b3b3b3;
  outline-color: #333;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
}

.div-block-13-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 25%;
  height: 500px;
  min-height: 100%;
  -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;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #b3b3b3;
  outline-color: #333;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
}

.div-block-13-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  width: 25%;
  height: 500px;
  min-height: 100%;
  -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;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-style: solid;
  border-width: 1px;
  border-color: #b3b3b3;
  outline-color: #333;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 3px;
}

.partner-box-hover-1 {
  display: none;
  width: 100%;
  margin-bottom: 0px;
  padding: 0px 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;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
}

.text-block-3-1 {
  display: block;
  padding-top: 0px;
  -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-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-3-1.tittle-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 24px;
  line-height: 28.8px;
  font-weight: 400;
}

.partner-box-hover-2 {
  display: none;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
}

.text-block-3-2 {
  display: block;
  padding-top: 0px;
  -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-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-3-2.tittle-2 {
  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: 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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 24px;
  line-height: 28.8px;
  font-weight: 400;
}

.partner-box-hover-3 {
  display: none;
  height: 100%;
  margin-bottom: 0px;
  padding: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
}

.text-block-3-3 {
  display: block;
  padding-top: 0px;
  -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-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-3-3.tittle-2 {
  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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 24px;
  line-height: 28.8px;
  font-weight: 400;
}

.partner-box-hover-4 {
  display: none;
  margin-bottom: 0px;
  padding: 20px;
  font-size: 18px;
  line-height: 24px;
  text-align: left;
}

.o-hover {
  display: none;
  width: 200px;
  height: 200px;
  -o-object-fit: cover;
  object-fit: cover;
}

.letter-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  height: 200px;
  min-height: 206px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -o-object-fit: none;
  object-fit: none;
}

.o {
  position: absolute;
  width: 200px;
  height: 200px;
  -o-object-fit: contain;
  object-fit: contain;
}

.section-7 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-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;
}

.section-1-p-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-left: 0px;
  -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;
  opacity: 1;
}

.fg {
  margin-bottom: 24px;
  color: #fff;
  font-size: 64px;
  line-height: 76.8px;
  font-weight: 400;
}

.fg.textblack {
  color: #000;
}

.fg.black {
  position: relative;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #000;
}

.fgdgh {
  color: #000;
  font-size: 24px;
  line-height: 28.8px;
  font-weight: 300;
}

.fgdgh.whigt {
  color: #fff;
}

.div-block-88 {
  position: static;
  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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.lottie-animation {
  position: static;
}

.div-block-89 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  text-align: left;
}

.div-block-90 {
  height: auto;
}

.lottie-animation-2 {
  width: 100%;
}

.black-box-switch {
  position: relative;
  padding-top: 60px;
  padding-right: 0px;
  padding-bottom: 0px;
}

.link-block-7 {
  position: relative;
  text-decoration: none;
  cursor: pointer;
}

.image-21 {
  display: none;
}

.image-22 {
  display: none;
}

.text-block-15 {
  display: none;
}

.text-block-16 {
  margin-top: 0px;
}

.div-block-91 {
  width: 100%;
  height: 250px;
  padding-top: 20px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-92 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -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;
  -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;
}

.div-block-93 {
  position: relative;
  overflow: visible;
  width: 100%;
  min-height: 500vh;
  margin-top: 60px;
  margin-bottom: 60px;
}

.link-block-8 {
  color: #000;
  text-decoration: none;
}

.div-block-94 {
  padding: 0px;
}

.text-block-3-4-2-copy {
  display: block;
  padding-top: 0px;
  -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-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.text-block-3-4-2-copy.tittle-2 {
  display: none;
  width: 100%;
  -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-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-size: 24px;
  line-height: 28.8px;
  font-weight: 400;
}

.link-block-9 {
  border-radius: 50%;
}

.link-block-10 {
  border-radius: 50%;
  cursor: none;
}

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

.link-block-11 {
  border-radius: 50%;
  cursor: none;
}

.dropdown-list {
  min-width: 100%;
  padding: 0px;
  border-radius: 20px;
  background-color: #aaa;
  font-size: 32px;
  line-height: 38px;
}

.dropdown-list.w--open {
  display: block;
  min-width: auto;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-radius: 24px;
  background-color: transparent;
}

.dropdown-toggle.w--open {
  padding-right: 20px;
  padding-left: 20px;
}

.mobil-dropdown {
  display: none;
}

.image-9-cop {
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
  -o-object-fit: contain;
  object-fit: contain;
}

.image-9-cop.hidu {
  width: 240px;
  height: 240px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-9-cop.t-seris {
  -o-object-fit: none;
  object-fit: none;
}

.image-9-cop3 {
  width: 100%;
  height: 100%;
  padding-bottom: 20px;
  -o-object-fit: contain;
  object-fit: contain;
}

.image-9-cop3.hidu {
  width: 240px;
  height: 240px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-9-cop3.t-seris {
  -o-object-fit: none;
  object-fit: none;
}

.image-9-copy {
  width: 180px;
  height: 180px;
  padding-bottom: 20px;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-9-copy.hidu {
  width: 240px;
  height: 240px;
  min-height: 360px;
  min-width: 550px;
  padding-right: 20px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  -o-object-fit: contain;
  object-fit: contain;
}

.image-9-copy.t-seris {
  -o-object-fit: none;
  object-fit: none;
}

.image-9-copy {
  width: 180px;
  height: 180px;
  padding-bottom: 20px;
  -o-object-fit: fill;
  object-fit: fill;
}

.image-9-copy.hidu {
  width: 240px;
  height: 240px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.image-9-copy.t-seris {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.div-block-95 {
  width: 100%;
  height: 100%;
}

.div-block-95.section-wrapper {
  display: none;
  overflow: visible;
  height: 100vh;
}

.link-block-12 {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-decoration: none;
}

.link-block-13 {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-decoration: none;
}

.link-block-14 {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-decoration: none;
}

.link-block-15 {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-decoration: none;
}

.link-block-16 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-decoration: none;
}

.link-block-17 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-decoration: none;
}

.link-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-decoration: none;
}

.link-block-19 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-decoration: none;
}

.div-block-hjk {
  position: absolute;
  left: auto;
  top: 1%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 60px;
  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;
  border-radius: 5px;
  background-color: hsla(0, 0%, 85.1%, 0.82);
  opacity: 1;
  color: #000;
}

.text-block-1f9 {
  display: block;
  font-size: 10px;
  font-weight: 400;
}

.div-block-97 {
  height: 300vh;
}

.viewpart {
  overflow: visible;
}

.text-block-20 {
  width: 100%;
}

.black-shild {
  position: absolute;
  z-index: 10;
  width: 0px;
  height: 0px;
  border-radius: 50%;
  background-color: transparent;
  color: transparent;
}

.span-link {
  opacity: 1;
  color: #000;
  text-decoration: underline;
  cursor: pointer;
}

.div-block-99 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: none;
  overflow: visible;
  height: 30px;
  padding: 5px 10px;
  border-radius: 6px;
  background-color: hsla(0, 0%, 100%, 0.92);
  color: #d8d4d4;
}

.text-block-21 {
  color: #000;
  font-size: 10px;
}

.list-item-2.mob {
  display: none;
}

.div-block-hjk-copy {
  position: absolute;
  left: auto;
  top: -10%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 60px;
  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;
  border-radius: 5px;
  background-color: hsla(0, 0%, 85.1%, 0.82);
  opacity: 1;
  color: #000;
}

.div-block-hjk-copy-copy {
  position: absolute;
  left: auto;
  top: -10%;
  right: 0%;
  bottom: 0%;
  display: none;
  width: 60px;
  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;
  border-radius: 5px;
  background-color: hsla(0, 0%, 85.1%, 0.82);
  opacity: 1;
  color: #000;
}

.video-section {
  position: fixed;
  z-index: 10000;
  display: none;
  width: 100%;
  height: 100vh;
  min-height: 100vh;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.93);
}

.video-contaiggner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 40px 140px;
  -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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.video-contaiggner.df {
  padding-top: 92px;
  padding-right: 0px;
  padding-left: 0px;
}

.video-boxs {
  display: block;
  width: 90%;
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.video-boxs.ff {
  width: 100%;
}

.close-boxg {
  position: absolute;
  top: 74px;
  right: 196px;
  z-index: 10;
  cursor: pointer;
}

.close-boxg.fg {
  top: 24px;
  right: 88px;
  z-index: 100;
}

.video {
  width: 100%;
  min-height: 300px;
}

.html-embed-3 {
  height: 100%;
}

.youtube {
  display: none;
  height: 80%;
}

.heading-4 {
  display: block;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Supply, sans-serif;
  color: #fff;
  font-weight: 300;
}

.html-embed-4 {
  display: block;
}

.background-video {
  display: none;
  width: 100%;
  height: 100vh;
}

.html-embed-j5 {
  position: static;
  display: none;
  width: 100%;
  height: 100%;
}

.html-embed-j5.tt {
  display: block;
}

.html-embed-6 {
  display: block;
}

.html-embed-7 {
  position: static;
  display: block;
  width: 100%;
  height: 100vh;
}

.unlable {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
}

.lable-container {
  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-row-gap: 60px;
}

.lable-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 350px;
  padding-top: 10px;
  padding-bottom: 10px;
  -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: 3px;
  border-color: #fff;
}

.text-block-22 {
  color: #fff;
  text-decoration: none;
}

.link-block-20 {
  text-decoration: none;
  cursor: pointer;
}

.landing-page {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  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;
}

.landing-page.snap {
  position: relative;
}

.section-9 {
  min-height: 100vh;
  background-color: #000;
}

.section-10 {
  min-height: 100vh;
}

.section-11 {
  min-height: 100vh;
}

.container {
  position: relative;
  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;
}

.video-section-label {
  position: static;
  width: 100%;
  min-height: 100vh;
}

.video-section-label.snap {
  min-height: 200vh;
}

.artise-action-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-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;
}

.artise-action-section.snap {
  display: block;
  min-height: 200vh;
}

.artise-continer {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  padding: 100px 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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

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

.logo-section-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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.artise-section {
  opacity: 1;
}

.dis-btn {
  display: none;
  padding: 17px 55px;
  border-style: solid;
  border-width: 4px;
  border-color: #fff;
  border-radius: 20px;
  color: #fff;
  text-decoration: none;
  cursor: none;
}

.dis-btn:hover {
  border-style: solid;
  border-color: #d1cece;
  background-color: #d1cece;
  color: #000;
}

.text-block-23 {
  font-family: Supply, sans-serif;
  font-size: 24px;
  line-height: 32px;
}

.text-block-24 {
  position: static;
  bottom: 0px;
  font-family: Supply, sans-serif;
  color: #a39f9f;
  font-size: 24px;
  line-height: 150%;
}

.text-block-24.yt {
  position: absolute;
  right: 26px;
  bottom: 18px;
  z-index: 5;
  font-size: 20px;
}

.text-block-24.yt.df {
  left: 91px;
  top: -3px;
  right: auto;
  bottom: auto;
}

.text-block-24.yt.df.ddg {
  left: auto;
  top: 22px;
  right: 35px;
}

.text-block-24.yt.df.ggll {
  top: 52px;
}

.heading-5 {
  font-family: Supply, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 150%;
  font-weight: 400;
}

.typing-section-inner {
  position: relative;
}

.heading-6 {
  display: none;
  margin-bottom: 80px;
  font-family: Supply, sans-serif;
  color: #ff0700;
  font-size: 75px;
  line-height: 110%;
}

.image-27 {
  position: absolute;
  display: none;
}

.background-video-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.fram5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  padding-top: 40px;
  padding-bottom: 40px;
  -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;
  background-color: #000;
}

.fram5.snap {
  position: static;
  display: block;
  overflow: visible;
  width: 100%;
  min-height: 200vh;
  padding-top: 0px;
  padding-bottom: 0px;
}

.grid-6 {
  width: 100%;
  grid-column-gap: 25px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.img-box {
  position: relative;
  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;
}

.x {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.continer {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: block;
  height: 100vh;
  padding-top: 0px;
  padding-bottom: 0px;
  -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;
}

.continer.dd {
  position: relative;
  top: auto;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 100px;
  padding-bottom: 60px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.heading-7 {
  position: relative;
  z-index: 77;
  margin-bottom: 40px;
  font-family: Supply, sans-serif;
  color: #fff;
  font-size: 50px;
  line-height: 115%;
  font-weight: 300;
}

.fram-6 {
  min-height: 100vh;
}

.fram-6.snap {
  overflow: visible;
  min-height: 200vh;
}

.grid-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.image-28 {
  position: absolute;
  z-index: 4;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.image-29 {
  position: absolute;
  right: auto;
  z-index: 5;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

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

.div-block-101 {
  position: relative;
  height: 100vh;
}

.partner-unlable {
  position: relative;
  height: 100vh;
  background-color: #000;
}

.partner-unlable.snap {
  display: none;
}

.div-block-102 {
  width: 400px;
  height: 400px;
}

.image-30 {
  width: 350px;
}

.grid-8 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.partner-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 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;
}

.partner-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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: #feda03;
}

.partner--continer {
  height: 100vh;
}

.image-31 {
  width: 280px;
}

.text-scroll {
  position: absolute;
  bottom: 17px;
  display: none;
}

.text-scroll.background-video {
  position: static;
}

.back-btn {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  bottom: auto;
  z-index: 1000;
  height: 0px;
  padding-top: 0px;
}

.image-33 {
  width: 50px;
  margin-top: 0px;
  margin-left: 0px;
  padding: 10px;
  border-radius: 8px;
}

.image-33.f {
  display: none;
}

.body-4 {
  overflow: visible;
  background-color: #000;
}

.left-glob {
  position: absolute;
  left: -250px;
  z-index: 10;
}

.right-globe {
  position: absolute;
  right: -250px;
  z-index: 10;
}

.image-34 {
  width: 500px;
}

.image-35 {
  position: static;
  top: 0px;
  right: -250px;
  width: 500px;
}

.image-36 {
  position: absolute;
  z-index: 0;
  display: none;
  width: 100%;
}

.image-37 {
  display: none;
}

.discrition-box {
  position: absolute;
  display: none;
  width: 650px;
  margin-top: 40px;
  -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-row-gap: 40px;
  text-align: center;
}

.red--dis {
  width: 400px;
  margin-top: 0px;
  font-family: Supply, sans-serif;
  color: red;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
}

.text-block-25 {
  font-family: Supply, sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
}

.image-40 {
  padding-right: 20px;
  padding-left: 20px;
}

.image-40.chain {
  width: 268px;
  padding-right: 0px;
  padding-left: 0px;
}

.image-40.chain.dd {
  width: 80%;
}

.image-40.chain.fbgf {
  width: auto;
  height: 50px;
}

.image-38 {
  width: 150px;
}

.log-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 268px;
  height: 80px;
  -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;
}

.log-box.pink {
  width: auto;
  padding-right: 20px;
  padding-left: 20px;
  background-color: transparent;
}

.log-box.pink.cc {
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
}

.log-box.pink.whi-r {
  background-color: transparent;
}

.log-box.dark-ping {
  width: auto;
  background-color: transparent;
}

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

.flex-scrolling.inner-padding-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin-bottom: 0px;
  -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;
  -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;
  grid-column-gap: 46px;
}

.flex-scrolling.inner-padding-small.ggj {
  position: relative;
  top: -106px;
}

.flex-scrolling.inner-padding-small.ggj.ghk {
  position: absolute;
  top: auto;
  bottom: 430px;
  z-index: 5;
}

.flex-scrolling.inner-padding-small.ggik {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex-scrolling.inner-padding-small.ggik.gfgf {
  position: relative;
  top: -46px;
  width: 100%;
}

.logo-grid-ticker {
  display: -ms-grid;
  display: grid;
  padding-right: 0vw;
  padding-left: 0vw;
  justify-items: start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  -ms-grid-columns: minmax(-webkit-max-content, -webkit-max-content) minmax(200px, -webkit-max-content) minmax(200px, -webkit-max-content);
  -ms-grid-columns: minmax(max-content, max-content) minmax(200px, max-content) minmax(200px, max-content);
  grid-template-columns: minmax(-webkit-max-content, -webkit-max-content) minmax(200px, -webkit-max-content) minmax(200px, -webkit-max-content);
  grid-template-columns: minmax(max-content, max-content) minmax(200px, max-content) minmax(200px, max-content);
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.logo-grid-ticker.ghj {
  grid-column-gap: 15px;
}

.image-41 {
  width: 400px;
}

.left-artisr-body {
  position: absolute;
  top: 102px;
  display: none;
  width: 100%;
}

.heading-8 {
  font-family: Supply, sans-serif;
  color: red;
  font-size: 30px;
  line-height: 34px;
  font-weight: 400;
  text-align: center;
}

.text-block-26 {
  font-family: Supply, sans-serif;
  color: red;
  font-size: 30px;
  line-height: 34px;
  font-weight: 300;
  text-align: center;
}

.social-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 26px;
  -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-column-gap: 15px;
}

.social-icon.new {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.social-icon.hh {
  position: absolute;
  left: auto;
  top: auto;
  right: 7%;
  bottom: 9%;
  display: none;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  grid-column-gap: 32px;
}

.social-icon.hh.hg {
  bottom: 5%;
}

.social-icon.hh.gfdg {
  bottom: 5%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.social-icon.hh.gfdg.hty {
  left: 38px;
  right: auto;
  display: none;
}

.social-icon.ff {
  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-column-gap: 42px;
}

.div-block-103 {
  margin-top: 80px;
}

.div-block-103.section-button {
  position: static;
  left: auto;
  right: auto;
  bottom: 72px;
  margin-top: 0px;
}

.div-block-103.section-button.btn-hide {
  display: block;
}

.div-block-103.section-button.btn-hide.fgg {
  display: block;
}

.image-42 {
  width: 200px;
}

.youtube-2 {
  position: absolute;
  display: none;
  height: 100vh;
}

.html-embed-8 {
  position: relative;
  z-index: 10;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.section-12 {
  position: relative;
  overflow: hidden;
}

.section-12.snap {
  position: relative;
  z-index: 1;
  width: 100%;
  padding-bottom: 0px;
}

.x-copy {
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hover-box-big {
  position: absolute;
  top: 0px;
  display: block;
  width: 100%;
  min-height: 100%;
  background-color: #000;
  opacity: 0;
}

.hover-box-big.red {
  top: 0px;
  display: block;
  background-color: red;
}

.hover-continer {
  margin-bottom: 60px;
  padding-top: 60px;
  padding-right: 60px;
  padding-left: 60px;
}

.heading-9 {
  font-family: Supply, sans-serif;
  color: #fff;
  font-size: 35px;
  line-height: 40px;
}

.text-block-27 {
  margin-top: 60px;
  font-family: Supply, sans-serif;
  color: #fff;
  font-size: 28px;
  line-height: 40px;
  font-weight: 300;
}

.div-block-104 {
  overflow: scroll;
  height: 100vh;
}

.snap-continer {
  overflow: visible;
  height: auto;
}

.section-13 {
  display: none;
}

.div-block-105 {
  position: relative;
  display: none;
  width: 100%;
  height: 100vh;
}

.box {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: none;
  width: 100%;
  height: 100vh;
}

.html-embed-j5-copy {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
}

.html-embed-j5-copy.tt {
  display: block;
}

.div-block-106 {
  width: 100%;
}

.close {
  position: absolute;
  top: 25px;
  right: 79px;
}

.html-embed-7-copy {
  position: static;
  display: block;
  width: 100%;
  height: 100vh;
}

.image-45 {
  width: 500px;
}

.link-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 270px;
  min-width: 10px;
  -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;
  font-family: Supply, sans-serif;
  color: red;
  font-size: 20px;
  line-height: 24px;
  text-decoration: none;
  cursor: none;
}

.back-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-left: 20px;
  -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: #f5f5f5;
}

.back-box.f {
  position: relative;
  background-color: #0f0f0f;
}

.image-46 {
  display: none;
}

.image-46.f {
  position: static;
  display: block;
  padding: 10px;
  border-radius: 8px;
  cursor: pointer;
}

.div-block-107 {
  display: none;
  padding-top: 20px;
  padding-left: 10px;
  -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-block-28 {
  color: red;
}

.image-47 {
  position: absolute;
  top: 40px;
  right: 40px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  cursor: pointer;
}

.image-48 {
  position: static;
  display: block;
}

.div-block-109 {
  position: relative;
  height: 100%;
}

.div-block-110 {
  margin-top: 20px;
  padding: 20px;
  border-radius: 24px;
  background-color: rgba(255, 7, 0, 0.8);
}

.div-block-111 {
  padding: 20px;
  border-radius: 24px;
  background-color: #aaa;
}

.image-49 {
  display: none;
}

.image-50 {
  display: none;
}

.section-6-copy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  min-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;
}

.section-6-copy.section-scrol {
  min-height: 100vh;
}

.section-6-copy.section-scrol.ss {
  top: auto;
  bottom: auto;
  z-index: 5;
  background-color: #fff;
}

.section-6-copy.section-scrol.ss.ggdfd {
  display: none;
}

.tt {
  display: none;
  font-family: Supply, sans-serif;
  color: red;
  font-size: 45px;
  line-height: 50px;
  font-weight: 700;
}

.div-block-112 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-113 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 100vh;
  -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;
}

.div-block-113.snap {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
}

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

.div-block-116 {
  position: static;
  top: 0px;
  display: block;
  width: 100%;
  height: 100vh;
  padding-top: 40px;
  padding-bottom: 40px;
  -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;
}

.div-block-116.background-video {
  display: block;
}

.div-block-117 {
  position: relative;
  width: 100%;
}

.div-block-118 {
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
}

.slider-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  height: 100vh;
  background-color: #000;
}

.slide-nav-2 {
  display: none;
}

.tt-copy {
  display: block;
  font-family: Supply, sans-serif;
  color: red;
  font-size: 45px;
  line-height: 50px;
  font-weight: 700;
}

.right-arrow {
  cursor: none;
}

.left-arrow {
  cursor: none;
}

.home {
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding-top: 140px;
  padding-bottom: 80px;
  font-family: Supply, sans-serif;
  color: #000;
  text-align: center;
}

.fans {
  width: 100%;
  min-height: 100vh;
  padding-top: 140px;
  padding-bottom: 60px;
  background-color: #000;
}

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

.left-box {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.right-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fan-head {
  margin-bottom: 100px;
  padding: 20px 140px 20px 60px;
  border-top-right-radius: 100px;
  border-bottom-right-radius: 100px;
  background-color: #fff;
}

.fan-content {
  display: block;
  padding-bottom: 60px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #fff;
}

.big-header {
  font-family: Supply, sans-serif;
  color: red;
  font-size: 52px;
  font-weight: 400;
}

.text-block-29 {
  margin-bottom: 40px;
  font-size: 32px;
  line-height: 38px;
}

.paragraph-5 {
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
}

.leftwraper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  max-width: 850px;
  -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;
}

.fan-content-inner {
  margin-top: 0px;
  margin-bottom: 40px;
  padding-right: 60px;
  padding-left: 60px;
  font-family: Supply, sans-serif;
}

.image-51 {
  display: none;
  width: 400px;
  height: 100%;
}

.hund {
  display: block;
  width: 100%;
  min-height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.left-box-c {
  height: 100%;
  padding-bottom: 0px;
}

.right-box-c {
  height: 100%;
  min-height: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.hund-left-wraper {
  padding-top: 100px;
  padding-right: 60px;
  padding-left: 60px;
  font-family: Supply, sans-serif;
  color: #fff;
}

.right-videio-content {
  height: 229.89584350585938%;
}

.right-videio-content.red {
  height: 100%;
  min-width: 0px;
  padding: 40px 60px 80px;
  background-color: #fe391f;
}

.paragraph-6 {
  margin-bottom: 30px;
  font-family: Supply, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
}

.hund-wrapper {
  display: block;
  height: 100%;
  min-height: 100%;
  padding-bottom: 0px;
  -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;
}

.columns-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100%;
  -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-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;
}

.text-block-30 {
  margin-bottom: 60px;
  font-size: 32px;
  line-height: 40px;
}

.heading-10 {
  font-size: 48px;
  line-height: 55px;
}

.heading-10.red {
  margin-bottom: 60px;
  color: #fe391f;
  font-size: 62px;
  line-height: 55px;
}

.paragraph-7 {
  margin-bottom: 40px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 300;
}

.meta {
  background-color: #000;
}

.meta-wrapper {
  min-height: 100vh;
  padding-top: 140px;
  padding-bottom: 100px;
  font-family: Supply, sans-serif;
}

.meta-left {
  padding-right: 60px;
  padding-left: 60px;
  color: #fff;
}

.meta-image {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 140px;
  -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;
}

.mets-img.main {
  position: absolute;
  z-index: 10;
  padding: 20px 10px;
  border-radius: 64px;
  background-color: #fff;
}

.mets-img.main._1 {
  position: absolute;
  top: 56px;
  right: 46px;
  bottom: auto;
  width: 500px;
  height: 450px;
  background-color: #6c6c6c;
}

.mets-img.main._2 {
  left: auto;
  top: 106px;
  right: 10.1111px;
  z-index: 5;
  width: 500px;
  height: 450px;
  background-color: #1e1e1e;
}

.mets-img.main.m {
  position: relative;
  left: -61px;
  z-index: 11;
  display: none;
  width: 600px;
  height: 90vh;
  background-color: transparent;
}

.fd {
  width: 500px;
  opacity: 0;
}

.home-content-block {
  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;
}

.home-header {
  margin-bottom: 30px;
  font-size: 32px;
  line-height: 40px;
  font-weight: 700;
  text-align: center;
}

.home-discription {
  max-width: 600px;
  margin-bottom: 30px;
  font-family: Supply, sans-serif;
  font-size: 28px;
  line-height: 36px;
  font-weight: 300;
}

.home-scroll {
  position: static;
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: none;
  color: #3d3c3c;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
}

.html-embed-9 {
  padding-bottom: 60px;
}

.image-53 {
  display: none;
  width: 100%;
  height: 100%;
}

.grid-9 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
}

.grid-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.background-video-3 {
  z-index: 10;
  width: 100%;
  height: 100%;
}

.right-box-h {
  height: 100%;
}

.grid-12 {
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.background-video-4 {
  z-index: 5;
  width: 500px;
  height: 100px;
}

.background-video-4.g {
  width: 100%;
  height: auto;
}

.mobilevidio {
  display: none;
}

.hund-mobile {
  display: none;
}

.lashi {
  display: none;
}

.image-54 {
  display: none;
}

.image-54.pc {
  position: absolute;
  bottom: 25px;
  display: block;
  width: 30px;
}

.advance-viedio-box {
  display: none;
  overflow: hidden;
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.vidioboxs {
  width: 100%;
  height: 100vh;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.background-video-5 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: block;
  width: 100%;
  min-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;
}

.link-block-22 {
  position: absolute;
  bottom: 60px;
  z-index: 20;
  text-decoration: none;
}

.slider-4 {
  min-height: 100vh;
}

.flipcar-edao {
  -o-object-fit: cover;
  object-fit: cover;
}

.background-video-6 {
  z-index: 10;
  display: block;
  width: 100%;
  min-height: 100vh;
  -o-object-fit: cover;
  object-fit: cover;
}

.meta-vers-edo {
  -o-object-fit: cover;
  object-fit: cover;
}

.slide-nav-3 {
  background-color: transparent;
  color: #cf0606;
}

.icon {
  display: none;
}

.right-arrow-3 {
  display: none;
}

.icon-2 {
  display: none;
}

.mobilevedio-edoa {
  display: none;
}

.vi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
}

.background-video-7 {
  z-index: 6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 70vh;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.tweetbox {
  position: relative;
  top: 220px;
  display: block;
  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;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tweet1 {
  position: absolute;
  z-index: 5;
  padding: 10px 20px;
  border-radius: 64px;
  background-color: #fff;
}

.tweet2 {
  position: absolute;
  top: 28px;
  right: -26px;
  z-index: 4;
  width: 100%;
  padding: 10px 20px;
  border-radius: 64px;
  background-color: #6c6c6c;
}

.tweet2.p {
  top: 30px;
  right: -30px;
}

.tweet3 {
  position: absolute;
  top: 60px;
  right: -62px;
  bottom: auto;
  z-index: 3;
  width: 100%;
  padding: 10px 20px;
  border-radius: 64px;
  background-color: #1e1e1e;
}

.op {
  opacity: 0;
}

.div-block-120 {
  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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.div-block-120.mobile {
  display: none;
}

.link-block-23 {
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1440px) {
  .image-33.f {
    cursor: pointer;
  }

  .home {
    -webkit-transition: background-color 300ms ease;
    transition: background-color 300ms ease;
  }

  .fans {
    padding-top: 140px;
    padding-bottom: 60px;
  }

  .left-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    padding-bottom: 100px;
    -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;
  }

  .right-box {
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .fan-head {
    width: 100%;
    margin-bottom: 100px;
    padding-right: 60px;
    padding-left: 100px;
  }

  .big-header {
    font-size: 72px;
    line-height: 100px;
  }

  .text-block-29 {
    margin-bottom: 60px;
    font-size: 36px;
    line-height: 46px;
  }

  .paragraph-5 {
    font-size: 24px;
    line-height: 30px;
  }

  .div-block-119 {
    font-family: Supply, sans-serif;
  }

  .leftwraper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    max-width: 950px;
    -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;
  }

  .fan-content-inner {
    padding-left: 100px;
    font-family: Supply, sans-serif;
  }

  .left-box-c {
    padding-right: 40px;
    padding-left: 100px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .right-box-c {
    position: static;
    display: block;
    padding-right: 0px;
    padding-bottom: 80px;
    padding-left: 0px;
    -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-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .hund-left-wraper {
    padding-top: 0px;
  }

  .right-videio-box {
    height: 100%;
  }

  .right-videio-content {
    padding-right: 100px;
    padding-left: 80px;
  }

  .paragraph-6 {
    margin-top: 40px;
    margin-bottom: 40px;
    line-height: 30px;
    font-weight: 300;
  }

  .text-block-30 {
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .heading-10 {
    margin-bottom: 100px;
  }

  .heading-10.red {
    font-size: 72px;
    line-height: 80px;
  }

  .meta {
    padding: 140px 60px 60px;
  }

  .meta-wrapper {
    min-height: 90vh;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .meta-left {
    padding-right: 40px;
    padding-left: 0px;
    font-family: Supply, sans-serif;
  }

  .meta-image {
    padding-right: 100px;
  }

  .mets-img.main {
    padding: 20px 10px;
    border-radius: 64px;
    background-color: #fff;
  }

  .mets-img.main._1 {
    right: 136px;
  }

  .mets-img.main._2 {
    right: 80.1111px;
  }

  .mets-img.main.m {
    left: -18px;
    width: 100%;
    height: 100vh;
    min-height: 450px;
  }

  .home-scroll {
    display: none;
    color: #3d3c3c;
  }

  .image-53 {
    display: none;
  }

  .grid-9 {
    height: 100%;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -ms-grid-rows: -webkit-min-content -webkit-max-content;
    -ms-grid-rows: min-content max-content;
    grid-template-rows: -webkit-min-content -webkit-max-content;
    grid-template-rows: min-content max-content;
  }

  .column-8 {
    height: 100%;
  }

  .grid-11 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .column-9 {
    padding-top: 0px;
    padding-bottom: 140px;
  }

  .background-video-4.g {
    height: 70%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .vidioboxs {
    height: 100%;
  }

  .background-video-5 {
    min-height: 100%;
  }

  .link-block-22 {
    text-decoration: none;
  }

  .background-video-7 {
    height: 50vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .tweetbox {
    top: 140px;
  }
}

@media screen and (min-width: 1920px) {
  .disord-btn.hhgh.kkj.m {
    top: 7px;
  }

  .div-block-5 {
    top: 10px;
    overflow: hidden;
  }

  .section-2 {
    min-height: 400vh;
  }

  .image-8.imageup {
    min-height: 400px;
  }

  .image-8.imag-rot {
    width: 440px;
    min-height: 650px;
  }

  .image-8.imagg-down {
    width: 100%;
    height: 300px;
  }

  .div-block-78 {
    left: 11%;
    top: 375px;
    right: 0%;
    max-height: 300px;
  }

  .div-block-77 {
    left: 0px;
    top: 317px;
    right: auto;
    height: 400px;
  }

  .paragraph-4 {
    opacity: 0;
  }

  .paragraph-4.fund {
    opacity: 0;
  }

  .grid-4 {
    -ms-grid-rows: 344px 305px 349px;
    grid-template-rows: 344px 305px 349px;
  }

  .div-block-66 {
    overflow: hidden;
  }

  .bg-img-grid {
    right: -1%;
    overflow: hidden;
    height: 85%;
  }

  .div-block-17.ff {
    max-width: 100%;
    min-width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .header-3 {
    direction: ltr;
    letter-spacing: 0px;
    white-space: normal;
  }

  .header-3.text-withe {
    font-size: 62px;
  }

  .div-block-52 {
    text-align: center;
  }

  .image-9 {
    -o-object-fit: fill;
    object-fit: fill;
  }

  .div-block-74 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .partner {
    width: 100%;
  }

  .text-block-13 {
    text-align: left;
  }

  .div-block-15 {
    grid-column-gap: 0px;
  }

  .div-block-16 {
    width: 100%;
    margin-bottom: 0px;
  }

  .div-block-18 {
    width: 300px;
    height: 250px;
  }

  .div-block-25 {
    padding-right: 40px;
  }

  .div-block-20 {
    position: -webkit-sticky;
    position: sticky;
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .columns-4 {
    position: static;
    width: 100%;
  }

  .body-3 {
    overflow: visible;
    height: 100vh;
  }

  .logo {
    display: block;
  }

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

  .div-block-13-1 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .div-block-13-2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .div-block-13-3 {
    width: 25%;
    height: 500px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .partner-box-hover-1 {
    text-align: left;
  }

  .partner-box-hover-2 {
    display: none;
  }

  .partner-box-hover-3 {
    width: 100%;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    text-align: left;
  }

  .div-block-91 {
    -o-object-fit: fill;
    object-fit: fill;
  }

  .div-block-93 {
    overflow: visible;
    min-height: 400vh;
  }

  .image-9-cop {
    width: 250px;
    height: 250px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .image-9-cop3 {
    width: 250px;
    height: 250px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .image-9-copy {
    width: 180px;
    height: 180px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .image-9-copy.hidu {
    width: 400px;
    min-height: 600px;
    min-width: 600px;
  }

  .image-9-copy {
    width: 180px;
    height: 180px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .div-block-95 {
    overflow: visible;
    width: 100%;
  }

  .div-block-95.section-wrapper {
    display: none;
    overflow: visible;
  }

  .text-block-18 {
    text-align: left;
  }

  .link-block-12 {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-decoration: none;
  }

  .link-block-13 {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-decoration: none;
  }

  .link-block-14 {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-decoration: none;
  }

  .link-block-15 {
    width: 100%;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-decoration: none;
  }

  .link-block-16 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .link-block-17 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .link-block-18 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .link-block-19 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .video-section {
    display: none;
  }

  .close-boxg {
    top: 58px;
    right: 219px;
  }

  .unlable {
    position: absolute;
    width: 100%;
  }

  .video-section-label {
    min-height: 100vh;
  }

  .artise-continer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 140px;
    padding-left: 140px;
    -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;
  }

  .fix-artice-text {
    position: static;
    left: -32px;
    top: -76px;
  }

  .text-block-24.yt.df.ggll {
    left: 167px;
    top: 121px;
    font-size: 24px;
  }

  .heading-5 {
    font-size: 55px;
  }

  .heading-6 {
    display: none;
  }

  .image-27 {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
  }

  .background-video-2 {
    width: 100%;
    min-height: 100vh;
  }

  .continer.dd {
    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;
  }

  .image-30 {
    width: 450px;
  }

  .flex-scrolling.inner-padding-small {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .flex-scrolling.inner-padding-small.ggj.ghk {
    bottom: 433px;
    z-index: 2;
  }

  .flex-scrolling.inner-padding-small.ggik {
    position: absolute;
    bottom: 27px;
  }

  .logo-grid-ticker {
    -ms-grid-columns: minmax(-webkit-max-content, -webkit-max-content) minmax(200px, -webkit-max-content) minmax(200px, -webkit-max-content) 1fr 1fr;
    -ms-grid-columns: minmax(max-content, max-content) minmax(200px, max-content) minmax(200px, max-content) 1fr 1fr;
    grid-template-columns: minmax(-webkit-max-content, -webkit-max-content) minmax(200px, -webkit-max-content) minmax(200px, -webkit-max-content) 1fr 1fr;
    grid-template-columns: minmax(max-content, max-content) minmax(200px, max-content) minmax(200px, max-content) 1fr 1fr;
  }

  .left-artisr-body {
    display: none;
  }

  .social-icon.hh.gfdg.hty {
    display: none;
  }

  .div-block-103.section-button {
    left: auto;
    margin-top: 60px;
  }

  .section-12.snap {
    z-index: 1;
  }

  .image-43 {
    width: 700px;
  }

  .section-6-copy {
    overflow: hidden;
    width: 100%;
  }

  .tt {
    display: none;
    font-size: 76px;
    line-height: 84px;
  }

  .tt-copy {
    display: block;
    font-size: 76px;
    line-height: 84px;
  }

  .home {
    position: relative;
  }

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

  .right-box {
    height: auto;
  }

  .big-header {
    font-size: 96px;
  }

  .text-block-30 {
    font-size: 36px;
  }

  .heading-10 {
    font-weight: 400;
  }

  .heading-10.red {
    font-size: 72px;
  }

  .meta {
    min-height: 100vh;
    padding-top: 0px;
    padding-bottom: 0px;
    background-color: #000;
  }

  .meta-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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .meta-left {
    font-family: Supply, sans-serif;
    color: #fff;
  }

  .meta-image {
    position: relative;
    display: block;
    padding-top: 0px;
    -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;
  }

  .mets-img {
    position: static;
    height: 700px;
    max-height: 700px;
    max-width: 800px;
    min-height: 0px;
    min-width: 0px;
    padding: 10px 20px;
    border-radius: 64px;
    background-color: #fff;
  }

  .mets-img._1 {
    position: absolute;
    top: 114px;
    right: 13px;
    width: 800px;
    border: 1px none #000;
    background-color: #1e1e1e;
    outline-color: #555;
    outline-offset: 0px;
    outline-style: none;
    outline-width: 3px;
  }

  .mets-img._2 {
    position: absolute;
    top: 58px;
    right: 81px;
    width: 800px;
    background-color: #6c6c6c;
  }

  .mets-img.main {
    position: absolute;
    z-index: 10;
  }

  .mets-img.main._1 {
    width: 777px;
    height: 654px;
  }

  .mets-img.main._2 {
    width: 777px;
    height: 654px;
  }

  .mets-img.main.m {
    width: 777px;
    height: 654px;
  }

  .home-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: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .home-header {
    font-size: 48px;
  }

  .home-discription {
    font-size: 36px;
    line-height: 46px;
  }

  .home-scroll {
    position: static;
    bottom: 60px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 24px;
  }

  .image-53 {
    display: block;
  }

  .background-video-4.g {
    height: 100%;
  }

  .background-video-5 {
    width: 100%;
    min-height: 100%;
  }

  .link-block-22 {
    bottom: 80px;
  }

  .background-video-7 {
    height: 50vh;
  }

  .tweetbox {
    top: 0px;
  }
}

@media screen and (max-width: 991px) {
  .nav {
    display: block;
    padding-left: 0px;
  }

  .navbar {
    padding-top: 20px;
    padding-left: 20px;
  }

  .header-1 {
    font-size: 38px;
    line-height: 44px;
  }

  .header-1.textblack {
    font-size: 38px;
    line-height: 44px;
  }

  .header-1.black {
    font-size: 42px;
    line-height: 48px;
  }

  .section-2 {
    padding-right: 0px;
    padding-left: 0px;
    background-color: #fff;
  }

  .div-block-63 {
    display: block;
    overflow: hidden;
  }

  .div-block-64 {
    height: 250px;
  }

  .image-8.imagecender {
    width: 350px;
  }

  .image-8.imageup {
    min-height: 300px;
  }

  .image-8.imag-rot {
    width: 300px;
    min-height: 500px;
  }

  .image-8.imagg-down {
    height: 200px;
  }

  .div-block-76 {
    right: -4%;
  }

  .section-5 {
    padding-right: 20px;
    padding-left: 20px;
  }

  .div-block-78 {
    top: 56px;
    right: -15%;
  }

  .div-block-77 {
    top: 110px;
    height: 300px;
  }

  .paragraph-4 {
    font-size: 16px;
    line-height: 20px;
  }

  .paragraph-4.studio {
    font-size: 16px;
    line-height: 20px;
  }

  .paragraph-4.community {
    font-size: 16px;
    line-height: 20px;
  }

  .paragraph-4.fund {
    font-size: 16px;
    line-height: 20px;
  }

  .div-block-62 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .grid-4 {
    -ms-grid-columns: 1fr 1.2fr 1.2fr;
    grid-template-columns: 1fr 1.2fr 1.2fr;
    -ms-grid-rows: 237px 173px 192px auto 163px;
    grid-template-rows: 237px 173px 192px auto 163px;
  }

  .div-block-66 {
    width: 340px;
  }

  .header-3 {
    font-size: 44px;
    line-height: 48.8px;
  }

  .header-3.text-withe {
    margin-top: 0px;
    font-size: 42px;
    line-height: 48.8px;
  }

  .div-block-52 {
    min-height: 94px;
  }

  .div-block-13 {
    width: 100%;
  }

  .partner {
    padding-right: 20px;
    padding-left: 20px;
  }

  .partner.ip {
    width: 100%;
  }

  .partner.ip.ss {
    margin-bottom: 0px;
  }

  .div-block-19 {
    width: 100%;
  }

  .div-block-15 {
    display: -ms-grid;
    display: grid;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    justify-items: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 39px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-block-16 {
    margin-right: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-23 {
    margin-bottom: 0px;
  }

  .span.body-1 {
    font-size: 22px;
  }

  .column-2 {
    position: static;
    top: -56%;
    margin-top: 146px;
  }

  .heading.header-3 {
    font-size: 42px;
  }

  .text-block-4.caption {
    font-size: 20px;
  }

  .text-whith.caption {
    font-size: 20px;
  }

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

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

  .logo {
    display: block;
  }

  .logo.div-block-68-h {
    display: block;
  }

  .div-block-13-1 {
    width: 100%;
  }

  .div-block-13-2 {
    width: 100%;
  }

  .div-block-13-3 {
    width: 100%;
  }

  .div-block-13-4 {
    width: 100%;
  }

  .o-hover {
    width: 150px;
    height: 150px;
  }

  .letter-box {
    width: 150px;
    min-height: 150px;
  }

  .o {
    width: 150px;
    height: 150px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .lottie-animation-2 {
    width: 330px;
  }

  .black-box-switch {
    padding-top: 40px;
    padding-bottom: 20px;
  }

  .div-block-93 {
    margin-bottom: 0px;
    background-color: #000;
  }

  .video-section {
    display: none;
  }

  .close-boxg {
    top: 71px;
    right: 163px;
  }

  .fram-6.snap {
    display: none;
  }

  .flex-scrolling.inner-padding-small {
    overflow: hidden;
  }

  .social-icon.fgh {
    display: none;
  }

  .section-13 {
    display: none;
  }

  .slider {
    height: 500px;
  }

  .fans {
    padding-top: 0px;
  }

  .right-box {
    padding-top: 40px;
  }

  .hund-left-wraper {
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  .paragraph-6 {
    line-height: 28px;
  }

  .columns-5 {
    display: block;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .heading-10.red {
    font-size: 52px;
  }

  .meta {
    display: block;
    min-height: 100vh;
  }

  .meta-wrapper {
    display: block;
    min-height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .meta-image {
    position: relative;
    min-height: 100%;
  }

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

  .columns-6 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .column-8 {
    position: static;
  }

  .grid-11 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

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

  .hund-mobile {
    display: none;
  }

  .image-54 {
    display: none;
  }

  .background-video-6 {
    display: none;
  }

  .mobilevedio-edoa {
    display: block;
    width: 100%;
    min-height: 100vh;
  }

  .tweetbox.m {
    top: 0px;
    min-height: 500px;
  }

  .div-block-120.mobile {
    display: block;
  }

  .div-block-120.p {
    display: none;
  }

  .img.p {
    min-height: 400px;
  }
}

@media screen and (max-width: 767px) {
  .subscriber-wrapper .w-col-12 {
    
    flex-direction: column;
  }
  .subscriber-wrapper .subscriber-message{
    display: none;
  }
  .nav {
    max-width: 300px;
    min-width: 280px;
  }

  .div-block-51.nave-hover {
    max-width: 300px;
  }

  .navbar {
    display: block;
    max-width: 300px;
    min-width: 240px;
    padding-top: 20px;
    padding-right: 40px;
  }

  .link-block {
    position: absolute;
    top: 351.125px;
  }

  .link-block.fhgt.ghy {
    position: static;
  }

  .disord-btn.new {
    position: static;
    width: 250px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .header-1 {
    font-size: 32px;
    line-height: 38px;
  }

  .header-1.textblack {
    font-size: 32px;
    line-height: 38px;
  }

  .div-block-5 {
    top: 0px;
    height: 100vh;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .section-2 {
    min-height: 250vh;
  }

  .section-2.section-scrol {
    min-height: 200vh;
  }

  .column {
    position: absolute;
    top: 255px;
  }

  .column-4 {
    position: absolute;
    top: -20px;
    height: 300px;
  }

  .columns {
    position: relative;
    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-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .caption {
    font-size: 16px;
    line-height: 19.2px;
  }

  .columns-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .columns-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-7 {
    padding-left: 0px;
  }

  .image-8.imageup {
    display: none;
  }

  .image-8.imag-rot {
    display: block;
  }

  .image-8.imagg-down {
    width: 80%;
    height: 150px;
  }

  .div-block-76 {
    top: -19%;
  }

  .div-block-70 {
    opacity: 1;
  }

  .div-block-78 {
    left: auto;
    top: 103px;
    right: -16%;
    bottom: 0%;
  }

  .image-18 {
    position: static;
    top: 0px;
    display: block;
    width: 400px;
    height: 270px;
    max-width: 100%;
    float: none;
    clear: both;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-block-77 {
    left: 0px;
    top: 75px;
    right: 0px;
    bottom: 0%;
    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;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .grid-4 {
    display: -ms-grid;
    display: grid;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-auto-flow: row;
    grid-auto-columns: 0.25fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1.25fr;
    grid-template-columns: 1.25fr;
    -ms-grid-rows: 261px 196px 221px auto;
    grid-template-rows: 261px 196px 221px auto;
  }

  .div-block-66 {
    width: 100%;
    min-height: 100%;
  }

  .bg-img-grid {
    display: none;
  }

  .div-block-17.ff {
    -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;
  }

  .div-block-15 {
    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;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
  }

  .blackwindo {
    position: relative;
    overflow: visible;
    background-color: transparent;
  }

  .blackwindo.ss.section-scrol {
    height: 250vh;
  }

  .column-2 {
    position: absolute;
    top: 0px;
    max-height: 600px;
    min-height: 300px;
  }

  .div-block-24 {
    position: relative;
    top: 0px;
    width: 100%;
    margin-bottom: 0px;
    padding-top: 0px;
    text-align: left;
  }

  .div-block-21 {
    position: absolute;
    top: -273px;
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    text-align: center;
  }

  .div-block-25 {
    position: absolute;
    top: 353px;
  }

  .image-14 {
    width: 400px;
    height: 100%;
  }

  .side-image {
    position: absolute;
    top: -267px;
    width: 100%;
  }

  .div-block-22 {
    position: absolute;
    top: -425px;
  }

  .div-block-20 {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    min-height: 160vh;
    background-color: #000;
  }

  .columns-4 {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-3 {
    position: absolute;
    top: 737px;
    padding-right: 10px;
    -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;
  }

  .text-block-4.caption {
    text-align: center;
  }

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

  .div-block-43 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .div-block-46 {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

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

  .footer-container {
    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;
  }

  .div-block-53 {
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    text-align: center;
  }

  .div-block-47 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .mobil {
    position: absolute;
    left: 15%;
    top: 0px;
    right: 0%;
    bottom: 0px;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 270px;
    -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;
    opacity: 1;
  }

  .text-block-3-3.tittle-2 {
    display: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .o-hover {
    width: 100px;
    height: 100px;
  }

  .letter-box {
    height: 100px;
    max-width: 100px;
    min-height: 100px;
    min-width: 100px;
  }

  .o {
    width: 100px;
    height: 100px;
  }

  .lottie-animation-2 {
    width: 270px;
  }

  .black-box-switch {
    position: absolute;
    top: -5px;
    width: 100%;
  }

  .image-22 {
    position: static;
    left: 100px;
    display: block;
    width: 250px;
  }

  .div-block-92 {
    position: absolute;
    top: -173px;
  }

  .div-block-93 {
    height: 100%;
    min-height: 250vh;
  }

  .text-block-3-4-2-copy.tittle-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .dropdown {
    display: none;
  }

  .dropdown-toggle {
    display: block;
  }

  .mobil-dropdown {
    display: block;
  }

  .div-block-hjk {
    top: 0%;
    right: -3%;
    display: none;
    width: 50px;
    height: 25px;
  }

  .list-item-2.pc {
    display: none;
  }

  .list-item-2.mob {
    display: block;
  }

  .div-block-hjk-copy {
    top: 0%;
    right: -3%;
    display: none;
    width: 50px;
    height: 25px;
  }

  .div-block-hjk-copy-copy {
    top: 0%;
    right: -3%;
    display: none;
    width: 50px;
    height: 25px;
  }

  .video-section {
    display: none;
    width: 100%;
  }

  .video-contaiggner {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

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

  .close-boxg {
    right: 40px;
  }

  .youtube {
    height: auto;
  }

  .heading-4 {
    font-size: 18px;
  }

  .html-embed-7 {
    height: 300px;
  }

  .unlable {
    position: absolute;
  }

  .artise-continer {
    position: relative;
  }

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

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

  .dis-btn {
    padding: 10px 40px;
    border-radius: 12px;
  }

  .text-block-23 {
    font-size: 18px;
  }

  .text-block-24.yt.df.ggll {
    left: 30px;
  }

  .heading-5 {
    font-size: 35px;
  }

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

  .heading-7 {
    font-size: 25px;
  }

  .fram-6.snap {
    display: none;
  }

  .partner-unlable.snap {
    display: none;
  }

  .image-30 {
    width: 250px;
  }

  .back-btn {
    display: block;
    height: 0px;
  }

  .image-33 {
    width: 40px;
  }

  .body-4 {
    overflow: visible;
  }

  .left-glob {
    left: auto;
    top: -150px;
  }

  .right-globe {
    right: auto;
    bottom: -150px;
  }

  .image-34 {
    width: 300px;
  }

  .image-35 {
    width: 300px;
  }

  .discrition-box {
    display: none;
    width: 100%;
    margin-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .red--dis {
    display: block;
    font-size: 16px;
    line-height: 21px;
  }

  .text-block-25 {
    font-size: 16px;
    line-height: 21px;
  }

  .logo-grid-ticker.ghj {
    grid-column-gap: 8px;
  }

  .social-icon.hh.gfdg.hty {
    display: block;
  }

  .social-icon.fgh {
    display: block;
  }

  .hover-continer.b {
    padding-top: 20px;
  }

  .hover-continer.b.gg {
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
    background-color: #000;
  }

  .hover-continer.f {
    display: none;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .heading-9.gh {
    font-size: 24px;
  }

  .heading-9.gf {
    font-size: 24px;
  }

  .text-block-27.hg {
    margin-top: 40px;
    font-size: 18px;
    line-height: 21px;
  }

  .text-block-27.gg {
    margin-top: 40px;
    font-size: 18px;
    line-height: 21px;
  }

  .snap-continer {
    overflow: visible;
    height: auto;
  }

  .image-43 {
    position: relative;
    left: -47px;
  }

  .section-13 {
    display: block;
    background-color: #000;
  }

  .slider {
    height: 300px;
  }

  .box {
    display: none;
    height: 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;
  }

  .close {
    top: 40px;
    right: 20px;
  }

  .html-embed-7-copy {
    height: 100%;
  }

  .image-45 {
    width: 300px;
  }

  .home {
    min-height: 100vh;
    padding-top: 80px;
    padding-bottom: 0px;
  }

  .fans {
    position: relative;
    overflow: hidden;
    padding-top: 140px;
  }

  .left-box {
    position: static;
    z-index: 10;
    width: 100%;
  }

  .right-box {
    position: absolute;
    top: 0px;
    right: -41%;
    width: 100%;
    height: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-filter: blur(5px);
    filter: blur(5px);
  }

  .fan-head {
    margin-bottom: 60px;
    padding-right: 100px;
  }

  .fan-content {
    padding-bottom: 0px;
  }

  .big-header {
    font-size: 36px;
  }

  .text-block-29 {
    font-size: 32px;
  }

  .fan-content-inner {
    padding-right: 40px;
    padding-left: 40px;
  }

  .hund {
    display: none;
  }

  .hund-left-wraper {
    height: 100%;
    padding: 60px 40px;
  }

  .right-videio-content.red {
    height: 100%;
    padding-right: 40px;
    padding-left: 40px;
  }

  .paragraph-6 {
    font-size: 18px;
    line-height: 24px;
  }

  .paragraph-6.bold {
    font-size: 32px;
    line-height: 40px;
  }

  .text-block-30 {
    font-size: 32px;
  }

  .heading-10.red {
    font-size: 32px;
    line-height: 40px;
  }

  .paragraph-7 {
    font-size: 18px;
    line-height: 24px;
  }

  .meta-wrapper {
    padding-top: 0px;
  }

  .meta-left {
    padding-top: 60px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .meta-image {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 80px;
    padding-left: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mets-img.main.m {
    left: 0px;
    display: none;
    overflow: hidden;
    width: 100%;
    height: 500px;
  }

  .home-wrapper {
    min-height: 50vh;
  }

  .home-content-block {
    margin-bottom: 40px;
  }

  .home-discription {
    max-width: 350px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 18px;
    line-height: 21px;
  }

  .home-scroll {
    bottom: 40px;
    z-index: 10;
    display: none;
    font-size: 14px;
  }

  .grid-10 {
    position: static;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }

  .background-video-3 {
    display: none;
  }

  .background-video-4.gg {
    z-index: 5;
    display: block;
    width: 100%;
    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-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .background-video-4.g {
    opacity: 0.6;
  }

  .mobilevidio {
    left: -42px;
    top: -133px;
    z-index: 200;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
  }

  .hund-mobile {
    display: none;
    min-height: 100vh;
    background-color: #000;
  }

  .hund-mobile.n {
    display: none;
  }

  .wrapper {
    height: 100%;
  }

  .videiobox {
    display: none;
    width: 100%;
    height: 300px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .left-arrow-2 {
    display: none;
    margin-bottom: 20px;
    font-size: 24px;
  }

  .slider-3 {
    min-height: 100vh;
    background-color: #000;
  }

  .right-arrow-2 {
    display: none;
  }

  .lashi {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 50vh;
    padding-top: 20px;
    padding-right: 80px;
    padding-left: 80px;
    background-color: #000;
  }

  .image-54 {
    position: absolute;
    bottom: 20px;
    z-index: 10;
    display: block;
    width: 20px;
  }

  .image-54.pc {
    display: none;
  }

  .advance-viedio-box {
    height: 100%;
  }

  .vidioboxs {
    height: 100%;
  }

  .background-video-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    min-height: 100%;
  }

  .link-block-22 {
    bottom: 40px;
    z-index: 20;
    color: #3d3c3c;
  }

  .background-video-7 {
    height: 100%;
  }

  .tweetbox.m {
    top: auto;
  }

  .tweet1.m {
    padding-right: 90px;
    padding-bottom: 32px;
    padding-left: 0px;
    border-radius: 36px;
  }

  .tweet2.bg-img-grid {
    overflow: hidden;
  }

  .tweet2.m {
    top: 25px;
    right: -25px;
    padding-right: 90px;
    padding-bottom: 32px;
    padding-left: 0px;
    border-radius: 36px;
  }

  .tweet3.m {
    top: 50px;
    right: -50px;
    padding-right: 90px;
    padding-bottom: 32px;
    padding-left: 0px;
    border-radius: 36px;
  }

  .div-block-120.mobile {
    display: block;
    height: 300px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .div-block-120.p {
    display: none;
  }

  .icon-3 {
    display: none;
  }

  .icon-4 {
    display: none;
  }

  .slide-2 {
    position: -webkit-sticky;
    position: sticky;
    left: auto;
    right: 0px;
  }
}

@media screen and (max-width: 479px) {
  .text-block--white {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 28.4px;
  }

  .nav {
    min-width: 240px;
  }

  .text-block-7-copy {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 28.4px;
  }

  .link-block-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0px;
    -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;
  }

  .link-block-3.w--current {
    display: block;
    margin-bottom: 0px;
  }

  .tittle-1-32.text-black {
    font-size: 24px;
    line-height: 28.8px;
  }

  .div-block-51.nave-hover {
    display: none;
    max-width: 300px;
    min-width: 250px;
    opacity: 0;
    font-size: 10px;
    line-height: 16px;
  }

  .navbar {
    display: block;
    width: 100px;
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 20px;
  }

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

  .text-block.gg {
    font-size: 12px;
  }

  .text-block.gg.ii {
    font-size: 14px;
  }

  .text-block.gg.ii.gf.hg {
    font-size: 16px;
  }

  .link-block {
    position: absolute;
    left: auto;
    top: auto;
    right: auto;
    bottom: 199px;
    z-index: 5;
    margin-top: 0px;
    padding-top: 0px;
  }

  .link-block.hhj {
    bottom: 120px;
  }

  .link-block.hhj.hh {
    top: 109px;
  }

  .link-block.fhgt {
    bottom: 123px;
  }

  .link-block.fhgt.ghy {
    position: absolute;
    bottom: 0px;
    z-index: 50;
    width: 100%;
    height: 50px;
    padding-top: 20px;
  }

  .link-block.fhgt.ghy.fdgghh.fgh {
    position: static;
    padding-top: 27px;
  }

  .image {
    width: 370px;
    height: 208px;
  }

  .disord-btn {
    height: 56px;
    margin-top: 0px;
    border-width: 2px;
    border-radius: 16px;
    background-color: #eee;
    color: #000;
  }

  .disord-btn.new {
    position: static;
    top: -302px;
    width: 200px;
    padding: 10px 15px;
    border-width: 2px;
    background-color: transparent;
  }

  .disord-btn.new.gg.black-box-switch {
    position: static;
  }

  .disord-btn.new.gg.black-box-switch:hover {
    color: #f9f9f9;
  }

  .disord-btn.new.ff.gfgfh {
    padding-right: 25px;
    padding-left: 25px;
  }

  .disord-btn.hhgh {
    background-color: #fff;
  }

  .disord-btn.hhgh.kkj.m {
    background-color: transparent;
  }

  .div-block-3 {
    height: 100%;
    min-width: 100%;
    margin-top: 0px;
    -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;
  }

  .image-2 {
    width: 32px;
  }

  .header-1 {
    margin-top: 20px;
    font-size: 32px;
    line-height: 38.2px;
  }

  .header-1.textblack {
    margin-top: 20px;
    margin-bottom: 0px;
  }

  .header-1.black {
    position: relative;
    left: 0px;
    display: block;
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 28.2px;
  }

  .div-block-5 {
    top: 0px;
    display: block;
    overflow: visible;
    height: 100vh;
    margin-top: 0px;
    margin-bottom: 0px;
    padding-right: 16px;
    padding-left: 16px;
    -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: 32px;
  }

  .section-2 {
    width: 100%;
    min-height: 250vh;
    border: 1px none #000;
    border-radius: 0px;
    background-color: #eee;
  }

  .section-2.section-scrol {
    min-height: 200vh;
  }

  .image-4 {
    width: 345px;
    height: 335px;
  }

  .column {
    position: static;
    top: 0px;
    display: block;
    margin-bottom: 88px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .column-4 {
    position: static;
    z-index: 20;
    height: 250px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .columns {
    position: relative;
    min-height: 100%;
    -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: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .section-1-p {
    top: 100px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .section-1-p.opa {
    position: absolute;
    top: 100px;
    overflow: visible;
    width: 100%;
    height: 100vh;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .section-1-p.end {
    display: block;
    width: 100%;
    margin-top: 406px;
    opacity: 0;
  }

  .caption {
    margin-top: 20px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 300;
  }

  .caption.whigt {
    font-size: 16px;
    line-height: 19px;
    font-weight: 300;
  }

  .columns-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .section-3 {
    width: 100%;
  }

  .column-6 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .columns-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-7 {
    padding-left: 0px;
  }

  .div-block-63 {
    display: block;
    overflow: hidden;
    min-height: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 16px;
  }

  .div-block-64 {
    overflow: hidden;
    border-radius: 16px;
  }

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

  .image-8.imagecender {
    right: auto;
    display: none;
    width: 300px;
  }

  .image-8.imageup {
    display: none;
    width: 65%;
    min-height: 250px;
  }

  .image-8.imag-rot {
    display: none;
    width: 200px;
    -webkit-filter: blur(5px);
    filter: blur(5px);
  }

  .div-block-69 {
    display: block;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    line-height: 17.2px;
  }

  .div-block-76 {
    left: auto;
    top: auto;
    right: 0%;
    bottom: 0%;
    height: 100%;
  }

  .div-block-67 {
    padding: 15px;
    grid-column-gap: 15px;
    background-color: #f2f1db;
    cursor: pointer;
  }

  .div-block-70 {
    width: 1100%;
  }

  .div-block-68-copy.meet {
    position: absolute;
    left: auto;
    top: auto;
    right: 6%;
    bottom: 6%;
    display: none;
    opacity: 0;
  }

  .div-block-65 {
    position: relative;
    overflow: hidden;
    height: 100%;
    border-radius: 16px;
  }

  .image-17 {
    width: 25px;
  }

  .text-block-10 {
    font-size: 14px;
    line-height: 17px;
  }

  .section-5 {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 60px;
  }

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

  .image-18 {
    position: static;
    left: auto;
    top: auto;
    right: auto;
    bottom: 0%;
    display: block;
    width: 80%;
    height: 235px;
    float: right;
    clear: right;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .div-block-77 {
    top: 95px;
    right: 3px;
    bottom: 0px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 300px;
    -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;
  }

  .paragraph-4 {
    display: block;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
  }

  .paragraph-4.studio {
    display: block;
    font-size: 14px;
    line-height: 17px;
  }

  .paragraph-4.community {
    display: block;
    font-size: 14px;
    line-height: 18px;
    font-weight: 300;
  }

  .paragraph-4.fund {
    display: block;
    border-radius: 0px;
    opacity: 0;
    font-size: 14px;
    line-height: 15px;
    font-weight: 300;
  }

  .div-block-62 {
    margin-top: 0px;
    margin-bottom: 60px;
    padding: 20px 0px 0px;
  }

  .div-block-68-h.communit-btn {
    font-size: 12px;
    line-height: 15px;
  }

  .grid-4 {
    display: -ms-grid;
    display: grid;
    grid-auto-flow: column;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 18px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 229px 224px 208px 207px;
    grid-template-rows: 229px 224px 208px 207px;
  }

  .div-block-66 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 100%;
    min-height: 100%;
    -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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 16px;
    opacity: 1;
  }

  .bg-img-grid {
    position: static;
  }

  .text-block-3-4-2.tittle-2 {
    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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 16px;
    line-height: 19.2px;
    font-weight: 400;
  }

  .div-block-56 {
    display: block;
    width: 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .div-block-17 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    max-height: 0px;
    min-height: 30rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .div-block-17.ff {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 72px;
    padding-right: 32px;
    padding-left: 32px;
    -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-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    border-style: solid;
    border-width: 4px;
    border-color: #eee;
  }

  .div-block-17.ff._17-4.ffl {
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .header-3 {
    font-size: 28px;
    line-height: 34px;
  }

  .header-3.text-withe {
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
  }

  .div-block-52 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-width: 0%;
    margin-right: 5px;
    -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;
  }

  .div-block-52.jj {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    align-self: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
  }

  .div-block-13 {
    min-height: 100%;
    margin-bottom: 0px;
    border-style: none;
  }

  .div-block-74 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 94px;
    -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;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .partner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 100vh;
    margin-bottom: 0px;
  }

  .partner.ip {
    position: relative;
    display: none;
  }

  .partner.ss.section-scrol {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .div-block-19 {
    width: 100%;
    margin-bottom: 0px;
  }

  .text-block-2.tittle-2 {
    margin-top: 24px;
    font-size: 24px;
    line-height: 28.2px;
    font-weight: 400;
  }

  .div-block-15 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    min-height: 100%;
    margin-top: 42px;
    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;
  }

  .div-block-16 {
    width: 100%;
    height: 100%;
    margin-top: 60px;
    margin-bottom: 0px;
  }

  .div-block-23 {
    margin-top: 200px;
    margin-bottom: 15px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }

  .blackwindo {
    overflow: visible;
    padding-top: 0px;
    padding-bottom: 0px;
    border-radius: 32px;
  }

  .blackwindo.radis {
    width: 100%;
    padding-top: 0px;
    border-radius: 32px 32px 0px 0px;
  }

  .blackwindo.radies-end {
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
  }

  .blackwindo.ss.section-scrol {
    height: 250vh;
    margin-top: 0px;
  }

  .span.body-1 {
    display: none;
    overflow: visible;
  }

  .column-2 {
    position: relative;
    top: -2%;
    max-height: 100%;
    min-height: 100%;
  }

  .div-block-24 {
    position: absolute;
    top: 531px;
    width: 100%;
    margin-bottom: 0px;
    padding-top: 0px;
    font-size: 18px;
    text-align: center;
  }

  .div-block-58 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
    margin-bottom: 0px;
    -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-color: transparent;
    text-align: center;
  }

  .div-block-61 {
    position: absolute;
    top: 662px;
    display: block;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 40px;
  }

  .div-block-21 {
    position: static;
    top: -754px;
    width: 100%;
    min-height: auto;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .div-block-25 {
    top: 578px;
    margin-bottom: 20px;
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }

  .image-14 {
    position: absolute;
    left: 0px;
    top: -178px;
    height: 440px;
    max-width: 300px;
  }

  .heading.header-3 {
    margin-top: 0px;
    font-size: 32px;
    line-height: 56.8px;
  }

  .side-image {
    position: relative;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: auto;
    display: block;
  }

  .div-block-22 {
    position: absolute;
    top: 101px;
    display: block;
    width: 100%;
    margin-top: 0px;
    -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;
  }

  .div-block-20 {
    top: 0%;
    overflow: hidden;
    height: auto;
    min-height: 110vh;
    border-radius: 32px;
  }

  .columns-4 {
    position: relative;
    top: -64px;
    min-height: 100vh;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .column-3 {
    position: static;
    top: 0px;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }

  .text-block-4.caption {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
  }

  .text-whith.caption {
    font-size: 18px;
    line-height: 22px;
    font-weight: 300;
    text-align: center;
  }

  .div-block-28 {
    width: 100%;
    margin-bottom: 0px;
  }

  .div-block-26 {
    width: 100%;
    margin-top: 53px;
  }

  .div-block-60 {
    display: block;
    width: 100%;
    margin-top: 43px;
    margin-bottom: 20px;
  }

  .div-block-27 {
    margin-top: 200px;
    margin-bottom: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .image-15 {
    position: absolute;
    top: -128px;
    max-width: 450px;
  }

  .image-16 {
    position: absolute;
    top: -122px;
    max-width: 450px;
  }

  .div-block-59 {
    display: block;
    width: 100%;
    margin-top: 18px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
  }

  .image-10 {
    width: 234px;
  }

  .div-block-29 {
    width: 100%;
    margin-top: 59px;
  }

  .div-block-31 {
    width: 100%;
    margin-bottom: 2px;
  }

  .div-block-30 {
    width: 100%;
    margin-top: 200px;
    margin-bottom: 3px;
    padding-left: 0px;
  }

  .team {
    display: none;
  }

  .text-block-7 {
    margin-bottom: 0px;
    font-family: Supply, sans-serif;
  }

  .text-block-7.f.y.yellow {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 16px;
  }

  .text-block-7.q.d {
    position: static;
    height: auto;
    text-align: left;
  }

  .div-block-48 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .link-block-6 {
    margin-bottom: 0px;
  }

  .div-block-43 {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .footer {
    padding-top: 0px;
    -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;
  }

  .footer.ss.section-scrol {
    padding-bottom: 0px;
  }

  .footer.ss.section-scrol.ff.snap {
    padding-top: 40px;
  }

  .div-block-44 {
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
  }

  .text-block-5 {
    margin-bottom: 10px;
    font-size: 18px;
    line-height: 21.6px;
    font-weight: 300;
  }

  .div-block-46 {
    width: 100%;
    margin-top: 17px;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .text-block-6 {
    margin-top: 70px;
    font-size: 18px;
    line-height: 21.6px;
    font-weight: 300;
  }

  .image-13 {
    width: 60px;
    height: 60px;
  }

  .text-block-8 {
    margin-top: 60px;
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 28.8px;
    font-weight: 300;
  }

  .logo-box {
    width: 80px;
    height: 80px;
  }

  .div-block-53 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 73px;
    -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;
    text-align: center;
  }

  .div-block-47 {
    -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-align-content: space-around;
    -ms-flex-line-pack: distribute;
    align-content: space-around;
  }

  .div-block-45 {
    display: none;
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
  }

  .div-block-45.ghj {
    display: block;
  }

  .heading-2 {
    font-size: 32px;
    line-height: 38.4px;
    font-weight: 400;
  }

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

  .div-block-67-copy {
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .logo {
    width: 80px;
  }

  .div-block-82 {
    padding-bottom: 60px;
  }

  .html-embed-2 {
    display: block;
    height: 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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 24px;
    line-height: 28.8px;
  }

  .div-block-5-copy {
    margin-top: 71px;
    margin-bottom: 51px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .mobil {
    position: absolute;
    left: -22px;
    top: 0%;
    right: 0px;
    bottom: 0px;
    z-index: 5;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 230px;
    -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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    opacity: 1;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .mobil-copy {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: auto;
    z-index: 5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
    height: 300px;
    max-height: 320px;
    -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: 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;
    opacity: 1;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .image-18-copy {
    position: static;
    left: auto;
    top: auto;
    right: auto;
    bottom: 0%;
    display: block;
    width: 250px;
    min-height: 320px;
  }

  .q {
    position: absolute;
    top: 180px;
    right: 20px;
    bottom: 0px;
    z-index: 10;
    display: block;
    width: 100%;
    height: 60px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    text-align: right;
  }

  .image-19 {
    position: relative;
    z-index: 7;
    width: 100%;
    height: 100%;
  }

  .image-20 {
    width: 25px;
    height: 25px;
  }

  .h {
    position: absolute;
    top: auto;
    right: 20px;
    bottom: -1px;
    z-index: 6;
    display: block;
    width: 100%;
    height: 40px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    text-align: right;
  }

  .d {
    position: absolute;
    right: 20px;
    bottom: -14px;
    z-index: 6;
    display: block;
    width: 100%;
    height: 60px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    text-align: right;
  }

  .n {
    position: absolute;
    top: auto;
    right: 20px;
    bottom: -19px;
    z-index: 6;
    display: block;
    width: 100%;
    height: 60px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    text-align: right;
  }

  .section-4 {
    width: 100%;
  }

  .section-6 {
    width: 100%;
    background-color: #eee;
  }

  .section-6.section-scrol.ss {
    z-index: 10;
  }

  .div-block-13-1 {
    width: 100%;
    min-height: 100%;
    margin-bottom: 55px;
    border-style: none;
  }

  .div-block-13-2 {
    width: 100%;
    min-height: 100%;
    margin-bottom: 55px;
    border-style: none;
  }

  .div-block-13-3 {
    width: 100%;
    min-height: 100%;
    margin-bottom: 55px;
    border-style: none;
  }

  .div-block-13-4 {
    width: 100%;
    min-height: 100%;
    margin-bottom: 55px;
    border-style: none;
  }

  .partner-box-hover-1 {
    display: none;
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    font-size: 14px;
    line-height: 17px;
  }

  .text-block-3-1.tittle-2 {
    font-size: 16px;
    line-height: 19.2px;
    font-weight: 400;
  }

  .partner-box-hover-2 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 14px;
    line-height: 17px;
  }

  .text-block-3-2.tittle-2 {
    font-size: 16px;
    line-height: 19.2px;
    font-weight: 400;
  }

  .partner-box-hover-3 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 14px;
    line-height: 17px;
  }

  .text-block-3-3.tittle-2 {
    display: none;
    font-size: 16px;
    line-height: 19.2px;
    font-weight: 400;
  }

  .partner-box-hover-4 {
    width: 100%;
    padding-right: 0px;
    padding-left: 0px;
    font-size: 14px;
    line-height: 17px;
  }

  .o-hover {
    display: none;
    width: 80px;
    height: 80px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .letter-box {
    width: 70px;
    height: 80px;
    max-width: 70px;
    min-height: 80px;
    min-width: 70px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .o {
    width: 80px;
    height: 80px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .fg {
    margin-top: 66px;
    font-size: 32px;
    line-height: 38.2px;
  }

  .fg.black {
    font-size: 24px;
    line-height: 28.2px;
  }

  .fgdgh {
    margin-top: 33px;
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
  }

  .fgdgh.whigt {
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
  }

  .lottie-animation-2 {
    width: 300px;
  }

  .black-box-switch {
    position: absolute;
    top: 163px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 10px;
    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-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-align-self: center;
    -ms-flex-item-align: center;
    align-self: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    text-align: center;
  }

  .list-3 {
    padding-left: 20px;
  }

  .list-4 {
    padding-left: 20px;
  }

  .image-21 {
    display: block;
    width: 250px;
  }

  .image-22 {
    position: static;
    left: auto;
    right: auto;
    display: block;
    width: 230px;
    height: 130px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .text-block-15 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 28px;
  }

  .div-block-92 {
    position: absolute;
    top: 167px;
    height: 200vh;
    padding-bottom: 0px;
    -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;
  }

  .div-block-93 {
    overflow: visible;
    width: 100%;
    min-height: 250vh;
    margin-top: 0px;
    margin-bottom: 0px;
    background-color: #fff;
  }

  .link-block-8 {
    overflow: visible;
    width: 100%;
    height: 100%;
    cursor: pointer;
  }

  .text-block-17 {
    font-size: 24px;
    line-height: 24px;
  }

  .text-block-3-4-2-copy.tittle-2 {
    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;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
    font-size: 16px;
    line-height: 19.2px;
    font-weight: 400;
    text-align: left;
  }

  .link-block-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .dropdown-list {
    display: none;
    height: 100%;
    max-width: none;
    min-width: auto;
    margin-top: 20px;
    padding: 20px;
    -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;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-radius: 20px;
    background-color: #aaa;
  }

  .dropdown-list.w--open {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: auto;
    min-width: 250px;
    padding-top: 0px;
    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-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;
  }

  .dropdown-list.fgf {
    display: block;
  }

  .dropdown {
    display: none;
    width: auto;
    height: auto;
  }

  .dropdown-toggle {
    display: inline-block;
    margin-left: 0px;
    padding: 0px;
  }

  .dropdown-toggle.w--open {
    padding-right: 0px;
    padding-left: 0px;
  }

  .mobil-dropdown {
    display: block;
  }

  .image-9-cop {
    width: 173px;
  }

  .image-9-cop3 {
    width: 173px;
  }

  .image-9-copy {
    width: 173px;
  }

  .image-9-copy {
    width: 173px;
  }

  .image-23 {
    display: inline-block;
    max-width: 80%;
  }

  .image-24 {
    display: block;
  }

  .div-block-hjk {
    top: -1%;
    right: 0%;
    bottom: -1%;
    z-index: 10;
    display: none;
    width: 40px;
    height: 20px;
    background-color: hsla(0, 0%, 100%, 0.91);
  }

  .text-block-1f9 {
    font-size: 8px;
  }

  .viewpart {
    overflow: visible;
    width: 100%;
  }

  .div-block-98 {
    width: 100%;
  }

  .span-link {
    display: inline;
    color: #000;
  }

  .div-block-99 {
    top: 0%;
    right: 0%;
    z-index: 10;
    display: none;
    height: 25px;
    padding-top: 0px;
    padding-bottom: 0px;
    -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: hsla(0, 0%, 95.1%, 0.94);
    color: #000;
  }

  .text-block-21 {
    color: #000;
    font-size: 8px;
  }

  .list-item {
    display: none;
    margin-bottom: 0px;
  }

  .list-item-copy {
    display: block;
    margin-bottom: 10px;
  }

  .list-item-2 {
    display: block;
    margin-bottom: 10px;
  }

  .list-item-2.pc {
    display: none;
  }

  .list-item-3 {
    margin-bottom: 10px;
  }

  .list-item-4 {
    margin-bottom: 10px;
  }

  .list-item-5 {
    display: none;
    margin-bottom: 10px;
  }

  .list-item-5.background-video {
    display: block;
  }

  .list-item-5.goo {
    display: block;
  }

  .list-item-6 {
    margin-bottom: 10px;
  }

  .list-item-5-copy {
    margin-bottom: 10px;
  }

  .div-block-hjk-copy {
    top: -31%;
    right: 0%;
    bottom: -1%;
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 40px;
    height: 20px;
    background-color: hsla(0, 0%, 100%, 0.91);
  }

  .div-block-hjk-copy-copy {
    top: -31%;
    right: 0%;
    bottom: -1%;
    z-index: 10;
    display: none;
    width: 40px;
    height: 20px;
    background-color: hsla(0, 0%, 86.4%, 0.49);
  }

  .video-section {
    display: none;
    min-height: 100vh;
  }

  .video-contaiggner {
    margin-right: 0px;
    padding-right: 0px;
    padding-bottom: 40px;
    padding-left: 0px;
  }

  .video-boxs {
    width: 90%;
    min-height: auto;
    margin-bottom: 0px;
    padding-bottom: 0px;
    -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;
  }

  .close-boxg {
    top: 40px;
    right: 28px;
    display: block;
  }

  .youtube {
    height: auto;
    margin-top: 17px;
    -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;
  }

  .heading-4 {
    font-size: 18px;
    line-height: 24px;
  }

  .image-2t6 {
    display: block;
    width: 20px;
  }

  .html-embed-j5 {
    display: none;
    height: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .html-embed-7 {
    display: block;
    height: 250px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .unlable {
    position: absolute;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    width: 100%;
  }

  .lable-btn {
    width: 280px;
  }

  .text-block-22 {
    font-size: 12px;
  }

  .landing-page.snap {
    display: block;
    width: 100%;
    height: 90vh;
  }

  .landing-page.snap.dg {
    height: 100vh;
  }

  .container {
    height: 100vh;
  }

  .video-section-label.snap {
    min-height: 150vh;
  }

  .artise-action-section.snap {
    min-height: 150vh;
  }

  .artise-continer {
    position: -webkit-sticky;
    position: sticky;
    padding: 160px 20px 60px;
  }

  .grid-5 {
    justify-items: stretch;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .logo-section-inner {
    margin-top: 24px;
  }

  .artise-section {
    padding-top: 0px;
  }

  .dis-btn {
    padding-right: 20px;
    padding-left: 20px;
  }

  .text-block-23 {
    font-size: 14px;
  }

  .text-block-24 {
    font-size: 16px;
  }

  .text-block-24.yt.df.ggll {
    left: 18px;
    top: 75px;
    font-size: 16px;
  }

  .heading-5 {
    margin-top: 30px;
    margin-bottom: 20px;
    font-size: 21px;
  }

  .fram5.snap {
    min-height: 150vh;
    padding-bottom: 0px;
  }

  .grid-6 {
    grid-auto-flow: column;
    grid-auto-columns: 0.25fr;
    grid-column-gap: 0px;
    -ms-grid-columns: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .img-box {
    width: 100%;
  }

  .continer.dd {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    padding-top: 0px;
    padding-bottom: 30px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .heading-7 {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 18px;
  }

  .fram-6.snap {
    min-height: 200vh;
  }

  .image-30 {
    width: 190px;
  }

  .left-glob {
    left: auto;
    top: 0px;
    right: auto;
    z-index: 50;
    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: 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;
  }

  .right-globe {
    left: auto;
    right: auto;
    bottom: 0px;
    z-index: 50;
    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;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .image-34 {
    display: none;
  }

  .image-35 {
    display: none;
  }

  .discrition-box {
    display: none;
    margin-top: 0px;
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    grid-row-gap: 40px;
  }

  .red--dis {
    width: auto;
    margin-top: 0px;
    font-size: 14px;
    line-height: 16px;
  }

  .text-block-25 {
    font-size: 14px;
    line-height: 16px;
  }

  .log-box.pink {
    width: 100%;
    height: 60px;
  }

  .log-box.dark-ping {
    width: 100%;
    height: 60px;
  }

  .flex-scrolling.inner-padding-small {
    grid-column-gap: 10px;
  }

  .flex-scrolling.inner-padding-small.ggj.ghk {
    bottom: 676px;
    z-index: 5;
  }

  .flex-scrolling.inner-padding-small.ggik.gfgf {
    top: -48px;
    margin-bottom: 0px;
  }

  .logo-grid-ticker {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: stretch;
    -webkit-justify-content: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    -ms-grid-columns: minmax(-webkit-max-content, -webkit-max-content) minmax(-webkit-max-content, -webkit-max-content) -webkit-max-content minmax(auto, -webkit-max-content);
    -ms-grid-columns: minmax(max-content, max-content) minmax(max-content, max-content) max-content minmax(auto, max-content);
    grid-template-columns: minmax(-webkit-max-content, -webkit-max-content) minmax(-webkit-max-content, -webkit-max-content) -webkit-max-content minmax(auto, -webkit-max-content);
    grid-template-columns: minmax(max-content, max-content) minmax(max-content, max-content) max-content minmax(auto, max-content);
  }

  .logo-grid-ticker.ghj {
    grid-column-gap: 5px;
  }

  .left-artisr-body {
    top: 30px;
    display: none;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .heading-8 {
    width: 100%;
    font-size: 18px;
    line-height: 21px;
  }

  .text-block-26 {
    width: 100%;
    font-size: 16px;
    line-height: 19px;
  }

  .social-icon {
    width: 100%;
    padding-top: 0px;
    grid-column-gap: 0px;
  }

  .social-icon.hh.gfdg.hty {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }

  .social-icon.df {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    grid-column-gap: 0px;
  }

  .social-icon.ff {
    padding-top: 20px;
    grid-column-gap: 0px;
  }

  .social-icon.fgh {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-column-gap: 0px;
  }

  .div-block-103 {
    position: relative;
    top: 0px;
    margin-top: 70px;
  }

  .div-block-103.section-button {
    position: static;
  }

  .image-42 {
    width: 100px;
  }

  .html-embed-8 {
    position: relative;
    z-index: 5;
  }

  .section-12.snap {
    height: auto;
  }

  .x-copy {
    height: 35px;
  }

  .hover-continer.b {
    padding-right: 20px;
    padding-left: 20px;
  }

  .hover-continer.b.gg {
    padding-right: 0px;
    padding-left: 0px;
  }

  .hover-continer.f {
    position: static;
    display: none;
    margin-bottom: 0px;
    padding: 0px 0px 60px;
  }

  .text-block-27.hg {
    margin-top: 20px;
    font-size: 16px;
  }

  .text-block-27.gg {
    margin-top: 10px;
  }

  .image-43 {
    top: 11px;
    width: 250px;
  }

  .section-13 {
    width: 100%;
    height: 150vh;
  }

  .image-44 {
    width: 25px;
  }

  .slider {
    height: 250px;
  }

  .box {
    position: -webkit-sticky;
    position: sticky;
    z-index: 50;
    display: none;
  }

  .box.ee {
    height: 100vh;
  }

  .html-embed-j5-copy {
    height: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .close {
    top: 20px;
    right: 20px;
  }

  .html-embed-7-copy {
    display: block;
    height: 250px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .image-45 {
    position: relative;
    left: 0px;
    top: -43px;
    width: 300px;
    max-width: none;
  }

  .image-47 {
    top: 27px;
    right: 20px;
  }

  .div-block-108 {
    display: block;
    -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: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-align-content: flex-end;
    -ms-flex-line-pack: end;
    align-content: flex-end;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .div-block-110 {
    width: 90%;
    background-color: rgba(255, 7, 0, 0.8);
    background-clip: border-box;
    -webkit-text-fill-color: inherit;
  }

  .image-49 {
    display: block;
    width: 80%;
    opacity: 1;
  }

  .image-50 {
    display: block;
    width: 80%;
    opacity: 1;
  }

  .section-6-copy {
    width: 100%;
    background-color: #eee;
  }

  .section-6-copy.section-scrol.ss {
    z-index: 10;
  }

  .tt {
    display: none;
    font-size: 24px;
    line-height: 29px;
  }

  .div-block-115 {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    width: 100%;
    min-height: 100vh;
  }

  .div-block-116 {
    padding-top: 40px;
    padding-bottom: 0px;
  }

  .slide-nav {
    display: none;
  }

  .tt-copy {
    display: block;
    font-size: 24px;
    line-height: 29px;
  }

  .home {
    padding-top: 0px;
  }

  .right-box {
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .fan-head {
    padding: 20px 60px 20px 20px;
  }

  .fan-content {
    padding-bottom: 0px;
  }

  .big-header {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 32px;
    line-height: 36px;
  }

  .text-block-29 {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 30px;
  }

  .paragraph-5 {
    font-size: 16px;
    line-height: 21px;
  }

  .fan-content-inner {
    padding-right: 20px;
    padding-left: 20px;
  }

  .hund-left-wraper {
    padding-right: 20px;
    padding-left: 20px;
  }

  .right-videio-content.red {
    padding-right: 20px;
    padding-left: 20px;
  }

  .paragraph-6 {
    font-size: 18px;
    line-height: 24px;
  }

  .paragraph-6.bold {
    font-size: 26px;
    line-height: 32px;
  }

  .text-block-30 {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 30px;
  }

  .heading-10.red {
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 30px;
  }

  .paragraph-7 {
    font-size: 18px;
    line-height: 24px;
  }

  .meta-wrapper {
    padding-bottom: 40px;
  }

  .meta-left {
    padding-right: 20px;
    padding-left: 20px;
  }

  .meta-image {
    padding-right: 80px;
    padding-left: 20px;
  }

  .mets-img.main.m {
    overflow: hidden;
    height: 300px;
    padding: 0px;
  }

  .home-wrapper {
    padding-top: 100px;
  }

  .home-content-block {
    margin-bottom: 0px;
  }

  .home-header {
    margin-bottom: 20px;
    font-size: 24px;
  }

  .home-discription {
    max-width: 300px;
    padding-right: 20px;
    padding-left: 20px;
    font-size: 16px;
  }

  .home-scroll {
    z-index: 50;
    display: none;
    color: #3d3c3c;
  }

  .html-embed-9 {
    padding-bottom: 40px;
  }

  .background-video-4.g {
    padding-top: 0px;
  }

  .mobilevidio {
    left: -32px;
    top: -79px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .lashi {
    min-height: 50vh;
    padding-top: 0px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .image-54 {
    position: absolute;
    bottom: 20px;
    z-index: 10;
    width: 20px;
  }

  .background-video-5 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .background-video-7 {
    height: 100%;
  }

  .tweetbox.m {
    min-height: 250px;
  }

  .tweet1.m {
    padding-bottom: 20px;
    border-radius: 24px;
  }

  .tweet2.m {
    padding-bottom: 20px;
    border-radius: 24px;
  }

  .tweet3.m {
    padding-bottom: 20px;
    border-radius: 24px;
  }

  .div-block-120.mobile {
    height: 100%;
  }
}

#w-node-_76f139b6-2d6f-9040-81f0-642ff3371ed3-994367c5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 3;
  grid-row-start: span 3;
  -ms-grid-row-span: 3;
  grid-row-end: span 3;
}

#w-node-_76f139b6-2d6f-9040-81f0-642ff3371ee2-994367c5 {
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_76f139b6-2d6f-9040-81f0-642ff3371eea-994367c5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
}

#w-node-_76f139b6-2d6f-9040-81f0-642ff3371ef2-994367c5 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 2;
  grid-row-start: span 2;
  -ms-grid-row-span: 2;
  grid-row-end: span 2;
}

#w-node-_0be8a764-7d4a-4322-e003-4d8de032accd-52f9f91f {
  -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-_4bdff1df-858a-064d-f4ac-6fc6305b34b1-52f9f91f {
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4bdff1df-858a-064d-f4ac-6fc6305b34bf-52f9f91f {
  -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-_4bdff1df-858a-064d-f4ac-6fc6305b34c0-52f9f91f {
  -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-_4bdff1df-858a-064d-f4ac-6fc6305b34c1-52f9f91f {
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9f95321a-e3f2-376b-6d25-d3bf44172164-52f9f91f {
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_9f95321a-e3f2-376b-6d25-d3bf44172172-52f9f91f {
  -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-_9f95321a-e3f2-376b-6d25-d3bf44172173-52f9f91f {
  -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-_9f95321a-e3f2-376b-6d25-d3bf44172174-52f9f91f {
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_85ad23f5-9db8-49e1-a3a1-da5071903a5c-52f9f91f {
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_85ad23f5-9db8-49e1-a3a1-da5071903a6a-52f9f91f {
  -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-_85ad23f5-9db8-49e1-a3a1-da5071903a6b-52f9f91f {
  -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-_85ad23f5-9db8-49e1-a3a1-da5071903a6c-52f9f91f {
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-fe33363f-778f-5659-157f-80b90b9e39cb-52f9f91f {
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-fe33363f-778f-5659-157f-80b90b9e39d9-52f9f91f {
  -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-fe33363f-778f-5659-157f-80b90b9e39da-52f9f91f {
  -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-fe33363f-778f-5659-157f-80b90b9e39db-52f9f91f {
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4dd6d3d6-b103-fded-72d7-8fb828b4573a-52f9f91f {
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_4dd6d3d6-b103-fded-72d7-8fb828b45748-52f9f91f {
  -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-_4dd6d3d6-b103-fded-72d7-8fb828b45749-52f9f91f {
  -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-_4dd6d3d6-b103-fded-72d7-8fb828b4574a-52f9f91f {
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_573c07d7-4ab2-2aa3-131b-1f4244c1984e-52f9f91f {
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_573c07d7-4ab2-2aa3-131b-1f4244c1985c-52f9f91f {
  -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-_573c07d7-4ab2-2aa3-131b-1f4244c1985d-52f9f91f {
  -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-_573c07d7-4ab2-2aa3-131b-1f4244c1985e-52f9f91f {
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e35b1865-8708-7ec2-4a3c-9c229ad3b48e-52f9f91f {
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-e35b1865-8708-7ec2-4a3c-9c229ad3b49c-52f9f91f {
  -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-e35b1865-8708-7ec2-4a3c-9c229ad3b49d-52f9f91f {
  -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-e35b1865-8708-7ec2-4a3c-9c229ad3b49e-52f9f91f {
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-ca657114-58dd-7290-8be2-6321f6298d1a-52f9f91f {
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_752a236b-0b07-e4f7-c9b8-33ede516f000-52f9f91f {
  -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-_963576d4-3b72-28a7-c329-da8c9e4fc6f3-52f9f91f {
  -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-_32b99201-389c-2788-843d-b6df3362ae1f-52f9f91f {
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-_77b430eb-77f4-ee2b-25aa-14c60a5d8dde-52f9f91f {
  -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-_5aaaa09e-37d0-593a-876e-85ab8448b362-52f9f91f {
  -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-_39f95ea9-f9c9-7eec-619d-2071b3cf0fae-52f9f91f {
  -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-_605edc10-eb1f-2baf-8000-11d8dcf9ced4-52f9f91f {
  -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;
}

@media screen and (min-width: 1920px) {
  #w-node-_76f139b6-2d6f-9040-81f0-642ff3371ed3-994367c5 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 3;
    grid-row-start: span 3;
    -ms-grid-row-span: 3;
    grid-row-end: span 3;
  }

  #w-node-_76f139b6-2d6f-9040-81f0-642ff3371eea-994367c5 {
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_76f139b6-2d6f-9040-81f0-642ff3371eea-994367c5 {
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
  }

  #w-node-_76f139b6-2d6f-9040-81f0-642ff3371ef2-994367c5 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 2;
    grid-row-start: span 2;
    -ms-grid-row-span: 2;
    grid-row-end: span 2;
  }

  #w-node-c8ec1fa0-313f-5d05-c908-44221facd976-10872724 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_4bbc41ec-01c0-85b4-b220-9f16df1ddeb6-10872724 {
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    -ms-flex-order: 9999;
    order: 9999;
  }

  #w-node-_907345db-05fa-6987-dd5e-5b32844404c1-10872724 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_36c28063-cc44-6d45-aa52-e9c03424e5b6-10872724 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_76f139b6-2d6f-9040-81f0-642ff3371ed3-994367c5 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_76f139b6-2d6f-9040-81f0-642ff3371ee2-994367c5 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_76f139b6-2d6f-9040-81f0-642ff3371eea-994367c5 {
    -ms-grid-column: span 3;
    grid-column-start: span 3;
    -ms-grid-column-span: 3;
    grid-column-end: span 3;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-abd2d7d8-45b8-31b6-a205-c1757e0a2cd0-52f9f91f {
    -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;
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #w-node-_4bdff1df-858a-064d-f4ac-6fc6305b34bf-52f9f91f {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_9f95321a-e3f2-376b-6d25-d3bf44172172-52f9f91f {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_85ad23f5-9db8-49e1-a3a1-da5071903a6a-52f9f91f {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-fe33363f-778f-5659-157f-80b90b9e39d9-52f9f91f {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_4dd6d3d6-b103-fded-72d7-8fb828b45748-52f9f91f {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_573c07d7-4ab2-2aa3-131b-1f4244c1985c-52f9f91f {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-e35b1865-8708-7ec2-4a3c-9c229ad3b49c-52f9f91f {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_752a236b-0b07-e4f7-c9b8-33ede516f000-52f9f91f {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_907345db-05fa-6987-dd5e-5b32844404c1-10872724 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_36c28063-cc44-6d45-aa52-e9c03424e5b6-10872724 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_76f139b6-2d6f-9040-81f0-642ff3371ed3-994367c5 {
    -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;
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_76f139b6-2d6f-9040-81f0-642ff3371ee2-994367c5 {
    -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-_76f139b6-2d6f-9040-81f0-642ff3371eea-994367c5 {
    -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;
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-_76f139b6-2d6f-9040-81f0-642ff3371ef2-994367c5 {
    -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-_4bdff1df-858a-064d-f4ac-6fc6305b34b1-52f9f91f {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_9f95321a-e3f2-376b-6d25-d3bf44172164-52f9f91f {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_85ad23f5-9db8-49e1-a3a1-da5071903a5c-52f9f91f {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-fe33363f-778f-5659-157f-80b90b9e39cb-52f9f91f {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_4dd6d3d6-b103-fded-72d7-8fb828b4573a-52f9f91f {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_573c07d7-4ab2-2aa3-131b-1f4244c1984e-52f9f91f {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-e35b1865-8708-7ec2-4a3c-9c229ad3b48e-52f9f91f {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-ca657114-58dd-7290-8be2-6321f6298d1a-52f9f91f {
    -ms-grid-column: span 4;
    grid-column-start: span 4;
    -ms-grid-column-span: 4;
    grid-column-end: span 4;
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
  }

  #w-node-_36c28063-cc44-6d45-aa52-e9c03424e5b6-10872724 {
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }
}

@font-face {
  font-family: 'Supply';
  src: url('../fonts/Supply-UltraLight.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Supply';
  src: url('../fonts/Supply-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Supply';
  src: url('../fonts/Supply-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Supply';
  src: url('../fonts/Supply-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Supply';
  src: url('../fonts/Supply-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
