@charset "UTF-8";
@font-face {
  font-family: "Toxigenesis";
  src: url("../../fonts/toxigenesis-bd.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}

hr {
  margin: 48px 0;
  background-color: rgba(20, 190, 23, 0.5019607843);
}
@media (max-width: 991.98px) {
  hr {
    display: none;
  }
}

.container {
  max-width: 88.54%;
}
@media (max-width: 480px) {
  .container {
    max-width: 91.79%;
  }
}
@media (max-width: 390px) {
  .container {
    max-width: 91.79%;
  }
}

.lp {
  position: relative;
  background: linear-gradient(138.87deg, #111F4D -18.38%, #11256B 37.71%, #2149D1 96.11%);
  min-height: 100dvh;
  min-height: 100svh;
}
.lp__logo-container {
  position: relative;
  width: 100%;
  display: inline-block;
  max-width: 314px;
}
.lp__logo-container > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.lp__logo-container:before {
  content: "";
  display: block;
  padding-top: 40.7643312102%;
}
.lp__logo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 991.98px) {
  .lp__logo-container {
    position: relative;
    width: 100%;
    display: inline-block;
    max-width: 254px;
  }
  .lp__logo-container > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
  .lp__logo-container:before {
    content: "";
    display: block;
    padding-top: 40.5511811024%;
  }
  .lp__logo {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}
.lp::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../../images/ycwc-26/ycwc-bg-web.png) no-repeat center;
  background-size: 100% 100%;
}
@media (max-width: 1800px) {
  .lp::before {
    background: url(../../images/ycwc-26/ycwc-bg-web.png) no-repeat center;
    background-size: auto 100%;
  }
}
@media (max-width: 991.98px) {
  .lp::before {
    background: url(../../images/ycwc-26/ycwc-lp-m.png) no-repeat center;
    background-size: 100% auto;
  }
}
@media (max-width: 575.98px) {
  .lp::before {
    background: url(../../images/ycwc-26/ycwc-lp-m.png) no-repeat center;
    background-size: 100% 100%;
  }
}
.lp__content {
  text-align: center;
}
.lp__logo-container {
  margin-top: 210px;
  margin-bottom: 42px;
}
@media (max-width: 991.98px) {
  .lp__logo-container {
    margin-top: 190px;
    margin-bottom: 24px;
  }
}
.lp__title {
  position: relative;
  font-size: 72px;
  font-weight: 700;
  color: white;
  line-height: 1.1;
  text-transform: capitalize;
  text-align: center;
  margin-bottom: 24px;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .lp__title {
    font-size: 60px;
  }
}
@media (max-width: 575.98px) {
  .lp__title {
    font-size: 48px;
  }
}
.lp__subtitle {
  position: relative;
  width: 696px;
  height: auto;
  margin: 0 auto;
  z-index: 1;
}
.lp__subtitle img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.lp__subtitle p {
  display: none;
}
@media (max-width: 991.98px) {
  .lp__subtitle {
    width: 400px;
  }
}
@media (max-width: 575.98px) {
  .lp__subtitle {
    width: 357px;
  }
}
.lp__detail {
  display: inline-flex;
  align-items: center;
  gap: 16px;
  justify-content: center;
  margin-top: 72px;
  z-index: 4;
  position: relative;
}
.lp__detail:hover .lp__detail-text,
.lp__detail:hover .lp__detail-arrow {
  color: #CC8B02;
}
@media (max-width: 991.98px) {
  .lp__detail {
    margin-top: 40px;
  }
}
@media (max-width: 575.98px) {
  .lp__detail {
    margin-top: 24px;
  }
}
.lp__detail-text {
  font-family: "Toxigenesis";
  font-size: 20px;
  font-weight: 700;
  color: white;
  line-height: 1.1;
  text-transform: uppercase;
  color: #FFD43C;
  transform: color 0.5s ease-out;
}
@media (max-width: 991.98px) {
  .lp__detail-text {
    font-size: 20px;
  }
}
.lp__detail-arrow {
  animation: detail-bounce 2s infinite ease-in-out;
  transform: color 0.5s ease-out;
  color: #FFD43C;
}
@keyframes detail-bounce {
  0%, 100% {
    transform: translateY(-5px);
  }
  50% {
    transform: translateY(5px);
  }
}
.lp__marquee {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
  white-space: nowrap;
  background-color: var(--color-primary);
}
.lp__marquee-track {
  display: inline-flex;
  width: max-content;
  gap: 24px;
  animation: ticker-scroll 30s linear infinite;
  align-items: center;
  padding: 10px 0;
  will-change: transform;
  padding-inline: 24px;
}
.lp__marquee-track span {
  font-family: "Toxigenesis";
  display: inline-block;
  font-weight: 600;
  color: white;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
}
@keyframes ticker-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.intro {
  padding: 134px 0 110px;
}
@media (max-width: 991.98px) {
  .intro {
    padding: 42px 0 32px;
  }
}
.intro__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.5;
  color: #1C2F70;
  margin-bottom: 42px;
}
@media (max-width: 991.98px) {
  .intro__title {
    font-size: 32px;
    margin-bottom: 24px;
  }
}
.intro__description {
  font-size: 16px;
  line-height: 1.5;
}
@media (max-width: 991.98px) {
  .intro__description {
    font-size: 16px;
  }
}
.intro__info-card {
  display: flex;
  gap: 30px;
  margin-top: 72px;
}
@media (max-width: 991.98px) {
  .intro__info-card {
    gap: 25px;
    margin-top: 40px;
    margin-bottom: 0;
    flex-direction: column;
  }
}
.intro__info-card-item {
  border-radius: 24px;
  position: relative;
  flex: 1;
  overflow: hidden;
  background-color: #DBFDDB;
}
.intro__info-card-item--2 {
  background-color: #DDEAFD;
}
.intro__info-card-item--3 {
  background-color: #FBF3FF;
}
.intro__info-card-background {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.intro__info-card-text {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 32px;
}
.intro__info-card-title {
  display: block;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.5;
  color: white;
  margin-bottom: 4px;
}
@media (max-width: 991.98px) {
  .intro__info-card-title {
    font-size: 28px;
  }
}
.intro__info-card-description {
  display: block;
  font-size: 16px;
  line-height: 1.5;
  color: white;
}
@media (max-width: 991.98px) {
  .intro__info-card-description {
    font-size: 16px;
  }
}
.intro__info-card-description p {
  margin-bottom: 0;
}

.highlight {
  position: relative;
  padding: 110px 0;
  background-color: #EFF9FF;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .highlight {
    padding: 54px 0;
  }
}
.highlight::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../../images/ycwc-26/highlight-bg.png) no-repeat center;
  background-size: 100% 100%;
  z-index: -1;
}
@media (max-width: 1800px) {
  .highlight::before {
    background: url(../../images/ycwc-26/highlight-bg.png) no-repeat center;
    background-size: auto 100%;
  }
}
@media (max-width: 991.98px) {
  .highlight::before {
    background: url(../../images/ycwc-26/highlight-bg-m.png) no-repeat center;
    background-size: 100% 100%;
  }
}
.highlight__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.5;
  text-align: center;
  color: #1C2F70;
  margin-bottom: 42px;
}
@media (max-width: 991.98px) {
  .highlight__title {
    font-size: 32px;
  }
}
.highlight__video-container {
  width: 100%;
  padding: 0 48px;
}
@media (max-width: 991.98px) {
  .highlight__video-container {
    max-width: 100%;
    padding: 0;
    aspect-ratio: 1/1;
  }
}
.highlight__video-wrapper {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  /* 16:9 Aspect Ratio */
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  background-color: #000;
}
.highlight__video-wrapper:hover .highlight__video-thumbnail {
  transform: scale(1.1);
  opacity: 0.35;
}
.highlight__video-wrapper:hover .highlight__video-text {
  bottom: -90px;
  opacity: 0.4;
}
@media (max-width: 991.98px) {
  .highlight__video-wrapper {
    aspect-ratio: 1/1;
  }
}
.highlight__video-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.5;
  transition: opacity 1s ease, transform 1s ease;
}
.highlight__video-text {
  position: absolute;
  bottom: -250px;
  left: 50%;
  transform: translateX(-50%);
  color: transparent;
  -webkit-text-stroke: 1px white;
  font-size: 220px;
  font-weight: 700;
  opacity: 0;
  transition: all 1s ease;
  z-index: 3;
  white-space: nowrap;
}
@media (max-width: 991.98px) {
  .highlight__video-text {
    font-size: 48px;
    -webkit-text-stroke: 1px white;
    bottom: -50px;
  }
}
.highlight__video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s ease;
  z-index: 2;
  width: 125px;
  height: 125px;
}
@media (max-width: 991.98px) {
  .highlight__video-play {
    width: 56px;
    height: 56px;
  }
  .highlight__video-play svg {
    width: 100%;
    height: 100%;
  }
}
.highlight__video-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.category {
  padding: 110px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .category {
    background-color: #DBFDDB;
    padding: 42px 0 72px;
  }
  .category::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    background: url(../../images/ycwc-26/category-bg-m.png) no-repeat center;
    background-size: 100% 100%;
  }
}
.category__content-wrapper {
  position: relative;
  padding: 72px;
  background-color: #DBFDDB;
  border-radius: 24px;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .category__content-wrapper {
    padding: 0;
    border-radius: 0;
    overflow: visible;
    background-color: transparent;
  }
}
.category__content-wrapper::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../../images/ycwc-26/category-bg.png) no-repeat center;
  background-size: 100% 100%;
  z-index: -1;
}
@media (max-width: 1800px) {
  .category__content-wrapper::before {
    background: url(../../images/ycwc-26/category-bg.png) no-repeat center;
    background-size: auto 100%;
  }
}
.category__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  color: #1C2F70;
  margin-bottom: 42px;
}
@media (max-width: 991.98px) {
  .category__title {
    font-size: 32px;
    margin-bottom: 24px;
  }
}
.category__description {
  font-size: 16px;
  line-height: 1.5;
  color: #353535;
}
@media (max-width: 991.98px) {
  .category__description {
    font-size: 16px;
  }
}
.category__theme {
  background-color: var(--color-primary);
  padding: 12px 24px;
  border-radius: 8px;
  display: inline-flex;
  align-items: center;
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  .category__theme {
    padding: 16px;
    display: flex;
    justify-content: center;
  }
}
.category__theme span {
  font-family: "Toxigenesis";
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  color: white;
  margin-left: 10px;
  text-transform: uppercase;
}
@media (max-width: 991.98px) {
  .category__theme span {
    font-size: 16px;
  }
}
.category__card-info {
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4;
  text-align: left;
  color: black;
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  .category__card-info {
    font-size: 20px;
    margin-bottom: 16px;
  }
}
.category__card-wrapper {
  display: flex;
  gap: 30px;
}
@media (max-width: 1400px) {
  .category__card-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
  }
}
@media (max-width: 991.98px) {
  .category__card-wrapper {
    display: flex;
    flex-direction: column;
    gap: 24px;
  }
}
.category__card {
  flex: 1;
  border-radius: 24px;
  overflow: hidden;
  background-color: white;
  display: flex;
  flex-direction: column;
}
.category__card-header {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
@media (max-width: 991.98px) {
  .category__card-header {
    height: 75px;
  }
}
.category__card-icon {
  width: 42px;
  height: 42px;
  object-fit: contain;
}
.category__card-title, .category__card-title--paracoder {
  font-family: "Toxigenesis", sans-serif;
  font-size: 24px;
  font-weight: 700;
  color: white;
  text-transform: uppercase;
  position: relative;
  z-index: 2;
  margin: 0;
}
@media (max-width: 991.98px) {
  .category__card-title, .category__card-title--paracoder {
    font-size: 24px;
  }
}
.category__card-title--paracoder {
  font-size: 20px;
}
.category__card-body {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 991.98px) {
  .category__card-body {
    gap: 12px;
  }
}
.category__card-item {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
@media (max-width: 991.98px) {
  .category__card-item {
    gap: 0;
  }
}
.category__card-label {
  font-size: 14px;
  font-weight: 600;
  color: #353535;
}
@media (max-width: 991.98px) {
  .category__card-label {
    font-size: 14px;
  }
}
.category__card-value {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.3;
}
@media (max-width: 991.98px) {
  .category__card-value {
    font-size: 24px;
  }
}
.category__card--starter .category__card-header {
  background-image: url(../../images/ycwc-26/starter-bg.png);
  background-color: #38C6FF;
}
.category__card--starter .category__card-value {
  color: #067098;
}
.category__card--beginner .category__card-header {
  background-image: url(../../images/ycwc-26/beginner-bg.png);
  background-color: #D25FFF;
}
.category__card--beginner .category__card-value {
  color: #B522D5;
}
.category__card--intermediate .category__card-header {
  background-image: url(../../images/ycwc-26/intermediate-bg.png);
  background-color: #FF665A;
}
.category__card--intermediate .category__card-value {
  color: #FF5449;
}
.category__card--senior .category__card-header {
  background-image: url(../../images/ycwc-26/senior-bg.png);
  background-color: #1C2F70;
}
.category__card--senior .category__card-value {
  color: #1C2F70;
}
.category__card--para-intermediate .category__card-header {
  background-image: url(../../images/ycwc-26/para-intermediate-bg.png);
  background-color: #FF5D5D;
}
.category__card--para-intermediate .category__card-value {
  color: #FF5D5D;
}
.category__card--para-intermediate .category__card-body {
  background-color: #FFF1F1;
}
.category__card--para-senior .category__card-header {
  background-image: url(../../images/ycwc-26/para-senior-bg.png);
  background-color: #1C2F70;
}
.category__card--para-senior .category__card-value {
  color: #1C2F70;
}
.category__card--para-senior .category__card-body {
  background-color: #DDEAFD;
}
.category__button {
  margin: 64px auto 0;
  display: flex;
  width: fit-content;
}
@media (max-width: 991.98px) {
  .category__button {
    margin: 24px 0 0;
    width: 100%;
    justify-content: center;
  }
}
.category__button svg {
  position: relative;
  z-index: 2;
}
.category__button span.overflow-hidden {
  display: inline-flex;
  gap: 10px;
  align-items: center;
}
@media (max-width: 991.98px) {
  .category__button span.overflow-hidden {
    width: 100%;
    justify-content: center;
  }
}
.category__button span:not(.overflow-hidden) {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  color: white;
}
@media (max-width: 991.98px) {
  .category__button span:not(.overflow-hidden) {
    font-size: 20px;
  }
}

.paracoder {
  background: linear-gradient(0deg, rgba(67, 196, 255, 0) 0%, rgba(67, 196, 255, 0) 70%, #e4f6ff 100%);
  padding: 110px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .paracoder {
    padding: 72px 0;
  }
}
.paracoder::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../../images/ycwc-26/paracoder-bg.png) no-repeat center;
  background-size: 100% 100%;
  z-index: -1;
}
@media (max-width: 991.98px) {
  .paracoder::before {
    background: url(../../images/ycwc-26/paracoder-bg-m.png) no-repeat center;
    background-size: auto 100%;
  }
}
.paracoder__note {
  border-radius: 24px;
  background-color: #DFF2FF;
  border: 1px solid #43C4FF;
  padding: 42px 32px;
  margin-top: 48px;
}
.paracoder__note-header {
  display: flex;
  align-items: center;
  gap: 20px;
  font-family: "Toxigenesis";
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.5;
  color: #006AA7;
  margin-bottom: 16px;
}
@media (max-width: 991.98px) {
  .paracoder__note-header {
    font-size: 18px;
    margin-bottom: 16px;
  }
}
.paracoder__note-content {
  font-size: 16px;
  line-height: 1.5;
  color: #353535;
}
@media (max-width: 991.98px) {
  .paracoder__note-content {
    font-size: 16px;
  }
}
.paracoder__note-content p {
  margin-bottom: 8px;
}

.technical {
  background: linear-gradient(176.94deg, #001355 2.53%, #1C2F70 44.9%, #003AFF 114.69%);
  padding: 110px 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .technical {
    padding: 64px 0;
  }
}
.technical::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: url(../../images/ycwc-26/technical-bg.svg) no-repeat center;
  background-size: 100% auto;
}
@media (max-width: 991.98px) {
  .technical::before {
    background: url(../../images/ycwc-26/technical-bg.svg) no-repeat center;
    background-size: auto 100%;
  }
}
.technical__header {
  text-align: center;
  margin-bottom: 72px;
}
@media (max-width: 991.98px) {
  .technical__header {
    margin-bottom: 24px;
  }
}
.technical__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  color: white;
  margin-bottom: 24px;
  text-transform: capitalize;
}
.technical__title span {
  color: #FFD43C;
}
@media (max-width: 991.98px) {
  .technical__title {
    font-size: 32px;
    margin-bottom: 16px;
  }
}
.technical__description {
  font-size: 16px;
  color: #E2E8F0;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.5;
}
@media (max-width: 991.98px) {
  .technical__description {
    font-size: 16px;
  }
}
.technical__timeline {
  position: relative;
}
.technical__timeline::before {
  content: "";
  position: absolute;
  top: 24px;
  bottom: 140px;
  left: 50px;
  width: 2px;
  background-image: linear-gradient(to bottom, #43C4FF 50%, transparent 50%);
  background-size: 2px 20px;
  background-repeat: repeat-y;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .technical__timeline::before {
    display: none;
  }
}
.technical__step {
  position: relative;
  margin-bottom: 32px;
  display: flex;
  align-items: flex-start;
  gap: 46px;
}
.technical__step:last-child {
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .technical__step {
    display: block;
    position: relative;
  }
}
.technical__step-number {
  flex-shrink: 0;
  width: 96px;
  height: 96px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Toxigenesis", sans-serif;
  font-size: 32px;
  font-weight: 700;
  color: white;
  z-index: 2;
}
.technical__step-number--1 {
  background-color: #22C55E;
}
.technical__step-number--2 {
  background-color: #43C4FF;
}
.technical__step-number--3 {
  background-color: #FF5449;
}
.technical__step-number--4 {
  background-color: #FFD43C;
}
.technical__step-number--5 {
  background-color: #D25FFF;
}
@media (max-width: 991.98px) {
  .technical__step-number {
    position: absolute;
    top: 24px;
    left: 24px;
    width: 48px;
    height: 48px;
    font-size: 20px;
  }
}
.technical__card {
  background: linear-gradient(96.45deg, rgba(255, 255, 255, 0.3) 10.68%, rgba(255, 255, 255, 0.105) 100.66%);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 4px 4px 12px 0px rgba(0, 0, 0, 0.12);
  border-radius: 16px;
  padding: 32px;
  width: 100%;
  color: white;
  transition: transform 0.3s ease;
}
@media (max-width: 991.98px) {
  .technical__card {
    padding: 24px;
    padding-top: 88px;
  }
}
.technical__card-title {
  font-family: "Toxigenesis", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 16px;
  text-transform: uppercase;
  margin-top: 0;
}
@media (max-width: 991.98px) {
  .technical__card-title {
    font-size: 24px;
  }
}
.technical__card-desc {
  font-size: 16px;
  margin-bottom: 24px;
  color: #E2E8F0;
}
@media (max-width: 991.98px) {
  .technical__card-desc {
    font-size: 16px;
  }
}
.technical__card-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
@media (max-width: 991.98px) {
  .technical__card-tags {
    flex-direction: column;
    gap: 12px;
  }
}
.technical__tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 17px 24px;
  border-radius: 6px;
  font-family: "Toxigenesis", sans-serif;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: white;
}
@media (max-width: 991.98px) {
  .technical__tag {
    width: 100%;
    justify-content: center;
    padding: 12px;
  }
}
.technical__tag svg {
  width: 16px;
  height: 16px;
}
.technical__tag--date {
  background-color: #22C55E;
}
.technical__tag--location {
  background-color: #FF5449;
}

.registration {
  background-color: #FAFAFA;
  padding: 110px 0;
}
@media (max-width: 991.98px) {
  .registration {
    padding: 54px 0;
  }
}
.registration__header {
  text-align: center;
  margin-bottom: 64px;
}
@media (max-width: 991.98px) {
  .registration__header {
    margin-bottom: 32px;
  }
}
.registration__title {
  font-size: 48px;
  font-weight: 700;
  color: #1A2859;
  margin-bottom: 8px;
  text-transform: capitalize;
}
@media (max-width: 991.98px) {
  .registration__title {
    font-size: 32px;
  }
}
.registration__subtitle {
  font-size: 16px;
  color: #353535;
}
@media (max-width: 991.98px) {
  .registration__subtitle {
    font-size: 14px;
  }
}
.registration__timeline {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: 64px;
  gap: 20px;
}
.registration__timeline::before {
  content: "";
  position: absolute;
  top: 37px;
  left: 10%;
  right: 10%;
  height: 2px;
  background-image: linear-gradient(to right, #B0BEC5 50%, transparent 50%);
  background-size: 20px 2px;
  background-repeat: repeat-x;
  z-index: 1;
}
@media (max-width: 991.98px) {
  .registration__timeline::before {
    display: none;
  }
}
@media (max-width: 991.98px) {
  .registration__timeline {
    flex-direction: column;
    gap: 24px;
    margin-bottom: 32px;
  }
  .registration__timeline::after {
    content: "";
    position: absolute;
    top: 24px;
    bottom: 70px;
    left: 27px;
    transform: none;
    width: 2px;
    background-image: linear-gradient(to bottom, #B0BEC5 50%, transparent 50%);
    background-size: 2px 20px;
    background-repeat: repeat-y;
    z-index: 1;
  }
}
@media (max-width: 480px) {
  .registration__timeline::after {
    left: 24px;
  }
}
.registration__step {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  z-index: 2;
  background-color: transparent;
}
@media (max-width: 991.98px) {
  .registration__step {
    background-color: transparent;
    padding: 0;
    display: grid;
    grid-template-columns: 54px 1fr;
    grid-template-rows: auto auto;
    column-gap: 20px;
    row-gap: 4px;
    align-items: start;
    text-align: left;
  }
}
.registration__step-number {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Toxigenesis", sans-serif;
  font-size: 32px;
  line-height: 1.3;
  font-weight: 700;
  color: white;
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  .registration__step-number {
    width: 54px;
    height: 54px;
    font-size: 24px;
    margin-bottom: 0;
    grid-column: 1;
    grid-row: 1/3;
    z-index: 2;
  }
}
@media (max-width: 480px) {
  .registration__step-number {
    width: 11.25vw;
    height: 11.25vw;
    font-size: 5vw;
  }
}
.registration__step-number--1 {
  background-color: #22C55E;
}
.registration__step-number--2 {
  background-color: #43C4FF;
}
.registration__step-number--3 {
  background-color: #D25FFF;
}
.registration__step-number--4 {
  background-color: #FF5449;
}
.registration__step-number--5 {
  background-color: #1A2859;
}
.registration__step-title {
  font-size: 20px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 12px;
  line-height: 1.5;
}
@media (max-width: 991.98px) {
  .registration__step-title {
    font-size: 20px;
    margin-bottom: 4px;
    grid-column: 2;
    grid-row: 1;
  }
  .registration__step-title br {
    display: none;
  }
}
.registration__step-desc {
  font-size: 16px;
  color: #353535;
  line-height: 1.5;
}
@media (max-width: 991.98px) {
  .registration__step-desc {
    font-size: 16px;
    grid-column: 2;
    grid-row: 2;
  }
}
.registration__cards {
  display: flex;
  gap: 30px;
  margin-bottom: 64px;
}
@media (max-width: 991.98px) {
  .registration__cards {
    flex-direction: column;
    gap: 16px;
    margin-bottom: 32px;
  }
}
.registration__card {
  flex: 1;
  border-radius: 16px;
  padding: 40px;
  text-align: center;
  position: relative;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (max-width: 991.98px) {
  .registration__card {
    padding: 32px 24px;
  }
}
.registration__card::before {
  content: "";
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  z-index: 0;
}
.registration__card--green {
  background-color: #10AF13;
}
.registration__card--green::before {
  background-image: url(../../images/ycwc-26/registration-yc-1.svg);
}
.registration__card--blue {
  background-color: #1C2F70;
}
.registration__card--blue::before {
  background-image: url(../../images/ycwc-26/registration-pc-1.svg);
}
.registration__card-title {
  position: relative;
  z-index: 2;
  font-size: 36px;
  font-weight: 700;
  color: white;
  margin-bottom: 16px;
  text-transform: capitalize;
}
@media (max-width: 991.98px) {
  .registration__card-title {
    font-size: 24px;
  }
}
.registration__button {
  font-weight: 600;
  text-transform: capitalize;
}
@media (max-width: 991.98px) {
  .registration__button {
    width: 100%;
  }
  .registration__button > span {
    width: 100%;
    justify-content: center;
  }
}
.registration__terms {
  background-color: #E8F5E9;
  border-radius: 16px;
  padding: 40px;
}
@media (max-width: 991.98px) {
  .registration__terms {
    padding: 32px 16px;
  }
}
.registration__terms-header {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 24px;
}
@media (max-width: 991.98px) {
  .registration__terms-header {
    gap: 8px;
    margin-bottom: 16px;
  }
}
.registration__terms-title {
  font-family: "Toxigenesis", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #22C55E;
  text-transform: uppercase;
  margin: 0;
}
@media (max-width: 991.98px) {
  .registration__terms-title {
    font-size: 18px;
  }
}
.registration__terms-content {
  color: #353535;
  font-size: 16px;
  line-height: 1.8;
  margin: 0;
}
.registration__terms-content strong {
  font-weight: 700;
}
@media (max-width: 991.98px) {
  .registration__terms-content {
    font-size: 14px;
  }
}

.faq {
  padding: 150px 0px;
  background-color: var(--color-primary);
  overflow: hidden;
}
@media only screen and (max-width: 1919.98px) {
  .faq {
    padding: 120px 0px;
  }
}
@media only screen and (max-width: 991.98px) {
  .faq {
    padding: 70px 0px;
  }
}
.faq:before {
  content: "";
  background-image: url("../../../assets/images/FAQ-symbol-left.png");
  background-position: left;
  background-size: contain;
  background-repeat: no-repeat;
  height: 35%;
  width: 35%;
  position: absolute;
  bottom: 0;
  left: -60px;
  z-index: 0;
}
.faq:before {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.faq:after {
  content: "";
  background-image: url("../../../assets/images/FAQ-symbol-right.png");
  background-position: right;
  background-size: contain;
  background-repeat: no-repeat;
  height: 35%;
  width: 35%;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
}
.faq:after {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
@media only screen and (max-width: 1599.98px) {
  .faq {
    padding: 100px 0px;
  }
}
.faq__header {
  margin-bottom: 80px;
  color: #ffffff;
  text-align: center;
}
@media only screen and (max-width: 1919.98px) {
  .faq__header {
    margin-bottom: 4.1666666667vw;
  }
}
.faq__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}
@media (max-width: 991.98px) {
  .faq__title {
    font-size: 32px;
    line-height: 1.1;
  }
}
.faq__description {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  margin-top: 16px;
}
@media (max-width: 991.98px) {
  .faq__description {
    font-size: 16px;
    font-weight: 400;
  }
}
.faq__col {
  position: relative;
  z-index: 1;
}
.faq .accordion-item {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  background-color: transparent;
  border: none;
}
.faq .accordion-item:not(:last-of-type) {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.faq .accordion-body {
  padding: 0px 0px 26px;
}
.faq .theme-text * {
  color: #fff;
}
.faq__collapse-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  padding: 26px 0px;
  background: none;
}
.faq__collapse-button:focus {
  box-shadow: none;
}
.faq__collapse-button::after {
  display: none;
}
.faq__collapse-button:not(.collapsed) {
  background-color: unset;
  box-shadow: unset;
}
.faq__collapse-button:not(.collapsed) .faq__collapse-title {
  color: #FFD43C;
}
.faq__collapse-button[aria-expanded=true] .faq__arrow {
  transform: rotate(180deg);
}
.faq__collapse-title {
  margin-bottom: 0px;
  font-weight: 700;
  font-size: 24px;
  text-align: left;
  color: #ffffff;
  line-height: 36px;
}
.faq__arrow {
  width: 22px;
  transform: rotate(0deg);
  transition: transform 0.2s;
  filter: brightness(0) saturate(100%) invert(94%) sepia(0%) saturate(25%) hue-rotate(83deg) brightness(104%) contrast(109%);
}
.faq .theme-button--outline {
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
}
.faq .theme-button--outline:hover {
  border: 1px solid #1C2F70 !important;
}
@media (max-width: 1399px) {
  .faq__collapse-title {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .faq {
    padding: 100px 0px;
  }
  .faq:before {
    height: 25%;
    width: 25%;
  }
  .faq:after {
    height: 20%;
    width: 20%;
  }
  .faq .accordion-body {
    padding: 0px 0px 15px;
  }
  .faq__collapse-button {
    padding: 20px 0px;
  }
}
@media (max-width: 575.98px) {
  .faq:before {
    left: -20px;
    height: 25%;
    width: 50%;
  }
  .faq:after {
    height: 20%;
    width: 40%;
  }
}

.partner-sponsor {
  background-color: white;
  padding: 110px 0;
}
@media (max-width: 991.98px) {
  .partner-sponsor {
    padding: 54px 0;
  }
}
.partner-sponsor__header {
  text-align: center;
  margin-bottom: 48px;
}
@media (max-width: 991.98px) {
  .partner-sponsor__header {
    margin-bottom: 42px;
  }
}
.partner-sponsor__title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
  color: #1C2F70;
  margin-bottom: 84px;
}
@media (max-width: 991.98px) {
  .partner-sponsor__title {
    margin-bottom: 42px;
    font-size: 32px;
  }
}
.partner-sponsor__logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-evenly;
  align-items: center;
  gap: 72px;
}
.partner-sponsor__logos img {
  width: auto;
  max-height: 106px;
  object-fit: contain;
}
@media (max-width: 991.98px) {
  .partner-sponsor__logos img {
    max-width: 100px;
    gap: 32px;
  }
}

.cta {
  background: linear-gradient(138.87deg, #111F4D -18.38%, #11256B 37.71%, #2149D1 96.11%);
  padding: 143px 0;
  position: relative;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .cta {
    display: flex;
    flex-direction: column;
    padding: 64px 0;
  }
}
.cta::before {
  content: "";
  position: absolute;
  inset: 0;
  background: url(../../images/ycwc-26/cta-bg.svg) no-repeat center;
  background-size: auto auto;
}
@media (max-width: 1800px) {
  .cta::before {
    background: url(../../images/ycwc-26/cta-bg.svg) no-repeat center;
    background-size: auto 100%;
  }
}
@media (max-width: 991.98px) {
  .cta::before {
    background: url(../../images/ycwc-26/cta-bg-m.png) no-repeat center;
    background-size: 100% 100%;
  }
}
.cta__image {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  width: 560px;
}
@media (max-width: 991.98px) {
  .cta__image {
    position: relative;
    order: -1;
    width: 140%;
    height: auto;
    margin-bottom: -22px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    mask-image: linear-gradient(to bottom, black 70%, transparent 97%);
    -webkit-mask-image: linear-gradient(to bottom, black 70%, transparent 97%);
  }
}
.cta .container {
  position: relative;
  z-index: 2;
}
.cta__title {
  font-size: 48px;
  font-weight: 700;
  color: white;
  margin-bottom: 42px;
  line-height: 1.2;
}
.cta__title span {
  color: #FFD43C;
}
@media (max-width: 991.98px) {
  .cta__title {
    font-size: 32px;
    margin-bottom: 24px;
  }
}
.cta__description {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 1.5;
  margin-bottom: 42px;
}
@media (max-width: 991.98px) {
  .cta__description {
    font-size: 16px;
    margin-bottom: 24px;
  }
}
.cta__buttons {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
@media (max-width: 991.98px) {
  .cta__buttons {
    margin-bottom: 48px;
    flex-direction: column;
    gap: 16px;
  }
}
@media (max-width: 991.98px) {
  .cta__button {
    width: 100%;
  }
  .cta__button > span {
    width: 100%;
    justify-content: center;
  }
}
.cta__button svg {
  width: 20px;
  height: 20px;
  position: relative;
}

.gallery {
  padding: 110px 0;
  background-color: white;
}
@media (max-width: 991.98px) {
  .gallery {
    padding: 54px 0;
  }
}
.gallery__title {
  font-size: 48px;
  font-weight: 700;
  color: #1C2F70;
  margin-bottom: 28px;
  line-height: 1.2;
}
@media (max-width: 991.98px) {
  .gallery__title {
    font-size: 28px;
  }
}
.gallery__description {
  font-size: 16px;
  color: #353535;
  line-height: 1.5;
  margin: 0;
}
@media (max-width: 991.98px) {
  .gallery__description {
    font-size: 16px;
  }
}
.gallery__nav {
  display: flex;
  gap: 8px;
  justify-content: flex-end;
}
.gallery__nav-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.1s ease-out;
  background: transparent;
  border: none;
  padding: 0;
  outline: none;
  color: #10AF13;
}
.gallery__nav-btn--prev svg .nav-bg,
.gallery__nav-btn--prev svg .nav-border,
.gallery__nav-btn--prev svg .nav-arrow {
  transition: all 0.1s ease-out;
}
.gallery__nav-btn:hover {
  color: #126915;
}
.gallery__nav-btn:hover.gallery__nav-btn--prev svg .nav-bg {
  fill: currentColor;
  fill-opacity: 1;
}
.gallery__nav-btn:hover.gallery__nav-btn--prev svg .nav-border {
  stroke-opacity: 0;
}
.gallery__nav-btn:hover.gallery__nav-btn--prev svg .nav-arrow {
  fill: white;
}
.gallery__slider {
  overflow: hidden;
  margin-top: 48px;
}
.gallery__slider .swiper-wrapper {
  display: flex;
}
.gallery__slider .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: auto;
  position: relative;
}
.gallery__item {
  border-radius: 24px;
  overflow: hidden;
  aspect-ratio: 4/3;
  background-color: #f5f5f5;
}
.gallery__item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease, filter 0.5s ease;
}
.gallery__item:hover img {
  transform: scale(1.05);
  filter: brightness(0.7);
}

.fancybox__container {
  /* Hover state */
  /* Disabled / inactive state — gray */
  /* Arrow SVG color */
  /* Prev & Next specifically */
}
.fancybox__container .f-button.is-close-btn,
.fancybox__container [data-fancybox-close] {
  background: #888888;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  border: none;
  opacity: 1;
  position: fixed;
  top: 16px;
  right: 16px;
}
.fancybox__container .f-button.is-close-btn svg,
.fancybox__container [data-fancybox-close] svg {
  color: black;
  width: 22px;
  height: 22px;
}
.fancybox__container .f-button.is-close-btn:hover,
.fancybox__container [data-fancybox-close]:hover {
  background: #666666;
}
@media (max-width: 991.98px) {
  .fancybox__container .f-button.is-close-btn,
  .fancybox__container [data-fancybox-close] {
    width: 40px;
    height: 40px;
  }
  .fancybox__container .f-button.is-close-btn svg,
  .fancybox__container [data-fancybox-close] svg {
    width: 20px;
    height: 20px;
  }
}
@media (max-width: 575.98px) {
  .fancybox__container .f-button.is-close-btn,
  .fancybox__container [data-fancybox-close] {
    width: 36px;
    height: 36px;
  }
  .fancybox__container .f-button.is-close-btn svg,
  .fancybox__container [data-fancybox-close] svg {
    width: 18px;
    height: 18px;
  }
}
.fancybox__container .fancybox__button {
  background: #10AF13;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  color: #fff;
  border: none;
  opacity: 1;
}
@media (max-width: 991.98px) {
  .fancybox__container .fancybox__button {
    width: 44px;
    height: 44px;
  }
}
@media (max-width: 575.98px) {
  .fancybox__container .fancybox__button {
    width: 40px;
    height: 40px;
  }
}
.fancybox__container .fancybox__button:hover {
  background: #0d9610;
}
.fancybox__container .fancybox__button:disabled,
.fancybox__container .fancybox__button[disabled] {
  background: #888888;
  cursor: not-allowed;
}
.fancybox__container .fancybox__button svg path {
  fill: #fff;
  stroke: none;
}
.fancybox__container .fancybox__nav .f-button {
  background: #888888 !important;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  border: 2px solid white !important;
  color: #fff;
}
.fancybox__container .fancybox__nav .f-button::before {
  overflow: hidden !important;
}
.fancybox__container .fancybox__nav .f-button:hover {
  background: #10AF13 !important;
  border: 2px solid #10AF13 !important;
}
.fancybox__container .fancybox__nav .f-button svg {
  color: #fff !important;
  width: 28px;
  height: 28px;
}
@media (max-width: 991.98px) {
  .fancybox__container .fancybox__nav .f-button {
    width: 56px;
    height: 56px;
  }
  .fancybox__container .fancybox__nav .f-button svg {
    width: 24px;
    height: 24px;
  }
}
@media (max-width: 575.98px) {
  .fancybox__container .fancybox__nav .f-button {
    width: 48px;
    height: 48px;
  }
  .fancybox__container .fancybox__nav .f-button svg {
    width: 20px;
    height: 20px;
  }
}

.more-info {
  padding: 110px 0 142px;
  position: relative;
  background: linear-gradient(180deg, #FFFFFF 5.1%, #DBFDDB 92.77%);
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .more-info {
    padding: 54px 0;
  }
}
.more-info::after {
  content: "";
  position: absolute;
  left: 15px;
  bottom: 0px;
  width: 24.53125vw;
  height: 24.53125vw;
  background-image: url("../../images/school-partnership/why-succeed-ornament1.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom left;
}
.more-info::before {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  width: 24.8958333333vw;
  height: 24.8958333333vw;
  min-width: 228px;
  background-image: url("../../images/school-partnership/why-succeed-ornament2.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
}
.more-info .container {
  position: relative;
  z-index: 2;
}
.more-info__header {
  margin-bottom: 48px;
}
@media (max-width: 991.98px) {
  .more-info__header {
    margin-bottom: 16px;
  }
}
.more-info__title {
  font-size: 48px;
  font-weight: 700;
  color: #1C2F70;
  margin-bottom: 24px;
  line-height: 1.2;
}
@media (max-width: 991.98px) {
  .more-info__title {
    margin-bottom: 16px;
    font-size: 32px;
  }
}
.more-info__desc {
  font-size: 16px;
  color: #353535;
  line-height: 1.5;
}
@media (max-width: 991.98px) {
  .more-info__desc {
    font-size: 16px;
    margin-bottom: 16px;
  }
}
.more-info__card {
  border-radius: 16px;
  padding: 24px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 100%;
  transition: all 0.3s ease;
  background-color: white;
  border: 2px solid white;
}
.more-info__card:hover {
  border: 2px solid #10AF13;
}
.more-info__card-icon {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
}
.more-info__card-icon span {
  font-size: 16px;
  color: #353535;
}
.more-info__card-link {
  font-size: 24px;
  font-weight: 700;
  margin: 0;
  color: #353535;
  transition: color 0.3s ease;
}
.more-info__card-link:hover {
  color: #10AF13;
}
.more-info__socials {
  display: flex;
  gap: 12px;
}
.more-info__social-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  color: #10AF13;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 0.1s ease-out;
}
.more-info__social-btn:hover {
  color: #126915;
}

/*# sourceMappingURL=ycwc-2026.css.map */
