.resources-page {
  padding-top: 0px;
}

.resources-hero {
  position: relative;
  box-sizing: border-box;
  height: 100vh;
  padding-top: 72px;
  overflow: hidden;
  background: #ffffff;
}

.resources-hero__bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 0;
  overflow: hidden;
}

.resources-hero__bg img,
.resources-hero__bg picture {
  display: block;
  width: 100%;
  height: 100%;
}

.resources-hero__bg img {
  object-fit: cover;
  object-position: center center;
}

.resources-hero__inner {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  height: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}

.resources-hero__main {
  position: relative;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  max-width: 560px;
  min-height: 100%;
  padding: 80px 0 64px;
}

.resources-hero__title {
  margin: 0 0 32px;
  color: #000000;
  font-size: 48px;
  font-style: normal;
  font-weight: var(--font-weight-normal);
  line-height: normal;
}

.resources-hero__desc {
  margin: 0;
  color: #000000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
}

.resources-hero__logo {
  display: block;
  width: 147px;
  height: auto;
  padding-top: 48px;
}

.resources-hero__emblem {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 280px;
  height: 280px;
  margin-top: -140px;
  margin-left: -140px;
  pointer-events: none;
}

.resources-hero__emblem img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (max-width: 1024px) {
  .resources-hero {
    height: 100vh;
    min-height: 640px;
  }
  .resources-hero__bg {
    left: 0;
    opacity: 0.35;
  }
  .resources-hero__main {
    max-width: 100%;
    padding: 64px 0;
  }
  .resources-hero__title {
    font-size: 44px;
  }
  .resources-hero__desc {
    font-size: 18px;
  }
  .resources-hero__emblem {
    width: 200px;
    height: 200px;
    margin-top: -100px;
    margin-left: -100px;
    opacity: 0.35;
  }
}

@media (max-width: 768px) {
  .resources-hero {
    height: 480px;
    min-height: 0;
    padding-top: 56px;
  }
  .resources-hero__bg {
    opacity: 1;
  }
  .resources-hero__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
  .resources-hero__main {
    padding: 48px 0;
  }
  .resources-hero__title {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .resources-hero__desc {
    font-size: 16px;
    line-height: 1.85;
  }
  .resources-hero__logo {
    width: 120px;
    margin-top: 32px;
  }
  .resources-hero__emblem {
    width: 140px;
    height: 140px;
    margin-top: -70px;
    margin-left: -70px;
  }
}

.resources-env {
  position: relative;
  box-sizing: border-box;
  height: 100vh;
  min-height: 720px;
  overflow: hidden;
}

.resources-env__bg {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.92) 0%, rgba(255, 255, 255, 0.35) 38%, rgba(255, 255, 255, 0) 62%, rgba(255, 255, 255, 0.45) 100%);
  pointer-events: none;
}

.resources-env__inner {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 1600px;
  height: 100%;
  margin: 0 auto;
  padding: 72px 0;
  box-sizing: border-box;
}

.resources-env__head {
  flex-shrink: 0;
  margin: 0 0 56px;
  text-align: center;
}

.resources-env__label {
  margin: 0 0 20px;
  color: #0070d5;
  font-size: 24px;
  font-style: normal;
  font-weight: var(--font-weight-bold);
  line-height: 30px;
}

.resources-env__title {
  margin: 0;
  color: #000000;
  font-size: 40px;
  font-style: normal;
  font-weight: var(--font-weight-bold);
  line-height: 1.2;
}

.resources-env__panels {
  flex: 1;
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  min-height: 0;
  height: 100%;
  max-height: 560px;
}

.resources-env__panel {
  border-radius: 20px;
  position: relative;
  flex: 0 0 15.5%;
  width: 15.5%;
  min-width: 0;
  height: 100%;
  overflow: hidden;
  transition: width 0.45s cubic-bezier(0.4, 0, 0.2, 1), flex-basis 0.45s cubic-bezier(0.4, 0, 0.2, 1);
}

.resources-env__panel:first-child,
.resources-env__panel.is-active {
  flex: 0 0 65.25%;
  width: 65.25%;
}

.resources-env__panels:hover .resources-env__panel:first-child:not(:hover) {
  flex: 0 0 15.5%;
  width: 15.5%;
}

.resources-env__panels:hover .resources-env__panel:hover {
  flex: 0 0 65.25%;
  width: 65.25%;
}

.resources-env__panel-bg {
  position: absolute;
  inset: 0;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  transition: transform 0.45s ease;
}

.resources-env__panel:hover .resources-env__panel-bg {
  transform: scale(1.03);
}

.resources-env__panel-text {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 36px 28px;
  box-sizing: border-box;
  background: linear-gradient(180deg, transparent 35%, rgba(0, 0, 0, 0.55) 100%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.35s ease;
}

.resources-env__panel:first-child .resources-env__panel-text,
.resources-env__panel.is-active .resources-env__panel-text {
  opacity: 1;
  pointer-events: auto;
}

.resources-env__panels:hover .resources-env__panel:first-child:not(:hover) .resources-env__panel-text {
  opacity: 0;
  pointer-events: none;
}

.resources-env__panels:hover .resources-env__panel:hover .resources-env__panel-text {
  opacity: 1;
  pointer-events: auto;
}

.resources-env__panel-title {
  margin: 0 0 16px;
  color: #ffffff;
  font-size: 32px;
  font-style: normal;
  font-weight: var(--font-weight-bold);
  line-height: 1.25;
  white-space: nowrap;
}

.resources-env__panel-more {
  margin: 0;
}

.resources-env__panel-more a {
  display: inline-flex;
  align-items: center;
  padding: 8px 20px;
  border: 1px solid rgba(255, 255, 255, 0.85);
  border-radius: 999px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
  text-decoration: none;
  transition: background 0.25s ease, border-color 0.25s ease;
}

.resources-env__panel-more a:hover {
  background: rgba(255, 255, 255, 0.12);
  border-color: #ffffff;
}

@media (max-width: 1024px) {
  .resources-env {
    height: auto;
    min-height: 100vh;
  }
  .resources-env__inner {
    padding: 64px 24px;
  }
  .resources-env__head {
    margin-bottom: 40px;
  }
  .resources-env__title {
    font-size: 36px;
  }
  .resources-env__panels {
    flex-direction: column;
    justify-content: flex-start;
    gap: 16px;
    max-height: none;
    height: auto;
  }
  .resources-env__panel,
  .resources-env__panel:first-child,
  .resources-env__panel.is-active,
  .resources-env__panels:hover .resources-env__panel:hover,
  .resources-env__panels:hover .resources-env__panel:first-child:not(:hover) {
    flex: none;
    width: 100%;
    height: auto;
    min-height: 280px;
  }
  .resources-env__panel-text {
    opacity: 1;
    pointer-events: auto;
  }
}

@media (max-width: 768px) {
  .resources-env__inner {
    padding: 48px 16px;
  }
  .resources-env__head {
    margin-bottom: 32px;
  }
  .resources-env__label {
    font-size: 20px;
    line-height: 26px;
  }
  .resources-env__title {
    font-size: 28px;
  }
  .resources-env__panels {
    gap: 12px;
  }
  .resources-env__panel,
  .resources-env__panel:first-child,
  .resources-env__panel.is-active,
  .resources-env__panels:hover .resources-env__panel:hover,
  .resources-env__panels:hover .resources-env__panel:first-child:not(:hover) {
    min-height: 220px;
  }
  .resources-env__panel-title {
    font-size: 24px;
    margin-bottom: 12px;
  }
}

.resources-activity {
  position: relative;
  box-sizing: border-box;
  padding: 96px 0 104px;
  background: #ffffff;
  overflow: hidden;
}

.resources-activity__inner {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  padding: 0 24px;
  box-sizing: border-box;
}

.resources-activity__head {
  margin: 0 0 56px;
  text-align: center;
}

.resources-activity__label {
  margin: 0 0 20px;
  color: #0070d5;
  font-size: 24px;
  font-style: normal;
  font-weight: var(--font-weight-bold);
  line-height: 30px;
}

.resources-activity__title {
  margin: 0;
  color: #000000;
  font-size: 40px;
  font-style: normal;
  font-weight: var(--font-weight-bold);
  line-height: 1.2;
}

.resources-activity__marquee {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

.resources-activity__row {
  overflow: hidden;
  width: 100%;
}

.resources-activity__track {
  display: flex;
  width: max-content;
  will-change: transform;
}

.resources-activity__row--left .resources-activity__track {
  animation: resources-activity-marquee-left 48s linear infinite;
}

.resources-activity__row--right .resources-activity__track {
  animation: resources-activity-marquee-right 48s linear infinite;
}

.resources-activity__row:hover .resources-activity__track {
  animation-play-state: paused;
}

.resources-activity__group {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  gap: 24px;
  margin: 0;
  padding: 0 12px;
  list-style: none;
}

.resources-activity__item {
  flex-shrink: 0;
}

.resources-activity__item img {
  display: block;
  width: 516px;
  height: 300px;
  object-fit: cover;
  object-position: center center;
}

@keyframes resources-activity-marquee-left {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

@keyframes resources-activity-marquee-right {
  0% {
    transform: translateX(-50%);
  }
  100% {
    transform: translateX(0);
  }
}

@media (max-width: 1024px) {
  .resources-activity {
    padding: 72px 0 80px;
  }
  .resources-activity__head {
    margin-bottom: 40px;
  }
  .resources-activity__title {
    font-size: 36px;
  }
  .resources-activity__item img {
    width: 320px;
    height: 214px;
  }
  .resources-activity__row--left .resources-activity__track {
    animation-duration: 36s;
  }
  .resources-activity__row--right .resources-activity__track {
    animation-duration: 36s;
  }
}

@media (max-width: 768px) {
  .resources-activity {
    padding: 56px 0 64px;
  }
  .resources-activity__inner {
    padding-left: 16px;
    padding-right: 16px;
  }
  .resources-activity__label {
    font-size: 20px;
    line-height: 26px;
  }
  .resources-activity__title {
    font-size: 28px;
  }
  .resources-activity__head {
    margin-bottom: 32px;
  }
  .resources-activity__marquee {
    gap: 20px;
  }
  .resources-activity__group {
    gap: 16px;
    padding: 0 8px;
  }
  .resources-activity__item img {
    width: 260px;
    height: 174px;
    border-radius: 12px;
  }
  .resources-activity__row--left .resources-activity__track {
    animation-duration: 28s;
  }
  .resources-activity__row--right .resources-activity__track {
    animation-duration: 28s;
  }
}

.resources-join {
  position: relative;
  box-sizing: border-box;
  height: 100vh;
  min-height: 720px;
  margin-bottom: 40px;
  overflow: hidden;
}

.resources-join__bg {
  position: absolute;
  inset: 0;
  left: 50%;
  z-index: 0;
  width: 100vw;
  margin-left: -50vw;
}

.resources-join__bg img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

.resources-join__inner {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  width: 100%;
  max-width: 1600px;
  height: 100%;
  margin: 0 auto;
  padding: 72px 0;
  padding-top: 200px;
  box-sizing: border-box;
  text-align: center;
}

.resources-join__head {
  margin: 0 0 32px;
}

.resources-join__label {
  margin: 0 0 20px;
  color: #0070d5;
  font-size: 24px;
  font-style: normal;
  font-weight: var(--font-weight-bold);
  line-height: 30px;
}

.resources-join__title {
  margin: 0;
  color: #0070d5;
  font-size: 40px;
  font-style: normal;
  font-weight: var(--font-weight-bold);
  line-height: 1.2;
}

.resources-join__desc {
  max-width: 980px;
  margin: 0 0 48px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.75;
}

.resources-join__btn {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  height: 44px;
  padding: 0 24px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: #0070d5;
  color: #ffffff;
  font-family: inherit;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  overflow: hidden;
  box-shadow: 0 0 0 0 rgba(0, 112, 213, 0);
  transition: background 0.3s ease,
 border-color 0.3s ease,
 box-shadow 0.35s ease;
}

.resources-join__btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: -130%;
  z-index: 0;
  width: 72%;
  height: 100%;
  background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.06) 28%, rgba(255, 255, 255, 0.38) 50%, rgba(255, 255, 255, 0.06) 72%, transparent 100%);
  transform: skewX(-22deg);
  transition: left 1.45s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}

.resources-join__btn:hover {
  border-color: rgba(160, 220, 255, 0.45);
  background: #005eb8;
  box-shadow: 0 0 0 1px rgba(120, 200, 255, 0.18), 0 0 18px rgba(0, 112, 213, 0.35);
}

.resources-join__btn:hover::before {
  left: 150%;
}

.resources-join__btn-icon {
  position: relative;
  z-index: 1;
  display: inline-flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  line-height: 1;
  transition: transform 0.4s cubic-bezier(0.22, 1, 0.36, 1);
}

.resources-join__btn:hover .resources-join__btn-icon {
  transform: translate(2px, -2px);
}

.resources-join__btn-icon svg {
  display: block;
  width: 16px;
  height: 16px;
}

@media (max-width: 1024px) {
  .resources-join {
    height: auto;
    min-height: 100vh;
  }
  .resources-join__inner {
    padding: 64px 24px;
  }
  .resources-join__head {
    margin-bottom: 24px;
  }
  .resources-join__title {
    font-size: 36px;
  }
  .resources-join__desc {
    margin-bottom: 40px;
    font-size: 16px;
    line-height: 1.75;
  }
}

@media (max-width: 768px) {
  .resources-join__inner {
    padding: 48px 16px;
  }
  .resources-join__label {
    font-size: 20px;
    line-height: 26px;
  }
  .resources-join__title {
    font-size: 28px;
  }
  .resources-join__desc {
    margin-bottom: 32px;
    font-size: 16px;
    line-height: 1.75;
  }
}

@media screen and (max-width: 1600px) and (min-width: 1025px) {
  .resources-hero {
    padding-top: 3.825vw;
  }
  .resources-hero__inner {
    max-width: 85vw;
    padding-left: 1.275vw;
    padding-right: 1.275vw;
  }
  .resources-hero__main {
    max-width: 29.75vw;
    padding: 4.25vw 0 3.4vw;
  }
  .resources-hero__title {
    margin: 0 0 1.7vw;
    font-size: 2.55vw;
  }
  .resources-hero__desc {
    font-size: 1.0625vw;
  }
  .resources-hero__logo {
    width: 7.80938vw;
    padding-top: 2.55vw;
  }
  .resources-hero__emblem {
    width: 14.875vw;
    height: 14.875vw;
    margin-top: -7.4375vw;
    margin-left: -7.4375vw;
  }
  .resources-env {
    min-height: 38.25vw;
  }
  .resources-env__inner {
    max-width: 85vw;
    padding: 3.825vw 1.275vw;
  }
  .resources-env__head {
    margin: 0 0 2.975vw;
  }
  .resources-env__label {
    margin: 0 0 1.0625vw;
    font-size: 1.275vw;
    line-height: 1.59375vw;
  }
  .resources-env__title {
    font-size: 2.125vw;
  }
  .resources-env__panels {
    max-height: 29.75vw;
  }
  .resources-env__panel {
    border-radius: 1.0625vw;
  }
  .resources-env__panel-text {
    padding: 1.9125vw 1.4875vw;
  }
  .resources-env__panel-title {
    margin: 0 0 0.85vw;
    font-size: 1.7vw;
  }
  .resources-env__panel-more a {
    padding: 0.425vw 1.0625vw;
    border-width: 0.05312vw;
    font-size: 0.74375vw;
  }
  .resources-activity {
    padding: 5.1vw 0 5.525vw;
  }
  .resources-activity__inner {
    max-width: 85vw;
    padding: 0 1.275vw;
  }
  .resources-activity__head {
    margin: 0 0 2.975vw;
  }
  .resources-activity__label {
    margin: 0 0 1.0625vw;
    font-size: 1.275vw;
    line-height: 1.59375vw;
  }
  .resources-activity__title {
    font-size: 2.125vw;
  }
  .resources-activity__marquee {
    gap: 1.4875vw;
  }
  .resources-activity__group {
    gap: 1.275vw;
    padding: 0 0.6375vw;
  }
  .resources-activity__item img {
    width: 27.4125vw;
    height: 15.9375vw;
  }
  .resources-join {
    min-height: 38.25vw;
    margin-bottom: 2.125vw;
  }
  .resources-join__inner {
    max-width: 85vw;
    padding: 10.625vw 1.275vw 3.825vw;
  }
  .resources-join__head {
    margin: 0 0 1.7vw;
  }
  .resources-join__label {
    margin: 0 0 1.0625vw;
    font-size: 1.275vw;
    line-height: 1.59375vw;
  }
  .resources-join__title {
    font-size: 2.125vw;
  }
  .resources-join__desc {
    max-width: 52.0625vw;
    margin: 0 0 2.55vw;
    font-size: 0.85vw;
  }
  .resources-join__btn {
    gap: 0.53125vw;
    height: 2.3375vw;
    padding: 0 1.275vw;
    border-width: 0.05312vw;
    border-radius: 53.07187vw;
    font-size: 0.85vw;
  }
  .resources-join__btn:hover {
    box-shadow: 0 0 0 0.05312vw rgba(120, 200, 255, 0.18), 0 0 0.95625vw rgba(0, 112, 213, 0.35);
  }
  .resources-join__btn:hover .resources-join__btn-icon {
    transform: translate(0.10625vw, -0.10625vw);
  }
  .resources-join__btn-icon svg {
    width: 0.85vw;
    height: 0.85vw;
  }
}
