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

.secction {
  position: -webkit-sticky;
  position: sticky;
  display: block;
  width: 100%;
  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: #fff;
}

.secction.lx-section {
  position: relative;
  top: 0;
  z-index: 7;
  padding-top: 0;
  padding-bottom: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-color: transparent;
  background-image: none;
}

.secction.footer {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: none;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  background-color: #fff;
  color: #fff;
}

.secction._2 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: block;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: transparent;
}

.secction._2.c {
  position: -webkit-sticky;
  position: sticky;
  display: none;
}

.secction.collabs {
  position: relative;
  top: 0px;
  z-index: 6;
  display: block;
  overflow: visible;
  min-height: 100vh;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background-color: #fff;
  background-color: rgb(62 66 121);
}

.secction.ff {
  display: none;
}

.secction.d {
  top: 0px;
}

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

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

.nav-img.nave-hover.whifht {
  position: absolute;
  left: 0px;
  top: 0px;
  display: none;
  height: 45px;
  max-width: 45px;
}

.nav-img.nave-hover.black {
  display: none;
  height: 45px;
  max-width: 45px;
}

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

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

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

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

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

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

.navbar {
  position: fixed;
  z-index: 1000;
  display: none;
  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--white {
  margin-bottom: 12px;
  color: #fff;
  letter-spacing: -2px;
  text-decoration: none;
}

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

.mobil-dropdown {
  display: none;
}

.dropdown {
  display: none;
}

.allwrapper {
  position: -webkit-sticky;
  position: sticky;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  /* max-width: 1600px; */
  min-height: 100%;
  margin-right: auto;
  margin-left: auto;
  /* padding-right: 60px; */
  /* padding-left: 60px; */
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
}

.allwrapper.as {
  width: 100%;
}

.largediv {
  position: relative;
  top: 0px;
  display: block;
  width: 100%;
  min-height: 150vh;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.largediv.q {
  display: none;
}

.sticky-div {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  max-height: 100vh;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}

.sticky-div.dehidden {
  background-image: none;
}

.largerdiv2 {
  width: 100%;
  height: 300vh;
}

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

.grid {
  grid-column-gap: 1.2rem;
  grid-row-gap: 1.2rem;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto;
  grid-template-rows: auto auto auto;
}

.card-type-1 {
  position: relative;
  overflow: hidden;
  max-height: 35rem;
  min-height: 35rem;
  border-radius: 2rem;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.card-type-1._1 {
  /* min-height: 20rem; */
}

.card-type-1._2 {
  min-height: 250px;
}

.card-type-1._3 {
  min-height: 300px;
}

.card-type-1.hove {
  min-height: 25rem;
}

.blog {
  width: 100%;
  height: 400vh;
}

.blog-fix {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  width: 100%;
}

.scrollcardtext {
  position: relative;
  z-index: 4;
  display: block;
  overflow: hidden;
  margin-bottom: 0px;
  opacity: 1;
  font-size: 32px;
  line-height: 38px;
  font-weight: 700;
}

.text-block {
  color: #fff;
  font-weight: 700;
}

.image-15 {
  z-index: 5;
  width: 460px;
  height: 214px;
  border-radius: 142px;
}

.image-15.a {
  display: none;
}

.horizontalscrollcontainer {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.horizontalscrollcontainer.fd {
  overflow: hidden;
}

.horizontalscrollcontainer.fd.g {
  overflow: hidden;
}

.horizontalscrollcontainer.fd.g.ghh {
  overflow: hidden;
  width: 100%;
}

.horizontalscrollcontainer.fd.g.ghh.mobile {
  display: none;
  overflow: hidden;
}

.horizontalscrollcontainer.fd.g.ghh.pc {
  overflow: hidden;
  border-radius: 0 !important;
  /* max-width: 100%; */
  padding-left: 2.55rem;
}

.horizontalscrollcontainer.fd.hh {
  height: 100%;
}

.horizontalscrollcontainer.fd.hh.j {
  display: block;
  overflow: hidden;
  width: 100%;
}

.horizontalscrollcontainer.fd {
  overflow: hidden;
}

.h-card-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.scrollblocktext {
  margin-right: 100px;
  margin-left: 40px;
  font-size: 80px;
  line-height: 90px;
}

.scrollblocktext.ff {
  margin-left: 100px;
}

.scrollitems {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 340vh;
  height: 100vh;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.scrollitems.es {
  overflow: visible;
  width: 100%;
  height: 100%;
}

.scrollitems.es.ths {
  width: 250vw;
  padding-top: 5rem;
  padding-bottom: 10rem;
  padding-left: 5rem;
}

.scrollitems.es.fist {
  padding-top: 30px;
  padding-bottom: 30px;
  padding-left: 60px;
}

.scrollitems.es.fist.fg {
  overflow: visible;
  width: 2500px;
}

.scrollitems.es {
  overflow: visible;
}

.scrollcard {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 300px;
  max-width: 350px;
  margin-right: 20px;
  margin-left: 20px;
  padding: 20px;
  -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;
  border-radius: 32px;
  background-color: #d3d3d3;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

.scrollcard:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.scrollcard.scroll-gradiant-4 {
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.scrollcard.scroll-gradiant-3 {
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.scrollcard.scroll-gradiant-1 {
  height: auto;
  max-width: 440px;
  padding-right: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.scrollcard.scroll-gradiant-2 {
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.scrollcard.scroll-gradiant-5 {
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.scrollcard.f {
  width: 350px;
  height: 300px;
  margin-left: 0px;
}

.text-block-14 {
  display: none;
  max-width: 480px;
  font-size: 21px;
  line-height: 24px;
  font-weight: 700;
}

.h-card-img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-bottom: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 20px;
}

.horizonta {
  width: 100%;
  padding-top: 40px;
  padding-bottom: 100px;
}

.content-box {
  width: 100%;
  margin-bottom: 10px;
}

.backedby {
  width: 100%;
}

.grid-2 {
  display: none;
  width: 100%;
  grid-column-gap: 25px;
  grid-row-gap: 40px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.partners-card {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 88px;
  padding: 4px 8px;
  -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;
  border: 1px none #000;
  border-radius: 79px;
}

.partners-card.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.backedhead-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 60px;
  -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: left;
}

.button {
  border-style: none;
  border-width: 1px;
  border-color: #000;
  background-color: transparent;
  outline-color: #000;
  outline-offset: 0px;
  outline-style: none;
  outline-width: 1px;
}

.button.main {
  padding: 15px 58px;
  border-style: solid;
  border-color: #000;
  border-radius: 40px;
  outline-width: 3px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #000;
  font-size: 18px;
  line-height: 24px;
}

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

.button.main.w {
  padding: 15px 48px;
  border-color: #fff;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}

.button.main.w:hover {
  background-color: #fff;
  box-shadow: 0 0 10px 0 #d9d9d9;
  color: #000;
}

.button.main.w.b {
  border-color: #fff;
  color: #fff;
  text-align: left;
}

.button.main.w.b:hover {
  background-color: #fff;
  color: #000;
}

.button.main.ds {
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 8px 50px;
  -webkit-transition-duration: 400ms;
  transition-duration: 400ms;
}

.button.main.ds:hover {
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.2);
}

.heading {
  color: #000;
  font-size: 62px;
  line-height: 72px;
}

.footer-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100%;
  padding-top: 140px;
  padding-bottom: 140px;
  -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: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  grid-row-gap: 120px;
  font-family: Montserrat, sans-serif;
}

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

.f-h {
  max-width: 600px;
}

.f-button-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 60px;
}

.f-button-box.ff {
  width: 100%;
  max-width: 100%;
  margin-bottom: 25px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.f-button-box.new {
  margin-top: 40px;
}

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

.buto.conteny {
  display: block;
  text-align: left;
}

.buto.hhd.df {
  display: none;
}

.sotcials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 7px;
  -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;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.social {
  display: none;
  width: 60px;
  height: 60px;
  border-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 50%;
}

.f-h-t {
  margin-bottom: 40px;
  color: #fff;
  font-size: 52px;
  line-height: 62px;
}

.new-wrapper {
  position: relative;
  top: 0px;
  width: 100%;
  padding-top: 4rem;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-color: transparent;
}

.lottieanim {
  display: none;
  width: 100%;
  min-height: 100%;
  -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;
  font-size: 24px;
  line-height: 29px;
}

.lotti-content-box {
  position: relative;
  max-width: 440px;
}

.lotti-content-items {
  position: static;
}

.lotti-content-items._2 {
  position: absolute;
  top: 0px;
  display: none;
}

.lotti-content-items._3 {
  position: absolute;
  top: 0px;
  display: none;
}

.lottieviedio {
  display: none;
}

.image-16 {
  width: 250px;
}

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

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

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

.list-2 {
  display: block;
  font-family: Montserrat, sans-serif;
  text-align: right;
  list-style-type: none;
}

.body {
  font-family: Montserrat, sans-serif;
}

.heading-2 {
  margin-top: 0px;
  color: #000;
  font-size: 63px;
  line-height: 72px;
}

.paragraph {
  max-width: 560px;
}

.paragraph-2 {
  max-width: 450px;
  margin-top: 20px;
  color: #000;
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}

.img {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: auto;
  max-width: none;
  opacity: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

.img._1 {
  position: relative;
  right: -11.35rem;
  bottom: -5rem;
  z-index: 1;
  width: 75%;
  height: 100%;
  max-width: none;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -o-object-fit: contain;
  object-fit: contain;
}

.img._2 {
  position: relative;
  left: auto;
  right: -66px;
  bottom: -136px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.img._4 {
  position: relative;
  left: 2rem;
  bottom: -6rem;
  width: 75%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.img._5 {
  position: relative;
  left: auto;
  right: -5rem;
  bottom: -5rem;
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(17deg);
  -ms-transform: rotate(17deg);
  transform: rotate(17deg);
  -o-object-fit: contain;
  object-fit: contain;
}

.img._6 {
  position: relative;
  right: -6rem;
  bottom: -6rem;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.img._7 {
  position: relative;
  right: 0px;
  bottom: -121px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.heading-3 {
  max-width: 900px;
  margin-bottom: 10px;
  text-align: center;
}

.collabs-box {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  width: 100%;
  min-height: 440vh;
  padding-top: 0px;
  padding-bottom: 0px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  background-color: rgb(62 66 121);
  border-radius: 0 !important;
  background-color: transparent;
}

.content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
  text-align: left;
  max-width: 100%; */
  /* margin-right: 60px; */
  /* -webkit-box-align: start; */
  /* -webkit-align-items: flex-start; */
  -ms-flex-align: start;
  width: 30rem;
}

.content.m {
  display: none;
}

.collabs-slider {
  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-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0 !important;
}

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

.collabs-card {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-left: 1.5rem;
  padding: 2rem 2.55rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 2rem;
  color: #fff;
  width: 35rem;
  height: 28.55rem;
  max-width: 100%;
  /* padding-bottom: 50px; */
}

.collabs-card.bgg1.m {
  padding-bottom: 3.85rem;
  background-image: url('../images/04.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.collabs-card.bgg2 {
  background-image: url('../images/01.webp');
  background-position: 50% 50%;
  background-size: cover;
}

.collabs-card.bgg3 {
  /* width: 450px; */
  /* height: 330px; */
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-image: url('../images/04.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.collabs-card.bgg4 {
  background-image: url('../images/01.webp');
  background-position: 50% 50%;
  background-size: cover;
}

.collabs-card.bgg5 {
  background-image: url('../images/04.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.ff {
  margin-bottom: 2.55rem;
  font-size: 2.35rem !important;
  line-height: 1.15;
  text-align: left;
}

.qq {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 150px;
  padding: 10px 0px 8px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  border-radius: 40px;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
  color: #fff;
}

.qq:hover {
  background-color: #000;
  box-shadow: 1px 1px 10px 0 #000;
}

.paragraph-3 {
  font-size: 1.05rem;
  line-height: 1.15;
  font-weight: 300;
  text-align: left;
}

.image-17 {
  width: 60px;
}

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

.composeblock._4 {
  position: absolute;
  z-index: 8;
  padding-top: 0px;
  -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;
}

.sec2block {
  position: absolute;
  top: 0px;
  z-index: 5;
  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;
}

.sec2block._3 {
  top: 0px;
  margin-top: 0px;
}

.sec2block._2 {
  top: 0px;
}

.sec2block._1 {
  top: 0px;
  margin-top: 0px;
}

.div-block-7 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-height: 100vh;
  margin-right: auto;
  margin-left: auto;
  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: 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;
}

.container {
  width: 100%;
  margin: 0px auto;
  padding-right: 0px;
  padding-left: 0px;
  background-color: transparent;
  color: #000;
}

.container.space {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 60px;
  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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.container.space.gk {
  position: absolute;
  width: 100%;
  min-height: auto;
}

.container.space.gk._3 {
  position: absolute;
  top: auto;
  padding: 0px 0px 40px;
  -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;
}

.container.space.gk._7 {
  padding: 0px 0px 40px;
}

.container.space.gk._5 {
  position: absolute;
  top: auto;
  padding: 0px 0px 40px;
  -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;
}

.container.space.gk._1 {
  position: static;
  top: 10%;
  min-height: auto;
  padding: 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;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.container.space.gk._2 {
  position: absolute;
  top: auto;
  padding: 0px 0px 40px;
  -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;
}

.container.co {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

.secheading {
  margin-bottom: 20px;
  color: #fff;
  font-size: 80px;
  line-height: 88px;
  text-align: center;
}

.secheading.text-colorgradiant1 {
  text-align: left;
}

.secheading.text-colorgradiant1.c {
  width: 840px;
}

.secheading.text-colorgradiant1.s {
  width: 500px;
}

.secheading.text-colorgradiant1.s.ff {
  width: auto;
}

.lotti-mobile {
  display: none;
}

.button-2 {
  margin-top: 31px;
  margin-right: auto;
  margin-left: auto;
  padding: 12px 28px;
  border-style: solid;
  border-width: 1px;
  border-color: #9b9b9b;
  border-radius: 100px;
  background-color: transparent;
  text-align: center;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.button-2.gradient__button {
  margin-top: 20px;
}

.button-2.gradient__button.header__button {
  width: 250px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: auto;
  padding: 3px;
  border-style: none;
  cursor: pointer;
}

.lottiecontainer {
  position: -webkit-sticky;
  position: sticky;
  left: auto;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 1;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100vh;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  background-color: #fff;
}

.sec2blockheading {
  font-size: 150px;
  line-height: 150%;
  font-weight: 700;
}

.sec2blockheading.text-colorgradiant1 {
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 88px;
  line-height: 107%;
}

.sec2blockheading.text-colorgradiant1.s {
  display: block;
  -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: 104px;
}

.btn-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 75px;
  -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;
}

.btn-box.main {
  position: static;
  top: 0px;
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: 40px auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  text-align: left;
}

.btn-box.main.slide {
  display: none;
}

.tokengating {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100vh;
  padding-top: 0px;
  padding-bottom: 0px;
}

.tokengating._10 {
  position: absolute;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  padding-right: 100px;
  padding-left: 100px;
  -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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.sec2blocktext {
  width: 600px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 400;
  text-align: left;
}

.sec2blocktext.s {
  width: 650px;
}

.lootiecontent {
  position: static;
  z-index: 2;
  width: 100%;
  max-width: 1400px;
  padding-right: 60px;
  padding-left: 60px;
}

.text-span {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  padding: 17px 40px 14px;
  background-color: #000;
  color: #fff;
  font-size: 21px;
  line-height: 27px;
  font-weight: 700;
  text-align: center;
}

.subtext {
  width: 50%;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 10px 10px 0px;
  color: #fff;
  font-size: 21px;
  line-height: 150%;
  font-weight: 500;
  text-align: center;
}

.subtext.g {
  margin-right: 0px;
  margin-left: 0px;
  color: #000;
  text-align: left;
}

.sec2lottie {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: #fff;
  -o-object-fit: cover;
  object-fit: cover;
}

.section {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  min-height: 100vh;
  padding: 40px 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: transparent;
  background-image: none;
  background-size: auto;
  color: #000;
}

.section.section2 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: block;
  overflow: visible;
  width: 100%;
  height: 900vh;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #fff;
  background-image: none;
  background-size: auto;
}

.section.section2 {
  position: relative;
  z-index: 5;
  display: block;
  overflow: visible;
  width: 100%;
  height: 500vh;
  padding-top: 0px;
  padding-bottom: 0px;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  background-color: #fff;
  background-size: auto;
}

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

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

.logo-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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-style: none;
  border-width: 1px;
  border-color: #000;
  border-radius: 50%;
  background-color: transparent;
}

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

.logo-box.jjj {
  position: absolute;
  top: 30px;
  right: 30px;
  padding: 0px;
}

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

.logo.div-block-68-h {
  width: 70px;
  cursor: pointer;
}

.logo.hhs {
  width: 700px;
  height: 700px;
}

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

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

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

.div-block-114 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  min-height: 600px;
}

.stack-container {
  position: relative;
}

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

.contextox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 100%;
  -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;
  color: #fff;
}

.animabox {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  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;
}

.c-box {
  position: relative;
}

.c-items._2 {
  position: absolute;
  top: 0px;
  display: none;
}

.c-items._3 {
  position: absolute;
  top: 0px;
  display: none;
}

.heading-4 {
  margin-bottom: 40px;
  font-size: 52px;
  line-height: 62px;
}

.paragraph-4 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 26px;
  line-height: 130%;
}

.linebox {
  position: absolute;
  bottom: 0px;
  display: none;
  width: 100%;
  height: 75%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-style: solid solid none;
  border-width: 1px;
  border-color: #fff;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
}

.innier-line {
  width: 100%;
  height: 20%;
  border-top: 1px solid #fff;
}

.vedios-box {
  position: relative;
  z-index: 7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80%;
  -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-span-2 {
  font-weight: 600;
}

.footer-footer {
  width: 100%;
  padding-top: 60px;
  padding-bottom: 20px;
  background-color: #fff;
}

.footer-header {
  position: relative;
  overflow: hidden;
  border-radius: 32px;
  background-color: #070707;
}

.text-block-15 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}

.heading-5 {
  color: #000;
  font-size: 52px;
}

.logo-boxs {
  position: absolute;
  right: -121px;
  bottom: -167px;
  width: 700px;
  height: 700px;
  -webkit-transform: rotate(11deg);
  -ms-transform: rotate(11deg);
  transform: rotate(11deg);
}

.layes {
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  width: 100%;
  height: 100%;
}

.link-block-11 {
  position: relative;
}

.hh {
  width: 80%;
}

.hh.gg {
  position: relative;
  right: -230px;
  width: 400px;
}

.scrollcardtext-2 {
  margin-bottom: 14px;
  font-size: 70px;
  line-height: 75px;
  font-weight: 700;
}

.section-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  min-height: 100vh;
  padding: 40px 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: transparent;
  background-image: none;
  background-size: auto;
  color: #000;
}

.section-2.sec4 {
  display: block;
  height: 600vh;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  background-color: #000;
}

.h-card-content-2 {
  width: 100%;
}

.scrollcard-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 500px;
  max-width: 850px;
  margin-right: 20px;
  margin-left: 20px;
  padding: 40px 40px 40px 60px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 32px;
  background-color: #d3d3d3;
  color: #fff;
}

.scrollcard-2.scroll-gradiant-4 {
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.scrollcard-2.scroll-gradiant-3 {
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.scrollcard-2.scroll-gradiant-1 {
  height: auto;
  max-width: 850px;
  padding-right: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.scrollcard-2.scroll-gradiant-2 {
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.scrollcard-2.scroll-gradiant-5 {
  height: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.text-block-16 {
  max-width: 480px;
  font-size: 21px;
  line-height: 24px;
}

.image-19 {
  width: 460px;
  height: 214px;
  border-radius: 142px;
}

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

.text-block-18 {
  margin-top: 60px;
  font-size: 26px;
  line-height: 34px;
  font-weight: 500;
}

.ts {
  font-size: 2rem;
  line-height: 1.15;
  font-weight: 500;
  margin-top: 1.55rem;
}

.tl {
  margin-top: 0;
  font-size: 2.55rem;
  line-height: 1.15;
  font-weight: 700;
  margin-bottom: 1.55rem;
}

.tp p {
  width: 95%;
  font-size: 1.05rem;
  line-height: 1.15;
  font-weight: 300;
}

.img-box-card {
  width: 100%;
  height: auto;
  margin-bottom: 1.55rem;
  border-radius: 50%;
}

.img-box-card.c {
  /* height: 125px; */
}

.overlayimgr {
  position: absolute;
  left: 2rem;
  top: -2rem;
  width: 4rem;
  height: 4rem;
}

.overlayimgr._4 {
  left: 18px;
  top: -48px;
  width: 150px;
  height: auto;
}

.overlayimgr.kk {
  top: -47px;
  width: 80px;
  height: 80px;
}

.text-block-19 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 300;
}

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

.div-block-115.bgcg1 {
  position: absolute;
  background-image: url('../images/Screenshot-2023-02-16-001142.webp');
  background-position: 90% 50%;
  background-size: cover;
}

.div-block-115.bgcg1._1 {
  background-image: url('../images/Screenshot-2023-02-16-001142.webp');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-115.bgcg1.fds {
  background-image: url('../images/Screenshot-2023-02-16-001142.webp');
  background-position: 70% 50%;
  background-size: cover;
}

.div-block-115.bgcg1.bdgsj {
  background-image: url('../images/Rectangle-20-3.webp');
  background-position: 50% 50%;
  background-size: cover;
}

.div-block-115.bgcg1.fef {
  background-image: url('../images/01.webp');
  background-position: 100% 100%;
  background-size: cover;
}

.div-block-115.bgcg1.dfd {
  background-image: url('../images/01.webp');
  background-position: 50% 0%;
  background-size: cover;
}

.image-20 {
  width: 198px;
}

.g {
  width: 100%;
  height: 100%;
}

.image-21 {
  width: 75%;
}

.image-22 {
  width: 80%;
}

.image-23 {
  width: 75%;
}

.div-block-116 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-6 {
  max-width: 520px;
  font-size: 52px;
  line-height: 62px;
}

.text-span-3 {
  font-weight: 600;
}

.div-block-117 {
  position: absolute;
  bottom: 1rem;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-7 {
  margin-top: 0px;
  margin-bottom: 1rem;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.15;
}

.heading-7.mobil {
  display: none;
}

.heading-7.pc {
  font-size: 1.85rem;
}

.ll {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0.55rem 3rem;
  -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: 1.15rem;
  grid-row-gap: 1.15rem;
  border-radius: 2rem;
}

.div-block-118 {
  position: relative;
  z-index: 10;
  padding: 1.5rem;
  color: #fff;
}

.div-block-119 {
  position: absolute;
  width: 100%;
  height: 100%;
}

.div-block-119.fadecolor {
  z-index: 2;
  display: none;
}

.heading-8 {
  margin-top: 0;
}

.heading-9 {
  margin-top: 0px;
}

.heading-10 {
  margin-top: 0px;
}

.heading-11 {
  margin-top: 0px;
}

.heading-12 {
  margin-top: 0px;
}

.heading-13 {
  margin-top: 0px;
}

.div-block-120 {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  display: none;
  padding-bottom: 140px;
}

.div-block-121 {
  position: relative;
  z-index: 11;
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  background-color: #fff;
}

.img-box-card.c .image-24 {
  width: 100%;
  height: 11rem !important;
  object-fit: contain;
  object-position: top;
}

.text-block-20 {
  /* font-size: 2rem; */
  /* line-height: 1.15; */
}

.text-block-21 {
  /* font-size: 20px; */
  /* line-height: 29px; */
}

.image-25 {
  width: 75%;
}

.logoarrow {
  display: block;
  color: #000;
  cursor: pointer;
}

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

.logoarrow.hhs {
  width: 400px;
}

.logoarrow.h {
  display: none;
  width: 80%;
  height: 140%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.logoarrow.g {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.lof {
  width: 100%;
}

.lof:hover {
  background-color: #000;
}

.div-block-122 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

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

.div-block-hjk-copy-copy {
  position: absolute;
  left: auto;
  top: -65%;
  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;
}

.heading-14 {
  margin-top: 0px;
  color: #000;
  font-size: 52px;
  line-height: 86.8px;
  font-weight: 700;
  letter-spacing: -3px;
  text-decoration: none;
}

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

.link-block-12.d {
  display: none;
}

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

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

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

.formdiv {
  position: fixed;
  left: 0px;
  top: 0px;
  z-index: 1000;
  display: none;
  width: 100%;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0px;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
}

.form-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  width: 80%;
  height: 85%;
  max-height: 100%;
  max-width: 65%;
  margin-right: auto;
  margin-left: auto;
  padding: 5rem 4rem;
  -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: 2rem;
  background-image: url('../images/Rectangle-85.png');
  background-position: 50% 50%;
  background-size: cover;
}

.heading-15 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-bottom: 2rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  font-size: 48px;
  line-height: 1.15;
}

.form-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 500px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  -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;
  border-radius: 24px;
  background-color: #fff;
  box-shadow: 0 50px 100px -20px rgba(5, 0, 255, 0.2);
  text-align: left;
}

.submit-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 15rem;
  margin-top: 1.5rem;
  margin-right: auto;
  margin-left: auto;
  padding: 1.2rem 3rem;
  -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: 0.2rem solid #000;
  border-radius: 2rem;
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  color: #000;
  font-size: 1.3rem;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.submit-btn:hover {
  background-color: #000;
  color: #fff;
}

.submit-btn:active {
  background-color: #000;
}

.form-success {
  padding: 2rem;
  border-radius: 1.2rem;
  background-color: hsla(0, 0%, 100%, 0.4);
}

.field-label {
  font-size: 16px;
  line-height: 130%;
}

.form-field-wrapper {
  position: relative;
  margin-bottom: 1.2rem;
  padding-bottom: 0px;
}

.text-field {
  height: 4rem;
  margin-bottom: 0px;
  padding-right: 1.2rem;
  padding-left: 1.2rem;
  border: 1.2rem solid transparent;
  border-radius: 0.9rem;
  background-color: hsla(0, 0%, 100%, 0.4);
  -webkit-transition: border-color 300ms ease;
  transition: border-color 300ms ease;
  color: #000;
  font-size: 1.4rem;
  font-weight: 300;
}

.text-field:hover {
  border-color: transparent;
}

.text-field:focus {
  border-color: transparent;
}

.text-field.error {
  border-color: rgba(255, 93, 112, 0.5);
  font-size: 24px;
}

.text-field.area {
  height: 8rem;
}

.form-field-error {
  position: absolute;
  left: auto;
  top: auto;
  right: 10px;
  bottom: -9px;
  display: block;
  max-width: 95%;
  padding: 2px 7px;
  border-radius: 5px;
  background-color: #ff5d70;
  color: #fff;
  font-size: 13px;
  line-height: 130%;
  text-align: right;
}

.div-block-123 {
  width: 100%;
  max-width: 80%;
}

.form-block {
  background-color: transparent;
}

.text-block-22 {
  color: #000;
  font-size: 24px;
  line-height: 29px;
}

.div-block-124 {
  position: relative;
  border-radius: 40px;
}

.image-26 {
  position: absolute;
  left: auto;
  top: -175px;
  width: 150px;
  border-radius: 40px;
}

.form {
  background-color: transparent;
}

.error-message {
  border-radius: 15px;
  background-color: rgba(255, 83, 83, 0.86);
}

.text-block-23 {
  background-color: transparent;
  color: #fff;
  font-size: 18px;
}

.paragraph-5 {
  margin-bottom: 60px;
  font-size: 24px;
  font-weight: 600;
}

.flex-box-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-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;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
}

.dd {
  width: 30%;
}

.background-video-2 {
  z-index: 2;
  width: 100%;
  height: 100%;
  border-radius: 0px;
}

.background-video-2.pc {
  border-top-left-radius: 40px;
  border-top-right-radius: 40px;
  border-bottom-right-radius: 0px;
}

.background-video-2.mb {
  display: none;
}

.image-27 {
  margin-left: -4px;
}

.div-block-125 {
  position: fixed;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  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;
}

.copyright {
  display: none;
  margin-top: 60px;
}

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

.text-block-24 {
  color: #000;
  font-size: 24px;
  line-height: 29px;
  font-weight: 500;
}

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

.image-28 {
  margin-top: auto;
}

.limge-p {
  width: 121px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.limge-p._5 {
  width: 150px;
  margin-left: 27px;
}

.limge-p._3 {
  width: 228px;
}

.link-block-13 {
  width: 160px;
}

.fdg {
  margin-left: 16px;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}

.image-29 {
  height: 80px;
}

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

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

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

.text-field-2 {
  width: 100%;
  height: 70px;
  padding-right: 200px;
  padding-left: 35px;
  border-style: solid;
  border-width: 1px;
  border-color: #000;
  border-radius: 40px;
  background-color: transparent;
  font-size: 18px;
  line-height: 18px;
}

.form-block-2 {
  width: 450px;
  max-width: 500px;
  margin-top: 20px;
}

.form-2 {
  position: relative;
}

.submit-button {
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 2px;
  height: 64px;
  padding-right: 40px;
  padding-left: 40px;
  border-radius: 40px;
  background-color: #000;
  font-size: 18px;
  line-height: 29px;
}

.text-block-27 {
  font-size: 18px;
  font-weight: 500;
}

.success-message {
  border-radius: 40px;
  background-color: #cecdc8;
}

.error-message-2 {
  border-radius: 20px;
  font-weight: 500;
  text-align: center;
}

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

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

.div-block-132.mobilh {
  display: none;
}

.div-block-132.hide {
  margin-top: -25px;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

@media screen and (min-width: 1280px) {
  .nav-img.nave-hover.whifht {
    display: none;
  }

  .allwrapper {
    /* padding-right: 120px; */
    /* padding-left: 120px; */
  }

  .allwrapper.homespace {
    padding-right: 80px;
    padding-left: 80px;
  }

  .largediv {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }

  .sticky-div {
    background-color: transparent;
  }

  .card-type-1 {
    /* max-height: 560px; */
  }

  .card-type-1._1 {
    /* max-height: 560px; */
  }

  .card-type-1._2 {
    min-height: 280px;
  }

  .blog {
    height: 350vh;
  }

  .scrollcardtext {
    font-size: 32px;
    line-height: 39px;
  }

  .horizontalscrollcontainer.fd.g.ghh {
    /* overflow: hidden; */
  }

  .scrollitems.es.ths {
    /* width: 5000px; */
    /* padding-top: 130px; */
    /* padding-left: 120px; */
    /* -webkit-box-align: center; */
    /* -webkit-align-items: center; */
    -ms-flex-align: center;
    /* align-items: center; */
  }

  .scrollitems.es.fist {
    padding-left: 120px;
  }

  .scrollitems.es.fist.fg {
    width: 2500px;
  }

  .scrollcard {
    height: 300px;
  }

  .scrollcard.f {
    height: 300px;
  }

  .partners-card {
    width: 304px;
    height: 88px;
  }

  .partners-card.center {
    height: 88px;
  }

  .backedhead-box {
    margin-bottom: 80px;
  }

  .button.main.w {
    font-size: 24px;
    line-height: 29px;
  }

  .button.main.w.b {
    padding: 15px 58px;
    font-size: 24px;
    font-weight: 500;
  }

  .button.main.ds {
    margin-top: auto;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .heading {
    font-size: 64px;
    line-height: 72px;
  }

  .footer-content {
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .f-h {
    max-width: 700px;
  }

  .f-h-t {
    margin-bottom: 82px;
    font-size: 64px;
    line-height: 72px;
  }

  .heading-2 {
    font-size: 72px;
    line-height: 82px;
  }

  .paragraph-2 {
    max-width: 550px;
    font-size: 24px;
    line-height: 29px;
  }

  .img {
    /* position: absolute; */
    /* width: 200px; */
    /* height: auto; */
  }

  .img._1 {
    -webkit-transform: rotate(-9deg);
    -ms-transform: rotate(-9deg);
    transform: rotate(-9deg);
  }

  .img._2 {
    bottom: -120px;
    width: 100%;
  }

  .img._4 {
    /* width: 100%; */
  }

  .img._5 {
    /* bottom: -133px; */
  }

  .img._6 {
    /* right: -130px; */
    /* bottom: -112px; */
  }

  .img._7 {
    right: -14.6667px;
    bottom: -124px;
  }

  .heading-3 {
    max-width: 100%;
    margin-bottom: 10px;
    font-size: 48px;
    line-height: 58px;
  }

  .content {
    /* max-width: 550px; */
    /* margin-right: 20px; */
  }

  .content.pc {
    /* max-width: 580px; */
    /* margin-right: 60px; */
    /* -webkit-box-align: start; */
    /* -webkit-align-items: flex-start; */
    -ms-flex-align: start;
    /* align-items: flex-start; */
  }

  .collabs-card {
    /* width: 500px; */
    /* height: 360px; */
    /* padding: 30px; */
    /* -webkit-box-pack: justify; */
    /* -webkit-justify-content: space-between; */
    -ms-flex-pack: justify;
    /* justify-content: space-between; */
  }

  .collabs-card.bgg1 {
    /* width: 680px; */
    /* height: 500px; */
  }

  .collabs-card.bgg1.m {
    /* width: 500px; */
    /* height: 360px; */
  }

  .collabs-card.bgg3 {
    /* width: 500px; */
    /* height: 350px; */
  }

  .collabs-card.bgg4 {
    /* padding-top: 30px; */
  }

  .ff {
    /* margin-bottom: 40px; */
    /* font-size: 48px; */
    /* line-height: 58px; */
  }

  .paragraph-3 {
    /* font-size: 18px; */
    /* line-height: 24px; */
  }

  .lootiecontent {
    padding-right: 120px;
    padding-left: 120px;
  }

  .logo.hhs {
    height: 700px;
  }

  .heading-4 {
    max-width: 500px;
    margin-bottom: 79px;
    font-size: 64px;
    line-height: 72px;
  }

  .paragraph-4 {
    max-width: 450px;
    font-size: 32px;
    line-height: 130%;
  }

  .vedios-box {
    height: 80%;
  }

  .logo-boxs {
    right: -116px;
    bottom: -124px;
  }

  .ts {
    /* margin-bottom: 0px; */
    /* font-size: 24px; */
    /* line-height: 29px; */
  }

  .tl {
    /* margin-top: 0px; */
    /* margin-bottom: 10px; */
    /* font-size: 32px; */
    /* line-height: 34px; */
  }

  .tp {
    /* font-size: 18px; */
    /* line-height: 26px; */
  }

  .img-box-card {
    /* height: 150px; */
    /* margin-bottom: 20px; */
  }

  .img-box-card.c {
    /* height: 150px; */
    /* margin-bottom: 10px; */
  }

  .overlayimgr {
    /* left: 34px; */
    /* top: -49px; */
    /* width: 61px; */
    /* height: 61px; */
  }

  .overlayimgr._4 {
    left: 27px;
    top: -56px;
    width: 150px;
  }

  .g {
    /* width: 70%; */
    /* height: 120%; */
  }

  .heading-6 {
    font-size: 52px;
    line-height: 62px;
  }

  .div-block-117 {
  }

  .heading-7 {
    font-size: 48px;
    line-height: 1.15;
  }

  .heading-7.pc {
    /* font-size: 32px; */
  }

  .heading-8 {
    /* font-size: 48px; */
  }

  .heading-9 {
    font-size: 48px;
  }

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

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

  .heading-12 {
    font-size: 48px;
  }

  .heading-13 {
    font-size: 48px;
  }

  .text-block-21 {
    /* margin-top: 20px; */
    /* font-size: 21px; */
    /* line-height: 26px; */
  }

  .text-block-21._2 {
    max-width: 300px;
  }

  .text-block-21._3 {
    /* max-width: 420px; */
  }

  .div-block-122 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .link-block-7 {
    display: block;
  }

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

  .text-field {
    height: 4rem;
    border-color: transparent;
    background-color: hsla(0, 0%, 100%, 0.4);
  }

  .text-field.area {
    height: 8rem;
  }

  .image-26 {
    left: 45%;
  }

  .paragraph-5 {
    margin-bottom: 60px;
    font-size: 32px;
    line-height: 39px;
    font-weight: 600;
  }

  .flex-box-3 {
    grid-column-gap: 50px;
    grid-row-gap: 40px;
  }

  .dd {
    width: 30%;
  }

  .dd.h {
    width: 22%;
  }

  .copyright {
    margin-top: 20px;
  }

  .limge-p._5 {
    width: 160px;
  }

  .link-block-13 {
    margin-left: -6px;
  }

  .link-block-13.f {
    margin-bottom: 5px;
  }

  .fdg {
    font-size: 20px;
    line-height: 24px;
  }

  .image-29 {
    width: 80px;
  }

  .form-block-2 {
    width: 450px;
  }
}

@media screen and (min-width: 1440px) {
  .allwrapper {
    /* padding-right: 180px; */
    /* padding-bottom: 20px; */
    /* padding-left: 180px; */
  }

  .allwrapper.as {
    padding-bottom: 40px;
  }

  .allwrapper.homespace {
    padding-right: 100px;
    padding-left: 100px;
  }

  .allwrapper.f {
    padding-bottom: 20px;
  }

  .allwrapper.ds {
    padding-bottom: 0px;
  }

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

  .card-type-1 {
    /* max-height: 560px; */
    /* min-height: 460px; */
  }

  .card-type-1._1 {
    /* min-height: 460px; */
  }

  .card-type-1._2 {
    min-height: 250px;
  }

  .card-type-1._3 {
    min-height: 460px;
  }

  .card-type-1.hove {
    /* min-height: 480px; */
  }

  .blog {
    height: 300vh;
  }

  .scrollcardtext {
    max-width: 750px;
  }

  .horizontalscrollcontainer.fd.hh.j {
    overflow: hidden;
  }

  .scrollblocktext {
    margin-left: 140px;
  }

  .scrollitems.es.ths {
    /* width: 250vw; */
    /* padding-right: 0px; */
    /* padding-left: 3rem; */
  }

  .scrollitems.es.fist {
    margin-left: 180px;
    padding-left: 0px;
  }

  .scrollitems.es.fist.fg {
    width: 3000px;
  }

  .scrollcard {
    height: 440px;
    max-width: 440px;
    padding: 32px 37px;
  }

  .scrollcard.scroll-gradiant-1 {
    width: 80%;
    max-width: 850px;
    padding-left: 100px;
  }

  .scrollcard.f {
    width: 440px;
    height: 440px;
    margin-left: 0px;
    padding-left: 37px;
  }

  .horizonta {
    padding-top: 100px;
    padding-bottom: 140px;
  }

  .grid-2 {
    display: none;
  }

  .partners-card {
    width: 300px;
  }

  .button.main.w {
    font-size: 24px;
    line-height: 29px;
  }

  .button.main.w.b {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 24px;
    line-height: 29px;
    font-weight: 500;
  }

  .button.main.ds {
    padding: 10px 55px;
    font-size: 24px;
    line-height: 29px;
  }

  .heading {
    font-size: 72px;
    line-height: 82px;
  }

  .footer-content {
    padding-top: 180px;
  }

  .f-h {
    max-width: 900px;
  }

  .f-button-box.ff {
    margin-bottom: 0px;
  }

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

  .f-h-t {
    margin-bottom: 100px;
    font-size: 72px;
    line-height: 82px;
  }

  .heading-2 {
    font-size: 72px;
    line-height: 82px;
  }

  .paragraph-2 {
    max-width: 550px;
    font-size: 24px;
    line-height: 29px;
  }

  .img._1 {
    /* position: relative; */
  }

  .img._2 {
    bottom: -176px;
  }

  .img._4 {
    /* bottom: -187px; */
  }

  .img._5 {
    /* left: auto; */
    /* right: -28px; */
    /* bottom: -133px; */
    /* width: 500px; */
    /* height: 500px; */
  }

  .img._6 {
    /* right: -120px; */
    /* bottom: -111px; */
  }

  .heading-3 {
    max-width: 1100px;
    font-size: 48px;
    line-height: 59px;
  }

  .collabs-box {
    /* min-height: 250vh; */
    /* border-radius: 0 !important; */
  }

  .content {
    /* max-width: 560px; */
    /* margin-right: 20px; */
  }

  .content.pc {
    /* max-width: 580px; */
  }

  .collabs-card {
    /* width: 640px; */
    /* height: 500px; */
    /* max-width: 690px; */
    /* margin-right: 20px; */
    /* margin-left: 20px; */
    /* padding: 50px 45px; */
  }

  .collabs-card.bgg1 {
    /* width: 691px; */
    /* height: 554px; */
    /* max-width: 631px; */
    /* padding-right: 58px; */
    /* padding-bottom: 50px; */
  }

  .collabs-card.bgg1.m {
    /* width: 640px; */
    /* height: 500px; */
    /* max-width: 690px; */
    /* padding-right: 45px; */
    /* padding-bottom: 50px; */
    /* padding-left: 45px; */
  }

  .collabs-card.bgg3 {
    /* width: 640px; */
    /* height: 500px; */
    /* -webkit-box-pack: justify; */
    /* -webkit-justify-content: space-between; */
    -ms-flex-pack: justify;
    /* justify-content: space-between; */
  }

  .collabs-card.bgg4 {
    /* padding-top: 50px; */
    /* -webkit-box-pack: justify; */
    /* -webkit-justify-content: space-between; */
    -ms-flex-pack: justify;
    /* justify-content: space-between; */
  }

  .collabs-card.bgg5 {
    /* -webkit-box-pack: justify; */
    /* -webkit-justify-content: space-between; */
    -ms-flex-pack: justify;
    /* justify-content: space-between; */
  }

  .ff {
    /* margin-bottom: 60px; */
    /* font-size: 48px; */
    /* line-height: 59px; */
  }

  .paragraph-3 {
    /* font-size: 18px; */
    /* line-height: 24px; */
  }

  .div-block-7 {
    max-width: 1200px;
  }

  .container.space.gk._7 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .button-2.gradient__button.header__button {
    width: 253px;
    padding-top: 3px;
  }

  .sec2blockheading.text-colorgradiant1 {
    font-size: 105px;
    line-height: 126%;
  }

  .sec2blocktext {
    font-size: 24px;
    line-height: 29px;
  }

  .lootiecontent {
    padding-right: 180px;
    padding-left: 180px;
  }

  .text-span {
    width: 100%;
  }

  .section.section2 {
    height: 400vh;
  }

  .div-block-46 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .logo.hhs {
    width: 900px;
    height: 900px;
  }

  .heading-4 {
    font-size: 72px;
    line-height: 82px;
  }

  .paragraph-4 {
    max-width: 750px;
    margin-top: 0px;
    font-size: 32px;
    line-height: 130%;
  }

  .linebox {
    display: none;
  }

  .footer-footer {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .text-block-15 {
    font-size: 24px;
    line-height: 29px;
  }

  .heading-5 {
    font-size: 72px;
    line-height: 82px;
  }

  .logo-boxs {
    right: -140px;
    bottom: -163px;
    width: 900px;
    height: 900px;
  }

  .scrollcardtext-2 {
    max-width: 750px;
  }

  .scrollcard-2 {
    height: 550px;
    max-width: 850px;
    padding-left: 100px;
  }

  .scrollcard-2.scroll-gradiant-1 {
    width: 80%;
    max-width: 850px;
    padding-left: 100px;
  }

  .ts {
    /* margin-bottom: 10px; */
    /* font-size: 32px; */
    /* line-height: 39px; */
  }

  .tl {
    /* font-size: 42px; */
    /* line-height: 52px; */
  }

  .tp {
    /* font-size: 24px; */
    /* line-height: 29px; */
  }

  .img-box-card {
    /* height: auto; */
  }

  .img-box-card.c {
    height: auto;
  }

  .overlayimgr {
    /* top: -57px; */
    /* width: 80px; */
    /* height: 80px; */
  }

  .overlayimgr._4 {
    top: -70px;
    width: 200px;
  }

  .overlayimgr.kk {
    top: -54px;
    width: 90px;
  }

  .text-block-19 {
    font-size: 24px;
    line-height: 29px;
  }

  .image-20 {
    width: 70%;
  }

  .g {
    /* height: 130%; */
  }

  .image-21 {
    width: 75%;
  }

  .image-23 {
    width: 75%;
  }

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

  .heading-6 {
    max-width: 600px;
    font-size: 62px;
    line-height: 72px;
  }

  .heading-7 {
    font-size: 48px;
  }

  .heading-7.pc {
    /* font-size: 1.85rem; */
  }

  .div-block-120 {
    padding-top: 100px;
  }

  .image-24 {
    /* height: auto; */
    /* margin-top: 0px; */
  }

  .image-24.b {
    /* height: 200px; */
    /* margin-bottom: 11px; */
  }

  .text-block-20 {
    /* font-size: 24px; */
    /* line-height: 29px; */
  }

  .text-block-20.s {
    /* max-width: 500px; */
  }

  .text-block-21 {
    /* font-size: 20px; */
    /* line-height: 29px; */
  }

  .text-block-21._3 {
    /* max-width: 460px; */
  }

  .image-25 {
    width: 75%;
  }

  .logoarrow.hhs {
    width: 600px;
  }

  .div-block-hjk-copy-copy {
    top: -20px;
  }

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

  .image-26 {
    left: 45%;
  }

  .flex-box-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-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;
    grid-column-gap: 50px;
    grid-row-gap: 48px;
  }

  .image-27 {
    max-width: 593%;
  }

  .copyright {
    margin-top: 0px;
  }

  .limge-p._5 {
    margin-left: 20px;
    padding-top: 4px;
  }

  .link-block-13 {
    width: 180px;
    margin-left: 0px;
  }

  .form-block-2 {
    width: 500px;
  }

  .div-block-132.hide {
    margin-top: -10px;
    margin-bottom: 20px;
  }
}

@media screen and (min-width: 1920px) {
  .allwrapper {
    /* margin-right: auto; */
    /* margin-left: auto; */
  }

  .card-type-1._1.hove {
    /* min-height: 560px; */
  }

  .card-type-1.hove {
    /* min-height: 500px; */
  }

  .blog {
    height: 200vh;
  }

  .horizontalscrollcontainer.fd.g.ghh {
    /* max-width: 1600px; */
    /* margin-right: auto; */
    /* margin-left: auto; */
  }

  .horizontalscrollcontainer.fd.hh {
    max-width: 1600px;
    margin-right: auto;
    margin-left: auto;
  }

  .scrollblocktext {
    margin-left: 220px;
  }

  .sotcials {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .img._4 {
    bottom: -172px;
  }

  .img._5 {
    /* left: -60px; */
    /* bottom: -162px; */
  }

  .img._6 {
    right: -58px;
    bottom: -100px;
  }

  .composeblock._4 {
    z-index: 8;
  }

  .sec2block._3 {
    z-index: 7;
  }

  .sec2block._2 {
    z-index: 6;
  }

  .div-block-7 {
    max-width: 1500px;
  }

  .container {
    max-width: 1500px;
  }

  .container.space {
    padding-bottom: 20px;
  }

  .container.space.gk._1 {
    position: static;
    margin-left: 0px;
  }

  .container.space.gk._2 {
    padding-bottom: 40px;
  }

  .button-2.gradient__button.header__button {
    width: 253px;
    padding-top: 3px;
  }

  .btn-box.main {
    max-width: 1500px;
  }

  .tokengating._10 {
    z-index: 9;
  }

  .text-span {
    width: 100%;
  }

  .logo {
    display: block;
  }

  .paragraph-4 {
    max-width: 650px;
  }

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

  .logoarrow {
    display: block;
  }

  .div-block-hjk-copy-copy {
    top: -20px;
  }

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

  .image-26 {
    top: -181px;
  }

  .limge-p._5 {
    margin-left: 20px;
  }

  .div-block-132.hide {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 991px) {
  .nav-img.nave-hover.whifht {
    width: 40px;
    height: 40px;
    max-width: 40px;
  }

  .nav-img.nave-hover.black {
    position: absolute;
    display: none;
    width: 40px;
    height: 40px;
    max-width: 40px;
  }

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

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

  .allwrapper {
    padding-right: 80px;
    padding-left: 80px;
  }

  .allwrapper.as {
    padding-right: 130px;
    padding-left: 130px;
  }

  .allwrapper.homespace {
    padding-right: 130px;
    padding-left: 130px;
  }

  .allwrapper.yy {
    width: 100%;
    height: 888px;
    padding-right: 130px;
    padding-left: 130px;
  }

  .allwrapper.ds {
    padding-right: 130px;
    padding-left: 130px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

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

  .card-type-1.hove {
    /* min-height: 330px; */
  }

  .blog {
    height: auto;
    margin-top: 100px;
    padding-top: 20px;
  }

  .scrollcardtext {
    font-size: 24px;
    line-height: 29px;
  }

  .horizontalscrollcontainer.fd.g.ghh.mobile {
    display: block;
    overflow: hidden;
    height: 100vh;
  }

  .horizontalscrollcontainer.fd.g.ghh.pc {
    /* display: none; */
  }

  .scrollblocktext.ff {
    margin-left: 60px;
  }

  .scrollitems.es.ths {
    /* width: 3000px; */
    /* padding-top: 220px; */
    /* padding-bottom: 0px; */
    /* padding-left: 130px; */
    /* -webkit-box-pack: start; */
    /* -webkit-justify-content: flex-start; */
    -ms-flex-pack: start;
    /* justify-content: flex-start; */
    /* grid-column-gap: 20px; */
  }

  .scrollitems.es.fist {
    padding-left: 40px;
  }

  .scrollitems.es.fist.fg {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding-right: 100px;
    padding-left: 100px;
    -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: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .scrollcard {
    width: 260px;
    height: 260px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .scrollcard.f {
    width: 260px;
    height: 260px;
    margin-right: 0px;
    margin-left: 0px;
  }

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

  .grid-2.mobile {
    display: none;
    grid-auto-columns: 1fr;
    grid-column-gap: 25px;
    grid-row-gap: 70px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .partners-card {
    position: relative;
    width: 240px;
    height: 88px;
    padding: 5px 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
  }

  .partners-card.m {
    position: relative;
    width: 100%;
    height: 80px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .partners-card.d {
    padding-left: 3px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .backedhead-box {
    margin-bottom: 60px;
  }

  .button.main.w.b {
    padding: 10px 30px;
    font-size: 16px;
  }

  .button.main.w.hdf.dfg {
    border-color: #000;
    color: #000;
    font-weight: 400;
  }

  .button.main.w.hdf.dfg:hover {
    background-color: #000;
    color: #fff;
  }

  .button.main.ds {
    padding: 7px 35px;
  }

  .heading {
    font-size: 42px;
    line-height: 52px;
  }

  .f-h {
    max-width: 700px;
  }

  .buto.hhd.df {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 20px;
    border: 1px none #000;
    color: #000;
  }

  .buto.x {
    display: block;
  }

  .sotcials {
    grid-column-gap: 0px;
  }

  .f-h-t {
    font-size: 48px;
    line-height: 58px;
  }

  .heading-2 {
    font-size: 42px;
    line-height: 42px;
  }

  .paragraph-2 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
  }

  .img._1 {
    right: -57px;
    bottom: -41px;
  }

  .img._2 {
    right: -46px;
    bottom: -96px;
  }

  .img._4 {
    left: -6px;
    bottom: -110px;
  }

  .img._5 {
    left: -16px;
    bottom: -103px;
  }

  .img._6 {
    right: 27px;
  }

  .img._7 {
    right: 43px;
  }

  .heading-3 {
    font-size: 32px;
    line-height: 39px;
  }

  .collabs-box {
    min-height: 200vh;
  }

  .content.m {
    /* display: block; */
    /* width: 100%; */
    /* height: 100%; */
  }

  .content.pc {
    display: block;
  }

  .composeblock._4 {
    position: absolute;
    z-index: 8;
  }

  .sec2block._3 {
    left: 0px;
  }

  .sec2block._2 {
    left: 0px;
  }

  .sec2block._1 {
    left: 0px;
  }

  .container {
    height: 100%;
  }

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

  .container.space.gk._3 {
    padding-top: 60px;
    padding-bottom: 100px;
    -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;
  }

  .container.space.gk._7 {
    padding-top: 60px;
    padding-bottom: 100px;
    -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;
  }

  .container.space.gk._5 {
    padding-top: 60px;
    padding-bottom: 100px;
    -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;
  }

  .container.space.gk._1 {
    padding-top: 60px;
    padding-bottom: 100px;
    -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;
  }

  .container.space.gk._2 {
    padding-top: 60px;
    padding-bottom: 100px;
    -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;
  }

  .container.co {
    padding-right: 40px;
    padding-left: 40px;
    -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;
  }

  .sec2blockflex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 100%;
    padding: 40px 40px 120px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    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;
  }

  .secheading.text-colorgradiant1.c {
    width: auto;
    text-align: center;
  }

  .lotti-mobile {
    display: block;
    width: 100%;
    height: 100%;
  }

  .lottiecontainer {
    left: auto;
  }

  .sec2blockheading.text-colorgradiant1 {
    font-size: 72px;
  }

  .sec2blockheading.text-colorgradiant1.s {
    font-size: 72px;
  }

  .btn-box.main {
    position: absolute;
    top: auto;
    bottom: 20px;
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: center;
  }

  .sec2blocktext {
    max-width: 500px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    text-align: center;
  }

  .lootiecontent {
    padding-right: 40px;
    padding-left: 40px;
  }

  .subtext.g {
    width: auto;
    text-align: center;
  }

  .sec2lottie {
    display: none;
    width: 100%;
    height: 100%;
    margin-left: 0px;
    -o-object-fit: fill;
    object-fit: fill;
  }

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

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

  .logo {
    display: block;
  }

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

  .logo.hhs {
    width: 700px;
  }

  .contextox {
    width: 500px;
    padding-bottom: 100px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

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

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

  .logo-boxs {
    right: -61px;
    bottom: -148px;
  }

  .layes {
    width: 101%;
  }

  .ts.m {
    line-height: 19px;
  }

  .tl.m {
    margin-top: 10px;
    font-size: 24px;
    line-height: 29px;
  }

  .overlayimgr.mb {
    left: auto;
    top: -38px;
    right: 37px;
    overflow: visible;
    width: 60px;
    height: 60px;
  }

  .image-20 {
    width: 140px;
  }

  .image-20._4 {
    width: auto;
    height: auto;
  }

  .g {
    /* width: 172px; */
    /* height: 32px; */
  }

  .g._3 {
    width: auto;
    height: auto;
  }

  .image-21 {
    width: 80%;
  }

  .image-21._2 {
    width: 190px;
    height: 72px;
  }

  .image-23._1 {
    width: 150px;
    margin-left: 10px;
  }

  .div-block-116 {
    padding-bottom: 60px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .heading-6 {
    max-width: 420px;
    font-size: 42px;
    line-height: 52px;
  }

  .div-block-117 {
    /* bottom: auto; */
    /* height: 100vh; */
    /* padding: 80px 130px; */
    /* -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; */
  }

  .heading-7 {
    /* font-size: 24px; */
  }

  .heading-7.pc {
    /* font-size: 24px; */
    /* line-height: 29px; */
  }

  .ll {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: block;
    padding-bottom: 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-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-118 {
    padding-top: 20px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-8 {
    font-size: 32px;
  }

  .heading-9 {
    font-size: 32px;
  }

  .heading-10 {
    font-size: 32px;
  }

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

  .heading-12 {
    font-size: 32px;
  }

  .heading-13 {
    font-size: 32px;
  }

  .div-block-120 {
    padding-bottom: 160px;
  }

  .text-block-20.s {
    font-size: 18px;
    line-height: 22px;
  }

  .text-block-21 {
    font-size: 18px;
    line-height: 22px;
  }

  .image-25 {
    width: 80%;
  }

  .image-25._3.b {
    width: 117px;
    margin-top: 10px;
    margin-left: 10px;
  }

  .logoarrow {
    display: block;
  }

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

  .div-block-122 {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

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

  .background-video.m {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    display: block;
    height: 100vh;
  }

  .background-video.m.n {
    display: none;
  }

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

  .submit-btn {
    max-width: 220px;
    padding: 15px 40px;
    font-size: 22px;
  }

  .text-block-22 {
    font-size: 18px;
  }

  .image-26 {
    left: 42%;
    top: -113px;
    width: 80px;
  }

  .text-block-23 {
    font-size: 14px;
  }

  .paragraph-5 {
    line-height: 29px;
  }

  .flex-box-3 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
  }

  .dd {
    width: 230px;
  }

  .background-video-2.pc {
    display: none;
  }

  .background-video-2.mb {
    display: block;
  }

  .background-video-2.mb.mob {
    display: none;
  }

  .image-27 {
    width: 200px;
  }

  .copyright {
    margin-top: 20px;
  }

  .text-block-24 {
    font-size: 18px;
  }

  .mobilcolabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 320px;
    height: 302px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-radius: 16px;
    background-image: url('../images/metaport.jpeg');
    background-position: 50% 100%;
    background-size: cover;
    color: #fff;
  }

  .mobilcolabs.cg {
    background-image: url('../images/kathakali-dancers.webp');
    background-position: 50% 200%;
  }

  .mobilcolabs._3 {
    background-image: url('../images/adidasxprada.webp');
    background-position: 50% 100%;
    background-size: cover;
  }

  .mobilcolabs._5.d {
    background-image: url('../images/flipverse.webp');
    background-position: 50% 200%;
    background-size: cover;
  }

  .mobilcolabs._5.g {
    background-image: url('../images/Mercedes.webp');
    background-position: 50% 350%;
    background-size: cover;
  }

  .mobilcolabs._7 {
    background-image: url('../images/Unlabel.webp');
    background-position: 0% 0%;
    background-size: cover;
  }

  .mobilcolabs._7.f {
    background-image: url('../images/nftnyc.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .textlayerm {
    position: relative;
    height: 55%;
    padding: 14px;
    border-radius: 14px;
    background-color: #1d1b1b;
    background-image: url('../images/04.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .textlayerm._2g {
    height: 55%;
    padding: 14px;
    background-color: #000;
    background-image: url('../images/01.webp');
  }

  .m.gg {
    margin-top: 10px;
  }

  .limge-p._5 {
    width: 120px;
    margin-left: 10px;
  }

  .limge-p._3 {
    width: 170px;
  }

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

  .jb {
    position: absolute;
    left: 61px;
    top: -51px;
    width: 78px;
    height: 78px;
  }

  .text-block-26 {
    margin-top: 10px;
    font-size: 16px;
    font-weight: 600;
  }

  .text-block-26.ww {
    font-weight: 600;
  }

  .link-block-13 {
    width: 130px;
    max-width: 100%;
  }

  .link-block-13.f {
    width: 140px;
  }

  .fdg {
    margin-left: 10px;
  }

  .image-29 {
    height: 75px;
    margin-left: 3px;
  }

  .link-block-14 {
    display: none;
  }

  .text-field-2 {
    height: 63px;
    padding-right: 180px;
    padding-left: 25px;
    border-style: solid;
    border-width: 1px;
    border-color: #000;
    background-color: transparent;
  }

  .form-block-2 {
    width: 450px;
    max-width: 100%;
  }

  .submit-button {
    top: 3px;
    right: 3px;
    bottom: 3px;
    height: 57px;
    font-size: 16px;
  }

  .image-30 {
    width: 75px;
  }

  .image-31 {
    width: 80px;
    margin-top: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
  }

  .image-32 {
    width: 80px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
  }

  .image-33 {
    width: 70px;
    height: 70px;
    max-width: 100%;
  }

  .text-span-4 {
    font-weight: 400;
  }

  .div-block-131 {
    height: 200vh;
  }
}

@media screen and (max-width: 767px) {
  .nav-img.nave-hover.whifht {
    display: block;
  }

  .nav-img.nave-hover.black {
    display: block;
  }

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

  .mobil-dropdown {
    display: block;
  }

  .dropdown {
    display: none;
  }

  .allwrapper {
    padding-right: 32px;
    padding-left: 32px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
    text-align: center;
  }

  .allwrapper.as {
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .allwrapper.homespace {
    padding-right: 40px;
    padding-left: 40px;
  }

  .allwrapper.yy {
    width: 100%;
    height: 670px;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .allwrapper.ds {
    padding-right: 40px;
    padding-left: 40px;
  }

  .largediv {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }

  .sticky-div {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }

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

  .card-type-1 {
    /* min-height: 350px; */
    /* border-radius: 15px; */
  }

  .card-type-1._1 {
    min-height: 350px;
  }

  .card-type-1._2 {
    min-height: 350px;
  }

  .card-type-1._3 {
    min-height: 350px;
  }

  .card-type-1.hove {
    /* width: 280px; */
    /* max-height: 330px; */
    /* min-height: 330px; */
  }

  .blog {
    height: auto;
  }

  .scrollcardtext {
    width: 80%;
    margin-bottom: 0px;
    font-size: 24px;
    line-height: 29px;
    text-align: left;
  }

  .text-block.text-colorgradiant5.mobi {
    margin-bottom: 40px;
    font-size: 42px;
    line-height: 50px;
  }

  .image-15 {
    width: 350px;
    height: 180px;
  }

  .horizontalscrollcontainer {
    overflow: scroll;
  }

  .horizontalscrollcontainer.fd {
    top: 0px;
    overflow: hidden;
    height: 100vh;
    padding: 60px 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;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .horizontalscrollcontainer.fd.g.ghh.mobile {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    padding-right: 32px;
    padding-left: 32px;
  }

  .horizontalscrollcontainer.fd.g.ghh.pc {
    /* display: none; */
  }

  .horizontalscrollcontainer.fd.hh.j {
    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-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .horizontalscrollcontainer.fd {
    top: 0px;
    overflow: hidden;
    height: 100vh;
    padding: 60px 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;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .h-card-content {
    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: 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;
  }

  .scrollblocktext {
    margin-right: 60px;
  }

  .scrollblocktext.ff {
    margin-right: 40px;
    margin-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .scrollitems.es {
    width: auto;
    height: 100vh;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .scrollitems.es.ths {
    /* width: 2000px; */
    /* padding-top: 60px; */
    /* padding-left: 20px; */
    /* -webkit-box-align: center; */
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .scrollitems.es.fist {
    height: 100%;
    padding-left: 0px;
  }

  .scrollitems.es.fist.fg {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .scrollitems.es {
    width: auto;
    height: 100vh;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .scrollcard {
    width: 260%;
    height: 260px;
    max-width: 260px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 15px;
  }

  .scrollcard.scroll-gradiant-4 {
    max-width: 90vw;
    min-height: 450px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-radius: 30px;
  }

  .scrollcard.scroll-gradiant-3 {
    max-width: 90vw;
    min-height: 450px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-radius: 30px;
  }

  .scrollcard.scroll-gradiant-1 {
    max-width: 90vw;
    min-height: 450px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 30px;
  }

  .scrollcard.scroll-gradiant-2 {
    max-width: 90vw;
    min-height: 450px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-radius: 30px;
  }

  .scrollcard.scroll-gradiant-5 {
    max-width: 90vw;
    min-height: 450px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-radius: 30px;
  }

  .scrollcard.f {
    height: 260px;
  }

  .text-block-14 {
    font-size: 18px;
    line-height: 21px;
  }

  .h-card-img {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .horizonta {
    padding-top: 100px;
  }

  .content-box {
    padding-left: 40px;
  }

  .backedby {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-right: 60px;
    padding-left: 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;
  }

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

  .grid-2.mobile {
    display: -ms-grid;
    display: grid;
    grid-auto-columns: 1fr;
    grid-column-gap: 25px;
    grid-row-gap: 60px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto;
    grid-template-rows: auto auto auto auto;
  }

  .partners-card {
    position: relative;
    width: 128px;
    height: 69px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .partners-card.m {
    position: relative;
    width: 128px;
    height: 64px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button.main.w.hdf {
    border-color: #000;
    color: #000;
  }

  .button.main.w.hdf:hover {
    background-color: #000;
    color: #fff;
  }

  .button.main.ds {
    padding: 8px 45px;
  }

  .heading {
    font-size: 32px;
    line-height: 42px;
  }

  .footer-content {
    padding-top: 60px;
    padding-bottom: 0px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .f-h {
    text-align: left;
  }

  .f-button-box.ff {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .buto.conteny {
    margin-bottom: 20px;
  }

  .buto.hhd.df {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: auto;
  }

  .f-h-t {
    max-width: 250px;
    font-size: 32px;
    line-height: 42px;
  }

  .new-wrapper {
    padding-top: 60px;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(151, 71, 255, 0.5)));
    background-image: linear-gradient(180deg, #fff, rgba(151, 71, 255, 0.5));
  }

  .heading-2 {
    font-size: 32px;
    text-align: left;
  }

  .paragraph-2 {
    max-width: 300px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    text-align: left;
  }

  .img._1 {
    left: auto;
    right: -33px;
  }

  .img._2 {
    left: auto;
    right: -41px;
    bottom: -88px;
  }

  .img._4 {
    left: -9px;
    bottom: -117px;
    width: 90%;
    height: 90%;
  }

  .img._5 {
    bottom: -101px;
  }

  .img._6 {
    bottom: -67px;
  }

  .img._7 {
    right: 121.3333px;
    bottom: -129px;
    width: 400px;
  }

  .heading-3 {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 29px;
  }

  .collabs-box {
    min-height: 150vh;
    border-radius: 15px 15px 0px 0px;
  }

  .content.m {
    display: block;
  }

  .content.pc {
    display: none;
  }

  .collabs-card {
    /* width: 350px; */
    /* height: 280px; */
    /* padding: 20px; */
    /* border-radius: 15px; */
  }

  .collabs-card.bgg1 {
    /* width: 350px; */
    /* height: 280px; */
    /* padding: 20px; */
    /* border-radius: 15px; */
  }

  .collabs-card.bgg1.m {
    margin-left: 0;
  }

  .ff.m {
    font-size: 26px;
    line-height: 32px;
  }

  .qq {
    display: none;
    margin-top: -92px;
    padding: 10px 10px 8px 30px;
  }

  .paragraph-3.m {
    font-size: 14px;
    line-height: 17px;
  }

  .composeblock {
    position: absolute;
  }

  .composeblock._4 {
    top: 50%;
    height: auto;
    padding-top: 60px;
    padding-bottom: 140px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .sec2block {
    position: absolute;
    top: auto;
    bottom: 0px;
    height: 40vh;
  }

  .sec2block._3 {
    top: auto;
    height: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .sec2block._2 {
    top: auto;
    height: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .sec2block._1 {
    top: auto;
    height: 100vh;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .div-block-7 {
    position: relative;
    min-height: auto;
    padding-right: 0px;
    padding-left: 0px;
    -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;
  }

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

  .container.rr {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .container.space.gk._3 {
    top: 0px;
    height: auto;
    padding-top: 60px;
    padding-bottom: 160px;
    -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;
  }

  .container.space.gk._7 {
    top: 0px;
    height: auto;
    padding: 60px 0px 160px;
    -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;
  }

  .container.space.gk._5 {
    top: 0px;
    height: auto;
    padding-top: 60px;
    padding-bottom: 140px;
    -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;
  }

  .container.space.gk._1 {
    position: absolute;
    top: 0px;
    height: auto;
    padding-top: 60px;
    padding-bottom: 160px;
    -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;
  }

  .container.space.gk._2 {
    position: absolute;
    top: 0px;
    height: auto;
    padding-top: 60px;
    padding-bottom: 160px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .container.co {
    position: static;
    top: 281px;
    height: auto;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .sec2blockflex {
    position: static;
    top: 388px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40vh;
    margin-bottom: 100px;
    padding: 100px 32px;
    -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-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .secheading {
    font-size: 62px;
    line-height: 70px;
  }

  .secheading.text-colorgradiant1.c {
    width: auto;
    font-size: 42px;
    line-height: 50px;
    text-align: center;
  }

  .secheading.text-colorgradiant1.s {
    width: auto;
    font-size: 42px;
    line-height: 50px;
    text-align: center;
  }

  .lotti-mobile {
    display: block;
    width: 100%;
    height: 100%;
  }

  .button-2.gradient__button.header__button {
    width: 200px;
    height: auto;
  }

  .lottiecontainer {
    border-radius: 15px;
  }

  .sec2blockheading {
    font-size: 72px;
  }

  .sec2blockheading.text-colorgradiant1 {
    font-size: 32px;
    line-height: 39%;
    text-align: center;
  }

  .sec2blockheading.text-colorgradiant1.s {
    font-size: 32px;
    text-align: center;
  }

  .btn-box.main {
    position: relative;
    top: auto;
    bottom: -170px;
    margin-top: 40px;
    margin-bottom: 0px;
    text-align: center;
  }

  .tokengating {
    position: absolute;
  }

  .tokengating._10 {
    position: absolute;
    top: 50%;
    height: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .sec2blocktext {
    width: auto;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
  }

  .sec2blocktext.s {
    width: auto;
  }

  .text-span {
    padding: 17px 40px 16px;
    font-size: 18px;
  }

  .subtext {
    width: 70%;
    font-size: 18px;
  }

  .subtext.g {
    width: 100%;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
  }

  .sec2lottie {
    display: none;
    width: 100%;
    height: 100%;
    margin-left: 0px;
  }

  .section {
    color: #fff;
  }

  .section.section2 {
    position: relative;
    height: 700vh;
  }

  .section.section2 {
    position: relative;
    height: 300vh;
  }

  .div-block-46 {
    margin-top: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-column-gap: 25px;
  }

  .logo-box.jjj {
    width: 45px;
    height: 45px;
  }

  .logo.div-block-68-h {
    width: auto;
  }

  .logo.hhs {
    position: static;
    top: -339px;
    right: auto;
    width: 100%;
    height: 100%;
  }

  .contextox {
    width: 100%;
    padding-bottom: 100px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .animabox {
    display: none;
  }

  .heading-4 {
    margin-bottom: 15px;
    font-size: 32px;
    line-height: 39px;
    text-align: left;
  }

  .paragraph-4 {
    max-width: 350px;
    font-size: 16px;
    line-height: 130%;
    text-align: left;
  }

  .footer-footer {
    height: 100%;
    padding-bottom: 20px;
  }

  .footer-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 15px;
  }

  .text-block-15 {
    font-size: 16px;
    line-height: 19px;
    text-align: center;
  }

  .heading-5 {
    margin-top: 10px;
    margin-bottom: 60px;
    font-size: 24px;
    line-height: 29px;
    text-align: center;
  }

  .logo-boxs {
    position: absolute;
    right: -39px;
    bottom: -83px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 420px;
    height: 420px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .scrollcardtext-2 {
    width: 80%;
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 40px;
    text-align: left;
  }

  .section-2 {
    color: #fff;
  }

  .section-2.sec4 {
    display: none;
    overflow: hidden;
    height: auto;
    min-height: auto;
  }

  .section-2.sec4.horizontal {
    display: block;
  }

  .section-2.sec4.horizontal.secanim2 {
    overflow: visible;
    height: 500vh;
  }

  .h-card-content-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .scrollcard-2 {
    width: 100%;
    height: 200px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 10px;
    padding-left: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .scrollcard-2.scroll-gradiant-4 {
    max-width: 90vw;
    min-height: 450px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-radius: 30px;
  }

  .scrollcard-2.scroll-gradiant-3 {
    max-width: 90vw;
    min-height: 450px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-radius: 30px;
  }

  .scrollcard-2.scroll-gradiant-1 {
    max-width: 90vw;
    min-height: 450px;
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-radius: 30px;
  }

  .scrollcard-2.scroll-gradiant-2 {
    max-width: 90vw;
    min-height: 450px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-radius: 30px;
  }

  .scrollcard-2.scroll-gradiant-5 {
    max-width: 90vw;
    min-height: 450px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-radius: 30px;
  }

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

  .image-19 {
    width: 350px;
    height: 180px;
  }

  .ts {
    font-size: 16px;
    line-height: 16px;
  }

  .ts.m {
    font-size: 14px;
    line-height: 17px;
  }

  .tl {
    padding-bottom: 10px;
    font-size: 24px;
    line-height: 29px;
  }

  .tl.m {
    margin-top: 5px;
    padding-bottom: 5px;
    font-size: 20px;
    line-height: 24px;
  }

  .tp {
    font-size: 12px;
    line-height: 16px;
  }

  .img-box-card {
    margin-bottom: 15px;
  }

  .overlayimgr {
    left: 23px;
    top: -31px;
    width: 40px;
    height: 40px;
  }

  .overlayimgr.mb {
    left: auto;
    top: -26px;
    right: 26px;
    width: 50px;
    height: 50px;
  }

  .overlayimgr.mb.bg {
    right: 15px;
    width: 90px;
    height: auto;
  }

  .text-block-19 {
    font-size: 16px;
    line-height: 19px;
    text-align: center;
  }

  .div-block-115.bgcg1.bdgsj {
    background-position: 50% 50%;
    background-repeat: no-repeat;
  }

  .image-20 {
    width: 150px;
  }

  .image-20._4 {
    width: 93px;
  }

  .g {
    /* width: 106px; */
  }

  .g._3 {
    width: 90px;
  }

  .image-21 {
    width: 180px;
  }

  .image-21._2 {
    width: 117px;
    height: 44px;
  }

  .image-23 {
    width: 99px;
  }

  .image-23._1 {
    width: 99px;
  }

  .div-block-116 {
    margin-bottom: 100px;
    padding-top: 40px;
    padding-bottom: 0px;
    -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;
    text-align: left;
  }

  .heading-6 {
    margin-top: 10px;
    font-size: 32px;
    line-height: 39px;
  }

  .div-block-117 {
    bottom: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 60px 40px 40px 52px;
    -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-7 {
    font-size: 16px;
    line-height: 20px;
  }

  .heading-7.mobil {
    display: block;
  }

  .heading-7.pc {
    display: none;
  }

  .ll {
    padding-left: 0px;
    -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;
    grid-column-gap: 10px;
  }

  .div-block-118 {
    padding: 32px;
    text-align: left;
  }

  .heading-8 {
    font-size: 24px;
    line-height: 29px;
  }

  .heading-9 {
    font-size: 24px;
  }

  .heading-10 {
    font-size: 24px;
    line-height: 29px;
  }

  .heading-11 {
    font-size: 24px;
    line-height: 29px;
  }

  .heading-12 {
    font-size: 24px;
    line-height: 29px;
  }

  .heading-13 {
    font-size: 24px;
    line-height: 29px;
  }

  .div-block-120 {
    position: relative;
    padding-bottom: 100px;
  }

  .div-block-121 {
    width: 100%;
    min-height: 100vh;
  }

  .text-block-20 {
    line-height: 19px;
  }

  .text-block-20.s {
    font-size: 16px;
    line-height: 21px;
  }

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

  .image-25 {
    width: 190px;
  }

  .image-25._3 {
    width: 72px;
  }

  .image-25._3.b {
    width: 72px;
    margin-top: 10px;
  }

  .div-block-122 {
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

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

  .html-embed-2.ffg {
    display: block;
  }

  .background-video.m {
    position: -webkit-sticky;
    position: sticky;
    top: 0px;
    display: block;
    height: 100vh;
  }

  .background-video.m.t {
    display: none;
  }

  .background-video.m.n {
    display: block;
  }

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

  .form-box {
    width: 100%;
    height: 100%;
    max-height: 560px;
    padding: 100px 40px 50px;
    border-radius: 24px;
  }

  .heading-15 {
    font-size: 32px;
    line-height: 42px;
  }

  .form-wrapper {
    padding: 40px;
  }

  .submit-btn {
    max-width: 200px;
    padding: 15px 40px;
    font-size: 16px;
  }

  .text-field {
    font-size: 18px;
    line-height: 22px;
  }

  .text-field.error {
    font-size: 18px;
    line-height: 22px;
  }

  .text-block-22 {
    font-size: 16px;
    font-weight: 500;
  }

  .image-26 {
    left: 40%;
    top: -109px;
    width: 80px;
  }

  .error-message {
    padding-right: 20px;
    padding-left: 20px;
  }

  .text-block-23 {
    font-size: 14px;
  }

  .paragraph-5 {
    margin-bottom: 40px;
    font-size: 18px;
    font-weight: 600;
  }

  .flex-box-3 {
    display: none;
  }

  .dd {
    width: 100%;
  }

  .background-video-2 {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }

  .background-video-2.pc {
    display: none;
  }

  .background-video-2.mb {
    display: block;
  }

  .background-video-2.mb.tab {
    display: none;
  }

  .background-video-2.mb.mob {
    display: block;
  }

  .image-27 {
    display: block;
    width: 150px;
  }

  .copyright {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0px;
  }

  .div-block-126 {
    margin-top: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .div-block-126.df {
    display: none;
  }

  .mobilcolabs {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 260px;
    height: 250px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    border-radius: 16px;
    background-color: #c79c9c;
  }

  .mobilcolabs.cg {
    background-image: url('../images/kathakali-dancers.webp');
    background-position: 50% 100%;
    background-size: 100% 300px;
    background-attachment: scroll;
  }

  .mobilcolabs._2 {
    background-image: url('../images/metaport.jpeg');
    background-position: 0px 0px;
    background-size: cover;
  }

  .mobilcolabs._3 {
    background-image: url('../images/adidasxprada.jpg');
    background-position: 50% 100%;
    background-size: 100%;
  }

  .mobilcolabs._5 {
    background-image: url('../images/Mercedes.webp');
    background-position: 50% 100%;
    background-size: 100%;
  }

  .mobilcolabs._5.d {
    background-image: url('../images/flipverse.webp');
    background-position: 0% 0%;
  }

  .mobilcolabs._5.g {
    background-position: 50% 490%;
    background-size: cover;
  }

  .mobilcolabs._7 {
    background-image: url('../images/Unlabel.webp');
    background-position: 50% 0%;
    background-size: 100%;
  }

  .mobilcolabs._7.f {
    background-image: url('../images/nftnyc.jpg');
    background-position: 50% 50%;
    background-size: cover;
  }

  .textlayerm {
    position: relative;
    height: 55%;
    padding: 14px;
    border-radius: 16px;
    background-image: url('../images/04.jpg');
    background-position: 50% 50%;
    background-size: cover;
    color: #fff;
  }

  .textlayerm._2g {
    background-image: url('../images/01.webp');
    background-position: 50% 50%;
    background-size: cover;
  }

  .m {
    /* line-height: 17px; */
  }

  .m.gg {
    color: #fff;
    font-weight: 300;
  }

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

  .jb {
    position: absolute;
    left: 38px;
    top: -29.5px;
    width: 48px;
    height: 48px;
  }

  .text-block-26 {
    margin-top: 10px;
    font-size: 10px;
    line-height: 12px;
    font-weight: 600;
  }

  .text-field-2 {
    height: 48px;
    padding-right: 150px;
    font-size: 14px;
    line-height: 16px;
  }

  .submit-button {
    height: 42px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 14px;
    line-height: 16px;
  }

  .div-block-131 {
    height: 180vh;
  }

  .div-block-132 {
    margin-bottom: 20px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

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

  .div-block-132.hide {
    display: none;
  }
}

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

  .text-block-7-copy {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 28.4px;
  }

  .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-toggle {
    display: inline-block;
    margin-left: 0px;
    padding: 0px;
  }

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

  .navbar {
    display: block;
    width: 100px;
    padding-top: 20px;
    padding-right: 0px;
    padding-left: 20px;
  }

  .text-block--white {
    margin-bottom: 12px;
    font-size: 24px;
    line-height: 28.4px;
  }

  .mobil-dropdown {
    display: block;
  }

  .dropdown {
    display: none;
    width: auto;
    height: auto;
  }

  .allwrapper {
    padding-right: 32px;
    padding-left: 32px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .allwrapper.yy {
    height: 630px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .card-type-1._2.hove {
    min-height: 330px;
  }

  .card-type-1.hove {
    /* min-height: 330px; */
  }

  .blog {
    height: auto;
  }

  .scrollcardtext {
    width: 100%;
    margin-bottom: 0px;
    font-size: 24px;
    line-height: 30px;
    text-align: left;
  }

  .text-block.text-colorgradiant5.mobi {
    font-size: 42px;
    line-height: 50px;
    text-align: center;
  }

  .text-block.text-colorgradiant5.mobi.dd {
    width: 100%;
  }

  .image-15 {
    width: 310px;
    height: 140px;
  }

  .horizontalscrollcontainer.fd {
    overflow: hidden;
    /* height: 100vh; */
    /* padding: 60px 0px; */
  }

  .horizontalscrollcontainer.fd.g.ghh.mobile {
    overflow: hidden;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .horizontalscrollcontainer.fd.hh.j {
    padding-bottom: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .horizontalscrollcontainer.fd {
    overflow: hidden;
    /* height: 100vh; */
    /* padding: 60px 0px; */
  }

  .h-card-content {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .scrollblocktext.ff {
    width: 90vw;
    margin-right: auto;
    margin-left: auto;
  }

  .scrollitems.es {
    width: auto;
    height: 100vh;
    padding-right: 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-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .scrollitems.es.ths {
    /* padding-top: 108px; */
    /* padding-left: 0px; */
    /* -webkit-box-align: center; */
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .scrollitems.es.fist.fg {
    width: 100%;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .scrollitems.es {
    width: auto;
    /* height: 100vh; */
    /* padding-right: 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-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .scrollcard {
    border-radius: 15px;
  }

  .scrollcard.scroll-gradiant-4 {
    width: 90vw;
    min-height: 420px;
    padding-right: 20px;
    border-radius: 15px;
  }

  .scrollcard.scroll-gradiant-3 {
    width: 90vw;
    min-height: 420px;
    padding-right: 20px;
    border-radius: 15px;
  }

  .scrollcard.scroll-gradiant-1 {
    width: 90vw;
    height: auto;
    max-width: 100%;
    min-height: 420px;
    border-radius: 15px;
  }

  .scrollcard.scroll-gradiant-2 {
    width: 90vw;
    min-height: 420px;
    padding-right: 20px;
    border-radius: 15px;
  }

  .scrollcard.scroll-gradiant-5 {
    width: 90vw;
    min-height: 420px;
    padding-right: 20px;
    border-radius: 15px;
  }

  .scrollcard.f {
    width: 100%;
  }

  .scrollcard.hide {
    display: none;
  }

  .text-block-14 {
    max-width: 100%;
    font-size: 16px;
    line-height: 18px;
  }

  .content-box {
    padding-left: 20px;
  }

  .backedby {
    padding-right: 0px;
    padding-left: 0px;
  }

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

  .grid-2.mobile {
    grid-column-gap: 17px;
    grid-row-gap: 42px;
  }

  .partners-card {
    height: 69px;
  }

  .partners-card.m {
    height: 69px;
  }

  .button.main.w {
    font-size: 14px;
    line-height: 18px;
  }

  .button.main.w.hdf {
    border-color: #000;
    background-color: transparent;
    color: #000;
    font-weight: 500;
  }

  .button.main.w.hdf:hover {
    background-color: #000;
    color: #fff;
  }

  .button.main.w.hdf.dfg:hover {
    box-shadow: 0 0 10px 0 #000;
  }

  .heading {
    text-align: center;
  }

  .f-head-text {
    text-align: left;
  }

  .f-button-box.ff {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .buto.hhd.df {
    padding: 10px 20px;
  }

  .f-h-t {
    max-width: 230px;
    margin-bottom: 40px;
    font-size: 32px;
    line-height: 39px;
  }

  .new-wrapper {
    padding-top: 0;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }

  .list-item-4 {
    margin-bottom: 10px;
  }

  .text-block-7 {
    margin-bottom: 0px;
    font-size: 15px;
  }

  .link-block-6 {
    margin-bottom: 0px;
  }

  .list-item-2 {
    display: block;
    margin-bottom: 10px;
  }

  .list-item-5 {
    display: none;
    margin-bottom: 10px;
  }

  .div-block-44 {
    font-size: 16px;
    line-height: 19px;
    font-weight: 400;
  }

  .img._1 {
    right: -50px;
    bottom: -61px;
    -webkit-transform: rotate(6deg);
    -ms-transform: rotate(6deg);
    transform: rotate(6deg);
  }

  .img._2 {
    left: auto;
    right: -42px;
    bottom: -93px;
  }

  .img._4 {
    left: -14px;
    bottom: -116px;
    width: 100%;
    height: 90%;
  }

  .img._5 {
    left: -22px;
    bottom: -112px;
  }

  .img._6 {
    right: 33px;
    bottom: -73px;
  }

  .img._7 {
    bottom: -107px;
  }

  .heading-3 {
    margin-bottom: 20px;
  }

  .collabs-box {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .ff.m {
    font-size: 26px;
    line-height: 30px;
  }

  .composeblock {
    position: absolute;
  }

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

  .sec2block {
    position: absolute;
  }

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

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

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

  .div-block-7 {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .container.space {
    padding-bottom: 60px;
  }

  .container.space.gk._3 {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .container.space.gk._7 {
    margin-right: 0px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .container.space.gk._5 {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .container.space.gk._1 {
    position: absolute;
    top: auto;
    margin-right: auto;
    margin-left: 0px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .container.space.gk._2 {
    margin-right: 0px;
    margin-left: 0px;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .sec2blockflex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 100px;
    padding-bottom: 100px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .secheading.text-colorgradiant1.s {
    position: static;
    font-size: 42px;
  }

  .lotti-mobile {
    width: 100%;
    height: 100%;
  }

  .button-2.gradient__button.header__button {
    width: 160px;
  }

  .lottiecontainer {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }

  .btn-box.main {
    bottom: -194px;
  }

  .tokengating {
    position: absolute;
  }

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

  .sec2blocktext {
    width: auto;
  }

  .text-span {
    padding: 12px 0px;
    font-size: 16px;
    line-height: 21px;
  }

  .subtext {
    width: 80%;
    font-size: 16px;
  }

  .sec2lottie {
    display: none;
    width: 100%;
    height: 100%;
    margin-left: 0px;
    -o-object-fit: fill;
    object-fit: fill;
  }

  .section {
    color: #ef3333;
  }

  .section.section2 {
    position: relative;
    display: block;
    overflow: visible;
    background-color: #000;
  }

  .section.section2 {
    position: relative;
    display: block;
    overflow: visible;
    background-color: #fff;
  }

  .div-block-46 {
    width: 100%;
    margin-top: 17px;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .link-block-9 {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .logo-box {
    border-style: none;
  }

  .logo-box.jjj {
    width: 45px;
    height: 45px;
  }

  .logo.hhs {
    top: -28px;
    right: auto;
    width: 100%;
    height: 100%;
  }

  .image-18 {
    -o-object-fit: cover;
    object-fit: cover;
  }

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

  .paragraph-4 {
    font-size: 14px;
  }

  .footer-footer {
    height: 100%;
  }

  .footer-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .logo-boxs {
    right: -43px;
    bottom: -71px;
    width: 360px;
    height: 360px;
  }

  .scrollcardtext-2 {
    width: 100%;
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 30px;
    text-align: left;
  }

  .section-2 {
    color: #ef3333;
  }

  .section-2.sec4 {
    display: none;
    overflow: visible;
  }

  .section-2.sec4.horizontal {
    display: block;
  }

  .h-card-content-2 {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .scrollcard-2 {
    width: 100%;
    height: 150px;
    border-radius: 15px;
  }

  .scrollcard-2.scroll-gradiant-4 {
    width: 90vw;
    min-height: 420px;
    padding-right: 20px;
    border-radius: 15px;
  }

  .scrollcard-2.scroll-gradiant-3 {
    width: 90vw;
    min-height: 420px;
    padding-right: 20px;
    border-radius: 15px;
  }

  .scrollcard-2.scroll-gradiant-1 {
    width: 90vw;
    height: auto;
    max-width: 100%;
    min-height: 420px;
    border-radius: 15px;
  }

  .scrollcard-2.scroll-gradiant-2 {
    width: 90vw;
    min-height: 420px;
    padding-right: 20px;
    border-radius: 15px;
  }

  .scrollcard-2.scroll-gradiant-5 {
    width: 90vw;
    min-height: 420px;
    padding-right: 20px;
    border-radius: 15px;
  }

  .text-block-16 {
    max-width: 100%;
    font-size: 16px;
    line-height: 18px;
  }

  .image-19 {
    width: 310px;
    height: 140px;
  }

  .image-20 {
    width: 130px;
  }

  .g {
    /* width: 120px; */
    /* height: 100%; */
  }

  .image-21 {
    width: 140px;
  }

  .image-23 {
    width: 140px;
  }

  .image-23._1 {
    width: 99px;
  }

  .div-block-116 {
    padding-top: 40px;
    padding-bottom: 0px;
  }

  .heading-6 {
    margin-bottom: 5px;
  }

  .div-block-117 {
    bottom: 0px;
    padding-top: 60px;
    padding-right: 20px;
    padding-left: 32px;
  }

  .heading-7.pc {
    display: none;
  }

  .ll {
    padding-top: 10px;
  }

  .div-block-120 {
    padding-bottom: 100px;
  }

  .image-25 {
    width: 140px;
  }

  .image-25._3 {
    margin-top: 12px;
  }

  .logoarrow {
    width: 80px;
  }

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

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

  .heading-14 {
    font-size: 20px;
    line-height: 38.4px;
    font-weight: 400;
    letter-spacing: -1px;
  }

  .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 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .form-success {
    padding-right: 20px;
    padding-left: 20px;
  }

  .form-field-error {
    font-size: 10px;
  }

  .text-block-22 {
    font-size: 14px;
    font-weight: 500;
  }

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

  .image-26 {
    left: 35%;
    top: -105px;
    width: 80px;
  }

  .text-block-23 {
    font-size: 12px;
  }

  .paragraph-5 {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 600;
    text-align: center;
  }

  .div-block-126 {
    margin-top: 100px;
  }

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

  .mobilcolabs._5.g {
    width: 260px;
    height: 250px;
  }

  .text-block-25 {
    line-height: 12px;
  }

  .text-block-26 {
    padding-top: 0px;
    font-weight: 600;
  }

  .text-block-26.ww {
    margin-top: 10px;
  }

  .text-field-2 {
    height: 48px;
    padding-right: 140px;
    padding-left: 20px;
    font-size: 12px;
  }

  .submit-button {
    height: 42px;
    padding-right: 13px;
    padding-left: 13px;
    font-size: 12px;
    line-height: 19px;
  }

  .text-block-27 {
    font-size: 15px;
  }

  .success-message {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .text-block-28 {
    font-size: 12px;
  }
}

#w-node-b64741ae-a499-7e58-2369-5cd89e5584a4-ecb6b1e2 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-ef8b6f81-af94-6927-7099-722623e4da6f-ecb6b1e2 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-dbb91a99-5998-9b5a-d29d-833f391ad976-ecb6b1e2 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

#w-node-_82c4950b-9177-013d-0d24-5d5de0fab483-ecb6b1e2 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-c0b6e8c2-0b08-a958-8778-b6bc6f974adf-ecb6b1e2 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-_7bcae110-8263-6716-7aaf-8ea670107a37-ecb6b1e2 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 3;
  grid-column-start: span 3;
  -ms-grid-column-span: 3;
  grid-column-end: span 3;
}

@media screen and (max-width: 991px) {
  #w-node-b64741ae-a499-7e58-2369-5cd89e5584a4-ecb6b1e2 {
    -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-ef8b6f81-af94-6927-7099-722623e4da6f-ecb6b1e2 {
    -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;
    -webkit-box-ordinal-group: -9998;
    -webkit-order: -9999;
    -ms-flex-order: -9999;
    order: -9999;
  }

  #w-node-dbb91a99-5998-9b5a-d29d-833f391ad976-ecb6b1e2 {
    -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;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
  }

  #w-node-_82c4950b-9177-013d-0d24-5d5de0fab483-ecb6b1e2 {
    -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-c0b6e8c2-0b08-a958-8778-b6bc6f974adf-ecb6b1e2 {
    -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-_7bcae110-8263-6716-7aaf-8ea670107a37-ecb6b1e2 {
    -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;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b64741ae-a499-7e58-2369-5cd89e5584a4-ecb6b1e2 {
    -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-ef8b6f81-af94-6927-7099-722623e4da6f-ecb6b1e2 {
    -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-dbb91a99-5998-9b5a-d29d-833f391ad976-ecb6b1e2 {
    -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-_82c4950b-9177-013d-0d24-5d5de0fab483-ecb6b1e2 {
    -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-c0b6e8c2-0b08-a958-8778-b6bc6f974adf-ecb6b1e2 {
    -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-_7bcae110-8263-6716-7aaf-8ea670107a37-ecb6b1e2 {
    -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;
  }
}

@media screen and (max-width: 479px) {
  #w-node-ef8b6f81-af94-6927-7099-722623e4da6f-ecb6b1e2 {
    -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-_7bcae110-8263-6716-7aaf-8ea670107a37-ecb6b1e2 {
    -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-_6c2f37c7-38c4-11c2-924b-d754d1011877-ecb6b1e2 {
    -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;
  }
}


section#home-fold4 .allwrapper {
  max-width: 68% !important;
  padding: 0 !important;
}
section#home-fold4 .allwrapper h1.heading-3 {
  max-width: 100%;
  line-height: 1.15;
  margin-bottom: 0.85rem;
}
section#home-fold4 .w-layout-grid.grid .txt p {font-size: 1.15rem;line-height: 1.15;margin-top: 1rem;width: 70%;}


@media(max-width:1024px) {
  .secction.collabs {
    min-height: 50vh;
  }
.collabs-box {
  min-height: 500vh;
}
#home-fold4 .secction {
    min-height: 100%;
}
}

@media(max-width: 991px) {
  section#home-fold4 .allwrapper {
      max-width: 80% !important;
  }
  .scrollitems.es.ths {
    width: 880vw;
}
.collabs-box {
  min-height: 70vh;
}
}

@media(max-width: 767px) {
section#home-fold4 .allwrapper {
    max-width: 95% !important;
}
.card-type-1 {
    max-height: 25rem;
    min-height: 25rem;
    width: 90%;
    margin: 0.55rem auto;
}
  section#home-fold4 .w-layout-grid.grid .txt p {
    width: 90%;
  }
.div-block-117 {
  top: 0;
  bottom: auto;
}
.div-block-117 {
    padding: 2rem 1rem;
}
.scrollitems.es.ths {
  padding-bootm: 2rem;
}
.scrollitems.es.ths {
  width: 100rem;
}
.horizontalscrollcontainer.fd.g.ghh.pc {
  display: block !important;
}
/* sticky remove */
.div-block-117 {
  position: relative;
}
.secction.collabs {
  min-height: 100%;
  position: relative;
}
.collabs-slider {
  min-height: 100%;
  display: block;
}
.collabs-card.bgg1.m, .collabs-card {
  margin-left: 0;
  width: 100%;
  height: 25rem;
  display: block;
  margin-bottom: 4rem;
}
.horizontalscrollcontainer.fd {
  height: 100%;
  padding: 0;
}
.scrollitems.es.ths {
  transform: none !important;
  transform-style: unset !important;
  width: 100%;
  padding-top: 0;
  height: 100%;
  padding-left: 2rem;
  display: block;
  padding-bottom: 0;
}
.horizontalscrollcontainer.fd.g.ghh.pc {
  overflow: visible;
  padding-left: 0;
  margin: 3rem 0;
}
/* ends */

}