@import url("https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Google+Sans+Flex:opsz,wght@6..144,1..1000&family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&display=swap");
:root {
  --white: #ffffff;
  --black: #000000;
  --body: #060606;
}

html,
body {
  background-color: var(--body);
  font-family: "Barlow", sans-serif;
}
html a,
body a {
  text-decoration: none;
}

.menu-open {
  overflow: hidden;
}

.hero-banner .registered-users p strong {
  font-size: 16px;
}
@media screen and (min-width: 992px) {
  .hero-banner .registered-users p strong {
    font-size: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-banner .registered-users p strong {
    font-size: 20px;
  }
}

.judging-section .progress-circle span {
  font-size: 18px;
}
@media screen and (min-width: 992px) {
  .judging-section .progress-circle span {
    font-size: 20px;
  }
}
@media screen and (min-width: 1400px) {
  .judging-section .progress-circle span {
    font-size: 24px;
  }
}

.prize-section .prize-card h3 {
  font-size: 18px;
}
@media screen and (min-width: 992px) {
  .prize-section .prize-card h3 {
    font-size: 22px;
  }
}
@media screen and (min-width: 1200px) {
  .prize-section .prize-card h3 {
    font-size: 24px;
  }
}
@media screen and (min-width: 1400px) {
  .prize-section .prize-card h3 {
    font-size: 28px;
  }
}

.journey-section h2, .prize-section .prize-card.winner h3 {
  font-size: 26px;
}
@media screen and (min-width: 768px) {
  .journey-section h2, .prize-section .prize-card.winner h3 {
    font-size: 32px;
  }
}
@media screen and (min-width: 992px) {
  .journey-section h2, .prize-section .prize-card.winner h3 {
    font-size: 38px;
  }
}
@media screen and (min-width: 1200px) {
  .journey-section h2, .prize-section .prize-card.winner h3 {
    font-size: 48px;
  }
}

.why-participate-sec .content-wrapper h2, .how-work-sec .section-title h2, .timeline-sec .title-wrapper h2, .leaderboard-section .section-heading h2, .prize-section .section-heading h2, .eligibility-section .section-heading h2, .guidelines-section .section-heading h2, .judging-section .section-heading h2, .terms-section .section-heading h2, .faq-section .section-heading h2 {
  font-size: 28px;
}
@media screen and (min-width: 576px) {
  .why-participate-sec .content-wrapper h2, .how-work-sec .section-title h2, .timeline-sec .title-wrapper h2, .leaderboard-section .section-heading h2, .prize-section .section-heading h2, .eligibility-section .section-heading h2, .guidelines-section .section-heading h2, .judging-section .section-heading h2, .terms-section .section-heading h2, .faq-section .section-heading h2 {
    font-size: 32px;
  }
}
@media screen and (min-width: 768px) {
  .why-participate-sec .content-wrapper h2, .how-work-sec .section-title h2, .timeline-sec .title-wrapper h2, .leaderboard-section .section-heading h2, .prize-section .section-heading h2, .eligibility-section .section-heading h2, .guidelines-section .section-heading h2, .judging-section .section-heading h2, .terms-section .section-heading h2, .faq-section .section-heading h2 {
    font-size: 38px;
  }
}
@media screen and (min-width: 992px) {
  .why-participate-sec .content-wrapper h2, .how-work-sec .section-title h2, .timeline-sec .title-wrapper h2, .leaderboard-section .section-heading h2, .prize-section .section-heading h2, .eligibility-section .section-heading h2, .guidelines-section .section-heading h2, .judging-section .section-heading h2, .terms-section .section-heading h2, .faq-section .section-heading h2 {
    font-size: 45px;
  }
}
@media screen and (min-width: 1200px) {
  .why-participate-sec .content-wrapper h2, .how-work-sec .section-title h2, .timeline-sec .title-wrapper h2, .leaderboard-section .section-heading h2, .prize-section .section-heading h2, .eligibility-section .section-heading h2, .guidelines-section .section-heading h2, .judging-section .section-heading h2, .terms-section .section-heading h2, .faq-section .section-heading h2 {
    font-size: 50px;
  }
}

.register-sec .title h2 {
  font-size: 30px;
}
@media screen and (min-width: 576px) {
  .register-sec .title h2 {
    font-size: 40px;
  }
}
@media screen and (min-width: 992px) {
  .register-sec .title h2 {
    font-size: 48px;
  }
}
@media screen and (min-width: 1200px) {
  .register-sec .title h2 {
    font-size: 60px;
  }
}
@media screen and (min-width: 1400px) {
  .register-sec .title h2 {
    font-size: 75px;
  }
}

.main-footer {
  padding-top: 40px;
}
@media screen and (min-width: 768px) {
  .main-footer {
    padding-top: 60px;
  }
}

.how-work-sec .section-title, .timeline-sec .title-wrapper, .leaderboard-section .section-heading, .eligibility-section .section-heading, .judging-section .section-heading, .terms-section .section-heading, .faq-section .section-heading, .main-footer {
  padding-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .how-work-sec .section-title, .timeline-sec .title-wrapper, .leaderboard-section .section-heading, .eligibility-section .section-heading, .judging-section .section-heading, .terms-section .section-heading, .faq-section .section-heading, .main-footer {
    padding-bottom: 60px;
  }
}

.why-participate-sec, .how-work-sec, .timeline-sec, .prize-section, .eligibility-section, .guidelines-section, .judging-section, .terms-section, .faq-section {
  padding-top: 60px;
}
@media screen and (min-width: 768px) {
  .why-participate-sec, .how-work-sec, .timeline-sec, .prize-section, .eligibility-section, .guidelines-section, .judging-section, .terms-section, .faq-section {
    padding-top: 100px;
  }
}
@media screen and (min-width: 1400px) {
  .why-participate-sec, .how-work-sec, .timeline-sec, .prize-section, .eligibility-section, .guidelines-section, .judging-section, .terms-section, .faq-section {
    padding-top: 120px;
  }
}

.why-participate-sec, .how-work-sec, .timeline-sec, .leaderboard-section, .prize-section, .guidelines-section, .judging-section {
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .why-participate-sec, .how-work-sec, .timeline-sec, .leaderboard-section, .prize-section, .guidelines-section, .judging-section {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1400px) {
  .why-participate-sec, .how-work-sec, .timeline-sec, .leaderboard-section, .prize-section, .guidelines-section, .judging-section {
    padding-bottom: 120px;
  }
}

.register-sec {
  padding-top: 60px;
}
@media screen and (min-width: 768px) {
  .register-sec {
    padding-top: 100px;
  }
}
@media screen and (min-width: 1400px) {
  .register-sec {
    padding-top: 130px;
  }
}

.register-sec {
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .register-sec {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1400px) {
  .register-sec {
    padding-bottom: 130px;
  }
}

.hero-banner {
  padding-top: 60px;
}
@media screen and (min-width: 768px) {
  .hero-banner {
    padding-top: 100px;
  }
}
@media screen and (min-width: 992px) {
  .hero-banner {
    padding-top: 130px;
  }
}
@media screen and (min-width: 1400px) {
  .hero-banner {
    padding-top: 160px;
  }
}

.hero-banner {
  padding-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .hero-banner {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 992px) {
  .hero-banner {
    padding-bottom: 130px;
  }
}
@media screen and (min-width: 1400px) {
  .hero-banner {
    padding-bottom: 160px;
  }
}

.main-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  padding: 18px 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
}
.header-fixed .main-header {
  background: rgba(7, 7, 7, 0.94);
}
.main-header .header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.main-header .logo {
  max-width: 100px;
  position: relative;
  z-index: 999;
}
@media screen and (min-width: 768px) {
  .main-header .logo {
    max-width: 130px;
  }
}
@media screen and (min-width: 1200px) {
  .main-header .logo {
    max-width: 150px;
  }
}
.main-header .logo img {
  height: auto;
  display: block;
  width: 100%;
}
.main-header .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-header .menu li a {
  color: rgba(255, 255, 255, 0.45);
  text-decoration: none;
  font-size: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.main-header .menu li a:hover {
  color: #fff;
}
@media screen and (max-width: 991.72px) {
  .main-header .menu.desktop {
    display: none;
  }
}
@media screen and (max-width: 991.72px) {
  .main-header .header-btn.desktop {
    display: none;
  }
}
.main-header .btn-register {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 10px 20px;
  border-radius: 10px;
  background: #C30000;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0 0 20px rgba(195, 0, 0, 0.45);
          box-shadow: 0 0 20px rgba(195, 0, 0, 0.45);
}
.main-header .btn-register:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
  color: #fff;
}
.main-header .btn-register svg {
  height: 14px;
  width: 14px;
  display: block;
}
.main-header .mobile-menu-wrapper {
  position: fixed;
  width: 100%;
  height: 100%;
  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;
  left: 0;
  top: 0;
  z-index: 99;
  background: #040404;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.5s all ease-in-out;
  transition: 0.5s all ease-in-out;
}
@media screen and (min-width: 992px) {
  .main-header .mobile-menu-wrapper {
    display: none;
  }
}
.menu-open .main-header .mobile-menu-wrapper {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.main-header .mobile-menu-wrapper .mobile-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  gap: 20px;
}
.main-header .mobile-menu-wrapper .mobile-menu .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-bottom: 0;
}
.main-header .mobile-menu-wrapper .mobile-menu .menu li a {
  font-size: 16px;
  color: var(--white);
}

.menu-toggle {
  width: 26px;
  height: 24px;
  position: relative;
  cursor: pointer;
  z-index: 101;
}
@media screen and (min-width: 992px) {
  .menu-toggle {
    display: none;
  }
}
.menu-toggle span {
  width: 26px;
  border-bottom: 3px solid var(--white);
  position: absolute;
  top: calc(50% - 2px);
  left: 3px;
}
.menu-toggle span:nth-child(2) {
  -webkit-transition-delay: 0.32s;
          transition-delay: 0.32s;
}
.menu-open .menu-toggle span:nth-child(2) {
  opacity: 0;
}
.menu-toggle span:nth-child(1) {
  margin-top: -7px;
  -webkit-transition: margin 0.32s 0.32s ease-in-out, -webkit-transform 0.32s 0s ease-in-out;
  transition: margin 0.32s 0.32s ease-in-out, -webkit-transform 0.32s 0s ease-in-out;
  transition: margin 0.32s 0.32s ease-in-out, transform 0.32s 0s ease-in-out;
  transition: margin 0.32s 0.32s ease-in-out, transform 0.32s 0s ease-in-out, -webkit-transform 0.32s 0s ease-in-out;
}
.menu-open .menu-toggle span:nth-child(1) {
  -webkit-transition: margin 0.32s ease-in-out, -webkit-transform 0.32s 0.32s ease-in-out;
  transition: margin 0.32s ease-in-out, -webkit-transform 0.32s 0.32s ease-in-out;
  transition: margin 0.32s ease-in-out, transform 0.32s 0.32s ease-in-out;
  transition: margin 0.32s ease-in-out, transform 0.32s 0.32s ease-in-out, -webkit-transform 0.32s 0.32s ease-in-out;
  margin-top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.menu-toggle span:nth-child(3) {
  margin-top: 7px;
  -webkit-transition: margin 0.32s 0.32s ease-in-out, -webkit-transform 0.32s 0s ease-in-out;
  transition: margin 0.32s 0.32s ease-in-out, -webkit-transform 0.32s 0s ease-in-out;
  transition: margin 0.32s 0.32s ease-in-out, transform 0.32s 0s ease-in-out;
  transition: margin 0.32s 0.32s ease-in-out, transform 0.32s 0s ease-in-out, -webkit-transform 0.32s 0s ease-in-out;
}
.menu-open .menu-toggle span:nth-child(3) {
  -webkit-transition: margin 0.32s ease-in-out, -webkit-transform 0.32s 0.32s ease-in-out;
  transition: margin 0.32s ease-in-out, -webkit-transform 0.32s 0.32s ease-in-out;
  transition: margin 0.32s ease-in-out, transform 0.32s 0.32s ease-in-out;
  transition: margin 0.32s ease-in-out, transform 0.32s 0.32s ease-in-out, -webkit-transform 0.32s 0.32s ease-in-out;
  margin-top: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.main-footer {
  background: #040404;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}
.main-footer .footer-top {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  gap: 60px;
  margin-bottom: 32px;
}
@media screen and (min-width: 992px) {
  .main-footer .footer-top {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .main-footer .footer-top {
    margin-bottom: 50px;
  }
}
.main-footer .logo {
  max-width: 150px;
  margin-bottom: 20px;
}
@media screen and (max-width: 991.72px) {
  .main-footer .logo {
    margin-inline: auto;
    max-width: 130px;
  }
}
.main-footer .logo img {
  width: 100%;
  height: auto;
  display: block;
}
.main-footer .footer-about p {
  max-width: 320px;
  color: rgba(255, 255, 255, 0.35);
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 20px;
}
@media screen and (max-width: 991.72px) {
  .main-footer .footer-about p {
    text-align: center;
  }
}
.main-footer .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
}
@media screen and (max-width: 991.72px) {
  .main-footer .social-links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.main-footer .social-links a {
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.07);
  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;
  color: rgba(255, 255, 255, 0.4);
  text-decoration: none;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  font-size: 14px;
}
.main-footer .social-links a svg {
  width: 1em;
  height: 1em;
  display: block;
}
.main-footer .social-links a:hover {
  background: #C30000;
  border-color: #C30000;
  color: #fff;
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
}
@media screen and (max-width: 991.72px) {
  .main-footer .footer-links {
    text-align: center;
  }
}
.main-footer .footer-links h4 {
  font-family: "Google Sans Flex", "Google Sans", sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 16px;
}
.main-footer .footer-links ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-footer .footer-links ul li:not(:last-child) {
  margin-bottom: 10px;
}
.main-footer .footer-links ul li a {
  color: rgba(255, 255, 255, 0.35);
  text-decoration: none;
  font-size: 14px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.main-footer .footer-links ul li a:hover {
  color: #fff;
  padding-left: 6px;
}
.main-footer .footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  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;
  gap: 20px;
  padding-top: 25px;
}
.main-footer .footer-bottom span {
  color: rgba(255, 255, 255, 0.22);
  font-size: 12px;
  line-height: 1.6;
}
@media screen and (max-width: 991.72px) {
  .main-footer .footer-top {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .main-footer .footer-about p {
    max-width: 100%;
  }
  .main-footer .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .main-footer .social-links {
    gap: 10px;
  }
}

.hero-banner {
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  background: #060606;
}
@media screen and (max-width: 767.72px) {
  .hero-banner {
    padding-top: 90px;
  }
}
.hero-banner .container {
  position: relative;
  z-index: 5;
}
.hero-banner .hero-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}
.hero-banner .hero-bg:before {
  content: "";
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(195, 0, 0, 0.18) 0%, transparent 60%);
}
.hero-banner .hero-content {
  max-width: 860px;
  margin: auto;
  text-align: center;
}
.hero-banner .hero-label {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 8px 16px;
  border-radius: 50px;
  background: rgba(195, 0, 0, 0.12);
  border: 1px solid rgba(195, 0, 0, 0.25);
  color: #ff6666;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.35em;
  font-weight: 700;
  margin-bottom: 10px;
}
@media screen and (min-width: 576px) {
  .hero-banner .hero-label {
    margin-bottom: -5px;
  }
}
@media screen and (min-width: 768px) {
  .hero-banner .hero-label {
    margin-bottom: -10px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-banner .hero-label {
    margin-bottom: -15px;
  }
}
@media screen and (min-width: 1400px) {
  .hero-banner .hero-label {
    margin-bottom: -20px;
  }
}
.hero-banner .banner-t-image {
  max-width: 620px;
  margin-inline: auto;
}
@media screen and (min-width: 1200px) {
  .hero-banner .banner-t-image {
    max-width: 720px;
  }
}
@media screen and (min-width: 1400px) {
  .hero-banner .banner-t-image {
    max-width: 800px;
  }
}
.hero-banner .banner-t-image img {
  width: 100%;
  height: auto;
  display: block;
}
.hero-banner .hero-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 16px;
  position: relative;
  z-index: 1;
  margin-top: -8px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 576px) {
  .hero-banner .hero-buttons {
    margin-top: -25px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (min-width: 768px) {
  .hero-banner .hero-buttons {
    margin-top: -30px;
    gap: 22px;
  }
}
@media screen and (min-width: 992px) {
  .hero-banner .hero-buttons {
    margin-top: -40px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-banner .hero-buttons {
    margin-top: -40px;
  }
}
@media screen and (min-width: 1400px) {
  .hero-banner .hero-buttons {
    margin-top: -50px;
  }
}
.hero-banner .hero-buttons a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 12px 24px;
  text-decoration: none;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.08em;
}
@media screen and (min-width: 768px) {
  .hero-banner .hero-buttons a {
    font-size: 16px;
  }
}
@media screen and (min-width: 992px) {
  .hero-banner .hero-buttons a {
    padding: 14px 28px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-banner .hero-buttons a {
    padding: 16px 36px;
  }
}
@media screen and (max-width: 575.72px) {
  .hero-banner .hero-buttons a {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.hero-banner .hero-buttons .btn-primary {
  font-family: "Google Sans Flex", "Google Sans", sans-serif;
  color: #fff;
  background: #c30000;
  border-radius: 14px;
  -webkit-box-shadow: 0 0 35px rgba(195, 0, 0, 0.45);
          box-shadow: 0 0 35px rgba(195, 0, 0, 0.45);
  font-weight: 400;
}
.hero-banner .hero-buttons .btn-primary:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 18px 40px rgba(195, 0, 0, 0.45);
          box-shadow: 0 18px 40px rgba(195, 0, 0, 0.45);
}
.hero-banner .hero-buttons .btn-secondary {
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.15);
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(18px);
  border-radius: 14px;
}
.hero-banner .hero-buttons .btn-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
}
.hero-banner .registered-users {
  margin-top: 32px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 12px;
  padding: 12px 24px;
  border-radius: 60px;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
}
@media screen and (min-width: 1200px) {
  .hero-banner .registered-users {
    margin-top: 48px;
  }
}
.hero-banner .registered-users .dot {
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #00ff84;
  -webkit-box-shadow: 0 0 15px #00ff84;
          box-shadow: 0 0 15px #00ff84;
  -webkit-animation: liveDot 1.6s ease-in-out infinite;
          animation: liveDot 1.6s ease-in-out infinite;
}
.hero-banner .registered-users .dot::after {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: 50%;
  border: 2px solid rgba(0, 255, 132, 0.5);
  -webkit-animation: livePulse 1.6s ease-out infinite;
          animation: livePulse 1.6s ease-out infinite;
}
.hero-banner .registered-users p {
  margin: 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 14px;
}
.hero-banner .registered-users p strong {
  color: #fff;
  font-family: "Google Sans Flex", "Google Sans", sans-serif;
  font-weight: 400;
}
.hero-banner .floating-badge {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 40px;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  color: rgba(255, 255, 255, 0.8);
  font-size: 12px;
  font-weight: 600;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  z-index: 4;
}
@media screen and (max-width: 991.72px) {
  .hero-banner .floating-badge {
    display: none;
  }
}
.hero-banner .floating-badge svg {
  width: 13px;
  height: 13px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.hero-banner .floating-badge:hover {
  -webkit-transform: translateY(-6px);
          transform: translateY(-6px);
  border-color: rgba(195, 0, 0, 0.4);
  background: rgba(195, 0, 0, 0.12);
  -webkit-box-shadow: 0 15px 35px rgba(195, 0, 0, 0.2);
          box-shadow: 0 15px 35px rgba(195, 0, 0, 0.2);
}
.hero-banner .floating-badge {
  -webkit-animation: float 6s ease-in-out infinite;
          animation: float 6s ease-in-out infinite;
}
.hero-banner .floating-badge.instagram {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
.hero-banner .floating-badge.youtube {
  -webkit-animation-delay: 0.8s;
          animation-delay: 0.8s;
}
.hero-banner .floating-badge.camera {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.hero-banner .floating-badge.reach {
  -webkit-animation-delay: 2.2s;
          animation-delay: 2.2s;
}
.hero-banner .floating-badge.star {
  -webkit-animation-delay: 3s;
          animation-delay: 3s;
}
.hero-banner .floating-badge.trophy {
  -webkit-animation-delay: 3.8s;
          animation-delay: 3.8s;
}
.hero-banner .floating-badge.heart {
  -webkit-animation-delay: 4.6s;
          animation-delay: 4.6s;
}
.hero-banner .floating-badge.mic {
  -webkit-animation-delay: 5.3s;
          animation-delay: 5.3s;
}
.hero-banner .instagram {
  top: 15%;
  left: 8%;
}
@media screen and (min-width: 1200px) {
  .hero-banner .instagram {
    top: 12%;
    left: 8%;
  }
}
.hero-banner .instagram svg {
  color: #F472B6;
}
.hero-banner .youtube {
  top: 18%;
  right: 8%;
}
.hero-banner .youtube svg {
  color: #F87171;
}
.hero-banner .camera {
  top: 35%;
  left: 4%;
}
.hero-banner .camera svg {
  color: #38BDF8;
}
.hero-banner .reach {
  top: 40%;
  right: 5%;
}
.hero-banner .reach svg {
  color: #34D399;
}
.hero-banner .star {
  top: 25%;
  left: 15%;
}
.hero-banner .star svg {
  color: #FBBF24;
}
.hero-banner .trophy {
  bottom: 40%;
  right: 10%;
}
.hero-banner .trophy svg {
  color: #FACC15;
}
.hero-banner .heart {
  top: 50%;
  left: 12%;
}
@media screen and (min-width: 1400px) {
  .hero-banner .heart {
    left: 16%;
  }
}
@media screen and (min-width: 1500px) {
  .hero-banner .heart {
    left: 18%;
  }
}
.hero-banner .heart svg {
  color: #FB7185;
}
.hero-banner .mic {
  top: 30%;
  right: 20%;
}
.hero-banner .mic svg {
  color: #A78BFA;
}

@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }
  25% {
    -webkit-transform: translateY(-10px) rotate(-1deg);
            transform: translateY(-10px) rotate(-1deg);
  }
  50% {
    -webkit-transform: translateY(-18px) rotate(0deg);
            transform: translateY(-18px) rotate(0deg);
  }
  75% {
    -webkit-transform: translateY(-10px) rotate(1deg);
            transform: translateY(-10px) rotate(1deg);
  }
  100% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }
}

@keyframes float {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }
  25% {
    -webkit-transform: translateY(-10px) rotate(-1deg);
            transform: translateY(-10px) rotate(-1deg);
  }
  50% {
    -webkit-transform: translateY(-18px) rotate(0deg);
            transform: translateY(-18px) rotate(0deg);
  }
  75% {
    -webkit-transform: translateY(-10px) rotate(1deg);
            transform: translateY(-10px) rotate(1deg);
  }
  100% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }
}
@-webkit-keyframes liveDot {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
}
@keyframes liveDot {
  0%, 100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.25);
            transform: scale(1.25);
  }
}
@-webkit-keyframes livePulse {
  0% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 0.9;
  }
  70% {
    -webkit-transform: scale(2.2);
            transform: scale(2.2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(2.2);
            transform: scale(2.2);
    opacity: 0;
  }
}
@keyframes livePulse {
  0% {
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    opacity: 0.9;
  }
  70% {
    -webkit-transform: scale(2.2);
            transform: scale(2.2);
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(2.2);
            transform: scale(2.2);
    opacity: 0;
  }
}
.journey-section {
  position: relative;
  height: 70vh;
  min-height: 420px;
  overflow: hidden;
  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;
}
@media screen and (min-width: 576px) {
  .journey-section {
    min-height: 480px;
  }
}
.journey-section .journey-image {
  position: absolute;
  inset: 0;
}
.journey-section .journey-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.journey-section .overlay {
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(7, 7, 7, 0.3)), color-stop(40%, rgba(7, 7, 7, 0.15)), color-stop(60%, rgba(7, 7, 7, 0.2)), to(rgba(7, 7, 7, 0.4)));
  background: linear-gradient(180deg, rgba(7, 7, 7, 0.3) 0%, rgba(7, 7, 7, 0.15) 40%, rgba(7, 7, 7, 0.2) 60%, rgba(7, 7, 7, 0.4) 100%);
}
.journey-section .overlay-side {
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, right top, from(rgba(7, 7, 7, 0.85)), color-stop(30%, rgba(7, 7, 7, 0.1)), color-stop(70%, rgba(7, 7, 7, 0.1)), to(rgba(7, 7, 7, 0.85)));
  background: linear-gradient(90deg, rgba(7, 7, 7, 0.85) 0%, rgba(7, 7, 7, 0.1) 30%, rgba(7, 7, 7, 0.1) 70%, rgba(7, 7, 7, 0.85) 100%);
}
.journey-section .container {
  position: relative;
  z-index: 2;
}
.journey-section .journey-content {
  max-width: 900px;
  margin: auto;
  text-align: center;
}
.journey-section .journey-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 992px) {
  .journey-section .journey-top {
    gap: 30px;
    margin-bottom: 32px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.journey-section .start,
.journey-section .end {
  width: 100%;
}
@media screen and (min-width: 992px) {
  .journey-section .start,
  .journey-section .end {
    width: 220px;
  }
}
.journey-section .start .label,
.journey-section .end .label {
  display: block;
  color: rgb(255, 255, 255);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 3px;
  margin-bottom: 4px;
}
.journey-section .start p,
.journey-section .end p {
  font-size: 14px;
  margin-bottom: 0;
}
.journey-section .start {
  text-align: left;
}
.journey-section .start p {
  color: rgb(255, 255, 255);
  font-weight: 500;
}
.journey-section .end {
  text-align: right;
}
.journey-section .end p {
  color: #c30000;
  font-weight: 700;
}
@media screen and (max-width: 991.72px) {
  .journey-section .start,
  .journey-section .end {
    text-align: center;
  }
}
.journey-section .divider {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.1)), color-stop(#c30000), to(rgba(255, 255, 255, 0.1)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), #c30000, rgba(255, 255, 255, 0.1));
}
@media screen and (max-width: 991.72px) {
  .journey-section .divider {
    width: 100%;
  }
}
.journey-section h2 {
  color: #fff;
  font-weight: 400;
  margin-bottom: 18px;
  line-height: 1.15;
  font-family: "Google Sans Flex", "Google Sans", sans-serif;
}
.journey-section .description {
  color: rgba(255, 255, 255, 0.55);
  font-size: 16px;
}
.journey-section .description span {
  color: #ff5050;
}

.why-participate-sec {
  background: #060606;
}
.why-participate-sec .row {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
}
@media screen and (min-width: 992px) {
  .why-participate-sec .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
}
.why-participate-sec .image-wrapper .image {
  position: relative;
  overflow: hidden;
  border-radius: 30px;
  aspect-ratio: 4/5;
}
@media screen and (min-width: 992px) {
  .why-participate-sec .image-wrapper .image {
    max-width: 600px;
  }
}
.why-participate-sec .image-wrapper .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.why-participate-sec .image-wrapper .image .overlay {
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(6, 6, 6, 0.75)), color-stop(55%, transparent));
  background: linear-gradient(to top, rgba(6, 6, 6, 0.75) 0%, transparent 55%);
}
.why-participate-sec .image-wrapper .image .stats-wrapper {
  position: absolute;
  left: 25px;
  right: 25px;
  bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
}
@media screen and (max-width: 575.72px) {
  .why-participate-sec .image-wrapper .image .stats-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.why-participate-sec .image-wrapper .image .stats-wrapper .stat-box {
  text-align: center;
  padding: 12px;
  border-radius: 18px;
  background: rgba(10, 10, 10, 0.65);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.08);
}
@media screen and (min-width: 576px) {
  .why-participate-sec .image-wrapper .image .stats-wrapper .stat-box {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
}
@media screen and (max-width: 575.72px) {
  .why-participate-sec .image-wrapper .image .stats-wrapper .stat-box {
    width: calc(50% - 7.5px);
  }
}
.why-participate-sec .image-wrapper .image .stats-wrapper .stat-box h4 {
  color: #fff;
  font-size: 15px;
  font-weight: 400;
  font-family: "Google Sans Flex", "Google Sans", sans-serif;
  margin-bottom: 4px;
}
@media screen and (min-width: 992px) {
  .why-participate-sec .image-wrapper .image .stats-wrapper .stat-box h4 {
    font-size: 16px;
  }
}
@media screen and (min-width: 1200px) {
  .why-participate-sec .image-wrapper .image .stats-wrapper .stat-box h4 {
    font-size: 18px;
  }
}
.why-participate-sec .image-wrapper .image .stats-wrapper .stat-box p {
  color: rgba(255, 255, 255, 0.45);
  font-size: 12px;
  margin: 0;
}
.why-participate-sec .content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.why-participate-sec .content-wrapper .sub-title {
  display: inline-block;
  padding: 10px 20px;
  border-radius: 30px;
  background: rgba(195, 0, 0, 0.12);
  border: 1px solid rgba(195, 0, 0, 0.3);
  color: #ff5050;
  text-transform: uppercase;
  letter-spacing: 0.28em;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 16px;
}
@media screen and (min-width: 992px) {
  .why-participate-sec .content-wrapper .sub-title {
    margin-bottom: 20px;
  }
}
.why-participate-sec .content-wrapper h2 {
  color: #fff;
  font-weight: 400;
  font-family: "Google Sans Flex", "Google Sans", sans-serif;
  margin-bottom: 16px;
  line-height: 1.1;
}
.why-participate-sec .content-wrapper .section-text {
  color: rgba(255, 255, 255, 0.5);
  font-size: 16px;
  margin-bottom: 32px;
}
@media screen and (min-width: 992px) {
  .why-participate-sec .content-wrapper .section-text {
    margin-bottom: 42px;
  }
}
@media screen and (min-width: 1200px) {
  .why-participate-sec .content-wrapper .section-text {
    margin-bottom: 56px;
  }
}
.why-participate-sec .cards-wrapper {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 18px;
}
@media screen and (min-width: 576px) {
  .why-participate-sec .cards-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
.why-participate-sec .card-box {
  padding: 16px;
  border-radius: 22px;
  background: rgba(10, 10, 10, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(20px);
  -webkit-box-shadow: 0 4px 24px rgba(0, 0, 0, 0.4);
          box-shadow: 0 4px 24px rgba(0, 0, 0, 0.4);
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
@media screen and (min-width: 768px) {
  .why-participate-sec .card-box {
    padding: 20px;
  }
}
@media screen and (min-width: 992px) {
  .why-participate-sec .card-box {
    padding: 24px;
  }
}
.why-participate-sec .card-box:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  border-color: rgba(195, 0, 0, 0.3);
}
.why-participate-sec .card-box .icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  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;
  margin-bottom: 16px;
  background: rgba(59, 130, 246, 0.09);
  color: #3b82f6;
}
.why-participate-sec .card-box .icon svg {
  width: 22px;
  height: 22px;
}
.why-participate-sec .card-box .icon.purple {
  background: rgba(139, 92, 246, 0.09);
  color: #8b5cf6;
}
.why-participate-sec .card-box .icon.yellow {
  background: rgba(245, 158, 11, 0.09);
  color: #f59e0b;
}
.why-participate-sec .card-box .icon.red {
  background: rgba(195, 0, 0, 0.09);
  color: #c30000;
}
.why-participate-sec .card-box .icon.green {
  background: rgba(16, 185, 129, 0.09);
  color: #10b981;
}
.why-participate-sec .card-box h3 {
  color: #fff;
  font-size: 14px;
  margin-bottom: 8px;
  font-weight: 400;
  font-family: "Google Sans Flex", "Google Sans", sans-serif;
}
.why-participate-sec .card-box p {
  color: rgba(255, 255, 255, 0.42);
  line-height: 1.8;
  margin: 0;
  font-size: 12px;
}
.why-participate-sec .cta-card {
  background: linear-gradient(135deg, #c30000, #7a0000);
  border-radius: 22px;
  padding: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  -webkit-box-shadow: 0 0 40px rgba(195, 0, 0, 0.45);
          box-shadow: 0 0 40px rgba(195, 0, 0, 0.45);
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
.why-participate-sec .cta-card:hover {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
}
.why-participate-sec .cta-card .icon {
  color: #fff;
  margin-bottom: 12px;
}
.why-participate-sec .cta-card .icon svg {
  width: 30px;
  height: 30px;
}
.why-participate-sec .cta-card h3 {
  color: #fff;
  font-size: 14px;
  margin-bottom: 12px;
  font-weight: 400;
  font-family: "Google Sans Flex", "Google Sans", sans-serif;
}
.why-participate-sec .cta-card .btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  background: #fff;
  color: #c30000;
  padding: 8px 16px;
  border-radius: 10px;
  font-size: 12px;
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.why-participate-sec .cta-card .btn svg {
  width: 12px;
  height: 12px;
}
.why-participate-sec .cta-card .btn:hover {
  background: #111;
  color: #fff;
}

.how-work-sec {
  position: relative;
  overflow: hidden;
  background: #060606 url("../images/htw-sec-bg-img.webp") no-repeat center;
  background-size: cover;
}
.how-work-sec .bg-overlay {
  position: absolute;
  inset: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(6, 6, 6, 0.92)), color-stop(35%, rgba(6, 6, 6, 0.55)), color-stop(65%, rgba(6, 6, 6, 0.55)), to(rgba(6, 6, 6, 0.95)));
  background: linear-gradient(to bottom, rgba(6, 6, 6, 0.92) 0%, rgba(6, 6, 6, 0.55) 35%, rgba(6, 6, 6, 0.55) 65%, rgba(6, 6, 6, 0.95) 100%);
  z-index: 1;
}
.how-work-sec .container {
  position: relative;
  z-index: 2;
}
.how-work-sec .section-title {
  text-align: center;
}
.how-work-sec .section-title .sub-title {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 50px;
  margin-bottom: 20px;
  background: rgba(195, 0, 0, 0.12);
  border: 1px solid rgba(195, 0, 0, 0.3);
  color: #ff5050;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.25em;
  text-transform: uppercase;
}
.how-work-sec .section-title h2 {
  color: #fff;
  font-weight: 400;
  font-family: "Google Sans Flex", "Google Sans", sans-serif;
  margin-bottom: 16px;
}
.how-work-sec .section-title p {
  text-align: center;
  margin-bottom: 0;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.6;
  font-size: 16px;
}
.how-work-sec .timeline {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media screen and (min-width: 992px) {
  .how-work-sec .timeline {
    grid-template-columns: repeat(6, 1fr);
  }
}
.how-work-sec .timeline .line {
  position: absolute;
  left: 0;
  right: 0;
  top: 44px;
  height: 2px;
  background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(15%, #c30000), color-stop(85%, #c30000), to(transparent));
  background: linear-gradient(90deg, transparent, #c30000 15%, #c30000 85%, transparent);
  -webkit-box-shadow: 0 0 15px rgba(195, 0, 0, 0.45);
          box-shadow: 0 0 15px rgba(195, 0, 0, 0.45);
  z-index: 0;
  display: none;
}
@media screen and (min-width: 992px) {
  .how-work-sec .timeline .line {
    display: block;
  }
}
.how-work-sec .step {
  position: relative;
  text-align: center;
  z-index: 2;
}
.how-work-sec .step .icon-box {
  width: 88px;
  height: 88px;
  margin: auto auto 16px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
.how-work-sec .step .icon-box .count {
  color: rgba(255, 255, 255, 0.35);
  font-size: 12px;
  margin-bottom: 5px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.how-work-sec .step .icon-box .icon {
  color: rgba(255, 255, 255, 0.65);
  font-size: 18px;
}
.how-work-sec .step .icon-box .icon svg {
  width: 1em;
  height: 1em;
  display: block;
}
.how-work-sec .step h4 {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 4px;
  font-family: "Google Sans Flex", "Google Sans", sans-serif;
}
.how-work-sec .step p {
  color: rgba(255, 255, 255, 0.4);
  line-height: 1.7;
  font-size: 12px;
  margin: 0;
}
.how-work-sec .step:hover .icon-box {
  -webkit-transform: translateY(-8px);
          transform: translateY(-8px);
  background: #c30000;
  border-color: #c30000;
  -webkit-box-shadow: 0 0 35px rgba(195, 0, 0, 0.45);
          box-shadow: 0 0 35px rgba(195, 0, 0, 0.45);
}
.how-work-sec .step:hover .icon-box .count,
.how-work-sec .step:hover .icon-box .icon {
  color: #fff;
}
.how-work-sec .step.active .icon-box {
  background: #c30000;
  border-color: #c30000;
  -webkit-box-shadow: 0 0 35px rgba(195, 0, 0, 0.45);
          box-shadow: 0 0 35px rgba(195, 0, 0, 0.45);
}
.how-work-sec .step.active .icon-box .count,
.how-work-sec .step.active .icon-box .icon {
  color: #fff;
}

.timeline-sec {
  position: relative;
  overflow: hidden;
  background: #060606;
}
.timeline-sec .bg-glow {
  position: absolute;
  width: 600px;
  height: 600px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: radial-gradient(circle, rgba(195, 0, 0, 0.06) 0%, transparent 70%);
  pointer-events: none;
}
.timeline-sec .title-wrapper {
  text-align: center;
}
.timeline-sec .title-wrapper .sub-title {
  display: inline-block;
  padding: 8px 16px;
  margin-bottom: 20px;
  border-radius: 50px;
  background: rgba(195, 0, 0, 0.12);
  border: 1px solid rgba(195, 0, 0, 0.3);
  color: #ff5050;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.28em;
}
.timeline-sec .title-wrapper h2 {
  color: #fff;
  margin-bottom: 16px;
  font-weight: 400;
  font-family: "Google Sans Flex", "Google Sans", sans-serif;
}
.timeline-sec .title-wrapper p {
  color: rgba(255, 255, 255, 0.45);
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 0;
}
.timeline-sec .timeline-wrapper {
  position: relative;
  max-width: 900px;
  margin: auto;
  padding-left: 30px;
}
@media screen and (min-width: 576px) {
  .timeline-sec .timeline-wrapper {
    padding-left: 40px;
  }
}
@media screen and (min-width: 992px) {
  .timeline-sec .timeline-wrapper {
    padding-left: 50px;
  }
}
.timeline-sec .timeline-line {
  position: absolute;
  left: 9px;
  top: 5px;
  bottom: 5px;
  width: 2px;
  background: -webkit-gradient(linear, left top, left bottom, from(#c30000), to(rgba(195, 0, 0, 0.08)));
  background: linear-gradient(#c30000, rgba(195, 0, 0, 0.08));
}
.timeline-sec .timeline-item {
  position: relative;
  margin-bottom: 28px;
}
.timeline-sec .timeline-item .dot {
  position: absolute;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.12);
  border: 2px solid rgba(255, 255, 255, 0.15);
  top: 25px;
  left: -28px;
}
@media screen and (min-width: 576px) {
  .timeline-sec .timeline-item .dot {
    left: -40px;
    top: 28px;
    width: 18px;
    height: 18px;
  }
}
@media screen and (min-width: 992px) {
  .timeline-sec .timeline-item .dot {
    left: -50px;
  }
}
.timeline-sec .timeline-item .content {
  border-radius: 18px;
  background: rgba(10, 10, 10, 0.65);
  border: 1px solid rgba(255, 255, 255, 0.08);
  backdrop-filter: blur(18px);
  -webkit-box-shadow: 0 5px 24px rgba(0, 0, 0, 0.4);
          box-shadow: 0 5px 24px rgba(0, 0, 0, 0.4);
  padding: 20px 16px;
}
@media screen and (min-width: 768px) {
  .timeline-sec .timeline-item .content {
    padding: 24px 20px;
  }
}
@media screen and (min-width: 992px) {
  .timeline-sec .timeline-item .content {
    padding: 24px;
  }
}
.timeline-sec .timeline-item .content .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 8px;
}
.timeline-sec .timeline-item .content .phase {
  padding: 2px 8px;
  background: rgba(255, 255, 255, 0.07);
  color: #fff;
  border-radius: 6px;
  font-size: 12px;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.timeline-sec .timeline-item .content .active-phase {
  background: #c30000;
}
.timeline-sec .timeline-item .content .status {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  color: #22c55e;
  font-size: 12px;
}
.timeline-sec .timeline-item .content .status .pulse {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #22c55e;
  -webkit-animation: pulse 1.5s infinite;
          animation: pulse 1.5s infinite;
}
.timeline-sec .timeline-item .content h3 {
  color: #fff;
  font-size: 16px;
  margin-bottom: 4px;
  font-weight: 400;
  font-family: "Google Sans Flex", "Google Sans", sans-serif;
  line-height: 1.5;
}
.timeline-sec .timeline-item .content .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.35);
  font-size: 12px;
  margin-bottom: 8px;
}
.timeline-sec .timeline-item .content .date svg {
  height: 11px;
  width: 11px;
  display: block;
}
.timeline-sec .timeline-item .content p {
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.8;
  font-size: 14px;
  margin-bottom: 0;
}
.timeline-sec .timeline-item.active .dot {
  background: #c30000;
  -webkit-box-shadow: 0 0 20px rgba(195, 0, 0, 0.45);
          box-shadow: 0 0 20px rgba(195, 0, 0, 0.45);
}
.timeline-sec .timeline-item.active .content {
  -webkit-box-shadow: 0 0 40px rgba(195, 0, 0, 0.25);
          box-shadow: 0 0 40px rgba(195, 0, 0, 0.25);
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
  }
  70% {
    -webkit-transform: scale(1.8);
            transform: scale(1.8);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.leaderboard-section {
  background: #060606;
  overflow: hidden;
}
.leaderboard-section .row {
  gap: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 992px) {
  .leaderboard-section .row {
    gap: 0;
  }
}
.leaderboard-section .leaderboard-image {
  max-width: 100%;
  width: 100%;
  padding: 0 0 95%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.leaderboard-section .leaderboard-image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  border-radius: 18px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.leaderboard-section .section-heading {
  text-align: center;
}
.leaderboard-section .section-heading .section-tag {
  display: inline-block;
  margin-bottom: 20px;
  padding: 8px 16px;
  color: #ff5050;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  border: 1px solid rgba(195, 0, 0, 0.35);
  background: rgba(195, 0, 0, 0.12);
  border-radius: 40px;
}
.leaderboard-section .section-heading h2 {
  margin-bottom: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 1.1;
  font-family: "Google Sans Flex", "Google Sans", sans-serif;
}
.leaderboard-section .section-heading p {
  text-align: center;
  color: rgba(255, 255, 255, 0.55);
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 0;
}
.leaderboard-section .leaderboard-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.leaderboard-section .leaderboard-list .leaderboard-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 18px;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}
.leaderboard-section .leaderboard-list .leaderboard-item .rank {
  width: 40px;
  text-align: right;
  color: rgba(255, 255, 255, 0.28);
  font-size: 10px;
  font-weight: 400;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
@media screen and (min-width: 420px) {
  .leaderboard-section .leaderboard-list .leaderboard-item .rank {
    width: 50px;
    font-size: 12px;
  }
}
@media screen and (min-width: 992px) {
  .leaderboard-section .leaderboard-list .leaderboard-item .rank {
    width: 70px;
  }
}
.leaderboard-section .leaderboard-list .leaderboard-item .leaderboard-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 12px;
  background: rgba(255, 255, 255, 0.04);
  border-radius: 14px;
  backdrop-filter: blur(12px);
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
  gap: 12px;
  height: 40px;
}
@media screen and (min-width: 768px) {
  .leaderboard-section .leaderboard-list .leaderboard-item .leaderboard-bar {
    gap: 14px;
    height: 48px;
    padding: 0 16px;
  }
}
.leaderboard-section .leaderboard-list .leaderboard-item .leaderboard-bar svg {
  width: 14px;
  height: 14px;
}
@media screen and (min-width: 768px) {
  .leaderboard-section .leaderboard-list .leaderboard-item .leaderboard-bar svg {
    width: 17px;
    height: 17px;
  }
}
.leaderboard-section .leaderboard-list .leaderboard-item .leaderboard-bar span {
  color: #fff;
  font-weight: 600;
  font-size: 12px;
}
@media screen and (min-width: 768px) {
  .leaderboard-section .leaderboard-list .leaderboard-item .leaderboard-bar span {
    font-size: 14px;
  }
}
.leaderboard-section .leaderboard-list .leaderboard-item .leaderboard-bar strong {
  margin-left: auto;
  color: rgba(255, 255, 255, 0.75);
  font-size: 12px;
  font-weight: 400;
}
.leaderboard-section .leaderboard-list .leaderboard-item .leaderboard-bar:hover {
  -webkit-transform: translateX(8px);
          transform: translateX(8px);
}
.leaderboard-section .leaderboard-list .leaderboard-item .leaderboard-bar.creators {
  width: 32%;
  border: 1px solid rgba(107, 114, 128, 0.3);
  -webkit-box-shadow: 0 0 20px rgba(107, 114, 128, 0.2);
          box-shadow: 0 0 20px rgba(107, 114, 128, 0.2);
}
.leaderboard-section .leaderboard-list .leaderboard-item .leaderboard-bar.creators svg {
  color: #6b7280;
}
.leaderboard-section .leaderboard-list .leaderboard-item .leaderboard-bar.semifinalists {
  width: 50%;
  border: 1px solid rgba(59, 130, 246, 0.3);
  -webkit-box-shadow: 0 0 22px rgba(59, 130, 246, 0.25);
          box-shadow: 0 0 22px rgba(59, 130, 246, 0.25);
}
.leaderboard-section .leaderboard-list .leaderboard-item .leaderboard-bar.semifinalists svg {
  color: #3b82f6;
}
.leaderboard-section .leaderboard-list .leaderboard-item .leaderboard-bar.finalists {
  width: 64%;
  border: 1px solid rgba(139, 92, 246, 0.3);
  -webkit-box-shadow: 0 0 24px rgba(139, 92, 246, 0.25);
          box-shadow: 0 0 24px rgba(139, 92, 246, 0.25);
}
.leaderboard-section .leaderboard-list .leaderboard-item .leaderboard-bar.finalists svg {
  color: #8b5cf6;
}
.leaderboard-section .leaderboard-list .leaderboard-item .leaderboard-bar.champions {
  width: 80%;
  border: 1px solid rgba(245, 158, 11, 0.3);
  -webkit-box-shadow: 0 0 28px rgba(245, 158, 11, 0.25);
          box-shadow: 0 0 28px rgba(245, 158, 11, 0.25);
}
.leaderboard-section .leaderboard-list .leaderboard-item .leaderboard-bar.champions svg {
  color: #f59e0b;
}
.leaderboard-section .leaderboard-list .leaderboard-item .leaderboard-bar.winner-bar {
  width: 100%;
  background: -webkit-gradient(linear, left top, right top, from(#c30000), to(#850000));
  background: linear-gradient(90deg, #c30000, #850000);
  border: 1px solid rgba(195, 0, 0, 0.4);
  -webkit-box-shadow: 0 0 35px rgba(195, 0, 0, 0.35);
          box-shadow: 0 0 35px rgba(195, 0, 0, 0.35);
}
.leaderboard-section .leaderboard-list .leaderboard-item .leaderboard-bar.winner-bar svg,
.leaderboard-section .leaderboard-list .leaderboard-item .leaderboard-bar.winner-bar span,
.leaderboard-section .leaderboard-list .leaderboard-item .leaderboard-bar.winner-bar strong {
  color: #fff;
}

.prize-section {
  position: relative;
  overflow: hidden;
  background: #060606;
}
.prize-section .prize-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.prize-section .prize-bg img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}
.prize-section .prize-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(6, 6, 6, 0.88)), color-stop(30%, rgba(6, 6, 6, 0.4)), color-stop(65%, rgba(6, 6, 6, 0.4)), to(rgba(6, 6, 6, 0.92)));
  background: linear-gradient(to bottom, rgba(6, 6, 6, 0.88) 0%, rgba(6, 6, 6, 0.4) 30%, rgba(6, 6, 6, 0.4) 65%, rgba(6, 6, 6, 0.92) 100%);
}
.prize-section .container {
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 1400px) {
  .prize-section .container {
    max-width: 1200px;
  }
}
.prize-section .section-heading {
  margin-bottom: 32px;
  text-align: center;
}
.prize-section .section-heading .section-tag {
  display: inline-block;
  margin-bottom: 20px;
  padding: 8px 16px;
  color: #ff5050;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  border-radius: 50px;
  border: 1px solid rgba(195, 0, 0, 0.35);
  background: rgba(195, 0, 0, 0.12);
}
.prize-section .section-heading h2 {
  margin-bottom: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 1.1;
}
.prize-section .section-heading p {
  margin: 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 16px;
  line-height: 1.8;
}
.prize-section .prize-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  gap: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media screen and (min-width: 992px) {
  .prize-section .prize-wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.prize-section .prize-card {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  border-radius: 24px;
  backdrop-filter: blur(18px);
  -webkit-transition: 0.4s ease;
  transition: 0.4s ease;
  padding: 20px 16px;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .prize-section .prize-card {
    padding: 24px 20px;
  }
}
@media screen and (min-width: 992px) {
  .prize-section .prize-card {
    padding: 28px 24px;
    width: 33.333%;
  }
}
@media screen and (min-width: 1200px) {
  .prize-section .prize-card {
    padding: 28px;
  }
}
.prize-section .prize-card .prize-icon {
  margin-bottom: 20px;
}
.prize-section .prize-card .prize-icon svg {
  width: 36px;
  height: 36px;
}
.prize-section .prize-card .prize-label {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 14px;
  font-weight: 400;
}
.prize-section .prize-card h3 {
  margin-bottom: 4px;
  color: #fff;
  font-weight: 400;
  line-height: 1.1;
  font-family: "Google Sans Flex", "Google Sans", sans-serif;
}
.prize-section .prize-card h5 {
  margin-bottom: 20px;
  color: rgba(255, 255, 255, 0.42);
  font-size: 14px;
  font-weight: 400;
}
.prize-section .prize-card p {
  color: rgba(255, 255, 255, 0.42);
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 0;
}
.prize-section .prize-card:hover {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.prize-section .prize-card.silver {
  background: rgba(10, 10, 10, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.08);
  -webkit-box-shadow: 0 0 35px rgba(148, 163, 184, 0.12);
          box-shadow: 0 0 35px rgba(148, 163, 184, 0.12);
}
.prize-section .prize-card.silver .prize-icon {
  color: #94a3b8;
}
.prize-section .prize-card.silver .prize-icon svg {
  stroke: currentColor;
}
.prize-section .prize-card.silver h3 {
  background: linear-gradient(135deg, #fff, #8f8f8f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.prize-section .prize-card.winner {
  position: relative;
  background: rgba(195, 0, 0, 0.18);
  border: 1px solid rgba(195, 0, 0, 0.45);
  -webkit-box-shadow: 0 0 70px rgba(195, 0, 0, 0.4);
          box-shadow: 0 0 70px rgba(195, 0, 0, 0.4);
}
.prize-section .prize-card.winner .winner-badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 16px;
  padding: 4px 12px;
  border-radius: 40px;
  background: #c30000;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.22em;
  text-transform: uppercase;
}
.prize-section .prize-card.winner .prize-icon {
  color: #c30000;
  margin-bottom: 20px;
}
.prize-section .prize-card.winner .prize-icon svg {
  width: 42px;
  height: 42px;
  stroke: currentColor;
}
.prize-section .prize-card.winner h3 {
  background: linear-gradient(135deg, #ff7777, #c30000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.prize-section .prize-card.winner:hover {
  -webkit-transform: translateY(-16px) scale(1.02);
          transform: translateY(-16px) scale(1.02);
  -webkit-box-shadow: 0 0 90px rgba(195, 0, 0, 0.55);
          box-shadow: 0 0 90px rgba(195, 0, 0, 0.55);
}
.prize-section .prize-card.bronze {
  background: rgba(10, 10, 10, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.08);
  -webkit-box-shadow: 0 0 35px rgba(180, 83, 9, 0.14);
          box-shadow: 0 0 35px rgba(180, 83, 9, 0.14);
}
.prize-section .prize-card.bronze .prize-icon {
  color: #b45309;
}
.prize-section .prize-card.bronze .prize-icon svg {
  stroke: currentColor;
}
.prize-section .prize-card.bronze h3 {
  background: linear-gradient(135deg, #fff, #9c9c9c);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.prize-section .prize-card:before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.06)), color-stop(45%, transparent));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.06), transparent 45%);
  opacity: 0;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  pointer-events: none;
}
.prize-section .prize-card:hover:before {
  opacity: 1;
}

.eligibility-section {
  background: #060606;
}
@media screen and (min-width: 1400px) {
  .eligibility-section .container {
    max-width: 1200px;
  }
}
.eligibility-section .row {
  gap: 24px;
}
@media screen and (min-width: 992px) {
  .eligibility-section .row {
    gap: 0;
  }
}
.eligibility-section .section-heading {
  text-align: center;
}
.eligibility-section .section-heading .tag {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 30px;
  border: 1px solid rgba(195, 0, 0, 0.35);
  background: rgba(195, 0, 0, 0.12);
  color: #ff5050;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.eligibility-section .section-heading h2 {
  font-weight: 400;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 16px;
  font-family: "Google Sans Flex", "Google Sans", sans-serif;
}
.eligibility-section .section-heading p {
  color: rgba(255, 255, 255, 0.45);
  font-size: 16px;
  margin-bottom: 0;
}
.eligibility-section .eligibility-image {
  width: 100%;
  max-width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 78%;
}
@media screen and (min-width: 992px) {
  .eligibility-section .eligibility-image {
    margin-left: auto;
    max-width: 550px;
  }
}
.eligibility-section .eligibility-image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: block;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.eligibility-section .eligibility-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
  background: #111;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 14px;
  -webkit-transition: 0.35s ease;
  transition: 0.35s ease;
  padding: 12px;
}
@media screen and (min-width: 768px) {
  .eligibility-section .eligibility-item {
    padding: 16px;
  }
}
.eligibility-section .eligibility-item:hover {
  border-color: rgba(255, 255, 255, 0.12);
  -webkit-transform: translateY(-3px);
          transform: translateY(-3px);
  -webkit-box-shadow: 0 15px 35px rgba(0, 0, 0, 0.35);
          box-shadow: 0 15px 35px rgba(0, 0, 0, 0.35);
}
.eligibility-section .eligibility-item span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
}
.eligibility-section .eligibility-item .icon,
.eligibility-section .eligibility-item .status {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  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;
}
@media screen and (min-width: 768px) {
  .eligibility-section .eligibility-item .icon,
  .eligibility-section .eligibility-item .status {
    width: 40px;
    height: 40px;
  }
}
.eligibility-section .eligibility-item .icon svg,
.eligibility-section .eligibility-item .status svg {
  width: 16px;
  height: 16px;
}
.eligibility-section .eligibility-item .icon.blue {
  color: #3b82f6;
  background: rgba(59, 130, 246, 0.08);
}
.eligibility-section .eligibility-item .icon.green {
  color: #10b981;
  background: rgba(16, 185, 129, 0.08);
}
.eligibility-section .eligibility-item .icon.pink {
  color: #ec4899;
  background: rgba(236, 72, 153, 0.08);
}
.eligibility-section .eligibility-item .icon.yellow {
  color: #eab308;
  background: rgba(234, 179, 8, 0.08);
}
.eligibility-section .eligibility-item .icon.red {
  color: #ef4444;
  background: rgba(239, 68, 68, 0.08);
}
.eligibility-section .eligibility-item .icon.red.yt svg {
  height: 18px;
  width: 18px;
}
.eligibility-section .eligibility-item .status.blue {
  color: #3b82f6;
}
.eligibility-section .eligibility-item .status.green {
  color: #10b981;
}
.eligibility-section .eligibility-item .status.pink {
  color: #ec4899;
}
.eligibility-section .eligibility-item .status.yellow {
  color: #eab308;
}
.eligibility-section .eligibility-item .status.red {
  color: #ef4444;
}
.eligibility-section .eligibility-item .status svg {
  width: 12px;
  height: 12px;
}
@media screen and (min-width: 768px) {
  .eligibility-section .eligibility-item .status svg {
    width: 14px;
    height: 14px;
  }
}

.guidelines-section {
  background: #060606;
}
@media screen and (min-width: 1400px) {
  .guidelines-section .container {
    max-width: 1200px;
  }
}
.guidelines-section .section-heading {
  text-align: center;
  margin-bottom: 70px;
}
.guidelines-section .section-heading .tag {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 50px;
  background: rgba(195, 0, 0, 0.12);
  border: 1px solid rgba(195, 0, 0, 0.35);
  color: #ff5050;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.guidelines-section .section-heading h2 {
  font-weight: 400;
  color: #fff;
  line-height: 1.1;
  margin-bottom: 16px;
  font-family: "Google Sans Flex", "Google Sans", sans-serif;
}
.guidelines-section .section-heading p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.45);
  line-height: 1.6;
}
.guidelines-section .row {
  gap: 32px;
}
@media screen and (min-width: 992px) {
  .guidelines-section .row {
    gap: 0;
  }
}
.guidelines-section .guidelines-image {
  width: 100%;
  max-width: 100%;
  position: relative;
  padding: 0 0 82%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 992px) {
  .guidelines-section .guidelines-image {
    max-width: 452px;
  }
}
.guidelines-section .guidelines-image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 12px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.guidelines-section .guidelines-card {
  width: 100%;
  border-radius: 18px;
  background: rgba(15, 15, 15, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.07);
  backdrop-filter: blur(20px);
  padding: 20px 16px;
}
@media screen and (min-width: 768px) {
  .guidelines-section .guidelines-card {
    padding: 25px 20px;
  }
}
@media screen and (min-width: 992px) {
  .guidelines-section .guidelines-card {
    padding: 28px 24px;
  }
}
@media screen and (min-width: 1200px) {
  .guidelines-section .guidelines-card {
    padding: 32px;
  }
}
.guidelines-section .guidelines-card .guideline-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 16px;
  margin-bottom: 18px;
}
@media screen and (min-width: 992px) {
  .guidelines-section .guidelines-card .guideline-item {
    margin-bottom: 24px;
  }
}
.guidelines-section .guidelines-card .guideline-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.guidelines-section .guidelines-card .guideline-item .icon {
  width: 24px;
  height: 24px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  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;
  border-radius: 50%;
  background: #c30000;
  color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(195, 0, 0, 0.45);
          box-shadow: 0 0 15px rgba(195, 0, 0, 0.45);
}
.guidelines-section .guidelines-card .guideline-item .icon svg {
  width: 13px;
  height: 13px;
}
.guidelines-section .guidelines-card .guideline-item .content h4 {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 4px;
  font-family: "Google Sans Flex", "Google Sans", sans-serif;
}
.guidelines-section .guidelines-card .guideline-item .content p {
  color: rgba(255, 255, 255, 0.42);
  line-height: 1.8;
  font-size: 14px;
  margin-bottom: 0;
}

.judging-section {
  position: relative;
  overflow: hidden;
}
.judging-section .judging-bg {
  position: absolute;
  inset: 0;
  z-index: 1;
}
.judging-section .judging-bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.judging-section .overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(7, 7, 7, 0.65)), to(rgba(7, 7, 7, 0.55))), -webkit-gradient(linear, left top, right top, from(rgba(6, 6, 6, 0.9)), color-stop(30%, rgba(6, 6, 6, 0.45)), color-stop(70%, rgba(6, 6, 6, 0.45)), to(rgba(6, 6, 6, 0.9)));
  background: linear-gradient(rgba(7, 7, 7, 0.65), rgba(7, 7, 7, 0.55)), linear-gradient(90deg, rgba(6, 6, 6, 0.9) 0%, rgba(6, 6, 6, 0.45) 30%, rgba(6, 6, 6, 0.45) 70%, rgba(6, 6, 6, 0.9) 100%);
}
.judging-section .container {
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 1400px) {
  .judging-section .container {
    max-width: 1200px;
  }
}
.judging-section .section-heading {
  text-align: center;
}
.judging-section .section-heading .tag {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 50px;
  background: rgba(195, 0, 0, 0.12);
  border: 1px solid rgba(195, 0, 0, 0.35);
  color: #ff5050;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.judging-section .section-heading h2 {
  font-weight: 400;
  color: #fff;
  margin-bottom: 16px;
  font-family: "Google Sans Flex", "Google Sans", sans-serif;
  line-height: 1.1;
}
.judging-section .section-heading p {
  color: rgba(255, 255, 255, 0.45);
  text-align: center;
  line-height: 1.7;
  font-size: 16px;
  margin-bottom: 0;
}
.judging-section .judging-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
@media screen and (min-width: 1200px) {
  .judging-section .judging-wrapper {
    gap: 40px;
  }
}
@media screen and (max-width: 991.72px) {
  .judging-section .judging-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.judging-section .judging-item {
  width: calc(50% - 15px);
  text-align: center;
}
@media screen and (min-width: 992px) {
  .judging-section .judging-item {
    width: 25%;
  }
}
.judging-section .judging-item h4 {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.65);
  font-size: 12px;
  line-height: 1.6;
  margin-bottom: 0;
}
.judging-section .progress-circle {
  position: relative;
  width: 128px;
  height: 128px;
  margin: auto;
}
.judging-section .progress-circle svg {
  width: 128px;
  height: 128px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.judging-section .progress-circle .bg-circle {
  fill: none;
  stroke: rgba(255, 255, 255, 0.08);
  stroke-width: 7;
}
.judging-section .progress-circle .progress {
  fill: none;
  stroke-width: 7;
  stroke-linecap: round;
  stroke-dasharray: 326.7;
}
.judging-section .progress-circle span {
  position: absolute;
  inset: 0;
  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;
  color: #fff;
  font-family: "Google Sans Flex", "Google Sans", sans-serif;
  font-weight: 400;
}
.judging-section .progress-circle.red .progress {
  stroke: #c30000;
  stroke-dashoffset: 196;
  -webkit-filter: drop-shadow(0 0 10px #c30000);
          filter: drop-shadow(0 0 10px #c30000);
}
.judging-section .progress-circle.purple .progress {
  stroke: #8b5cf6;
  stroke-dashoffset: 245;
  -webkit-filter: drop-shadow(0 0 10px #8b5cf6);
          filter: drop-shadow(0 0 10px #8b5cf6);
}
.judging-section .progress-circle.blue .progress {
  stroke: #3b82f6;
  stroke-dashoffset: 261;
  -webkit-filter: drop-shadow(0 0 10px #3b82f6);
          filter: drop-shadow(0 0 10px #3b82f6);
}
.judging-section .progress-circle.green .progress {
  stroke: #10b981;
  stroke-dashoffset: 278;
  -webkit-filter: drop-shadow(0 0 10px #10b981);
          filter: drop-shadow(0 0 10px #10b981);
}

@media screen and (min-width: 1400px) {
  .terms-section .container {
    max-width: 1200px;
  }
}
.terms-section .row {
  gap: 32px;
}
@media screen and (min-width: 992px) {
  .terms-section .row {
    gap: 0;
  }
}
.terms-section .section-heading {
  text-align: center;
}
.terms-section .section-heading .tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 8px 16px;
  margin-bottom: 20px;
  border-radius: 50px;
  border: 1px solid rgba(195, 0, 0, 0.35);
  background: rgba(195, 0, 0, 0.12);
  color: #ff5050;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
}
.terms-section .section-heading h2 {
  margin: 0;
  color: #fff;
  font-weight: 400;
  line-height: 1.1;
  font-family: "Google Sans Flex", "Google Sans", sans-serif;
}
.terms-section .terms-image {
  max-width: 100%;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 60%;
}
@media screen and (min-width: 992px) {
  .terms-section .terms-image {
    padding: 0 0 55%;
    max-width: 552px;
  }
}
.terms-section .terms-image img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 18px;
  height: 100%;
  width: 100%;
  display: block;
}
.terms-section .accordion-item {
  margin-bottom: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  overflow: hidden;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
.terms-section .accordion-item:hover {
  border-color: rgba(195, 0, 0, 0.25);
}
.terms-section .accordion-item.active .accordion-header .accordion-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.terms-section .accordion-header {
  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;
  cursor: pointer;
  padding: 16px 14px;
}
@media screen and (min-width: 576px) {
  .terms-section .accordion-header {
    padding: 16px;
  }
}
@media screen and (min-width: 768px) {
  .terms-section .accordion-header {
    padding: 18px;
  }
}
@media screen and (min-width: 992px) {
  .terms-section .accordion-header {
    padding: 20px;
  }
}
.terms-section .accordion-header h4 {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  font-family: "Google Sans Flex", "Google Sans", sans-serif;
}
.terms-section .accordion-header .accordion-icon {
  color: #777;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  font-size: 15px;
}
.terms-section .accordion-header .accordion-icon svg {
  width: 1em;
  height: 1em;
  display: block;
}
.terms-section .accordion-body {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.35s ease;
  transition: max-height 0.35s ease;
}
.terms-section .accordion-body p {
  padding: 0 20px 20px;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.8;
  font-size: 14px;
  margin: 0;
  padding: 0 16px 14px;
}
@media screen and (min-width: 576px) {
  .terms-section .accordion-body p {
    padding: 0 16px 16px;
  }
}
@media screen and (min-width: 768px) {
  .terms-section .accordion-body p {
    padding: 0 18px 18px;
  }
}
@media screen and (min-width: 992px) {
  .terms-section .accordion-body p {
    padding: 0 20px 20px;
  }
}

.faq-section {
  background: #060606;
  position: relative;
  overflow: hidden;
}
@media screen and (min-width: 1400px) {
  .faq-section .container {
    max-width: 1200px;
  }
}
.faq-section .row {
  gap: 32px;
}
@media screen and (min-width: 992px) {
  .faq-section .row {
    gap: 0;
  }
}
.faq-section .section-heading .section-tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 8px 16px;
  border-radius: 50px;
  background: rgba(195, 0, 0, 0.12);
  border: 1px solid rgba(195, 0, 0, 0.3);
  color: #ff5050;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 20px;
}
.faq-section .section-heading h2 {
  color: #fff;
  font-weight: 400;
  line-height: 1.1;
  font-family: "Google Sans Flex", "Google Sans", sans-serif;
  margin-bottom: 0;
}
.faq-section .faq-image {
  max-width: 100%;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 0 60%;
}
@media screen and (min-width: 992px) {
  .faq-section .faq-image {
    max-width: 552px;
    margin-left: auto;
  }
}
.faq-section .faq-image img {
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 18px;
  height: 100%;
  width: 100%;
  display: block;
}
.faq-section .accordion-item {
  margin-bottom: 12px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.03);
  overflow: hidden;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
.faq-section .accordion-item:hover {
  border-color: rgba(195, 0, 0, 0.25);
}
.faq-section .accordion-item.active .accordion-header .accordion-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.faq-section .accordion-header {
  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;
  cursor: pointer;
  padding: 16px 14px;
}
@media screen and (min-width: 576px) {
  .faq-section .accordion-header {
    padding: 16px;
  }
}
@media screen and (min-width: 768px) {
  .faq-section .accordion-header {
    padding: 18px;
  }
}
@media screen and (min-width: 992px) {
  .faq-section .accordion-header {
    padding: 20px;
  }
}
.faq-section .accordion-header h4 {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
  font-family: "Google Sans Flex", "Google Sans", sans-serif;
}
.faq-section .accordion-header .accordion-icon {
  color: #777;
  -webkit-transition: 0.35s;
  transition: 0.35s;
  font-size: 15px;
}
.faq-section .accordion-header .accordion-icon svg {
  width: 1em;
  height: 1em;
  display: block;
}
.faq-section .accordion-body {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.35s ease;
  transition: max-height 0.35s ease;
}
.faq-section .accordion-body p {
  padding: 0 20px 20px;
  color: rgba(255, 255, 255, 0.55);
  line-height: 1.8;
  font-size: 14px;
  margin: 0;
  padding: 0 16px 14px;
}
@media screen and (min-width: 576px) {
  .faq-section .accordion-body p {
    padding: 0 16px 16px;
  }
}
@media screen and (min-width: 768px) {
  .faq-section .accordion-body p {
    padding: 0 18px 18px;
  }
}
@media screen and (min-width: 992px) {
  .faq-section .accordion-body p {
    padding: 0 20px 20px;
  }
}

.register-sec {
  position: relative;
  overflow: hidden;
  background: #060606;
}
.register-sec .bg-glow {
  position: absolute;
  bottom: -120px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 850px;
  height: 500px;
  background: radial-gradient(circle, rgba(195, 0, 0, 0.3) 0%, transparent 65%);
  -webkit-filter: blur(25px);
          filter: blur(25px);
  pointer-events: none;
}
.register-sec .bg-grid {
  position: absolute;
  inset: 0;
  opacity: 0.03;
  background-image: linear-gradient(rgba(255, 255, 255, 0.5) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.5) 1px, transparent 1px);
  background-size: 60px 60px;
}
.register-sec .register-inner {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: auto;
  text-align: center;
}
.register-sec .sub-title span {
  display: inline-block;
  padding: 8px 16px;
  border-radius: 50px;
  background: rgba(195, 0, 0, 0.12);
  border: 1px solid rgba(195, 0, 0, 0.3);
  color: #ff5050;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.28em;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media screen and (min-width: 992px) {
  .register-sec .sub-title span {
    margin-bottom: 30px;
  }
}
.register-sec .title h2 {
  color: #fff;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 20px;
  font-family: "Google Sans Flex", "Google Sans", sans-serif;
}
.register-sec .title h2 span {
  color: #c30000;
  text-shadow: 0 0 60px rgba(195, 0, 0, 0.45);
}
.register-sec .text p {
  max-width: 650px;
  color: rgba(255, 255, 255, 0.45);
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 24px;
  margin-inline: auto;
}
@media screen and (min-width: 992px) {
  .register-sec .text p {
    font-size: 18px;
    margin-bottom: 32px;
  }
}
@media screen and (min-width: 1200px) {
  .register-sec .text p {
    margin-bottom: 40px;
  }
}
.register-sec .btn-wrapper {
  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;
  gap: 16px;
  margin-bottom: 28px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 992px) {
  .register-sec .btn-wrapper {
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .register-sec .btn-wrapper {
    margin-bottom: 48px;
  }
}
.register-sec .btn-wrapper a {
  text-decoration: none;
  -webkit-transition: 0.35s;
  transition: 0.35s;
}
.register-sec .btn-wrapper .btn-primary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 14px;
  background: #c30000;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  -webkit-box-shadow: 0 0 50px rgba(195, 0, 0, 0.45), 0 5px 25px rgba(0, 0, 0, 0.45);
          box-shadow: 0 0 50px rgba(195, 0, 0, 0.45), 0 5px 25px rgba(0, 0, 0, 0.45);
  font-family: "Google Sans Flex", "Google Sans", sans-serif;
  padding: 12px 24px;
}
@media screen and (min-width: 992px) {
  .register-sec .btn-wrapper .btn-primary {
    padding: 14px 32px;
  }
}
@media screen and (min-width: 1200px) {
  .register-sec .btn-wrapper .btn-primary {
    padding: 16px 40px;
  }
}
.register-sec .btn-wrapper .btn-primary:hover {
  -webkit-transform: translateY(-4px);
          transform: translateY(-4px);
  -webkit-box-shadow: 0 0 70px rgba(195, 0, 0, 0.65), 0 10px 35px rgba(0, 0, 0, 0.5);
          box-shadow: 0 0 70px rgba(195, 0, 0, 0.65), 0 10px 35px rgba(0, 0, 0, 0.5);
}
.register-sec .btn-wrapper .btn-primary svg {
  width: 1em;
  height: 1em;
  display: block;
}
.register-sec .btn-wrapper .btn-secondary {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  color: rgba(255, 255, 255, 0.65);
  font-size: 16px;
  font-weight: 600;
  padding: 12px 24px;
}
@media screen and (min-width: 992px) {
  .register-sec .btn-wrapper .btn-secondary {
    padding: 14px 32px;
  }
}
@media screen and (min-width: 1200px) {
  .register-sec .btn-wrapper .btn-secondary {
    padding: 16px 40px;
  }
}
.register-sec .btn-wrapper .btn-secondary:hover {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
}
.register-sec .btn-wrapper .btn-secondary svg {
  width: 1em;
  height: 1em;
  display: block;
}
.register-sec .register-points {
  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;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 992px) {
  .register-sec .register-points {
    gap: 24px;
  }
}
.register-sec .register-points .point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  color: rgba(255, 255, 255, 0.35);
  font-size: 14px;
}
.register-sec .register-points .point svg {
  width: 1em;
  height: 1em;
  display: block;
}/*# sourceMappingURL=landing.css.map */