@font-face {
  font-family: "HandelGothic BT";
  src: url("../fonts/HandelGothicBT-Regular.woff2") format("woff2"), url("../fonts/HandelGothicBT-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "HandelGothic";
  src: url("../fonts/HandelGothic-Regular.woff2") format("woff2"), url("../fonts/HandelGothic-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Blender Pro";
  src: url("../fonts/BlenderPro-Medium.eot");
  src: local("../fonts/Blender Pro Medium"), local("BlenderPro-Medium"), url("../fonts/BlenderPro-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/BlenderPro-Medium.woff2") format("woff2"), url("../fonts/BlenderPro-Medium.woff") format("woff"), url("../fonts/BlenderPro-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Blender Pro Thin";
  src: url("../fonts/BlenderPro-Thin.eot");
  src: local("../fonts/Blender Pro Thin"), local("BlenderPro-Thin"), url("../fonts/BlenderPro-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/BlenderPro-Thin.woff2") format("woff2"), url("../fonts/BlenderPro-Thin.woff") format("woff"), url("../fonts/BlenderPro-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Blender Pro Book";
  src: url("../fonts/BlenderPro-Book.eot");
  src: local("../fonts/Blender Pro Book"), local("BlenderPro-Book"), url("../fonts/BlenderPro-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/BlenderPro-Book.woff2") format("woff2"), url("../fonts/BlenderPro-Book.woff") format("woff"), url("../fonts/BlenderPro-Book.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Blender Pro Bold";
  src: url("../fonts/BlenderPro-Bold.eot");
  src: local("../fonts/Blender Pro Bold"), local("BlenderPro-Bold"), url("../fonts/BlenderPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/BlenderPro-Bold.woff2") format("woff2"), url("../fonts/BlenderPro-Bold.woff") format("woff"), url("../fonts/BlenderPro-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body, html {
  margin: 0;
  padding: 0;
  overflow: hidden;
}
@media (max-width: 760px) {
  body, html {
    overflow-x: hidden;
    overflow-y: auto;
  }
}

html, body, div, span, object, iframe, figure, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, code, em, img, small, strike, strong, sub, sup, tt, b, u, i, ol, ul, li, fieldset, form, label, table, caption, tbody, tfoot, thead, tr, th, td, main, canvas, embed, footer, header, nav, section, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
     -moz-text-size-adjust: none;
      -ms-text-size-adjust: none;
          text-size-adjust: none;
  font-family: "Blender Pro";
}

footer, header, nav, section, main {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

input {
  -webkit-appearance: none;
  border-radius: 0;
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Blender Pro";
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.bgImg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.cBtn {
  position: relative;
  padding: 13px 30px;
  border-radius: 50px;
  -webkit-backdrop-filter: blur(86.7768707275px);
          backdrop-filter: blur(86.7768707275px);
  -webkit-box-shadow: 0px 7.81px 6.07px rgba(0, 0, 0, 0.05), 0px -0.87px 3.47px rgba(255, 255, 255, 0.25) inset, 0px -0.87px 4.34px rgba(255, 255, 255, 0.1) inset; /* Soft inner glow */
  box-shadow: 0px 7.81px 6.07px rgba(0, 0, 0, 0.05), 0px -0.87px 3.47px rgba(255, 255, 255, 0.25) inset, 0px -0.87px 4.34px rgba(255, 255, 255, 0.1) inset;
  background: rgba(255, 255, 255, 0.0588235294);
  color: #ffffff;
  display: inline-block;
  font-size: 28px;
  line-height: 1;
  text-transform: uppercase;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
@media (max-width: 1366px) {
  .cBtn {
    font-size: 24px;
  }
}
@media (max-width: 670px) {
  .cBtn {
    font-size: 20px;
  }
}
.cBtn span {
  position: relative;
}
.cBtn:hover {
  background: #000000;
  color: #f5f5f5;
}

video {
  pointer-events: none; /* Disables user interaction */
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.sectionTitle {
  position: relative;
  font-size: 60px;
  line-height: 1;
  font-family: "Blender Pro Book";
  color: #ffffff;
  text-align: center;
  display: inline-block;
}
@media (max-width: 1600px) {
  .sectionTitle {
    font-size: 46px;
  }
}
@media (max-width: 670px) {
  .sectionTitle {
    font-size: 36px;
    line-height: 49px;
  }
}
.sectionTitle:before {
  content: url('data:image/svg+xml,<svg width="13" height="43" viewBox="0 0 13 43" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.8468 43H0.17747V0.533125H12.8468V5.62915H5.83972V37.904H12.8468V43Z" fill="%230019FA"/></svg>');
  position: absolute;
  top: 3px;
  left: -40px;
}
@media (max-width: 670px) {
  .sectionTitle:before {
    left: -20px;
  }
}
.sectionTitle:after {
  content: url('data:image/svg+xml,<svg width="13" height="43" viewBox="0 0 13 43" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.153245 43H12.8225V0.533125H0.153245V5.62915H7.16028V37.904H0.153245V43Z" fill="%230019FA"/></svg>');
  position: absolute;
  top: 3px;
  right: -35px;
}
@media (max-width: 670px) {
  .sectionTitle:after {
    right: -15px;
  }
}

.preloader {
  position: fixed;
  width: 100%;
  height: 100vh;
  background-color: #000000;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 1111;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  pointer-events: none;
}
.preloader h1 {
  font-size: 180px;
  line-height: 130px;
  margin-bottom: 30px;
  font-family: "Blender Pro Bold";
  color: #ffffff;
}
@media (max-width: 1024px) {
  .preloader h1 {
    font-size: 120px;
    line-height: 130px;
  }
}
@media (max-width: 670px) {
  .preloader h1 {
    font-size: 60px;
    line-height: 70px;
  }
}
.preloader .preloader-text {
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  grid-gap: 10px;
}
@media (max-width: 670px) {
  .preloader .preloader-text {
    grid-gap: 2px;
  }
}
.preloader .preloader-text span {
  display: inline-block;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
  color: #ffffff;
  font-family: "Blender Pro Bold";
}
.preloader .preloader-text span.wordEnd {
  padding-right: 50px;
}
@media (max-width: 670px) {
  .preloader .preloader-text span.wordEnd {
    padding-right: 30px;
  }
}

video::-webkit-media-controls {
  display: none !important;
}

.footer {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 100px;
  padding-bottom: 0;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .footer {
    padding: 50px;
    padding-bottom: 0;
    padding-top: 100px;
  }
}
@media (max-width: 1366px) {
  .footer {
    padding: 50px;
    padding-bottom: 0;
  }
}
@media (max-width: 760px) {
  .footer {
    padding: 30px 20px;
    padding-bottom: 0;
  }
}
.footer_top {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 100px;
}
@media (max-width: 1600px) {
  .footer_top {
    margin-bottom: 50px;
  }
}
@media (max-width: 991px) {
  .footer_top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-gap: 20px;
  }
}
.footer_top_link a {
  font-size: 64px;
  line-height: 1;
  color: #ffffff;
  display: block;
  text-transform: uppercase;
  font-family: "Blender Pro Book";
}
@media (max-width: 1600px) {
  .footer_top_link a {
    font-size: 54px;
  }
}
@media (max-width: 760px) {
  .footer_top_link a {
    font-size: 32px;
  }
}
.footer_top_link a img {
  -webkit-animation: wiggle 0.8s infinite alternate ease-in-out;
          animation: wiggle 0.8s infinite alternate ease-in-out;
}
@-webkit-keyframes wiggle {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
@keyframes wiggle {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
@media (max-width: 760px) {
  .footer_top_link a img {
    width: 20px;
    margin-left: 20px;
  }
}
.footer_top_mail a {
  font-size: 54px;
  line-height: 1;
  color: #ffffff;
  font-family: "Blender Pro Book";
}
@media (max-width: 1600px) {
  .footer_top_mail a {
    font-size: 44px;
  }
}
@media (max-width: 760px) {
  .footer_top_mail a {
    font-size: 22px;
  }
}
.footer_center {
  text-align: center;
  margin-bottom: 100px;
}
@media (max-width: 760px) {
  .footer_center {
    margin-bottom: 50px;
  }
}
.footer_center img {
  width: 100%;
}
.footer_menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 70px 0;
  border-top: 1px solid #3E4162;
  border-bottom: 1px solid #3E4162;
}
@media (max-width: 1600px) {
  .footer_menu {
    padding: 35px 0;
  }
}
@media (max-width: 760px) {
  .footer_menu {
    padding: 20px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-gap: 40px;
  }
}
.footer_menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 50px;
}
@media (max-width: 1600px) {
  .footer_menu ul {
    grid-gap: 30px;
  }
}
@media (max-width: 760px) {
  .footer_menu ul {
    grid-gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer_menu ul li a {
  font-size: 24px;
  line-height: 1;
  color: #ffffff;
  font-family: "Blender Pro Book";
}
@media (max-width: 1600px) {
  .footer_menu ul li a {
    font-size: 22px;
  }
}
@media (max-width: 760px) {
  .footer_menu ul li a {
    font-size: 20px;
  }
}
.footer_bottom {
  color: rgba(255, 255, 255, 0.5);
  font-size: 24px;
  line-height: 1;
  text-align: center;
  padding: 70px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: 1px solid #3E4162;
}
@media (max-width: 1600px) {
  .footer_bottom {
    font-size: 22px;
    padding: 35px 0;
  }
}
@media (max-width: 1536px) {
  .footer_bottom {
    font-size: 20px;
  }
}
@media (max-width: 1366px) {
  .footer_bottom {
    font-size: 16px;
  }
}
@media (max-width: 760px) {
  .footer_bottom {
    padding: 30px 0;
    font-size: 18px;
    line-height: 22px;
  }
}
.footer_bottom p, .footer_bottom span {
  font-family: "Blender Pro Thin";
}
.footer_bottom ul li a img {
  width: 15px;
}

.homeBanner {
  position: relative;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 200px;
}
@media (max-width: 1600px) {
  .homeBanner {
    padding: 0 50px;
  }
}
@media (max-width: 670px) {
  .homeBanner {
    padding: 0 20px;
    height: 100%;
    min-height: 100vh;
  }
}
.homeBanner_bg {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50px);
          transform: translate(-50%, -50px);
}
.homeBanner_bg_video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  opacity: 0;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
@media (max-width: 1024px) {
  .homeBanner_bg_video {
    display: none;
  }
}
.homeBanner_bg_video:after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.homeBanner_bg_video.show {
  opacity: 1;
}
.homeBanner_bg_video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.homeBanner_cnt {
  position: relative;
  text-align: center;
  opacity: 0;
}
@media (max-width: 1366px) {
  .homeBanner_cnt {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px);
  }
}
.homeBanner_cnt_title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  grid-gap: 30px;
  margin-bottom: 50px;
  overflow: hidden;
}
@media (max-width: 1600px) {
  .homeBanner_cnt_title {
    margin-bottom: 30px;
  }
}
@media (max-width: 670px) {
  .homeBanner_cnt_title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    grid-gap: 10px;
    margin-bottom: 20px;
  }
}
.homeBanner_cnt_title h1 {
  font-size: 110px;
  line-height: 120px;
  font-weight: 700;
  color: #ffffff;
  text-align: center;
  font-family: "HandelGothic BT";
  text-transform: uppercase;
  z-index: 1;
}
@media (max-width: 1600px) {
  .homeBanner_cnt_title h1 {
    font-size: 90px;
    line-height: 100px;
  }
}
@media (max-width: 1366px) {
  .homeBanner_cnt_title h1 {
    font-size: 80px;
    line-height: 90px;
  }
}
@media (max-width: 670px) {
  .homeBanner_cnt_title h1 {
    font-size: 40px;
    line-height: 50px;
  }
}
.homeBanner_cnt_title .videWrap {
  z-index: 1;
}
@media (max-width: 1024px) {
  .homeBanner_cnt_title .videWrap {
    display: none;
  }
}
@media (max-width: 760px) {
  .homeBanner_cnt_title .videWrap.hideWrap {
    display: none;
  }
}
.homeBanner_cnt_title .videWrap video {
  width: 290px;
  height: 120px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 300px;
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
  opacity: 0;
}
@media (max-width: 1366px) {
  .homeBanner_cnt_title .videWrap video {
    width: 200px;
    height: 90px;
  }
}
.homeBanner_cnt_title .videWrap video.hide {
  width: 0;
  opacity: 0;
}
@media (max-width: 760px) {
  .homeBanner_cnt_title .videWrap video.hide {
    height: 0;
  }
}
.homeBanner_cnt_subtitle {
  margin-bottom: 60px;
  z-index: 1;
}
@media (max-width: 1600px) {
  .homeBanner_cnt_subtitle {
    margin-bottom: 30px;
  }
}
@media (max-width: 760px) {
  .homeBanner_cnt_subtitle {
    margin-bottom: 20px;
  }
}
.homeBanner_cnt_subtitle h1 {
  font-size: 70px;
  line-height: 80px;
  color: #ffffff;
  font-family: "Blender Pro Thin";
  font-weight: 100;
  opacity: 0; /* Initially hidden */
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
@media (max-width: 1600px) {
  .homeBanner_cnt_subtitle h1 {
    font-size: 50px;
    line-height: 60px;
  }
}
@media (max-width: 1366px) {
  .homeBanner_cnt_subtitle h1 {
    font-size: 38px;
    line-height: 48px;
  }
}
@media (max-width: 670px) {
  .homeBanner_cnt_subtitle h1 {
    font-size: 24px;
    line-height: 28px;
  }
}
.homeBanner_cnt_subtxt {
  z-index: 1;
  margin-bottom: 80px;
  padding: 0 10%;
}
@media (max-width: 1600px) {
  .homeBanner_cnt_subtxt {
    margin-bottom: 40px;
  }
}
@media (max-width: 670px) {
  .homeBanner_cnt_subtxt {
    padding: 0;
  }
}
.homeBanner_cnt_subtxt h2 {
  font-size: 24px;
  line-height: 34px;
  color: rgba(255, 255, 255, 0.6);
  font-family: "Blender Pro Thin";
  font-weight: 400;
  opacity: 0; /* Initially hidden */
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
}
@media (max-width: 1366px) {
  .homeBanner_cnt_subtxt h2 {
    font-size: 20px;
    line-height: 24px;
  }
}
.homeBanner .cBtn {
  opacity: 0; /* Initially hidden */
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: background 0.3s, -webkit-transform 0.3s;
  transition: background 0.3s, -webkit-transform 0.3s;
  transition: background 0.3s, transform 0.3s;
  transition: background 0.3s, transform 0.3s, -webkit-transform 0.3s;
}
.homeBanner_mouse {
  position: absolute;
  left: 50%;
  bottom: 80px;
  -webkit-transform: translateX(-50%) translateY(20px);
          transform: translateX(-50%) translateY(20px);
  opacity: 0; /* Initially hidden */
}
@media (max-width: 1600px) {
  .homeBanner_mouse {
    bottom: 40px;
  }
}
.homeBanner_mouse a {
  width: 25px;
  height: 40px;
  position: relative;
  display: block;
}
.homeBanner_mouse a span {
  width: 100%;
  height: 100%;
  display: block;
  border: solid 1px #ffffff;
  border-radius: 50px;
}
.homeBanner_mouse a span:before {
  content: "";
  position: absolute;
  top: 10px;
  right: 0;
  left: 1px;
  margin: auto;
  background-color: #ffffff;
  width: 4px;
  height: 8px;
  -webkit-animation: 2s ruedita infinite;
          animation: 2s ruedita infinite;
  border-radius: 5px;
}

@-webkit-keyframes ruedita {
  0% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}

@keyframes ruedita {
  0% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
  50% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  100% {
    -webkit-transform: translateY(-2px);
            transform: translateY(-2px);
  }
}
.discoverEventWrap {
  position: relative;
  padding-top: 100px;
  background-attachment: fixed;
}

.discoverEvent {
  position: relative;
  width: 100%;
  background-attachment: fixed;
}
.discoverEvent_title {
  position: relative;
  text-align: center;
}
@media (max-width: 670px) {
  .discoverEvent_title {
    margin-bottom: 50px;
  }
}
.discoverEvent .section {
  width: 100%;
  height: 100vh;
  margin: 0 auto;
}
@media (max-width: 760px) {
  .discoverEvent .section {
    border-radius: 20px;
    overflow: hidden;
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
    -webkit-transition: all 400ms ease-in-out;
    transition: all 400ms ease-in-out;
  }
}
@media (max-width: 760px) {
  .discoverEvent .section.active {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@media (max-width: 760px) {
  .discoverEvent .section:nth-child(2) {
    background-image: url("../images/discover-bg-2.png");
  }
}
@media (max-width: 760px) {
  .discoverEvent .section:nth-child(3) {
    background-image: url("../images/discover-bg-3.png");
  }
}
@media (max-width: 760px) {
  .discoverEvent .section:nth-child(4) {
    background-image: url("../images/discover-bg-4.png");
  }
}
.discoverEvent .section_inner {
  width: 80%;
  height: 720px;
  border-radius: 30px;
}
@media (max-width: 1600px) {
  .discoverEvent .section_inner {
    height: 600px;
  }
}
@media (max-width: 1366px) {
  .discoverEvent .section_inner {
    width: 90%;
    height: 450px;
  }
}
@media (max-width: 1024px) {
  .discoverEvent .section_inner {
    height: 80vh;
  }
}
@media (max-width: 760px) {
  .discoverEvent .section_inner {
    height: 100%;
  }
}

.extraContent {
  width: 100%;
  height: 100vh;
}

.discoverEvent {
  position: relative;
  height: 400vh;
}
@media (max-width: 760px) {
  .discoverEvent {
    height: 100%;
  }
}

.discoverEvent_bg {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: -1;
}
@media (max-width: 760px) {
  .discoverEvent_bg {
    display: none;
  }
}
.discoverEvent_bg_img {
  width: 80%;
  height: 720px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1600px) {
  .discoverEvent_bg_img {
    height: 600px;
  }
}
@media (max-width: 1366px) {
  .discoverEvent_bg_img {
    width: 90%;
    height: 450px;
  }
}
@media (max-width: 1024px) {
  .discoverEvent_bg_img {
    height: 80vh;
  }
}
.discoverEvent_bg_img img {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.discoverEvent_bg_img img:nth-child(1) {
  opacity: 1;
}

.discoverEvent_bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.discoverEvent_content {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.discoverEvent_content_inner {
  position: relative;
  width: 80%;
  height: 720px;
  overflow: hidden;
  border-radius: 30px;
}
@media (max-width: 1600px) {
  .discoverEvent_content_inner {
    height: 600px;
  }
}
@media (max-width: 1366px) {
  .discoverEvent_content_inner {
    width: 90%;
    height: 450px;
  }
}
@media (max-width: 1024px) {
  .discoverEvent_content_inner {
    height: 80vh;
  }
}
@media (max-width: 760px) {
  .discoverEvent_content_inner {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    grid-gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border-radius: 20px;
  }
}
.discoverEvent_content_inner .section {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2rem;
  opacity: 1 !important;
  overflow: hidden; /* Prevent content flickering */
}
.discoverEvent_content_inner .section:nth-child(1) {
  opacity: 0 !important;
}
@media (max-width: 760px) {
  .discoverEvent_content_inner .section:nth-child(1) {
    display: none;
  }
}
.discoverEvent_content_inner .section .sectionContent {
  width: 100%;
  height: 100%;
  position: relative;
}
.discoverEvent_content_inner .section .sectionContent_fixedImg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 450px;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  -webkit-transform: scale(0);
          transform: scale(0);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 1680px) {
  .discoverEvent_content_inner .section .sectionContent_fixedImg {
    width: 330px;
  }
}
.discoverEvent_content_inner .section .sectionContent_fixedImg img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.discoverEvent_content_inner .section.sectionActive .sectionContent_fixedImg {
  -webkit-transform: scale(1);
          transform: scale(1);
}
.discoverEvent_content .sectionContent {
  width: 80%;
  height: 720px;
  -webkit-backdrop-filter: blur(50px);
          backdrop-filter: blur(50px);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.07)), to(rgba(153, 153, 153, 0.08)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.07) 0%, rgba(153, 153, 153, 0.08) 100%);
  border-radius: 30px;
  padding: 90px;
  overflow: hidden;
}
@media (max-width: 1680px) {
  .discoverEvent_content .sectionContent {
    padding: 50px;
  }
}
@media (max-width: 1536px) {
  .discoverEvent_content .sectionContent {
    height: 600px;
  }
}
@media (max-width: 1366px) {
  .discoverEvent_content .sectionContent {
    width: 90%;
    height: 450px;
    padding: 30px 50px;
  }
}
@media (max-width: 1024px) {
  .discoverEvent_content .sectionContent {
    height: 80vh;
  }
}
@media (max-width: 760px) {
  .discoverEvent_content .sectionContent {
    padding: 30px 20px;
    border-radius: 20px;
  }
}

.section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 2rem;
  opacity: 0;
}

.discoverEvent .sh3 {
  font-size: 34px;
  line-height: 44px;
  color: #ffffff;
  font-family: "Blender Pro";
}
@media (max-width: 1600px) {
  .discoverEvent .sh3 {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (max-width: 1366px) {
  .discoverEvent .sh3 {
    font-size: 26px;
    line-height: 30px;
  }
}
.discoverEvent .shp {
  font-size: 24px;
  line-height: 34px;
  color: rgba(255, 255, 255, 0.6);
  font-family: "Blender Pro";
}
@media (max-width: 1600px) {
  .discoverEvent .shp {
    font-size: 22px;
    line-height: 24px;
  }
}
@media (max-width: 1366px) {
  .discoverEvent .shp {
    font-size: 18px;
    line-height: 20px;
  }
}
.discoverEvent_section_title {
  font-size: 54px;
  line-height: 64px;
  color: #ffffff;
  font-family: "HandelGothic BT";
}
@media (max-width: 1366px) {
  .discoverEvent_section_title {
    font-size: 36px;
    line-height: 46px;
  }
}
@media (max-width: 760px) {
  .discoverEvent_section_title {
    font-size: 32px;
    line-height: 34px;
  }
}
.discoverEvent_section_cards {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  grid-gap: 30px;
  margin-top: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (max-width: 1600px) {
  .discoverEvent_section_cards {
    margin-top: 50px;
    grid-gap: 30px;
  }
}
@media (max-width: 1366px) {
  .discoverEvent_section_cards {
    margin-top: 30px;
  }
}
@media (max-width: 1600px) {
  .discoverEvent_section_cards .sh3 {
    margin-bottom: 10px;
  }
}
.discoverEvent_section_cIgc {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-gap: 30px;
  margin-top: 60px;
}
@media (max-width: 1600px) {
  .discoverEvent_section_cIgc {
    margin-top: 50px;
    grid-gap: 30px;
  }
}
@media (max-width: 1366px) {
  .discoverEvent_section_cIgc {
    margin-top: 30px;
  }
}
@media (max-width: 1536px) {
  .discoverEvent_section_cIgc.cigcCntImg {
    padding-right: 35%;
  }
}
@media (max-width: 760px) {
  .discoverEvent_section_cIgc.cigcCntImg {
    padding-right: 0%;
  }
}
.discoverEvent_section_cIgc .cIgcCards {
  position: relative;
  color: #ffffff;
}
.discoverEvent_section_cIgc .cIgcCards .sh3 {
  margin-bottom: 10px;
}
.discoverEvent_section_cIgc.smartAiSection {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: inherit;
  -webkit-box-direction: inherit;
      -ms-flex-direction: inherit;
          flex-direction: inherit;
  row-gap: 40px;
  -webkit-column-gap: 100px;
     -moz-column-gap: 100px;
          column-gap: 100px;
}
@media (max-width: 1600px) {
  .discoverEvent_section_cIgc.smartAiSection {
    -webkit-column-gap: 60px;
       -moz-column-gap: 60px;
            column-gap: 60px;
    row-gap: 30px;
  }
}
@media (max-width: 760px) {
  .discoverEvent_section_cIgc.smartAiSection {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.discoverEvent_section_cIgc.smartAiSection .cIgcCards {
  width: calc(50% - 50px);
}
@media (max-width: 760px) {
  .discoverEvent_section_cIgc.smartAiSection .cIgcCards {
    width: 100%;
  }
}

.whatsInIt {
  position: relative;
  width: 100%;
  padding: 100px 80px;
  padding-top: 150px;
  min-height: 100vh;
  color: #ffffff;
}
@media (max-width: 1366px) {
  .whatsInIt {
    padding: 100px 50px;
    padding-top: 100px;
  }
}
@media (max-width: 1024px) {
  .whatsInIt {
    min-height: 100%;
    padding: 100px 50px;
  }
}
@media (max-width: 760px) {
  .whatsInIt {
    padding: 50px 20px;
    padding-top: 100px;
  }
}
.whatsInIt_title {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 1366px) {
  .whatsInIt_title {
    margin-bottom: 50px;
  }
}
@media (max-width: 760px) {
  .whatsInIt_title {
    margin-bottom: 40px;
  }
}
.whatsInIt_cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  grid-gap: 30px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 1366px) {
  .whatsInIt_cards {
    grid-gap: 20px;
  }
}
@media (max-width: 1024px) {
  .whatsInIt_cards {
    grid-gap: 40px;
  }
}
@media (max-width: 760px) {
  .whatsInIt_cards {
    grid-gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.whatsInIt_cards .wiitCard {
  width: calc(33.3333333333% - 30px);
  padding: 60px;
  background: rgba(1, 7, 28, 0.6901960784);
  border-radius: 13px;
  backdrop-filter: blur(51.0660896301px);
  -webkit-backdrop-filter: blur(51px);
  opacity: 1; /* Hidden by default */
  -webkit-transform: translateY(0);
          transform: translateY(0); /* Moves down initially */
  -webkit-transition: 0.5s ease-out;
  transition: 0.5s ease-out;
  opacity: 0;
  -webkit-transform: translateY(50px);
          transform: translateY(50px);
}
@media (max-width: 1600px) {
  .whatsInIt_cards .wiitCard {
    padding: 30px;
  }
}
@media (max-width: 1366px) {
  .whatsInIt_cards .wiitCard {
    width: calc(33.3333333333% - 20px);
  }
}
@media (max-width: 1024px) {
  .whatsInIt_cards .wiitCard {
    width: calc(50% - 20px);
    min-height: 250px;
  }
}
@media (max-width: 760px) {
  .whatsInIt_cards .wiitCard {
    width: 100%;
    min-height: 100%;
  }
}
@media (max-width: 760px) {
  .whatsInIt_cards .wiitCard:nth-child(4) {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
.whatsInIt_cards .wiitCard h3 {
  font-size: 34px;
  line-height: 44px;
  font-family: "Blender Pro Bold";
  color: #ffffff;
  margin-bottom: 15px;
}
@media (max-width: 1600px) {
  .whatsInIt_cards .wiitCard h3 {
    font-size: 32px;
    line-height: 38px;
  }
}
@media (max-width: 1366px) {
  .whatsInIt_cards .wiitCard h3 {
    font-size: 28px;
    line-height: 32px;
  }
}
.whatsInIt_cards .wiitCard p {
  font-size: 24px;
  line-height: 30px;
  font-family: "Blender Pro Thin";
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 1600px) {
  .whatsInIt_cards .wiitCard p {
    font-size: 20px;
    line-height: 28px;
  }
}
.whatsInIt_cards .wiitCard.witImgCard {
  padding: 0;
}
.whatsInIt_cards .wiitCard.witImgCard img {
  width: 100%;
  height: 100%;
}

.joinRev {
  position: relative;
  width: 100%;
  min-height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #ffffff;
  overflow: hidden;
}
@media (max-width: 760px) {
  .joinRev {
    min-height: 100%;
    padding: 50px 20px;
    padding-bottom: 70px;
  }
}
.joinRev_cnt {
  position: relative;
  text-align: center;
}
.joinRev h4 {
  font-size: 80px;
  line-height: 90px;
  font-family: "HandelGothic BT";
  margin-bottom: 30px;
}
@media (max-width: 1680px) {
  .joinRev h4 {
    font-size: 60px;
    line-height: 70px;
  }
}
@media (max-width: 1600px) {
  .joinRev h4 {
    font-size: 54px;
    line-height: 64px;
  }
}
@media (max-width: 1366px) {
  .joinRev h4 {
    font-size: 38px;
    line-height: 48px;
    margin-bottom: 20px;
  }
}
@media (max-width: 760px) {
  .joinRev h4 {
    font-size: 32px;
    line-height: 42px;
  }
}
.joinRev p {
  font-size: 24px;
  line-height: 34px;
  font-family: "Blender Pro Thin";
  color: rgba(255, 255, 255, 0.6);
  margin-bottom: 30px;
  padding: 0 20px;
}
@media (max-width: 1600px) {
  .joinRev p {
    font-size: 22px;
    line-height: 24px;
  }
}
.joinRev_fixedBg {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: center center;
          transform-origin: center center;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
  -webkit-transition: all 400ms ease-in-out;
  transition: all 400ms ease-in-out;
}
.joinRev .revimage {
  position: absolute;
  opacity: 0;
  -webkit-filter: drop-shadow(0px 4px 100px #0019FA);
          filter: drop-shadow(0px 4px 100px #0019FA);
}
@media (max-width: 1600px) {
  .joinRev .revimage {
    -webkit-transform: scale(0.7);
            transform: scale(0.7);
  }
}
@media (max-width: 760px) {
  .joinRev .revimage {
    display: none;
  }
}
.joinRev .revimage.revImage-01 {
  opacity: 1;
  right: -4%;
  bottom: 40%;
}
@media (max-width: 1600px) {
  .joinRev .revimage.revImage-01 {
    max-width: 180px;
  }
}
@media (max-width: 1366px) {
  .joinRev .revimage.revImage-01 {
    max-width: 150px;
  }
}
.joinRev .revimage.revImage-02 {
  opacity: 1;
  right: 5%;
  top: 7%;
}
@media (max-width: 1600px) {
  .joinRev .revimage.revImage-02 {
    max-width: 150px;
  }
}
@media (max-width: 1366px) {
  .joinRev .revimage.revImage-02 {
    max-width: 120px;
  }
}
.joinRev .revimage.revImage-03 {
  opacity: 1;
  left: 50%;
  top: 7%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
@media (max-width: 1600px) {
  .joinRev .revimage.revImage-03 {
    max-width: 180px;
  }
}
.joinRev .revimage.revImage-04 {
  opacity: 1;
  left: 5%;
  top: 12%;
}
@media (max-width: 1600px) {
  .joinRev .revimage.revImage-04 {
    max-width: 220px;
  }
}
.joinRev .revimage.revImage-05 {
  opacity: 1;
  left: -4%;
  bottom: 15%;
}
@media (max-width: 1600px) {
  .joinRev .revimage.revImage-05 {
    max-width: 200px;
  }
}
.joinRev .revimage.revImage-06 {
  opacity: 1;
  left: 30%;
  bottom: 5%;
}
@media (max-width: 1600px) {
  .joinRev .revimage.revImage-06 {
    max-width: 200px;
  }
}
.joinRev .revimage.revImage-07 {
  opacity: 1;
  right: 25%;
  bottom: 20%;
}
@media (max-width: 1600px) {
  .joinRev .revimage.revImage-07 {
    max-width: 180px;
  }
}