:root {
  --section-h2-mg-bot: 60px;
  --section-vert-margin: 135px;
}
section ul {
  margin: 0 0 30px;
  counter-reset: revert;
  list-style: none;
}
section ul {
  list-style-type: disc;
}
section ul > li {
  margin-left: 20px;
  margin-bottom: 10px;
  position: relative;
}
section .btnWrap {
  margin: var(--section-vert-margin) 0;
}
.btnMore {
  display: inline-block;
  color: var(--red);
  padding: 10px 15px;
}
.btnMore span {
  position: relative;
  display: inline-block;
  line-height: 1em;
  font-size: 1.125rem;
  font-size: clamp(1.125rem, 0.9691558441558441rem + 0.3246753246753247vw, 1.375rem);
}
.btnMore span:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -10px;
  width: 7px;
  height: 7px;
  margin-top: -2px;
  transition: border-color 0.3s ease 0s;
  -webkit-transition: border-color 0.3s ease 0s;
  border: 1px solid currentColor;
  border-left-width: 0;
  border-top-width: 0;
  transform: rotate(-45deg);
  transition: right 0.3s ease 0s;
}
.btnMore:hover span:before,
.btnMore:focus-within span:before {
  right: -14px;
}
#mainZone {
  overflow: hidden;
}
#mainZone section,
#mainZone > div {
  line-height: 1.5;
}
#mainVisual .swiper-slide a {
  display: block;
}
#mainVisual .swiper-slide img {
  width: 100%;
}
#mainVisualSec {
  position: relative;
  border-top: 12px solid var(--red);
}
#mainVideo .videoWrap {
  position: relative;
  aspect-ratio: 1920 / 1080;
  background: #000;
}
#mainVisualSwiper {
  --swiper-pagination-bottom: 23%;
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-bullet-border-radius: 5px;
  --swiper-pagination-bullet-height: 10px;
  --swiper-pagination-bullet-inactive-opacity: 1;
}
#mainVisualSwiper .swiper-pagination .swiper-pagination-bullet {
  border: 1px solid #fff;
}
#mainVisualSwiper .swiper-pagination .swiper-pagination-bullet-active {
  width: 50px;
}
#mainVisualSwiper .swiper-slide .videoWrap {
  position: relative;
  aspect-ratio: 1920 / 1080;
}
#mainVisualSec video {
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#dateTimerWrap {
  position: absolute;
  width: 100%;
  top: 0;
  color: #fff;
  max-width: 1800px;
  left: 50%;
  transform: translateX(-50%);
  padding-top: 30px;
  z-index: 100;
}
#mainVisualSec:after {
  content: "";
  width: 100%;
  height: 30%;
  position: absolute;
  top: -1px;
  background: #000000;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.1) 50%, rgba(0, 0, 0, 0) 100%);
  z-index: 10;
}
#dateTimerWrap .container {
  max-width: 100%;
}
#dateTimerWrap h1 {
  line-height: 1.2;
  text-align: center;
  font-size: 1.3125rem;
  font-size: clamp(1.3125rem, 0.338474025974026rem + 2.029220779220779vw, 2.875rem);
  margin-bottom: var(--common-padding);
  text-shadow: var(--textshadow);
}
#dateTimer {
  display: flex;
  column-gap: 100px;
  justify-content: center;
}
#eventDate {
  line-height: 1em;
  font-weight: 500;
  font-size: 2.5rem;
  font-size: clamp(2.5rem, -0.9285714285714288rem + 7.142857142857144vw, 8rem);
  text-shadow: var(--textshadow);
}
#timerMain {
  --column-gap: 30px;
  display: flex;
  column-gap: var(--column-gap);
  align-items: center;
}
#timerMain .tick-flip-panel {
  background: #fff;
  color: currentColor;
}
#timerMain .tick-flip-panel-front-shadow {
  background: none;
  opacity: 0 !important;
}
#timerMain .tick-flip-card-shadow {
  box-shadow: none;
  opacity: 0 !important;
}
#timerMain .tick-flip-panel-back:after {
  opacity: 0;
}
#timerMain .tick-flip-panel-back-shadow {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.15), rgba(0, 0, 0, 0.2));
}
#timerMain > div {
  text-align: center;
}
#timerMain .digits {
  display: flex;
  column-gap: 10px;
  color: var(--secondary-blue);
  font-weight: 500;
  font-size: 2.5rem;
  font-size: clamp(2.5rem, -0.9285714285714288rem + 7.142857142857144vw, 8rem);
}
#timerMain .digits > div {
  display: flex;
  column-gap: 10px;
  line-height: 1em;
  white-space: nowrap;
}
#timerMain .digits .tick-flip {
  margin: 0 auto;
  letter-spacing: 0;
  text-indent: 0;
  min-width: 0.75em;
  border-radius: 5px;
}
#timerMain .txt {
  padding: 5px 0;
  text-shadow: var(--textshadow);
}
#sloganWrap {
  position: relative;
  background: #062148;
  /* margin-top: -12%; */
}
/* #sloganWrap:before {
  content: "";
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #062148;
  background: linear-gradient(
    0deg,
    rgba(6, 33, 72, 1) 0%,
    rgba(6, 33, 72, 1) 88%,
    rgba(6, 33, 72, 0) 100%
  );
} */

#sloganWrap > div {
  position: relative;
  z-index: 10;
}
#sloganWrap h2 span {
  height: 24px;
  padding: 0;
}
#ribbons {
  color: #fff;
}
#ribbons .marqueeTxt {
  opacity: 0;
  font-size: 1.125rem;
  font-size: clamp(1.125rem, 0.9691558441558441rem + 0.3246753246753247vw, 1.375rem);
  padding: 10px 0;
  display: flex;
  white-space: nowrap;
  overflow: hidden;
  position: relative;
  margin-left: -20px;
  width: calc(100% + 40px);
  column-gap: 1.5rem;
  align-items: center;
}
.marqueeTxt .marquee-inner {
  display: flex;
  will-change: transform;
  animation: marqueeAnim linear infinite;
}
#ribbons {
  display: none;
}
#ribbons > div {
  position: absolute;
  top: 0;
  left: 50%;
}
#ribbons .marqueeTxt > span {
  display: inline-block;
  grid-row: 1;
}
#redRibbon {
  transform: translateX(-50%) rotate(6deg);
  z-index: 10;
}
#redRibbon .marqueeTxt {
  background-color: var(--red);
}
#blueRibbon {
  z-index: 5;
  transform: translateX(-50%) rotate(-6deg);
}
#blueRibbon .marqueeTxt {
  background-color: var(--secondary-blue);
}
#sloganMain {
  max-width: 1600px;
  margin: 0 auto;
  padding: 1em var(--container-horizontal-padding) max(4em, 2em);
  text-align: center;
  color: #fff;
  font-size: 1.625rem;
  font-size: clamp(1.625rem, -0.08928571428571441rem + 3.571428571428572vw, 4.375rem);
  position: relative;
}
#sloganMain span.hl {
  color: var(--yellow);
}
#sloganText {
  position: relative;
  z-index: 101;
}
#sloganMain {
  --helicopterOpacity: 0;
}
#sloganMain:before {
  content: "";
  position: absolute;
  bottom: -120px;
  z-index: 100;
  background-image: url(../images/home/helicopter.png);
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: 0 0;
  width: 45vw;
  max-width: 1046px;
  max-height: 681px;
  aspect-ratio: 1046 / 681;
  transform: translate(0, 0);
  opacity: var(--helicopterOpacity);
  transition:
    opacity 1s ease 0s,
    transform 1s ease 0s;
  animation: floatingHelicopter 4s linear infinite alternate;
}
@keyframes floatingHelicopter {
  25% {
    transform: translate(0, 15px);
  }
  45% {
    transform: translate(0, 28px);
  }
  50% {
    transform: translate(0, 30px);
  }
  55% {
    transform: translate(0, 28px);
  }
  60% {
    transform: translate(0, 25px);
  }
  75% {
    transform: translate(0, 15px);
  }
  100% {
    transform: translate(0, 0);
  }
}
#mainZone .container {
  max-width: 1780px;
  padding: 0 var(--container-horizontal-padding);
  margin: 0 auto;
}
#sloganMain h2 {
  color: rgba(199, 234, 252, 1);
}
section h2 {
  margin-bottom: var(--section-h2-mg-bot);
}
section h2 span {
  display: inline-block;
  padding-right: 40px;
  position: relative;
  font-size: 1.4rem;
  font-weight: 700;
  font-size: clamp(1.5rem, 1.1962rem + 0.6329vw, 1.75rem);
}
section h2 span:after {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e905";
  font-size: 24px;
  line-height: 24px;
  position: absolute;
  top: 50%;
  right: 0;
  color: currentColor;
  transform: translateY(-50%);
}
#scheduleSec {
  background-color: #f2f7ff;
  padding: var(--section-vert-margin) 0 0;
}
#scheduleSec h2 {
  color: var(--primary-blue);
}
#scheduleMain {
  padding: var(--section-vert-margin) 0;
  position: relative;
}
#scheduleMain .scheduleItem .eventList .details .list {
  color: #000;
  font-size: 1.125rem;
  font-size: clamp(1.125rem, 0.7353896103896104rem + 0.8116883116883118vw, 1.75rem);
}
#speakersSec {
  padding-top: var(--section-vert-margin);
  margin-bottom: var(--section-vert-margin);
}
#speakersSec h2 {
  color: var(--red);
}
#sponsorSec {
  --flex-gap: 30px;
  --flex-mg-bot: 50px;
  margin-bottom: var(--section-vert-margin);
}
#sponsorSec h2 {
  color: var(--primary-blue);
  margin-bottom: 0;
}
#sponsorSec p {
  font-size: 1.25rem;
  color: #555;
  margin-bottom: 1em;
}
#sponsorSec .container {
  display: flex;
  column-gap: var(--flex-gap);
  margin-bottom: var(--section-h2-mg-bot);
  align-items: center;
}
#sponsorSec .container:last-child h2 {
  /* margin-bottom: 0; */
}
#sponsorSec .container .left {
  flex-basis: 250px;
}
#sponsorSec .container .right .logos {
  /* margin-bottom: var(--flex-mg-bot); */
}
#sponsorSec .container .twoCols {
  display: flex;
  column-gap: var(--flex-gap);
  margin-top: var(--flex-mg-bot);
}
#sponsorSec .container .twoCols .logos {
  display: flex;
  gap: var(--flex-gap);
  flex-wrap: wrap;
}
#sponsorSec .container .twoCols .logos img {
  max-height: 40px;
}
#sponsorSec .container .twoCols .logos a {
  display: inline-block;
  line-height: 0;
}
#sponsorSec .container .sponsors {
  display: flex;
  gap: var(--flex-gap);
  flex-wrap: wrap;
  align-items: center;
}
#sponsorSec .container.preflexEnd {
  margin-bottom: calc(var(--section-h2-mg-bot) / 2);
}
#sponsorSec .container.flexEnd,
#sponsorSec .container.flexEnd .sponsors {
  align-items: flex-end;
}
#sponsorSec .container .sponsors {
  display: flex;
  gap: var(--flex-gap);
  flex-wrap: wrap;
  align-items: center;
}
#sponsorSec .container .sponsors a {
  display: inline-block;
  line-height: 0;
}
#registerWrap {
  display: flex;
  flex-wrap: wrap;
}
#registerSec .leftImg {
  width: 50%;
}
#registerSec .leftImg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#registerSec .rightContent {
  padding: 140px var(--container-horizontal-padding);
  flex: 1;
  display: flex;
  align-items: center;
  font-size: 1.125rem;
  font-size: clamp(1.125rem, 0.8912337662337663rem + 0.487012987012987vw, 1.5rem);
}
#registerSec .rightContent .intro {
  max-width: 680px;
  margin: 0 auto;
  text-align: center;
}
:lang(zh-HK) #registerSec .rightContent .intro,
:lang(zh-CN) #registerSec .rightContent .intro {
  max-width: 760px;
}
#registerSec .rightContent .highlight {
  color: var(--secondary-blue);
  font-size: 1.5rem;
  font-size: clamp(1.5rem, 1.2662337662337662rem + 0.487012987012987vw, 1.875rem);
}
#registerSec .rightContent .intro .intro_line {
  margin-bottom: 2rem;
}
.btnAct {
  overflow: hidden;
  display: inline-block;
  position: relative;
  color: #000;
  border-radius: 35px;
  background-color: var(--blue);
  transition: background 0.3s ease 0.2s;
}
.btnAct:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--yellow);
  clip-path: circle(0% at 86% 50%);
  transition: clip-path 0.65s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}
.btnAct:hover:before {
  clip-path: circle(150% at 50% 50%);
}
.btnAct span {
  position: relative;
  display: inline-block;
  padding: 15px 70px 15px 50px;
  line-height: 1.5em;
}
.btnAct span:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 40px;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  transition: border-color 0.3s ease 0s;
  -webkit-transition: border-color 0.3s ease 0s;
  border: 2px solid currentColor;
  border-left-width: 0;
  border-top-width: 0;
  transform: rotate(-45deg);
  transition: right 0.3s ease 0s;
}
.btnAct:hover {
  background: transparent;
}
.btnAct:hover span:after,
.btnAct:focus-within span:after {
  right: 35px;
}
#btnRegister {
  margin-top: 50px;
  position: relative;
  line-height: 0;
}
#btnRegister span {
  font-weight: 700;
  border-radius: 1.5em;
  font-size: 1.5rem;
  font-size: clamp(1.5rem, 1.1883116883116882rem + 0.6493506493506493vw, 2rem);
}
#gallerySec {
  margin-bottom: var(--section-vert-margin);
}
#gallerySwiper {
  --gallery-max-height: 600px;
}
#gallerySwiper.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: linear !important;
}
#gallerySwiper .swiper-slide {
  width: auto;
  height: var(--gallery-max-height);
  max-height: var(--gallery-max-height);
  position: relative;
}

#gallerySwiper .swiper-slide img {
  height: 100%;
  width: auto;
  max-width: 100%;
  object-fit: cover;
  margin: 0 auto;
}

@media screen and (min-width: 1780px) and (max-width: 2999.98px) {
  #registerWrap {
    --mgleft: calc((100svw - var(--container-width)) / 2);
    width: 100svw;
    margin-left: calc(0px - var(--mgleft) - var(--container-horizontal-padding));
    max-width: calc(var(--container-width) + var(--mgleft) - var(--container-horizontal-padding));
  }
}

@media screen and (max-width: 1779.98px) {
  #registerWrap {
    margin-left: calc(0px - var(--container-horizontal-padding));
  }
}

@media screen and (max-width: 1399.98px) {
  :root {
    --section-vert-margin: 80px;
  }
  #gallerySwiper {
    --gallery-max-height: 450px;
  }
}

@media screen and (max-width: 1199.98px) {
  #sponsorSec .container {
    display: block;
  }
  #sponsorSec .container .twoCols {
    display: block;
    padding: 0;
  }
  #sponsorSec .container .twoCols > div {
    margin-top: 1.25rem;
  }
  #sponsorSec h2 {
    margin-bottom: 1rem;
  }
  #sponsorSec .container .right {
    margin-bottom: var(--flex-mg-bot);
  }
}

@media screen and (min-width: 992px) {
  #sloganMain:before {
    left: 65%;
  }
}
@media screen and (max-width: 991.98px) and (min-width: 480px) {
  #scheduleMain .scheduleItem .eventList a {
    padding-right: 20px;
  }
}
@media screen and (max-width: 991.98px) {
  :root {
    --section-vert-margin: 50px;
  }
  #gallerySwiper {
    --gallery-max-height: 300px;
  }
  #scheduleSec {
    padding: var(--section-vert-margin) 0 0;
  }
  #sloganMain:before {
    left: 50%;
    margin-left: -22.5vw;
    bottom: -60px;
  }
  #scheduleMain:before {
    left: 35px;
    width: 8px;
  }
  #scheduleMain .scheduleItem .dateVenue {
    padding: 40px 0 40px 90px;
  }
  #scheduleMain .scheduleItem .dateVenue .day:after {
    left: -72px;
  }
  #scheduleMain .scheduleItem .eventList .details {
    position: relative;
  }
  #scheduleMain .scheduleItem .eventList .details .btnDetails {
    position: absolute;
    right: -50px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-block;
    width: 60px;
    height: 60px;
  }
  #scheduleMain .scheduleItem .eventList .details .btnDetails span {
    display: block;
    height: 100%;
    padding: 0;
    border-radius: 50%;
    line-height: 0;
    font-size: 0;
  }
  #scheduleMain .scheduleItem .eventList .details .btnDetails span:after {
    right: 25px;
  }
  #scheduleMain .scheduleItem .eventList a:hover .details .btnDetails span:after,
  #scheduleMain .scheduleItem .eventList a:focus-within .details .btnDetails span:after {
    right: 22px;
  }
  #scheduleMain .scheduleItem .eventList .details {
    align-items: center;
    padding-right: 10px;
  }
  #sponsorSec .container .left {
    flex-basis: 180px;
  }
  #registerWrap {
    margin-right: calc(0px - var(--container-horizontal-padding));
  }
  #registerSec .rightContent,
  #registerSec .leftImg {
    width: 100%;
  }
  #registerSec .rightContent {
    padding: var(--section-vert-margin) var(--container-horizontal-padding);
  }
  #sloganMain.inview h2 {
    opacity: 1;
  }
}
@media screen and (min-width: 768px) {
  #heroAnimate {
    position: relative;
    width: 100%;
    aspect-ratio: 1900 / 518;
    z-index: 10;
    transform-origin: left center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
#heroAnimate canvas {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
@media screen and (max-width: 767.98px) {
  :root {
    --section-h2-mg-bot: 30px;
  }
  #heroWrap {
    position: relative;
    height: 250px;
  }
  #heroAnimate {
    height: 100% !important;
    aspect-ratio: 1900 / 518;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  #ribbons .marqueeTxt {
    padding: 5px 0;
  }
  #dateTimer {
    column-gap: 10px;
  }
  #timerMain {
    margin-left: auto;
  }
  #dateTimerWrap {
    padding-top: 20px;
  }
  #scheduleMain {
    padding: 0;
  }
  #scheduleMain .scheduleItem .eventList .details .btnDetails {
    right: -40px;
    width: 40px;
    height: 40px;
  }
  #scheduleMain .scheduleItem .eventList .details .btnDetails span:after {
    right: 16px;
  }
  #scheduleMain .scheduleItem .eventList a:hover .details .btnDetails span:after,
  #scheduleMain .scheduleItem .eventList a:focus-within .details .btnDetails span:after {
    right: 14px;
  }
  #scheduleMain .scheduleItem .dateVenue {
    padding: 30px 0 30px 70px;
  }
  #scheduleMain .scheduleItem .dateVenue .day:after {
    margin-top: -15px;
    width: 30px;
    height: 30px;
    border-width: 6px;
  }
  #scheduleMain .scheduleItem .dateVenue .day:after {
    left: -46px;
  }
  #sloganMain {
    padding: max(3rem, 2rem) var(--container-horizontal-padding) max(5rem, 2rem);
  }
  #sloganMain:before {
    left: 10%;
    margin-left: 0;
    width: 80vw;
    bottom: -100px;
    display: none;
  }
  #sponsorSec {
    --flex-mg-bot: 30px;
  }
  #sponsorSec .container {
    display: block;
  }
}

@media screen and (max-width: 575.98px) {
  #timerMain .digits > div {
    column-gap: 5px;
  }
  #timerMain {
    --column-gap: 10px;
  }
  #heroWrap {
    position: relative;
    height: 200px;
  }
  #mainVideo .videoWrap,
  #mainVisualSwiper .swiper-slide .videoWrap {
    height: 320px;
  }
  #scheduleSec {
    padding: var(--section-vert-margin) 0;
  }
  #scheduleMain .scheduleItem .dateVenue {
    padding: 20px 0 20px 50px;
  }

  #scheduleMain:before {
    width: 6px;
    left: 22px;
  }

  #scheduleMain .scheduleItem .dateVenue .day:after {
    margin-top: -12px;
    width: 24px;
    height: 24px;
    border-width: 5px;
  }

  #scheduleMain .scheduleItem .dateVenue .day:after {
    left: -35px;
  }
  #eventDate,
  #timerMain .digits {
    font-size: 1.75rem;
    font-size: clamp(1.75rem, 1.2142857142857144rem + 2.6785714285714284vw, 2.5rem);
  }
  :lang(zh-HK) #eventDate,
  :lang(zh-HK) #timerMain .digits,
  :lang(zh-CN) #eventDate,
  :lang(zh-CN) #timerMain .digits {
    font-size: 1.5rem;
    font-size: clamp(1.5rem, 0.7857142857142858rem + 3.571428571428571vw, 2.5rem);
  }
}
@media screen and (max-width: 479.98px) {
  #timerMain .digits > div {
    column-gap: 5px;
  }
  #timerMain {
    --column-gap: 10px;
  }
}

/* Flip-down animation for timer digits */
.flip-digit {
  display: inline-block;
  min-width: 0.8em;
  line-height: 1.3em;
  text-align: center;
  position: relative;
  perspective: 100px;
  transition: color 0.2s;
}

.flip-digit.flipping {
  animation: flipDown 0.25s cubic-bezier(0.4, 0.2, 0.2, 1);
}

@keyframes flipDown {
  0% {
    transform: rotateX(0deg);
  }
  60% {
    transform: rotateX(90deg);
  }
  100% {
    transform: rotateX(0deg);
  }
}
#floatingBtns {
  z-index: 990;
  position: fixed;
  top: 10%;
  right: 0;
  --button-radius: 10px;
  --button-padding: 15px 20px;
  --button-span-left: 20px;
  --button-fontsize: 1.5rem;
}
#floatingBtns button {
  color: var(--yellow);
  border-top-left-radius: var(--button-radius);
  border-bottom-left-radius: var(--button-radius);
  padding: var(--button-padding);
  cursor: pointer;
  background-color: #053279;
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 96.89 60"><defs><style> .st0 { fill: %2303285e; } </style></defs><path class="st0" d="M13.86,60C42.21,41.84,67.37,13.85,78.16,0h-13.17c-6.11,9.45-17.08,23.82-34.88,39.06-9.38,8.03-19.81,14.99-30.11,20.94h13.86Z"/><path class="st0" d="M32.14,60c7.32-4.37,14.64-9.22,21.51-14.59C75.23,28.53,89.44,10.68,96.89,0h-11.3c-5.77,9.02-16.71,23.31-35.58,38.62-9.92,8.05-21,15.25-31.54,21.38h13.68Z"/></svg>');
  background-repeat: no-repeat;
  background-position: 100% 50%;
  transition:
    color 0.3s ease 0s,
    background 0.3s ease 0s;
}
#floatingBtns button:hover {
  color: var(--primary-blue);
  background-color: #ebfe23;
  background-image: url('data:image/svg+xml,<%3Fxml version="1.0" encoding="UTF-8"%3F><svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 96.89 60"><defs><style> .st0 { fill: %23e3f25b; } </style></defs><path class="st0" d="M13.86,60C42.21,41.84,67.37,13.85,78.16,0h-13.17c-6.11,9.45-17.08,23.82-34.88,39.06-9.38,8.03-19.81,14.99-30.11,20.94h13.86Z"/><path class="st0" d="M32.14,60c7.32-4.37,14.64-9.22,21.51-14.59C75.23,28.53,89.44,10.68,96.89,0h-11.3c-5.77,9.02-16.71,23.31-35.58,38.62-9.92,8.05-21,15.25-31.54,21.38h13.68Z"/></svg>');
}
#floatingBtns button span {
  display: inline-block;
  position: relative;
  font-size: var(--button-fontsize);
  padding-left: var(--button-span-left);
}
#floatingBtns button span:before {
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "\e905";
  font-size: calc(var(--button-fontsize) * 1 / 2);
  position: absolute;
  top: 50%;
  left: 0;
  color: currentColor;
  transform: translateY(-50%);
}
@media screen and (max-width: 575.98px) {
  #floatingBtns {
    --button-radius: 8px;
    --button-padding: 8px 10px;
    --button-span-left: 12px;
    --button-fontsize: 1rem;
  }
}
/*animation home items*/
#mainNav > ul > li > .subnav {
  display: none;
}
#headerZone.animated #mainNav > ul > li > .subnav {
  display: block;
}
#logoWrap,
#mainNav > ul > li > a,
#siteTools,
#mmenuCtrl {
  opacity: 0;
  transform: translateY(-100px);
}
#floatingBtns {
  opacity: 0;
  transform: translateX(100px);
}
#dateTimerWrap {
  opacity: 0;
  transition: opacity 1s ease 0s;
}
.inview #dateTimerWrap {
  opacity: 1;
}
#dateTimerWrap h1,
#eventDate,
#timerMain {
  opacity: 0;
  transition:
    opacity 0.5s ease 0s,
    transform 1s ease 0s;
}
#dateTimerWrap h1 {
  transform: translateY(100px);
}
#eventDate {
  transform: translateX(-100px);
}
#timerMain {
  transform: translateX(100px);
}
.inview #dateTimerWrap h1,
.inview #eventDate,
.inview #timerMain {
  transform: translate(0, 0);
  opacity: 1;
}
#sloganMain h2 {
  opacity: 0;
}
#sloganText .line {
  opacity: 0;
  transform: translateY(100px);
}
#scheduleSec {
  --scheduleLineHeight: 0;
}
#scheduleMain:before {
  top: 0;
  transform: translateY(0);
  width: 10px;
  height: var(--scheduleLineHeight);
  transition: height 1s ease 0s;
}
#scheduleSec h2,
#speakersSec h2 {
  opacity: 0;
  transform: translateX(-100%);
  transition:
    opacity 1s ease 0s,
    transform 1s ease 0s;
}
#scheduleSec.inview h2,
#speakersSec.inview h2 {
  opacity: 1;
  transform: translateX(0);
}
#scheduleMain .scheduleItem {
  --circleScale: 1;
}
#scheduleMain .scheduleItem .dateVenue .day:after {
  transform: scale(var(--circleScale));
}
/*home animation ends*/
