@font-face {
  font-family: "PixelifySans";
  font-style: normal;
  src: url(../font/PixelifySans.ttf) format("truetype");
}
@font-face {
  font-family: DIN-2014;
  font-style: normal;
  font-weight: 400;
  src: url(../font/DIN-2014.otf) format("opentype");
}

@font-face {
  font-family: DIN-2014;
  font-style: normal;
  font-weight: 700;
  src: url(../font/DIN-2014-Bold.otf) format("opentype");
}

@font-face {
  font-family: DIN-2014;
  font-style: normal;
  font-weight: 900;
  src: url(../font/DIN-2014-Extra-Bold.otf) format("opentype");
}

@font-face {
  font-family: DIN-2014;
  font-style: italic;
  font-weight: 400;
  src: url(../font/DIN-2014-Italic.otf) format("opentype");
}

@font-face {
  font-family: DIN-2014;
  font-style: italic;
  font-weight: 700;
  src: url(../font/DIN-2014-Bold-Italic.otf) format("opentype");
}

@font-face {
  font-family: DIN-2014;
  font-style: italic;
  font-weight: 900;
  src: url(../font/DIN-2014-Extra-Bold-Italic.otf) format("opentype");
}

@font-face {
  font-family: DIN-2014-Narrow;
  font-style: normal;
  font-weight: 400;
  src: url(../font/DIN-2014-Narrow.otf) format("opentype");
}

@font-face {
  font-family: DIN-2014-Narrow-Demi;
  font-style: normal;
  font-weight: 600;
  src: url(../font/DIN-2014-Narrow-Demi.otf) format("opentype");
}

@font-face {
  font-family: "Noto Sans CJK SC";
  font-style: normal;
  font-weight: 300;
  src: url(../font/NotoSansCJKsc-Light.woff) format("woff");
}

@font-face {
  font-family: "Noto Sans CJK SC";
  font-style: normal;
  font-weight: 400;
  src: url(../font/NotoSansCJKsc-Regular.woff) format("woff");
}

@font-face {
  font-family: "Noto Sans CJK SC";
  font-style: normal;
  font-weight: 700;
  src: url(../font/NotoSansCJKsc-Bold.woff) format("woff");
}

@font-face {
  font-family: "Noto Sans CJK SC";
  font-style: normal;
  font-weight: 900;
  src: url(../font/NotoSansCJKsc-Black.woff) format("woff");
}

@font-face {
  font-family: "Noto Sans CJK TC";
  font-style: normal;
  font-weight: 300;
  src: url(../font/NotoSansCJKtc-Light.woff) format("woff");
}

@font-face {
  font-family: "Noto Sans CJK TC";
  font-style: normal;
  font-weight: 400;
  src: url(../font/NotoSansCJKtc-Regular.woff) format("woff");
}

@font-face {
  font-family: "Noto Sans CJK TC";
  font-style: normal;
  font-weight: 700;
  src: url(../font/NotoSansCJKtc-Bold.woff) format("woff");
}

@font-face {
  font-family: "Noto Sans CJK TC";
  font-style: normal;
  font-weight: 900;
  src: url(../font/NotoSansCJKtc-Black.woff) format("woff");
}

a {
  cursor: pointer !important;
}

.navbar {
  padding: 0;
  width: 100%;
  background: rgba(50, 133, 181, 0.9);
}

.navbar,
.navbar .nav-container.collapse,
.navbar .nav-container.collapse.in {
  display: block;
}

.navbar .nav-container {
  -webkit-transition: all 400ms ease-in;
  -moz-transition: all 400ms ease-in;
  -o-transition: all 400ms ease-in;
  -ms-transition: all 400ms ease-in;
  transition: all 400ms ease-in;
}

.navbar,
.navbar .nav-container .nav-language ul,
.navbar .nav-container .nav-primary,
.navbar .nav-container .nav-primary .nav-list {
  -webkit-transition: color 400ms ease-in, opacity 400ms ease-in;
  -moz-transition: color 400ms ease-in, opacity 400ms ease-in;
  -o-transition: color 400ms ease-in, opacity 400ms ease-in;
  -ms-transition: color 400ms ease-in, opacity 400ms ease-in;
  transition: color 400ms ease-in, opacity 400ms ease-in;
}

.navbar .nav-container .nav-primary {
  display: block;
  width: 100%;
}

.navbar .nav-container .nav-language ul,
.navbar .nav-container .nav-primary .nav-list {
  font-family: "DIN-2014", Helvetica, Arial, "Noto Sans CJK TC",
    sans-serif;
  font-weight: 400;
  list-style: none;
  margin: 0;
  padding: 0;
}
#page-footer {
  font-family: "DIN-2014-Narrow";
  font-weight: 600;
}

#page-footer #footer-contact-heading:lang(zh),
.navbar .nav-container .nav-language ul:lang(zh),
.navbar .nav-container .nav-primary .nav-list:lang(zh),
h1:lang(zh),
h2:lang(zh),
h3:lang(zh),
h4:lang(zh),
h5:lang(zh),
h6:lang(zh) {
  font-family: "Noto Sans CJK TC", "DIN-2014", Helvetica, Arial, 
    sans-serif;
}

#page-footer #footer-contact-heading:lang(zh-Hans),
.navbar .nav-container .nav-language ul:lang(zh-Hans),
.navbar .nav-container .nav-primary .nav-list:lang(zh-Hans),
h1:lang(zh-Hans),
h2:lang(zh-Hans),
h3:lang(zh-Hans),
h4:lang(zh-Hans),
h5:lang(zh-Hans),
h6:lang(zh-Hans) {
  font-family: "Noto Sans CJK SC", "DIN-2014", Helvetica, Arial, 
    sans-serif;
}

.navbar .nav-container .nav-primary .nav-list-dropdown-toggle,
.navbar .nav-container .nav-primary .nav-list-link {
  text-transform: uppercase;
  line-height: 1;
  display: block;
  -webkit-transition: color 400ms ease-in, opacity 400ms ease-in;
  -moz-transition: color 400ms ease-in, opacity 400ms ease-in;
  -o-transition: color 400ms ease-in, opacity 400ms ease-in;
  -ms-transition: color 400ms ease-in, opacity 400ms ease-in;
  transition: color 400ms ease-in, opacity 400ms ease-in;
}

.navbar .nav-container .nav-primary .nav-list-dropdown-toggle:active,
.navbar .nav-container .nav-primary .nav-list-dropdown-toggle:focus,
.navbar .nav-container .nav-primary .nav-list-dropdown-toggle:hover,
.navbar .nav-container .nav-primary .nav-list-link:active,
.navbar .nav-container .nav-primary .nav-list-link:focus,
.navbar .nav-container .nav-primary .nav-list-link:hover {
  text-decoration: none;
}

.nav-primary-container .nav-list li.nav-registration {
  background: rgba(220, 226, 54, 1);
  border-radius: 0;
  color: #083050;
  box-shadow: 0px 5px black, 0px -5px black, 5px 0px black, -5px 0px black, 0px 10px #00000038, 5px 5px #00000038, -5px 5px #00000038, inset 0px 5px #ffffff36;

}

.nav-primary-container .nav-list li.nav-registration a {
  color: #083050 !important;
}

.navbar .nav-container .nav-language ul>li a,
.navbar .nav-container .nav-primary .nav-list-dropdown .nav-list-dropdown-menu {
  -webkit-transition: color 400ms ease-in, opacity 400ms ease-in;
  -moz-transition: color 400ms ease-in, opacity 400ms ease-in;
  -o-transition: color 400ms ease-in, opacity 400ms ease-in;
  -ms-transition: color 400ms ease-in, opacity 400ms ease-in;
  transition: color 400ms ease-in, opacity 400ms ease-in;
}

.navbar .nav-container .nav-language ul>li {
  display: inline-block;
  font-size: 0.8rem;
}

.navbar .nav-container .nav-language ul>li a {
  text-transform: uppercase;
  margin: 0 0.35rem;
  color: #fff;
}

.navbar .nav-container .nav-language ul>li a:active,
.navbar .nav-container .nav-language ul>li a:focus,
.navbar .nav-container .nav-language ul>li a:hover {
  text-decoration: none;
  color: #ffe52d;
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .navbar .nav-container .nav-language ul>li a {
    margin: 0 0.15rem;
  }
}

.navbar .navbar-toggle {
  position: absolute;
  display: none;
  float: none;
  top: 0;
  left: 0;
  z-index: 40;
  margin: 11px 15px;
  width: 38px;
  height: 38px;
  background-color: rgba(255, 255, 255, 0);
  border: 0 solid transparent;
  border-radius: 100%;
  -webkit-appearance: none;
}

.navbar .navbar-toggle .animated-icon-bar {
  display: inline-block;
  position: absolute;
  left: 8px;
  bottom: auto;
  width: 22px;
  height: 2px;
  border-radius: 0;
  -webkit-transition: opacity 0.25s, background-color 0.5s;
  -moz-transition: opacity 0.25s, background-color 0.5s;
  -o-transition: opacity 0.25s, background-color 0.5s;
  -ms-transition: opacity 0.25s, background-color 0.5s;
  transition: opacity 0.25s, background-color 0.5s;
}

.navbar .navbar-toggle .animated-icon-bar:nth-child(1) {
  top: 18px;
  background-color: #88d27a;
  background: linear-gradient(to right,
      #4290ab 0%,
      #4290ab 49%,
      #88d27a 50%,
      #88d27a 100%);
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  transform: rotate(135deg);
  -webkit-transition: transform 0.25s, top 0.25s, opacity 0.25s,
    background-color 0.5s;
  -moz-transition: transform 0.25s, top 0.25s, opacity 0.25s,
    background-color 0.5s;
  -o-transition: transform 0.25s, top 0.25s, opacity 0.25s,
    background-color 0.5s;
  -ms-transition: transform 0.25s, top 0.25s, opacity 0.25s,
    background-color 0.5s;
  transition: transform 0.25s, top 0.25s, opacity 0.25s, background-color 0.5s;
}

.navbar .navbar-toggle .animated-icon-bar:nth-child(2) {
  top: 18px;
  background: 0 0;
  opacity: 0;
}

.navbar .navbar-toggle .animated-icon-bar:nth-child(3) {
  top: 18px;
  background-color: #88d27a;
  background: linear-gradient(to right,
      #4290ab 0%,
      #4290ab 49%,
      #88d27a 50%,
      #88d27a 100%);
  -webkit-transform: rotate(225deg);
  -moz-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  transform: rotate(225deg);
  -webkit-transition: transform 0.25s, top 0.25s, opacity 0.25s,
    background-color 0.5s;
  -moz-transition: transform 0.25s, top 0.25s, opacity 0.25s,
    background-color 0.5s;
  -o-transition: transform 0.25s, top 0.25s, opacity 0.25s,
    background-color 0.5s;
  -ms-transition: transform 0.25s, top 0.25s, opacity 0.25s,
    background-color 0.5s;
  transition: transform 0.25s, top 0.25s, opacity 0.25s, background-color 0.5s;
}

.navbar .navbar-toggle.collapsed,
.navbar .navbar-toggle.collapsed:hover,
.navbar .navbar-toggle:hover {
  background-color: transparent !important;
  border-color: transparent !important;
  -webkit-background-color: transparent !important;
  -webkit-border-color: transparent !important;
  -webkit-appearance: none !important;
}

.navbar .navbar-toggle.collapsed .animated-icon-bar:nth-child(1) {
  top: 12px;
}

.navbar .navbar-toggle.collapsed .animated-icon-bar:nth-child(1),
.navbar .navbar-toggle.collapsed .animated-icon-bar:nth-child(2),
.navbar .navbar-toggle.collapsed .animated-icon-bar:nth-child(3) {
  background: #fff !important;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.navbar .navbar-toggle.collapsed .animated-icon-bar:nth-child(2) {
  opacity: 1;
  top: 18px;
}

.navbar .navbar-toggle.collapsed .animated-icon-bar:nth-child(3) {
  top: 24px;
}

.navbar .navbar-toggle:focus {
  outline: 0;
}

@media (min-width: 1200px) {
  .navbar .nav-container .nav-primary .nav-list-dropdown {
    position: relative;
  }

  .navbar .nav-container .nav-primary .nav-list-dropdown .nav-list-dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
  }

  .navbar .nav-container .nav-primary .nav-list-dropdown .nav-list-dropdown-menu {
    position: absolute;
    float: none;
    top: 100%;
    left: 50%;
    z-index: 10;
    display: none;
    list-style: none;
    margin: 0;
    padding: 0;
    min-width: 10rem;
    opacity: 0;
    max-height: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: opacity 400ms 400ms ease-in;
    -moz-transition: opacity 400ms 400ms ease-in;
    -o-transition: opacity 400ms 400ms ease-in;
    -ms-transition: opacity 400ms 400ms ease-in;
    transition: opacity 400ms 400ms ease-in;
  }

  .navbar .nav-container .nav-primary .nav-list-dropdown .nav-list-dropdown-menu>li {
    display: table-row;
    height: 60px;
  }

  .nav-list-dropdown-menu li {
    height: 2rem;
    line-height: 2rem;
    list-style: none;
  }

  .navbar .nav-container .nav-primary .nav-list-dropdown .nav-list-dropdown-menu>li>a,
  .navbar .nav-container .nav-primary .nav-list>li {
    display: table-cell;
    vertical-align: middle;
  }

  .navbar .nav-container .nav-primary .nav-list-dropdown.show .nav-list-dropdown-menu {
    display: table;
    opacity: 1;
    max-height: 100vh;
  }

  .navbar .nav-container .nav-primary {
    text-align: center;
    width: 100%;
  }

  .navbar .nav-container .nav-primary .nav-primary-container {
    display: inline-block;
    margin: 0 auto;
  }

  .navbar .nav-container .nav-primary .nav-list {
    width: 100%;
    height: 60px;
    display: table-row;
  }

  .navbar .nav-container .nav-primary .nav-list>li.active .nav-list-dropdown-toggle,
  .navbar .nav-container .nav-primary .nav-list>li.active .nav-list-link {
    color: #ffe52d;
  }

  .navbar .nav-container .nav-primary .nav-list .nav-list-dropdown-toggle,
  .navbar .nav-container .nav-primary .nav-list .nav-list-link {
    margin: 0 1rem;
    color: #fff;
  }
}

@media (min-width: 1200px) and (min-width: 1200px) and (max-width: 1939.98px) {

  .navbar .nav-container .nav-primary .nav-list .nav-list-dropdown-toggle,
  .navbar .nav-container .nav-primary .nav-list .nav-list-link {
    margin: 0 0.7rem;
  }

  .navbar .nav-container .nav-primary .nav-list .nav-list-dropdown-toggle:lang(en),
  .navbar .nav-container .nav-primary .nav-list .nav-list-link:lang(en) {
    margin: 0 0.55rem;
  }
}

@media (min-width: 1200px) {

  .navbar .nav-container .nav-primary .nav-list .nav-list-dropdown-toggle:active,
  .navbar .nav-container .nav-primary .nav-list .nav-list-dropdown-toggle:focus,
  .navbar .nav-container .nav-primary .nav-list .nav-list-dropdown-toggle:hover,
  .navbar .nav-container .nav-primary .nav-list .nav-list-link:active,
  .navbar .nav-container .nav-primary .nav-list .nav-list-link:focus,
  .navbar .nav-container .nav-primary .nav-list .nav-list-link:hover {
    color: #ffe52d;
  }

  .navbar .nav-container .nav-primary .nav-list-dropdown .nav-list-dropdown-menu {
    background: rgba(0, 0, 0, 0.8);
  }

  .navbar .nav-container .nav-primary .nav-list-dropdown .nav-list-link {
    color: #9c9b9b;
  }

  .navbar .nav-container .nav-primary .nav-list-dropdown .nav-list-link:active,
  .navbar .nav-container .nav-primary .nav-list-dropdown .nav-list-link:focus,
  .navbar .nav-container .nav-primary .nav-list-dropdown .nav-list-link:hover {
    color: #fff;
  }

  .navbar .nav-container .nav-language {
    position: absolute;
    top: 0;
    right: 15px;
    height: 60px;
    display: flex;
    align-items: center;
  }
}

@media (max-width: 1199.98px) {
  .navbar {
    height: 60px;
    background: 0 0;
  }

  .navbar .navbar-toggle {
    display: block;
    -webkit-appearance: none;
  }

  .navbar .nav-container {
    position: fixed;
    left: -15px;
    top: 0;
    bottom: 0;
    padding: 60px 20px 20px;
    width: 315px;
    z-index: 30;
    overflow-y: auto;
    background: rgba(50, 133, 181, 0.9);
  }

  .navbar .nav-container .nav-primary .nav-list .nav-list-dropdown-toggle,
  .navbar .nav-container .nav-primary .nav-list .nav-list-link {
    display: block;
    margin: 0;
    padding: 0.8rem 1rem;
    border-bottom: 1px solid #ffe52d;
    color: #fff;
    cursor: pointer;
  }

  .navbar .nav-container .nav-primary .nav-list .nav-list-dropdown-toggle:active,
  .navbar .nav-container .nav-primary .nav-list .nav-list-dropdown-toggle:focus,
  .navbar .nav-container .nav-primary .nav-list .nav-list-dropdown-toggle:hover,
  .navbar .nav-container .nav-primary .nav-list .nav-list-link:active,
  .navbar .nav-container .nav-primary .nav-list .nav-list-link:focus,
  .navbar .nav-container .nav-primary .nav-list .nav-list-link:hover {
    color: #ffe52d;
  }

  .navbar .nav-container .nav-primary .nav-list>li.active .nav-list-dropdown-toggle,
  .navbar .nav-container .nav-primary .nav-list>li.active .nav-list-link {
    color: #ffe52d;
  }

  .navbar .nav-container .nav-primary .nav-list-dropdown .nav-list-dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent;
    /*
    content: "\f105";
    width: 1.28571429em;
    text-align: center;
    display: inline-block;
    font: 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0.2rem;
    -webkit-transition: all 400ms ease-in;
    -moz-transition: all 400ms ease-in;
    -o-transition: all 400ms ease-in;
    -ms-transition: all 400ms ease-in;
    transition: all 400ms ease-in;
    */
  }

  .navbar .nav-container .nav-primary .nav-list-dropdown .nav-list-dropdown-menu {
    max-height: 0;
    overflow: hidden;
  }

  .navbar .nav-container .nav-primary .nav-list-dropdown.show .nav-list-dropdown-toggle::after {
    padding-left: 0.2rem;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  .navbar .nav-container .nav-primary .nav-list-dropdown.show .nav-list-dropdown-menu {
    max-height: 100vh;
  }

  .navbar .nav-container .nav-language {
    display: block;
    text-align: center;
    padding: 0.8rem 1rem;
  }

  .navbar .nav-container.collapse {
    left: -15px;
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  .navbar .nav-container.collapse.in {
    left: -15px;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

/* highlightSection Start */
#highlightSection {
  background: #db473f;
  padding: 3rem 0;
  margin: 0 auto;
}

#highlightSection .num {
  font-size: 25pt;
  font-weight: 600;
  color: #ffe52d;
}

#highlightSection .desc {
  font-size: 1rem;
  font-weight: 400;
  color: #ffffff;
  word-break: break-word;
}

#highlightSection .cRow {
  padding: 20px;
}

/* highlightSection End */

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden;
}

.clearfix::after,
.embed-responsive::before {
  display: block;
  content: "";
}

.embed-responsive .embed-responsive-item,
.embed-responsive embed,
.embed-responsive iframe,
.embed-responsive object,
.embed-responsive video {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.embed-responsive-21by9::before {
  padding-top: 42.8571428571%;
}

.embed-responsive-16by9::before {
  padding-top: 56.25%;
}

.embed-responsive-4by3::before {
  padding-top: 75%;
}

.embed-responsive-1by1::before {
  padding-top: 100%;
}

.videoWrapper {
  position: relative;
  width: 100%;
  height: 0;
  background-color: #000;
}

.videoWrapper43 {
  padding-top: 75%;
}

.videoWrapper169 {
  padding-top: 56.26%;
}

.videoIframe {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

.videoPoster {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  cursor: pointer;
  border: 0;
  outline: none;
  background-position: center center;
  background-size: cover;
  text-indent: -999em;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity 800ms, height 0s;
  -moz-transition: opacity 800ms, height 0s;
  transition: opacity 800ms, height 0s;
  -webkit-transition-delay: 0s, 0s;
  -moz-transition-delay: 0s, 0s;
  transition-delay: 0s, 0s;
}

.videoWrapperActive .videoPoster {
  opacity: 0;
  height: 0;
  -webkit-transition-delay: 0s, 800ms;
  -moz-transition-delay: 0s, 800ms;
  transition-delay: 0s, 800ms;
}

#play {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
  transform: translateY(-50%) translateX(-50%);
}

.svg-wrapper {
  display: block;
  width: 92px;
  height: 92px;
  margin: 0 auto;
  cursor: pointer;
}

#playButton {
  fill: rgba(54, 83, 128, 0.8);
  transition: all 0.25s ease-in-out;
}

#playButton-triangle {
  opacity: 0;
  transition: all 0.25s ease-in-out;
}

#video-play-button:hover #playButton,
.galleryimg:hover #playButton,
.videoWrapper:hover #playButton {
  fill: #ffe52d;
}

#video-play-button:hover #playButton-triangle,
.galleryimg:hover #playButton-triangle,
.videoWrapper:hover #playButton-triangle {
  opacity: 1;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
    transform: scale3d(1.05, 1.05, 1.05);
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}

.register-button {
  position: relative;
  text-align: center;
  font-size: 1.5rem;
  font-family: "DIN-2014", Helvetica, Arial, "Noto Sans CJK TC",
    sans-serif;
  font-weight: 400;
  color: #fff !important;
  background: rgb(106, 194, 149);
  background: linear-gradient(90deg,
      rgba(106, 194, 149, 1) 0%,
      rgba(50, 128, 195, 1) 100%);
  padding: 0.25rem;
  border-radius: 2rem;
  display: inline-flex;
  animation: pulse 1s infinite;
}

.register-button span {
  border: 2px solid #fff;
  border-radius: 2rem;
  padding: 0.3rem 2rem;
  width: 100%;
}

.animate__pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.body-mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  background: rgba(0, 0, 0, 0.25);
  overflow: hidden;
  z-index: 20;
  -webkit-transition: opacity 400ms ease-in;
  -moz-transition: opacity 400ms ease-in;
  -o-transition: opacity 400ms ease-in;
  -ms-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
}

.body-mask.active {
  width: 100%;
  height: 100vh;
  opacity: 1;
}

img {
  user-select: none;
  pointer-events: none;
}

body,
html {
  font-family: "DIN-2014", Helvetica, Arial, "Noto Sans CJK TC", sans-serif;
  font-weight: 300;
  font-size: 16px;
  background: #c6e9fa;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  color: #083050;
  /* #e0e0e0; */
}

body:lang(zh),
html:lang(zh) {
  font-family: "DIN-2014", Helvetica, Arial, "Noto Sans CJK TC", sans-serif;
}

body:lang(zh-Hans),
html:lang(zh-Hans) {
  font-family: "DIN-2014", Helvetica, Arial, "Noto Sans CJK SC", sans-serif;
}

@media (max-width: 767.98px) {

  body,
  html {
    font-size: 14px;
  }
}

body {
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

#page-container {
  flex: 1 0 auto;
}

#page-footer {
  flex-shrink: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "DIN-2014", Helvetica, Arial, "Noto Sans CJK TC",
    sans-serif;
  font-weight: 400;
}

.header-font {
  font-family: "DIN-2014", Helvetica, Arial, "Noto Sans CJK TC",
    sans-serif !important;
  font-weight: 400 !important;
}

#page-footer a {
  text-decoration: none;
  color:#ffffff;
}

#page-container {
  position: relative;
  padding-top: 60px;
}

#page-container a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

#page-container a:active,
#page-container a:focus,
#page-container a:hover {
  color: #17c3ff;
  text-shadow: 0 0 1px #4290ab;
  text-decoration: none;
}

@media (max-width: 1199.98px) {
  #page-container {
    padding-top: 0;
  }
}

#page-footer {
  position: relative;
  text-align: left;
  padding: 3rem 0;
  background: #6bbce9;
  color: #414042;
}

@media (max-width: 575.98px) {
  #page-footer {
    padding: 2rem 0;
  }
}

#page-footer .footer-contact {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
}

@media (max-width: 767.98px) {
  #page-footer .footer-contact {
    margin-bottom: 1rem;
  }
}

#page-footer .footer-contact h4,
.agenda .agenda-row .agenda-content h1,
.agenda .agenda-row .agenda-content h2,
.agenda .agenda-row .agenda-content h3,
.agenda .agenda-row .agenda-content h4,
.agenda .agenda-row .agenda-content h5,
.agenda .agenda-row .agenda-content h6,
.agenda .agenda-row .agenda-content ol {
  margin: 0;
}

#agenda .agenda-row .agenda-content ul,
.agenda .agenda-row .agenda-content li {
  margin: 0 0 0.5rem 0;
}

#page-footer .footer-contact>li,
#page-footer #footer-social-media>li {
  display: inline-block;
  padding: 0;
}

#page-footer .footer-contact>li:first-child {
  margin-left: 0;
}

#page-footer .footer-contact>li:last-child {
  margin-right: 0;
}

#page-footer .#footer-contact>li a {
  color: #414042;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  -ms-transition: color 0.2s;
  transition: color 0.2s;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem;
}

#page-footer .footer-contact>li a:active,
#page-footer .footer-contact>li a:focus,
#page-footer .footer-contact>li a:hover {
  color: #ffe52d;
  text-decoration: none;
}

#page-footer #footer-social-media {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

#page-footer #footer-social-media img {
  height: 24px;
  width: auto;
}

@media (max-width: 767.98px) {
  #page-footer #footer-social-media {
    margin-bottom: 1rem;
  }
}

#page-footer #footer-social-media>li:first-child {
  margin-left: 0;
}

#page-footer #footer-social-media>li:last-child {
  margin-right: 0;
}

#page-footer #footer-social-media>li a {
  color: #ffffff;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  -ms-transition: color 0.2s;
  transition: color 0.2s;
  display: block;
}

#page-footer #footer-social-media>li a:active,
#page-footer #footer-social-media>li a:focus,
#page-footer #footer-social-media>li a:hover {
  color: #ffe52d;
  text-decoration: none;
  filter: brightness(10);
}

#page-footer #footer-copyright {
  text-transform: uppercase;
  font-family: "DIN-2014", Helvetica, Arial, "Noto Sans CJK TC",
    sans-serif;
  font-weight: 400;
}

#page-footer #footer-copyright:lang(zh) {
  font-family: "DIN-2014", Helvetica, Arial, "Noto Sans CJK TC",
    sans-serif;
}

#page-footer #footer-copyright:lang(zh-Hans) {
  font-family: "DIN-2014", Helvetica, Arial, "Noto Sans CJK SC",
    sans-serif;
}

@media (max-width: 991.98px) {
  #page-footer #footer-copyright {
    display: block !important;
  }

  #page-footer #footer-copyright+li {
    margin-left: 0 !important;
  }
}

#page-footer #footer-link {
  list-style: none;
  text-transform: uppercase;
  font-family: "DIN-2014-Narrow", Helvetica, Arial, "Noto Sans CJK TC",
    sans-serif;
  font-weight: 400;
  padding: 0;
  margin: 0;
}

#page-footer #footer-link:lang(zh) {
  font-family: "Noto Sans CJK TC", "DIN-2014-Narrow", Helvetica, Arial, 
    sans-serif;
}

#page-footer #footer-link:lang(zh-Hans) {
  font-family: "Noto Sans CJK TC", "DIN-2014-Narrow", Helvetica, Arial, 
    sans-serif;
}

#page-footer #footer-link>li {
  display: inline-block;
  margin: 0 0.5rem;
  padding: 0;
}

#page-footer #footer-link>li:first-child {
  margin-left: 0;
}

#page-footer #footer-link>li:last-child {
  margin-right: 0;
}

#page-footer #footer-link>li a {
  color: #ffffff;
  -webkit-transition: color 0.2s;
  -moz-transition: color 0.2s;
  -o-transition: color 0.2s;
  -ms-transition: color 0.2s;
  transition: color 0.2s;
}

#page-footer #footer-link>li a:active,
#page-footer #footer-link>li a:focus,
#page-footer #footer-link>li a:hover {
  color: #ffe52d;
  text-decoration: none;
}

#banner {
  width: 100%;
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  background-color: #0d172d;
}

#banner .delf-banner-logo {
  height: 45px;
  width: auto;
}

#banner .cyberport-banner-logo {
  height: 60px;
  width: auto;
}

@media (min-width: 1940px) {
  #banner {
    height: 700px;
  }
}

@media (min-width: 1200px) and (max-width: 1939.98px) {
  #banner {
    height: 660px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #banner {
    height: 480px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #banner {
    height: 320px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  #banner {
    height: 240px;
  }
}

@media (max-width: 575.98px) {
  #banner {
    height: 200px;
  }
}

@media (max-width: 339.98px) {
  #banner {
    height: 200px;
  }
}

#banner-bg {
  width: 100%;
  background: url(../img/kv/cloud-bg.webp?v=2) repeat-x center center / cover, linear-gradient(180deg, rgba(141, 215, 247, 1) 0%, rgba(141, 215, 247, 1) 30%, rgba(141, 215, 247, 0) 100%);
  display: flex;
  align-items: center;
  text-align: center;
  padding: 10dvw 0;
}

#banner-bg h1 {
  font-family: "PixelifySans", "DIN-2014", sans-serif;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  font-size: 8rem;
  font-weight: 400;
  margin-bottom: 0;
  color: #fff;
  /*
  -webkit-text-stroke: 4px #000;
  -webkit-text-fill-color: #fff;
  */
  text-shadow: 4px 4px 0 #000;
}

#banner-bg h1:lang(zh-Hans) {
  font-family: "Noto Sans CJK TC", "DIN-2014", sans-serif;
  font-size: 5rem;
  font-weight: 900;
}
#banner-bg h1:lang(zh) {
  font-family: "Noto Sans CJK SC", "DIN-2014", sans-serif;
  font-size: 5rem;
  font-weight: 900;
}
@media (max-width: 575.98px) {
  #banner-bg {
    padding: 24dvw 0 8dvw;
  }
  #banner-bg h1 {
    font-size: 2.5rem;
  }
  #banner-bg h1:lang(zh-Hans) {
    font-size: 3rem;
  }
  #banner-bg h1:lang(zh) {
    font-size: 5rem;
  }
}

.hero-banner {
  background: url(../img/kv/cloud-bg.webp?v=2) repeat-x center center / cover, linear-gradient(180deg, rgba(141, 215, 247, 1) 0%, rgba(141, 215, 247, 1) 30%, rgba(141, 215, 247, 0) 100%);
}

.kv-logo-wrapper {
  display: block;
  width: 100%;
  max-width: 320px;
  text-align: center;
  padding: 2.4rem 1rem 2rem;
  background: url(../img/kv/logo-bg.webp) no-repeat center center / contain;
  margin: 0 auto;
}

.kv-logo {
  max-width: 160px;
}

.kv-img {
  width: 100%;
  z-index: 3;
  position: relative;
}

.kv-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-items: center;
  padding-top: 0;
  margin-top: -5rem;
  z-index: 5;
}

@media(min-width:992px) {
  .kv-logo-wrapper {
    margin: 0;
  }

  .kv-logo {
    max-width: 240px;
  }
}

.kv-title {
  width: 100%;
}

.kv-date {
  width: 80%;
}

@media (max-width: 991.98px) {
  .kv-info {
    margin-top: -4rem;
  }
}

.home-happyhk {
  transition: all 1s ease-in-out;
}

.home-happyhk img {
  aspect-ratio: 26/8;
  object-fit: cover;
}

.home-happyhk:hover {
  transform: scale(1.1);
}

.home-showcase {
  transition: all 1s ease-in-out;
}

.home-showcase img {
  aspect-ratio: 54/36;
  object-fit: cover;
}

.home-showcase:hover {
  transform: scale(1.1);
}

#to-top {
  position: fixed;
  right: 3rem;
  bottom: 3rem;
  font-size: 2rem;
  opacity: 0;
  text-align: center;
  transition: all 0.4s;
  width: 3rem;
  height: 3rem;
  background: rgba(255, 255, 255, 0.8);
  z-index: 10;
  border: 0;
  box-shadow: 0px 5px black, 0px -5px black, 5px 0px black, -5px 0px black, 0px 10px #00000038, 5px 5px #00000038, -5px 5px #00000038, inset 0px 5px #ffffff36;
}

#to-top .fa {
  line-height: 1.5;
}

#to-guide-map,
#to-top.active {
  opacity: 1;
  cursor: pointer;
}

#to-guide-map {
  position: fixed;
  right: 6.5rem;
  bottom: 3rem;
  font-size: 1.5rem;
  text-align: center;
  transition: all 0.4s;
  width: 3rem;
  height: 3rem;
  z-index: 10;
}

#to-guide-map .fa {
  line-height: 2;
}

#to-guide-map,
.bg-black {
  background: rgba(0, 0, 0, 0.8);
}

.heading {
  text-align: center;
  margin: 1.5rem 0;
}

.heading span {
  font-family: DIN-2014, sans-serif;
  position: relative;
  font-weight: 700;
  display: inline-block;
  background: url(../img/kv/coins.webp) no-repeat center top / auto 30px;
  height: auto;
  padding-top: 40px;
  text-transform: uppercase;
  min-width: 300px;
}

.delf2025-list {
  list-style: none;
  font-family: "DIN-2014-Narrow", Helvetica, Arial, "Noto Sans CJK TC",
    sans-serif;
    font-weight: 600;
}

.delf2025-icon {
  width: 18%;
}

@media (max-width: 768px) {
  .delf2025-icon {
    width: 33%;
    padding: 0.5px;
  }
}

#input-email {
  font-family: "DIN-2014", Helvetica, Arial, "Noto Sans CJK TC",
    sans-serif;
  font-weight: 400;
  border-radius: 0;
  display: inline-block;
  font-size: 1.5rem;
  line-height: 2rem;
  vertical-align: middle;
  border: 0;
  padding: calc(0.375rem + 2px) 0;
  max-width: 100%;
  width: 0;
  transition: width 0.15s ease-in-out;
}

#input-email:lang(zh),
.btn-type-1:lang(zh) {
  font-family: "DIN-2014", Helvetica, Arial, "Noto Sans CJK TC",
    sans-serif;
}

#input-email:lang(zh-Hans),
.btn-type-1:lang(zh-Hans) {
  font-family: "DIN-2014", Helvetica, Arial, "Noto Sans CJK SC",
    sans-serif;
}

.btn-type-1,
.btn-type-2 {
  border: 0;
  border-radius: 0;
  font-family: "DIN-2014", Helvetica, Arial, "Noto Sans CJK TC",
    sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 2rem;
  padding: 2px;
  position: relative;
}

.btn-type-1 {
  background: -webkit-gradient(linear,
      left top,
      right bottom,
      from(#4290ab),
      to(#5db292));
  background: linear-gradient(135deg, #4290ab, #5db292);
}

.btn-type-1 span {
  position: relative;
  display: inline-block;
  padding: 0.375rem 0.75rem;
  text-transform: uppercase;
  color: #fff;
  background-color: #4391aa;
  background: #4391aa;
  transition: all 0.2s;
}

.btn-type-1:hover span {
  color: #4290ab;
  background-color: #fff;
  background: #fff;
}

.btn-type-2 {
  color: #4391aa;
  background: #fff !important;
}

.btn-type-2:lang(zh) {
  font-family: "DIN-2014", Helvetica, Arial, "Noto Sans CJK TC",
    sans-serif;
}

.btn-type-2:lang(zh-Hans) {
  font-family: "DIN-2014", Helvetica, Arial, "Noto Sans CJK SC",
    sans-serif;
}

.btn-type-2 span,
.btn-type-nav span {
  position: relative;
  display: inline-block;
  padding: 0.375rem 0.75rem;
  text-transform: uppercase;
  transition: all 0.2s;
}

.btn-type-2:hover {
  box-shadow: 0 0 8px #4290ab;
}

.btn-type-2:hover span {
  color: #4290ab;
  background: #fff !important;
}

.btn-type-2:hover.btn-pink {
  box-shadow: 0 0 8px #5db292;
}

.btn-type-2:hover.btn-pink span {
  color: #5db292;
  background: #fff !important;
}

.btn-type-nav {
  border: 0;
  border-radius: 0;
  font-family: "DIN-2014", Helvetica, Arial, "Noto Sans CJK TC",
    sans-serif;
  font-weight: 400;
  padding: 0;
  position: relative;
  color: #4391aa;
  background: #fff;
}

.btn-type-nav:lang(zh),
.event-calendar-item .event-calendar-item-title:lang(zh) {
  font-family: "DIN-2014", Helvetica, Arial, "Noto Sans CJK TC",
    sans-serif;
}

.btn-type-nav:lang(zh-Hans),
.event-calendar-item .event-calendar-item-title:lang(zh-Hans) {
  font-family: "DIN-2014", Helvetica, Arial, "Noto Sans CJK SC",
    sans-serif;
}

.btn-type-nav:hover {
  box-shadow: 0 0 8px #4290ab;
}

.btn-type-nav:hover span {
  color: #4290ab;
  background: #fff;
}

.btn {
  color: #000;
  background-color: #0db14b;
  padding: 15px 40px 15px 40px;
  margin: 10px;
  font-size: 1rem;
  font-family: "DIN-2014", sans-serif;
  border: 0;
  box-shadow: 0px 5px black, 0px -5px black, 5px 0px black, -5px 0px black, 0px 10px #00000038, 5px 5px #00000038, -5px 5px #00000038, inset 0px 5px #ffffff36 ;
  cursor: pointer;
  border-radius: 0;
}
.btn:lang(zh) {
  font-family: "Noto Sans CJK TC", "DIN-2014", sans-serif;
}
.btn:lang(zh-Hans) {
  font-family: "Noto Sans CJK SC", "DIN-2014", sans-serif;
}
.btn:active {
  color: #fff;
  transform: translateY(5px);
  box-shadow: 0px 5px black, 0px -5px black, 5px 0px black, -5px 0px black,inset 0px 5px #00000038;
}

.event-calendar-item {
  display: inline-block;
  margin: 1rem;
  border: 4px solid;
  width: 300px;
  height: 400px;
  max-width: calc(100% - 2rem);
  vertical-align: middle;
  background: #4391aa;
}

.event-calendar-item .event-calendar-item-title {
  padding: 1rem;
  height: 150px;
  display: flex;
  align-items: center;
  flex-direction: row;
  hyphens: none;
  font-family: "DIN-2014", Helvetica, Arial, "Noto Sans CJK TC",
    sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2rem;
}

#dialog-speaker .speaker-container .speaker-image img,
.event-calendar-item .event-calendar-item-title img,
.speaker .speaker-container .speaker-image img {
  max-width: 100%;
  height: auto;
  position: relative;
  z-index: 2;
}

#dialog-speaker .speaker-container .speaker-image img {
  max-width: 70%;
}

.event-calendar-item .event-calendar-item-title>img {
  margin: 0.5rem auto;
}

.event-calendar-item .event-calendar-item-date>div,
.event-calendar-item .event-calendar-item-extra>div,
.event-calendar-item .event-calendar-item-title>div {
  flex: 1;
  text-align: center;
}

.de-event-calendar-item .de-event-calendar-item-title>div small.powered-by,
.event-calendar-item .event-calendar-item-title>div small.powered-by {
  display: block;
  font-size: 1.5rem;
  margin-top: 1rem;
}

.de-event-calendar-item .de-event-calendar-item-img {
  padding: 0.3rem;
}

.de-event-calendar-item .de-event-calendar-item-img img {
  width: 100%;
}

.event-calendar-item .event-calendar-item-date {
  background: 0 0;
  padding: 1rem;
  height: calc(100px - 4px);
  display: flex;
  align-items: center;
  font-size: 2rem;
}

.event-calendar-item .event-calendar-item-extra {
  background: 0 0;
  padding: 1rem;
  height: calc(150px - 4px);
  display: flex;
  align-items: center;
  position: relative;
}

.event-calendar-item .event-calendar-item-extra>div .btn {
  margin-bottom: 1rem;
}

.event-calendar-item.theme-blue {
  border-color: #4290ab;
  background: -webkit-gradient(linear,
      left top,
      right bottom,
      from(#3f1900),
      to(#0088bc));
  background: linear-gradient(135deg, #3f1900, #0088bc);
}

.event-calendar-item.theme-blue .event-calendar-item-title,
.event-calendar-item.theme-pink .event-calendar-item-title,
.event-calendar-item.theme-purple .event-calendar-item-title {
  background: #fff;
  background: -webkit-gradient(linear,
      left top,
      right bottom,
      from(#fff),
      to(#e6e5e5));
  background: linear-gradient(135deg, #fff, #e6e5e5);
}

.event-calendar-item.theme-purple {
  border-color: #b16fdf;
  background: -webkit-gradient(linear,
      left top,
      right bottom,
      from(#812abe),
      to(#652194));
  background: linear-gradient(135deg, #812abe, #652194);
}

.event-calendar-item.theme-pink {
  border-color: #5db292;
  background: -webkit-gradient(linear,
      left top,
      right bottom,
      from(#d4007d),
      to(#ba006e));
  background: linear-gradient(135deg, #d4007d, #ba006e);
}

.bec-remarks {
  font-size: 1rem;
  line-height: 1;
  position: absolute;
  text-align: center;
  left: 15px;
  right: 15px;
  top: calc(50% + 26px);
}

.bec-remarks:lang(zh),
.bec-remarks:lang(zh-Hans) {
  top: calc(50% + 20px);
  left: 5px;
  right: 5px;
}

.de-event-calendar {
  margin: 0 auto;
}

.de-event-calendar-item {
  width: 20vw;
  display: inline-block;
  padding: 1rem;
  margin: 0 -4px;
  /* max-width: 100%; */
  opacity: 1;
}

.de-event-calendar-item.inactive {
  opacity: 0;
  transform: translate(0, 1rem);
}

.de-event-calendar-item.active {
  opacity: 1;
  transform: translate(0, 0);
  transition: opacity 0.4s, transform 0.4s;
}

.de-event-calendar-item.item-sizer {
  width: 20vw;
  max-width: 100%;
  display: inline-block;
  padding: 1rem;
  margin: 0 -4px;
  border: 0;
  pointer-events: none;
  height: 0;
}

@media (max-width: 575.98px) {

  .de-event-calendar-item,
  .de-event-calendar-item.item-sizer {
    width: 100vw;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {

  .de-event-calendar-item,
  .de-event-calendar-item.item-sizer {
    width: 100vw;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {

  .de-event-calendar-item,
  .de-event-calendar-item.item-sizer {
    width: 40vw;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {

  .de-event-calendar-item,
  .de-event-calendar-item.item-sizer {
    width: 30vw;
  }
}

@media (min-width: 1200px) and (max-width: 1939.98px) {

  .de-event-calendar-item,
  .de-event-calendar-item.item-sizer {
    width: 25vw;
  }
}

.de-event-calendar-item .de-event-calendar-item-container {
  border: 4px solid;
  vertical-align: top;
}

.de-event-calendar-item-container a:hover {
  color: #fff !important;
  text-decoration: underline !important;
}

.de-event-calendar-item-container>div i {
  display: inline-block;
  width: 100%;
  max-width: 2.2rem;
}

.de-event-calendar-item .de-event-calendar-item-title {
  padding: 1rem;
  hyphens: none;
  font-family: "DIN-2014", Helvetica, Arial, "Noto Sans CJK TC",
    sans-serif;
  font-weight: 400;
  font-size: 2rem;
  line-height: 2rem;
  color: #fff;
}

.de-event-calendar-item .de-event-calendar-item-title:lang(zh),
.speaker .speaker-container .speaker-name:lang(zh),
.trans>li .trans-no:lang(zh) {
  font-family: "DIN-2014", Helvetica, Arial, "Noto Sans CJK TC",
    sans-serif;
}

.de-event-calendar-item .de-event-calendar-item-title:lang(zh-Hans),
.speaker .speaker-container .speaker-name:lang(zh-Hans),
.trans>li .trans-no:lang(zh-Hans) {
  font-family: "DIN-2014", Helvetica, Arial, "Noto Sans CJK SC",
    sans-serif;
}

.de-event-calendar-item .de-event-calendar-item-title>div {
  text-align: center;
}

.de-event-calendar-item .de-event-calendar-item-date>div,
.de-event-calendar-item .de-event-calendar-item-venue>div {
  text-align: left;
  color: #fff;
}

.de-event-calendar-item .de-event-calendar-item-date {
  padding: 0 1rem 1rem;
  font-size: 1.8rem;
  line-height: 2.5rem;
}

.de-event-calendar-item .de-event-calendar-item-date small {
  font-size: 1.2rem;
  line-height: 1.2rem;
}

.de-event-calendar-item .de-event-calendar-item-venue {
  padding: 0 1rem 1rem;
  font-size: 1.2rem;
  line-height: 1.2rem;
}

.de-event-calendar-item .de-event-calendar-item-extra {
  text-align: center;
}

#trans-bus,
#trans-minibus,
#trans-mtr,
.de-event-calendar-item .de-event-calendar-item-contact,
.de-event-calendar-item .de-event-calendar-item-extra .btn {
  margin-bottom: 1rem;
}

.de-event-calendar-item .de-event-calendar-item-extra .de-remarks {
  font-size: 1rem;
  line-height: 1;
}

.de-event-calendar-item .de-event-calendar-item-contact a {
  margin: 0 0.5rem;
  color: #fff !important;
  white-space: nowrap;
}

.de-event-calendar-item .de-event-calendar-item-contact a i {
  margin-right: 5px;
}

.de-event-calendar-item .de-event-calendar-item-contact a:active,
.de-event-calendar-item .de-event-calendar-item-contact a:focus,
.de-event-calendar-item .de-event-calendar-item-contact a:hover {
  color: #fff !important;
  text-shadow: 0 0 1px #fff !important;
}

.de-event-calendar-item.theme-blue .de-event-calendar-item-container {
  border-color: #4290ab;
  background: #4290ab;
  background: -webkit-gradient(linear,
      left top,
      right bottom,
      from(#4290ab),
      to(#0088bc));
  background: linear-gradient(135deg, #4290ab, #0088bc);
}

.de-event-calendar-item.theme-purple .de-event-calendar-item-container {
  border-color: #b16fdf;
  background: #b16fdf;
  background: -webkit-gradient(linear,
      left top,
      right bottom,
      from(#b16fdf),
      to(#9a45d6));
  background: linear-gradient(135deg, #b16fdf, #9a45d6);
}

.de-event-calendar-item.theme-pink .de-event-calendar-item-container {
  border-color: #5db292;
  background: #5db292;
  background: -webkit-gradient(linear,
      left top,
      right bottom,
      from(#5db292),
      to(#ba006e));
  background: linear-gradient(135deg, #5db292, #ba006e);
}

.trans-heading {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 1rem;
}

.trans-heading span {
  position: relative;
  display: inline-block;
  min-width: 150px;
  padding: 0.375rem 0.75rem;
  background: #4290ab;
  color: #083050;
}

.trans {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}

.trans>li {
  text-align: left;
}

.trans>li .trans-no {
  font-family: "DIN-2014", Helvetica, Arial, "Noto Sans CJK TC",
    sans-serif;
  font-weight: 400;
  color: #000;
  display: inline-block;
  font-size: 1.2rem;
  min-width: 35px;
  margin-right: 1rem;
}

@media (max-width: 767.98px) {

  #trans-bus,
  #trans-minibus,
  #trans-mtr {
    margin-bottom: 1.5rem;
  }
}

#trans-bus .trans-heading span {
  background: linear-gradient(180deg, #fff200 50%, #ffdd00 51%, #ffdd00 100%);
  color: #000;
}

#trans-minibus .trans-heading span {
  background: linear-gradient(180deg, #0db14b 50%, #00ab4e 51%, #00ab4e 100%);
  color: #000;
}

#trans-mtr .trans-heading span {
  background: linear-gradient(180deg, #db473f 50%, #d7182a 51%, #d7182a 100%);
  color: #000;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  #trans-mtr {
    margin-left: 25%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  #trans-mtr {
    margin-left: 25%;
  }
}

#sponsorship-opportunities,
.index-audience {
  list-style: none;
}

#sponsorship-opportunities>li,
.index-audience>li,
.trans>li {
  position: relative;
}

#sponsorship-opportunities>li:before,
.index-audience>li:before {
  content: "";
  position: absolute;
  left: -1.5rem;
  top: 50%;
  width: 0.8rem;
  height: 0.8rem;
  background: -webkit-gradient(linear,
      left top,
      right bottom,
      from(#3f1900),
      to(#d4007d));
  background: linear-gradient(135deg, #3f1900, #d4007d);
  border-radius: 50%;
  transform: translateY(-50%);
}

#dialog {
  font-family: "DIN-2014", Helvetica, Arial, "Noto Sans CJK TC", sans-serif;
  font-weight: 300;
  font-size: 16px;
}

#dialog:lang(zh) {
  font-family: "DIN-2014", Helvetica, Arial, "Noto Sans CJK TC", sans-serif;
}

#dialog:lang(zh-Hans) {
  font-family: "DIN-2014", Helvetica, Arial, "Noto Sans CJK SC", sans-serif;
}

@media (max-width: 767.98px) {
  #dialog {
    font-size: 14px;
  }
}

#dialog .modal-dialog .modal-header {
  border-color: #4290ab;
}

#dialog .modal-dialog .modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #4391aa;
  border: 1px solid #4290ab;
  transition: all 0.2s;
}

.img-key-point {
  max-width: calc((100% - 15px - 4rem) / 3);
  width: 240px;
  margin: 0 1rem;
}

.img-key-point:first-child {
  margin-left: 0;
}

.img-key-point:last-child {
  margin-right: 0;
}

@media (max-width: 991.98px) {
  .img-key-point {
    margin: 0 0.5rem;
  }
}

.speaker {
  padding: 1rem;
}

.speaker .speaker-container {
  cursor: pointer;
  text-align: left;
  display: block;
  max-width: 250px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.speaker .speaker-container .speaker-image {
  /* background: #4290ab; */
  /* 
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6a6a6a",endColorstr="#373737",GradientType=1);
  padding: 4px; */

  /* new style */
  background: url(../img/frame-2025.webp) no-repeat center center / contain;
  padding: 20% 10% 0 10%;
  position: relative;
}

.speaker .speaker-container .speaker-image::after {
  /*content:"";*/
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../img/frame-f.webp) no-repeat center center / contain;
  z-index: 2;
}

.speaker .speaker-container .speaker-com-image {
  background: #ffffff;
  position: absolute;
  top: 8px;
  right: 8px;
  width: 20%;
  height: 20%;
  display: flex;
  text-align: center;
  align-items: center;
}

.speaker .speaker-container .speaker-com-image img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  margin: 0 auto;
}

/*.speaker .speaker-container .speaker-image::before {
  content: "";
  display: block;
  width: 100%;
  background: url(../img/frame-d.webp) no-repeat center top / contain;
  position: absolute;
  bottom: -3rem;
  left: -1rem;
  padding-bottom: 30%;
  z-index: 0;

}*/

.speaker .speaker-container .speaker-info {
  position: relative;
}

.speaker .speaker-container .speaker-info .speaker-info-bg {
  padding: 1rem;
  position: relative;
  z-index: 1;
  background: #fff;
  border: 2px solid #262261;
  min-height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  z-index: 2;
}

.speaker .speaker-container .speaker-info::after {
  /*content: "";*/
  display: block;
  width: 100%;
  height: 60%;
  background-color: #c9da2a;
  position: absolute;
  bottom: -1rem;
  right: -1rem;
}

.speaker .speaker-container .speaker-com-info {
  padding: 0 0.5rem;
  position: relative;
  z-index: 1;
  color: #489eb3;
  text-align: center;
  /*
  color: #fff;
  background: #636363;
  background: -webkit-gradient(
    linear,
    left top,
    right bottom,
    from(#868686),
    to(#636363)
  );
  background: linear-gradient(135deg, #868686, #636363);
  */
}

.speaker .speaker-container .speaker-name {
  font-family: "DIN-2014", Helvetica, Arial, "Noto Sans CJK TC",
    sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.1;
  padding-bottom: 0.5rem;
  color: #489eb3;
  text-align: center;
  /*
  color: #fff;
  background: #580097;
  background: -webkit-gradient(
    linear,
    left top,
    right bottom,
    from(#580097),
    to(#9e15ff)
  );
  background: linear-gradient(135deg, #580097, #9e15ff);
  */
}

.speaker .speaker-container .speaker-company,
.speaker .speaker-container .speaker-title {
  font-family: "DIN-2014", Helvetica, Arial, "Noto Sans CJK TC",
    sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.1;
}

.speaker .speaker-container .speaker-title:lang(zh) {
  font-family: "DIN-2014", Helvetica, Arial, "Noto Sans CJK TC",
    sans-serif;
}

.speaker .speaker-container .speaker-title:lang(zh-Hans) {
  font-family: "DIN-2014", Helvetica, Arial, "Noto Sans CJK SC",
    sans-serif;
}

#dialog-speaker .speaker-container .speaker-name:lang(zh),
.speaker .speaker-container .speaker-company:lang(zh) {
  font-family: "DIN-2014", Helvetica, Arial, "Noto Sans CJK TC",
    sans-serif;
}

#dialog-speaker .speaker-container .speaker-name:lang(zh-Hans),
.speaker .speaker-container .speaker-company:lang(zh-Hans) {
  font-family: "DIN-2014", Helvetica, Arial, "Noto Sans CJK SC",
    sans-serif;
}

.speaker .speaker-container .speaker-bio {
  display: none;
}

.speaker.lg .speaker-container {
  max-width: 400px;
}

#dialog-speaker .modal-dialog .modal-content,
#dialog-workshop .modal-dialog .modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #fff;
  background: -webkit-gradient(linear,
      left top,
      right bottom,
      from(#fff),
      to(#e6e5e5));
  background: linear-gradient(135deg, #fff, #e6e5e5);
  position: relative;
}

#dialog-speaker .speaker-modal-body,
#dialog-workshop .workshop-modal-body,
#dialog-showcase .showcase-modal-body {
  display: flex;
  flex-direction: column;
}

#dialog-speaker .speaker-container,
#dialog-showcase .showcase-container {
  text-align: left;
  display: block;
  position: relative;
}

#dialog-speaker .speaker-container .speaker-image {
  /* background: #4290ab; */
  background: url(../img/frame-2025.webp) no-repeat center center / contain;
  /* background: -moz-linear-gradient(0deg, rgba(0, 0, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#6a6a6a",endColorstr="#373737",GradientType=1); */
  padding: 50px 0px 0px 0px;
  width: 250px;
  max-width: 100%;
  display: inline-block;
  position: relative;
  text-align: center;
}

#dialog-showcase .showcase-container .showcase-image {
  padding: 0px 0px 0px 0px;
  width: 250px;
  max-width: 100%;
  display: inline-block;
  position: relative;
  text-align: center;
}
#dialog-showcase .showcase-container .showcase-image img {
  aspect-ratio: 4/3;
  object-fit: contain;
  width: 100%;
  height: auto;
}

#dialog-speaker .speaker-container .speaker-com-image,
#dialog-showcase .showcase-container .showcase-com-image {
  background: #ffffff;
  position: absolute;
  top: 8px;
  right: 8px;
  width: 20%;
}

#dialog-speaker .speaker-container .speaker-info .speaker-com-image,
#dialog-showcase .showcase-container .showcase-info .showcase-com-image {
  position: relative;
  width: 160px;
  left: unset;
  right: unset;
  top: unset;
  bottom: unset;
  margin: 0.5rem;
  background: none;
}

#dialog-speaker .speaker-container .speaker-com-image img,
#dialog-showcase .showcase-container .showcase-com-image img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

#dialog-speaker .speaker-container .speaker-info,
#dialog-showcase .showcase-container .showcase-info {
  position: relative;
  z-index: 1;
}

#dialog-speaker .speaker-container .speaker-com-info,
#dialog-showcase .showcase-container .showcase-com-info {
  padding: 0 0.5rem;
  position: relative;
  z-index: 1;
}

#dialog-speaker .speaker-container .speaker-name,
#dialog-showcase .showcase-container .showcase-name {
  font-family: "DIN-2014", Helvetica, Arial, "Noto Sans CJK TC",
    sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.1;
  padding: 0.5rem;
  color: #489eb3;
}

#dialog-speaker .speaker-container .speaker-company,
#dialog-speaker .speaker-container .speaker-title,
#dialog-showcase .showcase-container .showcase-company,
#dialog-showcase .showcase-container .showcase-title {
  font-family: "DIN-2014", Helvetica, Arial, "Noto Sans CJK TC",
    sans-serif;
  font-weight: 400;
  font-size: 1rem;
  line-height: 1.1;
  color: #868686;
}

#dialog-speaker .speaker-container .speaker-title:lang(zh),
#dialog-showcase .showcase-container .showcase-title:lang(zh) {
  font-family: "DIN-2014", Helvetica, Arial, "Noto Sans CJK TC",
    sans-serif;
}

#dialog-speaker .speaker-container .speaker-title:lang(zh-Hans),
#dialog-showcase .showcase-container .showcase-title:lang(zh-Hans) {
  font-family: "DIN-2014", Helvetica, Arial, "Noto Sans CJK SC",
    sans-serif;
}

#dialog-speaker .speaker-container .speaker-company:lang(zh),
#dialog-showcase .showcase-container .showcase-company:lang(zh) {
  font-family: "DIN-2014", Helvetica, Arial, "Noto Sans CJK TC",
    sans-serif;
}

#dialog-speaker .speaker-container .speaker-company:lang(zh-Hans),
#dialog-showcase .showcase-container .showcase-company:lang(zh-Hans) {
  font-family: "DIN-2014", Helvetica, Arial, "Noto Sans CJK SC",
    sans-serif;
}

#dialog-speaker .speaker-container .speaker-bio,
#dialog-showcase .showcase-container .showcase-bio {
  color: #595757;
  text-align: justify;
  padding: 0.5rem 0.5rem 0;
}

#dialog-celebrity .celebrity-container .celebrity-bio p:last-child,
#dialog-speaker .speaker-container .speaker-bio p:last-child,
#dialog-showcase .showcase-container .showcase-bio p:last-child {
  margin-bottom: 0;
}

@media (min-width: 992px) {
  #dialog-speaker .speaker-container .speaker-info,
  #dialog-showcase .showcase-container .showcase-info {
    display: inline-block;
    vertical-align: bottom;
    margin-bottom: 0.5rem;
  }
}

#dialog-workshop .close,
#dialog-speaker .close,
#dialog-showcase .close {
  position: absolute;
  top: 0.5rem;
  right: 1.5rem;
  font-size: 2rem;
  line-height: 1;
}

.speaker-more {
  margin: -1rem 0 0;
}

#dialog-celebrity .modal-dialog .modal-content {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: #fff;
  background: -webkit-gradient(linear,
      left top,
      right bottom,
      from(#fff),
      to(#e6e5e5));
  background: linear-gradient(135deg, #fff, #e6e5e5);
  position: relative;
}

#dialog-celebrity .celebrity-modal-body {
  display: flex;
  flex-direction: column;
}

#dialog-celebrity .celebrity-container {
  text-align: left;
  display: block;
  position: relative;
}

#dialog-celebrity .celebrity-container .celebrity-image {
  background: #4290ab;
  padding: 4px;
  width: 250px;
  max-width: 100%;
  display: inline-block;
  position: relative;
}

#dialog-celebrity .celebrity-container .celebrity-image img,
.organization .organization-container .organization-image img {
  max-width: 100%;
  height: auto;
}

#dialog-celebrity .celebrity-container .celebrity-image.team {
  width: 500px;
}

#dialog-celebrity .celebrity-container .celebrity-image.team .celebrity-badge-image {
  width: 10%;
}

#dialog-celebrity .celebrity-container .celebrity-badge-image {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 20%;
}

#dialog-celebrity .celebrity-container .celebrity-badge-image img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

#dialog-celebrity .celebrity-container .celebrity-info {
  position: relative;
  z-index: 1;
}

#dialog-celebrity .celebrity-container .celebrity-name {
  font-family: "DIN-2014", Helvetica, Arial, "Noto Sans CJK TC",
    sans-serif;
  font-weight: 400;
  font-size: 1.5rem;
  line-height: 1.1;
  padding: 0.5rem;
  color: #4290ab;
}

#dialog-celebrity .celebrity-container .celebrity-name:lang(zh),
.teams-battle-banner.static .game-time:lang(zh) {
  font-family: "DIN-2014", Helvetica, Arial, "Noto Sans CJK TC",
    sans-serif;
}

#dialog-celebrity .celebrity-container .celebrity-name:lang(zh-Hans),
.teams-battle-banner.static .game-time:lang(zh-Hans) {
  font-family: "DIN-2014", Helvetica, Arial, "Noto Sans CJK SC",
    sans-serif;
}

#dialog-celebrity .celebrity-container .celebrity-bio {
  color: #595757;
  text-align: justify;
  padding: 0.5rem 0.5rem 0;
}

@media (min-width: 992px) {
  #dialog-celebrity .celebrity-container .celebrity-info {
    display: block;
    vertical-align: bottom;
    margin-bottom: 0.5rem;
  }
}

#dialog-celebrity .close {
  position: absolute;
  top: 0.5rem;
  right: 1.5rem;
  font-size: 2rem;
  line-height: 1;
}

.organization {
  padding: 1rem;
}

.organization .organization-container {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 250px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  position: relative;
  padding: 4px;
}

.organization .organization-container .organization-image {
  background: #fff;
  overflow: hidden;
  padding-bottom: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  /* padding: 8px; */
  background-size: 90% auto;
  background-position: center center;
  background-repeat: no-repeat;
  position: relative;
}

.organization .organization-container .organization-image>a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.organization.so .organization-container {
  padding: 2px;
}

@media (min-width: 1940px) {
  .organization.so {
    flex: 0 0 12.5%;
    max-width: 12.5%;
  }
}

.teams-battle-banner {
  display: block;
  position: relative;
  width: 100%;
  overflow-x: hidden;
}

.teams-battle-banner .teams-battle-order {
  display: none;
}

.teams-battle-banner.static .game-time {
  position: relative;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.5;
  margin-top: 1rem;
  font-family: "DIN-2014", Helvetica, Arial, "Noto Sans CJK TC",
    sans-serif;
  font-weight: 400;
  z-index: 12;
}

.teams-battle-banner.static .game-time>span {
  display: inline-block;
  padding: 0.05rem 1rem;
  border: 1px solid #5db292;
  border-radius: 50px;
}

.teams-battle-banner.static .teams-battle-container {
  height: 240px;
}

.teams-battle-banner.static .team-info .team-badge-container {
  width: 240px;
}

.teams-battle-banner.static .team-info.thumb_lg .team-badge-container {
  width: 300px;
}

.teams-battle-banner.static .team-a-info,
.teams-battle-banner.static .team-b-info {
  top: 50%;
  left: calc(50% - 100px);
  -webkit-transform: translate(-50%, -50%) scale(0.8);
  -moz-transform: translate(-50%, -50%) scale(0.8);
  -o-transform: translate(-50%, -50%) scale(0.8);
  -ms-transform: translate(-50%, -50%) scale(0.8);
  transform: translate(-50%, -50%) scale(0.8);
}

.teams-battle-banner.static .team-a-info.active,
.teams-battle-banner.static .team-b-info.active {
  left: calc(50% - 240px);
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.teams-battle-banner.static .team-b-info {
  left: calc(50% + 100px);
}

.teams-battle-banner.static .team-b-info.active {
  left: calc(50% + 240px);
}

.teams-battle-banner.static .vs img {
  max-height: 64px;
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .teams-battle-banner.static .teams-battle-container {
    height: 240px;
  }

  .teams-battle-banner.static .team-info .team-badge-container {
    width: 180px;
  }

  .teams-battle-banner.static .team-info.thumb_lg .team-badge-container {
    width: 225px;
  }

  .teams-battle-banner.static .team-a-info {
    left: calc(50% - 80px);
  }

  .teams-battle-banner.static .team-a-info.active {
    left: calc(50% - 180px);
  }

  .teams-battle-banner.static .team-b-info {
    left: calc(50% + 80px);
  }

  .teams-battle-banner.static .team-b-info.active {
    left: calc(50% + 180px);
  }

  .teams-battle-banner.static .vs img {
    max-height: 48px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .teams-battle-banner.static .teams-battle-container {
    height: 180px;
  }

  .teams-battle-banner.static .team-info .team-badge-container {
    width: 180px;
  }

  .teams-battle-banner.static .team-info.thumb_lg .team-badge-container {
    width: 225px;
  }

  .teams-battle-banner.static .team-a-info {
    left: calc(50% - 60px);
  }

  .teams-battle-banner.static .team-a-info.active {
    left: calc(50% - 180px);
  }

  .teams-battle-banner.static .team-b-info {
    left: calc(50% + 60px);
  }

  .teams-battle-banner.static .team-b-info.active {
    left: calc(50% + 180px);
  }

  .teams-battle-banner.static .vs img {
    max-height: 48px;
  }
}

@media (max-width: 575.98px) {
  .teams-battle-banner.static .teams-battle-container {
    height: 120px;
  }

  .teams-battle-banner.static .team-info .team-badge-container {
    width: 120px;
  }

  .teams-battle-banner.static .team-info.thumb_lg .team-badge-container {
    width: 150px;
  }

  .teams-battle-banner.static .team-a-info {
    left: calc(50% - 60px);
  }

  .teams-battle-banner.static .team-a-info.active {
    left: calc(50% - 90px);
    top: 50%;
  }

  .teams-battle-banner.static .team-b-info {
    left: calc(50% + 60px);
  }

  .teams-battle-banner.static .team-b-info.active {
    left: calc(50% + 90px);
    top: 50%;
  }

  .teams-battle-banner.static .team-a-bg {
    left: -20%;
    width: 70%;
  }

  .teams-battle-banner.static .team-b-bg {
    right: -20%;
    width: 70%;
  }

  .teams-battle-banner.static .vs img {
    max-height: 32px;
  }
}

.teams-battle-banner.has-separator {
  padding-bottom: 2px;
}

.teams-battle-banner.has-separator::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  height: 2px;
  left: 50%;
  width: calc(100% - 30px);
  background: -webkit-gradient(linear,
      left top,
      right bottom,
      from(#3f1900),
      to(#d4007d));
  background: linear-gradient(135deg, #3f1900, #d4007d);
  transform: translateX(-50%);
}

@media (min-width: 1940px) {
  .teams-battle-banner.has-separator::after {
    max-width: 1600px;
  }
}

@media (min-width: 1200px) and (max-width: 1939.98px) {
  .teams-battle-banner.has-separator::after {
    max-width: 1140px;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .teams-battle-banner.has-separator::after {
    max-width: 960px;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .teams-battle-banner.has-separator::after {
    max-width: 720px;
  }
}

.teams-battle-banner .teams-battle-container {
  position: relative;
  height: 350px;
  overflow: hidden;
}

.teams-battle-banner .team-bg {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 0;
}

.teams-battle-banner .team-a-bg {
  left: -10%;
  width: 60%;
  background: #4290ab;
  background: radial-gradient(circle at 100% 50%,
      #4290ab 0%,
      #4290ab 25%,
      #000 100%);
  -webkit-transform: translateX(-100%) skewX(0);
  -moz-transform: translateX(-100%) skewX(0);
  -o-transform: translateX(-100%) skewX(0);
  -ms-transform: translateX(-100%) skewX(0);
  transform: translateX(-100%) skewX(0);
}

.teams-battle-banner .team-a-bg.active,
.teams-battle-banner .team-b-bg.active {
  -webkit-transform: translateX(0%) skewX(-15deg);
  -moz-transform: translateX(0%) skewX(-15deg);
  -o-transform: translateX(0%) skewX(-15deg);
  -ms-transform: translateX(0%) skewX(-15deg);
  transform: translateX(0%) skewX(-15deg);
}

.teams-battle-banner .team-b-bg {
  right: -10%;
  width: 60%;
  background: #5db292;
  background: radial-gradient(circle at 0% 50%,
      #5db292 0%,
      #5db292 25%,
      #000 100%);
  -webkit-transform: translateX(100%) skewX(0);
  -moz-transform: translateX(100%) skewX(0);
  -o-transform: translateX(100%) skewX(0);
  -ms-transform: translateX(100%) skewX(0);
  transform: translateX(100%) skewX(0);
}

.teams-battle-banner .team-info {
  position: absolute;
}

.teams-battle-banner .team-info .team-badge-container {
  width: 300px;
  padding-top: 100%;
  position: relative;
  display: block;
}

.teams-battle-banner .team-info .team-badge-container>div {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
}

.teams-battle-banner .team-info .team-badge-container>div .team-badge {
  position: relative;
  display: block;
  margin: 0 auto;
  max-width: 100%;
  z-index: 10;
}

.teams-battle-banner .team-info .team-badge-container>div .team-badge-inner-shadow {
  position: absolute;
  left: 0;
  right: 0;
  height: 3%;
  bottom: 0;
  background-image: linear-gradient(to bottom,
      rgba(255, 255, 255, 0) 0%,
      #000 100%);
  z-index: 20;
}

.teams-battle-banner .team-info .team-badge-container>div .team-badge-shadow {
  position: absolute;
  left: 0;
  right: 0;
  height: 6%;
  bottom: -3%;
  border-radius: 100%;
  box-shadow: 0 0 10px #000;
  background: #000;
  z-index: 0;
}

.teams-battle-banner .team-info.more-info {
  cursor: pointer;
}

.teams-battle-banner .team-info .team-name {
  display: block;
  text-align: center;
  font-size: 2.5rem;
  font-family: "DIN-2014", Helvetica, Arial, "Noto Sans CJK TC",
    sans-serif;
  font-weight: 400;
}

.teams-battle-banner .team-info .team-name:lang(zh) {
  font-family: "DIN-2014", Helvetica, Arial, "Noto Sans CJK TC",
    sans-serif;
}

.teams-battle-banner .team-info .team-name:lang(zh-Hans) {
  font-family: "DIN-2014", Helvetica, Arial, "Noto Sans CJK SC",
    sans-serif;
}

.teams-battle-banner .team-a-info,
.teams-battle-banner .team-b-info {
  position: absolute;
  top: 50%;
  left: calc(50% - 100px);
  opacity: 0;
  -webkit-transform: translate(-50%, -50%) scale(0.8);
  -moz-transform: translate(-50%, -50%) scale(0.8);
  -o-transform: translate(-50%, -50%) scale(0.8);
  -ms-transform: translate(-50%, -50%) scale(0.8);
  transform: translate(-50%, -50%) scale(0.8);
}

.teams-battle-banner .team-a-info.active,
.teams-battle-banner .team-b-info.active {
  left: calc(50% - 300px);
  opacity: 1;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -o-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.teams-battle-banner .team-b-info {
  left: calc(50% + 100px);
}

.teams-battle-banner .team-b-info.active {
  left: calc(50% + 300px);
}

.teams-battle-banner .game-name {
  font-family: "DIN-2014", Helvetica, Arial, "Noto Sans CJK TC",
    sans-serif;
  font-weight: 400;
  text-align: center;
  font-size: 2.5rem;
  line-height: 1.2;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
}

.teams-battle-banner .game-name:lang(zh) {
  font-family: "DIN-2014", Helvetica, Arial, "Noto Sans CJK TC",
    sans-serif;
}

.teams-battle-banner .game-name:lang(zh-Hans) {
  font-family: "DIN-2014", Helvetica, Arial, "Noto Sans CJK SC",
    sans-serif;
}

.teams-battle-banner .game-name>span {
  display: block;
  -webkit-transform: translate(0%, 100%);
  -moz-transform: translate(0%, 100%);
  -o-transform: translate(0%, 100%);
  -ms-transform: translate(0%, 100%);
  transform: translate(0%, 100%);
}

.teams-battle-banner .game-date {
  font-family: "DIN-2014", Helvetica, Arial, "Noto Sans CJK TC",
    sans-serif;
  font-weight: 400;
  text-align: center;
  font-size: 2rem;
  line-height: 1.2;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
}

.teams-battle-banner .game-date:lang(zh) {
  font-family: "DIN-2014", Helvetica, Arial, "Noto Sans CJK TC",
    sans-serif;
}

.teams-battle-banner .game-date:lang(zh-Hans) {
  font-family: "DIN-2014", Helvetica, Arial, "Noto Sans CJK SC",
    sans-serif;
}

.teams-battle-banner .game-date>span {
  display: block;
  -webkit-transform: translate(0%, 100%);
  -moz-transform: translate(0%, 100%);
  -o-transform: translate(0%, 100%);
  -ms-transform: translate(0%, 100%);
  transform: translate(0%, 100%);
}

.teams-battle-banner .game-venue {
  font-family: "DIN-2014", Helvetica, Arial, "Noto Sans CJK TC",
    sans-serif;
  font-weight: 400;
  text-align: center;
  font-size: 1rem;
  line-height: 1.2;
  position: relative;
  overflow: hidden;
  text-transform: uppercase;
}

.teams-battle-banner .game-venue:lang(zh) {
  font-family: "DIN-2014", Helvetica, Arial, "Noto Sans CJK TC",
    sans-serif;
}

.teams-battle-banner .game-venue:lang(zh-Hans) {
  font-family: "DIN-2014", Helvetica, Arial, "Noto Sans CJK SC",
    sans-serif;
}

.teams-battle-banner .game-venue>span {
  display: block;
  -webkit-transform: translate(0%, 100%);
  -moz-transform: translate(0%, 100%);
  -o-transform: translate(0%, 100%);
  -ms-transform: translate(0%, 100%);
  transform: translate(0%, 100%);
}

.teams-battle-banner .game-time {
  text-align: center;
  font-size: 2rem;
  line-height: 1;
  margin-bottom: 1rem;
  position: relative;
  overflow: hidden;
}

.teams-battle-banner .game-time>span {
  display: block;
  -webkit-transform: translate(0%, -100%);
  -moz-transform: translate(0%, -100%);
  -o-transform: translate(0%, -100%);
  -ms-transform: translate(0%, -100%);
  transform: translate(0%, -100%);
}

.teams-battle-banner .game-name>span.active,
.teams-battle-banner .game-date>span.active,
.teams-battle-banner .game-venue>span.active,
.teams-battle-banner .game-time>span.active {
  -webkit-transform: translate(0%, 0%);
  -moz-transform: translate(0%, 0%);
  -o-transform: translate(0%, 0%);
  -ms-transform: translate(0%, 0%);
  transform: translate(0%, 0%);
}

.teams-battle-banner .vs {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.teams-battle-banner .vs img {
  opacity: 1;
  max-height: 150px;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -o-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.teams-battle-banner .vs img.active {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .teams-battle-banner .teams-battle-container {
    height: 280px;
  }

  .teams-battle-banner .team-info .team-badge-container {
    width: 240px;
  }

  .teams-battle-banner .team-a-info {
    left: calc(50% - 80px);
  }

  .teams-battle-banner .team-a-info.active {
    left: calc(50% - 240px);
  }

  .teams-battle-banner .team-b-info {
    left: calc(50% + 80px);
  }

  .teams-battle-banner .team-b-info.active {
    left: calc(50% + 240px);
  }

  .teams-battle-banner .vs img {
    max-height: 120px;
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .teams-battle-banner .teams-battle-container {
    height: 210px;
  }

  .teams-battle-banner .team-info .team-badge-container {
    width: 180px;
  }

  .teams-battle-banner .team-a-info {
    left: calc(50% - 60px);
  }

  .teams-battle-banner .team-a-info.active {
    left: calc(50% - 180px);
  }

  .teams-battle-banner .team-b-info {
    left: calc(50% + 60px);
  }

  .teams-battle-banner .team-b-info.active {
    left: calc(50% + 180px);
  }

  .teams-battle-banner .vs img {
    max-height: 90px;
  }
}

@media (max-width: 575.98px) {
  .teams-battle-banner .team-info .team-badge-container {
    width: 120px;
  }

  .teams-battle-banner .team-a-info {
    left: calc(50% - 60px);
  }

  .teams-battle-banner .team-a-info.active {
    left: calc(50% - 95px);
    top: 25%;
  }

  .teams-battle-banner .team-b-info {
    left: calc(50% + 60px);
  }

  .teams-battle-banner .team-b-info.active {
    left: calc(50% + 95px);
    top: 75%;
  }

  .teams-battle-banner .team-a-bg {
    left: -20%;
    width: 70%;
  }

  .teams-battle-banner .team-b-bg {
    right: -20%;
    width: 70%;
  }

  .teams-battle-banner .vs img {
    max-height: 60px;
  }
}

.agenda {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.agenda .agenda-row {
  align-items: baseline;
  margin-bottom: 1.5rem;
  position: relative;
}

.agenda .agenda-row:first-child {
  margin-top: 1.5rem;
}

.agenda .agenda-row:first-child .agenda-bg-content {
  top: -1.5rem;
}

.agenda .agenda-row:last-child {
  margin-bottom: 0;
}

.agenda .agenda-row:last-child .agenda-decor {
  display: none;
}

.agenda .agenda-row:last-child .agenda-bg,
.agenda .agenda-row:last-child .agenda-bg-content {
  bottom: -1.5rem;
}

.agenda .agenda-row.no-time .agenda-decor {
  top: -3px;
}

.agenda .agenda-row.no-time .agenda-time span {
  border: 0;
}

.agenda .agenda-row.no-bg .agenda-bg-content {
  display: none;
}

.agenda .agenda-row .agenda-content ul.agenda-speakers>li,
.agenda .agenda-row.no-highlight .agenda-content h4 {
  color: #fff !important;
}

.agenda .agenda-row.decor-extended .agenda-decor {
  bottom: calc(-0.75rem - 1rem - 12px);
}

@media (max-width: 767.98px) {
  .agenda .agenda-row.decor-extended .agenda-decor {
    bottom: calc(-0.75rem - 12px);
  }
}

.agenda .agenda-row.pad-t {
  padding-top: 1rem;
}

.agenda .agenda-row.pad-t .agenda-decor {
  top: calc(2rem + 1rem + 8px);
}

@media (max-width: 767.98px) {
  .agenda .agenda-row.pad-t {
    padding-top: 0;
  }

  .agenda .agenda-row.pad-t .agenda-decor {
    top: calc(2rem + 8px);
  }

  .agenda .agenda-row.pad-t .agenda-content {
    padding-top: 1rem;
  }
}

.agenda .agenda-row .agenda-decor {
  position: absolute;
  left: 30px;
  top: calc(2rem + 8px);
  bottom: calc(-0.75rem - 12px);
  width: 1px;
  background-image: linear-gradient(#5db292 50%, rgba(255, 255, 255, 0) 0%);
  background-position: right;
  background-size: 1px 6px;
  background-repeat: repeat-y;
  z-index: 10;
  padding: 0 !important;
}

@media (min-width: 1940px) {
  .agenda .agenda-row .agenda-decor {
    left: calc(15% / 2 - 1px);
  }
}

@media (min-width: 1200px) and (max-width: 1939.98px) {
  .agenda .agenda-row .agenda-decor {
    left: calc(20% / 2 - 1px);
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .agenda .agenda-row .agenda-decor {
    left: calc(25% / 2 - 1px);
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .agenda .agenda-row .agenda-decor {
    left: calc(30% / 2 - 1px);
  }
}

@media (max-width: 767.98px) {
  .agenda .agenda-row .agenda-decor {
    left: 30px;
  }
}

.agenda .agenda-row .agenda-bg {
  position: absolute;
  left: 0;
  top: -1.5rem;
  bottom: 0;
  width: 100%;
  /* background: rgba(0, 0, 0, 0.5); */
  z-index: 8;
}

@media (min-width: 1940px) {
  .agenda .agenda-row .agenda-bg {
    width: 15%;
  }
}

@media (min-width: 1200px) and (max-width: 1939.98px) {
  .agenda .agenda-row .agenda-bg {
    width: 16%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .agenda .agenda-row .agenda-bg {
    width: 20%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .agenda .agenda-row .agenda-bg {
    width: 25%;
  }
}

@media (max-width: 767.98px) {
  .agenda .agenda-row .agenda-bg {
    width: 0;
    display: none;
  }
}

.agenda .agenda-row .agenda-bg-content {
  position: absolute;
  right: 0;
  top: -0.5rem;
  bottom: -1rem;
  background: #0db14b;
  z-index: 8;
}

@media (min-width: 1940px) {
  .agenda .agenda-row .agenda-bg-content {
    left: calc(15% + 30px);
  }
}

@media (min-width: 1200px) and (max-width: 1939.98px) {
  .agenda .agenda-row .agenda-bg-content {
    left: calc(20% + 30px);
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .agenda .agenda-row .agenda-bg-content {
    left: calc(25% + 30px);
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .agenda .agenda-row .agenda-bg-content {
    left: calc(30% + 30px);
  }
}

@media (max-width: 767.98px) {
  .agenda .agenda-row .agenda-bg-content {
    width: 100% !important;
  }
}

#filterList {
  margin: 1rem auto;
  padding: 0;
  list-style: none;
  text-align: center;
}

#filterList .agenda-filter-item {
  display: inline-flex;
}

#filterList .agenda-filter-item .wrapper {
  position: relative;
  text-align: center;
  font-size: 1.5rem;
  font-family: "DIN-2014", Helvetica, Arial, "Noto Sans CJK TC",
    sans-serif;
  font-weight: 400;
  z-index: 12;
  color: #fff !important;
  background: rgb(106, 194, 149);
  background: linear-gradient(90deg,
      rgba(106, 194, 149, 1) 0%,
      rgba(50, 128, 195, 1) 100%);
  padding: calc(0.2rem + 2px);
  border-radius: 2rem;
  margin-right: 1rem;
  font-style: italic;
  transition: all 0.8s ease-in-out;
  cursor: pointer;
}

#filterList .agenda-filter-item:hover .wrapper,
#filterList .agenda-filter-item.active .wrapper {
  background: rgb(239, 91, 161);
  background: linear-gradient(90deg,
      rgba(239, 91, 161, 1) 0%,
      rgba(50, 128, 195, 1) 100%);
  transform: scale(1.05);
}

#filterList .agenda-filter-item .wrapper span {
  border: 2px solid #fff;
  border-radius: 2rem;
  padding: 0.2rem 2.5rem;
  width: 100%;
}

#agenda-navbar #agenda-navbar-row .agenda-time,
.agenda .agenda-row .agenda-time {
  position: relative;
  text-align: center;
  font-size: 1.5rem;
  font-family: "DIN-2014", Helvetica, Arial, "Noto Sans CJK TC",
    sans-serif;
  font-weight: 400;
  color: #ffffff !important;
  background: #754224;
  background: linear-gradient(45deg, #C69C6D, #754224);
  padding: 0.2rem;
}
.trans-heading span, 
.pixel-border {
  box-shadow: 0px 5px black, 0px -5px black, 5px 0px black, -5px 0px black, 0px 10px #00000038, 5px 5px #00000038, -5px 5px #00000038, inset 0px 5px #ffffff36;
}

#agenda-navbar #agenda-navbar-row .agenda-time span,
.agenda .agenda-row .agenda-time span {
  /*border: 2px solid #fff;*/
  
  padding: 0.5rem 1rem;
  width: 100%;
}

.agenda-row.no-time .agenda-time,
.agenda-row.no-time .agenda-time span {
  background: none !important;
  border: none !important;
}

#agenda-navbar #agenda-navbar-row.no-time #agenda-navbar #agenda-navbar-row .agenda-time:lang(zh),
.agenda .agenda-row .agenda-multiple-tracks .agenda-track-container .agenda-track-content .agenda-track-time:lang(zh),
.agenda .agenda-row .agenda-multiple-tracks .agenda-track-container .agenda-track>a>span:lang(zh),
.agenda .agenda-row .agenda-multiple-tracks .agenda-track-container .agenda-track>span:lang(zh),
.agenda .agenda-row .agenda-time:lang(zh) {
  font-family: "DIN-2014", Helvetica, Arial, "Noto Sans CJK TC",
    sans-serif;
}

#agenda-navbar #agenda-navbar-row .agenda-time:lang(zh-Hans),
.agenda .agenda-row .agenda-multiple-tracks .agenda-track-container .agenda-track-content .agenda-track-time:lang(zh-Hans),
.agenda .agenda-row .agenda-multiple-tracks .agenda-track-container .agenda-track>a>span:lang(zh-Hans),
.agenda .agenda-row .agenda-multiple-tracks .agenda-track-container .agenda-track>span:lang(zh-Hans),
.agenda .agenda-row .agenda-time:lang(zh-Hans) {
  font-family: "DIN-2014", Helvetica, Arial, "Noto Sans CJK SC",
    sans-serif;
}

.agenda .agenda-row .agenda-time>span {
  display: inline-block;
  /* padding: 0.05rem 1rem;
  border: 1px solid #5db292;
  border-radius: 50px; */
}

@media (max-width: 767.98px) {
  .agenda .agenda-row .agenda-time {
    text-align: left;
  }
}

@media (min-width: 1940px) {
  .agenda .agenda-row .agenda-time {
    flex: 0 0 15%;
    max-width: 15%;
  }
}

@media (min-width: 1200px) and (max-width: 1939.98px) {
  .agenda .agenda-row .agenda-time {
    flex: 0 0 16%;
    max-width: 16%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .agenda .agenda-row .agenda-time {
    flex: 0 0 20%;
    max-width: 20%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .agenda .agenda-row .agenda-time {
    flex: 0 0 25%;
    max-width: 25%;
  }
}

.agenda .agenda-row .agenda-content {
  position: relative;
  z-index: 12;
  padding-left: 80px;
  font-size: 1.1rem;
  font-weight: 400;
}

.agenda-content ul {
  margin-left: 0;
  padding-left: 20px;
}

.agenda .agenda-row .agenda-content h4 {
  color: #3f1900;
}

.row.agenda-row:nth-child(odd) h4 {
    color: #000;
}

.agenda .agenda-row .agenda-content h5 {
  color: #ae2791;
}

.agenda .agenda-row .agenda-content .synopsis {
  cursor: pointer;
  text-decoration: underline;
  font-weight: 700;
}

.agenda .agenda-row .agenda-content .synopsis:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-top: 4px dashed;
  border-top: 4px solid\9;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  margin-left: 10px;
}

.agenda .agenda-row .agenda-content .synopsis-wrapper {
  display: none;
}

.agenda .agenda-row .agenda-content .synopsis.active:after {
  content: "";
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  border-bottom: 4px dashed;
  border-bottom: 4px solid\9;
  border-top: none;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  margin-left: 10px;
}

.agenda .agenda-row .agenda-content .synopsis-wrapper.active {
  display: block;
}

.agenda .agenda-row .agenda-content ul.agenda-speakers,
.agenda .agenda-row .agenda-multiple-tracks .agenda-track-container .agenda-track-content>ul {
  padding-left: 20px;
  padding-bottom: 10px;
}

.agenda .agenda-track-content {
  margin-bottom: 1rem;
}

.agenda .agenda-row .agenda-content .agenda-speaker-name {
  font-size: 1.1rem;
  display: inline-block;
  font-weight: 400;
}

.agenda .agenda-row .agenda-content .agenda-speaker-name:lang(en)::after {
  content: ", ";
}

.agenda .agenda-row .agenda-content .agenda-speaker-title {
  display: inline-block;
  font-size: 1rem;
  font-weight: 300;
}

.agenda .agenda-row .agenda-content .agenda-battle {
  font-size: 1.1rem;
  font-weight: 400;
}

.agenda .agenda-row .agenda-content img.agenda-battle-badge {
  width: 80px;
  max-width: 100%;
  vertical-align: middle;
}

.agenda .agenda-row .agenda-content img.agenda-battle-badge.agenda-battle-team-a {
  margin-right: 2rem;
}

.agenda .agenda-row .agenda-content img.agenda-battle-badge.agenda-battle-team-b {
  margin-left: 2rem;
}

@media (max-width: 767.98px) {
  .agenda .agenda-row .agenda-content {
    padding-left: 15px;
    padding-top: 0.5rem;
  }
}

@media (min-width: 1940px) {
  .agenda .agenda-row .agenda-content {
    flex: 0 0 85%;
    max-width: 85%;
  }
}

@media (min-width: 1200px) and (max-width: 1939.98px) {
  .agenda .agenda-row .agenda-content {
    padding-left: 100px;
    flex: 0 0 84%;
    max-width: 84%;
  }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
  .agenda .agenda-row .agenda-content {
    flex: 0 0 80%;
    max-width: 80%;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .agenda .agenda-row .agenda-content {
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (max-width: 575.98px) {
  .agenda .agenda-row .agenda-content img.agenda-battle-badge {
    width: 60px;
  }

  .agenda .agenda-row .agenda-content img.agenda-battle-badge.agenda-battle-team-a {
    margin-right: 1rem;
  }

  .agenda .agenda-row .agenda-content img.agenda-battle-badge.agenda-battle-team-b {
    margin-left: 1rem;
  }
}

@media (max-width: 340px) {
  .agenda .agenda-row .agenda-content img.agenda-battle-badge {
    width: 48px;
  }

  .agenda .agenda-row .agenda-content img.agenda-battle-badge.agenda-battle-team-a {
    margin-right: 1rem;
  }

  .agenda .agenda-row .agenda-content img.agenda-battle-badge.agenda-battle-team-b {
    margin-left: 1rem;
  }
}

.agenda .agenda-row .agenda-multiple-tracks {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -1rem;
}
.agenda-content h4 {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-direction: row;
}
.agenda-content h4::before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  background: url(../img/kv/coin.webp) no-repeat center center / contain;
  margin-right: 0.5rem;
  margin-left: 0.5rem;
}

.agenda .agenda-row .agenda-multiple-tracks .agenda-track-container {
  position: relative;
  width: 100%;
  min-height: 1px;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 1rem;
}

#house-rules li {
  /* margin-bottom: 1rem; */
  padding: 0.4rem;
}

.agenda .agenda-row .agenda-multiple-tracks .agenda-track-container .agenda-track {
  color:#3f1900;
  margin-bottom: 1rem;
  background: #e2a271;
  background: linear-gradient(180deg, #e2a271 50%, #cc8f62 51%, #cc8f62 100%);
  padding: 0.4rem;
}

.agenda .agenda-row .agenda-multiple-tracks.accordion .agenda-track-container .agenda-track:hover {
  background: #fff200;
  background: linear-gradient(180deg, #fff200 50%, #ffdd00 51%, #ffdd00 100%);
}

.agenda .agenda-row .agenda-multiple-tracks.accordion .agenda-track-container .agenda-track {
  cursor: pointer;
}

.agenda .agenda-row .agenda-multiple-tracks .agenda-track-container .agenda-track>a>span,
.agenda .agenda-row .agenda-multiple-tracks .agenda-track-container .agenda-track>span {
  display: inline-block;
  padding: 0.5rem 1rem;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 700;
}

.agenda .agenda-row .agenda-multiple-tracks .agenda-track-container .agenda-track>a>span:lang(zh),
.agenda .agenda-row .agenda-multiple-tracks .agenda-track-container .agenda-track>a>span:lang(zh-Hans),
.agenda .agenda-row .agenda-multiple-tracks .agenda-track-container .agenda-track>span:lang(zh),
.agenda .agenda-row .agenda-multiple-tracks .agenda-track-container .agenda-track>span:lang(zh-Hans) {
  line-height: 1.14;
}

.agenda .agenda-row .agenda-multiple-tracks .agenda-track-container .agenda-track-content .agenda-track-time {
  position: relative;
  text-align: left;
  font-size: 1.1rem;
  font-weight: 400;
  z-index: 12;
  margin-bottom: 1rem;
}

#agenda-navbar #agenda-navbar-row .agenda-time>span,
.agenda .agenda-row .agenda-multiple-tracks .agenda-track-container .agenda-track-content .agenda-track-time>span {
  display: inline-block;
  padding: 0.05rem 1rem;
  box-shadow: 0px 5px white, 0px -5px white, 5px 0px white, -5px 0px white, 0px 10px #ffffff38, 5px 5px #ffffff38, -5px 5px #ffffff38, inset 0px 5px #ffffff36;

}

.agenda .agenda-row .agenda-multiple-tracks .agenda-track-container .agenda-track-content>ul>li {
  margin-top: 1rem;
}

.agenda .agenda-row .agenda-multiple-tracks .agenda-track-container .agenda-track-content>ul>li:first-child {
  margin-top: 0;
}

.agenda .agenda-row .agenda-multiple-tracks .agenda-track-container {
  flex: 1;
  max-width: 50%;
  padding-right: 1rem;
}

@media (max-width: 1199px) {
  .agenda .agenda-row .agenda-multiple-tracks .agenda-track-container {
    flex: unset;
    max-width: unset;
    padding-right: 1rem;
    width: 100%;
  }
}

.agenda .agenda-row .agenda-multiple-tracks.accordion .agenda-track-container {
  flex: 0 0 100%;
  max-width: 100%;
  background: transparent !important;
  border: none !important;
}

.agenda .agenda-row .agenda-multiple-tracks .agenda-track span {
  width: 100%;
  color: #3f1900;
  /* min-height: 100px; */
  display: flex !important;
  align-items: center;
  justify-content: center;
  flex-direction: column !important;
}

.agenda .agenda-row .agenda-multiple-tracks .agenda-track-container .agenda-track-time span {
  color: #ffffff;
}

.agenda a.download-file {
  color: #bcbec0 !important;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

.agenda a.download-file:active,
.agenda a.download-file:focus,
.agenda a.download-file:hover {
  color: #e6e6e6 !important;
  text-shadow: 0 0 1px #fff !important;
  text-decoration: none;
}

#agenda-navbar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding-top: 60px;
  background: #000;
  z-index: 100;
  font-size: 1.5rem;
  display: none;
}

#agenda-navbar #agenda-navbar-row select {
  -webkit-appearance: none;
}

@media (max-width: 767.98px) {
  #agenda-navbar #agenda-navbar-row .agenda-time {
    text-align: left;
  }
}

.showcase-container {
  padding: 1rem;
}

.showcase-container .showcase-image-container {
  position: relative;
}

.showcase-container .showcase-image-container .showcase-image {
  aspect-ratio: 4 / 3;
  object-fit: cover;
  width: 100%;
  height: auto;
}
.showcase-container .showcase-image-container .showcase-com-logo {
  max-width: 100%;
}

.showcase-container .showcase-image-container .showcase-com-logo-bg {
  width: 30%;
  z-index: 10;
  position: absolute;
  bottom: 0;
  right: 0;
  background: rgb(255, 255, 255);
  padding: 5px;
  box-sizing: border-box;
}

.showcase-container .showcase-image-container .showcase-com-logo-bg>div {
  position: relative;
  padding-top: 66.66666667%;
  background: -webkit-gradient(linear,
      left top,
      right bottom,
      from(#942e98),
      to(#d4007d));
  background: linear-gradient(135deg, #942e98, #d4007d);
}

.showcase-container .showcase-image-container .showcase-com-logo-bg>div>div {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: flex;
  align-items: center;
}

.showcase-container.logo-lg .showcase-com-logo {
  width: 40%;
  max-width: 40%;
}

.showcase-container.logo-lg .showcase-com-logo-bg {
  width: 40%;
}

.showcase-container.logo-lg .showcase-com-logo-bg>div {
  padding-top: 50%;
  background: -webkit-gradient(linear,
      left top,
      right bottom,
      from(#7f3ea0),
      to(#d4007d));
  background: linear-gradient(135deg, #7f3ea0, #d4007d);
}

.showcase-container.logo-sm-adjust .showcase-com-logo {
  padding: 0 16.66666667%;
}

.showcase-container.logo-sm-adjust-2 .showcase-com-logo {
  padding: 0;
  aspect-ratio: 4/3;
  object-fit: contain;
}

.shuttle-schedule {
  list-style: none;
  padding: 0;
  display: inline-block;
  color: #652194
}

.shuttle-schedule .shuttle-schedule-separator {
  margin-bottom: 0.5rem;
  width: 100%;
  height: 1px;
  background: rgba(0, 136, 255, 0.596);
}

.shuttle-schedule .shuttle-schedule-header {
  text-align: left;
  margin-bottom: 0.5rem;
  vertical-align: top;
  font-family: "DIN-2014", Helvetica, Arial, "Noto Sans CJK TC",
    sans-serif;
  font-weight: 400;
  display: flex;
}

.shuttle-schedule .shuttle-schedule-header .shuttle-time:lang(zh),
.shuttle-schedule .shuttle-schedule-header:lang(zh) {
  font-family: "DIN-2014", Helvetica, Arial, "Noto Sans CJK TC",
    sans-serif;
}

.shuttle-schedule .shuttle-schedule-header .shuttle-time:lang(zh-Hans),
.shuttle-schedule .shuttle-schedule-header:lang(zh-Hans) {
  font-family: "DIN-2014", Helvetica, Arial, "Noto Sans CJK SC",
    sans-serif;
}

.shuttle-schedule .shuttle-schedule-header .shuttle-time {
  font-family: "DIN-2014", Helvetica, Arial, "Noto Sans CJK TC",
    sans-serif;
  font-weight: 400;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.2rem;
  text-align: left;
  width: 100px;
  margin-right: 1rem;
  vertical-align: top;
}

@media (max-width: 575.98px) {
  .shuttle-schedule .shuttle-schedule-header .shuttle-time {
    width: auto !important;
    margin-right: 0;
  }

  .shuttle-schedule .shuttle-schedule-header .shuttle-time:after {
    content: "/";
    display: inline-block;
    margin: 0 0.05rem 0 0.25rem;
  }
}

.shuttle-schedule .shuttle-schedule-header .shuttle-time:lang(en) {
  width: 120px;
}

.shuttle-schedule .shuttle-schedule-header .shuttle-route {
  font-family: "DIN-2014", Helvetica, Arial, "Noto Sans CJK TC",
    sans-serif;
  font-weight: 400;
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.2rem;
  text-align: right;
  width: calc(300px + 1.25 * 16px + 6.4px);
  /* margin-right: 2rem; */
  vertical-align: top;
}

.shuttle-schedule .shuttle-schedule-header .shuttle-route:lang(zh) {
  font-family: "DIN-2014", Helvetica, Arial, "Noto Sans CJK TC",
    sans-serif;
}

.shuttle-schedule .shuttle-schedule-header .shuttle-route:lang(zh-Hans) {
  font-family: "DIN-2014", Helvetica, Arial, "Noto Sans CJK SC",
    sans-serif;
}

@media (max-width: 991.98px) {
  .shuttle-schedule .shuttle-schedule-header .shuttle-route {
    margin-right: 0;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .shuttle-schedule .shuttle-schedule-header .shuttle-route {
    width: calc(280px + 1.25 * 14px + 3.2px);
  }
}

@media (min-width: 576px) and (max-width: 767.98px) {
  .shuttle-schedule .shuttle-schedule-header .shuttle-route {
    width: calc(280px + 1.25 * 14px + 3.2px);
  }
}

@media (max-width: 575.98px) {
  .shuttle-schedule .shuttle-schedule-header .shuttle-route {
    display: inline-block !important;
    width: auto;
  }
}

.shuttle-schedule .shuttle-schedule-header .shuttle-location,
.shuttle-schedule .shuttle-schedule-item .shuttle-time {
  display: flex;
  text-align: left;
  vertical-align: top;
}

.shuttle-schedule .shuttle-schedule-item {
  margin-bottom: 0.5rem;
  vertical-align: top;
  display: flex;
}

.shuttle-schedule .shuttle-schedule-item .shuttle-time {
  font-family: "DIN-2014", Helvetica, Arial, "Noto Sans CJK TC",
    sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.2rem;
  width: 100px;
  margin-right: 1rem;
}

.shuttle-schedule .shuttle-schedule-item .shuttle-time:lang(zh) {
  font-family: "DIN-2014", Helvetica, Arial, "Noto Sans CJK TC",
    sans-serif;
}

.shuttle-schedule .shuttle-schedule-item .shuttle-time:lang(zh-Hans) {
  font-family: "DIN-2014", Helvetica, Arial, "Noto Sans CJK SC",
    sans-serif;
}

@media (max-width: 575.98px) {
  .shuttle-schedule .shuttle-schedule-item .shuttle-time {
    display: block;
  }
}

.shuttle-schedule .shuttle-schedule-item .shuttle-time {
  width: 200px;
}

.shuttle-schedule .shuttle-schedule-item .shuttle-to-arrow {
  display: inline-block;
  text-align: left;
}

.shuttle-schedule .shuttle-schedule-item .shuttle-from,
.shuttle-schedule .shuttle-schedule-item .shuttle-to {
  display: inline-block;
  text-align: left;
  /* width: 320px; */
  /* margin-right: 1rem; */
  vertical-align: top;
}

@media (max-width: 991.98px) {

  .shuttle-schedule .shuttle-schedule-item .shuttle-from,
  .shuttle-schedule .shuttle-schedule-item .shuttle-to {
    margin-right: 0;
    /* width: 280px; */
  }
}

@media (max-width: 575.98px) {

  .shuttle-schedule .shuttle-schedule-item .shuttle-from,
  .shuttle-schedule .shuttle-schedule-item .shuttle-to {
    width: auto;
  }

  .shuttle-schedule .shuttle-schedule-item .shuttle-from {
    display: block;
  }
}

.shuttle-schedule .shuttle-schedule-item .shuttle-location {
  display: flex;
  text-align: left;
  vertical-align: top;
  justify-content: flex-end;
  width: 100%;
}

@media (max-width: 575.98px) {
  .shuttle-schedule .shuttle-schedule-item .shuttle-location {
    display: block;
  }
}

.shuttle-schedule .shuttle-schedule-item .shuttle-to-location {
  display: inline-block;
  text-align: left;
}

@media (max-width: 991.98px) {
  .shuttle-schedule .shuttle-schedule-item .shuttle-to-location {
    display: block;
  }
}

.footer-tooltip .arrow::before {
  border-top-color: #5db292;
}

.footer-tooltip .tooltip-inner {
  background: #5db292;
}

.bad-weather-table {
  width: 100%;
}

.bad-weather-table .bad-weather-row .bad-weather-col {
  padding: 15px;
  width: 20%;
  border: 1px solid #e6e6e6;
  background: rgba(0, 0, 0, 0.1);
  text-align: center;
}

.bad-weather-table .bad-weather-row .bad-weather-header-cell {
  background: rgba(0, 0, 0, 0.1);
}

@media (max-width: 767.98px) {
  .bad-weather-table .bad-weather-row .bad-weather-col {
    width: 33.33333333%;
  }
}

#house-rules ul {
  margin-top: 0.5rem;
}

#house-rules ul li {
  margin-bottom: 0.5rem;
}

.press-release {
  list-style: none;
  padding: 0;
  margin: 0;
  display: inline-block;
}

.press-release .press-release-item {
  margin-bottom: 1.5rem;
}

.press-release .press-release-item .press-release-date {
  text-align: left;
  font-family: "DIN-2014", Helvetica, Arial, "Noto Sans CJK TC",
    sans-serif;
  font-weight: 400;
}

.press-release .press-release-item .press-release-date:lang(zh) {
  font-family: "DIN-2014", Helvetica, Arial, "Noto Sans CJK TC",
    sans-serif;
}

.press-release .press-release-item .press-release-date:lang(zh-Hans) {
  font-family: "DIN-2014", Helvetica, Arial, "Noto Sans CJK SC",
    sans-serif;
}

.press-release .press-release-item .press-release-date-items {
  text-align: left;
  list-style: none;
  padding: 0;
  margin: 0;
}

.press-release .press-release-item .press-release-date-items .press-release-date-item,
.section-gallery {
  margin-bottom: 1rem;
}

.press-release .press-release-item .press-release-date-items .press-release-date-item:last-child,
.press-release .press-release-item:last-child {
  margin-bottom: 0;
}

.section-gallery .section-gallery-photo {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.section-gallery .section-gallery-photo img {
  display: block;
  margin: 0 auto;
}

.all-packages {
  align-items: stretch;
}

.package {
  padding: 1.5rem;
}

.package .bg-background {
  display: flex;
  flex-direction: column;
  padding: 1rem;
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  align-items: stretch;
  justify-content: space-between;
  transition: ease-in-out 0.5s;
}

/* .package .bg-background:hover {
  -webkit-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
} */
.package-header {
  color: #5db292;
  padding: 1rem 0;
}

.package-content {
  flex: 1;
  padding: 1rem 0;
}

.package-detail-header {
  display: inline-block;
  padding: 0.5rem 1rem;
  background: #4290ab;
  color: #fff;
  font-weight: 700;
  border-radius: 50px;
}

.package-price {
  position: relative;
  text-align: center;
  padding: 1rem 0;
}

.package-price:before {
  content: "";
  position: absolute;
  top: -0.5rem;
  left: 10%;
  right: 10%;
  height: 4px;
  width: 80%;
  background: -webkit-gradient(linear,
      left top,
      right bottom,
      from(#4290ab),
      to(#5db292));
  background: linear-gradient(135deg, #4290ab, #5db292);
}

.package-discount {
  font-size: 1.5rem;
  font-weight: 700;
}

.package-standard {
  font-size: 1.1rem;
  color: #5db292;
  text-decoration: line-through;
}

.nav-tabs {
  border: none !important;
}

.nav-tabs .nav-link {
  color: #083050 !important;
  /* background-color: #ed008ac0; */
  background: rgba(255, 255, 255, 0.3);
  transition: all 0.8s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 10rem;
  border: 0;
  box-shadow: 0px 5px black, 0px -5px black, 5px 0px black, -5px 0px black, 0px 10px #00000038, 5px 5px #00000038, -5px 5px #00000038, inset 0px 5px #ffffff36;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  background-color: #db473f;
  color:#fff !important;
}

@media (max-width: 575.98px) {
  .nav-tabs .nav-link {
    min-width: auto;
  }
}

/*
.nav-tabs .nav-link.active {
  color: #fff !important;
  background: rgb(238,174,202);
  background: radial-gradient(circle, rgba(238,174,202,0.578890931372549) 0%, rgba(148,187,233,0.4640449929971989) 100%);
  border: 2px solid tranparent;
  border-color: #fff;
}
*/
.nav-tabs .nav-link:hover {
  color: #000 !important;
  /*background: rgb(238,174,202);
  background: radial-gradient(circle, rgba(238,174,202,0.578890931372549) 0%, rgba(148,187,233,0.4640449929971989) 100%);*/
  background: rgb(255, 229, 45);
  transform: scale(1.05);
  border-color: #fff;
}

.tab-content {}

.tab-pane {
  /* background-color: rgba(255, 255, 255, 0.5); */
  padding: 2rem 2rem 4rem;
  margin-top: -0.5rem;
}

#agendaTabContent .tab-pane {
  background-color: rgba(255, 255, 255, 0.5);
}

.tab-pane .header h1 {
  color: #083050 !important;
  /*#ffe52d !important;*/
}

.tab-pane .header h4 {
  color: #006591 !important;
}

#agendaTab.nav-tabs .nav-link h1 {
  font-size: 2rem;
}

#agendaTab.nav-tabs .nav-link h1:lang(zh) {
  font-size: 1.2rem;
}

@media (max-width: 991.98px) {
  #agendaTab.nav-tabs .nav-link h1 {
    font-size: 1.2rem;
  }

  #agendaTab.nav-tabs .nav-link h4 {
    font-size: 1rem;
  }

  #highlightSection .num {
    font-size: 28pt;
    font-weight: 600;
  }
}

@media (max-width: 767.98px) {
  #agendaTab.nav-tabs .nav-link h1 {
    font-size: 1rem;
  }

  .tab-pane {
    padding-left: 0;
    padding-right: 0;
  }

  .de-event-calendar-item {
    padding-left: 0;
  }
}

.frame {
  background: url(../img/frame_02.png) repeat-y center top / 100%;
  padding: 0 2rem;
}

.frame_white {
  background: url(../img/frame_white_02.png) repeat-y center top / 100%;
  padding: 0 2rem;
}

.frame_purple {
  background: url(../img/frame_purple_02.png) repeat-y center top / 100%;
  padding: 0 2rem;
}

.frame_blue {
  background: url(../img/frame_blue_02.png) repeat-y center top / 100%;
  padding: 0 2rem;
}

.frame-2025-wrapper {
    background: #0db14b;
    color: #fff;
    z-index: 4;
    padding: 1rem;
    z-index: 3;
    border: 0;
    box-shadow: 0px 5px black, 0px -5px black, 5px 0px black, -5px 0px black, 0px 10px #00000038, 5px 5px #00000038, -5px 5px #00000038, inset 0px 5px #ffffff36;
}

.text-purple {
  color: #ffe52d !important;
}

.agenda .agenda-row .agenda-bg-content.agenda-border-frame {
  border: 4px solid #fff;
  background: rgba(255, 255, 255, 0.4) !important;
  border-radius: 1rem;
}

.pink-bg {
  background: rgba(255, 195, 215, 0.3) !important;
}

.bg-yellow {
  background: #fff200 !important;
}
.bg-green {
  background: #0db14b !important;
}
.bg-red {
  background: #db473f !important;
}