@font-face {
  font-family: Bebasneue;
  src: url('../fonts/BebasNeue-Regular.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sf Pro Text;
  src: url('../fonts/SF-Pro-Text-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sf Pro Text;
  src: url('../fonts/SF-Pro-Text-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sf Pro Text;
  src: url('../fonts/SF-Pro-Text-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sf Pro Text;
  src: url('../fonts/SF-Pro-Text-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sf Pro Display;
  src: url('../fonts/SF-Pro-Display-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sf Pro Display;
  src: url('../fonts/SF-Pro-Display-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sf Pro Text;
  src: url('../fonts/SF-Pro-Text-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Sf Pro Display;
  src: url('../fonts/SF-Pro-Display-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sf Pro Display;
  src: url('../fonts/SF-Pro-Display-HeavyItalic.otf') format("opentype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Sf Pro Display;
  src: url('../fonts/SF-Pro-Display-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Sf Pro Text;
  src: url('../fonts/SF-Pro-Text-Heavy.otf') format("opentype"), url('../fonts/SF-Pro-Text-Black.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sf Pro Display;
  src: url('../fonts/SF-Pro-Display-RegularItalic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Sf Pro Display;
  src: url('../fonts/SF-Pro-Display-SemiboldItalic.otf') format("opentype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Sf Pro Display;
  src: url('../fonts/SF-Pro-Display-Heavy.otf') format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sf Pro Display;
  src: url('../fonts/SF-Pro-Display-Semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Sf Pro Text;
  src: url('../fonts/SF-Pro-Text-Semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

:root {
  --flowui-component-library-grey-600: #de91eb;
  --flowui-component-library-gray-900: #ff008c;
  --flowui-component-library-whit: white;
  --flowui-component-library-gray-700: #ff008cb3;
  --flowui-component-library-gray-200: #f3f5fb;
  --flowui-component-library-primary-base: #d930f5;
  --flowui-component-library-grey-300: #e4e6f1;
  --flowui-component-library-gray-500: #876b94;
  --untitled-ui-primary700: #ff008c;
  --untitled-ui-primary800: #ca78d8;
  --untitled-ui-gray50: #f9fafb00;
  --untitled-ui-gray600: #614767;
  --untitled-ui-gray200: #eaecf0;
  --untitled-ui-gray700: #344054;
  --untitled-ui-gray500: #667085;
  --untitled-ui-success50: #ecfdf3;
  --untitled-ui-success700: #027a48;
  --untitled-ui-primary600: #ff008c;
  --untitled-ui-white: white;
  --untitled-ui-primary100: #f4ebff;
  --untitled-ui-gray300: #d0d5dd;
  --untitled-ui-gray900: #251028;
  --untitled-ui-primary300: #d6bbfb;
  --font-family: "Sf Pro Text", Arial, sans-serif;
  --flowui-component-library-gray-100: #f7f9fd;
  --untitled-ui-gray800: #1d2939;
  --untitled-ui-gray100: #f2f4f7;
  --relume-library-lite--rl-white: white;
  --relume-library-lite--rl-black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.navbar-logo-left {
  justify-content: center;
  display: flex;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  justify-content: center;
  width: 100%;
  max-width: 1440px;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.container {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.navbar2_component {
  background-color: #0000;
  border-bottom: 0 solid #0000;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.navbar2_link {
  padding: .5rem 1rem;
}

.navbar2_link.w--current {
  color: #0000;
}

.navbar2_logo-link {
  padding-left: 0;
}

.button {
  text-align: center;
  background-color: #000;
  border: 0 solid #0000;
  border-radius: 100px;
  padding: .25rem 1.5rem;
}

.button.is-navbar2-button {
  background-image: linear-gradient(#000, #000);
  border-width: 0;
  border-radius: 100px;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
}

.button.sign-in {
  background-color: #ff008c;
  padding-top: .25rem;
  padding-bottom: .25rem;
}

.navbar2_menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.navbar2_dropdwn-toggle {
  grid-column-gap: .5rem;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.navbar2_dropdown-list.w--open {
  background-color: #fff;
  border: 1px solid #000;
  padding: .5rem;
  position: absolute;
}

.navbar2_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .375fr 1fr .375fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center stretch;
  width: 100%;
  min-width: auto;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: grid;
}

.navbar2_menu-button {
  padding: 0;
}

.navbar2_button-wrapper {
  grid-column-gap: 1rem;
  color: #000;
  justify-content: center;
  margin-left: 0;
  display: flex;
}

.navbar2_dropdown-link {
  padding: .5rem 1rem;
}

.navbar2_dropdown-link.w--current {
  color: #0000;
}

.navbar2_logo {
  height: 16px;
}

.navigation---apple-directory {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 980px;
  display: none;
}

.div-ac-gf-directory-column {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 439.93px;
  display: flex;
}

.div-ac-gf-directory-column-section {
  grid-column-gap: 9.6px;
  grid-row-gap: 9.6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-right: 20px;
  display: flex;
}

.heading-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 85px;
  display: flex;
}

.text {
  color: #1d1d1f;
  letter-spacing: -.12px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.list {
  grid-column-gap: 9.6px;
  grid-row-gap: 9.6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.listitem-link-store {
  color: #424245;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.listitem {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-right: 118px;
  display: flex;
}

.div-ac-gf-directory-column-section-2 {
  grid-column-gap: 9.6px;
  grid-row-gap: 9.6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 24px;
  padding-right: 20px;
  display: flex;
}

.heading-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 103px;
  display: flex;
}

.listitem-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-right: 111px;
  display: flex;
}

.div-ac-gf-directory-column-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 439.93px;
  padding-bottom: 76.73px;
  display: flex;
}

.heading-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 127px;
  display: flex;
}

.listitem-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-right: 112px;
  display: flex;
}

.heading-6 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 93px;
  display: flex;
}

.listitem-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-right: 119px;
  display: flex;
}

.div-ac-gf-directory-column-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 439.93px;
  padding-bottom: 142.31px;
  display: flex;
}

.heading-7 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 107px;
  display: flex;
}

.listitem-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-right: 92px;
  display: flex;
}

.div-ac-gf-directory-column-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 439.93px;
  padding-bottom: 47.97px;
  display: flex;
}

.heading-8 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 101px;
  display: flex;
}

.list-2 {
  grid-column-gap: 9.59px;
  grid-row-gap: 9.59px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.listitem-6 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-right: 73px;
  display: flex;
}

.div-ac-gf-directory-column-section-3 {
  grid-column-gap: 9.59px;
  grid-row-gap: 9.59px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 24px;
  padding-right: 20px;
  display: flex;
}

.heading-9 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 96px;
  display: flex;
}

.listitem-7 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-right: 81px;
  display: flex;
}

.heading-10 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 90px;
  display: flex;
}

.listitem-8 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-right: 29px;
  display: flex;
}

.heading-11 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 82px;
  display: flex;
}

.listitem-9 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-right: 5px;
  display: flex;
}

.div-ac-gf-directory-column-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 439.93px;
  padding-bottom: 25.56px;
  display: flex;
}

.heading-12 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 100px;
  display: flex;
}

.listitem-10 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-right: 47px;
  display: flex;
}

.heading-13 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 104px;
  display: flex;
}

.listitem-11 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-right: 95px;
  display: flex;
}

.div-banner-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 18px;
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1300px;
  height: 588px;
  padding: 89px 100px 114px;
  display: flex;
}

.figure {
  object-fit: cover;
}

.div-copy-container {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: 1334px;
  padding: 155.5px 0 111.5px;
  display: flex;
}

.div-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 110.423px;
  padding-right: 110.017px;
  display: flex;
}

.text-2 {
  color: #1d1d1f;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
}

.text-3 {
  color: #1d1d1f;
  text-align: center;
  letter-spacing: .231px;
  font-size: 21px;
  font-weight: 400;
  line-height: 29px;
}

.link---shop-for-the-holidays {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-4 {
  color: #06c;
  text-align: center;
  letter-spacing: .231px;
  font-size: 21px;
  font-weight: 400;
  line-height: 29px;
}

.after {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 6.3px;
  display: flex;
}

.vectors-wrapper {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 9.51px;
  height: 21px;
  display: flex;
}

.introduction {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 100px 24px 0;
  display: flex;
}

.cut {
  color: #1d1d1f;
  text-align: center;
  letter-spacing: .112px;
  font-family: Sf Pro Text, Arial, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 31px;
}

.frame-30 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.big-title {
  color: #1d1d1f;
  text-align: center;
  letter-spacing: -1px;
  max-width: 1000px;
  font-family: Sf Pro Display, sans-serif;
  font-size: 96px;
  font-weight: 700;
  line-height: 100px;
}

.big-title.ko-lang {
  font-family: IBM Plex Sans KR;
}

.big-title.ja-lang {
  font-family: Mergedyakuhanjp;
}

.big-title.arb {
  direction: rtl;
}

.big-title.jp, .big-title.jp_lang {
  font-size: 59px;
  line-height: 64px;
}

.error-df4b32c5-fa22-1d05-830d-9f514a2994ea {
  color: #86868b;
  text-align: center;
  letter-spacing: .216px;
  padding-left: 246px;
  padding-right: 246px;
  font-family: SFPRODISPLAY;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}

.small-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.small-container.arb {
  direction: rtl;
}

.small-container.hide {
  display: none;
}

.columns {
  grid-column-gap: 105px;
  grid-row-gap: 105px;
  flex-wrap: wrap;
  place-content: center;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.metric {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 180px;
  display: flex;
}

.metric-value {
  color: #ff008c;
  text-align: center;
  letter-spacing: -1.44px;
  width: 200px;
  font-family: Sf Pro Display, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 79.5px;
}

.metric-value.korean-text {
  width: 200px;
}

.metric-value.ko-lang {
  font-family: IBM Plex Sans KR;
}

.metric-value.ja-lang {
  font-family: Mergedyakuhanjp;
}

.among-japanese-web3-metaverse {
  color: #1d1d1f;
  text-align: center;
  letter-spacing: .231px;
  font-family: SFPRODISPLAY;
  font-size: 21px;
  font-weight: 400;
  line-height: 25px;
}

.description-to-content {
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 44px;
  display: flex;
}

.description-to-content.section4-mobile-cards {
  height: 74px;
}

.description-to-content.section4-mobile-cardslower {
  height: 64px;
}

.description-to-content.hero.banner-btn {
  height: 44px;
}

.section-gap {
  width: 100%;
  height: 100px;
}

.section-gap.sectionlowergape {
  height: 150px;
}

.section-gap.faq {
  background-color: var(--flowui-component-library-grey-600);
  height: 120px;
}

.section-gap.new {
  height: 120px;
}

.section-gap.new.hide {
  display: none;
}

.navbar-logo-left-2 {
  background-color: #fff;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  min-width: 1440px;
  max-width: 1440px;
  height: 44px;
  padding-left: 28px;
  padding-right: 28px;
  display: flex;
}

.navbarcontainer {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-width: 1440px;
  height: 44px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.navbar-content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 44px;
  display: flex;
}

.frame-34 {
  grid-column-gap: 180px;
  grid-row-gap: 180px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.navbar-brand-2 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 43.8594px;
  display: flex;
}

.frame-33 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vector {
  object-fit: cover;
  box-shadow: 0 0 10px #fff;
}

.text-6 {
  color: #313131;
  letter-spacing: undefinedundefined;
  text-shadow: 0 0 10px #fff;
  object-fit: cover;
  font-size: 19px;
  font-weight: 400;
  line-height: 40px;
}

.frame-31 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 45px;
  display: flex;
}

.navbar-link {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 44px;
  padding: 14px 12px;
  display: flex;
}

.text-7 {
  color: #000;
  letter-spacing: -.12px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16%;
}

.navbar-link-2 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 44px;
  padding: 14px 12px;
  display: flex;
}

.navbar-link-3 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 12px;
  display: flex;
}

.navbar-menu {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vectors-wrapper-2 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 14.0753px;
  height: 14.076px;
  display: flex;
}

.frame-32 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #ff008c;
  border-radius: 18px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 4px 22.5px;
  display: flex;
}

.text-8 {
  color: #fff;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
  display: flex;
}

.navbar-button-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #000;
  border-radius: 18px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 4px 24px;
  display: flex;
}

.div-block {
  align-items: center;
  display: flex;
}

.hero-section {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background-image: none;
  background-size: auto;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: auto;
  max-height: 663px;
  display: flex;
}

.hero-section.banner {
  aspect-ratio: auto;
  background-image: url('https://ik.imagekit.io/mjoh996/images/images/lp-new/848f24905c338edccfff1a673800ba62d376d44f.png');
  background-position: 50%;
  background-attachment: scroll;
  height: 736px;
  overflow: hidden;
}

.hero-section.banner.hide {
  display: none;
}

.hero-section.xana-summer {
  height: 100vh;
  max-height: none;
}

.hero-section.p {
  background-image: url('https://ik.imagekit.io/mjoh996/images/images/lp-new/bg-temp.jpg');
  background-position: 50% 0;
  background-size: cover;
}

.f-navigation-button {
  background-color: var(--flowui-component-library-gray-900);
  outline-offset: 0px;
  color: var(--flowui-component-library-whit);
  text-align: center;
  letter-spacing: 0;
  border-radius: 48px;
  outline: 0 solid #0000;
  justify-content: center;
  align-items: center;
  width: 74px;
  height: 24px;
  padding: 8px 10px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.f-navigation-button:hover {
  background-color: var(--flowui-component-library-gray-700);
}

.f-navigation-button.hero-button {
  width: 130px;
  height: 44px;
}

.f-navigation-button.log-in {
  background-color: #f0f0f0;
}

.f-navigation-content {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.f-navigation-link {
  color: #000;
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 50px;
  padding: 8px 24px;
  font-family: Sf Pro Text, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.f-navigation-link:hover {
  background-color: var(--flowui-component-library-gray-200);
  color: var(--flowui-component-library-gray-900);
}

.f-navigation-link.w--current {
  color: var(--flowui-component-library-primary-base);
}

.f-navigation-link.hide {
  display: none;
}

.f-navigation-menu {
  grid-column-gap: 6px;
  align-items: center;
  display: flex;
  position: static;
}

.f-logo {
  width: 70px;
  height: 16px;
  display: block;
}

.f-navigation-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1920px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.navigation-bar {
  background-color: #f5f5f7b3;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  height: 50px;
  min-height: 50px;
  padding: 0 3%;
  display: flex;
}

.value {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #000;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 692px;
  max-height: 692px;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.container-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.vectors-wrapper-3 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 22px;
  display: flex;
}

.section-title {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vectors-wrapper-4 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 39px;
  height: 37px;
  display: flex;
}

.text-9 {
  color: #1d1d1f;
  text-align: center;
  letter-spacing: 0;
  font-family: SFPRODISPLAY;
  font-size: 80px;
  font-weight: 700;
  line-height: 80px;
}

.title-description {
  color: #86868b;
  text-align: center;
  letter-spacing: .216px;
  padding-left: 12%;
  padding-right: 12%;
  font-family: IBM Plex Sans KR;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.title-description.ko-lang {
  font-family: IBM Plex Sans KR;
}

.title-description.ja-lang {
  font-family: Mergedyakuhanjp;
}

.title-description.en-lang {
  color: #5f5f64;
  letter-spacing: .2px;
  -webkit-text-stroke-color: #6e6e73;
  max-width: 700px;
  padding: 0%;
  font-family: Sf Pro Display, sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 28px;
}

.title-description.en-lang.arb {
  direction: rtl;
}

.title-description.en-lang.black-bg {
  color: #f5f5f7;
  max-width: 700px;
  padding-left: 0%;
  padding-right: 0%;
}

.title-description.jp_lang {
  max-width: 700px;
  padding-left: 0%;
  padding-right: 0%;
  font-size: 19px;
  font-weight: 600;
  line-height: 28px;
}

.title-description.jp_lang.black-bg {
  color: #fff;
}

.frame-41 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.frame-37 {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 847px;
  padding: 10px;
  display: flex;
}

.frame-40 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vectors-wrapper-5 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 74px;
  display: flex;
}

.frame-38 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-4-lighting {
  color: #ff008c;
  text-align: center;
  letter-spacing: .216px;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}

.error-d7e948f6-b239-2aa2-a838-0469a9c67b06 {
  color: #1d1d1f;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
}

.vectors-wrapper-6 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 67px;
  display: flex;
}

.iphone-12-_-12-pro-1 {
  object-fit: cover;
  padding-left: 0;
  padding-right: 0;
}

.f-icon-small {
  color: #000;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.f-navigation-search {
  border: 0px solid var(--flowui-component-library-grey-300);
  color: var(--flowui-component-library-gray-900);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.f-navigation-search:hover {
  color: var(--flowui-component-library-primary-base);
}

.f-navigation-button-2 {
  background-color: var(--flowui-component-library-gray-900);
  outline-offset: 0px;
  color: var(--flowui-component-library-whit);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 48px;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.f-navigation-button-2:hover {
  background-color: var(--flowui-component-library-gray-700);
}

.f-navigation-content-2 {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.f-navigation-link-2 {
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.01em;
  white-space: nowrap;
  background-color: #0000;
  border-radius: 50px;
  padding: 8px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: all .35s;
}

.f-navigation-link-2:hover {
  background-color: var(--flowui-component-library-gray-200);
  color: var(--flowui-component-library-gray-900);
}

.f-navigation-link-2.w--current {
  color: var(--flowui-component-library-primary-base);
}

.f-navigation-menu-2 {
  grid-column-gap: 6px;
  align-items: center;
  display: flex;
  position: static;
}

.f-logo-2 {
  width: 124px;
}

.f-navigation-link-wrapper {
  grid-column-gap: 24px;
  align-items: center;
  display: flex;
}

.f-navigation-container-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-navigation-2 {
  background-color: #fff;
  align-items: center;
  width: 100%;
  min-height: 88px;
  padding: 24px 5%;
  display: flex;
}

.f-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-banner-badge {
  background-color: var(--flowui-component-library-primary-base);
  color: #fff;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 4px 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.f-banner-dark {
  grid-column-gap: 16px;
  background-color: var(--flowui-component-library-gray-900);
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  min-height: 56px;
  padding: 16px 5%;
  display: flex;
}

.small-top {
  width: 100%;
  height: 44px;
  min-height: 44px;
}

.small-top.carousel {
  height: 40px;
  display: none;
}

.title-to-description {
  width: 100%;
  height: 0;
  min-height: 30px;
}

.title-to-description.faq {
  background-color: #fff0;
  height: 5px;
}

.title-to-description.jp {
  min-height: 30px;
}

.f-image-cover {
  object-fit: cover;
  width: 375px;
  height: 600px;
  display: block;
}

.f-gallery-image-s {
  justify-content: center;
  align-items: flex-start;
  height: 700px;
  display: flex;
}

.f-gallery-lightbox {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.f-gallery-three-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-content: start center;
  place-items: start center;
  height: auto;
}

.f-h3-heading {
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-heading-detail-small {
  color: var(--flowui-component-library-gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-08 {
  margin-bottom: 8px;
}

.f-title-wrapper-center {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.f-margin-bottom-48 {
  margin-bottom: 48px;
}

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-section-large {
  padding: 92px 5%;
  position: relative;
}

.div-grid-item {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 654px;
  display: flex;
}

.div-tile {
  background-color: #fff;
  border-radius: 18px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 654px;
  display: flex;
}

.div-tile-content {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-copy-wrappermargin {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.div-copy-wrapper {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.p-tile-eyebrow {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 109.37px;
  padding-right: 109.02px;
  display: flex;
}

.text-11 {
  color: #1d1d1f;
  text-align: center;
  letter-spacing: .231px;
  font-size: 21px;
  font-weight: 400;
  line-height: 25px;
}

.heading-14 {
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  max-width: 510px;
  padding-top: 10px;
  display: flex;
}

.error-ed6ff76a-c59c-8e83-953e-7024496cfb79 {
  color: #1d1d1f;
  text-align: center;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
}

.div-tile-cta {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 20px;
  padding-left: 108.72px;
  padding-right: 108.72px;
  display: flex;
}

.link---learn-more-about-home-app {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-top: 3px;
  padding-bottom: 3px;
  display: flex;
  position: relative;
}

.after-2 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 5.1px;
  display: flex;
}

.vectors-wrapper-7 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 7.13px;
  height: 17px;
  display: flex;
}

.text-12 {
  color: #06c;
  text-align: center;
  letter-spacing: -.374px;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
  position: absolute;
  top: 0;
  left: -43.4061px;
}

.picture-home_icon__9u57pp0qahea_large-png {
  object-fit: cover;
  position: absolute;
  top: -7px;
  left: 135.68px;
}

.div-picture-wrapper {
  flex: 0 auto;
  justify-content: center;
  align-items: flex-end;
  padding-top: 28px;
  display: flex;
}

.picture {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 725px;
  height: 508px;
  display: flex;
}

.homeapp__cpc1k972xys2_large-jpg {
  object-fit: cover;
}

.uui-button-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  display: flex;
}

.uui-button-link {
  grid-column-gap: .5rem;
  color: var(--untitled-ui-primary700);
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link:hover {
  color: var(--untitled-ui-primary800);
}

.uui-button-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.uui-button-row.button-row-center {
  justify-content: center;
}

.uui-space-small {
  width: 100%;
  min-height: 1.5rem;
}

.medium-paragraph {
  color: #000;
  letter-spacing: normal;
  font-family: Sf Pro Display, sans-serif;
  font-size: 33px;
  font-weight: 600;
  line-height: 33px;
}

.medium-paragraph.ja-lang {
  font-family: Mergedyakuhanjp;
}

.medium-paragraph.arb {
  direction: rtl;
}

.above-to-title {
  width: 100%;
  min-height: 17px;
}

.above-to-title.news-cards-date-space {
  min-height: 20px;
}

.above-to-title.title-to-description {
  order: 0;
}

.above-to-title.description-to-button {
  min-height: 12px;
}

.above-to-title.faq {
  min-height: 5px;
}

.above-to-title.jp {
  min-height: 17px;
}

.small-heading-title {
  color: #ff008c;
  letter-spacing: -.12px;
  -webkit-text-stroke-color: var(--flowui-component-library-gray-700);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sf Pro Display, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 29px;
}

.small-heading-title.ko-lang {
  font-family: IBM Plex Sans KR;
}

.small-heading-title.ja-lang {
  font-family: Mergedyakuhanjp;
}

.uui-layout70_image {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  width: 93.5%;
  max-width: none;
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
}

.uui-layout70_image-wrapper {
  background-color: var(--untitled-ui-gray50);
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.virtical-box {
  text-align: center;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.grid {
  grid-column-gap: 2rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch center;
  display: grid;
}

.uui-padding-vertical-xhuge {
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.uui-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding {
  padding-left: 2rem;
  padding-right: 2rem;
}

.container-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1350px;
  display: flex;
}

.section-title-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 530px;
  display: flex;
}

.text-13 {
  color: #000;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.text-14 {
  color: #ff008c;
  text-align: center;
  letter-spacing: .231px;
  font-size: 21px;
  font-weight: 400;
  line-height: 25px;
}

.columns-2 {
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.card {
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
}

.image-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 180px;
  display: flex;
}

.image {
  object-fit: cover;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 180px;
  display: flex;
}

.info {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-height: auto;
  padding: 0 24px;
  display: flex;
}

.description {
  color: #6e6e73;
  letter-spacing: -.12px;
  font-family: Sf Pro Display, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.news {
  color: #1d1d1f;
  letter-spacing: .228px;
  font-family: Sf Pro Display, sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 23px;
}

.description-2 {
  color: #6e6e73;
  letter-spacing: -.224px;
  font-family: Sf Pro Display, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.card-2 {
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  display: flex;
}

.news-section {
  background-color: #f5f5f7;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.news-section.hide {
  display: none;
}

.link {
  color: #ff008c;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.body {
  background-color: #f5f5f7;
  padding-left: 0;
  padding-right: 0;
}

.body.arb {
  direction: rtl;
}

.frame-42 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  height: 2165px;
  display: flex;
}

.frame-43 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 2165px;
  display: flex;
}

.navbar-logo-left-3 {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 44px;
  padding-left: 28px;
  padding-right: 28px;
  display: flex;
}

.navbarcontainer-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 44px;
  display: flex;
}

.navbar-content-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 44px;
  display: flex;
}

.frame-44 {
  grid-column-gap: 180px;
  grid-row-gap: 180px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.navbar-brand-3 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-45 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-15 {
  color: #313131;
  letter-spacing: undefinedundefined;
  text-shadow: 0 0 10px #fff;
  object-fit: cover;
  font-size: 19px;
  font-weight: 400;
  line-height: 40px;
}

.frame-46 {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 45px;
  display: flex;
}

.navbar-link-4 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 44px;
  padding: 14px 12px;
  display: flex;
}

.text-16 {
  color: #000;
  letter-spacing: -.12px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16%;
}

.navbar-link-5 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 44px;
  padding: 14px 12px;
  display: flex;
}

.navbar-link-6 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  height: 44px;
  padding: 14px 12px;
  display: flex;
}

.navbar-link-7 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 24px 12px;
  display: flex;
}

.navbar-menu-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vectors-wrapper-8 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 14.0753px;
  height: 14.076px;
  display: flex;
}

.frame-47 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar-button-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #ff008c;
  border-radius: 18px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 4px 22.5px;
  display: flex;
}

.text-17 {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 140%;
}

.navbar-button-4 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #000;
  border-radius: 18px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 4px 24px;
  display: flex;
}

.frame-36 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 663px;
  display: flex;
}

._848f24905c338edccfff1a673800ba62d376d44f {
  object-fit: cover;
}

.features-metrics-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #f5f7fa;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 598px;
  padding: 66px 24px 64px;
  display: flex;
}

.xana-ai-driven-metaverse-socialfi-2 {
  color: #ff008c;
  text-align: center;
  letter-spacing: .112px;
  font-size: 21px;
  font-weight: 400;
  line-height: 31px;
}

.frame-48 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-18 {
  color: #1d1d1f;
  text-align: center;
  letter-spacing: -1.44px;
  font-size: 80px;
  font-weight: 700;
  line-height: 96px;
}

.error-483a69c1-fbb0-f493-e6dc-f15eacf6b22b {
  color: #86868b;
  text-align: center;
  letter-spacing: .216px;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}

.small-container-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 236px;
  padding-right: 236px;
  display: flex;
}

.columns-3 {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.metric-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.metric-value-2 {
  color: #ff008c;
  text-align: center;
  letter-spacing: -1.44px;
  font-size: 60px;
  font-weight: 700;
  line-height: 79.5px;
}

.among-japanese-web3-metaverse-2 {
  color: #1d1d1f;
  text-align: center;
  letter-spacing: .231px;
  font-size: 21px;
  font-weight: 400;
  line-height: 25px;
}

.metric-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.frame-35 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 736px;
  display: flex;
  position: relative;
}

.octiconplay-16 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 338px;
  left: 660px;
}

.vectors-wrapper-9 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.container-4 {
  background-image: url('https://ik.imagekit.io/mjoh996/images/images/lp-new/368f71c243da081d934d783a19ee30016f9fff1b.jpg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 50px;
  justify-content: flex-end;
  align-items: center;
  width: 1333px;
  max-width: 1555px;
  height: 528px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.section-3 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.f-button-secondary {
  border: 0px solid var(--flowui-component-library-grey-300);
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.02em;
  background-color: #fff0;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: border-color .3s, background-color .3s;
  display: flex;
}

.f-button-secondary:hover {
  background-color: var(--flowui-component-library-gray-200);
  border-color: #0000;
}

.f-button-neutral {
  background-color: var(--flowui-component-library-gray-900);
  color: var(--flowui-component-library-whit);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 150px;
  min-height: 44px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral:hover {
  background-color: var(--flowui-component-library-gray-700);
}

.f-button-neutral.korean-button {
  width: 180px;
}

.f-button-neutral.english {
  display: none;
}

.f-button-neutral.jp-button {
  padding-left: 22px;
  padding-right: 22px;
}

.f-header-button-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.f-header-button-wrapper.hide {
  display: none;
}

.f-paragraph-large {
  color: var(--flowui-component-library-gray-900);
  text-align: center;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 21px;
  line-height: 29px;
}

.f-margin-bottom-40 {
  margin-bottom: 40px;
}

.f-h1-heading {
  color: var(--flowui-component-library-gray-900);
  text-align: center;
  letter-spacing: -.04em;
  background-color: #fff0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  line-height: 36px;
}

.f-margin-bottom-24 {
  margin-bottom: 24px;
}

.f-heading-detail-small-2 {
  color: var(--flowui-component-library-gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-49 {
  margin-bottom: 8px;
}

.f-header-wrapper-left {
  background-color: #fffc;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  max-width: 620px;
  height: auto;
  margin-right: 64px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.f-container-regular-2 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-section-large-2 {
  padding: 0 0%;
  position: relative;
}

.div-block-2 {
  justify-content: flex-end;
  width: 423px;
  height: 425px;
  display: flex;
}

.testimonial-image-left {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-image: url('https://ik.imagekit.io/mjoh996/images/images/lp-new/wEB3.0-gAMES.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  min-width: 375px;
  max-width: 1440px;
  min-height: 454px;
  padding: 0 44px 0 24px;
  display: flex;
}

.testimonial-image-left.mid {
  background-image: url('https://ik.imagekit.io/mjoh996/images/images/lp-new/AI-Avatar.png');
  background-position: 50% 0;
  justify-content: flex-start;
  padding-left: 44px;
}

.testimonial-image-left.top {
  background-image: url('https://ik.imagekit.io/mjoh996/images/images/lp-new/Builder.png');
}

.inbox-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fffc;
  border-radius: 18px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 450px;
  margin-top: 50px;
  margin-bottom: 50px;
  padding: 0;
  display: flex;
}

.box, .content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.frame-27 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vectors-wrapper-10 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 39px;
  height: 37px;
  display: flex;
}

.text-19 {
  color: #1d1d1f;
  text-align: center;
  letter-spacing: .231px;
  font-family: Sf Pro Text, Arial, sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 25px;
}

.middle-title {
  color: #1d1d1f;
  text-align: center;
  letter-spacing: 0;
  width: 100%;
  padding-left: 14px;
  padding-right: 14px;
  font-family: Sf Pro Display, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 48px;
}

.middle-title.earn-section-cards {
  padding-left: 20px;
  padding-right: 20px;
}

.middle-title.earn-section-cards.korean {
  padding-left: 10px;
  padding-right: 10px;
  font-size: 48px;
}

.middle-title.ja-lang {
  font-family: Mergedyakuhanjp;
}

.middle-title.arb {
  direction: rtl;
}

.in-box-description {
  color: #1d1d1f;
  text-align: center;
  letter-spacing: .231px;
  width: 100%;
  height: auto;
  padding-left: 24px;
  padding-right: 24px;
  font-family: Sf Pro Display, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 28px;
}

.in-box-description.korean-pragraph {
  padding-left: 64px;
  padding-right: 64px;
}

.in-box-description.ja-lang {
  font-family: Mergedyakuhanjp;
}

.in-box-description.arb {
  direction: rtl;
}

.frame-9189 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.frame-5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.link---buy-homepod-mini {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #ff008c;
  border-radius: 980px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 12px;
  padding-bottom: 12px;
  display: flex;
}

.text-20 {
  color: #fff;
  text-align: center;
  letter-spacing: -.374px;
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
}

.frame-6 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link---learn-more-about-homepod-mini-learn-more {
  color: #ff008c;
  text-align: center;
  letter-spacing: -.374px;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
}

.vectors-wrapper-11 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 5.03278px;
  height: 8.8053px;
  display: flex;
}

.choose-us {
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.choose-us.arabic {
  direction: ltr;
}

.choose-us.hide {
  display: none;
}

.button-text {
  color: #fff;
  font-family: Sf Pro Display, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.button-text.butoon-click {
  color: #fff;
  text-align: left;
  flex: 0 auto;
  align-self: center;
  width: auto;
  font-family: Sf Pro Display, sans-serif;
  font-size: 17px;
  line-height: 17px;
  text-decoration: none;
}

.button-text.butoon-click.ko-text, .button-text.butoon-click.ko-lang {
  font-family: IBM Plex Sans KR;
}

.button-text.ja-lang {
  font-family: Mergedyakuhanjp;
  font-size: 17px;
  line-height: 17px;
}

.text-block-2 {
  font-family: Sf Pro Text, Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
}

.frame-89 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff0;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1426px;
  display: flex;
}

.frame-90 {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: grid;
}

.frame-90.cards-formobile {
  justify-items: center;
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
}

.frame-90.jp-box {
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
}

.frame-90.ko-box {
  grid-column-gap: 44px;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
}

.frame-86 {
  background-color: #fff;
  border-radius: 18px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-width: 0;
  max-width: none;
  display: flex;
}

.vectors-wrapper-12 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 84px;
  display: flex;
}

.frame-83 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.frame-84 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.frame-79 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.vectors-wrapper-13 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 22px;
  height: 21px;
  display: flex;
}

.text-21 {
  color: #1d1d1f;
  letter-spacing: .231px;
  font-family: Sf Pro Text, Arial, sans-serif;
  font-size: 21px;
  font-weight: 700;
  line-height: 25px;
}

.heading-15 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.error-1a871fbc-fb08-ec1b-70ed-e6dcf4f3a4bb {
  color: #1d1d1f;
  text-align: center;
  font-family: SFPRODISPLAY;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  display: flex;
}

.frame-80 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 94px;
  padding: 5px 0;
  display: flex;
}

.in-box-text {
  color: #1d1d1f;
  text-align: center;
  letter-spacing: .231px;
  padding-left: 114px;
  padding-right: 114px;
  font-family: Sf Pro Display, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 29px;
}

.in-box-text.ja-lang {
  padding-left: 106px;
  padding-right: 106px;
  font-family: Mergedyakuhanjp;
}

.frame-82 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.link---buy-homepod-mini-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #ff008c;
  border-radius: 980px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 12px 21px;
  display: flex;
}

.text-23 {
  color: #fff;
  text-align: center;
  letter-spacing: -.374px;
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
}

.frame-88 {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.frame-81 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 5px 10px;
  display: flex;
}

.link---learn-more-about-homepod-mini {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.vectors-wrapper-14 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 5.03278px;
  height: 8.8053px;
  display: flex;
}

.vectors-wrapper-15 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 48px;
  display: flex;
}

._15ab45944eb27dda2df97aeced38f4f2b59d915d {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-bottom-right-radius: 18px;
  border-bottom-left-radius: 18px;
  width: 100%;
  height: auto;
}

.video-section {
  background-image: url('https://ik.imagekit.io/mjoh996/images/images/lp-new/b80b97ebbfec0a2108955d1753d9adb952d19659.png');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: auto;
  max-height: 736px;
  display: flex;
}

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

.earn.hide {
  display: none;
}

.space-small {
  width: 100%;
  height: 30px;
}

.banner-explore {
  grid-column-gap: 66px;
  grid-row-gap: 66px;
  background-color: #fff;
  border-radius: 18px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  max-width: 1350px;
  margin-left: 0;
  margin-right: 0;
  padding: 83px 102px;
  display: flex;
}

.mask-group12344-1 {
  object-fit: cover;
}

.mask-group12344-1.hide {
  display: none;
}

.div-copy-container-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 33px 79px;
  display: flex;
}

.frame-9223 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.frame-9220 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vectors-wrapper-16 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 39px;
  height: 37px;
  display: flex;
}

.above-title {
  color: #1d1d1f;
  text-align: center;
  letter-spacing: .231px;
  font-family: Sf Pro Display, sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
}

.above-title.ja-lang {
  font-family: Mergedyakuhanjp;
}

.above-title.arb {
  direction: rtl;
}

.frame-9221 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px;
  display: flex;
}

.error-db1dcc6f-f5b9-49dd-e7bc-2a2dd6a69d45 {
  color: #1d1d1f;
  text-align: center;
  font-family: SFPRODISPLAY;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
}

.error-db1dcc6f-f5b9-49dd-e7bc-2a2dd6a69d46 {
  color: #1d1d1f;
  text-align: center;
  letter-spacing: .231px;
  padding-left: 0;
  padding-right: 0;
  font-family: Sf Pro Display, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 29px;
}

.frame-9224 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-9224.arabic {
  direction: ltr;
}

.vectors-wrapper-17 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.uui-text-size-small {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-text-size-small.text-color-gray500 {
  color: #424245;
  cursor: pointer;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  height: 41px;
  padding-left: 44px;
  font-family: Sf Pro Text, Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
  display: flex;
}

.uui-logo_image {
  flex: none;
  width: auto;
  height: 100%;
  display: none;
}

.uui-logo_logotype {
  flex: none;
  width: 16px;
  height: 16px;
}

.uui-logo_logomark-dot {
  z-index: 1;
  background-image: linear-gradient(26.5deg, #6941c6, #53389e);
  border-radius: 50%;
  width: 50%;
  height: 50%;
  position: relative;
}

.uui-logo_logomark-blur {
  z-index: 2;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #fff3;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 50% 0% 0%;
  overflow: hidden;
}

.uui-styleguide_logomark-bg {
  border-radius: 8px;
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0%;
}

.uui-logo_logomark {
  border: .1px solid #dae0e8;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 1px #1018280f, 0 1px 2px #1018281a;
}

.uui-logo_component {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.uui-logo_component.foot {
  width: auto;
}

.uui-footer06_logo-link {
  padding-left: 0;
}

.uui-footer06_bottom-wrapper {
  border-top: 1px solid var(--untitled-ui-gray200);
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  padding-top: .25rem;
  padding-bottom: .25rem;
  display: flex;
}

.uui-footer06_link {
  grid-column-gap: .5rem;
  color: #424245;
  letter-spacing: 0;
  flex-wrap: nowrap;
  align-items: center;
  width: 100%;
  padding-top: 0;
  padding-bottom: .8em;
  font-family: Sf Pro Text, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer06_link:hover {
  color: var(--untitled-ui-gray700);
}

.uui-footer06_link.hide-toknomics {
  display: none;
}

.uui-footer06_link-list-heading {
  color: #1d1d1f;
  letter-spacing: -.12px;
  margin-bottom: 0;
  padding-bottom: .8em;
  font-family: Sf Pro Display, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.uui-footer06_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  width: 100%;
  height: auto;
  display: flex;
}

.uui-badge-small-success {
  grid-column-gap: .25rem;
  background-color: var(--untitled-ui-success50);
  color: var(--untitled-ui-success700);
  white-space: nowrap;
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.uui-footer06_top-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template: "." minmax(auto, auto)
  / 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-items: start;
  display: none;
}

.error-message {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.success-message {
  background-color: #f4f4f4;
  padding: 1.5rem;
}

.uui-text-style-link {
  color: var(--untitled-ui-gray600);
  text-decoration: underline;
  transition: color .3s;
}

.uui-text-style-link:hover {
  color: var(--untitled-ui-gray700);
}

.uui-button {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-primary600);
  background-color: var(--untitled-ui-primary600);
  color: var(--untitled-ui-white);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button:hover {
  border-color: var(--untitled-ui-primary700);
  background-color: var(--untitled-ui-primary700);
}

.uui-button:focus {
  background-color: var(--untitled-ui-primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
}

.uui-button.is-button-small {
  grid-column-gap: .5rem;
  padding: .5rem 1rem;
}

.uui-form_input {
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-gray900);
  border-radius: .5rem;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .875rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-form_input:focus {
  border-color: var(--untitled-ui-primary300);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
  color: var(--untitled-ui-gray900);
}

.uui-form_input::placeholder {
  color: var(--untitled-ui-gray500);
}

.uui-footer06_form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: grid;
}

.uui-footer06_form-block {
  min-width: 25rem;
  max-width: 35rem;
  margin-bottom: 0;
}

.uui-text-size-medium {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.uui-space-xxsmall {
  width: 100%;
  min-height: .5rem;
}

.uui-heading-xxsmall {
  color: var(--untitled-ui-gray900);
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-footer06_newsletter-wrapper {
  border-bottom: 1px solid var(--untitled-ui-gray200);
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.uui-padding-vertical-xlarge {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Sf Pro Text, Arial, sans-serif;
  display: flex;
}

.uui-container-large-2 {
  width: 100%;
  max-width: 1350px;
  margin-left: auto;
  margin-right: auto;
}

.uui-page-padding-2 {
  width: 1340px;
  max-width: 990px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.f-breadcrumb-link {
  color: var(--flowui-component-library-grey-600);
  letter-spacing: -.02em;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

.f-breadcrumb-link:hover {
  color: var(--flowui-component-library-primary-base);
}

.f-breadcrumb-link.w--current {
  color: var(--flowui-component-library-gray-900);
}

.f-breadcrumb-seperator {
  color: #d2d2d7;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.f-breadcrumb-home-svg {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.f-breadcrumb-home {
  color: var(--flowui-component-library-grey-600);
  transition: color .3s;
}

.f-breadcrumb-home:hover {
  color: var(--flowui-component-library-primary-base);
}

.f-breadcrumb-home.w--current {
  color: var(--flowui-component-library-gray-900);
}

.f-breadcrumb-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.f-breadcrumb {
  align-items: center;
  display: none;
}

.guide {
  color: #424245;
  letter-spacing: 0;
  font-family: Sf Pro Display, sans-serif;
  font-size: 12px;
  font-weight: 400;
}

.text-block-4 {
  color: #424245;
  font-family: Sf Pro Display, sans-serif;
}

.frame-9203 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  display: flex;
}

.frame-9225 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.container-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.container-5.hide {
  display: none;
}

.vectors-wrapper-18 {
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  height: 100px;
  display: flex;
}

.section {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.section-title-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.frame-9226 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.frame-9226.hide {
  display: none;
}

.vectors-wrapper-19 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 39px;
  height: 37px;
  display: flex;
}

.text-25 {
  color: #1d1d1f;
  text-align: center;
  letter-spacing: .231px;
  font-family: SFPRODISPLAY;
  font-size: 21px;
  font-weight: 500;
  line-height: 25px;
}

.frame-9227 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-26 {
  color: #1d1d1f;
  text-align: center;
  letter-spacing: -1.44px;
  font-family: SFPRODISPLAY;
  font-size: 80px;
  font-weight: 700;
  line-height: 96px;
}

.error-b613ea9b-7801-fe8b-b921-fc17d58eb0b6 {
  color: #86868b;
  text-align: center;
  letter-spacing: .216px;
  padding-left: 278px;
  padding-right: 278px;
  font-family: SFPRODISPLAY;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}

.heading-3-columns {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

._3-columns {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-self: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1190px;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.column-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 0 2%;
  display: flex;
}

.team-circles {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 0 135px;
  display: flex;
}

.frame-50 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.frame-9228 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.frame-49 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  height: 90px;
  display: flex;
}

.vectors-wrapper-20 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.text-27 {
  color: #000;
  text-align: center;
  font-family: Sf Pro Display, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 29px;
}

.text-27.ja-lang {
  font-family: Mergedyakuhanjp;
}

.vectors-wrapper-21, .vectors-wrapper-22, .vectors-wrapper-23 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 70px;
  display: flex;
}

.frame-52 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.vectors-wrapper-24 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 60px;
  display: flex;
}

.frame-53 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  display: flex;
}

.heading-3-apple-tv {
  color: #1d1d1f;
  text-align: center;
  width: auto;
  min-width: 75px;
  font-family: Sf Pro Display, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 29px;
}

.link---learn-more-about-homepod-mini-learn-more-2 {
  color: #ff008c;
  text-align: center;
  letter-spacing: -.374px;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
}

.strong-truly-tough-0 {
  color: #1d1d1f;
  text-align: center;
  letter-spacing: .231px;
  font-size: 21px;
  font-weight: 400;
  line-height: 29px;
}

.strong-truly-tough-1 {
  color: #86868b;
  text-align: center;
  letter-spacing: .231px;
  font-size: 21px;
  font-weight: 400;
  line-height: 29px;
}

.heading-16 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sf Pro Display, sans-serif;
  font-size: 21px;
  line-height: 29px;
}

.heading-16.ja-lang {
  font-family: Mergedyakuhanjp;
}

.heading-16.arb {
  direction: rtl;
}

.function {
  color: #86868b;
  text-align: center;
  padding-top: .25em;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Sf Pro Display, sans-serif;
  font-size: 19px;
  line-height: 29px;
}

.function.ja-lang {
  font-family: Mergedyakuhanjp;
}

.function.arb {
  direction: rtl;
}

.text-block-6, .text-block-7, .text-block-8 {
  font-family: Sf Pro Text, Arial, sans-serif;
  font-weight: 400;
}

.text-block-9 {
  color: #000;
  font-family: Sf Pro Text, Arial, sans-serif;
  font-weight: 400;
}

.text-block-10, .text-block-11, .text-block-12, .text-block-13 {
  font-family: Sf Pro Text, Arial, sans-serif;
  font-weight: 400;
}

.text-block-14 {
  font-family: SFPRODISPLAY;
  font-weight: 400;
}

.text-block-15 {
  font-family: Sf Pro Text, Arial, sans-serif;
  font-weight: 400;
}

.text-block-16 {
  font-family: SFPRODISPLAY;
  font-weight: 400;
}

.text-block-17, .text-block-18, .text-block-19 {
  font-family: Sf Pro Text, Arial, sans-serif;
  font-weight: 400;
}

.text-block-20 {
  letter-spacing: 0;
  font-family: SFPRODISPLAY;
  font-weight: 400;
}

.text-block-21 {
  font-family: Sf Pro Text, Arial, sans-serif;
  font-weight: 400;
}

.text-block-22 {
  font-family: var(--font-family);
  color: #424245;
  font-weight: 400;
}

.image-2 {
  width: 970px;
  max-width: none;
}

.products {
  background-color: #f5f5f7;
  flex-direction: column;
  align-items: center;
  height: 100%;
  /* min-height: 692px; */
  max-height: none;
   margin-bottom: 12px;
  padding-bottom: 0;
  display: flex;
}

.products.jp {
  min-height: 680px;
  max-height: 760px;
}

.f-logo-button-text {
  width: 100%;
}

.f-button-neutral-2 {
  background-color: var(--flowui-component-library-gray-900);
  color: var(--flowui-component-library-whit);
  text-align: center;
  letter-spacing: -.02em;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.f-button-neutral-2:hover {
  background-color: var(--flowui-component-library-gray-700);
}

.f-logo-button-wrap {
  justify-content: flex-start;
  margin-top: 100px;
  display: flex;
}

.f-paragraph-large-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 32px;
}

.f-h4-heading {
  color: var(--flowui-component-library-gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  line-height: 1.4;
}

.f-margin-bottom-16 {
  margin-bottom: 16px;
}

.f-heading-detail-small-3 {
  color: var(--flowui-component-library-gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-margin-bottom-50 {
  margin-bottom: 8px;
}

.f-logo-block {
  background-color: var(--flowui-component-library-gray-100);
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  min-height: 96px;
  padding: 24px;
  display: flex;
}

.f-logo-grid-primary {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
}

.f-logo-grid-middle {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  margin-top: 40px;
  margin-bottom: 40px;
}

.f-logo-grid-wrapper {
  max-width: 490px;
}

.f-grid-two-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.f-container-regular-3 {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-section-small {
  padding: 64px 5%;
  position: relative;
}

.frame-8 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link---learn-more-about-homepod-mini-learn-more-3 {
  color: #ff008c;
  text-align: center;
  letter-spacing: -.374px;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
}

.vectors-wrapper-25 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 5.03278px;
  height: 8.8053px;
  display: flex;
}

.frame-9229 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.link---learn-more-about-homepod-mini-learn-more-4 {
  color: #ff008c;
  text-align: center;
  letter-spacing: -.374px;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
}

.vectors-wrapper-26 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 5.03278px;
  height: 8.8053px;
  display: flex;
}

.frame-9230 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cta {
  color: #ff008c;
  text-align: center;
  letter-spacing: 0;
  font-family: Sf Pro Display, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 17px;
  text-decoration: none;
}

.cta.ja-lang {
  font-family: Mergedyakuhanjp;
}

.vectors-wrapper-27 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 5.03278px;
  height: 8.8053px;
  display: flex;
}

.frame-9231 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.frame-9231.arabic {
  direction: ltr;
}

.vectors-wrapper-28 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 5.03278px;
  height: 8.8053px;
  margin-top: 2px;
  padding-top: 0;
  display: flex;
}

.frame-9232 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vectors-wrapper-29 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 5.03278px;
  height: 8.8053px;
  display: flex;
}

.frame-9233 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vectors-wrapper-30 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 5.03278px;
  height: 8.8053px;
  display: flex;
}

.frame-9234 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vectors-wrapper-31 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 5.03278px;
  height: 8.8053px;
  display: flex;
}

.frame-9235 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vectors-wrapper-32 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 5.03278px;
  height: 8.8053px;
  display: flex;
}

.frame-9236 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-33 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 5.03278px;
  height: 8.8053px;
  display: flex;
}

.frame-9237 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.frame-9237.ja-lang {
  font-family: Mergedyakuhanjp;
}

.frame-9237.arabic {
  direction: ltr;
}

.vectors-wrapper-34 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 5.03278px;
  height: 8.8053px;
  margin-top: 2px;
  display: flex;
}

.frame-9201 {
  grid-column-gap: 9px;
  grid-row-gap: 9px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.frame-129 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
}

.error-4e1da863-92ab-d705-9c58-5ccdcd8783c8 {
  color: #1d1d1f;
  text-align: center;
  letter-spacing: -1.44px;
  font-family: SFPRODISPLAY;
  font-size: 80px;
  font-weight: 700;
  line-height: 80px;
}

.frame-136 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 990px;
  display: flex;
}

.frame-120 {
  border: 0 solid #d2d2d7;
  border-top-width: 1px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 20px;
  padding-bottom: 0;
  display: flex;
}

.main-section-list-item-heading-3-button-what-is-apple-arcade {
  color: #1d1d1f;
  letter-spacing: .216px;
  font-family: SFPRODISPLAY;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}

.vectors-wrapper-35 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 18.3387px;
  height: 9.29302px;
  display: flex;
}

.columns-4 {
  align-self: auto;
  width: 100%;
  padding-left: 177px;
}

.column-3, .column-4 {
  display: flex;
}

.container-6 {
  flex: 0 auto;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  line-height: 32px;
  display: flex;
}

.columns-5 {
  background-image: url('https://ik.imagekit.io/mjoh996/images/images/lp-new/Testimonial-Image-Left.jpg');
  background-position: 50% 0;
  background-size: cover;
  border-radius: 18px;
  width: 100%;
}

.column-5 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.columns-6 {
  direction: rtl;
  width: 1404px;
}

.column-7 {
  justify-content: space-around;
  align-items: flex-start;
  padding-left: 184px;
  display: flex;
}

.column-7.arabic {
  direction: ltr;
}

.column-8 {
  justify-content: space-around;
  align-items: flex-start;
  padding-right: 184px;
  display: flex;
}

.column-8.arabic {
  direction: ltr;
}

.description-to-button {
  width: 100%;
  min-height: 12px;
}

.description-to-button.card-description-bottom-space {
  min-height: 16px;
}

.number-description {
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Sf Pro Display, sans-serif;
  font-size: 16px;
}

.number-description.ko-lang {
  padding-left: 10px;
  padding-right: 10px;
  font-family: IBM Plex Sans KR;
}

.number-description.ja-lang {
  font-family: Mergedyakuhanjp;
}

.number-description.arb {
  direction: rtl;
}

.div-block-3 {
  border-top: 0 solid #d2d2d7;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-text {
  font-family: Sf Pro Text, Arial, sans-serif;
  font-weight: 400;
}

.section-list-listitem {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  border: 0 solid #86868b;
  border-right-width: 1px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 15px;
  display: none;
}

.link-privacy-policy {
  color: #424245;
  padding-left: 15px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  display: none;
}

.div-block-4 {
  display: flex;
}

.div-block-5 {
  color: #1d1d1f;
  border-top: 1px solid #d2d2d7;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 9.6px;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 10px;
  display: flex;
}

.div-block-5.first {
  color: #1d1d1f;
  border-top-width: 0;
  margin-bottom: 9.6px;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-right: 10px;
}

.heading-17 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sf Pro Display, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.16667em;
}

.heading-17.ja-lang {
  font-family: Mergedyakuhanjp;
}

.heading-17.arb {
  direction: rtl;
}

.image-3 {
  padding-top: 10px;
  font-family: Sf Pro Display, sans-serif;
  font-weight: 700;
}

.image-4, .image-5, .image-6, .image-7, .image-8, .image-9, .image-10, .image-11, .image-12 {
  padding-top: 10px;
}

.faq {
  background-color: var(--flowui-component-library-whit);
}

.faq.hide {
  display: none;
}

.text-block-25 {
  flex: 0 auto;
  font-family: Sf Pro Display, sans-serif;
}

.container-7 {
  max-width: 1340px;
}

.video {
  flex-direction: column;
  width: 100%;
  height: 100%;
  max-height: none;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.footer {
  display: none;
}

.desktop-footer {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.mobile-footer {
  display: none;
}

.video-2 {
  width: 60%;
  height: 796px;
}

.body-2 {
  background-color: #f5f5f7;
}

.accordion__bar-hor {
  background-color: #ababab;
  width: 100%;
  height: 2px;
}

.uui-footer06_link-2 {
  grid-column-gap: .5rem;
  color: #424245;
  letter-spacing: 0;
  flex-wrap: nowrap;
  align-items: center;
  padding-top: 0;
  padding-bottom: .8em;
  font-family: Sf Pro Text, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-footer06_link-2:hover {
  color: #344054;
}

.accordion__plus-wrapper {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  margin-left: 20px;
  display: flex;
  position: relative;
}

.accordion__bar-vert {
  background-color: #ababab;
  width: 2px;
  height: 100%;
  position: absolute;
}

.accordion__content-wrap {
  height: 0%;
  overflow: hidden;
}

.metaverse-dropdown {
  width: 100%;
  max-width: none;
  height: 100%;
  display: block;
}

.accordion__title {
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 15px 20px;
  font-size: 18px;
  display: flex;
}

.accordion-item {
  background-color: #fff0;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  box-shadow: 0 3px 7px #00000008;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.accordion-heading {
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 30px;
}

.icon-2.accordion-icon {
  color: #0009;
  cursor: pointer;
  font-size: 32px;
  line-height: 30px;
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.div-block-28 {
  letter-spacing: .978em;
  width: 100%;
  height: 100%;
  padding-bottom: 2em;
  font-size: 17px;
  line-height: 1.47059em;
  display: none;
}

.text-block-27 {
  color: #1d1d1f;
  letter-spacing: -.13px;
  font-family: Sf Pro Display, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
  display: block;
}

.text-block-27.ko-lang {
  display: block;
}

.text-block-27.ja-lang {
  font-family: Mergedyakuhanjp;
  display: block;
}

.text-block-27.arb {
  direction: rtl;
}

.container-8 {
  width: 100%;
  max-width: none;
}

.container-9 {
  max-width: none;
}

.uui-navbar05_menu-button {
  height: 44px;
  padding: 0;
}

.uui-button-2 {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-primary600);
  background-color: var(--untitled-ui-primary600);
  color: var(--untitled-ui-white);
  text-align: center;
  white-space: nowrap;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 79px;
  height: 24px;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-2:hover {
  border-color: var(--untitled-ui-primary700);
  background-color: var(--untitled-ui-primary700);
}

.uui-button-2:focus {
  background-color: var(--untitled-ui-primary600);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-primary100);
}

.uui-button-tertiary-gray {
  grid-column-gap: .5rem;
  color: var(--untitled-ui-gray600);
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-tertiary-gray:hover {
  background-color: var(--untitled-ui-gray50);
  color: var(--untitled-ui-gray700);
}

.uui-button-secondary-gray {
  grid-column-gap: .5rem;
  border: 1px solid var(--untitled-ui-gray300);
  background-color: var(--untitled-ui-white);
  color: var(--untitled-ui-gray700);
  text-align: center;
  white-space: nowrap;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-secondary-gray:hover {
  background-color: var(--untitled-ui-gray50);
  color: var(--untitled-ui-gray800);
}

.uui-button-secondary-gray:focus {
  background-color: var(--untitled-ui-white);
  box-shadow: 0 1px 2px 0 #1018280d, 0 0 0 4px var(--untitled-ui-gray100);
}

.uui-button-secondary-gray.show-tablet, .show-tablet {
  display: none;
}

.uui-navbar05_button-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  height: 44px;
  display: flex;
}

.uui-navbar05_menu-right {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.uui-navbar05_link {
  color: var(--untitled-ui-gray500);
  align-items: center;
  padding: .125rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
}

.uui-navbar05_link:hover {
  color: var(--untitled-ui-gray700);
}

.uui-navbar05_link.w--current {
  color: #000;
}

.uui-button-link-2 {
  grid-column-gap: .5rem;
  color: var(--untitled-ui-primary700);
  white-space: nowrap;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-link-2:hover {
  color: var(--untitled-ui-primary800);
}

.uui-navbar05_bottom-bar-content {
  z-index: 1;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content;
  grid-auto-columns: 1fr;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.uui-navbar05_bottom-bar-background {
  background-color: var(--untitled-ui-gray50);
  width: 200vw;
  position: absolute;
  inset: 0% -50vw;
}

.uui-navbar05_bottom-bar {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.uui-text-size-small-2 {
  color: var(--untitled-ui-gray600);
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  line-height: 1.5;
}

.uui-navbar05_item-heading {
  color: #000;
  letter-spacing: -.01em;
  margin-bottom: .25rem;
  font-family: Sf Pro Text, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.uui-navbar05_item-heading.margin-bottom-0 {
  margin-bottom: 0;
}

.uui-navbar05_item-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.uui-icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.icon-featured-large {
  color: var(--untitled-ui-primary600);
  background-color: #f4ebff00;
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 60px;
  display: flex;
}

.uui-navbar05_icon-holder {
  flex: none;
}

.uui-navbar05_dropdown-link {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  border-radius: .5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: .75rem;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-navbar05_dropdown-link:hover {
  background-color: var(--untitled-ui-gray50);
}

.uui-navbar05_dropdown-link-list {
  grid-column-gap: 0px;
  grid-row-gap: 1rem;
  grid-template-rows: max-content;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 90px;
  height: 95px;
  display: grid;
}

.uui-badge-small-success-2 {
  grid-column-gap: .25rem;
  background-color: var(--untitled-ui-success50);
  color: var(--untitled-ui-success700);
  white-space: nowrap;
  mix-blend-mode: multiply;
  border-radius: 10rem;
  align-items: center;
  padding: .125rem .5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

.uui-navbar05_text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: 0px;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.uui-navbar05_dropdown-content-left {
  grid-column-gap: .75rem;
  grid-row-gap: 0px;
  background-color: #0000;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: .25fr .25fr .25fr .25fr .25fr .25fr .25fr .25fr .25fr .25fr;
  grid-auto-columns: .25fr;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: none;
}

.uui-navbar05_dropdown-content {
  width: 100%;
  display: flex;
}

.uui-navbar05_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 44px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.uui-navbar05_dropdown-list {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.uui-navbar05_dropdown-list.w--open {
  background-color: #fff;
  flex-direction: column;
  width: 100vw;
  min-width: 100vw;
  max-width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: absolute;
  inset: 5.0625rem auto auto 0%;
  overflow: hidden;
}

.uui-dropdown-icon {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  inset: auto 0% auto auto;
}

.uui-navbar05_dropdown-toggle {
  color: var(--untitled-ui-gray600);
  align-items: center;
  padding: .25rem 2.5rem .25rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  transition: all .3s;
  display: flex;
}

.uui-navbar05_dropdown-toggle:hover {
  color: var(--untitled-ui-gray700);
}

.uui-navbar05_menu-dropdown {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
}

.uui-navbar05_menu-left {
  justify-content: flex-start;
  align-items: center;
  height: 44px;
  display: flex;
}

.uui-navbar05_menu {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  height: 44px;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.uui-logo_image-2 {
  flex: none;
  width: auto;
  height: 100%;
  display: none;
}

.uui-logo_logotype-2 {
  flex: none;
  width: auto;
  height: 16px;
}

.uui-logo_logomark-dot-2 {
  z-index: 1;
  background-image: linear-gradient(26.5deg, #6941c6, #53389e);
  border-radius: 50%;
  width: 50%;
  height: 50%;
  position: relative;
}

.uui-logo_logomark-blur-2 {
  z-index: 2;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #fff3;
  border-bottom-right-radius: .5rem;
  border-bottom-left-radius: .5rem;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 50% 0% 0%;
  overflow: hidden;
}

.uui-styleguide_logomark-bg-2 {
  border-radius: 8px;
  width: 75px;
  max-width: none;
  height: 16px;
  display: block;
  position: absolute;
  inset: 0%;
}

.uui-logo_logomark-2 {
  border: 1px solid #dae0e800;
  border-right: 0 #dae0e800;
  border-radius: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.uui-logo_component-2 {
  flex-wrap: nowrap;
  width: 65px;
  height: 16px;
  display: block;
  position: static;
}

.uui-navbar05_logo-link {
  width: 75px;
  height: 16px;
  padding-left: 0;
}

.uui-navbar05_component {
  border-bottom: 1px solid var(--untitled-ui-gray100);
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 44px;
  min-height: auto;
  max-height: 44px;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.uui-navbar05_menu-button-2 {
  width: 64px;
  padding: 0;
  display: none;
}

.uui-navbar05_link-2 {
  color: var(--untitled-ui-gray500);
  letter-spacing: -.12px;
  align-items: center;
  height: 44px;
  padding: .25rem 1rem;
  font-family: Sf Pro Text, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  transition: all .3s;
  display: flex;
}

.uui-navbar05_link-2:hover {
  color: var(--untitled-ui-gray700);
}

.uui-navbar05_link-2.w--current {
  color: #000;
}

.uui-navbar05_container-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.uui-navbar05_dropdown-list-2 {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.uui-navbar05_dropdown-list-2.w--open {
  z-index: auto;
  background-color: #ffffffed;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  min-width: 100vw;
  max-width: 100%;
  height: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: absolute;
  inset: 2.7rem auto auto 0%;
  overflow: hidden;
}

.dropdown-toggle {
  color: var(--untitled-ui-gray600);
  letter-spacing: -.12px;
  justify-content: center;
  align-items: center;
  height: 44px;
  max-height: 44px;
  padding: .75rem .5rem;
  font-family: Sf Pro Text, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 2116px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.dropdown-toggle:hover {
  color: var(--untitled-ui-gray700);
}

.uui-navbar05_menu-left-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 44px;
  display: flex;
}

.uui-navbar05_menu-2 {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.uui-styleguide_logomark-bg-3 {
  border-radius: 8px;
  width: 2rem;
  height: 2rem;
  position: absolute;
  inset: 0%;
}

.uui-logo_logomark-3 {
  border: .1px solid #dae0e8;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 1px 1px #1018280f, 0 1px 2px #1018281a;
}

.uui-logo_component-3 {
  flex-wrap: nowrap;
  align-items: center;
  width: auto;
  height: 2rem;
  display: flex;
}

.uui-navbar05_logo-link-2 {
  padding-left: 0;
}

.uui-navbar05_component-2 {
  border-bottom: 1px solid var(--untitled-ui-gray100);
  object-fit: fill;
  background-color: #ffffffed;
  align-items: center;
  width: 100vw;
  height: 44px;
  min-height: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.text-block-28 {
  letter-spacing: -.12px;
  font-family: Sf Pro Text, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.text-block-29 {
  object-fit: fill;
  align-items: center;
  height: auto;
  max-height: 16px;
  font-family: Sf Pro Text, Arial, sans-serif;
  font-weight: 400;
  display: flex;
  position: static;
}

.text-block-30 {
  color: #000;
  letter-spacing: -.12px;
  font-family: Sf Pro Text, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.container-10 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  padding-top: 20px;
  padding-bottom: 10px;
  display: flex;
}

.menu-content {
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 80px;
  text-decoration: none;
  display: flex;
}

.container-11 {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.vectors-wrapper-36 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 18px;
  display: flex;
}

.vectors-wrapper-37 {
  object-fit: fill;
  justify-content: center;
  align-items: center;
  width: 18.3354px;
  height: 20.8922px;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.vectors-wrapper-38 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 18.3333px;
  height: 18.3333px;
  display: flex;
}

.ceo {
  color: #000;
  justify-content: center;
  align-items: center;
  font-family: Sf Pro Display, sans-serif;
  font-size: 10px;
  text-decoration: none;
  display: flex;
}

.social-links {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-end;
  align-items: flex-end;
  width: auto;
  height: auto;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.discord {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border: 1px solid #1d1d1f;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.vectors-wrapper-39 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 20.4286px;
  height: 15.7143px;
  display: flex;
}

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

.non-link {
  color: gray;
}

.uui-navbar05_dropdown-list-3 {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.uui-navbar05_dropdown-list-3.w--open {
  z-index: auto;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-color: #ffffffb3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-width: 100vw;
  max-width: 100%;
  height: auto;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: absolute;
  inset: 44px auto auto 0%;
  overflow: hidden;
}

.uui-navbar05_dropdown-link-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 0px;
  border-radius: .5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  padding: .75rem;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-navbar05_dropdown-link-2:hover {
  background-color: #f9fafb00;
}

.uui-navbar05_component-3 {
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-color: #f5f5f7b3;
  border-bottom: 1px #f2f4f7;
  align-items: center;
  width: 100%;
  height: 44px;
  min-height: 44px;
  padding-left: 2rem;
  padding-right: 2rem;
  display: block;
  position: fixed;
}

.uui-button-tertiary-gray-2 {
  grid-column-gap: .5rem;
  color: #614767;
  white-space: nowrap;
  background-color: #0000;
  border: 1px solid #0000;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.uui-button-tertiary-gray-2:hover {
  color: #344054;
  background-color: #f9fafb00;
}

.uui-button-tertiary-gray-2.hide-tablet {
  flex-direction: row;
  display: none;
}

.f-navigation-search-2 {
  color: #ff008c;
  border: 0 solid #e4e6f1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.f-navigation-search-2:hover {
  color: #d930f5;
}

.icon-featured-large-2 {
  color: #ff008c;
  background-color: #f4ebff00;
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 60px;
  display: flex;
}

.button-text-2 {
  color: #000;
  padding: 10px .5rem;
  font-family: Sf Pro Display, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.container-12 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.menu-icon_line-bottom-2, .menu-icon_line-middle-2 {
  display: none;
}

.uui-navbar05_menu-left-3 {
  align-items: center;
  display: flex;
}

.uui-navbar05_container-3 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.uui-button-3 {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #ff008c;
  border: 1px solid #ff008c;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 79px;
  height: 24px;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-3:hover {
  background-color: #ff008c;
  border-color: #ff008c;
}

.uui-button-3:focus {
  background-color: #ff008c;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

.uui-icon-1x1-xsmall-2 {
  justify-content: center;
  align-items: flex-end;
  width: 34px;
  height: 54px;
  display: none;
}

.uui-navbar05_item-right-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.uui-navbar05_item-heading-2 {
  color: #1d1d1f;
  text-align: center;
  letter-spacing: -.01em;
  width: 89px;
  margin-top: 0;
  margin-bottom: .25rem;
  font-family: Sf Pro Text, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
}

.uui-navbar05_item-heading-2.margin-bottom-0 {
  margin-bottom: 0;
}

.uui-logo_logotype-3 {
  flex: none;
  width: 78px;
  height: auto;
  padding-left: 0;
  display: block;
}

.menu-icon_line-top-2 {
  display: none;
}

.uui-navbar05_menu-3 {
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 44px;
  margin-left: 1.5rem;
  display: flex;
  position: static;
}

.text-block-31 {
  letter-spacing: -.12px;
  font-family: Sf Pro Text, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.uui-navbar05_button-wrapper-2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  align-items: center;
  height: 44px;
  display: flex;
}

.uui-navbar05_logo-link-3 {
  padding-left: 0;
}

.dropdown-toggle-2 {
  color: #614767;
  letter-spacing: -.12px;
  justify-content: center;
  align-items: center;
  height: 44px;
  max-height: 44px;
  padding: .75rem .5rem;
  font-family: Sf Pro Text, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 2116px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.dropdown-toggle-2:hover {
  color: #344054;
}

.uui-navbar05_container-4 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.image-26 {
  width: 36px;
  height: auto;
}

.image-27, .image-28 {
  width: 30px;
  height: auto;
}

.image-29, .image-30 {
  width: 56px;
  height: auto;
}

.image-31 {
  width: 26px;
  height: auto;
}

.image-32, .image-33 {
  width: 36px;
  height: auto;
}

.image-34, .image-35 {
  width: 36px;
}

.image-36, .image-37, .image-38, .image-39, .image-40, .image-41, .image-42, .image-43, .image-44, .image-45 {
  height: 36px;
}

.image-46 {
  height: 44px;
}

.image-47, .image-48, .image-49, .image-50, .image-51, .image-52, .image-53, .image-54, .image-55, .image-56, .image-57 {
  height: 36px;
}

.uui-button-4 {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #ff008c;
  border: 1px solid #ff008c;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 79px;
  height: 24px;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: block;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-4:hover {
  background-color: #ff008c;
  border-color: #ff008c;
}

.uui-button-4:focus {
  background-color: #ff008c;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

.uui-button-4.login {
  margin-left: 6px;
  padding-top: .125rem;
  padding-bottom: .125rem;
  display: flex;
}

.image-58 {
  height: 32px;
}

.icon-featured-large-3 {
  color: #ff008c;
  background-color: #f4ebff00;
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 48px;
  padding-bottom: 0;
  display: flex;
}

.image-59 {
  width: 54px;
  height: auto;
}

.uui-navbar05_item-heading-3 {
  color: #1d1d1f;
  text-align: center;
  letter-spacing: -.01em;
  width: auto;
  margin-top: 0;
  margin-bottom: .25rem;
  font-family: Sf Pro Text, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  text-decoration: none;
}

.uui-navbar05_item-heading-3.margin-bottom-0 {
  margin-bottom: 0;
}

.image-60 {
  width: auto;
  height: 32px;
}

.uui-navbar05_button-wrapper-3 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  align-items: center;
  width: auto;
  height: 44px;
  display: flex;
}

.image-61 {
  width: auto;
  height: 32px;
}

.image-62 {
  height: 32px;
}

.uui-navbar05_dropdown-list-4 {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.uui-navbar05_dropdown-list-4.w--open {
  z-index: auto;
  box-shadow: none;
  opacity: 1;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  mix-blend-mode: normal;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-width: 100vw;
  max-width: 100%;
  height: 100px;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: absolute;
  inset: 44px auto auto 0%;
  overflow: hidden;
}

.image-63 {
  height: 32px;
}

.text-block-32 {
  letter-spacing: -.12px;
  font-family: Sf Pro Text, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.image-64 {
  height: 32px;
}

.button-text-3 {
  color: #000;
  padding: 10px .5rem;
  font-family: Sf Pro Display, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.image-65, .image-66 {
  height: 32px;
}

.uui-navbar05_menu-left-4 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.uui-navbar05_menu-4 {
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 44px;
  margin-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.container-13 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f5f5f700;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-top: 12px;
  padding-bottom: 10px;
  display: flex;
}

.image-67 {
  width: auto;
  height: 32px;
}

.uui-navbar05_logo-link-4 {
  padding-left: 0;
  display: flex;
}

.uui-navbar05_container-5 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.image-68, .image-69, .image-70, .image-71, .image-72 {
  height: 32px;
}

.image-73, .image-74 {
  width: auto;
  height: 32px;
}

.image-74.size {
  height: 22px;
}

.image-75, .image-76 {
  height: 32px;
}

.image-77, .image-78 {
  width: auto;
  height: 32px;
}

.image-79 {
  height: 32px;
}

.uui-navbar05_item-right-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.uui-navbar05_item-right-3.hide {
  display: none;
}

.image-80, .image-81, .image-82 {
  height: 32px;
}

.uui-navbar05_menu-dropdown-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
}

.image-83 {
  width: auto;
  height: 32px;
}

.navbar {
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-color: #fff;
  border-bottom: 1px #f2f4f7;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 44px;
  min-height: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: fixed;
}

.f-navigation-search-3 {
  color: #ff008c;
  border: 0 solid #e4e6f1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.f-navigation-search-3:hover {
  color: #d930f5;
}

.image-84 {
  width: auto;
  height: 32px;
}

.image-85 {
  height: 32px;
}

.dropdown-toggle-3 {
  color: #614767;
  letter-spacing: -.12px;
  justify-content: center;
  align-items: center;
  height: 44px;
  max-height: 44px;
  padding: .75rem .5rem;
  font-family: Sf Pro Text, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 2116px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.dropdown-toggle-3:hover {
  color: #344054;
}

.image-86 {
  height: 30px;
}

.image-87 {
  width: auto;
  height: auto;
}

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

.accordion-item-2 {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  box-shadow: 0 3px 7px #00000008;
}

.accordion-item-trigger-2 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.div-block-29 {
  cursor: pointer;
}

.menu-icon_component-3 {
  justify-content: center;
  align-items: center;
  height: 44px;
  display: flex;
}

.menu-icon_line-top-3, .menu-icon_line-middle-3 {
  height: 44px;
}

.menu-icon_line-middle-inner-3 {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 80px;
  display: flex;
}

.menu-icon_line-bottom-3 {
  height: 44px;
}

.div-block-30 {
  align-items: center;
  height: 44px;
  padding: .75em .5em;
  display: flex;
}

.list-item-button {
  border: 1px solid #d2d2d7;
  border-radius: 4px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding: 5px 7px;
  display: flex;
}

.frame-9238 {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vectors-wrapper-40 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 26.64px;
  height: 20px;
  display: flex;
}

.div-dbf8b8 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 10px;
  display: flex;
  position: relative;
}

.text-28 {
  color: #424245;
  width: 100%;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
  position: absolute;
  top: -1px;
  left: 7px;
}

.vectors-wrapper-41 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.frame-9222 {
  grid-column-gap: 79px;
  grid-row-gap: 79px;
  border: 1px solid #d2d2d7;
  border-radius: 4px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin-left: 10px;
  padding: 5px 10px;
  display: flex;
}

.frame-9239 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin-right: 87px;
  display: flex;
}

.vectors-wrapper-42 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 26.64px;
  height: 20px;
  display: flex;
}

.text-29 {
  color: #424245;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 24px;
}

.vectors-wrapper-43 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.dropdown-toggle-4 {
  border: 1px solid #d2d2d7;
  border-radius: 4px;
  padding: 5px 10px;
}

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

.icon-3 {
  margin-right: 0;
  padding-right: 20px;
}

.dropdown-link {
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  position: relative;
  inset: 0%;
}

.div-block-31 {
  grid-column-gap: 7px;
  grid-row-gap: 7px;
  padding: 5px 10px;
  display: flex;
}

.dropdown-list {
  background-color: #a38888;
}

.dropdown-list.w--open {
  background-color: #fff;
}

.image-122 {
  min-width: 100%;
}

.image-123 {
  width: auto;
  max-width: 100%;
}

.container-17 {
  max-width: none;
  display: flex;
  position: static;
  left: -352px;
  overflow: visible;
}

.container-17.left {
  position: relative;
  inset: -100%;
}

.div-block-51 {
  justify-content: center;
  align-items: center;
  min-width: 100%;
  display: flex;
}

.line-left {
  min-width: 100%;
}

.carousel {
  overflow: visible;
}

.caousel-loop {
  aspect-ratio: auto;
  background-color: #fff;
  min-width: 100%;
  max-width: none;
  overflow: hidden;
}

.logo-scroll {
  min-width: 100%;
  display: none;
  overflow: hidden;
}

.logo-scroll-container {
  min-width: 100%;
  max-width: none;
}

.logo-scroll-right {
  min-width: 100%;
  max-width: none;
  display: none;
  position: relative;
  left: -100%;
}

.logo-scroll-left {
  min-width: 100%;
}

.search {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 629px;
  min-width: auto;
  max-width: none;
  height: 44px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.search.page {
  border: 1px solid #1d1d1f;
  border-radius: 8px;
  justify-content: space-between;
  width: 360px;
  height: 38px;
  padding-left: 10px;
  padding-right: 10px;
}

.div-block-52 {
  width: 600px;
  padding-bottom: 10px;
}

.dropdown-4 {
  align-items: center;
  height: 44px;
  margin-right: 0;
  display: none;
  position: static;
}

.image-90 {
  padding-right: 11px;
}

.search-input {
  color: #333336;
  letter-spacing: .009em;
  background-color: #fff0;
  border: 1px #000;
  border-radius: 0;
  width: auto;
  margin-bottom: 0;
  margin-left: 10px;
  padding: 0;
  font-family: Sf Pro Display, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 24px;
}

.search-input.page {
  color: #000;
  font-size: 17px;
  font-weight: 400;
}

.div-block-53 {
  padding-bottom: 5px;
  display: flex;
}

.search-dropdown-menu {
  display: none;
}

.search-dropdown-menu.w--open {
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 60px;
  display: flex;
  inset: 100% 0% auto;
}

.heading-19 {
  color: #86868b;
  letter-spacing: -.01em;
  font-family: Sf Pro Text, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.33337em;
}

.search-button {
  background-color: #ff008c;
  border-radius: 20px;
  height: 30px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
  display: none;
}

.search-dropdown-toggle {
  align-items: center;
  height: 44px;
  padding: 5px 10px;
  display: flex;
}

.search-dropdown-toggle.w--open {
  padding: 5px 10px;
}

.f-icon-small-2 {
  color: #000;
  -webkit-text-stroke-color: #833b63;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.container-14 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
}

.marquee {
  grid-column-gap: 0rem;
  background-color: #f1714400;
  width: 100%;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.marquee-content {
  grid-column-gap: 1rem;
  flex: none;
  justify-content: space-around;
  min-width: 100%;
  display: flex;
}

.marquee-content.scroll, .marquee-content.scroll.reverse {
  min-width: auto;
  height: auto;
}

.marquee-content.scroll.reverse.size {
  grid-column-gap: 0rem;
  min-width: 100%;
  max-width: 100%;
}

.marquee-image {
  min-width: 100%;
  height: auto;
}

.marquee-image.size {
  min-width: 100%;
  max-width: 100%;
}

.move-reverse {
  height: auto;
}

.image-124 {
  width: auto;
  height: 32px;
}

.image-125 {
  height: 32px;
}

.image-126 {
  width: 54px;
  height: auto;
}

.image-127 {
  height: 32px;
}

.f-icon-small-3 {
  color: #000;
  -webkit-text-stroke-color: #833b63;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 17px;
  height: 17px;
  display: flex;
}

.image-128 {
  width: auto;
  height: 32px;
}

.dropdown-5 {
  align-items: center;
  height: 44px;
  margin-right: 0;
  display: block;
  position: static;
}

.icon-featured-large-4 {
  color: #ff008c;
  background-color: #f4ebff00;
  border-radius: 0%;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 48px;
  padding-bottom: 0;
  display: flex;
}

.image-129 {
  width: auto;
  height: auto;
}

.uui-navbar05_dropdown-list-5 {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.uui-navbar05_dropdown-list-5.w--open {
  z-index: auto;
  box-shadow: none;
  opacity: 1;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  mix-blend-mode: normal;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-width: 100vw;
  max-width: 100%;
  height: 100px;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: absolute;
  inset: 44px auto auto 0%;
  overflow: hidden;
}

.text-block-33 {
  letter-spacing: -.12px;
  font-family: Sf Pro Text, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.image-130 {
  height: 32px;
}

.image-131 {
  width: auto;
  height: 32px;
}

.image-131.size {
  height: 22px;
}

.image-132 {
  height: 32px;
}

.image-133 {
  width: auto;
  height: 32px;
}

.uui-navbar05_button-wrapper-4 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  align-items: center;
  width: auto;
  height: 44px;
  display: flex;
}

.menu-icon_line-top-4 {
  height: 44px;
}

.container-18 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f5f5f700;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-top: 12px;
  padding-bottom: 10px;
  display: flex;
}

.f-icon-small-4 {
  color: #000;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.div-block-54 {
  padding-bottom: 5px;
  display: flex;
}

.uui-navbar05_menu-left-5 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.uui-navbar05_item-right-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.uui-navbar05_item-right-4.hide {
  display: none;
}

.image-134, .image-135 {
  height: 32px;
}

.uui-button-5 {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #ff008c;
  border: 1px solid #ff008c;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 79px;
  height: 24px;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: block;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-5:hover {
  background-color: #ff008c;
  border-color: #ff008c;
}

.uui-button-5:focus {
  background-color: #ff008c;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

.uui-button-5.login {
  padding-top: .125rem;
  padding-bottom: .125rem;
  display: flex;
}

.image-136 {
  height: 32px;
}

.div-block-55 {
  width: 600px;
  padding-bottom: 10px;
}

.div-block-56 {
  align-items: center;
  height: 44px;
  padding: .75em .5em;
  display: flex;
}

.text-block-34 {
  color: #000;
  letter-spacing: -.12px;
  font-family: Sf Pro Text, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.menu-icon_line-middle-4 {
  height: 44px;
}

.image-137 {
  width: auto;
  height: 32px;
}

.heading-20 {
  color: #86868b;
  letter-spacing: -.01em;
  font-family: Sf Pro Text, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.33337em;
}

.image-138 {
  height: 30px;
}

.image-139 {
  width: auto;
  height: 32px;
}

.image-140 {
  padding-right: 11px;
}

.uui-navbar05_logo-link-5 {
  padding-left: 0;
  display: flex;
}

.container-19 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
}

.image-141, .image-142, .image-143 {
  width: auto;
  height: 32px;
}

.uui-navbar05_menu-5 {
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 44px;
  margin-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.menu-icon_component-4 {
  justify-content: center;
  align-items: center;
  height: 44px;
  display: flex;
}

.image-144 {
  height: 32px;
}

.container-20 {
  border-bottom: 1px solid #c4c4c7;
  max-width: 980px;
  margin-bottom: 40px;
  position: relative;
  top: 92px;
}

.f-icon-small-5 {
  color: #000;
  -webkit-text-stroke-color: #833b63;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 17px;
  height: 17px;
  display: flex;
}

.image-145 {
  opacity: .7;
  width: 15px;
  height: 15px;
}

.div-block-57 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.result {
  color: #6e6e73;
  padding-top: 8px;
  font-family: Sf Pro Text, Arial, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.div-block-58 {
  color: #424245;
  font-family: Sf Pro Text, Arial, sans-serif;
  line-height: 1.42859em;
}

.text-block-43 {
  font-family: Sf Pro Text, Arial, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.container-21 {
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.div-block-59 {
  padding-left: 40px;
}

.container-22 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #d2d2d7;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.filters {
  font-family: Sf Pro Text, Arial, sans-serif;
  font-weight: 300;
  display: none;
}

.div-block-60 {
  padding-left: 40px;
}

.filter-block {
  color: #424245;
  border-bottom: 1px solid #000;
  padding-bottom: 5px;
  font-family: Sf Pro Text, Arial, sans-serif;
  font-weight: 300;
}

.text-block-44 {
  font-family: Sf Pro Text, Arial, sans-serif;
  font-weight: 300;
}

.div-block-61 {
  padding-left: 40px;
}

.section-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px #d2d2d7;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 32px;
  margin-bottom: 18px;
  display: flex;
}

.text-block-46 {
  font-family: Sf Pro Text, Arial, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.47em;
}

.text-block-46.meta-title {
  margin-bottom: 10px;
  font-family: Sf Pro Display, sans-serif;
  font-size: 21px;
  font-weight: 600;
  line-height: 25px;
}

.paragraph {
  letter-spacing: -.002px;
  font-family: Sf Pro Text, Arial, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.47em;
}

.paragraph.meta-hide {
  line-height: 25em;
  display: none;
}

.link-2 {
  font-family: Sf Pro Text, Arial, sans-serif;
  font-weight: 300;
}

.search-result-item {
  padding-top: 18px;
  padding-bottom: 18px;
}

.search-result-item.top.empty {
  padding-top: 0;
  padding-bottom: 0;
}

.search-result-item.top.search-meta-data-sec {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  padding-top: 0;
  padding-bottom: 18px;
  display: flex;
}

.div-block-62 {
  color: #424245;
  font-family: Sf Pro Text, Arial, sans-serif;
  line-height: 1.42859em;
}

.text-block-47 {
  font-family: Sf Pro Text, Arial, sans-serif;
  font-size: 12px;
  font-weight: 300;
}

.container-23 {
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.div-block-63 {
  padding-left: 40px;
}

.container-24 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px solid #d2d2d7;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.text-block-48 {
  font-family: Sf Pro Text, Arial, sans-serif;
  font-weight: 300;
}

.div-block-64 {
  padding-left: 40px;
}

.text-block-49 {
  font-family: Sf Pro Text, Arial, sans-serif;
  font-weight: 300;
}

.section-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-bottom: 1px #d2d2d7;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 32px;
  margin-bottom: 18px;
  display: flex;
}

.div-block-65 {
  width: 636px;
  margin-top: 32px;
  padding-bottom: 0;
}

.dropdown-6 {
  align-items: center;
  height: 44px;
  margin-right: 0;
  display: flex;
  position: static;
}

.image-146 {
  padding-right: 11px;
}

.search-suggested-links {
  color: #6e6e73;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 10px;
  line-height: 16px;
  display: flex;
}

.search-dropdown-menu-2 {
  display: none;
}

.search-dropdown-menu-2.w--open {
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 77px;
  display: flex;
  inset: 100% 0% auto;
}

.heading-21 {
  color: #6e6e73;
  letter-spacing: -.01em;
  margin-top: 0;
  padding-left: 10px;
  font-family: Sf Pro Text, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.container-25 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
}

.search-result-wrapper {
  width: auto;
}

.search-result-list {
  padding-top: 7px;
}

.search-result-list.empty {
  padding-top: 0;
  padding-bottom: 0;
}

.search-result-list.meta_page {
  padding-top: 56px;
  padding-bottom: 56px;
}

.container-26 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  width: 320px;
  max-width: none;
  padding-right: 0;
  display: flex;
}

.section-6 {
  margin-top: 100px;
}

.page-changer {
  font-family: Sf Pro Text, Arial, sans-serif;
  line-height: 18px;
}

.div-block-67 {
  border: 1px solid #c4c4c7;
  border-radius: 5px;
  justify-content: center;
  width: 28px;
  height: 2.12em;
  margin-right: 8px;
  padding: 5px;
  display: flex;
}

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

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.image-147 {
  width: 8px;
}

.div-block-68 {
  align-items: center;
  display: flex;
}

.text-block-50 {
  color: #1d1d1f;
  font-family: Sf Pro Display, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 40px;
}

.empty-state {
  margin-top: 56px;
  margin-bottom: 56px;
}

.empty-state.metadata-page {
  display: none;
}

.suggested-searches {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 43px;
  display: none;
}

.other-searches {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 0;
  display: flex;
}

.main-tabpanel-heading-2-other-searches {
  color: #1d1d1f;
  letter-spacing: .216px;
  padding-bottom: 32px;
  font-family: Sf Pro Display, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

.other-searches-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.suggested-searces-container {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #fff;
  border: 1px solid #d2d2d7;
  border-radius: 980px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 12px 22px;
  display: flex;
}

.icon-4 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 1px;
  padding-bottom: 1px;
  display: flex;
}

.vectors-wrapper-44 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 12.2565px;
  height: 12.3727px;
  display: flex;
}

.text-30 {
  color: #1d1d1f;
  text-align: center;
  letter-spacing: -.374px;
  font-family: Sf Pro Display, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 20px;
}

.main-tabpanel-list-item-link-2 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: #fff;
  border: 1px solid #d2d2d7;
  border-radius: 980px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  padding: 12px 21px;
  display: flex;
}

.html-embed {
  padding-right: 11px;
}

.cross-icon {
  justify-content: flex-end;
  padding-top: 12px;
  padding-right: 12px;
  display: flex;
}

.image-282 {
  width: 22px;
  height: 22px;
}

.image-282.search {
  display: none;
}

.uui-navbar05_logo-link-6 {
  padding-left: 0;
  display: flex;
}

.uui-navbar05_dropdown-list-6 {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.uui-navbar05_dropdown-list-6.w--open {
  z-index: auto;
  box-shadow: none;
  opacity: 1;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  mix-blend-mode: normal;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-width: 100vw;
  max-width: 100%;
  height: 100px;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: absolute;
  inset: 44px auto auto 0%;
  overflow: hidden;
}

.image-293 {
  height: 30px;
}

.image-290 {
  height: 32px;
}

.uui-navbar05_menu-6 {
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 44px;
  margin-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.image-294 {
  width: auto;
  height: 32px;
}

.menu-icon_line-middle-5 {
  height: 44px;
}

.image-288 {
  width: auto;
  height: 32px;
}

.image-288.size {
  height: 22px;
}

.dropdown-toggle-6 {
  color: #614767;
  letter-spacing: -.12px;
  justify-content: center;
  align-items: center;
  height: 44px;
  max-height: 44px;
  padding: .75rem .5rem;
  font-family: Sf Pro Text, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 2116px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.dropdown-toggle-6:hover {
  color: #344054;
}

.uui-navbar05_menu-dropdown-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
}

.heading-22 {
  color: #6e6e73;
  letter-spacing: -.01em;
  margin-top: 0;
  padding-left: 10px;
  font-family: Sf Pro Text, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.image-300 {
  width: auto;
  height: 32px;
}

.menu-icon_component-5 {
  justify-content: center;
  align-items: center;
  height: 44px;
  display: flex;
}

.image-286, .image-292, .image-289 {
  width: auto;
  height: 32px;
}

.menu-icon_line-bottom-4 {
  height: 44px;
}

.image-283 {
  width: auto;
  height: 32px;
}

.uui-navbar05_menu-button-3 {
  width: 64px;
  padding: 0;
  display: none;
}

.menu-icon_line-top-5 {
  height: 44px;
}

.image-287 {
  width: auto;
  height: auto;
}

.uui-navbar05_menu-left-6 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.dropdown-7 {
  align-items: center;
  height: 44px;
  margin-right: 0;
  display: flex;
  position: static;
}

.uui-button-6 {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #ff008c;
  border: 1px solid #ff008c;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 79px;
  height: 24px;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: block;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-6:hover {
  background-color: #ff008c;
  border-color: #ff008c;
}

.uui-button-6:focus {
  background-color: #ff008c;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

.uui-button-6.login {
  margin-left: 6px;
  padding-top: .125rem;
  padding-bottom: .125rem;
  display: flex;
}

.container-28 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f5f5f700;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-top: 12px;
  padding-bottom: 10px;
  display: flex;
}

.uui-navbar05_item-right-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.uui-navbar05_item-right-5.hide {
  display: none;
}

.image-285 {
  width: 54px;
  height: auto;
}

.image-303 {
  height: 32px;
}

.div-block-71 {
  align-items: center;
  height: 44px;
  padding: .75em .5em;
  display: flex;
}

.image-296 {
  width: auto;
  height: 32px;
}

.div-block-72 {
  width: 636px;
  margin-top: 32px;
  padding-bottom: 0;
}

.image-299 {
  height: 32px;
}

.uui-navbar05_button-wrapper-5 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  align-items: center;
  width: auto;
  height: 44px;
  display: flex;
}

.text-block-51 {
  letter-spacing: -.12px;
  font-family: Sf Pro Text, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.image-295 {
  width: auto;
  height: 32px;
}

.image-284 {
  width: 22px;
  height: 22px;
}

.image-284.search {
  display: none;
}

.container-27 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
}

.image-297 {
  height: 32px;
}

.uui-navbar05_logo-link-7 {
  padding-left: 0;
  display: flex;
}

.image-302 {
  height: 32px;
}

.uui-navbar05_dropdown-list-7 {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.uui-navbar05_dropdown-list-7.w--open {
  z-index: auto;
  box-shadow: none;
  opacity: 1;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  mix-blend-mode: normal;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-width: 100vw;
  max-width: 100%;
  height: 100px;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: absolute;
  inset: 44px auto auto 0%;
  overflow: hidden;
}

.image-304 {
  height: 30px;
}

.image-305 {
  height: 32px;
}

.uui-navbar05_menu-7 {
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 44px;
  margin-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.image-306 {
  width: auto;
  height: 32px;
}

.menu-icon_line-middle-6 {
  height: 44px;
}

.image-298 {
  height: 32px;
}

.image-307 {
  width: auto;
  height: 32px;
}

.image-307.size {
  height: 22px;
}

.dropdown-toggle-7 {
  color: #614767;
  letter-spacing: -.12px;
  justify-content: center;
  align-items: center;
  height: 44px;
  max-height: 44px;
  padding: .75rem .5rem;
  font-family: Sf Pro Text, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 2116px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.dropdown-toggle-7:hover {
  color: #344054;
}

.uui-navbar05_menu-dropdown-4 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
}

.image-308, .image-309, .image-310, .image-311 {
  width: auto;
  height: 32px;
}

.menu-icon_line-bottom-5 {
  height: 44px;
}

.image-312 {
  width: auto;
  height: 32px;
}

.image-313 {
  height: 32px;
}

.image-314 {
  width: auto;
  height: auto;
}

.uui-navbar05_menu-left-7 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.dropdown-8 {
  align-items: center;
  height: 44px;
  margin-right: 0;
  display: flex;
  position: static;
}

.uui-button-7 {
  grid-column-gap: .5rem;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #ff008c;
  border: 1px solid #ff008c;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 79px;
  height: 24px;
  padding: .625rem 1.125rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
  display: block;
  box-shadow: 0 1px 2px #1018280d;
}

.uui-button-7:hover {
  background-color: #ff008c;
  border-color: #ff008c;
}

.uui-button-7:focus {
  background-color: #ff008c;
  box-shadow: 0 1px 2px #1018280d, 0 0 0 4px #f4ebff;
}

.uui-button-7.login {
  order: -1;
  margin-left: 6px;
  padding-top: .125rem;
  padding-bottom: .125rem;
  display: flex;
}

.container-29 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f5f5f700;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-top: 12px;
  padding-bottom: 10px;
  display: flex;
}

.uui-navbar05_item-right-6 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.uui-navbar05_item-right-6.hide {
  display: none;
}

.image-301 {
  height: 32px;
}

.image-315 {
  width: 54px;
  height: auto;
}

.div-block-74 {
  align-items: center;
  height: 44px;
  padding: .75em .5em;
  display: flex;
}

.image-316 {
  width: auto;
  height: 32px;
}

.div-block-75 {
  width: 636px;
  margin-top: 32px;
  padding-bottom: 0;
}

.image-317 {
  height: 32px;
}

.uui-navbar05_button-wrapper-6 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  align-items: center;
  width: auto;
  height: 44px;
  display: flex;
}

.text-block-52 {
  letter-spacing: -.12px;
  font-family: Sf Pro Text, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.image-318 {
  width: auto;
  height: 32px;
}

.image-319 {
  width: 22px;
  height: 22px;
}

.image-319.search {
  display: none;
}

.container-30 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
}

.image-320, .image-321 {
  height: 32px;
}

.uui-navbar05_dropdown-list-8 {
  display: none;
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #10182808;
}

.uui-navbar05_dropdown-list-8.w--open {
  z-index: auto;
  box-shadow: none;
  opacity: 1;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  mix-blend-mode: normal;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  min-width: 100vw;
  max-width: 100%;
  height: 100px;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: absolute;
  inset: 44px auto auto 0%;
  overflow: hidden;
}

.uui-navbar05_dropdown-list-8.show, .uui-navbar05_dropdown-list-8.sow {
  display: block;
}

.image-322 {
  height: 30px;
}

.image-323 {
  height: 32px;
}

.image-324 {
  width: auto;
  height: 32px;
}

.menu-icon_line-middle-7 {
  height: 44px;
}

.image-325 {
  height: 32px;
}

.image-326 {
  width: auto;
  height: 32px;
}

.image-326.size {
  height: 22px;
}

.dropdown-toggle-8 {
  color: #614767;
  letter-spacing: -.12px;
  justify-content: center;
  align-items: center;
  height: 44px;
  max-height: 44px;
  padding: .75rem .5rem;
  font-family: Sf Pro Text, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 2116px;
  transition: all .3s;
  display: flex;
  position: relative;
}

.dropdown-toggle-8:hover {
  color: #344054;
}

.uui-navbar05_menu-dropdown-5 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: static;
}

.image-327, .image-328, .image-329, .image-330, .image-331 {
  width: auto;
  height: 32px;
}

.image-332 {
  height: 32px;
}

.image-333 {
  width: auto;
  height: auto;
}

.dropdown-9 {
  align-items: center;
  height: 44px;
  margin-right: 0;
  display: flex;
  position: static;
}

.container-31 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f5f5f700;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  padding-top: 12px;
  padding-bottom: 10px;
  display: flex;
}

.image-334 {
  height: 32px;
}

.image-335 {
  width: 54px;
  height: auto;
}

.div-block-77 {
  align-items: center;
  height: 44px;
  padding: .75em .5em;
  display: flex;
}

.image-336 {
  width: auto;
  height: 32px;
}

.div-block-78 {
  width: 636px;
  margin-top: 32px;
  padding-bottom: 0;
}

.image-337 {
  height: 32px;
}

.uui-navbar05_button-wrapper-7 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: row-reverse;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  height: 44px;
  display: flex;
}

.uui-navbar05_button-wrapper-7.hide {
  display: none;
}

.text-block-53 {
  letter-spacing: -.12px;
  font-family: Sf Pro Text, Arial, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

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

.image-338 {
  width: auto;
  height: 32px;
}

.image-339 {
  width: 22px;
  height: 22px;
}

.image-339.search {
  display: none;
}

.container-32 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
}

.div-block-80 {
  display: flex;
}

.div-block-80.hide {
  display: none;
}

.ko-lang {
  font-family: IBM Plex Sans KR;
}

.empty-result {
  display: block;
}

.empty-result.hide {
  display: none;
}

.search-meta {
  width: 100%;
  font-family: Sf Pro Display, sans-serif;
  font-size: 17px;
  line-height: 25px;
}

.serach-thumb {
  aspect-ratio: auto;
  width: 100%;
  max-width: 103px;
}

.search-meta-img {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
}

.drop-down-arrow {
  display: none;
}

.video-background-section {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.video-wrapper {
  z-index: -999;
  background-color: #000;
  width: 1000%;
  height: 100%;
  padding-bottom: 56.25%;
  position: absolute;
}

.video-embed {
  opacity: .75;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.html-background-video {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
  position: static;
}

.html-background-video.hide {
  display: none;
}

.hero-section-2 {
  aspect-ratio: 16 / 9;
  width: 100vw;
  height: auto;
  position: relative;
}

.heading {
  text-align: center;
  font-size: 64px;
  line-height: 120%;
}

.html-embed-2 {
  margin-top: 0;
  margin-bottom: -5px;
  margin-right: 7px;
}

.text-wrapper {
  z-index: 1;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  max-width: 840px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.button-2 {
  color: #fff;
  background-image: linear-gradient(305deg, #c01a1a, #f02323);
  align-items: center;
  margin-top: 30px;
  padding: 15px 40px;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button-2:hover {
  background-image: linear-gradient(#000, #000);
}

.text-block {
  text-align: center;
  margin-top: 15px;
  font-size: 20px;
  font-weight: 200;
  line-height: 120%;
}

.source-background-hidden {
  display: none;
}

.text-block-55 {
  font-weight: 500;
  text-decoration: underline;
}

.overlay {
  background-color: #000000a3;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

.section-7 {
  background-color: #f1f3f6;
  border-radius: 14px;
  width: 600px;
  height: 84%;
  margin: 0 auto;
  padding-left: 0;
  padding-right: 0;
  overflow: auto;
}

.image-341 {
  width: 95px;
  height: 95px;
  margin-bottom: 12px;
}

.filters-title-active {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #292930;
  border-radius: 7px;
  flex-flow: row;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 7px 10px;
  display: flex;
}

.save-changes {
  color: #fff;
  text-align: center;
  font-family: Sf Pro Display, sans-serif;
  font-size: 15px;
  font-weight: 700;
}

.text-52 {
  color: #262626;
  text-align: center;
  letter-spacing: -.33px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
  font-family: Sf Pro Display, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
}

.content-container {
  margin-top: 16px;
}

.content-container.save {
  margin-bottom: 36px;
  padding-left: 44px;
  padding-right: 44px;
}

.content-container.user {
  width: auto;
  height: auto;
  margin-top: 16px;
}

.content-container.diplay {
  margin-top: 25px;
}

.edit-container {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hot-space-filters {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-bottom: 0 solid #cfd9de66;
  flex-wrap: wrap;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 8px;
  padding-bottom: 0;
  display: flex;
  overflow: visible;
}

.heading-23 {
  margin-top: 0;
  font-family: Sf Pro Display, sans-serif;
  font-size: 15px;
  line-height: 20px;
}

.vectors-wrapper-74 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 17.4723px;
  height: 9.38261px;
  display: flex;
}

.content-block {
  background-color: #fff;
  border-radius: 24px;
  margin-top: 7px;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 16px;
}

.content-block.save {
  background-color: #000;
  margin-top: 35px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 16px;
}

.content-block.desc {
  min-height: 155px;
}

.filter-title-carf {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 7px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 7px 10px;
  display: flex;
}

.filter-title-carf.form-tag {
  background-color: #fff;
  height: 30px;
  padding: 0 12px;
  font-size: 12px;
}

.image-343 {
  display: none;
}

.profile-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.filter-content-active {
  color: #fff;
  text-align: center;
  font-family: Sf Pro Display, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 127.34%;
}

.text-block-37 {
  color: #3897f0;
  letter-spacing: -.05px;
  font-family: Sf Pro Display, sans-serif;
  font-size: 13px;
  font-weight: 600;
  line-height: 20px;
}

.filter-content {
  color: #000;
  text-align: center;
  font-family: Sf Pro Display, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 127.34%;
}

.image-344 {
  width: 22px;
  height: 22px;
}

.cross-icon-2 {
  justify-content: flex-end;
  padding-top: 12px;
  padding-right: 12px;
  display: flex;
}

.container-33 {
  padding-left: 44px;
  padding-right: 44px;
}

.text-block-42 {
  color: #262626;
  font-family: Sf Pro Display, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
}

.text-62 {
  color: #000;
  font-size: 12px;
  font-weight: 700;
}

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

.frame-37061 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #ececec;
  border: 0 solid #cecece;
  border-radius: 6px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  display: flex;
}

.limit-text {
  color: #777e90;
  justify-content: flex-end;
  align-items: center;
  margin-top: 5px;
  margin-left: 0;
  padding-right: 2px;
  font-family: Sf Pro Display, sans-serif;
  font-size: 13px;
  line-height: 16px;
  display: flex;
}

.div-block-84 {
  justify-content: space-between;
  align-items: center;
  margin-top: 22px;
  padding-right: 12px;
  display: flex;
}

.text-53 {
  color: #3c3c434d;
  letter-spacing: -.02em;
  font-family: Sf Pro Display, sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.container-34 {
  padding-left: 44px;
  padding-right: 44px;
}

.form-title {
  color: #262626;
  text-align: center;
  letter-spacing: -.33px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-left: 0;
  padding-right: 0;
  font-family: Sf Pro Display, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 21px;
}

.form-body {
  background-image: linear-gradient(120deg, #fff, #e8ebf1);
  border-radius: 14px;
  width: 100%;
  max-width: 600px;
  height: 100%;
  max-height: 882px;
  padding-bottom: 36px;
  padding-left: 44px;
  padding-right: 44px;
  position: relative;
}

.title-div {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 44px;
  display: flex;
}

.text-block-56 {
  color: #262626;
  font-family: Sf Pro Display, sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 21px;
}

.cross-btn {
  position: absolute;
  top: 12px;
  right: 12px;
}

.inquiry-form-cont {
  height: 86%;
  margin-top: 32px;
  margin-bottom: 0;
}

.form-field-title {
  color: #262626;
  margin-bottom: 7px;
  font-family: Sf Pro Display, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
}

.input-field-form {
  color: #262626;
  border: 0 solid #000;
  border-radius: 26px;
  height: 50px;
  margin-bottom: 0;
  padding: 0 0 0 16px;
  font-family: Sf Pro Display, sans-serif;
  font-size: 15px;
  font-weight: 400;
  box-shadow: 0 4px 8px #0000000f;
}

.textarea {
  color: #262626;
  border: 0 solid #000;
  border-radius: 24px;
  height: auto;
  min-height: 150px;
  margin-bottom: 0;
  padding: 16px 0 0 16px;
  font-family: Sf Pro Display, sans-serif;
  font-size: 15px;
  box-shadow: 0 4px 8px #0000000f;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  height: 100%;
  display: flex;
}

.submit-button {
  color: #fff;
  background-color: #000;
  border-radius: 26px;
  height: 50px;
  margin-top: auto;
  padding: 0;
  font-family: Sf Pro Display, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
}

.section-heading-new {
  color: #ff008c;
  text-align: center;
  letter-spacing: -1px;
  margin: 0;
  font-family: Bebasneue, Impact, sans-serif;
  font-size: 80px;
  line-height: 96px;
}

.small-title-big-title {
  width: 100%;
  min-height: 60px;
  line-height: 50px;
}

.small-title-big-title.news-cards-date-space {
  min-height: 20px;
}

.small-title-big-title.title-to-description {
  order: 0;
}

.small-title-big-title.description-to-button {
  min-height: 12px;
}

.small-title-big-title.faq {
  min-height: 5px;
}

.small-title-big-title.small-heading-gap.jp1 {
  min-height: 17px;
}

.small-title-big-title.jp {
  min-height: 30px;
  line-height: 50px;
}

.big-title-two {
  color: #fff;
  text-align: center;
  letter-spacing: -.28px;
  font-family: Sf Pro Display, sans-serif;
  font-size: 51px;
  font-weight: 600;
  line-height: 60px;
}

.big-title-two.ko-lang {
  font-family: IBM Plex Sans KR;
}

.big-title-two.ja-lang {
  font-family: Sf Pro Display, sans-serif;
}

.big-title-two.arb {
  direction: rtl;
}

.big-title-two.white-bg {
  color: #1d1d1f;
}

.image-345 {
  box-sizing: border-box;
  object-fit: cover;
  background-color: #0000;
  width: 100%;
  max-height: 300px;
}

.image-345.hide {
  display: none;
}

/* .sec-image-cont {
  aspect-ratio: 16 / 9;
  object-fit: contain;
  background-color: #0000;
  background-image: url('../images/Frame-38065.png');
  background-position: 50% 0;
  background-size: cover;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  min-height: auto;
  max-height: 370px;
  display: flex;
} */

.our-product-section {
  background-color: #fff;
}

.product-card {
  flex-flow: column;
  justify-content: space-around;
  height: auto;
  text-decoration: none;
  display: flex;
}

.product-info {
  background-color: #f5f5f7;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 66px 24px 38px;
  display: flex;
}

.text-block-57 {
  color: #ff008c;
  text-align: center;
  padding-bottom: 10px;
  font-family: Sf Pro Display, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 32px;
}

.text-block-58 {
  color: #1d1d1f;
  text-align: center;
  max-width: 510px;
  margin-bottom: 22px;
  font-family: Sf Pro Display, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 42px;
}

.text-block-58.jp_lang {
  line-height: 44px;
}

.text-block-59 {
  color: #1d1d1f;
  text-align: center;
  letter-spacing: 0;
  max-width: 440px;
  margin-bottom: 24px;
  font-family: Sf Pro Display, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 25px;
}

.p-learn-more {
  color: #fff;
  background-color: #0071e3;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 36px;
  min-height: 36px;
  padding-left: 16px;
  padding-right: 16px;
  font-family: Sf Pro Text, Arial, sans-serif;
  display: none;
}

.image-346 {
  width: 100%;
  height: auto;
}

.p-card-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 86px;
  margin-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
  display: grid;
}

.heading-gap {
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 46px;
  display: flex;
}

.heading-gap.section4-mobile-cards {
  height: 74px;
}

.heading-gap.section4-mobile-cardslower {
  height: 64px;
}

.heading-gap.hero.banner-btn {
  height: 44px;
}

.faq-m {
  flex-direction: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 93px;
  display: flex;
}

.faq-m.section4-mobile-cards {
  height: 74px;
}

.faq-m.section4-mobile-cardslower {
  height: 64px;
}

.faq-m.hero.banner-btn {
  height: 44px;
}

.big-title-two-en {
  letter-spacing: -.28px;
  font-family: Sf Pro Display, sans-serif;
  font-size: 64px;
  font-weight: 600;
  line-height: 60px;
}

.big-title-two-en.black-bg {
  color: #fff;
}

.title-description-en {
  color: #424246;
  text-align: center;
  letter-spacing: .2px;
  -webkit-text-stroke-color: #1d1d1f;
  max-width: 700px;
  font-family: Sf Pro Display, sans-serif;
  font-size: 21px;
  font-weight: 400;
  line-height: 29px;
}

.title-description-en.black-bg {
  color: #fff;
  text-align: center;
  max-width: 829px;
}

.title-description-en.title-three, .title-description-en.title-three.black-bg {
  max-width: 700px;
}

.big-title-three-en {
  color: #1d1d1f;
  text-align: center;
  letter-spacing: -.28px;
  font-family: Sf Pro Display, sans-serif;
  font-size: 80px;
  font-weight: 600;
  line-height: 60px;
}

.big-title-three-en.black-bg {
  color: #fff;
  font-size: 80px;
  line-height: 60px;
}

.text-block-58-en {
  text-align: center;
  letter-spacing: -.28px;
  max-width: 560px;
  margin-bottom: 20px;
  font-family: Sf Pro Display, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.card-desc-text {
  color: #1d1d1f;
  text-align: center;
  letter-spacing: -.4px;
  max-width: 536px;
  height: auto;
  margin-bottom: 24px;
  font-family: Sf Pro Text, Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
}

.p-intro-sec {
  grid-column-gap: 74px;
  grid-row-gap: 74px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 110px;
  padding-bottom: 110px;
  display: flex;
}

.p-top-title {
  color: #ff008c;
  text-align: center;
  margin-bottom: 0;
  font-family: Sf Pro Display, sans-serif;
  font-size: 25px;
  font-weight: 600;
  line-height: 44px;
}

.p-top-title.sm {
  margin-bottom: 12px;
  font-size: 25px;
  line-height: 44px;
}

.p-big-heading {
  color: #1d1d1f;
  text-align: center;
  letter-spacing: -1.44px;
  max-width: 950px;
  margin-bottom: 0;
  font-family: Sf Pro Display, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 76px;
}

.p-big-heading.sm {
  max-width: 820px;
  margin-bottom: 30px;
  font-size: 64px;
  font-weight: 600;
  line-height: 70px;
}

.p-big-heading.sm.jp {
  font-size: 60px;
  line-height: 64px;
}

.p-big-heading.cm {
  margin-top: 8px;
  margin-bottom: 30px;
  font-size: 64px;
  font-weight: 600;
  line-height: 70px;
}

.p-big-heading.jp {
  letter-spacing: 0;
  max-width: 758px;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 700;
  line-height: 76px;
}

.p-desc-text {
  color: #1d1d1f;
  text-align: center;
  letter-spacing: 0;
  max-width: 734px;
  margin-bottom: 30px;
  font-family: Sf Pro Display, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
}

.p-desc-text.sm {
  max-width: 730px;
  margin-bottom: 30px;
}

.p-desc-text.sm.jp {
  max-width: 764px;
  font-size: 23px;
  line-height: 33px;
}

.p-desc-text.cm {
  max-width: 710px;
  line-height: 32px;
}

.p-desc-text.jp {
  color: #5f5f64;
  letter-spacing: .2px;
  max-width: 600px;
  margin-bottom: 30px;
  font-size: 19px;
  font-weight: 600;
  line-height: 30px;
}

.learn-more-btn {
  color: #fff;
  background-color: #0071e3;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  height: 44px;
  min-height: 44px;
  padding-left: 22px;
  padding-right: 22px;
  font-family: Sf Pro Text, Arial, sans-serif;
  font-size: 17px;
  font-weight: 700;
  display: flex;
}

.image-slider-cont {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.section-text-wrp {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-text-wrp.tb {
  line-height: 20%;
}

.slider-wrp {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slider-dots-cont {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.slider-dot {
  background-color: #0000006b;
  border-radius: 8px;
  width: 8px;
  min-width: 8px;
  height: 8px;
  min-height: 8px;
}

.slider-dot.active {
  background-color: #000;
}

.trailer-sec {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  flex-flow: column;
  padding: 110px 90px 100px;
  display: flex;
}

.section-heading {
  color: #1d1d1f;
  width: 100%;
  max-width: 1260px;
  padding-left: 0;
  font-family: Sf Pro Display, sans-serif;
  font-size: 36px;
  font-weight: 700;
  line-height: 60px;
}

.section-heading.jp {
  padding-left: 0;
  font-size: 44px;
}

.section-heading.feature {
  padding-left: 90px;
}

.section-heading.small-heading-jp {
  line-height: 44px;
}

.trailer-vid {
  box-sizing: border-box;
  aspect-ratio: 16 / 9;
  object-fit: fill;
  border-radius: 28px;
  height: 100%;
  max-height: none;
  overflow: hidden;
}

.image-347 {
  box-sizing: border-box;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  height: 100%;
  max-height: none;
}

.challenges-sec {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  background-color: #f5f5f7;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 110px 90px;
  display: flex;
}

.metaverse-card {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  max-width: 1188px;
  margin-left: 24px;
  margin-right: 24px;
  padding-left: 0;
  display: flex;
}

.cards-container {
  background-color: #fff;
  border-radius: 18px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  min-width: 0;
  max-width: 420px;
  height: 100%;
  max-height: 420px;
  display: flex;
  overflow: hidden;
}

.cards-content {
  max-width: 410px;
  height: 100%;
  min-height: 360px;
  max-height: 420px;
  margin-bottom: 0;
  padding: 32px 44px 70px 32px;
}

.card-text-cont {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.card-top-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  padding-left: 0;
  display: flex;
}

.testimonial-main-heading {
  color: #1d1d1f;
  text-align: left;
  letter-spacing: -.07px;
  justify-content: center;
  align-items: center;
  max-width: 260px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Sf Pro Display, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 150%;
  display: flex;
}

.testimonial-main-heading.jp {
  letter-spacing: 0;
  max-width: 262px;
  height: auto;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 26px;
  line-height: 32px;
}

.testimonial-main-heading.eng {
  margin-top: 13px;
  margin-bottom: 13px;
  font-size: 28px;
  line-height: 32px;
}

.list-3 {
  color: #393939;
  margin-bottom: 0;
  padding-left: 24px;
  font-family: Sf Pro Display, sans-serif;
  font-size: 17px;
  line-height: 21px;
}

.challenges-cards-cont {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1290px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: flex;
}

.card-bottom-content {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.card-desc {
  color: #1d1d1f;
  letter-spacing: -.37px;
  font-family: Sf Pro Text, Arial, sans-serif;
  font-size: 17px;
  line-height: 21px;
}

.card-desc.jp {
  text-align: left;
  letter-spacing: 0;
  margin-right: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 23px;
}

.card-link-text {
  color: #06c;
  letter-spacing: -.37px;
  font-family: Sf Pro Text, Arial, sans-serif;
  font-size: 17px;
  line-height: 21px;
}

.card-link-cont {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.solution-sec {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  flex-flow: column;
  padding: 110px 90px;
  display: flex;
}

.hiw-sec {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  border-radius: 0;
  flex-flow: column;
  padding: 110px 90px;
  display: flex;
}

.section-heading-wrp {
  padding-left: 0;
  padding-right: 90px;
}

.section-heading-wrp.mamlia-grey {
  padding-left: 0;
  padding-right: 0;
}

.section-cont {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  background-color: #0000;
  background-image: linear-gradient(#f5f5f7, #f5f5f7);
  border-radius: 28px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 760px;
  max-height: 760px;
  padding-left: 90px;
  display: flex;
}

.left-side-text {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hiw-feature {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  background-color: #e8e8edb8;
  border-radius: 40px;
  justify-content: flex-start;
  align-items: center;
  height: 56px;
  padding: 16px 32px 16px 14px;
  display: flex;
  box-shadow: inset 0 0 .5px #0000001c;
}

.hiw-feature-title {
  color: #1d1d1f;
  font-family: Sf Pro Display, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 21px;
}

.feature-sec {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  flex-flow: column;
  padding: 110px 0 110px 90px;
  display: flex;
}

.feature-cont {
  background-color: #0000;
  background-image: url('https://ik.imagekit.io/mjoh996/images/images/lp-new/bghuiw.png');
  background-position: 50% 0;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  min-height: 760px;
  max-height: 760px;
  padding-left: 90px;
  display: flex;
}

.section-8 {
  padding-left: 0;
}

.feature-card-cont {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  width: auto;
  max-width: none;
  display: flex;
  overflow: auto;
}

.feature-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  width: 372px;
  min-width: 372px;
  max-width: 372px;
  margin-bottom: 30px;
  display: flex;
}

.feature-text {
  color: #1d1d1f;
  letter-spacing: -.37px;
  max-width: 340px;
  padding-left: 14px;
  padding-right: 40px;
  font-family: Sf Pro Text, Arial, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 25px;
}

.feature-text.jp {
  padding-right: 14px;
  font-family: Sf Pro Text, Arial, sans-serif;
  font-size: 15px;
  line-height: 23px;
}

.bold-text {
  color: #6e6e73;
  font-weight: 600;
}

.bold-text-2 {
  color: #6e6e73;
}

.slide-arrow-cont {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: flex-end;
  align-items: center;
  margin-top: 81px;
  padding-right: 44px;
  display: flex;
}

.prev-arrow.unactive {
  opacity: .42;
}

.why-sec {
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  background-color: #f5f5f7;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 110px 90px;
  display: flex;
}

.comparison-sec {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  flex-flow: column;
  padding: 110px 90px;
  display: flex;
}

.comp-table-wrp {
  border-radius: 30px;
  height: 100%;
  max-height: none;
  margin-left: 68px;
  margin-right: 68px;
  overflow: hidden;
}

.table-cont {
  flex-flow: column;
  display: flex;
}

.feature-row {
  background-color: #ebebeb;
  flex-flow: column;
  padding-top: 42px;
  padding-left: 70px;
  padding-right: 0;
  display: flex;
}

.c-row-block {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  background-color: #0000;
  border-bottom: 1px solid #0000001a;
  flex-flow: column;
  width: 20%;
  padding: 24px 0;
  display: flex;
}

.c-row-block.header-1 {
  background-color: #ebebeb;
  justify-content: center;
  align-items: flex-start;
  width: 20%;
  height: auto;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 70px;
}

.c-row-block.last {
  border-bottom-width: 0;
}

.c-row-block.first {
  background-color: #ebebeb;
  justify-content: center;
  align-items: flex-start;
  padding-left: 70px;
  padding-right: 15px;
}

.c-row-block.second {
  background-color: #ebebeb;
  padding-left: 0;
  padding-right: 0;
}

.c-row-block.top {
  background-color: #ebebeb;
  border-bottom-width: 0;
  width: 20%;
  height: auto;
  margin-top: 0;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 70px;
}

.feature-title {
  color: #1d1d1f;
  font-family: Sf Pro Text, Arial, sans-serif;
  font-weight: 600;
}

.option1-row {
  background-color: #ebebeb;
  flex-flow: column;
  padding-top: 42px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.option-row-block {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  border-bottom: 1px solid #0000001a;
  flex-flow: column;
  height: 100px;
  padding: 24px 40px 24px 15px;
  display: flex;
}

.option-row-block.option-header {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  width: 20%;
  height: auto;
  padding: 24px 0;
}

.option-row-block.option-header.jp {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.option-row-block.option-header1 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  background-color: #ebebeb;
  width: 20%;
  height: auto;
  padding: 24px 0;
}

.option-row-block.option-header1.jp {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.option-row-block.top {
  background-color: #ebebeb;
  border-bottom-width: 0;
  width: 20%;
  height: auto;
  padding: 42px 0 12px;
}

.option-row-block.top-other {
  background-color: #fff;
  border-bottom-width: 0;
  width: 20%;
  height: auto;
  padding: 42px 0 12px;
}

.option-title {
  color: #0071e3;
  text-align: center;
  font-family: Sf Pro Text, Arial, sans-serif;
  font-size: 17px;
  font-weight: 600;
  line-height: 21px;
}

.feature-desc {
  color: #1d1d1f;
  max-width: 170px;
  font-family: Sf Pro Text, Arial, sans-serif;
  font-weight: 400;
}

.feature-value {
  color: #1d1d1f;
  text-align: center;
  font-family: Sf Pro Text, Arial, sans-serif;
  font-weight: 600;
}

.feature-value.jp {
  font-weight: 500;
}

.t-row {
  width: 100%;
  height: 100%;
  display: flex;
}

.tic-icon, .nil-icon {
  height: 16px;
  max-height: 16px;
}

.slide-arrow-chell {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  justify-content: flex-end;
  align-items: center;
  margin-top: 81px;
  padding-right: 44px;
  display: none;
}

.value-section {
  max-height: 692px;
}

.html-bg-video {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
  position: static;
}

.html-bg-video.hide {
  display: none;
}

.ai-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  background-image: url('https://ik.imagekit.io/mjoh996/images/images/lp-new/Background-ai.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 692px;
  max-height: 692px;
  padding: 0;
  display: flex;
}

.image-351 {
  width: 42px;
  height: 48px;
}

.p-card-title {
  color: #1d1d1f;
  text-align: left;
  letter-spacing: -.07px;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 360px;
  max-height: 64px;
  margin-top: 13px;
  margin-bottom: 13px;
  padding-left: 14px;
  padding-right: 18px;
  font-family: Sf Pro Display, sans-serif;
  font-size: 28px;
  font-weight: 600;
  line-height: 32px;
  display: flex;
}

.p-card-title.jp {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 26px;
  font-weight: 700;
  line-height: 32px;
}

.text-block-60 {
  font-weight: 400;
}

@media screen and (min-width: 1920px) {
  .navbar2_component {
    flex-direction: row;
    justify-content: center;
    min-width: 1440px;
    max-width: 1660px;
  }

  .navbar2_container {
    justify-items: center;
  }

  .small-container {
    flex-direction: column;
    justify-content: center;
  }

  .columns {
    width: 1380px;
    padding-left: 0;
    padding-right: 0;
  }

  .section-gap {
    display: flex;
  }

  .hero-section {
    background-image: none;
    background-position: 0 0;
    width: 100%;
  }

  .hero-section.banner {
    background-image: url('https://ik.imagekit.io/mjoh996/images/images/lp-new/848f24905c338edccfff1a673800ba62d376d44f.png');
    background-position: 50%;
  }

  .value {
    width: 100%;
    min-height: 710px;
    max-height: 710px;
    margin-bottom: 12px;
    padding-left: 0;
    padding-right: 0;
  }

  .text-9 {
    line-height: 80px;
  }

  .title-description {
    padding-left: 22%;
    padding-right: 22%;
  }

  .small-top {
    min-height: 44px;
  }

  .title-to-description.faq {
    height: 2px;
    line-height: 10px;
  }

  .small-heading-title {
    font-size: 22px;
  }

  .uui-layout70_image {
    border-top-left-radius: 55px;
    border-top-right-radius: 55px;
    height: 600px;
  }

  .virtical-box {
    height: auto;
  }

  .grid {
    width: 1350px;
  }

  .uui-padding-vertical-xhuge {
    width: 100%;
  }

  .container-3 {
    width: 1380px;
  }

  .columns-2 {
    max-width: 1350px;
  }

  .body {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .f-button-neutral.korean-button {
    width: 180px;
  }

  .testimonial-image-left, .testimonial-image-left.mid, .testimonial-image-left.top {
    max-width: 1350px;
  }

  .middle-title {
    text-align: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .in-box-description {
    padding-left: 76px;
    padding-right: 77px;
  }

  .choose-us {
    background-color: #fff;
    width: 100%;
  }

  .button-text.butoon-click.korean-button {
    width: 120px;
  }

  .frame-90 {
    width: 1350px;
  }

  .frame-90.cards-formobile {
    place-items: start center;
    width: 1350px;
    max-width: 1350px;
  }

  .in-box-text {
    padding-left: 76px;
    padding-right: 76px;
  }

  .video-section {
    align-items: center;
    width: 1380px;
    display: flex;
  }

  .earn {
    flex-direction: column;
    align-items: center;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .banner-explore {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 1350px;
    padding-left: 105px;
    padding-right: 220px;
  }

  .frame-9223 {
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .uui-text-size-small.text-color-gray500 {
    align-items: center;
    height: 60px;
    padding-top: 0;
    padding-left: 44px;
    font-size: 14px;
  }

  .uui-logo_component.foot {
    width: auto;
  }

  .uui-container-large-2 {
    max-width: 1350px;
  }

  .uui-page-padding-2 {
    width: 1440px;
    max-width: 1350px;
  }

  .frame-9203 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    max-width: 100%;
  }

  .frame-9225 {
    padding-left: 0;
  }

  .vectors-wrapper-19 {
    width: auto;
    height: auto;
  }

  .frame-9227 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  ._3-columns {
    padding-left: 0;
    padding-right: 0;
  }

  .team-circles {
    width: 1380px;
    padding-left: 69px;
    padding-right: 69px;
  }

  .heading-16 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .function {
    padding-top: .25em;
    padding-left: 60px;
    padding-right: 60px;
  }

  .image-2 {
    width: 970px;
    max-width: none;
  }

  .products {
    width: 100%;
    min-height: 710px;
    max-height: 794px;
  }

  .frame-9201 {
    min-width: 1380px;
  }

  .frame-136 {
    max-width: 1350px;
  }

  .main-section-list-item-heading-3-button-what-is-apple-arcade {
    font-weight: 500;
  }

  .div-block-3 {
    border-top-width: 0;
  }

  .div-block-5 {
    width: 100%;
    max-width: 1380px;
  }

  .faq {
    width: 100%;
  }

  .container-7 {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .mobile-footer {
    display: none;
  }

  .body-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .social-links {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    height: auto;
  }

  .discord {
    width: 44px;
    height: 44px;
  }

  .uui-navbar05_component-3 {
    width: 100%;
  }

  .uui-navbar05_container-3 {
    max-width: none;
  }

  .uui-logo_logotype-3 {
    height: auto;
  }

  .uui-navbar05_dropdown-list-4.w--open {
    box-shadow: none;
  }

  .button-text-3 {
    padding-top: 4px;
    padding-bottom: 4px;
    font-size: 12px;
  }

  .navbar {
    width: 100%;
    height: 44px;
    min-height: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .navbar.m1.as1.tab {
    height: 44px;
  }

  .container-17.left {
    position: relative;
    left: -100%;
  }

  .div-block-51 {
    justify-content: space-around;
    display: flex;
  }

  .carousel {
    flex-direction: column;
    align-items: center;
    width: 100%;
    display: flex;
    overflow: hidden;
  }

  .search {
    justify-content: flex-start;
    width: 629px;
  }

  .search.page {
    width: 350px;
  }

  .div-block-52 {
    width: 600px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .search-input {
    letter-spacing: .009em;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    font-family: Sf Pro Display, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 1.16em;
  }

  .search-input.page {
    color: #000;
  }

  .div-block-53 {
    padding-bottom: 10px;
  }

  .search-button {
    background-color: #ff008c;
  }

  .f-icon-small-2 {
    color: #000;
  }

  .container-14 {
    padding-bottom: 0;
  }

  .marquee {
    align-items: center;
    height: auto;
  }

  .marquee-content.scroll {
    max-width: 100%;
    height: auto;
  }

  .marquee-content.scroll.reverse {
    height: auto;
  }

  .marquee-image {
    min-width: 100%;
    height: auto;
  }

  .marquee-image.size {
    height: 80px;
  }

  .move-reverse {
    min-width: 100%;
    height: auto;
  }

  .f-icon-small-3 {
    color: #000;
  }

  .uui-navbar05_dropdown-list-5.w--open {
    box-shadow: none;
  }

  .div-block-54 {
    padding-bottom: 10px;
  }

  .div-block-55 {
    width: 600px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container-19 {
    padding-bottom: 0;
  }

  .container-20 {
    border-bottom: 1px solid #d2d2d7;
    max-width: 1350px;
    height: auto;
    position: relative;
  }

  .f-icon-small-5 {
    color: #000;
    -webkit-text-stroke-color: #1d1d1f;
  }

  .filters, .filter-block {
    color: #1d1d1f;
  }

  .text-block-46 {
    color: #1d1d1f;
    font-weight: 500;
  }

  .paragraph {
    color: #1d1d1f;
    margin-bottom: 0;
  }

  .link-2 {
    font-size: 17px;
  }

  .div-block-65 {
    width: 626px;
    padding-top: 10px;
    padding-bottom: 0;
  }

  .search-suggested-links {
    padding-bottom: 4px;
  }

  .container-25 {
    padding-bottom: 0;
  }

  .search-result-wrapper {
    width: auto;
  }

  .search-result-list {
    max-width: none;
  }

  .container-26 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .section-6 {
    margin-top: 109px;
  }

  .page-changer {
    color: #6e6e73;
    padding: 2px 12px;
    font-family: Sf Pro Text, Arial, sans-serif;
    font-size: 17px;
    font-weight: 300;
    line-height: 25px;
  }

  .div-block-67 {
    border: 1px solid #a5a5ac;
    border-radius: 8px;
    margin-right: 0;
    padding: 0;
  }

  .body-3 {
    line-height: 25px;
  }

  .html-embed {
    align-items: center;
    padding-right: 11px;
    display: flex;
  }

  .uui-navbar05_dropdown-list-6.w--open {
    box-shadow: none;
  }

  .div-block-72 {
    width: 626px;
    padding-top: 10px;
    padding-bottom: 0;
  }

  .container-27 {
    padding-bottom: 0;
  }

  .uui-navbar05_dropdown-list-7.w--open {
    box-shadow: none;
  }

  .div-block-75 {
    width: 626px;
    padding-top: 10px;
    padding-bottom: 0;
  }

  .container-30 {
    padding-bottom: 0;
  }

  .uui-navbar05_dropdown-list-8.w--open {
    box-shadow: none;
  }

  .div-block-77 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .div-block-78 {
    width: 626px;
    padding-top: 10px;
    padding-bottom: 0;
  }

  .container-32 {
    padding-bottom: 0;
  }

  .section-7 {
    margin-left: auto;
    margin-right: auto;
  }

  .hot-space-filters, .heading-23 {
    margin-top: 0;
  }

  .content-block.save {
    padding-right: 16px;
  }

  .text-block-37 {
    font-size: 13px;
  }

  .div-block-84 {
    margin-top: 22px;
  }

  .small-title-big-title {
    min-height: 30px;
  }

  .small-title-big-title.small-heading-gap {
    min-height: 17px;
  }

  .our-product-section {
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .product-info {
    height: 100%;
  }

  .p-card-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    width: 100%;
    margin-top: 86px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .title-description-en {
    color: #4e4e55;
    letter-spacing: 1px;
    -webkit-text-stroke-color: #b0b0e2;
    font-size: 26px;
    font-weight: 400;
    line-height: 40px;
  }

  .p-big-heading {
    line-height: 74px;
  }

  .trailer-sec {
    justify-content: flex-start;
    align-items: center;
  }

  .section-heading {
    width: 100%;
    max-width: none;
    padding-left: 14%;
    font-size: 48px;
  }

  .section-heading.jp {
    padding-left: 14%;
  }

  .section-heading.jp.mamlia-grey-section {
    max-width: 1440px;
    padding-right: 90px;
  }

  .section-heading.feature {
    padding-left: 0%;
  }

  .section-heading.feature-heading {
    padding-left: 90px;
  }

  .trailer-vid {
    aspect-ratio: 16 / 9;
    max-width: 1260px;
  }

  .image-347 {
    width: 100%;
  }

  .challenges-sec {
    justify-content: flex-start;
    align-items: center;
  }

  .metaverse-card {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .cards-container {
    justify-content: space-between;
    max-width: 480px;
  }

  .cards-content {
    max-width: 406px;
    padding-left: 32px;
    padding-right: 44px;
  }

  .card-text-cont {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .testimonial-main-heading {
    font-size: 28px;
    font-weight: 600;
    line-height: 32px;
  }

  .challenges-cards-cont {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .solution-sec {
    justify-content: flex-start;
    align-items: center;
  }

  .hiw-sec {
    justify-content: flex-start;
    align-items: center;
    padding-left: 90px;
    padding-right: 90px;
  }

  .section-heading-wrp {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    max-width: 1440px;
    display: flex;
  }

  .section-cont {
    aspect-ratio: 16 / 9;
    border-radius: 28px;
    justify-content: center;
    align-items: center;
    width: 100%;
    min-width: 0;
    max-width: 1440px;
    min-height: 0;
    max-height: none;
    padding-left: 0;
  }

  .left-side-text {
    width: 100%;
    max-width: 1440px;
  }

  .feature-sec {
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: none;
    padding-left: 90px;
    padding-right: 90px;
    display: flex;
  }

  .section-8 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    min-width: 1440px;
    max-width: 1440px;
    height: auto;
    padding-left: 90px;
    display: flex;
  }

  .feature-card-cont {
    padding-left: 0;
  }

  .slide-arrow-cont {
    width: 100%;
  }

  .why-sec, .comparison-sec {
    justify-content: flex-start;
    align-items: center;
  }

  .comp-table-wrp {
    width: 100%;
    max-width: 1440px;
  }

  .slide-arrow-chell {
    width: 100%;
  }

  .ai-section {
    width: 100%;
    min-height: 710px;
    max-height: 710px;
    padding-left: 0;
    padding-right: 0;
  }

  .p-card-title {
    font-size: 28px;
    font-weight: 600;
    line-height: 32px;
  }

  .body-4 {
    max-width: none;
  }
}

@media screen and (max-width: 991px) {
  .container {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button {
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .menu-icon2_line-bottom {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar2_link {
    text-align: center;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar2_menu {
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    justify-content: center;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .navbar2_menu.is-page-height-tablet {
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .menu-icon2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .menu-icon2_line-top {
    background-color: #000;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar2_dropdwn-toggle {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 2rem .75rem 0;
    display: flex;
  }

  .navbar2_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar2_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .navbar2_container {
    grid-template-columns: .25fr 1fr;
    justify-content: space-between;
    display: flex;
  }

  .navbar2_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar2_menu-button {
    padding: 0;
  }

  .navbar2_menu-button.w--open {
    background-color: #0000;
  }

  .navbar2_button-wrapper {
    align-items: center;
  }

  .navbar2_dropdown-link {
    text-align: center;
    width: auto;
    padding: .75rem 0;
    font-size: 16px;
  }

  .menu-icon2_line-middle {
    background-color: #000;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .big-title {
    width: auto;
    font-size: 56px;
    line-height: 60px;
  }

  .error-df4b32c5-fa22-1d05-830d-9f514a2994ea {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 18px;
    line-height: 26px;
  }

  .small-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .columns {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .metric-value {
    font-size: 50px;
  }

  .among-japanese-web3-metaverse {
    font-size: 16px;
    line-height: 20px;
  }

  .section-gap {
    height: 40px;
  }

  .section-gap.new {
    height: 120px;
  }

  .navbar-logo-left-2 {
    padding-right: 0;
  }

  .navbar-link, .navbar-link-2, .navbar-link-3 {
    justify-content: center;
  }

  .navbar-menu {
    max-width: unset;
  }

  .navbar-button, .navbar-button-2 {
    justify-content: center;
  }

  .hero-section {
    aspect-ratio: 16 / 9;
    height: auto;
    max-height: 432px;
    margin-top: 54px;
  }

  .hero-section.banner {
    aspect-ratio: 16 / 9;
    background-image: url('https://ik.imagekit.io/mjoh996/images/images/lp-new/848f24905c338edccfff1a673800ba62d376d44f.png');
    height: auto;
  }

  .f-navigation-menu-button {
    border: 1px solid var(--flowui-component-library-gray-200);
    color: var(--flowui-component-library-grey-600);
    border-radius: 8px;
    padding: 10px;
  }

  .f-navigation-menu-button.w--open {
    background-color: var(--flowui-component-library-gray-900);
    border-color: #fff;
  }

  .f-navigation-content {
    align-items: center;
    width: auto;
    display: flex;
  }

  .f-navigation-link {
    width: 100%;
  }

  .f-navigation-menu {
    background-color: var(--flowui-component-library-whit);
    color: var(--flowui-component-library-grey-600);
    padding: 12px;
    position: absolute;
  }

  .f-navigation-menu.w--open {
    background-color: var(--flowui-component-library-gray-700);
    border-color: #fff;
  }

  .f-logo {
    text-align: left;
    width: 70px;
  }

  .f-navigation-logo-link {
    margin-right: 0;
  }

  .navigation-bar {
    position: relative;
  }

  .value {
    justify-content: flex-start;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-9 {
    width: 100%;
    font-size: 66px;
    line-height: 66px;
  }

  .title-description {
    width: 100%;
    height: auto;
    padding-left: 5%;
    padding-right: 5%;
    font-size: 18px;
    line-height: 26px;
  }

  .title-description.en-lang {
    padding: 0%;
    font-size: 21px;
    line-height: 23px;
  }

  .title-description.en-lang.black-bg {
    font-size: 24px;
    line-height: 28px;
  }

  .f-navigation-menu-button-2 {
    border: 1px solid var(--flowui-component-library-gray-200);
    color: var(--flowui-component-library-grey-600);
    border-radius: 8px;
    padding: 10px;
  }

  .f-navigation-menu-button-2.w--open {
    background-color: var(--flowui-component-library-gray-900);
    border-color: #fff;
  }

  .f-navigation-content-2 {
    align-items: center;
    width: auto;
    display: flex;
  }

  .f-navigation-link-2 {
    width: 100%;
  }

  .f-navigation-menu-2 {
    background-color: var(--flowui-component-library-whit);
    color: var(--flowui-component-library-grey-600);
    padding: 12px;
    position: absolute;
  }

  .f-navigation-menu-2.w--open {
    background-color: var(--flowui-component-library-gray-700);
    border-color: #fff;
  }

  .f-navigation-logo-link-2 {
    margin-right: 0;
  }

  .f-navigation-2 {
    position: relative;
  }

  .small-top {
    height: 20px;
  }

  .title-to-description, .title-to-description.jp {
    min-height: 20px;
  }

  .f-gallery-three-column {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .small-heading-title {
    font-size: 21px;
  }

  .uui-layout70_image {
    height: 100%;
    display: block;
  }

  .virtical-box {
    justify-content: center;
    align-items: center;
    width: 84%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .grid {
    grid-column-gap: .25rem;
    grid-row-gap: 3rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .uui-padding-vertical-xhuge {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0 20px;
  }

  .uui-page-padding {
    padding-left: 0;
    padding-right: 0;
  }

  .container-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .columns-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    padding-left: 10px;
    padding-right: 10px;
  }

  .card {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: block;
  }

  .card.hide {
    display: none;
  }

  .info {
    justify-content: flex-start;
    height: auto;
    min-height: 0;
  }

  .body {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-logo-left-3 {
    padding-right: 0;
  }

  .navbar-link-4, .navbar-link-5, .navbar-link-6, .navbar-link-7 {
    justify-content: center;
  }

  .navbar-menu-2 {
    max-width: unset;
  }

  .navbar-button-3, .navbar-button-4 {
    justify-content: center;
  }

  .icon {
    color: #000000b3;
  }

  .in-box-description {
    height: auto;
  }

  .frame-90.cards-formobile, .frame-90.jp-box, .frame-90.ko-box {
    display: flex;
  }

  .frame-80 {
    height: auto;
  }

  .earn {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .banner-explore {
    flex-wrap: wrap;
    justify-content: center;
    min-width: 0;
    max-width: 650px;
    padding: 75px 0;
  }

  .frame-9223 {
    width: 100%;
    height: auto;
    margin-right: 0;
  }

  .uui-text-size-small.text-color-gray500 {
    height: 46px;
    padding-top: 0;
    padding-left: 36px;
  }

  .uui-footer06_bottom-wrapper {
    align-items: center;
    padding-top: .125rem;
  }

  .uui-footer06_top-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .uui-footer06_form-block {
    min-width: auto;
  }

  .uui-footer06_newsletter-text-wrapper {
    margin-bottom: 2rem;
  }

  .uui-footer06_newsletter-wrapper {
    justify-content: flex-start;
    display: block;
  }

  .uui-padding-vertical-xlarge {
    padding-top: 0;
    padding-bottom: 0;
  }

  .uui-container-large-2 {
    max-width: none;
  }

  .uui-page-padding-2 {
    width: 100%;
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .text-26 {
    font-size: 66px;
    line-height: 66px;
  }

  .error-b613ea9b-7801-fe8b-b921-fc17d58eb0b6 {
    padding-left: 146px;
    padding-right: 146px;
    font-size: 18px;
    line-height: 26px;
  }

  ._3-columns {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-2 {
    width: 100%;
    min-width: 0;
    padding: 0;
  }

  .team-circles {
    padding-left: 20px;
    padding-right: 20px;
  }

  .frame-50 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 0;
    padding-right: 0;
  }

  .vectors-wrapper-24 {
    height: 70px;
  }

  .heading-16 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
  }

  .function {
    font-size: 17px;
    line-height: 22px;
  }

  .image-2 {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .f-grid-two-column {
    grid-template-columns: 1fr;
  }

  .error-4e1da863-92ab-d705-9c58-5ccdcd8783c8 {
    font-size: 66px;
    line-height: 66px;
  }

  .frame-136 {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .columns-4 {
    padding-left: 44px;
  }

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

  .column-8 {
    padding-right: 40px;
  }

  .number-description {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-5, .div-block-5.first {
    margin-bottom: 8.4px;
    padding-top: 21px;
    padding-bottom: 21px;
  }

  .heading-17 {
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 0;
    font-size: 21px;
    line-height: 1.19048em;
  }

  .image-3 {
    padding-top: 0;
  }

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

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

  .text-block-27 {
    font-size: 17px;
  }

  .menu-icon_line-bottom {
    background-color: var(--untitled-ui-gray700);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle-inner-2 {
    width: 19px;
    height: auto;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle {
    background-color: var(--untitled-ui-gray700);
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-top {
    background-color: var(--untitled-ui-gray700);
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_component {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .uui-navbar05_menu-button.w--open {
    background-color: #0000;
  }

  .hide-tablet {
    display: none;
  }

  .uui-button-secondary-gray.show-tablet, .show-tablet {
    display: block;
  }

  .uui-navbar05_button-wrapper {
    flex-direction: column-reverse;
    align-items: stretch;
    display: flex;
  }

  .uui-navbar05_menu-right {
    flex-direction: column-reverse;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    padding-bottom: 7rem;
  }

  .uui-navbar05_link {
    color: var(--untitled-ui-gray900);
    width: 100%;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .uui-navbar05_link:hover {
    color: var(--untitled-ui-gray900);
  }

  .uui-navbar05_bottom-bar {
    border-radius: .5rem;
    flex-direction: column;
    margin-bottom: 1.5rem;
    padding: 1.5rem;
    overflow: hidden;
  }

  .uui-navbar05_dropdown-link {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar05_dropdown-link:hover {
    background-color: #0000;
  }

  .uui-navbar05_dropdown-content-left {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
    align-content: start;
    align-items: start;
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar05_dropdown-content {
    flex-direction: column;
  }

  .uui-navbar05_dropdown-list {
    position: relative;
    overflow: hidden;
  }

  .uui-navbar05_dropdown-list.w--open {
    box-shadow: none;
    border-style: none;
    align-items: flex-start;
    min-width: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .uui-dropdown-icon {
    color: var(--untitled-ui-gray500);
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .uui-navbar05_dropdown-toggle {
    color: var(--untitled-ui-gray900);
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .uui-navbar05_dropdown-toggle:hover {
    color: var(--untitled-ui-gray900);
  }

  .uui-navbar05_menu-dropdown {
    width: 100%;
    position: relative;
  }

  .uui-navbar05_menu-left {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    color: var(--untitled-ui-gray900);
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .uui-navbar05_menu {
    border-top: 1px solid var(--untitled-ui-gray100);
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 1.5rem 2rem 5rem;
    position: absolute;
    overflow: auto;
  }

  .uui-navbar05_menu-button-2 {
    justify-content: flex-end;
    width: auto;
    padding-right: 1rem;
  }

  .uui-navbar05_menu-button-2.w--open {
    background-color: #0000;
  }

  .uui-navbar05_link-2 {
    color: var(--untitled-ui-gray900);
    width: 100%;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .uui-navbar05_link-2:hover {
    color: var(--untitled-ui-gray900);
  }

  .uui-navbar05_dropdown-list-2 {
    position: relative;
    overflow: hidden;
  }

  .uui-navbar05_dropdown-list-2.w--open {
    box-shadow: none;
    border-style: none;
    align-items: flex-start;
    min-width: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .dropdown-toggle {
    color: var(--untitled-ui-gray900);
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .dropdown-toggle:hover {
    color: var(--untitled-ui-gray900);
  }

  .uui-navbar05_menu-left-2 {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    color: var(--untitled-ui-gray900);
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .uui-navbar05_menu-2 {
    border-top: 1px solid var(--untitled-ui-gray100);
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    align-items: flex-start;
    height: 100vh;
    margin-left: 0;
    padding: 1.5rem 2rem 5rem;
    position: absolute;
    overflow: auto;
  }

  .menu-content {
    flex-flow: column;
    flex: none;
    align-items: center;
    width: auto;
    padding-right: 30px;
  }

  .social-links {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: flex-end;
  }

  .discord {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: 30px;
    height: 30px;
  }

  .uui-navbar05_dropdown-list-3 {
    position: relative;
    overflow: hidden;
  }

  .uui-navbar05_dropdown-list-3.w--open {
    box-shadow: none;
    border-style: none;
    align-items: flex-start;
    min-width: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .uui-navbar05_dropdown-link-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-navbar05_dropdown-link-2:hover {
    background-color: #0000;
  }

  .uui-navbar05_component-3 {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .uui-button-tertiary-gray-2.hide-tablet {
    display: none;
  }

  .menu-icon_line-bottom-2 {
    background-color: #344054;
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle-2 {
    background-color: #344054;
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .uui-navbar05_menu-left-3 {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    color: #251028;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .uui-navbar05_container-3 {
    justify-content: space-between;
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu-icon_line-top-2 {
    background-color: #344054;
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .uui-navbar05_menu-3 {
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    -webkit-text-fill-color: inherit;
    background-color: #ffffffed;
    background-clip: border-box;
    border-top: 1px solid #f2f4f7;
    align-items: flex-start;
    height: auto;
    margin-left: 0;
    padding: 1.5rem 2rem;
    position: absolute;
    overflow: auto;
  }

  .uui-navbar05_button-wrapper-2 {
    flex-direction: row-reverse;
    align-items: center;
    display: flex;
  }

  .dropdown-toggle-2 {
    color: #251028;
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    font-size: 1.125rem;
    display: flex;
  }

  .dropdown-toggle-2:hover {
    color: #251028;
  }

  .uui-navbar05_container-4 {
    align-items: center;
    height: 44px;
    display: none;
  }

  .uui-button-4 {
    display: none;
  }

  .uui-navbar05_button-wrapper-3 {
    flex-direction: row-reverse;
    align-items: center;
    width: auto;
    display: flex;
  }

  .uui-navbar05_dropdown-list-4 {
    position: relative;
    overflow: hidden;
  }

  .uui-navbar05_dropdown-list-4.w--open {
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #f5f5f766;
    border-style: none;
    align-items: flex-start;
    min-width: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .button-text-3 {
    padding: 0 0;
    font-size: 28px;
    font-weight: 600;
    line-height: 32px;
  }

  .uui-navbar05_menu-left-4 {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    color: #251028;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .uui-navbar05_menu-4 {
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    -webkit-text-fill-color: inherit;
    background-color: #ffffffb3;
    background-clip: border-box;
    border-top: 1px #f2f4f7;
    align-items: flex-start;
    height: auto;
    margin-left: 0;
    padding: 1.5rem 2rem;
    position: absolute;
    overflow: auto;
  }

  .container-13 {
    opacity: 1;
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
  }

  .uui-navbar05_container-5 {
    align-items: center;
    height: 44px;
    display: block;
  }

  .menu-icon_component-2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .uui-navbar05_menu-dropdown-2 {
    width: 100%;
    position: relative;
  }

  .navbar {
    padding-left: 16px;
    padding-right: 16px;
  }

  .navbar.m1.as1.tab {
    inset: 0% 0% auto;
  }

  .f-navigation-search-3 {
    display: none;
  }

  .dropdown-toggle-3 {
    color: #251028;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 0;
    font-size: 1.125rem;
    display: flex;
  }

  .dropdown-toggle-3:hover {
    color: #251028;
  }

  .menu-icon_component-3 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: auto;
    height: 48px;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-top-3 {
    background-color: #344054;
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-middle-3 {
    background-color: #344054;
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-middle-inner-3 {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-bottom-3 {
    background-color: #344054;
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .frame-9222 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .frame-9239 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    width: 100%;
    margin-right: 50px;
  }

  .text-29 {
    width: 100%;
    min-width: auto;
  }

  .caousel-loop {
    background-color: #fff;
  }

  .logo-scroll-container {
    min-width: 150%;
    max-width: none;
  }

  .logo-scroll-right {
    max-width: none;
  }

  .search {
    padding-left: 20px;
  }

  .div-block-52 {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding-top: 20px;
    padding-left: 20px;
    display: flex;
  }

  .search-input {
    background-color: #fff0;
  }

  .search-dropdown-menu.w--open {
    align-items: flex-start;
  }

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

  .container-14 {
    margin-left: 0;
    margin-right: 0;
  }

  .marquee {
    background-color: #f1714400;
  }

  .marquee-content.scroll.reverse.size, .marquee-image.size {
    min-width: auto;
  }

  .uui-navbar05_dropdown-list-5 {
    position: relative;
    overflow: hidden;
  }

  .uui-navbar05_dropdown-list-5.w--open {
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #f5f5f766;
    border-style: none;
    align-items: flex-start;
    min-width: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .uui-navbar05_button-wrapper-4 {
    flex-direction: row-reverse;
    align-items: center;
    width: auto;
    display: flex;
  }

  .menu-icon_line-top-4 {
    background-color: #344054;
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .container-18 {
    opacity: 1;
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
  }

  .uui-navbar05_menu-left-5 {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    color: #251028;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .uui-button-5 {
    display: none;
  }

  .div-block-55 {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding-top: 20px;
    padding-left: 20px;
    display: flex;
  }

  .menu-icon_line-middle-4 {
    background-color: #344054;
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

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

  .container-19 {
    margin-left: 0;
    margin-right: 0;
  }

  .uui-navbar05_menu-5 {
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    -webkit-text-fill-color: inherit;
    background-color: #ffffffb3;
    background-clip: border-box;
    border-top: 1px #f2f4f7;
    align-items: flex-start;
    height: auto;
    margin-left: 0;
    padding: 1.5rem 2rem;
    position: absolute;
    overflow: auto;
  }

  .menu-icon_component-4 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: auto;
    height: 48px;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 0;
    display: flex;
  }

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

  .div-block-65 {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding-top: 20px;
    padding-left: 20px;
    display: flex;
  }

  .search-dropdown-menu-2.w--open {
    align-items: flex-start;
  }

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

  .container-25 {
    margin-left: 0;
    margin-right: 0;
  }

  .search-result-wrapper {
    width: auto;
  }

  .search-result-list {
    max-width: none;
  }

  .div-block-69 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-70 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .uui-navbar05_dropdown-list-6 {
    position: relative;
    overflow: hidden;
  }

  .uui-navbar05_dropdown-list-6.w--open {
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #f5f5f766;
    border-style: none;
    align-items: flex-start;
    min-width: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .uui-navbar05_menu-6 {
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    -webkit-text-fill-color: inherit;
    background-color: #ffffffb3;
    background-clip: border-box;
    border-top: 1px #f2f4f7;
    align-items: flex-start;
    height: auto;
    margin-left: 0;
    padding: 1.5rem 2rem;
    position: absolute;
    overflow: auto;
  }

  .menu-icon_line-middle-5 {
    background-color: #344054;
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .dropdown-toggle-6 {
    color: #251028;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 0;
    font-size: 1.125rem;
    display: flex;
  }

  .dropdown-toggle-6:hover {
    color: #251028;
  }

  .uui-navbar05_menu-dropdown-3 {
    width: 100%;
    position: relative;
  }

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

  .menu-icon_component-5 {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: auto;
    height: 48px;
    margin-right: 0;
    padding-bottom: 0;
    padding-left: 10px;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_component-5.m11 {
    align-items: flex-start;
    padding-top: 1px;
    padding-left: 4px;
    padding-right: 10px;
  }

  .menu-icon_line-bottom-4 {
    background-color: #344054;
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .uui-navbar05_menu-button-3 {
    justify-content: flex-end;
    width: auto;
    padding-right: 1rem;
  }

  .uui-navbar05_menu-button-3.w--open {
    background-color: #0000;
    align-self: flex-end;
  }

  .menu-icon_line-top-5 {
    background-color: #344054;
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-top-5.tablt1 {
    display: none;
  }

  .uui-navbar05_menu-left-6 {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    color: #251028;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .uui-button-6 {
    display: none;
  }

  .container-28 {
    opacity: 1;
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
  }

  .div-block-72 {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding-top: 20px;
    padding-left: 20px;
    display: flex;
  }

  .uui-navbar05_button-wrapper-5 {
    flex-direction: row-reverse;
    align-items: center;
    width: auto;
    display: flex;
  }

  .div-block-73 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .container-27 {
    margin-left: 0;
    margin-right: 0;
  }

  .uui-navbar05_dropdown-list-7 {
    position: relative;
    overflow: hidden;
  }

  .uui-navbar05_dropdown-list-7.w--open {
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #f5f5f766;
    border-style: none;
    align-items: flex-start;
    min-width: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
  }

  .uui-navbar05_menu-7 {
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-top: 1px #f2f4f7;
    flex: 0 auto;
    align-items: flex-start;
    width: 100%;
    max-width: 786px;
    height: 100vh;
    margin-left: 0;
    padding: 0 0 1.5rem;
    position: absolute;
    overflow: visible;
  }

  .menu-icon_line-middle-6 {
    background-color: #344054;
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .dropdown-toggle-7 {
    color: #251028;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 0;
    font-size: 1.125rem;
    display: flex;
  }

  .dropdown-toggle-7:hover {
    color: #251028;
  }

  .uui-navbar05_menu-dropdown-4 {
    width: 100%;
    position: relative;
  }

  .menu-icon_line-bottom-5 {
    background-color: #344054;
    border-radius: 1rem;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-bottom-5.tablt1 {
    display: none;
  }

  .uui-navbar05_menu-left-7 {
    grid-column-gap: 0px;
    grid-row-gap: .5rem;
    color: #251028;
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .uui-button-7 {
    display: none;
  }

  .container-29 {
    opacity: 1;
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
  }

  .div-block-75 {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding-top: 20px;
    padding-left: 20px;
    display: flex;
  }

  .uui-navbar05_button-wrapper-6 {
    flex-direction: row-reverse;
    align-items: center;
    width: auto;
    display: flex;
  }

  .div-block-76 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .container-30 {
    margin-left: 0;
    margin-right: 0;
  }

  .uui-navbar05_dropdown-list-8 {
    position: relative;
    overflow: hidden;
  }

  .uui-navbar05_dropdown-list-8.w--open {
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #f5f5f766;
    border-style: none;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    min-width: auto;
    max-width: 700px;
    height: auto;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    overflow: visible;
  }

  .menu-icon_line-middle-7 {
    background-color: #344054;
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-middle-7.tablt1 {
    display: none;
  }

  .dropdown-toggle-8 {
    color: #000;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    max-height: none;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    font-family: Sf Pro Display, sans-serif;
    font-size: 28px;
    font-weight: 600;
    line-height: 32px;
    display: flex;
  }

  .dropdown-toggle-8:hover {
    color: #251028;
  }

  .uui-navbar05_menu-dropdown-5 {
    align-items: flex-start;
    width: 100%;
    position: relative;
  }

  .container-31 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    opacity: 1;
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    margin-top: 1px;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
  }

  .container-31.welcome-navbar {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 10px;
    display: flex;
  }

  .div-block-77 {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: auto;
    padding-left: 48px;
    padding-right: 24px;
    display: flex;
  }

  .div-block-78 {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding-top: 20px;
    padding-left: 20px;
    display: flex;
  }

  .uui-navbar05_button-wrapper-7 {
    flex-direction: row-reverse;
    align-items: center;
    width: auto;
    display: flex;
  }

  .div-block-79 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .container-32 {
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-80 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-81 {
    display: flex;
  }

  .image-340 {
    align-self: auto;
  }

  .drop-down-arrow {
    display: block;
  }

  .video-embed {
    z-index: 1;
  }

  .heading {
    font-size: 40px;
  }

  .text-wrapper {
    max-width: 650px;
  }

  .section-7 {
    margin-left: auto;
    margin-right: auto;
  }

  .edit-container {
    padding-left: 0;
  }

  .hot-space-filters {
    flex-flow: row;
    overflow: auto;
  }

  .filter-title-carf {
    background-color: #ececec;
  }

  .filter-content {
    overflow-wrap: normal;
    width: 100%;
  }

  .section-heading-new {
    font-size: 60px;
    line-height: 72px;
  }

  .big-title-two {
    width: auto;
    font-size: 48px;
    line-height: 52px;
  }

  .sec-image-cont {
    background-repeat: no-repeat;
    background-size: cover;
  }

  .product-info {
    padding: 40px 12px 38px 24px;
  }

  .text-block-57 {
    font-size: 20px;
    line-height: 25px;
  }

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

  .text-block-59 {
    max-width: 540px;
    padding-right: 0;
    font-size: 17px;
    line-height: 22px;
  }

  .p-card-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr;
    margin-top: 34px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-gap {
    height: 28px;
  }

  .faq-m {
    height: 66px;
  }

  .big-title-three-en {
    font-size: 56px;
  }

  .big-title-three-en.black-bg {
    font-size: 56px;
    line-height: 60px;
  }

  .text-block-58-en {
    max-width: 560px;
  }

  .p-intro-sec {
    padding-left: 0;
    padding-right: 0;
  }

  .p-top-title {
    margin-bottom: 0;
  }

  .p-big-heading {
    margin-bottom: 0;
    font-size: 64px;
    line-height: 73px;
  }

  .p-big-heading.jp {
    min-width: 800px;
    max-width: 800px;
    padding-left: 36px;
    padding-right: 36px;
    font-size: 53px;
  }

  .section-text-wrp {
    width: 100%;
    padding-left: 48px;
    padding-right: 48px;
  }

  .trailer-sec {
    padding-left: 48px;
    padding-right: 48px;
  }

  .section-heading {
    font-size: 36px;
    line-height: 150%;
  }

  .section-heading.jp, .section-heading.feature {
    padding-left: 0;
  }

  .challenges-sec {
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 48px;
    padding-right: 0;
    overflow: hidden;
  }

  .metaverse-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    align-items: stretch;
    margin-left: 20px;
    margin-right: 20px;
  }

  .cards-container {
    align-items: stretch;
    width: 100%;
    min-width: 344px;
    max-width: 344px;
  }

  .cards-content {
    width: 344px;
    height: auto;
    margin-bottom: 0;
    padding-top: 28px;
    padding-left: 28px;
    padding-right: 28px;
  }

  .card-text-cont, .card-top-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .testimonial-main-heading {
    font-size: 20px;
    line-height: 24px;
  }

  .testimonial-main-heading.eng {
    margin-top: 13px;
    margin-bottom: 13px;
  }

  .challenges-cards-cont {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    align-items: stretch;
    margin-left: 0;
    margin-right: 0;
    overflow: auto;
  }

  .card-desc, .card-link-text {
    font-size: 15px;
  }

  .solution-sec, .hiw-sec {
    padding-left: 48px;
    padding-right: 48px;
  }

  .section-heading-wrp {
    padding-left: 0;
    padding-right: 48px;
  }

  .section-cont {
    aspect-ratio: 16 / 9;
    min-height: 0;
    max-height: none;
    padding-left: 0;
  }

  .feature-sec {
    padding-left: 48px;
  }

  .section-8 {
    padding-left: 0;
  }

  .feature-card {
    width: 344px;
    min-width: 344px;
    max-width: 344px;
  }

  .slide-arrow-cont {
    margin-top: 40px;
  }

  .why-sec {
    padding-left: 48px;
    padding-right: 0;
  }

  .comparison-sec {
    padding-left: 48px;
    padding-right: 48px;
  }

  .comp-table-wrp {
    margin-left: 0;
    margin-right: 0;
  }

  .c-row-block.header-1 {
    justify-content: center;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 28px;
  }

  .c-row-block.first {
    padding-left: 28px;
  }

  .c-row-block.top {
    padding-top: 77px;
    padding-left: 28px;
  }

  .option-row-block.option-header {
    padding-top: 28px;
    padding-left: 0;
    padding-right: 0;
  }

  .option-row-block.option-header1, .option-row-block.top, .option-row-block.top-other {
    padding-top: 28px;
  }

  .option-title {
    font-size: 15px;
  }

  .image-348, .image-349, .image-350 {
    max-width: 690px;
  }

  .chl-card-wrp {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: auto;
    max-width: 95vw;
    padding-left: 0;
    display: flex;
    overflow: hidden;
  }

  .slide-arrow-chell {
    margin-top: 40px;
    display: flex;
  }

  .ai-section {
    background-position: 50% 0;
    background-size: cover;
    justify-content: flex-start;
    align-items: center;
    padding-left: 10px;
    padding-right: 10px;
  }

  .p-card-title {
    margin-bottom: 13px;
    font-size: 28px;
    line-height: 32px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .navbar2_component {
    min-height: 4rem;
  }

  .button.is-navbar2-button {
    padding: .25rem 1rem;
  }

  .navbar2_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .introduction {
    padding-top: 60px;
  }

  .big-title {
    font-size: 52px;
    line-height: 48px;
  }

  .big-title.jp {
    min-width: 0;
    max-width: 276px;
    font-size: 23px;
    line-height: 150%;
  }

  .columns {
    flex-direction: row;
    align-items: flex-start;
  }

  .metric-value {
    letter-spacing: .013px;
    font-size: 40px;
    line-height: 36px;
  }

  .among-japanese-web3-metaverse {
    font-size: 12px;
  }

  .description-to-content {
    height: 24px;
  }

  .section-gap {
    height: 64px;
  }

  .section-gap.new {
    height: 100px;
  }

  .hero-section {
    aspect-ratio: 16 / 9;
    height: auto;
    max-height: none;
    margin-top: 44px;
  }

  .hero-section.banner {
    /* aspect-ratio: 16 / 9;
    background-image: url('https://ik.imagekit.io/mjoh996/images/images/lp-new/848f24905c338edccfff1a673800ba62d376d44f.png');
    background-position: 50%;
    background-size: cover;
    width: auto;
    height: auto; */
  }

  .value {
    justify-content: flex-start;
    align-items: center;
    min-height: 478px;
    max-height: 478px;
    margin-bottom: 12px;
  }

  .text-9 {
    font-size: 44px;
    line-height: 50px;
  }

  .title-description {
    letter-spacing: .013px;
    padding-left: 5%;
    padding-right: 5%;
    font-family: SF pro display, sans-serif;
    font-size: 18px;
    line-height: 21px;
  }

  .title-description.en-lang {
    letter-spacing: .05px;
    max-width: 328px;
    font-size: 10px;
    line-height: 200%;
  }

  .title-description.en-lang.black-bg {
    max-width: 328px;
    font-size: 10px;
    line-height: 200%;
  }

  .f-banner-badge {
    margin-bottom: 4px;
    margin-left: 0;
    margin-right: 0;
  }

  .f-banner-dark {
    text-align: left;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .small-top {
    height: 24px;
    min-height: 24px;
  }

  .small-top.carousel {
    height: 14px;
    min-height: 14px;
    display: block;
  }

  .title-to-description {
    height: 19px;
    min-height: 24px;
    line-height: 32px;
  }

  .f-gallery-image-s {
    height: 180px;
  }

  .f-gallery-three-column {
    grid-template-columns: 1fr;
  }

  .f-h3-heading {
    font-size: 40px;
  }

  .f-section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .uui-button-link {
    font-size: 1rem;
  }

  .uui-button-link:hover {
    color: var(--untitled-ui-primary700);
  }

  .uui-button-row {
    align-self: stretch;
  }

  .uui-space-small {
    min-height: 1.25rem;
  }

  .medium-paragraph {
    font-size: 22px;
    line-height: 20px;
  }

  .above-to-title {
    min-height: 8px;
  }

  .small-heading-title {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 22.5px;
  }

  .uui-layout70_image {
    height: auto;
  }

  .uui-layout70_image-wrapper {
    margin-bottom: 0;
  }

  .virtical-box {
    height: auto;
  }

  .grid {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    width: 84%;
  }

  .uui-padding-vertical-xhuge {
    padding-top: 0;
    padding-bottom: 0;
  }

  .uui-page-padding {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .columns-2 {
    flex-wrap: wrap;
    padding-left: 10px;
    padding-right: 10px;
  }

  .info {
    height: auto;
    min-height: 0;
  }

  .columns-3 {
    flex-direction: column;
    align-items: center;
  }

  .icon {
    color: #000;
  }

  .f-h1-heading {
    margin-top: 0;
    font-size: 48px;
  }

  .f-section-large-2 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .testimonial-image-left {
    padding-left: 44px;
  }

  .testimonial-image-left.top {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-left: 44px;
  }

  .inbox-column {
    flex-direction: column;
    align-items: center;
  }

  .box {
    padding-left: 10px;
    padding-right: 10px;
  }

  .middle-title {
    font-size: 45px;
    line-height: 45px;
  }

  .in-box-description {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
  }

  .button-text {
    font-size: 14px;
  }

  .frame-90.cards-formobile, .frame-90.jp-box {
    display: flex;
  }

  .banner-explore {
    margin-left: 0;
    margin-right: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .mask-group12344-1 {
    width: 300px;
    height: 300px;
  }

  .frame-9223 {
    margin-right: 0;
  }

  .error-db1dcc6f-f5b9-49dd-e7bc-2a2dd6a69d45 {
    font-size: 30px;
    line-height: 30px;
  }

  .error-db1dcc6f-f5b9-49dd-e7bc-2a2dd6a69d46 {
    font-size: 18px;
    line-height: 22px;
  }

  .uui-text-size-small.text-color-gray500 {
    height: 55px;
    padding-left: 20px;
  }

  .uui-styleguide_logomark-bg {
    background-image: url('https://ik.imagekit.io/mjoh996/images/images/lp-new/untitled-ui-logomark.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .uui-footer06_bottom-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    margin-top: .5rem;
  }

  .uui-footer06_link:hover {
    color: var(--untitled-ui-gray500);
  }

  .uui-badge-small-success {
    padding: .125rem .5rem;
  }

  .uui-footer06_top-wrapper {
    grid-row-gap: 2rem;
  }

  .uui-button {
    font-size: 1rem;
  }

  .uui-button:hover {
    border-color: var(--untitled-ui-primary600);
    background-color: var(--untitled-ui-primary600);
  }

  .uui-heading-xxsmall {
    font-size: 1.125rem;
  }

  .uui-footer06_newsletter-wrapper {
    border-bottom-style: none;
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 3rem;
    padding-bottom: 0;
  }

  .uui-padding-vertical-xlarge {
    justify-content: flex-start;
    padding-top: 2.5rem;
    padding-bottom: 0;
  }

  .uui-page-padding-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-26 {
    font-size: 44px;
    line-height: 50px;
  }

  .error-b613ea9b-7801-fe8b-b921-fc17d58eb0b6 {
    font-size: 14px;
    line-height: 20px;
  }

  .vectors-wrapper-20, .vectors-wrapper-21, .vectors-wrapper-22, .vectors-wrapper-23 {
    height: 50px;
  }

  .frame-52 {
    width: 100%;
  }

  .vectors-wrapper-24 {
    height: 50px;
  }

  .heading-16 {
    line-height: 21px;
  }

  .function {
    padding-top: .5em;
    padding-left: 0;
    padding-right: 0;
    font-size: 15px;
  }

  .image-2 {
    width: 100%;
  }

  .products {
    min-height: 600px;
    max-height: 700px;
    padding-bottom: 12px;
  }


  .f-h4-heading {
    font-size: 36px;
  }

  .error-4e1da863-92ab-d705-9c58-5ccdcd8783c8 {
    font-size: 44px;
    line-height: 50px;
  }

  .columns-4 {
    padding-left: 0;
  }

  .container-6 {
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .columns-5 {
    background-position: 50% 0;
  }

  .column-6 {
    height: 350px;
    line-height: 450px;
  }

  .column-7 {
    padding-right: 40px;
  }

  .column-8 {
    padding-left: 40px;
  }

  .number-description {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-17 {
    letter-spacing: .013px;
    font-size: 19px;
    line-height: 23px;
  }

  .image-3 {
    width: 15px;
    height: 20px;
  }

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

  .text-block-25 {
    height: 100%;
  }

  .heading-18 {
    margin-top: 0;
    margin-bottom: 0;
    font-family: Sf Pro Display, sans-serif;
    font-size: 12px;
    line-height: 16px;
  }

  .div-block-6 {
    justify-content: space-between;
    align-items: center;
    display: none;
  }

  .image-13 {
    width: 15px;
    height: 20px;
  }

  .div-block-7 {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .image-14 {
    width: 15px;
    height: 20px;
  }

  .footer {
    display: none;
  }

  .uui-footer06_link-2:hover {
    color: #667085;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .uui-button-2 {
    font-size: 1rem;
  }

  .uui-button-2:hover {
    border-color: var(--untitled-ui-primary600);
    background-color: var(--untitled-ui-primary600);
  }

  .uui-button-tertiary-gray:hover {
    color: var(--untitled-ui-gray600);
    background-color: #0000;
  }

  .uui-button-secondary-gray {
    padding-left: 1.25rem;
    font-size: 1rem;
  }

  .uui-button-secondary-gray:hover {
    background-color: var(--untitled-ui-white);
    color: var(--untitled-ui-gray700);
  }

  .uui-navbar05_link, .uui-button-link-2 {
    font-size: 1rem;
  }

  .uui-button-link-2:hover {
    color: var(--untitled-ui-primary700);
  }

  .uui-navbar05_dropdown-link-list {
    grid-row-gap: .5rem;
    max-width: none;
  }

  .uui-badge-small-success-2 {
    padding: .125rem .5rem;
  }

  .uui-navbar05_dropdown-content-left {
    grid-row-gap: .5rem;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .uui-navbar05_dropdown-toggle {
    font-size: 1rem;
  }

  .uui-navbar05_menu {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-styleguide_logomark-bg-2 {
    background-image: url('https://ik.imagekit.io/mjoh996/images/images/lp-new/untitled-ui-logomark.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .uui-navbar05_component {
    min-height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-navbar05_menu-button-2 {
    justify-content: flex-end;
    width: auto;
  }

  .uui-navbar05_link-2, .dropdown-toggle {
    font-size: 1rem;
  }

  .uui-navbar05_menu-2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-styleguide_logomark-bg-3 {
    background-image: url('https://ik.imagekit.io/mjoh996/images/images/lp-new/untitled-ui-logomark.svg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .uui-navbar05_component-2 {
    min-height: 4.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .menu-content {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .menu-content.two-row {
    margin-bottom: 6px;
  }

  .vectors-wrapper-36 {
    width: 16px;
    height: 12px;
  }

  .vectors-wrapper-37 {
    width: 14px;
    height: 16px;
  }

  .vectors-wrapper-38 {
    width: 16px;
    height: 16px;
  }

  .social-links {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    justify-content: center;
    height: 100%;
  }

  .discord {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 27px;
    height: 25px;
  }

  .vectors-wrapper-39 {
    width: 14px;
    height: 11px;
  }

  .non-link {
    color: gray;
  }

  .uui-navbar05_component-3 {
    justify-content: space-between;
    min-height: 44px;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .uui-button-tertiary-gray-2:hover {
    color: #614767;
    background-color: #0000;
  }

  .button-text-2 {
    font-size: 14px;
  }

  .uui-navbar05_container-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .uui-button-3 {
    font-size: 1rem;
  }

  .uui-button-3:hover {
    background-color: #ff008c;
    border-color: #ff008c;
  }

  .uui-navbar05_menu-3 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .dropdown-toggle-2, .uui-button-4 {
    font-size: 1rem;
  }

  .uui-button-4:hover {
    background-color: #ff008c;
    border-color: #ff008c;
  }

  .image-59 {
    height: auto;
  }

  .image-60 {
    height: 28px;
  }

  .uui-navbar05_button-wrapper-3 {
    justify-content: flex-start;
  }

  .image-61, .image-63 {
    height: 28px;
  }

  .button-text-3 {
    padding-left: 0;
    font-size: 28px;
  }

  .uui-navbar05_menu-left-4 {
    align-items: center;
  }

  .uui-navbar05_menu-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .container-13 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .image-70, .image-73, .image-74, .image-78, .image-83 {
    height: 28px;
  }

  .navbar {
    justify-content: space-between;
    min-height: 44px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .navbar.m1.as1.tab {
    inset: 0% 0% auto;
  }

  .dropdown-toggle-3 {
    font-size: 1rem;
  }

  .image-86 {
    height: 28px;
  }

  .menu-icon_component-3 {
    align-items: flex-end;
    margin-right: 0;
  }

  .frame-9222 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }

  .frame-9239 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    margin-right: 20px;
  }

  .text-29 {
    width: 57px;
    font-size: 10px;
  }

  .dropdown-toggle-4 {
    padding-left: 5px;
  }

  .caousel-loop {
    background-color: #fff;
  }

  .search {
    width: 475px;
  }

  .div-block-52 {
    padding-left: 20px;
  }

  .image-126 {
    height: auto;
  }

  .image-128 {
    height: 28px;
  }

  .icon-featured-large-4 {
    height: 34px;
  }

  .image-131, .image-133 {
    height: 28px;
  }

  .uui-navbar05_button-wrapper-4 {
    justify-content: flex-start;
  }

  .container-18 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .uui-navbar05_menu-left-5 {
    align-items: center;
  }

  .image-135 {
    height: 28px;
  }

  .uui-button-5 {
    font-size: 1rem;
  }

  .uui-button-5:hover {
    background-color: #ff008c;
    border-color: #ff008c;
  }

  .div-block-55 {
    padding-left: 20px;
  }

  .image-137, .image-138, .image-141, .image-143 {
    height: 28px;
  }

  .uui-navbar05_menu-5 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .menu-icon_component-4 {
    align-items: flex-end;
    margin-right: 0;
  }

  .image-144 {
    height: 28px;
  }

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

  .search-result-item {
    max-width: none;
  }

  .div-block-65 {
    padding-left: 20px;
  }

  .search-result-wrapper {
    max-width: none;
  }

  .text-block-50 {
    font-size: 24px;
    line-height: 32px;
  }

  .suggested-searches {
    display: none;
  }

  .text-30 {
    text-align: center;
    flex: 0 auto;
  }

  .image-293 {
    height: 28px;
  }

  .uui-navbar05_menu-6 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .image-288 {
    height: 28px;
  }

  .dropdown-toggle-6 {
    font-size: 1rem;
  }

  .image-300 {
    height: 28px;
  }

  .menu-icon_component-5 {
    align-items: flex-end;
    margin-right: 0;
  }

  .menu-icon_component-5.m11 {
    padding-left: 8px;
  }

  .image-286, .image-292, .image-289 {
    height: 28px;
  }

  .uui-navbar05_menu-button-3 {
    justify-content: flex-end;
    width: auto;
  }

  .uui-navbar05_menu-left-6 {
    align-items: center;
  }

  .uui-button-6 {
    font-size: 1rem;
  }

  .uui-button-6:hover {
    background-color: #ff008c;
    border-color: #ff008c;
  }

  .container-28 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .image-285 {
    height: auto;
  }

  .image-303 {
    height: 28px;
  }

  .div-block-72 {
    padding-left: 20px;
  }

  .uui-navbar05_button-wrapper-5 {
    justify-content: flex-start;
  }

  .image-295, .image-304 {
    height: 28px;
  }

  .uui-navbar05_menu-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-307 {
    height: 28px;
  }

  .dropdown-toggle-7 {
    font-size: 1rem;
  }

  .image-308, .image-309, .image-310, .image-311 {
    height: 28px;
  }

  .uui-navbar05_menu-left-7 {
    align-items: flex-start;
  }

  .uui-button-7 {
    font-size: 1rem;
  }

  .uui-button-7:hover {
    background-color: #ff008c;
    border-color: #ff008c;
  }

  .container-29 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .image-315 {
    height: auto;
  }

  .div-block-75 {
    padding-left: 20px;
  }

  .uui-navbar05_button-wrapper-6 {
    justify-content: flex-start;
  }

  .image-318 {
    height: 28px;
  }

  .image-322 {
    height: 34px;
  }

  .image-326 {
    height: 28px;
  }

  .dropdown-toggle-8 {
    font-size: 1rem;
  }

  .image-327 {
    height: 34px;
  }

  .image-328, .image-329, .image-330 {
    height: 28px;
  }

  .container-31 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .container-31.welcome-navbar {
    padding-bottom: 0;
  }

  .image-335 {
    height: auto;
  }

  .div-block-78 {
    padding-left: 20px;
  }

  .uui-navbar05_button-wrapper-7 {
    justify-content: flex-start;
  }

  .image-338 {
    height: 28px;
  }

  .div-block-80 {
    display: flex;
  }

  .drop-down-arrow {
    width: 16px;
    display: block;
  }

  .heading {
    font-size: 35px;
  }

  .text-wrapper {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-54, .text-block {
    font-size: 16px;
  }

  .section-7 {
    width: 450px;
  }

  .section-heading-new {
    font-size: 32px;
    line-height: 25px;
  }

  .small-title-big-title {
    line-height: 19px;
  }

  .small-title-big-title.small-heading-gap {
    min-height: 8px;
  }

  .big-title-two {
    letter-spacing: -.07px;
    min-width: 276px;
    max-width: 276px;
    font-size: 23px;
    font-weight: 600;
    line-height: 150%;
  }

  .big-title-two.white-bg {
    letter-spacing: -.07px;
    font-size: 23px;
  }

  .sec-image-cont {
    min-height: 260px;
    max-height: 260px;
  }

  .product-info {
    padding-top: 24px;
  }

  .text-block-57 {
    padding-bottom: 8px;
    font-size: 12px;
    line-height: 22.5px;
  }

  .text-block-58 {
    letter-spacing: normal;
    margin-bottom: 19px;
    font-size: 23px;
    line-height: 150%;
  }

  .text-block-59 {
    max-width: 314px;
    font-size: 10px;
    line-height: 200%;
  }

  .p-card-grid {
    grid-template-columns: 1fr;
    margin-top: 16px;
  }

  .heading-gap {
    height: 16px;
  }

  .faq-m {
    height: 32px;
  }

  .p-intro-sec {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
    padding: 38px 0 48px;
  }

  .p-big-heading {
    margin-bottom: 0;
    font-size: 48px;
    line-height: 56px;
  }

  .p-big-heading.jp {
    min-width: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 48px;
    line-height: 52px;
  }

  .p-desc-text {
    font-size: 19px;
    line-height: 24px;
  }

  .p-desc-text.jp {
    font-size: 19px;
  }

  .section-text-wrp {
    padding-left: 0;
    padding-right: 0;
  }

  .section-text-wrp.tb, .trailer-sec {
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .section-heading.jp {
    line-height: 48px;
  }

  .challenges-sec {
    padding-left: 24px;
    padding-right: 0;
  }

  .metaverse-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    margin-left: 36px;
    margin-right: 36px;
  }

  .cards-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    min-width: 310px;
    max-width: 420px;
  }

  .cards-content {
    width: 100%;
    min-width: 0;
    max-width: 380px;
    height: auto;
    min-height: 348px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .card-text-cont {
    width: 100%;
  }

  .testimonial-main-heading {
    font-family: Sf Pro Display, sans-serif;
    font-size: 21px;
    line-height: 25px;
  }

  .testimonial-main-heading.jp {
    max-width: 300px;
    line-height: 32px;
  }

  .challenges-cards-cont {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: row;
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .card-desc {
    font-size: 14px;
  }

  .card-desc.jp {
    min-width: 260px;
    max-width: 260px;
  }

  .card-link-text {
    font-size: 14px;
  }

  .solution-sec {
    padding-left: 24px;
    padding-right: 24px;
  }

  .hiw-sec {
    padding-left: 48px;
    padding-right: 48px;
  }

  .section-heading-wrp {
    padding-left: 24px;
  }

  .section-cont {
    min-height: 0;
    max-height: none;
  }

  .section-8 {
    padding-left: 24px;
  }

  .comparison-sec {
    padding-left: 24px;
    padding-right: 24px;
  }

  .comp-table-wrp {
    width: auto;
    max-width: 100vw;
    overflow: hidden;
  }

  .table-cont {
    width: 100%;
    overflow: auto;
  }

  .c-row-block.header-1 {
    justify-content: center;
    align-items: flex-start;
    padding-top: 0;
    padding-left: 12px;
  }

  .c-row-block.first {
    padding-left: 12px;
    padding-right: 4px;
  }

  .c-row-block.second {
    width: 18%;
  }

  .c-row-block.second.jp {
    padding-left: 8px;
    padding-right: 8px;
  }

  .c-row-block.top {
    padding-top: 80px;
    padding-left: 12px;
  }

  .feature-title {
    font-size: 13px;
    line-height: 17px;
  }

  .option-row-block.option-header {
    width: 20%;
  }

  .option-row-block.option-header1 {
    width: 18%;
  }

  .option-row-block.option-header1.jp {
    padding-left: 8px;
    padding-right: 8px;
  }

  .option-row-block.top, .option-row-block.top-other {
    width: 18%;
  }

  .option-title {
    max-height: 21px;
    font-size: 12px;
    font-weight: 600;
  }

  .feature-desc {
    font-size: 13px;
  }

  .feature-value {
    font-size: 12px;
  }

  .image-348, .image-349, .image-350 {
    max-width: 274px;
  }

  .chl-card-wrp {
    width: 97vw;
  }

  .ai-section {
    background-position: 50% 0;
    background-size: cover;
    min-height: 478px;
    max-height: 478px;
  }

  .p-card-title {
    font-family: Sf Pro Display, sans-serif;
    font-size: 21px;
    line-height: 25px;
  }
}


@media screen and (max-width:767px) {
  .dropdown-toggle-4.w-dropdown-toggle.pl-manage.dropdown-mobile{
  display: block;
}  
.desktop-footer {
        display: none;
    }
    .mobile-footer {
    display: block;
}
.dropdown-desktop{
  display: none;
}
  .uui-footer06_bottom-wrapper{
    display: flex;
    /* width: 60%; */
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    margin: auto;
  }
  .dropdown-2.w-dropdown{
    margin-top: 0 !important;
  }
  .big-title-three-en{
    text-align: center;
    font-size: 48px;
  }
  .title-description-en.title-three{
     font-size: 24px;
    line-height: 28px;
  }
  .ai-section{
    /* background-size: cover; */
     /* min-height: auto; */
      background-image: url('https://ik.imagekit.io/mjoh996/images/images/lp-new/Background-ai-oc1.png');
      position: relative;
  }
    .ai-section:after{
      position: absolute;
      content: "";
      left: 0;
      right: 0;
      bottom: 0;
      top: 0;
     background-color: rgba(0, 0, 0, 0.35);
      z-index: 0;
    }
   .ai-section .uui-padding-vertical-xhuge{
    z-index: 1;
    position: relative;
   }
  .products{
    min-height: auto;
    border-bottom: solid 12px #fff
  }
  .big-title.jp {
    font-size: 23px;
    line-height: 150%;
    max-width: 260px;
  }
  .small-top.carousel{
    height: 12px;
    max-height: 12px;
    min-height: auto;
  }
  .token-img {
    width: 100%;
    margin-top: 50px;
    object-fit: cover;
    height: 135px;
    /* margin-bottom: 20px; */
  }
  #video-container.hero-video + #video{
      height: auto;
      margin-top: 40px;
  }
  .description-to-content.hero.banner-btn {
    height: 40px;
  }
  .text-block-59 {
    font-size: 17px !important;
    line-height: 23px !important;
  }


    html[lang="ja"] .text-block-57{
    padding-bottom: 8px;
  }
   html[lang="ja"].text-block-58{
    margin-bottom: 19px;
  }
   html[lang="ja"]   .text-block-59 {
    font-size: 10px !important;
    line-height: 200% !important;
    max-width: 314px;
    margin-bottom: 20px;
    letter-spacing: 0;
  }
  
  .title-description.en-lang {
      font-size: 10px; 
      min-height: 200%;
      max-width: 314px;
      letter-spacing: -.4px;
      line-height: 20px;
  }
  .text-block-58 {
    font-size: 23px;
    line-height: 150%;
  }
  .small-heading-title {
    font-size: 21px;
  }

   html[lang="ja"] .small-heading-title {
     font-size: 12px;
        line-height: 22.5px;
  }
       html[lang="ja"]  .description-to-content, 
      html[lang="ja"] .description-to-content.section4-mobile-cards, 
      html[lang="ja"] .description-to-content.section4-mobile-cardslower {
        height: 24px;
    }
  .dropdown-2.w-dropdown{
    margin-left: auto !important;
    max-width: 120px;
  }
  .dropdown-toggle-4.dropdown-mobile { 
      padding: 0px;
      border: none;
      width: 24px;
      margin: 0 0 0 auto; 
  }
   .dropdown-toggle-4 .frame-9239 img { 
       border:  solid 1px #ccc;
         border-radius:  50%;
         width: 22px;
    height: 22px;
  }
  .div-block-31 img{
    border-radius:  50%;
    border:  solid 1px #ccc;
    width: 20px;
    height: 20px;
  }
  .navbar {
    min-height: 48px;
  }
      .text-29 {
        width: 57px;
        font-size: 12px;
    }
  .dropdown-list.w--open{
    border-radius:   5px;
    border: solid 1px #ccc;
   
    transform: translateY(14px);
    display: flex;
    gap: 9px;
    flex-direction: column;
    padding: 12px 10px;
    width: 103px;
  }
  .div-block-31{
    padding: 0;
    align-items: center;
  }
  .curr-lang{
    border: none !important;
    width: 12px !important;
  }
  .value, .value #video, .ai-section{
    max-height: 574px !important;
    min-height: 574px;
  }

  html[lang="ja"] .value, html[lang="ja"] .value #video,  html[lang="ja"]  .ai-section{
    max-height: 424px !important;
    min-height: 424px;
  }

  .div-block-31{
        padding-top: 0px;
        padding-bottom: 0px;
  }
}
@media screen and (max-width: 479px) {
    html[lang="ja"] .text-block-57 {
        font-size: 12px;
        line-height: 24px;
    }
    .div-block-31{
        padding-top: 0px;
        padding-bottom: 0px;
    }
        .above-to-title {
        min-height: 8px; 
    }
    .title-to-description{
      min-height: 19px;
      height: auto;
    }

  
}

.loader{
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.loader span {
  display: block;
  width: 30px;
  height: 30px;
  border: 3px solid transparent;
  border-radius: 50%;
  border-right-color: #000;
  animation: spinner-anim 0.8s linear infinite;
}
@keyframes spinner-anim {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.frame-9224 img, .dropdown-list.w-dropdown-list{
  cursor: pointer;
}
aside.menu-icon_component-5{
  display: none;
}

* {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
*:focus {
    outline: none !important;
}
@media screen and (min-width: 1920px) {
    .small-title-big-title {
        min-height: 30px;
    }
    .small-title-big-title.small-heading-gap {
      min-height: 17px;
    }
}

@media screen and (max-width: 479px) {
       .big-title.jp {
        font-size: 30px;
        line-height: 150%;
    }
}

@media screen and (max-width: 479px) {
  .container {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .button {
    font-size: 8px;
  }

  .introduction {
    padding-left: 16px;
    padding-right: 16px;
  }

  .cut {
    font-size: 16px;
  }

  .big-title {
    letter-spacing: .144px;
    font-family: Sf Pro Display, sans-serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 48px;
  }

  .big-title.jp {
    font-size: 30px;
    line-height: 150%;
  }

  .error-df4b32c5-fa22-1d05-830d-9f514a2994ea {
    font-family: Sf Pro Text, Arial, sans-serif;
    font-weight: 700;
  }

  .columns {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .metric {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    text-align: center;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .metric-value {
    letter-spacing: .13px;
    width: auto;
    font-size: 32px;
    line-height: 36px;
  }

  .metric-value.korean-text {
    width: 100%;
  }

  .metric-value.ko-lang {
    text-align: center;
    align-self: center;
  }

  .among-japanese-web3-metaverse {
    color: #86868b;
    letter-spacing: -.37px;
    text-transform: none;
    padding-left: 0;
    padding-right: 0;
    font-family: SF pro display, sans-serif;
    font-size: 14px;
    font-weight: 600;
    line-height: 14px;
    text-decoration: none;
  }

  .description-to-content {
    height: 24px;
  }

  .description-to-content.section4-mobile-cards, .description-to-content.section4-mobile-cardslower {
    height: 40px;
  }

  .description-to-content.sec-pos {
    height: 48px;
  }

  .description-to-content.hero {
    height: 18px;
  }

  .section-gap {
    height: 64px;
  }

  .section-gap.sectionlowergape {
    height: 80px;
  }

  .section-gap.new {
    height: 48px;
  }

  .hero-section {
    aspect-ratio: 16 / 9;
    object-fit: scale-down;
    background-image: none;
    height: auto;
    margin-top: 44px;
    position: static;
  }

  .hero-section.banner {
    aspect-ratio: 16 / 9;
    background-image: url('https://ik.imagekit.io/mjoh996/images/images/lp-new/848f24905c338edccfff1a673800ba62d376d44f.png');
    height: auto;
    margin-top: 0;
  }

  .hero-section.xana-summer {
    aspect-ratio: auto;
    background-image: none;
  }

  .hero-section.p {
    box-sizing: border-box;
    aspect-ratio: 2 / 3;
    text-align: left;
    -webkit-text-fill-color: inherit;
    object-fit: cover;
    background-clip: border-box;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: auto;
    min-height: 420px;
    max-height: 0;
    text-decoration: none;
    overflow: visible;
  }

  .f-navigation-button {
    display: none;
  }

  .f-navigation-menu-button {
    flex: 1;
    padding-left: 5px;
    padding-right: 5px;
  }

  .f-navigation-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    object-fit: cover;
  }

  .navigation-bar {
    padding-right: 0%;
  }

  .value {
    justify-content: flex-start;
    align-items: center;
    min-height: 500px;
    max-height: 500px;
    margin-bottom: 8px;
  }

  .text-9 {
    letter-spacing: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 40px;
    line-height: 44px;
  }

  .title-description {
    letter-spacing: .231px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: SF pro display, sans-serif;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 25px;
  }

  .title-description.en-lang {
    letter-spacing: -.37px;
    min-width: 314px;
    font-family: Sf Pro Text, Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 200%;
  }

  .title-description.en-lang.black-bg {
    letter-spacing: -.37px;
    min-width: 314px;
    max-width: 314px;
    font-size: 13px;
    line-height: 200%;
  }

  .title-description.jp_lang {
    font-size: 13px;
    font-weight: 600;
  }

  .title-description.jp_lang.black-bg {
    font-weight: 600;
  }

  .f-icon-small {
    color: #000000b3;
  }

  .f-navigation-button-2 {
    display: none;
  }

  .small-top {
    height: 24px;
    min-height: 24px;
  }

  .title-to-description {
    height: 20px;
    min-height: 20px;
  }

  .title-to-description.faq {
    height: 2px;
  }

  .title-to-description.jp {
    height: 20px;
    min-height: 20px;
  }

  .title-to-description.jp.mobile {
    min-height: 20px;
  }

  .medium-paragraph {
    font-size: 32px;
    line-height: 35px;
  }

  .above-to-title {
    min-height: 8px;
    line-height: 15px;
  }

  .above-to-title.mid {
    min-height: 10px;
  }

  .above-to-title.description-to-button {
    min-height: 14px;
  }

  .above-to-title.jp {
    min-height: 8px;
  }

  .small-heading-title {
    text-align: center;
    font-size: 15px;
    line-height: 22.5px;
  }

  .uui-layout70_image, .uui-layout70_image-wrapper {
    height: auto;
  }

  .virtical-box, .grid {
    width: 100%;
  }

  .uui-padding-vertical-xhuge {
    padding-left: 10px;
    padding-right: 10px;
  }

  .columns-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .description {
    font-size: 14px;
    font-weight: 600;
    line-height: 16px;
  }

  .news {
    font-size: 17px;
    line-height: 21px;
  }

  .icon {
    color: #000000b3;
  }

  .f-button-secondary {
    min-height: 36px;
  }

  .f-button-neutral {
    width: auto;
    min-height: auto;
    padding: 6px 25px;
  }

  .f-button-neutral.korean-button.mobile {
    width: 130px;
  }

  .f-button-neutral.english {
    width: auto;
    height: auto;
    padding-left: 22px;
    padding-right: 22px;
  }

  .testimonial-image-left, .testimonial-image-left.mid, .testimonial-image-left.top {
    min-width: 350px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-19 {
    font-size: 17px;
  }

  .middle-title {
    letter-spacing: .128px;
    padding-left: 0;
    padding-right: 0;
    font-size: 32px;
    line-height: 36px;
  }

  .middle-title.earn-section-cards.korean.ko-lang {
    font-size: 32px;
  }

  .in-box-description {
    letter-spacing: .012em;
    padding-left: 0;
    padding-right: 0;
    font-family: SF pro display, sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 27.0009px;
  }

  .in-box-description.korean-pragraph.ko-lang {
    padding-left: 24px;
    padding-right: 24px;
  }

  .in-box-description.ko-lang {
    font-family: IBM Plex Sans KR;
  }

  .choose-us {
    padding-left: 20px;
    padding-right: 20px;
  }

  .button-text {
    font-size: 17px;
  }

  .button-text.butoon-click {
    font-size: 12px;
    font-weight: 600;
  }

  .button-text.ja-lang {
    font-size: 12px;
  }

  .button-text.ja-lang.banner-btn-text {
    font-size: 12px;
    line-height: 17px;
  }

  .frame-90.jp-box {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    display: flex;
  }

  .frame-86 {
    padding-left: 0;
    padding-right: 0;
  }

  .frame-84 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .vectors-wrapper-13 {
    width: auto;
    height: auto;
  }

  .text-21 {
    font-family: SFPRODISPLAY;
  }

  .error-1a871fbc-fb08-ec1b-70ed-e6dcf4f3a4bb {
    font-size: 32px;
  }

  .frame-80 {
    padding: 0 24px;
  }

  .in-box-text {
    letter-spacing: 0;
    padding-left: 0;
    padding-right: 0;
    font-family: Sf Pro Text, Arial, sans-serif;
    font-size: 17px;
    line-height: 21px;
  }

  .in-box-text.in-box-description.ja-lang {
    padding-left: 10px;
    padding-right: 10px;
  }

  .in-box-text.ja-lang {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 19px;
  }

  ._15ab45944eb27dda2df97aeced38f4f2b59d915d {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    width: 100%;
    max-width: none;
    height: auto;
  }

  .banner-explore {
    margin-left: 0;
    margin-right: 0;
    padding: 30px 20px;
  }

  .mask-group12344-1 {
    width: 250px;
    height: 250px;
  }

  .mask-group12344-1.hide {
    display: block;
  }

  .mask-group12344-1.mob-hide {
    display: none;
  }

  .frame-9223 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin-right: 0;
  }

  .above-title {
    font-size: 17px;
  }

  .error-db1dcc6f-f5b9-49dd-e7bc-2a2dd6a69d46 {
    letter-spacing: 0;
    font-family: Sf Pro Text, Arial, sans-serif;
    font-size: 17px;
    line-height: 21px;
  }

  .uui-text-size-small.text-color-gray500 {
    width: auto;
    height: auto;
    padding-left: 5px;
    font-size: 10px;
    line-height: 12px;
    display: none;
  }

  .uui-logo_component.footer {
    width: auto;
  }

  .uui-footer06_logo-link {
    margin-bottom: 0;
  }

  .uui-footer06_bottom-wrapper {
    flex-direction: row;
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    padding-top: .5rem;
  }
  .dropdown-2.w-dropdown {
        max-width: 100%;
        padding: 0 16px;
  }
  .footer-content .above-to-title {
        min-height: 16px;
    }

  .uui-footer06_link {
    display: block;
  }

  .uui-footer06_link-list-heading {
    flex-direction: row;
    justify-content: space-between;
    display: flex;
  }

  .uui-footer06_link-list {
    flex-direction: column;
    width: 100%;
  }

  .uui-footer06_top-wrapper {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .uui-footer06_form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .f-breadcrumb {
    align-items: center;
    display: none;
  }

  .section {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .section-title-3 {
    flex: 0 auto;
    justify-content: flex-start;
    align-items: center;
  }

  .text-26 {
    font-size: 40px;
    line-height: 44px;
  }

  .error-b613ea9b-7801-fe8b-b921-fc17d58eb0b6 {
    letter-spacing: -.37px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Sf Pro Text, Arial, sans-serif;
    font-size: 17px;
    line-height: 21px;
  }

  ._3-columns {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-wrap: wrap;
  }

  .column-2 {
    padding-bottom: 20px;
  }

  .team-circles {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .frame-9228 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    height: 70px;
  }

  .frame-49 {
    width: 40px;
    height: 90px;
  }

  .vectors-wrapper-20 {
    width: auto;
    height: 20px;
  }

  .text-27 {
    font-size: 10px;
  }

  .vectors-wrapper-21, .vectors-wrapper-22, .vectors-wrapper-23 {
    height: 30px;
  }

  .frame-52 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    height: 75px;
  }

  .vectors-wrapper-24 {
    height: 30px;
  }

  .heading-3-apple-tv {
    font-size: 10px;
  }

  .heading-16 {
    color: #000;
    letter-spacing: .228px;
    font-family: Sf Pro Display, sans-serif;
    font-size: 19px;
    font-weight: 600;
    line-height: 27px;
  }

  .heading-16.ko-lang {
    font-family: IBM Plex Sans KR;
  }

  .function {
    color: #86868b;
    letter-spacing: .23px;
    padding-top: .125em;
    padding-left: 51px;
    padding-right: 51px;
    font-family: Sf Pro Display, sans-serif;
    font-size: 19px;
    font-weight: 400;
    line-height: 20.0003px;
  }

  .function.ko-lang {
    font-family: IBM Plex Sans KR;
  }

  .text-block-6, .text-block-10, .text-block-12 {
    font-family: SFPRODISPLAY;
    font-size: 17px;
  }

  .text-block-14, .text-block-16, .text-block-20 {
    font-size: 17px;
  }

  .image-2 {
    width: 100%;
  }

  .products {
    min-height: 500px;
    max-height: 500px;
    margin-bottom: 8px;
    padding-bottom: 12px;
    overflow: hidden;
  }

  .products.jp {
    min-height: 580px;
    max-height: 720px;
  }

  .f-logo-grid-primary {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .f-logo-grid-middle {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .link---learn-more-about-homepod-mini-learn-more-3 {
    font-family: SFPRODISPLAY;
    font-size: 17px;
  }

  .cta {
    font-size: 17px;
  }

  .error-4e1da863-92ab-d705-9c58-5ccdcd8783c8 {
    font-size: 40px;
    line-height: 44px;
  }

  .main-section-list-item-heading-3-button-what-is-apple-arcade {
    font-size: 18px;
    line-height: 20px;
  }

  .columns-4 {
    width: 100%;
    height: auto;
    display: none;
  }

  .container-6 {
    letter-spacing: -.37px;
    align-items: flex-end;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 17px;
    line-height: 21px;
  }

  .columns-6 {
    width: 100%;
    margin-left: 0;
    padding-right: 0;
  }

  .column-7, .column-8 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    padding-left: 0;
    padding-right: 0;
  }

  .description-to-button {
    width: 100%;
  }

  .number-description {
    text-align: center;
    width: 160px;
    padding-bottom: 20px;
    padding-left: 10px;
    padding-right: 20px;
    font-size: 14px;
  }

  .number-description.ko-lang {
    align-self: center;
  }

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

  .section-list-listitem {
    padding-right: 0;
  }

  .link-privacy-policy {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 8px;
    line-height: 12px;
  }

  .heading-17 {
    font-family: Sf Pro Display, sans-serif;
    font-size: 21px;
    font-weight: 600;
    line-height: 1.19048em;
  }

  .heading-17.ko-lang {
    font-family: IBM Plex Sans KR;
  }

  .heading-17.arb {
    text-align: right;
  }

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

  .faq {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-25 {
    font-size: 10px;
    line-height: 12px;
  }

  .footer {
    display: block;
  }

  .desktop-footer {
    display: none;
  }

  .mobile-footer {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .footer-content {
    width: auto;
  }

  .footer-buttons {
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    place-items: start;
    width: 100%;
    display: none;
  }

  .metaverse-footer, .welcome-footer {
    width: 100%;
  }

  .div-block-8 {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    font-family: Sf Pro Text, Arial, sans-serif;
    font-weight: 700;
    display: flex;
  }

  .image-15 {
    width: 10px;
    height: 10px;
  }

  .dropdown {
    color: #000;
    letter-spacing: -.12px;
    font-family: Sf Pro Text, Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
  }

  .metaverse-trigger, .welcome-trigger {
    justify-content: space-between;
    align-items: center;
    height: 20px;
    margin-bottom: 5px;
    padding-bottom: 0;
    display: flex;
  }

  .image-16 {
    width: 10px;
    height: 10px;
  }

  .div-block-9 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .image-17 {
    width: 10px;
    height: 10px;
  }

  .xeta-dropdown {
    width: 100%;
    display: none;
  }

  .xata-trigger {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 20px;
    margin-bottom: 5px;
    padding-bottom: 0;
    display: flex;
  }

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

  .image-18 {
    width: 10px;
    height: 10px;
  }

  .div-block-11 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 20px;
    display: flex;
  }

  .buy-xata {
    justify-content: space-between;
    width: 100%;
    height: 20px;
    margin-bottom: 5px;
    display: flex;
  }

  .div-block-12 {
    width: 100%;
    display: none;
  }

  .image-19 {
    width: 10px;
    height: 10px;
  }

  .div-block-13 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 20px;
    margin-bottom: 5px;
    display: flex;
  }

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

  .image-20 {
    width: 10px;
    height: 10px;
  }

  .div-block-15 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 20px;
    margin-bottom: 5px;
    display: flex;
  }

  .image-21 {
    width: 10px;
    height: 10px;
  }

  .div-block-16 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 20px;
    margin-bottom: 5px;
    display: flex;
  }

  .image-22 {
    width: 10px;
    height: 10px;
  }

  .div-block-17 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 20px;
    margin-bottom: 5px;
    display: flex;
  }

  .div-block-18, .div-block-19 {
    display: none;
  }

  .image-23 {
    width: 10px;
    height: 10px;
  }

  .div-block-20 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 20px;
    margin-bottom: 5px;
    display: flex;
  }

  .div-block-21, .div-block-22 {
    display: none;
  }

  .image-24 {
    width: 10px;
    height: 10px;
  }

  .div-block-23 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 20px;
    margin-bottom: 5px;
    display: flex;
  }

  .div-block-24 {
    width: 100%;
    display: none;
  }

  .image-25 {
    width: 10px;
    height: 10px;
  }

  .div-block-25 {
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 20px;
    margin-bottom: 5px;
    display: flex;
  }

  .div-block-26 {
    width: 100%;
    display: none;
  }

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

  .accordion__plus-wrapper {
    width: 10px;
    height: 10px;
    margin-top: 0;
    margin-left: 20px;
  }

  .metaverse-dropdown {
    display: none;
  }

  .text-block-26 {
    letter-spacing: -.13px;
    font-family: Sf Pro Text, Arial, sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 16px;
  }

  .accordion__title {
    align-items: center;
    padding: 0 10px 5px;
  }

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

  .text-block-27 {
    color: #1d1d1f;
    letter-spacing: -.022em;
    line-height: 1.47059em;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .uui-navbar05_bottom-bar-content {
    flex-direction: column;
    display: flex;
  }

  .uui-navbar05_bottom-bar {
    align-items: center;
  }

  .uui-navbar05_dropdown-content-left {
    grid-template-columns: 1fr;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .uui-navbar05_menu-button-2 {
    width: 100%;
    margin-top: 0;
    padding-right: 0;
    display: none;
  }

  .uui-navbar05_menu-button-2.w--open {
    display: block;
  }

  .menu-content {
    opacity: 1;
    width: auto;
  }

  .vectors-wrapper-36 {
    width: 18px;
    height: 14px;
  }

  .vectors-wrapper-37 {
    width: 18.3354px;
    max-width: none;
    height: 15px;
  }

  .ceo {
    color: #000;
    justify-content: center;
    font-size: 10px;
    display: flex;
  }

  .social-links {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: center;
    height: 100%;
  }

  .discord {
    width: 24px;
    height: 24px;
  }

  .vectors-wrapper-39 {
    width: 19px;
    height: 14px;
  }

  .uui-button-tertiary-gray-2.hide-tablet {
    display: none;
  }

  .button-text-2 {
    font-size: 17px;
  }

  .uui-navbar05_container-3 {
    background-color: #fff;
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .uui-button-3, .uui-button-4 {
    display: none;
  }

  .image-58 {
    height: 28px;
  }

  .image-59 {
    height: 16px;
  }

  .uui-navbar05_item-heading-3 {
    font-size: 10px;
  }

  .image-60 {
    height: 28px;
  }

  .uui-navbar05_button-wrapper-3 {
    height: 40px;
  }

  .image-61, .image-62 {
    height: 28px;
  }

  .uui-navbar05_dropdown-list-4 {
    background-color: #fff;
    display: none;
  }

  .uui-navbar05_dropdown-list-4.w--open {
    background-color: #fff;
    height: auto;
    overflow: hidden;
  }

  .image-63, .image-64 {
    height: 28px;
  }

  .button-text-3 {
    opacity: 1;
    letter-spacing: .007em;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 0;
    font-size: 28px;
    font-weight: 600;
    line-height: 32px;
  }

  .image-65, .image-66 {
    height: 28px;
  }

  .uui-navbar05_menu-left-4 {
    grid-row-gap: 0rem;
    align-items: flex-start;
  }

  .uui-navbar05_menu-4 {
    background-color: #fff;
    flex: 0 auto;
    width: 100%;
    margin-top: -44px;
    padding-top: 68px;
    display: flex;
    position: absolute;
  }

  .container-13 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-wrap: wrap;
    height: auto;
    display: flex;
  }

  .image-67, .image-68, .image-70, .image-71, .image-72, .image-73, .image-74, .image-75, .image-76, .image-77, .image-78 {
    height: 28px;
  }

  .menu-icon_component-2 {
    width: auto;
    margin-right: 0;
  }

  .image-79, .image-80, .image-81, .image-82 {
    height: 28px;
  }

  .uui-navbar05_menu-dropdown-2 {
    background-color: #fff0;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    display: flex;
  }

  .image-83 {
    height: 28px;
  }

  .navbar {
    top: 0;
  }

  .navbar.m1.as1 {
    z-index: 9999;
    display: block;
    overflow: visible;
  }

  .navbar.m1.as1.tab {
    inset: 0% 0% auto;
  }

  .image-84, .image-85 {
    height: 28px;
  }

  .dropdown-toggle-3 {
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    display: flex;
  }

  .image-86 {
    height: 26px;
  }

  .image-87 {
    height: 16px;
  }

  .menu-icon_component-3 {
    align-items: flex-end;
    width: auto;
    margin-right: 0;
    padding-left: 0;
    padding-right: 12px;
  }

  .div-block-30 {
    padding-bottom: .75em;
    padding-left: 0;
    display: flex;
  }

  .frame-9222 {
    justify-content: space-between;
    width: auto;
    margin-left: 0;
  }

  .text-29 {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
  }

  .dropdown-toggle-4 {
    border-radius: 4px;
    width: 100%;
  }

  .dropdown-2 {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .div-block-31 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .caousel-loop {
    background-color: #fff;
  }

  .search {
    width: 100%;
    padding-left: 48px;
  }

  .search.page {
    justify-content: space-between;
    width: auto;
  }

  .div-block-52 {
    width: 100%;
    padding-left: 20px;
  }

  .search-input.page {
    width: 100%;
  }

  .search-dropdown-toggle {
    padding-left: 0;
    padding-right: 0;
  }

  .f-icon-small-2 {
    color: #000000b3;
    background-color: #0000;
  }

  .marquee-content.scroll {
    height: auto;
  }

  .marquee-content.scroll.reverse {
    aspect-ratio: auto;
    height: auto;
  }

  .marquee-image, .move-reverse {
    height: 40px;
  }

  .image-124, .image-125 {
    height: 28px;
  }

  .image-126 {
    height: 16px;
  }

  .image-127 {
    height: 28px;
  }

  .f-icon-small-3 {
    color: #000000b3;
  }

  .image-128 {
    height: 28px;
  }

  .image-129 {
    height: 16px;
  }

  .image-130, .image-131, .image-132, .image-133 {
    height: 28px;
  }

  .container-18 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-wrap: wrap;
    display: none;
  }

  .f-icon-small-4 {
    color: #000000b3;
  }

  .uui-navbar05_menu-left-5 {
    grid-row-gap: 0rem;
    align-items: flex-start;
  }

  .image-135 {
    height: 28px;
  }

  .uui-button-5 {
    display: none;
  }

  .image-136 {
    height: 28px;
  }

  .div-block-55 {
    width: 100%;
    padding-left: 20px;
  }

  .div-block-56 {
    padding-bottom: .75em;
    padding-left: 0;
    display: none;
  }

  .image-137 {
    height: 28px;
  }

  .image-138 {
    height: 26px;
  }

  .image-139, .image-141, .image-142, .image-143 {
    height: 28px;
  }

  .uui-navbar05_menu-5 {
    background-color: #f5f5f700;
    display: none;
  }

  .menu-icon_component-4 {
    align-items: flex-end;
    width: auto;
    margin-right: 0;
  }

  .image-144 {
    height: 28px;
  }

  .container-20 {
    margin-top: 74px;
    margin-bottom: 40px;
    padding-left: 16px;
    padding-right: 16px;
    position: static;
  }

  .f-icon-small-5 {
    color: #000000b3;
  }

  .image-145 {
    max-width: none;
  }

  .div-block-57 {
    justify-content: flex-start;
  }

  .text-block-43 {
    min-width: 70px;
  }

  .div-block-59 {
    width: auto;
  }

  .div-block-59.ex {
    width: 121px;
    padding-left: 0;
    display: none;
  }

  .container-22 {
    flex-wrap: nowrap;
    overflow: hidden;
  }

  .section-4 {
    margin-bottom: 23px;
  }

  .text-block-46.meta-title {
    font-size: 19px;
  }

  .paragraph {
    margin-bottom: 0;
  }

  .link-2 {
    font-size: 14px;
  }

  .search-result-item {
    padding-top: 13px;
    padding-bottom: 22px;
  }

  .search-result-item.top {
    padding-top: 22px;
  }

  .text-block-47 {
    min-width: 70px;
  }

  .div-block-63 {
    width: auto;
  }

  .div-block-65 {
    width: 100%;
    margin-top: 29px;
    padding-left: 48px;
  }

  .dropdown-6 {
    background-color: #fff;
  }

  .search-suggested-links {
    align-items: center;
  }

  .search-dropdown-menu-2 {
    display: none;
  }

  .search-dropdown-menu-2.w--open {
    margin-top: -43px;
    padding-top: 18px;
    padding-bottom: 401px;
  }

  .heading-21 {
    font-size: 17px;
    line-height: 21px;
  }

  .search-result-wrapper {
    margin-right: 0;
  }

  .search-result-list {
    padding-top: 0;
    padding-bottom: 0;
  }

  .other-searches-container {
    overflow: hidden;
  }

  .html-embed {
    align-items: center;
    display: flex;
  }

  .cross-icon {
    justify-content: flex-end;
    width: 100%;
    padding-top: 0;
    padding-right: 7px;
    display: flex;
  }

  .image-282 {
    width: 12px;
    height: 12px;
    padding-top: 0;
    padding-right: 0;
  }

  .image-282.search {
    width: 14px;
    height: 14px;
    margin-left: 18px;
    margin-right: 18px;
    padding-left: 0;
    display: block;
  }

  .div-block-70 {
    justify-content: flex-start;
    width: 100%;
  }

  .uui-navbar05_dropdown-list-6 {
    background-color: #fff;
    display: none;
  }

  .uui-navbar05_dropdown-list-6.w--open {
    background-color: #fff;
    align-items: flex-start;
    height: auto;
    overflow: hidden;
  }

  .image-293 {
    height: 26px;
  }

  .uui-navbar05_menu-6 {
    background-color: #fff;
    flex: 0 auto;
    width: 100%;
    margin-top: -70px;
    padding-top: 68px;
    display: flex;
    position: absolute;
  }

  .image-294 {
    height: 28px;
  }

  .menu-icon_line-middle-5 {
    align-self: auto;
    display: none;
  }

  .menu-icon_line-middle-5.main {
    display: flex;
  }

  .image-288 {
    height: 28px;
  }

  .dropdown-toggle-6 {
    margin-top: 8px;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    display: flex;
  }

  .uui-navbar05_menu-dropdown-3 {
    background-color: #fff0;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    min-height: 54px;
    display: flex;
  }

  .heading-22 {
    font-size: 17px;
    line-height: 21px;
  }

  .image-300 {
    height: 28px;
  }

  .menu-icon_component-5 {
    align-items: flex-end;
    width: auto;
    margin-right: 0;
    padding-left: 0;
    padding-right: 12px;
  }

  .menu-icon_component-5.m11 {
    grid-column-gap: 4px;
    flex-direction: column;
    flex: none;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .image-286, .image-292, .image-289 {
    height: 28px;
  }

  .menu-icon_line-bottom-4 {
    display: none;
  }

  .menu-icon_line-bottom-4.main {
    display: flex;
  }

  .image-283 {
    height: 28px;
  }

  .uui-navbar05_menu-button-3 {
    padding-right: 0;
    display: flex;
  }

  .uui-navbar05_menu-button-3.w--open {
    align-self: flex-end;
    margin-left: 1px;
    display: flex;
  }

  .menu-icon_line-top-5 {
    flex-flow: row;
    justify-content: center;
    align-self: flex-start;
    align-items: flex-start;
    display: none;
  }

  .menu-icon_line-top-5.main {
    display: flex;
  }

  .image-287 {
    height: 16px;
  }

  .uui-navbar05_menu-left-6 {
    grid-row-gap: 0rem;
    background-color: #fff;
    align-items: flex-start;
    margin-top: 0;
  }

  .dropdown-7 {
    background-color: #fff;
    display: flex;
  }

  .uui-button-6 {
    display: none;
  }

  .container-28 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-wrap: wrap;
    justify-content: flex-start;
    height: auto;
    display: flex;
  }

  .image-285 {
    height: 16px;
  }

  .image-303 {
    height: 28px;
  }

  .div-block-71 {
    padding-bottom: .75em;
    padding-left: 0;
    display: flex;
  }

  .image-296 {
    height: 28px;
  }

  .div-block-72 {
    width: 100%;
    margin-top: 29px;
    padding-left: 48px;
  }

  .image-299 {
    height: 28px;
  }

  .uui-navbar05_button-wrapper-5 {
    height: 40px;
  }

  .div-block-73 {
    justify-content: flex-start;
  }

  .image-295 {
    height: 28px;
  }

  .image-284 {
    width: 12px;
    height: 12px;
    padding-top: 0;
    padding-right: 0;
  }

  .image-284.search {
    width: 14px;
    height: 14px;
    margin-left: 18px;
    margin-right: 18px;
    padding-left: 0;
    display: block;
  }

  .image-297 {
    height: 28px;
  }

  .uui-navbar05_logo-link-7 {
    align-items: center;
  }

  .image-302 {
    height: 28px;
  }

  .uui-navbar05_dropdown-list-7 {
    background-color: #fff;
    display: none;
  }

  .uui-navbar05_dropdown-list-7.w--open {
    background-color: #fff;
    align-items: flex-start;
    height: auto;
    overflow: hidden;
  }

  .image-304 {
    height: 26px;
  }

  .uui-navbar05_menu-7 {
    background-color: #fff;
    flex: 0 auto;
    width: 100%;
    height: 100vh;
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
  }

  .image-306 {
    height: 28px;
  }

  .menu-icon_line-middle-6 {
    align-self: auto;
    display: none;
  }

  .menu-icon_line-middle-6.main {
    display: flex;
  }

  .image-298, .image-307 {
    height: 28px;
  }

  .dropdown-toggle-7 {
    margin-top: 8px;
    margin-left: 0;
    margin-right: 0;
    padding-right: 0;
    display: flex;
  }

  .uui-navbar05_menu-dropdown-4 {
    background-color: #fff0;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    min-height: 54px;
    display: flex;
  }

  .image-308, .image-309, .image-310, .image-311 {
    height: 28px;
  }

  .menu-icon_line-bottom-5 {
    display: none;
  }

  .menu-icon_line-bottom-5.main {
    display: flex;
  }

  .image-312, .image-313 {
    height: 28px;
  }

  .image-314 {
    height: 16px;
  }

  .uui-navbar05_menu-left-7 {
    grid-row-gap: 0rem;
    background-color: #fff;
    align-items: flex-start;
    height: 50px;
    margin-top: 0;
  }

  .dropdown-8 {
    background-color: #fff;
    display: flex;
  }

  .uui-button-7 {
    display: none;
  }

  .container-29 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-wrap: wrap;
    justify-content: flex-start;
    height: auto;
    display: flex;
  }

  .image-301 {
    height: 28px;
  }

  .image-315 {
    height: 16px;
  }

  .div-block-74 {
    padding-bottom: .75em;
    padding-left: 0;
    display: flex;
  }

  .image-316 {
    height: 28px;
  }

  .div-block-75 {
    width: 100%;
    margin-top: 29px;
    padding-left: 48px;
  }

  .image-317 {
    height: 28px;
  }

  .uui-navbar05_button-wrapper-6 {
    height: 40px;
  }

  .div-block-76 {
    justify-content: flex-start;
  }

  .image-318 {
    height: 28px;
  }

  .image-319 {
    width: 12px;
    height: 12px;
    padding-top: 0;
    padding-right: 0;
  }

  .image-319.search {
    width: 14px;
    height: 14px;
    margin-left: 18px;
    margin-right: 18px;
    padding-left: 0;
    display: block;
  }

  .image-320, .image-321 {
    height: 28px;
  }

  .uui-navbar05_dropdown-list-8 {
    opacity: .01;
    background-color: #fff;
    display: none;
  }

  .uui-navbar05_dropdown-list-8.w--open {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    background-color: #fff;
    align-items: flex-start;
    width: 100%;
    height: auto;
    padding-left: 0;
    overflow: hidden;
  }

  .image-322 {
    height: 26px;
  }

  .image-324 {
    height: 28px;
  }

  .menu-icon_line-middle-7 {
    align-self: auto;
    display: none;
  }

  .menu-icon_line-middle-7.main {
    display: flex;
  }

  .image-325, .image-326 {
    height: 28px;
  }

  .dropdown-toggle-8 {
    flex-flow: row;
    flex: 0 auto;
    order: 0;
    justify-content: space-between;
    align-self: auto;
    width: 100%;
    height: auto;
    max-height: none;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .uui-navbar05_menu-dropdown-5 {
    background-color: #fff0;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    height: auto;
    min-height: 0;
    margin-bottom: 0;
    display: flex;
  }

  .image-327, .image-328, .image-329, .image-330, .image-331, .image-332 {
    height: 28px;
  }

  .image-333 {
    height: 16px;
  }

  .dropdown-9 {
    background-color: #fff;
    display: flex;
  }

  .container-31 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    opacity: 1;
    flex-wrap: wrap;
    justify-content: flex-start;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .container-31.welcome-navbar {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .image-334 {
    height: 28px;
  }

  .image-335 {
    height: 16px;
  }

  .div-block-77 {
    align-self: auto;
    width: 100%;
    margin-right: 0;
    padding-bottom: .75em;
    padding-left: 48px;
    padding-right: 24px;
    display: flex;
  }

  .image-336 {
    height: 28px;
  }

  .div-block-78 {
    width: 100%;
    margin-top: 29px;
    padding-left: 48px;
  }

  .image-337 {
    height: 28px;
  }

  .uui-navbar05_button-wrapper-7 {
    height: 40px;
  }

  .div-block-79 {
    justify-content: flex-start;
  }

  .image-338 {
    height: 28px;
  }

  .image-339 {
    width: 12px;
    height: 12px;
    padding-top: 0;
    padding-right: 0;
  }

  .image-339.search {
    width: 14px;
    height: 14px;
    margin-left: 18px;
    margin-right: 18px;
    padding-left: 0;
    display: block;
  }

  .image-340 {
    align-self: auto;
    width: auto;
    height: 12px;
    margin-right: 10px;
    display: block;
  }

  .drop-down-arrow {
    width: 16px;
  }

  .html-background-video {
    aspect-ratio: auto;
    width: 100%;
  }

  .heading {
    font-size: 30px;
  }

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

  .section-7 {
    background-color: #f1f3f6;
    border-radius: 0;
    width: auto;
    height: 100%;
    min-height: 0;
    margin: 0;
    overflow: auto;
  }

  .save-changes {
    color: #fff;
    font-family: Sf Pro Display, sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 18px;
  }

  .div-block-82 {
    margin-top: 10px;
  }

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

  .text-52 {
    margin-left: 0;
    margin-right: auto;
    padding: 6px 0 7px;
    font-family: Sf Pro Display, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
  }

  .content-container {
    margin-bottom: 7px;
    padding-left: 0;
    padding-right: 0;
  }

  .content-container.save {
    padding-left: 0;
    padding-right: 0;
  }

  .content-container.user {
    width: auto;
    height: auto;
    margin-top: 16px;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .content-container.diplay {
    margin-top: 25px;
    padding-left: 0;
    padding-right: 0;
  }

  .edit-container {
    background-color: #fff;
    justify-content: space-between;
    align-items: center;
    margin-top: -26px;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-bottom: 6px;
    padding-left: 16px;
    display: flex;
  }

  .hot-space-filters {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .heading-23 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 15px;
    font-weight: 600;
    line-height: 20px;
  }

  .vectors-wrapper-74 {
    width: auto;
    height: auto;
  }

  .content-block {
    background-color: #fff;
    border-radius: 24px;
    padding-top: 16px;
    padding-bottom: 16px;
    padding-left: 18px;
    box-shadow: 0 4px 8px #0000000f;
  }

  .content-block.save {
    text-align: center;
    background-color: #000;
    margin-top: 19px;
    margin-left: 16px;
    margin-right: 16px;
    padding-right: 18px;
  }

  .content-block.desc {
    height: 135px;
    min-height: 135px;
  }

  .filter-title-carf {
    white-space: nowrap;
    background-color: #fff;
  }

  .image-343 {
    opacity: 1;
    width: 9px;
    height: 17px;
    margin-right: auto;
    display: block;
  }

  .profile-container {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
    display: flex;
  }

  .filter-content-active {
    font-family: Sf Pro Text, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
  }

  .text-block-37 {
    color: #3897f0;
    font-family: Sf Pro Display, sans-serif;
    font-size: 13px;
    font-weight: 600;
  }

  .filter-content {
    overflow-wrap: anywhere;
    flex: none;
    width: auto;
    font-family: Sf Pro Text, Arial, sans-serif;
    font-size: 12px;
    font-weight: 700;
    line-height: 14px;
  }

  .image-344 {
    width: 20px;
    height: 20px;
    padding-top: 0;
    padding-right: 0;
  }

  .cross-icon-2 {
    background-color: #fff;
    justify-content: flex-end;
    padding-top: 20px;
    padding-right: 16px;
    display: flex;
  }

  .container-33 {
    padding-top: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .top-bar-edit-pp {
    position: sticky;
    inset: 0% 0% auto;
  }

  .div-block-83 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 9px;
    display: none;
  }

  .frame-37061 {
    font-family: Sf Pro Display, sans-serif;
    display: none;
    position: static;
    bottom: 580px;
    left: auto;
    right: auto;
  }

  .div-block-84 {
    justify-content: space-between;
    align-items: center;
    margin-top: 0;
    padding-right: 12px;
    font-family: Sf Pro Display, sans-serif;
    font-size: 15px;
    font-weight: 600;
    display: flex;
  }

  .text-53 {
    font-family: Sf Pro Display, sans-serif;
    font-size: 13px;
    font-weight: 400;
  }

  .container-34 {
    margin-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .form-title {
    margin-left: 0;
    margin-right: auto;
    padding: 6px 0 7px;
    font-family: Sf Pro Display, sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 21px;
  }

  .form-body {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-heading-new {
    letter-spacing: -.38px;
    font-size: 32px;
    line-height: 25px;
  }

  .small-title-big-title {
    min-height: 19px;
    line-height: 19px;
  }

  .small-title-big-title.mid {
    min-height: 10px;
  }

  .small-title-big-title.description-to-button {
    min-height: 14px;
  }

  .small-title-big-title.small-heading-gap {
    min-height: 8px;
  }

  .big-title-two {
    letter-spacing: .144px;
    font-family: Sf Pro Display, sans-serif;
    font-size: 30px;
    font-weight: 600;
    line-height: 150%;
  }

  .big-title-two.ja-lang, .big-title-two.ja-lang.white-bg {
    font-size: 28px;
  }

  .big-title-two.white-bg {
    font-size: 30px;
    font-weight: 700;
  }

  .sec-image-cont {
    aspect-ratio: 3 / 2;
    object-fit: cover;
    background-size: cover;
    min-height: 214px;
    max-height: 290px;
    margin-bottom: 0;
  }

  .product-info {
    padding: 24px 14px;
  }

  .text-block-57 {
    padding-bottom: 8px;
    font-size: 15px;
    line-height: 24px;
  }

  .text-block-58 {
    letter-spacing: -.14px;
    min-width: 95%;
    max-width: 95%;
    margin-bottom: 19px;
    font-size: 25px;
    line-height: 150%;
  }

  .text-block-58.jp_lang {
    min-width: 100%;
    max-width: 100%;
  }

  .text-block-59 {
    letter-spacing: -.37px;
    min-width: 314px;
    margin-bottom: 20px;
    font-family: Sf Pro Text, Arial, sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 200%;
  }

  .p-card-grid {
    margin-top: 16px;
  }

  .heading-gap {
    height: 16px;
  }

  .heading-gap.section4-mobile-cards, .heading-gap.section4-mobile-cardslower {
    height: 40px;
  }

  .heading-gap.sec-pos {
    height: 48px;
  }

  .heading-gap.hero {
    height: 18px;
  }

  .faq-m, .faq-m.section4-mobile-cards, .faq-m.section4-mobile-cardslower {
    height: 40px;
  }

  .faq-m.sec-pos {
    height: 48px;
  }

  .faq-m.hero {
    height: 18px;
  }

  .title-description-en {
    font-family: Sf Pro Text, Arial, sans-serif;
    font-size: 17px;
    font-weight: 400;
    line-height: 21px;
  }

  .title-description-en.title-three, .title-description-en.title-three.black-bg {
    letter-spacing: -.4px;
    font-size: 17px;
    line-height: 21px;
  }

  .big-title-three-en, .big-title-three-en.black-bg {
    font-size: 44px;
    line-height: 48px;
  }

  .text-block-58-en {
    min-width: 0;
    max-width: 560px;
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
  }

  .card-desc-text {
    color: #1d1d1f;
    font-size: 17px;
    font-weight: 400;
    line-height: 21px;
  }

  .p-intro-sec {
    padding-top: 48px;
  }

  .p-top-title {
    margin-bottom: 0;
    font-size: 14px;
    line-height: 200%;
  }

  .p-big-heading {
    max-width: 360px;
    margin-bottom: 0;
    font-family: Sf Pro Display, sans-serif;
    font-size: 44px;
    line-height: 48px;
  }

  .p-big-heading.cm {
    font-size: 48px;
  }

  .p-big-heading.jp {
    max-width: 320px;
    padding-left: 0;
    padding-right: 0;
    font-size: 28px;
    line-height: 150%;
  }

  .p-desc-text {
    max-width: 360px;
    line-height: 27px;
  }

  .p-desc-text.jp {
    max-width: 328px;
    font-size: 13px;
    line-height: 200%;
  }

  .learn-more-btn {
    font-size: 14px;
  }

  .section-text-wrp {
    padding-left: 0;
    padding-right: 0;
  }

  .section-text-wrp.tb {
    padding-left: 20px;
    padding-right: 20px;
  }

  .trailer-sec {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section-heading {
    padding-left: 0;
    font-size: 20px;
    line-height: 32px;
  }

  .section-heading.jp {
    font-size: 20px;
    line-height: 32px;
  }

  .section-heading.jp.grey-area-mobile, .section-heading.jp.mamlia-grey-section {
    padding-left: 24px;
  }

  .section-heading.feature-heading {
    padding-left: 0;
  }

  .section-heading.hiw {
    padding-left: 24px;
  }

  .trailer-vid {
    aspect-ratio: 16 / 9;
    border-radius: 14px;
  }

  .image-347 {
    aspect-ratio: 16 / 9;
    object-fit: cover;
    width: 360px;
    min-height: 0;
  }

  .image-347.trailer {
    aspect-ratio: 16 / 9;
  }

  .challenges-sec {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .metaverse-card {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    margin-left: 26px;
    margin-right: 26px;
  }

  .cards-container {
    min-width: 280px;
    max-width: 310px;
    max-height: 300px;
    padding-left: 0;
  }

  .cards-content {
    min-width: 260px;
    max-width: 320px;
    height: auto;
    min-height: 300px;
    max-height: 300px;
    margin-bottom: 20px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card-text-cont, .card-top-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .testimonial-main-heading {
    text-align: left;
    width: 100%;
    max-width: 200px;
    font-size: 21px;
    font-weight: 700;
    line-height: 25px;
  }

  .testimonial-main-heading.jp {
    justify-content: flex-start;
    align-items: center;
    min-width: 220px;
    height: auto;
    margin-top: 13px;
    margin-bottom: 20px;
    padding-right: 20px;
    font-size: 20px;
    line-height: 150%;
  }

  .testimonial-main-heading.eng {
    max-width: 360px;
    margin-top: 13px;
  }

  .challenges-cards-cont {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: space-between;
    margin-left: 0;
    margin-right: 26px;
  }

  .card-desc {
    line-height: 18px;
  }

  .card-desc.jp {
    min-width: 220px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 200%;
  }

  .solution-sec {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    padding: 48px 20px;
  }

  .hiw-sec {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 48px 0;
  }

  .section-heading-wrp {
    padding-left: 0;
  }

  .section-cont {
    border-radius: 0;
    padding-left: 24px;
  }

  .feature-sec {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 48px;
    padding-bottom: 48px;
    padding-left: 24px;
  }

  .section-8 {
    padding-left: 0;
  }

  .feature-card {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 260px;
    min-width: 260px;
    max-width: 260px;
  }

  .feature-text {
    font-size: 14px;
    line-height: 20px;
  }

  .feature-text.jp {
    font-size: 13px;
    line-height: 200%;
  }

  .why-sec {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 48px;
    padding-bottom: 48px;
    padding-left: 24px;
    display: none;
  }

  .comparison-sec {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    padding: 48px 0;
    overflow: hidden;
  }

  .comp-table-wrp {
    width: 100%;
    min-width: 320px;
    max-width: 360vw;
    margin-left: 24px;
    overflow: hidden;
  }

  .table-cont {
    width: 100%;
    overflow: auto;
  }

  .c-row-block {
    padding-left: 0;
    padding-right: 0;
  }

  .c-row-block.header-1 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .c-row-block.second {
    width: 20%;
    padding-right: 0;
  }

  .c-row-block.second.jp {
    padding-left: 8px;
    padding-right: 8px;
  }

  .c-row-block.top {
    padding-top: 0;
  }

  .c-row-block.jp {
    padding-left: 8px;
    padding-right: 8px;
  }

  .feature-title {
    font-size: 12px;
  }

  .option-row-block.option-header {
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .option-row-block.option-header.jp {
    padding-left: 8px;
    padding-right: 8px;
  }

  .option-row-block.option-header1 {
    width: 20%;
    height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .option-row-block.option-header1.jp {
    padding-left: 8px;
    padding-right: 8px;
  }

  .option-row-block.top {
    width: 20%;
    height: auto;
  }

  .option-row-block.top.jp {
    padding-left: 8px;
    padding-right: 8px;
  }

  .option-row-block.top-other {
    width: 20%;
    height: auto;
  }

  .option-row-block.top-other.jp {
    padding-left: 8px;
    padding-right: 8px;
  }

  .option-title.jp {
    white-space: nowrap;
  }

  .feature-value {
    line-height: 16px;
  }

  .feature-value.jp {
    white-space: nowrap;
    word-break: normal;
    overflow-wrap: normal;
  }

  .t-row {
    width: 180vw;
  }

  .t-row.jp {
    width: 160vw;
  }

  .t-row.jp.dm {
    width: 250vw;
  }

  .slide-arrow-chell {
    margin-top: 24px;
  }

  .html-bg-video {
    aspect-ratio: auto;
    width: 100%;
  }

  .ai-section {
    opacity: 1;
    -webkit-text-fill-color: inherit;
    background-color: #000;
    background-image: linear-gradient(#00000080, #00000080), url('https://ik.imagekit.io/mjoh996/images/images/lp-new/Background-ai.png');
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    background-clip: border-box;
    min-height: 500px;
    max-height: 500px;
    padding-top: 0;
  }

  .p-card-title {
    text-align: left;
    margin-top: 13px;
    margin-bottom: 13px;
    font-size: 21px;
    font-weight: 700;
    line-height: 25px;
  }

  .p-card-title.jp {
    margin-top: 13px;
    font-size: 20px;
  }

  .bold-text-3 {
    font-size: 30px;
  }
}

#w-node-_69fdebeb-e872-046d-096f-bf2ec4b4feac-c4b4fe97, #w-node-_69fdebeb-e872-046d-096f-bf2ec4b4fef7-c4b4fe97, #w-node-_69fdebeb-e872-046d-096f-bf2ec4b4ff51-c4b4fe97, #w-node-_69fdebeb-e872-046d-096f-bf2ec4b4ff5d-c4b4fe97, #w-node-_69fdebeb-e872-046d-096f-bf2ec4b4ff69-c4b4fe97, #w-node-_69fdebeb-e872-046d-096f-bf2ec4b4ff75-c4b4fe97, #w-node-b7cc4d3e-42c9-3c9e-883f-fbe33092f524-3092f50f, #w-node-b7cc4d3e-42c9-3c9e-883f-fbe33092f558-3092f50f, #w-node-b7cc4d3e-42c9-3c9e-883f-fbe33092f5b6-3092f50f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_69fdebeb-e872-046d-096f-bf2ec4b4ff51-c4b4fe97, #w-node-_69fdebeb-e872-046d-096f-bf2ec4b4ff5d-c4b4fe97, #w-node-_69fdebeb-e872-046d-096f-bf2ec4b4ff69-c4b4fe97, #w-node-_69fdebeb-e872-046d-096f-bf2ec4b4ff75-c4b4fe97 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
  .token-img {
    margin-top: 134px !important;
  }
    .token-img.jp {
    margin-top: 166px !important;
  }
  .products{
    margin-bottom: 0;
  }
}


@font-face {
  font-family: 'Bebasneue';
  src: url('../fonts/BebasNeue-Regular.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Text';
  src: url('../fonts/SF-Pro-Text-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Text';
  src: url('../fonts/SF-Pro-Text-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Text';
  src: url('../fonts/SF-Pro-Text-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Text';
  src: url('../fonts/SF-Pro-Text-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Display';
  src: url('../fonts/SF-Pro-Display-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Display';
  src: url('../fonts/SF-Pro-Display-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Text';
  src: url('../fonts/SF-Pro-Text-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Display';
  src: url('../fonts/SF-Pro-Display-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Display';
  src: url('../fonts/SF-Pro-Display-HeavyItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Display';
  src: url('../fonts/SF-Pro-Display-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Text';
  src: url('../fonts/SF-Pro-Text-Heavy.otf') format('opentype'), url('../fonts/SF-Pro-Text-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Display';
  src: url('../fonts/SF-Pro-Display-RegularItalic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Display';
  src: url('../fonts/SF-Pro-Display-SemiboldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Display';
  src: url('../fonts/SF-Pro-Display-Heavy.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Display';
  src: url('../fonts/SF-Pro-Display-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sf Pro Text';
  src: url('../fonts/SF-Pro-Text-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}


.token-img{
     width: auto;
    margin-top: 40px;
    max-height: 356px;
    /* margin-bottom: 20px; */
}
.vectors-wrapper-42{
  width: 20px;
    height: 20px;
}
/* .products{
  background-image: url('https://ik.imagekit.io/mjoh996/images/images/lp-new/Frame-38065.png');
  background-repeat: no-repeat;
  background-position: bottom center;
} */
.ai-section{
   background-size: cover;  
}
  .small-top.carousel{
    height: 12px;
    max-height: 12px;
     min-height: auto;
  }
.dropdown-toggle-4.w-dropdown-toggle.pl-manage.dropdown-mobile{
  display: none;
}  
.dropdown-desktop .frame-9239 img{
  border-radius: 50%;
}
.dropdown-desktop + .dropdown-list.w-dropdown-list .div-block-31 img{
    width: 20px;
    height: 20px;
    border: solid 1px #ccc;
    border-radius: 50%;
} 

@media screen and (min-width: 1440px) {
  .small-heading-title {
    line-height: 44px;
  }
  .products,
  .ai-section {
    min-height: 710px;
    max-height: 710px;
  }
}


@media screen and (max-width: 991px) {
  .products,
  .ai-section {
    min-height: 710px;
  }

  .token-img {
    margin-top: 168px;
  }
   .token-img.jp  {
    margin-top: 182px;
  }
}

@media screen and (max-width: 479px) {
  .products,
  .ai-section {
    min-height: auto;
  }
}
@media screen and (max-width: 479px) {
    html[lang="ja"] .text-block-57 {
        font-size: 12px;
        line-height: 24px;
    }
    .div-block-31{
        padding-top: 0px;
        padding-bottom: 0px;
    }
        .above-to-title {
        min-height: 8px; 
    }
    .title-to-description{
      min-height: 19px;
      height: auto;
    }

  
}

.loader{
  min-height: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.loader span {
  display: block;
  width: 30px;
  height: 30px;
  border: 3px solid transparent;
  border-radius: 50%;
  border-right-color: #000;
  animation: spinner-anim 0.8s linear infinite;
}
@keyframes spinner-anim {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.frame-9224 img, .dropdown-list.w-dropdown-list{
  cursor: pointer;
}
aside.menu-icon_component-5{
  display: none;
}

* {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
*:focus {
    outline: none !important;
}
@media screen and (min-width: 1920px) {
    .small-title-big-title {
        min-height: 30px;
    }
    .small-title-big-title.small-heading-gap {
      min-height: 17px;
    }
}

@media screen and (min-width: 1400px) {
.token-img {
    margin-top: 72px;
}
    html[lang="ja"] .value, html[lang="ja"] .value #video,  html[lang="ja"]  .ai-section{
    max-height: 783px !important;
    min-height: 783px  !important;
  }
}

@media screen and (max-width: 991px) {
  .products{
            overflow-x: hidden;
  }
    .token-img {
        background-repeat: no-repeat;
        background-size: cover;
         position: absolute;
    top: calc(100% - 12px);
    scale: 2;
    }

}
@media screen and (max-width: 479px) {
    .token-img {
              object-fit: contain;
        scale: 2;
    }
     .products,.ai-section{
           min-height: 574px;
  }
}
@media screen and (min-width: 1920px)  {
      .token-img.jp {
        margin-top: 87px !important;
    }  
}
@media screen and (max-width: 780px)  {
   
      html[lang="ja"] .value, html[lang="ja"] .value #video,  html[lang="ja"]  .ai-section{
    max-height: 710px !important;
    min-height: 710px  !important;
  }
}

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

    html[lang="ja"] .value, html[lang="ja"] .value #video,  html[lang="ja"]  .ai-section{
    max-height: 710px !important;
    min-height: 710px  !important;
  }

@media screen and (max-width: 479px)  {
  .w-dropdown-list{
position: unset;
}
      .token-img.jp {
      }
        html[lang="ja"] .value, html[lang="ja"] .value #video,  html[lang="ja"]  .ai-section{
    max-height: 574px !important;
    min-height: 574px  !important;
  }
  }
}
@media screen and (max-width: 420px)  {
      .token-img.jp {
        margin-top: 154px !important;
    }  
    
}
