.af-view .af-class-div-block {
  width: 260px;
}

.af-view .af-class-div-block.af-class-header-logo {
  margin-left: 0px;
}

.af-view .af-class-headerwrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.af-view .af-class-headerwrapper.af-class-about-banner {
  height: 100vh;
  margin-left: 0vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #eee;
  background-image: url("../images/Banner.svg");
  background-position: 0px 0px;
  background-size: cover;
  background-attachment: scroll;
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.af-view .af-class-headerwrapper.af-class-header-container {
  position: relative;
  z-index: 1;
  margin-right: 9vw;
  margin-left: 9vw;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: transparent;
}

.af-view .af-class-headerwrapper.af-class-about-us-content-1 {
  height: 900px;
  padding-right: 8em;
  padding-left: 8em;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #eee;
}

.af-view .af-class-headerwrapper.af-class-footer {
  height: 313px;
  padding: 60px 100px;
  -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: 40px;
  grid-row-gap: 40px;
}

.af-view .af-class-header {
  position: fixed;
  z-index: 4;
  display: none;
  width: 100%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.af-view .af-class-grid {
  grid-auto-flow: row;
  grid-template-areas: ".";
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.af-view .af-class-header-grid-social-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.af-view .af-class-header-logo-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 2px;
  -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: 2px solid #000;
  border-radius: 17px;
  color: #000;
}

.af-view .af-class-header-logo-div.af-class-header-tab {
  width: 175px;
  border-radius: 32px;
}

.af-view
  .af-class-header-logo-div.af-class-header-tab.af-class-header-tab-white {
  border-color: #fff;
}

.af-view .af-class-header-social-image {
  width: 40px;
  padding-right: 5px;
  padding-left: 5px;
  border: 1px solid #fff;
  color: #fff;
  cursor: pointer;
}

.af-view .af-class-header-social-image-copy {
  width: 40px;
  padding-right: 5px;
  padding-left: 5px;
}

.af-view .af-class-header-social-img {
  width: 40px;
  padding-right: 5px;
  padding-left: 5px;
  border: 1px solid transparent;
  color: #fff;
  cursor: pointer;
}

.af-view .af-class-container-2 {
  max-width: 100%;
}

.af-view .af-class-about-us-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 815px;
  height: auto;
  margin-right: 10px;
  margin-left: 10px;
  -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-column-gap: 3.5vh;
  grid-row-gap: 3.5vh;
}

.af-view .af-class-about-us-banner-title {
  width: 100%;
}

.af-view .af-class-about-us-heading {
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Sansation, sans-serif;
  color: #000;
  font-size: 150px;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.af-view .af-class-about-us-banner-t {
  width: 100%;
  font-family: Sansation, sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 120%;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
}

.af-view .af-class-about-us-content-1-box {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 39.6vw;
  height: 63.3vh;
  padding-right: 5%;
  padding-left: 5%;
  -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: 64px;
  box-shadow: 0 0 0 4px #000;
  -o-object-fit: fill;
  object-fit: fill;
}

.af-view .af-class-about-us-content-1-box.af-class-box-right {
  overflow: hidden;
  background-color: #000;
}

.af-view .af-class-about-us-content-img {
  width: 100%;
  height: 80%;
}

.af-view .af-class-footer-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 33px;
  -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;
}

.af-view .af-class-footer-info-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.af-view .af-class-footer-info-left-link {
  padding-right: 10px;
  padding-left: 10px;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 100%, 0.7);
  border-radius: 50px;
  box-shadow: 1px 1px 3px 0 #000;
  color: #333;
  font-size: 12px;
  text-align: center;
  text-decoration: none;
}

.af-view .af-class-footer-info-right-t {
  font-size: 12px;
}

.af-view .af-class-image {
  position: relative;
}

.af-view .af-class-contentwrapper {
  display: block;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.af-view .af-class-image-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 0;
  width: 100vw;
  height: 70vh;
}

.af-view .af-class-image-3 {
  margin-left: 7vw;
}

.af-view .af-class-image-4 {
  position: relative;
  top: 55.4vh;
  display: block;
  width: 100vw;
  height: 46vh;
  float: none;
}

.af-view .af-class-image-5 {
  position: relative;
  top: 55.5vh;
}

.af-view .af-class-image-6 {
  position: relative;
  top: 55.5vh;
}

.af-view .af-class-image-7 {
  position: relative;
  top: 52.6vh;
  width: 100vw;
}

.af-view .af-class-image-8 {
  position: relative;
  top: 48.2vh;
}

.af-view .af-class-image-9 {
  position: relative;
  top: 40vh;
}

.af-view .af-class-div-block-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 760px;
  height: 308px;
  background-color: #000;
  -o-object-fit: fill;
  object-fit: fill;
}

.af-view .af-class-div-block-3 {
  position: absolute;
  overflow: visible;
  width: 760px;
  height: 308px;
  margin-bottom: -194px;
  background-color: #000;
}

.af-view .af-class-about-us-info-hover {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 54%;
  padding: 13% 5.7%;
  -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: 16px;
  grid-row-gap: 16px;
  border-top: 4px solid #000;
  background-color: hsla(0, 0%, 86%, 0.73);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  -o-object-fit: fill;
  object-fit: fill;
  -webkit-transform: translate3d(0, 355px, 0) scale3d(1, 1, 1) rotateX(0)
    rotateY(0) rotateZ(0) skew(0, 0);
  -moz-transform: translate3d(0, 355px, 0) scale3d(1, 1, 1) rotateX(0)
    rotateY(0) rotateZ(0) skew(0, 0);
  -ms-transform: translate3d(0, 355px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0)
    rotateZ(0) skew(0, 0);
  transform: translate3d(0, 355px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0)
    rotateZ(0) skew(0, 0);
}

.af-view .af-class-about-us-info-hover.af-class-about-us-info-hover-left {
  background-color: #eee;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(75%, #eee),
    to(#fff)
  );
  background-image: linear-gradient(180deg, #eee 75%, #fff);
  -o-object-fit: fill;
  object-fit: fill;
}

.af-view .af-class-about-us-info-hover-tile {
  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;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
}

.af-view .af-class-about-us-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  height: 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;
  border-style: solid;
  border-width: 4px;
  border-color: hsla(0, 0%, 100%, 0.7);
  border-radius: 32px;
  cursor: auto;
}

.af-view .af-class-text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  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;
  font-family: Sansation, sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 27px;
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
}

.af-view .af-class-heading {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Sansation, sans-serif;
  font-size: 48px;
  line-height: 72px;
}

.af-view .af-class-heading-2 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Sansation, sans-serif;
}

.af-view .af-class-image-10 {
  position: relative;
  cursor: pointer;
}

.af-view .af-class-image-11 {
  width: 100%;
  text-align: left;
}

.af-view .af-class-mobile-logo {
  display: none;
}

.af-view .af-class-nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 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;
}

.af-view .af-class-nav-menu.af-class-nav-black {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
}

.af-view .af-class-main-logo {
  width: 175px;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.af-view .af-class-main-logo:hover {
  opacity: 0.85;
}

.af-view .af-class-nav-link {
  margin-right: 1.8em;
  margin-left: 0px;
  padding: 0px 0px 0.2em;
  -webkit-transition: box-shadow 200ms ease;
  transition: box-shadow 200ms ease;
  font-size: 1.04em;
  line-height: 1.43;
}

.af-view .af-class-nav-link:hover {
  box-shadow: 0 2px 0 0 #000;
  text-decoration: none;
}

.af-view .af-class-nav-link.w--current {
  color: #000;
}

.af-view .af-class-nav-link.af-class-last {
  margin-right: 0em;
}

.af-view .af-class-nav-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.af-view .af-class-container {
  margin-right: auto;
  margin-left: auto;
}

.af-view .af-class-container.af-class-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 9vw;
  padding-left: 9vw;
  -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;
}

.af-view .af-class-container.af-class-home-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  margin-bottom: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: 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: 20px;
  grid-row-gap: 20px;
  border-radius: 32px;
  background-color: #dcdcdc;
}

.af-view .af-class-navigation {
  position: fixed;
  width: 100%;
  background-color: transparent;
}

.af-view .af-class-image-12 {
  width: 100%;
}

.af-view .af-class-navbar {
  background-color: transparent;
}

.af-view .af-class-home-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 420px;
  height: 570px;
  -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-column-gap: 20px;
  grid-row-gap: 20px;
}

.af-view .af-class-home-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 720px;
  height: 570px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.af-view .af-class-home-logo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.af-view .af-class-home-square {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 35vh;
  -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;
}

.af-view .af-class-home-square.af-class-home-border {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 0px solid transparent;
  border-radius: 26px;
  background-color: transparent;
  box-shadow: 0 2px 5px 0 #8d8d8d;
  cursor: pointer;
}

.af-view .af-class-home-express {
  display: block;
  width: 420px;
  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;
  cursor: pointer;
}

.af-view .af-class-home-info {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 270px;
  -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;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.af-view .af-class-home-about-us {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 410px;
  margin: 5px;
  -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: 26px;
  background-color: #dcdcdc;
  box-shadow: 1px 1px 4px 0 #000;
}

.af-view .af-class-home-philosophy {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 120px;
  -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;
  border-radius: 26px;
  box-shadow: 0 2px 5px 0 #8d8d8d;
}

.af-view .af-class-home-center {
  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;
  background-color: #e5e5e5;
  font-family: Sansation, sans-serif;
}

.af-view .af-class-image-13 {
  width: 40%;
}

.af-view .af-class-image-14 {
  display: block;
  width: 100%;
  height: 100%;
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  border-radius: 32px;
}

.af-view .af-class-home-social-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.af-view .af-class-image-15 {
  position: relative;
  display: block;
  width: 30%;
  height: auto;
  border-style: solid;
  border-width: 0px;
  border-color: #ddd;
  border-radius: 32px;
  text-decoration: none;
  cursor: pointer;
}

.af-view .af-class-image-16 {
  display: block;
  border-style: solid;
  border-width: 1px;
  border-color: #ddd;
  border-radius: 32px;
  cursor: pointer;
}

.af-view .af-class-philosophy-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url("../images/philosophy-banner.svg");
  background-position: 50% 50%;
  background-size: cover;
  background-attachment: fixed;
}

.af-view .af-class-phi-banner-heading {
  width: 100%;
  height: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: Sansation, sans-serif;
  color: #000;
  font-size: 120px;
  line-height: 100%;
  text-align: center;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.af-view .af-class-pho-banner-t {
  width: auto;
  font-family: Sansation, sans-serif;
  color: #000;
  font-size: 24px;
  line-height: 120%;
  font-weight: 400;
  text-align: left;
  text-transform: capitalize;
}

.af-view .af-class-phi-banner-title {
  width: 100%;
}

.af-view .af-class-phi-content-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 66vh;
  -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-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(hsla(0, 0%, 89.8%, 0.7)),
      to(hsla(0, 0%, 89.8%, 0.7))
    ),
    url("../images/Phi-bg.jpeg");
  background-image: linear-gradient(
      180deg,
      hsla(0, 0%, 89.8%, 0.7),
      hsla(0, 0%, 89.8%, 0.7)
    ),
    url("../images/Phi-bg.jpeg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.af-view .af-class-phi-content-1-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 50px;
  margin-left: 50px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.af-view .af-class-text-block-2 {
  font-family: Sansation, sans-serif;
  font-size: 48px;
  line-height: 150%;
  font-weight: 700;
}

.af-view .af-class-phi-small-text {
  font-family: Sansation, sans-serif;
  font-size: 48px;
  line-height: 48px;
  font-weight: 700;
  text-transform: capitalize;
}

.af-view .af-class-phi-content-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(hsla(0, 0%, 100%, 0.83)),
      to(hsla(0, 0%, 100%, 0.83))
    ),
    url("../images/Phi-bg-2.jpeg");
  background-image: linear-gradient(
      180deg,
      hsla(0, 0%, 100%, 0.83),
      hsla(0, 0%, 100%, 0.83)
    ),
    url("../images/Phi-bg-2.jpeg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.af-view .af-class-phi-content-2-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 50px;
  margin-left: 50px;
  -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-column-gap: 20px;
  grid-row-gap: 20px;
}

.af-view .af-class-phi-content-2-sub {
  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: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.af-view .af-class-phi-big-text {
  font-family: Sansation, sans-serif;
  font-size: 96px;
  line-height: 107.44px;
  font-weight: 700;
  text-transform: uppercase;
}

.af-view .af-class-phi-content-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 33vh;
  -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-image: linear-gradient(126deg, #696969, #000);
}

.af-view .af-class-phi-content-3-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 50px;
  margin-left: 50px;
  -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-column-gap: 20px;
  grid-row-gap: 20px;
}

.af-view .af-class-phi-middle-text {
  font-family: Sansation, sans-serif;
  color: #e5e5e5;
  font-size: 64px;
  line-height: 150%;
  font-weight: 700;
  text-transform: capitalize;
}

.af-view .af-class-phi-middle-text.af-class-black-text {
  color: #000;
}

.af-view .af-class-phi-content-4 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 66vh;
  -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;
}

.af-view .af-class-phi-content-4-half {
  overflow: hidden;
  width: 50%;
  height: 100%;
}

.af-view .af-class-phi-content-4-half.af-class-phi-content-4-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.af-view .af-class-div-block-5 {
  width: 50%;
  height: 100%;
}

.af-view .af-class-phi-content-4-half-right-text {
  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;
}

.af-view .af-class-phi-xsmall-text {
  font-family: Sansation, sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  text-transform: capitalize;
}

.af-view .af-class-overload-lottie {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  overflow: hidden;
  opacity: 0.4;
  mix-blend-mode: overlay;
  -o-object-fit: fill;
  object-fit: fill;
}

.af-view .af-class-phi-content-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(hsla(0, 0%, 89.8%, 0.6)),
      to(hsla(0, 0%, 89.8%, 0.6))
    ),
    url("../images/Phi-bg-3.jpeg");
  background-image: linear-gradient(
      180deg,
      hsla(0, 0%, 89.8%, 0.6),
      hsla(0, 0%, 89.8%, 0.6)
    ),
    url("../images/Phi-bg-3.jpeg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.af-view .af-class-image-18 {
  width: 40%;
}

.af-view .af-class-phi-content-5-sub {
  width: 40%;
  height: auto;
}

.af-view .af-class-phi-content-6 {
  height: 66vh;
  background-image: url("../images/physologic-end.png");
  background-position: 50% 50%;
  background-size: cover;
}

.af-view .af-class-image-19 {
  width: 100%;
}

.af-view .af-class-bannerwrapper {
  background-image: url("../images/VI-22-1.png");
  background-position: 0px 0px;
  background-size: auto;
}

.af-view .af-class-brainimg {
  width: 20.83vw;
}

.af-view .af-class-banner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 19.8vw;
  margin-bottom: 0px;
  margin-left: 19.8vw;
  padding-top: 122px;
  padding-bottom: 122px;
  -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;
  grid-column-gap: 7.8vw;
  grid-row-gap: 7.8vw;
}

.af-view .af-class-title {
  font-size: 96px;
  line-height: 107.44px;
  text-transform: uppercase;
}

.af-view .af-class-subtitle {
  text-transform: capitalize;
}

.af-view .af-class-titlewrapper {
  display: block;
}

.af-view .af-class-artscenewrapper {
  display: block;
  padding: 189px 14.68vw;
  -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: 2.81vw;
  grid-row-gap: 2.81vw;
  background-color: #ddd;
}

.af-view .af-class-artscene {
  padding: 40px;
  border-radius: 32px;
  background-color: #eee;
}

.af-view .af-class-heading-3 {
  text-transform: capitalize;
}

.af-view .af-class-artsceneimg {
  width: 50%;
  padding: 40px;
  border-radius: 32px;
  background-color: #fff;
}

.af-view .af-class-content {
  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;
  grid-column-gap: 2.81vw;
  grid-row-gap: 2.81vw;
}

.af-view .af-class-contenttext {
  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-column-gap: 30px;
  grid-row-gap: 30px;
}

.af-view .af-class-content2 {
  color: #fff;
  font-size: 64px;
  line-height: 72px;
  text-align: center;
  text-transform: capitalize;
}

.af-view .af-class-text-block-4 {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
}

.af-view .af-class-text-block-5 {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
}

.af-view .af-class-content2wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 66vh;
  -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-image: linear-gradient(315deg, #000 39%, #fff);
}

.af-view .af-class-content3 {
  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;
}

.af-view .af-class-divider {
  background-color: #000;
}

.af-view .af-class-header2 {
  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;
  grid-column-gap: 10.36vw;
  grid-row-gap: 10.36vw;
}

.af-view .af-class-headerwrapper2 {
  margin-bottom: 0px;
  padding: 160px 9.375vw 160px 19.84vw;
  background-image: url("../images/Group-631750.png");
  background-position: 0px 0px;
  background-size: auto;
}

.af-view .af-class-div-block-6 {
  height: auto;
  background-color: #ddd;
  background-image: url("../images/Vector.png");
  background-position: 50% 50%;
  background-size: cover;
}

.af-view .af-class-heading-4 {
  text-transform: capitalize;
}

.af-view .af-class-div-block-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 202px 14.6875vw 238px;
  -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: 6.5625vw;
  grid-row-gap: 6.5625vw;
}

.af-view .af-class-text-block-6 {
  color: #fff;
  font-size: 64px;
  line-height: 150%;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
}

.af-view .af-class-div-block-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 66vh;
  -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-image: linear-gradient(296deg, #000 42%, #fff);
}

.af-view .af-class-div-block-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 67vh;
  -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-image: url("../images/Vector-1.png"),
    -webkit-gradient(linear, left top, left bottom, from(#babcbd), to(#fff));
  background-image: url("../images/Vector-1.png"),
    linear-gradient(180deg, #babcbd, #fff);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: repeat, repeat;
  background-attachment: scroll, scroll;
}

.af-view .af-class-div-block-10 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60vw;
  height: auto;
  padding: 20px 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 32px;
  background-color: hsla(0, 0%, 100%, 0.75);
}

.af-view .af-class-heading-5 {
  font-size: 48px;
  line-height: 72px;
}

.af-view .af-class-text-block-7 {
  font-size: 16px;
  line-height: 24px;
}

.af-view .af-class-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  margin-top: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 32px;
  background-color: #fff;
  box-shadow: 1px 1px 3px 0 #000;
  color: #000;
  font-size: 24px;
  line-height: 26.86px;
  font-weight: 700;
  text-transform: uppercase;
}

.af-view .af-class-div-block-11 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  padding: 60px 8.3vw;
  -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: 4.16vw;
  grid-row-gap: 4.16vw;
  background-color: #d9dadc;
}

.af-view .af-class-text-block-8 {
  color: #fff;
  font-size: 40px;
  line-height: 72px;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
}

.af-view .af-class-div-block-12 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25vw;
  height: 25vw;
  padding-right: 50px;
  padding-left: 50px;
  -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: 5px solid #fff;
}

.af-view .af-class-div-block-13 {
  background-image: url("../images/快速划过.jpg");
  background-position: 50% 50%;
  background-size: cover;
}

.af-view .af-class-black-banner {
  display: block;
  padding-top: 270px;
  padding-bottom: 270px;
  -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.4vw;
  grid-row-gap: 1.4vw;
  background-color: #000;
  background-image: url("../images/Group-1.png");
  background-position: -5vw -3vw;
  background-size: cover;
  text-align: left;
}

.af-view .af-class-heading-6 {
  width: 39.58vw;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #fff;
  font-size: 64px;
  line-height: 71.63px;
  text-align: center;
  text-transform: capitalize;
}

.af-view .af-class-heading-6.af-class-rac-mirror {
  -webkit-transform: translate(100%, 0px);
  -ms-transform: translate(100%, 0px);
  transform: translate(100%, 0px);
}

.af-view .af-class-text-block-9 {
  width: 39.58vw;
  -webkit-transform: translate(-19px, 0px);
  -ms-transform: translate(-19px, 0px);
  transform: translate(-19px, 0px);
  color: #fff;
  font-size: 16px;
  line-height: 17.91px;
  text-transform: none;
}

.af-view .af-class-text-block-9.af-class-rac-mirror-t {
  -webkit-transform: translate(-100%, 0px) translate(-19px, 0px);
  -ms-transform: translate(-100%, 0px) translate(-19px, 0px);
  transform: translate(-100%, 0px) translate(-19px, 0px);
}

.af-view .af-class-black-banner-4 {
  display: block;
  padding-top: 270px;
  padding-bottom: 270px;
  -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.4vw;
  grid-row-gap: 1.4vw;
  background-color: #000;
  text-align: left;
}

.af-view .af-class-black-banner-1 {
  display: block;
  padding-top: 270px;
  padding-bottom: 270px;
  -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.4vw;
  grid-row-gap: 1.4vw;
  background-color: #000;
  text-align: left;
}

.af-view .af-class-black-banner-1.af-class-black-banner-bg-1 {
  background-image: url("../images/RAC_Incubation.png");
  background-position: 100% 50%;
  background-size: cover;
}

.af-view .af-class-black-banner-1.af-class-black-banner-bg-2 {
  background-image: url("../images/RAC_pipeline.png");
  background-position: 0% 50%;
  background-size: cover;
}

.af-view .af-class-black-banner-1.af-class-black-banner-bg-3 {
  background-image: url("../images/RAC_Engagement.png");
  background-position: 100% 50%;
  background-size: cover;
}

.af-view .af-class-black-banner-1.af-class-black-last {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 100px;
  padding-bottom: 100px;
}

.af-view .af-class-black-banner-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.af-view .af-class-black-banner-3 {
  display: block;
  padding-top: 270px;
  padding-bottom: 270px;
  -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.4vw;
  grid-row-gap: 1.4vw;
  background-color: #000;
  background-image: url("../images/b.png");
  background-position: 0px 0px;
  background-size: auto;
  text-align: left;
}

.af-view .af-class-div-block-15 {
  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;
}

.af-view .af-class-div-block-16 {
  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;
}

.af-view .af-class-div-block-17 {
  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;
}

.af-view .af-class-express-banner {
  width: 100vw;
  height: auto;
  background-color: #000;
}

.af-view .af-class-div-block-19 {
  width: 100vw;
  height: 46vh;
  background-image: url("../images/Gif.png");
  background-position: 0px 0px;
  background-size: cover;
}

.af-view .af-class-navigation-white {
  position: fixed;
  width: 100%;
  background-color: transparent;
}

.af-view .af-class-header-social-img-white {
  width: 40px;
  padding-right: 5px;
  padding-left: 5px;
  border: 1px solid transparent;
  color: #000;
  cursor: pointer;
}

.af-view .af-class-header-social-image-white {
  width: 40px;
  padding-right: 5px;
  padding-left: 5px;
  border: 1px solid transparent;
  color: #000;
  cursor: pointer;
}

.af-view .af-class-white-header {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.af-view .af-class-div-block-21 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 9.375vw;
  padding-top: 20px;
  padding-right: 9.375vw;
  padding-bottom: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.af-view .af-class-image3 {
  width: 30px;
  height: auto;
}

.af-view .af-class-div-block-22 {
  padding: 10px;
  border: 2px solid #fff;
  border-radius: 17px;
}

.af-view .af-class-div-block-23 {
  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;
  grid-column-gap: 0.86vw;
  grid-row-gap: 0.86vw;
}

.af-view .af-class-express-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 120px 18.23vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 2.083vw;
  grid-row-gap: 2.083vw;
  background-color: #000;
  background-image: url("../images/Group-3.png");
  background-position: 50% 50%;
  background-size: cover;
}

.af-view .af-class-text-block-10 {
  color: #fff;
  font-size: 80px;
  line-height: 150%;
  font-weight: 700;
  text-align: left;
  text-transform: capitalize;
}

.af-view .af-class-express-contentt2-subtitle {
  margin-top: 20px;
  margin-bottom: 40px;
  color: #fff;
  font-size: 40px;
  line-height: 120%;
  font-weight: 400;
}

.af-view .af-class-div-block-25 {
  display: block;
}

.af-view .af-class-express-contentt1-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 7.968vw;
  grid-row-gap: 7.968vw;
}

.af-view .af-class-text-block-12 {
  color: #fff;
}

.af-view .af-class-text-block-13 {
  color: #fff;
  font-size: 21px;
  line-height: 31.56px;
  font-weight: 700;
  text-transform: uppercase;
}

.af-view .af-class-text-block-14 {
  color: #fff;
  font-size: 44px;
  line-height: 66px;
  font-weight: 700;
  text-align: center;
}

.af-view .af-class-express-contentt-explore-btn {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: scroll;
  width: 260px;
  height: 60px;
  margin-top: 40px;
  margin-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -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: 2px solid #fff;
  border-radius: 32px;
  background-color: transparent;
  opacity: 1;
  color: #fff;
  font-size: 24px;
  line-height: 27px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.af-view .af-class-express-contentt-explore-btn.af-class-margin-130 {
  margin-bottom: 129px;
}

.af-view .af-class-express-contentt1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
}

.af-view .af-class-image-20 {
  height: 114vh;
}

.af-view .af-class-express-content3-arrow {
  width: 33vw;
  padding-right: 11vw;
  text-align: right;
}

.af-view .af-class-express-content6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.af-view .af-class-express-contentt2-title {
  width: 100%;
  margin-top: 178px;
  color: #fff;
  font-size: 80px;
  line-height: 150%;
  font-weight: 700;
  text-transform: capitalize;
}

.af-view .af-class-express-content-title {
  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: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.af-view .af-class-text-block-16 {
  color: #fff;
}

.af-view .af-class-express-contentt2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 39.583vw;
  margin-right: 50%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  text-align: left;
}

.af-view .af-class-express-contentt2-btn {
  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;
}

.af-view .af-class-express-content3-main-text {
  width: 100%;
  margin-top: 20px;
  margin-bottom: 40px;
  color: #fff;
  font-size: 80px;
  line-height: 150%;
  font-weight: 700;
  text-transform: capitalize;
}

.af-view .af-class-express-content4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -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;
}

.af-view .af-class-express-content4-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 88%;
  height: 100%;
  margin-top: 8vh;
  grid-column-gap: 2.083vw;
  grid-row-gap: 2.083vw;
}

.af-view .af-class-text-block-1 {
  margin-top: 60px;
  color: #fff;
  font-size: 80px;
  line-height: 120px;
  font-weight: 700;
  text-transform: capitalize;
}

.af-view .af-class-express-content5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.af-view .af-class-image-22 {
  margin-top: 100%;
}

.af-view .af-class-express-content4-arrow {
  height: 84vh;
}

.af-view .af-class-text-block-17 {
  color: #fff;
  font-size: 24px;
  line-height: 26.86px;
  font-weight: 700;
  text-align: right;
}

.af-view .af-class-express-content6-image {
  width: 100%;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.af-view .af-class-container-white-header {
  margin-right: auto;
  margin-left: auto;
}

.af-view .af-class-container-white-header.af-class-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 9vw;
  padding-left: 9vw;
  -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;
}

.af-view .af-class-container-white-header.af-class-home-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: 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: 20px;
  grid-row-gap: 20px;
}

.af-view .af-class-navbar-2 {
  background-color: transparent;
}

.af-view .af-class-header-logo-div-white {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 2px;
  -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: 2px solid #fff;
  border-radius: 17px;
  color: #000;
}

.af-view .af-class-text-block-18 {
  position: static;
  top: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 18.75vw;
  height: 18.75vw;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url("../images/token.png");
  background-position: 0px 0px;
  background-size: cover;
  color: #fff;
  font-size: 31.67px;
  line-height: 150%;
  font-weight: 700;
  text-align: center;
}

.af-view .af-class-image-25 {
  width: 18.75vw;
  height: 18.75vw;
}

.af-view .af-class-express-content6-btn {
  position: absolute;
  left: auto;
  top: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  height: 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;
  border: 2px solid #fff;
  border-radius: 32px;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-perspective-origin: 50% 50%;
  perspective-origin: 50% 50%;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  color: #fff;
  font-size: 24px;
  line-height: 27px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}

.af-view .af-class-express-content6-main {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: 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;
}

.af-view .af-class-div-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  padding-right: 40px;
  padding-left: 47.916vw;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f0f0f0;
  background-image: url("../images/Vector_3.png"),
    url("../images/time-sq-banner.png");
  background-position: 50% 50%, 50% 50%;
  background-size: cover, cover;
  background-attachment: fixed, fixed;
}

.af-view .af-class-div-block-27 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.af-view .af-class-text-block-19 {
  font-size: 52px;
  line-height: 65px;
  font-weight: 700;
}

.af-view .af-class-text-block-20 {
  font-size: 24px;
  line-height: 26.86px;
  font-weight: 400;
}

.af-view .af-class-div-block-28 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  padding-top: 80px;
  padding-bottom: 80px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url("../images/b123b5430acf0a51ee4369db12304af3.jpeg");
  background-position: 50% 50%;
  background-size: cover;
}

.af-view .af-class-text-block-21 {
  color: #fff;
  font-size: 96px;
  line-height: 120%;
  font-weight: 700;
  text-transform: uppercase;
}

.af-view .af-class-text-block-22 {
  color: #fff;
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
}

.af-view .af-class-div-block-29 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 900px;
  margin-top: 0px;
  padding: 40px 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(0, 0, 0, 0.75);
  background-clip: border-box;
  -webkit-text-fill-color: inherit;
}

.af-view .af-class-div-block-30 {
  background-color: #000;
}

.af-view .af-class-div-block-31 {
  width: 39.5vw;
  height: 39.58vw;
  background-image: url("../images/Frame-631838.png");
  background-position: 50% 50%;
  background-size: cover;
}

.af-view .af-class-ts-content-3-sub {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 2.08vw;
  grid-row-gap: 2.08vw;
}

.af-view .af-class-text-block-23 {
  color: #fff;
  font-size: 48px;
  line-height: 72px;
  font-weight: 700;
  text-transform: capitalize;
}

.af-view .af-class-text-block-23-copy {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  font-weight: 700;
}

.af-view .af-class-div-block-33 {
  width: 39.58vw;
  height: auto;
  text-align: left;
}

.af-view .af-class-div-block-33.af-class-text-mirror {
  -webkit-transform: translate(-105%, 0px);
  -ms-transform: translate(-105%, 0px);
  transform: translate(-105%, 0px);
}

.af-view .af-class-div-block-32-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 2.08vw;
  grid-row-gap: 2.08vw;
}

.af-view .af-class-div-block-31-copy {
  width: 39.58vw;
  height: 39.58vw;
  background-image: url("../images/Frame-631838-1.png");
  background-position: 50% 50%;
  background-size: cover;
}

.af-view .af-class-div-block-32-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 2.08vw;
  grid-row-gap: 2.08vw;
}

.af-view .af-class-div-block-31-copy {
  width: 39.58vw;
  height: 39.58vw;
  background-image: url("../images/Frame-631839.png");
  background-position: 50% 50%;
  background-size: cover;
}

.af-view .af-class-div-block-31-copy-copy {
  width: 39.58vw;
  height: 39.58vw;
}

.af-view .af-class-text-block-24 {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

.af-view .af-class-text-block-23-copy-copy {
  color: #fff;
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
}

.af-view .af-class-div-block-34 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 39.58vw;
  -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: 20px;
  grid-row-gap: 20px;
}

.af-view .af-class-text-block-25 {
  font-size: 48px;
  line-height: 150%;
  font-weight: 700;
}

.af-view .af-class-text-block-26 {
  font-size: 16px;
  line-height: 24px;
}

.af-view .af-class-div-block-35 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 80px;
  padding-bottom: 80px;
  -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-column-gap: 80px;
  grid-row-gap: 80px;
}

.af-view .af-class-div-block-36 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 1.04vw;
  grid-row-gap: 1.04vw;
}

.af-view .af-class-text-block-27 {
  font-size: 48px;
  line-height: 72px;
  font-weight: 700;
}

.af-view .af-class-div-block-37 {
  width: 100%;
  height: 80px;
  background-color: #000;
}

.af-view .af-class-div-block-38 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  -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: 6vw;
  grid-row-gap: 6vw;
  background-color: #c4c4c4;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(hsla(0, 0%, 87.3%, 0.78)),
      to(hsla(0, 0%, 87.3%, 0.78))
    ),
    url("../images/pandorabox_clear-1.png");
  background-image: linear-gradient(
      180deg,
      hsla(0, 0%, 87.3%, 0.78),
      hsla(0, 0%, 87.3%, 0.78)
    ),
    url("../images/pandorabox_clear-1.png");
  background-position: 0px 0px, -35% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.af-view .af-class-text-block-28 {
  font-size: 96px;
  line-height: 107px;
  font-weight: 700;
}

.af-view .af-class-text-block-29 {
  font-size: 24px;
  line-height: 26px;
  font-weight: 700;
}

.af-view .af-class-div-block-39 {
  width: 39.583vw;
  margin-left: 0vw;
}

.af-view .af-class-div-block-40 {
  width: 29.17vw;
  height: 18.75vw;
  background-image: url("../images/动画.png");
  background-position: 0px 0px;
  background-size: auto;
}

.af-view .af-class-div-block-41 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  padding: 80px 100px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: #000;
}

.af-view .af-class-div-block-42 {
  width: 160px;
  height: 100%;
  background-image: url("../images/1950-1-1.png");
  background-position: 100% 50%;
  background-size: cover;
  -o-object-fit: fill;
  object-fit: fill;
}

.af-view .af-class-div-block-43 {
  width: 160px;
  height: 100%;
  background-image: url("../images/1950-1.png");
  background-position: 50% 50%;
  background-size: cover;
}

.af-view .af-class-text-block-30 {
  color: #fff;
  font-size: 48px;
  line-height: 72px;
  font-weight: 700;
}

.af-view .af-class-text-block-31 {
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}

.af-view .af-class-erc721-info-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  margin-top: -10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url("../images/expressnft-detail.png");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: scroll;
  color: #fff;
  -o-object-fit: fill;
  object-fit: fill;
}

.af-view .af-class-div-block-45 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 840px;
  margin-top: 162px;
  margin-bottom: 162px;
  -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;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.af-view .af-class-div-block-46 {
  position: absolute;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 80px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: rgba(0, 0, 0, 0.45);
  text-align: center;
}

.af-view .af-class-text-title {
  color: #fff;
  font-size: 96px;
  line-height: 120%;
  font-weight: 700;
  text-transform: uppercase;
  text-align: center;
}

.af-view .af-class-text-title.af-class-erc721-banner-text {
  color: #000;
}

.af-view .af-class-text-title.af-class-erc721-info-2-t {
  font-size: 80px;
  line-height: 120px;
}

.af-view .af-class-text-paragraph {
  width: 100%;
  margin-top: 10px;
  color: #fff;
  font-size: 24px;
  line-height: 26.86px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.af-view .af-class-text-paragraph.af-class-erc721-banner-text {
  width: auto;
  color: #000;
  text-align: left;
  text-transform: none;
}

.af-view .af-class-text-block-28-copy {
  font-size: 96px;
  line-height: 107px;
  font-weight: 700;
}

.af-view .af-class-text-block-32 {
  font-size: 16px;
  line-height: 17.91px;
  font-weight: 700;
}

.af-view .af-class-text-paragraph2 {
  width: 60%;
  color: #fff;
  font-size: 16px;
  line-height: 17.91px;
  font-weight: 400;
}

.af-view .af-class-div-block-47 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  margin-bottom: 0px;
  padding-top: 61.6px;
  padding-bottom: 61.6px;
  -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: 40px;
  grid-row-gap: 40px;
  background-color: #000;
}

.af-view .af-class-div-block-48 {
  width: 29vw;
  height: 30vw;
}

.af-view .af-class-div-block-48.af-class-image-mirror {
  -webkit-transform: translate(-120%, 0px);
  -ms-transform: translate(-120%, 0px);
  transform: translate(-120%, 0px);
}

.af-view .af-class-div-block-49 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 27.08vw;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.af-view .af-class-div-block-49.af-class-text-mirror {
  -webkit-transform: translate(-100%, 0px);
  -ms-transform: translate(-100%, 0px);
  transform: translate(-100%, 0px);
}

.af-view .af-class-text-block-33 {
  color: #fff;
  text-align: right;
}

.af-view .af-class-text-paragraph-right {
  color: #fff;
  font-size: 24px;
  line-height: 26.86px;
  font-weight: 700;
  text-align: left;
}

.af-view .af-class-text-block-34 {
  color: #fff;
}

.af-view .af-class-text-block-35 {
  color: #fff;
  font-size: 48px;
  line-height: 72px;
  font-weight: 700;
  text-align: left;
}

.af-view .af-class-text-paragraph3 {
  font-family: Helveticaneuelt, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
  text-align: left;
}

.af-view .af-class-erc721-burning-image {
  width: 29vw;
  height: 29vh;
}

.af-view .af-class-erc721-burning-image.af-class-image-mirror {
  background-image: none;
  -webkit-transform: translate(120%, 0px);
  -ms-transform: translate(120%, 0px);
  transform: translate(120%, 0px);
}

.af-view .af-class-div-block-48-copy {
  width: 29vw;
  height: 30vw;
  background-image: url("../images/Vector-3.png");
  background-position: 50% 50%;
  background-size: cover;
}

.af-view .af-class-div-block-48-copy-copy {
  width: 20.21vw;
  height: 17.55vw;
  background-image: url("../images/Vector-4_1.png");
  background-position: 50% 50%;
  background-size: cover;
}

.af-view .af-class-div-block-50 {
  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;
}

.af-view .af-class-div-block-50.af-class-image-mirror {
  -webkit-transform: translate(-120%, 0px);
  -ms-transform: translate(-120%, 0px);
  transform: translate(-120%, 0px);
}

.af-view .af-class-div-block-48-copy-copy-copy {
  width: 20.83vw;
  height: 20.83vw;
  background-image: url("../images/Group-631752.png");
  background-position: 50% 50%;
  background-size: cover;
}

.af-view .af-class-text-block-35-copy {
  color: #fff;
  font-size: 48px;
  line-height: 72px;
  font-weight: 700;
}

.af-view .af-class-text-paragraph1 {
  width: 31.51vw;
  color: #fff;
  font-size: 48px;
  line-height: 72px;
  font-weight: 700;
}

.af-view .af-class-div-block-47-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 40px;
  padding-bottom: 40px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: #000;
}

.af-view .af-class-div-block-51 {
  width: 56.25vw;
  background-color: transparent;
}

.af-view .af-class-text-paragraph4 {
  color: #fff;
  font-size: 24px;
  line-height: 41.52px;
  font-weight: 400;
}

.af-view .af-class-div-block-52 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 72.5px;
  padding-bottom: 72.5px;
  -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: 5.2vw;
  grid-row-gap: 5.2vw;
  background-color: #646464;
}

.af-view .af-class-div-block-53 {
  height: 200px;
  background-color: grey;
}

.af-view .af-class-div-block-54 {
  width: 20.1vw;
  height: 34.16vw;
}

.af-view .af-class-text-24 {
  font-size: 24px;
}

.af-view .af-class-braint-conten-6-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: 50%;
  padding-left: 70px;
  -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;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #e0e0e0;
}

.af-view .af-class-brain-text-2 {
  width: 50%;
  color: #fff;
  font-size: 16px;
}

.af-view .af-class-brain-text-4 {
  color: #fff;
  font-size: 48px;
  line-height: 120%;
  font-weight: 700;
}

.af-view .af-class-image-26 {
  height: 100%;
}

.af-view .af-class-brain-text-1 {
  color: #fff;
  font-size: 48px;
}

.af-view .af-class-brain-content-6-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90%;
  padding: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
}

.af-view .af-class-image-27 {
  height: 75%;
}

.af-view .af-class-brain-content-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 66vh;
  -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: 60px;
  grid-row-gap: 60px;
  border-radius: 32px;
  background-image: url("../images/brain-content-2-bg.svg");
  background-position: 50% 0%;
  background-size: cover;
  box-shadow: 0 -1px 12px -3px #000;
}

.af-view .af-class-image-28 {
  position: -webkit-sticky;
  position: sticky;
}

.af-view .af-class-brain-content-1-box {
  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;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.af-view .af-class-brain-text-3 {
  font-size: 48px;
  line-height: 120%;
  font-weight: 700;
}

.af-view .af-class-brain-content-7-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -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;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.af-view .af-class-brain-text-5 {
  width: auto;
  color: #fff;
}

.af-view .af-class-text-96 {
  font-size: 96px;
  line-height: 150%;
  font-weight: 700;
}

.af-view .af-class-braint-content-2-text-right {
  width: 200px;
}

.af-view .af-class-brain-contrainer.af-class-brain-content-7 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50vh;
  -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: 120px;
  grid-row-gap: 120px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#000),
    to(#fff)
  );
  background-image: linear-gradient(180deg, #000, #fff);
}

.af-view .af-class-brain-contrainer.af-class-content-80vh {
  height: 80vh;
}

.af-view .af-class-brain-contrainer.af-class-content-80vh.af-class-content-1 {
  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;
  grid-column-gap: 150px;
  grid-row-gap: 150px;
  background-image: url("../images/brain-content-1.png");
  background-position: 50% 50%;
  background-size: cover;
}

.af-view .af-class-brain-contrainer.af-class-content-80vh.af-class-content-2 {
  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;
}

.af-view .af-class-brain-contrainer.af-class-brain-content-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  -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-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(189, 187, 187, 0.81)),
      to(rgba(189, 187, 187, 0.81))
    ),
    url("../images/braint-content-4.jpeg");
  background-image: linear-gradient(
      180deg,
      rgba(189, 187, 187, 0.81),
      rgba(189, 187, 187, 0.81)
    ),
    url("../images/braint-content-4.jpeg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.af-view .af-class-brain-contrainer.af-class-brain-content-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 33vh;
  -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: 40px;
  grid-row-gap: 40px;
  background-image: linear-gradient(330deg, #000, #969696);
}

.af-view .af-class-brain-contrainer.af-class-braint-content-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  padding-top: 55px;
  padding-bottom: 55px;
  -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: 80px;
  grid-row-gap: 80px;
}

.af-view .af-class-text-48 {
  font-size: 48px;
}

.af-view .af-class-text-48.af-class-brain-content-left {
  position: -webkit-sticky;
  position: sticky;
  width: 400px;
  text-align: right;
}

.af-view .af-class-section {
  font-family: Sansation, sans-serif;
}

.af-view .af-class-text-block-36 {
  font-size: 48px;
  line-height: 120%;
  font-weight: 700;
}

.af-view .af-class-div-block-55 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 60vh;
  -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-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(hsla(0, 0%, 100%, 0.7)),
      to(hsla(0, 0%, 100%, 0.7))
    ),
    url("../images/NFT-content-2.jpeg");
  background-image: linear-gradient(
      180deg,
      hsla(0, 0%, 100%, 0.7),
      hsla(0, 0%, 100%, 0.7)
    ),
    url("../images/NFT-content-2.jpeg");
  background-position: 0px 0px, 50% 0%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.af-view .af-class-nft-content-6-box {
  position: absolute;
  left: auto;
  top: 0%;
  right: 10%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 600px;
  height: 100%;
  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: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #e6e6e6;
}

.af-view .af-class-image-29 {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
}

.af-view .af-class-nft-content-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin-left: 30%;
  -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;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.af-view .af-class-div-block-56 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  -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-family: Sansation, sans-serif;
  font-weight: 400;
}

.af-view .af-class-nft-content-5-box {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  height: auto;
  padding: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: rgba(0, 0, 0, 0.7);
}

.af-view .af-class-text-block-11 {
  font-size: 96px;
  line-height: 120%;
  font-weight: 700;
}

.af-view .af-class-div-block-57 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  padding-left: 10%;
  -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;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(hsla(0, 0%, 100%, 0.83)),
      to(hsla(0, 0%, 100%, 0.83))
    ),
    url("../images/NFT-content-4.jpeg");
  background-image: linear-gradient(
      180deg,
      hsla(0, 0%, 100%, 0.83),
      hsla(0, 0%, 100%, 0.83)
    ),
    url("../images/NFT-content-4.jpeg");
  background-position: 0px 0px, 0% 0%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.af-view .af-class-div-block-58 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  height: 50%;
  -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: 20px;
  grid-row-gap: 20px;
}

.af-view .af-class-text-block-37 {
  font-size: 16px;
  line-height: 150%;
}

.af-view .af-class-text-block-38 {
  color: #fff;
  font-size: 64px;
  font-weight: 700;
}

.af-view .af-class-div-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 30vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.af-view .af-class-nft-content-5-box-t {
  color: #fff;
  font-size: 48px;
  line-height: 120%;
}

.af-view .af-class-text-block-39 {
  font-size: 24px;
  line-height: 120%;
}

.af-view .af-class-nft-content-2-half {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  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;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.af-view .af-class-nft-content-2-half.af-class-nft-content-2-half-right {
  background-color: #fff;
}

.af-view .af-class-div-block-59 {
  position: relative;
  height: 80vh;
  background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(184, 182, 182, 0.74)),
      to(rgba(184, 182, 182, 0.74))
    ),
    url("../images/NFT-content-5.jpeg");
  background-image: linear-gradient(
      180deg,
      rgba(184, 182, 182, 0.74),
      rgba(184, 182, 182, 0.74)
    ),
    url("../images/NFT-content-5.jpeg");
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.af-view .af-class-nft-content-5-box-p {
  color: #fff;
}

.af-view .af-class-image-30 {
  width: 50%;
  height: auto;
  border-radius: 50%;
}

.af-view .af-class-rac-info-banner-1.af-class-boader-banner-1 {
  padding: 40px;
  border-radius: 32px;
  background-color: #eee;
}

.af-view .af-class-rac-info-banner-1-t {
  font-size: 16px;
  line-height: 24px;
}

.af-view .af-class-rac-info-banner-1-header {
  font-size: 96px;
  line-height: 107.44px;
}

.af-view
  .af-class-rac-info-banner-1-header.af-class-rac-info-banner-1-header-mini {
  font-size: 48px;
  line-height: 72px;
}

.af-view .af-class-body {
  font-family: Sansation, sans-serif;
  text-transform: capitalize;
}

.af-view .af-class-body-2 {
  font-family: Sansation, sans-serif;
  font-weight: 400;
}

.af-view .af-class-body-3 {
  font-family: Sansation, sans-serif;
}

.af-view .af-class-erc721-info-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url("../images/erc721-info-1.png");
  background-position: 50% 50%;
  background-size: cover;
  color: #fff;
}

.af-view .af-class-div-block-60 {
  position: absolute;
  z-index: 1;
  width: 50%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.af-view .af-class-body-4 {
  font-family: Sansation, sans-serif;
}

.af-view .af-class-image-33 {
  width: 39.58vw;
}

.af-view .af-class-image-34 {
  width: 40vw;
}

.af-view .af-class-image-34.af-class-image-mirror {
  -webkit-transform: translate(105%, 0px);
  -ms-transform: translate(105%, 0px);
  transform: translate(105%, 0px);
}

.af-view .af-class-image-35 {
  width: 40vw;
}

.af-view .af-class-body-5 {
  font-weight: 700;
}

.af-view .af-class-brain-chart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 70%;
  padding: 25px 15px;
  -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;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  box-shadow: 1px 1px 3px 0 #000;
}

.af-view .af-class-brain-chart-up {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.af-view .af-class-brain-chart-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -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;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.af-view .af-class-line {
  width: 100%;
  height: 1px;
  border-top: 1px solid #000;
}

.af-view .af-class-chart-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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.af-view .af-class-yellow-chart {
  width: 270px;
  height: 20px;
  background-color: #505050;
}

.af-view .af-class-chart-per-t {
  font-size: 30px;
  line-height: 100%;
  font-weight: 700;
}

.af-view .af-class-chart-subt {
  line-height: 100%;
}

.af-view .af-class-chart-detail {
  line-height: 120%;
}

.af-view .af-class-blue-chart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 20px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #cecece;
}

.af-view .af-class-green-chart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 20px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #727272;
}

.af-view .af-class-purple-chart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80px;
  height: 20px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #acacac;
}

.af-view .af-class-red-chart {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 450px;
  height: 20px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #000;
}

.af-view .af-class-navbar-3 {
  position: fixed;
  width: 100%;
  background-color: transparent;
}

.af-view .af-class-header-logo-div-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 2px;
  -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: 2px solid #000;
  border-radius: 17px;
  color: #000;
}

.af-view .af-class-header-logo-div-white-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 2px;
  -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: 2px;
  border-color: #fff;
  border-radius: 17px;
  color: #000;
}

.af-view .af-class-body-6 {
  font-family: Sansation, sans-serif;
}

.af-view .af-class-paragraph {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: Sansation, sans-serif;
  color: #000;
  font-size: 40px;
  line-height: 44.77px;
  font-weight: 700;
  text-transform: uppercase;
}

.af-view .af-class-paragraph-2 {
  font-size: 48px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.af-view .af-class-paragraph-3 {
  position: relative;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  font-family: Sansation, sans-serif;
  color: #e5e5e5;
  font-size: 48px;
  line-height: 72px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.af-view .af-class-div-block-61 {
  position: absolute;
  display: none;
  width: auto;
  cursor: pointer;
}

.af-view .af-class-paragraph-4 {
  font-family: Sansation, sans-serif;
  color: #e5e5e5;
  font-size: 24px;
  line-height: 26.86px;
  font-weight: 400;
  text-align: center;
  text-transform: capitalize;
}

.af-view .af-class-div-block-62 {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #ddd;
  border-radius: 32px;
  background-color: #ddd;
}

.af-view .af-class-header-link-block-1 {
  width: 100%;
  text-decoration: none;
}

.af-view .af-class-header-link {
  font-family: Sansation, sans-serif;
  color: #000;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.af-view .af-class-header-link-block-2 {
  width: 100%;
  text-decoration: none;
}

.af-view .af-class-header-link-block-3 {
  width: 100%;
  text-decoration: none;
}

.af-view .af-class-header-link-white {
  font-family: Sansation, sans-serif;
  color: #fff;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.af-view .af-class-image-39 {
  width: 63%;
  height: auto;
  border: 0px solid transparent;
}

.af-view .af-class-div-block-63 {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #dcdcdc;
  border-radius: 32px;
  background-color: #dcdcdc;
  -o-object-fit: fill;
  object-fit: fill;
}

.af-view .af-class-link-block-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 110px;
  margin: 5px;
  -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;
  border-radius: 26px;
  box-shadow: 1px 1px 4px 0 #000;
}

.af-view .af-class-div-block-64 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  margin: 5px;
  -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: 26px;
  box-shadow: 1px 1px 4px 0 #000;
}

.af-view .af-class-image-40 {
  width: 100%;
  height: 100%;
}

.af-view .af-class-bottom-align-paragrah {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-bottom: 20px;
  padding-left: 0px;
  -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;
  color: #231f20;
  font-size: 32px;
  line-height: 120%;
  font-weight: 700;
  text-align: center;
  text-transform: capitalize;
}

.af-view .af-class-image-41 {
  width: 400px;
  height: 400px;
}

.af-view .af-class-text-block-40 {
  color: #fff;
  font-size: 40px;
  line-height: 44.77px;
  font-weight: 700;
}

.af-view .af-class-lottie-animation {
  height: 100%;
}

.af-view .af-class-text-block-41 {
  color: #fff;
  font-size: 48px;
  line-height: 150%;
}

.af-view .af-class-text-block-42 {
  color: #fff;
  font-size: 24px;
  line-height: 100%;
}

.af-view .af-class-text-block-43 {
  font-size: 16px;
  line-height: 24px;
}

.af-view .af-class-link-block-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  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;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
}

.af-view .af-class-link-block-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  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;
  text-decoration: none;
}

.af-view .af-class-slide-div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
}

.af-view .af-class-slider {
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.af-view .af-class-icon-2 {
  color: grey;
}

.af-view .af-class-text-block-44 {
  font-size: 24px;
  font-weight: 700;
}

.af-view .af-class-brain-utilities-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  -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;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

.af-view .af-class-icon-3 {
  color: #7c7c7c;
}

.af-view .af-class-div-block-65 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 27vw;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transform: translate(120%, 0px);
  -ms-transform: translate(120%, 0px);
  transform: translate(120%, 0px);
}

.af-view .af-class-home-about {
  overflow: hidden;
  height: 420px;
  border-radius: 26px;
  box-shadow: 0 2px 5px 0 #8d8d8d;
}

.af-view .af-class-lottie-animation-3 {
  overflow: hidden;
  border-radius: 26px;
}

.af-view .af-class-div-block-66 {
  display: none;
}

@media screen and (max-width: 991px) {
  .af-view .af-class-headerwrapper.af-class-about-us-content-1 {
    padding: 2em 0em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .af-view .af-class-headerwrapper.af-class-footer {
    height: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .af-view .af-class-about-us-banner {
    width: 576px;
  }

  .af-view .af-class-about-us-heading {
    font-size: 103px;
  }

  .af-view .af-class-about-us-banner-t {
    font-size: 36px;
  }

  .af-view .af-class-about-us-content-1-box {
    width: 70vw;
  }

  .af-view .af-class-footer-info {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .af-view .af-class-footer-info-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .af-view .af-class-about-us-info-hover {
    height: 85%;
  }

  .af-view .af-class-menu-button {
    padding: 0.5em;
  }

  .af-view .af-class-menu-button.af-class-nav-black.w--open {
    background-color: #000;
  }

  .af-view .af-class-menu-button.af-class-menu-white.w--open {
    background-color: #333;
  }

  .af-view .af-class-mobile-logo {
    display: block;
    width: 10.25em;
  }

  .af-view .af-class-nav-menu {
    padding: 1.5em 3em;
    -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;
  }

  .af-view .af-class-nav-menu.af-class-nav-black {
    background-color: #000;
  }

  .af-view .af-class-nav-menu.af-class-nav-menu-white {
    background-color: #333;
  }

  .af-view .af-class-main-logo {
    display: none;
  }

  .af-view .af-class-nav-link {
    margin-right: 0em;
    margin-bottom: 1em;
    font-size: 1.3em;
  }

  .af-view .af-class-nav-links {
    -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;
  }

  .af-view .af-class-container.af-class-nav {
    padding: 1em 2.5em 1em 3em;
  }

  .af-view .af-class-container.af-class-home-wrapper {
    height: auto;
    margin-top: 20px;
    margin-bottom: 140px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .af-view .af-class-phi-banner-heading {
    font-size: 86px;
  }

  .af-view .af-class-pho-banner-t {
    font-size: 36px;
  }

  .af-view .af-class-phi-big-text {
    font-size: 74px;
  }

  .af-view .af-class-phi-xsmall-text {
    font-size: 18px;
  }

  .af-view .af-class-image-19 {
    height: 100%;
  }

  .af-view .af-class-artsceneimg {
    width: 40%;
  }

  .af-view .af-class-contenttext {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .af-view .af-class-text-block-6 {
    font-size: 36px;
  }

  .af-view .af-class-div-block-8 {
    padding: 100px 7.58vw;
  }

  .af-view .af-class-div-block-9 {
    padding: 60px 10vw;
  }

  .af-view .af-class-div-block-10 {
    height: auto;
  }

  .af-view .af-class-text-block-8 {
    font-size: 28px;
  }

  .af-view .af-class-heading-6 {
    width: auto;
  }

  .af-view .af-class-heading-6.af-class-rac-mirror {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .af-view .af-class-text-block-9 {
    width: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .af-view .af-class-text-block-9.af-class-rac-mirror-t {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .af-view .af-class-black-banner-1 {
    height: 80vh;
    padding: 100px 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .af-view .af-class-black-banner-1.af-class-black-last {
    height: auto;
  }

  .af-view .af-class-black-banner-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .af-view .af-class-div-block-15 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .af-view .af-class-express-content {
    padding-right: 10vw;
    padding-left: 10vw;
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
  }

  .af-view .af-class-text-block-10 {
    font-size: 56px;
  }

  .af-view .af-class-express-contentt2-subtitle {
    font-size: 27px;
  }

  .af-view .af-class-image-20 {
    width: auto;
  }

  .af-view .af-class-express-contentt2-title {
    font-size: 56px;
  }

  .af-view .af-class-express-contentt2 {
    width: auto;
    margin-right: 0%;
  }

  .af-view .af-class-express-content3-main-text {
    margin-top: 20px;
    font-size: 56px;
  }

  .af-view .af-class-text-block-1 {
    font-size: 56px;
  }

  .af-view .af-class-container-white-header.af-class-nav {
    padding: 1em 2.5em 1em 3em;
  }

  .af-view .af-class-container-white-header.af-class-home-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .af-view .af-class-div-block-26 {
    padding-right: 40px;
    padding-left: 40px;
  }

  .af-view .af-class-text-block-21 {
    font-size: 72px;
  }

  .af-view .af-class-div-block-34 {
    width: 60%;
  }

  .af-view .af-class-div-block-38 {
    height: auto;
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .af-view .af-class-div-block-39 {
    width: 90%;
  }

  .af-view .af-class-div-block-40 {
    display: none;
  }

  .af-view .af-class-text-title.af-class-erc721-banner-text {
    font-size: 80px;
  }

  .af-view .af-class-text-title.af-class-text-center {
    text-align: center;
  }

  .af-view .af-class-text-title.af-class-erc721-info-2-t {
    font-size: 58px;
  }

  .af-view .af-class-div-block-49 {
    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;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .af-view .af-class-text-paragraph1 {
    font-size: 32px;
    line-height: 120%;
  }

  .af-view .af-class-div-block-54 {
    display: none;
  }

  .af-view .af-class-braint-conten-6-text {
    width: 90%;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .af-view .af-class-brain-text-1 {
    font-size: 29px;
  }

  .af-view .af-class-brain-content-6-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .af-view .af-class-image-27 {
    width: 50%;
  }

  .af-view .af-class-brain-content-2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .af-view .af-class-brain-content-1-box {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .af-view .af-class-brain-text-3 {
    text-align: center;
  }

  .af-view .af-class-brain-text-3.af-class-brain-text-3-sub {
    font-size: 32px;
  }

  .af-view .af-class-text-96 {
    font-size: 64px;
  }

  .af-view .af-class-brain-contrainer.af-class-brain-content-7 {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .af-view .af-class-brain-contrainer.af-class-content-80vh.af-class-content-1 {
    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;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .af-view .af-class-brain-contrainer.af-class-brain-content-3 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .af-view .af-class-brain-contrainer.af-class-braint-content-6 {
    height: auto;
  }

  .af-view .af-class-text-48.af-class-brain-content-left {
    text-align: center;
  }

  .af-view .af-class-nft-content-5-box {
    width: 90%;
  }

  .af-view .af-class-text-block-38 {
    font-size: 54px;
  }

  .af-view .af-class-image-30 {
    width: 50%;
  }

  .af-view .af-class-image-31 {
    width: 50%;
  }

  .af-view .af-class-div-block-60 {
    width: 80%;
  }

  .af-view .af-class-image-32 {
    width: 40%;
  }

  .af-view .af-class-brain-chart {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .af-view .af-class-brain-chart-up {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .af-view .af-class-brain-chart-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .af-view .af-class-line {
    display: none;
  }

  .af-view .af-class-image-36 {
    width: 300px;
  }

  .af-view .af-class-nav-white {
    color: #fff;
  }

  .af-view .af-class-slide-div {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media screen and (max-width: 767px) {
  .af-view .af-class-header-logo-div {
    width: 60px;
    height: 60px;
  }

  .af-view .af-class-about-us-banner {
    width: 547px;
  }

  .af-view .af-class-about-us-info-hover {
    width: 100%;
    border-bottom-left-radius: 32px;
    border-bottom-right-radius: 32px;
  }

  .af-view .af-class-home-right {
    width: 420px;
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .af-view .af-class-home-express {
    width: 100%;
  }

  .af-view .af-class-home-info {
    width: 100%;
    height: auto;
    -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;
  }

  .af-view .af-class-home-about-us {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .af-view .af-class-home-philosophy {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .af-view .af-class-home-social-media {
    height: 100px;
  }

  .af-view .af-class-image-15 {
    width: 100%;
  }

  .af-view .af-class-image-16 {
    width: 100%;
  }

  .af-view .af-class-phi-banner-heading {
    font-size: 80px;
  }

  .af-view .af-class-phi-small-text {
    font-size: 36px;
  }

  .af-view .af-class-phi-middle-text {
    font-size: 50px;
  }

  .af-view .af-class-phi-content-4 {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .af-view .af-class-phi-content-4-half {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 80%;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .af-view .af-class-phi-content-5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .af-view .af-class-image-18 {
    width: 80%;
  }

  .af-view .af-class-phi-content-5-sub {
    width: 80%;
  }

  .af-view .af-class-phi-content-6 {
    height: 20vh;
  }

  .af-view .af-class-brainimg {
    width: 80%;
  }

  .af-view .af-class-banner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .af-view .af-class-title {
    text-align: center;
  }

  .af-view .af-class-subtitle {
    text-align: center;
  }

  .af-view .af-class-artscenewrapper {
    padding-right: 10vw;
    padding-left: 10vw;
  }

  .af-view .af-class-artscene {
    width: 100%;
  }

  .af-view .af-class-artsceneimg {
    width: 100%;
    height: auto;
  }

  .af-view .af-class-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .af-view .af-class-content2 {
    font-size: 48px;
    line-height: 120%;
  }

  .af-view .af-class-header2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .af-view .af-class-headerwrapper2 {
    padding-right: 5vw;
    padding-left: 5vw;
  }

  .af-view .af-class-div-block-7 {
    padding: 100px 5vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .af-view .af-class-text-block-6 {
    font-size: 30px;
  }

  .af-view .af-class-div-block-9 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 100vh;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .af-view .af-class-div-block-10 {
    padding: 60px 40px;
  }

  .af-view .af-class-div-block-11 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .af-view .af-class-div-block-12 {
    width: 60vw;
    height: 30vw;
  }

  .af-view .af-class-express-content {
    padding-right: 10px;
    padding-left: 10px;
  }

  .af-view .af-class-text-block-10 {
    font-size: 40px;
    text-align: center;
  }

  .af-view .af-class-express-contentt2-subtitle {
    font-size: 24px;
    text-align: center;
  }

  .af-view .af-class-express-arrow1 {
    width: 100px;
  }

  .af-view .af-class-image-20 {
    height: 130vh;
  }

  .af-view .af-class-express-content6 {
    -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;
  }

  .af-view .af-class-express-contentt2-title {
    margin-top: 0px;
    font-size: 40px;
    text-align: center;
  }

  .af-view .af-class-express-content-title {
    margin-top: 60px;
    margin-bottom: 60px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .af-view .af-class-express-contentt2 {
    padding: 60px 20px;
  }

  .af-view .af-class-express-content3-main-text {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 40px;
    text-align: center;
  }

  .af-view .af-class-express-content4 {
    position: relative;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .af-view .af-class-express-content4-main {
    position: relative;
    z-index: 2;
  }

  .af-view .af-class-text-block-1 {
    font-size: 40px;
    text-align: center;
  }

  .af-view .af-class-express-content5 {
    position: absolute;
    left: auto;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 1;
    width: 50%;
  }

  .af-view .af-class-express-content4-arrow {
    height: 100vh;
  }

  .af-view .af-class-text-block-17 {
    font-size: 27px;
    line-height: 120%;
    font-weight: 400;
    text-align: center;
  }

  .af-view .af-class-header-logo-div-white {
    width: 60px;
    height: 60px;
  }

  .af-view .af-class-text-block-18 {
    font-size: 14px;
  }

  .af-view .af-class-express-contentt1-title {
    padding-right: 20px;
    padding-left: 20px;
  }

  .af-view .af-class-express-content4-main-content {
    margin-top: 40px;
    margin-bottom: 40px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .af-view .af-class-text-block-21 {
    font-size: 64px;
  }

  .af-view .af-class-div-block-29 {
    width: 90%;
    padding: 0px;
  }

  .af-view .af-class-ts-content-3-sub {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .af-view .af-class-text-block-23 {
    font-size: 40px;
  }

  .af-view .af-class-div-block-33 {
    width: 90%;
  }

  .af-view .af-class-div-block-33.af-class-text-mirror {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .af-view .af-class-div-block-34 {
    width: 90%;
  }

  .af-view .af-class-text-block-25 {
    font-size: 36px;
  }

  .af-view .af-class-text-block-27 {
    font-size: 36px;
  }

  .af-view .af-class-div-block-41 {
    padding-right: 20px;
    padding-left: 20px;
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .af-view .af-class-text-title.af-class-text-center {
    font-size: 71px;
  }

  .af-view .af-class-text-title.af-class-erc721-info-2-t {
    font-size: 32px;
  }

  .af-view .af-class-text-paragraph {
    font-size: 18px;
  }

  .af-view .af-class-text-paragraph2 {
    width: auto;
  }

  .af-view .af-class-div-block-47 {
    height: auto;
    padding-right: 25px;
    padding-left: 25px;
    -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;
  }

  .af-view .af-class-div-block-48 {
    width: 80%;
  }

  .af-view .af-class-div-block-48.af-class-image-mirror {
    -webkit-transform: translate(0%, 0px);
    -ms-transform: translate(0%, 0px);
    transform: translate(0%, 0px);
  }

  .af-view .af-class-div-block-49 {
    width: auto;
  }

  .af-view .af-class-div-block-49.af-class-text-mirror {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .af-view .af-class-erc721-burning-image.af-class-image-mirror {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .af-view .af-class-text-paragraph1 {
    width: auto;
  }

  .af-view .af-class-div-block-47-copy {
    padding-right: 26px;
    padding-left: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#000),
      color-stop(100%, #a1a1a1),
      to(#fff)
    );
    background-image: linear-gradient(180deg, #000, #a1a1a1 100%, #fff);
  }

  .af-view .af-class-div-block-51 {
    width: auto;
    padding-right: 25px;
    padding-left: 25px;
  }

  .af-view .af-class-div-block-52 {
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(#a1a1a1),
      to(#4b4b4b)
    );
    background-image: linear-gradient(180deg, #a1a1a1, #4b4b4b);
  }

  .af-view .af-class-text-block-36 {
    font-size: 36px;
  }

  .af-view .af-class-nft-content-6-box {
    position: static;
    width: 90%;
  }

  .af-view .af-class-nft-content-1 {
    width: 90%;
    margin-left: 0%;
  }

  .af-view .af-class-nft-content-5-box {
    height: auto;
  }

  .af-view .af-class-div-block-58 {
    width: 90%;
    height: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .af-view .af-class-text-block-38 {
    font-size: 36px;
  }

  .af-view .af-class-nft-content-2-half {
    width: 100%;
    height: 50%;
  }

  .af-view .af-class-div-block-59 {
    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;
  }

  .af-view .af-class-image-30 {
    width: 60%;
  }

  .af-view .af-class-image-31 {
    width: 60%;
  }

  .af-view .af-class-rac-info-banner-1 {
    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;
  }

  .af-view .af-class-rac-info-banner-1.af-class-boader-banner-1 {
    padding: 20px 10px;
    border: 1px none #000;
    border-radius: 32px;
    background-color: #fff;
    box-shadow: 0 3px 10px 0 #000;
  }

  .af-view .af-class-rac-info-banner-1-t {
    text-align: center;
  }

  .af-view .af-class-rac-info-banner-1-header {
    margin-top: 0px;
    font-size: 48px;
    text-align: center;
  }

  .af-view .af-class-burning-image {
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .af-view .af-class-image-32 {
    width: auto;
  }

  .af-view .af-class-image-33 {
    width: 90%;
  }

  .af-view .af-class-image-34.af-class-image-mirror {
    width: 90%;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
  }

  .af-view .af-class-brain-chart {
    width: auto;
  }

  .af-view .af-class-image-37 {
    display: none;
  }

  .af-view .af-class-header-logo-div-copy {
    width: 60px;
    height: 60px;
  }

  .af-view .af-class-header-logo-div-white-1 {
    width: 60px;
    height: 60px;
  }

  .af-view .af-class-div-block-65 {
    width: auto;
    -webkit-transform: translate(0%, 0px);
    -ms-transform: translate(0%, 0px);
    transform: translate(0%, 0px);
  }
}

@media screen and (max-width: 479px) {
  .af-view .af-class-headerwrapper.af-class-footer {
    padding-right: 40px;
    padding-left: 40px;
  }

  .af-view .af-class-about-us-banner {
    width: 260px;
  }

  .af-view .af-class-about-us-heading {
    font-size: 48px;
  }

  .af-view .af-class-about-us-banner-t {
    font-size: 20px;
  }

  .af-view .af-class-about-us-content-1-box {
    width: 83vw;
    border-radius: 32px;
  }

  .af-view .af-class-footer-info-right-t {
    text-align: center;
  }

  .af-view .af-class-image {
    width: 80%;
  }

  .af-view .af-class-about-us-info-hover {
    height: 100%;
    border-top-style: none;
    border-radius: 32px;
  }

  .af-view .af-class-nav-menu {
    padding-right: 1.5em;
    padding-left: 1.5em;
  }

  .af-view .af-class-nav-link {
    font-size: 1.4em;
  }

  .af-view .af-class-container.af-class-nav {
    padding-right: 1.5em;
    padding-left: 1.5em;
  }

  .af-view .af-class-home-left {
    width: 280px;
  }

  .af-view .af-class-home-right {
    width: 280px;
  }

  .af-view .af-class-phi-banner-heading {
    font-size: 39px;
  }

  .af-view .af-class-pho-banner-t {
    font-size: 20px;
  }

  .af-view .af-class-phi-content-1-text {
    -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;
  }

  .af-view .af-class-phi-small-text {
    font-size: 28px;
    text-align: center;
  }

  .af-view .af-class-phi-content-2-sub {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .af-view .af-class-phi-big-text {
    font-size: 46px;
    text-align: left;
  }

  .af-view .af-class-phi-big-text.af-class-phi-phone-center {
    text-align: center;
  }

  .af-view .af-class-phi-middle-text {
    font-size: 32px;
  }

  .af-view .af-class-title {
    font-size: 72px;
  }

  .af-view .af-class-artscenewrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .af-view .af-class-artscene {
    padding-right: 20px;
    padding-left: 20px;
  }

  .af-view .af-class-heading-3 {
    font-size: 24px;
    line-height: 120%;
  }

  .af-view .af-class-artsceneimg {
    width: auto;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .af-view .af-class-content2 {
    font-size: 28px;
  }

  .af-view .af-class-text-block-6 {
    font-size: 16px;
  }

  .af-view .af-class-div-block-8 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .af-view .af-class-div-block-10 {
    width: 100%;
    padding: 40px 20px;
  }

  .af-view .af-class-heading-5 {
    font-size: 36px;
  }

  .af-view .af-class-heading-6 {
    font-size: 36px;
    line-height: 150%;
  }

  .af-view .af-class-text-block-9 {
    font-size: 18px;
    line-height: 150%;
  }

  .af-view .af-class-text-block-9.af-class-rac-mirror-t {
    font-size: 18px;
    line-height: 150%;
  }

  .af-view .af-class-black-banner-1 {
    height: auto;
    padding-right: 40px;
    padding-left: 40px;
  }

  .af-view .af-class-black-banner-box {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .af-view .af-class-express-banner {
    padding-top: 100px;
  }

  .af-view .af-class-text-block-10 {
    font-size: 27px;
  }

  .af-view .af-class-express-contentt2-subtitle {
    font-size: 16px;
  }

  .af-view .af-class-text-block-13 {
    font-size: 24px;
  }

  .af-view .af-class-text-block-14 {
    font-size: 24px;
    line-height: 120%;
  }

  .af-view .af-class-express-content3-arrow {
    display: none;
  }

  .af-view .af-class-express-contentt2-title {
    font-size: 27px;
  }

  .af-view .af-class-express-content-title {
    margin-top: 40px;
    margin-bottom: 40px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .af-view .af-class-express-content3-main-text {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 27px;
    line-height: 120%;
  }

  .af-view .af-class-express-content4-main {
    grid-column-gap: 0vw;
    grid-row-gap: 0vw;
  }

  .af-view .af-class-text-block-1 {
    font-size: 27px;
    line-height: 120%;
  }

  .af-view .af-class-express-content4-arrow {
    height: 80vh;
  }

  .af-view .af-class-text-block-17 {
    font-size: 18px;
    line-height: 120%;
    font-weight: 400;
  }

  .af-view .af-class-container-white-header.af-class-nav {
    padding-right: 1.5em;
    padding-left: 1.5em;
  }

  .af-view .af-class-text-block-18 {
    width: 32vw;
    height: 32vw;
  }

  .af-view .af-class-express-content4-main-content {
    padding-right: 0px;
    padding-left: 0px;
  }

  .af-view .af-class-div-block-26 {
    height: 100vh;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .af-view .af-class-div-block-27 {
    width: 90%;
  }

  .af-view .af-class-text-block-19 {
    font-size: 32px;
    line-height: 120%;
  }

  .af-view .af-class-text-block-20 {
    font-size: 16px;
    line-height: 120%;
  }

  .af-view .af-class-text-block-21 {
    font-size: 34px;
  }

  .af-view .af-class-text-block-22 {
    font-size: 16px;
  }

  .af-view .af-class-div-block-29 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .af-view .af-class-ts-content-3-sub {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .af-view .af-class-text-block-23 {
    font-size: 24px;
    line-height: 120%;
  }

  .af-view .af-class-text-block-23-copy {
    font-size: 16px;
    font-weight: 400;
  }

  .af-view .af-class-div-block-33 {
    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;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .af-view .af-class-text-block-25 {
    font-size: 20px;
  }

  .af-view .af-class-text-block-27 {
    font-size: 20px;
  }

  .af-view .af-class-div-block-38 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .af-view .af-class-div-block-39 {
    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;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .af-view .af-class-div-block-41 {
    padding-top: 20px;
    padding-bottom: 20px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .af-view .af-class-div-block-42 {
    width: 20px;
  }

  .af-view .af-class-div-block-43 {
    width: 20px;
  }

  .af-view .af-class-text-block-30 {
    font-size: 32px;
    line-height: 120%;
  }

  .af-view .af-class-div-block-45 {
    width: 90%;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .af-view .af-class-text-title.af-class-erc721-banner-text {
    font-size: 32px;
  }

  .af-view .af-class-text-title.af-class-text-center {
    font-size: 37px;
  }

  .af-view .af-class-text-title.af-class-erc721-info-2-t {
    font-size: 21px;
  }

  .af-view .af-class-text-paragraph {
    width: auto;
    font-size: 16px;
  }

  .af-view .af-class-text-block-35 {
    font-size: 32px;
  }

  .af-view .af-class-text-paragraph1 {
    font-size: 24px;
  }

  .af-view .af-class-div-block-51 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .af-view .af-class-text-paragraph4 {
    font-size: 16px;
    line-height: 120%;
  }

  .af-view .af-class-text-24 {
    text-align: center;
  }

  .af-view .af-class-brain-text-2 {
    width: 90%;
  }

  .af-view .af-class-brain-text-4 {
    font-size: 44px;
    text-align: center;
  }

  .af-view .af-class-brain-text-1 {
    font-size: 24px;
  }

  .af-view .af-class-brain-content-2 {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .af-view .af-class-brain-text-3 {
    font-size: 40px;
  }

  .af-view .af-class-brain-text-3.af-class-brain-text-3-sub {
    font-size: 15px;
  }

  .af-view .af-class-brain-content-7-left {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .af-view .af-class-brain-text-5 {
    text-align: center;
  }

  .af-view .af-class-brain-contrainer.af-class-brain-content-7 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .af-view .af-class-brain-contrainer.af-class-content-80vh.af-class-content-2 {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .af-view .af-class-brain-contrainer.af-class-brain-content-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .af-view .af-class-text-48.af-class-brain-content-left {
    width: 100%;
    line-height: 100%;
  }

  .af-view .af-class-div-block-55 {
    height: 100vh;
  }

  .af-view .af-class-nft-content-6-box {
    padding-right: 10px;
    padding-left: 10px;
  }

  .af-view .af-class-div-block-57 {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0%;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .af-view .af-class-text-block-38 {
    font-size: 27px;
  }

  .af-view .af-class-nft-content-5-box-t {
    font-size: 27px;
  }

  .af-view
    .af-class-rac-info-banner-1-header.af-class-rac-info-banner-1-header-mini {
    font-size: 24px;
  }

  .af-view .af-class-div-block-60 {
    height: 60%;
  }

  .af-view .af-class-yellow-chart {
    width: 135px;
  }

  .af-view .af-class-blue-chart {
    width: 50px;
  }

  .af-view .af-class-green-chart {
    width: 50px;
  }

  .af-view .af-class-purple-chart {
    width: 40px;
  }

  .af-view .af-class-red-chart {
    width: 225px;
  }

  .af-view .af-class-image-36 {
    width: 200px;
  }

  .af-view .af-class-paragraph {
    display: none;
    text-align: center;
  }

  .af-view .af-class-paragraph-3 {
    font-size: 34px;
  }

  .af-view .af-class-div-block-61 {
    width: 260px;
  }

  .af-view .af-class-bottom-align-paragrah {
    font-size: 34px;
  }

  .af-view .af-class-image-41 {
    width: 200px;
    height: auto;
  }

  .af-view .af-class-text-block-41 {
    font-size: 24px;
  }

  .af-view .af-class-text-block-42 {
    font-size: 14px;
  }

  .af-view .af-class-brain-utilities-right {
    width: 100%;
  }
}

.af-view #w-node-c7e0fbbd-bfdd-ec38-fbbb-01e7445b9529-445b9521 {
  -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;
}

.af-view #w-node-c7e0fbbd-bfdd-ec38-fbbb-01e7445b952a-445b9521 {
  -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;
}

.af-view #w-node-c7e0fbbd-bfdd-ec38-fbbb-01e7445b952b-445b9521 {
  -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;
}

.af-view #w-node-c7e0fbbd-bfdd-ec38-fbbb-01e7445b952c-445b9521 {
  -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;
}

.af-view #w-node-c7e0fbbd-bfdd-ec38-fbbb-01e7445b952d-445b9521 {
  -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;
}

.af-view #w-node-c7e0fbbd-bfdd-ec38-fbbb-01e7445b952e-445b9521 {
  -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;
}

.af-view #w-node-_61dee67e-4569-61bc-c88f-e62399eeaa22-4596e9c8 {
  -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;
}

.af-view #w-node-_61dee67e-4569-61bc-c88f-e62399eeaa23-4596e9c8 {
  -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;
}

.af-view #w-node-_61dee67e-4569-61bc-c88f-e62399eeaa24-4596e9c8 {
  -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;
}

.af-view #w-node-_61dee67e-4569-61bc-c88f-e62399eeaa25-4596e9c8 {
  -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;
}

.af-view #w-node-_61dee67e-4569-61bc-c88f-e62399eeaa26-4596e9c8 {
  -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;
}

.af-view #w-node-_61dee67e-4569-61bc-c88f-e62399eeaa27-4596e9c8 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

@font-face {
  font-family: "Sansation";
  src: url("../fonts/Sansation_Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Helveticaneuelt";
  src: url("../fonts/HelveticaNeueLt.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Sansation";
  src: url("../fonts/Sansation_Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
