.wnaV2 {
  --v2-navy: #002e49;
  --v2-navy-deep: #001e31;
  --v2-sand: #f9bf8f;
  --v2-red: #d62828;
  --v2-paper: #fbfaf7;
  --v2-white: #ffffff;
  --v2-ink: #102938;
  --v2-muted: #536772;
  --v2-line: rgba(0, 46, 73, 0.17);
  margin: 0;
  color: var(--v2-ink);
  background: var(--v2-paper);
  font-family: Arial, Helvetica, sans-serif;
  line-height: 1.6;
}

.wnaV2,
.wnaV2 * {
  box-sizing: border-box;
}

.wnaV2 img {
  display: block;
  max-width: 100%;
}

.wnaV2 .v2IconSprite {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
}

.wnaV2 .v2Icon {
  width: 1em;
  height: 1em;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.wnaV2 a,
.wnaV2 button,
.wnaV2 summary {
  -webkit-tap-highlight-color: transparent;
}

.wnaV2 a:focus-visible,
.wnaV2 button:focus-visible,
.wnaV2 summary:focus-visible {
  outline: 3px solid var(--v2-sand);
  outline-offset: 3px;
}

.wnaV2 .v2Page {
  min-width: 0;
  padding-top: 182px;
  overflow: clip;
  background: var(--v2-paper);
}

.wnaV2 .v2Page section[id] {
  scroll-margin-top: 198px;
}

.wnaV2 .v2Shell {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
}

.wnaV2 .v2Section {
  position: relative;
  padding: 104px 0;
}

.wnaV2 .v2Eyebrow,
.wnaV2 .v2Kicker,
.wnaV2 .v2Coordinate {
  margin: 0 0 18px;
  color: var(--v2-red);
  font-size: 12px;
  font-weight: 900;
  line-height: 1.3;
  letter-spacing: 0;
  text-transform: uppercase;
}

.wnaV2 h1,
.wnaV2 h2,
.wnaV2 h3,
.wnaV2 p,
.wnaV2 figure,
.wnaV2 dl,
.wnaV2 ol {
  margin-top: 0;
}

.wnaV2 h1,
.wnaV2 h2 {
  font-family: Georgia, "Times New Roman", serif;
  font-weight: 400;
  letter-spacing: 0;
}

.wnaV2 h2 {
  max-width: 780px;
  margin-bottom: 24px;
  color: var(--v2-navy);
  font-size: 52px;
  line-height: 1.02;
}

.wnaV2 h3 {
  color: var(--v2-navy);
  font-size: 20px;
  line-height: 1.2;
  letter-spacing: 0;
}

.wnaV2 p {
  color: var(--v2-muted);
  font-size: 17px;
}

.wnaV2 .v2SectionHead {
  max-width: 800px;
  margin-bottom: 34px;
}

.wnaV2 .v2SectionHead > p:last-child,
.wnaV2 .v2SectionIntro {
  max-width: 760px;
}

.wnaV2 .v2SectionHeadSplit {
  display: grid;
  max-width: none;
  grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.7fr);
  align-items: end;
  gap: 70px;
}

.wnaV2 .v2SectionHeadSplit h2 {
  margin-bottom: 0;
}

.wnaV2 .v2SectionHeadSplit > p {
  margin-bottom: 6px;
}

.wnaV2 .v2SectionIntro {
  margin-bottom: 44px;
}

.wnaV2 .v2Actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.wnaV2 .v2Button {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid transparent;
  border-radius: 7px;
  padding: 0 22px;
  color: var(--v2-navy);
  background: var(--v2-white);
  font-size: 13px;
  font-weight: 900;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 180ms ease-out, color 180ms ease-out, border-color 180ms ease-out, background-color 180ms ease-out;
}

.wnaV2 .v2Button:hover {
  transform: translateY(-2px);
}

.wnaV2 .v2ButtonPrimary {
  color: var(--v2-white);
  background: var(--v2-red);
}

.wnaV2 .v2ButtonPrimary:hover {
  background: #b91f1f;
}

.wnaV2 .v2ButtonNavy {
  color: var(--v2-white);
  background: var(--v2-navy);
}

.wnaV2 .v2ButtonNavy:hover {
  background: #064465;
}

.wnaV2 .v2ButtonSand {
  color: var(--v2-navy);
  background: var(--v2-sand);
}

.wnaV2 .v2ButtonGhost {
  border-color: rgba(255, 255, 255, 0.72);
  color: var(--v2-white);
  background: rgba(0, 30, 49, 0.22);
}

.wnaV2 .v2ButtonOutline {
  border-color: var(--v2-navy);
  background: transparent;
}

.wnaV2 .v2TextLink {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 14px;
  color: var(--v2-navy);
  font-size: 13px;
  font-weight: 900;
  text-decoration: none;
  text-transform: uppercase;
}

.wnaV2 .v2TextLink span {
  color: var(--v2-red);
  font-size: 20px;
  transition: transform 180ms ease-out;
}

.wnaV2 .v2TextLink:hover span {
  transform: translateX(4px);
}

.wnaV2 .v2Microcopy {
  display: block;
  max-width: 620px;
  margin-top: 12px;
  color: #6d7b82;
  font-size: 13px;
  line-height: 1.55;
}

.wnaV2 .v2Center {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 42px;
  text-align: center;
}

.wnaV2 .v2Hero {
  position: relative;
  min-height: 700px;
  overflow: hidden;
  color: var(--v2-white);
  background: var(--v2-navy-deep);
}

.wnaV2 .v2HeroImage,
.wnaV2 .v2HeroShade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.wnaV2 .v2HeroImage {
  object-fit: cover;
  object-position: center 57%;
}

.wnaV2 .v2HeroShade {
  background: linear-gradient(90deg, rgba(0, 20, 33, 0.9) 0%, rgba(0, 20, 33, 0.66) 42%, rgba(0, 20, 33, 0.08) 78%);
}

.wnaV2 .v2HeroInner {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: 700px;
  flex-direction: column;
  justify-content: center;
  padding: 76px 0 46px;
}

.wnaV2 .v2HeroCopy {
  width: min(670px, 62%);
}

.wnaV2 .v2Kicker {
  color: var(--v2-sand);
}

.wnaV2 .v2Hero h1 {
  margin: 0 0 24px;
  color: var(--v2-white);
}

.wnaV2 .v2Hero h1 span,
.wnaV2 .v2Hero h1 small {
  display: block;
}

.wnaV2 .v2Hero h1 span {
  font-size: 76px;
  line-height: 0.96;
}

.wnaV2 .v2Hero h1 small {
  max-width: 610px;
  margin-top: 12px;
  color: var(--v2-sand);
  font-size: 40px;
  font-weight: 400;
  line-height: 1.08;
}

.wnaV2 .v2HeroLead {
  max-width: 610px;
  margin-bottom: 28px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 18px;
}

.wnaV2 .v2HeroWhatsapp {
  display: inline-block;
  max-width: 580px;
  margin-top: 18px;
  color: rgba(255, 255, 255, 0.9);
  font-size: 13px;
  font-weight: 700;
  text-underline-offset: 4px;
}

.wnaV2 .v2HeroIndex {
  display: flex;
  position: absolute;
  right: 0;
  bottom: 24px;
  align-items: center;
  gap: 4px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 7px;
  padding: 8px;
  color: rgba(255, 255, 255, 0.92);
  background: rgba(0, 24, 40, 0.54);
  backdrop-filter: blur(10px);
  font-size: 10px;
  font-weight: 900;
}

.wnaV2 .v2HeroIndex span {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 7px 9px;
  white-space: nowrap;
}

.wnaV2 .v2HeroIndex span .v2Icon {
  width: 18px;
  height: 18px;
  color: var(--v2-sand);
}

.wnaV2 .v2HeroIndex b {
  font-size: inherit;
  text-transform: uppercase;
}

.wnaV2 .v2HeroIndex i {
  display: flex;
  width: 18px;
  height: 18px;
  align-items: center;
  justify-content: center;
  color: rgba(249, 191, 143, 0.74);
}

.wnaV2 .v2EarlyProof {
  display: grid;
  width: min(1080px, calc(100% - 48px));
  min-height: 82px;
  grid-template-columns: 48px 1fr auto;
  align-items: center;
  gap: 16px;
  margin: -20px auto 0;
  border: 1px solid var(--v2-line);
  border-radius: 6px;
  padding: 14px 20px;
  position: relative;
  z-index: 4;
  color: var(--v2-navy);
  background: var(--v2-white);
  box-shadow: 0 18px 45px rgba(0, 30, 49, 0.12);
  text-decoration: none;
}

.wnaV2 .v2GoogleMark {
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: #f7f9fb;
}

.wnaV2 .v2GoogleMark svg {
  width: 27px;
  height: 27px;
}

.wnaV2 .v2EarlyProof strong,
.wnaV2 .v2EarlyProof small {
  display: block;
}

.wnaV2 .v2EarlyProof small {
  margin-top: 2px;
  color: var(--v2-muted);
}

.wnaV2 .v2ProofAction {
  display: flex;
  align-items: center;
  gap: 9px;
  color: var(--v2-red);
}

.wnaV2 .v2ProofAction small {
  margin: 0;
  color: var(--v2-navy);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.wnaV2 .v2ProofAction .v2Icon {
  width: 22px;
  height: 22px;
}

.wnaV2 .v2HowGrid {
  display: grid;
  grid-template-columns: minmax(310px, 0.72fr) minmax(0, 1.28fr);
  align-items: center;
  gap: 72px;
}

.wnaV2 .v2HowCopy h2 {
  max-width: 450px;
}

.wnaV2 .v2HowCopy p {
  max-width: 520px;
}

.wnaV2 .v2HowVisual {
  position: relative;
  padding-bottom: 58px;
}

.wnaV2 .v2HowVisual > img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  object-position: center;
}

.wnaV2 .v2RouteSteps {
  display: grid;
  position: absolute;
  right: 28px;
  bottom: 0;
  left: 28px;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 0;
  border: 1px solid var(--v2-line);
  border-radius: 6px;
  padding: 0;
  overflow: hidden;
  list-style: none;
  background: var(--v2-white);
  box-shadow: 0 18px 40px rgba(0, 30, 49, 0.12);
}

.wnaV2 .v2RouteSteps::before {
  display: none;
}

.wnaV2 .v2RouteSteps li {
  display: flex;
  min-height: 104px;
  position: relative;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 14px 8px;
  text-align: center;
}

.wnaV2 .v2RouteSteps li + li {
  border-left: 1px solid var(--v2-line);
}

.wnaV2 .v2RouteSteps span {
  display: flex;
  width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  margin: 0 auto 10px;
  border-radius: 50%;
  color: var(--v2-red);
  background: rgba(249, 191, 143, 0.25);
}

.wnaV2 .v2RouteSteps span .v2Icon {
  width: 19px;
  height: 19px;
}

.wnaV2 .v2RouteSteps strong {
  display: block;
  color: var(--v2-navy);
  font-size: 11px;
}

.wnaV2 .v2Emotional {
  position: relative;
  min-height: 660px;
  overflow: hidden;
}

.wnaV2 .v2Emotional > img,
.wnaV2 .v2EmotionalShade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.wnaV2 .v2Emotional > img {
  object-fit: cover;
  object-position: center;
}

.wnaV2 .v2EmotionalShade {
  background: linear-gradient(90deg, rgba(0, 24, 40, 0.82), rgba(0, 24, 40, 0.16) 68%);
}

.wnaV2 .v2Emotional .v2Shell {
  display: flex;
  min-height: 660px;
  position: relative;
  z-index: 2;
  flex-direction: column;
  justify-content: center;
}

.wnaV2 .v2Emotional .v2Coordinate {
  color: var(--v2-sand);
}

.wnaV2 .v2Emotional h2 {
  max-width: 670px;
  margin: 0;
  color: var(--v2-white);
  font-size: 58px;
}

.wnaV2 .v2Independence {
  background: var(--v2-white);
}

.wnaV2 .v2IndependenceGrid {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr);
  gap: 100px;
}

.wnaV2 .v2LongCopy p {
  max-width: 680px;
}

.wnaV2 .v2LongCopy .v2Button {
  margin-top: 14px;
}

.wnaV2 .v2Atlas {
  position: relative;
  padding: 96px 0;
  overflow: hidden;
  color: var(--v2-white);
  background-color: var(--v2-navy);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='420' height='260' viewBox='0 0 420 260'%3E%3Cg fill='none' stroke='%23ffffff' stroke-opacity='.022'%3E%3Cpath d='M-30 70c78-46 150-48 220-4s146 45 240-8'/%3E%3Cpath d='M-30 130c82-42 158-41 229 5s145 45 231-2'/%3E%3Cpath d='M-30 194c76-38 151-38 225 3s149 40 235-3'/%3E%3C/g%3E%3C/svg%3E");
}

.wnaV2 .v2AtlasGrid {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  align-items: center;
  gap: 80px;
}

.wnaV2 .v2Atlas h2,
.wnaV2 .v2Atlas p,
.wnaV2 .v2Atlas .v2TextLink {
  color: var(--v2-white);
}

.wnaV2 .v2AtlasCopy > p:not(.v2Eyebrow) {
  color: rgba(255, 255, 255, 0.76);
}

.wnaV2 .v2CountryField {
  display: grid;
  position: relative;
  grid-template-columns: 1.35fr 1fr 1fr;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.wnaV2 .v2Country {
  min-height: 210px;
  position: relative;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding: 28px 22px;
}

.wnaV2 .v2Country:last-of-type {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.wnaV2 .v2Country span,
.wnaV2 .v2Country strong,
.wnaV2 .v2Country small {
  display: block;
}

.wnaV2 .v2Country span {
  color: var(--v2-sand);
  font-size: 10px;
  font-weight: 900;
  text-transform: uppercase;
}

.wnaV2 .v2Country strong {
  margin: 46px 0 8px;
  color: var(--v2-white);
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 400;
}

.wnaV2 .v2Country small {
  color: rgba(255, 255, 255, 0.63);
}

.wnaV2 .v2CountryCurrent {
  background: rgba(249, 191, 143, 0.1);
}

.wnaV2 .v2CountryCode {
  display: inline-flex;
  width: 36px;
  height: 36px;
  position: absolute;
  top: 22px;
  right: 20px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(249, 191, 143, 0.5);
  border-radius: 50%;
  color: var(--v2-sand);
  font-size: 10px;
  font-weight: 900;
}

.wnaV2 .v2AtlasLine {
  display: none;
  position: absolute;
  right: 8%;
  bottom: 28px;
  left: 8%;
  align-items: center;
  justify-content: space-between;
}

.wnaV2 .v2AtlasLine::before {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  height: 1px;
  background: var(--v2-red);
}

.wnaV2 .v2AtlasLine i {
  width: 7px;
  height: 7px;
  position: relative;
  border-radius: 50%;
  background: var(--v2-red);
}

.wnaV2 .v2Destinations {
  background: var(--v2-paper);
}

.wnaV2 .v2DestinationRail {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 285px;
  gap: 8px;
}

.wnaV2 .v2Destination {
  position: relative;
  min-width: 0;
  overflow: hidden;
  color: var(--v2-white);
  background: var(--v2-navy);
  text-decoration: none;
}

.wnaV2 .v2DestinationWide {
  grid-column: span 2;
}

.wnaV2 .v2Destination img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease-out;
}

.wnaV2 .v2Destination::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 25, 42, 0.88), rgba(0, 25, 42, 0.02) 72%);
}

.wnaV2 .v2Destination:hover img {
  transform: scale(1.025);
}

.wnaV2 .v2Destination > span {
  display: block;
  position: absolute;
  right: 22px;
  bottom: 20px;
  left: 22px;
  z-index: 2;
}

.wnaV2 .v2Destination small,
.wnaV2 .v2Destination strong,
.wnaV2 .v2Destination em {
  display: block;
}

.wnaV2 .v2Destination small {
  margin-bottom: 5px;
  color: var(--v2-sand);
  font-size: 9px;
  font-weight: 900;
}

.wnaV2 .v2Destination strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 29px;
  font-weight: 400;
  line-height: 1.05;
}

.wnaV2 .v2Destination em {
  max-width: 520px;
  margin-top: 8px;
  color: rgba(255, 255, 255, 0.83);
  font-size: 12px;
  font-style: normal;
  line-height: 1.45;
}

.wnaV2 .v2Human {
  padding: 104px 0;
  background: var(--v2-white);
}

.wnaV2 .v2HumanGrid {
  display: grid;
  grid-template-columns: 0.72fr 1.4fr 0.85fr;
  grid-template-rows: 230px 230px;
  gap: 8px;
}

.wnaV2 .v2HumanCopy {
  grid-row: span 2;
  align-self: center;
  padding-right: 42px;
}

.wnaV2 .v2HumanCopy h2 {
  font-size: 43px;
}

.wnaV2 .v2HumanMain {
  grid-row: span 2;
}

.wnaV2 .v2Human figure {
  margin-bottom: 0;
  overflow: hidden;
}

.wnaV2 .v2Human figure:last-child {
  display: none;
}

.wnaV2 .v2Human img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wnaV2 .v2Styles {
  background: #f3f0ea;
}

.wnaV2 .v2StyleGrid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 8px;
}

.wnaV2 .v2Styles .v2SectionIntro + .v2SectionIntro {
  margin-top: -26px;
}

.wnaV2 .v2Style {
  display: flex;
  min-height: 190px;
  position: relative;
  align-items: flex-end;
  overflow: hidden;
  border: 1px solid var(--v2-line);
  padding: 28px;
  color: var(--v2-navy);
  background: var(--v2-white);
  text-decoration: none;
}

.wnaV2 .v2StylePrimary {
  min-height: 410px;
  color: var(--v2-white);
}

.wnaV2 .v2Style img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 500ms ease-out;
}

.wnaV2 .v2Style > .v2StyleMedia {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
}

.wnaV2 .v2StyleMedia img {
  opacity: 0;
}

.wnaV2 .v2StyleMedia img:first-child {
  opacity: 1;
}

.wnaV2 .v2StylePrimary::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 29, 47, 0.9), rgba(0, 29, 47, 0.02) 70%);
}

.wnaV2 .v2StyleWithMedia {
  color: var(--v2-white);
}

.wnaV2 .v2StyleWithMedia::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 29, 47, 0.92), rgba(0, 29, 47, 0.08) 82%);
}

.wnaV2 .v2Style:hover img {
  transform: scale(1.025);
}

.wnaV2 .v2Style:is(:hover, :focus-visible) .v2StyleMediaTwo img:first-child {
  animation: v2-style-two-first 5.2s ease-in-out infinite;
}

.wnaV2 .v2Style:is(:hover, :focus-visible) .v2StyleMediaTwo img:nth-child(2) {
  animation: v2-style-two-second 5.2s ease-in-out infinite;
}

.wnaV2 .v2Style:is(:hover, :focus-visible) .v2StyleMediaThree img:first-child {
  animation: v2-style-three-first 7.8s ease-in-out infinite;
}

.wnaV2 .v2Style:is(:hover, :focus-visible) .v2StyleMediaThree img:nth-child(2) {
  animation: v2-style-three-second 7.8s ease-in-out infinite;
}

.wnaV2 .v2Style:is(:hover, :focus-visible) .v2StyleMediaThree img:nth-child(3) {
  animation: v2-style-three-third 7.8s ease-in-out infinite;
}

@keyframes v2-style-two-first {
  0%, 44%, 100% { opacity: 1; }
  52%, 94% { opacity: 0; }
}

@keyframes v2-style-two-second {
  0%, 44%, 100% { opacity: 0; }
  52%, 94% { opacity: 1; }
}

@keyframes v2-style-three-first {
  0%, 27%, 100% { opacity: 1; }
  34%, 94% { opacity: 0; }
}

@keyframes v2-style-three-second {
  0%, 27%, 61%, 100% { opacity: 0; }
  34%, 54% { opacity: 1; }
}

@keyframes v2-style-three-third {
  0%, 61%, 100% { opacity: 0; }
  68%, 94% { opacity: 1; }
}

.wnaV2 .v2Style > span {
  position: relative;
  z-index: 1;
}

.wnaV2 .v2Style small,
.wnaV2 .v2Style strong,
.wnaV2 .v2Style em {
  display: block;
}

.wnaV2 .v2Style small {
  margin-bottom: 9px;
  color: var(--v2-red);
  font-size: 9px;
  font-weight: 900;
}

.wnaV2 .v2StylePrimary small {
  color: var(--v2-sand);
}

.wnaV2 .v2StyleWithMedia small {
  color: var(--v2-sand);
}

.wnaV2 .v2Style strong {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.1;
}

.wnaV2 .v2Style em {
  max-width: 520px;
  margin-top: 10px;
  color: var(--v2-muted);
  font-size: 13px;
  font-style: normal;
}

.wnaV2 .v2StylePrimary em {
  color: rgba(255, 255, 255, 0.82);
}

.wnaV2 .v2StyleWithMedia em {
  color: rgba(255, 255, 255, 0.82);
}

.wnaV2 .v2StyleSecondary {
  color: var(--v2-white);
  background: var(--v2-navy);
}

.wnaV2 .v2StyleSecondary em {
  color: rgba(255, 255, 255, 0.75);
}

.wnaV2 .v2Featured {
  background: var(--v2-white);
}

.wnaV2 .v2TourRail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.wnaV2 .v2Tour {
  display: flex;
  min-width: 0;
  flex-direction: column;
  border-top: 3px solid var(--v2-navy);
  border-bottom: 1px solid var(--v2-line);
  background: var(--v2-paper);
}

.wnaV2 .v2Tour > a:first-child {
  overflow: hidden;
}

.wnaV2 .v2Tour img {
  width: 100%;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  transition: transform 400ms ease-out;
}

.wnaV2 .v2Tour:hover img {
  transform: scale(1.025);
}

.wnaV2 .v2Tour > div {
  display: flex;
  flex: 1;
  flex-direction: column;
  padding: 24px;
}

.wnaV2 .v2Tour > div > small {
  color: var(--v2-red);
  font-size: 9px;
  font-weight: 900;
}

.wnaV2 .v2Tour h3 {
  min-height: 50px;
  margin: 8px 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 400;
}

.wnaV2 .v2Tour dl {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 16px;
  border-top: 1px solid var(--v2-line);
  border-bottom: 1px solid var(--v2-line);
}

.wnaV2 .v2Tour dl div {
  padding: 10px 0;
}

.wnaV2 .v2Tour dl div + div {
  border-left: 1px solid var(--v2-line);
  padding-left: 14px;
}

.wnaV2 .v2Tour dt {
  color: #71808a;
  font-size: 9px;
  font-weight: 900;
  text-transform: uppercase;
}

.wnaV2 .v2Tour dd {
  margin: 2px 0 0;
  color: var(--v2-navy);
  font-size: 12px;
  font-weight: 800;
}

.wnaV2 .v2Tour p {
  flex: 1;
  font-size: 14px;
}

.wnaV2 .v2Why {
  color: var(--v2-white);
  background: var(--v2-navy);
}

.wnaV2 .v2WhyGrid {
  display: grid;
  grid-template-columns: minmax(0, 0.86fr) minmax(0, 1.14fr);
  gap: 90px;
}

.wnaV2 .v2Why h2,
.wnaV2 .v2Why h3,
.wnaV2 .v2Why p {
  color: var(--v2-white);
}

.wnaV2 .v2Why h2 {
  max-width: 560px;
  font-size: 46px;
}

.wnaV2 .v2Why p {
  color: rgba(255, 255, 255, 0.76);
}

.wnaV2 .v2Principles {
  border-top: 1px solid rgba(255, 255, 255, 0.17);
}

.wnaV2 .v2Principles article {
  display: grid;
  grid-template-columns: 52px 0.72fr 1fr;
  align-items: center;
  gap: 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.17);
  padding: 20px 0;
}

.wnaV2 .v2Principles span {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(249, 191, 143, 0.4);
  border-radius: 50%;
  color: var(--v2-sand);
}

.wnaV2 .v2Principles span .v2Icon {
  width: 18px;
  height: 18px;
}

.wnaV2 .v2Principles h3,
.wnaV2 .v2Principles p {
  margin-bottom: 0;
}

.wnaV2 .v2Principles h3 {
  font-size: 16px;
}

.wnaV2 .v2Principles p {
  font-size: 13px;
}

.wnaV2 .v2Reviews {
  background: #f2eee7;
}

.wnaV2 .v2ReviewsHead {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(300px, 0.72fr);
  align-items: end;
  gap: 72px;
  margin-bottom: 42px;
}

.wnaV2 .v2ProofTopics {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-top: 1px solid var(--v2-line);
}

.wnaV2 .v2ProofTopics span {
  border-bottom: 1px solid var(--v2-line);
  padding: 14px 10px 14px 0;
  color: var(--v2-navy);
  font-size: 12px;
  font-weight: 800;
}

.wnaV2 .v2ReviewsEmbed {
  min-height: 430px;
  overflow: hidden;
  border: 1px solid var(--v2-line);
  border-radius: 6px;
  padding: 18px;
  background: var(--v2-white);
}

.wnaV2 .v2ReviewsEmbed .elfsight-app-7e3074a5-413f-4a76-b59a-adf6e92efd23 {
  min-height: 390px;
}

.wnaV2 .v2ReviewActions {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-top: 26px;
}

.wnaV2 .v2Authority {
  display: grid;
  min-height: 580px;
  grid-template-columns: 1.15fr 0.85fr;
  background: var(--v2-navy-deep);
}

.wnaV2 .v2AuthorityImage {
  min-height: 580px;
}

.wnaV2 .v2AuthorityImage img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.wnaV2 .v2AuthorityCopy {
  display: flex;
  max-width: 650px;
  flex-direction: column;
  justify-content: center;
  padding: 72px;
}

.wnaV2 .v2AuthorityCopy h2,
.wnaV2 .v2AuthorityCopy p {
  color: var(--v2-white);
}

.wnaV2 .v2AuthorityCopy p {
  color: rgba(255, 255, 255, 0.74);
}

.wnaV2 .v2AuthorityCopy .v2Button {
  align-self: flex-start;
  margin-top: 16px;
}

.wnaV2 .v2Secondary {
  background: var(--v2-white);
}

.wnaV2 .v2SecondaryGrid {
  display: grid;
  grid-template-columns: 0.9fr 1.1fr;
  gap: 90px;
}

.wnaV2 .v2SecondaryList {
  border-top: 1px solid var(--v2-line);
}

.wnaV2 .v2SecondaryList article {
  display: grid;
  grid-template-columns: 115px 1fr;
  align-items: center;
  border-bottom: 1px solid var(--v2-line);
  padding: 24px 0;
}

.wnaV2 .v2SecondaryList span {
  color: var(--v2-red);
  font-size: 10px;
  font-weight: 900;
}

.wnaV2 .v2SecondaryList h3 {
  margin-bottom: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 25px;
  font-weight: 400;
}

.wnaV2 .v2Faq {
  border-top: 1px solid var(--v2-line);
  background: var(--v2-paper);
}

.wnaV2 .v2FaqGrid {
  display: grid;
  grid-template-columns: 0.72fr 1.28fr;
  gap: 90px;
}

.wnaV2 .v2Accordion {
  border-top: 1px solid var(--v2-line);
}

.wnaV2 .v2Accordion details {
  border-bottom: 1px solid var(--v2-line);
}

.wnaV2 .v2Accordion summary {
  min-height: 68px;
  position: relative;
  padding: 21px 48px 18px 0;
  color: var(--v2-navy);
  cursor: pointer;
  font-size: 16px;
  font-weight: 900;
  list-style: none;
}

.wnaV2 .v2Accordion summary::-webkit-details-marker {
  display: none;
}

.wnaV2 .v2Accordion summary::after {
  content: "+";
  position: absolute;
  top: 16px;
  right: 4px;
  color: var(--v2-red);
  font-size: 26px;
  font-weight: 400;
}

.wnaV2 .v2Accordion details[open] summary::after {
  content: "−";
}

.wnaV2 .v2Accordion details p {
  max-width: 720px;
  padding: 0 48px 22px 0;
  font-size: 15px;
}

.wnaV2 .v2Confidence {
  background: #f1e9df;
  padding-block: 88px;
}

.wnaV2 .v2BookingSteps {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 8px;
  margin: 46px 0 0;
  padding: 0;
  list-style: none;
}

.wnaV2 .v2BookingSteps li {
  min-height: 154px;
  position: relative;
  border-top: 3px solid var(--v2-navy);
  padding: 18px;
  background: rgba(255, 255, 255, 0.52);
}

.wnaV2 .v2BookingSteps li:last-child {
  border-top-color: var(--v2-red);
}

.wnaV2 .v2BookingSteps span {
  display: inline-flex;
  width: 36px;
  height: 36px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: var(--v2-red);
  background: rgba(214, 40, 40, 0.09);
}

.wnaV2 .v2BookingSteps span .v2Icon {
  width: 18px;
  height: 18px;
}

.wnaV2 .v2BookingSteps small {
  position: absolute;
  top: 20px;
  right: 18px;
  color: rgba(0, 46, 73, 0.5);
  font-size: 9px;
  font-weight: 900;
}

.wnaV2 .v2BookingSteps p {
  margin-top: 20px;
  color: var(--v2-navy);
  font-size: 15px;
  font-weight: 800;
}

.wnaV2 .v2ConfidenceActions {
  flex-direction: row;
  justify-content: center;
  gap: 12px;
}

.wnaV2 .v2Final {
  position: relative;
  min-height: 560px;
  overflow: hidden;
  color: var(--v2-white);
}

.wnaV2 .v2Final > img,
.wnaV2 .v2FinalShade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.wnaV2 .v2Final > img {
  object-fit: cover;
  object-position: center 58%;
}

.wnaV2 .v2FinalShade {
  background: linear-gradient(90deg, rgba(0, 24, 40, 0.9), rgba(0, 24, 40, 0.24) 72%);
}

.wnaV2 .v2FinalInner {
  display: grid;
  min-height: 560px;
  position: relative;
  z-index: 2;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 60px;
}

.wnaV2 .v2Final h2,
.wnaV2 .v2Final p {
  color: var(--v2-white);
}

.wnaV2 .v2Final p {
  max-width: 680px;
  color: rgba(255, 255, 255, 0.84);
}

.wnaV2 .v2Final small {
  display: block;
  max-width: 660px;
  color: rgba(255, 255, 255, 0.66);
  line-height: 1.5;
}

.wnaV2 .v2Final .v2Actions {
  flex-direction: column;
  min-width: 230px;
}

.wnaV2 .v2WhatsappFloat {
  display: flex;
  position: fixed;
  right: 22px;
  bottom: 22px;
  z-index: 45;
  min-height: 48px;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 8px;
  padding: 0 16px 0 8px;
  color: var(--v2-white);
  background: #1d6f43;
  box-shadow: 0 14px 34px rgba(0, 30, 49, 0.22);
  text-decoration: none;
}

.wnaV2 .v2WhatsappFloat span {
  display: flex;
  width: 34px;
  height: 34px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #1d6f43;
  background: var(--v2-white);
}

.wnaV2 .v2WhatsappFloat span svg {
  width: 19px;
  height: 19px;
  fill: currentColor;
}

.wnaV2 .v2WhatsappFloat strong {
  font-size: 12px;
}

.wnaV2 .v2MobileBar {
  display: none;
}

@media (max-width: 1100px) {
  .wnaV2 .v2Page {
    padding-top: 0;
  }

  .wnaV2 .v2Page section[id] {
    scroll-margin-top: 145px;
  }

  .wnaV2 .v2Section {
    padding: 82px 0;
  }

  .wnaV2 h2 {
    font-size: 44px;
  }

  .wnaV2 .v2Hero,
  .wnaV2 .v2HeroInner {
    min-height: 620px;
  }

  .wnaV2 .v2Hero h1 span {
    font-size: 64px;
  }

  .wnaV2 .v2Hero h1 small {
    font-size: 34px;
  }

  .wnaV2 .v2HeroIndex {
    display: none;
  }

  .wnaV2 .v2HowGrid,
  .wnaV2 .v2AtlasGrid,
  .wnaV2 .v2WhyGrid,
  .wnaV2 .v2FaqGrid {
    gap: 54px;
  }

  .wnaV2 .v2DestinationRail {
    grid-template-columns: repeat(2, 1fr);
  }

  .wnaV2 .v2HumanGrid {
    grid-template-columns: 0.75fr 1.25fr;
    grid-template-rows: auto 230px 230px;
  }

  .wnaV2 .v2HumanCopy {
    grid-column: span 2;
    grid-row: auto;
    max-width: 720px;
    padding-right: 0;
  }

  .wnaV2 .v2HumanMain {
    grid-row: span 2;
  }

  .wnaV2 .v2Human figure:last-child {
    display: none;
  }

  .wnaV2 .v2AuthorityCopy {
    padding: 52px;
  }

  .wnaV2 .v2BookingSteps {
    grid-template-columns: repeat(3, 1fr);
  }

  .wnaV2 .v2BookingSteps li:nth-child(4),
  .wnaV2 .v2BookingSteps li:nth-child(5) {
    border-top-color: var(--v2-line);
  }
}

@media (max-width: 820px) {
  .wnaV2 .v2Shell {
    width: min(100% - 32px, 720px);
  }

  .wnaV2 .v2Section {
    padding: 70px 0;
  }

  .wnaV2 h2 {
    font-size: 38px;
  }

  .wnaV2 .v2Why h2 {
    font-size: 38px;
  }

  .wnaV2 .v2SectionHeadSplit,
  .wnaV2 .v2HowGrid,
  .wnaV2 .v2IndependenceGrid,
  .wnaV2 .v2AtlasGrid,
  .wnaV2 .v2WhyGrid,
  .wnaV2 .v2ReviewsHead,
  .wnaV2 .v2SecondaryGrid,
  .wnaV2 .v2FaqGrid,
  .wnaV2 .v2FinalInner {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .wnaV2 .v2HeroCopy {
    width: min(620px, 88%);
  }

  .wnaV2 .v2Hero h1 span {
    font-size: 54px;
  }

  .wnaV2 .v2Hero h1 small {
    font-size: 31px;
  }

  .wnaV2 .v2HowVisual {
    margin-top: 8px;
  }

  .wnaV2 .v2Emotional,
  .wnaV2 .v2Emotional .v2Shell {
    min-height: 520px;
  }

  .wnaV2 .v2Emotional h2 {
    font-size: 45px;
  }

  .wnaV2 .v2CountryField {
    grid-template-columns: 1.3fr 1fr 1fr;
  }

  .wnaV2 .v2Country {
    min-height: 200px;
    padding: 20px 16px;
  }

  .wnaV2 .v2Country strong {
    margin-top: 50px;
    font-size: 25px;
  }

  .wnaV2 .v2TourRail {
    grid-template-columns: 1fr;
  }

  .wnaV2 .v2Tour {
    display: grid;
    grid-template-columns: 0.9fr 1.1fr;
  }

  .wnaV2 .v2Tour img {
    height: 100%;
    aspect-ratio: auto;
  }

  .wnaV2 .v2Principles article {
    grid-template-columns: 44px 0.8fr 1.2fr;
  }

  .wnaV2 .v2Authority {
    grid-template-columns: 1fr;
  }

  .wnaV2 .v2AuthorityImage {
    min-height: 430px;
  }

  .wnaV2 .v2AuthorityCopy {
    max-width: none;
  }

  .wnaV2 .v2FinalInner {
    justify-items: start;
  }

  .wnaV2 .v2Final .v2Actions {
    width: 100%;
    max-width: 520px;
    min-width: 0;
    flex-direction: row;
  }

  .wnaV2 .v2Final .v2Button {
    flex: 1;
  }
}

@media (max-width: 620px) {
  .wnaV2 {
    padding-bottom: 66px;
  }

  .wnaV2 .v2Shell {
    width: min(100% - 24px, 560px);
  }

  .wnaV2 .v2Section {
    padding: 58px 0;
  }

  .wnaV2 h2 {
    font-size: 34px;
    line-height: 1.04;
  }

  .wnaV2 .v2Why h2 {
    font-size: 34px;
  }

  .wnaV2 p {
    font-size: 16px;
  }

  .wnaV2 .v2Hero,
  .wnaV2 .v2HeroInner {
    min-height: 610px;
  }

  .wnaV2 .v2HeroImage {
    object-position: 64% center;
  }

  .wnaV2 .v2HeroShade {
    background: linear-gradient(90deg, rgba(0, 20, 33, 0.91), rgba(0, 20, 33, 0.32));
  }

  .wnaV2 .v2HeroInner {
    justify-content: flex-end;
    padding: 50px 0 38px;
  }

  .wnaV2 .v2HeroCopy {
    width: 100%;
  }

  .wnaV2 .v2Hero h1 span {
    font-size: 43px;
    line-height: 0.98;
  }

  .wnaV2 .v2Hero h1 small {
    max-width: 360px;
    font-size: 26px;
  }

  .wnaV2 .v2HeroLead {
    max-width: 420px;
    font-size: 15px;
  }

  .wnaV2 .v2Actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .wnaV2 .v2Hero .v2Actions .v2ButtonGhost {
    display: none;
  }

  .wnaV2 .v2HeroWhatsapp {
    font-size: 12px;
  }

  .wnaV2 .v2EarlyProof {
    width: calc(100% - 24px);
    min-height: 82px;
    grid-template-columns: 42px 1fr auto;
    gap: 12px;
    margin-top: -16px;
    padding: 12px 14px;
  }

  .wnaV2 .v2GoogleMark {
    width: 38px;
    height: 38px;
    font-size: 21px;
  }

  .wnaV2 .v2EarlyProof small {
    display: none;
  }

  .wnaV2 .v2HowVisual {
    padding-bottom: 0;
  }

  .wnaV2 .v2HowVisual > img {
    aspect-ratio: 4 / 3;
  }

  .wnaV2 .v2RouteSteps {
    display: grid;
    position: relative;
    inset: auto;
    grid-template-columns: 1fr;
    gap: 0;
    margin: 0;
    border-top: 0;
    padding: 6px 18px;
    box-shadow: none;
  }

  .wnaV2 .v2RouteSteps::before {
    top: 20px;
    bottom: 20px;
    left: 31px;
    width: 1px;
    height: auto;
  }

  .wnaV2 .v2RouteSteps li {
    display: grid;
    grid-template-columns: 42px 1fr;
    align-items: center;
    gap: 12px;
    min-height: 54px;
    text-align: left;
  }

  .wnaV2 .v2RouteSteps li + li {
    border-top: 1px solid var(--v2-line);
    border-left: 0;
  }

  .wnaV2 .v2RouteSteps span {
    margin: 0;
  }

  .wnaV2 .v2RouteSteps strong {
    font-size: 12px;
  }

  .wnaV2 .v2Emotional,
  .wnaV2 .v2Emotional .v2Shell {
    min-height: 500px;
  }

  .wnaV2 .v2Emotional > img {
    object-position: 62% center;
  }

  .wnaV2 .v2Emotional h2 {
    max-width: 350px;
    font-size: 38px;
  }

  .wnaV2 .v2Atlas {
    padding: 64px 0;
  }

  .wnaV2 .v2CountryField {
    grid-template-columns: 1fr;
    border-bottom: 0;
  }

  .wnaV2 .v2Country {
    min-height: 0;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 20px;
  }

  .wnaV2 .v2Country:last-of-type {
    border-right: 0;
  }

  .wnaV2 .v2Country strong {
    margin: 16px 0 4px;
  }

  .wnaV2 .v2AtlasLine {
    display: none;
  }

  .wnaV2 .v2Destinations .v2Shell {
    width: 100%;
  }

  .wnaV2 .v2Destinations .v2SectionHead,
  .wnaV2 .v2Destinations .v2SectionIntro,
  .wnaV2 .v2Destinations .v2Center {
    width: calc(100% - 24px);
    margin-right: auto;
    margin-left: auto;
  }

  .wnaV2 .v2DestinationRail {
    display: grid;
    grid-auto-columns: 84%;
    grid-auto-flow: column;
    grid-auto-rows: 390px;
    grid-template-columns: none;
    gap: 8px;
    overflow-x: auto;
    padding: 0 12px 12px;
    scroll-padding-left: 12px;
    scroll-snap-type: x mandatory;
  }

  .wnaV2 .v2Destination,
  .wnaV2 .v2DestinationWide {
    grid-column: auto;
    scroll-snap-align: start;
  }

  .wnaV2 .v2Human {
    padding: 58px 0;
  }

  .wnaV2 .v2HumanGrid {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto 270px 180px;
  }

  .wnaV2 .v2HumanCopy {
    grid-column: span 2;
  }

  .wnaV2 .v2HumanCopy h2 {
    font-size: 34px;
  }

  .wnaV2 .v2HumanMain {
    grid-column: span 2;
    grid-row: auto;
  }

  .wnaV2 .v2Human figure:last-child {
    display: block;
    grid-column: auto;
  }

  .wnaV2 .v2StyleGrid {
    grid-template-columns: 1fr;
  }

  .wnaV2 .v2StylePrimary {
    min-height: 360px;
  }

  .wnaV2 .v2Tour {
    display: block;
  }

  .wnaV2 .v2Tour img {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 10;
  }

  .wnaV2 .v2Tour h3 {
    min-height: 0;
  }

  .wnaV2 .v2Principles article {
    grid-template-columns: 38px 1fr;
    gap: 10px;
  }

  .wnaV2 .v2Principles article p {
    grid-column: 2;
  }

  .wnaV2 .v2ProofTopics {
    grid-template-columns: 1fr;
  }

  .wnaV2 .v2ReviewsEmbed {
    min-height: 540px;
    padding: 8px;
  }

  .wnaV2 .v2ReviewsEmbed .elfsight-app-7e3074a5-413f-4a76-b59a-adf6e92efd23 {
    min-height: 500px;
  }

  .wnaV2 .v2ReviewActions {
    align-items: stretch;
    flex-direction: column;
  }

  .wnaV2 .v2Authority,
  .wnaV2 .v2AuthorityImage {
    min-height: 0;
  }

  .wnaV2 .v2AuthorityImage {
    aspect-ratio: 4 / 3;
  }

  .wnaV2 .v2AuthorityCopy {
    padding: 48px 24px;
  }

  .wnaV2 .v2SecondaryList article {
    grid-template-columns: 88px 1fr;
    gap: 10px;
  }

  .wnaV2 .v2SecondaryList h3 {
    font-size: 21px;
  }

  .wnaV2 .v2Accordion summary {
    min-height: 62px;
    padding-top: 18px;
  }

  .wnaV2 .v2BookingSteps {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .wnaV2 .v2BookingSteps li {
    display: grid;
    min-height: 72px;
    grid-template-columns: 44px 1fr;
    align-items: center;
    gap: 12px;
    border-right: 0;
    border-top: 0;
    border-left: 3px solid rgba(0, 46, 73, 0.28);
    padding: 14px 48px 14px 14px;
    background: rgba(255, 255, 255, 0.58);
  }

  .wnaV2 .v2BookingSteps li:last-child {
    border-left-color: var(--v2-red);
  }

  .wnaV2 .v2BookingSteps small {
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
  }

  .wnaV2 .v2BookingSteps p {
    margin: 0;
  }

  .wnaV2 .v2ConfidenceActions {
    display: grid;
    width: 100%;
    grid-template-columns: 1fr;
  }

  .wnaV2 .v2Final,
  .wnaV2 .v2FinalInner {
    min-height: 600px;
  }

  .wnaV2 .v2Final > img {
    object-position: 64% center;
  }

  .wnaV2 .v2Final .v2Actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .wnaV2 .v2WhatsappFloat {
    display: none;
  }

  .wnaV2 .v2MobileBar {
    display: grid;
    position: fixed;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 70;
    grid-template-columns: 1.2fr 1fr;
    gap: 1px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
    padding: 7px;
    background: var(--v2-navy-deep);
  }

  .wnaV2 .v2MobileBar a {
    display: flex;
    min-height: 48px;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    color: var(--v2-white);
    background: var(--v2-red);
    font-size: 12px;
    font-weight: 900;
    text-decoration: none;
    text-transform: uppercase;
  }

  .wnaV2 .v2MobileBar a:last-child {
    border: 1px solid rgba(255, 255, 255, 0.34);
    background: transparent;
  }
}

@media (prefers-reduced-motion: reduce) {
  .wnaV2 *,
  .wnaV2 *::before,
  .wnaV2 *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
