.aoyea-component-about-page {
  --aoyea-about-content: 1176px;
  background: #121212;
  color: #fff;
}

.aoyea-component-about-page .aoyea-about-hero {
  position: relative;
  height: var(--aoyea-hero-height-tall);
  overflow: hidden;
}

.aoyea-component-about-page .aoyea-about-hero::after {
  position: absolute;
  inset: 0;
  background: rgb(0 0 0 / 30%);
  content: "";
}

.aoyea-component-about-page .aoyea-about-hero-pic {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aoyea-component-about-page .aoyea-about-hero-heading {
  position: absolute;
  z-index: 1;
  top: 303px;
  left: 50%;
  width: min(1066px, calc(100% - 80px));
  text-align: center;
  transform: translateX(-50%);
}

.aoyea-component-about-page .aoyea-about-hero-heading p {
  margin: 0 0 8px;
  color: var(--aoyea-color-brand);
  font-family: var(--aoyea-font-ui);
  font-size: 24px;
  line-height: 30px;
}

.aoyea-component-about-page .aoyea-about-hero-heading h1 {
  margin: 0;
  font-family: var(--aoyea-font-display);
  font-size: 56px;
  line-height: 54px;
}

.aoyea-component-about-page .aoyea-about-hero-display {
  position: absolute;
  z-index: 1;
  top: 523px;
  left: 50%;
  width: min(1168px, calc(100% - 80px));
  margin: 0;
  font-family: var(--aoyea-font-display);
  font-size: 200px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  transform: translateX(-50%);
}

.aoyea-component-about-page .aoyea-about-intro {
  position: relative;
  width: min(1440px, 100%);
  height: 1180px;
  margin: 0 auto;
  padding-top: 137px;
  overflow: hidden;
}

.aoyea-component-about-page .aoyea-about-intro-copy {
  position: relative;
  z-index: 2;
  width: 599px;
  margin-left: 166px;
  font-family: var(--aoyea-font-copy);
  font-size: 14px;
  line-height: 24px;
  text-align: justify;
}

.aoyea-component-about-page .aoyea-about-intro-copy p {
  margin: 0 0 16px;
}

.aoyea-component-about-page .aoyea-about-intro-copy .aoyea-about-intro-kicker {
  margin-bottom: 14px;
  color: var(--aoyea-color-brand);
  font-family: var(--aoyea-font-ui);
  font-size: 32px;
  font-weight: 700;
  line-height: 30px;
}

.aoyea-component-about-page .aoyea-about-intro-copy h2 {
  width: 545px;
  margin: 0 0 24px;
  font-family: var(--aoyea-font-display);
  font-size: 36px;
  line-height: 48px;
  text-align: left;
}

.aoyea-component-about-page .aoyea-about-intro-pic {
  position: absolute;
  top: 182px;
  left: 829px;
  width: 439px;
  height: 375px;
  object-fit: cover;
}

.aoyea-component-about-page .aoyea-about-intro-letter {
  position: absolute;
  top: 495px;
  left: -90px;
  color: transparent;
  background: linear-gradient(rgb(51 204 0 / 80%), rgb(51 204 0 / 41%) 25%, transparent 80%);
  background-clip: text;
  font-family: var(--aoyea-font-ui);
  font-size: 600px;
  font-weight: 900;
  line-height: .82;
}

.aoyea-component-about-page .aoyea-about-stat-grid {
  position: absolute;
  z-index: 2;
  top: 592px;
  left: 155px;
  display: grid;
  grid-template-columns: repeat(2, 268px);
  gap: 17px 18px;
}

.aoyea-component-about-page .aoyea-about-stat {
  position: relative;
  display: flex;
  width: 268px;
  height: 194px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0;
  border-radius: 12px;
  background: rgb(44 44 44 / 80%);
  box-shadow: inset 0 4px 6px rgb(92 92 92 / 40%), inset 0 -4px 6px #3d3d3d;
  backdrop-filter: blur(6px);
  transition: transform 260ms ease, box-shadow 260ms ease;
}

.aoyea-component-about-page .aoyea-about-stat:hover {
  transform: translateY(-5px);
  box-shadow: inset 0 4px 6px rgb(92 92 92 / 50%), inset 0 -4px 6px #3d3d3d, 0 18px 34px rgb(0 0 0 / 24%);
}

.aoyea-component-about-page .aoyea-about-stat-icon {
  width: 22px;
  height: 21px;
  opacity: .82;
}

.aoyea-component-about-page .aoyea-about-stat strong {
  height: 63px;
  font-family: var(--aoyea-font-ui);
  font-size: 52px;
  line-height: 55px;
}

.aoyea-component-about-page .aoyea-about-stat strong b {
  font: inherit;
}

.aoyea-component-about-page .aoyea-about-stat small {
  color: #d0d0d0;
  font-size: 14px;
}

.aoyea-component-about-page .aoyea-about-video {
  position: absolute;
  top: 592px;
  left: 737px;
  width: 547px;
  height: 405px;
  margin: 0;
  overflow: hidden;
  border-radius: 12px;
}

.aoyea-component-about-page .aoyea-about-video > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 600ms cubic-bezier(.2,.7,.2,1);
}

.aoyea-component-about-page .aoyea-about-video:hover > img {
  transform: scale(1.035);
}

.aoyea-component-about-page .aoyea-about-video button,
.aoyea-component-about-page .aoyea-about-advantages-view {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 76px;
  height: 76px;
  padding: 0;
  border: 1px solid rgb(255 255 255 / 45%);
  border-radius: 50%;
  background: rgb(0 0 0 / 32%);
  cursor: pointer;
  transform: translate(-50%, -50%);
  transition: background 220ms ease, transform 220ms ease;
}

.aoyea-component-about-page .aoyea-about-video button:hover,
.aoyea-component-about-page .aoyea-about-advantages-view:hover {
  background: var(--aoyea-color-brand);
  transform: translate(-50%, -50%) scale(1.06);
}

.aoyea-component-about-page .aoyea-about-video button span,
.aoyea-component-about-page .aoyea-about-advantages-view span {
  display: block;
  width: 0;
  height: 0;
  margin: auto;
  border-top: 13px solid transparent;
  border-bottom: 13px solid transparent;
  border-left: 20px solid #fff;
  transform: translateX(3px);
}

.aoyea-component-about-page .aoyea-about-vision {
  position: relative;
  height: 768px;
  color: #000;
  overflow: hidden;
}

.aoyea-component-about-page .aoyea-about-vision-pic {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.aoyea-component-about-page .aoyea-about-vision-copy {
  position: absolute;
  top: 111px;
  left: max(9.58vw, calc((100% - 1164px) / 2));
  width: 582px;
}

.aoyea-component-about-page .aoyea-about-vision-copy p,
.aoyea-component-about-page .aoyea-about-section-label h2,
.aoyea-component-about-page .aoyea-about-culture > h2 {
  margin: 0 0 14px;
  font-family: var(--aoyea-font-ui);
  font-size: 28px;
  font-weight: 600;
  line-height: 22px;
}

.aoyea-component-about-page .aoyea-about-vision-copy p::before,
.aoyea-component-about-page .aoyea-about-section-label h2::before,
.aoyea-component-about-page .aoyea-about-culture > h2::before {
  display: inline-block;
  width: 12px;
  height: 22px;
  margin-right: -6px;
  background: var(--aoyea-color-brand);
  clip-path: polygon(0 0, 100% 50%, 0 100%);
  content: "";
  vertical-align: -5px;
}

.aoyea-component-about-page .aoyea-about-vision-copy h2 {
  margin: 0;
  font-family: var(--aoyea-font-copy);
  font-size: 48px;
  font-weight: 300;
  line-height: 1.4;
}

.aoyea-component-about-page .aoyea-about-advantages,
.aoyea-component-about-page .aoyea-about-network {
  position: relative;
  display: grid;
  width: min(var(--aoyea-about-content), calc(100% - 64px));
  height: 578px;
  margin: -62px auto 0;
  overflow: hidden;
  border-radius: 12px;
  background: #fff;
  color: #000;
  box-shadow: 0 18px 40px rgb(0 0 0 / 18%);
}

.aoyea-component-about-page .aoyea-about-advantages {
  grid-template-columns: 595px 1fr;
}

.aoyea-component-about-page .aoyea-about-advantages-pic {
  width: 601px;
  height: 578px;
  object-fit: cover;
}

.aoyea-component-about-page .aoyea-about-advantages-view {
  top: 289px;
  left: 300px;
}

.aoyea-component-about-page .aoyea-about-advantages-copy {
  padding: 72px 67px 40px 33px;
  font-family: var(--aoyea-font-copy);
  font-size: 14px;
  line-height: 24px;
  text-align: justify;
}

.aoyea-component-about-page .aoyea-about-advantages-copy h2,
.aoyea-component-about-page .aoyea-about-network-copy h2 {
  margin: 0 0 24px;
  font-family: var(--aoyea-font-display);
  font-size: 36px;
  line-height: 48px;
}

.aoyea-component-about-page .aoyea-about-advantages-copy p {
  margin: 0 0 17px;
}

.aoyea-component-about-page .aoyea-about-advantages-copy img {
  width: 427px;
  height: 103px;
  margin-top: 29px;
}

.aoyea-component-about-page .aoyea-about-network {
  grid-template-columns: 326px 1fr;
  margin-top: 41px;
}

.aoyea-component-about-page .aoyea-about-network-copy {
  z-index: 1;
  padding: 45px 0 30px 44px;
}

.aoyea-component-about-page .aoyea-about-network-copy h2 {
  width: 576px;
  margin-bottom: 0;
}

.aoyea-component-about-page .aoyea-about-network-copy > p {
  width: 286px;
  margin: 0 0 95px 6px;
  font-family: var(--aoyea-font-copy);
  font-size: 14px;
  line-height: 24px;
  text-align: justify;
}

.aoyea-component-about-page .aoyea-about-network-stats {
  display: grid;
  gap: 14px;
}

.aoyea-component-about-page .aoyea-about-network-stats img {
  width: 297px;
  height: 80px;
}

.aoyea-component-about-page .aoyea-about-network-map {
  width: 826px;
  height: 444px;
  align-self: center;
  object-fit: contain;
}

.aoyea-component-about-page .aoyea-about-history {
  position: relative;
  width: min(740px, calc(100% - 48px));
  min-height: 1268px;
  margin: 160px auto 0;
}

.aoyea-component-about-page .aoyea-about-history-heading {
  position: relative;
  height: 133px;
  text-align: center;
}

.aoyea-component-about-page .aoyea-about-history-heading span {
  position: relative;
  z-index: 2;
  display: inline-flex;
  height: 45px;
  align-items: center;
  padding: 0 20px;
  border: 1.5px solid #262626;
  font-family: var(--aoyea-font-ui);
  font-size: 18px;
}

.aoyea-component-about-page .aoyea-about-history-heading span::before,
.aoyea-component-about-page .aoyea-about-history-heading span::after {
  position: absolute;
  top: -4px;
  bottom: -4px;
  width: 13px;
  border-top: 7px solid var(--aoyea-color-brand);
  border-bottom: 7px solid var(--aoyea-color-brand);
  content: "";
}

.aoyea-component-about-page .aoyea-about-history-heading span::before { left: -7px; }
.aoyea-component-about-page .aoyea-about-history-heading span::after { right: -7px; }

.aoyea-component-about-page .aoyea-about-history-heading b {
  position: absolute;
  top: 16px;
  left: 50%;
  color: #202020;
  font-family: "BBH Bartle", sans-serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 86px;
  transform: translateX(-50%);
}

.aoyea-component-about-page .aoyea-about-history-heading h2 {
  position: absolute;
  z-index: 1;
  top: 70px;
  left: 50%;
  width: 100%;
  margin: 0;
  font-family: var(--aoyea-font-display);
  font-size: 48px;
  line-height: 54px;
  transform: translateX(-50%);
}

.aoyea-component-about-page .aoyea-about-history-line {
  position: absolute;
  top: 166px;
  bottom: 175px;
  left: 50%;
  width: 1px;
  background: rgb(255 255 255 / 28%);
  transform: translateX(-50%);
}

.aoyea-component-about-page .aoyea-about-history-list {
  display: grid;
  gap: 59px;
  margin-top: 104px;
}

.aoyea-component-about-page .aoyea-about-history-item {
  position: relative;
  display: grid;
  min-height: 155px;
  grid-template-columns: 278px 92px 278px;
  align-items: center;
  justify-content: center;
  gap: 26px;
}

.aoyea-component-about-page .aoyea-about-history-media {
  position: relative;
  z-index: 0;
  display: block;
  width: 278px;
  height: 155px;
  isolation: isolate;
}

.aoyea-component-about-page .aoyea-about-history-glow {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 238px;
  height: 113px;
  border-radius: 50%;
  background: rgb(49 197 0 / 70%);
  filter: blur(50px);
  pointer-events: none;
  transform: translate(20px, 21px);
}

.aoyea-component-about-page .aoyea-about-history-media::after {
  position: absolute;
  z-index: 1;
  inset: 0;
  border-radius: 12px;
  box-shadow: inset 0 2px 4px rgb(92 92 92 / 40%), inset 0 -2px 4px #3d3d3d;
  content: "";
  pointer-events: none;
}

.aoyea-component-about-page .aoyea-about-history-item img {
  position: relative;
  z-index: 0;
  width: 278px;
  height: 155px;
  border: 1px solid rgb(217 221 228 / 10%);
  border-radius: 12px;
  object-fit: cover;
}

.aoyea-component-about-page .aoyea-about-history-item time {
  z-index: 1;
  display: grid;
  width: 92px;
  height: 48px;
  place-items: center;
  border-radius: 24px;
  background: var(--aoyea-color-brand);
  box-shadow: 0 0 5px rgb(49 197 0 / 60%);
  font-family: var(--aoyea-font-ui);
  font-size: 24px;
  font-weight: 500;
}

.aoyea-component-about-page .aoyea-about-history-item h3 {
  margin: 0 0 4px;
  font-family: var(--aoyea-font-ui);
  font-size: 20px;
  font-weight: 500;
  letter-spacing: .6px;
}

.aoyea-component-about-page .aoyea-about-history-item p {
  margin: 0;
  font-family: var(--aoyea-font-copy);
  font-size: 14px;
  line-height: 24px;
}

.aoyea-component-about-page .aoyea-about-history-forward {
  margin: 70px 0 0;
  font-family: var(--aoyea-font-copy);
  font-size: 14px;
  font-weight: 600;
  text-align: center;
}

.aoyea-component-about-page .aoyea-about-news {
  width: min(var(--aoyea-about-content), calc(100% - 64px));
  margin: 0 auto 154px;
}

.aoyea-component-about-page .aoyea-about-section-label {
  display: flex;
  align-items: end;
  justify-content: space-between;
  margin-bottom: 24px;
}

.aoyea-component-about-page .aoyea-about-section-label h2 {
  margin: 0;
}

.aoyea-component-about-page .aoyea-about-section-label a {
  font-family: var(--aoyea-font-ui);
  font-size: 16px;
  line-height: 18px;
  text-decoration: underline;
}

.aoyea-component-about-page .aoyea-about-news-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}

.aoyea-component-about-page .aoyea-about-news-grid article {
  height: 338px;
  overflow: hidden;
  border: 1px solid #3d3d3d;
  border-radius: 12px;
  background: #212121;
  box-shadow: inset 0 2px 4px rgb(92 92 92 / 40%), inset 0 -2px 4px #3d3d3d;
  transition: transform 300ms ease, border-color 300ms ease;
}

.aoyea-component-about-page .aoyea-about-news-grid article:hover,
.aoyea-component-about-page .aoyea-about-news-grid article:focus-within {
  border-color: var(--aoyea-color-brand);
  transform: translateY(-4px);
}

.aoyea-component-about-page .aoyea-about-news-grid a {
  display: grid;
  height: 100%;
  grid-template-rows: 28px 122px 151px;
  padding-top: 37px;
}

.aoyea-component-about-page .aoyea-about-news-grid time,
.aoyea-component-about-page .aoyea-about-news-grid h3 {
  margin: 0 36px;
}

.aoyea-component-about-page .aoyea-about-news-grid time {
  color: #c0c0c0;
  font-size: 13px;
  line-height: 20px;
}

.aoyea-component-about-page .aoyea-about-news-grid h3 {
  font-family: var(--aoyea-font-copy);
  font-size: 24px;
  font-weight: 300;
  line-height: 24px;
}

.aoyea-component-about-page .aoyea-about-news-grid img {
  width: 100%;
  height: 151px;
  object-fit: cover;
  transition: transform 500ms cubic-bezier(.2,.7,.2,1);
}

.aoyea-component-about-page .aoyea-about-news-grid article:hover img {
  transform: scale(1.04);
}

.aoyea-component-about-page .aoyea-about-culture {
  position: relative;
  display: grid;
  height: 600px;
  grid-template-columns: repeat(5, 1fr);
  overflow: hidden;
  margin-bottom: 108px;
}

.aoyea-component-about-page .aoyea-about-culture article {
  position: relative;
  min-width: 0;
  overflow: hidden;
  cursor: default;
}

.aoyea-component-about-page .aoyea-about-culture article::after {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgb(0 0 0 / 0%) 34%, rgb(49 197 0 / 0%) 58%, rgb(49 197 0 / 90%) 100%);
  opacity: 0;
  pointer-events: none;
  transition: opacity 480ms ease;
  content: "";
}

.aoyea-component-about-page .aoyea-about-culture article img {
  width: 100%;
  height: 600px;
  object-fit: cover;
  transition: transform 650ms cubic-bezier(.2,.7,.2,1), filter 400ms ease;
}

.aoyea-component-about-page .aoyea-about-culture article:hover img,
.aoyea-component-about-page .aoyea-about-culture article:focus-within img {
  filter: saturate(1.04);
  transform: scale(1.02);
}

.aoyea-component-about-page .aoyea-about-culture article:hover::after,
.aoyea-component-about-page .aoyea-about-culture article:focus-within::after {
  opacity: 1;
}

.aoyea-component-about-page .aoyea-about-culture h3 {
  position: absolute;
  z-index: 2;
  top: 251px;
  left: 50%;
  width: 150px;
  margin: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
  text-align: center;
  transform: translateX(-50%);
}

.aoyea-component-about-page .aoyea-about-culture h3 {
  transition: color 400ms ease, transform 480ms cubic-bezier(.2,.7,.2,1);
}

.aoyea-component-about-page .aoyea-about-culture article:hover h3,
.aoyea-component-about-page .aoyea-about-culture article:focus-within h3 {
  color: #3ef600;
  transform: translate(-50%, -44px);
}

.aoyea-component-about-page .aoyea-about-culture article p {
  position: absolute;
  z-index: 2;
  top: 285px;
  left: 50%;
  width: min(204px, calc(100% - 40px));
  margin: 0;
  font-family: var(--aoyea-font-copy);
  font-size: 13px;
  font-weight: 300;
  line-height: 16px;
  opacity: 0;
  visibility: hidden;
  transform: translate(-50%, 24px);
  transition: opacity 400ms ease, transform 480ms cubic-bezier(.2,.7,.2,1), visibility 480ms;
}

.aoyea-component-about-page .aoyea-about-culture article:hover p,
.aoyea-component-about-page .aoyea-about-culture article:focus-within p {
  opacity: 1;
  visibility: visible;
  transform: translate(-50%, 0);
}

.aoyea-component-about-page .aoyea-about-culture > h2 {
  position: absolute;
  z-index: 3;
  top: 65px;
  left: 50%;
  margin: 0;
  transform: translateX(-50%);
}

.aoyea-about-lightbox {
  width: min(880px, calc(100% - 40px));
  max-width: 880px;
  padding: 0;
  overflow: visible;
  border: 0;
  border-radius: 12px;
  background: transparent;
}

.aoyea-about-lightbox::backdrop {
  background: rgb(0 0 0 / 78%);
  backdrop-filter: blur(8px);
}

.aoyea-about-lightbox img {
  width: 100%;
  max-height: 80vh;
  border-radius: 12px;
  object-fit: contain;
}

.aoyea-about-lightbox button {
  position: absolute;
  top: -46px;
  right: 0;
  width: 38px;
  height: 38px;
  border: 1px solid rgb(255 255 255 / 45%);
  border-radius: 50%;
  background: #121212;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
}

.aoyea-component-about-page [data-aoyea-about-reveal] {
  opacity: 0;
  transform: translateY(28px);
  transition: opacity 700ms ease, transform 900ms cubic-bezier(.2,.7,.2,1);
}

.aoyea-component-about-page [data-aoyea-about-reveal].aoyea-about-is-visible {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 1200px) {
  .aoyea-component-about-page .aoyea-about-hero-display {
    top: 515px;
    font-size: clamp(110px, 15vw, 160px);
  }

  .aoyea-component-about-page .aoyea-about-intro {
    height: auto;
    padding: 110px 48px 140px;
  }

  .aoyea-component-about-page .aoyea-about-intro-copy { width: 52%; margin: 0; }
  .aoyea-component-about-page .aoyea-about-intro-copy h2 { width: auto; }
  .aoyea-component-about-page .aoyea-about-intro-pic { top: 145px; right: 6%; left: auto; width: 35%; height: auto; }
  .aoyea-component-about-page .aoyea-about-intro-letter { top: 480px; }
  .aoyea-component-about-page .aoyea-about-stat-grid { position: relative; top: auto; left: auto; width: 48%; margin-top: 58px; grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .aoyea-component-about-page .aoyea-about-stat { width: 100%; }
  .aoyea-component-about-page .aoyea-about-video { top: auto; right: 5%; bottom: 140px; left: auto; width: 44%; height: auto; aspect-ratio: 547 / 405; }
  .aoyea-component-about-page .aoyea-about-advantages { grid-template-columns: 50% 50%; }
  .aoyea-component-about-page .aoyea-about-advantages-pic { width: 100%; }
  .aoyea-component-about-page .aoyea-about-advantages-view { left: 25%; }
  .aoyea-component-about-page .aoyea-about-advantages-copy { padding-right: 44px; }
  .aoyea-component-about-page .aoyea-about-network { grid-template-columns: 35% 65%; }
  .aoyea-component-about-page .aoyea-about-network-map { width: 100%; }
}

@media (max-width: 767px) {
  .aoyea-component-about-page .aoyea-about-hero { height: var(--aoyea-hero-height-tall-mobile); }
  .aoyea-component-about-page .aoyea-about-hero-pic { object-position: 57% center; }
  .aoyea-component-about-page .aoyea-about-hero-heading { top: 245px; width: calc(100% - 32px); }
  .aoyea-component-about-page .aoyea-about-hero-heading p { font-size: 18px; }
  .aoyea-component-about-page .aoyea-about-hero-heading h1 { font-size: 38px; line-height: 43px; }
  .aoyea-component-about-page .aoyea-about-hero-display { top: 428px; width: calc(100% - 20px); font-size: clamp(70px, 23vw, 105px); }
  .aoyea-component-about-page .aoyea-about-intro { padding: 76px 20px 90px; }
  .aoyea-component-about-page .aoyea-about-intro-copy { width: 100%; }
  .aoyea-component-about-page .aoyea-about-intro-copy .aoyea-about-intro-kicker { font-size: 26px; }
  .aoyea-component-about-page .aoyea-about-intro-copy h2 { font-size: 32px; line-height: 40px; }
  .aoyea-component-about-page .aoyea-about-intro-pic { position: relative; top: auto; right: auto; width: 100%; margin: 44px 0 20px; }
  .aoyea-component-about-page .aoyea-about-intro-letter { top: 610px; left: -80px; font-size: 430px; }
  .aoyea-component-about-page .aoyea-about-stat-grid { width: 100%; margin-top: 24px; gap: 12px; }
  .aoyea-component-about-page .aoyea-about-stat { height: 158px; }
  .aoyea-component-about-page .aoyea-about-stat strong { height: 48px; font-size: clamp(31px, 9vw, 42px); line-height: 45px; }
  .aoyea-component-about-page .aoyea-about-video { position: relative; right: auto; bottom: auto; width: 100%; margin-top: 24px; }
  .aoyea-component-about-page .aoyea-about-vision { height: 610px; }
  .aoyea-component-about-page .aoyea-about-vision-pic { object-position: 58% center; }
  .aoyea-component-about-page .aoyea-about-vision-copy { top: 64px; left: 24px; width: calc(100% - 48px); }
  .aoyea-component-about-page .aoyea-about-vision-copy h2 { font-size: 35px; line-height: 1.25; }
  .aoyea-component-about-page .aoyea-about-advantages,
  .aoyea-component-about-page .aoyea-about-network { display: flex; width: calc(100% - 32px); height: auto; flex-direction: column; margin-top: -35px; }
  .aoyea-component-about-page .aoyea-about-advantages-pic { height: auto; }
  .aoyea-component-about-page .aoyea-about-advantages-view { top: 24%; left: 50%; }
  .aoyea-component-about-page .aoyea-about-advantages-copy { padding: 42px 26px; }
  .aoyea-component-about-page .aoyea-about-advantages-copy h2,
  .aoyea-component-about-page .aoyea-about-network-copy h2 { font-size: 31px; line-height: 39px; }
  .aoyea-component-about-page .aoyea-about-advantages-copy img { width: 100%; height: auto; }
  .aoyea-component-about-page .aoyea-about-network { margin-top: 28px; }
  .aoyea-component-about-page .aoyea-about-network-copy { padding: 42px 24px 20px; }
  .aoyea-component-about-page .aoyea-about-network-copy h2,
  .aoyea-component-about-page .aoyea-about-network-copy > p { width: auto; }
  .aoyea-component-about-page .aoyea-about-network-copy > p { margin: 0 0 38px; }
  .aoyea-component-about-page .aoyea-about-network-stats img { width: 100%; height: auto; }
  .aoyea-component-about-page .aoyea-about-network-map { height: auto; margin-bottom: 32px; }
  .aoyea-component-about-page .aoyea-about-history { min-height: 1590px; margin-top: 104px; }
  .aoyea-component-about-page .aoyea-about-history-heading h2 { top: 72px; font-size: 37px; line-height: 45px; }
  .aoyea-component-about-page .aoyea-about-history-line { top: 175px; bottom: 150px; left: 46px; }
  .aoyea-component-about-page .aoyea-about-history-list { gap: 54px; margin-top: 80px; padding-left: 78px; }
  .aoyea-component-about-page .aoyea-about-history-item,
  .aoyea-component-about-page .aoyea-about-history-item--reverse { display: flex; min-width: 0; flex-direction: column; align-items: flex-start; gap: 18px; }
  .aoyea-component-about-page .aoyea-about-history-item img,
  .aoyea-component-about-page .aoyea-about-history-item--reverse img { width: min(278px, calc(100vw - 124px)); height: auto; order: 1; }
  .aoyea-component-about-page .aoyea-about-history-media,
  .aoyea-component-about-page .aoyea-about-history-item--reverse .aoyea-about-history-media { width: min(278px, calc(100vw - 124px)); height: auto; aspect-ratio: 278 / 155; order: 1; }
  .aoyea-component-about-page .aoyea-about-history-media .aoyea-about-history-glow { transform: translate(12px, 16px) scale(.8); transform-origin: top left; }
  .aoyea-component-about-page .aoyea-about-history-item time { position: absolute; top: 54px; left: -78px; order: 2; transform: scale(.8); }
  .aoyea-component-about-page .aoyea-about-history-item div { order: 3; }
  .aoyea-component-about-page .aoyea-about-history-forward { margin-top: 54px; }
  .aoyea-component-about-page .aoyea-about-news { width: calc(100% - 40px); margin-bottom: 90px; }
  .aoyea-component-about-page .aoyea-about-news-grid { grid-template-columns: 1fr; }
  .aoyea-component-about-page .aoyea-about-culture { height: auto; grid-template-columns: 1fr; }
  .aoyea-component-about-page .aoyea-about-culture article { height: 360px; }
  .aoyea-component-about-page .aoyea-about-culture article img { height: 360px; }
  .aoyea-component-about-page .aoyea-about-culture h3 { top: 160px; }
  .aoyea-component-about-page .aoyea-about-culture article { min-height: 520px; }
  .aoyea-component-about-page .aoyea-about-culture article img { height: 520px; }
  .aoyea-component-about-page .aoyea-about-culture h3 { top: 180px; }
  .aoyea-component-about-page .aoyea-about-culture article p { top: 245px; width: calc(100% - 80px); font-size: 14px; line-height: 20px; }
  .aoyea-component-about-page .aoyea-about-culture > h2 { position: absolute; top: 58px; width: 100%; font-size: 26px; text-align: center; }
}

@media (prefers-reduced-motion: reduce) {
  .aoyea-component-about-page [data-aoyea-about-reveal] { opacity: 1; transform: none; }
  .aoyea-component-about-page .aoyea-about-news-grid article,
  .aoyea-component-about-page .aoyea-about-video > img,
  .aoyea-component-about-page .aoyea-about-news-grid img,
  .aoyea-component-about-page .aoyea-about-culture article img { transition: none; }
  .aoyea-component-about-page .aoyea-about-news-grid article:hover,
  .aoyea-component-about-page .aoyea-about-news-grid article:focus-within { transform: none; }
}

@media (scripting: none) {
  .aoyea-component-about-page [data-aoyea-about-reveal] {
    opacity: 1;
    transform: none;
  }
}

@media (hover: none) {
  .aoyea-component-about-page .aoyea-about-culture article::after { opacity: 1; }
  .aoyea-component-about-page .aoyea-about-culture article h3 { color: #3ef600; transform: translate(-50%, -44px); }
  .aoyea-component-about-page .aoyea-about-culture article p { opacity: 1; visibility: visible; transform: translate(-50%, 0); }
}
@media (prefers-reduced-motion: reduce) {
  .aoyea-component-about-page .aoyea-about-culture article::after,
  .aoyea-component-about-page .aoyea-about-culture h3,
  .aoyea-component-about-page .aoyea-about-culture article p { transition: none; }
}
