@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&display=swap');

body [data-legacy-visitor] {
  display: none !important;
}

/* Area masthead dan pintasan sengaja memakai tampilan legacy asli.
body#my-body {
  background: #f3f7f3 !important;
  color: #10281d;
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
}

.prm-home-masthead {
  position: relative;
  z-index: 20;
  height: auto !important;
  min-height: 108px;
  flex: 0 0 auto;
  justify-content: center;
  border-bottom: 1px solid #d7e4da;
  background: #fff;
}

.prm-home-masthead__row {
  position: relative;
  min-height: 108px;
  align-items: center;
  margin: 0 !important;
}

.prm-home-masthead__logo--desktop {
  top: 12px !important;
  left: max(24px, calc((100vw - 1320px) / 2 + 22px)) !important;
}

.prm-home-masthead__logo--desktop img {
  width: 78px !important;
  height: 78px;
  object-fit: contain;
}

.prm-home-masthead__brand {
  margin-top: 0 !important;
  color: #10281d !important;
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
}

.prm-home-masthead__brand > div:first-child {
  color: #168548;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: .1em;
  text-transform: uppercase;
}

.prm-home-masthead__brand > div:nth-child(2) {
  margin-top: 4px;
  color: #07552d;
  font-size: 25px !important;
  font-weight: 800 !important;
  letter-spacing: -.035em !important;
  text-transform: none !important;
}

.prm-home-masthead__brand > div:last-child {
  margin-top: 4px !important;
  color: #607066;
  font-size: 11px !important;
  font-weight: 600 !important;
}

.prm-home-vision {
  position: relative;
  z-index: 18;
  flex: 0 0 auto;
  width: min(100% - 40px, 1320px);
  margin: 12px auto 0;
  border: 1px solid #ead9af;
  border-radius: 16px;
  background: #fff7e4;
  color: #10281d;
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
}

.prm-home-vision summary {
  display: grid;
  min-height: 54px;
  grid-template-columns: auto minmax(0, 1fr) 20px;
  align-items: center;
  gap: 12px;
  padding: 10px 15px;
  cursor: pointer;
  list-style: none;
}

.prm-home-vision summary::-webkit-details-marker { display: none; }

.prm-home-vision summary > span {
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0 9px;
  border-radius: 999px;
  background: #fff;
  color: #b96a08;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.prm-home-vision summary > strong {
  min-width: 0;
  font-size: 12px;
  font-weight: 800;
}

.prm-home-vision summary > svg {
  width: 20px;
  height: 20px;
  color: #b96a08;
  transition: transform .18s ease;
}

.prm-home-vision[open] summary > svg { transform: rotate(180deg); }

.prm-home-vision__body {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  padding: 0 14px 14px;
  animation: prmH2PanelIn .2s cubic-bezier(.2, .75, .25, 1) both;
}

.prm-home-vision__body p {
  margin: 0;
  padding: 13px;
  border: 1px solid #eadfbd;
  border-radius: 13px;
  background: #fff;
  color: #52645a;
  font-size: 10px;
  line-height: 1.65;
}

.prm-home-vision__body strong { color: #07552d; }

#main-scroll-container {
  padding-top: 18px !important;
  background: #f3f7f3;
}

#fProduk {
  width: min(100% - 40px, 1320px);
  margin: 0 auto !important;
  padding: 0 !important;
}

#fProduk > .row {
  width: 100%;
  margin: 0 !important;
  padding: 0 !important;
}

#shortcut-link {
  display: grid !important;
  width: 100%;
  grid-template-columns: repeat(12, minmax(76px, 1fr));
  gap: 10px !important;
  margin: 0 !important;
  padding: 0 0 4px;
}

#shortcut-link .shortcut-card {
  position: relative;
  overflow: hidden;
  display: flex !important;
  width: auto !important;
  height: 104px !important;
  min-width: 0;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  margin: 0 !important;
  padding: 10px 6px !important;
  border: 1px solid #d7e4da !important;
  border-radius: 18px !important;
  background: #fff !important;
  box-shadow: 0 10px 26px rgba(20, 68, 39, .07) !important;
  scroll-snap-align: start;
  transition: border-color .18s ease, background-color .18s ease, box-shadow .18s ease, transform .2s cubic-bezier(.2, .75, .25, 1) !important;
}

#shortcut-link .shortcut-card:nth-child(4n + 1) { background: #eff8f2 !important; }
#shortcut-link .shortcut-card:nth-child(4n + 2) { background: #f1f8fa !important; }
#shortcut-link .shortcut-card:nth-child(4n + 3) { background: #fff9eb !important; }
#shortcut-link .shortcut-card:nth-child(4n + 4) { background: #f7f2fa !important; }

#shortcut-link .shortcut-card:hover,
#shortcut-link .shortcut-card:focus-visible {
  border-color: #b2d2ba !important;
  background: #fff !important;
  box-shadow: 0 16px 34px rgba(20, 68, 39, .11) !important;
  transform: translateY(-2px);
}

#shortcut-link .shortcut-card:active { transform: scale(.98); }

#shortcut-link .shortcut-card img {
  width: 58px !important;
  height: 58px !important;
  flex: 0 0 58px;
  margin: 0 auto 5px !important;
  padding: 0 !important;
  object-fit: contain;
  transform: none !important;
  transition: transform .22s cubic-bezier(.2, .75, .25, 1) !important;
}

#shortcut-link .shortcut-card:hover img { transform: scale(1.035) !important; }

#shortcut-link .shortcut-card > span {
  width: 100% !important;
  margin: 0 !important;
  color: #10281d !important;
  font-family: "Plus Jakarta Sans", Arial, sans-serif !important;
  font-size: 9px !important;
  font-weight: 800 !important;
  line-height: 1.25;
  text-align: center;
  white-space: normal !important;
}

*/

#prmHomeV2 {
  --h2-ink: #10281d;
  --h2-ink-soft: #385347;
  --h2-green: #07552d;
  --h2-leaf: #168548;
  --h2-mint: #dff3e6;
  --h2-cream: #fff7e4;
  --h2-sky: #e7f3f7;
  --h2-blue: #245f75;
  --h2-gold: #b96a08;
  --h2-violet: #684f82;
  --h2-coral: #ad4f38;
  --h2-line: #d7e4da;
  --h2-paper: #fcfdf9;
  --h2-white: #fff;
  --h2-shadow: 0 24px 70px rgba(20, 68, 39, .1);
  --h2-enter: cubic-bezier(.2, .75, .25, 1);
  display: block;
  width: min(100% - 40px, 1320px);
  margin: 26px auto 0;
  color: var(--h2-ink);
  font-family: "Plus Jakarta Sans", Arial, sans-serif;
}

#prmHomeV2,
#prmHomeV2 *,
#prmHomeV2 *::before,
#prmHomeV2 *::after {
  box-sizing: border-box;
}

#prmHomeV2 [hidden] {
  display: none !important;
}

#prmHomeV2 a {
  color: inherit;
  text-decoration: none;
}

#prmHomeV2 button {
  color: inherit;
  font: inherit;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

#prmHomeV2 a:focus-visible,
#prmHomeV2 button:focus-visible {
  outline: 3px solid rgba(22, 133, 72, .3);
  outline-offset: 3px;
}

#prmHomeV2 .prm-h2__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(330px, 370px);
  grid-template-areas:
    "latest news"
    "agenda agenda"
    "resources resources";
  gap: 26px;
  align-items: start;
}

#prmHomeV2 .prm-h2-section {
  overflow: hidden;
  border: 1px solid var(--h2-line);
  border-radius: 32px;
  background: var(--h2-white);
  box-shadow: var(--h2-shadow);
}

#prmHomeV2 .prm-h2-latest { grid-area: latest; background: var(--h2-mint); }
#prmHomeV2 .prm-h2-news { grid-area: news; }
#prmHomeV2 .prm-h2-agenda { grid-area: agenda; background: var(--h2-cream); }
#prmHomeV2 .prm-h2-resources { grid-area: resources; background: var(--h2-green); border-color: var(--h2-green); }

#prmHomeV2 .prm-h2-head {
  display: flex;
  min-height: 106px;
  align-items: center;
  gap: 14px;
  padding: 20px 22px;
  border-bottom: 1px solid rgba(7, 85, 45, .12);
  background: var(--h2-mint);
}

#prmHomeV2 .prm-h2-head--forest {
  border-color: rgba(255, 255, 255, .12);
  background: var(--h2-green);
  color: #fff;
}

#prmHomeV2 .prm-h2-head--cream { background: var(--h2-cream); }

#prmHomeV2 .prm-h2-head__icon,
#prmHomeV2 .prm-h2-resource-card__icon {
  display: inline-flex;
  width: 48px;
  height: 48px;
  flex: 0 0 48px;
  align-items: center;
  justify-content: center;
  border: 1px solid #bfd8c6;
  border-radius: 15px;
  background: #fff;
  color: var(--h2-green);
}

#prmHomeV2 .prm-h2-head--forest .prm-h2-head__icon {
  border-color: rgba(255, 255, 255, .28);
  background: var(--h2-cream);
}

#prmHomeV2 .prm-h2-head__icon svg,
#prmHomeV2 .prm-h2-resource-card__icon svg {
  width: 22px;
  height: 22px;
}

#prmHomeV2 .prm-h2-head__copy {
  display: block;
  min-width: 0;
  flex: 1;
}

#prmHomeV2 .prm-h2-head small,
#prmHomeV2 .prm-h2-resources__head small,
#prmHomeV2 .prm-h2-kicker {
  display: block;
  color: var(--h2-leaf);
  font-size: 10px;
  font-weight: 800;
  letter-spacing: .1em;
  line-height: 1.2;
  text-transform: uppercase;
}

#prmHomeV2 .prm-h2-head--forest small { color: #bde7c8; }

#prmHomeV2 .prm-h2-head h2,
#prmHomeV2 .prm-h2-resources__head h2 {
  margin: 4px 0 0;
  color: inherit;
  font-size: 24px;
  font-weight: 800;
  letter-spacing: -.04em;
  line-height: 1.15;
}

#prmHomeV2 .prm-h2-head p,
#prmHomeV2 .prm-h2-resources__head p {
  margin: 5px 0 0;
  color: #607066;
  font-size: 11px;
  line-height: 1.55;
}

#prmHomeV2 .prm-h2-head--forest p { color: rgba(255, 255, 255, .72); }

#prmHomeV2 .prm-h2-layout {
  display: inline-grid;
  grid-template-columns: repeat(2, 46px);
  flex: 0 0 auto;
  gap: 4px;
  padding: 4px;
  border: 1px solid #c9dfd0;
  border-radius: 15px;
  background: #fff;
}

#prmHomeV2 .prm-h2-layout button {
  display: inline-flex;
  width: 46px;
  height: 46px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 0;
  border-radius: 11px;
  background: transparent;
  color: #64776b;
  transition: color .18s ease, background-color .18s ease, transform .18s var(--h2-enter);
}

#prmHomeV2 .prm-h2-layout button:hover { background: #f0f7f2; color: var(--h2-green); }
#prmHomeV2 .prm-h2-layout button:active { transform: scale(.96); }
#prmHomeV2 .prm-h2-layout button.is-active { background: var(--h2-mint); color: var(--h2-green); }
#prmHomeV2 .prm-h2-layout svg { width: 19px; height: 19px; }

#prmHomeV2 .prm-h2-latest__body { padding: 18px; }

#prmHomeV2 .prm-h2-events {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}

#prmHomeV2 .prm-h2-event-card {
  --card-accent: var(--h2-leaf);
  overflow: hidden;
  display: flex;
  min-width: 0;
  min-height: 100%;
  flex-direction: column;
  border: 1px solid #cfe0d3;
  border-left: 4px solid var(--card-accent);
  border-radius: 18px;
  background: #fff;
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s var(--h2-enter), opacity .18s ease;
}

#prmHomeV2 .prm-h2-accent-2 { --card-accent: var(--h2-blue); }
#prmHomeV2 .prm-h2-accent-3 { --card-accent: var(--h2-gold); }
#prmHomeV2 .prm-h2-accent-4 { --card-accent: var(--h2-coral); }

#prmHomeV2 .prm-h2-event-card:hover,
#prmHomeV2 .prm-h2-event-card:focus-within {
  border-color: #b7d6be;
  box-shadow: 0 16px 36px rgba(20, 68, 39, .1);
  transform: translateY(-2px);
}

#prmHomeV2 .prm-h2-event-card__media {
  position: relative;
  overflow: hidden;
  display: block;
  aspect-ratio: 16 / 9.5;
  background: #edf7f0;
}

#prmHomeV2 .prm-h2-event-card__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s var(--h2-enter);
}

#prmHomeV2 .prm-h2-event-card:hover .prm-h2-event-card__media img { transform: scale(1.03); }

#prmHomeV2 .prm-h2-event-card__media > span {
  position: absolute;
  left: 11px;
  bottom: 11px;
  display: inline-flex;
  min-height: 28px;
  align-items: center;
  padding: 0 10px;
  border: 1px solid rgba(255, 255, 255, .32);
  border-radius: 999px;
  background: rgba(7, 56, 29, .82);
  color: #fff;
  font-size: 9px;
  font-weight: 800;
}

#prmHomeV2 .prm-h2-event-card__body {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: 17px;
}

#prmHomeV2 .prm-h2-event-card h3 {
  margin: 9px 0 0;
  color: var(--h2-ink);
  font-size: 16px;
  font-weight: 800;
  letter-spacing: -.03em;
  line-height: 1.42;
}

#prmHomeV2 .prm-h2-event-card h3 a:hover { color: var(--h2-green); }

#prmHomeV2 .prm-h2-event-card p {
  display: -webkit-box;
  overflow: hidden;
  margin: 8px 0 0;
  color: #607066;
  font-size: 11px;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

#prmHomeV2 .prm-h2-card-link,
#prmHomeV2 .prm-h2-news-all {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  gap: 7px;
  margin-top: auto;
  padding-top: 12px;
  color: var(--h2-green);
  font-size: 10px;
  font-weight: 800;
}

#prmHomeV2 .prm-h2-card-link svg,
#prmHomeV2 .prm-h2-news-all svg {
  width: 16px;
  height: 16px;
  transition: transform .18s ease;
}

#prmHomeV2 .prm-h2-card-link:hover svg,
#prmHomeV2 .prm-h2-news-all:hover svg { transform: translateX(3px); }

#prmHomeV2.is-list .prm-h2-events { grid-template-columns: 1fr; }
#prmHomeV2.is-list .prm-h2-event-card { display: grid; grid-template-columns: minmax(180px, 35%) minmax(0, 1fr); }
#prmHomeV2.is-list .prm-h2-event-card__media { height: 100%; min-height: 190px; aspect-ratio: auto; }

#prmHomeV2.is-layout-switching .prm-h2-event-card {
  animation: prmH2Swap .2s var(--h2-enter) both;
}

#prmHomeV2 .prm-h2-pager,
#prmHomeV2 .prm-h2-news-nav {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin-top: 15px;
}

#prmHomeV2 .prm-h2-pager button,
#prmHomeV2 .prm-h2-news-nav button {
  display: inline-flex;
  min-width: 38px;
  height: 38px;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
  border: 1px solid #c9dfd0;
  border-radius: 11px;
  background: #fff;
  color: var(--h2-green);
  font-size: 10px;
  font-weight: 800;
  transition: border-color .18s ease, background-color .18s ease, opacity .18s ease, transform .18s var(--h2-enter);
}

#prmHomeV2 .prm-h2-pager button:hover,
#prmHomeV2 .prm-h2-news-nav button:hover { border-color: #9fc9aa; background: #f3faf5; transform: translateY(-1px); }
#prmHomeV2 .prm-h2-pager button.is-active,
#prmHomeV2 .prm-h2-news-nav button.is-active { border-color: #9fc9aa; background: var(--h2-mint); }
#prmHomeV2 .prm-h2-pager button:disabled,
#prmHomeV2 .prm-h2-news-nav button:disabled { opacity: .35; cursor: default; transform: none; }

#prmHomeV2 .prm-h2-news__body { background: #fff; }

#prmHomeV2 .prm-h2-news-list { display: grid; }

#prmHomeV2 .prm-h2-news-item {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  min-height: 98px;
  align-items: center;
  gap: 12px;
  padding: 15px 16px;
  border-bottom: 1px solid #e9f0eb;
  background: #fff;
  transition: background-color .18s ease, opacity .18s ease;
}

#prmHomeV2 .prm-h2-news-item:hover,
#prmHomeV2 .prm-h2-news-item:focus-visible { background: #f3faf5; }

#prmHomeV2 .prm-h2-news-item.is-lead {
  display: block;
  min-height: 0;
  padding: 0;
}

#prmHomeV2 .prm-h2-news-item__media {
  overflow: hidden;
  display: block;
  aspect-ratio: 16 / 8.7;
  background: var(--h2-mint);
}

#prmHomeV2 .prm-h2-news-item__media img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .4s var(--h2-enter);
}

#prmHomeV2 .prm-h2-news-item.is-lead:hover img { transform: scale(1.025); }
#prmHomeV2 .prm-h2-news-item__placeholder { display: block; width: 100%; height: 100%; background: var(--h2-mint); }

#prmHomeV2 .prm-h2-news-item__copy {
  display: block;
  min-width: 0;
}

#prmHomeV2 .prm-h2-news-item.is-lead .prm-h2-news-item__copy { padding: 17px 18px 18px; }

#prmHomeV2 .prm-h2-news-item__copy small {
  display: block;
  color: var(--h2-leaf);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
}

#prmHomeV2 .prm-h2-news-item__copy strong {
  display: -webkit-box;
  overflow: hidden;
  margin-top: 7px;
  color: var(--h2-ink);
  font-size: 13px;
  font-weight: 800;
  letter-spacing: -.025em;
  line-height: 1.42;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

#prmHomeV2 .prm-h2-news-item.is-lead .prm-h2-news-item__copy strong {
  font-size: 17px;
  -webkit-line-clamp: 3;
}

#prmHomeV2 .prm-h2-news-item__copy > span {
  display: -webkit-box;
  overflow: hidden;
  margin-top: 7px;
  color: #607066;
  font-size: 10px;
  line-height: 1.6;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

#prmHomeV2 .prm-h2-news-item__number {
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: var(--h2-mint);
  color: var(--h2-green);
  font-size: 9px;
  font-weight: 800;
}

#prmHomeV2 .prm-h2-news-nav { min-height: 42px; margin: 0; padding: 8px 12px; background: #f7faf8; }
#prmHomeV2 .prm-h2-news-nav button { min-width: 32px; height: 32px; border-radius: 9px; }

#prmHomeV2 .prm-h2-news-all {
  min-height: 52px;
  justify-content: center;
  margin: 0;
  padding: 0 16px;
  border-top: 1px solid #e4eee7;
  background: var(--h2-mint);
}

#prmHomeV2 .prm-h2-agenda-tabs {
  display: inline-flex;
  flex: 0 0 auto;
  gap: 5px;
  padding: 5px;
  border: 1px solid #ead9af;
  border-radius: 15px;
  background: #fff;
}

#prmHomeV2 .prm-h2-agenda-tabs button {
  min-height: 42px;
  padding: 0 15px;
  border: 1px solid transparent;
  border-radius: 11px;
  background: transparent;
  color: #65756b;
  font-size: 10px;
  font-weight: 800;
  transition: color .18s ease, border-color .18s ease, background-color .18s ease, transform .18s var(--h2-enter);
}

#prmHomeV2 .prm-h2-agenda-tabs button:hover { color: var(--h2-green); background: #fbf7eb; }
#prmHomeV2 .prm-h2-agenda-tabs button:active { transform: scale(.97); }
#prmHomeV2 .prm-h2-agenda-tabs button.is-active { border-color: #d5e6da; background: var(--h2-mint); color: var(--h2-green); }

#prmHomeV2 .prm-h2-agenda__body { padding: 18px; }

#prmHomeV2 .prm-h2-agenda-panel {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

#prmHomeV2 .prm-h2-agenda-panel > .prm-h2-empty:only-child {
  grid-column: 1 / -1;
}

#prmHomeV2 .prm-h2-agenda-panel.is-entering { animation: prmH2Swap .2s var(--h2-enter) both; }

#prmHomeV2 .prm-h2-agenda-card {
  display: grid;
  grid-template-columns: 50px minmax(0, 1fr) 36px;
  min-height: 106px;
  align-items: center;
  gap: 13px;
  padding: 14px;
  border: 1px solid #e6dcc1;
  border-left: 4px solid var(--h2-gold);
  border-radius: 18px;
  background: #fff;
  transition: border-color .18s ease, box-shadow .18s ease, transform .18s var(--h2-enter);
}

#prmHomeV2 .prm-h2-agenda-card:hover,
#prmHomeV2 .prm-h2-agenda-card:focus-visible {
  border-color: #d8c99e;
  box-shadow: 0 12px 26px rgba(106, 75, 20, .08);
  transform: translateY(-2px);
}

#prmHomeV2 .prm-h2-agenda-card__date {
  display: flex;
  width: 50px;
  height: 62px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 1px solid #ead9af;
  border-radius: 13px;
  background: var(--h2-cream);
  color: var(--h2-gold);
}

#prmHomeV2 .prm-h2-agenda-card__date strong { font-size: 19px; line-height: 1; }
#prmHomeV2 .prm-h2-agenda-card__date small { margin-top: 4px; font-size: 8px; font-weight: 800; }

#prmHomeV2 .prm-h2-agenda-card__copy {
  display: block;
  min-width: 0;
}

#prmHomeV2 .prm-h2-agenda-card__copy > small {
  color: var(--h2-gold);
  font-size: 8px;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
}

#prmHomeV2 .prm-h2-agenda-card__copy > strong {
  display: block;
  margin-top: 4px;
  color: var(--h2-ink);
  font-size: 13px;
  line-height: 1.4;
}

#prmHomeV2 .prm-h2-agenda-card__copy > span {
  display: flex;
  flex-wrap: wrap;
  gap: 4px 13px;
  margin-top: 7px;
  color: #69766e;
  font-size: 9px;
}

#prmHomeV2 .prm-h2-agenda-card__copy i { font-style: normal; }

#prmHomeV2 .prm-h2-agenda-card > svg {
  width: 36px;
  height: 36px;
  padding: 9px;
  border: 1px solid #ead9af;
  border-radius: 11px;
  color: var(--h2-gold);
  background: var(--h2-cream);
  transition: transform .18s ease;
}

#prmHomeV2 .prm-h2-agenda-card:hover > svg { transform: translateX(2px); }

#prmHomeV2 .prm-h2-resources__head {
  display: flex;
  min-height: 112px;
  align-items: center;
  gap: 14px;
  padding: 22px 24px;
  border-bottom: 1px solid rgba(255, 255, 255, .12);
  color: #fff;
}

#prmHomeV2 .prm-h2-resources__head .prm-h2-head__icon {
  border-color: rgba(255, 255, 255, .25);
  background: var(--h2-cream);
}

#prmHomeV2 .prm-h2-resources__head small { color: #c9eccf; }
#prmHomeV2 .prm-h2-resources__head p { color: rgba(255, 255, 255, .7); }

#prmHomeV2 .prm-h2-resources__body {
  display: grid;
  grid-template-columns: minmax(250px, .8fr) minmax(0, 1.2fr);
  align-items: start;
  gap: 14px;
  padding: 18px;
  background: var(--h2-green);
}

#prmHomeV2 .prm-h2-resource-card {
  display: grid;
  width: 100%;
  min-height: 82px;
  grid-template-columns: 44px minmax(0, 1fr) 22px;
  align-items: center;
  gap: 13px;
  padding: 14px;
  border: 1px solid #cfe0d3;
  border-radius: 18px;
  background: #fff;
  color: var(--h2-ink);
  text-align: left;
  transition: border-color .18s ease, background-color .18s ease, transform .18s var(--h2-enter);
}

#prmHomeV2 .prm-h2-resource-card:hover,
#prmHomeV2 .prm-h2-resource-card:focus-visible { border-color: #a9cdb2; background: #f7fbf8; transform: translateY(-1px); }

#prmHomeV2 .prm-h2-resource-card__icon { width: 44px; height: 44px; flex-basis: 44px; border-radius: 13px; background: var(--h2-mint); }
#prmHomeV2 .prm-h2-resource-card__icon svg { width: 20px; height: 20px; }
#prmHomeV2 .prm-h2-resource-card > span:nth-child(2) { display: block; min-width: 0; }
#prmHomeV2 .prm-h2-resource-card strong { display: block; font-size: 13px; font-weight: 800; }
#prmHomeV2 .prm-h2-resource-card small { display: block; margin-top: 5px; color: #607066; font-size: 10px; line-height: 1.5; }
#prmHomeV2 .prm-h2-resource-card > svg { width: 20px; height: 20px; color: var(--h2-green); }
#prmHomeV2 .prm-h2-resource-card__chevron { transition: transform .2s ease; }
#prmHomeV2 .prm-h2-institutions.is-open .prm-h2-resource-card__chevron { transform: rotate(180deg); }

#prmHomeV2 .prm-h2-institutions {
  overflow: hidden;
  border-radius: 18px;
  background: #fff;
}

#prmHomeV2 .prm-h2-institutions > .prm-h2-resource-card { border-radius: 18px; }
#prmHomeV2 .prm-h2-institutions.is-open > .prm-h2-resource-card { border-radius: 18px 18px 0 0; }

#prmHomeV2 .prm-h2-institutions__panel {
  padding: 14px;
  border: 1px solid #cfe0d3;
  border-top: 0;
  border-radius: 0 0 18px 18px;
  background: #f7faf8;
}

#prmHomeV2 .prm-h2-institutions__panel.is-entering { animation: prmH2PanelIn .2s var(--h2-enter) both; }
#prmHomeV2 .prm-h2-institutions__panel.is-leaving { animation: prmH2PanelOut .16s ease-in both; }

#prmHomeV2 .prm-h2-institution-group + .prm-h2-institution-group { margin-top: 14px; }
#prmHomeV2 .prm-h2-institution-group > strong { display: block; color: #5b6f63; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
#prmHomeV2 .prm-h2-institution-group > div { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 7px; margin-top: 8px; }

#prmHomeV2 .prm-h2-institution-group a {
  display: flex;
  min-height: 42px;
  align-items: center;
  padding: 8px 10px;
  border: 1px solid var(--h2-line);
  border-radius: 11px;
  background: #fff;
  color: var(--h2-green);
  font-size: 9px;
  font-weight: 800;
  line-height: 1.35;
  transition: border-color .18s ease, background-color .18s ease, transform .18s var(--h2-enter);
}

#prmHomeV2 .prm-h2-institution-group a:hover { border-color: #aecfb6; background: var(--h2-mint); transform: translateY(-1px); }

#prmHomeV2 .prm-h2-empty {
  display: flex;
  min-height: 230px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 30px;
  border: 1px dashed #bfd8c6;
  border-radius: 18px;
  background: #fff;
  text-align: center;
}

#prmHomeV2 .prm-h2-empty--compact { min-height: 110px; border: 0; border-radius: 0; }
#prmHomeV2 .prm-h2-empty svg { width: 36px; height: 36px; color: var(--h2-green); }
#prmHomeV2 .prm-h2-empty strong { margin-top: 11px; font-size: 14px; }
#prmHomeV2 .prm-h2-empty span { max-width: 340px; margin-top: 6px; color: #607066; font-size: 11px; line-height: 1.6; }

#prmHomeV2 .prm-h2-footer {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: 18px;
  margin-top: 26px;
  padding: 22px 24px;
  border: 1px solid var(--h2-line);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 14px 40px rgba(20, 68, 39, .07);
}

#prmHomeV2 .prm-h2-footer__brand {
  display: flex;
  align-items: center;
  gap: 11px;
}

#prmHomeV2 .prm-h2-footer__brand img { width: 38px; height: 38px; object-fit: contain; }
#prmHomeV2 .prm-h2-footer__brand > span { display: block; }
#prmHomeV2 .prm-h2-footer__brand strong { display: block; font-size: 14px; font-weight: 800; }
#prmHomeV2 .prm-h2-footer__brand small { display: block; margin-top: 3px; color: #607066; font-size: 9px; font-weight: 700; letter-spacing: .06em; text-transform: uppercase; }

#prmHomeV2 .prm-h2-visitor {
  position: fixed;
  right: 14px;
  bottom: 14px;
  z-index: 980;
  display: flex;
  min-width: 196px;
  min-height: 58px;
  align-items: center;
  gap: 11px;
  padding: 9px 12px 9px 9px;
  border: 1px solid #bcd8c4;
  border-radius: 17px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(18, 66, 38, .16);
  animation: prmH2VisitorIn .36s var(--h2-enter) both;
}

#prmHomeV2 .prm-h2-visitor > svg {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  padding: 9px;
  border: 1px solid #cfe3d4;
  border-radius: 12px;
  background: var(--h2-mint);
  color: var(--h2-green);
}
#prmHomeV2 .prm-h2-visitor > span { display: block; }
#prmHomeV2 .prm-h2-visitor small {
  display: block;
  color: #52645a;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: .01em;
}
#prmHomeV2 .prm-h2-visitor strong {
  display: block;
  margin-top: 3px;
  color: var(--h2-green);
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
  white-space: nowrap;
}
#prmHomeV2 .prm-h2-visitor i { font-style: normal; }

#prmHomeV2 .prm-h2-footer__credit {
  grid-column: 2;
  display: block;
  color: #607066;
  font-size: 10px;
  line-height: 1.7;
  text-align: right;
}

#prmHomeV2 .prm-h2-footer__credit > span { display: block; }
#prmHomeV2 .prm-h2-footer__credit a { color: var(--h2-green); font-weight: 800; text-decoration: underline; text-underline-offset: 3px; }

#prmHomeV2 [data-reveal] {
  opacity: 0;
  transform: translateY(14px);
}

#prmHomeV2.is-ready [data-reveal].is-visible {
  animation: prmH2Reveal .32s var(--h2-enter) both;
}

#prmHomeV2 .prm-h2-preview {
  position: fixed;
  inset: 0;
  z-index: 20000;
  visibility: hidden;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  transition: opacity .2s ease, visibility .2s;
}

#prmHomeV2 .prm-h2-preview.is-open { visibility: visible; opacity: 1; }

#prmHomeV2 .prm-h2-preview__scrim {
  position: absolute;
  inset: 0;
  background: rgba(3, 18, 10, .66);
  backdrop-filter: blur(7px);
  -webkit-backdrop-filter: blur(7px);
}

#prmHomeV2 .prm-h2-preview__dialog {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 270px;
  overflow: hidden;
  width: min(960px, 100%);
  max-height: min(680px, calc(100vh - 48px));
  border: 1px solid rgba(255, 255, 255, .38);
  border-radius: 24px;
  background: #fff;
  box-shadow: 0 34px 90px rgba(3, 18, 10, .32);
  transform: translateY(14px) scale(.985);
  transition: transform .24s var(--h2-enter);
}

#prmHomeV2 .prm-h2-preview.is-open .prm-h2-preview__dialog { transform: none; }

#prmHomeV2 .prm-h2-preview__close {
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 3;
  display: inline-flex;
  width: 42px;
  height: 42px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid var(--h2-line);
  border-radius: 12px;
  background: #fff;
  color: var(--h2-green);
}

#prmHomeV2 .prm-h2-preview__close svg { width: 18px; height: 18px; }

#prmHomeV2 .prm-h2-preview__main {
  display: grid;
  grid-template-columns: minmax(260px, 44%) minmax(0, 1fr);
  min-height: 440px;
}

#prmHomeV2 .prm-h2-preview__media {
  overflow: hidden;
  display: block;
  min-height: 440px;
  background: var(--h2-mint);
}

#prmHomeV2 .prm-h2-preview__media img { display: block; width: 100%; height: 100%; object-fit: cover; }

#prmHomeV2 .prm-h2-preview__copy {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  flex-direction: column;
  padding: 42px 34px;
  transition: opacity .15s ease, transform .2s var(--h2-enter);
}

#prmHomeV2 .prm-h2-preview__copy.is-changing { opacity: .1; transform: translateY(6px); }
#prmHomeV2 .prm-h2-preview__copy small { color: var(--h2-leaf); font-size: 10px; font-weight: 800; text-transform: uppercase; }
#prmHomeV2 .prm-h2-preview__copy h2 { margin: 13px 0 0; font-size: 28px; font-weight: 800; letter-spacing: -.045em; line-height: 1.18; }
#prmHomeV2 .prm-h2-preview__copy p { margin: 14px 0 0; color: #607066; font-size: 13px; line-height: 1.72; }
#prmHomeV2 .prm-h2-preview__copy a { display: inline-flex; min-height: 44px; align-items: center; margin-top: 20px; padding: 0 16px; border: 1px solid #b9d8c1; border-radius: 13px; background: var(--h2-mint); color: var(--h2-green); font-size: 11px; font-weight: 800; }

#prmHomeV2 .prm-h2-preview__rail {
  overflow-y: auto;
  padding: 64px 14px 16px;
  border-left: 1px solid var(--h2-line);
  background: #f6faf7;
}

#prmHomeV2 .prm-h2-preview__rail > small { display: block; margin: 0 6px 9px; color: #607066; font-size: 9px; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }

#prmHomeV2 .prm-h2-preview__rail button {
  display: grid;
  width: 100%;
  grid-template-columns: 29px minmax(0, 1fr);
  align-items: start;
  gap: 9px;
  padding: 11px 8px;
  border: 1px solid transparent;
  border-radius: 13px;
  background: transparent;
  text-align: left;
  transition: border-color .18s ease, background-color .18s ease;
}

#prmHomeV2 .prm-h2-preview__rail button:hover,
#prmHomeV2 .prm-h2-preview__rail button.is-active { border-color: #cfe0d3; background: #fff; }
#prmHomeV2 .prm-h2-preview__rail button span { display: inline-flex; width: 29px; height: 29px; align-items: center; justify-content: center; border-radius: 9px; background: var(--h2-mint); color: var(--h2-green); font-size: 8px; font-weight: 800; }
#prmHomeV2 .prm-h2-preview__rail button strong { padding-top: 3px; font-size: 10px; line-height: 1.45; }

@keyframes prmH2Reveal {
  from { opacity: 0; transform: translateY(14px); }
  to { opacity: 1; transform: none; }
}

@keyframes prmH2Swap {
  from { opacity: .2; transform: translateY(7px); }
  to { opacity: 1; transform: none; }
}

@keyframes prmH2PanelIn {
  from { opacity: 0; transform: translateY(-7px); }
  to { opacity: 1; transform: none; }
}

@keyframes prmH2PanelOut {
  to { opacity: 0; transform: translateY(-5px); }
}

@keyframes prmH2VisitorIn {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: none; }
}

@media (max-width: 1040px) {
  #prmHomeV2 .prm-h2__grid {
    grid-template-columns: minmax(0, 1fr) 330px;
  }
  #prmHomeV2 .prm-h2-events { grid-template-columns: 1fr; }
  #prmHomeV2 .prm-h2-event-card { display: grid; grid-template-columns: 210px minmax(0, 1fr); }
  #prmHomeV2 .prm-h2-event-card__media { height: 100%; min-height: 190px; aspect-ratio: auto; }
}

@media (max-width: 900px) {
  #prmHomeV2 .prm-h2__grid {
    grid-template-columns: 1fr;
    grid-template-areas:
      "news"
      "agenda"
      "latest"
      "resources";
  }
  #prmHomeV2 .prm-h2-events { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  #prmHomeV2 .prm-h2-event-card { display: flex; }
  #prmHomeV2 .prm-h2-event-card__media { height: auto; min-height: 0; aspect-ratio: 16 / 9.5; }
  #prmHomeV2 .prm-h2-preview { display: none; }
}

@media (max-width: 680px) {
  /* Area masthead dan pintasan mobile memakai tampilan legacy asli.
  .prm-home-masthead {
    min-height: 72px;
  }
  .prm-home-masthead__row {
    min-height: 72px;
  }
  .prm-home-masthead__logo--mobile {
    top: 10px !important;
    left: 12px !important;
  }
  .prm-home-masthead__logo--mobile img {
    width: 48px !important;
    height: 48px;
  }
  .prm-home-masthead__brand {
    padding-left: 45px;
  }
  .prm-home-masthead__brand > div:first-child {
    display: none;
  }
  .prm-home-masthead__brand > div:nth-child(2) {
    font-size: 17px !important;
  }
  .prm-home-masthead__brand > div:last-child {
    max-width: 210px;
    overflow: hidden;
    font-size: 9px !important;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .prm-home-vision {
    width: min(100% - 28px, 1320px);
    margin-top: 10px;
    border-radius: 14px;
  }
  .prm-home-vision summary {
    min-height: 48px;
    gap: 9px;
    padding: 8px 10px;
  }
  .prm-home-vision summary > span {
    display: none;
  }
  .prm-home-vision summary > strong {
    font-size: 10px;
  }
  .prm-home-vision__body {
    grid-template-columns: 1fr;
    padding: 0 9px 9px;
  }
  .prm-home-vision__body p {
    padding: 10px;
    font-size: 9px;
  }
  #main-scroll-container {
    padding-top: 12px !important;
  }
  #fProduk {
    width: 100%;
    padding: 0 14px !important;
  }
  #shortcut-link {
    grid-template-columns: none;
    grid-auto-columns: 84px;
    grid-auto-flow: column;
    overflow-x: auto;
    gap: 8px !important;
    padding: 0 0 8px;
    scroll-padding-left: 1px;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }
  #shortcut-link::-webkit-scrollbar { display: none; }
  #shortcut-link .shortcut-card {
    width: 84px !important;
    height: 88px !important;
    border-radius: 16px !important;
    box-shadow: 0 8px 20px rgba(20, 68, 39, .06) !important;
  }
  #shortcut-link .shortcut-card img {
    width: 48px !important;
    height: 48px !important;
    flex-basis: 48px;
  }
  #shortcut-link .shortcut-card > span {
    font-size: 8px !important;
  }
  */

  #prmHomeV2 {
    width: min(100% - 28px, 1320px);
    margin-top: 18px;
  }
  #prmHomeV2 .prm-h2__grid { gap: 18px; }
  #prmHomeV2 .prm-h2-section { border-radius: 22px; box-shadow: 0 14px 38px rgba(20, 68, 39, .08); }
  #prmHomeV2 .prm-h2-head { min-height: 86px; gap: 11px; padding: 14px; }
  #prmHomeV2 .prm-h2-head__icon { width: 42px; height: 42px; flex-basis: 42px; border-radius: 13px; }
  #prmHomeV2 .prm-h2-head__icon svg { width: 19px; height: 19px; }
  #prmHomeV2 .prm-h2-head h2 { font-size: 20px; }
  #prmHomeV2 .prm-h2-head p { font-size: 10px; }
  #prmHomeV2 .prm-h2-layout { display: none; }
  #prmHomeV2 .prm-h2-events { grid-template-columns: 1fr; }
  #prmHomeV2 .prm-h2-event-card,
  #prmHomeV2.is-list .prm-h2-event-card {
    display: grid;
    grid-template-columns: 118px minmax(0, 1fr);
    min-height: 150px;
  }
  #prmHomeV2 .prm-h2-event-card__media,
  #prmHomeV2.is-list .prm-h2-event-card__media { height: 100%; min-height: 150px; aspect-ratio: auto; }
  #prmHomeV2 .prm-h2-event-card__media > span { left: 7px; bottom: 7px; min-height: 23px; padding: 0 7px; font-size: 7px; }
  #prmHomeV2 .prm-h2-event-card__body { padding: 13px; }
  #prmHomeV2 .prm-h2-event-card h3 { font-size: 13px; line-height: 1.38; }
  #prmHomeV2 .prm-h2-event-card p { font-size: 9px; line-height: 1.5; -webkit-line-clamp: 2; }
  #prmHomeV2 .prm-h2-kicker { font-size: 8px; }
  #prmHomeV2 .prm-h2-card-link { min-height: 34px; padding-top: 6px; font-size: 9px; }
  #prmHomeV2 .prm-h2-latest__body,
  #prmHomeV2 .prm-h2-agenda__body { padding: 12px; }
  #prmHomeV2 .prm-h2-news-item.is-lead .prm-h2-news-item__copy { padding: 15px; }
  #prmHomeV2 .prm-h2-news-item.is-lead .prm-h2-news-item__copy strong { font-size: 16px; }
  #prmHomeV2 .prm-h2-news-item { min-height: 90px; padding: 13px 14px; }
  #prmHomeV2 .prm-h2-news-item__copy strong { font-size: 12px; }
  #prmHomeV2 .prm-h2-agenda .prm-h2-head {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
  }
  #prmHomeV2 .prm-h2-agenda-tabs { grid-column: 1 / -1; display: grid; grid-template-columns: repeat(2, 1fr); width: 100%; }
  #prmHomeV2 .prm-h2-agenda-tabs button { min-height: 40px; }
  #prmHomeV2 .prm-h2-agenda-panel { grid-template-columns: 1fr; }
  #prmHomeV2 .prm-h2-agenda-card { grid-template-columns: 44px minmax(0, 1fr) 32px; min-height: 94px; gap: 10px; padding: 11px; border-radius: 15px; }
  #prmHomeV2 .prm-h2-agenda-card__date { width: 44px; height: 56px; border-radius: 11px; }
  #prmHomeV2 .prm-h2-agenda-card__date strong { font-size: 17px; }
  #prmHomeV2 .prm-h2-agenda-card__copy > strong { font-size: 12px; }
  #prmHomeV2 .prm-h2-agenda-card__copy > span { display: grid; gap: 2px; font-size: 8px; }
  #prmHomeV2 .prm-h2-agenda-card > svg { width: 32px; height: 32px; padding: 8px; }
  #prmHomeV2 .prm-h2-resources__head { min-height: 96px; padding: 17px; }
  #prmHomeV2 .prm-h2-resources__head h2 { font-size: 20px; }
  #prmHomeV2 .prm-h2-resources__body { grid-template-columns: 1fr; padding: 12px; }
  #prmHomeV2 .prm-h2-resource-card { min-height: 76px; grid-template-columns: 40px minmax(0, 1fr) 20px; gap: 10px; padding: 12px; border-radius: 15px; }
  #prmHomeV2 .prm-h2-resource-card__icon { width: 40px; height: 40px; }
  #prmHomeV2 .prm-h2-resource-card strong { font-size: 12px; }
  #prmHomeV2 .prm-h2-resource-card small { font-size: 9px; }
  #prmHomeV2 .prm-h2-institution-group > div { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  #prmHomeV2 .prm-h2-footer { grid-template-columns: 1fr; gap: 14px; padding: 17px; border-radius: 20px; }
  #prmHomeV2 .prm-h2-visitor {
    right: 10px;
    bottom: calc(76px + env(safe-area-inset-bottom));
    min-width: 176px;
    min-height: 54px;
    gap: 9px;
    padding: 8px 10px 8px 8px;
    border-radius: 15px;
    box-shadow: 0 10px 24px rgba(18, 66, 38, .18);
  }
  #prmHomeV2 .prm-h2-visitor > svg {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
    padding: 8px;
    border-radius: 10px;
  }
  #prmHomeV2 .prm-h2-visitor small { font-size: 9px; }
  #prmHomeV2 .prm-h2-visitor strong { font-size: 11px; }
  #prmHomeV2 .prm-h2-footer__credit { grid-column: 1 / -1; padding-top: 13px; border-top: 1px solid var(--h2-line); font-size: 11px; text-align: left; }
  #prmHomeV2 .prm-h2-footer__credit > span { margin-top: 2px; }
}

@media (max-width: 420px) {
  #prmHomeV2 .prm-h2-event-card,
  #prmHomeV2.is-list .prm-h2-event-card { grid-template-columns: 104px minmax(0, 1fr); }
  #prmHomeV2 .prm-h2-event-card p { display: none; }
  #prmHomeV2 .prm-h2-footer { grid-template-columns: 1fr; }
  #prmHomeV2 .prm-h2-footer__credit { grid-column: 1; }
}

/* Homepage information hub — school-profile component language */
#prmHomeV2 {
  --h2-forest: #10281d;
  --h2-green: #07552d;
  --h2-leaf: #168548;
  --h2-mint: #dff3e6;
  --h2-cream: #fff7e4;
  --h2-sky: #e7f3f7;
  --h2-blue: #245f75;
  --h2-gold: #b96a08;
  --h2-violet: #684f82;
  --h2-coral: #ad4f38;
  --h2-line: #d7e4da;
  --h2-ink: #10281d;
  --h2-muted: #52685d;
  --h2-shadow: 0 24px 70px rgba(20, 68, 39, .1);
}

#prmHomeV2 .prm-h2__grid {
  gap: 28px;
}

#prmHomeV2 .prm-h2-section {
  position: relative;
  border: 1px solid #d7e4da;
  border-radius: 30px;
  box-shadow: var(--h2-shadow);
}

#prmHomeV2 .prm-h2-section::after {
  position: absolute;
  top: 0;
  left: 32px;
  width: 76px;
  height: 5px;
  border-radius: 0 0 8px 8px;
  background: var(--section-accent, var(--h2-leaf));
  content: "";
  pointer-events: none;
}

#prmHomeV2 .prm-h2-latest {
  --section-accent: var(--h2-gold);
  background: var(--h2-cream);
}

#prmHomeV2 .prm-h2-news {
  --section-accent: #e6bd55;
  border-color: #193d2b;
  background: var(--h2-forest);
}

#prmHomeV2 .prm-h2-agenda {
  --section-accent: var(--h2-blue);
  background: var(--h2-sky);
}

#prmHomeV2 .prm-h2-resources {
  --section-accent: #e6bd55;
  border-color: #193d2b;
  background: var(--h2-forest);
}

#prmHomeV2 .prm-h2-head {
  min-height: 124px;
  gap: 16px;
  padding: 25px 26px 23px;
  border-bottom: 1px solid #dce7df;
  background: #fff;
}

#prmHomeV2 .prm-h2-latest .prm-h2-head {
  background: #fffdf7;
}

#prmHomeV2 .prm-h2-head--forest {
  border-color: rgba(255, 255, 255, .14);
  background: var(--h2-forest);
  color: #fff;
}

#prmHomeV2 .prm-h2-head--cream {
  border-color: #d2e4e9;
  background: #f1f8fa;
}

#prmHomeV2 .prm-h2-head__icon,
#prmHomeV2 .prm-h2-resource-card__icon {
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  border: 1px solid #c9dfd0;
  border-radius: 16px;
  background: var(--h2-mint);
  color: var(--h2-green);
}

#prmHomeV2 .prm-h2-latest .prm-h2-head__icon {
  border-color: #ead7ac;
  background: var(--h2-cream);
  color: var(--h2-gold);
}

#prmHomeV2 .prm-h2-head--forest .prm-h2-head__icon {
  border-color: #e7d29a;
  background: var(--h2-cream);
  color: var(--h2-green);
}

#prmHomeV2 .prm-h2-head--cream .prm-h2-head__icon {
  border-color: #c5dce4;
  background: var(--h2-sky);
  color: var(--h2-blue);
}

#prmHomeV2 .prm-h2-head__icon svg,
#prmHomeV2 .prm-h2-resource-card__icon svg {
  width: 23px;
  height: 23px;
}

#prmHomeV2 .prm-h2-head small,
#prmHomeV2 .prm-h2-resources__head small,
#prmHomeV2 .prm-h2-kicker {
  font-size: 11px;
  letter-spacing: .12em;
}

#prmHomeV2 .prm-h2-latest .prm-h2-head small {
  color: var(--h2-gold);
}

#prmHomeV2 .prm-h2-head--forest small {
  color: #f0d887;
}

#prmHomeV2 .prm-h2-head--cream small {
  color: var(--h2-blue);
}

#prmHomeV2 .prm-h2-head h2,
#prmHomeV2 .prm-h2-resources__head h2 {
  margin-top: 6px;
  font-size: 27px;
  letter-spacing: -.045em;
}

#prmHomeV2 .prm-h2-head p,
#prmHomeV2 .prm-h2-resources__head p {
  margin-top: 7px;
  color: var(--h2-muted);
  font-size: 12px;
  font-weight: 500;
  line-height: 1.65;
}

#prmHomeV2 .prm-h2-head--forest p {
  color: #c6d8ce;
}

#prmHomeV2 .prm-h2-layout {
  grid-template-columns: repeat(2, 44px);
  gap: 5px;
  padding: 5px;
  border-color: #d9c892;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 8px 22px rgba(95, 66, 12, .08);
}

#prmHomeV2 .prm-h2-layout button {
  width: 44px;
  height: 44px;
  border-radius: 11px;
  color: #6d6f67;
}

#prmHomeV2 .prm-h2-layout button:hover {
  background: var(--h2-cream);
  color: var(--h2-gold);
}

#prmHomeV2 .prm-h2-layout button.is-active {
  background: #f4e6bd;
  color: #724400;
}

#prmHomeV2 .prm-h2-latest__body {
  padding: 20px;
  background: var(--h2-cream);
}

#prmHomeV2 .prm-h2-events {
  gap: 16px;
}

#prmHomeV2 .prm-h2-event-card {
  position: relative;
  border: 1px solid #d7e2d9;
  border-left-width: 1px;
  background: #fff;
  box-shadow: 0 10px 28px rgba(20, 68, 39, .06);
}

#prmHomeV2 .prm-h2-event-card::after {
  position: absolute;
  right: 16px;
  bottom: 0;
  left: 16px;
  height: 4px;
  border-radius: 6px 6px 0 0;
  background: var(--card-accent);
  content: "";
  pointer-events: none;
}

#prmHomeV2 .prm-h2-event-card:nth-child(4n + 1) .prm-h2-event-card__body { background: #f2f9f4; }
#prmHomeV2 .prm-h2-event-card:nth-child(4n + 2) .prm-h2-event-card__body { background: #f1f7f9; }
#prmHomeV2 .prm-h2-event-card:nth-child(4n + 3) .prm-h2-event-card__body { background: #fff9e9; }
#prmHomeV2 .prm-h2-event-card:nth-child(4n + 4) .prm-h2-event-card__body { background: #fff3ef; }

#prmHomeV2 .prm-h2-event-card:hover,
#prmHomeV2 .prm-h2-event-card:focus-within {
  border-color: var(--card-accent);
  box-shadow: 0 18px 40px rgba(20, 68, 39, .12);
}

#prmHomeV2 .prm-h2-event-card__media {
  background: #dcebe1;
}

#prmHomeV2 .prm-h2-event-card__media > span {
  min-height: 30px;
  padding: 0 11px;
  border: 0;
  background: var(--h2-forest);
  font-size: 10px;
}

#prmHomeV2 .prm-h2-event-card__body {
  position: relative;
  padding: 19px 19px 21px;
}

#prmHomeV2 .prm-h2-event-card h3 {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.45;
}

#prmHomeV2 .prm-h2-event-card p {
  color: var(--h2-muted);
  font-size: 12px;
  line-height: 1.7;
}

#prmHomeV2 .prm-h2-kicker {
  color: var(--card-accent);
  font-size: 10px;
}

#prmHomeV2 .prm-h2-card-link,
#prmHomeV2 .prm-h2-news-all {
  font-size: 11px;
}

#prmHomeV2 .prm-h2-pager button,
#prmHomeV2 .prm-h2-news-nav button {
  border-color: #d1ddd4;
  background: #fff;
  color: var(--h2-green);
}

#prmHomeV2 .prm-h2-pager button:hover,
#prmHomeV2 .prm-h2-news-nav button:hover {
  border-color: #a7c8b0;
  background: #f1f8f3;
}

#prmHomeV2 .prm-h2-pager button.is-active,
#prmHomeV2 .prm-h2-news-nav button.is-active {
  border-color: #99bea4;
  background: var(--h2-mint);
  color: var(--h2-green);
}

#prmHomeV2 .prm-h2-news__body {
  padding: 16px;
  background: var(--h2-forest);
}

#prmHomeV2 .prm-h2-news-list {
  gap: 10px;
}

#prmHomeV2 .prm-h2-news-item {
  overflow: hidden;
  min-height: 104px;
  padding: 15px;
  border: 1px solid #d7e4da;
  border-radius: 16px;
  background: #fff;
  transition: border-color .18s ease, background-color .18s ease, box-shadow .18s ease, transform .18s var(--h2-enter), opacity .18s ease;
}

#prmHomeV2 .prm-h2-news-item:hover,
#prmHomeV2 .prm-h2-news-item:focus-visible {
  border-color: #e0bf65;
  background: var(--h2-cream);
  box-shadow: 0 12px 28px rgba(0, 0, 0, .16);
  transform: translateY(-2px);
}

#prmHomeV2 .prm-h2-news-item.is-lead {
  border-color: #e7d8ae;
  background: var(--h2-cream);
}

#prmHomeV2 .prm-h2-news-item:not(.is-lead):nth-child(3n + 2) { background: #f3f8f4; }
#prmHomeV2 .prm-h2-news-item:not(.is-lead):nth-child(3n + 3) { background: #f5f8f9; }

#prmHomeV2 .prm-h2-news-item__media {
  aspect-ratio: 16 / 9.2;
  background: #dbe9df;
}

#prmHomeV2 .prm-h2-news-item.is-lead .prm-h2-news-item__copy {
  padding: 18px 18px 20px;
}

#prmHomeV2 .prm-h2-news-item__copy small {
  color: var(--h2-gold);
  font-size: 10px;
}

#prmHomeV2 .prm-h2-news-item__copy strong {
  font-size: 14px;
  line-height: 1.45;
}

#prmHomeV2 .prm-h2-news-item.is-lead .prm-h2-news-item__copy strong {
  font-size: 18px;
  line-height: 1.4;
}

#prmHomeV2 .prm-h2-news-item__copy > span {
  color: var(--h2-muted);
  font-size: 11px;
  line-height: 1.65;
}

#prmHomeV2 .prm-h2-news-item__number {
  width: 34px;
  height: 34px;
  border: 1px solid #d3e5d8;
  border-radius: 11px;
  background: var(--h2-mint);
  font-size: 10px;
}

#prmHomeV2 .prm-h2-news-nav {
  min-height: 48px;
  margin-top: 10px;
  padding: 0;
  background: transparent;
}

#prmHomeV2 .prm-h2-news-nav button {
  border-color: #668171;
  background: #17392a;
  color: #fff;
}

#prmHomeV2 .prm-h2-news-nav button:hover,
#prmHomeV2 .prm-h2-news-nav button.is-active {
  border-color: #e1c77a;
  background: var(--h2-cream);
  color: var(--h2-green);
}

#prmHomeV2 .prm-h2-news-all {
  min-height: 50px;
  margin-top: 10px;
  padding: 0 15px;
  border: 1px solid #d7c78f;
  border-radius: 14px;
  background: var(--h2-cream);
  color: var(--h2-green);
}

#prmHomeV2 .prm-h2-agenda-tabs {
  border-color: #c9dfe6;
  background: #fff;
  box-shadow: 0 8px 22px rgba(36, 95, 117, .08);
}

#prmHomeV2 .prm-h2-agenda-tabs button {
  color: #53696f;
}

#prmHomeV2 .prm-h2-agenda-tabs button:hover {
  background: var(--h2-sky);
  color: var(--h2-blue);
}

#prmHomeV2 .prm-h2-agenda-tabs button.is-active {
  border-color: #bad5df;
  background: #d7ecf3;
  color: #174c61;
}

#prmHomeV2 .prm-h2-agenda__body {
  padding: 20px;
  background: var(--h2-sky);
}

#prmHomeV2 .prm-h2-agenda-panel {
  gap: 14px;
}

#prmHomeV2 .prm-h2-agenda-card {
  --agenda-accent: var(--h2-blue);
  grid-template-columns: 54px minmax(0, 1fr) 38px;
  min-height: 116px;
  padding: 16px;
  border: 1px solid #cddfe5;
  border-left: 5px solid var(--agenda-accent);
  background: #fff;
  box-shadow: 0 10px 26px rgba(36, 95, 117, .06);
}

#prmHomeV2 .prm-h2-agenda-card:nth-child(4n + 2) { --agenda-accent: var(--h2-gold); }
#prmHomeV2 .prm-h2-agenda-card:nth-child(4n + 3) { --agenda-accent: var(--h2-leaf); }
#prmHomeV2 .prm-h2-agenda-card:nth-child(4n + 4) { --agenda-accent: var(--h2-violet); }
#prmHomeV2 .prm-h2-agenda-card:nth-child(4n + 2) { background: #fff9eb; }
#prmHomeV2 .prm-h2-agenda-card:nth-child(4n + 3) { background: #f2f8f4; }
#prmHomeV2 .prm-h2-agenda-card:nth-child(4n + 4) { background: #f7f3fa; }

#prmHomeV2 .prm-h2-agenda-card:hover,
#prmHomeV2 .prm-h2-agenda-card:focus-visible {
  border-color: var(--agenda-accent);
  box-shadow: 0 16px 34px rgba(36, 95, 117, .12);
}

#prmHomeV2 .prm-h2-agenda-card__date {
  width: 54px;
  height: 66px;
  border-color: #c9dde4;
  background: var(--h2-sky);
  color: var(--agenda-accent);
}

#prmHomeV2 .prm-h2-agenda-card__date strong {
  font-size: 21px;
}

#prmHomeV2 .prm-h2-agenda-card__date small {
  font-size: 9px;
}

#prmHomeV2 .prm-h2-agenda-card__copy > small {
  color: var(--agenda-accent);
  font-size: 9px;
}

#prmHomeV2 .prm-h2-agenda-card__copy > strong {
  margin-top: 6px;
  font-size: 14px;
  line-height: 1.45;
}

#prmHomeV2 .prm-h2-agenda-card__copy > span {
  gap: 5px 14px;
  margin-top: 8px;
  color: var(--h2-muted);
  font-size: 10px;
  line-height: 1.5;
}

#prmHomeV2 .prm-h2-agenda-card > svg {
  width: 38px;
  height: 38px;
  border-color: #c9dde4;
  background: var(--h2-sky);
  color: var(--agenda-accent);
}

#prmHomeV2 .prm-h2-resources__head {
  min-height: 126px;
  gap: 16px;
  padding: 25px 26px;
  border-bottom: 1px solid rgba(255, 255, 255, .14);
  background: var(--h2-forest);
  color: #fff;
}

#prmHomeV2 .prm-h2-resources__head .prm-h2-head__icon {
  border-color: #e7d29a;
  background: var(--h2-cream);
  color: var(--h2-green);
}

#prmHomeV2 .prm-h2-resources__head small {
  color: #f0d887;
}

#prmHomeV2 .prm-h2-resources__head p {
  color: #c6d8ce;
}

#prmHomeV2 .prm-h2-resources__body {
  grid-template-columns: minmax(260px, .78fr) minmax(0, 1.22fr);
  gap: 18px;
  padding: 20px;
  background: #e6efe8;
}

#prmHomeV2 .prm-h2-resource-card {
  min-height: 92px;
  grid-template-columns: 48px minmax(0, 1fr) 22px;
  gap: 14px;
  padding: 16px;
  border: 1px solid #d7e3da;
  border-left: 5px solid var(--resource-accent, var(--h2-violet));
  background: #fff;
  box-shadow: 0 9px 24px rgba(20, 68, 39, .05);
}

#prmHomeV2 .prm-h2-resources__body > .prm-h2-resource-card {
  --resource-accent: var(--h2-gold);
  border-color: #e5d9b9;
  background: #fff1c9;
}

#prmHomeV2 .prm-h2-institutions {
  --resource-accent: var(--h2-blue);
  border: 0;
  border-radius: 18px;
  background: transparent;
}

#prmHomeV2 .prm-h2-institutions > .prm-h2-resource-card {
  border-color: #cbdfe6;
  background: #dceef3;
}

#prmHomeV2 .prm-h2-resource-card:hover,
#prmHomeV2 .prm-h2-resource-card:focus-visible {
  border-color: var(--resource-accent);
  background: #f7faf8;
  box-shadow: 0 15px 32px rgba(20, 68, 39, .1);
  transform: translateY(-2px);
}

#prmHomeV2 .prm-h2-resource-card__icon {
  width: 48px;
  height: 48px;
  flex-basis: 48px;
  border-color: #d6dfe0;
  background: #fff;
  color: var(--resource-accent, var(--h2-violet));
}

#prmHomeV2 .prm-h2-resource-card strong {
  font-size: 14px;
}

#prmHomeV2 .prm-h2-resource-card small {
  color: var(--h2-muted);
  font-size: 11px;
  line-height: 1.6;
}

#prmHomeV2 .prm-h2-resource-card > svg {
  color: var(--resource-accent, var(--h2-violet));
}

#prmHomeV2 .prm-h2-institutions__panel {
  padding: 16px;
  border-color: #cbdfe6;
  background: var(--h2-sky);
}

#prmHomeV2 .prm-h2-institution-group + .prm-h2-institution-group {
  margin-top: 18px;
  padding-top: 17px;
  border-top: 1px solid #c9dce3;
}

#prmHomeV2 .prm-h2-institution-group > strong {
  color: var(--h2-blue);
  font-size: 10px;
}

#prmHomeV2 .prm-h2-institution-group > div {
  gap: 9px;
  margin-top: 10px;
}

#prmHomeV2 .prm-h2-institution-group a {
  position: relative;
  min-height: 50px;
  padding: 10px 12px 10px 16px;
  border-color: #cedee3;
  border-radius: 13px;
  background: #fff;
  color: var(--h2-ink);
  font-size: 10px;
  line-height: 1.45;
}

#prmHomeV2 .prm-h2-institution-group a::before {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 7px;
  width: 3px;
  border-radius: 999px;
  background: var(--link-accent, var(--h2-blue));
  content: "";
}

#prmHomeV2 .prm-h2-institution-group a:nth-child(3n + 2) { --link-accent: var(--h2-gold); }
#prmHomeV2 .prm-h2-institution-group a:nth-child(3n + 3) { --link-accent: var(--h2-leaf); }
#prmHomeV2 .prm-h2-institution-group a:nth-child(3n + 2) { background: #fff9e9; }
#prmHomeV2 .prm-h2-institution-group a:nth-child(3n + 3) { background: #f1f8f3; }

#prmHomeV2 .prm-h2-institution-group a:hover,
#prmHomeV2 .prm-h2-institution-group a:focus-visible {
  border-color: var(--link-accent, var(--h2-blue));
  background: #f8fbf8;
  box-shadow: 0 8px 20px rgba(36, 95, 117, .09);
}

#prmHomeV2 .prm-h2-empty {
  border-color: #bdd4c4;
  background: #fff;
}

#prmHomeV2 .prm-h2-agenda .prm-h2-empty {
  border-style: solid;
  border-color: #bcd7df;
  background: #f5fafb;
}

#prmHomeV2 .prm-h2-footer {
  border-color: #173a29;
  background: var(--h2-forest);
  color: #fff;
  box-shadow: 0 18px 46px rgba(16, 40, 29, .16);
}

#prmHomeV2 .prm-h2-footer__brand small,
#prmHomeV2 .prm-h2-footer__credit {
  color: #c7d8ce;
}

#prmHomeV2 .prm-h2-footer__credit a {
  color: #f0d887;
}

#prmHomeV2 .prm-h2-visitor {
  border-color: #a9cfb3;
  background: var(--h2-mint);
}

#prmHomeV2 .prm-h2-visitor > svg {
  background: #f6fbf7;
}

@media (max-width: 900px) {
  #prmHomeV2 .prm-h2__grid {
    gap: 22px;
  }

  #prmHomeV2 .prm-h2-section {
    border-radius: 26px;
  }

  #prmHomeV2 .prm-h2-resources__body {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 680px) {
  #prmHomeV2 {
    width: min(100% - 28px, 1320px);
    margin-top: 18px;
  }

  #prmHomeV2 .prm-h2__grid {
    gap: 18px;
  }

  #prmHomeV2 .prm-h2-section {
    border-radius: 22px;
    box-shadow: 0 14px 36px rgba(20, 68, 39, .08);
  }

  #prmHomeV2 .prm-h2-section::after {
    left: 22px;
    width: 56px;
    height: 4px;
  }

  #prmHomeV2 .prm-h2-head,
  #prmHomeV2 .prm-h2-resources__head {
    min-height: 0;
    gap: 12px;
    padding: 18px 16px 16px;
  }

  #prmHomeV2 .prm-h2-head__icon,
  #prmHomeV2 .prm-h2-resources__head .prm-h2-head__icon {
    width: 44px;
    height: 44px;
    flex-basis: 44px;
    border-radius: 13px;
  }

  #prmHomeV2 .prm-h2-head__icon svg,
  #prmHomeV2 .prm-h2-resources__head .prm-h2-head__icon svg {
    width: 20px;
    height: 20px;
  }

  #prmHomeV2 .prm-h2-head small,
  #prmHomeV2 .prm-h2-resources__head small {
    font-size: 9px;
  }

  #prmHomeV2 .prm-h2-head h2,
  #prmHomeV2 .prm-h2-resources__head h2 {
    margin-top: 4px;
    font-size: 21px;
  }

  #prmHomeV2 .prm-h2-head p,
  #prmHomeV2 .prm-h2-resources__head p {
    margin-top: 5px;
    font-size: 10px;
    line-height: 1.55;
  }

  #prmHomeV2 .prm-h2-layout {
    grid-template-columns: repeat(2, 38px);
    padding: 4px;
    border-radius: 13px;
  }

  #prmHomeV2 .prm-h2-layout button {
    width: 38px;
    height: 38px;
    border-radius: 9px;
  }

  #prmHomeV2 .prm-h2-latest__body,
  #prmHomeV2 .prm-h2-news__body,
  #prmHomeV2 .prm-h2-agenda__body,
  #prmHomeV2 .prm-h2-resources__body {
    padding: 12px;
  }

  #prmHomeV2 .prm-h2-event-card,
  #prmHomeV2.is-list .prm-h2-event-card {
    grid-template-columns: 118px minmax(0, 1fr);
    border-radius: 15px;
  }

  #prmHomeV2 .prm-h2-event-card::after {
    right: 11px;
    left: 11px;
    height: 3px;
  }

  #prmHomeV2 .prm-h2-event-card__media,
  #prmHomeV2.is-list .prm-h2-event-card__media {
    min-height: 158px;
  }

  #prmHomeV2 .prm-h2-event-card__body {
    padding: 13px 13px 16px;
  }

  #prmHomeV2 .prm-h2-event-card h3 {
    font-size: 13px;
  }

  #prmHomeV2 .prm-h2-event-card p {
    font-size: 10px;
    line-height: 1.55;
  }

  #prmHomeV2 .prm-h2-news-list {
    gap: 8px;
  }

  #prmHomeV2 .prm-h2-news-item {
    min-height: 92px;
    padding: 12px;
    border-radius: 14px;
  }

  #prmHomeV2 .prm-h2-news-item.is-lead .prm-h2-news-item__copy {
    padding: 14px;
  }

  #prmHomeV2 .prm-h2-news-item.is-lead .prm-h2-news-item__copy strong {
    font-size: 16px;
  }

  #prmHomeV2 .prm-h2-news-item__copy strong {
    font-size: 12px;
  }

  #prmHomeV2 .prm-h2-news-all {
    min-height: 44px;
  }

  #prmHomeV2 .prm-h2-agenda .prm-h2-head {
    grid-template-columns: 44px minmax(0, 1fr);
  }

  #prmHomeV2 .prm-h2-agenda-tabs {
    padding: 4px;
    border-radius: 13px;
  }

  #prmHomeV2 .prm-h2-agenda-tabs button {
    min-height: 40px;
    font-size: 10px;
  }

  #prmHomeV2 .prm-h2-agenda-card {
    grid-template-columns: 48px minmax(0, 1fr) 34px;
    min-height: 100px;
    gap: 10px;
    padding: 12px;
    border-left-width: 4px;
    border-radius: 15px;
  }

  #prmHomeV2 .prm-h2-agenda-card__date {
    width: 48px;
    height: 60px;
  }

  #prmHomeV2 .prm-h2-agenda-card__copy > strong {
    font-size: 12px;
  }

  #prmHomeV2 .prm-h2-agenda-card__copy > span {
    display: grid;
    gap: 3px;
    font-size: 9px;
  }

  #prmHomeV2 .prm-h2-agenda-card > svg {
    width: 34px;
    height: 34px;
  }

  #prmHomeV2 .prm-h2-resource-card {
    min-height: 82px;
    grid-template-columns: 42px minmax(0, 1fr) 20px;
    gap: 11px;
    padding: 13px;
    border-left-width: 4px;
    border-radius: 15px;
  }

  #prmHomeV2 .prm-h2-resource-card__icon {
    width: 42px;
    height: 42px;
    flex-basis: 42px;
  }

  #prmHomeV2 .prm-h2-resource-card strong {
    font-size: 12px;
  }

  #prmHomeV2 .prm-h2-resource-card small {
    font-size: 10px;
  }

  #prmHomeV2 .prm-h2-institutions__panel {
    padding: 12px;
  }

  #prmHomeV2 .prm-h2-institution-group > div {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  #prmHomeV2 .prm-h2-institution-group a {
    min-height: 48px;
    font-size: 9px;
  }
}

@media (max-width: 420px) {
  #prmHomeV2 .prm-h2-event-card,
  #prmHomeV2.is-list .prm-h2-event-card {
    grid-template-columns: 108px minmax(0, 1fr);
  }

  #prmHomeV2 .prm-h2-event-card__media,
  #prmHomeV2.is-list .prm-h2-event-card__media {
    min-height: 146px;
  }

  #prmHomeV2 .prm-h2-event-card p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
  }

  #prmHomeV2 .prm-h2-head h2,
  #prmHomeV2 .prm-h2-resources__head h2 {
    font-size: 19px;
  }
}

@media (prefers-reduced-motion: reduce) {
  #prmHomeV2 *,
  #prmHomeV2 *::before,
  #prmHomeV2 *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
  #prmHomeV2 [data-reveal] { opacity: 1; transform: none; }
}
