:root {
  --mun-blue: #00a9e0;
  --mun-coral: #ff6b70;
  --mun-ink: #101010;
  --mun-muted: #87909f;
  --mun-line: #e9edf1;
  --mun-soft: #f4fbfe;
  --mun-container: 984px;
}

body.home {
  padding-top: 82px;
  background: #fff;
  color: var(--mun-ink);
}

body.home,
body.home button,
body.home input,
body.home select,
body.home textarea {
  font-family: var(--body-font-family, "Igrasans", sans-serif) !important;
}

body.home .site-footer {
  display: none;
}

body.home .site-header {
  position: fixed;
  inset: 0 0 auto;
  padding: 0;
  z-index: 1000;
  background: rgb(255 255 255 / 96%);
  border-bottom: 1px solid transparent;
  transition: border-color .25s ease, box-shadow .25s ease, background-color .25s ease;
}

body.admin-bar.home .site-header {
  top: 32px;
}

body.home .site-header.is-scrolled {
  background: rgb(255 255 255 / 88%);
  border-bottom-color: rgb(16 16 16 / 7%);
  box-shadow: 0 12px 34px rgb(31 43 58 / 9%);
  backdrop-filter: blur(18px);
}

body.home .site-header .site-header__inner,
body.home .site-header.header-style-full .main-bar,
body.home .site-header.header-style-full .main-bar__wrap {
  width: 100%;
  max-width: none;
  margin: 0;
}

body.home .site-header.header-style-full .main-bar__wrap,
body.home .site-header .main-bar__wrap {
  min-height: 82px;
  padding: 12px max(28px, calc((100vw - 1060px) / 2));
  background: #fff;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  transition: min-height .25s ease, padding .25s ease;
}

body.home .site-header.header-style-full.is-scrolled .main-bar__wrap,
body.home .site-header.is-scrolled .main-bar__wrap {
  min-height: 72px;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

body.home .site-header .site-logo .logo {
  width: var(--logo-width) !important;
  min-width: var(--logo-width) !important;
  max-width: var(--logo-width) !important;
}

body.home .site-header .nav-menu {
  padding: 0 0 9px;
  gap: 34px;
  border: 0;
  border-bottom: 1px solid var(--mun-line);
  border-radius: 0;
}

body.home .site-header .nav-button {
  min-height: 44px;
  padding: 0;
  border-radius: 0;
  color: var(--mun-muted);
  background: transparent;
  font-size: calc(var(--p-font-size) * .72);
  font-weight: var(--p-font-weight);
  box-shadow: none;
  transition: color .25s ease;
}

body.home .site-header .current-menu-item > .nav-button,
body.home .site-header .nav-button:hover,
body.home .site-header .nav-button:focus-visible {
  color: var(--mun-blue);
  background: transparent;
  box-shadow: none;
  outline: none;
}

body.home .site-header .nav-button::after {
  left: 0;
  right: 0;
  bottom: -10px;
  height: 2px;
  border-radius: 999px;
  background: var(--mun-blue);
  opacity: 1;
  transform: scaleX(0);
  transform-origin: left center;
  transition: transform .28s cubic-bezier(.22, 1, .36, 1);
}

body.home .site-header .current-menu-item > .nav-button::after,
body.home .site-header .nav-button:hover::after,
body.home .site-header .nav-button:focus-visible::after {
  transform: scaleX(1);
}

body.home .header-actions {
  gap: 24px;
}

body.home .header-cta {
  min-width: 126px;
  min-height: 48px;
  padding: 0 24px;
  border-radius: 12px;
  background: var(--mun-coral);
  color: #fff;
  box-shadow: none;
  font-family: var(--body-font-family, "Igrasans", sans-serif) !important;
  font-size: calc(var(--p-font-size) * .78);
  font-weight: var(--p-font-weight);
  letter-spacing: 0;
  text-transform: none;
  transition: transform .22s cubic-bezier(.22, 1, .36, 1), background-color .22s ease, box-shadow .22s ease;
}

body.home .header-cta:hover,
body.home .header-cta:focus-visible {
  color: #fff !important;
  background: #f15860;
  box-shadow: 0 12px 24px rgb(255 107 112 / 26%);
  transform: translateY(-2px);
}

body.home .header-cta:active {
  box-shadow: 0 5px 12px rgb(255 107 112 / 18%);
  transform: translateY(0) scale(.98);
}

.mun-home {
  overflow: hidden;
  background: #fff;
}

.mun-home * {
  box-sizing: border-box;
}

html.mun-motion-ready .mun-home [data-mun-reveal] {
  opacity: 0;
  translate: 0 28px;
  scale: .985;
  transition:
    opacity .7s cubic-bezier(.22, 1, .36, 1) var(--mun-reveal-delay, 0ms),
    translate .7s cubic-bezier(.22, 1, .36, 1) var(--mun-reveal-delay, 0ms),
    scale .7s cubic-bezier(.22, 1, .36, 1) var(--mun-reveal-delay, 0ms);
  will-change: opacity, translate, scale;
}

html.mun-motion-ready .mun-home [data-mun-reveal="title"] {
  translate: 0 36px;
  scale: 1;
}

html.mun-motion-ready .mun-home [data-mun-reveal].is-mun-visible {
  opacity: 1;
  translate: 0 0;
  scale: 1;
  will-change: auto;
}

.mun-home h1,
.mun-home h2,
.mun-home h3,
.mun-home p {
  margin-top: 0;
}

.mun-home h1,
.mun-home h2,
.mun-home h3,
.mun-home strong,
.mun-home b {
  font-weight: inherit;
}

.mun-shell {
  width: min(var(--mun-container), calc(100% - 48px));
  margin: 0 auto;
}

.mun-home section {
  position: relative;
  scroll-margin-top: 82px;
}

.mun-anchor {
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
  scroll-margin-top: 92px;
}

.mun-home a,
.mun-home button {
  transition: transform .2s ease, color .2s ease, background-color .2s ease, box-shadow .2s ease;
}

.mun-home a:hover,
.mun-home button:hover {
  transform: translateY(-1px);
}

.mun-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 48px;
    padding: 0 26px;
    border: 0;
    border-radius: 32px;
    background: var(--mun-coral);
    color: #fff;
    font-size: calc(var(--p-font-size) * .86);
    line-height: 1;
    cursor: pointer;
}

.mun-button b {
  font-size: 1.3em;
}

.mun-button-chevron {
  display: block;
  width: 15px;
  min-width: 15px;
  height: 15px !important;
  filter: brightness(0) invert(1);
}

.mun-button--white .mun-button-chevron {
  filter: none;
}

.mun-button-download {
    width: 15px;
    min-width: 15px;
    height: 15px !important;
}

.mun-placeholder {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgb(0 169 224 / 7%), rgb(255 107 112 / 9%)),
    repeating-linear-gradient(-45deg, #f5f7f9 0 12px, #eef1f4 12px 24px);
  color: #9aa2ad;
  text-align: center;
}

.mun-placeholder > span,
.mun-placeholder > i {
  padding: 7px 11px;
  border: 1px solid rgb(130 141 154 / 25%);
  border-radius: 999px;
  background: rgb(255 255 255 / 82%);
  color: #8e98a4;
  font-size: 11px;
  font-style: normal;
  letter-spacing: .05em;
}

.mun-parallax-frame {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  background: #dce6eb;
}

.mun-parallax-image {
  position: absolute;
  z-index: 0;
  top: -8%;
  left: -8%;
  display: block;
  width: 116%;
  max-width: none;
  height: 116%;
  object-fit: cover;
  object-position: center;
  transform: scale(1.04);
  transform-origin: 50% 50%;
  will-change: transform;
  backface-visibility: hidden;
}

.mun-placeholder--hero .mun-parallax-image {
  object-position: center 64%;
}

.mun-placeholder--venue .mun-parallax-image {
  object-position: center 58%;
}

.mun-placeholder--panorama .mun-parallax-image {
  object-position: center 52%;
}

.mun-hero {
  padding: 34px 0 38px;
}

.mun-location {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  margin-bottom: 16px;
  color: var(--mun-blue);
  font-size: calc(var(--p-font-size) * .78);
  text-align: center;
}

.mun-location img {
  display: block;
  width: 13px;
  height: 13px !important;
  flex: 0 0 13px;
}

.mun-location span:last-child {
  color: var(--mun-muted);
}

.mun-hero__grid {
  display: grid;
  grid-template-columns: 150px 1fr 150px;
  align-items: end;
  gap: 22px;
  margin-bottom: 46px;
}

.mun-hero__title {
  text-align: center;
}

.mun-hero__title h1 {
  margin: 0 0 23px;
  color: var(--mun-ink);
  font-size: clamp(40px, var(--h1-font-size), 58px);
  font-weight: var(--h1-font-weight);
  line-height: .98;
  letter-spacing: -.045em;
}

.mun-hero__title em,
.mun-section-heading span,
.mun-options-group h2 span {
  color: var(--mun-blue);
  font-style: normal;
}

.mun-text-link {
  display: inline-block;
  padding: 0 16px 11px;
  border-bottom: 2px solid var(--mun-coral);
  color: var(--mun-ink);
  font-size: calc(var(--p-font-size) * .78);
}

.mun-date {
  display: grid;
  justify-items: start;
  padding-bottom: 2px;
}

.mun-date--end {
  justify-items: end;
}

.mun-date small {
  color: var(--mun-muted);
  font-size: calc(var(--p-font-size) * .62);
  letter-spacing: .16em;
  text-transform: uppercase;
}

.mun-date strong {
  color: var(--mun-ink);
  font-size: clamp(48px, calc(var(--h1-font-size) * 1.4), 68px);
  line-height: .95;
}

.mun-date--end strong {
  color: transparent;
  -webkit-text-stroke: 1.5px var(--mun-coral);
}

.mun-date span {
  margin-top: 7px;
  font-size: calc(var(--p-font-size) * .75);
}

.mun-placeholder--hero {
  height: 248px;
  border-radius: 18px;
  box-shadow: 0 24px 38px rgb(38 44 54 / 14%);
}

.mun-about-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr 1fr;
  align-items: center;
  gap: 48px;
  padding: 55px 30px 36px;
  border-bottom: 1px solid var(--mun-line);
}

.mun-about-heading h2 {
  margin-bottom: 24px;
  color: var(--mun-ink);
  font-size: var(--h2-font-size);
  font-weight: var(--h2-font-weight);
  line-height: var(--h2-line-height);
}

.mun-about-heading > span {
  display: inline-flex;
  gap: 20px;
  align-items: center;
  color: var(--mun-blue);
  font-size: calc(var(--p-font-size) * .62);
  letter-spacing: .08em;
}

.mun-about-heading > span::before {
  content: "";
  width: 80px;
  border-top: 2px solid var(--mun-blue);
}

.mun-fact {
  display: grid;
  justify-items: start;
  gap: 17px;
}

.mun-fact p {
  margin: 0;
  color: var(--mun-muted);
  font-size: calc(var(--p-font-size) * .72);
  line-height: 1.2;
}

.mun-emblem {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
}

.mun-emblem img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.mun-icon-placeholder,
.mun-line-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 48px;
  height: 48px;
  padding: 0 8px;
  border: 1.5px solid var(--mun-blue);
  border-radius: 50%;
  color: var(--mun-blue);
  font-size: 11px;
}

.mun-icon-placeholder--coral {
  border-color: var(--mun-coral);
  background: var(--mun-coral);
  color: #fff;
}

.mun-participation {
  padding: 46px 0 58px;
}

.mun-section-heading {
  margin-bottom: 38px;
}

.mun-section-heading--center {
  text-align: center;
}

.mun-section-heading h2 {
  margin: 0;
  color: var(--mun-ink);
  font-size: var(--h2-font-size);
  font-weight: var(--h2-font-weight);
  line-height: 1.05;
  letter-spacing: -.04em;
  text-transform: none;
}

.mun-participation .mun-section-heading h2,
.mun-program .mun-section-heading h2 {
  text-transform: uppercase;
}

.mun-section-heading p {
  margin: 14px 0 0;
  color: var(--mun-muted);
  font-size: calc(var(--p-font-size) * .75);
}

.mun-section-heading .mun-button {
  margin-top: 24px;
}

.mun-opportunity-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-bottom: 38px;
}

.mun-opportunity-grid article {
  min-height: 154px;
  padding: 26px;
  border: 1px solid var(--mun-line);
  border-radius: 18px;
  box-shadow: 0 14px 28px rgb(22 33 46 / 4%);
  text-align: center;
}

.mun-opportunity-icon {
  display: grid;
  place-items: center;
  width: 54px;
  height: 48px;
  margin-inline: auto;
}

.mun-opportunity-icon > img {
  display: block;
  width: auto;
  max-width: 100%;
  height: 48px !important;
  max-height: 48px;
  object-fit: contain;
}

.mun-opportunity-grid p {
  max-width: 235px;
  margin: 12px auto 0;
  color: var(--mun-muted);
  font-size: calc(var(--p-font-size) * .72);
  line-height: 1.2;
}

.mun-divider-heading {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 42px;
  margin: 0 0 40px;
}

.mun-divider-heading span {
  border-top: 1px solid var(--mun-line);
}

.mun-divider-heading h2 {
  margin: 0;
  color: var(--mun-ink);
  font-size: var(--h2-font-size);
  font-weight: var(--h2-font-weight);
}

.mun-benefits-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.mun-benefits-grid article {
  text-align: center;
}

.mun-benefit-icon {
  display: grid;
  place-items: center;
  width: 60px;
  height: 48px;
  margin-inline: auto;
}

.mun-benefit-icon > img {
  display: block;
  width: auto;
  max-width: 100%;
  height: 48px !important;
  max-height: 48px;
  object-fit: contain;
}

.mun-benefits-grid h3 {
  margin: 15px 0 0;
  color: var(--mun-ink);
  font-size: var(--h5-font-size);
  font-weight: var(--h5-font-weight);
  line-height: 1.05;
}

.mun-placeholder--venue {
  height: 340px;
  border-radius: 0;
}

.mun-placeholder--venue button {
  position: absolute;
  top: 50%;
  width: 48px;
  height: 60px;
  border: 0;
  background: transparent;
  color: #fff;
  font-size: 50px;
  z-index: 2;
  cursor: pointer;
  transform: translateY(-50%);
}

.mun-placeholder--venue button:first-of-type { left: 5.5%; }
.mun-placeholder--venue button:last-of-type { right: 5.5%; }

.mun-placeholder--venue button img {
  display: block;
  width: 34px;
  height: 34px !important;
  margin: auto;
  filter: brightness(0) invert(1);
}

.mun-experts {
  position: relative;
  overflow: hidden;
  padding: 54px 0 62px;
  background: var(--mun-blue);
}

.mun-experts::before {
  position: absolute;
  top: 50%;
  left: 50%;
  width: clamp(520px, 58vw, 1050px);
  aspect-ratio: 470 / 400;
  background: #fff;
  content: "";
  opacity: .1;
  pointer-events: none;
  transform: translate(-50%, -46%);
  -webkit-mask: url("../img/un-emblem.svg") center / contain no-repeat;
  mask: url("../img/un-emblem.svg") center / contain no-repeat;
}

.mun-experts > .mun-shell {
  position: relative;
  z-index: 1;
}

.mun-section-heading--light h2,
.mun-section-heading--light p {
  color: #fff;
  text-align: center;
}

.mun-section-heading--light h2 {
  font-size: calc(var(--h2-font-size) * 1.1);
}

.mun-section-heading--light p {
  opacity: .78;
}

.mun-experts-swiper {
  overflow: hidden;
  padding-bottom: 52px;
}

.mun-expert-card {
  display: flex;
  height: auto;
  flex-direction: column;
  overflow: hidden;
  border-radius: 20px;
  background: #fff;
}

.mun-expert-card__image {
  height: 242px;
  align-items: flex-end;
  justify-content: flex-start;
  padding: 22px;
}

.mun-expert-card__image > img {
  position: absolute;
  inset: 0;
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center top;
}

.mun-expert-card__image.has-image::after {
  position: absolute;
  z-index: 0;
  inset: 42% 0 0;
  background: linear-gradient(to bottom, transparent, rgb(0 0 0 / 58%));
  content: "";
  pointer-events: none;
}

.mun-expert-card__image > span {
  position: absolute;
  inset: 18px auto auto 18px;
}

.mun-expert-card__image h3 {
  position: relative;
  z-index: 1;
  margin: 0;
  color: #fff;
  font-size: var(--h5-font-size);
  font-weight: var(--h5-font-weight);
  text-shadow: 0 2px 8px rgb(0 0 0 / 35%);
}

.mun-expert-card__body {
  flex: 1;
  min-height: 150px;
  padding: 24px 22px;
}

.mun-expert-card__body p {
  margin-bottom: 22px;
  color: var(--mun-ink);
  font-size: calc(var(--p-font-size) * .68);
  line-height: 1.15;
}

.mun-expert-card__body small {
  color: #a6abb3;
  font-size: calc(var(--p-font-size) * .58);
  text-transform: uppercase;
}

.mun-experts-pagination.swiper-pagination {
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.mun-experts-pagination .swiper-pagination-bullet {
  display: block;
  width: 9px;
  height: 9px;
  margin: 0 !important;
  border: 1px solid rgb(255 255 255 / 60%);
  border-radius: 999px;
  background: transparent;
  opacity: 1;
  transition: width .28s ease, background-color .28s ease;
}

.mun-experts-pagination .swiper-pagination-bullet-active {
  width: 52px;
  background: #fff;
}

.mun-steps {
  padding: 42px 0 48px;
  background: linear-gradient(90deg, #e45459, #ff777a 48%, #d85257);
  color: #fff;
}

.mun-steps-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.mun-steps-grid strong {
  display: block;
  color: transparent;
  font-size: 84px;
  line-height: 1;
  -webkit-text-stroke: 1.5px #fff;
}

.mun-steps-grid article:nth-child(even) strong {
  color: #fff;
  -webkit-text-stroke: 0;
}

.mun-steps-grid h3 {
  margin: 10px 0 12px;
  color: #fff;
  font-size: var(--h5-font-size);
  font-weight: var(--h5-font-weight);
}

.mun-steps-grid p {
  margin: 0;
  color: rgb(255 255 255 / 76%);
  font-size: calc(var(--p-font-size) * .7);
  line-height: 1.2;
}

.mun-steps__footer {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  border-bottom: 1px solid rgba(255,255,255,0.3);
  padding-bottom: 30px;
  margin-bottom: 40px;
}

.mun-steps__footer h2 {
  margin: 0;
  color: #fff;
  font-size: calc(var(--h2-font-size) * 1.05);
  line-height: 1.08;
}

.mun-button--white {
  min-width: 160px;
  background: #fff;
  color: var(--mun-ink);
}

.mun-program {
  padding: 54px 0 62px;
}

.mun-program .mun-shell {
  text-align: center;
}

.mun-schedule-grid {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 12px;
  margin-bottom: 34px;
  text-align: left;
}

.mun-schedule-grid article {
  grid-column: span 3;
  min-height: 166px;
  padding: 22px;
  border: 1px solid var(--mun-line);
  border-radius: 18px;
  box-shadow: 0 10px 24px rgb(24 32 42 / 3%);
}

.mun-schedule-grid article:nth-child(5) { grid-column: 3 / span 3; }

.mun-schedule-grid strong {
  display: block;
  color: var(--mun-ink);
  font-size: calc(var(--h2-font-size) * 1.25);
  line-height: .9;
}

.mun-schedule-grid h3 {
  margin: 4px 0 18px;
  color: var(--mun-ink);
  font-size: var(--h6-font-size);
  font-weight: var(--h6-font-weight);
}

.mun-schedule-grid p {
  margin: 0;
  color: var(--mun-muted);
  font-size: calc(var(--p-font-size) * .65);
  line-height: 1.18;
}

.mun-schedule-grid .is-accent strong { color: var(--mun-blue); }
.mun-schedule-grid .is-coral strong { color: var(--mun-coral); }

.mun-placeholder--panorama {
  height: 330px;
}

.mun-package {
  padding: 60px 0 28px;
}

.mun-package-grid {
  display: grid;
  grid-template-columns: minmax(0, 2.1fr) minmax(260px, 1fr);
  gap: 14px;
}

.mun-base-package,
.mun-summary {
  min-height: 345px;
  border: 1px solid var(--mun-line);
  border-radius: 26px;
}

.mun-base-package {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  overflow: hidden;
  padding: 34px 0 34px 36px;
}

.mun-base-package h3 {
  display: inline-block;
  margin: 0 0 32px;
  padding-bottom: 15px;
  border-bottom: 3px solid var(--mun-blue);
  color: var(--mun-ink);
  font-size: var(--h3-font-size);
  font-weight: var(--h3-font-weight);
}

.mun-base-package ul {
  display: grid;
  gap: 22px;
  margin: 0;
  padding: 0;
  color: var(--mun-muted);
  font-size: calc(var(--p-font-size) * .68);
  list-style: none;
}

.mun-base-package li {
  position: relative;
  padding-left: 18px;
}

.mun-base-package li::before {
  content: "";
  position: absolute;
  top: .5em;
  left: 0;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--mun-blue);
}

.mun-base-package__logo {
  position: relative;
  min-height: 100%;
  overflow: hidden;
  background: transparent;
}

.mun-base-package__logo img {
  position: absolute;
  top: 50%;
  right: -25%;
  display: block;
  width: 100%;
  max-width: none;
  height: auto !important;
  transform: translateY(-50%);
}

.mun-summary {
  padding: 34px 28px;
}

.mun-summary h3 {
  margin: 0 0 22px;
  color: var(--mun-blue);
  font-size: var(--h4-font-size);
  font-weight: var(--h4-font-weight);
}

.mun-summary dl,
.mun-summary dd {
  margin: 0;
}

.mun-summary dl > div {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  padding: 16px 0;
  border-bottom: 1px solid var(--mun-line);
  color: var(--mun-muted);
  font-size: calc(var(--p-font-size) * .82);
}

.mun-summary .mun-summary__total {
  margin-top: 14px;
  border: 0;
  color: var(--mun-ink);
  font-size: var(--h5-font-size);
}

.mun-summary .mun-button {
  width: 100%;
  margin-top: 18px;
  padding-inline: 14px;
}

.mun-summary-strip {
  position: fixed;
  z-index: 950;
  right: 24px;
  bottom: 22px;
  left: 24px;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto auto;
  align-items: center;
  gap: 24px;
  width: min(760px, calc(100% - 48px));
  min-height: 76px;
  margin: 0 auto;
  padding: 12px 14px 12px 24px;
  border: 1px solid rgb(16 16 16 / 8%);
  border-radius: 19px;
  background: rgb(255 255 255 / 94%);
  box-shadow: 0 22px 60px rgb(28 39 51 / 20%);
  opacity: 0;
  pointer-events: none;
  transform: translateY(calc(100% + 40px));
  transition: opacity .24s ease, transform .32s cubic-bezier(.22, 1, .36, 1);
  backdrop-filter: blur(18px);
}

.mun-summary-strip.is-visible {
  opacity: 1;
  pointer-events: auto;
  transform: translateY(0);
}

.mun-summary-strip > div {
  display: grid;
  min-width: 0;
  gap: 4px;
}

.mun-summary-strip > div > span {
  color: var(--mun-blue);
  font-size: 15px;
}

.mun-summary-strip small {
  overflow: hidden;
  color: var(--mun-muted);
  font-size: 12px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.mun-summary-strip > strong {
  color: var(--mun-ink);
  font-size: var(--h5-font-size);
  white-space: nowrap;
}

.mun-summary-strip .mun-button {
  min-height: 50px;
  border-radius: 13px;
  white-space: nowrap;
}

body.mun-booking-open {
  overflow: hidden;
}

.mun-booking-modal[hidden] {
  display: none;
}

.mun-booking-modal {
  position: fixed;
  z-index: 1200;
  inset: 0;
  display: grid;
  place-items: center;
  padding: 24px;
  opacity: 0;
  transition: opacity .22s ease;
}

.mun-booking-modal.is-open {
  opacity: 1;
}

.mun-booking-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgb(16 16 16 / 54%);
  backdrop-filter: blur(7px);
}

.mun-booking-modal__dialog {
  position: relative;
  width: min(720px, 100%);
  max-height: calc(100vh - 48px);
  overflow: auto;
  padding: 42px;
  border-radius: 26px;
  background: #fff;
  box-shadow: 0 30px 90px rgb(0 0 0 / 24%);
  transform: translateY(20px) scale(.985);
  transition: transform .3s cubic-bezier(.22, 1, .36, 1);
}

.mun-booking-modal.is-open .mun-booking-modal__dialog {
  transform: translateY(0) scale(1);
}

.mun-booking-modal__close {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid var(--mun-line);
  border-radius: 12px;
  background: #fff;
  cursor: pointer;
}

.mun-booking-modal__close img {
  width: 15px;
  height: 15px !important;
}

.mun-booking-modal header {
  padding-right: 34px;
}

.mun-booking-modal h2 {
  margin: 0 0 13px;
  color: var(--mun-ink);
  font-size: clamp(30px, 4vw, 42px);
  font-weight: var(--h2-font-weight);
  line-height: 1.04;
  letter-spacing: -.04em;
}

.mun-booking-modal h2 span {
  color: var(--mun-blue);
}

.mun-booking-modal header p {
  max-width: 570px;
  margin: 0;
  color: var(--mun-muted);
  font-size: 15px;
  line-height: 1.4;
}

.mun-booking-modal__selection {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 6px 22px;
  margin: 28px 0 32px;
  padding: 19px 22px;
  border-radius: 16px;
  background: var(--mun-soft);
}

.mun-booking-modal__selection > span {
  color: var(--mun-blue);
  font-size: 13px;
}

.mun-booking-modal__selection p {
  grid-column: 1;
  margin: 0;
  overflow: hidden;
  color: var(--mun-muted);
  font-size: 12px;
  line-height: 1.35;
}

.mun-booking-modal__selection strong {
  grid-column: 2;
  grid-row: 1 / span 2;
  align-self: center;
  color: var(--mun-ink);
  font-size: 23px;
  white-space: nowrap;
}

.mun-booking-form {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 24px 28px;
}

.mun-booking-form label {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 0 12px;
  border-bottom: 1px solid var(--mun-line);
  color: var(--mun-blue);
}

.mun-booking-form label > span,
.mun-contact-form label > span {
  display: grid;
  place-items: center;
  flex: 0 0 24px;
  width: 24px;
  min-height: 26px;
}

.mun-booking-form label > span img,
.mun-contact-form label > span img {
  display: block;
  width: 22px;
  max-width: 100%;
  height: 22px !important;
  object-fit: contain;
}

.mun-booking-form label > span img[src*="email.svg"],
.mun-contact-form label > span img[src*="email.svg"] {
  width: 24px;
}

.mun-phone-field,
.mun-country-field {
  position: relative;
  z-index: 1;
}

.mun-phone-field:focus-within,
.mun-country-field:focus-within {
  z-index: 60;
}

.mun-phone-field .iti {
  width: 100%;
  min-width: 0;
  color: var(--mun-ink);
  font-family: inherit;
}

.mun-phone-field .iti input {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.mun-phone-field .iti__selected-country {
  background: transparent;
  cursor: pointer;
}

.mun-phone-field .iti__selected-country-primary {
  display: none !important;
}

.mun-phone-field .iti__selected-dial-code {
  display: inline-flex;
  align-items: center;
  min-height: 30px;
  margin-left: 0 !important;
  margin-right: 8px;
  padding: 0 10px;
  border-radius: 8px;
  background: var(--mun-soft);
  color: var(--mun-blue);
  font-size: 15px;
  font-weight: 500;
  line-height: 1;
  transition: background-color .2s ease;
}

.mun-phone-field .iti__selected-country:hover .iti__selected-dial-code,
.mun-phone-field .iti__selected-country:focus-visible .iti__selected-dial-code {
  background: #e6f7fc;
}

.mun-phone-field .iti__country-container button {
  border: 0;
  background: transparent;
  box-shadow: none;
}

.mun-phone-field .iti__dropdown-content,
.mun-booking-modal > .iti--container .iti__dropdown-content {
  z-index: 1300;
  min-width: min(360px, calc(100vw - 32px));
  border: 1px solid var(--mun-line);
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 18px 50px rgb(28 39 51 / 18%);
  overflow: hidden;
}

.mun-phone-field .iti__search-input,
.mun-booking-modal > .iti--container .iti__search-input {
  min-height: 42px;
  padding: 10px 36px !important;
  border: 1px solid var(--mun-line);
  border-radius: 9px;
  color: var(--mun-ink);
  font-family: inherit;
  line-height: 1.35;
}

.mun-phone-field .iti__search-icon,
.mun-booking-modal > .iti--container .iti__search-icon {
  left: 12px;
}

.mun-phone-field .iti__search-clear,
.mun-booking-modal > .iti--container .iti__search-clear {
  right: 8px;
}

.mun-phone-field .iti__country-name,
.mun-phone-field .iti__dial-code,
.mun-booking-modal > .iti--container .iti__country-name,
.mun-booking-modal > .iti--container .iti__dial-code {
  font-size: 13px;
}

.mun-booking-modal > .iti--container {
  z-index: 1400;
}

.mun-country-select {
  cursor: pointer;
  text-overflow: ellipsis;
}

.mun-contact-form .mun-button,
.mun-booking-form .mun-button {
  position: relative;
  z-index: 0;
}

.mun-booking-form input,
.mun-booking-form select {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--mun-muted);
  font-family: inherit;
  font-size: var(--input-font-size);
}

.mun-booking-form label:focus-within {
  border-bottom-color: var(--mun-blue);
}

.mun-booking-form__website,
.mun-contact-form__website {
  position: absolute !important;
  left: -9999px !important;
  width: 1px !important;
  height: 1px !important;
}

.mun-booking-form__status {
  grid-column: 1 / -1;
  min-height: 0;
  margin: 0;
  color: var(--mun-muted);
  font-size: 14px;
  text-align: center;
}

.mun-booking-form__status:empty {
  display: none;
}

.mun-booking-form__status.is-success {
  color: #18864b;
}

.mun-booking-form__status.is-error {
  color: #c93d45;
}

.mun-booking-form .mun-button {
  grid-column: 1 / -1;
  justify-self: center;
  min-width: 230px;
}

.mun-booking-form .mun-button:disabled {
  opacity: .65;
  cursor: wait;
}

.mun-options-toggle {
  display: flex;
  align-items: center;
  width: 100%;
  min-height: 92px;
  margin-top: 18px;
  padding: 18px 28px;
  border: 0;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 13px 32px rgb(26 37 49 / 9%);
  color: var(--mun-ink);
  text-align: left;
  cursor: pointer;
}

.mun-options-toggle > span {
  display: grid;
  place-items: center;
  flex: 0 0 50px;
  width: 50px;
  height: 50px;
  margin-right: 18px;
  border-radius: 50%;
  background: var(--mun-soft);
  color: var(--mun-blue);
  font-size: 28px;
}

.mun-options-toggle b {
  font-size: var(--h5-font-size);
}

.mun-options-toggle small {
  display: block;
  margin-top: 7px;
  color: var(--mun-muted);
  font-size: calc(var(--p-font-size) * .68);
}

.mun-options-toggle > i {
  margin-left: auto;
  font-size: 24px;
  font-style: normal;
}

.mun-options-toggle[aria-expanded="false"] > i {
  transform: rotate(180deg);
}

.mun-options-group {
  padding-top: 50px;
}

.mun-options-group h2 {
  margin-bottom: 32px;
  color: var(--mun-ink);
  font-size: var(--h2-font-size);
  font-weight: var(--h2-font-weight);
  line-height: 1.08;
  letter-spacing: -.035em;
}

.mun-hotels-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px;
}

.mun-option-card {
  position: relative;
  border: 1px solid var(--mun-line);
  background: #fff;
  color: var(--mun-ink);
  text-align: left;
  cursor: pointer;
}

.mun-hotel-card {
  display: grid;
  grid-template-columns: 175px 1fr;
  min-height: 242px;
  padding: 0;
  border-radius: 24px;
  overflow: hidden;
}

.mun-hotel-card__image {
  display: block;
  height: 100%;
  overflow: hidden;
}

.mun-hotel-card__image img {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}

.mun-option-card__content {
  display: flex;
  flex-direction: column;
  padding: 28px 26px;
}

.mun-option-card b,
.mun-activity-card > b {
  font-size: var(--h5-font-size);
  line-height: 1.05;
}

.mun-hotel-rating {
  display: flex;
  align-items: center;
  gap: 3px;
  margin: 10px 0 20px;
}

.mun-hotel-rating i {
  display: block;
  width: 17px;
  height: 16px;
  background: linear-gradient(
    to right,
    var(--mun-blue) 0,
    var(--mun-blue) var(--mun-star-fill, 0%),
    #76808d var(--mun-star-fill, 0%),
    #76808d 100%
  );
  -webkit-mask: url("../img/icons/star.svg") center / contain no-repeat;
  mask: url("../img/icons/star.svg") center / contain no-repeat;
}

.mun-option-card small,
.mun-activity-card small {
  color: var(--mun-muted);
  font-size: calc(var(--p-font-size) * .66);
  line-height: 1.2;
}

.mun-option-card strong {
  margin-top: auto;
  font-size: var(--h5-font-size);
}

.mun-option-card strong i {
  color: var(--mun-muted);
  font-size: .58em;
  font-style: normal;
}

.mun-option-card > u {
  position: absolute;
  right: 22px;
  bottom: 22px;
  display: grid;
  place-items: center;
  width: 30px;
  height: 30px;
  border: 1px solid var(--mun-line);
  border-radius: 9px;
  color: transparent;
  text-decoration: none;
}

.mun-option-card.is-selected > u {
  color: var(--mun-coral);
}

.mun-home .mun-info-note {
  display: flex;
  align-items: center;
  gap: 14px;
  min-height: 58px;
  margin: 36px 0 0;
  padding: 12px 22px;
  border-radius: 13px;
  background: var(--mun-soft);
  color: var(--mun-blue);
  font-size: calc(var(--p-font-size) * .72);
}

.mun-info-note__icon {
  display: block;
  flex: 0 0 20px;
  width: 20px;
  height: 20px !important;
}

.mun-activities-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 12px;
}

.mun-activity-card {
  display: flex;
  flex-direction: column;
  min-height: 355px;
  padding: 0 20px 22px;
  border-radius: 22px;
  overflow: hidden;
}

.mun-activity-card > .mun-placeholder {
  width: calc(100% + 40px);
  height: 168px;
  margin: 0 -20px 22px;
}

.mun-activity-card__image img {
  display: block;
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  object-position: center;
}

.mun-activity-card > b {
  margin-bottom: 16px;
}

.mun-activity-card > strong {
  margin-top: auto;
}

.mun-application {
  padding: 72px 0 74px;
}

.mun-application::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  width: min(var(--mun-container), calc(100% - 48px));
  border-top: 1px solid var(--mun-line);
  transform: translateX(-50%);
}

.mun-application .mun-section-heading h2 {
  text-transform: uppercase;
}

.mun-contact-form {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px;
  width: 82%;
  margin: 46px auto 0;
}

.mun-contact-form label {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 0 12px;
  border-bottom: 1px solid var(--mun-line);
  color: var(--mun-blue);
}

.mun-contact-form input,
.mun-contact-form select {
  width: 100%;
  border: 0;
  outline: 0;
  background: transparent;
  color: var(--mun-muted);
  font-size: var(--input-font-size);
  font-weight: var(--input-font-weight);
}

.mun-contact-form .mun-button {
  grid-column: 2 / span 2;
  justify-self: center;
  min-width: 220px;
  margin-top: 28px;
}

.mun-contact-form__status {
  grid-column: 1 / -1;
  min-height: 0;
  margin: 10px 0 -12px;
  color: var(--mun-muted);
  font-size: 14px;
  text-align: center;
}

.mun-contact-form__status:empty {
  display: none;
}

.mun-contact-form__status.is-success {
  color: #18864b;
}

.mun-contact-form__status.is-error {
  color: #c93d45;
}

.mun-contact-form .mun-button:disabled {
  opacity: .65;
  cursor: wait;
}

.mun-contacts {
  padding: 70px 0 74px;
  background: var(--mun-soft);
}

.mun-contacts-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px;
  width: min(820px, 100%);
  margin: 42px auto 0;
}

.mun-contact-card {
  display: flex;
  align-items: center;
  gap: 20px;
  min-height: 132px;
  padding: 26px 28px;
  border: 1px solid rgb(0 169 224 / 12%);
  border-radius: 20px;
  background: #fff;
  box-shadow: 0 14px 36px rgb(31 43 58 / 7%);
  transition: border-color .22s ease, box-shadow .22s ease, transform .22s ease;
}

.mun-contact-card:hover,
.mun-contact-card:focus-visible {
  border-color: rgb(0 169 224 / 36%);
  box-shadow: 0 18px 42px rgb(31 43 58 / 11%);
  transform: translateY(-3px);
}

.mun-contact-card:focus-visible {
  outline: 2px solid var(--mun-blue);
  outline-offset: 3px;
}

.mun-contact-card__icon {
  display: grid;
  place-items: center;
  flex: 0 0 54px;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: var(--mun-soft);
}

.mun-contact-card__icon img {
  display: block;
  width: 22px;
  height: 22px !important;
}

.mun-contact-card > span:last-child {
  display: grid;
  min-width: 0;
  gap: 8px;
}

.mun-contact-card small {
  color: var(--mun-muted);
  font-size: calc(var(--p-font-size) * .62);
  letter-spacing: .08em;
  text-transform: uppercase;
}

.mun-contact-card strong {
  color: var(--mun-ink);
  font-size: var(--h5-font-size);
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.mun-home-footer {
  padding: 28px 0 38px;
}

.mun-home-footer .mun-shell {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: 30px;
}

.mun-footer-logo {
  display: inline-flex;
  width: var(--logo-width);
  min-width: var(--logo-width);
  max-width: var(--logo-width);
}

.mun-footer-logo img {
  display: block;
  width: 100%;
  height: auto;
}

.mun-home-footer nav {
  display: flex;
  gap: 34px;
  padding: 0 0 12px;
  border-bottom: 1px solid var(--mun-line);
}

.mun-home-footer nav a {
  color: var(--mun-muted);
  font-size: calc(var(--p-font-size) * .72);
}

.mun-home-footer nav a.is-active {
  color: var(--mun-blue);
  box-shadow: 0 13px 0 -12px var(--mun-blue);
}

.mun-home-footer > .mun-shell > div {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 24px;
  font-size: calc(var(--p-font-size) * .75);
}

.mun-home-footer .mun-button {
  min-height: 42px;
  padding: 0 20px;
  border-radius: 12px;
}

@media (min-width: 1280px) {
  :root {
    --mun-container: min(1240px, calc(100vw - 120px));
  }

  body.home .site-header.header-style-full .main-bar__wrap,
  body.home .site-header .main-bar__wrap {
    padding-inline: max(36px, calc((100vw - var(--mun-container)) / 2));
  }

  .mun-placeholder--hero {
    height: 286px;
  }

  .mun-placeholder--venue {
    height: 390px;
  }

  .mun-placeholder--panorama {
    height: 370px;
  }

  .mun-expert-card__image {
    height: 270px;
  }
}

@media (max-width: 1024px) {
  body.home .site-header.header-style-full .main-bar__wrap,
  body.home .site-header .main-bar__wrap {
    padding-inline: 24px;
  }

  .mun-shell {
    width: min(var(--mun-container), calc(100% - 36px));
  }

  .mun-benefits-grid,
  .mun-activities-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .mun-package-grid {
    grid-template-columns: 1fr;
  }

  .mun-summary {
    min-height: auto;
  }

  .mun-contact-form {
    width: 100%;
  }

  .mun-home-footer nav {
    gap: 18px;
  }
}

@media (max-width: 767px) {
  body.home {
    padding-top: 68px;
  }

  body.home .site-header.header-style-full .main-bar__wrap,
  body.home .site-header .main-bar__wrap {
    min-height: 68px;
    padding: 8px 16px;
  }

  .mun-shell {
    width: calc(100% - 28px);
  }

  .mun-hero {
    padding-top: 24px;
  }

  .mun-hero__grid {
    grid-template-columns: 1fr 1fr;
    align-items: start;
    margin-bottom: 28px;
  }

  .mun-hero__title {
    grid-column: 1 / -1;
    grid-row: 1;
  }

  .mun-date {
    grid-row: 2;
  }

  .mun-date--end {
    justify-items: end;
  }

  .mun-hero__title h1 {
    font-size: calc(var(--h1-font-size) * .78);
  }

  .mun-placeholder--hero {
    height: 190px;
  }

  .mun-about-grid {
    grid-template-columns: 1fr;
    gap: 26px;
    padding: 40px 0 28px;
  }

  .mun-opportunity-grid,
  .mun-hotels-grid,
  .mun-steps-grid,
  .mun-contact-form {
    grid-template-columns: 1fr;
  }

  .mun-benefits-grid,
  .mun-activities-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .mun-divider-heading {
    gap: 14px;
  }

  .mun-divider-heading h2 {
    font-size: calc(var(--h2-font-size) * .78);
    text-align: center;
  }

  .mun-benefits-grid h3 {
    font-size: calc(var(--h5-font-size) * .8);
  }

  .mun-placeholder--venue,
  .mun-placeholder--panorama {
    height: 220px;
  }

  .mun-expert-card__image {
    height: 180px;
  }

  .mun-expert-card__body {
    min-height: 170px;
    padding: 18px 14px;
  }

  .mun-steps-grid {
    gap: 26px;
  }

  .mun-steps__footer {
    align-items: flex-start;
    flex-direction: column;
    gap: 26px;
  }

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

  .mun-schedule-grid article,
  .mun-schedule-grid article:nth-child(5) {
    grid-column: auto;
  }

  .mun-base-package {
    grid-template-columns: 1fr;
    padding: 28px;
  }

  .mun-base-package__logo {
    min-height: 200px;
    margin-top: 24px;
  }

  .mun-hotel-card {
    grid-template-columns: 125px 1fr;
  }

  .mun-activity-card {
    min-height: 330px;
    padding-inline: 14px;
  }

  .mun-activity-card > .mun-placeholder {
    width: calc(100% + 28px);
    margin-inline: -14px;
  }

  .mun-contact-form {
    gap: 26px;
  }

  .mun-contacts {
    padding: 56px 0 60px;
  }

  .mun-contacts-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-top: 32px;
  }

  .mun-contact-card {
    min-height: 112px;
    padding: 22px;
  }

  .mun-contact-form .mun-button {
    grid-column: 1;
  }

  .mun-summary-strip {
    right: 14px;
    bottom: 14px;
    left: 14px;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 8px 16px;
    width: calc(100% - 28px);
    min-height: 72px;
    padding: 10px 10px 10px 17px;
  }

  .mun-summary-strip > div {
    grid-column: 1;
    grid-row: 1;
  }

  .mun-summary-strip > strong {
    grid-column: 1;
    grid-row: 2;
    font-size: 18px;
  }

  .mun-summary-strip .mun-button {
    grid-column: 2;
    grid-row: 1 / span 2;
    min-height: 48px;
    padding-inline: 16px;
  }

  .mun-booking-modal {
    align-items: end;
    padding: 12px;
  }

  .mun-booking-modal__dialog {
    max-height: calc(100vh - 24px);
    padding: 34px 24px 28px;
    border-radius: 22px;
  }

  .mun-booking-modal__close {
    top: 14px;
    right: 14px;
  }

  .mun-booking-form {
    grid-template-columns: 1fr;
  }

  .mun-booking-form__status,
  .mun-booking-form .mun-button {
    grid-column: 1;
  }

  .mun-home-footer .mun-shell {
    grid-template-columns: 1fr auto;
  }

  .mun-home-footer nav {
    grid-column: 1 / -1;
    grid-row: 2;
    justify-content: space-between;
    gap: 10px;
    overflow-x: auto;
  }

  .mun-home-footer > .mun-shell > div {
    gap: 14px;
  }
}

@media (max-width: 480px) {
  .mun-benefits-grid,
  .mun-activities-grid {
    grid-template-columns: 1fr;
  }

  .mun-schedule-grid {
    grid-template-columns: 1fr;
  }

  .mun-hotel-card {
    grid-template-columns: 1fr;
  }

  .mun-hotel-card__image {
    height: 180px;
  }

  .mun-summary-strip > div > span,
  .mun-summary-strip small {
    display: none;
  }

  .mun-summary-strip > strong {
    grid-row: 1;
  }

  .mun-summary-strip .mun-button {
    grid-row: 1;
    font-size: 13px;
  }

  .mun-booking-modal__dialog {
    padding-inline: 20px;
  }

  .mun-booking-modal__selection {
    grid-template-columns: 1fr;
  }

  .mun-booking-modal__selection strong {
    grid-column: 1;
    grid-row: auto;
    margin-top: 4px;
  }

  .mun-contact-card {
    align-items: flex-start;
    gap: 15px;
    padding: 20px 18px;
  }

  .mun-contact-card__icon {
    flex-basis: 46px;
    width: 46px;
    height: 46px;
  }

  .mun-contact-card strong {
    font-size: calc(var(--h5-font-size) * .82);
  }

  .mun-home-footer nav a:nth-child(3),
  .mun-home-footer nav a:nth-child(4),
  .mun-home-footer > .mun-shell > div > a:first-child {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html.mun-motion-ready .mun-home [data-mun-reveal] {
    opacity: 1;
    translate: none;
    scale: 1;
    transition: none;
  }

  body.home .site-header,
  body.home .site-header *,
  .mun-home *,
  .mun-home *::before,
  .mun-home *::after {
    scroll-behavior: auto !important;
    animation-duration: .01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: .01ms !important;
  }
}
