@font-face {
  font-family: Lineseedsansth W Rg;
  src: url('../fonts/LINESeedSansTH_W_Rg.eot') format("embedded-opentype"), url('../fonts/LINESeedSansTH_W_Rg.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lineseedsansth Bd;
  src: url('../fonts/LINESeedSansTH_Bd.ttf') format("truetype"), url('../fonts/LINESeedSansTH_Bd.ttf') format("truetype"), url('../fonts/LINESeedSansTH_Bd.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lineseedsansth Th;
  src: url('../fonts/LINESeedSansTH_Th.ttf') format("truetype"), url('../fonts/LINESeedSansTH_Th.ttf') format("truetype"), url('../fonts/LINESeedSansTH_Th.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Lineseedsansth Rg;
  src: url('../fonts/LINESeedSansTH_Rg.ttf') format("truetype"), url('../fonts/LINESeedSansTH_Rg.ttf') format("truetype"), url('../fonts/LINESeedSansTH_Rg.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

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

a {
  text-decoration: underline;
}

.hero_section {
  background-image: url('../images/NITMX-Hack-to-the-Max-_-Digital-Infrastructure_BG.jpg');
  background-size: cover;
  height: 700px;
  display: none;
}

.container {
  text-align: center;
  position: relative;
  bottom: auto;
}

.button {
  text-align: center;
  vertical-align: baseline;
  object-fit: fill;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 145px;
  height: 45px;
  display: inline-block;
}

.div-block {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.container-2 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  bottom: 175px;
}

.div-block-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: -170px;
  font-family: Lineseedsans Bd;
  display: flex;
}

.button-2 {
  aspect-ratio: auto;
  color: #fff;
  text-align: center;
  vertical-align: baseline;
  object-fit: fill;
  background-color: #00dcdf;
  border: 2px solid #00dcdf;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 165px;
  height: 45px;
  font-family: Lineseedsansth Bd, sans-serif;
  font-size: 16px;
  display: flex;
}

.text-block {
  color: #fff;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-bottom: 95px;
  font-family: Lineseedsansth Bd, sans-serif;
  font-size: 38px;
  display: block;
}

.flex-block {
  justify-content: center;
  align-items: center;
  margin-top: -205px;
}

.container-3 {
  position: relative;
  top: 620px;
}

.container-4 {
  background-image: url('../images/mobile_1mobile.avif');
  background-position: 0 0;
  background-size: auto;
}

.content_press-conf {
  background-image: url('../images/ITMX_Hackathon_web_banner.jpg');
  background-position: 50%;
  background-size: cover;
  height: 750px;
  display: none;
}

.navbar {
  background-color: #0000;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

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

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

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

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

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  font-family: Lineseedsansth Bd, sans-serif;
  font-size: 10px;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px;
  font-family: Lineseedsansth Bd, sans-serif;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.button-primary {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #1a1b1f00;
  border: 1.5px solid #00dcdf;
  border-radius: 8px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
  background-image: linear-gradient(225deg, #cf2ff0, #5fd9f1);
  border-width: 1px;
  border-radius: 8px;
  box-shadow: 0 0 10px #5fd9f1;
}

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

.text-block-2 {
  color: #fffefe;
  font-size: 12px;
}

.hero-stack {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-6 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 395px;
  position: static;
  top: 355px;
}

.hero-text-desktop {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  color: #fff;
  margin-bottom: 24px;
  font-family: Lineseedsansth W Rg, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

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

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

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

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.heading-2 {
  color: #fff;
  margin-bottom: 15px;
  font-family: Lineseedsansth Bd, sans-serif;
  font-size: 27px;
  line-height: 35px;
}

.register-bottom-1 {
  background-image: linear-gradient(270deg, #cf2ff0, #5fd9f1);
  border: 1px solid #ffffff80;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 145px;
  height: 40px;
  font-family: Lineseedsansth Bd, sans-serif;
  font-size: 14px;
  display: none;
}

.register-bottom-1:hover {
  background-color: #000;
  background-image: linear-gradient(270deg, #cf2ff0d9, #5fd9f1d9);
}

.content_about {
  background-color: #0b0253;
  height: 750px;
  max-height: none;
  padding-top: 10px;
}

.hero-heading-center {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-7 {
  width: 100%;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 0;
}

.centered-heading {
  color: #00dcdf;
  text-align: left;
  margin-bottom: 10px;
  font-family: Lineseedsansth Bd, sans-serif;
  font-size: 32px;
}

.centered-heading.margin-bottom-32px {
  margin-bottom: 32px;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  max-width: 100%;
  padding-top: 160px;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

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

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

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

.shadow-two {
  box-shadow: 0 4px 24px #96a3b514;
}

.heading-3 {
  color: #00dcdf;
  font-family: Lineseedsansth Bd, sans-serif;
  font-size: 32px;
}

.content_solution {
  background-color: #0b0253;
  border-bottom: 1px #e4ebf3;
  height: 600px;
  padding: 60px 0 20px;
  position: static;
}

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

.pricing-description {
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-grid {
  grid-column-gap: 35px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 50px;
  display: grid;
}

.pricing-card-three {
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.image-solution-1 {
  object-fit: cover;
  width: 150px;
  height: 150px;
  margin-bottom: 0;
}

.pricing-card-text {
  color: #fff;
  margin-bottom: 20px;
  font-family: Lineseedsansth W Rg, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.heading-4, .heading-5, .heading-6 {
  color: #fff;
  font-family: Lineseedsansth Bd, sans-serif;
  font-size: 19px;
}

.content_container {
  max-width: 86rem;
  padding-bottom: 1rem;
}

.attendee {
  margin: 0;
}

.u-content-heading {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #f89838, #f15a2c 50%, #d65026);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: auto;
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 2.75rem;
}

.attendee_logo_group {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin: 2rem 2rem 1rem;
  display: grid;
}

.logo-1 {
  grid-column-gap: 0rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: grid;
}

.media-icon {
  align-self: auto;
  max-width: 190%;
  padding-top: 2px;
}

.nitmx-media {
  color: #fff;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 1rem;
  font-family: Lineseedsansth Th, sans-serif;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}

.content_property {
  background-color: #0b0253;
  height: 650px;
  padding: 80px 40px 40px;
}

.content_container-2 {
  background-image: url('../images/BG-Vector-Desktop_1.png');
  background-position: 50%;
  background-size: cover;
  max-width: 100%;
  height: 500px;
  padding-top: 20px;
  padding-bottom: 0;
}

.u-content-heading-2 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #f89838, #f15a2c 50%, #d65026);
  -webkit-background-clip: text;
  background-clip: text;
  margin-top: auto;
  font-size: 2.25rem;
  font-weight: 800;
  line-height: 2.75rem;
}

.attendee_logo_group-2 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin: 2rem 2rem 1rem;
  display: grid;
}

.content-social-media {
  grid-column-gap: 0rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: grid;
}

.heading-7 {
  color: #fff;
  margin-left: 2rem;
  margin-right: 2rem;
  font-family: Lineseedsansth Bd, sans-serif;
  font-size: 32px;
}

.content_award {
  background-color: #f5f7fa;
  background-image: url('../images/BG-1.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
  border: 1px #000;
  height: 750px;
  padding: 40px 30px 20px;
  position: static;
}

.award-sff {
  background-image: linear-gradient(90deg, #d6d4d400, #ffffff80);
  border: 2px solid #ffffff80;
  border-radius: 20px;
  width: auto;
  max-width: none;
  margin: 40px auto;
}

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 64%;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.margin-bottom-24px-2 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 20px;
  font-family: Lineseedsansth Bd, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

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

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

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

.sff-desktop {
  display: none;
  box-shadow: 0 4px 24px #96a3b514;
}

.container-10 {
  max-width: 95%;
}

.heading-8 {
  color: #00dcdf;
  margin-bottom: 10px;
  font-family: Lineseedsansth Bd, sans-serif;
  font-size: 35px;
  line-height: 30px;
}

.award-100k {
  background-image: linear-gradient(90deg, #0000, #ffffff80);
  border: 2px solid #ffffff80;
  border-radius: 20px;
}

.heading-10 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Lineseedsansth Bd, sans-serif;
  font-size: 20px;
  line-height: 20px;
}

.features-metrics {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

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

.features-wrapper {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.features-block {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.features-title {
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.features-title-small {
  font-size: 24px;
  line-height: 32px;
}

.features-list {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.features-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.features-paragraph {
  margin-bottom: 24px;
}

.text-link-arrow-2 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-2 {
  margin-left: 2px;
  display: flex;
}

.features-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.content_timeline {
  background-image: url('../images/ITMX_Hackathon_BG-1.png');
  background-position: 50%;
  background-size: cover;
  height: 750px;
  display: none;
}

.container-12 {
  max-width: 90%;
  padding-top: 30px;
}

.heading-11 {
  color: #00dcdf;
  margin-bottom: 20px;
  font-family: Lineseedsansth Bd, sans-serif;
  font-size: 35px;
}

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-split-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

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

.shadow-two-3 {
  box-shadow: 0 4px 24px #96a3b514;
}

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

.hero-split-4 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

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

.shadow-two-4 {
  box-shadow: 0 4px 24px #96a3b514;
}

.footer-dark {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 15px;
  position: relative;
}

.container-13 {
  width: 100%;
  max-width: 940px;
  margin: 0 auto 100px;
}

.footer-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-content {
  grid-column-gap: 70px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: auto auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.title-small {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  line-height: 16px;
}

.footer-link {
  color: #1a1b1f;
  margin-top: 12px;
  margin-bottom: 6px;
  font-size: 14px;
  line-height: 16px;
  text-decoration: none;
}

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

.footer-social-block {
  justify-content: flex-start;
  align-items: center;
  margin-top: 12px;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.footer-divider {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 70px;
  margin-bottom: 15px;
}

.footer-copyright-center {
  color: #5b85f1;
  text-align: center;
  font-family: Lineseedsansth Th, sans-serif;
  font-size: 10px;
  line-height: 16px;
}

.content_last {
  background-color: #0b0253;
  height: 400px;
}

.div-block-11 {
  margin-top: -90px;
}

.text-block-4 {
  color: #fff;
  margin-bottom: 40px;
  font-family: Lineseedsansth Rg, sans-serif;
  font-size: 20px;
  line-height: 30px;
}

.heading-19 {
  color: #fff;
  margin-top: 5px;
  margin-bottom: 20px;
  font-family: Lineseedsansth Bd, sans-serif;
}

.heading-20 {
  color: #fff;
  margin-bottom: 0;
  font-family: Lineseedsansth Bd, sans-serif;
}

.div-block-12 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: -335px;
  display: flex;
}

.register-bottom-3 {
  background-image: linear-gradient(270deg, #cf2ff0, #5fd9f1);
  border: 1px solid #ffffff80;
  border-radius: 10px;
  width: 170px;
  height: 45px;
  padding-top: 12px;
  padding-left: 20px;
  padding-right: 15px;
  font-family: Lineseedsansth Bd, sans-serif;
  font-size: 16px;
  display: none;
}

.register-bottom-3:hover {
  background-color: #000;
  background-image: linear-gradient(270deg, #cf2ff0d9, #5fd9f1d9);
}

.footer-dark-2 {
  background-color: #0b0253;
  border-bottom: 1px #e4ebf3;
  height: 100%;
  padding: 50px 30px 15px;
  position: static;
}

.flex-block-3 {
  justify-content: center;
  align-items: center;
}

.content-email {
  grid-column-gap: 0rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.25fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 60px;
  display: grid;
}

.image-footer {
  display: none;
}

.contact-social-dekstop {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.social_link_box {
  margin-left: 10px;
  margin-right: 10px;
  text-decoration: none;
}

.social-logo-1 {
  max-width: 100%;
}

.text-block-6 {
  color: #fff;
  font-family: Lineseedsansth W Rg, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.text-block-8 {
  color: #fff;
  margin-bottom: 10px;
  font-family: Lineseedsansth W Rg, sans-serif;
  font-size: 20px;
}

.text-block-9 {
  color: #fff;
  font-family: Lineseedsansth W Rg, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.text-block-11 {
  color: #5b85f1;
  font-family: Lineseedsansth W Rg, sans-serif;
  font-size: 18px;
}

.div-block-14 {
  margin-top: 30px;
  margin-left: 2rem;
  margin-right: 2rem;
  position: static;
  top: 40px;
}

.content_target {
  background-color: #0b0253;
  height: 650px;
  padding-top: 40px;
}

.features-list-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.target-detail-desktop {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.features-wrapper-two-2 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.features-paragraph-2 {
  margin-bottom: 24px;
}

.text-link-arrow-3 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-3 {
  margin-left: 2px;
  display: flex;
}

.features-right-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 90%;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two-2 {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.image-target-1 {
  object-fit: cover;
  width: 90px;
  height: 90px;
  margin-right: 16px;
}

.hero-heading-left-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

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

.hero-split-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 55%;
  display: flex;
}

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

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

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

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

.image-about {
  width: 550px;
}

.heading-21 {
  color: #00dcdf;
  font-family: Lineseedsansth Bd, sans-serif;
  font-size: 35px;
}

.container-16 {
  max-width: 95%;
  padding-left: 20px;
  padding-right: 20px;
}

.paragraph, .paragraph-2, .paragraph-3 {
  color: #fff;
  font-family: Lineseedsansth W Rg, sans-serif;
  font-size: 18px;
  line-height: 25px;
}

.heading-22 {
  color: #fff;
  margin-bottom: 0;
  font-family: Lineseedsansth Bd, sans-serif;
  font-size: 19px;
}

.heading-23, .heading-24 {
  color: #fffefe;
  margin-bottom: 0;
  font-family: Lineseedsansth Bd, sans-serif;
  font-size: 19px;
}

.hero-text-mobile {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.logo_ind-copy-copy {
  grid-column-gap: 0rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1.5fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: grid;
}

.u-attendee-font-copy {
  color: #fff;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  font-family: Lineseedsansth Bd, sans-serif;
  font-size: 20px;
  font-weight: 700;
  display: flex;
}

.text-block-14 {
  color: #fff;
  font-family: Lineseedsansth Bd, sans-serif;
  font-size: 25px;
}

.bold-text-2 {
  color: #00dcdf;
  font-size: 45px;
}

.bold-text-3 {
  color: #00dcdf;
}

.flex-block-6 {
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
}

.text-block-15, .text-block-16 {
  color: #fff;
  padding-left: 10px;
  font-family: Lineseedsansth Th, sans-serif;
  text-decoration: none;
}

.flex-block-8 {
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
}

.text-block-17 {
  color: #fff;
  padding-left: 10px;
  font-family: Lineseedsansth Th, sans-serif;
  text-decoration: none;
}

.flex-block-9 {
  justify-content: center;
  align-items: center;
  margin-left: 20px;
  margin-right: 20px;
}

.bold-text-4 {
  color: #fcb316;
}

.attendee_logo_group-mobile {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin: 2rem 2rem 1rem;
  display: none;
}

.logo_ind {
  grid-column-gap: 0rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  font-family: Lineseedsansth W Rg, sans-serif;
  display: grid;
}

.image-property-1 {
  align-self: auto;
  max-width: 80%;
}

.u-attendee-font {
  color: #fff;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 1rem;
  font-size: 18px;
  font-weight: 700;
  line-height: 25px;
  display: flex;
}

.pricing-image-4 {
  object-fit: cover;
  width: 70px;
  height: 70px;
  margin-bottom: 0;
}

.heading-32 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.heading-33 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
}

.pricing-card-three-3-copy {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.target-detail-mobile {
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: .75fr .75fr .75fr;
  grid-auto-columns: 1fr;
  max-width: 900px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.pricing-card-three-3 {
  color: #fffdfd;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: block;
}

.margin-bottom-24px-2-copy {
  margin-bottom: 24px;
}

._10k-desktop, ._10k-mobile, .sff-mobile {
  display: none;
  box-shadow: 0 4px 24px #96a3b514;
}

.timeline-desktop {
  width: 550px;
  display: block;
}

.timeline-mobile, .box-mobile {
  display: none;
}

.margin-bottom-24px-2-copy {
  color: #fff;
  margin-bottom: 24px;
  font-family: Lineseedsansth Bd, sans-serif;
  display: none;
}

.contact-social-mobile {
  justify-content: space-between;
  align-items: center;
  display: none;
}

.image-5 {
  display: none;
}

.nav-content-email-mobile {
  grid-column-gap: 0rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.nav-contact-social-mobile {
  justify-content: space-between;
  align-items: center;
  display: none;
}

.text-block-18 {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Lineseedsansth Bd, sans-serif;
  font-size: 18px;
  position: static;
}

.text-block-18-copy {
  color: #fff;
  font-family: Lineseedsansth Rg, sans-serif;
  display: none;
}

.features-metrics-2 {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

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

.features-wrapper-2 {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.features-block-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.features-title-2 {
  margin-bottom: 8px;
  font-size: 40px;
  font-weight: 600;
  line-height: 48px;
}

.features-title-small-2 {
  font-size: 24px;
  line-height: 32px;
}

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

.hero-split-2-copy {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.text-block-19 {
  color: #fff;
  font-family: Lineseedsansth W Rg, sans-serif;
  font-size: 25px;
}

.bold-text-9, .bold-text-10 {
  font-family: Lineseedsansth Bd, sans-serif;
}

.bold-text-11, .bold-text-12 {
  font-family: Lineseedsansth Rg, sans-serif;
}

.bold-text-13, .bold-text-14 {
  font-family: Lineseedsansth Bd, sans-serif;
}

.text-block-21 {
  color: #fff;
  font-family: Lineseedsansth W Rg, sans-serif;
  font-size: 20px;
}

.bold-text-15 {
  color: #fe2b67;
  text-decoration: underline;
}

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

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

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

.image-4-copy, .register-bottom-2-mobile {
  display: none;
}

.register-bottom-2 {
  background-image: linear-gradient(270deg, #cf2ff0, #5fd9f1);
  border: 1px solid #ffffff80;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 145px;
  height: 40px;
  font-family: Lineseedsansth Bd, sans-serif;
  font-size: 14px;
  display: none;
}

.register-bottom-2:hover {
  background-color: #000;
  background-image: linear-gradient(270deg, #cf2ff0d9, #5fd9f1d9);
}

.div-block-6 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 50px;
}

.image-6 {
  max-width: 65%;
  position: static;
  top: 40px;
}

.div-block-18 {
  text-align: center;
  margin-top: 10px;
}

.div-block-12-copy {
  display: none;
}

.text-block-22 {
  color: #fff;
  text-align: center;
  letter-spacing: 1.5px;
  justify-content: center;
  align-items: flex-end;
  font-size: 14px;
  font-weight: 300;
  display: flex;
  position: static;
  top: 45px;
}

.container-last-mobile {
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 1200px;
  display: none;
}

.div-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  opacity: 1;
  outline-offset: 0px;
  text-align: center;
  background-image: linear-gradient(#6c7a88, #0b131f 72%);
  border: 1px #ffffff4d;
  border-radius: 20px;
  outline: 0 #fff0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 1300px;
  height: 300px;
  display: block;
  box-shadow: 0 0 24px #ffffff4a;
}

.image-22 {
  max-width: 75%;
  position: static;
  top: 35px;
}

.div-block-7 {
  position: relative;
  top: 59px;
}

.button-3 {
  aspect-ratio: auto;
  color: #4f5c70;
  text-align: center;
  vertical-align: baseline;
  object-fit: fill;
  background-color: #3898ec00;
  background-image: url('../images/Component-29.png');
  background-position: 50%;
  background-size: cover;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 150px;
  height: 60px;
  display: inline-block;
}

.div-block-5 {
  justify-content: center;
  align-items: center;
  margin-top: -15px;
  display: flex;
  position: relative;
  top: 50px;
}

.attendee_logo_group-desktop {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin: 0 2rem;
  padding-top: 20px;
  font-family: Lineseedsansth Th, sans-serif;
  display: grid;
}

.attendee_logo_group-desktop-1440 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin: 2rem 2rem 1rem;
  display: grid;
}

.sff-desktop-ipad {
  width: 230px;
  box-shadow: 0 4px 24px #96a3b514;
}

._10k-desktop-copy {
  width: 250px;
  box-shadow: 0 4px 24px #96a3b514;
}

.timeline-desktop-copy {
  width: 550px;
}

.image-2-copy {
  max-width: 50%;
  margin-bottom: 60px;
}

.nav-menu-wrapper-ipad, .image-5-copy {
  display: none;
}

.nav-menu-two-copy {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  font-family: Lineseedsansth Bd, sans-serif;
  font-size: 10px;
  display: flex;
}

.nav-link-copy-ipad {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px;
  font-family: Lineseedsansth Bd, sans-serif;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

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

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

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

.nav-link-copy {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px;
  font-family: Lineseedsansth Bd, sans-serif;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
}

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

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

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

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

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

.nav-content-email-mobile-copy {
  grid-column-gap: 0rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: none;
}

.nav-contact-social-mobile-copy {
  justify-content: space-between;
  align-items: center;
  display: none;
}

.media-icon-copy-ipad {
  align-self: auto;
  max-width: 150%;
}

.nitmx-media-copy-ipad {
  color: #fff;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 1rem;
  font-family: Lineseedsansth Th, sans-serif;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}

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

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

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

.text-block-2-copy {
  color: #fffefe;
  font-size: 12px;
}

.nav-content-email-ipad {
  grid-column-gap: 0rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: none;
}

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

.navbar-logo-left-container-2.shadow-three {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  padding: 10px;
  position: fixed;
}

.container-19 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  width: 95%;
  max-width: 100%;
  display: flex;
}

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

.nav-link-2 {
  color: #fff;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 2px;
  font-family: Lineseedsansth Bd, sans-serif;
  font-size: 11.5px;
  line-height: 20px;
  text-decoration: none;
  display: none;
}

.nav-link-2:hover {
  color: #fff;
}

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

.nav-link-2.w--current {
  font-size: 11px;
}

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

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

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

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

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

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

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

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

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

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

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

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

.button-primary-6 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #1a1b1f00;
  border: 1px solid #00dcdf;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 135px;
  height: 30px;
  margin-left: 10px;
  padding: 12px 5px;
  font-family: Lineseedsansth Bd, sans-serif;
  font-size: 11.5px;
  line-height: 20px;
  transition: all .2s;
  display: none;
}

.button-primary-6:hover {
  color: #fff;
  background-color: #32343a;
  background-image: linear-gradient(90deg, #cf2ff0, #5fd9f1);
  box-shadow: 0 0 10px #5fd9f1;
}

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

.navbar-logo-left-3 {
  position: static;
  inset: 0% 0% auto;
}

.logo-home {
  width: 120px;
}

.list-item-8 {
  min-width: 0;
  font-family: Lineseedsansth Bd, sans-serif;
}

.bold-text-16, .bold-text-17 {
  font-family: Lineseedsansth G Bd;
}

.bold-text-18, .bold-text-19, .bold-text-20, .bold-text-21 {
  font-family: Lineseedsansth Bd, sans-serif;
}

.attendee_logo_group-desktop-copy {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin: 0 2rem 2rem;
  font-family: Lineseedsansth Th, sans-serif;
  display: grid;
}

.button-primary-6-ipad {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f00;
  border: 1px solid #00dcdf;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 145px;
  height: 40px;
  margin-left: 10px;
  padding: 12px 5px;
  font-family: Lineseedsansth Bd, sans-serif;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
  display: none;
}

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

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

.image-24 {
  display: none;
}

.content-email-copy {
  grid-column-gap: 0rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.25fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 60px;
  display: none;
}

.media-icon-copy {
  align-self: auto;
  max-width: 150%;
}

.nitmx-media-copy {
  color: #fff;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 1rem;
  font-family: Lineseedsansth Th, sans-serif;
  font-size: 14px;
  font-weight: 700;
  display: flex;
}

.contact-social-mobile-copy {
  justify-content: space-between;
  align-items: center;
  display: none;
}

.text-block-16-copy, .text-block-17-copy {
  color: #fff;
  padding-left: 10px;
  font-family: Lineseedsansth Th, sans-serif;
}

.attendee_logo_group-3 {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin: 2rem 2rem 1rem;
  display: grid;
}

.logo_ind-2 {
  grid-column-gap: 0rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: grid;
}

.attendee-icon-2 {
  align-self: auto;
}

.u-attendee-font-2 {
  color: #fff;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 1rem;
  font-size: 1.25rem;
  font-weight: 700;
  display: flex;
}

.attendee_logo_ipad {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  margin: 2rem 2rem 1rem;
  display: none;
}

.image-target {
  width: 550px;
}

.pricing-image-4-copy {
  object-fit: cover;
  width: 70px;
  height: 70px;
  margin-bottom: 0;
}

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

.navbar-logo-left-container-3.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding-top: 20px;
  padding-bottom: 20px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.nav_mobile_group {
  display: none;
}

.nav_logo_image {
  max-width: 100%;
  display: block;
}

.nav_logo_mobile {
  display: none;
}

.nav_right {
  justify-content: center;
  align-items: center;
  margin-left: -18.75rem;
  display: flex;
}

.nav_social {
  display: none;
}

.nav_link {
  color: #fff;
  flex: 0 auto;
  align-self: center;
  min-width: auto;
  min-height: auto;
  margin-left: .5625rem;
  margin-right: .5625rem;
  padding: .3125rem .75rem;
  font-weight: 500;
  text-decoration: none;
}

.nav_link.white-border {
  border: 1px solid #fff;
  border-radius: 10px;
}

.nav_link.cta {
  background-image: linear-gradient(90deg, #f89838, #f15a2c 50%, #d65026);
  border-radius: 10px;
}

.nav_link.cta.mobile {
  background-image: linear-gradient(90deg, #f89838, #f15a2c 50%, #d65026);
}

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

.nav_logo.w--current {
  max-width: 30%;
}

.nav_programs {
  display: none;
}

.desktop_menu-group {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hamburger-closed {
  display: none;
}

.nav_layout {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 1.7125rem;
  display: flex;
}

.mobile_logo, .nav_cta_button {
  display: none;
}

.bali_dropdown_wrapper {
  display: block;
}

.menu-wraper {
  display: none;
}

.button-primary-6-ipad-copy {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f00;
  border: 1px solid #00dcdf;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 145px;
  height: 40px;
  margin-left: 10px;
  padding: 12px 5px;
  font-family: Lineseedsansth Bd, sans-serif;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
  display: none;
}

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

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

.image-23-copy {
  width: 130px;
}

.bold-text-22, .bold-text-23, .bold-text-24 {
  font-family: Lineseedsansth Bd, sans-serif;
}

.text-block-24 {
  color: #fff;
  padding: 5px 10px;
  font-family: Lineseedsansth Bd, sans-serif;
  text-decoration: none;
}

.text-block-24:hover {
  color: #00dcdf;
}

.nav-bar-link-1, .nav-bar-link-2, .nav-bar-link-3, .nav-bar-link-4, .nav-bar-link-5, .nav-bar-link-5.w--current, .nav-bar-link-6 {
  text-decoration: none;
}

.nav-bar-link-6:hover {
  color: #00dcdf;
}

.nav-bar-link-7 {
  text-decoration: none;
}

.nav-bar-link-7:hover {
  color: #00dcdf;
}

.back-to-the-top {
  background-image: url('../images/Frame-4_1Frame 4.avif');
  background-position: 50%;
  background-size: cover;
  border: 1px #00dcdf;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-bottom: 1rem;
  margin-right: 1rem;
  display: flex;
  position: fixed;
  inset: auto 0% 0% auto;
}

.back-to-the-top:hover {
  background-image: url('../images/Frame-3_1Frame 3.avif');
  background-position: 50%;
  background-size: cover;
}

.bold-text-25 {
  color: #fffefe80;
  font-size: 15px;
}

.content_15_team {
  background-color: #0b0253;
  height: 500px;
  padding: 100px 30px 20px;
  display: none;
}

.div-block-22 {
  grid-column-gap: 0px;
  grid-row-gap: 25px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 3fr .5fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
}

.text-block-26 {
  color: #faf4f4;
  text-align: right;
  border-bottom: 1px solid #ffffff80;
  font-family: Lineseedsansth Bd, sans-serif;
  font-size: 35px;
}

.heading-35 {
  color: #00dcdf;
  margin-bottom: 10px;
  font-family: Lineseedsansth Bd, sans-serif;
  font-size: 35px;
  line-height: 30px;
}

.heading-8-mobile {
  color: #00dcdf;
  margin-bottom: 10px;
  font-family: Lineseedsansth Bd, sans-serif;
  font-size: 35px;
  line-height: 30px;
  display: none;
}

.container-21 {
  max-width: 95%;
}

.bold-text-26, .bold-text-27 {
  color: #fffefe80;
  font-size: 15px;
}

.text-block-27 {
  color: #fffefe;
  border-bottom: 1px solid #ffffff80;
  padding-top: 0;
  padding-bottom: 29px;
  font-family: Lineseedsansth W Rg, sans-serif;
  font-size: 18px;
}

.text-block-25 {
  color: #fff;
  text-align: right;
  font-family: Lineseedsansth W Rg, sans-serif;
}

.bold-text-28, .bold-text-29, .bold-text-30, .bold-text-31, .bold-text-32, .bold-text-33 {
  font-family: Lineseedsansth Bd, sans-serif;
}

.image-29 {
  width: 550px;
}

.image-30 {
  display: none;
}

.content_winner {
  background-color: #0b0253;
  height: 1050px;
  display: none;
}

.image-31, .image-32 {
  display: none;
}

.image-solution-2, .image-solution-3 {
  object-fit: cover;
  width: 150px;
  height: 150px;
  margin-bottom: 0;
}

.image-property-2, .image-property-3, .image-property-4, .image-property-5, .image-property-6 {
  align-self: auto;
  max-width: 80%;
}

.image-target-2, .image-target-3 {
  object-fit: cover;
  width: 90px;
  height: 90px;
  margin-right: 16px;
}

.social-logo-2, .social-logo-3 {
  max-width: 100%;
}

.container-22 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1320px;
  height: 1080px;
  display: flex;
}

.image-2 {
  margin: -300px 0 0;
  padding: 24px;
}

.button-7 {
  box-shadow: none;
  text-align: center;
  background-color: #af0cc6;
  border-radius: 8px;
  margin-top: 40px;
  margin-bottom: 20px;
  padding: 16px 36px;
}

.button-7:hover {
  box-shadow: 0 0 8px 4px #af0cc6;
}

.background-hero {
  max-width: none;
}

.background-video {
  -webkit-text-fill-color: inherit;
  background-color: #000000a6;
  background-image: linear-gradient(0deg, #160249 7%, #16024905 37%, #16024900);
  background-clip: border-box;
  height: 100vh;
}

@media screen and (min-width: 1440px) {
  .hero_section {
    background-image: url('../images/NITMX-Hack-to-the-Max-_-Digital-Infrastructure_BG.jpg');
    background-position: 50%;
    background-size: cover;
    height: 810px;
  }

  .div-block-8 {
    margin-top: -230px;
  }

  .button-2 {
    text-align: center;
    border-radius: 15px;
    width: 187px;
    height: 52px;
    margin-top: 25px;
    font-size: 18.5px;
    display: flex;
  }

  .text-block {
    margin-bottom: 59px;
    font-size: 40px;
  }

  .flex-block {
    justify-content: center;
    align-items: center;
    min-width: 1100px;
    max-width: none;
    margin-top: 0;
    position: static;
    top: -370px;
  }

  .container-3 {
    border-radius: 15px;
    justify-content: center;
    align-items: center;
    display: flex;
    top: 465px;
  }

  .content_press-conf {
    background-image: url('../images/ITMX_Hackathon_web_banner.jpg');
    background-position: 50%;
    background-size: cover;
    width: auto;
    height: 820px;
    display: none;
  }

  .navbar {
    background-color: #0000;
    display: none;
    position: fixed;
    inset: 0% 0% auto;
  }

  .navbar-logo-left-container.shadow-three {
    background-color: #c5aeae00;
    width: auto;
    max-width: 100%;
  }

  .container-5 {
    max-width: 100%;
  }

  .navbar-wrapper {
    font-family: Lineseedsansth Bd, sans-serif;
  }

  .nav-link {
    font-size: 16px;
  }

  .nav-dropdown-toggle {
    padding-right: 10px;
    font-size: 16px;
  }

  .nav-link-accent {
    font-size: 16px;
  }

  .mobile-margin-top-10 {
    display: block;
  }

  .button-primary {
    background-color: #fff0;
    border: 2px solid #00dcdf;
    border-radius: 10px;
    height: 45px;
    padding-top: 9px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .button-primary:hover {
    background-color: #020202;
    background-image: linear-gradient(90deg, #cf2ff0, #5fd9f1);
    box-shadow: 0 0 10px #5fd9f1;
  }

  .container-6 {
    padding-top: 445px;
    position: static;
    top: 455px;
  }

  .margin-bottom-24px {
    color: #fff;
    margin-bottom: 30px;
    font-family: Lineseedsansth W Rg, sans-serif;
    font-size: 20px;
    line-height: 30px;
  }

  .heading-2 {
    color: #fff;
    margin-bottom: 15px;
    font-family: Lineseedsansth Bd, sans-serif;
    font-size: 33px;
    line-height: 40px;
  }

  .register-bottom-1 {
    background-color: #00dcdf;
    background-image: linear-gradient(90deg, #cf2ff0, #5fd9f1);
    border: 2px solid #ffffff80;
    border-radius: 10px;
    width: 170px;
    height: 50px;
    padding-top: 10px;
    font-family: Lineseedsansth Bd, sans-serif;
    font-size: 16px;
    display: none;
  }

  .register-bottom-1:hover {
    background-color: #000;
    background-image: linear-gradient(90deg, #cf2ff0d9, #5fd9f1d9);
  }

  .content_about {
    background-color: #0b0253;
    height: 800px;
    max-height: none;
    padding-top: 0;
  }

  .container-7 {
    max-width: 90%;
    padding-top: 40px;
    padding-bottom: 100px;
  }

  .centered-heading {
    color: #00dcdf;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px;
    font-family: Lineseedsansth Bd, sans-serif;
    font-size: 38px;
    display: flex;
  }

  .hero-wrapper {
    padding-top: 180px;
  }

  .heading-3 {
    color: #00dcdf;
    font-family: Lineseedsansth Bd, sans-serif;
    font-size: 38px;
  }

  .content_solution {
    background-color: #0b0253;
    height: 600px;
  }

  .container-8 {
    max-width: 90%;
    margin-top: 60px;
  }

  .pricing-grid {
    grid-column-gap: 28px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .pricing-card-three {
    color: #fdfdfd;
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

  .image-solution-1 {
    width: 130px;
    height: 130px;
  }

  .pricing-card-text {
    font-family: Lineseedsansth W Rg, sans-serif;
    font-size: 20px;
    line-height: 25px;
  }

  .heading-4, .heading-5, .heading-6 {
    font-family: Lineseedsansth Bd, sans-serif;
    font-size: 21px;
  }

  .attendee {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .media-icon {
    max-width: 180%;
    padding-top: 2px;
    font-family: Lineseedsansth Th, sans-serif;
  }

  .nitmx-media {
    font-family: Lineseedsansth Th, sans-serif;
    font-size: 20px;
  }

  .content_property {
    background-color: #0b0253;
    height: 750px;
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .content_container-2 {
    background-image: url('../images/BG-Vector-Desktop_1.png');
    background-position: 50%;
    background-size: cover;
    max-width: 85rem;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-7 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Lineseedsansth Bd, sans-serif;
    font-size: 38px;
  }

  .content_award {
    background-image: url('../images/BG-1.png');
    background-position: 50%;
    background-size: cover;
    border-bottom: 0 #e4ebf300;
    height: 800px;
    padding-top: 60px;
    padding-bottom: 60px;
    position: static;
  }

  .award-sff {
    background-image: linear-gradient(90deg, #0000, #ffffff80);
    border: 1px solid #fff;
    border-radius: 20px;
    max-width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 20px;
  }

  .hero-wrapper-2 {
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-split-2 {
    max-width: 65%;
  }

  .margin-bottom-24px-2 {
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Lineseedsansth Bd, sans-serif;
    font-size: 20px;
    line-height: 25px;
  }

  .container-10 {
    max-width: 90%;
  }

  .heading-8 {
    color: #00dcdf;
    font-family: Lineseedsansth Bd, sans-serif;
    font-size: 38px;
    line-height: 50px;
  }

  .award-100k {
    background-image: linear-gradient(90deg, #0000, #ffffff80);
    border: 1px solid #fff;
    border-radius: 20px;
  }

  .heading-10 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Lineseedsansth Bd, sans-serif;
    font-size: 25px;
    line-height: 25px;
  }

  .content_timeline {
    background-image: url('../images/ITMX_Hackathon_BG-1.png');
    background-position: 50% 80%;
    background-size: cover;
    height: 1300px;
    display: none;
  }

  .content_timeline:lang(en) {
    display: none;
  }

  .container-12 {
    max-width: 90%;
    padding-top: 100px;
  }

  .heading-11 {
    color: #00dcdf;
    margin-bottom: 20px;
    font-family: Lineseedsansth Bd, sans-serif;
    font-size: 38px;
  }

  .container-13 {
    max-width: 90%;
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .footer-copyright-center {
    color: #5b85f1;
    font-size: 12px;
  }

  .content_last {
    background-color: #0b0253;
    height: 550px;
  }

  .div-block-11 {
    margin-top: -90px;
  }

  .text-block-4 {
    color: #fffefe;
    margin-bottom: 40px;
    font-family: Lineseedsansth Rg, sans-serif;
    font-size: 30px;
    line-height: 40px;
  }

  .heading-19 {
    color: #fff;
    margin-bottom: 40px;
    font-family: Lineseedsansth Bd, sans-serif;
    font-size: 40px;
  }

  .heading-20 {
    color: #fff;
    font-family: Lineseedsansth Bd, sans-serif;
    font-size: 50px;
  }

  .div-block-12 {
    text-align: center;
    margin-top: -438px;
  }

  .register-bottom-3 {
    background-image: linear-gradient(90deg, #cf2ff0, #5fd9f1);
    border: 2px solid #ffffff80;
    border-radius: 10px;
    width: 220px;
    height: 55px;
    padding-top: 15px;
    font-family: Lineseedsansth Bd, sans-serif;
    font-size: 20px;
    display: none;
  }

  .register-bottom-3:hover {
    background-color: #000;
    background-image: linear-gradient(90deg, #cf2ff0d9, #5fd9f1d9);
  }

  .footer-dark-2 {
    background-color: #0b0253;
    height: 100%;
    position: static;
  }

  .flex-block-3 {
    justify-content: center;
    align-items: center;
  }

  .content-email {
    grid-column-gap: 0rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.5fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    margin-bottom: 60px;
    display: grid;
  }

  .image-footer {
    max-width: 50%;
    margin-bottom: 60px;
    display: block;
  }

  .social-logo-1 {
    max-width: 100%;
  }

  .text-block-6 {
    color: #fff;
    font-family: Lineseedsansth W Rg, sans-serif;
    font-size: 20px;
    line-height: 25px;
  }

  .text-block-8 {
    color: #fffefe;
    margin-top: 10px;
    margin-bottom: 20px;
    font-family: Lineseedsansth W Rg, sans-serif;
    font-size: 25px;
  }

  .text-block-9 {
    color: #fff;
    font-family: Lineseedsansth W Rg, sans-serif;
    font-size: 20px;
    line-height: 25px;
  }

  .text-block-11 {
    color: #5b85f1;
    max-width: 100%;
    font-family: Lineseedsansth W Rg, sans-serif;
    font-size: 20px;
  }

  .div-block-14 {
    margin-top: 50px;
    margin-left: 20px;
    margin-right: 0;
    font-family: Lineseedsansth W Rg, sans-serif;
    position: static;
    top: 130px;
  }

  .content_target {
    background-color: #0b0253;
    height: 700px;
    padding-bottom: 40px;
  }

  .target-detail-desktop, .features-right-2 {
    max-width: 100%;
  }

  .image-target-1 {
    width: 100px;
    height: 100px;
    position: static;
  }

  .hero-split-5 {
    max-width: 47%;
  }

  .image-about {
    width: 900px;
  }

  .heading-21 {
    color: #00dcdf;
    font-family: Lineseedsansth Bd, sans-serif;
    font-size: 38px;
  }

  .container-16 {
    max-width: 90%;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .paragraph, .paragraph-2, .paragraph-3 {
    color: #fff;
    font-family: Lineseedsansth W Rg, sans-serif;
    font-size: 20px;
    line-height: 25px;
  }

  .heading-22, .heading-23, .heading-24 {
    color: #fff;
    font-family: Lineseedsansth Bd, sans-serif;
    font-size: 24px;
  }

  .hero-text-mobile {
    display: none;
  }

  .logo_ind-copy-copy {
    grid-template-columns: 1.75fr 1fr;
    font-family: Lineseedsansth Bd, sans-serif;
  }

  .u-attendee-font-copy {
    padding-left: 0;
    font-size: 25px;
  }

  .text-block-14 {
    font-family: Lineseedsansth Bd, sans-serif;
    font-size: 25px;
  }

  .bold-text-2 {
    color: #00dcdf;
    font-size: 45px;
  }

  .bold-text-3 {
    color: #00dcdf;
  }

  .flex-block-6 {
    color: #fff;
    justify-content: center;
    align-items: center;
    margin-left: 40px;
    margin-right: 40px;
    font-family: Lineseedsansth Th, sans-serif;
    text-decoration: none;
  }

  .text-block-15 {
    margin-left: 0;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
    text-decoration: none;
  }

  .text-block-16 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
  }

  .flex-block-8 {
    color: #fff;
    justify-content: center;
    align-items: center;
    margin-left: 40px;
    margin-right: 40px;
    font-family: Lineseedsansth Th, sans-serif;
  }

  .text-block-17 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
  }

  .flex-block-9 {
    color: #fff;
    justify-content: center;
    align-items: center;
    margin-left: 40px;
    margin-right: 40px;
    font-family: Lineseedsansth Th, sans-serif;
  }

  .bold-text-4 {
    color: #fcb316;
  }

  .attendee_logo_group-mobile {
    grid-template-rows: auto auto auto;
    margin-bottom: 0;
    display: none;
  }

  .image-property-1 {
    max-width: 80%;
  }

  .u-attendee-font {
    font-family: Lineseedsansth W Rg, sans-serif;
    font-size: 20px;
    line-height: 25px;
  }

  .pricing-image-4 {
    width: 130px;
    height: 130px;
    margin-bottom: 0;
    display: none;
  }

  .heading-32 {
    word-break: break-all;
    overflow-wrap: break-word;
    font-size: 18px;
    font-weight: 400;
  }

  .heading-33 {
    font-size: 18px;
    font-weight: 400;
  }

  .target-detail-mobile {
    grid-column-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr;
    max-width: 1100px;
    height: 210px;
    max-height: none;
    display: none;
  }

  ._10k-desktop {
    padding-right: 10px;
  }

  ._10k-mobile, .sff-mobile {
    display: none;
  }

  .timeline-desktop {
    width: 800px;
    max-width: 90%;
    display: block;
  }

  .timeline-mobile, .box-mobile {
    display: none;
  }

  .margin-bottom-24px-2-copy {
    color: #fff;
    font-family: Lineseedsansth Th, sans-serif;
    display: none;
  }

  .contact-social-mobile, .image-5, .nav-content-email-mobile, .nav-contact-social-mobile {
    display: none;
  }

  .text-block-18 {
    color: #fdfbfb;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Lineseedsansth Bd, sans-serif;
    font-size: 20px;
    display: flex;
  }

  .text-block-18-copy {
    color: #fff;
    font-family: Lineseedsansth Rg, sans-serif;
    display: none;
  }

  .hero-wrapper-2-copy {
    color: #fff;
    font-family: Lineseedsansth Rg, sans-serif;
    font-size: 20px;
  }

  .text-block-19 {
    font-family: Lineseedsansth W Rg, sans-serif;
    font-size: 25px;
  }

  .bold-text-9, .bold-text-10 {
    font-family: Lineseedsansth Bd, sans-serif;
  }

  .bold-text-11 {
    font-family: Lineseedsansth Rg, sans-serif;
  }

  .bold-text-12 {
    font-family: Lineseedsansth G Bd;
  }

  .bold-text-13, .bold-text-14 {
    font-family: Lineseedsansth Bd, sans-serif;
  }

  .text-block-21 {
    color: #fff;
    font-family: Lineseedsansth Rg, sans-serif;
    font-size: 24px;
  }

  .bold-text-15 {
    color: #fe2b67;
    text-decoration: underline;
  }

  .button-primary-copy, .image-4-copy, .register-bottom-2-mobile {
    display: none;
  }

  .register-bottom-2 {
    background-image: linear-gradient(45deg, #cf2ff0, #5fd9f1);
    border: 2px solid #ffffff80;
    border-radius: 10px;
    width: 160px;
    height: 45px;
    padding-top: 10px;
    font-family: Lineseedsansth Bd, sans-serif;
    font-size: 16px;
    display: none;
  }

  .register-bottom-2:hover {
    background-color: #000;
    background-image: linear-gradient(45deg, #cf2ff0d9, #5fd9f1d9);
  }

  .image-6 {
    max-width: 65%;
  }

  .div-block-18 {
    margin-top: 20px;
  }

  .text-block-22 {
    margin-top: 10px;
    font-size: 18px;
    line-height: 25px;
  }

  .container-last-mobile {
    max-width: none;
  }

  .div-block-4 {
    order: 1;
    width: 1200px;
    height: 350px;
    display: none;
  }

  .image-22 {
    max-width: 75%;
  }

  .button-3 {
    width: 140px;
    height: 60px;
  }

  .container-last-desktop {
    max-width: 90%;
  }

  .attendee_logo_group-desktop {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template: ". ."
                   ". ."
                   "Area Area-2"
                   / 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 0;
    display: grid;
  }

  .attendee_logo_group-desktop-1440 {
    grid-template: ". ."
                   ". ."
                   "Area Area-2"
                   / 1fr 1fr;
    margin-bottom: 0;
    display: none;
  }

  .sff-desktop-ipad {
    width: 250px;
  }

  ._10k-desktop-copy {
    width: 250px;
    margin-right: 30px;
    padding-right: 0;
  }

  .timeline-desktop-copy {
    display: none;
  }

  .image-2-copy {
    max-width: 60%;
    margin-bottom: 100px;
    display: none;
  }

  .nav-menu-wrapper-ipad, .image-5-copy {
    display: none;
  }

  .nav-link-copy-ipad, .nav-link-copy, .nav-link-copy, .nav-link-accent-copy, .nav-link-accent-copy, .nav-link-accent-copy {
    font-size: 16px;
  }

  .mobile-margin-top-10-copy {
    display: block;
  }

  .nav-content-email-mobile-copy, .nav-contact-social-mobile-copy {
    display: none;
  }

  .media-icon-copy-ipad {
    max-width: 150%;
    font-family: Lineseedsansth Th, sans-serif;
  }

  .nitmx-media-copy-ipad {
    font-family: Lineseedsansth Th, sans-serif;
    font-size: 20px;
  }

  .nav-dropdown-toggle-copy {
    padding-right: 10px;
    font-size: 16px;
  }

  .nav-content-email-ipad {
    display: none;
  }

  .navbar-logo-left-container-2.shadow-three {
    width: 100%;
    max-width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    display: flex;
    position: fixed;
  }

  .container-19 {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .navbar-wrapper-2 {
    width: 95%;
    max-width: 100%;
  }

  .nav-menu-wrapper-2 {
    justify-content: flex-end;
    align-items: center;
    display: flex;
  }

  .nav-menu-two-2 {
    justify-content: space-between;
    align-items: center;
    padding-right: 10px;
  }

  .nav-link-2 {
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Lineseedsansth Bd, sans-serif;
    font-size: 16px;
  }

  .nav-link-2:hover {
    color: #fff;
  }

  .button-primary-6 {
    background-color: #1a1b1f00;
    border: 1px solid #00dcdf;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    width: 175px;
    height: 40px;
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Lineseedsansth Bd, sans-serif;
    font-size: 16px;
    display: none;
  }

  .button-primary-6:hover {
    background-color: #020202;
    background-image: linear-gradient(45deg, #cf2ff0d9, #5fd9f1d9);
    box-shadow: 0 0 10px #5fd9f1;
  }

  .navbar-logo-left-3 {
    display: flex;
    position: static;
  }

  .logo-home {
    width: 150px;
  }

  .bold-text-16, .bold-text-17 {
    font-family: Lineseedsansth G Bd;
  }

  .bold-text-18, .bold-text-19, .bold-text-20, .bold-text-21 {
    font-family: Lineseedsansth Bd, sans-serif;
  }

  .attendee_logo_group-desktop-copy {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template: ". ."
                   ". ."
                   "Area Area-2"
                   / 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 0;
    display: grid;
  }

  .button-primary-6-ipad {
    background-color: #1a1b1f00;
    border: 1px solid #00dcdf;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    width: 170px;
    height: 45px;
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Lineseedsansth Bd, sans-serif;
    font-size: 14px;
    display: none;
  }

  .content-email-copy {
    grid-template-columns: .25fr 1.5fr;
    margin-top: 0;
    margin-bottom: 60px;
    display: none;
  }

  .media-icon-copy {
    max-width: 150%;
    font-family: Lineseedsansth Th, sans-serif;
  }

  .nitmx-media-copy {
    font-family: Lineseedsansth Th, sans-serif;
    font-size: 20px;
  }

  .contact-social-mobile-copy {
    display: none;
  }

  .text-block-16-copy, .text-block-17-copy {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 18px;
  }

  .attendee_logo_ipad {
    display: none;
  }

  .image-target {
    width: 900px;
  }

  .pricing-image-4-copy {
    width: 130px;
    height: 130px;
    margin-bottom: 0;
    display: none;
  }

  .menu-wraper {
    display: none;
  }

  .button-primary-6-ipad-copy {
    background-color: #1a1b1f00;
    border: 1px solid #00dcdf;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    width: 170px;
    height: 45px;
    margin-left: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Lineseedsansth Bd, sans-serif;
    font-size: 14px;
    display: none;
  }

  .image-23-copy {
    width: 150px;
  }

  .bold-text-22, .bold-text-23 {
    font-family: Lineseedsansth Bd, sans-serif;
  }

  .nav-bar-link-5 {
    text-decoration: none;
  }

  .back-to-the-top {
    background-image: url('../images/Frame-4_1Frame 4.avif');
    background-position: 50%;
    background-size: cover;
    border: 1px #000;
    justify-content: center;
    align-items: center;
    width: 60px;
    height: 60px;
    margin-bottom: 1rem;
    margin-right: 1rem;
    display: flex;
    position: fixed;
    inset: auto 0% 0% auto;
  }

  .back-to-the-top:hover {
    background-image: url('../images/Frame-3_1Frame 3.avif');
    background-position: 50%;
    background-size: cover;
  }

  .text-block-26 {
    font-size: 35px;
  }

  .heading-35, .heading-8-mobile {
    color: #00dcdf;
    font-family: Lineseedsansth Bd, sans-serif;
    font-size: 38px;
    line-height: 50px;
  }

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

  .bold-text-30 {
    font-family: Lineseedsansth Bd, sans-serif;
  }

  .image-29 {
    width: 800px;
  }

  .content_winner {
    height: 1300px;
    display: none;
  }

  .content_winner:lang(en), .image-31, .image-32 {
    display: none;
  }

  .image-solution-2, .image-solution-3 {
    width: 130px;
    height: 130px;
  }

  .image-property-2, .image-property-3, .image-property-4, .image-property-5, .image-property-6 {
    max-width: 80%;
  }

  .image-target-2, .image-target-3 {
    width: 100px;
    height: 100px;
    position: static;
  }

  .social-logo-2, .social-logo-3 {
    max-width: 100%;
  }

  .container-22 {
    max-width: 1200px;
    margin-bottom: 0;
  }

  .text-block-28 {
    padding-bottom: 20px;
    font-size: 26px;
    font-weight: 700;
    line-height: 100%;
  }

  .image-2 {
    margin-top: 0;
  }

  .button-7 {
    background-color: #ff15a4;
    background-image: linear-gradient(90deg, #ff15a4, #9900ba 25%, #0082ff 90%);
    border-radius: 14px;
    margin-top: 20px;
    padding-top: 18px;
    padding-bottom: 18px;
    font-size: 18px;
    line-height: 100%;
  }

  .button-7:hover {
    background-image: linear-gradient(90deg, #ff15a4 12%, #9900ba 70%, #0082ff);
    box-shadow: 0 0 10px 2px #ff15a4a3;
  }

  .div-block-30 {
    margin-top: 0;
  }

  .text-block-29 {
    padding-top: 10px;
    padding-bottom: 20px;
    font-size: 16px;
    line-height: 100%;
  }

  .text-block-30 {
    padding-bottom: 10px;
    font-size: 18px;
    line-height: 100%;
  }

  .text-block-31 {
    padding-bottom: 20px;
    font-size: 32px;
    line-height: 100%;
  }
}

@media screen and (min-width: 1920px) {
  .hero_section {
    background-image: url('../images/NITMX-Hack-to-the-Max-_-Digital-Infrastructure_BG.jpg');
    background-position: 50%;
    background-size: cover;
    height: 1080px;
  }

  .div-block-8 {
    width: auto;
    min-width: auto;
    margin-top: -300px;
    position: relative;
    top: 100px;
  }

  .button-2 {
    background-color: #00dcdf;
    background-image: none;
    border-style: none;
    border-width: 3px;
    border-radius: 20px;
    width: 250px;
    height: 70px;
    margin-top: 50px;
    font-family: Lineseedsansth Bd, sans-serif;
    font-size: 25px;
    display: flex;
  }

  .bg-desktop {
    display: block;
  }

  .text-block {
    color: #fff;
    width: auto;
    min-width: auto;
    max-width: none;
    margin-top: 0;
    margin-bottom: 65px;
    padding-top: 0;
    font-family: Lineseedsansth Bd, sans-serif;
    font-size: 55px;
    display: flex;
  }

  .div-block-9 {
    min-width: auto;
    margin-top: 18px;
    position: relative;
    top: -280px;
  }

  .flex-block {
    min-width: auto;
    max-width: none;
    height: auto;
    margin-top: auto;
    padding-bottom: 0;
    position: relative;
    top: auto;
  }

  .container-3 {
    max-width: none;
    position: relative;
    top: 610px;
  }

  .container-4 {
    background-image: none;
    max-width: none;
    max-height: none;
  }

  .content_press-conf {
    background-image: url('../images/ITMX_Hackathon_web_banner.jpg');
    background-position: 50%;
    background-size: cover;
    width: auto;
    height: 1080px;
    display: none;
  }

  .navbar {
    background-color: #0000;
    display: none;
    position: fixed;
    left: 0%;
    right: 0%;
  }

  .navbar-logo-left {
    background-color: #0b0253;
  }

  .navbar-logo-left-container.shadow-three {
    max-width: 100%;
  }

  .container-5 {
    max-width: 1800px;
  }

  .nav-link {
    letter-spacing: .5px;
    font-family: Lineseedsansth Bd, sans-serif;
    font-size: 20px;
  }

  .nav-dropdown-toggle {
    padding-right: 10px;
  }

  .nav-link-accent {
    letter-spacing: .5px;
    font-family: Lineseedsansth Bd, sans-serif;
    font-size: 20px;
    font-weight: 400;
  }

  .button-primary {
    letter-spacing: .5px;
    background-color: #1a1b1f00;
    border: 2px solid #00dcdf;
    border-radius: 8px;
    width: 200px;
    height: 55px;
    padding-top: 15px;
    padding-left: 15px;
    padding-right: 10px;
    font-family: Lineseedsansth Bd, sans-serif;
    font-size: 20px;
  }

  .button-primary:hover {
    background-image: linear-gradient(90deg, #cf2ff0, #5fd9f1);
    box-shadow: -1px 0 15px #5fd9f1;
  }

  .text-block-2 {
    letter-spacing: .5px;
    font-family: Lineseedsansth Bd, sans-serif;
    font-size: 20px;
  }

  .container-6 {
    max-width: 1800px;
    padding-top: 625px;
    position: static;
    top: 620px;
  }

  .hero-text-desktop {
    max-width: 1000px;
    position: static;
    top: 733px;
  }

  .margin-bottom-24px {
    color: #fff;
    letter-spacing: .5px;
    margin-top: 60px;
    margin-bottom: 60px;
    font-family: Lineseedsansth Rg, sans-serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 35px;
  }

  .heading-1 {
    color: #fff;
    font-family: Lineseedsansth Bd, sans-serif;
  }

  .heading-2 {
    color: #fff;
    margin-top: auto;
    margin-bottom: 20px;
    font-family: Lineseedsansth Bd, sans-serif;
    font-size: 45px;
    line-height: 55px;
  }

  .register-bottom-1 {
    background-color: #00dcdf;
    background-image: linear-gradient(90deg, #cf2ff0, #5fd9f1);
    border: 2px solid #ffffff80;
    border-radius: 15px;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 70px;
    font-family: Lineseedsansth Bd, sans-serif;
    font-size: 25px;
    display: none;
  }

  .register-bottom-1:hover {
    background-color: #000;
    background-image: linear-gradient(90deg, #cf2ff0d9, #5fd9f1d9);
  }

  .image {
    max-width: none;
    margin-top: 155px;
  }

  .flex-block-2 {
    justify-content: center;
    align-items: center;
  }

  .content_about {
    height: 1000px;
    padding-top: 20px;
  }

  .hero-heading-center {
    background-color: #0b0253;
  }

  .container-7 {
    max-width: 1700px;
    padding-top: 140px;
    padding-bottom: 100px;
    position: static;
  }

  .centered-heading {
    color: #00dcdf;
    justify-content: flex-start;
    align-items: center;
    font-family: Lineseedsansth Bd, sans-serif;
    font-size: 45px;
    font-weight: 400;
    display: flex;
  }

  .centered-heading.margin-bottom-32px {
    color: #fff;
    justify-content: center;
    align-items: center;
    margin-top: auto;
  }

  .hero-wrapper {
    padding-top: 60px;
  }

  .hero-split {
    max-width: 50%;
  }

  .shadow-two {
    max-width: 350%;
    position: static;
  }

  .heading-3 {
    color: #00dcdf;
    margin-bottom: 0;
    font-family: Lineseedsansth Bd, sans-serif;
    font-size: 45px;
  }

  .content_solution {
    background-color: #0b0253;
    height: 800px;
    position: static;
  }

  .container-8 {
    max-width: 1700px;
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .pricing-grid {
    margin-top: 60px;
  }

  .pricing-card-three {
    justify-content: center;
    align-items: flex-start;
  }

  .image-solution-1 {
    width: 200px;
    max-width: 200%;
    height: 200px;
    margin-bottom: 0;
  }

  .pricing-card-text {
    color: #fff;
    text-align: left;
    overflow-wrap: break-word;
    width: 550px;
    font-family: Lineseedsansth Rg, sans-serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 35px;
  }

  .heading-4, .heading-5, .heading-6 {
    color: #fff;
    font-family: Lineseedsansth Bd, sans-serif;
    font-size: 26px;
  }

  .content_container {
    padding-bottom: 0;
  }

  .attendee {
    margin-top: 60px;
    margin-bottom: 0;
  }

  .u-content-heading {
    margin-top: 0;
  }

  .attendee_logo_group {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: ". ."
                         "Area-3 Area-4"
                         "Area-2 .";
  }

  .media-icon {
    width: 80px;
    max-width: 130%;
  }

  .nitmx-media {
    font-family: Lineseedsansth W Rg, sans-serif;
    font-size: 25px;
    line-height: 44px;
  }

  .content_property {
    background-color: #0b0253;
    border: 1px #000;
    height: 800px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .content_container-2 {
    -webkit-text-fill-color: inherit;
    background-image: url('../images/BG-Vector-Desktop_1.png');
    background-position: 50%;
    background-size: cover;
    background-clip: border-box;
    border-top-right-radius: 0;
    max-width: 1600px;
    height: 600px;
    max-height: none;
    margin-top: 60px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .u-content-heading-2 {
    color: #fff;
    margin-top: 0;
    font-family: Lineseedsansth Bd, sans-serif;
    font-size: 45px;
    font-weight: 400;
  }

  .attendee_logo_group-2 {
    grid-row-gap: 3rem;
    grid-template-rows: 100px 100px 100px;
    grid-template-columns: 1fr 1fr;
    margin-top: 3rem;
    display: none;
  }

  .content-social-media {
    grid-template-rows: 1px;
    grid-template-columns: .25fr 1fr;
    margin-left: 40px;
    margin-right: 40px;
  }

  .text-block-3 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .heading-7 {
    color: #fff;
    margin-top: 10px;
    margin-bottom: 20px;
    font-family: Lineseedsansth Bd, sans-serif;
    font-size: 45px;
    font-weight: 400;
  }

  .content_award {
    background-image: url('../images/BG-1.png');
    background-position: 50%;
    background-size: cover;
    border: 1px #000;
    border-radius: 0;
    height: 1000px;
    padding-top: 0;
    padding-bottom: 0;
    position: static;
  }

  .award-sff {
    background-image: linear-gradient(90deg, #0000, #ffffff80);
    max-width: 1700px;
    margin: 40px 0 50px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero-wrapper-2 {
    border: 2px #ffffff80;
    border-radius: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-top: 0;
    padding-left: 10px;
  }

  .hero-split-2 {
    max-width: 66%;
    margin: 10px 0 10px 20px;
    padding-bottom: 0;
  }

  .margin-bottom-24px-2 {
    color: #fff;
    max-width: 80%;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Lineseedsansth Bd, sans-serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 35px;
  }

  .sff-desktop {
    margin-bottom: 60px;
    margin-right: 40px;
    padding-left: 0;
  }

  .container-10 {
    max-width: 1700px;
    margin-top: 0;
    padding-top: 60px;
  }

  .heading-8 {
    color: #00dcdf;
    margin-bottom: 0;
    font-family: Lineseedsansth Bd, sans-serif;
    font-size: 45px;
    font-weight: 400;
  }

  .award-100k {
    background-image: linear-gradient(90deg, #0000, #ffffff80);
    width: 100%;
    max-width: 1700px;
    margin-left: 0;
    margin-right: auto;
  }

  .heading-9 {
    color: #fff;
    font-family: Lineseedsansth Bd, sans-serif;
  }

  .heading-10 {
    color: #fff;
    margin-bottom: 20px;
    font-family: Lineseedsansth Bd, sans-serif;
    font-size: 30px;
  }

  .container-11 {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .features-list {
    background-color: #f17171;
  }

  .content_timeline {
    background-image: url('../images/ITMX_Hackathon_BG-1.png');
    background-position: 50%;
    background-size: cover;
    height: 1500px;
  }

  .container-12 {
    max-width: 1700px;
  }

  .hero-wrapper-2-copy {
    border: 2px #fff;
    border-radius: 20px;
    width: 1200px;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .heading-11 {
    color: #00dcdf;
    font-family: Lineseedsansth Bd, sans-serif;
    font-size: 45px;
    font-weight: 400;
  }

  .div-block-10 {
    margin-top: 100px;
    margin-bottom: 60px;
  }

  .hero-wrapper-4 {
    justify-content: space-between;
    align-items: center;
    width: 940px;
    margin-bottom: 60px;
    display: none;
  }

  .shadow-two-4 {
    width: 70px;
  }

  .heading-12 {
    color: #fe2b67;
    font-family: Lineseedsansth Bd, sans-serif;
    font-size: 25px;
  }

  .heading-13 {
    color: #fff;
    font-family: Lineseedsansth Rg, sans-serif;
    font-size: 25px;
  }

  .heading-14 {
    color: #fe2b67;
    font-family: Lineseedsansth Bd, sans-serif;
    font-size: 25px;
  }

  .heading-15 {
    color: #fe2b67;
    text-align: left;
    font-family: Lineseedsansth Bd, sans-serif;
    font-size: 25px;
  }

  .heading-16 {
    color: #fe2b67;
  }

  .heading-17, .heading-18 {
    color: #fe2b67;
    font-family: Lineseedsansth Bd, sans-serif;
    font-size: 25px;
  }

  .footer-dark {
    height: 800px;
  }

  .container-13 {
    margin-top: 100px;
    margin-bottom: 100px;
  }

  .footer-copyright-center {
    color: #5b85f1;
    font-family: Lineseedsansth Th, sans-serif;
    font-size: 18px;
  }

  .content_last {
    background-color: #0b0253;
    height: 700px;
  }

  .div-block-11 {
    justify-content: center;
    align-items: center;
    margin-top: -180px;
    display: flex;
    position: static;
    top: -190px;
  }

  .text-block-4 {
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
    font-family: Lineseedsansth Rg, sans-serif;
    font-size: 40px;
    line-height: 55px;
  }

  .heading-19 {
    color: #fff;
    text-align: center;
    margin-top: 0;
    margin-bottom: 60px;
    font-family: Lineseedsansth Bd, sans-serif;
    font-size: 65px;
  }

  .heading-20 {
    color: #fffdfd;
    text-align: center;
    margin-bottom: 40px;
    font-family: Lineseedsansth Bd, sans-serif;
    font-size: 75px;
  }

  .container-14 {
    position: relative;
  }

  .div-block-12 {
    max-width: none;
    margin-top: -555px;
    position: static;
    top: -789px;
  }

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

  .register-bottom-3 {
    background-color: #00dcdf;
    background-image: linear-gradient(90deg, #cf2ff0, #5fd9f1);
    border: 2px solid #ffffff80;
    border-radius: 15px;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 85px;
    font-family: Lineseedsansth Bd, sans-serif;
    font-size: 30px;
    display: none;
  }

  .register-bottom-3:hover {
    background-color: #000;
    background-image: linear-gradient(90deg, #cf2ff0d9, #5fd9f1d9);
  }

  .footer-dark-2 {
    background-color: #0b0253;
    position: static;
  }

  .flex-block-3 {
    justify-content: center;
    align-items: center;
  }

  .content-email {
    grid-template-columns: .27fr .25fr;
    margin-bottom: 100px;
  }

  .link-block {
    background-image: url('../images/Frame-136_1Frame 136.avif');
    background-position: 50%;
    background-size: cover;
    width: 50px;
    height: 50px;
    margin-left: 20px;
    margin-right: 60px;
  }

  .link-block-2 {
    background-image: url('../images/Frame-135_1Frame 135.avif');
    background-position: 50%;
    background-size: cover;
    width: 50px;
    height: 50px;
    margin-left: 60px;
    margin-right: 60px;
  }

  .link-block-3 {
    background-image: url('../images/Layer_2Layer_1.avif');
    background-position: 50%;
    background-size: cover;
    width: 50px;
    height: 50px;
    margin-left: 60px;
    margin-right: 20px;
  }

  .image-footer {
    max-width: 50%;
    margin-top: 0;
    margin-bottom: 100px;
    display: block;
  }

  .flex-block-4 {
    justify-content: center;
    align-items: center;
    width: 500px;
    margin-bottom: 0;
    display: block;
  }

  .contact-social-dekstop {
    display: flex;
  }

  .social-logo-1 {
    max-width: 200%;
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-5 {
    color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
    font-family: Lineseedsansth Rg, sans-serif;
    font-size: 25px;
  }

  .text-block-6 {
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Lineseedsansth W Rg, sans-serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 35px;
  }

  .text-block-7 {
    font-family: Lineseedsansth Rg, sans-serif;
    font-size: 25px;
  }

  .text-block-8 {
    color: #fff;
    margin-bottom: 20px;
    font-family: Lineseedsansth W Rg, sans-serif;
    font-size: 30px;
  }

  .text-block-9 {
    color: #fff;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Lineseedsansth W Rg, sans-serif;
    font-size: 25px;
    line-height: 35px;
  }

  .text-block-10 {
    font-family: Lineseedsansth Th, sans-serif;
    font-size: 25px;
  }

  .text-block-11 {
    color: #5b85f1;
    margin-left: auto;
    padding-left: 10px;
    font-family: Lineseedsansth Rg, sans-serif;
    font-size: 25px;
  }

  .div-block-14 {
    max-width: 1600px;
    margin-top: 45px;
    margin-left: 145px;
    margin-right: auto;
    position: static;
    top: 100px;
  }

  .content_target {
    background-color: #0b0253;
    height: 100%;
    display: block;
    position: static;
  }

  .target-detail-desktop {
    max-width: 1800px;
  }

  .features-right-2 {
    max-width: 100%;
  }

  .image-target-1 {
    width: 200px;
    max-width: 200%;
    height: 200px;
  }

  .hero-split-5 {
    max-width: 47.5%;
  }

  .image-about {
    width: 1000px;
  }

  .heading-21 {
    color: #00dcdf;
    font-family: Lineseedsansth Bd, sans-serif;
    font-size: 45px;
  }

  .container-16 {
    max-width: 1700px;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .paragraph {
    color: #fffefe;
    font-family: Lineseedsansth W Rg, sans-serif;
    font-size: 25px;
    line-height: 35px;
  }

  .paragraph-2 {
    color: #fff;
    font-family: Lineseedsansth W Rg, sans-serif;
    font-size: 25px;
    line-height: 35px;
  }

  .paragraph-3 {
    color: #fff;
    font-family: Lineseedsansth Rg, sans-serif;
    font-size: 25px;
    line-height: 35px;
  }

  .heading-22 {
    color: #fff;
    font-family: Lineseedsansth Bd, sans-serif;
    font-weight: 400;
  }

  .heading-23, .heading-24 {
    color: #fff;
    font-family: Lineseedsansth Bd, sans-serif;
  }

  .div-block-15 {
    margin-bottom: 40px;
  }

  .image-3 {
    width: 6%;
    height: 33%;
  }

  .hero-text-mobile {
    max-width: 1000px;
    display: none;
    position: static;
    top: 733px;
  }

  .logo_ind-copy-copy {
    grid-row-gap: 2rem;
    grid-template-columns: 2.27fr .25fr;
    grid-template-areas: ". Area";
    margin-top: 0;
    margin-bottom: 0;
  }

  .text-block-12 {
    color: #fff;
    font-size: 25px;
  }

  .text-block-13 {
    color: #f5eded;
    font-size: 25px;
  }

  .u-attendee-font-copy {
    margin-top: 0;
    padding-left: 0;
    font-family: Lineseedsansth Bd, sans-serif;
    font-size: 30px;
    line-height: 44px;
  }

  .text-block-14 {
    color: #faf9f9;
    overflow-wrap: break-word;
    margin-top: 20px;
    margin-bottom: 0;
    margin-right: 50px;
    font-family: Lineseedsansth Bd, sans-serif;
    font-size: 30px;
  }

  .bold-text-2 {
    color: #00dcdf;
    font-family: Lineseedsansth Bd, sans-serif;
    font-size: 60px;
  }

  .bold-text-3 {
    color: #00dcdf;
  }

  .facebook-icon {
    background-image: url('../images/Frame-136_1Frame 136.avif');
    background-position: 50%;
    background-size: cover;
    width: 100px;
    height: 70px;
  }

  .linkedin-icon {
    background-image: url('../images/Frame-135_1Frame 135.avif');
    background-position: 50%;
    background-size: cover;
    width: 40px;
    height: 40px;
  }

  .youtube-icon {
    background-image: url('../images/Layer_2Layer_1.avif');
    background-position: 50%;
    background-size: cover;
    width: 100px;
    height: 40px;
  }

  .flex-block-5 {
    justify-content: center;
    align-items: center;
    width: 1300px;
    height: 100px;
    display: none;
  }

  .linkedin-icon-copy {
    background-image: url('../images/Frame-135_1Frame 135.avif');
    background-position: 50%;
    background-size: cover;
    width: 40px;
    height: 40px;
  }

  .flex-block-6 {
    justify-content: center;
    align-items: center;
    margin-left: 40px;
    margin-right: 40px;
  }

  .flex-block-7 {
    justify-content: center;
    align-items: center;
    width: 1200px;
    display: none;
  }

  .text-block-15, .text-block-16 {
    color: #fff;
    margin-left: 10px;
    margin-right: 10px;
    font-family: Lineseedsansth Th, sans-serif;
    font-size: 22px;
    text-decoration: none;
  }

  .flex-block-8 {
    justify-content: center;
    align-items: center;
    margin-left: 40px;
    margin-right: 40px;
  }

  .text-block-17 {
    color: #fff;
    margin-left: 10px;
    margin-right: 10px;
    font-family: Lineseedsansth Th, sans-serif;
    font-size: 22px;
    text-decoration: none;
  }

  .flex-block-9 {
    justify-content: center;
    align-items: center;
    margin-left: 40px;
    margin-right: 40px;
  }

  .bold-text-4 {
    color: #fcb316;
  }

  .attendee_logo_group-mobile {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin: 60px 40px 40px;
  }

  .image-property-1 {
    width: 60px;
    max-width: 100%;
    height: 60px;
  }

  .u-attendee-font {
    font-family: Lineseedsansth Rg, sans-serif;
    font-size: 25px;
    line-height: 35px;
  }

  .pricing-image-4 {
    width: 140px;
    height: 140px;
  }

  .heading-32, .heading-33 {
    font-size: 25px;
    font-weight: 500;
  }

  .target-detail-mobile {
    grid-column-gap: 0px;
    max-width: 1300px;
    margin-top: 40px;
    margin-bottom: 40px;
    display: none;
  }

  ._10k-desktop {
    vertical-align: baseline;
    margin-bottom: 100px;
    margin-right: 40px;
    padding-left: 0;
  }

  ._10k-mobile, .sff-mobile {
    margin-right: 40px;
    padding-left: 0;
    display: none;
  }

  .timeline-desktop {
    width: 1000px;
    max-width: 100%;
    display: block;
  }

  .timeline-mobile, .box-mobile {
    display: none;
  }

  .margin-bottom-24px-2-copy {
    color: #fff;
    max-width: 80%;
    margin-top: 10px;
    margin-bottom: 10px;
    font-family: Lineseedsansth Bd, sans-serif;
    font-size: 25px;
    font-weight: 400;
    line-height: 35px;
    display: none;
  }

  .text-block-4-copy {
    color: #fff;
    text-align: center;
    margin-bottom: 40px;
    font-family: Lineseedsansth Rg, sans-serif;
    font-size: 40px;
    line-height: 55px;
    display: none;
  }

  .contact-social-mobile {
    display: none;
  }

  .social_logo-copy {
    max-width: 200%;
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-15-copy {
    color: #fff;
    margin-left: 10px;
    margin-right: 10px;
    font-family: Lineseedsansth Th, sans-serif;
    font-size: 22px;
  }

  .image-5 {
    display: none;
  }

  .nav-content-email-mobile {
    grid-template-columns: .27fr .25fr;
    margin-bottom: 40px;
    display: none;
  }

  .nav-contact-social-mobile {
    display: none;
  }

  .heading-19-copy {
    color: #fff;
    text-align: center;
    margin-top: 0;
    margin-bottom: 60px;
    font-family: Lineseedsansth Bd, sans-serif;
    font-size: 65px;
    display: none;
  }

  .text-block-18 {
    color: #fff;
    margin-top: 20px;
    margin-bottom: 10px;
    font-family: Lineseedsansth Bd, sans-serif;
    font-size: 25px;
  }

  .text-block-18-copy {
    color: #fff;
    font-family: Lineseedsansth Rg, sans-serif;
    font-size: 25px;
    display: none;
  }

  .features-metrics-2 {
    padding: 10px 0;
  }

  .container-17 {
    max-width: 1000px;
  }

  .hero-wrapper-2-copy {
    border: 0 #0000;
    border-radius: 20px;
    justify-content: space-between;
    align-items: center;
    width: 1800px;
    margin-top: 0;
    margin-bottom: 0;
  }

  .hero-split-2-copy {
    max-width: 65%;
    margin: 0 60px 0 0;
    padding-bottom: 0;
  }

  .text-block-19 {
    color: #fff;
    font-family: Lineseedsansth W Rg, sans-serif;
    font-size: 30px;
  }

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

  .bold-text-9, .bold-text-10 {
    font-family: Lineseedsansth Bd, sans-serif;
  }

  .bold-text-11, .bold-text-12 {
    font-family: Lineseedsansth G Bd;
  }

  .bold-text-13, .bold-text-14 {
    font-family: Lineseedsansth Bd, sans-serif;
  }

  .text-block-21 {
    color: #fff;
    margin-top: 25px;
    font-family: Lineseedsansth Rg, sans-serif;
    font-size: 30px;
  }

  .bold-text-15 {
    color: #fe2b67;
    text-decoration: underline;
  }

  .button-primary-copy {
    letter-spacing: .5px;
    background-color: #1a1b1f00;
    border: 2px solid #00dcdf;
    border-radius: 8px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Lineseedsansth Bd, sans-serif;
    font-size: 20px;
    display: none;
  }

  .button-primary-copy:hover {
    background-image: linear-gradient(90deg, #cf2ff0, #5fd9f1);
    box-shadow: -1px 0 15px #5fd9f1;
  }

  .image-4-copy {
    display: none;
  }

  .register-bottom-2-mobile {
    background-color: #00dcdf;
    background-image: linear-gradient(90deg, #cf2ff0, #5fd9f1);
    border: 2px solid #ffffff80;
    border-radius: 15px;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 70px;
    font-family: Lineseedsansth Bd, sans-serif;
    font-size: 25px;
    display: none;
  }

  .register-bottom-2-mobile:hover {
    background-color: #000;
    background-image: linear-gradient(90deg, #cf2ff0d9, #5fd9f1d9);
  }

  .register-bottom-2 {
    background-color: #00dcdf;
    background-image: linear-gradient(90deg, #cf2ff0, #5fd9f1);
    border: 2px solid #ffffff80;
    border-radius: 15px;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 70px;
    font-family: Lineseedsansth Bd, sans-serif;
    font-size: 25px;
    display: none;
  }

  .register-bottom-2:hover {
    background-color: #000;
    background-image: linear-gradient(90deg, #cf2ff0d9, #5fd9f1d9);
  }

  .register-bottom-1-mobile {
    background-color: #00dcdf;
    background-image: linear-gradient(90deg, #cf2ff0, #5fd9f1);
    border: 2px solid #ffffff80;
    border-radius: 15px;
    justify-content: center;
    align-items: center;
    width: 250px;
    height: 70px;
    font-family: Lineseedsansth Bd, sans-serif;
    font-size: 25px;
    display: flex;
  }

  .register-bottom-1-mobile:hover {
    background-color: #000;
    background-image: linear-gradient(90deg, #cf2ff0d9, #5fd9f1d9);
  }

  .image-6 {
    max-width: 75%;
  }

  .div-block-18 {
    margin-top: 20px;
  }

  .text-block-22 {
    letter-spacing: 3px;
    margin-top: 20px;
    font-size: 25px;
    line-height: 30px;
  }

  .container-last-mobile {
    max-width: 1500px;
    display: none;
  }

  .div-block-4 {
    width: 1500px;
    height: 450px;
  }

  .image-22 {
    max-width: 80%;
  }

  .button-3 {
    width: 190px;
    height: 80px;
    margin-top: 10px;
  }

  .container-last-desktop {
    max-width: 1800px;
  }

  .register-bottom-3-copy {
    background-color: #00dcdf;
    background-image: linear-gradient(90deg, #cf2ff0, #5fd9f1);
    border: 2px solid #ffffff80;
    border-radius: 15px;
    justify-content: center;
    align-items: center;
    width: 300px;
    height: 85px;
    font-family: Lineseedsansth Bd, sans-serif;
    font-size: 30px;
    display: flex;
  }

  .register-bottom-3-copy:hover {
    background-color: #000;
    background-image: linear-gradient(90deg, #cf2ff0d9, #5fd9f1d9);
  }

  .text-block-16-copy, .text-block-17-copy {
    color: #fff;
    margin-left: 10px;
    margin-right: 10px;
    font-family: Lineseedsansth Th, sans-serif;
    font-size: 22px;
    text-decoration: none;
  }

  .attendee_logo_group-desktop, .attendee_logo_group-desktop-1440 {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin: 60px 40px 40px;
  }

  .sff-desktop-ipad {
    width: 300px;
    margin-bottom: 60px;
    margin-right: 40px;
    padding-left: 0;
  }

  ._10k-desktop-copy {
    vertical-align: baseline;
    width: 300px;
    margin-bottom: 100px;
    margin-right: 40px;
    padding-left: 0;
  }

  .timeline-desktop-copy {
    display: none;
  }

  .image-2-copy {
    max-width: 40%;
    margin-top: 0;
    margin-bottom: 100px;
    display: none;
  }

  .nav-menu-wrapper-ipad, .image-5-copy {
    display: none;
  }

  .nav-link-copy-ipad, .nav-link-copy, .nav-link-copy {
    letter-spacing: .5px;
    font-family: Lineseedsansth Bd, sans-serif;
    font-size: 20px;
  }

  .nav-link-accent-copy {
    letter-spacing: .5px;
    letter-spacing: .5px;
    letter-spacing: .5px;
    font-family: Lineseedsansth Bd, sans-serif;
    font-size: 20px;
    font-weight: 400;
  }

  .nav-content-email-mobile-copy {
    grid-template-columns: .27fr .25fr;
    margin-bottom: 40px;
    display: none;
  }

  .nav-contact-social-mobile-copy {
    display: none;
  }

  .media-icon-copy-ipad {
    width: 80px;
    max-width: 130%;
  }

  .nitmx-media-copy-ipad {
    font-family: Lineseedsansth Th, sans-serif;
    font-size: 25px;
    line-height: 44px;
  }

  .nav-dropdown-toggle-copy {
    padding-right: 10px;
  }

  .text-block-2-copy {
    letter-spacing: .5px;
    font-family: Lineseedsansth Bd, sans-serif;
    font-size: 20px;
  }

  .nav-content-email-ipad {
    grid-template-columns: .27fr .25fr;
    margin-bottom: 40px;
    display: none;
  }

  .navbar-logo-left-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
    position: fixed;
  }

  .navbar-logo-left-container-2.shadow-three {
    background-color: #c53f3f00;
    width: 100%;
    max-width: 100%;
    inset: 0% 0% auto;
  }

  .container-19 {
    justify-content: center;
    align-items: center;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .navbar-wrapper-2 {
    justify-content: space-between;
    align-items: center;
    width: 95%;
    max-width: 100%;
    display: flex;
  }

  .nav-menu-two-2 {
    width: 100%;
    max-width: 100%;
  }

  .nav-menu-two-2:hover {
    color: #00dcdf;
  }

  .nav-link-2 {
    color: #fff;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Lineseedsansth Bd, sans-serif;
    font-size: 18px;
    display: none;
  }

  .nav-link-2:hover {
    color: #00dcdf;
  }

  .button-primary-6 {
    letter-spacing: 1px;
    background-color: #1a1b1f00;
    border: 1px solid #00dcdf;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 50px;
    margin-left: 10px;
    padding: 15px 10px;
    font-family: Lineseedsansth Bd, sans-serif;
    font-size: 18px;
    display: none;
  }

  .button-primary-6:hover {
    background-image: linear-gradient(270deg, #cf2ff0, #5fd9f1);
    box-shadow: 0 0 10px #5fd9f1;
  }

  .navbar-logo-left-3 {
    justify-content: center;
    align-items: flex-start;
    height: auto;
    display: block;
    position: static;
    inset: 0% 0% auto;
  }

  .logo-home {
    width: 200px;
  }

  .list-item-8:hover {
    color: #00dcdf;
  }

  .bold-text-16, .bold-text-17 {
    font-family: Lineseedsansth G Bd;
  }

  .bold-text-18, .bold-text-19, .bold-text-20, .bold-text-21 {
    font-family: Lineseedsansth Bd, sans-serif;
  }

  .attendee_logo_group-desktop-copy {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin: 60px 40px 40px;
  }

  .button-primary-6-ipad {
    letter-spacing: 1px;
    background-color: #1a1b1f00;
    border: 1px solid #00dcdf;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 60px;
    margin-left: 10px;
    padding: 15px 10px;
    font-family: Lineseedsansth Bd, sans-serif;
    font-size: 18px;
    display: none;
  }

  .button-primary-6-ipad:hover {
    background-image: linear-gradient(270deg, #cf2ff0, #5fd9f1);
    box-shadow: 0 0 10px #5fd9f1;
  }

  .list-item-9:hover, .list-item-10:hover, .list-item-11:hover, .list-item-12:hover, .list-item-13:hover, .list-item-14:hover {
    color: #00dcdf;
  }

  .content-email-copy {
    grid-template-columns: .27fr .25fr;
    margin-bottom: 100px;
  }

  .media-icon-copy {
    width: 80px;
    max-width: 130%;
  }

  .nitmx-media-copy {
    font-family: Lineseedsansth Th, sans-serif;
    font-size: 25px;
    line-height: 44px;
  }

  .contact-social-mobile-copy {
    display: none;
  }

  .text-block-15-copy-copy {
    color: #fff;
    margin-left: 10px;
    margin-right: 10px;
    font-family: Lineseedsansth Th, sans-serif;
    font-size: 22px;
  }

  .text-block-16-copy, .text-block-17-copy {
    color: #fff;
    margin-left: 10px;
    margin-right: 10px;
    font-family: Lineseedsansth Th, sans-serif;
    font-size: 22px;
    text-decoration: none;
  }

  .attendee_logo_ipad {
    display: none;
  }

  .image-target {
    width: 1000px;
  }

  .pricing-image-4-copy {
    width: 140px;
    height: 140px;
  }

  .menu-wraper {
    display: none;
  }

  .button-primary-6-ipad-copy {
    letter-spacing: 1px;
    background-color: #1a1b1f00;
    border: 1px solid #00dcdf;
    border-radius: 5px;
    justify-content: center;
    align-items: center;
    width: 200px;
    height: 60px;
    margin-left: 10px;
    padding: 15px 10px;
    font-family: Lineseedsansth Bd, sans-serif;
    font-size: 18px;
    display: none;
  }

  .button-primary-6-ipad-copy:hover {
    background-image: linear-gradient(270deg, #cf2ff0, #5fd9f1);
    box-shadow: 0 0 10px #5fd9f1;
  }

  .image-23-copy {
    width: 200px;
  }

  .bold-text-22 {
    font-family: Lineseedsansth Bd, sans-serif;
  }

  .text-block-24 {
    color: #fdfdfd;
    font-family: Lineseedsansth Bd, sans-serif;
    font-size: 18px;
    text-decoration: none;
  }

  .nav-bar-link-1, .nav-bar-link-2, .link-block-5-copy, .nav-bar-link-3, .link-block-5-copy, .link-block-5-copy-copy, .nav-bar-link-4, .link-block-5-copy, .link-block-5-copy-copy, .link-block-5-copy-copy-copy, .nav-bar-link-5, .link-block-5-copy, .link-block-5-copy-copy, .link-block-5-copy-copy-copy, .link-block-5-copy-copy-copy-copy, .nav-bar-link-6, .link-block-5-copy, .link-block-5-copy-copy, .link-block-5-copy-copy-copy, .link-block-5-copy-copy-copy-copy, .link-block-5-copy-copy-copy-copy-copy, .nav-bar-link-7 {
    margin-left: 5px;
    margin-right: 5px;
    padding-left: 10px;
    padding-right: 10px;
    text-decoration: none;
  }

  .back-to-the-top {
    background-image: url('../images/Frame-4_1Frame 4.png');
    background-position: 50%;
    background-size: cover;
    border: 1px #00dcdf;
    border-radius: 50px;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    margin-bottom: 2rem;
    margin-left: .5rem;
    margin-right: 2rem;
    display: flex;
    position: fixed;
    inset: auto 0% 0% auto;
  }

  .back-to-the-top:hover {
    background-image: url('../images/Frame-3_1Frame 3.png');
    background-position: 0 0;
    background-size: cover;
    border-style: none;
    border-color: #fff;
  }

  .bold-text-25 {
    font-size: 20px;
  }

  .text-block-26 {
    font-size: 40px;
  }

  .heading-35, .heading-8-mobile {
    color: #00dcdf;
    margin-bottom: 0;
    font-family: Lineseedsansth Bd, sans-serif;
    font-size: 45px;
    font-weight: 400;
  }

  .bold-text-26, .bold-text-27 {
    font-size: 20px;
  }

  .text-block-27 {
    font-size: 25px;
  }

  .image-29 {
    width: 1000px;
  }

  .content_winner {
    background-image: none;
    height: auto;
  }

  .image-31, .image-32 {
    display: none;
  }

  .image-solution-2, .image-solution-3 {
    width: 200px;
    max-width: 200%;
    height: 200px;
    margin-bottom: 0;
  }

  .image-property-2, .image-property-3, .image-property-4, .image-property-5, .image-property-6 {
    width: 60px;
    max-width: 100%;
    height: 60px;
  }

  .image-target-2, .image-target-3 {
    width: 200px;
    max-width: 200%;
    height: 200px;
  }

  .social-logo-2, .social-logo-3 {
    max-width: 200%;
    margin-left: 0;
    margin-right: 0;
  }

  .container-22 {
    box-shadow: none;
    justify-content: flex-start;
    align-items: center;
    margin-top: 100px;
    padding-top: 0;
    font-size: 16px;
  }

  .text-block-28 {
    color: #fff;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 20px;
    font-size: 32px;
    font-weight: 700;
    line-height: 100%;
  }

  .image-2 {
    margin-top: 0;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .button-7 {
    background-image: linear-gradient(90deg, #ff15a4, #9900ba 25%, #0082ff 90%);
    border-radius: 14px;
    margin-top: 20px;
    margin-bottom: 60px;
    padding: 20px 48px;
    font-size: 18px;
  }

  .button-7:hover {
    background-image: linear-gradient(90deg, #ff15a4 12%, #9900ba 70%, #0082ff 90%);
    box-shadow: 0 0 10px 2px #af0cc6a3;
  }

  .image-18 {
    padding-bottom: 10px;
  }

  .background-video {
    background-image: linear-gradient(0deg, #160249 7%, #16024905 37%, #16024900);
  }

  .text-block-29 {
    color: #fff;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 20px;
    line-height: 100%;
  }

  .text-block-30 {
    color: #fff;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 10px;
    padding-right: 0;
    font-size: 18px;
    line-height: 100%;
  }

  .text-block-31 {
    color: #fff;
    margin-left: 20px;
    margin-right: 20px;
    padding-bottom: 20px;
    font-size: 32px;
    line-height: 100%;
  }
}

@media screen and (max-width: 991px) {
  .hero_section {
    background-position: 50%;
    height: 550px;
    max-height: 100%;
  }

  .div-block-8 {
    margin-top: -110px;
    font-size: 12px;
  }

  .button-2 {
    border-radius: 8px;
    width: 130px;
    height: 35px;
    padding-left: 0;
    padding-right: 0;
    font-size: 13px;
  }

  .text-block {
    margin-bottom: 60px;
    font-size: 30px;
  }

  .container-3 {
    max-width: none;
    top: 604px;
  }

  .content_press-conf {
    height: 700px;
  }

  .navbar-logo-left-container.shadow-three {
    background-color: #0b0253;
    padding-top: 10px;
    padding-bottom: 0;
    position: fixed;
    inset: 0% 0% auto;
  }

  .container-5 {
    max-width: 728px;
  }

  .navbar-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr .25fr 62px;
    grid-auto-columns: 1fr;
    margin-bottom: 0;
    display: grid;
  }

  .nav-menu-wrapper {
    background-color: #0b0253;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    display: none;
  }

  .nav-menu-two {
    background-color: #0b0253;
    border-radius: 50px;
    flex-flow: column;
    justify-content: space-around;
    align-items: flex-start;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    color: #fff;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-dropdown {
    display: none;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .nav-link-accent {
    padding-left: 0;
  }

  .menu-button {
    padding: 12px 40px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .container-6 {
    max-width: 100%;
    padding-top: 295px;
    top: 291px;
  }

  .hero-text-desktop {
    position: static;
  }

  .margin-bottom-24px {
    padding-right: 10px;
    font-size: 14px;
  }

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

  .register-bottom-1 {
    font-size: 14px;
  }

  .content_about {
    height: 600px;
  }

  .container-7 {
    max-width: 95%;
  }

  .centered-heading {
    font-size: 30px;
  }

  .hero-wrapper {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-top: 60px;
  }

  .hero-split {
    max-width: 50%;
    margin-bottom: 40px;
  }

  .heading-3 {
    font-size: 30px;
  }

  .container-8 {
    max-width: 95%;
  }

  .pricing-grid {
    grid-column-gap: 13px;
  }

  .pricing-card-three {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .image-solution-1 {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
  }

  .pricing-card-text {
    font-size: 14px;
  }

  .heading-4 {
    margin-top: 0;
    font-size: 15px;
  }

  .heading-5 {
    margin-top: 0;
    padding-top: 5px;
    font-size: 15px;
    line-height: 20px;
  }

  .heading-6 {
    margin-top: 0;
    font-size: 15px;
  }

  .content_container {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .attendee {
    margin-top: 20px;
  }

  .u-content-heading {
    flex-flow: column;
    margin-top: auto;
    display: flex;
  }

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

  .media-icon {
    width: 20px;
  }

  .nitmx-media {
    padding-left: .5rem;
  }

  .content_property {
    height: 500px;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .content_container-2 {
    background-image: url('../images/BG-Vector-Desktop.png');
    background-position: 50%;
    background-size: 950px 380px;
    max-width: 100%;
    height: 500px;
    max-height: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
  }

  .u-content-heading-2 {
    flex-flow: column;
    margin-top: auto;
    display: flex;
  }

  .attendee_logo_group-2 {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .heading-7 {
    margin-top: 0;
    margin-bottom: 5px;
    margin-left: 10px;
    font-size: 30px;
  }

  .content_award {
    border: 0 #353535;
    height: 600px;
    padding-top: 60px;
    padding-bottom: 0;
  }

  .award-sff {
    max-width: none;
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-wrapper-2 {
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 75%;
    margin-bottom: 40px;
  }

  .margin-bottom-24px-2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 20px;
  }

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

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

  .container-11 {
    max-width: 728px;
  }

  .features-wrapper {
    justify-content: space-between;
  }

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }

  .hero-wrapper-2-copy, .hero-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-3 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-wrapper-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-4 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-13 {
    max-width: 728px;
  }

  .footer-content {
    grid-column-gap: 60px;
  }

  .content_last {
    height: 300px;
  }

  .text-block-4 {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 25px;
  }

  .heading-19 {
    margin-top: 0;
    margin-bottom: 10px;
    font-size: 28px;
    line-height: 35px;
  }

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

  .div-block-12 {
    margin-top: -270px;
  }

  .register-bottom-3 {
    text-align: center;
    width: 150px;
    height: 40px;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 14px;
  }

  .footer-dark-2 {
    position: static;
  }

  .content-email {
    grid-template-columns: .25fr .25fr;
    max-width: 50%;
    margin-top: -20px;
    padding-left: 0;
    display: flex;
  }

  .social-logo-1 {
    max-width: 100%;
  }

  .text-block-6 {
    font-size: 14px;
    line-height: 20px;
  }

  .text-block-8 {
    margin-bottom: 0;
    font-size: 17px;
  }

  .text-block-9 {
    font-size: 14px;
    line-height: 20px;
  }

  .text-block-11 {
    font-family: Lineseedsansth Rg, sans-serif;
    font-size: 14px;
  }

  .div-block-14 {
    margin-top: 15px;
    position: static;
  }

  .content_target {
    height: 500px;
    padding-top: 20px;
  }

  .target-detail-desktop {
    max-width: 728px;
  }

  .features-wrapper-two-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right-2 {
    max-width: 100%;
  }

  .image-target-1 {
    width: 80px;
    height: 80px;
  }

  .hero-wrapper-5 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-bottom: -40px;
  }

  .hero-split-5 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .image-about {
    box-shadow: none;
  }

  .heading-21 {
    font-size: 30px;
  }

  .container-16 {
    max-width: 95%;
  }

  .paragraph {
    padding-right: 10px;
    font-size: 14px;
  }

  .paragraph-2, .paragraph-3 {
    font-size: 14px;
  }

  .heading-22, .heading-23, .heading-24 {
    font-size: 15px;
    line-height: 20px;
  }

  .icon {
    color: #fff;
  }

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

  .u-attendee-font-copy {
    font-size: 17px;
  }

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

  .bold-text-2 {
    font-size: 35px;
  }

  .text-block-15, .text-block-16, .text-block-17 {
    display: none;
  }

  .attendee_logo_group-mobile {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .logo_ind {
    grid-template-rows: 37px;
    grid-auto-columns: 1.5fr;
  }

  .image-property-1 {
    width: 30px;
  }

  .u-attendee-font {
    font-size: 12px;
  }

  .target-detail-mobile {
    grid-column-gap: 0px;
    max-width: 600px;
  }

  .image-5 {
    display: inline-block;
  }

  .nav-content-email-mobile {
    grid-column-gap: 0rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.5fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .nav-contact-social-mobile {
    display: flex;
  }

  .text-block-18 {
    margin-top: 10px;
    font-size: 14px;
  }

  .container-17 {
    max-width: 728px;
  }

  .features-wrapper-2 {
    justify-content: space-between;
  }

  .hero-wrapper-2-copy {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0;
  }

  .hero-split-2-copy {
    max-width: 100%;
    margin-bottom: 0;
  }

  .text-block-19 {
    font-size: 15px;
  }

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

  .button-primary-copy {
    letter-spacing: 1px;
    background-color: #1a1b1f00;
    border: 1px solid #00dcdf;
    border-radius: 7px;
    justify-content: center;
    align-items: center;
    padding: 5px;
    font-family: Lineseedsansth Bd, sans-serif;
    font-size: 10px;
    display: flex;
  }

  .register-bottom-2 {
    font-size: 14px;
  }

  .div-block-6 {
    top: 35px;
  }

  .image-6 {
    max-width: 70%;
  }

  .container-last-mobile {
    max-width: 800px;
  }

  .div-block-4 {
    height: 250px;
  }

  .image-22 {
    max-width: 80%;
  }

  .div-block-7 {
    top: 40px;
  }

  .div-block-5 {
    margin-top: -9px;
    top: 35px;
  }

  .attendee_logo_group-desktop {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 75px 75px 75px;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    margin: 0 10px 20px;
    display: none;
  }

  .attendee_logo_group-desktop-1440 {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .sff-desktop-ipad, ._10k-desktop-copy {
    width: 300px;
  }

  .timeline-desktop-copy {
    width: 65%;
    display: inline-block;
  }

  .media-icon-copy {
    max-width: 20%;
  }

  .nav-menu-wrapper-ipad {
    background-color: #0b0253;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .image-5-copy {
    display: inline-block;
  }

  .nav-menu-two-copy {
    background-color: #0b0253;
    border-radius: 50px;
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-copy-ipad {
    color: #fff;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link-copy {
    color: #3a4d97;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link-accent-copy {
    padding-left: 0;
  }

  .nav-content-email-mobile-copy {
    grid-column-gap: 0rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.5fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .nav-contact-social-mobile-copy {
    display: flex;
  }

  .media-icon-copy-ipad {
    width: 15px;
  }

  .nav-content-email-ipad {
    grid-column-gap: 0rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: .25fr 1.5fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .navbar-logo-left-container-2.shadow-three {
    background-color: #0b0253;
  }

  .container-19 {
    max-width: 728px;
  }

  .navbar-wrapper-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1.75fr .25fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .nav-menu-wrapper-2 {
    background-color: #0b0253;
    padding-left: 0;
  }

  .nav-menu-two-2 {
    background-color: #0b0253;
    border-radius: 0;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: flex-start;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-2 {
    outline-offset: 0px;
    outline: 3px #1a1b1fbf;
    padding-left: 5px;
    padding-right: 5px;
    font-size: 14px;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: absolute;
  }

  .button-primary-6 {
    display: none;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    color: #fff;
    background-color: #a6b1bf00;
  }

  .navbar-logo-left-3 {
    background-color: #0b0253;
    height: 70px;
  }

  .list-item-8 {
    border-bottom: 1px solid #ffffff80;
    width: 100%;
    max-width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
  }

  .icon-2 {
    color: #fcfcfc;
    justify-content: center;
    align-items: center;
    display: none;
  }

  .attendee_logo_group-desktop-copy {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: 75px 75px 75px;
    grid-template-columns: 1fr;
    margin: 0 10px 20px;
  }

  .button-primary-6-ipad {
    width: 155px;
    height: 35px;
    margin-left: 100px;
    font-size: 14px;
    display: none;
  }

  .button-primary-6-ipad:hover {
    background-color: #000;
    background-image: linear-gradient(90deg, #cf2ff0, #5fd9f1);
    box-shadow: 0 0 10px #5fd9f1;
  }

  .list-item-9 {
    border-bottom: 1px solid #ffffff80;
    width: 100%;
    max-width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
  }

  .list-item-10 {
    border-bottom: 1px solid #ffffff80;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
  }

  .list-item-11, .list-item-12, .list-item-13 {
    border-bottom: 1px solid #ffffff80;
    width: 100%;
    max-width: 100%;
    padding-top: 5px;
    padding-bottom: 5px;
    display: flex;
  }

  .list-item-14 {
    border: 1px #000;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-24 {
    padding-top: 20px;
    display: inline-block;
  }

  .content-email-copy {
    grid-template-columns: .25fr .25fr;
    max-width: 50%;
    margin-top: -20px;
    margin-bottom: 40px;
    margin-left: 10px;
    padding-left: 20px;
    display: flex;
  }

  .media-icon-copy {
    width: 20px;
  }

  .contact-social-mobile-copy {
    max-width: 60%;
    padding-bottom: 20px;
    padding-left: 60px;
    padding-right: 60px;
    display: inline-block;
  }

  .text-block-15-copy-copy, .text-block-16-copy, .text-block-17-copy {
    display: none;
  }

  .attendee_logo_group-3 {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .attendee-icon-2 {
    width: 30px;
    max-width: none;
    height: 30px;
  }

  .u-attendee-font-2 {
    font-family: Lineseedsansth W Rg, sans-serif;
    font-size: 14px;
  }

  .attendee_logo_ipad {
    grid-column-gap: 2.5rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .image-target {
    box-shadow: none;
    width: 650px;
  }

  .flex-block-10, .flex-block-11 {
    padding-right: 10px;
  }

  .container-20 {
    max-width: 728px;
  }

  .nav-menu-wrapper-3 {
    background-color: #0000;
  }

  .nav-menu-two-3 {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link-3 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list-3.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-3 {
    padding: 12px;
  }

  .menu-button-3.w--open {
    color: #fff;
    background-color: #a6b1bf;
  }

  .image-25 {
    display: none;
  }

  .program_lbar {
    justify-content: space-between;
    align-items: center;
    min-width: 90vw;
    max-width: 0%;
    display: flex;
  }

  .bali_trigger {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav_mobile_group {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    min-width: 0;
    min-height: 100%;
    display: flex;
  }

  .nav_logo_image {
    max-width: 40dvw;
    margin-top: auto;
  }

  .link-bar {
    justify-content: space-between;
    width: 100%;
    text-decoration: none;
    display: flex;
  }

  .nav_logo_mobile {
    display: block;
  }

  .program-text {
    color: #666;
    text-decoration: none;
  }

  .bali_content {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    min-width: 90dvw;
    display: flex;
    position: static;
    overflow: hidden;
  }

  .nav_lists_line {
    width: 100%;
    max-width: 90vw;
    margin-bottom: auto;
  }

  .nav_right {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: none;
  }

  .nav_social {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex: 0 auto;
    order: 0;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1.25fr 1.25fr 1.25fr 1.25fr 1.25fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    align-self: center;
    place-items: center stretch;
    min-width: 90dvw;
    min-height: auto;
    margin-top: 1rem;
    display: grid;
  }

  .nav_link {
    background-image: linear-gradient(90deg, #f89838, #f15a2c 50%, #d65026);
    border-radius: 18px;
    min-width: 90vw;
    margin-top: 20px;
    margin-bottom: 8px;
    padding-top: 9px;
    padding-bottom: 9px;
  }

  .nav_link.white-border {
    background-image: linear-gradient(#00000080, #00000080);
    border-radius: 18px;
    flex-flow: column;
    justify-content: flex-start;
    align-self: center;
    align-items: stretch;
    min-width: 90vw;
    display: none;
  }

  .nav_link.cta {
    border-radius: 18px;
    min-width: 90vw;
    margin-top: 4rem;
    overflow: visible;
  }

  .nav_link.cta.mobile {
    margin-top: .7rem;
    display: none;
  }

  .nav_left {
    flex-flow: column;
  }

  .nav_logo {
    grid-column-gap: 10px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 4fr 9.5fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: center;
    place-items: center end;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: none;
  }

  .nav_programs {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    color: #fff;
    flex-flow: column;
    flex: 0 auto;
    justify-content: center;
    align-self: center;
    align-items: stretch;
    max-width: 90vw;
    margin-top: .4rem;
    margin-bottom: .4rem;
    padding-top: 0;
    display: flex;
    position: static;
    left: .6rem;
    right: .6rem;
  }

  .nav_programs.bali_exclusive {
    display: none;
  }

  .nav_programs.u-above-margin {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
    align-self: center;
    margin-top: 1rem;
    margin-bottom: auto;
  }

  .nav_programs.u-above-margin.bali_ex, .desktop_menu-group {
    display: none;
  }

  .vector {
    align-self: center;
    margin-top: auto;
  }

  .menu_one_line {
    flex-flow: row;
    justify-content: space-between;
    align-self: center;
    align-items: stretch;
    width: 100%;
    display: flex;
  }

  .nav_lists {
    justify-content: flex-start;
    align-items: center;
    margin-top: auto;
    font-size: 1.1rem;
    text-decoration: none;
    display: block;
  }

  .hamburger-closed {
    margin: .7rem .3rem 1rem;
    display: block;
  }

  .nav_layout {
    z-index: 2;
    background-color: #000;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    min-width: 0;
    height: 100lvh;
    margin-left: -100%;
    display: block;
    position: fixed;
    inset: 0%;
  }

  .image-26 {
    padding-top: 0;
  }

  .mobile_cta_link_block {
    color: #fff;
    width: 100%;
    text-decoration: none;
  }

  .mobile_logo {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: grid;
  }

  .nav_cta_button {
    min-width: 90dvw;
    margin: 2rem auto;
    display: block;
  }

  .nav_cta_button.u-decrease-margin {
    margin-top: -.3rem;
  }

  .nav_cta_button.u-d-m-below {
    min-width: 90dvw;
    margin-bottom: 1rem;
    margin-left: auto;
    margin-right: auto;
  }

  .cta-button-text {
    font-size: 1.1rem;
  }

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

  .bali_dropdown_wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    display: flex;
    position: relative;
  }

  .cta_button_style {
    background-image: linear-gradient(90deg, #f89838, #f15a2c 50%, #d65026);
    border-radius: 18px;
    justify-content: space-between;
    align-items: center;
    margin-top: .4rem;
    margin-bottom: .4rem;
    padding: .8rem .75rem;
    text-decoration: none;
    display: flex;
  }

  .cta_button_style.u-white-border {
    background-image: none;
    border: 1px solid #fff;
  }

  .cta_button_style.u-decrease-margin {
    margin-top: -1rem;
  }

  .button-primary-6-ipad-copy {
    width: 155px;
    height: 35px;
    margin-left: 100px;
    font-size: 14px;
    display: flex;
  }

  .button-primary-6-ipad-copy:hover {
    background-color: #000;
    background-image: linear-gradient(90deg, #cf2ff0, #5fd9f1);
    box-shadow: 0 0 10px #5fd9f1;
  }

  .nav-bar-link-5 {
    text-decoration: none;
  }

  .image-hamburger-mobile-menu {
    width: 70px;
  }

  .back-to-the-top {
    display: none;
  }

  .bold-text-25 {
    font-size: 12px;
  }

  .div-block-22 {
    grid-template-columns: 2.5fr .5fr;
  }

  .text-block-26 {
    font-size: 25px;
  }

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

  .heading-8-mobile {
    margin-top: 0;
    display: none;
  }

  .bold-text-26, .bold-text-27 {
    font-size: 12px;
  }

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

  .image-30 {
    display: none;
  }

  .content_winner {
    background-image: none;
    max-width: 100%;
    height: 1000px;
    max-height: none;
  }

  .image-solution-2, .image-solution-3 {
    width: 100px;
    height: 100px;
    margin-bottom: 10px;
  }

  .image-property-2, .image-property-3, .image-property-4, .image-property-5, .image-property-6 {
    width: 30px;
  }

  .image-target-2, .image-target-3 {
    width: 80px;
    height: 80px;
  }

  .social-logo-2, .social-logo-3 {
    max-width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .hero_section {
    height: 500px;
  }

  .div-block-8 {
    margin-top: -65px;
  }

  .button-2 {
    border-radius: 7px;
    width: 120px;
    height: 35px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .text-block {
    text-align: center;
    margin-bottom: 60px;
    font-size: 25px;
    line-height: 30px;
  }

  .container-3 {
    top: 583px;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-wrapper {
    grid-template-columns: 1fr .5fr 100px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .hero-stack {
    padding: 60px 15px;
  }

  .container-6 {
    padding-top: 270px;
  }

  .margin-bottom-24px {
    font-size: 12px;
    line-height: 25px;
  }

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

  .content_about {
    height: 750px;
  }

  .hero-heading-center {
    padding: 60px 15px;
  }

  .container-7 {
    width: 90%;
    max-width: 100%;
  }

  .centered-heading {
    margin-bottom: 5px;
    font-size: 25px;
  }

  .hero-wrapper {
    flex-flow: column;
  }

  .hero-split {
    max-width: 100%;
  }

  .heading-3 {
    font-size: 25px;
  }

  .content_solution {
    height: 500px;
    padding: 20px 15px;
  }

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

  .pricing-grid {
    grid-column-gap: 24px;
  }

  .image-solution-1 {
    width: 80px;
    height: 80px;
  }

  .pricing-card-text {
    font-size: 12px;
  }

  .heading-4, .heading-5, .heading-6 {
    font-size: 13px;
    line-height: 20px;
  }

  .attendee {
    margin-top: 10px;
  }

  .u-content-heading {
    text-align: left;
    margin-top: auto;
    margin-bottom: 1px;
  }

  .content_property {
    height: 500px;
    padding-top: 40px;
    padding-bottom: 10px;
    padding-right: 20px;
  }

  .content_container-2 {
    background-image: url('../images/BG-Vector-Desktop.png');
    background-position: 50%;
    background-size: 535px 429px;
    max-width: 100%;
    height: auto;
    max-height: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .u-content-heading-2 {
    text-align: left;
    margin-top: auto;
    margin-bottom: 1px;
  }

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

  .content_award {
    height: 750px;
    padding: 60px 15px;
  }

  .award-sff {
    background-image: linear-gradient(90deg, #d6d4d400, #fff6);
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
    display: flex;
  }

  .hero-wrapper-2 {
    flex-flow: column;
    margin-bottom: 0;
  }

  .hero-split-2 {
    justify-content: center;
    align-items: flex-start;
    max-width: 100%;
    margin-bottom: 0;
  }

  .margin-bottom-24px-2 {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 12px;
    line-height: 20px;
  }

  .heading-8 {
    margin-bottom: 5px;
    font-size: 25px;
  }

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

  .features-metrics {
    padding: 60px 15px;
  }

  .features-wrapper {
    flex-wrap: wrap;
    margin-bottom: -40px;
  }

  .features-block {
    width: 50%;
    margin-bottom: 40px;
  }

  .features-list {
    padding: 60px 15px;
  }

  .content_timeline {
    height: 600px;
  }

  .container-12 {
    max-width: 90%;
  }

  .hero-heading-left {
    padding: 60px 15px;
  }

  .footer-dark {
    padding-left: 15px;
    padding-right: 15px;
  }

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

  .footer-content {
    grid-template-columns: 1fr;
    margin-top: 40px;
  }

  .footer-block {
    align-items: center;
  }

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

  .footer-social-block {
    margin-top: 20px;
    margin-left: -20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .footer-divider {
    margin-top: 60px;
  }

  .content_last {
    height: 250px;
  }

  .div-block-11 {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-4 {
    font-size: 13px;
    line-height: 20px;
  }

  .heading-19 {
    font-size: 20px;
    line-height: 25px;
  }

  .heading-20 {
    margin-bottom: 5px;
    font-size: 20px;
    line-height: 25px;
  }

  .div-block-12 {
    margin-top: -200px;
  }

  .footer-dark-2 {
    border-bottom-style: none;
    padding-left: 15px;
    padding-right: 15px;
  }

  .contact-social-dekstop {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    justify-items: center;
    margin-top: 0;
    margin-bottom: 2rem;
    display: flex;
  }

  .social_link_box {
    margin-left: 5px;
    margin-right: 5px;
  }

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

  .text-block-8 {
    margin-bottom: 0;
    font-size: 17px;
  }

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

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

  .div-block-14 {
    margin-left: 1rem;
  }

  .content_target {
    height: 750px;
    padding-top: 0;
  }

  .features-list-2 {
    padding: 60px 15px;
  }

  .features-right-2 {
    margin-bottom: 0;
  }

  .hero-heading-left-2 {
    padding: 60px 15px;
  }

  .hero-wrapper-5 {
    flex-flow: column;
    margin-bottom: 10px;
  }

  .hero-split-5 {
    margin-bottom: 0;
  }

  .image-about {
    width: 500px;
  }

  .container-16 {
    height: 500px;
    padding-top: 40px;
  }

  .u-attendee-font-copy {
    font-size: 17px;
  }

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

  .bold-text-2 {
    font-size: 30px;
  }

  .text-block-15, .text-block-16, .text-block-17 {
    text-align: center;
    padding-left: 5px;
    font-size: 8px;
  }

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

  .timeline-desktop {
    width: 450px;
  }

  .contact-social-mobile, .nav-contact-social-mobile {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    justify-items: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: none;
  }

  .text-block-18 {
    margin-top: 10px;
    font-size: 12px;
  }

  .features-metrics-2 {
    padding: 60px 15px;
  }

  .features-wrapper-2 {
    flex-wrap: wrap;
    margin-bottom: -40px;
  }

  .features-block-2 {
    width: 50%;
    margin-bottom: 40px;
  }

  .hero-wrapper-2-copy {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .text-block-19 {
    margin-bottom: 5px;
    font-size: 14px;
  }

  .bold-text-13 {
    font-family: Lineseedsansth Rg, sans-serif;
  }

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

  .button-primary-copy {
    padding: 5px 0 10px;
    display: flex;
  }

  .register-bottom-2-mobile {
    background-image: linear-gradient(45deg, #cf2ff0, #5fd9f1);
    border-bottom: 1px solid #ffffff80;
    border-radius: 7px;
    justify-content: center;
    align-items: center;
    width: 350px;
    font-family: Lineseedsansth Bd, sans-serif;
    display: none;
  }

  .register-bottom-2-mobile:hover {
    background-color: #000;
    background-image: linear-gradient(90deg, #cf2ff0d9, #5fd9f1d9);
  }

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

  .register-bottom-2 {
    display: none;
  }

  .image-6 {
    max-width: 80%;
  }

  .text-block-22 {
    letter-spacing: 0;
    font-size: 12px;
  }

  .div-block-4 {
    width: 530px;
    height: 230px;
    margin-top: 0;
  }

  .image-22 {
    max-width: 90%;
  }

  .attendee_logo_group-desktop {
    margin-top: 20px;
  }

  .sff-desktop-ipad {
    width: 160px;
    margin-left: -9px;
  }

  ._10k-desktop-copy {
    width: 180px;
    margin-left: -21px;
  }

  .timeline-desktop-copy {
    width: 400px;
  }

  .nav-menu-two-copy {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-copy-ipad, .nav-link-copy, .nav-link-copy {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-copy {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-link-accent-copy {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10-copy {
    margin-top: 10px;
  }

  .nav-contact-social-mobile-copy {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    justify-items: center;
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: none;
  }

  .nav-dropdown-toggle-copy {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .navbar-logo-left-container-2 {
    max-width: 100%;
  }

  .navbar-logo-left-container-2.shadow-three {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .navbar-brand-2 {
    padding-left: 0;
  }

  .nav-menu-two-2 {
    border-radius: 20px;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    padding-bottom: 10px;
  }

  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-2.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-2.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-2.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider-2 {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent-2 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-11 {
    margin-top: 10px;
  }

  .menu-button-2.w--open {
    background-color: #a6b1bf00;
  }

  .navbar-logo-left-3 {
    height: 60px;
  }

  .logo-home {
    width: 120px;
  }

  .list-item-8 {
    width: 100%;
    max-width: 100%;
  }

  .icon-2 {
    display: none;
  }

  .div-block-20 {
    width: 1000px;
    max-width: 100%;
  }

  .button-primary-6-ipad {
    justify-content: center;
    align-items: center;
  }

  .content-email-copy {
    margin-top: -30px;
    margin-bottom: 40px;
  }

  .contact-social-mobile-copy {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    justify-items: center;
    max-width: 80%;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 10px;
    padding-left: 60px;
    padding-right: 60px;
    display: inline-block;
  }

  .text-block-16-copy, .text-block-17-copy {
    text-align: center;
    padding-left: 5px;
    font-size: 8px;
  }

  .attendee_logo_group-3 {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .u-attendee-font-2 {
    font-family: Lineseedsansth Th, sans-serif;
  }

  .attendee_logo_ipad {
    margin-top: 1rem;
  }

  .image-target {
    width: 330px;
  }

  .navbar-logo-left-container-3 {
    max-width: 100%;
  }

  .navbar-brand-3 {
    padding-left: 0;
  }

  .nav-menu-two-3 {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-link-3 {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown-3 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list-3.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list-3.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list-3.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-divider-3 {
    width: 200px;
    max-width: 100%;
    height: 1px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .nav-link-accent-3 {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-12 {
    margin-top: 10px;
  }

  .program_lbar {
    min-width: 100%;
  }

  .nav_mobile_group {
    justify-content: flex-start;
    align-items: stretch;
    min-height: auto;
  }

  .nav_logo_image {
    max-width: 50dvw;
    margin-top: auto;
    padding-top: 0;
  }

  .program-text {
    font-size: .8rem;
  }

  .bali_content {
    width: auto;
    min-width: 90dvw;
    margin-top: -.5rem;
    margin-bottom: .3rem;
  }

  .nav_lists_line {
    width: 100%;
  }

  .nav_social {
    grid-column-gap: 3.125rem;
    grid-row-gap: 3.125rem;
    object-fit: fill;
    grid-auto-flow: row;
    margin-top: 0;
  }

  .nav_logo {
    grid-template-columns: 4fr 6.75fr;
    place-items: center end;
    margin-left: 0;
  }

  .nav_programs {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
    align-self: center;
    max-width: 100%;
    left: .6rem;
    right: .6rem;
  }

  .nav_programs.u-above-margin {
    grid-column-gap: .1rem;
    grid-row-gap: .1rem;
    max-width: 100%;
  }

  .vector {
    margin-top: auto;
  }

  .menu_one_line {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .nav_lists {
    margin-top: 0;
    font-size: 1rem;
    display: flex;
  }

  .hamburger-closed {
    margin-top: .5rem;
    margin-bottom: .5rem;
  }

  .nav_layout {
    margin-left: -100%;
  }

  .nav_cta_button {
    min-width: 90dvw;
    margin-left: auto;
  }

  .nav_cta_button.u {
    margin-top: 1.5rem;
  }

  .nav_cta_button.u-d-m-below {
    justify-content: flex-start;
    align-items: center;
    min-width: 90dvw;
    margin-top: 2rem;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .cta-button-text {
    font-size: 1rem;
  }

  .cta_button_style {
    margin-top: .15rem;
    margin-bottom: .15rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .navbar-brand-2-copy {
    padding-left: 0;
  }

  .button-primary-6-ipad-copy {
    justify-content: center;
    align-items: center;
  }

  .image-23-copy {
    width: 120px;
  }

  .image-hamburger-mobile-menu {
    width: 70px;
  }

  .div-block-22 {
    grid-template-columns: 2.5fr .5fr;
  }

  .text-block-26 {
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 20px;
    font-size: 25px;
    display: flex;
  }

  .heading-35 {
    margin-bottom: 5px;
    font-size: 25px;
  }

  .heading-8-mobile {
    margin-bottom: 5px;
    font-size: 25px;
    display: none;
  }

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

  .text-block-25 {
    font-size: 10px;
  }

  .image-29 {
    width: 450px;
  }

  .image-30 {
    display: none;
  }

  .content_winner {
    background-image: linear-gradient(#0000, #0000);
    height: 500px;
  }

  .image-solution-2, .image-solution-3 {
    width: 80px;
    height: 80px;
  }

  .button-7 {
    margin-left: 20px;
    margin-right: 20px;
    padding: 20px 180px;
    font-size: 16px;
  }

  .background-video {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  .hero_section {
    background-image: url('../images/NITMX-Hack-to-the-Max-_-Digital-Infrastructure_mobile_BG.jpg');
    background-position: 50% 60%;
    background-size: cover;
    max-width: 100%;
    height: 700px;
  }

  .div-block-8 {
    margin-top: 60px;
  }

  .button-2 {
    width: 270px;
    height: 40px;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
  }

  .bg-desktop {
    vertical-align: baseline;
    position: relative;
  }

  .text-block {
    aspect-ratio: auto;
    text-align: center;
    white-space: break-spaces;
    width: 300px;
    max-width: 320px;
    margin-bottom: 50px;
    font-size: 19px;
    line-height: 30px;
    display: flex;
  }

  .flex-block {
    margin-top: auto;
  }

  .container-3 {
    max-height: none;
    position: relative;
    top: 330px;
  }

  .container-4 {
    background-image: url('../images/mobile_1mobile.avif');
    background-position: 50%;
    background-size: cover;
    background-attachment: scroll;
    max-height: none;
  }

  .content_press-conf {
    background-image: url('../images/mobile_1mobile.avif');
    background-position: 50%;
    background-size: cover;
    height: 800px;
    display: none;
  }

  .navbar {
    display: none;
  }

  .navbar-logo-left-container.shadow-three {
    background-color: #0b0253;
    padding-top: 10px;
    padding-bottom: 10px;
  }

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

  .navbar-wrapper {
    grid-template-columns: 1.5fr .5fr 49px;
  }

  .nav-menu-wrapper {
    background-color: #0b0253;
    display: flex;
    position: fixed;
  }

  .nav-menu-two {
    color: #fff;
    background-color: #0b0253;
    border: 1px #000;
    border-radius: 0;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    margin-top: 0;
  }

  .nav-link {
    color: #fff;
    font-family: Lineseedsansth Rg, sans-serif;
  }

  .nav-dropdown {
    text-align: left;
  }

  .nav-dropdown-toggle {
    text-align: center;
    padding-right: 10px;
  }

  .nav-link-accent {
    font-family: Lineseedsansth Rg, sans-serif;
  }

  .mobile-margin-top-10 {
    margin-top: 0;
  }

  .button-primary {
    font-family: Lineseedsansth Rg, sans-serif;
    display: none;
  }

  .menu-button {
    padding-left: 10px;
    padding-right: 10px;
  }

  .menu-button.w--open {
    padding: 0;
  }

  .text-block-2 {
    font-family: Lineseedsansth Rg, sans-serif;
  }

  .container-6 {
    max-width: none;
    padding-top: 246px;
  }

  .hero-text-desktop {
    display: none;
  }

  .margin-bottom-24px {
    color: #fff;
    font-family: Lineseedsansth Th, sans-serif;
    font-size: 15px;
  }

  .heading-2 {
    color: #fff;
    word-break: normal;
    overflow-wrap: break-word;
    margin-top: 60px;
    margin-bottom: 100px;
    font-family: Lineseedsansth Bd, sans-serif;
    font-size: 24px;
    line-height: 35px;
  }

  .register-bottom-1 {
    text-align: center;
    background-color: #00dcdf;
    background-image: linear-gradient(90deg, #cf2ff0, #5fd9f1);
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    width: 31%;
    margin-top: 0;
    font-family: Lineseedsansth Bd, sans-serif;
    display: none;
  }

  .content_about {
    background-color: #0b0253;
    height: 850px;
  }

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

  .centered-heading {
    color: #00dcdf;
    text-align: left;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Lineseedsansth Bd, sans-serif;
    font-size: 25px;
    line-height: 35px;
  }

  .hero-wrapper {
    flex-flow: column;
    padding-top: 10px;
  }

  .hero-split {
    max-width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-3 {
    color: #00dcdf;
    font-family: Lineseedsansth Bd, sans-serif;
    font-size: 25px;
  }

  .content_solution {
    background-color: #0b0253;
    border-bottom-style: none;
    height: 850px;
    padding-top: 20px;
    padding-bottom: 10px;
    position: static;
  }

  .container-8 {
    max-width: none;
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-grid {
    grid-row-gap: 8px;
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .image-solution-1 {
    width: 90px;
    height: 90px;
    margin-bottom: 0;
  }

  .pricing-card-text {
    color: #fffdfd;
    margin-bottom: 0;
    font-family: Lineseedsansth Th, sans-serif;
    font-size: 15px;
  }

  .heading-4 {
    color: #fffefe;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Lineseedsansth Bd, sans-serif;
    font-size: 16px;
  }

  .heading-5 {
    color: #fcfcfc;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Lineseedsansth Bd, sans-serif;
    font-size: 16px;
  }

  .heading-6 {
    color: #fff;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Lineseedsansth Bd, sans-serif;
    font-size: 13px;
  }

  .attendee {
    text-align: left;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .u-content-heading {
    margin-top: auto;
    margin-bottom: 1rem;
    font-size: 2rem;
  }

  .attendee_logo_group {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .media-icon {
    width: 18px;
  }

  .nitmx-media {
    justify-content: flex-start;
    align-items: center;
    padding-left: .5rem;
    font-family: Lineseedsansth Th, sans-serif;
    font-size: 14px;
    line-height: 120%;
  }

  .content_property {
    background-color: #0b0253;
    max-width: 100%;
    height: 700px;
    padding: 40px 20px;
    position: static;
  }

  .content_container-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    background-image: url('../images/BG-Vector-Mobile.png');
    background-position: 50%;
    background-size: cover;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    width: auto;
    max-width: 100%;
    height: 750px;
    margin-left: auto;
    margin-right: 0;
    padding: 30px 20px 20px;
    display: block;
    position: static;
    left: 30px;
  }

  .u-content-heading-2 {
    margin-top: auto;
    margin-bottom: 1rem;
    font-size: 2rem;
  }

  .attendee_logo_group-2 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .heading-7 {
    color: #fff;
    border: 1px #0000;
    margin-top: 0;
    margin-left: 0;
    padding-left: 10px;
    font-family: Lineseedsansth Bd, sans-serif;
    font-size: 25px;
  }

  .content_award {
    background-image: url('../images/Rectangle-24.jpg');
    background-position: 50% 100%;
    background-size: cover;
    border-bottom-style: none;
    height: 850px;
    padding-top: 40px;
    padding-bottom: 140px;
  }

  .award-sff {
    background-image: linear-gradient(90deg, #0000 41%, #ffffff59);
    border: 1px solid #ffffff80;
    border-radius: 20px;
    width: 100%;
    max-width: none;
    margin-bottom: 40px;
    padding: 10px 0 10px 10px;
  }

  .hero-wrapper-2 {
    flex-flow: column;
    margin-bottom: 0;
    padding: 10px 5px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin: 0;
  }

  .margin-bottom-24px-2 {
    color: #fffefe;
    margin-bottom: 0;
    font-family: Lineseedsansth Bd, sans-serif;
    font-size: 11px;
    display: none;
  }

  .sff-desktop {
    padding-left: 10px;
    display: none;
  }

  .heading-8 {
    color: #00dcdf;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Lineseedsansth Bd, sans-serif;
    font-size: 25px;
    line-height: 32px;
  }

  .award-100k {
    background-image: linear-gradient(90deg, #0000 40%, #ffffff59);
    border: 1px solid #fffefe80;
    border-radius: 20px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-10 {
    color: #fff;
    margin-top: 5px;
    margin-bottom: 0;
    font-family: Lineseedsansth Bd, sans-serif;
    font-size: 18px;
    line-height: 30px;
  }

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

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-self: auto;
    align-items: flex-start;
    margin-bottom: 30px;
    display: inline-flex;
  }

  .features-image {
    vertical-align: baseline;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 10px;
    display: inline-flex;
  }

  .content_timeline {
    background-image: url('../images/ITMX_Hackathon_BG-1-copy.png');
    background-position: 50%;
    background-size: cover;
    height: 650px;
  }

  .container-12 {
    max-width: 100%;
    padding-top: 20px;
    padding-left: 20px;
  }

  .heading-11 {
    color: #00dcdf;
    margin-bottom: 20px;
    padding-left: 0;
    font-family: Lineseedsansth Bd, sans-serif;
    font-size: 25px;
  }

  .container-13 {
    max-width: none;
    margin-bottom: 60px;
  }

  .footer-copyright-center {
    color: #5b85f1;
    font-family: Lineseedsansth Th, sans-serif;
    font-size: 8px;
  }

  .content_last {
    background-color: #0b0253;
    height: 600px;
  }

  .div-block-11 {
    max-width: 100%;
    position: static;
  }

  .text-block-4 {
    color: #fff;
    text-align: center;
    padding-left: 40px;
    padding-right: 40px;
    font-family: Lineseedsansth Rg, sans-serif;
    display: none;
  }

  .heading-19 {
    color: #fff;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 40px;
    padding-right: 40px;
    font-family: Lineseedsansth Bd, sans-serif;
    font-size: 29px;
    display: none;
  }

  .heading-20 {
    color: #fff;
    text-align: center;
    max-width: none;
    margin-bottom: 0;
    font-family: Lineseedsansth Bd, sans-serif;
    font-size: 30px;
  }

  .div-block-12 {
    max-width: 100%;
    margin-top: -510px;
    padding-top: 0;
    padding-bottom: 100px;
    position: static;
    top: -560px;
  }

  .div-block-13 {
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    margin-bottom: 60px;
    display: flex;
  }

  .register-bottom-3 {
    text-align: center;
    background-color: #00dcdf;
    background-image: linear-gradient(90deg, #cf2ff0, #5fd9f1);
    border-radius: 6px;
    width: 70%;
    font-family: Lineseedsansth Bd, sans-serif;
  }

  .footer-dark-2 {
    background-color: #0b0253;
    border: 1px #000;
    height: 90%;
    padding-top: 0;
    padding-bottom: 10px;
  }

  .flex-block-3 {
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }

  .content-email {
    grid-template-columns: .25fr .25fr;
    place-items: center stretch;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 40px;
    padding-left: 0;
  }

  .image-footer {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .contact-social-dekstop {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    order: 1;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .social_link_box {
    margin-left: 5px;
    margin-right: 5px;
  }

  .social-logo-1 {
    margin-right: 5px;
  }

  .text-block-5 {
    color: #fff;
    font-family: Lineseedsansth Rg, sans-serif;
    font-size: 10px;
  }

  .text-block-6 {
    color: #fff;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 15px;
    font-family: Lineseedsansth Th, sans-serif;
    font-size: 15px;
  }

  .text-block-8 {
    color: #fff;
    margin-bottom: 5px;
    font-family: Lineseedsansth Th, sans-serif;
    font-size: 17px;
  }

  .text-block-9 {
    color: #fcfcfc;
    margin-bottom: 10px;
    padding-right: 0;
    font-family: Lineseedsansth Th, sans-serif;
    font-size: 15px;
  }

  .text-block-11 {
    color: #5b85f1;
    margin-left: 10px;
    padding-left: 0;
    font-family: Lineseedsansth Th, sans-serif;
    font-size: 15px;
  }

  .div-block-14 {
    margin-top: 20px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 5px;
    position: static;
    top: 31px;
  }

  .content_target {
    height: 800px;
    padding-top: 0;
  }

  .target-detail-desktop {
    max-width: none;
    display: none;
  }

  .features-right-2 {
    margin-bottom: -30px;
  }

  .features-block-two-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .image-target-1 {
    margin-bottom: 10px;
  }

  .hero-split-5 {
    justify-content: center;
    align-items: center;
  }

  .image-about {
    text-align: center;
    width: 450px;
    max-width: 100%;
  }

  .heading-21 {
    color: #00dcdf;
    font-family: Lineseedsansth Bd, sans-serif;
    font-size: 25px;
  }

  .container-16 {
    background-color: #0b0253;
    padding-top: 40px;
    padding-left: 20px;
    padding-right: 20px;
    position: static;
  }

  .icon {
    color: #fff;
    font-size: 35px;
    display: flex;
  }

  .image-4 {
    max-width: 70%;
    display: none;
  }

  .hero-text-mobile {
    display: flex;
    position: static;
    top: 280px;
  }

  .bold-text {
    font-size: 32px;
  }

  .logo_ind-copy-copy {
    grid-template-columns: 1.25fr 20px;
    margin-bottom: 10px;
  }

  .u-attendee-font-copy {
    padding-left: 0;
    font-family: Lineseedsansth Bd, sans-serif;
    font-size: 18px;
    line-height: 120%;
  }

  .text-block-14 {
    color: #fafafa;
    margin-bottom: 10px;
    font-family: Lineseedsansth Bd, sans-serif;
    font-size: 16px;
  }

  .bold-text-2 {
    color: #00dcdf;
    font-size: 25px;
  }

  .bold-text-3 {
    color: #00dcdf;
  }

  .flex-block-6 {
    margin-left: 0;
    margin-right: 0;
  }

  .text-block-16 {
    color: #fff;
    padding-left: 2px;
    font-family: Lineseedsansth Th, sans-serif;
    font-size: 5px;
    display: none;
  }

  .flex-block-8 {
    margin-left: 5px;
    margin-right: 5px;
  }

  .text-block-17 {
    color: #fff;
    padding-left: 2px;
    font-family: Lineseedsansth Th, sans-serif;
    font-size: 5px;
    display: none;
  }

  .flex-block-9 {
    margin-left: 5px;
    margin-right: 0;
  }

  .bold-text-4 {
    color: #fcb316;
  }

  .attendee_logo_group-mobile {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    grid-template-areas: ".";
    max-width: 100%;
    margin: 30px 0 20px;
    padding-left: 10px;
    padding-right: 10px;
    display: grid;
  }

  .logo_ind {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .u-attendee-font {
    font-family: Lineseedsansth Th, sans-serif;
    font-size: 14px;
    line-height: 18px;
  }

  .pricing-image-4 {
    width: 80px;
    height: 80px;
    margin-top: 10px;
    margin-left: 0;
    position: static;
  }

  .heading-32 {
    text-align: left;
    margin-left: 0;
    font-family: Lineseedsansth Th, sans-serif;
    font-size: 15px;
    font-weight: 300;
  }

  .text-span-6 {
    margin-left: -3px;
    padding-left: 0;
    font-size: 14px;
  }

  .bold-text-5 {
    text-align: left;
    font-family: Lineseedsansth Bd, sans-serif;
    font-size: 16px;
  }

  .heading-33 {
    text-align: left;
    word-break: break-all;
    overflow-wrap: break-word;
    margin-left: 0;
    font-family: Lineseedsansth Th, sans-serif;
    font-size: 15px;
    font-weight: 300;
  }

  .pricing-card-three-3-copy {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 3.5fr;
    grid-auto-columns: 1fr;
    max-width: 400px;
    padding-left: 5px;
    padding-right: 10px;
    display: grid;
    position: relative;
    left: 0;
  }

  .bold-text-6 {
    margin-left: -3px;
    font-size: 15px;
    line-height: 15px;
  }

  .target-detail-mobile {
    grid-column-gap: 0px;
    grid-row-gap: 25px;
    grid-template: "."
                   "Area-2"
                   "Area"
                   / 1fr;
    grid-auto-columns: 1fr;
    max-width: 100%;
    max-height: none;
    margin-left: auto;
    margin-right: 0;
    display: grid;
  }

  .bold-text-7 {
    text-align: left;
    font-family: Lineseedsansth Bd, sans-serif;
    font-size: 16px;
  }

  .pricing-card-three-3 {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 3fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    max-width: 400px;
    padding-left: 5px;
    padding-right: 5px;
    display: grid;
    position: relative;
  }

  .bold-text-8 {
    padding-left: 2px;
    font-family: Lineseedsansth Bd, sans-serif;
    font-size: 16px;
  }

  .margin-bottom-24px-2-copy {
    color: #fffefe;
    margin-bottom: 0;
    padding-right: 40px;
    font-family: Lineseedsansth Bd, sans-serif;
    font-size: 11px;
  }

  ._10k-desktop {
    padding-left: 0;
    display: none;
  }

  ._10k-mobile {
    margin-left: -20px;
    padding-left: 0;
    display: block;
  }

  .sff-mobile {
    margin-left: -5px;
    padding-left: 0;
    display: block;
  }

  .timeline-desktop {
    display: none;
  }

  .timeline-mobile {
    width: 330px;
    max-width: 90%;
    padding-left: 0;
    padding-right: 10px;
    display: block;
  }

  .box-desktop {
    display: none;
  }

  .box-mobile {
    padding-right: 15px;
    display: inline-block;
  }

  .margin-bottom-24px-2-copy {
    color: #fffefe;
    margin-bottom: 10px;
    padding-right: 20px;
    font-family: Lineseedsansth Bd, sans-serif;
    font-size: 15px;
    display: block;
  }

  .text-block-4-copy {
    color: #fff;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Lineseedsansth Rg, sans-serif;
    font-size: 17px;
    line-height: 25px;
    display: block;
  }

  .contact-social-mobile {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    order: 1;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .social_logo-copy {
    margin-right: 5px;
  }

  .text-block-15-copy {
    color: #fff;
    font-family: Lineseedsansth Th, sans-serif;
    font-size: 5px;
    display: none;
  }

  .image-5 {
    background-color: #0b0253;
    display: inline-block;
  }

  .list-item {
    text-align: center;
    border-bottom: .5px solid #fffefe80;
    width: 300px;
    display: flex;
  }

  .list-item-2, .list-item-3, .list-item-4 {
    text-align: center;
    border-bottom: .5px solid #ffffff80;
    width: 300px;
    display: flex;
  }

  .list-item-5, .list-item-6 {
    text-align: center;
    border: .5px #fff;
    border-bottom: .5px solid #ffffff80;
    width: 300px;
    display: flex;
  }

  .list-item-7 {
    text-align: center;
    width: 300px;
    margin-top: 40px;
    margin-bottom: 10px;
    display: flex;
  }

  .nav-content-email-mobile {
    grid-template-columns: 10px .25fr;
    place-items: center stretch;
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 0;
    padding-left: 5px;
    display: flex;
  }

  .nav-contact-social-mobile {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    order: 1;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 120%;
    margin-left: 10px;
    padding-left: 40px;
    display: flex;
  }

  .heading-19-copy {
    color: #fff;
    text-align: center;
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: Lineseedsansth Bd, sans-serif;
    font-size: 23px;
    font-weight: 400;
    line-height: 35px;
    display: block;
  }

  .text-block-18 {
    color: #fff;
    font-family: Lineseedsansth Rg, sans-serif;
    font-size: 10px;
    display: none;
  }

  .text-block-18-copy {
    color: #fff;
    margin-bottom: 5px;
    font-family: Lineseedsansth Rg, sans-serif;
    font-size: 15px;
    line-height: 23px;
    display: block;
  }

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

  .hero-wrapper-2-copy {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0;
  }

  .hero-split-2-copy {
    margin-bottom: 0;
  }

  .text-block-19 {
    color: #fff;
    padding-right: 10px;
    font-family: Lineseedsansth Th, sans-serif;
    font-size: 16px;
  }

  .bold-text-13 {
    font-family: Lineseedsansth Bd, sans-serif;
  }

  .text-block-21 {
    color: #fff;
    font-family: Lineseedsansth Th, sans-serif;
    font-size: 15px;
  }

  .bold-text-15 {
    color: #fe2b67;
    text-decoration: underline;
  }

  .button-primary-copy {
    text-align: center;
    letter-spacing: 0;
    text-transform: none;
    background-color: #1a1b1f00;
    border: .8px solid #00dcdf;
    border-radius: 5px;
    width: 100px;
    height: 25px;
    padding: 2px 0 5px;
    font-family: Lineseedsansth Rg, sans-serif;
    font-size: 10px;
    display: block;
  }

  .image-4-copy {
    width: 200px;
    max-width: 70%;
    display: block;
  }

  .register-bottom-2-mobile {
    text-align: center;
    background-color: #00dcdf;
    background-image: linear-gradient(90deg, #cf2ff0, #5fd9f1);
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: Lineseedsansth Bd, sans-serif;
    font-size: 18px;
    display: none;
  }

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

  .register-bottom-2 {
    text-align: center;
    background-color: #00dcdf;
    background-image: linear-gradient(90deg, #cf2ff0, #5fd9f1);
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    width: 260px;
    margin-top: 0;
    font-family: Lineseedsansth Bd, sans-serif;
    display: none;
  }

  .register-bottom-1-mobile {
    text-align: center;
    background-color: #00dcdf;
    background-image: linear-gradient(90deg, #cf2ff0, #5fd9f1);
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin-top: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: Lineseedsansth Bd, sans-serif;
    font-size: 18px;
    display: none;
  }

  .register-bottom-1-mobile:hover {
    background-color: #000;
    background-image: linear-gradient(90deg, #cf2ff0d9, #5fd9f1d9);
  }

  .div-block-17 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: center;
    background-image: url('../images/image-6_1image (6).avif');
    background-position: 50%;
    background-size: cover;
    flex-flow: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 98%;
    height: 700px;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .container-18 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .div-block-6 {
    display: none;
  }

  .image-6 {
    max-width: 80%;
  }

  .image-21 {
    margin-top: 40px;
  }

  .div-block-18 {
    justify-content: center;
    align-items: center;
    margin-top: 60px;
    display: flex;
  }

  .div-block-12-copy {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .text-block-22 {
    letter-spacing: 0;
    justify-content: center;
    align-items: center;
    width: 95%;
    margin-bottom: 30px;
    padding-left: 10px;
    font-family: Lineseedsansth Bd, sans-serif;
    font-size: 24px;
    line-height: 30px;
    display: flex;
    position: static;
    top: auto;
    left: 35px;
  }

  .container-last-mobile {
    opacity: 1;
    max-width: 100%;
    height: 550px;
    margin-right: 10px;
    display: flex;
  }

  .div-block-4 {
    box-shadow: none;
    background-image: url('../images/image-6_1image (6).avif');
    background-position: 50%;
    background-repeat: repeat-y;
    background-size: 100% 100%;
    height: 550px;
  }

  .image-22 {
    max-width: 95%;
  }

  .div-block-7 {
    justify-content: center;
    align-items: center;
    padding-left: 10px;
    display: flex;
    position: static;
    top: 20px;
  }

  .button-3 {
    width: 150px;
    height: 50px;
  }

  .div-block-5, .container-last-desktop {
    display: none;
  }

  .heading-34 {
    color: #fff;
    margin-top: 140px;
    margin-bottom: 0;
    padding-left: 10px;
    font-family: Lineseedsansth Bd, sans-serif;
    font-size: 32px;
  }

  .register-bottom-3-copy {
    text-align: center;
    background-color: #00dcdf;
    background-image: linear-gradient(90deg, #cf2ff0, #5fd9f1);
    border-radius: 6px;
    justify-content: center;
    align-items: center;
    width: 90%;
    margin-left: 15px;
    padding-top: 15px;
    padding-bottom: 15px;
    font-family: Lineseedsansth Bd, sans-serif;
    font-size: 18px;
    display: none;
  }

  .register-bottom-3-copy:hover {
    background-color: #030303;
    background-image: linear-gradient(90deg, #cf2ff0d9, #5fd9f1d9);
  }

  .div-block-19 {
    justify-content: center;
    align-items: center;
    padding-left: 0;
    display: flex;
  }

  .text-block-23 {
    color: #fff;
    margin-bottom: 40px;
    font-family: Lineseedsansth Th, sans-serif;
    font-size: 17px;
    line-height: 30px;
  }

  .text-block-15-copy-copy, .text-block-16-copy, .text-block-17-copy {
    color: #fff;
    font-family: Lineseedsansth Th, sans-serif;
    font-size: 7px;
    display: none;
  }

  .attendee_logo_group-desktop, .attendee_logo_group-desktop-1440 {
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .sff-desktop-ipad {
    padding-left: 10px;
    display: none;
  }

  ._10k-desktop-copy {
    padding-left: 0;
    display: none;
  }

  .timeline-desktop-copy {
    display: none;
  }

  .image-2-copy {
    margin-bottom: 20px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .media-icon-copy {
    width: 35px;
    max-width: 100%;
  }

  .nav-menu-wrapper-ipad {
    background-color: #0b0253;
    order: 1;
    display: none;
  }

  .image-5-copy {
    background-color: #0b0253;
    display: inline-block;
  }

  .nav-menu-two-copy {
    color: #fff;
    background-color: #0b0253;
    border: 1px #000;
    border-radius: 0;
    flex-direction: column;
    justify-content: space-around;
    align-items: flex-start;
    margin-top: 0;
  }

  .list-item-1-ipad {
    text-align: center;
    border-bottom: .5px solid #fffefe80;
    width: 300px;
    display: flex;
  }

  .list-item-2-copy, .list-item-3-copy, .list-item-4-copy {
    text-align: center;
    border-bottom: .5px solid #ffffff80;
    width: 300px;
    display: flex;
  }

  .list-item-5-copy, .list-item-6-copy {
    text-align: center;
    border: .5px #fff;
    border-bottom: .5px solid #ffffff80;
    width: 300px;
    display: flex;
  }

  .list-item-7-copy {
    text-align: center;
    width: 300px;
    margin-top: 40px;
    margin-bottom: 10px;
    display: flex;
  }

  .nav-link-copy-ipad, .nav-link-copy, .nav-link-copy {
    color: #fff;
    font-family: Lineseedsansth Rg, sans-serif;
  }

  .nav-dropdown-copy {
    text-align: left;
  }

  .nav-link-accent-copy {
    font-family: Lineseedsansth Rg, sans-serif;
  }

  .mobile-margin-top-10-copy {
    margin-top: 0;
  }

  .nav-content-email-mobile-copy {
    grid-template-columns: 10px .25fr;
    place-items: center stretch;
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 0;
    padding-left: 5px;
    display: grid;
  }

  .nav-contact-social-mobile-copy {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    order: 1;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 120%;
    margin-left: 10px;
    padding-left: 40px;
    display: flex;
  }

  .nitmx-media-copy-ipad {
    justify-content: flex-start;
    align-items: center;
    padding-left: .5rem;
    font-family: Lineseedsansth Th, sans-serif;
    font-size: .8rem;
    line-height: 120%;
  }

  .nav-dropdown-toggle-copy {
    text-align: center;
    padding-right: 10px;
  }

  .text-block-2-copy {
    font-family: Lineseedsansth Rg, sans-serif;
  }

  .nav-content-email-ipad {
    grid-template-columns: 10px .25fr;
    justify-content: flex-start;
    place-items: center stretch;
    margin-top: 0;
    margin-bottom: 10px;
    margin-left: 0;
    padding-left: 5px;
    display: flex;
  }

  .navbar-logo-left-container-2.shadow-three {
    width: 100%;
  }

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

  .navbar-wrapper-2 {
    grid-column-gap: 24px;
    background-color: #0b025300;
    grid-template-columns: 1fr .25fr;
  }

  .nav-menu-wrapper-2 {
    background-color: #0b0253;
  }

  .nav-menu-two-2 {
    background-color: #0b0253;
    flex-direction: column;
    padding-bottom: 0;
  }

  .nav-link-2 {
    display: none;
  }

  .menu-button-2 {
    padding-left: 0;
  }

  .menu-button-2.w--open {
    background-color: #a6b1bf00;
  }

  .navbar-logo-left-3 {
    height: 80px;
  }

  .logo-home {
    width: 95px;
  }

  .list-item-8 {
    width: 100%;
  }

  .icon-2 {
    display: none;
  }

  .attendee_logo_group-desktop-copy {
    margin: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: none;
  }

  .button-primary-6-ipad {
    letter-spacing: .5px;
    width: 125px;
    height: 35px;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 13px;
  }

  .content-email-copy {
    grid-template-columns: .25fr .25fr;
    place-items: center stretch;
    margin-top: -10px;
    margin-bottom: 40px;
    padding-left: 20px;
  }

  .media-icon-copy {
    width: 20px;
  }

  .nitmx-media-copy {
    justify-content: flex-start;
    align-items: center;
    padding-left: .5rem;
    font-family: Lineseedsansth Th, sans-serif;
    font-size: .8rem;
    line-height: 120%;
  }

  .contact-social-mobile-copy {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    order: 1;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 20px;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
  }

  .text-block-15-copy-copy {
    color: #fff;
    font-family: Lineseedsansth Th, sans-serif;
    font-size: 5px;
  }

  .text-block-16-copy, .text-block-17-copy {
    color: #fff;
    padding-left: 2px;
    font-family: Lineseedsansth Th, sans-serif;
    font-size: 5px;
  }

  .attendee_logo_group-3 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }

  .u-attendee-font-2 {
    font-size: .8rem;
    line-height: 120%;
  }

  .attendee_logo_ipad {
    margin-top: 2rem;
    margin-bottom: 2rem;
    display: none;
  }

  .image-target {
    text-align: center;
  }

  .pricing-image-4-copy {
    width: 80px;
    height: 80px;
    margin-top: 10px;
    margin-left: 5px;
    position: static;
  }

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

  .nav-menu-two-3 {
    flex-direction: column;
  }

  .image-25 {
    width: 100px;
    display: none;
  }

  .program_lbar {
    max-width: 100%;
  }

  .nav_logo_image {
    max-width: 60dvw;
    padding-top: 0;
    padding-left: 0;
    left: -2rem;
    right: -2rem;
  }

  .program-text {
    font-size: .8rem;
  }

  .bali_content {
    margin-top: -.5rem;
    margin-bottom: .35rem;
  }

  .nav_lists_line {
    max-width: 80dvw;
  }

  .nav_social {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr 1.25fr 1.25fr 1fr 1fr 1fr;
    margin-top: 0;
    margin-bottom: 0;
  }

  .nav_link {
    min-width: 80vw;
    margin-top: 1rem;
  }

  .nav_link.white-border, .nav_link.cta {
    min-width: 80vw;
  }

  .nav_left {
    min-height: 100svh;
  }

  .nav_logo {
    grid-column-gap: 8px;
    grid-template-columns: 2.25fr 1.25fr;
    margin-left: -.9rem;
  }

  .nav_programs {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
    max-width: 100%;
    left: .5rem;
    right: .5rem;
  }

  .nav_programs.u-above-margin {
    grid-column-gap: .3svh;
    grid-row-gap: .3svh;
  }

  .vector {
    align-self: auto;
  }

  .menu_one_line {
    align-items: center;
  }

  .nav_lists {
    margin-top: 0;
    font-size: .9rem;
  }

  .hamburger-closed {
    margin: .5rem .5rem .5rem .1rem;
  }

  .nav_layout {
    margin-left: -100%;
  }

  .mobile_logo {
    place-items: start stretch;
  }

  .nav_cta_button {
    min-width: 80dvw;
    margin-top: 1rem;
    margin-right: auto;
  }

  .nav_cta_button.u-decrease-margin {
    margin-top: -.5rem;
  }

  .nav_cta_button.u {
    margin-top: 1.2rem;
  }

  .nav_cta_button.u-d-m-below {
    min-width: 80dvw;
    margin-top: 1.5rem;
  }

  .cta-button-text {
    font-size: .9rem;
  }

  .one_line_link {
    justify-content: space-between;
    display: flex;
  }

  .cta_button_style {
    margin-top: .1rem;
    margin-bottom: .1rem;
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .menu-wraper {
    z-index: 99;
    vertical-align: baseline;
    justify-content: flex-end;
    align-items: center;
    display: none;
    position: fixed;
    inset: 0%;
    overflow: hidden;
  }

  .menu {
    background-color: #0b0253;
    width: 20rem;
    height: 100%;
  }

  .menu-top {
    grid-column-gap: 14px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr .25fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    padding: 20px 10px;
    display: grid;
  }

  .navbar-brand-2-copy {
    justify-content: flex-start;
    align-items: center;
    display: inline-flex;
  }

  .button-primary-6-ipad-copy {
    letter-spacing: .5px;
    width: 100px;
    height: 30px;
    margin-left: 30px;
    margin-right: -37px;
    padding-left: 0;
    padding-right: 0;
    font-size: 10px;
  }

  .image-27 {
    max-width: 100%;
    margin-left: 35px;
  }

  .image-23-copy {
    width: 100px;
  }

  .image-hamburger-mobile-menu {
    width: 100%;
    max-width: 80%;
  }

  .bold-text-25 {
    font-size: 13px;
  }

  .content_15_team {
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .div-block-22 {
    grid-template-columns: 1fr .5fr;
  }

  .text-block-26 {
    justify-content: flex-end;
    align-items: center;
    padding-bottom: 20px;
    font-size: 25px;
    display: flex;
  }

  .heading-35 {
    color: #00dcdf;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Lineseedsansth Bd, sans-serif;
    font-size: 25px;
    line-height: 32px;
    display: none;
  }

  .heading-8-mobile {
    color: #00dcdf;
    margin-top: 0;
    margin-bottom: 0;
    font-family: Lineseedsansth Bd, sans-serif;
    font-size: 25px;
    line-height: 32px;
    display: block;
  }

  .bold-text-26, .bold-text-27 {
    font-size: 13px;
  }

  .text-block-27 {
    font-family: Lineseedsansth Th, sans-serif;
    font-size: 15px;
  }

  .image-29 {
    display: none;
  }

  .image-30 {
    width: 450px;
    max-width: 80%;
    display: block;
  }

  .content_winner {
    background-image: none;
    justify-content: center;
    align-items: center;
    height: auto;
    display: none;
  }

  .image-31 {
    height: auto;
    display: block;
  }

  .image-32 {
    display: block;
  }

  .image-33 {
    display: none;
  }

  .image-solution-2, .image-solution-3 {
    width: 90px;
    height: 90px;
    margin-bottom: 0;
  }

  .image-target-2, .image-target-3 {
    margin-bottom: 10px;
  }

  .social-logo-2, .social-logo-3 {
    margin-right: 5px;
  }

  .button-7 {
    align-self: center;
    margin-left: 0;
    margin-right: 0;
    padding: 18px 90px;
  }
}

#w-node-_2e4a3b42-6cc8-412b-29fd-8b902bf7e870-856728ee, #w-node-_2e4a3b42-6cc8-412b-29fd-8b902bf7e87a-856728ee, #w-node-_2e4a3b42-6cc8-412b-29fd-8b902bf7e884-856728ee, #w-node-_94cc2f10-9a78-203d-edc7-774d734d9588-856728ee, #w-node-_94cc2f10-9a78-203d-edc7-774d734d9592-856728ee, #w-node-_94cc2f10-9a78-203d-edc7-774d734d959c-856728ee, #w-node-dd2b0425-a782-d6de-d2ed-730432db55aa-856728ee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-c42927f5-09ae-dc64-b624-32db8c80b31d-856728ee, #w-node-_2e4a3b42-6cc8-412b-29fd-8b902bf7e870-856728ee, #w-node-c0c412b4-ec9a-0f29-b1ee-3700bb241248-856728ee, #w-node-_7fdae271-6cf2-f390-5221-42bf6838f62f-856728ee, #w-node-dd2b0425-a782-d6de-d2ed-730432db55aa-856728ee {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1440px) {
  #w-node-_2e4a3b42-6cc8-412b-29fd-8b902bf7e87a-856728ee, #w-node-c0c412b4-ec9a-0f29-b1ee-3700bb241248-856728ee, #w-node-_7fdae271-6cf2-f390-5221-42bf6838f62f-856728ee {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_38fc96ae-1a16-68b3-5b4a-3bb9fe73ec35-856728ee {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_94cc2f10-9a78-203d-edc7-774d734d9592-856728ee {
    grid-area: Area-2;
  }

  #w-node-_94cc2f10-9a78-203d-edc7-774d734d959c-856728ee {
    grid-area: Area;
  }

  #w-node-_94cc2f10-9a78-203d-edc7-774d734d959d-856728ee, #w-node-_7fdae271-6cf2-f390-5221-42bf6838f62f-856728ee {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Lineseedsansth W Rg';
  src: url('../fonts/LINESeedSansTH_W_Rg.eot') format('embedded-opentype'), url('../fonts/LINESeedSansTH_W_Rg.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lineseedsansth Bd';
  src: url('../fonts/LINESeedSansTH_Bd.ttf') format('truetype'), url('../fonts/LINESeedSansTH_Bd.ttf') format('truetype'), url('../fonts/LINESeedSansTH_Bd.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lineseedsansth Th';
  src: url('../fonts/LINESeedSansTH_Th.ttf') format('truetype'), url('../fonts/LINESeedSansTH_Th.ttf') format('truetype'), url('../fonts/LINESeedSansTH_Th.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Lineseedsansth Rg';
  src: url('../fonts/LINESeedSansTH_Rg.ttf') format('truetype'), url('../fonts/LINESeedSansTH_Rg.ttf') format('truetype'), url('../fonts/LINESeedSansTH_Rg.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}