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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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;
  margin-top: 0px;
  cursor: pointer;
}

.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: 62px;
  line-height: 86.4px;
}

.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: 58px;
  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 {
  display: block;
  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: 22px;
  line-height: 28.8px;
  font-weight: 300;
}

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

.paragraph-4.community {
  width: 100%;
  opacity: 0;
  font-size: 20px;
  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: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: 228px 228px ;
  grid-template-rows: 228px 228px ;
}

.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: 40px;
  line-height: 54.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 {
  display: none;
  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: relative;
  width: 100%;
  margin-bottom: 0px;
  opacity: 1;
}

.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 {
  display: block;
  height: 100vh;
  margin-top: 60px;
  padding-top: 0px;
  padding-bottom: 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: -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -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;
}

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

.image-14 {
  /* height: 80%; */
  width: 350px;
  /* -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1; */
}

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

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

.div-block-20 {
  position: -webkit-sticky;
  position: sticky;
  top: 0%;
  width: 100%;
  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: 200;
}

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

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

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

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

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

.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 {
  display: block;
  -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 {
  margin-top: 20px;
  direction: ltr;
  font-family: Supply, sans-serif;
  font-size: 32px;
  line-height: 38px;
  font-weight: 300;
  text-transform: none;
}

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

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

.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: 52px;
  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;
  width: 100%;
  text-align: left;
}

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

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

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

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

.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: 250px;
  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;
}

.image-46 {
  display: none;
}

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

.heading-10 {
  color: #d4c9c9;
}

.heading-11 {
  font-family: Supply, sans-serif;
  color: #363131;
  font-size: 78px;
}

.text-block-29 {
  padding-top: 20px;
  font-size: 24px;
  line-height: 26px;
  font-weight: 300;
}

.bold-text {
  display: block;
}

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

.text-block-31 {
  margin-top: 20px;
  font-size: 24px;
  line-height: 26px;
  font-weight: 300;
}

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

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

.div-block-hjk-copy-copy-copybbb {
  position: absolute;
  left: auto;
  top: auto;
  right: 0px;
  bottom: 16%;
  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;
}

.gfd {
  position: absolute;
  left: auto;
  top: -51%;
  right: -18%;
  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;
}

.image-51 {
  width: 800px;
}

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

@media screen and (min-width: 1920px) {
  .link-block.hhj.hh {
    cursor: pointer;
  }

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

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

  .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: 305px 305px ;
    grid-template-rows: 305px 305px ;
  }

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

  .blackwindo.ss.section-scrol {
    margin-top: 100px;
  }

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

  .image-14 {
    /* -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1; */
  }

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

  .html-embed-2.ffg {
    width: 900px;
  }

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

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

  .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: 32px;
    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: 0px;
  }

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

  .image-14 {
    width: 100%;
    height: 70%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

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

  .side-image {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

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

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

  .slider {
    height: 500px;
  }
}

@media screen and (max-width: 767px) {
  .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;
  }

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

  .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: 100vh;
  }

  .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%;
    min-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;
    -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: -144px;
    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;
    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;
  }

  .text-block-5 {
    margin-top: 38px;
  }

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

  .text-block-8 {
    margin-top: 51px;
  }

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

  .html-embed-2.ffg {
    width: 100%;
    padding-right: 20px;
    padding-left: 20px;
    text-align: center;
  }

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

  .q {
    position: absolute;
    left: auto;
    top: auto;
    right: 20px;
    bottom: 14px;
    display: block;
  }

  .h {
    position: absolute;
    left: auto;
    top: auto;
    right: 20px;
    bottom: 14%;
    display: block;
  }

  .d {
    position: absolute;
    left: auto;
    top: auto;
    right: 20px;
    bottom: 14px;
    display: block;
  }

  .n {
    position: absolute;
    left: auto;
    top: auto;
    right: 20px;
    bottom: 14px;
    display: block;
  }

  .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: -42px;
    width: 100%;
    padding-top: 0px;
  }

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

  .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.f {
    display: none;
    padding-top: 40px;
  }

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

  .slider {
    height: 300px;
  }

  .box {
    display: none;
    -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: 300px;
  }

  .image-45 {
    width: 300px;
  }

  .heading-11 {
    display: block;
    font-size: 62px;
    line-height: 55px;
    text-align: center;
  }

  .heading-11.b {
    display: none;
  }

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

  .div-block-hjk-copy-copy-copybbb {
    top: 0%;
    right: -3%;
    display: none;
    width: 50px;
    height: 25px;
  }

  .gfd {
    top: 0%;
    right: -3%;
    display: none;
    width: 50px;
    height: 25px;
  }

  .image-51 {
    width: 400px;
  }
}

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

  .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: 100%;
    height: 100%;
    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 {
    display: none;
    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: 315px 224px 208px 207px;
    grid-template-rows: 315px 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: 20px;
    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: 0px;
    padding-left: 0px;
    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: 100vh;
    margin-top: 160px;
    padding-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: 40px;
    right: auto;
    top: 220px;
    height: 200px;
    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: 125px;
    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;
    border-radius: 32px;
  }

  .columns-4 {
    position: relative;
    top: -64px;
    -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: 200;
  }

  .text-whith.caption {
    font-size: 18px;
    line-height: 22px;
    font-weight: 200;
    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;
    font-size: 15px;
  }

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

  .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 {
    margin-top: 60px;
    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-top: 0px;
    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;
  }

  .footer-container {
    width: 100%;
    -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 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .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: 20px;
    line-height: 38.4px;
    font-weight: 400;
    letter-spacing: -1px;
  }

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

  .html-embed-2.ffg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    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: 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-5-copy {
    margin-top: 71px;
    margin-bottom: 51px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .mobil {
    position: absolute;
    left: 17px;
    top: 0%;
    right: 0px;
    bottom: 0px;
    z-index: 5;
    display: block;
    overflow: hidden;
    width: 100%;
    height: 320px;
    -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: 226px;
    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: 20px;
    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: block;
    width: 40px;
    height: 20px;
    background-color: hsla(0, 0%, 100%, 0.91);
    opacity: 0;
  }

  .text-block-1f9 {
    font-size: 8px;
  }

  .viewpart {
    overflow: visible;
    width: 100%;
  }

  .div-block-98 {
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .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.hffg {
    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-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.f {
    position: static;
    display: none;
    margin-bottom: 0px;
    padding: 20px 20px 60px;
    background-color: red;
  }

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

  .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: 161px;
    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;
  }

  .heading-11 {
    font-size: 52px;
  }

  .text-block-29 {
    font-size: 16px;
    line-height: 18px;
  }

  .text-block-31 {
    font-size: 16px;
    line-height: 18px;
  }

  .div-block-hjk-copy-copy-copybbb {
    left: auto;
    top: auto;
    right: -1%;
    bottom: 18%;
    z-index: 10;
    display: none;
    width: 40px;
    height: 20px;
    background-color: hsla(0, 0%, 86.4%, 0.49);
  }

  .gfd {
    top: -31%;
    right: 0%;
    bottom: -1%;
    z-index: 10;
    display: none;
    width: 40px;
    height: 20px;
    background-color: hsla(0, 0%, 86.4%, 0.49);
  }

  .image-51 {
    width: 300px;
  }

  .text-block-32 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 5px;
    font-size: 24px;
    line-height: 28px;
  }
}

#w-node-_76f139b6-2d6f-9040-81f0-642ff3371ed3-7140b041 {
  -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 2;
  -ms-grid-row-span: 3;
  grid-row-end: span 3;
}

#w-node-_0073d0c7-768f-a81e-2d88-cc05e3c697b3-7140b041 {
  -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-7140b041 {
  -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-7140b041 {
  -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 (min-width: 1920px) {
  #w-node-_76f139b6-2d6f-9040-81f0-642ff3371ed3-7140b041 {
    -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 2;
    -ms-grid-row-span: 3;
    grid-row-end: span 3;
  }

  #w-node-_76f139b6-2d6f-9040-81f0-642ff3371eea-7140b041 {
    -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-7140b041 {
    -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-7140b041 {
    -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;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_76f139b6-2d6f-9040-81f0-642ff3371ed3-7140b041 {
    -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-_0073d0c7-768f-a81e-2d88-cc05e3c697b3-7140b041 {
    -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-7140b041 {
    -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;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_76f139b6-2d6f-9040-81f0-642ff3371ed3-7140b041 {
    -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-_0073d0c7-768f-a81e-2d88-cc05e3c697b3-7140b041 {
    -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-7140b041 {
    -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-7140b041 {
    -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;
  }
}

@font-face {
  font-family: 'Supply';
  src: url('../fonts/Supply-UltraLight.otf') format('opentype');
  font-weight: 200;
  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;
}