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

.container {
  max-width: 1400px;
  padding-right: 0px;
  padding-left: 0px;
}

.navbar {
  position: -webkit-sticky;
  position: sticky;
  padding-top: 2.5vh;
  padding-bottom: 2.5vh;
  background-color: hsla(0, 0%, 86.7%, 0);
}

.body {
  background-color: #001153;
}

.nav-link {
  position: relative;
  overflow: hidden;
  margin-top: 10px;
  margin-left: 40px;
  padding: 15px 20px;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-family: 'Noto Sans HK', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  text-align: right;
  text-decoration: none;
}

.nav-link:hover {
  color: #02eccd;
}

.nav-link.w--current {
  color: #02ebcb;
  cursor: default;
}

.main-bar {
  position: -webkit-sticky;
  position: sticky;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 42px;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 10px;
  padding-left: 20px;
  color: #001772;
}

.date {
  margin-right: 30px;
  font-family: 'Noto Sans HK', sans-serif;
  line-height: 42px;
  font-weight: 900;
}

.text-block {
  padding-left: 20px;
  font-family: 'Noto Sans HK', sans-serif;
  color: #001772;
  line-height: 42px;
  font-weight: 900;
}

.save {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 42px;
  font-family: 'Noto Sans HK', sans-serif;
  line-height: 42px;
  font-weight: 900;
}

.save-set {
  margin-left: 10px;
  padding-right: 10px;
  padding-left: 40px;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 10px 50%;
  background-size: 125px;
  background-repeat: no-repeat;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
}

.save-set:hover {
  background-color: #fff;
}

.save-set.google {
  padding-right: 10px;
  padding-left: 40px;
  background-image: url('../images/google.png');
  background-size: 24px;
  text-decoration: none;
}

.save-set.outlook {
  background-image: url('../images/outlook.png');
  background-size: 26px;
  text-decoration: none;
}

.colour {
  color: #001772;
}

.share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-family: 'Noto Sans HK', sans-serif;
  line-height: 42px;
  font-weight: 300;
  text-align: right;
}

.share.mobile-share {
  display: none;
}

.share-link {
  height: 42px;
  margin-left: 0px;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.share-link:hover {
  background-color: #fff;
}

.icon-image {
  margin-bottom: 2px;
}

.dot {
  display: none;
}

.div-block-2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  width: 100vw;
  height: 100vh;
}

.sticky-nav {
  position: absolute;
  top: 0px;
  z-index: 100;
  width: 100vw;
  padding: 0px;
}

.nav-grid {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin: 0px;
  padding: 0px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-flow: column;
  grid-auto-columns: -webkit-max-content;
  grid-auto-columns: max-content;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  -ms-grid-columns: 1fr max-content max-content max-content;
  grid-template-columns: 1fr -webkit-max-content -webkit-max-content -webkit-max-content;
  grid-template-columns: 1fr max-content max-content max-content;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.nav-logo-link {
  display: block;
  height: 60px;
  margin-right: 0px;
  margin-left: 0px;
  padding: 0px;
}

.nav-logo {
  width: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: 0% 50%;
  object-position: 0% 50%;
}

.nav-link-2 {
  display: block;
  margin-right: 0px;
  margin-left: 0px;
  padding: 10px 0px;
  color: #444;
  text-decoration: none;
}

.nav-link-2:hover {
  text-decoration: underline;
}

.kv {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: 100vh;
  padding-top: 140px;
  background-image: url('../images/KV.jpg');
  background-position: 50% 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

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

.bracket-1 {
  position: absolute;
  z-index: -2;
  display: block;
  width: 110vw;
  height: 110vh;
  margin-top: -15vh;
  margin-left: -5vw;
  background-image: url('../images/bracket_01.png');
  background-position: 50% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.bracket-2 {
  position: absolute;
  z-index: -1;
  width: 110vw;
  height: 110vh;
  margin-top: -15vh;
  margin-left: -5vw;
  background-image: url('../images/bracket_02.png');
  background-position: 50% 50%;
  background-size: 75%;
  background-repeat: no-repeat;
}

.bracket-3 {
  position: relative;
  display: block;
  width: 50vw;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  text-align: center;
}

.heading {
  margin-top: 4vh;
  font-family: 'Biome w01', sans-serif;
  color: #fff;
  font-size: 4vw;
  line-height: 4vw;
  text-align: center;
}

.image-2 {
  width: 100%;
}

.title1 {
  width: 58%;
  max-width: 58%;
  margin-right: 21%;
  margin-left: 21%;
    margin-top: 2vh;
}

.title2 {
  width: 58%;
  max-width: 58%;
  margin-right: 21%;
  margin-left: 21%;
}

.title3 {
  width: 58%;
  max-width: 58%;
  margin-right: 21%;
  margin-left: 21%;
    margin-bottom: 2vh;
}

.title4 {
  width: 58%;
  max-width: 58%;
  display: none;
}

.bracket-img-a {
  position: absolute;
  z-index: 1;
  opacity: 0;
}

.cta {
  position: relative;
  width: 220px;
  height: 52px;
  padding: 12px 40px 13px;
  border: 1px solid #00ffcf;
  background-color: rgba(0, 255, 207, 0.1);
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  font-family: 'Noto Sans HK', sans-serif;
  color: #02ebcd;
  font-size: 16px;
  font-weight: 900;
  letter-spacing: 2px;
  text-decoration: none;
 margin-top: 2vh;
}

.cta:hover {
  color: #001772;
}

.cta.squeeze {
  letter-spacing: 0px;
}

.cta.download {
  display: block;
  text-align: center;
}

.timer {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100px;
  max-width: 475px;
  margin-top: 4vh;
  margin-right: auto;
  margin-left: auto;
  background-color: rgba(0, 23, 114, 0.3);
}

.div-block-4 {
  width: 23%;
}

.days {
  position: relative;
  width: 25%;
  height: 100%;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: rgba(0, 23, 114, 0.4);
}

.timer-dot {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 2px;
  height: 2px;
  background-color: #02ecce;
}

.timer-dot.top-right {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: auto;
}

.timer-dot.top-right.ntr {
  top: -2px;
}

.timer-dot.bottom-left {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
}

.timer-dot.bottom-left.nbl {
  bottom: -2px;
}

.timer-dot.bottom-right {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.timer-dot.bottom-right.nbr {
  right: -2px;
}

.timer-dot.top-left {
  left: 0%;
}

.timer-dot.top-left.ntl {
  left: -2px;
}

.timer-dot.dot-move-2 {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.day-no {
  margin-top: 15px;
  font-family: 'Noto Sans HK', sans-serif;
  color: #00ffcf;
  font-size: 48px;
  line-height: 48px;
  font-weight: 100;
}

.timer-label {
  opacity: 0.5;
  font-family: 'Noto Sans HK', sans-serif;
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
}

.time {
  display: block;
  width: 100%;
  padding-left: 35px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: transparent;
  background-image: url('../images/bullet_time.png');
  background-position: 20px 0%;
  background-size: auto;
  background-repeat: no-repeat;
  font-family: 'Noto Sans HK', sans-serif;
  color: #02ebcd;
  font-size: 16px;
  line-height: 60px;
  font-weight: 300;
}

.time.odd {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  background-color: rgba(0, 0, 0, 0.15);
}

.time.last {
  border-bottom: 3px solid #02ebcd;
}

.time-no {
  margin-top: 15px;
  font-family: 'Noto Sans HK', sans-serif;
  color: #fff;
  font-size: 48px;
  line-height: 48px;
  font-weight: 100;
}

.colon {
  margin-right: 20px;
  margin-left: 20px;
  font-family: 'Noto Sans HK', sans-serif;
  color: #fff;
  font-size: 48px;
  line-height: 70px;
  font-weight: 100;
}

.footer {
  width: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding: 4vh 20px;
}

.section {
  min-height: 100vh;
}

.section.inner-page {
  min-height: auto;
}

.footer-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-right: auto;
  margin-bottom: 8vh;
  margin-left: auto;
}

.organizer {
  margin-right: 5vw;
  font-family: 'Noto Sans HK', sans-serif;
  color: #fff;
  font-weight: 300;
}

.org-label {
  padding-bottom: 10px;
}

.image-3 {
  margin-top: 3px;
}

.visit {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: none;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.link-block {
  width: 50%;
  height: 100px;
}

.visit-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100px;
  padding-right: 40px;
  padding-left: 20px;
  background-color: #000e41;
  background-image: url('../images/arrow.png');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  text-decoration: none;
}

.visit-text {
  font-family: 'Biome w01', sans-serif;
  color: #002350;
  font-size: 60px;
  line-height: 120px;
  text-decoration: none;
}

.visit-url {
  margin-top: 22px;
  margin-left: 40px;
  font-family: 'Noto Sans HK', sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 30px;
  font-weight: 300;
  text-decoration: none;
}

.high {
  font-family: 'Noto Sans HK', sans-serif;
  color: #02eccc;
  font-weight: 900;
  text-decoration: underline;
}

.foot {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  padding-top: 20px;
  font-family: 'Noto Sans HK', sans-serif;
  color: #fff;
  font-size: 15px;
  line-height: 26px;
  font-weight: 100;
}

.div-block-5 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 2px;
  background-color: hsla(0, 0%, 100%, 0.2);
}

.line {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  width: 100%;
  height: 2px;
  background-color: hsla(0, 0%, 100%, 0.2);
}

.div-block-6 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.footer-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: right;
}

.footer-link {
  margin-left: 3vw;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #fff;
  text-decoration: none;
}

.footer-link:hover {
  color: #00ffcf;
}

.image-4 {
  margin-left: 20px;
}

.div-block-7 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 100%;
  height: 100%;
  background-color: hsla(0, 0%, 100%, 0.1);
}

.nav-bg {
  position: absolute;
  left: -100%;
  top: 0%;
  right: auto;
  bottom: auto;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background-color: rgba(2, 236, 205, 0.15);
}

.text-block-4 {
  margin-right: 10px;
}

.cta-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 0;
  width: 0%;
  height: 100%;
  background-color: #02ebcd;
  opacity: 0;
}

.bracket-img-b {
  position: absolute;
  opacity: 0;
}

.main-bar-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: -1;
  width: 0%;
  height: 42px;
  background-color: #02ebcd;
}

.wrapper {
  position: relative;
  overflow: hidden;
  padding-top: 0px;
  padding-bottom: 400px;
  background-color: #021d84;
  background-image: url('../images/inner_BG.jpg');
  background-position: 50% 100%;
  background-size: auto;
  background-repeat: no-repeat;
}

.intro-header {
  position: relative;
  padding-top: 120px;
  background-image: url('../images/pattern01.png');
  background-position: 25% 0%;
  background-size: auto;
  background-repeat: no-repeat;
  text-align: center;
  cursor: auto;
}

.boxer {
  position: relative;
  width: 100%;
  max-width: 1600px;
  margin: 4vh auto;
  text-align: left;
}

.image-5 {
  position: absolute;
  left: auto;
  top: 8vh;
  right: 0%;
  bottom: auto;
  z-index: 0;
  width: 65%;
}

.center {
  position: relative;
  width: 100%;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10vh;
  padding-right: 7%;
  padding-left: 5vw;
}

.center.lower {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0%;
}

.center.push {
  padding-top: 15vh;
  padding-left: 0vw;
}

.heading-2 {
  font-family: 'Noto Sans HK', sans-serif;
  color: #fff;
  font-size: 36px;
  font-weight: 100;
}

.heading-3 {
  margin-top: 5vh;
  margin-bottom: 5vh;
  padding-top: 3vh;
  padding-left: 7%;
  font-family: 'Biome w01', sans-serif;
  color: #fff;
  font-size: 6rem;
  line-height: 1.1em;
}

.intro-line {
  position: relative;
  width: 2px;
  height: 0vh;
  background-color: hsla(0, 0%, 100%, 0.2);
}

.header-intro {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.copy {
  width: 100%;
  margin-right: 10vw;
  opacity: 1;
  font-family: 'Noto Sans HK', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 26px;
  font-weight: 300;
}

.copy.lower {
  margin-left: 5%;
}

.copy.green {
  margin-right: 9vw;
  margin-left: 0vw;
  padding: 5vh 4vw 5vh 5vw;
  background-color: #01d6c4;
  color: #08207e;
}

.copy.push.rightcol {
  position: relative;
}

.copy.rightcol {
  margin-right: 5vw;
}

.intro-visual {
  position: absolute;
  left: auto;
  top: 8vh;
  right: 0%;
  bottom: auto;
  overflow: hidden;
  width: 65%;
  height: 60vh;
  max-height: 700px;
}

.bold {
  font-weight: 900;
}

.div-block-8 {
  margin-top: 12vh;
  margin-right: auto;
  margin-left: auto;
  padding-right: 7%;
  padding-left: 7%;
}

.green-box {
  position: relative;
  width: 100%;
  margin-right: 7vw;
  padding: 5vh 5vw;
  background-color: #01d6c4;
}

.text-block-5 {
  font-family: 'Noto Sans HK', sans-serif;
  color: #08207e;
  font-size: 16px;
  line-height: 26px;
}

.div-block-9 {
  position: absolute;
  z-index: 0;
  background-color: #00eacb;
}

.city {
  font-size: 40px;
  line-height: 50px;
  font-weight: 100;
}

.image-6 {
  position: absolute;
  left: 50vw;
  z-index: 0;
  width: 150vw;
  max-width: 150vw;
  margin-top: 5vh;
  opacity: 0.5;
}

.visual-mask {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 100%;
  background-color: #002ca4;
}

.image-7 {
  position: relative;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  height: 100%;
  max-width: none;
}

.delay2 {
  opacity: 0;
}

.delay3 {
  opacity: 0;
}

.delay1 {
  opacity: 0;
}

.heading-4 {
  margin-top: 10vh;
  margin-bottom: 2vh;
}

.logo_right {
  position: absolute;
  left: auto;
  top: 5vh;
  right: -40px;
  bottom: 0%;
  z-index: 100;
  width: 10%;
}

.logo_left {
  position: absolute;
  left: -40px;
  top: 100vh;
  right: auto;
  bottom: auto;
  z-index: 100;
  width: 10%;
}

.text-block-6 {
  margin-bottom: 40px;
}

.text-block-7 {
  position: absolute;
  z-index: 1;
}

.text-block-8 {
  position: absolute;
  left: 0%;
  top: 30%;
  right: 0%;
  bottom: auto;
  z-index: 1;
}

.common-header {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 300px;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.heading-5 {
  position: absolute;
  z-index: 10;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: 'Biome w01', sans-serif;
  color: #fff;
  font-size: 64px;
  line-height: 100px;
  text-align: center;
}

.agenda-table {
  display: -ms-grid;
  display: grid;
  width: 100%;
  max-width: 1100px;
  margin-top: 10vh;
  margin-right: auto;
  margin-left: auto;
  grid-auto-flow: row;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-areas: "Area";
  -ms-grid-columns: 0.25fr 0px 1fr;
  grid-template-columns: 0.25fr 1fr;
  -ms-grid-rows: auto 0px auto 0px auto 0px auto 0px auto 0px auto 0px auto 0px auto 0px auto 0px auto 0px auto 0px auto;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
}

.table-header {
  padding-left: 20px;
  background-color: #02ebcd;
}

.heading-6 {
  font-family: 'Biome w01', sans-serif;
  color: #08207e;
  font-size: 22px;
  line-height: 30px;
}

.info {
  padding-left: 20px;
  font-family: 'Noto Sans HK', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
}

.info.odd {
  background-color: rgba(0, 0, 0, 0.15);
}

.info.expend {
  padding-bottom: 20px;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  cursor: pointer;
}

.info.expend:hover {
  background-color: rgba(2, 213, 192, 0.2);
}

.info.last {
  border-bottom: 3px solid #02ebcd;
}

.text-block-9 {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 0px;
  font-family: 'Noto Sans HK', sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  font-weight: 300;
}

.text-block-9.expend {
  padding-right: 50px;
  padding-bottom: 0px;
  background-image: url('../images/expend.png');
  background-position: 100% 40px;
  background-size: 41px;
  background-repeat: no-repeat;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}

.name {
  color: #02ebcd;
}

.hidden {
  display: block;
  overflow: hidden;
  height: auto;
  padding-right: 20px;
  -webkit-transition: max-height 400ms ease;
  transition: max-height 400ms ease;
}

.header-mask {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 20;
  display: block;
  width: 100%;
  height: 100%;
  background-color: #002ca4;
}

.image-8 {
  position: absolute;
  left: 0%;
  top: -50%;
  right: 0%;
  bottom: auto;
  z-index: 0;
}

.header-img {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 5;
}

.grid {
  width: 100%;
  max-width: 1140px;
  margin-top: 10vh;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.photo {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.speaker-name {
  padding-top: 5px;
  font-family: 'Noto Sans HK', sans-serif;
  color: #02d5c0;
  font-size: 24px;
  line-height: 36px;
  font-weight: 100;
}

.speaker-title {
  padding-top: 5px;
  font-family: 'Noto Sans HK', sans-serif;
  color: #fff;
  line-height: 24px;
  font-weight: 100;
}

.speaker-mask {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 10;
  display: block;
  width: 0%;
  height: 100%;
  background-color: #002ca4;
}

.speaker-img {
  width: 100%;
  height: 100%;
}

.live-header {
  display: flex;
  overflow: hidden;
  width: 100%;
  height: 650px;
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/Live_BG.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  font-family: 'Noto Sans HK', sans-serif;
  color: #fff;
  font-size: 20px;
  line-height: 36px;
  font-weight: 300;
  text-align: center;
}

.heading-7 {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  font-family: 'Biome w01', sans-serif;
  color: #fff;
  font-size: 64px;
  line-height: 72px;
}

.text-block-10 {
  display: block;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.bigger {
  font-size: 30px;
  line-height: 48px;
}

.live-head {
  font-family: 'Biome w01', sans-serif;
  font-size: 60px;
  line-height: 100px;
}

.timer-set {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
}

.preloader {
  position: absolute;
  z-index: 99999;
  display: none;
  width: 100vw;
  height: 100vh;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #001772;
}

.div-block-10 {
  text-align: center;
}

.text-block-12 {
  margin-top: 10px;
  font-family: 'Noto Sans HK', sans-serif;
  color: #fff;
  font-weight: 300;
}

.video {
  margin-right: auto;
  margin-left: auto;
}

.video-wrap {
  max-width: 1400px;
  margin-right: auto;
  margin-left: auto;

}

@media screen and (max-width: 991px) {
  .container {
    padding-right: 0px;
  }
  .nav-link {
    display: block;
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 30px;
    padding-right: 0px;
    padding-bottom: 30px;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
    font-size: 24px;
  }
  .nav-link.top {
    border-top: 1px solid #fff;
  }
  .share {
    display: none;
  }
  .share.mobile-share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 20px;
    background-color: #00e8c2;
  }
  .share-link {
    margin-left: 40px;
  }
  .image {
    margin-top: 10px;
  }
  .menu-button.w--open {
    background-color: #000e45;
  }
  .nav-menu {
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 14, 69, 0.9);
    text-align: right;
  }
  .text-block-3 {
    color: #000e45;
    font-size: 18px;
  }
  .div-block {
    width: 1px;
    height: 1px;
    padding-right: 0px;
    padding-bottom: 0px;
  }
  .dot {
    display: block;
    height: 1px;
    margin-top: -1px;
    margin-right: 20px;
    margin-left: 20px;
    padding-right: 0px;
    padding-bottom: 0px;
    border-right: 1px solid #00fdcf;
  }
  .bracket-2 {
    width: 130vw;
    height: 130vh;
    margin-top: -30vh;
    margin-left: -15vw;
  }
  .bracket-3 {
    width: 75vw;
  }
  .visit-button {
    padding-right: 4vw;
    padding-left: 2vw;
  }
  .visit-text {
    font-size: 6vw;
    line-height: 12vw;
  }
  .visit-url {
    margin-left: 3vw;
    font-size: 12px;
    line-height: 24px;
  }
  .image-7 {
    left: -26%;
    height: 100%;
    max-width: none;
  }
  .agenda-table {
    margin-top: 4vh;
  }
  .text-block-9 {
    padding-right: 20px;
  }
  .header-img {
    top: 0%;
  }
}

@media screen and (max-width: 767px) {
  .navbar {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .date {
    display: none;
  }
  .share {
    display: none;
  }
  .brand {
    padding-left: 0px;
      padding-top:8px;
  }
  .icon {
    color: #02ebcd;
  }
  .menu-button.w--open:focus {
    background-color: rgba(0, 14, 69, 0);
  }
  .sticky-nav {
    position: absolute;
  }
  .nav-grid {
    text-align: center;
  }
  .bracket-2 {
    width: 150vw;
    height: 150vh;
    margin-top: -45vh;
    margin-left: -25vw;
  }
  .bracket-3 {
    width: 90vw;
  }
  .timer {
    margin-top: 15vh;
  }
  .time {
    padding-top: 15px;
    padding-bottom: 15px;
    line-height: 30px;
  }
  .footer-main {
    display: block;
  }
  .organizer {
    margin-bottom: 3vh;
  }
  .visit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: none;
  }
  .visit-button {
    width: 100%;
  }
  .visit-text {
    font-size: 60px;
    line-height: 120px;
  }
  .foot {
    display: block;
  }
  .footer-menu {
    margin-top: 3vh;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .image-4 {
    width: 180px;
  }
  .intro-header {
    padding-top: 120px;
  }
  .center {
    padding-top: 7vh;
  }
  .heading-3 {
    padding-left: 0%;
    font-size: 3rem;
  }
  .header-intro {
    display: block;
  }
  .copy.green {
    padding-left: 20px;
  }
  .copy.push.rightcol {
    padding-left: 20px;
  }
  .intro-visual {
    top: 4vh;
    height: 350px;
  }
  .logo_right {
    display: none;
  }
  .logo_left {
    display: none;
  }
  .common-header {
    height: 250px;
  }
  .header-img {
    width: auto;
    height: 130%;
    max-width: none;
  }
  .grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    padding-top: 8px;
    padding-bottom: 3px;
  }
  .nav-link {
    display: block;
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
    font-size: 24px;
  }
  .nav-link.top {
    border-top: 1px solid #fff;
  }
  .share.mobile-share {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #00e8c2;
  }
  .share-link {
    margin-left: 8vw;
  }
  .menu-button {
    padding-right: 20px;
    background-color: rgba(0, 14, 69, 0);
  }
  .menu-button.w--open {
    background-image: none;
  }
  .nav-menu {
    position: absolute;
    height: 100vh;
  }
  .sticky-nav {
    padding: 0px;
  }
  .nav-grid {
    grid-auto-flow: row;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: 100px;
    grid-template-rows: 100px;
  }
  .nav-logo-link {
    border-top: 1px solid #c4c4c4;
  }
  .nav-link-2 {
    padding-top: 10px;
    padding-bottom: 10px;
    border-top: 1px solid #c4c4c4;
  }
  .kv {
    padding-top: 15vh;
    background-position: 50% 85%;
    background-size: 400%;
  }
  .bracket-3 {
    width: 120vw;
  }
  .title1 {
    width: 70%;
    max-width: 70%;
    margin-right: 15%;
    margin-left: 15%;
    
  }
  .title2 {
    width: 70%;
    max-width: 70%;
    margin-right: 15%;
    margin-left: 15%;
  }
  .title3 {
    width: 70%;
    max-width: 70%;
    margin-right: 15%;
    margin-left: 15%;
  }
  .title4 {
    width: 70%;
    max-width: 70%;
  }
  .bracket-img-a {
    left: -10vw;
    top: 0%;
    right: auto;
    bottom: auto;
    width: 120vw;
    max-width: 120vw;
  }
  .cta {

  }
  .timer {
    width: 90%;
    height: 90px;
    margin-top: 10vh;
  }
  .day-no {
    margin-top: 12px;
    font-size: 11vw;
  }
  .timer-label {
    font-size: 9px;
  }
  .time {
    padding-left: 30px;
    background-position: 20px -3px;
    font-size: 14px;
    line-height: 24px;
  }
  .time-no {
    margin-top: 12px;
    font-size: 11vw;
  }
  .colon {
    margin-right: 10px;
    margin-left: 10px;
  }
  .organizer {
    margin-bottom: 4vh;
  }
  .visit-button {
    height: 90px;
  }
  .visit-text {
    font-size: 45px;
    line-height: 100px;
  }
  .visit-url {
    font-size: 12px;
    line-height: 24px;
  }
  .footer-link {
    margin-right: 3vw;
    margin-left: 0vw;
    text-align: left;
  }
  .image-4 {
    width: 170px;
  }
  .bracket-img-b {
    left: -10vw;
    width: 120vw;
    max-width: 120vw;
  }
  .intro-header {
    padding-top: 90px;
  }
  .boxer {
    margin-top: 4vh;
  }
  .center {
    padding-top: 6vh;
    padding-right: 20px;
    padding-left: 20px;
  }
  .center.push {
    padding-top: 5vh;
  }
  .heading-2 {
    font-size: 24px;
    line-height: 36px;
  }
  .heading-3 {
    margin-top: 2vh;
    margin-bottom: 2vh;
    padding-top: 1vh;
  }
  .header-intro {
    display: block;
  }
  .copy {
    margin-right: 20px;
    margin-bottom: 20px;
  }
  .copy.green {
    margin-right: 20px;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
  }
  .copy.push.rightcol {
    padding-left: 20px;
  }
  .copy.rightcol {
    margin-right: 20px;
  }
  .intro-visual {
    top: 6vh;
    height: 300px;
    background-position: 30% 50%;
    background-size: auto 300px;
  }
  .image-6 {
    margin-top: 0vh;
  }
  .heading-4 {
    margin-top: 4vh;
  }
  .common-header {
    height: 200px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .heading-5 {
    margin-top: 0px;
    font-size: 48px;
    line-height: 54px;
  }
  .heading-6 {
    margin-top: 12px;
    margin-bottom: 8px;
    font-size: 18px;
    line-height: 24px;
  }
  .info {
    font-size: 14px;
    line-height: 24px;
  }
  .text-block-9 {
    font-size: 14px;
    line-height: 24px;
  }
  .header-img {
    width: auto;
    height: 100%;
    max-width: none;
  }
  .grid {
    display: block;
    margin-top: 4vh;
  }
  .speaker {
    margin-bottom: 40px;
  }
  .photo {
    width: 80%;
    max-width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .speaker-name {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
  }
  .speaker-title {
    width: 80%;
    margin-right: auto;
    margin-left: auto;
    padding-top: 0px;
  }
  .live-header {
    height: 60vh;
  }
  .bigger {
    font-size: 20px;
    line-height: 30px;
  }
}

#w-node-4d123afad688-d0b790c0 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

#w-node-3631007dad1d-d0b790c0 {
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
}

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