@font-face {
  font-family: Futura;
  src: url('../fonts/Futura.ttc') format("undefined");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mstiffhei Hk;
  src: url('../fonts/MStiffHei-HK-Light.woff') format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Mstiffhei Hk;
  src: url('../fonts/MStiffHei-HK-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

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

@font-face {
  font-family: Mstiffhei Hk;
  src: url('../fonts/MStiffHei-HK-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

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

:root {
  --060e49: #060e49;
  --ff5800: #ff5800;
  --67e0bd: #67e0bd;
  --white: #fff;
}

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

.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%;
}

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

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

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 100%;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 100%;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 100%;
}

.section {
  padding-top: 50px;
  padding-bottom: 50px;
}

.section._0-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.section.home-banner {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.section.footer {
  padding-top: 50px;
  padding-bottom: 100px;
}

.section.home-organiser {
  display: none;
}

.section.inner-banner {
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.section.deep-blue {
  background-color: #183262;
}

.section.enquiries {
  background-image: linear-gradient(135deg, #fff, #67e0bd);
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section.final-contest {
  z-index: 2;
  margin-top: -10vw;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.section.objectives-bg {
  background-image: url('../images/objectives-bg-2x.jpg');
  background-position: 50% 0;
  background-size: auto;
}

.container {
  max-width: 1440px;
  padding-left: 5%;
  padding-right: 5%;
}

.container.home-banner {
  max-width: 100%;
  margin-bottom: 8vw;
  padding-left: 0%;
  padding-right: 0%;
}

.container.home-nav {
  justify-content: space-between;
  align-items: center;
  max-width: none;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.container.inner-banner {
  max-width: 100%;
  height: auto;
  padding-left: 0%;
  padding-right: 0%;
}

.container._960w-on-desktop {
  width: 960px;
}

.container.enquiries {
  background-image: url('../images/Enquiries-image-2x.png');
  background-position: 80% 100%;
  background-repeat: no-repeat;
  background-size: contain;
}

.home-banner-b {
  z-index: 1;
  margin-bottom: -10vw;
  position: relative;
}

.image-full-w {
  width: 100%;
}

.image-full-w.home-banner-110w {
  width: 110vw;
  min-width: 110vw;
  max-width: 110vw;
}

.image-full-w._16-9 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.home-banner-auditorium-b {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.home-banner-basketball-hoop-b {
  width: 18%;
  margin-top: -10%;
  margin-left: -27%;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.home-banner-referee-b {
  width: 5%;
  margin-top: -6%;
  margin-left: -8%;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.home-banner-red-robot-b {
  width: 39%;
  margin-top: 9%;
  margin-left: -15%;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.home-banner-blue-robot-b {
  width: 46%;
  margin-top: 9%;
  margin-left: 23%;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.home-banner-dust-b {
  justify-content: center;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.home-banner-main-title-b {
  width: 26.5%;
  margin-top: -12%;
  margin-left: 0%;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.home-banner-sub-title-b {
  width: 15%;
  margin-top: -3%;
  margin-left: 0%;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.home-banner-separate-b {
  z-index: 2;
  pointer-events: none;
  position: relative;
}

.navbar {
  background-color: #ddd0;
  padding-top: 40px;
  font-size: 10px;
  line-height: 14px;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar.inner-page {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffffbf;
  padding-top: 15px;
  padding-bottom: 10px;
  position: sticky;
}

.nav-logo-b {
  order: -1;
  width: 150px;
  padding-left: 0;
}

.nav-organiser-b {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.nav-organiser-b.inner-page {
  justify-content: center;
  align-items: center;
}

.menu-button-b {
  order: 1;
  padding: 0;
}

.menu-button-b.w--open {
  background-color: #c8c8c800;
}

.menu-button-b.pop.w--open {
  position: relative;
}

.organiser-b {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #000;
  justify-content: flex-start;
  align-items: flex-start;
  height: 50px;
  text-decoration: none;
  display: flex;
}

.organiser-b.inner-page {
  justify-content: flex-start;
  align-items: center;
}

.nav-logo {
  height: 25px;
}

.body {
  color: #060e49;
  font-family: Chakrapetch, Arial, sans-serif;
}

.home-final-b {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  color: #060e49;
  flex-flow: column;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.home-final-detail-b {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  display: flex;
}

.home-final-detail-row {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-final-detail-col {
  color: var(--060e49);
  text-decoration: none;
  transition: color .8s;
}

.home-final-detail-col:hover {
  color: var(--ff5800);
}

.home-final-detail-col.flex {
  justify-content: flex-start;
  align-items: center;
  font-weight: 300;
  display: flex;
}

.home-final-detail-col.icon {
  width: 60px;
}

.text-light {
  font-weight: 300;
}

.home-final {
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.home-rules {
  display: flex;
}

.home-rules-b {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #060e49;
  flex-flow: column;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-top-bar {
  background-image: linear-gradient(90deg, #32befa, #208ccc 33.33%, #065dac 66%, #054087);
  width: 100%;
  height: 15px;
}

.home-video {
  background-image: url('../images/home-video-2x.png');
}

.footer-row {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  margin-bottom: 20px;
  display: flex;
}

.footer-col.r {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: row;
  flex: 1;
  max-width: 50%;
  font-size: 20px;
  display: flex;
}

.footer-col.l {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  color: #565759;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.footer-top-row {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: space-between;
  display: flex;
}

.footer-top-row.hide {
  display: none;
}

.follow-us-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #054087;
  flex-flow: column;
  flex: none;
  display: flex;
}

.follow-us-inner-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #054087;
  justify-content: flex-start;
  align-items: center;
  font-size: 24px;
  text-decoration: none;
  display: flex;
}

.footer-fb-icon {
  width: 30px;
}

.footer-logo-block {
  flex: 1;
  width: 100%;
}

.footer-top-col {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.footer-top-col.hide {
  display: none;
}

.footer-bottom-row {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: space-between;
  display: flex;
}

.footer-bottom-row.hide {
  display: none;
}

.footer-bottom-col {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.footer-bottom-logo-b {
  grid-row-gap: 20px;
  flex-flow: wrap;
  margin-left: -20px;
  margin-right: -10px;
  display: flex;
}

.footer-bottom-logo {
  height: 60px;
}

.home-banner-link-b {
  z-index: 3;
  justify-content: center;
  align-items: center;
  width: 10%;
  height: auto;
  margin-top: 12%;
  margin-left: 25%;
  transition: transform 1.6s;
  display: flex;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.home-banner-link-b:hover {
  transform: scale(1.15)translate(-50%, -50%);
}

.home-banner-link-b.hide {
  display: none;
}

.home-banner-link-image {
  z-index: 2;
  width: 64%;
  position: absolute;
}

.menu-button {
  background-color: #fff;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: background-color .8s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-button:hover {
  background-color: #72e4c5;
}

.menu-button.inner-page {
  background-color: #060e49;
}

.menu-button-icon {
  width: 60%;
  display: flex;
}

.footer-bottom-logo {
  width: 33.33%;
  height: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.nav-menu {
  text-align: left;
  flex-flow: column;
  width: 600px;
  height: 100vh;
  max-height: 100vh;
  display: flex;
  position: fixed;
}

.nav-menu-inner-b {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-image: linear-gradient(135deg, #ffc502, #f5710a 33%, #e60011 66%, #e80214);
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 100px 75px;
  display: flex;
  overflow: scroll;
}

.nav-menu-link {
  color: #fff;
  font-size: 27px;
  line-height: 37px;
  text-decoration: none;
  transition: color .8s;
  display: flex;
}

.nav-menu-link:hover {
  color: #020b53;
}

.nav-menu-link.hide {
  display: none;
}

.nav-menu-link-tc-text, .nav-menu-link-en-text {
  width: 50%;
}

.nav-menu-inner-logo-b {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
  position: relative;
}

.nav-menu-inner-logo {
  width: 50%;
}

.nav-menu-link-b {
  position: relative;
}

.nav-menu-arrow-b {
  width: 36px;
  margin-left: -40px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.menu-button-close-icon {
  width: 50%;
  display: flex;
}

.inner-banner {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  height: 540px;
}

.inner-banner.committees {
  background-image: url('../images/committees-inner-banner-image-2x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 30vw;
  max-height: 540px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.inner-banner.schedule {
  background-image: url('../images/home-banner-bg-2x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 30vw;
  max-height: 540px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.inner-banner.teams-matches {
  background-image: url('../images/home-banner-dust-2x.png'), url('../images/home-banner-bg-2x.jpg');
  background-position: 50% 97%, 50%;
  background-repeat: repeat, no-repeat;
  background-size: cover, cover;
  justify-content: center;
  align-items: center;
  height: 30vw;
  max-height: 540px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.inner-banner.themes-rules {
  background-image: url('../images/committees-inner-banner-image-2x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 30vw;
  max-height: 540px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.inner-banner.faq {
  background-image: url('../images/home-banner-bg-2x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 30vw;
  max-height: 540px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.inner-banner.useful-links {
  background-image: url('../images/home-banner-dust-2x.png'), url('../images/home-banner-bg-2x.jpg');
  background-position: 50% 97%, 50%;
  background-repeat: repeat, no-repeat;
  background-size: cover, cover;
  justify-content: center;
  align-items: center;
  height: 30vw;
  max-height: 540px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.inner-banner.final-result {
  background-image: url('../images/committees-inner-banner-image-2x.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 30vw;
  max-height: 540px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.inner-banner.photo-album {
  background-image: url('../images/home-banner-bg-2x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 30vw;
  max-height: 540px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.inner-banner.enquiries, .inner-banner.objectives {
  background-image: url('../images/home-banner-dust-2x.png'), url('../images/home-banner-bg-2x.jpg');
  background-position: 50% 97%, 50%;
  background-repeat: repeat, no-repeat;
  background-size: cover, cover;
  justify-content: center;
  align-items: center;
  height: 30vw;
  max-height: 540px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.inner-banner-title-b {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #060e49;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: 3.7vw;
  line-height: 100%;
  display: flex;
}

.inner-banner-title-en-b {
  text-transform: uppercase;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}

.inner-banner-title-line-h {
  background-color: #060e49;
  width: 120%;
  height: 1px;
  display: flex;
}

.inner-banner-title-line-h.top {
  position: absolute;
  inset: 0% 0% auto 50%;
  transform: translate(-50%);
}

.inner-banner-title-line-h.bottom {
  position: absolute;
  inset: auto 0% 0 50%;
  transform: translate(-50%);
}

.inner-banner-title-line-v {
  background-color: #060e49;
  width: 1px;
  height: 140%;
  display: flex;
  position: absolute;
  inset: 50% auto 0% 0%;
  transform: translate(0, -50%);
}

.inner-banner-title-line-v.right {
  left: auto;
  right: 0;
}

.inner-banner-title-pop-icon {
  width: 2vw;
  max-width: 33px;
  max-height: 33px;
  margin-left: -22%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.committees-inner-banner-pop {
  justify-content: flex-start;
  align-items: flex-end;
  width: 34%;
  max-width: 610px;
  height: 100%;
  display: flex;
  position: absolute;
  inset: auto auto -10% 0%;
}

.committees-row {
  grid-row-gap: 50px;
  flex-flow: wrap;
  margin-left: -25px;
  margin-right: -25px;
  display: flex;
}

.committees-col {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  width: 50%;
  padding-left: 25px;
  padding-right: 25px;
  display: flex;
}

.committees-title-b {
  color: #fff;
  background-image: linear-gradient(315deg, #66c2f4, #1d488c);
  min-width: 50%;
  padding: 20px 40px;
  font-weight: 400;
  position: relative;
}

.committees-inner-b {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  color: #054087;
  flex-flow: column;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.text-medium {
  font-weight: 500;
}

.title-corner {
  width: 30px;
  height: 30px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.title-corner.r-bottom {
  inset: auto 0% 0% auto;
}

.committees-text-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  font-size: 18px;
  line-height: 24px;
  display: flex;
}

.text-deep-blue {
  color: #060e49;
}

.back-to-top-b {
  justify-content: flex-end;
  margin-top: 50px;
  display: flex;
}

.back-to-top-btn {
  width: 100px;
  transition: opacity .8s;
  position: relative;
}

.schedule-inner-banner-pop {
  justify-content: flex-start;
  align-items: flex-end;
  width: 34%;
  max-width: 650px;
  height: 100%;
  margin-bottom: -5%;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.schedule-inner-banner-pop._02 {
  width: 24%;
  max-width: 400px;
  height: auto;
  margin-top: 5%;
  margin-bottom: 0%;
  margin-left: 5%;
  inset: 0% auto auto 0%;
}

.schedule-row {
  grid-row-gap: 50px;
  flex-flow: column;
  display: flex;
}

.schedule-col {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.schedule-title-b {
  color: #fff;
  background-image: linear-gradient(315deg, #ffc502, #e80214);
  min-width: 50%;
  padding: 20px 40px;
  font-weight: 400;
  position: relative;
}

.text-blod {
  font-weight: 600;
}

.schedule-inner-b {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  color: #054087;
  flex-flow: column;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.schedule-text-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--060e49);
  flex-flow: column;
  text-decoration: none;
  transition: color .8s;
  display: flex;
}

.schedule-text-list:hover {
  color: var(--ff5800);
}

.schedule-table-b {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.schedule-table-row {
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.schedule-table-row.title {
  background-color: var(--060e49);
  color: #fff;
}

.schedule-table-row.inner {
  border-bottom: 1px solid var(--060e49);
  color: var(--060e49);
  background-color: #e8e8e8;
}

.schedule-table-col {
  padding-top: 10px;
  padding-bottom: 10px;
}

.schedule-table-col._01 {
  width: 25%;
}

.schedule-text-row {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: flex-start;
  display: flex;
}

.teams-matches-inner-banner-pop {
  justify-content: flex-start;
  align-items: flex-end;
  width: 12%;
  height: auto;
  margin-top: 3%;
  margin-left: 20%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.teams-matches-row {
  grid-row-gap: 100px;
  flex-flow: column;
  display: flex;
}

.teams-matches-title-b {
  color: #fff;
  background-color: #ff5800;
  min-width: 50%;
  padding: 20px 40px;
  font-weight: 400;
  display: flex;
  position: relative;
}

.teams-matches-col {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.teams-matches-list-b {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--060e49);
  flex-flow: column;
  width: 100%;
  display: flex;
}

.teams-matches-list-row {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  min-height: 70px;
  display: flex;
}

.teams-matches-list-col {
  width: 200px;
  padding: 10px 40px;
}

.teams-matches-list-col.main {
  background-color: var(--67e0bd);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.teams-matches-list-col.info {
  background-color: #e6e6e6;
  flex: 1;
  font-size: 18px;
  line-height: 140%;
  display: flex;
}

.teams-matches-list-col.info.silver {
  background-color: #e6e6e600;
  background-image: linear-gradient(45deg, #343434, #b6b6b6 19%, #fff 44%, #b6b6b6 81%, #343434);
  position: relative;
}

.teams-matches-list-col.info.gold {
  background-color: #e6e6e600;
  background-image: linear-gradient(45deg, #ffee8c, #ac6f00 19%, #d9aa35 44%, #ac6f00 81%, #ffee8c);
  position: relative;
}

.teams-matches-list-col.main-02 {
  background-color: var(--060e49);
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.teams-matches-team-name-b {
  text-align: center;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.teams-matches-team-name-b.end {
  background-color: #fff;
  margin-top: -10px;
  margin-bottom: -10px;
  margin-right: -40px;
  padding-left: 40px;
}

.teams-matches-team-name-b.blue {
  color: #0192db;
}

.teams-matches-team-name-b.blue.big-text {
  z-index: 2;
  font-size: 22px;
  font-weight: 700;
  position: relative;
}

.teams-matches-team-name-b.red {
  color: #bb3648;
}

.teams-matches-team-name-b.red.big-text {
  z-index: 2;
  font-size: 22px;
  font-weight: 700;
  position: relative;
}

.teams-matches-team-name-b.vs {
  z-index: 2;
  flex: none;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 32px;
  position: relative;
}

.teams-matches-team-name-b.vs.white {
  color: var(--white);
}

.teams-matches-team-name-b.silver {
  z-index: 2;
  font-size: 22px;
  position: relative;
}

.teams-matches-team-name-b.gold {
  z-index: 2;
  color: var(--white);
  font-size: 22px;
  position: relative;
}

.teams-matches-team-name-line {
  background-color: var(--060e49);
  width: 1px;
}

.teams-matches-text-b {
  padding-left: 40px;
  padding-right: 40px;
}

.teams-matches-list-col-inner-bg {
  background-image: linear-gradient(270deg, #343434, #b6b6b6 20%, #fff 50%, #b6b6b6 80%, #343434), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  margin: 2px;
  position: absolute;
  inset: 0%;
}

.teams-matches-list-col-inner-bg.gold {
  background-image: linear-gradient(270deg, #ffee8c, #ac6f00 20%, #d9aa35 50%, #ac6f00 80%, #ffee8c);
}

.nav-menu-organiser-b {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: none;
  position: relative;
}

.nav-menu-organiser-inner-b {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: #000;
  justify-content: flex-start;
  align-items: flex-start;
  height: 50px;
  text-decoration: none;
  display: flex;
}

.themes-rules-inner-banner-pop {
  justify-content: flex-start;
  align-items: flex-end;
  width: 34%;
  max-width: 600px;
  height: 100%;
  display: flex;
  position: absolute;
  inset: auto auto -10% 0%;
}

.themes-rules-row {
  grid-row-gap: 100px;
  flex-flow: column;
  display: flex;
}

.themes-rules-col {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.themes-rules-title-b {
  color: #fff;
  background-image: linear-gradient(315deg, #66c2f4, #1d488c);
  min-width: 50%;
  padding: 20px 40px;
  font-weight: 400;
  position: relative;
}

.themes-rules-text-b {
  padding-left: 40px;
  padding-right: 40px;
}

.themes-rules-image-row {
  grid-row-gap: 10px;
  flex-flow: wrap;
  width: 100%;
  margin-left: -5px;
  margin-right: -5px;
  display: flex;
}

.themes-rules-image-col {
  width: 50%;
  padding-left: 5px;
  padding-right: 5px;
}

.faq-b {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  align-items: flex-start;
  width: auto;
  display: flex;
}

.faq-link-b {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(315deg, #ffc502, #e80214);
  width: 100%;
  min-width: 50%;
  padding: 20px 40px;
  font-weight: 400;
  text-decoration: none;
  position: relative;
}

.carousel {
  width: 100%;
}

.slide {
  padding: 0 10px;
  display: inline-block;
  position: static;
}

.img-slide {
  display: block;
}

.themes-rules-b {
  background-color: #ff5800;
  margin-top: 50px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.themes-rules-b.blue {
  background-color: #060e4900;
  background-image: linear-gradient(90deg, #66c2f4, #1d488c);
}

.useful-links-inner-banner-pop {
  justify-content: flex-start;
  align-items: flex-end;
  width: 12%;
  height: auto;
  margin-top: 3%;
  margin-left: 20%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.useful-links-info-row {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  display: flex;
}

.useful-links-info-col.title {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  width: 40%;
  display: flex;
}

.useful-links-info-col.video {
  width: 60%;
}

.useful-links-title-b {
  color: #fff;
  background-image: linear-gradient(315deg, #ffc502, #e80214);
  min-width: 50%;
  padding: 20px 40px;
  font-weight: 400;
  position: relative;
}

.useful-links-inner-b {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  color: #054087;
  flex-flow: column;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.useful-links-text-link {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #060e49;
  overflow-wrap: anywhere;
  flex-flow: column;
  text-decoration: none;
  transition: color .8s;
  display: flex;
}

.useful-links-text-link:hover {
  color: #ff5800;
}

.useful-links-past-b {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  display: flex;
}

.useful-links-past-row {
  grid-row-gap: 25px;
  flex-flow: wrap;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.useful-links-past-col {
  width: 25%;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 22px;
}

.useful-links-past-inner-b {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  color: var(--060e49);
  text-align: center;
  border: 1px solid #060e49;
  border-radius: 160px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 34vw;
  min-height: 24vw;
  max-height: 480px;
  padding: 60px 20px;
  text-decoration: none;
  transition: border-color .8s, color .8s;
  display: flex;
}

.useful-links-past-inner-b:hover {
  border-color: var(--ff5800);
  color: var(--ff5800);
}

.final-result-inner-banner-pop {
  justify-content: flex-start;
  align-items: flex-end;
  width: 34%;
  max-width: 600px;
  height: 100%;
  display: flex;
  position: absolute;
  inset: auto auto -10% 0%;
}

.final-result-b {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  display: flex;
}

.final-result-row {
  grid-row-gap: 100px;
  flex-flow: wrap;
  margin-left: -10px;
  margin-right: -10px;
  display: flex;
}

.final-result-col {
  width: 50%;
  padding-left: 10px;
  padding-right: 10px;
}

.final-result-champion-b {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
}

.final-result-champion-b.sub {
  padding-left: 0;
  padding-right: 0;
}

.final-result-image-b {
  display: flex;
}

.final-result-name-tag-b {
  justify-content: center;
  align-items: center;
  display: flex;
}

.final-result-name-tag {
  color: #fff;
  text-align: center;
  background-image: linear-gradient(315deg, #32befa, #054087);
  padding: 20px 40px;
  font-weight: 400;
  position: relative;
}

.final-result-name-tag.champion {
  background-image: linear-gradient(90deg, #ffee8c, #ac6f00 20%, #d9aa35 50%, #ac6f00 80%, #ffee8c);
}

.final-result-name-tag._1st {
  color: var(--060e49);
  background-image: linear-gradient(90deg, #565759, #a8a8a8 29%, #fff 53%, #dcdcdc 63%, #fff 83%, #c3c3c3);
}

.final-result-name-tag._2nd {
  background-image: linear-gradient(315deg, #c04f25, #ffaf6b 43% 62%, #cd632d 87%, #c04f25);
}

.photo-album-b {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.photo-album-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  height: 50vw;
  padding: 0;
}

.photo-album-cell {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  border: 1px solid #fff;
}

.photo-album-cell.btn {
  background-image: linear-gradient(135deg, #ffc502, #e16c02 33%, #e60011 66%, #e80214);
}

.photo-album-cell-btn-b {
  background-color: #060e4900;
  flex: 1;
  width: 100%;
  transition: background-color .8s;
  position: relative;
}

.photo-album-cell-btn-b:hover {
  background-color: var(--060e49);
}

.photo-album-arrow-btn {
  width: 40%;
  position: absolute;
  inset: auto 20px 20px auto;
}

.enquiries-inner-banner-pop {
  justify-content: flex-start;
  align-items: flex-end;
  width: 12%;
  height: auto;
  margin-top: 3%;
  margin-left: 20%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.enquiries-info-b {
  margin-top: 50px;
  margin-bottom: 50px;
  font-size: 18px;
  line-height: 20px;
}

.enquiries-info-list {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  width: 40%;
  margin-bottom: 100px;
  display: flex;
}

.enquiries-info-row {
  font-weight: 700;
  display: flex;
}

.enquiries-info-col.title {
  flex-flow: column;
  min-width: 80px;
  display: flex;
}

.enquiries-info-col.inner {
  color: var(--060e49);
  text-decoration: none;
  transition: color .8s;
}

.enquiries-info-col.inner:hover {
  color: #e85801;
}

.enquiries-image-b {
  height: 100%;
  margin-top: 2%;
  margin-left: 17%;
  position: absolute;
  top: auto;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
}

.image-full-h {
  height: 100%;
}

.image-full-h.home-banner-110w {
  width: 110vw;
  min-width: 110vw;
  max-width: 110vw;
}

.image-full-h._16-9 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.objectives-inner-banner-pop {
  justify-content: flex-start;
  align-items: flex-end;
  width: 12%;
  height: auto;
  margin-top: 3%;
  margin-left: 20%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.objectives-main-b {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  display: flex;
}

.objectives-title-b {
  text-align: center;
}

.objectives-row {
  grid-row-gap: 40px;
  flex-flow: wrap;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.objectives-col {
  width: 33.33%;
  padding-left: 20px;
  padding-right: 20px;
}

.objectives-col-inner-b {
  border: 1px solid #ff5800;
  border-radius: 220px;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  min-height: 600px;
  padding-top: 80px;
  padding-bottom: 100px;
  transition: color .8s, background-color .8s;
  display: flex;
}

.objectives-col-inner-b:hover {
  background-color: var(--ff5800);
  color: var(--white);
}

.objectives-col-text-b {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-flow: column;
  width: 70%;
  font-size: 20px;
  display: flex;
}

.objectives-col-title-b {
  color: #ff5800;
  font-family: Neonlife, Arial, sans-serif;
  font-size: 86px;
  line-height: 100%;
}

.text-block {
  color: var(--ff5800);
}

.final-contest-top-image {
  margin-top: -3vw;
}

.final-contest-bg {
  z-index: -1;
  background-image: url('../images/home-bg2x.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  height: 80%;
  margin-top: 10%;
  position: absolute;
  inset: 0%;
  transform: skew(0deg, 6deg);
}

.back-to-top-btn-image-hover {
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.teams-matches-table-text-b {
  color: #fff;
  text-align: center;
  flex-flow: column;
  font-size: 24px;
  line-height: 120%;
  display: flex;
}

.teams-matches-table-title-b {
  margin-bottom: 25px;
}

.teams-matches-table-b {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  display: flex;
}

.teams-matches-table-text-hover-b {
  transition: color .8s;
}

.teams-matches-table-text-hover-b:hover {
  color: var(--ff5800);
}

.text-block-2 {
  transition: color .8s;
}

.footer-organiser-b {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.footer-organiser-b.inner-page {
  justify-content: space-between;
  align-items: center;
}

.final-result-text-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--060e49);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  transition: color .8s;
  display: flex;
}

.final-result-text-row {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  align-items: flex-start;
  display: flex;
}

.final-result-text {
  font-weight: 400;
  line-height: 120%;
}

.final-result-text:hover {
  color: var(--060e49);
}

.photo-album-row {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.photo-album-col {
  flex: 1;
}

.lightbox-link-image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

html.w-mod-js [data-ix="show-up-800ms"], html.w-mod-js [data-ix="show-up-1600ms"] {
  opacity: 0;
  transform: translate(0, 100px);
}

html.w-mod-js [data-ix="banner-show-01"], html.w-mod-js [data-ix="banner-show--2"], html.w-mod-js [data-ix="banner-show-3"], html.w-mod-js [data-ix="banner-show-4"], html.w-mod-js [data-ix="banner-show-5"], html.w-mod-js [data-ix="banner-show-6"] {
  opacity: 0;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 38px;
  }

  h3 {
    font-size: 20px;
  }

  h4 {
    font-size: 18px;
  }

  .section.home-organiser {
    padding-bottom: 0;
    display: block;
  }

  .container.home-nav {
    padding-left: 5%;
    padding-right: 5%;
  }

  .container._960w-on-desktop {
    width: auto;
    max-width: none;
  }

  .container.enquiries {
    background-position: 100% 100%;
    background-size: auto 85%;
  }

  .home-banner-b {
    background-image: url('../images/home-banner-bg-2x.jpg');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    height: 70vw;
  }

  .image-full-w.home-bg {
    display: none;
  }

  .home-banner-basketball-hoop-b {
    margin-left: -35%;
  }

  .home-banner-referee-b {
    margin-left: -23%;
  }

  .home-banner-red-robot-b {
    margin-top: 13%;
    margin-left: -19%;
  }

  .home-banner-blue-robot-b {
    margin-top: 14%;
    margin-left: 25%;
  }

  .home-banner-main-title-b {
    width: 40%;
    margin-top: -12%;
  }

  .home-banner-sub-title-b {
    width: 20%;
    margin-top: -1%;
  }

  .navbar {
    padding-top: 25px;
  }

  .nav-logo-b {
    width: 150px;
  }

  .nav-organiser-b {
    display: none;
  }

  .nav-organiser-b.tab-show {
    justify-content: space-between;
    display: flex;
  }

  .organiser-b {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 50%;
    height: auto;
  }

  .nav-logo {
    height: 35px;
  }

  .home-final-b {
    width: auto;
  }

  .home-final-detail-row {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .home-final-detail-col.icon {
    width: 40px;
  }

  .home-rules-b {
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

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

  .footer-col.r {
    order: -1;
    max-width: 100%;
  }

  .footer-col.l {
    width: 100%;
  }

  .follow-us-block {
    width: 50%;
  }

  .footer-bottom-logo-b {
    margin-left: -10px;
    margin-right: -10px;
  }

  .home-banner-link-b {
    width: 20%;
    margin-top: 21%;
    margin-left: 37%;
  }

  .menu-button {
    width: 50px;
    height: 50px;
  }

  .footer-bottom-logo {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-menu-link {
    font-size: 24px;
  }

  .nav-menu-link-b {
    margin-bottom: 40px;
  }

  .inner-banner.committees, .inner-banner.schedule, .inner-banner.teams-matches, .inner-banner.themes-rules, .inner-banner.faq, .inner-banner.useful-links, .inner-banner.final-result, .inner-banner.photo-album, .inner-banner.enquiries, .inner-banner.objectives {
    height: 35vw;
  }

  .inner-banner-title-b {
    font-size: 5vw;
  }

  .committees-row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .committees-col {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .committees-title-b {
    padding-left: 25px;
    padding-right: 25px;
  }

  .committees-inner-b {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .schedule-row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .schedule-col {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .schedule-title-b {
    padding-left: 25px;
    padding-right: 25px;
  }

  .schedule-inner-b {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .schedule-table-row {
    padding-left: 25px;
    padding-right: 25px;
  }

  .schedule-table-col._01 {
    width: 40%;
  }

  .teams-matches-row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .teams-matches-title-b {
    padding-left: 25px;
    padding-right: 25px;
  }

  .teams-matches-col {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .teams-matches-list-row {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .teams-matches-list-col {
    width: 140px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .teams-matches-list-col.info {
    padding-left: 10px;
    padding-right: 10px;
  }

  .teams-matches-team-name-b.end {
    margin-right: -10px;
    padding-left: 10px;
  }

  .teams-matches-text-b {
    padding-left: 25px;
    padding-right: 25px;
  }

  .nav-menu-organiser-b {
    grid-column-gap: 0px;
    grid-row-gap: 25px;
    flex-flow: wrap;
    place-content: flex-start;
    align-items: flex-start;
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
  }

  .nav-menu-organiser-inner-b {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    color: #fff;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 50%;
    height: auto;
    padding-left: 10px;
    padding-right: 10px;
  }

  .themes-rules-row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .themes-rules-col {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .themes-rules-title-b, .themes-rules-text-b {
    padding-left: 25px;
    padding-right: 25px;
  }

  .faq-b {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .faq-link-b {
    padding-left: 25px;
    padding-right: 25px;
  }

  .carousel {
    display: flex;
  }

  .slide {
    padding-left: .5vw;
    padding-right: .5vw;
  }

  .useful-links-title-b {
    padding-left: 25px;
    padding-right: 25px;
  }

  .useful-links-inner-b {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .useful-links-past-col {
    width: 33.33%;
  }

  .useful-links-past-inner-b {
    height: 40vw;
  }

  .final-result-b {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .final-result-row {
    grid-row-gap: 50px;
  }

  .final-result-name-tag {
    padding-left: 25px;
    padding-right: 25px;
  }

  .enquiries-info-b {
    font-size: 16px;
  }

  .image-full-h.home-bg {
    display: none;
  }

  .objectives-row {
    margin-left: -10px;
    margin-right: -10px;
  }

  .objectives-col {
    padding-left: 10px;
    padding-right: 10px;
  }

  .objectives-col-inner-b {
    min-height: 540px;
  }

  .objectives-col-text-b {
    width: 80%;
    font-size: 18px;
  }

  .objectives-col-title-b {
    font-size: 64px;
  }

  .final-contest-top-image {
    margin-top: 3vw;
  }

  .nav-menu-logo-b {
    background-color: #fff;
    border-radius: 5px;
    padding: 10px;
  }

  .footer-organiser-b {
    display: none;
  }

  .footer-organiser-b.tab-show {
    justify-content: space-between;
    display: flex;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 28px;
  }

  .section.footer {
    padding-bottom: 50px;
  }

  .section.home-organiser {
    padding-bottom: 0;
  }

  .section.final-contest {
    background-image: none;
    margin-top: -12vw;
  }

  .container.enquiries {
    background-size: auto 50vw;
  }

  .home-banner-b {
    height: 90vw;
    margin-bottom: -6vw;
  }

  .image-full-w.home-banner-110w {
    width: 100vw;
    min-width: 100vw;
    max-width: 100vw;
  }

  .home-banner-basketball-hoop-b {
    margin-top: -9%;
    margin-left: -38%;
  }

  .home-banner-referee-b {
    margin-top: -2%;
  }

  .home-banner-red-robot-b {
    width: 50%;
    margin-top: 22%;
    margin-left: -23%;
  }

  .home-banner-blue-robot-b {
    width: 50%;
    margin-top: 27%;
    margin-left: 25%;
  }

  .home-banner-main-title-b {
    width: 50%;
    margin-top: -15%;
  }

  .home-banner-sub-title-b {
    width: 27%;
    margin-top: 0%;
  }

  .navbar {
    padding-top: 20px;
  }

  .nav-logo-b {
    width: 120px;
  }

  .nav-organiser-b.tab-show {
    grid-column-gap: 0px;
    grid-row-gap: 25px;
    flex-flow: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }

  .organiser-b {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .home-final-b {
    flex: 1;
  }

  .home-final-detail-row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .home-final-detail-col.icon {
    width: 25px;
  }

  .footer-col.r {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: row;
    max-width: 100%;
    font-size: 16px;
  }

  .footer-col.l {
    font-size: 12px;
  }

  .footer-top-row {
    grid-column-gap: 0px;
    grid-row-gap: 25px;
    flex-flow: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }

  .follow-us-block {
    width: 50%;
  }

  .follow-us-inner-block {
    font-size: 18px;
  }

  .footer-fb-icon {
    width: 30px;
  }

  .footer-logo-block {
    width: 240px;
  }

  .footer-top-col {
    width: 33.33%;
    padding-left: 10px;
    padding-right: 10px;
  }

  .home-banner-link-b {
    margin-top: 32%;
  }

  .home-banner-link-b:hover {
    transform: translate(-50%, -50%);
  }

  .menu-button {
    width: 40px;
    height: 40px;
  }

  .menu-button-icon {
    display: flex;
  }

  .footer-bottom-logo {
    width: 33.33%;
  }

  .nav-menu {
    width: 100%;
  }

  .nav-menu-inner-b {
    justify-content: flex-start;
    align-items: center;
    padding: 50px 5% 0;
  }

  .nav-menu-link {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    font-size: 5vw;
    line-height: 110%;
  }

  .nav-menu-link-tc-text {
    text-align: right;
  }

  .nav-menu-inner-logo {
    width: 250px;
  }

  .nav-menu-link-b {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    width: 100%;
    display: flex;
  }

  .nav-menu-arrow-b {
    display: none;
  }

  .menu-button-close-icon {
    display: flex;
  }

  .inner-banner.committees, .inner-banner.schedule, .inner-banner.teams-matches, .inner-banner.themes-rules, .inner-banner.faq, .inner-banner.useful-links, .inner-banner.final-result, .inner-banner.photo-album, .inner-banner.enquiries, .inner-banner.objectives {
    height: 40vw;
  }

  .inner-banner-title-en-b {
    padding-left: 40px;
    padding-right: 40px;
  }

  .committees-row {
    margin-left: 0;
    margin-right: 0;
  }

  .committees-col {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .schedule-row {
    margin-left: 0;
    margin-right: 0;
  }

  .schedule-col {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .schedule-title-b {
    width: 100%;
  }

  .schedule-inner-b {
    padding-left: 0;
    padding-right: 0;
  }

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

  .schedule-table-col, .schedule-table-col._01 {
    width: 50%;
  }

  .schedule-text-row {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
  }

  .teams-matches-row {
    margin-left: 0;
    margin-right: 0;
  }

  .teams-matches-title-b {
    width: 100%;
  }

  .teams-matches-col {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .teams-matches-list-row {
    flex-flow: column;
  }

  .teams-matches-list-col {
    width: 110px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .teams-matches-list-col.main {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .teams-matches-list-col.info {
    width: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
  }

  .teams-matches-list-col.main-02 {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .teams-matches-team-name-b.end {
    display: none;
  }

  .teams-matches-team-name-b.blue.big-text, .teams-matches-team-name-b.red.big-text {
    font-size: 20px;
  }

  .teams-matches-team-name-b.vs {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 28px;
  }

  .teams-matches-team-name-b.silver, .teams-matches-team-name-b.gold {
    font-size: 20px;
  }

  .teams-matches-text-b {
    padding-left: 0;
    padding-right: 0;
  }

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

  .nav-menu-organiser-inner-b {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 50%;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .nav-menu-organiser-inner-b.left {
    text-align: right;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .themes-rules-row {
    margin-left: 0;
    margin-right: 0;
  }

  .themes-rules-col {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .themes-rules-title-b {
    width: 100%;
  }

  .themes-rules-text-b {
    padding-left: 0;
    padding-right: 0;
  }

  .themes-rules-image-row {
    margin-left: 0;
    margin-right: 0;
  }

  .themes-rules-image-col, .faq-b {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .faq-link-b {
    width: 100%;
  }

  .useful-links-info-row {
    flex-flow: column;
  }

  .useful-links-info-col.title, .useful-links-info-col.video, .useful-links-title-b {
    width: 100%;
  }

  .useful-links-inner-b {
    padding-left: 0;
    padding-right: 0;
  }

  .useful-links-text-link {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .useful-links-past-col {
    width: 50%;
  }

  .useful-links-past-inner-b {
    height: 60vw;
  }

  .final-result-row {
    flex-flow: column;
    margin-left: 0;
    margin-right: 0;
  }

  .final-result-col {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .final-result-champion-b {
    padding-left: 0;
    padding-right: 0;
  }

  .final-result-name-tag {
    width: 100%;
  }

  .photo-album-stack {
    height: 100vw;
  }

  .enquiries-info-list {
    width: 100%;
    margin-bottom: 50vw;
  }

  .image-full-h.home-banner-110w {
    width: 100vw;
    min-width: 100vw;
    max-width: 100vw;
  }

  .objectives-col {
    width: 50%;
  }

  .objectives-col-inner-b {
    min-height: 380px;
  }

  .objectives-col-text-b {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    font-size: 16px;
  }

  .objectives-col-title-b {
    font-size: 48px;
  }

  .final-contest-top-image {
    margin-top: 4vw;
  }

  .final-contest-bg {
    height: 82%;
  }

  .teams-matches-table-text-b {
    font-size: 18px;
  }

  .footer-organiser-b.tab-show {
    grid-column-gap: 0px;
    grid-row-gap: 25px;
    flex-flow: wrap;
    margin-left: -10px;
    margin-right: -10px;
  }

  .final-result-text-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .final-result-text-row {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
  }

  .photo-album-row {
    flex-flow: column;
  }
}

@media screen and (max-width: 479px) {
  .section.final-contest {
    overflow: hidden;
  }

  .home-banner-b {
    height: 100vw;
  }

  .home-banner-red-robot-b {
    width: 50%;
    margin-top: 23%;
    margin-left: -24%;
  }

  .home-banner-blue-robot-b {
    width: 60%;
    margin-top: 29%;
    margin-left: 27%;
  }

  .home-banner-main-title-b {
    width: 55%;
    margin-top: -12%;
  }

  .home-banner-sub-title-b {
    width: 30%;
    margin-top: 3%;
  }

  .home-final-detail-row {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .home-final-detail-col.flex {
    flex-flow: wrap;
  }

  .footer-col.r {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: column;
  }

  .footer-col.l {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .footer-top-row {
    grid-column-gap: 0px;
    grid-row-gap: 25px;
    flex-flow: wrap;
  }

  .follow-us-block {
    width: auto;
  }

  .footer-top-col {
    width: 50%;
  }

  .home-banner-link-b {
    width: 25%;
    margin-top: 34%;
    margin-left: 34%;
  }

  .footer-bottom-logo {
    width: 50%;
  }

  .nav-menu-link {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    font-size: 5.5vw;
    line-height: 130%;
  }

  .nav-menu-link-tc-text {
    width: 43%;
  }

  .nav-menu-link-en-text {
    font-size: 5.4vw;
  }

  .nav-menu-inner-logo {
    width: 150px;
  }

  .nav-menu-arrow-b {
    width: 28px;
    margin-left: -30px;
  }

  .inner-banner.committees, .inner-banner.schedule, .inner-banner.teams-matches, .inner-banner.themes-rules, .inner-banner.faq, .inner-banner.useful-links, .inner-banner.final-result, .inner-banner.photo-album, .inner-banner.enquiries, .inner-banner.objectives {
    height: 50vw;
  }

  .inner-banner-title-b {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    font-size: 6vw;
  }

  .inner-banner-title-en-b {
    padding-left: 20px;
    padding-right: 20px;
  }

  .inner-banner-title-pop-icon {
    z-index: 10;
    margin-left: -10%;
    margin-right: -10%;
  }

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

  .teams-matches-list-col.info {
    font-size: 14px;
  }

  .teams-matches-team-name-b.vs {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 24px;
  }

  .nav-menu-organiser-b {
    margin-bottom: 40px;
  }

  .useful-links-past-row {
    grid-row-gap: 10px;
    margin-left: -5px;
    margin-right: -5px;
  }

  .useful-links-past-col {
    padding-left: 5px;
    padding-right: 5px;
  }

  .useful-links-past-inner-b {
    padding: 20px 30px;
  }

  .objectives-row {
    grid-row-gap: 20px;
    margin-left: -5px;
    margin-right: -5px;
  }

  .objectives-col {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }

  .objectives-col-inner-b {
    border-radius: 90px;
    min-height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .objectives-col-text-b {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 85%;
  }

  .final-contest-top-image {
    width: 200vw;
    max-width: 200vw;
    margin-top: 1vw;
    position: relative;
    left: 50%;
    transform: translate(-50%);
  }

  .final-contest-bg {
    height: 100%;
  }
}


@font-face {
  font-family: 'Futura';
  src: url('../fonts/Futura.ttc') format('undefined');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mstiffhei Hk';
  src: url('../fonts/MStiffHei-HK-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mstiffhei Hk';
  src: url('../fonts/MStiffHei-HK-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Chakrapetch';
  src: url('../fonts/ChakraPetch-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Chakrapetch';
  src: url('../fonts/ChakraPetch-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Chakrapetch';
  src: url('../fonts/ChakraPetch-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Chakrapetch';
  src: url('../fonts/ChakraPetch-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Chakrapetch';
  src: url('../fonts/ChakraPetch-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Mstiffhei Hk';
  src: url('../fonts/MStiffHei-HK-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Chakrapetch';
  src: url('../fonts/ChakraPetch-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Chakrapetch';
  src: url('../fonts/ChakraPetch-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Chakrapetch';
  src: url('../fonts/ChakraPetch-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Chakrapetch';
  src: url('../fonts/ChakraPetch-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neonlife';
  src: url('../fonts/Neonlife-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}