@font-face {
  font-family: Pretendard;
  src: url("/fonts/pretendard/PretendardVariable.core.woff2") format("woff2");
  font-display: swap;
  font-weight: 100 900;
}
:root {
  --cream: #fffbee;
  --navy: #17367a;
  --blue: #233f91;
  --cyan: #39c3ee;
  --sky: #9ed5f1;
  --yellow: #e8ec59;
  --orange: #f47b40;
  --ink: #153276;
  --black: #1d1d1b;
  --sans: Pretendard, Arial, sans-serif;
  --round: "Trebuchet MS", Pretendard, sans-serif;
}
* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  margin: 0;
  background: var(--cream);
  color: var(--ink);
  font-family: var(--sans);
  overflow-x: hidden;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input {
  font: inherit;
}
.skip {
  position: fixed;
  z-index: 100;
  top: -60px;
  left: 8px;
  background: #fff;
  padding: 12px;
}
.skip:focus {
  top: 8px;
}
:focus-visible {
  outline: 3px solid #ffdc3e;
  outline-offset: 3px;
}
.announcement {
  height: 28px;
  background: #f04c55;
  color: #fff;
  overflow: hidden;
}
.announcement div {
  white-space: nowrap;
  font: 700 10px/28px var(--sans);
  letter-spacing: 0.04em;
  text-align: center;
}
.site-header {
  height: 80px;
  background: var(--navy);
  color: #fff;
  display: grid;
  grid-template-columns: 200px 1fr 70px;
  align-items: center;
  padding: 0 44px;
  position: relative;
  z-index: 20;
}
.brand {
  display: flex;
  align-items: center;
  gap: 8px;
}
.brand b {
  font: 900 18px/20px var(--round);
  border: 2px solid #fff;
  border-radius: 50%;
  padding: 9px 7px;
  transform: rotate(-5deg);
}
.brand small {
  font: 700 9px/12px var(--sans);
}
.desktop-nav {
  display: flex;
  justify-content: center;
  gap: 45px;
}
.desktop-nav a {
  font: 700 12px/22px var(--sans);
}
.header-search,
.menu-open {
  width: 44px;
  height: 44px;
  border: 0;
  background: none;
  color: white;
  font-size: 24px;
  cursor: pointer;
}
.menu-open {
  display: none;
}
.hero {
  height: 540px;
  position: relative;
  background: #071b46;
  color: white;
  overflow: hidden;
}
.hero > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.hero:after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #07163299, transparent 62%);
}
.hero-copy {
  position: absolute;
  z-index: 2;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: 22px;
}
.hero h1 {
  font: 900 36px/45px var(--round);
  margin: 0;
  max-width: 576px;
}

@media (min-width: 601px) {
  .hero h1 {
    width: 680px;
    max-width: 680px;
    transform: scaleX(0.847);
  }
}

@media (min-width: 900px) {
  .hero-copy {
    transform: translateY(-27px);
  }
}
.hero p {
  font: 500 13px/20px var(--sans);
  max-width: 570px;
  margin: 18px auto;
}
.hero a,
.experience-cta a {
  min-width: 273px;
  height: 48px;
  border-radius: 999px;
  background: #fff;
  color: var(--navy);
  display: grid;
  place-items: center;
  font: 800 12px/48px var(--sans);
}
.wave-bottom {
  position: relative;
}
.wave-bottom:after {
  content: "";
  position: absolute;
  z-index: 3;
  left: -3%;
  bottom: -18px;
  width: 106%;
  height: 42px;
  background: inherit;
  border-radius: 50% 45% 0 0/65% 60% 0 0;
}
.campaign {
  height: 1162px;
  background: var(--sky);
  padding-top: 52px;
}
.campaign-marquee {
  position: absolute;
  top: 0;
  width: 100%;
  height: 52px;
  overflow: hidden;
  background: #f39b4c;
  color: var(--navy);
  font: 900 11px/52px var(--round);
}
.campaign-marquee span {
  display: block;
  width: max-content;
  animation: ticker 20s linear infinite;
}
.campaign-grid {
  height: 990px;
  margin: 0 44px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}
.portal-card,
.announce-card {
  height: 990px;
  border-radius: 18px;
  overflow: hidden;
  position: relative;
}
.portal-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.portal-copy {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  padding-bottom: 55px;
  color: white;
  text-align: center;
  text-shadow: 0 2px 8px #1238;
}
.portal-copy span {
  font: 800 11px/18px var(--sans);
}
.portal-copy h2 {
  font: 900 58px/55px var(--round);
  margin: 8px 0 25px;
}
.portal-copy button {
  width: 210px;
  height: 50px;
  background: var(--yellow);
  border: 3px solid var(--navy);
  border-radius: 30px;
  color: var(--navy);
  font-weight: 900;
}
.announce-card {
  background: #273985;
  color: white;
  padding: 330px 64px 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.announce-card h2 {
  font: 900 36px/45px var(--round);
  margin: 0 0 50px;
}
.announce-card p {
  font: 600 15px/26px var(--sans);
  max-width: 480px;
  margin: 0 0 22px;
}
.intro {
  height: 1422px;
  background: var(--cream);
  padding: 110px 44px 70px;
}
.credit {
  text-align: center;
  font: 700 10px/16px var(--sans);
  margin: 0 0 12px;
}
.intro > h2 {
  text-align: center;
  font: 800 20px/25px var(--round);
  margin: 0 0 65px;
}
.intro-media {
  height: 610px;
  max-width: 1320px;
  margin: 0 auto 52px;
  position: relative;
}
.intro-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.play-demo {
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  border: 0;
  background: #fff;
  color: var(--navy);
}
.rail {
  position: relative;
  overflow: hidden;
}
.rail-track {
  display: flex;
  transition: transform 0.3s ease;
}
.benefit-rail {
  max-width: 960px;
  height: 420px;
  margin: auto;
}
.benefit-rail .rail-track {
  gap: 32px;
}
.benefit-rail article {
  flex: 0 0 calc((100% - 64px) / 3);
  height: 400px;
  background: var(--navy);
  color: white;
  border-radius: 16px;
  text-align: center;
  padding: 30px 22px;
}
.benefit-rail img {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  object-fit: cover;
}
.benefit-rail h3 {
  font: 800 24px/24px var(--round);
  margin: 24px 0 12px;
}
.benefit-rail p {
  font: 500 12px/20px var(--sans);
  margin: 0;
}
.rail-prev,
.rail-next {
  position: absolute;
  z-index: 4;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 44px;
  border: 2px solid var(--navy);
  border-radius: 50%;
  background: #fff;
  color: var(--navy);
  font-size: 19px;
  cursor: pointer;
}
.rail-prev {
  left: 6px;
}
.rail-next {
  right: 6px;
}
.dots {
  text-align: center;
  font: 700 10px/22px var(--sans);
  letter-spacing: 8px;
}
.how {
  height: 638px;
  background: var(--cyan);
  padding: 52px 44px;
}
.how > h2,
.locations > h2,
.inside > h2,
.moments > h2,
.reviews > h2,
.visit > h2 {
  font: 900 30px/38px var(--round);
  text-align: center;
  margin: 0 0 55px;
}
.step-rail {
  height: 430px;
  max-width: 1320px;
  margin: auto;
}
.step-rail .rail-track {
  gap: 72px;
}
.step-rail article {
  flex: 0 0 calc((100% - 144px) / 3);
  height: 380px;
  background: white;
  border-radius: 14px;
  text-align: center;
  padding: 45px 26px;
}
.step-rail i {
  display: grid;
  place-items: center;
  width: 115px;
  height: 115px;
  margin: auto;
  border-radius: 50%;
  background: #ddf3ff;
  font: normal 58px/1 var(--round);
}
.step-rail h3 {
  font: 900 24px/24px var(--round);
  margin: 28px 0 15px;
}
.step-rail p {
  font: 500 12px/20px var(--sans);
  margin: 0;
}
.locations {
  height: 853px;
  background: var(--yellow);
  padding: 70px 0;
}
.locations > h2 {
  margin-bottom: 8px;
}
.locations > p,
.inside > p,
.moments > p {
  text-align: center;
  font: 600 12px/20px var(--sans);
  margin: 0 0 50px;
}
.location-rail {
  height: 510px;
}
.location-rail .rail-track {
  gap: 28px;
  padding-left: 100px;
}
.location-rail article {
  flex: 0 0 220px;
  height: 430px;
  background: white;
  border-radius: 15px;
  text-align: center;
  padding: 120px 20px 20px;
}
.location-rail b,
.visit-rail b {
  display: inline-block;
  color: white;
  background: var(--navy);
  border-radius: 50%;
  padding: 22px 10px;
  font: 900 20px/1 var(--round);
  transform: rotate(-7deg);
}
.location-rail h3 {
  font: 900 24px/28px var(--round);
  margin: 24px 0 8px;
}
.location-rail small {
  font: 700 11px/18px var(--sans);
}
.inside {
  height: 677px;
  background: #7770b8;
  color: white;
  padding: 52px 44px;
}
.inside > h2 {
  margin-bottom: 8px;
}
.inside-rail {
  height: 490px;
  max-width: 1320px;
  margin: auto;
}
.inside-rail .rail-track {
  gap: 24px;
}
.inside-rail article {
  flex: 0 0 calc((100% - 48px) / 3);
  height: 460px;
  background: #223a83;
  border-radius: 12px;
  overflow: hidden;
  padding-bottom: 18px;
}
.inside-rail img {
  width: 100%;
  height: 260px;
  object-fit: cover;
}
.inside-rail h3 {
  font: 900 24px/24px var(--round);
  margin: 16px;
}
.inside-rail p {
  font: 500 12px/19px var(--sans);
  margin: 0 16px;
}
.experience-cta {
  height: 500px;
  background: #45456f;
  color: white;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.experience-cta h2 {
  font: 900 36px/45px var(--round);
  margin: 0;
}
.experience-cta p {
  font: 500 13px/20px var(--sans);
  margin: 25px 0;
}
.experience-cta a {
  min-width: 260px;
}
.moments {
  height: 1100px;
  background: #173a8b;
  color: #fff;
  padding: 80px 44px;
}
.moments > h2 {
  margin-bottom: 10px;
}
.moments-rail {
  max-width: 1200px;
  height: 790px;
  margin: auto;
}
.moments-rail .rail-track {
  gap: 0;
}
.moments-rail article {
  flex: 0 0 33.333%;
  height: 720px;
}
.moments-rail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reviews {
  height: 950px;
  background: var(--cream);
  padding: 75px 44px;
}
.reviews .stars {
  text-align: center;
  font: 800 11px/18px var(--sans);
  color: #efa820;
}
.reviews > h2 {
  margin: 10px 0 45px;
}
.review-rail {
  height: 700px;
}
.review-rail .rail-track {
  gap: 20px;
}
.review-rail article {
  flex: 0 0 calc((100% - 60px) / 4);
  height: 650px;
  background: #fff;
  text-align: center;
  padding: 0 24px 24px;
}
.review-rail img {
  width: calc(100% + 48px);
  height: 260px;
  margin-left: -24px;
  object-fit: cover;
}
.review-rail div {
  color: #efa820;
  margin: 25px 0 15px;
}
.review-rail p {
  font: 500 13px/23px var(--sans);
}
.review-rail cite {
  font: 500 10px/18px var(--sans);
}
.visit {
  height: 731.25px;
  background: var(--orange);
  color: white;
  padding: 70px 0;
}
.visit > h2 {
  margin-bottom: 8px;
}
.visit > p {
  text-align: center;
  font: 600 12px/20px var(--sans);
}
.visit-rail {
  height: 470px;
  margin-top: 48px;
}
.visit-rail .rail-track {
  gap: 22px;
  padding-left: 44px;
}
.visit-rail article {
  flex: 0 0 300px;
  height: 430px;
  background: white;
  color: var(--navy);
  border-radius: 14px;
  text-align: center;
  padding: 90px 20px;
}
.visit-rail h3 {
  font: 900 24px/30px var(--round);
  margin: 30px 0;
}
.visit-rail a {
  display: inline-grid;
  place-items: center;
  width: 150px;
  height: 44px;
  background: var(--navy);
  color: #fff;
  border-radius: 23px;
  font: 800 10px/44px var(--sans);
}
.footer {
  height: 780.75px;
  background: var(--black);
  color: white;
  position: relative;
  padding: 85px 104px;
}
.footer-mark {
  position: absolute;
  left: 105px;
  top: 110px;
  font:
    italic 18px/20px Georgia,
    serif;
  text-align: center;
  transform: rotate(-7deg);
}
.footer-mark b {
  font-size: 30px;
}
.footer-columns {
  margin-left: 410px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.footer h2,
.newsletter label {
  font: 800 16px/20px var(--sans);
}
.footer a,
.footer button,
.footer p {
  display: block;
  border: 0;
  background: none;
  color: white;
  font: 500 12px/22px var(--sans);
  padding: 0;
}
.newsletter {
  position: absolute;
  left: 105px;
  right: 105px;
  bottom: 130px;
}
.newsletter label {
  display: block;
  margin-bottom: 14px;
}
.newsletter > div {
  display: flex;
}
.newsletter input,
.newsletter button {
  height: 48px;
  border: 1px solid #777;
  background: #fff;
}
.newsletter input {
  flex: 1;
  min-width: 0;
  padding: 0 12px;
}
.newsletter button {
  width: 95px;
  flex: 0 0 95px;
  background: #ef5d46;
  color: #fff;
}
.form-status {
  margin: 4px 0;
}
.footer > small {
  position: absolute;
  bottom: 35px;
  left: 105px;
  font-size: 9px;
}
.mobile-menu {
  position: fixed;
  z-index: 60;
  inset: 0;
  background: var(--cyan);
  transform: translateX(-105%);
  transition: transform 0.3s ease;
  overflow: auto;
}
.mobile-menu.is-open {
  transform: none;
}
.mobile-menu > div {
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 18px;
}
.menu-brand {
  font: 900 28px/1 var(--round);
}
.menu-close {
  width: 44px;
  height: 44px;
  border: 0;
  background: none;
  font-size: 35px;
}
.mobile-menu nav {
  padding: 0 18px 30px;
}
.mobile-menu nav a {
  display: flex;
  align-items: center;
  min-height: 58px;
  border-bottom: 2px solid var(--navy);
  font: 900 22px/28px var(--round);
}
.toast {
  position: fixed;
  z-index: 70;
  left: 50%;
  bottom: 18px;
  transform: translate(-50%, 100px);
  transition: transform 0.3s;
  background: #111;
  color: #fff;
  padding: 13px 18px;
}
.toast.show {
  transform: translate(-50%, 0);
}
.mobile-only {
  display: none;
}
@keyframes ticker {
  to {
    transform: translateX(-35%);
  }
}

@media (min-width: 900px) and (max-width: 1199px) {
  .site-header {
    padding: 0 28px;
  }
  .desktop-nav {
    gap: 25px;
  }
  .campaign {
    height: 1015px;
  }
  .campaign-grid {
    height: 850px;
    margin: 0 28px;
  }
  .portal-card,
  .announce-card {
    height: 850px;
  }
  .announce-card {
    padding: 250px 45px 30px;
  }
  .intro {
    height: 1110px;
    padding-top: 75px;
  }
  .intro-media {
    height: 480px;
  }
  .how {
    height: 678px;
  }
  .locations {
    height: 598px;
    padding-top: 45px;
  }
  .location-rail {
    height: 390px;
  }
  .location-rail article {
    height: 340px;
    padding-top: 75px;
  }
  .inside {
    height: 600px;
    padding-top: 42px;
  }
  .inside-rail article {
    height: 390px;
  }
  .inside-rail img {
    height: 210px;
  }
  .experience-cta {
    height: 500px;
  }
  .moments {
    height: 927px;
  }
  .moments-rail {
    height: 650px;
  }
  .moments-rail article {
    height: 590px;
  }
  .reviews {
    height: 947px;
  }
  .visit {
    height: 676px;
  }
  .footer {
    height: 863px;
    padding-left: 55px;
    padding-right: 55px;
  }
  .footer-mark {
    left: 55px;
  }
  .footer-columns {
    margin-left: 280px;
  }
  .newsletter {
    left: 55px;
    right: 55px;
  }
  .footer > small {
    left: 55px;
  }
}

@media (max-width: 899px) {
  .site-header {
    height: 84px;
    grid-template-columns: 44px 1fr 44px;
    padding: 0 12px;
  }
  .menu-open {
    display: block;
  }
  .brand {
    justify-self: center;
  }
  .brand small,
  .desktop-nav {
    display: none;
  }
  .hero {
    height: 540px;
  }
  .hero > img {
    object-position: 62% center;
  }
  .hero h1 {
    width: 680px;
    max-width: 680px;
    font-size: 36px;
    line-height: 45px;
  }
  .campaign-grid {
    display: block;
    margin: 0 16px;
  }
  .portal-card,
  .announce-card {
    width: 100%;
  }
  .portal-copy h2 {
    font-size: 48px;
  }
  .intro {
    padding-left: 16px;
    padding-right: 16px;
  }
  .how,
  .inside,
  .moments,
  .reviews {
    padding-left: 16px;
    padding-right: 16px;
  }
  .rail-prev,
  .rail-next {
    top: auto;
    bottom: 8px;
  }
  .rail-prev {
    left: calc(50% - 50px);
  }
  .rail-next {
    right: calc(50% - 50px);
  }
  .benefit-rail article,
  .step-rail article,
  .inside-rail article {
    flex-basis: calc((100% - 32px) / 3);
  }
  .footer {
    padding-left: 16px;
    padding-right: 16px;
  }
  .footer-mark {
    left: 16px;
  }
  .footer-columns {
    margin-left: 0;
  }
  .newsletter {
    left: 16px;
    right: 16px;
  }
  .footer > small {
    left: 16px;
  }
}

@media (min-width: 740px) and (max-width: 899px) {
  .hero-copy {
    transform: translateY(10px);
  }

  .announcement {
    height: 28px;
  }
  .site-header {
    height: 84px;
  }
  .campaign {
    height: 1550px;
  }
  .campaign-grid {
    height: 1430px;
  }
  .portal-card {
    height: 930px;
  }
  .announce-card {
    height: 430px;
    margin-top: 28px;
    padding: 90px 62px;
  }
  .intro {
    height: 980px;
    padding-top: 70px;
  }
  .intro-media {
    height: 410px;
  }
  .benefit-rail {
    height: 330px;
  }
  .benefit-rail article {
    height: 310px;
    padding: 20px 12px;
  }
  .benefit-rail img {
    width: 110px;
    height: 110px;
  }
  .benefit-rail h3 {
    font-size: 20px;
  }
  .how {
    height: 650px;
  }
  .step-rail article {
    height: 410px;
    padding: 35px 12px;
  }
  .locations {
    height: 590px;
    padding-top: 55px;
  }
  .location-rail article {
    height: 360px;
    padding-top: 85px;
  }
  .inside {
    height: 580px;
  }
  .inside-rail article {
    height: 390px;
  }
  .inside-rail img {
    height: 210px;
  }
  .experience-cta {
    height: 520px;
  }
  .moments {
    height: 690px;
    padding-top: 55px;
  }
  .moments-rail {
    height: 510px;
  }
  .moments-rail article {
    height: 450px;
  }
  .reviews {
    height: 1011px;
  }
  .review-rail article {
    height: 680px;
  }
  .review-rail img {
    height: 260px;
  }
  .visit {
    height: 610px;
  }
  .visit-rail article {
    height: 350px;
    padding-top: 55px;
  }
  .footer {
    height: 1023px;
  }
  .footer-columns {
    margin: 0 0 0 300px;
    grid-template-columns: 1fr 1fr;
  }
  .footer-columns section:last-child {
    grid-column: 1/3;
  }
  .newsletter {
    bottom: 140px;
  }
}

@media (max-width: 600px) {
  .portal-copy button {
    min-height: 44px;
  }

  .announcement {
    height: 43px;
  }
  .announcement div {
    font-size: 8px;
    line-height: 43px;
    text-align: left;
    padding-left: 10px;
  }
  .site-header {
    height: 84px;
  }
  .hero {
    height: 506px;
  }
  .hero > img {
    object-position: 65% center;
  }
  .hero:after {
    background: #07163277;
  }
  .hero-copy {
    justify-content: flex-start;
    padding: 82px 18px 0;
  }
  .hero h1 {
    width: 334px;
    max-width: 334px;
    transform: none;
    font-size: 36px;
    line-height: 45px;
  }
  .hero p {
    font-size: 12px;
    line-height: 18px;
    margin: 18px 12px;
  }
  .hero a {
    min-width: 230px;
    height: 44px;
    line-height: 44px;
  }
  .campaign {
    height: 1046px;
    padding-top: 32px;
  }
  .campaign-marquee {
    height: 32px;
    font-size: 8px;
    line-height: 32px;
  }
  .campaign-grid {
    height: 971px;
    margin: 0 16px;
  }
  .portal-card {
    height: 571px;
    border-radius: 13px;
  }
  .portal-copy {
    padding-bottom: 22px;
  }
  .portal-copy h2 {
    font-size: 42px;
    line-height: 40px;
    margin-bottom: 10px;
  }
  .portal-copy button {
    height: 42px;
  }
  .announce-card {
    height: 400px;
    margin-top: 0;
    border-radius: 13px;
    padding: 32px;
  }
  .announce-card h2 {
    font-size: 30px;
    line-height: 38px;
    margin: 0 0 45px;
  }
  .announce-card p {
    font-size: 11px;
    line-height: 18px;
  }
  .intro {
    height: 952px;
    padding: 92px 0 35px;
  }
  .intro > h2 {
    font-size: 16px;
    line-height: 20px;
    margin: 0 16px 50px;
  }
  .intro-media {
    height: 285px;
    margin: 0 16px 38px;
  }
  .benefit-rail {
    height: 400px;
    max-width: none;
  }
  .benefit-rail .rail-track {
    gap: 32px;
    padding-left: 32px;
  }
  .benefit-rail article {
    flex: 0 0 326px;
    height: 350px;
    padding: 20px;
  }
  .benefit-rail img {
    width: 150px;
    height: 150px;
  }
  .benefit-rail h3 {
    font-size: 20px;
    margin: 18px 0 10px;
  }
  .how {
    height: 631px;
    padding: 32px 0;
  }
  .how > h2,
  .locations > h2,
  .inside > h2,
  .moments > h2,
  .reviews > h2,
  .visit > h2 {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 42px;
  }
  .step-rail {
    height: 500px;
    max-width: none;
  }
  .step-rail .rail-track {
    gap: 32px;
    padding-left: 32px;
  }
  .step-rail article {
    flex: 0 0 326px;
    height: 440px;
    padding: 38px 24px;
  }
  .step-rail h3 {
    font-size: 20px;
    line-height: 20px;
  }
  .locations {
    height: 655px;
    padding: 45px 0;
  }
  .locations > p,
  .inside > p,
  .moments > p {
    font-size: 10px;
    line-height: 16px;
    margin: 0 20px 45px;
  }
  .location-rail {
    height: 455px;
  }
  .location-rail .rail-track {
    gap: 56px;
    padding-left: calc((100vw - 141px) / 2);
  }
  .location-rail article {
    flex-basis: 141px;
    height: 390px;
    padding: 90px 10px 20px;
  }
  .location-rail b {
    font-size: 16px;
  }
  .location-rail h3 {
    font-size: 20px;
  }
  .inside {
    height: 723px;
    padding: 45px 0;
  }
  .inside-rail {
    height: 570px;
  }
  .inside-rail .rail-track {
    gap: 32px;
    padding-left: 32px;
  }
  .inside-rail article {
    flex: 0 0 326px;
    height: 520px;
  }
  .inside-rail img {
    height: 300px;
  }
  .inside-rail h3 {
    font-size: 20px;
    line-height: 22px;
  }
  .experience-cta {
    height: 500px;
    padding: 0 20px;
  }
  .experience-cta h2 {
    font-size: 36px;
    line-height: 45px;
  }
  .experience-cta p {
    font-size: 11px;
  }
  .experience-cta a {
    min-width: 250px;
    height: 44px;
  }
  .moments {
    height: 840px;
    padding: 58px 0;
  }
  .moments-rail {
    height: 680px;
  }
  .moments-rail .rail-track {
    padding-left: 16px;
  }
  .moments-rail article {
    flex: 0 0 358px;
    height: 610px;
  }
  .reviews {
    height: 1170px;
    padding: 55px 0;
  }
  .mobile-only {
    display: block;
  }
  .review-rail {
    height: 950px;
  }
  .review-rail .rail-track {
    gap: 20px;
    padding-left: 16px;
  }
  .review-rail article {
    flex: 0 0 358px;
    height: 875px;
    padding: 0 18px;
  }
  .review-rail img {
    width: calc(100% + 36px);
    margin-left: -18px;
    height: 420px;
  }
  .review-rail p {
    font-size: 14px;
    line-height: 25px;
    margin: 30px 10px;
  }
  .visit {
    height: 353px;
    padding: 34px 0;
  }
  .visit > h2,
  .visit > p {
    display: none;
  }
  .visit-rail {
    height: 300px;
    margin: 0;
  }
  .visit-rail .rail-track {
    gap: 16px;
    padding-left: 16px;
  }
  .visit-rail article {
    flex: 0 0 170px;
    height: 270px;
    padding: 45px 10px;
  }
  .visit-rail h3 {
    font-size: 17px;
    margin: 18px 0;
  }
  .visit-rail a {
    width: 130px;
  }
  .footer {
    height: 1014px;
    padding: 65px 16px;
  }
  .footer-mark {
    position: absolute;
    top: auto;
    left: 50%;
    bottom: 30px;
    height: auto;
    width: 170px;
    margin: 0;
    transform: translateX(-50%) rotate(-7deg);
  }
  .footer-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
    margin: 0;
  }
  .footer-columns section:first-child {
    display: none;
  }
  .footer-columns h2 {
    font-size: 13px;
  }
  .footer a,
  .footer button,
  .footer p {
    font-size: 10px;
    line-height: 18px;
  }
  .newsletter {
    left: 16px;
    right: 16px;
    bottom: 245px;
  }
  .newsletter label {
    font-size: 13px;
  }
  .footer > small {
    bottom: 155px;
    left: 16px;
  }
  .toast {
    width: calc(100% - 32px);
    text-align: center;
  }
}

.review-rail .rail-prev,
.review-rail .rail-next,
.review-rail .dots {
  z-index: 100;
  transform: translateY(-50%) translateZ(1px);
}

/* Final evidence pass: hero narrative, artwork mass, review rhythm and footer density. */
.hero-body-compact {
  display: none;
}
.hero p {
  width: 544px;
  max-width: 544px;
  margin: 12px auto 32px;
  font-size: 18px;
  line-height: 22.5px;
}
.intro-media::after {
  width: 220px;
  height: 220px;
  font-size: 42px;
}
.location-rail b,
.visit-rail b {
  display: grid;
  place-items: center;
  width: calc(100% + 40px);
  height: 169px;
  margin: -72px -20px 10px;
  padding: 0;
  border: 0;
  border-radius: 44%;
  background-position: center;
  background-size: cover;
  color: white;
  text-shadow: 0 2px 8px #071b46;
  transform: rotate(-3deg);
}
.location-rail article:nth-child(5n + 1) b,
.visit-rail article:nth-child(5n + 1) b {
  background-image:
    linear-gradient(#17367a44, #17367a66), url("./assets/portal.webp");
}
.location-rail article:nth-child(5n + 2) b,
.visit-rail article:nth-child(5n + 2) b {
  background-image:
    linear-gradient(#17367a44, #17367a66), url("./assets/tunnel.webp");
}
.location-rail article:nth-child(5n + 3) b,
.visit-rail article:nth-child(5n + 3) b {
  background-image:
    linear-gradient(#17367a44, #17367a66), url("./assets/craft.webp");
}
.location-rail article:nth-child(5n + 4) b,
.visit-rail article:nth-child(5n + 4) b {
  background-image:
    linear-gradient(#17367a44, #17367a66), url("./assets/machine.webp");
}
.location-rail article:nth-child(5n) b,
.visit-rail article:nth-child(5n) b {
  background-image:
    linear-gradient(#17367a44, #17367a66), url("./assets/family.webp");
}
.footer {
  padding-top: 35px;
}

@media (max-width: 600px) {
  .hero-body-wide {
    display: none;
  }
  .hero-body-compact {
    display: inline;
  }
  .hero p {
    width: 334px;
    max-width: 334px;
    margin: 12px auto 24px;
    font-size: 18px;
    line-height: 22.5px;
  }
  .hero a {
    width: 273px;
    min-width: 273px;
    height: 48px;
    line-height: 48px;
  }
  .intro-media::after {
    width: 142px;
    height: 142px;
    font-size: 28px;
  }
  .location-rail b {
    width: 173.14px;
    height: 129px;
    margin: -52px -20px 8px;
  }
  .visit-rail b {
    width: 183px;
    height: 145.1px;
    margin: -70px -10px 8px;
  }
  .review-rail {
    transform: translateY(-66.2px);
  }
  .review-rail img {
    height: 238.7px;
  }
  .review-rail p {
    margin-top: 24px;
  }
  .visit {
    height: 249.5px;
  }
  .visit-rail {
    top: -183.7px;
  }
  .footer {
    height: 1117.5px;
    padding: 24px 16px;
  }
  .footer-columns {
    gap: 18px;
  }
}

@media (min-width: 601px) and (max-width: 739px) {
  .hero-copy {
    justify-content: flex-start;
    padding-top: 70px;
  }

  .campaign {
    height: 1400px;
  }
  .campaign-grid {
    height: 1290px;
  }
  .portal-card {
    height: 850px;
  }
  .announce-card {
    height: 400px;
    margin-top: 24px;
    padding: 70px 45px;
  }
  .intro {
    height: 820px;
    padding-top: 55px;
  }
  .intro-media {
    height: 320px;
  }
  .benefit-rail {
    height: 300px;
  }
  .benefit-rail article {
    height: 280px;
  }
  .benefit-rail img {
    width: 100px;
    height: 100px;
  }
  .how {
    height: 621px;
  }
  .locations {
    height: 610px;
  }
  .inside {
    height: 513px;
  }
  .inside-rail article {
    height: 340px;
  }
  .inside-rail img {
    height: 175px;
  }
  .experience-cta {
    height: 500px;
  }
  .moments {
    height: 682px;
    padding-top: 40px;
  }
  .moments-rail {
    height: 520px;
  }
  .moments-rail article {
    height: 450px;
  }
  .reviews {
    height: 1038px;
  }
  .review-rail article {
    height: 700px;
  }
  .visit {
    height: 563px;
  }
  .footer {
    height: 861px;
    padding-top: 65px;
  }
  .footer-columns {
    grid-template-columns: repeat(3, 1fr);
    margin-left: 200px;
  }
  .footer-mark {
    left: 40px;
  }
  .newsletter {
    left: 40px;
    right: 40px;
  }
  .footer > small {
    left: 40px;
  }
}

@media (max-width: 600px) {
  .reviews {
    position: relative;
    z-index: 3;
  }
  .visit {
    position: relative;
    z-index: 1;
  }
}

.benefit-compact {
  display: none;
}
.benefit-rail h3 {
  margin: 17px 0 10px;
}
.experience-cta a {
  width: 345px;
  min-width: 345px;
  height: 48px;
  line-height: 48px;
}

@media (min-width: 1200px) {
  .experience-cta h2,
  .experience-cta p {
    transform: translateY(58.59px);
  }
  .experience-cta a {
    transform: translateY(52.59px);
  }
  .visit-rail {
    transform: translateY(28.2px);
  }
  .visit-rail article {
    flex-basis: 320px;
    height: 431.05px;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .experience-cta h2,
  .experience-cta p {
    transform: translateY(62.94px);
  }
  .experience-cta a {
    transform: translateY(56.94px);
  }
  .location-rail article {
    flex-basis: 160px;
  }
  .visit-rail {
    transform: translateY(59.03px);
  }
  .visit-rail .rail-track {
    padding-left: 0;
  }
  .visit-rail article {
    flex-basis: 238px;
    height: 407.25px;
  }
}
@media (min-width: 740px) and (max-width: 899px) {
  .benefit-wide {
    display: none;
  }
  .benefit-compact {
    display: inline;
  }
  .experience-cta h2,
  .experience-cta p {
    transform: translateY(0.81px);
  }
  .experience-cta a {
    transform: translateY(-5.19px);
  }
  .location-rail article {
    flex-basis: 116px;
  }
  .visit-rail {
    transform: translateY(4.56px);
  }
  .visit-rail .rail-track {
    padding-left: 46px;
  }
  .visit-rail article {
    flex-basis: 151px;
    height: 383.13px;
  }
}
@media (max-width: 600px) {
  .benefit-wide {
    display: none;
  }
  .benefit-compact {
    display: inline;
  }
  .experience-cta h2,
  .experience-cta p {
    transform: translateY(6.34px);
  }
  .experience-cta a {
    transform: translateY(-7.66px);
  }
}
@media (min-width: 601px) and (max-width: 739px) {
  .benefit-wide {
    display: none;
  }
  .benefit-compact {
    display: inline;
  }
  .experience-cta h2,
  .experience-cta p {
    transform: translateY(-85.2px);
  }
  .experience-cta a {
    transform: translateY(-91.2px);
  }
  .location-rail article {
    flex-basis: 116px;
  }
  .visit-rail {
    transform: translateY(-186.62px);
  }
  .visit-rail .rail-track {
    padding-left: 22px;
  }
  .visit-rail article {
    flex-basis: 151px;
    height: 345.13px;
  }
}

.step-rail p {
  font-size: 16px;
  line-height: 26px;
}

.announce-compact {
  display: none;
}
.announce-card p {
  margin-bottom: 18px;
  font-size: 18px;
  line-height: 29.25px;
}

@media (max-width: 899px) {
  .announce-wide {
    display: none;
  }
  .announce-compact {
    display: inline;
  }
  .announce-card p {
    margin-bottom: 18px;
    font-size: 16px;
    line-height: 26px;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
  .campaign-marquee span {
    animation: none;
  }
  .rail-track,
  .mobile-menu,
  .toast {
    transition: none !important;
  }
}

/* Evidence-aligned internal rhythm without changing authored section bounds. */
@media (min-width: 1200px) {
  .announce-card > * {
    transform: translateY(-186.75px);
  }
}

@media (min-width: 900px) and (max-width: 1199px) {
  .announce-card > * {
    transform: translateY(-203.67px);
  }
  .intro > h2 {
    width: 768px;
    margin-left: auto;
    margin-right: auto;
    transform: translateY(-76.52px);
  }
  .intro-media {
    width: calc(100% - 32px);
    max-width: none;
    height: 415.31px;
    transform: translateY(-118.52px);
  }
  .benefit-rail {
    transform: translateY(-150.37px);
  }
}

@media (min-width: 740px) and (max-width: 899px) {
  .announce-card > * {
    transform: translateY(37.59px);
  }
  .intro > h2 {
    width: 512px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 20px;
    transform: translateY(-58.87px);
  }
  .intro-media {
    height: 308.13px;
    transform: translateY(-109.87px);
  }
  .benefit-rail {
    transform: translateY(-156.03px);
  }
}

@media (max-width: 600px) {
  .announce-card > * {
    transform: translateY(-59.09px);
  }
  .intro > h2 {
    transform: translateY(-25.8px);
  }
  .intro-media {
    height: 149.88px;
    transform: translateY(-71.8px);
  }
  .benefit-rail {
    transform: translateY(-105.14px);
  }
}

@media (min-width: 601px) and (max-width: 739px) {
  .campaign {
    height: 1255px;
  }
  .intro {
    height: 965px;
  }
  .announce-card > * {
    transform: translateY(-113.23px);
  }
  .intro > h2 {
    width: 512px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
    line-height: 20px;
    transform: translateY(-7.03px);
  }
  .intro-media {
    width: 644px;
    height: 269.61px;
    transform: translateY(-58.03px);
  }
  .benefit-rail {
    transform: translateY(-115.02px);
  }
}

/* Evidence corrections: media roles, source card geometry, and partial-peek rails. */
.rail-clone {
  display: none;
}
.intro-media::after {
  content: "MARU";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 142px;
  height: 142px;
  transform: translate(-50%, -50%) rotate(-7deg);
  display: grid;
  place-items: center;
  border: 7px solid white;
  border-radius: 50%;
  color: white;
  text-shadow: 0 2px 8px #17367a;
  font: 900 32px/1 var(--round);
  box-shadow: 0 0 0 3px #17367a66;
}
.step-rail i {
  width: 100%;
  height: 205px;
  border-radius: 10px;
  color: transparent;
  background-position: center;
  background-size: cover;
}
.step-rail article:nth-child(1) i {
  background-image: url("./assets/portal.webp");
}
.step-rail article:nth-child(2) i {
  background-image: url("./assets/tunnel.webp");
}
.step-rail article:nth-child(3) i {
  background-image: url("./assets/craft.webp");
}
.experience-cta {
  position: relative;
  isolation: isolate;
  background-image:
    linear-gradient(#243461bb, #2e315fe0), url("./assets/tunnel.webp");
  background-size: cover;
  background-position: center;
}
.experience-cta > * {
  position: relative;
  z-index: 1;
}

@media (min-width: 1200px) {
  .intro {
    padding-top: 148px;
  }
  .intro > h2 {
    width: 768px;
    max-width: 768px;
    margin-left: auto;
    margin-right: auto;
    white-space: nowrap;
  }
  .intro > h2 br {
    display: none;
  }
  .step-rail .rail-track {
    gap: 24px;
  }
  .step-rail article {
    flex-basis: 434.66px;
    height: 357.81px;
    padding: 20px 18px;
  }
  .step-rail i {
    height: 205px;
  }
  .step-rail h3 {
    margin: 15px 0 8px;
  }
  .locations {
    position: relative;
  }
  .location-rail {
    position: absolute;
    top: 378px;
    left: 0;
    width: 100%;
    height: 390px;
  }
  .location-rail .rail-track {
    gap: 24px;
    padding-left: 108px;
  }
  .location-rail article {
    flex-basis: 225.59px;
    height: 310.89px;
    padding-top: 72px;
  }
  .inside {
    position: relative;
  }
  .inside-rail {
    position: absolute;
    top: 148px;
    left: 44px;
    width: calc(100% - 88px);
    max-width: none;
    height: 520px;
  }
  .inside-rail .rail-track {
    gap: 24px;
  }
  .inside-rail article {
    flex-basis: calc((100% - 48px) / 3);
    height: 516.14px;
  }
  .inside-rail img {
    height: 300px;
  }
}

@media (max-width: 600px) {
  .intro-media::after {
    width: 86px;
    height: 86px;
    border-width: 4px;
    font-size: 20px;
  }
  .step-rail {
    height: 500px;
  }
  .step-rail .rail-track {
    gap: 32px;
    padding-left: 16px;
  }
  .step-rail article {
    flex-basis: 358px;
    height: 290.75px;
    padding: 12px 14px;
  }
  .step-rail i {
    height: 150px;
  }
  .step-rail h3 {
    margin: 10px 0 5px;
  }
  .locations {
    position: relative;
  }
  .location-rail {
    position: absolute;
    top: 248.95px;
    left: 0;
    width: 100%;
    height: 330px;
  }
  .location-rail .rail-track {
    gap: 24px;
    padding-left: 124.43px;
  }
  .location-rail article {
    flex-basis: 173.14px;
    height: 282.98px;
    padding-top: 52px;
  }
  .location-rail .rail-clone,
  .visit-rail .rail-clone {
    display: block;
  }
  .inside {
    position: relative;
  }
  .inside-rail {
    position: absolute;
    top: 184.03px;
    left: 0;
    width: 100%;
    height: 470px;
  }
  .inside-rail .rail-track {
    gap: 32px;
    padding-left: 16px;
  }
  .inside-rail article {
    flex-basis: 358px;
    height: 425.13px;
  }
  .inside-rail img {
    height: 250px;
  }
  .moments-rail .rail-track {
    gap: 16px;
    padding-left: 16px;
  }
  .moments-rail article {
    flex-basis: 323.66px;
    height: 575.38px;
  }
  .visit {
    position: relative;
  }
  .visit-rail {
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 373px;
  }
  .visit-rail .rail-track {
    gap: 24px;
    padding-left: 119.5px;
  }
  .visit-rail article {
    flex-basis: 183px;
    height: 373px;
    padding-top: 70px;
  }
}

/* Cascade lock for the final evidence pass. */
@media (max-width: 600px) {
  .intro-media::after {
    width: 142px;
    height: 142px;
    font-size: 28px;
  }
  .visit {
    height: 249.5px;
  }
  .visit-rail {
    top: -183.7px;
    z-index: 1;
  }
  .visit::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: -183.7px;
    height: 183.7px;
    background: var(--orange);
  }
}

/* Source checkpoint lock. */
@media (min-width: 1200px) {
  .hero-copy {
    transform: translateY(1.1px);
  }
  .benefit-rail {
    width: 1014px;
    max-width: none;
    transform: translateY(-75.86px);
  }
  .benefit-rail article {
    flex-basis: 322px;
    height: 292px;
  }
}

@media (min-width: 900px) and (max-width: 1199px) {
  .hero-copy {
    transform: translateY(1.1px);
  }
  .intro > h2 br {
    display: none;
  }
  .intro-media {
    width: calc(100vw - 32px);
    margin-left: calc(50% - 50vw + 16px);
    transform: translateY(-93.52px);
  }
  .benefit-rail {
    width: 1014px;
    max-width: none;
    margin-left: calc(50% - 507px);
    transform: translateY(-95.36px);
  }
  .benefit-rail article {
    flex-basis: 322px;
    height: 292px;
  }
}

@media (min-width: 740px) and (max-width: 899px) {
  .hero-copy {
    transform: translateY(38.3px);
  }
  .intro-media {
    transform: translateY(-99.87px);
  }
  .benefit-rail {
    width: 100vw;
    max-width: none;
    margin-left: calc(50% - 50vw);
    transform: translateY(-126.28px);
  }
  .benefit-rail .rail-track {
    gap: 24px;
  }
  .benefit-rail article {
    flex-basis: 240px;
    height: 210px;
  }
}

@media (max-width: 600px) {
  .intro-media {
    transform: translateY(-51.8px);
  }
  .benefit-rail {
    transform: translateY(-65px);
  }
  .benefit-rail .rail-track {
    gap: 0;
    padding-left: 16px;
  }
  .benefit-rail article {
    flex-basis: 358px;
    height: 328px;
  }
  .footer {
    padding-top: 13px;
  }
  .newsletter {
    bottom: 293px;
  }
}

@media (min-width: 601px) and (max-width: 739px) {
  .intro-media {
    transform: translateY(-48.03px);
  }
  .benefit-rail {
    transform: translateY(-75.02px);
  }
  .benefit-rail .rail-track {
    gap: 24px;
    padding-left: 6px;
  }
  .benefit-rail article {
    flex-basis: 209.33px;
    height: 179.33px;
  }
}

/* Typography and overlay composition checkpoints. */
@media (min-width: 1200px) {
  .announce-card > * {
    transform: translateY(-142px);
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .announce-card > * {
    transform: translateY(-184.92px);
  }
}
@media (min-width: 740px) and (max-width: 899px) {
  .announce-card > * {
    transform: translateY(111.59px);
  }
}
@media (max-width: 600px) {
  .announce-card > * {
    transform: translateY(8.91px);
  }
  .announce-card p {
    position: relative;
    top: 2.5px;
  }
}
@media (min-width: 601px) and (max-width: 739px) {
  .announce-card > * {
    transform: translateY(-39.23px);
  }
}

.benefit-rail {
  height: 520px;
}
.benefit-rail article {
  height: 480px;
  padding: 0 22px 20px;
  overflow: hidden;
}
.benefit-rail img {
  width: calc(100% + 44px);
  height: 292px;
  margin-left: -22px;
  border-radius: 0;
}
.benefit-rail h3 {
  margin: 21px 0 12px;
}
.benefit-rail p,
.inside-rail p {
  font-size: 16px;
  line-height: 26px;
}

.inside-rail article {
  position: relative;
  padding: 0;
  isolation: isolate;
}
.inside-rail article::after {
  content: "";
  position: absolute;
  z-index: 1;
  inset: 0;
  background: linear-gradient(180deg, #0b1d52cc 0 26%, transparent 62%);
  pointer-events: none;
}
.inside-rail img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.inside-rail h3,
.inside-rail p {
  position: absolute;
  z-index: 2;
  left: 24px;
  right: 24px;
  margin: 0;
}
.inside-rail h3 {
  top: 21px;
}
.inside-rail p {
  top: 59px;
}
.inside-rail article:nth-child(2) p {
  top: 85px;
}
.experience-wide {
  display: inline;
}
.experience-compact {
  display: none;
}
.experience-cta p {
  font-size: 18px;
  line-height: 22.5px;
}
.visit > p {
  font-size: 18px;
  line-height: 29.25px;
}

@media (min-width: 900px) {
  .benefit-rail article {
    height: 480px;
  }
}
@media (min-width: 740px) and (max-width: 899px) {
  .benefit-rail {
    height: 440px;
  }
  .benefit-rail article {
    height: 420px;
  }
  .benefit-rail img {
    height: 210px;
  }
}
@media (max-width: 600px) {
  .benefit-rail {
    height: 500px;
  }
  .benefit-rail article {
    height: 480px;
  }
  .benefit-rail img {
    height: 328px;
  }
  .benefit-rail h3 {
    margin-top: 23px;
  }
  .experience-wide {
    display: none;
  }
  .experience-compact {
    display: inline;
  }
  .experience-cta p {
    font-size: 18px;
    line-height: 22.5px;
  }
}
@media (min-width: 601px) and (max-width: 739px) {
  .benefit-rail {
    height: 390px;
  }
  .benefit-rail article {
    height: 360px;
  }
  .benefit-rail img {
    height: 179.33px;
  }
}

/* Responsive rail and CTA checkpoint lock. */
.benefit-compact {
  display: none;
}
.experience-cta a {
  width: 345px;
  min-width: 345px;
  height: 48px;
  line-height: 48px;
}
@media (min-width: 1200px) {
  .benefit-rail h3 {
    margin: 17.2px 0 14px;
  }
  .experience-cta h2,
  .experience-cta p {
    transform: translateY(58.59px);
  }
  .experience-cta a {
    transform: translateY(52.59px);
  }
  .visit-rail {
    transform: translateY(13.2px);
  }
  .visit-rail article {
    flex-basis: 320px;
    height: 431.05px;
  }
}
@media (min-width: 900px) and (max-width: 1199px) {
  .experience-cta h2,
  .experience-cta p {
    transform: translateY(62.94px);
  }
  .experience-cta a {
    transform: translateY(56.94px);
  }
  .location-rail article {
    flex-basis: 160px;
  }
  .visit-rail {
    transform: translateY(44.03px);
  }
  .visit-rail .rail-track {
    padding-left: 0;
  }
  .visit-rail article {
    flex-basis: 238px;
    height: 407.25px;
  }
}
@media (min-width: 740px) and (max-width: 899px) {
  .benefit-wide {
    display: none;
  }
  .benefit-compact {
    display: inline;
  }
  .experience-cta h2,
  .experience-cta p {
    transform: translateY(0.81px);
  }
  .experience-cta a {
    transform: translateY(-5.19px);
  }
  .location-rail article {
    flex-basis: 116px;
  }
  .visit-rail {
    transform: translateY(-10.44px);
  }
  .visit-rail .rail-track {
    padding-left: 46px;
  }
  .visit-rail article {
    flex-basis: 151px;
    width: 151px;
    min-width: 151px;
    max-width: 151px;
    height: 383.13px;
    overflow: hidden;
  }
  .visit-rail a {
    width: 103px;
  }
  .visit-rail h3 {
    font-size: 16px;
    line-height: 20px;
  }
}
@media (max-width: 600px) {
  .benefit-rail h3 {
    margin: 19.2px 0 10px;
  }
  .benefit-wide {
    display: none;
  }
  .benefit-compact {
    display: inline;
  }
  .experience-cta h2,
  .experience-cta p {
    transform: translateY(8.34px);
  }
  .experience-cta a {
    transform: translateY(-5.66px);
  }
}
@media (min-width: 601px) and (max-width: 739px) {
  .benefit-wide {
    display: none;
  }
  .benefit-compact {
    display: inline;
  }
  .experience-cta h2,
  .experience-cta p {
    transform: translateY(-85.2px);
  }
  .experience-cta a {
    transform: translateY(-91.2px);
  }
  .location-rail article {
    flex-basis: 116px;
  }
  .visit-rail {
    transform: translateY(-201.62px);
  }
  .visit-rail .rail-track {
    padding-left: 22px;
  }
  .visit-rail article {
    flex-basis: 151px;
    width: 151px;
    min-width: 151px;
    max-width: 151px;
    height: 345.13px;
    overflow: hidden;
  }
  .visit-rail a {
    width: 119px;
  }
  .visit-rail h3 {
    font-size: 16px;
    line-height: 20px;
  }
}
