:root {
  --dark-blue: #101d56;
  --white: white;
  --orange: #f47107;
  --gray: #333;
}

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

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

.w-embed-youtubevideo {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

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

.w-layout-hflex {
  flex-direction: row;
  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;
  }
}

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

.overflow {
  overflow: hidden;
}

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

.image-banner {
  object-fit: cover;
  width: 100%;
  height: 100vh;
}

.navbar-brand {
  background-color: #f47107;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 10px;
  top: 5px;
  transform: scale(1.5);
  box-shadow: 0 2px 5px #0003;
}

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

.nav-link {
  color: var(--white);
  letter-spacing: .25px;
  text-transform: uppercase;
  margin-left: 5px;
  margin-right: 5px;
  padding: 10px 20px;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
  transition: all .25s;
  display: block;
}

.nav-link:hover {
  color: var(--orange);
}

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

.nav-link.w--current {
  color: #fff;
  background-color: #f47107;
  border-radius: 100px;
}

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

.navbar-no-shadow {
  z-index: 999;
  background-color: var(--dark-blue);
  position: fixed;
  inset: 0% 0% auto;
}

.container-regular {
  width: 100%;
  max-width: 100%;
  min-height: 30px;
  margin-left: auto;
  margin-right: auto;
}

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

.navbar-no-shadow-container {
  z-index: 5;
  background-color: #ddd0;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 5px 20px;
}

.div-block {
  display: block;
}

.div-bg-color {
  background-image: linear-gradient(#101d56cc, #fff0 50%), linear-gradient(#0003, #0003);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.heading-banner {
  filter: drop-shadow(0 2px 5px #00000080);
  color: var(--orange);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 66px;
  font-weight: 700;
  line-height: 72px;
}

.container-banner-contant {
  z-index: 10;
  max-width: 1200px;
  height: 100vh;
  padding-top: 190px;
  padding-left: 20px;
  padding-right: 20px;
  position: absolute;
  inset: 0%;
}

.paragraph-banner {
  filter: drop-shadow(0 2px 5px #000000b3);
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 26px;
  font-weight: 400;
  line-height: 32px;
}

.paragraph-date-banner {
  filter: drop-shadow(0 2px 5px #000000b3);
  color: var(--white);
  margin-bottom: 0;
  font-size: 54px;
  font-weight: 600;
  line-height: 60px;
}

.sub-paragraph-banner {
  filter: drop-shadow(0 2px 5px #000000b3);
  color: var(--white);
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
}

.container-what-is-mgb {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}

.what-is-mgb {
  background-image: linear-gradient(#ffffffe6, #fff0), url('../images/bg-mgb.png');
  background-position: 0 0, 50% 20%;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  padding-top: 80px;
  padding-bottom: 80px;
}

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

.image-what-is-mgb {
  border-radius: 24px;
  width: 100%;
  height: auto;
}

.heading-page {
  z-index: 10;
  margin-top: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 46px;
  position: relative;
}

.heading-page.white {
  color: var(--white);
  margin-top: 20px;
  margin-bottom: 0;
}

.heading-page.orange {
  color: var(--orange);
}

.heading-page.orange.center {
  background-color: var(--white);
  text-align: center;
  border-radius: 14px;
  padding: 10px 15px;
  display: inline-block;
}

.paragraph-page {
  z-index: 10;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 22px;
  position: relative;
}

.paragraph-page.white {
  color: var(--white);
  text-align: left;
}

.text-span {
  color: var(--orange);
}

.div-block-what-is-mgb {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.container-video-mgb {
  z-index: 110;
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}

.video-mgb {
  background-color: var(--dark-blue);
  background-image: url('../images/element-bg-1.png');
  background-repeat: no-repeat;
  background-size: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
}

.grid-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 25px;
}

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

.paragraph-5 {
  color: var(--white);
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 22px;
}

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

.schedule-events {
  background-image: url('../images/element-bg-2.png'), linear-gradient(90deg, #101d5699, #101d5600), linear-gradient(#0000008c, #0000008c), url('../images/sheraton-bali-view-1.jpg');
  background-position: 100% 0, 0 0, 0 0, 50%;
  background-size: cover, auto, auto, cover;
  background-attachment: scroll, scroll, scroll, fixed;
  padding-top: 80px;
  padding-bottom: 80px;
}

.event-schedule-day {
  color: var(--orange);
  text-transform: uppercase;
  margin-top: 0;
  font-size: 20px;
  line-height: 27px;
}

.grid-schedule-events {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  justify-content: flex-start;
  align-items: center;
}

.event-day-slot {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-bottom: 1px solid #fff3;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 7px;
}

.event-schedule-block {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.container-book-hotel-room {
  max-width: 1200px;
  padding-left: 20px;
  padding-right: 20px;
}

.event-day-detail {
  color: var(--white);
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.event-day-detail.padding {
  padding-right: 10px;
}

.event-day-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: stretch;
}

.event-day-time {
  min-width: 50px;
  max-width: 50px;
  color: var(--white);
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.inline-break-span {
  display: inline-flex;
}

.event-intro {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: flex-start;
}

.event-day-card-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
}

.image-events {
  border-radius: 20px;
  width: 100%;
  height: auto;
}

.div-block-8 {
  opacity: .6;
  display: none;
  position: absolute;
  inset: 0%;
}

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

.ticket-pricing {
  background-image: url('../images/element-bg-3.png');
  background-position: 100% 100%;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.container-ticket-pricing {
  z-index: 10;
  text-align: center;
  max-width: 1300px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.heading-ticket-pricing {
  background-color: var(--white);
  color: var(--dark-blue);
  text-align: center;
  border-radius: 14px;
  margin-top: 0;
  margin-bottom: 30px;
  padding: 5px 8px;
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  display: inline-block;
}

.heading-3-copy {
  color: var(--white);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
}

.heading-6 {
  color: var(--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
}

.heading-6.gray {
  color: var(--gray);
}

.paragraph-6 {
  color: var(--white);
  text-align: center;
  font-size: 72px;
  font-weight: 700;
  line-height: 78px;
}

.paragraph-6.gray {
  color: var(--gray);
}

.paragraph-7 {
  color: var(--white);
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.paragraph-7.gray {
  color: var(--gray);
}

.button {
  background-color: var(--white);
  color: var(--dark-blue);
  border-radius: 1000px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 16px;
  font-weight: 600;
  line-height: 22px;
  transition: all .3s;
  box-shadow: 0 2px 5px #0000001a;
}

.button:hover {
  background-color: var(--white);
  color: var(--orange);
  transform: scale(1.05);
}

.button.not-yet {
  background-color: var(--gray);
  color: var(--white);
}

.text-span-2 {
  margin-left: -15px;
  font-size: 24px;
  line-height: 30px;
}

.optional-pay-detail {
  text-align: left;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.pricing-card-2 {
  background-color: var(--dark-blue);
  color: #333;
  text-align: center;
  cursor: default;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 29%;
  min-height: 330px;
  padding: 40px 20px 20px;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.pricing-card-2:hover {
  transform: scale(1.02);
}

.pricing-card-2.m1 {
  border: 5px solid var(--orange);
  filter: grayscale();
  background-color: #101d5600;
  border-radius: 24px;
  flex-flow: row;
  align-items: stretch;
  padding: 0;
  position: relative;
  transform: scale(1.06);
}

.pricing-card-2.m3 {
  background-color: #eee;
}

.pricing-card-2.add-on {
  background-color: var(--orange);
  width: 50%;
}

.dropdown-cover {
  z-index: auto;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  margin-left: 0;
  margin-right: 0;
  display: flex;
  overflow: hidden;
}

.optional-pay-button-3 {
  color: var(--white);
  cursor: pointer;
  margin-bottom: 10px;
  padding: 5px 20px;
  transition: all .2s;
}

.optional-pay-button-3:hover {
  transform: scale(1.05);
}

.optional-pay-button-3.gray {
  color: var(--gray);
}

.optional-pay-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #333;
  background-color: #fff;
  border-radius: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 20px;
  overflow: hidden;
}

.pricing-flex {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
}

.div-block-ticket-pricing-1 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  margin-top: 60px;
}

.div-block-18 {
  display: block;
  position: absolute;
  inset: 0%;
}

.pricing-flex-copy {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: flex-start;
}

.div-block-19 {
  background-image: repeating-linear-gradient(90deg, #fff0 3%, #ffffff59 25%, #ffffffe6 50%, #ffffff59 75%, #fff0 97%);
  width: 100%;
  height: 2px;
  margin-top: 10px;
  margin-bottom: 10px;
  display: none;
}

.div-block-20 {
  background-color: var(--white);
  border-radius: 10px;
  margin-top: 10px;
  padding: 20px;
}

.heading-gold-sponsorship {
  color: var(--dark-blue);
  text-align: left;
  margin-top: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

.paragraph-8 {
  text-align: left;
  margin-bottom: 5px;
  font-weight: 400;
}

.book-hotel-room {
  background-color: var(--dark-blue);
  padding-top: 60px;
  padding-bottom: 60px;
}

.register-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
}

.register-now-button {
  text-align: center;
  background-color: #f47107;
  border-radius: 50px;
  padding: 15px 40px;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  transition: all .2s;
  box-shadow: 0 2px 5px #0003;
}

.register-now-button:hover {
  filter: drop-shadow(0 4px 2px #00000080);
  transform: scale(1.05);
}

.paragraph-book-hotel-room {
  color: var(--white);
  text-align: center;
  margin-bottom: 20px;
  font-size: 22px;
  line-height: 28px;
}

.footer {
  color: #fff;
  background-color: #f47107;
  padding-top: 20px;
}

.footer-flex {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
}

.footer-logo {
  object-fit: cover;
  width: 120px;
  max-width: 400px;
  height: auto;
}

.footer-link-flex {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
}

.footer-link {
  color: #fff;
  padding: 5px 10px;
  font-size: 16px;
  line-height: 24px;
  text-decoration: none;
  transition: all .2s;
}

.footer-link:hover {
  transform: scale(1.1);
}

.copyright-block {
  background-color: var(--gray);
  text-align: center;
  width: 100%;
  margin-top: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
}

.text-block {
  text-transform: uppercase;
}

.div-block-24 {
  display: none;
  position: absolute;
  inset: auto auto 0% 0%;
}

.div-block-events-image {
  z-index: 10;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
  position: relative;
}

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

.div-block-2-image.up {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.schedule-events-image {
  display: flex;
  position: relative;
}

.div-block-ticket-pricing {
  text-align: center;
  display: block;
}

.div-block-25 {
  z-index: -1;
  border: 5px solid var(--orange);
  border-radius: 24px;
  width: 360px;
  height: 110%;
  display: none;
  position: absolute;
  inset: -5% 0% 0% -5.3%;
}

.div-block-line {
  background-color: var(--orange);
  border-radius: 20px;
  width: 100%;
  margin: 10px;
  padding: 40px 20px 20px;
}

.slide, .mask, .image {
  width: 100%;
  height: auto;
}

.slider, .slide-2, .image-2 {
  border-radius: 24px;
  width: 100%;
  height: auto;
}

.div-block-26 {
  border-radius: 24px;
  display: none;
}

.mask-2 {
  border-radius: 24px;
}

.image-3 {
  width: 50%;
  height: auto;
  position: absolute;
  inset: -18% -19% auto auto;
}

.div-block-27 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: -18% -84% auto auto;
  transform: rotate(-28deg);
}

.image-4, .slide-3, .mask-3 {
  border-radius: 20px;
  width: 100%;
  height: auto;
}

.slider-2 {
  background-color: #ddd0;
  border-radius: 20px;
  width: 100%;
  height: auto;
}

.icon-2, .icon-3 {
  font-size: 30px;
}

.slide-nav {
  font-size: 10px;
}

.grid-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
}

.image-5 {
  filter: drop-shadow(0 2px 5px #0000001a);
  width: 140px;
  height: auto;
}

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

.website-button {
  background-color: var(--orange);
  border-radius: 10px;
  margin-top: 20px;
  font-size: 16px;
  line-height: 22px;
  transition: all .2s;
}

.website-button:hover {
  background-color: var(--dark-blue);
  transform: scale(1.05);
}

@media screen and (max-width: 991px) {
  .image-banner {
    object-position: 100% 50%;
    height: 80vh;
  }

  .navbar-brand {
    z-index: 99;
  }

  .nav-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: var(--dark-blue);
    flex-flow: column;
    justify-content: space-around;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 20px;
    display: flex;
  }

  .menu-button {
    color: var(--white);
    padding: 12px;
  }

  .menu-button.w--open {
    color: #fff;
    background-color: #f47107;
    border-radius: 10px;
  }

  .icon {
    font-size: 36px;
  }

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

  .nav-menu-wrapper {
    background-color: #0000;
  }

  .image-logo {
    width: 55px;
  }

  .navbar-no-shadow-container {
    padding: 5px 20px;
  }

  .div-bg-color {
    height: 80vh;
  }

  .heading-banner {
    text-align: center;
    font-size: 48px;
    line-height: 54px;
  }

  .container-banner-contant {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 80vh;
    display: flex;
    inset: 0%;
  }

  .paragraph-banner {
    text-align: center;
    font-size: 22px;
    line-height: 28px;
  }

  .paragraph-date-banner {
    text-align: center;
    font-size: 50px;
    line-height: 56px;
  }

  .sub-paragraph-banner {
    text-align: center;
    font-size: 26px;
    line-height: 32px;
  }

  .what-is-mgb {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .heading-page {
    font-size: 34px;
    line-height: 40px;
  }

  .heading-page.white {
    font-size: 30px;
    line-height: 37px;
  }

  .paragraph-page.white {
    text-align: left;
  }

  .video-mgb {
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

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

  .schedule-events {
    background-image: linear-gradient(90deg, #101d5699, #101d5600), linear-gradient(#0000008c, #0000008c), url('../images/sheraton-bali-view-1.jpg');
    background-position: 0 0, 0 0, 50%;
    background-size: auto, auto, cover;
    background-attachment: scroll, scroll, fixed;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .grid-schedule-events {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .event-schedule-block {
    align-items: stretch;
    max-width: 560px;
  }

  .event-day-detail.padding {
    padding-right: 0;
  }

  .event-day-card {
    text-align: left;
    width: 100%;
  }

  .event-intro {
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
  }

  .event-day-card-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .ticket-pricing {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .heading-ticket-pricing {
    font-size: 28px;
    line-height: 34px;
  }

  .heading-6 {
    font-size: 20px;
    line-height: 26px;
  }

  .paragraph-6 {
    font-size: 52px;
    line-height: 58px;
  }

  .paragraph-7 {
    font-size: 16px;
    line-height: 22px;
  }

  .text-span-2 {
    margin-left: -10px;
  }

  .pricing-card-2 {
    width: 48.6%;
    min-height: auto;
  }

  .pricing-card-2:hover, .pricing-card-2.m1 {
    transform: none;
  }

  .pricing-card-2.add-on {
    width: 60%;
  }

  .optional-pay-block-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .pricing-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .register-now-button {
    font-size: 22px;
    line-height: 28px;
  }

  .paragraph-book-hotel-room {
    font-size: 20px;
    line-height: 26px;
  }

  .footer-logo {
    width: 140px;
  }

  .grid-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .image-5 {
    width: 120px;
  }
}

@media screen and (max-width: 767px) {
  .image-banner {
    height: 60vh;
  }

  .navbar-brand.w--current {
    padding-left: 10px;
  }

  .nav-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .image-logo {
    width: 50px;
  }

  .div-bg-color {
    height: 60vh;
  }

  .heading-banner {
    font-size: 6.3vw;
    line-height: 7.3vw;
  }

  .container-banner-contant {
    justify-content: center;
    align-items: center;
    height: 60vh;
    padding-top: 0;
    inset: 0%;
  }

  .paragraph-banner {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 3vw;
    line-height: 4vw;
  }

  .paragraph-date-banner {
    font-size: 7vw;
    line-height: 8vw;
  }

  .sub-paragraph-banner {
    margin-bottom: 10px;
    font-size: 3.5vw;
    line-height: 4.5vw;
  }

  .what-is-mgb {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .heading-page {
    font-size: 30px;
    line-height: 36px;
  }

  .heading-page.white {
    text-align: center;
  }

  .heading-page.orange.center {
    border-radius: 10px;
  }

  .div-block-what-is-mgb {
    justify-content: center;
    align-items: center;
  }

  .video-mgb {
    background-image: none;
    background-size: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .schedule-events {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .event-schedule-block {
    max-width: 100%;
  }

  .event-day-card-flex {
    justify-content: center;
    align-items: flex-start;
  }

  .ticket-pricing {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-ticket-pricing {
    border-radius: 10px;
    margin-bottom: 40px;
    font-size: 26px;
    line-height: 32px;
  }

  .pricing-card-2, .pricing-card-2.add-on {
    width: 100%;
  }

  .pricing-flex {
    grid-template-columns: 1fr;
  }

  .div-block-ticket-pricing-1 {
    margin-top: 40px;
  }

  .heading-gold-sponsorship {
    font-size: 16px;
    line-height: 22px;
  }

  .book-hotel-room {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .register-now-button {
    padding: 10px 20px;
    font-size: 20px;
    line-height: 26px;
  }

  .paragraph-book-hotel-room {
    font-size: 16px;
    line-height: 22px;
  }

  .footer-logo {
    width: 120px;
  }

  .div-block-2-image.up {
    margin-bottom: 0;
  }

  .icon-2, .icon-3 {
    font-size: 25px;
  }

  .slide-nav {
    font-size: 8px;
  }

  .grid-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .image-5 {
    width: 100px;
  }
}

@media screen and (max-width: 479px) {
  .nav-menu {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 7px;
    padding-bottom: 7px;
  }

  .icon {
    font-size: 30px;
  }

  .image-logo {
    width: 45px;
  }

  .div-bg-color {
    background-image: linear-gradient(#101d5699, #fff0 50%), linear-gradient(#00000040, #00000040);
  }

  .heading-banner {
    font-size: 8.5vw;
    line-height: 9.5vw;
  }

  .paragraph-banner {
    font-size: 4vw;
    line-height: 5vw;
  }

  .sub-paragraph-banner {
    font-size: 4.5vw;
    line-height: 5.5vw;
  }

  .heading-page {
    font-size: 24px;
    line-height: 30px;
  }

  .heading-page.white {
    font-size: 23px;
    line-height: 30px;
  }

  .event-schedule-day {
    font-size: 18px;
    line-height: 24px;
  }

  .event-day-slot {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .event-day-detail {
    font-size: 12px;
    line-height: 18px;
  }

  .event-day-card {
    max-width: 320px;
  }

  .event-day-time {
    min-width: 45px;
    max-width: 45px;
    font-size: 12px;
    line-height: 18px;
  }

  .image-events {
    border-radius: 10px;
  }

  .heading-ticket-pricing {
    margin-bottom: 30px;
    font-size: 24px;
    line-height: 30px;
  }

  .paragraph-6 {
    margin-bottom: 0;
    font-size: 48px;
    line-height: 54px;
  }

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

  .text-span-2 {
    margin-left: -8px;
  }

  .pricing-flex-copy {
    padding-left: 10px;
    padding-right: 10px;
  }

  .register-now-button {
    font-size: 18px;
    line-height: 24px;
  }

  .footer-link-flex {
    flex-flow: column;
  }

  .copyright-block {
    font-size: 14px;
    line-height: 20px;
  }

  .div-block-events-image {
    grid-template-columns: 1fr;
  }

  .div-block-2-image.up {
    margin-bottom: 0;
  }

  .list {
    padding-left: 20px;
  }

  .image-4, .slider-2 {
    border-radius: 10px;
  }

  .grid-3 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .event-arrow {
    width: 40px;
  }
}

#w-node-ccc29d22-3702-5033-355b-263c933b9374-31cb0ca5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a3b8204-5ebb-4af5-db83-5ff8b15aaa95-31cb0ca5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_0a7af5e7-fd70-40a0-adbb-8ff0521a4c82-31cb0ca5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-a81544f6-db66-f8a1-c8bb-7f004ba96c6f-31cb0ca5 {
    order: 9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b6396ff5-7c2f-d516-53f5-401f7b6b96c9-31cb0ca5, #w-node-c1fd08aa-9f86-aa8d-7d6c-95d1f70b4e32-31cb0ca5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


