@font-face {
  font-family: Chakrapetch;
  src: url('../fonts/ChakraPetch-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Chakrapetch;
  src: url('../fonts/ChakraPetch-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Chakrapetch;
  src: url('../fonts/ChakraPetch-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Chakrapetch;
  src: url('../fonts/ChakraPetch-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Chakrapetch;
  src: url('../fonts/ChakraPetch-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Chakrapetch;
  src: url('../fonts/ChakraPetch-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Chakrapetch;
  src: url('../fonts/ChakraPetch-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Chakrapetch;
  src: url('../fonts/ChakraPetch-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Chakrapetch;
  src: url('../fonts/ChakraPetch-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Chakrapetch;
  src: url('../fonts/ChakraPetch-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Medium.otf') format('opentype'), url('../fonts/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

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

@font-face {
  font-family: Satoshi;
  src: url('../fonts/Satoshi-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

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

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

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-previous-icon {
  margin-right: 4px;
}

.w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

.w-pagination-next-icon {
  margin-left: 4px;
}

.w-page-count {
  text-align: center;
  width: 100%;
  margin-top: 20px;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.section {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 100%;
  height: 100vh;
  min-height: 40vw;
  position: fixed;
  overflow: hidden;
}

.image {
  z-index: 1;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  object-position: 50% 50%;
  background-color: #000;
  background-image: linear-gradient(#0000, #000000e6);
  background-clip: padding-box;
  width: 100vw;
  max-width: 100vw;
  height: 100%;
  display: block;
  position: fixed;
}

.heading {
  z-index: 100;
  color: #fff;
  text-align: left;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #fff, #ffffff80);
  -webkit-background-clip: text;
  background-clip: text;
  width: 100%;
  max-width: 100vw;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5vh;
  padding-bottom: 10px;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
}

.div-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  z-index: 10;
  background-image: linear-gradient(#0000, #000);
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 1000px;
  padding-top: 20vh;
  display: flex;
  position: absolute;
  top: 0;
}

.heading-2 {
  color: #fff;
  text-align: center;
  width: 100vw;
  max-width: 100vw;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 44px;
}

.text-block {
  color: #fff;
}

.scrollarrow {
  z-index: 10;
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  height: 15vh;
  padding-top: 25vh;
  display: flex;
  position: relative;
  top: auto;
  left: auto;
}

.heading-3 {
  color: #9c9c9c;
  text-align: center;
  width: 100%;
  max-width: 1000px;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}

.heading-4 {
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 100%;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 40px;
}

.div-block-3 {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.heading-5 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.div-block-4 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
  overflow: hidden;
}

.text-block-2 {
  color: #fff;
  border-left: 1px solid gray;
  width: 100%;
  max-width: 100vw;
  padding-left: 20px;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.text-block-3 {
  color: #fff;
  font-family: Manrope, sans-serif;
  font-size: 16px;
}

.div-block-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid #009dff;
  flex-flow: column;
  width: 100%;
  max-width: 900px;
  height: auto;
  padding-bottom: 25px;
  padding-left: 15px;
  display: flex;
}

.div-block-6 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 5vw;
  display: flex;
}

.div-block-7 {
  background-color: #0000;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-8 {
  background-color: #0000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  padding-top: 5vh;
  padding-bottom: 5vh;
  display: flex;
}

.div-block-9 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  padding: 5vw 3vw;
  display: flex;
}

.heading-6 {
  color: #fff;
  margin-bottom: 20px;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.text-block-4 {
  color: #9c9c9c;
  font-size: 12px;
}

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

.div-block-10 {
  padding: 5vw;
}

.div-block-11 {
  padding: 5vw 3vw;
}

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

.text-block-5 {
  color: #fff;
  font-family: Satoshi, Arial, sans-serif;
}

.text-block-6 {
  font-size: 12px;
}

.text-block-7 {
  color: #9c9c9c;
  font-size: 12px;
}

.section-2 {
  z-index: 5;
  background-color: #000;
  background-image: linear-gradient(#000, #1e1e1e);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 5vh;
  display: flex;
}

.heading-7 {
  color: #fff;
  font-family: Satoshi, Arial, sans-serif;
  font-weight: 500;
}

.paragraph {
  color: #fff;
  max-width: 300px;
  font-family: Satoshi, Arial, sans-serif;
  font-weight: 300;
}

.paragraph-2 {
  color: #9c9c9c;
  max-width: 600px;
  font-family: Satoshi, Arial, sans-serif;
  font-weight: 400;
}

.heading-8 {
  color: #fff;
  font-family: Satoshi, Arial, sans-serif;
  font-weight: 500;
}

.trust-center-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #0000;
  background-color: #1e1e1e;
  border: 0 solid #fff;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 300px;
  height: 500px;
  min-height: 0;
  padding: 20px;
  display: flex;
}

.heading-9 {
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #fff, #ffffff80);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.text-block-8 {
  color: #fff;
  margin-bottom: 0;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
}

.image-2 {
  width: 60px;
  height: 60px;
  display: block;
}

.div-block-13 {
  border-top: 1px solid #fff;
  width: 100%;
  height: 0;
}

.div-block-3-copy {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  background-color: #000;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-3 {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  z-index: 5;
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5vh;
  padding-bottom: 5vh;
  display: flex;
}

.section-4 {
  z-index: 5;
  background-color: #000;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.body {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-3-copy {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-14 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid #fff3;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 1200px;
  max-width: 100vw;
  padding-bottom: 20px;
  display: flex;
}

.image-3 {
  width: auto;
  height: 50px;
}

.text-block-9 {
  color: #fff;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.heading-10 {
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #fff, #ffffff80);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.heading-10.letter-animation {
  text-overflow: clip;
  word-break: normal;
  overflow-wrap: normal;
  -webkit-text-fill-color: inherit;
  background-image: none;
  background-clip: border-box;
  max-width: 100%;
  font-size: 50px;
  line-height: 60px;
}

.div-block-15 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 640px;
  max-width: 100%;
  display: flex;
}

.div-block-3-copy-copy {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  background-color: #000;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  height: 200px;
  display: flex;
}

.con {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100vw;
  display: flex;
}

.div-block-16 {
  border-bottom: 1px solid #9c9c9c;
  width: 100%;
  height: 0;
}

.heading-11 {
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #fff, #ffffff80);
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 2px;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.div-block-17 {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.div-block-18 {
  border: 3px solid #9e9e9e;
  border-radius: 22px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1000px;
  max-width: 100%;
  height: 570px;
  display: flex;
  position: absolute;
}

.text-block-10 {
  color: #d3d3d3;
  background-color: #0000;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 24px;
}

.text-block-11 {
  color: #fff;
  max-width: 100%;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 36px;
  line-height: 55px;
}

.div-block-19 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  z-index: 11;
  background-color: #000c;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
  flex-flow: column;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: flex-start;
  width: 60%;
  max-width: none;
  height: 100%;
  padding: 2vw;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.image-4 {
  align-self: auto;
  width: 1000px;
  max-width: 100%;
  position: absolute;
}

.image-5 {
  color: #000;
  width: 50px;
  height: 50px;
}

.div-block-20 {
  background-color: #d9d9d9;
  justify-content: space-between;
  width: 500px;
  max-width: 100vw;
  height: 90px;
  padding: 10px;
  display: flex;
}

.heading-12 {
  background-color: #0000;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 44px;
  font-weight: 400;
}

.div-block-21 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1400px;
  display: flex;
}

.section-5 {
  justify-content: center;
  align-items: center;
  padding-top: 5vh;
  padding-bottom: 5vh;
  display: flex;
}

.div-block-12-a {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #0000;
  background-color: #ffffff26;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 300px;
  height: 400px;
  padding: 2vw;
  display: flex;
}

.div-block-20a {
  background-color: #ffffff26;
  justify-content: space-between;
  width: 500px;
  max-width: 100vw;
  height: 90px;
  padding: 10px;
  display: flex;
}

.heading-12a {
  color: #fff;
  background-color: #0000;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 44px;
  font-weight: 400;
}

.div-block-3-a {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  color: #0000;
  background-color: #0000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: none;
}

.section-6 {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5vh;
  padding-bottom: 5vh;
  display: block;
}

.section-7 {
  z-index: 5;
  background-color: #000;
  width: 100vw;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 10vh;
  padding-bottom: 5vh;
}

.section-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  z-index: 5;
  background-color: #000;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 5vh;
  padding-bottom: 5vh;
  display: flex;
}

.navbar {
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 80px;
  display: flex;
  position: absolute;
  top: 0;
}

.navbar.blurbg {
  z-index: 1001;
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #fff;
  background-color: #0000004d;
  flex-flow: column;
  height: auto;
  padding: 1rem 3rem;
  position: fixed;
  top: 0;
  overflow: visible;
  box-shadow: 0 8px 32px #00000040;
}

.container {
  z-index: 0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 80px;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.div-block-22 {
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.nav-link {
  color: #fff;
  font-family: Chakrapetch, Arial, sans-serif;
  display: inline-block;
}

.nav-link-2 {
  opacity: 1;
  color: #fff;
  justify-content: center;
  align-items: flex-start;
  font-family: Chakrapetch, Arial, sans-serif;
  display: flex;
}

.nav-link-3 {
  color: #fff;
  vertical-align: baseline;
  font-family: Chakrapetch, Arial, sans-serif;
}

.image-6 {
  width: auto;
  height: 40px;
}

.button {
  color: #000;
  background-color: #1abc9c;
  border-radius: 8px;
  margin-top: 0;
  padding: 10px 20px;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.text-block-12 {
  color: #fff9;
  text-align: center;
}

.div-block-23 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.div-block-24 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-image: linear-gradient(#ffffff1a, #ffffff05 48%, #ffffff0f);
  border: 1px #ededed;
  border-radius: 32px;
  flex-flow: column;
  width: 363px;
  height: 700px;
  padding: 40px;
  display: flex;
}

.div-block-25 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-26 {
  border-radius: 100%;
  width: 40px;
  height: 40px;
}

.image-7 {
  width: 40px;
  height: 40px;
}

.list {
  list-style-type: none;
}

.div-block-27 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fffc;
  display: flex;
}

.image-8 {
  width: 20px;
  height: 20px;
}

.div-block-28 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  font-family: Satoshi, Arial, sans-serif;
  display: flex;
}

.heading-13 {
  color: #fff;
  min-width: 100px;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.div-block-29 {
  border-top: 1px solid #fff3;
  margin-top: 0;
  padding-top: 10px;
}

.button-2 {
  outline-offset: 0px;
  text-align: center;
  background-color: #0000;
  background-image: linear-gradient(#ffffff14, #ffffff1a);
  border-top: 1px solid #ffffff1a;
  border-radius: 12px;
  outline: 3px #fff;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.heading-14 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 44px;
  font-weight: 500;
  line-height: 44px;
}

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

.heading-15 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 33px;
}

.div-block-30 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

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

.text-block-15 {
  font-family: Satoshi, Arial, sans-serif;
  font-size: 15px;
}

.div-block-24-copya {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-image: linear-gradient(#ffffff1a, #ffffff05 48%, #ffffff0f);
  border: 1px solid #ffffff4d;
  border-radius: 32px;
  flex-flow: column;
  width: 363px;
  height: 700px;
  padding: 40px;
  display: flex;
}

.button-2-copy {
  text-align: center;
  background-color: #0000;
  background-image: linear-gradient(#ffffff14, #ffffff1a);
  border-top: 1px solid #ffffff1a;
  border-radius: 12px;
  width: 100%;
}

.button-2-copy-copya {
  color: #000;
  text-align: center;
  background-color: #0000;
  background-image: linear-gradient(#fff, #b4b4b4);
  border-top: 1px solid #ffffff1a;
  border-radius: 12px;
  width: 100%;
  padding-top: 12px;
  padding-bottom: 12px;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.div-block-31,
.div-block-32,
.div-block-33 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.slider {
  background-color: #0000;
  height: 700px;
}

.image-9 {
  object-fit: cover;
  border-radius: 36px;
  width: 551px;
  max-width: 551%;
  height: 618px;
}

.mask {
  height: 618px;
}

.div-block-34 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-3 {
  color: gray;
  max-width: 100%;
  font-size: 24px;
  line-height: 36px;
}

.div-block-35 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #ffffffd9;
  border-radius: 36px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 551px;
  height: 618px;
  padding: 30px;
  display: flex;
}

.heading-16 {
  font-size: 34px;
}

.heading-17 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 34px;
  line-height: 34px;
}

.nav-dropdown {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 5vw;
  display: flex;
  overflow: visible;
}

.heading-18 {
  color: #88a3ed;
  font-weight: 400;
}

.text-block-16 {
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #fff, #ffffff80);
  -webkit-background-clip: text;
  background-clip: text;
  width: 100%;
  max-width: 100%;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 40px;
}

.image-10 {
  object-fit: cover;
  width: 468px;
  max-width: 100vw;
  height: 278px;
}

.nav-menu {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.container-bg {
  z-index: 0;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 80px;
  display: flex;
  position: absolute;
}

.containerbg {
  z-index: 0;
  box-sizing: border-box;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  flex-flow: column;
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: absolute;
  top: 0;
  left: auto;
  right: auto;
}

.div-block-36 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.heading-19 {
  color: #fff;
  max-width: 300px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 28px;
  font-weight: 500;
}

.image-11 {
  width: 25px;
  height: 22px;
  margin-top: 5px;
}

.div-block-37 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.heading-20 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
}

.text-block-17 {
  color: #fff;
  max-width: 250px;
  font-family: Satoshi, Arial, sans-serif;
}

.div-block-38 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.div-block-39 {
  grid-column-gap: 40px;
  grid-row-gap: 25px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  max-width: 1100px;
  max-height: none;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
}

.div-block-40 {
  max-width: 500px;
}

.image-12 {
  max-width: 580px;
}

.div-block-5c {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 1px solid #009dff;
  flex-flow: column;
  width: 100%;
  padding-bottom: 30px;
  display: flex;
}

.heading-5c {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.div-block-6c {
  box-sizing: content-box;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 600px;
  padding: 0 5vw;
  display: flex;
}

.heading-21 {
  color: #fff;
  text-align: center;
  width: 300px;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 50px;
}

.text-block-18 {
  color: #9c9c9c;
  text-align: center;
  max-width: none;
  height: auto;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 30px;
  line-height: 60px;
}

.div-block-41 {
  outline-offset: 0px;
  border-bottom: 0 solid #009dff;
  outline: 3px #333;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 100vw;
  padding-bottom: 30px;
  display: flex;
}

.div-block-42 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-4c {
  color: #fff;
  text-align: center;
  max-width: 500px;
  font-family: Chakrapetch, Arial, sans-serif;
  font-weight: 300;
}

.heading-4c.letter-animation {
  max-width: 1200px;
}

.heading-22 {
  color: #fff;
  text-align: left;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 75px;
}

.body-2 {
  grid-column-gap: 8vw;
  grid-row-gap: 8vw;
  background-color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 100vw;
  display: flex;
}

.heading-23 {
  color: #fff;
  text-align: center;
  max-width: 100%;
  margin-top: 10px;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 54px;
}

.image-13 {
  object-fit: contain;
  width: 300px;
  max-width: 100%;
}

.div-block-43 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 1200px;
  max-width: 100%;
  display: flex;
}

.heading-24 {
  color: #fff;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.text-block-19 {
  color: #fff;
  width: 400px;
  max-width: 100%;
  font-family: Satoshi, Arial, sans-serif;
}

.div-block-44 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.div-block-45 {
  grid-column-gap: 20px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 640px;
  min-width: 300px;
  max-width: 100vw;
  padding: 0;
  display: flex;
}

.image-14 {
  width: 40px;
  height: 40px;
}

.div-block-46 {
  justify-content: space-between;
  display: flex;
}

.heading-25 {
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #fff, #fff9);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 40px;
}

.div-block-47 {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
  border: 1px #7ea1ff;
  border-bottom-style: solid;
  flex-flow: column;
  width: 100%;
  max-width: 300px;
  height: 180px;
  padding-bottom: 20px;
  display: flex;
}

.text-block-20 {
  color: #9c9c9c;
  border-left: 1px solid #9c9c9c;
  width: 100%;
  min-width: auto;
  max-width: 100%;
  padding-left: 20px;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 16px;
}

.image-15 {
  object-fit: cover;
  border-radius: 9px;
  width: 160px;
  height: 210px;
}

.heading-26 {
  color: #fff;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 30px;
}

.text-block-21 {
  color: #9c9c9c;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 12px;
}

.text-block-22 {
  color: #fff;
  max-width: 200px;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.div-block-48 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 0 solid #9c9c9c;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 480px;
  max-width: 100vw;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.div-block-49 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-16 {
  object-fit: contain;
  border-radius: 16px;
  width: 100%;
  height: 200px;
  min-height: 200px;
  max-height: none;
}

.div-block-50 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #121212;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 600px;
  height: 100%;
  padding: 20px;
  display: flex;
}

.heading-27 {
  color: #fff;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
}

.text-block-23 {
  color: #fff;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 12px;
}

.section-9 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  max-width: 1200px;
  padding: 5vw;
  display: flex;
}

.text-block-24 {
  color: #fff;
  width: 230px;
  max-width: 230px;
  font-family: Satoshi, Arial, sans-serif;
}

.image-17 {
  width: 20px;
  height: 20px;
}

.div-block-51 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.div-block-52 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  margin-bottom: 10px;
  display: flex;
}

.div-block-50c {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #1e1e1e;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 300px;
  height: auto;
  min-height: 520px;
  max-height: none;
  padding: 20px;
  display: flex;
}

.div-block-53 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1000px;
  height: auto;
  min-height: 580px;
  display: flex;
}

.div-block-54 {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100vw;
  display: flex;
}

.div-block-55 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  cursor: pointer;
  flex-flow: column;
  width: 100%;
  max-width: 2000px;
  padding: 2vw 0;
  display: flex;
}

.image-18 {
  width: 50px;
  height: 50px;
}

.div-block-56 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-28 {
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #fff, #fff9);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.div-block-57 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  width: 100%;
  max-width: none;
  display: flex;
}

.text-block-25 {
  color: #fff;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 28px;
}

.div-block-58 {
  width: 100%;
  max-width: 2000px;
}

.text-block-26 {
  color: #9c9c9c;
  border-left: 1px solid #9c9c9c;
  width: 66vw;
  min-width: 350px;
  max-width: 900px;
  padding-bottom: 10px;
  padding-left: 20px;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.div-block-58c {
  border-bottom: 1px solid #9c9c9c;
  max-width: 1400px;
  height: 1px;
}

.body-3 {
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-6-copy {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 5vw;
  display: flex;
}

.image-19 {
  object-fit: contain;
  width: 30vw;
  min-width: 300px;
}

.div-block-59 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.heading-26-copy {
  color: #fff;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 54px;
}

.div-block-60 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.div-block-61 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  background-color: #ffffff1a;
  border: 0 solid #fff;
  border-radius: 12px;
  flex-flow: column;
  width: 280px;
  height: 286px;
  min-height: 286px;
  padding: 20px;
  display: flex;
}

.hover-card-shown-text {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #fff, #ffffff80);
  -webkit-background-clip: text;
  background-clip: text;
  min-width: auto;
  min-height: 60px;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

.hover-card-shown-text.hover-card-shown-text-copyk {
  min-height: 80px;
}

.hover-card-shown-text.hyphens:where(.w-variant-d38b3c74-ba20-3699-c59a-01b0bb0ea123) {
  hyphenate-limit-chars: auto;
}

.section-10 {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  background-image: linear-gradient(#000, #1e1e1e);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100vw;
  padding: 5vw 0;
  display: flex;
}

.body-4 {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  background-color: #121212;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-29 {
  color: #fff;
  text-align: center;
  max-width: 600px;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.section-11 {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  background-image: linear-gradient(#000, #121212);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
}

.body-5 {
  color: #fff;
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 140px;
  margin-bottom: 140px;
  display: flex;
}

.div-block-62 {
  justify-content: space-between;
  display: flex;
}

.image-20 {
  width: 150px;
  height: 150px;
}

.div-block-63 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.div-block-64 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.text-block-29 {
  max-width: 500px;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 24px;
  line-height: 50px;
}

.text-block-30 {
  color: #9c9c9c;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 24px;
}

.heading-30 {
  font-family: Satoshi, Arial, sans-serif;
  font-size: 44px;
  line-height: 64px;
}

.image-21 {
  border-radius: 9px;
  width: 50%;
}

.div-block-65 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  max-width: 1000px;
  display: flex;
}

.section-12 {
  grid-column-gap: 8vw;
  grid-row-gap: 8vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 8vw;
  padding-bottom: 8vw;
  display: flex;
}

.div-block-66 {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-13 {
  justify-content: center;
  align-items: center;
  width: 1200px;
  max-width: 100vw;
  display: flex;
}

.section-14 {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  flex-flow: column;
  max-width: 100vw;
  display: flex;
}

.section-15 {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.section-16 {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  flex-flow: column;
  max-width: 1200px;
  display: flex;
}

.image-22 {
  width: 1000px;
  max-width: 100vw;
}

.section-17 {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  z-index: 5;
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  display: flex;
}

.section-18 {
  max-width: 1200px;
}

.section-19 {
  grid-column-gap: 12vw;
  grid-row-gap: 12vw;
  flex-flow: column;
  max-width: 1200px;
  display: flex;
}

.image-15c {
  object-fit: contain;
  border-radius: 9px;
  width: 50%;
  max-width: 600px;
  height: auto;
}

.text-block-22c {
  color: #e8e8e8;
  max-width: 400px;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 16px;
  line-height: 24px;
}

.div-block-67 {
  grid-column-gap: 12vw;
  grid-row-gap: 12vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-20 {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  background-image: linear-gradient(#121212 69%, #000);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-68 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  max-width: 100vw;
  display: flex;
}

.nav-dropdown-product {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: #0000;
  flex-flow: column wrap-reverse;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  max-height: 0;
  margin-top: 0;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.heading-19c {
  color: #7ea1ff;
  max-width: 300px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 28px;
  font-weight: 500;
}

.link-block-3 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.body-6 {
  grid-column-gap: 8vw;
  grid-row-gap: 8vw;
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.paragraph-4 {
  color: #ccc;
  text-align: left;
  max-width: 1200px;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 54px;
}

.section-21 {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-3 {
  color: #fff;
  background-color: #0000;
  border: 0 solid #fff;
  border-radius: 4px;
  padding-left: 0;
  padding-right: 0;
}

.heading-30-copy {
  color: #fff;
  text-align: center;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 44px;
  line-height: 64px;
}

.text-block-29-copy {
  color: #fff;
  max-width: 500px;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 22px;
  line-height: 36px;
}

.div-block-69 {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  border: 1px solid #fff;
  flex-flow: column;
  width: 50%;
  min-width: 400px;
  padding: 3vw;
  display: flex;
}

.heading-31 {
  color: #fff;
  font-family: Chakrapetch, Arial, sans-serif;
  font-weight: 400;
}

.submit-button {
  color: #000;
  background-color: #fff;
  border-radius: 12px;
  padding: 20px 40px;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 16px;
}

.section-22 {
  flex-flow: row;
  justify-content: center;
  max-width: 1200px;
  display: flex;
}

.div-block-70 {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  width: 50%;
  padding: 3vw;
  display: flex;
}

.heading-32 {
  color: #fff;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 70px;
}

.text-block-31 {
  color: #fff;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 24px;
  line-height: 44px;
}

.text-block-32 {
  color: #9c9c9c;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 24px;
  line-height: 44px;
}

.body-7 {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-23 {
  max-width: 1200%;
}

.section-23 {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1000px;
  max-width: 100%;
  display: flex;
}

.div-block-71 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.section-24 {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
  overflow-x: hidden;
}

.section-25 {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-72 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1000px;
  display: flex;
}

.section-26 {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-24 {
  max-width: 600px;
}

.div-block-73 {
  -webkit-text-stroke-width: 0px;
  -webkit-text-stroke-color: white;
  text-shadow: 2px 2px 20px #0003;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 280px;
  min-width: 220px;
  max-width: 300px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.body-8 {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-74 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 400px;
  max-width: 100%;
  min-height: 420px;
  padding: 20px;
  display: flex;
}

.heading-33 {
  color: #7ea1ff;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 28px;
  line-height: 32px;
}

.text-block-33 {
  color: #9c9c9c;
  width: 100%;
  max-height: 120px;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
  overflow: auto;
}

.image-25 {
  object-fit: contain;
  max-width: 40%;
  max-height: 150px;
  margin-top: 10px;
}

.div-block-75 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 1300px;
  display: flex;
}

.body-9 {
  grid-column-gap: 8vw;
  grid-row-gap: 8vw;
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-26 {
  width: 500px;
  max-width: 90vw;
}

.section-27 {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-top: 10vh;
  padding: 4vw;
  display: flex;
}

.div-block-76 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  max-width: 600px;
  display: flex;
}

.text-block-34 {
  color: #fff;
  max-width: 600px;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}

.heading-34 {
  color: #fff;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 44px;
  font-weight: 500;
  line-height: 50px;
}

.div-block-77 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.text-block-35 {
  color: #5fbff9;
}

.heading-35 {
  color: #fff;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.div-block-78 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #121212;
  border-radius: 14px;
  flex-flow: column;
  max-width: 280px;
  height: 600px;
  display: flex;
  overflow: visible;
}

.text-block-36 {
  color: #5fbff9;
  text-decoration: none;
}

.text-block-37 {
  color: #9c9c9c;
  text-overflow: ellipsis;
  white-space: normal;
  overflow-wrap: normal;
  max-height: 100px;
  font-family: Satoshi, Arial, sans-serif;
  line-height: 24px;
  overflow: hidden;
}

.div-block-79 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  padding: 16px;
  display: flex;
}

.div-block-80 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-28 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.image-27 {
  width: 20px;
  height: 20px;
}

.div-block-81 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #0000;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 10px 15px;
  display: flex;
}

.div-block-82 {
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100%;
  display: flex;
}

.text-block-38 {
  color: #fff;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 16px;
}

.nav-dropdown-platform {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  max-height: 0;
  margin-top: 0;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.nav-dropdown-learn,
.nav-dropdown-about,
.nav-dropdown-agents {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  max-height: 0;
  margin-top: 0;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.link-block-4 {
  justify-content: center;
  align-items: center;
  width: auto;
  text-decoration: none;
  display: flex;
}

.body-10 {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-83 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  max-width: 350px;
  display: flex;
}

.div-block-84 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 1000px;
  max-width: 100%;
  display: flex;
}

.text-block-39 {
  color: #fff;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 24px;
  line-height: 28px;
}

.button-4 {
  color: #000;
  background-color: #fff;
  border-radius: 6px;
  padding: 10px 25px;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 14px;
}

.div-block-85 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  width: 630px;
  max-width: 100vw;
  display: flex;
}

.heading-copy {
  z-index: 100;
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #fff, #ffffff80);
  -webkit-background-clip: text;
  background-clip: text;
  width: 100%;
  max-width: 1200px;
  margin-top: 15vh;
  padding-top: 5vh;
  padding-bottom: 10px;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
}

.heading-copy-copy {
  z-index: 100;
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #fff, #ffffff80);
  -webkit-background-clip: text;
  background-clip: text;
  width: 1000px;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 70px;
  font-weight: 500;
  line-height: 90px;
}

.text-field {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #fff;
  background-color: #ffffff4d;
  border: 1px #000;
  border-radius: 8px;
  height: 50px;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 18px;
}

.div-block-86 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 60%;
  max-width: 100vw;
  display: block;
}

.div-block-87 {
  flex-flow: column;
  display: flex;
}

.div-block-88 {
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.heading-14-copy {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

.div-block-89 {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.heading-13-copy,
.heading-13-copy-copy {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 10px;
  font-weight: 300;
}

.heading-13-copy {
  color: #fff;
  min-width: 100px;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.div-block-90 {
  border-bottom: 1px solid #009dff;
  width: 150px;
  height: 0;
}

.div-block-91 {
  border-bottom: 1px solid #fff;
  width: 50%;
  min-width: 50%;
  height: 0;
}

.heading-copy {
  z-index: 100;
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #fff, #ffffff80);
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 75px;
  font-weight: 500;
  line-height: 90px;
  display: block;
}

.image-a {
  object-position: 50% 0%;
  z-index: -20;
  object-fit: cover;
  width: 100%;
  max-width: 100vw;
  height: 100%;
  position: fixed;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.section-a {
  z-index: auto;
  box-sizing: border-box;
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(0deg, #000, #fff);
  background-clip: border-box;
  width: 100%;
  min-height: max(600px, 80vh);
  position: relative;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(#000 100%, #0000 0%);
  mask-image: linear-gradient(#000 100%, #0000 0%);
}

.image-23-ca {
  width: 1000px;
  max-width: 100%;
}

.heading-2-coa {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  color: #fff;
  text-align: center;
  flex-flow: column;
  width: 80vw;
  max-width: 1200vw;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 44px;
  display: flex;
}

.section-29 {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow-x: hidden;
}

.paragraph-5 {
  color: #fff;
  text-align: left;
  width: 100%;
  max-width: 1000px;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 24px;
  line-height: 36px;
}

.div-block-92 {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-family: Chakrapetch, Arial, sans-serif;
  display: flex;
}

.section-30 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column wrap;
  width: 1000px;
  max-height: 580px;
  display: flex;
}

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

.body-11 {
  grid-column-gap: 12vw;
  grid-row-gap: 12vw;
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.body-12 {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dynamic-form-label {
  color: #fff;
  cursor: text;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  position: absolute;
  top: 14px;
  left: 20px;
}

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

.submit-button-2 {
  color: #000;
  background-color: #fff;
  border-radius: 12px;
  padding: 20px 30px;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 18px;
}

.form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.body-13 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
}

.body-13-copa {
  grid-column-gap: 8vw;
  grid-row-gap: 8vw;
  background-color: #000;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: center;
  align-items: center;
  font-family: Satoshi, Arial, sans-serif;
  display: flex;
}

.image-29 {
  width: 100%;
  max-width: 500px;
}

.section-31 {
  grid-column-gap: 20px;
  grid-row-gap: 100px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.div-block-94 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 70%;
  max-width: 600px;
  display: flex;
}

.section-32 {
  grid-column-gap: 8vw;
  grid-row-gap: 8vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-95 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-33 {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  flex-flow: column;
  display: flex;
}

.hover-card-hidden-text {
  font-family: Satoshi, Arial, sans-serif;
  font-size: 24px;
  line-height: 36px;
  display: block;
}

.hover-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  background-color: #ffffff1a;
  border: 1px solid #fff;
  border-radius: 12px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 280px;
  height: 286px;
  padding: 20px;
  display: flex;
  position: relative;
}

.hover-card:where(.w-variant-eb494181-6693-b1c3-ced4-a77756411516) {
  width: 260px;
}

.hover-card:where(.w-variant-d38b3c74-ba20-3699-c59a-01b0bb0ea123) {
  width: 220px;
}

.hover-card.hover-card-sm {
  width: 240px;
}

.hover-card.hyphens:where(.w-variant-d38b3c74-ba20-3699-c59a-01b0bb0ea123) {
  -webkit-hyphens: auto;
  hyphens: auto;
  word-break: normal;
  overflow-wrap: break-word;
  hyphenate-character: auto;
}

.hover-card.hyphens:where(.w-variant-eb494181-6693-b1c3-ced4-a77756411516) {
  width: 240px;
}

.hover-card-hidden {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: none;
  position: absolute;
}

.hover-card-shown {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 80%;
  display: flex;
  position: absolute;
}

.div-block-96 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-right: 1px #262626;
  flex-flow: column;
  align-items: flex-start;
  width: 30%;
  height: 100%;
  padding: 100px 20px;
  display: flex;
}

.section-34 {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  flex-flow: column;
  width: 100%;
  max-width: 1000px;
  display: flex;
}

.div-block-48-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px #262626;
  border-bottom: 0 solid #9c9c9c;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  margin-bottom: 60px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.image-15caa {
  object-fit: contain;
  border-radius: 9px;
  width: 100%;
  max-width: 600px;
  height: auto;
  position: absolute;
}

.code-embed {
  width: 6.5rem;
  height: auto;
  max-height: 100px;
  margin-top: 9px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.2px;
  display: block;
}

.image-30 {
  object-fit: contain;
  height: 50px;
}

.code-embed-copy {
  width: 6.5rem;
  height: auto;
  max-height: 100px;
  margin-top: 9px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.2px;
  display: none;
}

.div-block-3-a-copya {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  color: #0000;
  background-color: #0000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
  overflow: hidden;
}

.image-31 {
  object-fit: contain;
  height: 50px;
}

.image-31.img-white {
  filter: brightness(0) invert();
}

.slider-2 {
  background-color: #0000;
  max-width: 100vw;
}

.right-arrow,
.icon,
.icon-2,
.slide-nav {
  display: none;
}

.image-32 {
  width: 100vw;
  display: none;
}

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

.div-block-97 {
  width: 1200px;
  max-width: 100vw;
  height: 700px;
}

.body-14 {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  background-color: #000;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-40 {
  font-family: Satoshi, Arial, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.div-block-98 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  height: 350px;
  display: flex;
}

.section-35 {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  flex-flow: column;
  display: flex;
  position: relative;
}

.image-33 {
  object-fit: contain;
  min-width: 200px;
  max-width: 200px;
  height: 80px;
}

.div-block-99 {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  display: flex;
}

.div-block-100 {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-36 {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  flex-flow: column;
  display: flex;
  position: relative;
}

.div-block-101 {
  width: 600px;
  height: 400px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.div-block-101.hover-overlay {
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-102 {
  background-color: #000000b3;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.div-block-102.capability-detail {
  display: none;
}

.text-block-41 {
  color: #e8e8e8;
  padding: 20px;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 18px;
  line-height: 36px;
}

.background-video-2 {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
}

.background-video-2.capability-video {
  border-radius: 9px;
}

.text-block-42 {
  color: #fff;
  border-bottom: 1px solid #7ea1ff;
  padding: 6px 0;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 18px;
}

.text-block-42.video-button {
  cursor: pointer;
}

.text-block-42.details-button {
  cursor: pointer;
  border-bottom-style: none;
}

.div-block-103 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-104 {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  width: auto;
  max-width: 1000px;
  display: flex;
}

.section-37 {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.image-15caaad {
  object-fit: contain;
  border-radius: 9px;
  width: 600px;
  max-width: 100vw;
  height: auto;
  padding: 40px;
  position: static;
}

.heading-26-copy-cod {
  color: #fff;
  margin-top: 0;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 36px;
}

.body-15 {
  grid-column-gap: 8vw;
  grid-row-gap: 8vw;
  background-color: #000;
  flex-flow: column;
  display: flex;
}

.div-block-105 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  width: 1000px;
  max-width: 100%;
  display: flex;
}

.glossary-letter-button {
  cursor: pointer;
  background-color: #1e1e1e;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 10px;
  display: flex;
}

.heading-36 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
}

.div-block-107 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 200px;
  display: flex;
}

.collection-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.div-block-108 {
  background-color: #0000;
  width: 600px;
  max-width: 100vw;
}

.text-block-43 {
  color: #fff;
  width: 1000px;
  max-width: 100%;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 24px;
  line-height: 54px;
}

.section-38 {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 20vh;
  display: flex;
}

.section-39 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-37 {
  color: #fff;
  font-family: Chakrapetch, Arial, sans-serif;
}

.div-block-109 {
  background-color: #1e1e1e;
  padding: 20px;
}

.div-block-110 {
  border: 0 solid #536586;
  height: auto;
}

.div-block-111 {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  flex-flow: column;
  width: 500px;
  max-width: 100vw;
  display: flex;
}

.text-block-44 {
  color: #fff;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 24px;
  line-height: 36px;
}

.text-block-44-co {
  color: #fff;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 18px;
  line-height: 24px;
}

.image-34 {
  width: 20px;
  height: 20px;
}

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

.div-block-113 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.div-block-114 {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-40 {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-copc {
  z-index: 100;
  color: #fff;
  text-align: left;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #fff, #ffffff80);
  -webkit-background-clip: text;
  background-clip: text;
  width: 100%;
  max-width: 100vw;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
}

.div-block-115 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  height: 250px;
  display: flex;
}

.text-block-45 {
  color: #fff;
  text-align: left;
  width: 100%;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}

.section-41 {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  flex-flow: column;
  display: flex;
}

.section-42,
.section-43,
.div-block-116 {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-117 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.image-35 {
  object-fit: contain;
  width: 450px;
}

.div-block-118 {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-119 {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-44 {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.background-video-3 {
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-block-120 {
  background-color: #0003;
  background-image: none;
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-block-cod {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  object-fit: contain;
  object-position: 50% 0%;
  z-index: 10;
  background-image: linear-gradient(#0000 30%, #000);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100%;
  padding-top: 150px;
  padding-bottom: 150px;
  display: flex;
  position: absolute;
  overflow: visible;
}

.section-c {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 100%;
  height: 40vh;
  min-height: 600px;
  position: relative;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(#000 100%, #0000 0%);
  mask-image: linear-gradient(#000 100%, #0000 0%);
}

.div-block-cope {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  object-fit: cover;
  object-position: 50% 0%;
  z-index: 10;
  background-image: linear-gradient(#0000, #000);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 600px;
  padding-top: 0;
  display: flex;
  position: absolute;
}

.background-video-4 {
  object-fit: contain;
  z-index: 10;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto;
}

.div-block-121 {
  width: 1000px;
  max-width: 100%;
  height: 570px;
  position: relative;
}

.div-block-61-coa {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #fff;
  background-color: #ffffff1a;
  border: 0 solid #fff;
  border-radius: 12px;
  flex-flow: column;
  width: 310px;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  padding: 20px;
  font-family: Chakrapetch, Arial, sans-serif;
  display: flex;
}

.collection-list-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.collection-list-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  display: flex;
}

.div-block-98-cw {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  height: 400px;
  display: flex;
}

.text-block-31-cop {
  color: #fff;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 18px;
  line-height: 36px;
}

.slider-3 {
  background-color: #0000;
  width: 100%;
  height: 400px;
}

.div-block-122 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-36 {
  object-fit: cover;
  width: 300px;
  height: 300px;
}

.section-45 {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  flex-flow: column;
  display: flex;
}

.text-block-38-copya {
  color: #000;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 18px;
}

.div-block-81-co3 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #000;
  background-color: #6ae28e;
  border: 1px solid #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 15px 30px;
  display: flex;
}

.section-46 {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  flex-flow: column;
  display: flex;
}

.image-37 {
  width: 50px;
  height: 50px;
}

.div-block-123 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  max-width: 100vw;
  height: auto;
  max-height: none;
  display: flex;
}

.section-47 {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-124 {
  position: absolute;
}

.image-38 {
  object-fit: none;
  object-position: 50% 50%;
  width: 100vw;
  height: 40vw;
}

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

.body-6-coae {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-11-co {
  color: #fff;
  max-width: 500px;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 18px;
  line-height: 36px;
}

.div-block-125 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.div-block-126 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-block-46 {
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.text-block-47 {
  width: 100%;
  font-family: Satoshi, Arial, sans-serif;
  font-weight: 700;
}

.text-block-48 {
  width: 100%;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

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

.text-block-49 {
  color: #333;
  justify-content: center;
  align-items: center;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 18px;
  font-weight: 700;
  display: flex;
}

.body-16 {
  background-color: #000;
}

.text-block-50 {
  color: #000;
  width: auto;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 18px;
  font-weight: 600;
}

.div-block-128 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.link-block-6 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: flex;
}

.heading-22-co {
  grid-column-gap: 8vw;
  grid-row-gap: 8vw;
  color: #fff;
  text-align: center;
  flex-flow: column;
  width: 100%;
  max-width: 1300px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
  display: flex;
}

.link-block-7 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.body-17 {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  background-color: #000;
  flex-flow: column;
  display: flex;
}

.rich-text-block {
  color: #fff;
  width: 1000px;
  max-width: 100%;
}

.section-48 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-54-copy {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 200px;
  max-width: 100vw;
  display: flex;
}

.div-block-129 {
  justify-content: center;
  align-items: center;
  height: 50px;
  display: flex;
}

.image-13-copya {
  object-fit: contain;
  width: 300px;
  max-width: 100%;
}

.div-block-130 {
  width: auto;
  max-width: 330px;
}

.div-block-47-cc {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px #7ea1ff;
  border-bottom-style: solid;
  flex-flow: column;
  width: 47%;
  min-width: 350px;
  max-width: 100%;
  padding-bottom: 20px;
  display: flex;
}

.section-copy {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-flow: column;
  width: 100%;
  height: 80vh;
  min-height: 40vw;
  display: flex;
  position: relative;
  overflow: scroll;
}

.heading-copya {
  z-index: 100;
  color: #fff;
  text-align: left;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #fff, #ffffff80);
  -webkit-background-clip: text;
  background-clip: text;
  width: 1000px;
  max-width: 100vw;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5vh;
  padding-bottom: 10px;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
  position: absolute;
}

.div-block-cop {
  z-index: 10;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 0;
  display: flex;
  position: static;
}

.section-copy-copyh {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-flow: column;
  width: 100%;
  height: 50vh;
  min-height: 40vw;
  display: flex;
  position: relative;
  overflow: scroll;
}

.section-49 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-131 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

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

.download-button {
  color: #000;
  background-color: #fff;
  border-radius: 6px;
  padding: 10px 25px;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 14px;
}

.heading-5ce {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.div-block-84-co {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 500px;
  max-width: 100%;
  display: flex;
}

.body-18 {
  grid-column-gap: 8vw;
  grid-row-gap: 8vw;
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
  display: flex;
}

.heading-23-cot {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 60px;
}

.heading-23-copyv {
  color: #fff;
  text-align: left;
  margin-top: 10px;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 36px;
}

.div-block-132 {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  flex-flow: column;
  display: flex;
}

.collection-item,
.collection-list-4 {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  flex-flow: column;
  display: flex;
}

.heading-35-cog {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 18px;
  line-height: 22px;
}

.div-block-78b {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #121212;
  border-radius: 0;
  flex-flow: column;
  max-width: 280px;
  height: auto;
  display: flex;
  overflow: visible;
}

.div-block-133 {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  padding: 0 20px;
  display: flex;
}

.heading-22-cope {
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 75px;
}

.div-block-54-c {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100vw;
  display: flex;
}

.image-39 {
  height: 100px;
}

.section-4-co {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #000;
  flex-flow: wrap;
  width: 100%;
  margin-top: 0;
  margin-bottom: 60px;
  padding-top: 5vh;
  padding-bottom: 5vh;
  display: flex;
  overflow: visible;
}

.section-4-co.section-4-co-bgwhie {
  background-color: #fff;
}

.div-block-coh {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  z-index: 100;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-top: 0;
  display: flex;
  position: static;
}

.background-video-5 {
  object-fit: contain;
  z-index: 10;
  background-color: #000;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100vw;
  height: 100%;
  max-height: 60vw;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.div-block-134 {
  width: 468px;
  max-width: 100vw;
  height: 278px;
  max-height: 60vw;
  position: relative;
}

.div-block-47-ccc {
  grid-column-gap: 20px;
  grid-row-gap: 10px;
  border: 1px #7ea1ff;
  border-bottom-style: solid;
  flex-flow: column;
  width: 450px;
  max-width: 100%;
  padding-bottom: 20px;
  display: flex;
}

.div-block-116c {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.slider-4 {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.div-block-135 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.div-block-136 {
  flex-flow: column;
  display: flex;
}

.image-12c {
  max-width: 350px;
}

.div-block-48c {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 0 solid #9c9c9c;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  max-width: 100vw;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.empty-state {
  background-color: #0000;
}

.body-19 {
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.div-block-74cc {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 580px;
  max-width: 100%;
  min-height: 300px;
  padding: 20px;
  display: flex;
}

.heading-copy-coc {
  z-index: 100;
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #fff, #ffffff80);
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 80px;
  font-weight: 500;
  line-height: 90px;
  display: block;
}

.image-40 {
  object-fit: contain;
  z-index: 11;
  width: 200px;
  height: 150px;
  position: absolute;
  top: 100px;
  left: 100px;
}

.div-block-137 {
  width: 35%;
  height: 500px;
  position: relative;
}

.image-40-2 {
  width: 300px;
  position: absolute;
  top: 0;
  left: 0;
}

.image-40-3 {
  width: 280px;
  position: absolute;
  top: 310px;
  left: 30px;
}

.image-36c {
  object-fit: cover;
  width: 45%;
  height: 400px;
}

.slide,
.mask-2 {
  height: 35vh;
}

.heading-4-c {
  color: #fff;
  text-align: center;
  width: 1400px;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 100px;
  padding-left: 10%;
  padding-right: 10%;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 80px;
}

.div-block-111-c {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 500px;
  max-width: 100vw;
  display: flex;
}

.div-block-10222 {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  max-width: 1200px;
  display: flex;
}

.section-50 {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-30-copy-cop {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 44px;
  line-height: 64px;
}

.div-block-65-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  max-width: 1200px;
  display: flex;
}

.div-block-10223 {
  width: 300px;
}

.div-block-10224 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  max-width: 100vw;
  display: flex;
}

.text-block-52 {
  text-shadow: none;
  color: #3da5d9;
  min-height: 40px;
  font-family: Chakrapetch, Arial, sans-serif;
}

.div-block-10225 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.image-41 {
  width: 500px;
}

.div-block-10226 {
  width: 500px;
  max-width: 100vw;
}

.div-block-10227 {
  flex-flow: wrap;
  display: flex;
}

.collection-list-wrapper {
  width: 500px;
  max-width: 100vw;
}

.div-block-10228 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  display: flex;
}

.div-block-10229 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 500px;
  display: flex;
}

.div-block-68-c {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100vw;
  display: flex;
}

.heading-4-copy {
  color: #fff;
  text-align: center;
  width: 50%;
  max-width: 100%;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.heading-4-copyc {
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 100%;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.heading-3-copyc {
  color: #9c9c9c;
  text-align: center;
  width: 100%;
  max-width: 1000px;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}

.div-block-68-ca {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100vw;
  padding-left: 20px;
  display: flex;
}

.heading-4-copyca {
  color: #fff;
  text-align: left;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}

.heading-3-copyca {
  color: #fff;
  text-align: left;
  width: 100%;
  max-width: 1000px;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.image-42 {
  object-fit: contain;
  background-color: #fff;
  width: 50%;
  min-width: 200px;
  height: 120px;
  padding: 10px;
}

.collection-item-2 {
  width: 100%;
  display: flex;
}

.div-block-10230 {
  width: 50%;
}

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

.link-block-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  text-decoration: none;
  display: flex;
}

.link-block-11 {
  flex-flow: wrap;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.link-block-12 {
  flex-flow: wrap;
  text-decoration: none;
  display: flex;
}

.heading-3-co {
  color: #fff;
  text-align: center;
  width: 50%;
  max-width: 1000px;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.heading-3-cc {
  color: #fff;
  text-align: left;
  width: 50%;
  max-width: 1000px;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

.heading-4-caa {
  color: #fff;
  text-align: left;
  width: 50%;
  max-width: 100%;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.div-block-68-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1200px;
  max-width: 100vw;
  display: flex;
}

.div-block-68-copyq {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1000px;
  max-width: 100vw;
  padding-bottom: 40px;
  display: flex;
}

.heading-3-copyq {
  color: #9c9c9c;
  text-align: center;
  width: 100%;
  max-width: 1000px;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}

.heading-4-copyq {
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 80px;
}

.div-block-74ccc {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: #fff;
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 580px;
  max-width: 100%;
  min-height: 400px;
  padding: 20px;
  display: flex;
}

.heading-33c {
  color: #7ea1ff;
  width: 100%;
  margin-top: 10px;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 28px;
  line-height: 36px;
}

.pagination {
  padding: 20px;
}

.next,
.previous {
  border-color: #fff;
  border-radius: 12px;
}

.div-block-68-copaaa {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  max-width: 100vw;
  display: flex;
}

.div-block-48ce {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-bottom: 0 solid #9c9c9c;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 45%;
  max-width: 100vw;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.section-51 {
  color: #000;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.body-20 {
  background-color: #000;
}

.body-21 {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  color: #000;
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-52 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: center;
  width: 100%;
  display: flex;
  position: relative;
}

.div-block-10231 {
  background-color: #0000;
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 600px;
  display: flex;
}

.heading-22-co-copyf {
  color: #fff;
  text-align: left;
  width: 1000px;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 75px;
}

.text-block-53 {
  color: #fff;
  max-width: 100%;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 16px;
}

.div-block-10232 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 300px;
  display: flex;
}

.link-block-13,
.link-block-14,
.link-block-15 {
  text-decoration: none;
}

.rich-text-block-2 {
  color: #fff;
  font-family: Satoshi, Arial, sans-serif;
}

.div-block-54-copy-copy {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1400px;
  display: flex;
}

.heading-26-copyj {
  color: #fff;
  margin-top: 0;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 34px;
}

.text-block-22-cof {
  color: #fff;
  max-width: 450px;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 16px;
  line-height: 30px;
}

.div-block-114-copy {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 1000px;
  display: flex;
}

.rich-text-block-3 {
  color: #fff;
  text-align: left;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 24px;
  line-height: 28px;
}

.nav-dropdown-industries {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  max-height: 0;
  margin-top: 0;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.div-block-8-copy {
  background-color: #0000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  padding-top: 2vh;
  padding-bottom: 2vh;
  display: flex;
}

.section-3-copy {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  z-index: 5;
  background-color: #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.slide-2,
.slide-3,
.slide-4 {
  height: 100%;
}

.background-video-6 {
  object-fit: contain;
  width: 600px;
  max-width: 600px;
  height: 320px;
}

.div-block-54-copy-copy {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: 100vw;
  display: flex;
}

.background-video-7 {
  object-fit: contain;
  width: 100%;
  max-width: 600px;
  height: 320px;
  padding-left: 0;
  padding-right: 0;
}

.background-video-8 {
  object-fit: contain;
  width: 600px;
  max-width: 100vw;
  height: 320px;
}

.heading-4-copyc-copy {
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 100%;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 60px;
}

.text-block-45-copy {
  color: #fff;
  text-align: center;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 18px;
  font-weight: 300;
}

.request-a-demo {
  background-color: #0000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  height: 100%;
  padding: 5vw 3vw;
  display: flex;
}

.image-31-copya {
  object-fit: contain;
  height: 35px;
}

.div-block-85-copy9 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  width: 630px;
  max-width: 100vw;
  display: flex;
}

.image-40-1 {
  object-fit: contain;
  z-index: 11;
  width: 220px;
  height: 240px;
  position: absolute;
  top: 100px;
  left: 150px;
}

.background-video-9 {
  opacity: 0.99;
  width: 600px;
  max-width: 100%;
  height: 320px;
}

.background-video-10 {
  width: 600px;
  max-width: 100%;
  height: 320px;
  margin-left: 40px;
}

.section-4-co-cb {
  background-color: #0000;
  width: 100vw;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 5vh;
  padding-bottom: 5vh;
}

.image-31-cod {
  object-fit: contain;
  height: 30px;
}

.div-block-54-copy-ca,
.div-block-54-copy-copyaaa {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: 100vw;
  display: flex;
}

.div-block-98-copyp {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.div-block-61-coax {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #fff;
  background-color: #ffffff1a;
  border: 0 solid #fff;
  border-radius: 12px;
  flex-flow: column;
  width: 280px;
  height: 100%;
  min-height: 300px;
  padding: 20px;
  font-family: Chakrapetch, Arial, sans-serif;
  display: flex;
}

.section-53,
.section-54 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.pagination-2 {
  padding-top: 40px;
}

.background-video-11,
.background-video-12 {
  width: 600px;
  max-width: 100vw;
  height: 320px;
}

.heading-22-co-c {
  color: #fff;
  text-align: center;
  width: 1000px;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 60px;
}

.div-block-54-copy-copyo {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: 100vw;
  display: flex;
}

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

.div-block-10234 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  z-index: 2000;
  background-color: #8da1b9;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 0;
  display: block;
  position: fixed;
  top: 0;
}

.div-block-10235 {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.div-block-10237 {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
  overflow-x: hidden;
}

.div-block-47-c {
  grid-column-gap: 30px;
  grid-row-gap: 10px;
  border: 1px #7ea1ff;
  border-bottom-style: solid;
  flex-flow: column;
  width: 100%;
  max-width: 400px;
  height: 120px;
  padding-bottom: 20px;
  display: flex;
}

.div-block-10228-coa {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block-38-copya-copy {
  color: #000;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 16px;
}

.link-block-4-copy {
  justify-content: center;
  align-items: center;
  width: auto;
  text-decoration: none;
  display: flex;
}

.div-block-81-co3-copy {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #000;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 5px 30px;
  display: flex;
}

.div-block-10238 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  width: 100%;
  max-width: 100vw;
  display: flex;
}

.div-block-10239 {
  font-size: 18px;
}

.div-block-10228-coa-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.who-we-are-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #0000;
  background-color: #1e1e1e;
  border: 0 solid #fff;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 300px;
  height: 300px;
  min-height: 0;
  padding: 20px;
  display: flex;
}

.slider-5 {
  background-color: #0000;
  width: 1200px;
  max-width: 100vw;
  height: 450px;
}

.div-block-10240 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #121212;
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  width: 300px;
  height: 360px;
  padding: 15px;
  display: flex;
}

.heading-38 {
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #fff, #ffffffb3);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
}

.text-block-54 {
  color: #fff;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 16px;
}

.slide-nav-2 {
  padding-top: 70px;
}

.div-block-10241 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
  width: 90%;
  display: flex;
}

.div-block-10242 {
  border-bottom: 1px solid #fff;
  width: 60%;
  height: 0;
}

.div-block-61-coae {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #fff;
  background-color: #ffffff1a;
  border: 0 solid #fff;
  border-radius: 12px;
  flex-flow: column;
  width: 280px;
  height: 100%;
  min-height: 300px;
  padding: 20px;
  font-family: Chakrapetch, Arial, sans-serif;
  display: flex;
}

.image-43 {
  width: 150px;
}

.text-block-55 {
  color: #fff;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 16px;
}

.div-block-10243 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.slide-6,
.mask-3 {
  height: 450px;
}

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

.div-block-10244 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-10245 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.section-55 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.div-block-10246 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: url('../images/648c9dcc91a513a64a8698f5_fox-screengrab.webp');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #9c9c9c;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 35%;
  padding: 15px;
  display: flex;
}

.heading-4-copyc-copy-copy {
  color: #fff;
  text-align: left;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 38px;
}

.heading-3-copyc-copy {
  color: #fff;
  text-align: left;
  width: 100%;
  max-width: 1000px;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.div-block-68-c-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100vw;
  display: flex;
}

.div-block-10247 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 60%;
  display: flex;
}

.div-block-10248 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  display: flex;
}

.div-block-10246-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: url('../images/64f8dd6ca7ea9cb51e93e396_minaris-bg-image-blue-tint.webp');
  background-position: 50% 0;
  background-size: cover;
  border: 1px solid #9c9c9c;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 15px;
  display: flex;
}

.integrations-card {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  color: #0000;
  background-color: #1e1e1e;
  border: 0 solid #fff;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 300px;
  height: 100%;
  min-height: 200px;
  max-height: 100%;
  padding: 20px;
  display: flex;
}

.div-block-3-copy-copy-copy {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
  position: static;
}

.div-block-3-a-copya-copy {
  grid-column-gap: 3vw;
  grid-row-gap: 3vw;
  color: #0000;
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  background-color: #0000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
  overflow: hidden;
}

.image-copy {
  z-index: 1;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  object-position: 50% 50%;
  background-color: #000;
  background-image: linear-gradient(#0000, #000000e6);
  background-clip: padding-box;
  width: 100vw;
  max-width: 100vw;
  height: 100%;
  position: absolute;
}

.image-a-copya {
  object-fit: cover;
  object-position: 50% 0%;
  z-index: 1;
  width: 100vw;
  max-width: 100vw;
  height: 100%;
  position: fixed;
}

.div-block-10246-copyaaa {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: url('../images/648c908b29164c7c7b5237c9_bms-bg-square.webp');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #9c9c9c;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 35%;
  padding: 15px;
  display: flex;
}

.div-block-10246-copy-copyaaa {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: url('../images/648c91d2b0fcb79a69e7d042_merck-bg-square-2.webp');
  background-position: 50% 0;
  background-size: cover;
  border: 1px solid #9c9c9c;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 15px;
  display: flex;
}

.div-block-10246-copy-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: url('../images/64f8dd6ca7ea9cb51e93e396_minaris-bg-image-blue-tint.webp');
  background-position: 50% 0;
  background-size: cover;
  border: 1px solid #9c9c9c;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 15px;
  display: flex;
}

.div-block-10246-copy-copy-copya {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-image: url('../images/648c9282f7775d563c6810dc_five-ls-leaders-bg-square.webp');
  background-position: 50% 0;
  background-size: cover;
  border: 1px solid #9c9c9c;
  border-radius: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 15px;
  display: flex;
}

.section-a-copyaaa {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 100%;
  height: 80vh;
  min-height: 40vw;
  position: relative;
  overflow: auto;
  -webkit-mask-image: linear-gradient(#000 100%, #0000 0%);
  mask-image: linear-gradient(#000 100%, #0000 0%);
}

.heading-copy-coc-copyl {
  z-index: 100;
  color: #fff;
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #fff, #ffffff80);
  -webkit-background-clip: text;
  background-clip: text;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 65px;
  font-weight: 500;
  line-height: 90px;
  display: block;
}

.section-56 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-top: 4vw;
  margin-bottom: 4vw;
  display: flex;
  overflow: hidden;
}

.hv {
  color: #fff;
  text-align: left;
  width: auto;
  max-width: 100%;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 60px;
}

.hb {
  color: #9c9c9c;
  text-align: left;
  width: 100%;
  max-width: 1000px;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}

.div-block-10249 {
  width: 33%;
  max-width: none;
  padding-right: 20px;
}

.color-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  background-color: #ffffff1a;
  background-image: linear-gradient(#6785d7, #4c6cc4);
  border: 0 solid #fff;
  border-radius: 12px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 31%;
  height: 220px;
  min-height: auto;
  max-height: 100%;
  padding: 20px;
  font-family: Chakrapetch, Arial, sans-serif;
  display: flex;
}

.color-card-h {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #fff, #ffffff80);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 60px;
}

.div-block-10250 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  display: flex;
}

.div-block-10251 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 66%;
  display: flex;
}

.div-block-10252 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  width: 100%;
  display: flex;
}

.color-card-red {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  background-color: #ffffff1a;
  background-image: linear-gradient(#d1d5db, #aaafb5);
  border: 0 solid #fff;
  border-radius: 12px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  height: 220px;
  min-height: auto;
  max-height: 100%;
  padding: 20px;
  font-family: Chakrapetch, Arial, sans-serif;
  display: flex;
}

.color-card-light-blue {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  background-color: #ffffff1a;
  background-image: linear-gradient(#80ddff, #29a4d1);
  border: 0 solid #fff;
  border-radius: 12px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 48%;
  height: 220px;
  min-height: auto;
  max-height: 100%;
  padding: 20px;
  font-family: Chakrapetch, Arial, sans-serif;
  display: flex;
}

.color-card-green {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  background-color: #ffffff1a;
  background-image: linear-gradient(#3fca7d, #219f59);
  border: 0 solid #fff;
  border-radius: 12px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 31%;
  height: 220px;
  min-height: auto;
  max-height: 100%;
  padding: 20px;
  font-family: Chakrapetch, Arial, sans-serif;
  display: flex;
}

.color-card-yellow {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  background-color: #ffffff1a;
  background-image: linear-gradient(#a4bddb, #8da1b9);
  border: 0 solid #fff;
  border-radius: 12px;
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 31%;
  height: 220px;
  min-height: auto;
  max-height: 100%;
  padding: 20px;
  font-family: Chakrapetch, Arial, sans-serif;
  display: flex;
}

.kd {
  color: #9c9c9c;
  text-align: left;
  width: 100%;
  max-width: none;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 28px;
  display: flex;
}

.kl {
  color: #fff;
  text-align: left;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 80px;
}

.div-block-10253 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.div-block-10254 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 100%;
  max-width: 900px;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.section-57 {
  justify-content: center;
  align-items: center;
  max-width: 100vw;
  display: flex;
}

.rich-text-block-4 {
  color: #fff;
  font-family: Chakrapetch, Arial, sans-serif;
}

.div-block-cope-coea {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  object-fit: cover;
  object-position: 50% 0%;
  z-index: 10;
  background-image: linear-gradient(#0000, #000);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 0;
  display: flex;
  position: absolute;
}

.body-22 {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  background-color: #000;
  flex-flow: column;
  display: flex;
}

.body-23 {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-58 {
  justify-content: space-between;
  align-items: center;
  max-width: 1200px;
  display: flex;
}

.body-24 {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-59 {
  max-width: 1400px;
}

.div-block-10255 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-10256 {
  min-width: 300px;
}

.heading-39 {
  color: #fff;
  font-family: Chakrapetch, Arial, sans-serif;
}

.rich-text-block-5 {
  color: #fff;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.heading-40 {
  color: #fff;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 54px;
  line-height: 70px;
}

.div-block-54-copy-copy-copy {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 300px;
  max-width: none;
  display: flex;
}

.link-block-17 {
  text-decoration: none;
  display: flex;
}

.heading-22-co-copy {
  color: #fff;
  text-align: left;
  width: 1000px;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 60px;
}

.code-embed-2 {
  height: 0;
}

.text-block-56 {
  color: #fff;
  padding: 0 10px;
  font-family: Satoshi, Arial, sans-serif;
}

.text-block-45-copy-copy {
  color: #fff;
  text-align: left;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.heading-22-co-copy-copy {
  color: #fff;
  text-align: left;
  width: 1000px;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 30px;
}

.text-block-45-copy {
  color: #000;
  text-align: left;
  padding: 4px 0;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.image-44 {
  width: 45px;
  height: 45px;
}

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

.glossary-bullet-div {
  text-decoration: none;
  display: flex;
}

.glossary-bullet-bullet {
  color: #fff;
  padding: 0 10px;
  font-family: Satoshi, Arial, sans-serif;
}

.glossary-bullet-text {
  color: #fff;
  text-align: left;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.letter-definitions {
  background-color: #0000;
  width: 600px;
  max-width: 100vw;
}

.left-arrow,
.right-arrow-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-45 {
  width: 40px;
  height: 40px;
}

.slider-6 {
  color: #0000;
  background-color: #0000;
  height: 80px;
}

.div-block-10257 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.image-46 {
  width: 40px;
  height: 40px;
  transform: rotate(180deg);
}

.link-block-19 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.collection-list-wrapper-2,
.collection-list-5,
.collection-item-3 {
  height: 100%;
}

.link-block-20 {
  justify-content: center;
  align-items: center;
  height: 100%;
  text-decoration: none;
  display: flex;
}

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

.div-block-10258 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.div-block-10259 {
  z-index: 100;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #0000004d;
  border: 2px solid #9c9c9c;
  border-radius: 24px;
  width: 300px;
  height: auto;
  padding: 8px 16px;
  position: fixed;
  top: 20vh;
  right: 2vw;
}

.div-block-10259.pulising-shadow {
  overflow: auto;
}

.heading-41 {
  color: #1abc9c;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.image-47 {
  width: 20px;
  height: 20px;
}

.div-block-10260 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.link-block-21 {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  justify-content: center;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.image-48 {
  width: 30px;
  height: 35px;
}

.div-block-10261 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-42 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 20px;
  font-weight: 600;
}

.text-block-57 {
  color: #fff;
  font-family: Chakrapetch, Arial, sans-serif;
  line-height: 28px;
}

.div-block-10262 {
  border-top: 1px solid #9c9c9c;
  border-bottom: 1px #9c9c9c;
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
}

.div-block-10263 {
  width: 264px;
  max-height: 50vh;
  padding-top: 10px;
  overflow: auto;
}

.div-block-10263.custom-scroll1 {
  padding-right: 5px;
}

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

.div-block-10264 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

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

.text-block-58 {
  color: #fff;
  margin-top: 10px;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 16px;
  line-height: 20px;
}

.div-block-10265 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  align-items: center;
  height: 100px;
  margin-bottom: 0;
  display: flex;
  position: sticky;
  top: 35vh;
}

.text-field-2 {
  color: #fff;
  background-color: #1e1e1e;
  border-radius: 10px;
  width: 300px;
  margin-bottom: 0;
  padding: 20px;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
}

.success-message {
  color: #fff;
  background-color: #0000;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 20px;
}

.div-block-10266 {
  width: 500px;
  max-width: 500px;
}

.div-block-10267 {
  background-color: #536586;
  border: 1px solid #9c9c9c;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: auto;
  padding: 15px;
  display: flex;
  position: relative;
}

.text-block-45-copya {
  color: #fff;
  text-align: center;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.div-block-10268 {
  z-index: 100;
  cursor: pointer;
  display: flex;
  position: fixed;
  bottom: 20px;
  left: 10px;
}

.image-49 {
  background-color: #000;
  border: 3px solid #fff;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  position: absolute;
  top: -10px;
  right: -10px;
}

.bubble-modal {
  z-index: 1000;
  cursor: pointer;
  display: none;
  position: fixed;
  inset: 10%;
}

.div-block-10269 {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #c8c8c833;
  border-radius: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.background-video-13 {
  object-fit: contain;
  width: 600px;
  max-width: 90vw;
  height: 300px;
}

.div-block-10270 {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.div-block-10271 {
  background-image: linear-gradient(#0000, #000);
  height: 100vh;
  padding-top: 30vh;
}

.div-block-10272 {
  z-index: 5;
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  padding-top: 80px;
  display: flex;
}

.section-60 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.section-copy {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 100%;
  height: 60vh;
  min-height: 40vh;
  position: static;
  overflow: hidden;
}

.section-a-copyc {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 100%;
  height: 30vh;
  min-height: 500px;
  position: relative;
  overflow: auto;
  -webkit-mask-image: linear-gradient(#000 100%, #0000 0%);
  mask-image: linear-gradient(#000 100%, #0000 0%);
}

.section-bd {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  width: 100%;
  height: 60vh;
  min-height: 1000px;
  position: static;
  overflow: hidden;
}

.image-da {
  z-index: 1;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  object-position: 50% 50%;
  background-color: #000;
  background-image: linear-gradient(#0000, #000000e6);
  background-clip: padding-box;
  width: 100vw;
  max-width: 100vw;
  height: 100%;
  display: block;
  position: static;
}

.heading-ae {
  color: #fff;
  text-align: center;
  width: 1000px;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 75px;
}

.section-61 {
  margin-top: 0;
}

.section-62 {
  width: 1200px;
  max-width: 1200px;
}

.div-block-3-a-copya-copyaaa {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  color: #0000;
  background-color: #0000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
  overflow: hidden;
}

.image-48-c89 {
  width: auto;
  height: 35px;
}

.body-25 {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  background-color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-45-copy-copy {
  color: #000;
  text-align: left;
  padding: 4px 0;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.text-block-45-copy {
  color: #fff;
  text-align: left;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}

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

.support-call {
  color: #fff;
  text-align: left;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 28px;
}

.section-63 {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  flex-flow: column;
  display: flex;
}

.div-block-10273 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-64 {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-29-copy {
  width: 100%;
  max-width: 400px;
}

.div-block-94-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 70%;
  max-width: 700px;
  display: flex;
}

.section-65 {
  grid-column-gap: 8vw;
  grid-row-gap: 8vw;
  flex-flow: column;
  display: flex;
}

.hover-card-shown-text-copyk,
.hover-card-shown-text-copd {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #fff, #ffffff80);
  -webkit-background-clip: text;
  background-clip: text;
  min-height: 80px;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

.hover-card-shown-text-copd.hover-card-shown-text-copyk {
  min-height: 80px;
}

.div-block-61-coa-copy {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #fff;
  background-color: #ffffff1a;
  border: 0 solid #fff;
  border-radius: 12px;
  flex-flow: column;
  width: 280px;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  padding: 20px;
  font-family: Chakrapetch, Arial, sans-serif;
  display: flex;
}

.div-block-98-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  height: 380px;
  min-height: 380px;
  display: flex;
}

.text-block-45-copy-a {
  color: #000;
  text-align: left;
  padding: 4px 0;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 20px;
}

.div-block-3-a-copya-copyd {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  color: #0000;
  background-color: #0000;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
  overflow: hidden;
}

.image-a-copy {
  object-fit: cover;
  object-position: 50% 100%;
  z-index: 1;
  width: 100%;
  max-width: 100vw;
  height: 65%;
  position: fixed;
  inset: 0% auto auto 0%;
}

.button-copy {
  color: #000;
  background-color: #6ae28e;
  border-radius: 8px;
  margin-top: 20px;
  padding: 10px 20px;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.div-block-61-coa-copy-add {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: #fff;
  background-color: #ffffff1a;
  border: 0 solid #fff;
  border-radius: 12px;
  flex-flow: column;
  width: 280px;
  height: 100%;
  min-height: 470px;
  max-height: 100%;
  padding: 20px;
  font-family: Chakrapetch, Arial, sans-serif;
  display: flex;
}

.div-block-39-copy {
  grid-column-gap: 60px;
  grid-row-gap: 40px;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1200px;
  max-height: 210px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.heading-30-copy-copy {
  color: #fff;
  text-align: left;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 44px;
  font-weight: 400;
  line-height: 64px;
}

.heading-4e {
  color: #fff;
  text-align: center;
  width: 100%;
  max-width: 100%;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
}

.section-66 {
  width: 100%;
  max-width: 1200px;
}

.section-67 {
  grid-column-gap: 8vw;
  grid-row-gap: 8vw;
  flex-flow: column;
  display: flex;
}

.heading-22-co-copya {
  grid-column-gap: 8vw;
  grid-row-gap: 8vw;
  color: #fff;
  text-align: left;
  flex-flow: column;
  width: 100%;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
  display: flex;
}

.heading-26-copy-copya {
  color: #fff;
  margin-top: 0;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 54px;
}

.div-block-10274 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  display: flex;
}

.bold-text {
  font-size: 50px;
  font-weight: 600;
}

.text-hover-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: #fff;
  background-color: #ffffff1a;
  border: 1px solid #fff;
  border-radius: 12px;
  flex-flow: column;
  width: 280px;
  height: 286px;
  padding: 20px;
  display: flex;
  position: relative;
}

.text-hover-card-shown {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  width: 80%;
  display: flex;
  position: absolute;
}

.text-hover-card-hidden-text {
  font-family: Satoshi, Arial, sans-serif;
  font-size: 24px;
  line-height: 36px;
  display: block;
}

.pagination-3 {
  padding-top: 40px;
}

.link-block-24,
.link-block-25,
.link-block-26,
.link-block-27,
.link-block-28,
.glossary-link {
  text-decoration: none;
}

.letters-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 200px;
  display: flex;
  position: relative;
}

.collection-list-wrapper-3 {
  position: sticky;
  top: 100px;
}

.body-26 {
  grid-column-gap: 8vw;
  grid-row-gap: 8vw;
  background-color: #000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.rich-text-block-6 {
  color: #fff;
  max-width: 1200px;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 24px;
  line-height: 36px;
}

.image-50 {
  width: 500px;
  max-width: 1000px;
}

.section-68 {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.div-block-10275 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 2000px;
  max-width: 1400px;
  display: flex;
}

.div-block-10246-c {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid #9c9c9c;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 600px;
  height: 300px;
  padding: 0;
  display: flex;
  position: relative;
}

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

.collection-list-wrapper-4 {
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.collection-list-6 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-51 {
  opacity: 0.3;
  -webkit-backdrop-filter: grayscale();
  backdrop-filter: grayscale();
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.div-block-10277 {
  z-index: 10;
  flex-flow: column;
  height: 100%;
  padding: 15px;
  display: flex;
  position: absolute;
}

.div-block-10278 {
  box-sizing: content-box;
}

.div-block-10279 {
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
}

.div-block-10246-c-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid #9c9c9c;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 700px;
  height: 360px;
  padding: 0;
  display: flex;
  position: relative;
}

.div-block-10279-copy {
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  width: auto;
  max-width: 100vw;
}

.section-69 {
  grid-column-gap: 8vw;
  grid-row-gap: 8vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-10280 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  width: 1200px;
  max-width: 100vw;
  display: flex;
}

.heading-22-co-copy {
  grid-column-gap: 8vw;
  grid-row-gap: 8vw;
  color: #fff;
  text-align: center;
  flex-flow: column;
  width: auto;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
  display: flex;
}

.div-block-3-a-copya-copy-copy {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  color: #0000;
  background-color: #0000;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  display: flex;
  overflow: hidden;
}

.heading-43 {
  color: #fff;
  border-left: 1px solid #9c9c9c;
  width: 400px;
  max-width: 100vw;
  padding-left: 20px;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

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

.poll-answer {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80vw;
  display: flex;
}

.poll-bar {
  background-color: #6ae28e;
  background-image: linear-gradient(90deg, #0e9cf1, #395299);
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  height: 14px;
  display: flex;
}

.text-block-59 {
  padding-left: 20px;
  padding-right: 20px;
  font-family: Chakrapetch, Arial, sans-serif;
  font-weight: 700;
}

.text-block-59.poll-percentage {
  color: #fff;
  width: 25%;
  min-width: 150px;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
}

.text-block-59.poll-option {
  color: #fff;
  text-align: right;
  width: 30%;
  min-width: 200px;
  font-size: 24px;
  font-weight: 300;
  line-height: 36px;
}

.section-70 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 5vh;
  display: flex;
}

.div-block-10281 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-60 {
  color: #fff;
  border: 1px solid #fff;
  border-radius: 12px;
  width: 45%;
  padding: 20px;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}

.div-block-10283 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-10284 {
  justify-content: flex-start;
  align-items: center;
  width: 80%;
  max-width: 70vw;
  display: flex;
}

.section-71 {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.poll-options {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-52 {
  background-color: #c8c8c84d;
  border: 1px solid #fff;
  border-radius: 60px;
  width: 40px;
  height: 40px;
  margin: 20px;
  padding: 6px;
}

.div-block-10285 {
  flex-flow: row-reverse;
  width: 100%;
  display: flex;
}

.div-block-10286 {
  justify-content: center;
  align-items: center;
  height: 100%;
  padding: 20px;
  display: flex;
}

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

.greenheading {
  grid-column-gap: 8vw;
  grid-row-gap: 8vw;
  color: #6ae28e;
  text-align: center;
  flex-flow: column;
  width: auto;
  max-width: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
  display: flex;
}

.heading-44 {
  color: #fff;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.paragraph-6 {
  color: #fff;
  width: 100%;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 25px;
  line-height: 30px;
}

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

.div-block-10291 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 200px;
  display: flex;
}

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

.div-block-10292 {
  max-width: 1400px;
}

.div-block-10293 {
  width: 100%;
  max-width: 600px;
  height: 320px;
  padding: 0 40px;
}

.div-block-10294 {
  width: 100%;
  max-width: 600px;
  padding-left: 20px;
  padding-right: 20px;
}

.background-video-14 {
  opacity: 0.99;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.div-block-10295 {
  z-index: 10;
  background-image: linear-gradient(#0000, #000 7%);
  justify-content: center;
  width: 100%;
  height: 50%;
  padding-top: 15%;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.submit-button-3 {
  display: none;
}

.form-2 {
  grid-column-gap: 11px;
  grid-row-gap: 11px;
  display: flex;
}

.submit-button-4 {
  outline-offset: 0px;
  background-color: #1e1e1e;
  outline: 1px solid #fff;
}

.submit-button-5 {
  background-color: #1e1e1e;
  border: 1px solid #ccc;
  border-radius: 12px;
}

.text-block-61 {
  color: #fff;
  font-size: 25px;
  font-weight: 700;
}

.div-block-10296 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

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

.div-block-10297.section-52 {
  justify-content: center;
}

.div-block-10298 {
  width: 100%;
  max-width: 800px;
  display: flex;
}

.div-block-10299 {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-5 {
  background-color: #fff0;
  border: 1px solid #fff;
  border-radius: 9px;
  margin-top: 40px;
}

.success-message-2 {
  background-color: #ddd0;
  padding: 0;
  overflow: visible;
}

.div-block-10300 {
  background-color: #ddd;
  padding: 20px;
}

.div-block-10301 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.div-block-10302 {
  width: 320px;
  margin-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
  overflow: visible;
}

.collection-list-wrapper-5 {
  width: 100%;
}

.link-block-30 {
  color: #333;
  display: flex;
}

.empty-state-2 {
  display: none;
}

.div-block-10303 {
  margin-top: 38px;
}

.div-block-10304 {
  display: block;
  position: relative;
}

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

.form-block-2 {
  justify-content: center;
  width: 100%;
  margin-bottom: 28px;
  display: flex;
}

.is-list-pagination-disabled {
  opacity: 0.5;
}

.hide {
  display: none;
}

.image-54 {
  z-index: -5;
  object-fit: cover;
  width: 100%;
  min-height: 80vh;
  position: fixed;
}

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

.section-73 {
  -webkit-text-fill-color: inherit;
  background-image: linear-gradient(0deg, #000, #0003);
  background-clip: border-box;
  justify-content: center;
  align-items: center;
  height: 80vh;
  min-height: 700px;
  display: flex;
  position: relative;
}

.div-block-10306 {
  position: static;
}

.container-2 {
  margin-top: 60px;
  margin-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
}

.div-block-10307 {
  background-color: #282827;
  border-radius: 0;
}

.div-block-10308 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1000px;
  margin-top: 220px;
  margin-bottom: 220px;
  padding-right: 0;
  display: flex;
}

.div-block-10309 {
  background-color: #282827;
}

.div-block-10310 {
  color: #fff;
  background-color: #28282700;
  width: 100%;
  padding: 60px 40px;
  font-family: Chakrapetch, Arial, sans-serif;
}

.text-block-62 {
  text-align: center;
  font-size: 60px;
  line-height: 120%;
}

.text-block-63 {
  text-align: center;
  margin-top: 10px;
  font-size: 24px;
}

.text-block-64 {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 60px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 32px;
  line-height: 130%;
}

.button-6 {
  background-color: #1cbc9c;
  border-radius: 9999px;
  margin-right: 0%;
  padding: 20px 40px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 22px;
}

.button-6.mt-2 {
  margin-top: 2rem;
}

.section-74 {
  z-index: 20;
  background-color: #000;
}

.text-block-65 {
  color: #fff;
  text-align: center;
  background-color: #000;
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 60px;
  line-height: 140%;
}

.div-block-10311 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #fff;
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.div-block-10312 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1520px;
  padding: 40px 10px;
  display: flex;
}

.div-block-10313 {
  width: 240px;
  height: 300px;
}

.text-block-66 {
  color: #e9e9e9;
  text-align: center;
  background-image: linear-gradient(90deg, #000, #5e5e5e);
  justify-content: center;
  align-items: center;
  width: 240px;
  height: 280px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 130%;
  text-decoration: none;
  display: flex;
}

.text-block-66.text-regular {
  overflow-wrap: normal;
  font-weight: 400;
}

.div-block-10314 {
  background-color: #000;
  justify-content: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

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

.text-block-67 {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  padding-left: 10%;
  padding-right: 10%;
  font-family: Chakrapetch, Arial, sans-serif;
  font-size: 28px;
  font-weight: 400;
}

.div-block-10315 {
  grid-column-gap: 250px;
  grid-row-gap: 250px;
  flex-flow: column;
  width: 100%;
  max-width: 1100px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.div-block-10316 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.div-block-10317 {
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-10318 {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  display: flex;
}

.bold-text-2 {
  font-size: 24px;
  line-height: 120%;
}

.text-block-68 {
  margin-top: 12px;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
}

.text-block-69 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 20px;
  max-width: 300px;
  height: 100%;
  padding: 40px 15px;
  font-family: Satoshi, Arial, sans-serif;
  font-size: 24px;
  font-weight: 300;
  line-height: 120%;
}

.text-block-69.border-fade-1 {
  border: 4px solid #fff;
  border-radius: 20px;
}

.div-block-10319 {
  background-color: #000;
  flex-flow: column;
  align-items: center;
  padding-bottom: 60px;
  display: flex;
}

.video {
  max-height: 300px;
}

.div-block-10320 {
  justify-content: flex-end;
  padding-bottom: 60px;
  padding-right: 15%;
  display: flex;
}

.div-block-10321,
.empty-state-3 {
  display: none;
}

.div-block-10322 {
  background-image: linear-gradient(0deg, #000, #3ea4d8);
  border-radius: 20px;
  padding: 2px;
}

.div-block-10323 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  margin-top: 60px;
  margin-bottom: 100px;
  display: flex;
}

.section-75 {
  background-color: #000;
  justify-content: center;
  display: flex;
}

.div-block-10324 {
  justify-content: center;
  display: flex;
}

.div-block-10325 {
  justify-content: flex-end;
  width: 90%;
  max-width: 1000px;
  display: flex;
}

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

.div-block-10327 {
  max-height: 80vh;
  overflow: auto;
}

@media screen and (max-width: 991px) {
  .navbar.blurbg {
    -webkit-backdrop-filter: blur(50px);
    backdrop-filter: blur(50px);
  }

  .nav-link-3 {
    text-align: center;
  }

  .nav-menu {
    background-color: #000000b3;
    display: flex;
  }

  .div-block-39 {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-43 {
    width: 100%;
    max-width: 1200px;
  }

  .text-block-22c {
    max-width: 100%;
  }

  .link-block-3 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    display: flex;
  }

  .section-22 {
    text-align: center;
    flex-flow: column;
    align-items: center;
  }

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

  .nav-dropdown-platform,
  .nav-dropdown-learn,
  .nav-dropdown-about,
  .nav-dropdown-agents {
    max-height: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

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

  .div-block-96 {
    border-right-style: none;
    width: 100%;
    padding-right: 20px;
  }

  .div-block-48-copy {
    flex-flow: column;
  }

  .div-block-105 {
    flex-flow: column;
    position: relative;
  }

  .div-block-115 {
    height: 100%;
    min-height: 250px;
  }

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

  .div-block-47-ccc {
    width: 100%;
    min-width: 450px;
  }

  .div-block-116c {
    max-width: 100vw;
  }

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

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

  .heading-4-copyq {
    font-size: 48px;
  }

  .section-52 {
    flex-flow: wrap;
  }

  .nav-dropdown-industries {
    max-height: 0;
  }

  .background-video-9 {
    width: 100%;
  }

  .background-video-10 {
    margin-left: 0;
  }

  .letter-definitions {
    margin-top: 300px;
  }

  .div-block-98-copy {
    height: auto;
  }

  .letters-block {
    width: 100%;
    height: calc(100% + 300px);
    position: absolute;
  }

  .collection-list-wrapper-3 {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: #0000;
    padding-top: 10px;
    padding-bottom: 10px;
    position: sticky;
    top: 100%;
    bottom: 0;
    transform: translate(0, -100%);
  }

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

  .div-block-10293 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-10298 {
    justify-content: center;
  }

  .div-block-10302 {
    display: none;
    overflow: visible;
  }

  .div-block-10311 {
    flex-flow: column;
  }

  .image-55,
  .image-56 {
    transform: rotate(90deg);
  }
}

@media screen and (max-width: 767px) {
  .div-block-39 {
    grid-template-columns: 1fr;
  }

  .div-block-10320 {
    justify-content: center;
    padding-right: 0%;
  }

  .div-block-10323 {
    flex-flow: column;
  }
}

@media screen and (max-width: 479px) {
  .section {
    max-width: 100vw;
  }

  .div-block {
    height: 1700px;
    min-height: 1000px;
  }

  .heading-2 {
    margin-bottom: 60px;
    font-size: 24px;
    line-height: 36px;
  }

  .div-block-14 {
    padding: 10px;
  }

  .heading-10.letter-animation {
    font-size: 40px;
    line-height: 50px;
  }

  .div-block-17 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .div-block-18 {
    height: 200px;
  }

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

  .navbar.blurbg {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-link-3 {
    text-align: center;
  }

  .div-block-24 {
    max-width: 100vw;
  }

  .nav-menu {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: #000000b3;
  }

  .div-block-39 {
    grid-template-columns: 1fr;
  }

  .heading-23 {
    margin-top: 0;
    font-size: 30px;
    line-height: 35px;
  }

  .heading-25 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-47 {
    width: 100%;
    max-width: 100%;
    height: auto;
    min-height: 180px;
  }

  .div-block-53 {
    height: auto;
    min-height: 580px;
  }

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

  .image-18 {
    width: 30px;
    height: 30px;
  }

  .heading-28,
  .text-block-25 {
    font-size: 20px;
  }

  .text-block-26 {
    width: 90%;
    min-width: auto;
  }

  .div-block-62 {
    flex-flow: column;
    align-items: center;
  }

  .div-block-64 {
    flex-flow: column;
  }

  .section-15 {
    width: 100%;
  }

  .text-block-22c {
    max-width: none;
  }

  .div-block-68 {
    flex-flow: wrap;
  }

  .paragraph-4 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 24px;
    line-height: 40px;
  }

  .div-block-69 {
    width: 100vw;
    min-width: auto;
  }

  .div-block-70 {
    text-align: center;
    width: 100%;
  }

  .heading-32,
  .text-block-31 {
    width: 100vw;
  }

  .div-block-74 {
    width: 100%;
    max-width: 400px;
  }

  .heading-33 {
    font-size: 22px;
    line-height: 22px;
  }

  .text-block-33 {
    overflow: auto;
  }

  .image-25 {
    width: 40%;
    height: 50px;
  }

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

  .section-27 {
    width: 100vw;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-78 {
    max-width: 100%;
    height: auto;
  }

  .nav-dropdown-platform,
  .nav-dropdown-learn,
  .nav-dropdown-about,
  .nav-dropdown-agents {
    max-height: 0;
  }

  .div-block-84 {
    width: 100%;
    max-width: 1000%;
  }

  .heading-copy-copy {
    width: 100%;
    max-width: 1000vw;
    font-size: 40px;
    line-height: 50px;
  }

  .menu-button,
  .menu-button.w--open {
    background-color: #0000;
  }

  .div-block-86 {
    width: 90%;
  }

  .heading-copy {
    font-size: 50px;
    line-height: 40px;
  }

  .image-a {
    object-fit: cover;
    height: 100%;
  }

  .section-a {
    min-height: 400px;
  }

  .heading-2-coa {
    flex-flow: column;
    font-size: 14px;
    line-height: 20px;
  }

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

  .div-block-92 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .section-30 {
    flex-flow: column wrap;
    width: 100%;
    max-width: 1000px;
    min-height: 580px;
    max-height: none;
  }

  .div-block-96 {
    width: auto;
    padding: 10px;
  }

  .div-block-48-copy {
    flex-flow: wrap;
    width: 100vw;
  }

  .text-block-40 {
    font-size: 16px;
  }

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

  .div-block-101 {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-101.hover-overlay {
    padding: 0;
  }

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

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

  .heading-copc {
    font-size: 40px;
    line-height: 50px;
  }

  .background-video-3 {
    max-width: 100vw;
  }

  .div-block-cod {
    padding-top: 25%;
  }

  .section-c {
    min-height: 600px;
  }

  .div-block-cope {
    justify-content: flex-end;
    align-items: center;
  }

  .div-block-121 {
    height: 200px;
  }

  .collection-list-2 {
    width: 100%;
  }

  .div-block-98-cw {
    height: auto;
    min-height: 400px;
  }

  .slider-3 {
    height: auto;
  }

  .div-block-128 {
    justify-content: flex-start;
    align-items: flex-start;
    text-decoration: none;
  }

  .link-block-6 {
    align-items: center;
  }

  .heading-22-co {
    font-size: 40px;
  }

  .link-block-7 {
    width: 100vw;
  }

  .div-block-47-cc {
    width: auto;
    min-width: auto;
  }

  .div-block-47-ccc {
    width: 100vw;
    min-width: 100vw;
    max-width: 100vw;
  }

  .div-block-74cc {
    width: 100vw;
    max-width: 100%;
  }

  .heading-copy-coc {
    font-size: 40px;
    line-height: 48px;
  }

  .heading-4-c {
    font-size: 40px;
    line-height: 50px;
  }

  .div-block-10222 {
    padding: 10px;
  }

  .div-block-68-copyq {
    width: 100%;
    min-width: auto;
    max-width: none;
  }

  .heading-4-copyq {
    font-size: 36px;
    line-height: 50px;
  }

  .div-block-74ccc {
    width: 100%;
    max-width: 580px;
  }

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

  .div-block-54-copy-copy {
    padding: 0 10px;
  }

  .div-block-114-copy {
    width: 100%;
    max-width: 1000px;
  }

  .nav-dropdown-industries {
    max-height: 0;
  }

  .background-video-6 {
    object-fit: contain;
  }

  .heading-4-copyc-copy {
    font-size: 40px;
    line-height: 50px;
  }

  .slider-5 {
    height: auto;
    min-height: 450px;
  }

  .mask-3 {
    height: 100%;
  }

  .div-block-10246,
  .div-block-10247,
  .div-block-10246-copyaaa {
    width: 100%;
  }

  .section-a-copyaaa {
    overflow: hidden;
    -webkit-mask-image: linear-gradient(#000 100%, #0000 0%);
    mask-image: linear-gradient(#000 100%, #0000 0%);
  }

  .heading-copy-coc-copyl {
    font-size: 34px;
    line-height: 55px;
  }

  .section-56 {
    flex-flow: column;
  }

  .hv {
    width: 100%;
  }

  .div-block-10249 {
    width: 95%;
  }

  .color-card {
    min-width: 100%;
  }

  .color-card-h {
    font-size: 30px;
    line-height: 40px;
  }

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

  .div-block-10253 {
    flex-flow: column;
  }

  .letter-definitions {
    margin-top: 0;
  }

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

  .link-block-21 {
    max-width: 100vh;
    display: flex;
  }

  .section-a-copyc {
    min-height: 300px;
  }

  .section-bd {
    min-height: 1700px;
  }

  .section-62 {
    max-width: 1200px;
  }

  .div-block-94-copy {
    width: 100%;
  }

  .text-block-45-copy-a {
    position: static;
  }

  .div-block-39-copy {
    max-height: 100vh;
  }

  .heading-4e {
    font-size: 40px;
    line-height: 50px;
  }

  .text-hover-card-hidden-text {
    font-size: 20px;
    line-height: 30px;
  }

  .letters-block {
    height: calc(100% + 150px);
    margin-top: 200px;
    overflow: visible;
  }

  .rich-text-block-6 {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .div-block-10246-c {
    width: 100vw;
    max-width: 600px;
    height: auto;
    min-height: 300px;
  }

  .collection-list-6,
  .image-51 {
    width: 100vw;
  }

  .div-block-10277 {
    width: 100vw;
    height: auto;
    position: relative;
  }

  .div-block-10246-c-copy {
    width: 100%;
    max-width: 700px;
  }

  .section-69 {
    width: 100vw;
  }

  .div-block-10280 {
    width: 100vw;
    max-width: 1200px;
  }

  .poll-answer {
    flex-flow: column;
  }

  .text-block-59.poll-percentage,
  .text-block-59.poll-option {
    text-align: center;
    width: 100%;
    min-width: auto;
    font-size: 20px;
    line-height: 20px;
  }

  .section-70 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .text-block-60 {
    line-height: 20px;
  }

  .div-block-10284 {
    flex-flow: column;
    align-items: flex-start;
  }

  .div-block-10286 {
    padding-top: 0;
  }

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

  .div-block-10289 {
    height: 370px;
    overflow: hidden;
  }

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

  .div-block-10290 {
    display: none;
    left: 5%;
    right: 5%;
  }

  .text-block-62 {
    font-size: 40px;
  }

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

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

  .text-block-65 {
    font-size: 42px;
  }

  .text-block-67 {
    font-size: 20px;
    line-height: 120%;
  }

  .div-block-10316 {
    flex-flow: column;
  }
}

@font-face {
  font-family: 'Chakrapetch';
  src: url('../fonts/ChakraPetch-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Chakrapetch';
  src: url('../fonts/ChakraPetch-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Chakrapetch';
  src: url('../fonts/ChakraPetch-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Chakrapetch';
  src: url('../fonts/ChakraPetch-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Chakrapetch';
  src: url('../fonts/ChakraPetch-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Chakrapetch';
  src: url('../fonts/ChakraPetch-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Chakrapetch';
  src: url('../fonts/ChakraPetch-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Chakrapetch';
  src: url('../fonts/ChakraPetch-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Chakrapetch';
  src: url('../fonts/ChakraPetch-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Chakrapetch';
  src: url('../fonts/ChakraPetch-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.otf') format('opentype'), url('../fonts/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-BlackItalic.otf') format('opentype');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
