@font-face {
  font-family: 'Michroma';
  src: url('../fonts/Michroma-Regular.woff2') format('woff2'),
    url('../fonts/Michroma-Regular.woff') format('woff');
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.woff2') format('woff2'),
    url('../fonts/Montserrat-Regular.woff') format('woff');
  font-style: normal;
  font-display: swap;
  font-weight: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.woff2') format('woff2'),
    url('../fonts/Montserrat-Bold.woff') format('woff');
  font-style: normal;
  font-display: swap;
  font-weight: bold;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.woff2') format('woff2'),
    url('../fonts/Montserrat-Light.woff') format('woff');
  font-style: normal;
  font-display: swap;
  font-weight: lighter;
}

@font-face {
  font-family: 'Transducer';
  src: url('../fonts/Transducer-Extended.woff2') format('woff2'),
    url('../fonts/Transducer-Extended.woff') format('woff');
  font-style: normal;
  font-display: swap;
  font-weight: normal;
}

@font-face {
  font-family: 'Transducer';
  src: url('../fonts/Transducer-BoldExtended.woff2') format('woff2'),
    url('../fonts/Transducer-BoldExtended.woff') format('woff');
  font-style: normal;
  font-display: swap;
  font-weight: bold;
}

@font-face {
  font-family: 'Clash Grostesk';
  src: url('../fonts/ClashGrotesk-Light.woff2') format('woff2'),
    url('../fonts/ClashGrotesk-Light.woff') format('woff');
  font-style: normal;
  font-display: swap;
  font-weight: lighter;
}

:root {
  --main-color: #d9f0e7;
  --accent-color: #226B69;
  --card-color: #ffffff;
  overflow-x: hidden;
}

html,
body {
  font-family: 'Montserrat';
  width: 100%;
  color: var(--accent-color);
  font-weight: 500;
  /* max-width: 520px; */
  min-height: 100%;
  margin: 0 auto;
  overscroll-behavior: none;
}

html {
  background-color: #fff;
}

body {
  font-family: 'Montserrat';
  margin: 0;
  line-height: 1.5;
  font-size: 14px;
  background-image: url('../images/bg-body.png');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
  position: relative;
  float: left;
  overflow-x: hidden;
  min-height: 100%;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6{
  line-height: 1.57;
}

*::placeholder {
  color: #E5E5E5 !important;
  opacity: 1;
}

.text-light{
  color: #fff !important;
}

header {
  color: #fff;
  padding: 30px 0 0 0;
  text-align: center;
  position: relative;
  margin: 3vh 0 4vh 0;
  z-index: 1;
}

header i.close {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 34px;
  cursor: pointer;
  color: #fff;
  line-height: 0;
}

.header .logo{
  max-width: 260px;
  width: 70%;
  margin: 0 auto;
}

header h2 {
  font-family: 'Transducer';
  margin: 0;
  line-height: 1.4;
  font-size: 18px;
}

.header-2 h2{
  text-transform: uppercase;
  font-weight: bold;
  font-size: 21px;
}

footer {
  background-color: var(--accent-color);
  color: white;
  padding: 1rem;
  text-align: center;
}

.screen {
  width: 100%;
  float: left;
  padding-left: 8%;
  padding-right: 8%;
  min-height: 100vh;
  position: relative;
  transform: translateX(0);
}

.screen-dark {
  background-color: #000;
}

.screen-style2 .header{
  text-align: left;
}

.screen-style2 .header .logo {
  max-width: 186px;
  width: 32%;
  display: block;
  margin-left: 25%;
  margin-right: 0;
  margin-bottom: 7.5%;
}

.screen-style2::before{
  content: "";
  width: 122%;
  height: 37%;
  margin-left: -11%;
  margin-right: -11%;
  background: linear-gradient(180deg, #23899e 3.06%, #23899e 35.64%, #ffffff00 66.93%);
  position: absolute;
  max-height: 380px;
  z-index: -1;
}


.screen-style2 .header i.close {
  position: absolute;
  top: 0;
  left: 0;
}

.screen-style2 .ball-inner{
  position: absolute;
  top: 0;
  right: 0;
  width: 34%;
  max-width: 216px;
}

#screen_home{
  background-image: url('../images/body-home.png');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding-bottom: 0;
}

#screen_home .logo {
  width: 86%;
  max-width: 200px;
  display: block;
  margin: -10% auto 4px auto;
}

#screen_home .event-year{
  font-family: 'Transducer';
  color: var(--accent-color);
  font-size: 17px;
  margin-bottom: 18px;
  text-align: center;
}

#screen_home .event-title{
  color: var(--accent-color);
  font-family: 'Transducer';
  font-weight: bold;
  font-size: 13px;
  text-align: center;
  margin-bottom: 18px;
}

#screen_home .event-location{
  color: var(--accent-color);
  font-family: 'Transducer';
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  margin-bottom: 0;
}

#screen_home .event-date{
  color: var(--accent-color);
  font-family: 'Transducer';
  font-size: 11px;
  text-align: center;
  margin-bottom: 10px;
}

.screen:not(#screen_home){
  display: none;
}

/* .scroll{
  width: 100%;
  cursor: pointer;
  margin-bottom: 7vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--accent-color);
  flex-direction: column;
  font-size: 11px;
  animation: upDown 1.5s linear infinite;
} */

.scroll img{
  width: 20px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.page {
  margin-top: 2vh;
  padding-top: 6px;
  padding-right: 15px;
  padding-left: 15px;
  padding-bottom: 15px;
}

.input-wrapper {
  margin-bottom: 4vh;
  position: relative;
}

.form-label {
  font-size: 13px;
  margin-left: 22px;
  margin-bottom: 7px;
  padding: 0 4px;
  position: absolute;
  top: -8px;
  backdrop-filter: blur(4px);
  z-index: 3;
  border-radius: 10px;
  overflow: hidden;
}


.form-label>span {
  color: #f08391;
}

.radio-wrapper .form-label {
  width: 100%;
  position: static;
}

.form-control {
  padding: 17px 20px;
  font-size: 13px;
  border-radius: 19px;
  margin: 0;
  background-color: transparent;
  border-color: var(--accent-color);
  z-index: 1 !important;
  box-shadow: unset !important;
}


.form-control:focus {
  background-color: transparent !important;
}

.input-group-text {
  font-size: 14px;
  padding: 0 13px;
  background-color: transparent;
  border-radius: 16px 0 0 16px;
  background-image: url(../images/border-input-group.png);
  background-repeat: no-repeat;
  background-position: center right;
  border-right: 0;
  margin-bottom: 0;
  background-size: 1px 56%;
  border-color: var(--accent-color);
  z-index: 2;
  position: relative;
}

input[type=checkbox] {
  margin-right: 7px;
  min-width: 15px;
  min-height: 15px;
  transform: translateY(2px);
}

label.checkbox {
  font-size: 11px;
}

.input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  border-left: 0;
}

.input-autocomplete {
  background-color: #ffffff9e;
  color: #F27285;
  padding: 4px 18px;
  text-align: right;
  font-size: 14px;
  border-radius: 20px;
  display: none;
  backdrop-filter: blur(20px);
}

.input-autocomplete p {
  margin: 7px 0;
  cursor: pointer;
}

.error-validation {
  color: #f08391;
  font-size: 12px;
  line-height: 13px;
  display: none;
  margin-top: 8px;
  margin-bottom: 12px;
  text-align: center;
}

.submit-failed {
  display: none;
  font-size: 12px;
  line-height: 1.4;
}

.grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: center;
}

.card {
  position: relative;
  display: inline-block;
  padding: 1px;
  border-radius: 16px;
  border: none;
      background: linear-gradient(45deg, #C2C2C296 30%, #C2C2C296 20%, #FFFFFF 78%, #C2C2C296 100%);
}

.card-content{
  border-radius: 15px;
  background: #5d8d8b;
  backdrop-filter: blur(54px);
  padding: 0.7rem 0.9em 0.55rem 0.9rem;
  width: 100%;
  height: 100%;
}

.card small {
  font-size: 12px;
}

.card p {
  margin-bottom: 6px;
  font-size: 16px;
}

.card span {
  display: block;
  font-size: 21px;
  text-align: right;
}

.card:hover {
  transform: scale(1.03);
}

.zone-scanned{
  background-color:#00868340;
}

.tabs {
  display: flex;
  justify-content: space-around;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 64px;
  background: var(--accent-color);
  color: white;
  padding: 0.8rem 0;
}

.tabs i {
  display: block;
  font-size: 1.2rem;
}

form {
  display: flex;
  flex-direction: column;
}

.btn{
  max-width: 380px;
}

.btn:not(.btn-sm):not(.btn-lg):not(.btn-rounded){
  border: none !important;
  padding: 0.6rem 1.2rem;
  border-radius: 12px;
  font-size: 12px;
  min-width: 140px;
  font-family: 'Transducer';
  font-weight: bold;
}

.btn-primary{
  background-color: transparent !important;
  color: #fff !important;
  cursor: pointer;
  position: relative;
  transform: translateX(0);
  background: linear-gradient(45deg, #C2C2C296 30%, #C2C2C296 20%, #FFFFFF 78%, #C2C2C296 100%);
}

.btn-primary::before{
  content: "";
  border-radius: 10px;
  background: linear-gradient(197.73deg, #0A4452 -4.88%, #6FBECD 81.1%);
  backdrop-filter: blur(54px);
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: 1px;
  left: 1px;
  z-index: -1;
  position: absolute;
}

.btn-green{
  background-color: #2B7F87A3 !important;
}

.btn-outline{
  font-family: 'Transducer';
  border: 1.5px solid var(--accent-color) !important;
  color: var(--accent-color) !important;
  border-radius: 40px;
  padding: 0.4rem 1.4rem;  
  font-size: 13px;
}

.btn-outline:hover{
  color: #fff !important;
  background-color: var(--accent-color) !important;
}

.btn-light{
  background-color: #fff !important;
  color: var(--accent-color) !important;
}

.btn.w-100{
  display: table;
  margin-left: auto;
  margin-right: auto;
}

.top-intro{
  width: 100%;
  aspect-ratio: calc(4 / 3);
  display: block;
  margin: 30px 0 0 0;
  position: relative;
}

.molecule{
  position: absolute;
  z-index: 1;
}

.molecule-1{
  width: 32%;
  top: -5%;
  right: 5%;
  animation: upDown 4s linear infinite;
}

.molecule-2{
  width: 31%;
  bottom: -14%;
  left: -5%;
  animation: upDown 3s linear infinite;
}

.top-intro .logo-subtitle{
  width: 56%;
  max-width: 263px;
  display: block;
  margin: 0 auto -40px auto;
}

.top-intro .big-ball{
  width: 120%;
  position: relative;
  left: -10%;
}

.intro-home{
  background-image: url('../images/intro-home.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  aspect-ratio: calc(4/2.6);
  position: relative;
  color: #fff;
  width: 100%;
  margin: 20px 0 50px 0;
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  container-type: inline-size;
}

.intro-home h2{
  font-family: 'Michroma';
  font-size: 6.4cqi;
  text-transform: uppercase;
  margin-bottom: 2vh;
  position: absolute;
  line-height: 1.45;
  top: 21%;
  left: 10%;
}

.side-scroll{
  position: fixed;
  right: -2px;
  z-index: 2;
  width: 28px;
  cursor: pointer;
  animation: upDown 1.5s linear infinite;
}

.side-scroll-1{
  top: 82%;
}

.backtop-scroll{
  bottom: 62px;
  z-index: 2;
  right: 0;
  left: unset;
  position: absolute;
}

.intro-home .btn{
  position: absolute;
  bottom: 13%;
  left: 67%;
  color: var(--accent-color) !important;
  transform: translateX(-50%);
}

.intro-home .btn::before{
  background: #dff0f3 !important;
}

.intro-home-2{
  margin-bottom: -38px;
  position: relative;
  z-index: 1;
}

.intro-home-2 h2 {
  font-size: 5cqi;
  margin-bottom: 2vh;
  position: absolute;
  line-height: 1.45;
  top: 15%;
  left: 6%;
}

.intro-home-2 .molecule-1{
  width: 35%;
  top: -11%;
  right: 3%;
}

.intro-home-2 .btn {
  bottom: 11%;
}

.bottom-before-footer{
  container-type: inline-size;
  color: #fff;
  text-align: center;
  font-family: 'Transducer';
}

.bottom-before-footer p{
  font-size: 13px;
  margin-bottom: 0;
  font-weight: 600;
}


.btn.disabled,
.btn:disabled,
fieldset:disabled .btn {
  opacity: 0.7;
  background: #b1b1b1 !important;
  pointer-events: none;
  color: #fff !important;
}

.btn.disabled::before {
  content: unset;
}

.btn:hover {
  color: white;
  background-color: var(--accent-color);
}

.wrapper-detail-image{
  width: 90%;
  margin: 0 auto 17px auto;
  border-radius: 20px;
}

.wrapper-detail-image img{
  width: 100%;
}

.icon-white {
  filter: brightness(0) contrast(100) invert(1);
  transition: all 0.6s;
}

.screen-dark header h2 {
  color: #fff;
}

.list-live-wrapper{
  margin-bottom: 40px;
}

.list-live{
  background-image: url('../images/bg-list-live.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  aspect-ratio: calc(1232/296);
  border-radius: 16px 0 0 16px;
  cursor: pointer;
  overflow: hidden;
}

.list-live .icon-live-side{
  height: 100%;
  float: left;
  aspect-ratio: 1;
  background-color: #44a7b6;
  border-radius: 26px;
  line-height: 1.2;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 12px;
  flex-direction: column;
  text-align: center;
  font-family: 'Transducer';
}

.list-live .icon-live-side img{
  width: 30px;
  margin-bottom: 7px;
  animation: blink 1.2s infinite;
}

.list-live-content{
  padding: 8px 8px 8px 8px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 100%;
  background-color: #ffffff8a;
  backdrop-filter: blur(10px);
  border-radius: 0 16px 16px 0 ;
  border: 1px solid #BFBFBFB8;
  border-left: 0;
  container-type: inline-size;
}

.list-live .stage{
  font-family: 'Transducer';
  font-size: 83%;
  text-transform: uppercase;
  font-size: 4.5cqi;
}

.list-live .speaker{
  font-family: 'Transducer';
  font-size: 4.3cqi;
}

.list-live .topic{
  font-family: 'Montserrat';
  font-size: 4cqi;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  margin-bottom: 2px;
}

.list-live .datetime{
  font-family: 'Transducer';
  font-weight: bold;
  font-size: 4.1cqi;
  text-transform: uppercase;
}

.card-button{
  background-image: url('../images/box-card-2.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  aspect-ratio: calc(909/159);
  color: #fff;
  display: flex;
  margin-bottom: 3vh;
  max-width: 290px;
  text-decoration: none;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  cursor: pointer;
}

.card-button h3{
  margin-bottom: 0;
  font-size: 13px;
  font-family: 'Transducer';
  font-weight: bold;
}

.card-button h3 img{
  transform: translateY(-2.3px);
}

.card-button p{
  margin-bottom: 0;
  font-family: 'Transducer';
  font-weight: normal;
  font-size: 11px;
}

/* .map-wrapper-image .area:not(.disabled){
  animation: scaleInOut 1.8s infinite ease-in-out;
} */

.home-video{
  margin-bottom: 30px;
  aspect-ratio: calc(16 / 9);
  width: 122%;
  margin-right: -11%;
  margin-left: -11%;
  position: relative;
}

.open-video{
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  z-index: 2;
}

.home-video iframe{
  width: 100%;
  height: 100%;
  aspect-ratio: calc(16/9);
}

.home-video.play {
  position: fixed;
  top: 33vh;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  margin: 0;
  z-index: 126;
}

body.overlay{
  height: 100vh;
  overflow: hidden;
  position: fixed;
  top: 0;
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
}

body.overlay .screen{
  overflow: hidden;
}

.overlay-black{
  background-color: #000;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 125;
  display: none;
}

.close-overlay{
  color: #fff;
  font-size: 36px;
  position: fixed;
  top: 12px;
  line-height: 0;
  left: 10px;
  display: none;
  cursor: pointer;
}

.map{
  position: relative;
  z-index: 2;
}

.map-wrapper-image {
  position: relative;
  container-type: inline-size;
}

.map-wrapper-image .area {
  position: absolute;
  line-height: 1;
  font-size: 1.5cqi;
  color: #fff;
  overflow: hidden;
  height: 7%;
  z-index: 1;
  cursor: pointer;
  border-radius: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #fff;
  background: #2b7f87;
  padding: 0.88% 0.5%;
  container-type: inline-size;
  animation: zoom 7s infinite;
  transition: transform 0.1s;
  white-space: nowrap;
}

.area i{
  line-height: 1;
  height: 100%;
  font-style: normal;
}

.area img {
  font-style: normal;
  height: 19%;
  padding-left: 4%;
}
.area:nth-child(1) { animation-delay: 0.5s; }
.area:nth-child(2) { animation-delay: 1.5s; }
.area:nth-child(3) { animation-delay: 2.5s; }
.area:nth-child(4) { animation-delay: 3.5s; }
.area:nth-child(5) { animation-delay: 4.5s; }
.area:nth-child(6) { animation-delay: 5.5s; }

/* Smooth zoom only during first 1s of the 6s loop */
@keyframes zoom {
  0%   { transform: scale(1, 1); }
  16.66% { transform: scale(1.15, 1.15); }
  100% { transform: scale(1, 1); }
}


.map-wrapper-image .area.disabled{
  background: #b1b1b1;
}

.skin-blueprint-area {
  width: 19%;
  left: 11%;
  bottom: 0.5%;
}

.amphitheater-area {
  width: 16%;
  left: 45%;
  top: 0.5%;
}

.redemption-area {
  width: 19.5%;
  left: 66.5%;
  top: 0.5%;
}

.noninvasive-skin-treatment-area {
  width: 31%;
  left: 10%;
  top: 0.5%;
}

.skinnovation-area {
  width: 18%;
  right: 14%;
  bottom: 0.5%;
}

.cafe-area {
  width: 18.5%;
  left: 39.5%;
  bottom: 0.5%;
}

.map-wrapper-image {
  width: 122%;
  margin-left: -11%;
  margin-right: -11%;
}

.map-wrapper-image > img {
  width: 100%;
  /* opacity: 0;
  transform: scale(0.5, 0.5);
  transition: all 0.3s 0.2s; */
}

.map-wrapper-image img.animate {
  opacity: 1;
  /* transform: scale(1, 1); */
}

.button-to-schedule{
  position: relative;
  z-index: 2;
}

.button-promotion{
  margin-bottom: 20px;
  position: relative;
  z-index: 2;
}

.bg-additional{
  position: absolute;
  top: 25%;
  right: 0;
  width: 45%;
  z-index: -1;
}

.bg-additional-2{
  position: absolute;
  top: unset;
  bottom: 10%;
  left: 0;
  z-index: -1;
}

.section-title{
  margin-bottom: 50px;
  padding: 0 15px;
  text-align: center;
  font-size: 30px;
  color: var(--accent-color);
  font-family: 'Transducer';
  font-weight: bold;
}

.section-subtitle{
  font-size: 13px;
  text-align: center;
  color: var(--accent-color);
  background: linear-gradient(90deg, rgba(68, 167, 182, 0) 0%, #44A7B6 50%, rgba(68, 167, 182, 0) 100%);
  width: 122%;
  margin-left: -11%;
  margin-right: -11%;
  padding: 24px 14px;
  margin-bottom: 78px;
}

.partner{
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  gap: 11px;
  font-size: 11px;
  font-family: 'Clash Grostesk';
  font-weight: lighter;
  position: relative;
  z-index: 2;
}

.partner img{
  height: 26px;
  transform: translateY(-4px);
}

.site-by{
  display: flex;
  justify-content: center;
  align-items: start;
  color: #fff;
  gap: 8px;
  font-size: 8px;
  font-family: 'Transducer';
  position: relative;
  z-index: 2;
}


.site-by img{
  height: 8px;
}

.bottom-intro{
  margin: 0;
  aspect-ratio: unset;
  display: block;
  position: relative;
  width: 122%;
  margin-left: -11%;
  margin-right: -11%;
  padding-top: 70px;
  padding-bottom: 20px;
  background: linear-gradient(182.58deg, rgba(68, 167, 182, 0) 6.17%, #44A7B6 40.24%);
}

.bottom-intro .big-ball{
  position: absolute;
  left: 50%;
  top: -992%;
  transform: translateX(-50%);
  width: 122%;
  z-index: -1;
  padding-top: 0;
}

/* #screen_home::after{
  content: "";
  height: 10%;
  position: absolute;
  bottom: -2%;
  width: 100%;
  left: 0;
  background: linear-gradient(0deg, rgb(67 167 183) 0%, rgb(255 255 255 / 0%) 100%);
  z-index: -1;
} */

.button-take-survey{
  width: 100%;
  max-width: 260px;
  /* transform: translate(-50%, -50%); */
  margin: 30px auto 100px auto;
}

.footer-home{
  color: #fff;
  text-align: center;
  font-family: 'Michroma';
  position: relative;
  z-index: 1;
  margin-bottom: 10px;
  container-type: inline-size
}

.footer-home .big-ball{
  position: absolute;
  left: 50%;
  top: -42%;
  transform: translateX(-50%);
  width: 170%;
  z-index: 1;
}

.footer-home h3{
  font-size: 4.2cqi;
  margin-bottom: 20px;
}

.footer-home h4{
  font-size: 3.8cqi;
  margin-bottom: 22px;
}

.footer-home p{
  font-size: 3.6cqi;
  font-family: 'Montserrat';
  font-weight: lighter;
}

.footer-home .partner{
  margin-top: 40px;
}

/* CATALOG */
#screen_catalog{
}

.catalog-item{
  width: 100%;
  margin-bottom: 26px;
  /* border-radius: 30px; */
  overflow: hidden;
  cursor: pointer;
  position: relative;
}

.label-catalog{
  background-image: url('../images/label-catalog.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  aspect-ratio: calc(293/93);
  left: -9px;
  width: 120px;
  color: #fff;
  font-size: 13px;
  top: 10px;
  display: flex;
  padding-top: 8px;
  justify-content: center;
  position: absolute;
}

.catalog-image{
  /* aspect-ratio: 1; */
  overflow: hidden;
}

/* .catalog-stock{
  position: absolute;
  bottom: 0;
  left: 0;
  color: #000;
  font-size: ;
  text-align: right;
  width: 100%;
  z-index: 1;
} */

.catalog-text{
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 3.9cqi;
  font-family: 'Transducer';
  color: #fff;
  transform: translate(-50%, -50%);
}

.catalog-image img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.catalog-head{
  position: relative;
  /* display: none; */
  padding: 7px 6px 7px 6px;
  border-radius: 30px 30px 0 0;
  background-color: #E8FFFE;
  transform: translateX(0);
  font-size: 12px;
  color: #fff;
  text-align: center;
  font-family: 'Transducer';
  font-weight: bold;
  background: linear-gradient(45deg, #C2C2C296 30%, #C2C2C296 20%, #FFFFFF 78%, #C2C2C296 100%);
}

.catalog-head::before{
  content: "";
  border-radius: 28px 28px 0 0;
  background: linear-gradient(206.31deg, rgba(10, 68, 82, 0.5) 0.09%, rgba(111, 190, 205, 0.5) 81.65%);
  backdrop-filter: blur(54px);
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: 1px;
  left: 1px;
  z-index: -1;
  position: absolute;
}

.catalog-content{
  position: relative;
  /* display: none; */
  padding: 8px 15px 10px 8px;
  border-radius: 0 0 30px 30px;
  background-color: #E8FFFE;
  transform: translateX(0);
  font-size: 14px;
  color: #fff;
  text-align: center;
  font-family: 'Transducer';
  font-weight: bold;
  background: linear-gradient(45deg, #C2C2C296 30%, #C2C2C296 20%, #FFFFFF 78%, #C2C2C296 100%);
}

.catalog-content::before{
  content: "";
  border-radius: 0 0 28px 28px;
  background: linear-gradient(206.31deg, rgba(10, 68, 82, 0.5) 0.09%, rgba(111, 190, 205, 0.5) 81.65%);
  backdrop-filter: blur(54px);
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: 1px;
  left: 1px;
  z-index: -1;
  position: absolute;
}

/* TREATMENT */

#screen_treatment{
  /* background-image: url('../images/bg-intro-ticket.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top; */
  background-color: #ffffff;
  min-height: 100Vh;
}

#screen_treatment iframe{
  margin-top: 8.8vh;
}

#screen_treatment .header .logo{
  max-width: 200px;
  width: 37%;
  margin: -18px auto 0 auto;
}

#screen_treatment .bg-additional-2{
  top: 25%;
  bottom: 0;
}

.treatment-item{
  margin-bottom: 20px;
}

.treatment-item h3{
  text-align: center;
  font-family: 'Transducer';
  font-size: 18px;
  margin-bottom: 12px;
}

.treatment-box{
  background-color: transparent;
  color: var(--accent-color);
  cursor: pointer;
  border-radius: 16px;
  position: relative;
  opacity: 0.85;
  padding: 15px;
  display: table;
  transform: translateX(0);
  background: linear-gradient(45deg, #C2C2C296 30%, #C2C2C296 20%, #FFFFFF 78%, #C2C2C296 100%);
}

.treatment-box::before{
  content: "";
  border-radius: 13px;
  background: #f9f9f9;
  backdrop-filter: blur(18px);
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: 1px;
  left: 1px;
  z-index: -1;
  position: absolute;
}

.treatment-box-title{
  width: 100%;
  float: left;
  text-align: center;
  background-image: url('../images/border-fade.png');
  background-repeat: no-repeat;
  background-size: 100% 1px;
  background-position: center bottom;
  padding: 0 0 10px 0;
  font-weight: bold;
  margin-bottom: 10px;
}

.treatment-box ul{
  width: fit-content;
  margin: 0;
  padding: 0px;
  margin: 0 auto;
  display: table;
  transform: translateX(14%);
}

.treatment-box ul li{
  list-style: disc;
  width: 50%;
  float: left;
  margin-bottom: 6px;
  font-size: 14px;
}

.intro-ticket-inner{
  font-size: 4.5cqi;
  border-radius: 20px;
  border: 1px solid #C2C2C296;
  backdrop-filter: blur(12px);
  background-color: rgba(255, 255, 255, 0.61);
  padding: 17px 22px;
  container-type: inline-size;
  display: flex;
  margin-bottom: 20px;
  flex-direction: column;
}

.intro-ticket-inner h3{
  font-family: 'Transducer';
  font-size: 5.7cqi;
  margin-bottom: 17px;
  font-weight: bold;
}

.intro-ticket-inner h4{
  font-family: 'Transducer';
  font-size: 4.5cqi;
  font-weight: lighter;
  margin-bottom: 6px;
}

.intro-ticket-inner p,
.intro-ticket-inner ul{
  font-family: 'Montserrat';
  font-size: 4.5cqi;
  font-weight: lighter;
  margin-bottom: 17px;
}

.intro-ticket-inner .btn{
  max-width: 160px;
  margin: 0 auto;
}

/* AREA DETAIL */

.screen-area{
  /* background-image: url('../images/bg-intro-ticket.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-position: center top; */
  background-color: #ffffff;
  min-height: 100Vh;
}

.area-desc{
  margin-top: 6.5vh;
  container-type: inline-size;
  /* font-weight: 600; */
}

.area-desc h2{
  font-size: 4.8cqi;
  text-align: left;
  font-family: 'Transducer';
  font-weight: bold;
  line-height: 1.25;
  padding: 0 20px;
  margin-bottom: 16px;
}


.area-desc p,
.area-desc ul{
  font-size: 3.7cqi;
}

#screen_area .bg-additional{
  top: 4%;
}

#screen_area .bg-additional-2{
  top: unset;
  bottom: 5%;
}

.image-area-detail{
  aspect-ratio: calc(4 / 3);
  overflow: hidden;
  display: inline-flex;
  overflow-x: auto;
  /* width: 122%; */
  width: 100%;
  /* margin-left: -11%; */
  overflow-y: hidden;
  /* margin-right: -11%; */
}

.image-area-detail::-webkit-scrollbar{
  display: none !important;
}

.image-area-detail img{
  width: 100%;
  /* border-radius: 16px; */
  /* margin: 0 8px; */
}

/* SCHEDULE */

/* #screen_schedule{
  background-image: url('../images/bg-schedule.png');
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
} */

#screen_schedule .bg-additional{
  top: -7%;
  width: 15%;
}

.card-gradient{
  font-size: 15px;
  color: #fff;
  border-radius: 15px;
  font-family: 'Transducer';
  background-color: transparent;
  cursor: pointer;
  position: relative;
  padding: 10px 14px;
  transform: translateX(0);
  background: linear-gradient(45deg, #C2C2C296 30%, #C2C2C296 20%, #FFFFFF 78%, #C2C2C296 100%);
}

.card-gradient::before{
  content: "";
  border-radius: 13px;
  background: linear-gradient(197.73deg, #0A4452 -4.88%, #6FBECD 81.1%);
  backdrop-filter: blur(54px);
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: 1px;
  left: 1px;
  z-index: -1;
  position: absolute;
}

.card-gradient span{
  font-size: 22px;
}

.schedule-thumb{
  max-width: 500px;
  margin: 0 auto 30px auto;
}

.schedule-thumb .owl-stage-outer{
  overflow: visible;
}

.schedule-thumb .owl-stage{
  align-items: center;
  display: flex;
}

/* .schedule-thumb .owl-stage:not([style="0px"]):not([style*="-1"]):not([style*="-2"]):not([style*="-3"]):not([style*="-4"]):not([style*="-5"]) {
  margin-left: -10%;
}

.schedule-thumb .owl-stage[style="0px"],
.schedule-thumb .owl-stage[style*="-1"],
.schedule-thumb .owl-stage[style*="-2"],
.schedule-thumb .owl-stage[style*="-3"],
.schedule-thumb .owl-stage[style*="-4"],
.schedule-thumb .owl-stage[style*="-5"]{
  margin-left: 10%;
} */

.schedule-title{
  text-transform: uppercase;
  color: var(--accent-color);
  font-size: 17px;
  margin-bottom: 13px;
  font-family: 'Transducer';
  font-weight: bold;
  text-align: center;
}

.schedule-longbox{
  width: 170px;
  justify-content: center;
  font-size: 16px;
  display: flex;
  text-align: center;
  display: none;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
  aspect-ratio: calc(255/120);
  line-height: 1.2;
}

.schedule-shortbox{
  font-size: 12px;
  height: 100%;
  color: #fff;
  border-radius: 10px;
  display: flex;
  background-color: #529dae;
  text-align: center;
  flex-direction: column;
  border: 1px solid #84bac6;
  justify-content: center;
  line-height: 1.14;
  align-items: center;
  font-family: 'Transducer';
  width: 54px;
  aspect-ratio: calc(3 / 3.5);
}

.schedule-shortbox p{
  margin-bottom: 0;
  font-size: 19px;
  text-align: center;
}

.schedule-thumb .owl-item.center{
  width: 170px !important;
  /* margin-right: 18px !important; */
}

.schedule-thumb .owl-item .item{
  margin: 0 auto;
  display: table;
  cursor: pointer;
}

.schedule-thumb .owl-item.center .schedule-longbox{
  display: flex;
  margin: 0 auto;
}

.schedule-thumb .owl-item.center .schedule-shortbox{
  margin: 0 auto;
  display: none;
}

.schedule-carousel .owl-stage-outer{
  overflow: visible;
}

.schedule-item{
  background-color: transparent;
  color: var(--accent-color);
  border-radius: 12px;
  position: relative;
  padding: 3%;
  margin-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Transducer';
  max-width: 500px;
  transform: translateX(0);
  aspect-ratio: calc(4/1.15);
  opacity: 0.8;
  background: linear-gradient(45deg, #C2C2C296 30%, #C2C2C296 20%, #FFFFFF 78%, #C2C2C296 100%);
}

.schedule-area:first-child .schedule-title{
  color: #fff;
}

.schedule-carousel .owl-item .item{
  margin: 0 auto;
  display: table;
  width: 100%;
  max-width: 500px;
}

.schedule-item-comingsoon{
  display: flex;
  justify-content: center;
  align-items: center;
  aspect-ratio: calc(4 / 1.5);
  opacity: 0.7;
  aspect-ratio: 1;
  flex-direction: column;
}

.schedule-item-comingsoon h3{
  margin-bottom: 20px;
  font-size: 3.9cqw;
  font-weight: bold;
}

.schedule-item-comingsoon img{
  width: 29% !important;
  margin-bottom: 20px;
  max-width: 120px;
}

.schedule-item-comingsoon p{
  font-size: 3cqi;
  text-align: center;
  font-weight: lighter;
}

.schedule-item::before{
  content: "";
  border-radius: 13px;
  background: #f9f9f9;
  backdrop-filter: blur(18px);
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  top: 1px;
  left: 1px;
  z-index: -1;
  position: absolute;
}

.label-live{
  width: 22%;
  background-image: url('../images/live-label.png');
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: absolute;
  aspect-ratio: calc(256/130);
  padding-top: 6px;
  display: inline-flex;
  font-size: 14px;
  align-items: start;
  justify-content: center;
  color: #fff;
  font-family: 'Transducer';
  z-index: 1;
  width: 86px;
  top: 6%;
  right: -9px;
}

.label-live img{
  width: 18px !important;
  margin-left: 8px;
  margin-top: 0.5px;
  animation: blink 1.2s infinite;
}

.schedule-time{
  width: 22%;
  background-image: url('../images/border-vertical.png');
  background-repeat: no-repeat;
  background-size: 1px 100%;
  height: 100%;
  padding-right: 15px;
  background-position: right center;
  display: flex;
  flex-direction: column;
  text-align: center;
  justify-content: center;
  font-weight: 600;
  container-type: inline-size;
}

.schedule-time p{
  margin-bottom: 0;
  font-size: 19cqi;
  line-height: 1.5;
}

.schedule-time p:last-child{
  margin-top: 4px;
}

.schedule-content{
  flex: 1;
  height: 100%;
  container-type: inline-size;
  padding: 0 0 0 15px;
  line-height: 1.25;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.schedule-content .stage{
  font-size: 5.1cqi;
  font-weight: bold;
  text-transform: uppercase;
}

.schedule-content .speaker{
  font-size: 6.5cqi;
  margin-bottom: 8px;
}

.schedule-content .topic{
  font-size: 3.81cqi;
  margin-top: 3.2%;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.home-catalog-list{
  position: relative;
}

.home-catalog-list .big-ball{
  position: absolute;
  left: 50%;
  top: -73%;
  transform: translateX(-50%);
  width: 122%;
  z-index: 1;
  background: linear-gradient(0deg, rgb(32 144 166) 0%, rgb(32 144 166 / 0%) 95%);
  padding-top: 54%;
}

.catalog-wrapper{
  position: relative;
  margin-bottom: 35px;
  z-index: 2;
}

.bottom-big-ball{
  width: 100%;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
  bottom: 0;
  z-index: -1;
}

@keyframes scaleInOut {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}

@keyframes upDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px); /* move up */
  }
  100% {
    transform: translateY(0); /* move back to original */
  }
}

@keyframes blink {
  0% { opacity: 0; }
  50% { opacity: 1; }
  100% { opacity: 0; }
}

@media (min-width: 720px) and (hover: none) and (pointer: coarse) {
  html,
  body{
    max-width: 1024px;
  }

  .treatment-box{
    /* max-width: 520px; */
    margin-left: auto;
    margin-right: auto;
  }
}

@media(max-width: 480px){
  .schedule-thumb .owl-item.center{
    /* margin-right: 9px !important; */
  }

  #screen_intro_ticket{
    /* background-image: url('../images/bg-intro-ticket.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center -3%; */
    background-color: #ffffff;
    height: 100%;
    width: 100%;
    padding-left: 4%;
    padding-right: 4%;
    overflow: hidden;
    position: fixed;
    /* max-width: 520px; */
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  
  #screen_intro_ticket .header{
    margin-bottom: 12px;
    margin: 0;
    height: 18.5%;
    padding-top: 22px;
  }
  
  #screen_intro_ticket i.close {
    top: 8px;
  }
}

@media(min-width: 1200px){
  *::-webkit-scrollbar {
    width: 3px;
  }

  *::-webkit-scrollbar-track {
    background-color: transparent !important;
  }

  *::-webkit-scrollbar-thumb {
    background-color: #0C5060;
    border-radius: 14px;
  }

  .horizontal-scroll::-webkit-scrollbar {
    height: 3px;
  }

  .horizontal-scroll::-webkit-scrollbar-track {
    background-color: transparent !important;
  }

  .horizontal-scroll::-webkit-scrollbar-thumb {
    background-color: rgba(94, 94, 94, 0.384);
    border-radius: 14px;
  }

  body{
    overflow-x: visible;
    background: unset;
  }

  .home-catalog-list .big-ball{
    background: unset;
  }

  .card-button h3{
    font-size: 18px;
  }

  .bottom-intro{
    padding-top: 0;
  }

  .bottom-intro .big-ball {
    display: none;
  }

  .button-take-survey{
    margin-bottom: 130px !important;
  }
  
  .bottom-before-footer p{
    font-size: 16px;
  }

  .screen-style2::before {
    height: 114%;
    max-height: 118vh;
  }

  .area-desc h2{
    color: #fff;
    margin-bottom: 33px;
  }
  
  .screen-style2 .header .logo {
    margin-left: auto;
    margin-right: auto;
  }
  
  .screen-style2 .header i.close {
    position: absolute;
    left: 20px;
  }

  .screen{
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 40px;
  }

  /* .schedule-thumb .owl-stage:not([style="0px"]):not([style*="-1"]):not([style*="-2"]):not([style*="-3"]):not([style*="-4"]):not([style*="-5"]) {
    margin-left: -6%;
  }
  
  .schedule-thumb .owl-stage[style="0px"],
  .schedule-thumb .owl-stage[style*="-1"],
  .schedule-thumb .owl-stage[style*="-2"],
  .schedule-thumb .owl-stage[style*="-3"],
  .schedule-thumb .owl-stage[style*="-4"],
  .schedule-thumb .owl-stage[style*="-5"]{
    margin-left: 6%;
  } */

  .page-inner{
    max-width: 580px;
    margin-left: auto;
    margin-right: auto;
  }

  .area-desc p, .area-desc ul{
    font-size: 15px;
  }

  #screen_home{
    overflow: hidden;
    background: unset;
  }

  .title-map{
    color: var(--accent-color);
    margin-bottom: 43px !important;
  }

  .map-wrapper-image {
    width: 68%;
    max-width: 1100px;
    margin-left: auto;
    margin: auto;
  }

  .home-inner{
    height: 120vh;
    width: 100%;
    position: relative;
    background-image: url(../images/bg-home-desktop.png);
    background-repeat: no-repeat;
    background-position: top left;
    background-size: 100% 100%;
  }
  
  .schedule-item{
    max-width: 500px;
  }

  .schedule-item-comingsoon h3{
    font-size: 15px;
  }

  .schedule-item-comingsoon h3{
    font-size: 16px;
  }

  .schedule-item-comingsoon p{
    font-size: 14px;
    text-align: center;
    font-weight: lighter;
  }

  .top-intro{
    display: none;
  }

  .intro-home{
    display: none;
  }

  .intro-home-2{
    display: block;
    max-width: 670px;
    margin-left: auto;
    margin-right: auto;
    border-radius: 12px;
    margin-bottom: unset;
    aspect-ratio: unset !important;
    padding: 36px 30px;
    background: linear-gradient(206.31deg, rgba(10, 68, 82, 0.5) 0.09%, rgba(111, 190, 205, 0.5) 81.65%);
    backdrop-filter: blur(20px);
    display: flex;
    gap: 30px;
    margin-bottom: 100px;
    justify-content: end;
    align-items: center;
  }

  .intro-home-2::before{
    content: unset;
  }

  .intro-home-2 h2 {
    font-size: 3cqi;
    position: static;
    margin-bottom: 0;
    transform: unset;
  }

  .intro-home-2 .molecule-1 {
    height: 101%;
    width: unset;
    top: -30%;
    left: 1.5%;
  }

  .intro-home-2 .btn{
    position: static;
    transform: translateX(0);
  }

  .intro-home-2 .btn::before{
    background: #b8dfe7 !important;
  }


  .bottom-intro{
    display: block;
    background: unset;
  }

  .bottom-big-ball {
    bottom: -20vw;
    width: 40%;
    transform: translateX(-62%) rotate(-25deg);
  }

  .big-ball-top{
    position: absolute;
    top: 40%;
    left: 3%;
    width: 50%;
    transform: translate(0, -50%);
  }
  
  .home-video {
    margin-bottom: 50px;
    aspect-ratio: calc(16 / 9);
    width: 68%;
    max-width: 820px;
    margin-top: -13%;
    margin-right: auto;
    margin-left: auto;
  }

  .event-info-wrapper{
   width: 50%;
   float: right;
   height: 100vh;
   min-height: 600px;
   display: flex;
   justify-content: center;
   align-items: center;
   flex-direction: column;
  }

  #screen_home .event-title{
    font-size: 22px;
    margin-bottom: 30px;
  }

  #screen_home .event-location{
    font-size: 18px;
  }

  #screen_home .event-date{
    font-size: 16px;
    margin-bottom: 24px;
  }

  .event-info-wrapper .btn{
    padding: 20px 30px;
    line-height: 1.25;
    font-size: 18px !important;
    font-weight: normal !important;
  }

  #screen_home .logo{
    width: 90%;
    max-width: 365px;
    margin-bottom: 12px;
  }

  #screen_home .event-year {
    font-size: 24px;
    margin-bottom: 30px;
  }

  #screen_home::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    z-index: -1;
    height: 35%;
    background: linear-gradient(180deg, #ffffff00 3.06%, #23899e 35.64%, #23899e 66.93%);
  }

  .section-subtitle{
    padding-top: 42px;
    padding-bottom: 42px;
  }

  .section-subtitle p{
    margin: 0 auto;
    max-width: 550px;
  }

  .home-catalog-list{
    margin-bottom: 60px;
  }

  .home-catalog-list .big-ball {
    /* display: none; */
    width: 37%;
    top: -80%;
    right: -28%;
    left: unset;
    padding-top: 0;
    transform: translateX(0) rotate(90deg);
  }

  .card-button {
    max-width: 277px;
    white-space: nowrap;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;
  }
  
  .catalog-wrapper {
    display: flex;
    gap: 41px;
    width: 62%;
    margin-left: auto;
    margin-right: auto;
    max-width: 700px;
  }

  .intro-ticket-inner h3 {
    font-size: 17px;
  }

  .intro-ticket-inner h4 {
    font-size: 14px;
  }

  .intro-ticket-inner p,
  .intro-ticket-inner ul {
    font-size: 14px;
  }
}