.lw-hall-of-fame-hero {
  background: var(--bg-gradient, linear-gradient(259.15deg, #483E8C -13.61%, #1E1361 98.7%));
  background-size: cover;
  background-position: center;
  position: relative;
  overflow: hidden;
  padding-top: 210px;
  padding-bottom: 200px;
}
@media (max-width: 1199px) {
  .lw-hall-of-fame-hero {
    padding-top: 120px;
    padding-bottom: 120px;
  }
}
@media (max-width: 575px) {
  .lw-hall-of-fame-hero {
    padding-bottom: 40px;
  }
}
.lw-hall-of-fame-hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: var(--bg-image, none);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  z-index: 1;
  pointer-events: none;
}
.lw-hall-of-fame-hero .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 32px;
}
@media (max-width: 575px) {
  .lw-hall-of-fame-hero .container {
    gap: 0;
  }
}
.lw-hall-of-fame-hero .content-col {
  max-width: 100%;
  width: calc(50% - 16px);
  padding: 37px 0;
  position: relative;
  z-index: 20;
}
@media (max-width: 991px) {
  .lw-hall-of-fame-hero .content-col {
    width: 100%;
    margin-bottom: 100px;
    padding: 0;
  }
}
.lw-hall-of-fame-hero .content-col .subtitle {
  font-family: "SVN-Gilroy", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 1.22;
  color: #EF4A81;
  margin-bottom: 8px;
  letter-spacing: 0;
}
@media (max-width: 991px) {
  .lw-hall-of-fame-hero .content-col .subtitle {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .lw-hall-of-fame-hero .content-col .subtitle {
    font-size: 30px;
    line-height: 1.13;
    margin-bottom: 16px;
  }
}
.lw-hall-of-fame-hero .content-col .title {
  font-family: "SVN-Gilroy", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 1.12;
  color: #FFC845;
  margin-bottom: 40px;
  letter-spacing: 0;
}
@media (max-width: 1199px) {
  .lw-hall-of-fame-hero .content-col .title {
    font-size: 52px;
  }
}
@media (max-width: 991px) {
  .lw-hall-of-fame-hero .content-col .title {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .lw-hall-of-fame-hero .content-col .title {
    font-size: 36px;
    line-height: 1.22;
  }
}
.lw-hall-of-fame-hero .content-col .desc {
  font-family: "SVN-Gilroy", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 1.3;
  color: #E5E5E5;
  letter-spacing: 0;
}
@media (max-width: 991px) {
  .lw-hall-of-fame-hero .content-col .desc {
    text-align: center;
  }
}
@media (max-width: 575px) {
  .lw-hall-of-fame-hero .content-col .desc {
    font-size: 18px;
    line-height: 1.44;
  }
}
.lw-hall-of-fame-hero .image-col {
  max-width: 100%;
  width: calc(50% - 16px);
  position: relative;
  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 (max-width: 991px) {
  .lw-hall-of-fame-hero .image-col {
    width: 100%;
  }
}
.lw-hall-of-fame-hero .main-illustration {
  position: relative;
  z-index: 10;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lw-hall-of-fame-hero .main-illustration img {
  max-width: 100%;
  height: auto;
  display: block;
}
.lw-hall-of-fame-hero .animate-float {
  -webkit-animation: float 6s ease-in-out infinite;
          animation: float 6s ease-in-out infinite;
}
@-webkit-keyframes float {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes float {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}

.lw-hof-intro {
  position: relative;
  padding: 240px 0;
  overflow: hidden;
  background-color: #FFFFFF;
  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;
  z-index: 1;
}
@media (max-width: 991px) {
  .lw-hof-intro {
    padding: 180px 0;
  }
}
@media (max-width: 767px) {
  .lw-hof-intro {
    padding: 120px 0;
  }
}
.lw-hof-intro__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: -1;
}
.lw-hof-intro .container {
  position: relative;
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}
.lw-hof-intro__content {
  max-width: 670px;
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 10;
  padding: 0 20px;
}
.lw-hof-intro__quote {
  font-family: "SVN-Gilroy", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.5;
  color: #241775;
  margin: 0;
  letter-spacing: 0;
}
@media (max-width: 991px) {
  .lw-hof-intro__quote {
    font-size: 26px;
    line-height: 1.45;
  }
}
@media (max-width: 767px) {
  .lw-hof-intro__quote {
    font-size: 20px;
    line-height: 1.4;
  }
}
.lw-hof-intro__avatars {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 5;
}
.lw-hof-intro__avatar-item {
  position: absolute;
  pointer-events: auto;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.lw-hof-intro__avatar-item:hover {
  -webkit-transform: scale(1.08);
          transform: scale(1.08);
}
.lw-hof-intro__avatar-item--top-left {
  top: -20px;
  left: 2%;
}
@media (max-width: 1199px) {
  .lw-hof-intro__avatar-item--top-left {
    left: 0;
  }
}
@media (max-width: 767px) {
  .lw-hof-intro__avatar-item--top-left {
    top: -80px;
    left: 0;
  }
}
.lw-hof-intro__avatar-item--top-right {
  top: -60%;
  right: 10%;
}
@media (max-width: 1199px) {
  .lw-hof-intro__avatar-item--top-right {
    right: 0;
  }
}
@media (max-width: 767px) {
  .lw-hof-intro__avatar-item--top-right {
    top: -90px;
    right: -10px;
  }
}
.lw-hof-intro__avatar-item--bottom-left {
  bottom: -31%;
  left: 8%;
}
@media (max-width: 1199px) {
  .lw-hof-intro__avatar-item--bottom-left {
    left: 2%;
  }
}
@media (max-width: 767px) {
  .lw-hof-intro__avatar-item--bottom-left {
    bottom: -90px;
    left: 0;
  }
}
.lw-hof-intro__avatar-item--bottom-right {
  bottom: -45%;
  right: 0;
}
@media (max-width: 1199px) {
  .lw-hof-intro__avatar-item--bottom-right {
    right: 2%;
  }
}
@media (max-width: 767px) {
  .lw-hof-intro__avatar-item--bottom-right {
    bottom: -80px;
    right: -20px;
  }
}
.lw-hof-intro__image-wrapper {
  position: relative;
  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;
  width: 150px;
  height: 120px;
}
@media (max-width: 767px) {
  .lw-hof-intro__image-wrapper {
    width: 110px;
    height: 90px;
  }
}
.lw-hof-intro__avatar-img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.lw-hof-projects {
  position: relative;
  padding: 64px 0;
  overflow: hidden;
  background: #FFF;
  z-index: 1;
}
@media (max-width: 767px) {
  .lw-hof-projects {
    padding: 40px 0;
  }
}
.lw-hof-projects__bg-pattern {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
  pointer-events: none;
  z-index: -1;
}
.lw-hof-projects__header {
  text-align: center;
  max-width: 384px;
  margin: 0 auto 40px auto;
}
.lw-hof-projects__title {
  font-family: "SVN-Gilroy", sans-serif;
  font-size: 36px;
  font-weight: 600;
  line-height: 44px;
  color: #241775;
  margin-bottom: 24px;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .lw-hof-projects__title {
    font-size: 30px;
    line-height: 1.27;
  }
}
.lw-hof-projects__subtitle {
  font-family: "SVN-Gilroy", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  color: #262626;
  margin: 0;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .lw-hof-projects__subtitle {
    font-size: 18px;
    line-height: 1.44;
  }
}
.lw-hof-projects__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .lw-hof-projects__wrapper {
    display: none;
  }
}
.lw-hof-projects__list-pane {
  width: 480px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
}
@media (max-width: 991px) {
  .lw-hof-projects__list-pane {
    width: 100%;
  }
}
.lw-hof-projects__fade {
  position: absolute;
  left: 0;
  right: 0;
  height: 60px;
  z-index: 10;
  pointer-events: none;
}
.lw-hof-projects__fade--top {
  top: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFFFFF), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}
.lw-hof-projects__fade--bottom {
  bottom: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#FFFFFF), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(0deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}
@media (max-width: 991px) {
  .lw-hof-projects__fade {
    display: none;
  }
}
.lw-hof-projects__scroll-container {
  max-height: 720px;
  overflow-y: auto;
  padding-right: 0;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.lw-hof-projects__scroll-container::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari and Opera */
}
@media (max-width: 991px) {
  .lw-hof-projects__scroll-container {
    max-height: none;
    overflow-y: visible;
    padding-right: 0;
    padding-bottom: 0;
  }
}
.lw-hof-projects__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;
}
@media (max-width: 991px) {
  .lw-hof-projects__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    overflow-x: auto;
    padding-bottom: 12px;
    -ms-scroll-snap-type: x mandatory;
        scroll-snap-type: x mandatory;
  }
  .lw-hof-projects__list::-webkit-scrollbar {
    height: 4px;
  }
  .lw-hof-projects__list::-webkit-scrollbar-track {
    background: #F3F4F6;
  }
  .lw-hof-projects__list::-webkit-scrollbar-thumb {
    background: #D1D5DB;
    border-radius: 2px;
  }
}
.lw-hof-projects__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 12px 16px;
  border-radius: 12px;
  background: transparent;
  border: 1px solid transparent;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  margin-left: 40px;
}
@media (max-width: 991px) {
  .lw-hof-projects__item {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 280px;
    scroll-snap-align: start;
    margin-left: 0;
  }
}
.lw-hof-projects__item:hover {
  background: rgba(239, 74, 129, 0.03);
}
.lw-hof-projects__item.active {
  background: #FFFFFF;
  border-color: #EF4A81;
  -webkit-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.04), 0px 22px 22px 0px rgba(0, 0, 0, 0.04), 0px 49px 29px 0px rgba(0, 0, 0, 0.02);
          box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.04), 0px 22px 22px 0px rgba(0, 0, 0, 0.04), 0px 49px 29px 0px rgba(0, 0, 0, 0.02);
}
.lw-hof-projects__item.active .lw-hof-projects__arrow-indicator {
  opacity: 1;
  -webkit-transform: translateY(-50%) translateX(0);
          transform: translateY(-50%) translateX(0);
}
.lw-hof-projects__item.active .lw-hof-projects__student-name {
  color: #EF4A81;
}
.lw-hof-projects__item.active .lw-hof-projects__avatar-wrap {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.lw-hof-projects__arrow-indicator {
  position: absolute;
  left: -32px;
  top: 50%;
  -webkit-transform: translateY(-50%) translateX(-8px);
          transform: translateY(-50%) translateX(-8px);
  opacity: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  width: 24px;
  height: 24px;
  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 (max-width: 1200px) {
  .lw-hof-projects__arrow-indicator {
    left: -20px;
  }
}
@media (max-width: 991px) {
  .lw-hof-projects__arrow-indicator {
    display: none;
  }
}
.lw-hof-projects__arrow-indicator svg {
  display: block;
}
.lw-hof-projects__avatar-wrap {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #F3F4F6;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.lw-hof-projects__avatar-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lw-hof-projects__meta {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  min-width: 0;
}
.lw-hof-projects__meta-top {
  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: 12px;
}
.lw-hof-projects__student-name {
  font-family: "SVN-Gilroy", sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 26px;
  color: #D4D4D4;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.lw-hof-projects__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.lw-hof-projects__tag {
  font-family: "SVN-Gilroy", sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  color: #262626;
  background: #FFFFFF;
  border: 1px solid #D4D4D4;
  border-radius: 160px;
  padding: 2px 10px;
  white-space: nowrap;
}
.lw-hof-projects__project-name {
  font-family: "SVN-Gilroy", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  color: #262626;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lw-hof-projects__showcase-pane {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  min-height: 480px;
  padding-top: 120px;
  padding-bottom: 120px;
}
@media (max-width: 991px) {
  .lw-hof-projects__showcase-pane {
    width: 100%;
    min-height: auto;
  }
}
.lw-hof-projects__detail-block {
  display: none;
  opacity: 0;
  -webkit-transform: translateY(15px);
          transform: translateY(15px);
  -webkit-transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease;
  transition: opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.lw-hof-projects__detail-block.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.lw-hof-projects__showcase-image-wrapper {
  position: relative;
  border-radius: 16px;
  margin-top: 20px;
}
@media (max-width: 575px) {
  .lw-hof-projects__showcase-image-wrapper {
    margin-top: 15px;
  }
}
.lw-hof-projects__mockup-frame {
  border: 4px solid #FFFFFF;
  border-radius: 16px;
  -webkit-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.04), 0px 22px 22px 0px rgba(0, 0, 0, 0.04), 0px 49px 29px 0px rgba(0, 0, 0, 0.02);
          box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.04), 0px 22px 22px 0px rgba(0, 0, 0, 0.04), 0px 49px 29px 0px rgba(0, 0, 0, 0.02);
  overflow: hidden;
  background: #F9FAFB;
}
.lw-hof-projects__mockup-image {
  width: 100%;
  height: 391px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 767px) {
  .lw-hof-projects__mockup-image {
    height: 280px;
  }
}
@media (max-width: 480px) {
  .lw-hof-projects__mockup-image {
    height: 200px;
  }
}
.lw-hof-projects__medal {
  position: absolute;
  top: -30px;
  right: 40px;
  width: 80px;
  height: 80px;
  z-index: 10;
  pointer-events: none;
  -webkit-filter: drop-shadow(0px 8px 12px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px 8px 12px rgba(0, 0, 0, 0.1));
  -webkit-animation: float-medal 6s ease-in-out infinite;
          animation: float-medal 6s ease-in-out infinite;
}
@media (max-width: 767px) {
  .lw-hof-projects__medal {
    width: 60px;
    height: 60px;
    top: -20px;
    right: 20px;
  }
}
.lw-hof-projects__medal img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.lw-hof-projects__showcase-desc {
  font-family: "SVN-Gilroy", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  color: #171717;
  text-align: center;
  padding: 12px 0;
  max-width: 400px;
  margin: 0 auto;
}
@media (max-width: 767px) {
  .lw-hof-projects__showcase-desc {
    font-size: 16px;
    line-height: 24px;
  }
}
.lw-hof-projects__mobile-slider {
  display: none;
}
@media (max-width: 991px) {
  .lw-hof-projects__mobile-slider {
    display: block;
    width: 100%;
    margin-top: 16px;
  }
}
.lw-hof-projects__mobile-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  overflow-x: auto;
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  padding: 8px 0;
  -ms-overflow-style: none;
  /* IE and Edge */
  scrollbar-width: none;
  /* Firefox */
}
.lw-hof-projects__mobile-track::-webkit-scrollbar {
  display: none;
  /* Chrome, Safari and Opera */
}
.lw-hof-projects__mobile-card {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 100%;
  scroll-snap-align: start;
  background: #F5F5F5;
  border: 1px solid #D4D4D4;
  border-radius: 16px;
  padding: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.lw-hof-projects__mobile-mockup-wrapper {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
}
.lw-hof-projects__mobile-mockup {
  width: 100%;
  height: 194px;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  border-radius: 8px;
}
.lw-hof-projects__mobile-medal {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 40px;
  height: 40px;
  z-index: 5;
}
.lw-hof-projects__mobile-medal img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.lw-hof-projects__mobile-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 40px;
  padding: 0 8px;
}
.lw-hof-projects__mobile-avatar-wrap {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  overflow: hidden;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  background: #D9D9D9;
}
.lw-hof-projects__mobile-avatar-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.lw-hof-projects__mobile-meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
}
.lw-hof-projects__mobile-student-name {
  font-family: "SVN-Gilroy", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #EF4A81;
  margin: 0;
}
.lw-hof-projects__mobile-project-name {
  font-family: "SVN-Gilroy", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #262626;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lw-hof-projects__mobile-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  margin-top: 4px;
}
.lw-hof-projects__mobile-tag {
  font-family: "SVN-Gilroy", sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 22px;
  color: #262626;
  background: #FFFFFF;
  border: 1px solid #D4D4D4;
  border-radius: 160px;
  padding: 4px 12px;
  white-space: nowrap;
}
.lw-hof-projects__slider-controls {
  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;
  gap: 16px;
  margin-top: 24px;
}
.lw-hof-projects__slider-arrow {
  background: transparent;
  border: none;
  outline: none;
  padding: 8px;
  cursor: pointer;
  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: 8px;
  -webkit-transition: background-color 0.2s ease;
  transition: background-color 0.2s ease;
}
.lw-hof-projects__slider-arrow:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.lw-hof-projects__slider-arrow svg {
  display: block;
}
.lw-hof-projects__slider-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.lw-hof-projects__slider-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.17);
  border: none;
  outline: none;
  padding: 0;
  cursor: pointer;
  -webkit-transition: background-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, -webkit-transform 0.2s ease;
  transition: background-color 0.2s ease, transform 0.2s ease;
  transition: background-color 0.2s ease, transform 0.2s ease, -webkit-transform 0.2s ease;
}
.lw-hof-projects__slider-dot.active {
  background: #EF4A81;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

@-webkit-keyframes float-medal {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-6px) rotate(3deg);
            transform: translateY(-6px) rotate(3deg);
  }
  100% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }
}

@keyframes float-medal {
  0% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-6px) rotate(3deg);
            transform: translateY(-6px) rotate(3deg);
  }
  100% {
    -webkit-transform: translateY(0px) rotate(0deg);
            transform: translateY(0px) rotate(0deg);
  }
}
@-webkit-keyframes hofFloating {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
@keyframes hofFloating {
  0% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-15px);
            transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
  }
}
.lw-hof-stories {
  position: relative;
  padding: 64px 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .lw-hof-stories {
    padding: 40px 0;
  }
}
.lw-hof-stories__deco {
  z-index: 1;
  -webkit-animation: hofFloating 4s ease-in-out infinite;
          animation: hofFloating 4s ease-in-out infinite;
}
.lw-hof-stories__deco--tr {
  top: 68px;
  right: -30px;
}
.lw-hof-stories__deco--bl {
  bottom: 0;
  left: 39px;
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.lw-hof-stories__header {
  text-align: left;
  margin-bottom: 40px;
  max-width: 384px;
}
@media (max-width: 767px) {
  .lw-hof-stories__header {
    margin-bottom: 32px;
  }
}
.lw-hof-stories__title {
  font-family: "SVN-Gilroy", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  color: #241775;
  margin-bottom: 24x;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .lw-hof-stories__title {
    text-align: center;
    font-size: 30px;
    line-height: 1.27;
  }
}
.lw-hof-stories__desc {
  font-family: "SVN-Gilroy", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #262626;
  margin: 0;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .lw-hof-stories__desc {
    text-align: center;
    font-size: 18px;
    line-height: 1.44;
  }
}
.lw-hof-stories__grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
  row-gap: 48px;
}
@media (max-width: 991px) {
  .lw-hof-stories__grid {
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 24px;
       -moz-column-gap: 24px;
            column-gap: 24px;
    row-gap: 40px;
  }
}
@media (max-width: 767px) {
  .lw-hof-stories__grid {
    grid-template-columns: 1fr;
    row-gap: 32px;
  }
}
.lw-hof-stories__card {
  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;
}
.lw-hof-stories__image-wrapper {
  position: relative;
  width: 100%;
  aspect-ratio: 384/288;
  margin-bottom: 24px;
}
.lw-hof-stories__deco-frame {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  z-index: 1;
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg);
}
.lw-hof-stories__deco-frame--yellow {
  background: #FFC845;
}
.lw-hof-stories__deco-frame--pink {
  background: #EF4A81;
}
.lw-hof-stories__deco-frame--purple {
  background: #241775;
}
.lw-hof-stories__img-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #FAFAFA;
  border-radius: 8px;
  overflow: hidden;
  z-index: 2;
  background: #FAFAFA;
  -webkit-box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.04), 0px 22px 22px 0px rgba(0, 0, 0, 0.04), 0px 49px 29px 0px rgba(0, 0, 0, 0.02), 0px 87px 35px 0px rgba(0, 0, 0, 0.01), 0px 136px 38px 0px rgba(0, 0, 0, 0);
          box-shadow: 0px 5px 12px 0px rgba(0, 0, 0, 0.04), 0px 22px 22px 0px rgba(0, 0, 0, 0.04), 0px 49px 29px 0px rgba(0, 0, 0, 0.02), 0px 87px 35px 0px rgba(0, 0, 0, 0.01), 0px 136px 38px 0px rgba(0, 0, 0, 0);
}
.lw-hof-stories__img {
  width: 100% !important;
  height: 100% !important;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.5s ease;
  transition: -webkit-transform 0.5s ease;
  transition: transform 0.5s ease;
  transition: transform 0.5s ease, -webkit-transform 0.5s ease;
}
.lw-hof-stories__img:hover {
  -webkit-transform: scale(1.05);
          transform: scale(1.05);
}
.lw-hof-stories__info {
  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: 12px;
  width: 100%;
  padding: 0 16px;
}
.lw-hof-stories__name {
  font-family: "SVN-Gilroy", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #241775;
  margin: 0;
  letter-spacing: 0;
}
.lw-hof-stories__subtitle {
  font-family: "SVN-Gilroy", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 22px;
  color: #262626;
  margin: 0;
  letter-spacing: 0;
}
.lw-hof-stories__btn {
  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;
  gap: 4px;
  height: 40px;
  padding: 8px 12px;
  border: 1px solid #171717;
  border-radius: 8px;
  background: #F5F5F5;
  font-family: "SVN-Gilroy", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  color: #262626;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-top: 4px;
}
.lw-hof-stories__btn:hover {
  background: #171717;
  color: #FFFFFF;
}
.lw-hof-stories__btn svg {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
.lw-hof-stories__btn:hover svg {
  -webkit-transform: translateX(4px);
          transform: translateX(4px);
}

.lw-hof-achievements {
  position: relative;
  padding: 64px 0;
  background-color: #ffffff;
  overflow: hidden;
}
@media (max-width: 767px) {
  .lw-hof-achievements {
    padding: 40px 0;
  }
}
.lw-hof-achievements__header {
  text-align: center;
  max-width: 592px;
  margin: 0 auto 40px;
  padding: 0 15px;
}
.lw-hof-achievements__title {
  font-family: "SVN-Gilroy", sans-serif;
  font-style: normal;
  font-weight: 700;
  font-size: 38px;
  line-height: 48px;
  color: #241775;
  margin-bottom: 24px;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .lw-hof-achievements__title {
    font-size: 28px;
    line-height: 36px;
  }
}
.lw-hof-achievements__desc {
  font-family: "SVN-Gilroy", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #434343;
  margin: 0;
  letter-spacing: 0;
}
.lw-hof-achievements {
  /* TV Newsboard / Tablet Mockup */
}
.lw-hof-achievements__tv-outer {
  margin: 0 auto;
}
@media (max-width: 767px) {
  .lw-hof-achievements__tv-outer {
    display: none;
    /* Hidden on mobile */
  }
}
.lw-hof-achievements__tv-bezel {
  position: relative;
  background: #2b2b2b;
  border-radius: 36px;
  padding: 16px;
  -webkit-box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.25), 0px 0px 0px 4px #1a1a1a, inset 0px 2px 4px rgba(255, 255, 255, 0.2);
          box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.25), 0px 0px 0px 4px #1a1a1a, inset 0px 2px 4px rgba(255, 255, 255, 0.2);
}
.lw-hof-achievements__tv-bezel::after {
  content: "";
  position: absolute;
  top: -6px;
  right: 80px;
  width: 50px;
  height: 6px;
  background: #1a1a1a;
  border-radius: 3px 3px 0 0;
}
.lw-hof-achievements__tv-camera {
  position: absolute;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 8px;
  height: 8px;
  background: #151515;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.2);
          box-shadow: inset 0 1px 2px rgba(255, 255, 255, 0.2);
}
.lw-hof-achievements__tv-screen {
  position: relative;
  height: 661px;
  border-radius: 16px;
  background: radial-gradient(circle at 50% 50%, #0044cc 0%, #001f7a 100%);
  background-size: cover;
  background-position: center;
  overflow: hidden;
  -webkit-box-shadow: inset 0px 0px 40px rgba(0, 0, 0, 0.6);
          box-shadow: inset 0px 0px 40px rgba(0, 0, 0, 0.6);
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.lw-hof-achievements__tv-screen::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: radial-gradient(rgba(255, 255, 255, 0.15) 1px, transparent 1px);
  background-size: 24px 24px;
  pointer-events: none;
  z-index: 1;
}
.lw-hof-achievements {
  /* Marquee Area */
}
.lw-hof-achievements__marquee-area {
  position: relative;
  z-index: 2;
  padding-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  overflow: hidden;
}
.lw-hof-achievements__marquee-row {
  width: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.lw-hof-achievements__marquee-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  white-space: nowrap;
  will-change: transform;
}
.lw-hof-achievements__marquee-row--ltr .lw-hof-achievements__marquee-track {
  -webkit-animation: marquee-ltr 45s linear infinite;
          animation: marquee-ltr 45s linear infinite;
}
.lw-hof-achievements__marquee-row--rtl .lw-hof-achievements__marquee-track {
  -webkit-animation: marquee-rtl 45s linear infinite;
          animation: marquee-rtl 45s linear infinite;
}
.lw-hof-achievements__marquee-row:hover .lw-hof-achievements__marquee-track {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.lw-hof-achievements {
  /* Individual Card in Marquee */
}
.lw-hof-achievements__card {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: #ffffff;
  border-radius: 16px;
  padding: 12px 16px;
  width: 320px;
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.15);
  gap: 16px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.lw-hof-achievements__card-left {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.lw-hof-achievements__avatar-wrapper {
  position: relative;
  width: 48px;
  height: 48px;
}
.lw-hof-achievements__avatar {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
  border: 2px solid #ffffff;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
}
.lw-hof-achievements__status-dot {
  position: absolute;
  top: 0;
  right: 0;
  width: 10px;
  height: 10px;
  background-color: #2ec4b6;
  border: 2px solid #ffffff;
  border-radius: 50%;
}
.lw-hof-achievements__card-right {
  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-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  overflow: hidden;
}
.lw-hof-achievements__card-text {
  font-family: "SVN-Gilroy", sans-serif;
  font-size: 13px;
  line-height: 18px;
  color: #241775;
  white-space: normal;
  margin-bottom: 6px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.lw-hof-achievements__card-name {
  color: #241775;
  font-weight: 700;
}
.lw-hof-achievements__card-desc {
  color: #241775;
  font-weight: 500;
}
.lw-hof-achievements__card-footer {
  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;
  font-family: "SVN-Gilroy", sans-serif;
  font-size: 11px;
  color: #8c8c8c;
}
.lw-hof-achievements__card-stats {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.lw-hof-achievements__card-stat {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 3px;
}
.lw-hof-achievements__card-stat svg {
  margin-top: -1px;
}
.lw-hof-achievements__card-time {
  font-weight: 500;
}
.lw-hof-achievements {
  /* Statue Character Overlay */
}
.lw-hof-achievements__statue-overlay {
  position: absolute;
  bottom: 0;
  left: 48px;
  width: 278px;
  z-index: 11;
  pointer-events: none;
}
.lw-hof-achievements__statue-overlay img {
  width: 100%;
  height: auto;
  display: block;
}
.lw-hof-achievements {
  /* Bottom News Ticker Bar */
}
.lw-hof-achievements__ticker-bar {
  position: absolute;
  right: 80px;
  bottom: 0;
  left: 305px;
  z-index: 10;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 12px;
}
.lw-hof-achievements__ticker-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.lw-hof-achievements__ticker-label {
  -ms-flex-item-align: start;
      align-self: flex-start;
  min-height: 38px;
  padding: 8px;
  background: #ad1603;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "SVN-Gilroy", sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 22px;
  white-space: nowrap;
  text-transform: uppercase;
}
.lw-hof-achievements__ticker-content {
  min-height: 102px;
  padding: 12px;
  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;
  background: #ffffff;
  border-left: 1px solid #ad1603;
}
.lw-hof-achievements__ticker-scroll {
  min-width: 0;
}
.lw-hof-achievements__ticker-scroll span {
  display: block;
  font-family: "SVN-Gilroy", sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #241775;
  white-space: normal;
}
.lw-hof-achievements__ticker-right {
  width: 125px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 125px;
          flex: 0 0 125px;
  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: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  color: #ffffff;
  background: #180f4e;
}
.lw-hof-achievements__ticker-right-cap {
  min-height: 38px;
  background: #ad1603;
}
.lw-hof-achievements__scanner {
  min-height: 74px;
  padding: 4px 8px;
  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;
}
.lw-hof-achievements__scanner img {
  width: auto;
  height: 100%;
  max-height: 66px;
}
.lw-hof-achievements__clock {
  min-height: 28px;
  padding: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "SVN-Gilroy", sans-serif;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  color: #fafafa;
  white-space: nowrap;
}
.lw-hof-achievements {
  /* Mobile Stacked Card View */
}
.lw-hof-achievements__mobile-view {
  display: none;
  /* Hidden on desktop */
}
@media (max-width: 767px) {
  .lw-hof-achievements__mobile-view {
    display: block;
    margin-top: 24px;
    padding: 0 16px;
  }
}
.lw-hof-achievements__stack-container {
  position: relative;
  height: 180px;
  margin-bottom: 24px;
}
.lw-hof-achievements__stack-card {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #ffffff;
  border-radius: 16px;
  padding: 24px;
  -webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.08);
  border: 1px solid #f0f0f0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -webkit-transition: opacity 0.4s ease, z-index 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.1);
  transition: opacity 0.4s ease, z-index 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.1);
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.1), opacity 0.4s ease, z-index 0.4s ease;
  transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.1), opacity 0.4s ease, z-index 0.4s ease, -webkit-transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.1);
  opacity: 0;
  -webkit-transform: translateY(20px) scale(0.9);
          transform: translateY(20px) scale(0.9);
  pointer-events: none;
}
.lw-hof-achievements__stack-card.is-active {
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
          transform: translateY(0) scale(1);
  pointer-events: auto;
}
.lw-hof-achievements__stack-card-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 24px;
  height: 24px;
  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;
}
.lw-hof-achievements__stack-card-body {
  font-family: "SVN-Gilroy", sans-serif;
  font-size: 15px;
  line-height: 22px;
  color: #241775;
}
.lw-hof-achievements__stack-card-name {
  font-weight: 700;
  color: #EF4A81;
}
.lw-hof-achievements__stack-card-desc {
  font-weight: 500;
}
.lw-hof-achievements__stack-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  margin-top: 16px;
}
.lw-hof-achievements__stack-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d9d9d9;
  border: none;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.lw-hof-achievements__stack-dot.is-active {
  background: #EF4A81;
  -webkit-transform: scale(1.2);
          transform: scale(1.2);
}

/* Animations */
@-webkit-keyframes marquee-ltr {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@keyframes marquee-ltr {
  0% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  100% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
}
@-webkit-keyframes marquee-rtl {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes marquee-rtl {
  0% {
    -webkit-transform: translateX(0%);
            transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}