.gcv-pde {
  --pde-ink: #062f3a;
  --pde-ink-soft: #0b4551;
  --pde-teal: #38a8b5;
  --pde-gold: #fdc400;
  --pde-coral: #f58b62;
  --pde-cream: #f3f8f8;
  --pde-white: #fff;
  position: relative;
  width: 100vw;
  max-width: 100vw;
  margin-inline: calc(50% - 50vw);
  padding: clamp(3rem, 4.2vw, 5rem) clamp(1rem, 3vw, 2.5rem);
  overflow: hidden;
  isolation: isolate;
  color: var(--pde-ink);
  background: linear-gradient(180deg, #043e5c 0%, #075c7f 24%, #94d3e6 48%, #e7f5f4 73%, #fff0d4 100%) !important;
}

.gcv-pde,
.gcv-pde *,
.gcv-pde::before,
.gcv-pde::after,
.gcv-pde *::before,
.gcv-pde *::after {
  border-radius: .4rem !important;
}

html body[class][class] .gcv-pde.gcv-pde {
  background: linear-gradient(180deg, #043e5c 0%, #075c7f 24%, #94d3e6 48%, #e7f5f4 73%, #fff0d4 100%) !important;
}

.gcv-pde::before,
.gcv-pde::after {
  content: "";
  position: absolute;
  z-index: -1;
  pointer-events: none;
}

.gcv-pde::before {
  z-index: -2;
  inset: -5% -8%;
  background: url("/wp-content/uploads/2026/03/cloud-back.avif") center / cover no-repeat;
  opacity: .5;
  filter: saturate(.92) brightness(1.08);
  transform: translate3d(-2%, 0, 0) scale(1.06);
  animation: gcv-pde-cloud-drift 32s ease-in-out infinite alternate;
  will-change: transform;
}

.gcv-pde::after {
  inset: 0;
  background:
    radial-gradient(circle at 85% 12%, rgba(255, 215, 106, .28), transparent 28%),
    linear-gradient(180deg, rgba(2, 25, 42, .38), rgba(2, 34, 51, .12) 32%, rgba(255, 255, 255, .24) 42%, rgba(255, 255, 255, .72) 62%, rgba(246, 251, 250, .91));
}

.gcv-pde__inner {
  position: relative;
  z-index: 1;
  width: min(100%, 92rem);
  margin-inline: auto;
}

.gcv-pde__intro {
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(19rem, .75fr);
  gap: clamp(1.5rem, 4vw, 4rem);
  align-items: end;
  margin-bottom: clamp(2rem, 3.5vw, 3.25rem);
}

.gcv-pde__eyebrow,
.gcv-pde__collection-kicker {
  display: inline-flex;
  align-items: center;
  gap: .7rem;
  margin: 0 0 .65rem;
  color: #168a99;
  font-family: var(--e-global-typography-5875d92-font-family), Outfit, sans-serif;
  font-size: clamp(.76rem, .9vw, .9rem);
  font-weight: 800;
  line-height: 1.2;
  letter-spacing: .13em;
  text-transform: uppercase;
}

.gcv-pde__eyebrow {
  color: #ffd45a;
  text-shadow: 0 1px 2px rgba(0, 31, 47, .35);
}

.gcv-pde__eyebrow::before {
  background: #fff;
}

.gcv-pde__eyebrow::before,
.gcv-pde__collection-kicker::before {
  content: "";
  width: 2.4rem;
  height: 2px;
  background: currentColor;
}

.gcv-pde__title {
  max-width: 13ch;
  margin: 0;
  color: #fff !important;
  font-family: var(--e-global-typography-primary-font-family), Outfit, sans-serif;
  font-size: clamp(2.7rem, 3.8vw, 4.55rem) !important;
  font-weight: 700 !important;
  line-height: .92 !important;
  letter-spacing: -.055em !important;
  text-wrap: balance;
  text-shadow: 0 2px 8px rgba(0, 34, 50, .24);
}

.gcv-pde__title-accent {
  display: block;
  color: #ffd45a;
}

.gcv-pde__intro-copy {
  align-self: end;
  padding-bottom: .35rem;
}

.gcv-pde__summary {
  margin: 0 0 1.1rem;
  color: #fff;
  font-size: clamp(.98rem, 1.25vw, 1.14rem);
  line-height: 1.5;
  text-shadow: 0 1px 2px rgba(0, 34, 50, .42);
}

.gcv-pde__intro-actions,
.gcv-pde__closing-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .8rem;
  align-items: center;
}

.gcv-pde__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .65rem;
  min-height: 3rem;
  padding: .72rem 1.05rem;
  border: 1px solid transparent;
  color: #fff !important;
  background: var(--pde-teal);
  box-shadow: 0 .75rem 1.8rem rgba(6, 47, 58, .13);
  font-size: .95rem;
  font-weight: 800;
  line-height: 1.1;
  text-decoration: none !important;
  transition: transform .3s ease, background-color .3s ease, color .3s ease, border-color .3s ease;
}

.gcv-pde__button::after {
  content: "→";
  font-size: 1.25em;
  line-height: 1;
}

.gcv-pde__button:hover,
.gcv-pde__button:focus-visible {
  color: var(--pde-ink) !important;
  background: var(--pde-gold);
  transform: translateY(-2px);
}

.gcv-pde__button--ghost {
  color: var(--pde-ink) !important;
  border-color: rgba(56, 168, 181, .4);
  background: rgba(255, 255, 255, .78);
  box-shadow: none;
  backdrop-filter: blur(10px);
}

.gcv-pde__button--ghost:hover,
.gcv-pde__button--ghost:focus-visible {
  color: var(--pde-ink) !important;
  border-color: var(--pde-teal);
  background: #fff;
}

.gcv-pde__trust {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem 1.1rem;
  margin: .9rem 0 0;
  padding: 0;
  color: rgba(255, 255, 255, .92);
  font-size: .82rem;
  font-weight: 650;
  list-style: none;
}

.gcv-pde__trust li {
  display: inline-flex;
  align-items: center;
  gap: .45rem;
}

.gcv-pde__trust li::before {
  content: "";
  width: .42rem;
  height: .42rem;
  background: var(--pde-gold);
  box-shadow: 0 0 0 .22rem rgba(253, 196, 0, .12);
}

.gcv-pde__grid {
  display: grid;
  grid-template-columns: repeat(12, minmax(0, 1fr));
  gap: clamp(.85rem, 1.4vw, 1.35rem);
}

.gcv-pde-card {
  position: relative;
  grid-column: span 4;
  min-height: clamp(16rem, 19vw, 19rem);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .78);
  color: #fff !important;
  background: #7dcce0;
  box-shadow: 0 1.15rem 2.8rem rgba(16, 94, 111, .16), inset 0 0 0 1px rgba(255, 255, 255, .18);
  text-decoration: none !important;
  isolation: isolate;
  transform: translateZ(0);
}

.gcv-pde-card--wide {
  grid-column: span 7;
  min-height: clamp(20rem, 25vw, 25rem);
}

.gcv-pde-card--feature {
  grid-column: span 5;
  min-height: clamp(20rem, 25vw, 25rem);
}

.gcv-pde-card--half {
  grid-column: span 6;
  min-height: clamp(18rem, 21vw, 21rem);
}

.gcv-pde-card__media,
.gcv-pde-card__image,
.gcv-pde-card__shade {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.gcv-pde-card__media {
  z-index: -3;
  overflow: hidden;
  background-color: #a7dfee;
  background-image: var(--gcv-pde-image, none);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1);
  transition: transform .8s cubic-bezier(.2, .7, .2, 1);
  will-change: transform;
}

.gcv-pde-card__image {
  position: absolute !important;
  inset: -1px !important;
  display: block !important;
  width: calc(100% + 2px) !important;
  height: calc(100% + 2px) !important;
  min-width: 100%;
  min-height: 100%;
  max-width: none !important;
  max-height: none !important;
  margin: 0 !important;
  padding: 0 !important;
  aspect-ratio: auto !important;
  box-sizing: border-box !important;
  object-fit: cover;
  object-position: center;
  filter: saturate(1.12) brightness(1.09) contrast(.96);
  transform: scale(1.035);
  transition: transform .8s cubic-bezier(.2, .7, .2, 1), filter .5s ease;
}

.gcv-pde-card__shade {
  z-index: -2;
  background: linear-gradient(0deg, rgba(2, 22, 27, 1) 0%, rgba(2, 22, 27, .92) 22%, rgba(2, 22, 27, .58) 48%, rgba(2, 22, 27, 0) 80%);
  mix-blend-mode: multiply;
  transition: background-color .4s ease;
}

.gcv-pde-card::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background: linear-gradient(112deg, transparent 18%, rgba(255, 255, 255, .06) 35%, rgba(255, 255, 255, .34) 48%, rgba(255, 255, 255, .08) 61%, transparent 78%);
  transform: translateX(-125%);
  transition: transform .8s cubic-bezier(.2, .7, .2, 1);
  pointer-events: none;
}

.gcv-pde-card__topline {
  position: absolute;
  top: clamp(.8rem, 1.3vw, 1.15rem);
  left: clamp(.8rem, 1.3vw, 1.15rem);
  right: clamp(.8rem, 1.3vw, 1.15rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
}

.gcv-pde-card__number,
.gcv-pde-card__type {
  display: inline-flex;
  align-items: center;
  min-height: 1.75rem;
  padding: .34rem .62rem;
  border: 1px solid rgba(255, 255, 255, .74);
  color: var(--pde-ink);
  background: rgba(255, 255, 255, .74);
  backdrop-filter: blur(12px);
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.gcv-pde-card__content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: grid;
  gap: .62rem;
  padding: clamp(1rem, 1.8vw, 1.55rem);
}

.gcv-pde-card__location {
  margin: 0;
  color: #fff !important;
  font-family: var(--e-global-typography-primary-font-family), Outfit, sans-serif;
  font-size: clamp(1.55rem, 2.4vw, 2.55rem) !important;
  font-weight: 700 !important;
  line-height: .98 !important;
  letter-spacing: -.035em !important;
  text-wrap: balance;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .48);
}

.gcv-pde-card__description {
  max-width: 42rem;
  margin: 0;
  color: #fff;
  font-size: clamp(.84rem, 1vw, .96rem);
  line-height: 1.38;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .55);
}

.gcv-pde-card__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  padding-top: .35rem;
}

.gcv-pde-card__highlights {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem;
}

.gcv-pde-card__highlight {
  padding: .35rem .58rem;
  color: var(--pde-ink);
  background: rgba(255, 255, 255, .74);
  font-size: .72rem;
  font-weight: 750;
  backdrop-filter: blur(8px);
}

.gcv-pde-card__arrow {
  display: grid;
  flex: 0 0 auto;
  width: 2.55rem;
  height: 2.55rem;
  place-items: center;
  color: var(--pde-ink);
  background: linear-gradient(135deg, #ffd05a, var(--pde-coral));
  box-shadow: 0 .5rem 1.2rem rgba(6, 47, 58, .18);
  font-size: 1.35rem;
  line-height: 1;
  transition: transform .35s ease, background-color .35s ease;
}

.gcv-pde-card:hover .gcv-pde-card__media,
.gcv-pde-card:focus-visible .gcv-pde-card__media {
  transform: scale(1.065);
}

.gcv-pde-card:hover::before,
.gcv-pde-card:focus-visible::before {
  transform: translateX(125%);
}

.gcv-pde-card:hover .gcv-pde-card__image,
.gcv-pde-card:focus-visible .gcv-pde-card__image {
  filter: saturate(1.18) brightness(1.12) contrast(.98);
}

.gcv-pde-card:hover .gcv-pde-card__arrow,
.gcv-pde-card:focus-visible .gcv-pde-card__arrow {
  background: #fff;
  transform: translateX(.25rem) rotate(-8deg);
}

.gcv-pde-card:focus-visible,
.gcv-pde__button:focus-visible,
.gcv-pde-collection:focus-visible {
  outline: 3px solid var(--pde-gold);
  outline-offset: 4px;
}

.gcv-pde__collections {
  margin-top: clamp(2.5rem, 4vw, 4rem);
  padding: clamp(1.2rem, 2.5vw, 2.25rem);
  border: 1px solid rgba(56, 168, 181, .2);
  color: var(--pde-ink);
  background: linear-gradient(145deg, rgba(255, 255, 255, .92), rgba(240, 250, 250, .86));
  box-shadow: 0 1.25rem 3rem rgba(6, 47, 58, .1);
  backdrop-filter: blur(14px);
}

.gcv-pde__collection-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(18rem, .65fr);
  gap: 1.4rem;
  align-items: end;
  margin-bottom: 1.35rem;
}

.gcv-pde__collection-kicker {
  color: var(--pde-teal);
}

.gcv-pde__collection-title {
  max-width: 15ch;
  margin: 0;
  color: #168a99 !important;
  font-family: var(--e-global-typography-primary-font-family), Outfit, sans-serif;
  font-size: clamp(2rem, 3.4vw, 3.55rem) !important;
  font-weight: 700 !important;
  line-height: .98 !important;
  letter-spacing: -.045em !important;
  text-wrap: balance;
}

.gcv-pde__collection-copy {
  margin: 0;
  color: #46636a;
  font-size: 1rem;
  line-height: 1.48;
}

.gcv-pde__collection-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .75rem;
}

.gcv-pde-collection {
  --pde-tile-accent: #d49b00;
  --pde-tile-bg-start: #fffaf0;
  --pde-tile-bg-end: #fff0c7;
  position: relative;
  display: grid;
  min-height: 7.6rem;
  align-content: space-between;
  gap: .9rem;
  padding: 1rem;
  overflow: hidden;
  border: 1px solid color-mix(in srgb, var(--pde-tile-accent) 28%, #fff);
  color: var(--pde-ink) !important;
  background: linear-gradient(145deg, var(--pde-tile-bg-start), var(--pde-tile-bg-end));
  box-shadow: 0 .6rem 1.5rem rgba(6, 47, 58, .07), inset 0 0 0 1px rgba(255, 255, 255, .46);
  text-decoration: none !important;
  transition: transform .35s cubic-bezier(.2, .7, .2, 1), border-color .3s ease, box-shadow .35s ease, filter .3s ease;
}

.gcv-pde-collection:nth-child(2) { --pde-tile-accent: #1c9fc0; --pde-tile-bg-start: #f1fbff; --pde-tile-bg-end: #d9f3fb; }
.gcv-pde-collection:nth-child(3) { --pde-tile-accent: #ef745f; --pde-tile-bg-start: #fff7f3; --pde-tile-bg-end: #ffe3da; }
.gcv-pde-collection:nth-child(4) { --pde-tile-accent: #2ba68e; --pde-tile-bg-start: #f0fbf8; --pde-tile-bg-end: #d9f3ec; }
.gcv-pde-collection:nth-child(5) { --pde-tile-accent: #6f87d8; --pde-tile-bg-start: #f6f7ff; --pde-tile-bg-end: #e5eaff; }
.gcv-pde-collection:nth-child(6) { --pde-tile-accent: #3ba5b2; --pde-tile-bg-start: #f1fbfc; --pde-tile-bg-end: #dcf3f5; }
.gcv-pde-collection:nth-child(7) { --pde-tile-accent: #e9875f; --pde-tile-bg-start: #fff7f2; --pde-tile-bg-end: #ffe6da; }

.gcv-pde-collection::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background: linear-gradient(112deg, transparent 20%, rgba(255, 255, 255, .12) 36%, rgba(255, 255, 255, .8) 49%, rgba(255, 255, 255, .14) 62%, transparent 80%);
  transform: translateX(-130%);
  transition: transform .75s cubic-bezier(.2, .7, .2, 1);
  pointer-events: none;
}

.gcv-pde-collection > * {
  position: relative;
  z-index: 1;
}

.gcv-pde-collection::after {
  content: "↗";
  position: absolute;
  top: 1rem;
  right: 1rem;
  display: grid;
  width: 2rem;
  height: 2rem;
  place-items: center;
  z-index: 2;
  color: var(--pde-tile-accent);
  background: rgba(255, 255, 255, .72);
  font-size: .9rem;
  transition: transform .3s ease, color .3s ease, background-color .3s ease;
}

.gcv-pde-collection__icon {
  position: relative;
  display: grid;
  width: 3rem;
  height: 3rem;
  place-items: center;
  color: #fff;
  background: var(--pde-tile-accent);
  box-shadow: 0 .55rem 1.1rem color-mix(in srgb, var(--pde-tile-accent) 24%, transparent);
  transition: transform .4s cubic-bezier(.2, .7, .2, 1), box-shadow .4s ease;
}

.gcv-pde-collection__icon svg {
  width: 1.7rem;
  height: 1.7rem;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.75;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.gcv-pde-collection__badge {
  position: absolute;
  right: -.35rem;
  bottom: -.35rem;
  min-width: 1.35rem;
  padding: .16rem .24rem;
  color: var(--pde-tile-accent);
  background: #fff;
  box-shadow: 0 .2rem .6rem rgba(6, 47, 58, .14);
  font-size: .58rem;
  font-weight: 900;
  line-height: 1;
  text-align: center;
}

.gcv-pde-collection__label {
  display: block;
  padding-right: 2rem;
  font-size: 1.05rem;
  font-weight: 800;
  line-height: 1.15;
}

.gcv-pde-collection__meta {
  display: block;
  margin-top: .35rem;
  color: #60787e;
  font-size: .78rem;
  font-weight: 600;
  line-height: 1.35;
}

.gcv-pde-collection:hover,
.gcv-pde-collection:focus-visible {
  border-color: var(--pde-tile-accent);
  box-shadow: 0 1.1rem 2.35rem rgba(6, 47, 58, .14), inset 0 0 0 1px rgba(255, 255, 255, .62);
  filter: saturate(1.06);
  transform: translateY(-5px) scale(1.018);
}

.gcv-pde-collection:hover::before,
.gcv-pde-collection:focus-visible::before {
  transform: translateX(130%);
}

.gcv-pde-collection:hover .gcv-pde-collection__icon,
.gcv-pde-collection:focus-visible .gcv-pde-collection__icon {
  box-shadow: 0 .85rem 1.45rem color-mix(in srgb, var(--pde-tile-accent) 32%, transparent);
  transform: translateY(-2px) rotate(-7deg) scale(1.08);
}

.gcv-pde-collection:hover::after,
.gcv-pde-collection:focus-visible::after {
  color: #fff;
  background: var(--pde-tile-accent);
  transform: translate(2px, -2px) rotate(8deg);
}

.gcv-pde-collection--all {
  --pde-tile-accent: #ffd05a;
  color: #fff !important;
  background: linear-gradient(135deg, #168a99, #39aab7);
}

.gcv-pde-collection--all .gcv-pde-collection__meta {
  color: rgba(255, 255, 255, .82);
}

.gcv-pde-collection--all::after {
  color: #fff;
  background: rgba(255, 255, 255, .16);
}

.gcv-pde__closing {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: clamp(1.25rem, 3vw, 3rem);
  align-items: center;
  margin-top: clamp(2rem, 3.5vw, 3.25rem);
  padding: clamp(1.45rem, 3vw, 2.45rem);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .52);
  color: #fff;
  background:
    linear-gradient(110deg, rgba(255, 255, 255, .14) 0 12%, transparent 12% 100%),
    linear-gradient(135deg, #05394a 0%, var(--Key, #218199) 55%, #f58b62 142%);
  box-shadow: 0 1.25rem 3rem rgba(6, 47, 58, .18), inset 0 1px 0 rgba(255, 255, 255, .22);
  isolation: isolate;
}

.gcv-pde__closing::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(112deg, transparent 18%, rgba(255, 255, 255, .08) 35%, rgba(255, 255, 255, .32) 48%, rgba(255, 255, 255, .08) 61%, transparent 78%);
  pointer-events: none;
  transform: translateX(-120%);
  transition: transform .9s cubic-bezier(.2, .7, .2, 1);
}

.gcv-pde__closing:hover::before,
.gcv-pde__closing:focus-within::before {
  transform: translateX(120%);
}

.gcv-pde__closing > * {
  position: relative;
  z-index: 1;
}

.gcv-pde__closing-title {
  margin: 0 0 .45rem;
  color: #fff !important;
  font-size: clamp(1.8rem, 3vw, 3.05rem) !important;
  font-weight: 700 !important;
  line-height: .98 !important;
  letter-spacing: -.035em !important;
  text-shadow: 0 2px 8px rgba(0, 31, 47, .22);
}

@keyframes gcv-pde-cloud-drift {
  from { transform: translate3d(-2%, 0, 0) scale(1.06); }
  to { transform: translate3d(2.5%, -1%, 0) scale(1.1); }
}

.gcv-pde__closing-copy {
  max-width: 48rem;
  margin: 0;
  color: rgba(255, 255, 255, .88);
  line-height: 1.55;
}

html body .gcv-pde .gcv-pde__closing .gcv-pde__button:not(.gcv-pde__button--ghost) {
  position: relative;
  min-height: 3.35rem;
  padding-inline: 1.35rem;
  overflow: hidden;
  color: #14222b !important;
  border-color: rgba(255, 212, 90, .84);
  background: linear-gradient(135deg, #ffd45a 0%, #f8b84e 54%, #f58b62 130%) !important;
  box-shadow: 0 .95rem 2rem rgba(6, 47, 58, .24), 0 0 0 1px rgba(255, 255, 255, .24) inset;
  animation: gcv-pde-cta-pulse 3.2s ease-in-out infinite;
}

html body .gcv-pde .gcv-pde__closing .gcv-pde__button:not(.gcv-pde__button--ghost):hover,
html body .gcv-pde .gcv-pde__closing .gcv-pde__button:not(.gcv-pde__button--ghost):focus-visible {
  color: #14222b !important;
  background: linear-gradient(135deg, #ffe27a 0%, #ffc45d 50%, #ff986b 130%) !important;
  box-shadow: 0 1.1rem 2.35rem rgba(6, 47, 58, .3), 0 0 0 1px rgba(255, 255, 255, .42) inset;
}

html body .gcv-pde .gcv-pde__closing .gcv-pde__button--ghost {
  position: relative;
  min-height: 3.35rem;
  overflow: hidden;
  color: var(--pde-ink) !important;
  border-color: rgba(255, 255, 255, .86);
  background: rgba(255, 255, 255, .94);
  box-shadow: 0 .75rem 1.7rem rgba(6, 47, 58, .16), inset 0 0 0 1px rgba(255, 255, 255, .55);
}

html body .gcv-pde .gcv-pde__closing .gcv-pde__button--ghost:hover,
html body .gcv-pde .gcv-pde__closing .gcv-pde__button--ghost:focus-visible {
  color: var(--pde-ink) !important;
  border-color: #fff;
  background: #fff;
  box-shadow: 0 .95rem 2.1rem rgba(6, 47, 58, .22), inset 0 0 0 1px rgba(33, 129, 153, .16);
}

html body .gcv-pde .gcv-pde__closing .gcv-pde__button::before {
  content: "";
  position: absolute;
  inset: -25% auto -25% -45%;
  width: 42%;
  background: linear-gradient(105deg, transparent, rgba(255, 255, 255, .72), transparent);
  pointer-events: none;
  transform: translateX(0) skewX(-18deg);
  transition: transform .7s cubic-bezier(.2, .7, .2, 1);
}

html body .gcv-pde .gcv-pde__closing .gcv-pde__button:hover::before,
html body .gcv-pde .gcv-pde__closing .gcv-pde__button:focus-visible::before {
  transform: translateX(360%) skewX(-18deg);
}

@keyframes gcv-pde-cta-pulse {
  0%, 100% { transform: translateY(0); box-shadow: 0 .95rem 2rem rgba(6, 47, 58, .24), 0 0 0 0 rgba(255, 212, 90, .34), 0 0 0 1px rgba(255, 255, 255, .24) inset; }
  50% { transform: translateY(-1px); box-shadow: 0 1.05rem 2.2rem rgba(6, 47, 58, .28), 0 0 0 .32rem rgba(255, 212, 90, .08), 0 0 0 1px rgba(255, 255, 255, .32) inset; }
}

@media (max-width: 1024px) {
  .gcv-pde {
    padding-inline: clamp(1rem, 3vw, 2rem);
  }

  .gcv-pde__intro,
  .gcv-pde__collection-head {
    grid-template-columns: 1fr;
    gap: 1.15rem;
  }

  .gcv-pde__title {
    max-width: 15ch;
    font-size: clamp(2.8rem, 6.4vw, 4rem) !important;
  }

  .gcv-pde__summary {
    max-width: 46rem;
  }

  .gcv-pde-card {
    grid-column: span 4;
    min-height: clamp(16rem, 27vw, 17.5rem);
  }

  .gcv-pde-card--wide {
    grid-column: span 7;
    min-height: clamp(18rem, 31vw, 20rem);
  }

  .gcv-pde-card--feature {
    grid-column: span 5;
    min-height: clamp(18rem, 31vw, 20rem);
  }

  .gcv-pde-card--half {
    grid-column: span 6;
    min-height: clamp(17rem, 29vw, 18.5rem);
  }

  .gcv-pde__collection-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gcv-pde__closing {
    grid-template-columns: 1fr;
    align-items: start;
  }
}

@media (max-width: 768px) {
  .gcv-pde {
    padding: 2.75rem 1rem;
  }

  .gcv-pde__intro {
    margin-bottom: 1.8rem;
  }

  .gcv-pde__title {
    max-width: 12ch;
    font-size: clamp(2.5rem, 12vw, 3.8rem) !important;
    line-height: .94 !important;
  }

  .gcv-pde__summary {
    font-size: 1rem;
  }

  .gcv-pde__intro-actions,
  .gcv-pde__closing-actions {
    align-items: stretch;
  }

  .gcv-pde__button {
    flex: 1 1 100%;
  }

  .gcv-pde__grid {
    grid-template-columns: none;
    grid-auto-flow: column;
    grid-auto-columns: min(84vw, 22rem);
    gap: .9rem;
    margin-inline: -1rem;
    padding: 0 1rem .75rem;
    overflow-x: auto;
    overscroll-behavior-inline: contain;
    scroll-snap-type: inline mandatory;
    scrollbar-width: thin;
    scrollbar-color: rgba(56, 168, 181, .45) transparent;
  }

  .gcv-pde-card,
  .gcv-pde-card--wide,
  .gcv-pde-card--feature,
  .gcv-pde-card--half,
  .gcv-pde-card:last-child {
    grid-column: auto;
    min-height: clamp(18rem, 88vw, 22rem);
    scroll-snap-align: center;
  }

  .gcv-pde-card__location {
    font-size: clamp(2rem, 10vw, 3rem) !important;
  }

  .gcv-pde-card__description {
    font-size: .9rem;
  }

  .gcv-pde-card__highlights {
    max-width: calc(100% - 3.6rem);
  }

  .gcv-pde__collections {
    margin-top: 2.5rem;
    padding: 1rem;
  }

  .gcv-pde__collection-title {
    font-size: clamp(2.25rem, 11vw, 3.4rem) !important;
  }

  .gcv-pde__collection-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gcv-pde-collection {
    min-height: 7rem;
  }

  .gcv-pde__closing {
    margin-top: 2.4rem;
    padding: 1.15rem;
    text-align: left;
  }

  .gcv-pde__closing-title {
    font-size: clamp(1.6rem, 8vw, 2.3rem) !important;
  }
}

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

html body .gcv-pde .gcv-pde__closing .gcv-pde__closing-title,
html body .gcv-pde .gcv-pde__closing h3.gcv-pde__closing-title.gcv-use-key-color {
  color: #fff !important;
}

html body .gcv-pde .gcv-pde__closing .gcv-pde__button,
html body .gcv-pde .gcv-pde__closing .gcv-pde__button:hover,
html body .gcv-pde .gcv-pde__closing .gcv-pde__button:focus-visible {
  color: #14222b !important;
}

html body .gcv-pde .gcv-pde__closing .gcv-pde__button:not(.gcv-pde__button--ghost),
html body .gcv-pde .gcv-pde__closing .gcv-pde__button:not(.gcv-pde__button--ghost):hover,
html body .gcv-pde .gcv-pde__closing .gcv-pde__button:not(.gcv-pde__button--ghost):focus-visible {
  color: #14222b !important;
}
