.leaflet-pane, .leaflet-tile, .leaflet-marker-icon, .leaflet-marker-shadow, .leaflet-tile-container, .leaflet-pane > svg, .leaflet-pane > canvas, .leaflet-zoom-box, .leaflet-image-layer, .leaflet-layer {
  position: absolute;
  top: 0;
  left: 0;
}

.leaflet-container {
  overflow: hidden;
}

.leaflet-tile, .leaflet-marker-icon, .leaflet-marker-shadow {
  -webkit-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
}

.leaflet-tile::selection {
  background: none;
}

.leaflet-safari .leaflet-tile {
  image-rendering: -webkit-optimize-contrast;
}

.leaflet-safari .leaflet-tile-container {
  -webkit-transform-origin: 0 0;
  width: 1600px;
  height: 1600px;
}

.leaflet-marker-icon, .leaflet-marker-shadow {
  display: block;
}

.leaflet-container .leaflet-overlay-pane svg {
  max-width: none !important;
  max-height: none !important;
}

.leaflet-container .leaflet-marker-pane img, .leaflet-container .leaflet-shadow-pane img, .leaflet-container .leaflet-tile-pane img, .leaflet-container img.leaflet-image-layer, .leaflet-container .leaflet-tile {
  width: auto;
  padding: 0;
  max-width: none !important;
  max-height: none !important;
}

.leaflet-container img.leaflet-tile {
  mix-blend-mode: plus-lighter;
}

.leaflet-container.leaflet-touch-zoom {
  -ms-touch-action: pan-x pan-y;
  touch-action: pan-x pan-y;
}

.leaflet-container.leaflet-touch-drag {
  -ms-touch-action: pinch-zoom;
  touch-action: none;
  touch-action: pinch-zoom;
}

.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom {
  -ms-touch-action: none;
  touch-action: none;
}

.leaflet-container {
  -webkit-tap-highlight-color: transparent;
}

.leaflet-container a {
  -webkit-tap-highlight-color: #33b5e566;
}

.leaflet-tile {
  filter: inherit;
  visibility: hidden;
}

.leaflet-tile-loaded {
  visibility: inherit;
}

.leaflet-zoom-box {
  box-sizing: border-box;
  z-index: 800;
  width: 0;
  height: 0;
}

.leaflet-overlay-pane svg {
  -moz-user-select: none;
}

.leaflet-pane {
  z-index: 400;
}

.leaflet-tile-pane {
  z-index: 200;
}

.leaflet-overlay-pane {
  z-index: 400;
}

.leaflet-shadow-pane {
  z-index: 500;
}

.leaflet-marker-pane {
  z-index: 600;
}

.leaflet-tooltip-pane {
  z-index: 650;
}

.leaflet-popup-pane {
  z-index: 700;
}

.leaflet-map-pane canvas {
  z-index: 100;
}

.leaflet-map-pane svg {
  z-index: 200;
}

.leaflet-vml-shape {
  width: 1px;
  height: 1px;
}

.lvml {
  behavior: url("#default#VML");
  display: inline-block;
  position: absolute;
}

.leaflet-control {
  z-index: 800;
  pointer-events: visiblePainted;
  pointer-events: auto;
  position: relative;
}

.leaflet-top, .leaflet-bottom {
  z-index: 1000;
  pointer-events: none;
  position: absolute;
}

.leaflet-top {
  top: 0;
}

.leaflet-right {
  right: 0;
}

.leaflet-bottom {
  bottom: 0;
}

.leaflet-left {
  left: 0;
}

.leaflet-control {
  float: left;
  clear: both;
}

.leaflet-right .leaflet-control {
  float: right;
}

.leaflet-top .leaflet-control {
  margin-top: 10px;
}

.leaflet-bottom .leaflet-control {
  margin-bottom: 10px;
}

.leaflet-left .leaflet-control {
  margin-left: 10px;
}

.leaflet-right .leaflet-control {
  margin-right: 10px;
}

.leaflet-fade-anim .leaflet-popup {
  opacity: 0;
  transition: opacity .2s linear;
}

.leaflet-fade-anim .leaflet-map-pane .leaflet-popup {
  opacity: 1;
}

.leaflet-zoom-animated {
  transform-origin: 0 0;
}

svg.leaflet-zoom-animated {
  will-change: transform;
}

.leaflet-zoom-anim .leaflet-zoom-animated {
  -webkit-transition: -webkit-transform .25s cubic-bezier(0, 0, .25, 1);
  -moz-transition: -moz-transform .25s cubic-bezier(0, 0, .25, 1);
  transition: transform .25s cubic-bezier(0, 0, .25, 1);
}

.leaflet-zoom-anim .leaflet-tile, .leaflet-pan-anim .leaflet-tile {
  transition: none;
}

.leaflet-zoom-anim .leaflet-zoom-hide {
  visibility: hidden;
}

.leaflet-interactive {
  cursor: pointer;
}

.leaflet-grab {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab;
}

.leaflet-crosshair, .leaflet-crosshair .leaflet-interactive {
  cursor: crosshair;
}

.leaflet-popup-pane, .leaflet-control {
  cursor: auto;
}

.leaflet-dragging .leaflet-grab, .leaflet-dragging .leaflet-grab .leaflet-interactive, .leaflet-dragging .leaflet-marker-draggable {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing;
}

.leaflet-marker-icon, .leaflet-marker-shadow, .leaflet-image-layer, .leaflet-pane > svg path, .leaflet-tile-container {
  pointer-events: none;
}

.leaflet-marker-icon.leaflet-interactive, .leaflet-image-layer.leaflet-interactive, .leaflet-pane > svg path.leaflet-interactive, svg.leaflet-image-layer.leaflet-interactive path {
  pointer-events: visiblePainted;
  pointer-events: auto;
}

.leaflet-container {
  outline-offset: 1px;
  background: #ddd;
}

.leaflet-container a {
  color: #0078a8;
}

.leaflet-zoom-box {
  background: #ffffff80;
  border: 2px dotted #38f;
}

.leaflet-container {
  font-family: Helvetica Neue, Arial, Helvetica, sans-serif;
  font-size: .75rem;
  line-height: 1.5;
}

.leaflet-bar {
  border-radius: 4px;
  box-shadow: 0 1px 5px #000000a6;
}

.leaflet-bar a {
  text-align: center;
  color: #000;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-decoration: none;
  display: block;
}

.leaflet-bar a, .leaflet-control-layers-toggle {
  background-position: 50%;
  background-repeat: no-repeat;
  display: block;
}

.leaflet-bar a:hover, .leaflet-bar a:focus {
  background-color: #f4f4f4;
}

.leaflet-bar a:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.leaflet-bar a:last-child {
  border-bottom: none;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.leaflet-bar a.leaflet-disabled {
  cursor: default;
  color: #bbb;
  background-color: #f4f4f4;
}

.leaflet-touch .leaflet-bar a {
  width: 30px;
  height: 30px;
  line-height: 30px;
}

.leaflet-touch .leaflet-bar a:first-child {
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.leaflet-touch .leaflet-bar a:last-child {
  border-bottom-right-radius: 2px;
  border-bottom-left-radius: 2px;
}

.leaflet-control-zoom-in, .leaflet-control-zoom-out {
  text-indent: 1px;
  font: bold 18px Lucida Console, Monaco, monospace;
}

.leaflet-touch .leaflet-control-zoom-in, .leaflet-touch .leaflet-control-zoom-out {
  font-size: 22px;
}

.leaflet-control-layers {
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 1px 5px #0006;
}

.leaflet-control-layers-toggle {
  background-image: url("../layers.19804faf.png");
  width: 36px;
  height: 36px;
}

.leaflet-retina .leaflet-control-layers-toggle {
  background-image: url("../layers-2x.0d380d65.png");
  background-size: 26px 26px;
}

.leaflet-touch .leaflet-control-layers-toggle {
  width: 44px;
  height: 44px;
}

.leaflet-control-layers .leaflet-control-layers-list, .leaflet-control-layers-expanded .leaflet-control-layers-toggle {
  display: none;
}

.leaflet-control-layers-expanded .leaflet-control-layers-list {
  display: block;
  position: relative;
}

.leaflet-control-layers-expanded {
  color: #333;
  background: #fff;
  padding: 6px 10px 6px 6px;
}

.leaflet-control-layers-scrollbar {
  padding-right: 5px;
  overflow: hidden scroll;
}

.leaflet-control-layers-selector {
  margin-top: 2px;
  position: relative;
  top: 1px;
}

.leaflet-control-layers label {
  font-size: 1.08333em;
  display: block;
}

.leaflet-control-layers-separator {
  border-top: 1px solid #ddd;
  height: 0;
  margin: 5px -10px 5px -6px;
}

.leaflet-default-icon-path {
  background-image: url("../marker-icon.61a78335.png");
}

.leaflet-container .leaflet-control-attribution {
  background: #fffc;
  margin: 0;
}

.leaflet-control-attribution, .leaflet-control-scale-line {
  color: #333;
  padding: 0 5px;
  line-height: 1.4;
}

.leaflet-control-attribution a {
  text-decoration: none;
}

.leaflet-control-attribution a:hover, .leaflet-control-attribution a:focus {
  text-decoration: underline;
}

.leaflet-attribution-flag {
  width: 1em;
  height: .6669em;
  vertical-align: baseline !important;
  display: inline !important;
}

.leaflet-left .leaflet-control-scale {
  margin-left: 5px;
}

.leaflet-bottom .leaflet-control-scale {
  margin-bottom: 5px;
}

.leaflet-control-scale-line {
  white-space: nowrap;
  box-sizing: border-box;
  text-shadow: 1px 1px #fff;
  background: #fffc;
  border: 2px solid #777;
  border-top: none;
  padding: 2px 5px 1px;
  line-height: 1.1;
}

.leaflet-control-scale-line:not(:first-child) {
  border-top: 2px solid #777;
  border-bottom: none;
  margin-top: -2px;
}

.leaflet-control-scale-line:not(:first-child):not(:last-child) {
  border-bottom: 2px solid #777;
}

.leaflet-touch .leaflet-control-attribution, .leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
  box-shadow: none;
}

.leaflet-touch .leaflet-control-layers, .leaflet-touch .leaflet-bar {
  background-clip: padding-box;
  border: 2px solid #0003;
}

.leaflet-popup {
  text-align: center;
  margin-bottom: 20px;
  position: absolute;
}

.leaflet-popup-content-wrapper {
  text-align: left;
  border-radius: 12px;
  padding: 1px;
}

.leaflet-popup-content {
  min-height: 1px;
  margin: 13px 24px 13px 20px;
  font-size: 1.08333em;
  line-height: 1.3;
}

.leaflet-popup-content p {
  margin: 1.3em 0;
}

.leaflet-popup-tip-container {
  pointer-events: none;
  width: 40px;
  height: 20px;
  margin-top: -1px;
  margin-left: -20px;
  position: absolute;
  left: 50%;
  overflow: hidden;
}

.leaflet-popup-tip {
  pointer-events: auto;
  width: 17px;
  height: 17px;
  margin: -10px auto 0;
  padding: 1px;
  transform: rotate(45deg);
}

.leaflet-popup-content-wrapper, .leaflet-popup-tip {
  color: #333;
  background: #fff;
  box-shadow: 0 3px 14px #0006;
}

.leaflet-container a.leaflet-popup-close-button {
  text-align: center;
  color: #757575;
  background: none;
  border: none;
  width: 24px;
  height: 24px;
  font: 16px / 24px Tahoma, Verdana, sans-serif;
  text-decoration: none;
  position: absolute;
  top: 0;
  right: 0;
}

.leaflet-container a.leaflet-popup-close-button:hover, .leaflet-container a.leaflet-popup-close-button:focus {
  color: #585858;
}

.leaflet-popup-scrolled {
  overflow: auto;
}

.leaflet-oldie .leaflet-popup-content-wrapper {
  -ms-zoom: 1;
}

.leaflet-oldie .leaflet-popup-tip {
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";
  width: 24px;
  filter: progid:DXImageTransform.Microsoft.Matrix(M11=.707107, M12=.707107, M21=-.707107, M22=.707107);
  margin: 0 auto;
}

.leaflet-oldie .leaflet-control-zoom, .leaflet-oldie .leaflet-control-layers, .leaflet-oldie .leaflet-popup-content-wrapper, .leaflet-oldie .leaflet-popup-tip {
  border: 1px solid #999;
}

.leaflet-div-icon {
  background: #fff;
  border: 1px solid #666;
}

.leaflet-tooltip {
  color: #222;
  white-space: nowrap;
  -webkit-user-select: none;
  user-select: none;
  pointer-events: none;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 3px;
  padding: 6px;
  position: absolute;
  box-shadow: 0 1px 3px #0006;
}

.leaflet-tooltip.leaflet-interactive {
  cursor: pointer;
  pointer-events: auto;
}

.leaflet-tooltip-top:before, .leaflet-tooltip-bottom:before, .leaflet-tooltip-left:before, .leaflet-tooltip-right:before {
  pointer-events: none;
  content: "";
  background: none;
  border: 6px solid #0000;
  position: absolute;
}

.leaflet-tooltip-bottom {
  margin-top: 6px;
}

.leaflet-tooltip-top {
  margin-top: -6px;
}

.leaflet-tooltip-bottom:before, .leaflet-tooltip-top:before {
  margin-left: -6px;
  left: 50%;
}

.leaflet-tooltip-top:before {
  border-top-color: #fff;
  margin-bottom: -12px;
  bottom: 0;
}

.leaflet-tooltip-bottom:before {
  border-bottom-color: #fff;
  margin-top: -12px;
  margin-left: -6px;
  top: 0;
}

.leaflet-tooltip-left {
  margin-left: -6px;
}

.leaflet-tooltip-right {
  margin-left: 6px;
}

.leaflet-tooltip-left:before, .leaflet-tooltip-right:before {
  margin-top: -6px;
  top: 50%;
}

.leaflet-tooltip-left:before {
  border-left-color: #fff;
  margin-right: -12px;
  right: 0;
}

.leaflet-tooltip-right:before {
  border-right-color: #fff;
  margin-left: -12px;
  left: 0;
}

@media print {
  .leaflet-control {
    print-color-adjust: exact;
  }
}

:root {
  --black: #000;
  --white: #fff;
  --yellow: #ffff3e;
  --green: #0f0;
  --moss: #00682d;
  --red: #fc2600;
  --coral: #fc5280;
  --pink: #fc7dff;
  --sand: #ddd1bc;
  --grey: #f0f0f0;
  --background-color: var(--white);
  --text-color: var(--black);
  --border-color: currentColor;
  --focus-color: var(--moss);
  --block-spacing-x: clamp(1.25rem, 5vw, 5rem);
  --block-spacing-y: clamp(3.75rem, 8vw, 7.5rem);
  --grid-gap: 1.5rem;
  --wrapper-max-width: 94rem;
  --admin-bar-height: 0;
  --header-height: 6.875rem;
  --box-shadow: 0 1rem 1rem 0 color-mix(in srgb, var(--black) 10%, transparent);
  --font-family-default: "Inter", system-ui, sans-serif;
  --font-family-display: "Maleo", "Inter", system-ui, sans-serif;
  --prose-font-size: inherit;
  --prose-line-height: 1.6;
}

@font-face {
  font-family: Inter;
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url("../InterVariable.6e126045.woff2") format("woff2");
}

@font-face {
  font-family: Inter;
  font-style: italic;
  font-weight: 100 900;
  font-display: swap;
  src: url("../InterVariable-Italic.1d4f6aa0.woff2") format("woff2");
}

@font-face {
  font-family: Maleo;
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: url("../Maleo-SemiBold.58265d7f.woff2") format("woff2");
}

*, :before, :after {
  font-size: inherit;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  box-sizing: border-box;
  appearance: none;
  color: inherit;
  background-color: #0000;
  border: 0;
  border-radius: 0;
  margin: 0;
  padding: 0;
}

html {
  font-size: 100%;
  font-weight: 400;
  line-height: 1;
  font-family: var(--font-family-default);
  background-color: var(--background-color);
  color: var(--text-color);
  -webkit-font-smoothing: antialiased;
  -webkit-tap-highlight-color: transparent;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
}

@media (width <= 47.99em) {
  html {
    margin-top: 0 !important;
  }
}

@media (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior: smooth;
  }
}

body {
  font-size: 1.25rem;
}

@media (width <= 59.99em) {
  body {
    padding-bottom: var(--header-height);
  }
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img, svg {
  flex-shrink: 0;
  max-width: 100%;
  height: auto;
  display: block;
}

[type="date"], [type="datetime-local"], [type="email"], [type="number"], [type="password"], [type="search"], [type="tel"], [type="text"], [type="time"], [type="url"], textarea, select {
  width: 100%;
  display: block;
}

select {
  background: url("data:image/svg+xml,%3Csvg height=\"10\" viewBox=\"0 0 12 10\" width=\"12\" xmlns=\"http://www.w3.org/2000/svg\"%3E%3Cpath d=\"m12 0-6 10-6-10z\" fill=\"silver\"/%3E%3C/svg%3E") right 1rem top 52% no-repeat;
}

[type="checkbox"], [type="radio"] {
  background-color: var(--grey);
  border: 1px solid #0003;
  border-radius: 50%;
  width: 1em;
  height: 1em;
  margin: 0;
  transition: background .2s, border .2s;
}

[type="checkbox"]:checked {
  background: var(--black) url("../checkbox.8f8b9719.svg") no-repeat center center/100%;
  border-color: #0000;
}

[type="radio"]:checked {
  border: .25em solid var(--black);
}

[type="submit"], button {
  cursor: pointer;
}

button, a {
  text-underline-offset: .15em;
  text-decoration-thickness: from-font;
}

button:hover, a:hover {
  text-decoration-thickness: 2px;
}

a {
  hyphens: auto;
}

:focus-visible {
  outline: 2px solid var(--focus-color);
  outline-offset: 3px;
}

img.alignright, .wp-caption.alignright {
  float: right;
  margin: .5em 0 1em 1em;
}

img.alignleft, .wp-caption.alignleft {
  float: left;
  margin: .5em 1em 1em 0;
}

img.aligncenter, .wp-caption.aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wp-caption-text {
  text-align: center;
  opacity: .7;
  font-size: .8em;
}

@media (width >= 48em) {
  .admin-bar {
    --admin-bar-height: 32px;
  }
}

@media (width <= 47.99em) {
  #wpadminbar {
    display: none !important;
  }
}

[x-cloak] {
  display: none !important;
}

.wrapper {
  width: calc(100% - var(--block-spacing-x) * 2);
  max-width: var(--wrapper-max-width);
  margin-inline: auto;
  container: wrapper / inline-size;
}

.block-margin {
  margin-block: var(--block-spacing-y);
}

.block-padding {
  padding-block: var(--block-spacing-y);
}

.cover-video {
  position: relative;
  overflow: hidden;
}

.cover-video > video, .cover-video > iframe {
  width: 177.778vh;
  min-width: 100%;
  height: 100%;
  min-height: 56.25vw;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.cover-image {
  width: 100%;
  position: relative;
}

.cover-image > img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.zoom-image {
  overflow: hidden;
}

.zoom-image > img {
  transition: transform .5s;
}

.zoom-image:hover > img, button:hover .zoom-image > img, a:hover .zoom-image > img {
  transform: scale(1.05);
}

.embed-container {
  aspect-ratio: 16 / 9;
  position: relative;
  overflow: hidden;
}

.embed-container iframe, .embed-container object, .embed-container embed, .embed-container video {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.visually-hidden {
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  position: absolute;
  overflow: hidden;
}

.underline-controls-on-hover a:not(.btn), .underline-controls-on-hover button:not(.btn) {
  text-decoration: none;
}

.underline-controls-on-hover a:not(.btn):hover, .underline-controls-on-hover button:not(.btn):hover {
  text-decoration: underline;
}

.width-full {
  width: 100%;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4 {
  font-family: var(--font-family-display);
  text-wrap: balance;
  hyphens: auto;
  font-weight: 600;
  line-height: 1;
}

h1, .h1 {
  font-size: clamp(5rem, 7vw, 6rem);
}

.heading-xl {
  font-size: clamp(5rem, 10vw, 9.375rem);
}

h2, .h2 {
  font-size: clamp(3.75rem, 7vw, 6rem);
}

h3, .h3 {
  font-size: clamp(1.5rem, 4vw, 4.125rem);
}

h4, .h4 {
  font-size: clamp(3.125rem, 3vw, 3.5rem);
}

b, strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

.prose {
  font-size: var(--prose-font-size);
}

.prose > * + * {
  margin-top: 1.25em;
}

.prose h2 {
  font-size: clamp(2rem, 3vw, 3.5rem);
}

.prose h3 {
  font-size: clamp(1.5rem, 2.5vw, 2.5rem);
}

.prose h4 {
  font-size: clamp(1.25rem, 2vw, 2rem);
}

.prose p, .prose ul, .prose ol, .prose blockquote, .prose .embed-container, .prose .wp-caption {
  line-height: var(--prose-line-height);
  text-wrap: pretty;
  max-width: 100%;
}

.prose ul, .prose ol {
  list-style: none;
  position: relative;
}

.prose ul li, .prose ol li {
  padding-left: 1.25em;
}

.prose ul li:before, .prose ol li:before {
  text-indent: -1.25em;
  position: absolute;
}

.prose ul li:before {
  content: "-";
}

.prose ol {
  counter-reset: ol-counter;
}

.prose ol li {
  counter-increment: ol-counter;
}

.prose ol li:before {
  content: counter(ol-counter) ".";
}

.prose blockquote {
  border-left: 1px solid;
  padding-left: 1em;
  font-size: 1.4em;
  line-height: 1.2;
}

.prose .buttons {
  padding-block: .25em;
}

.prose .buttons:last-child {
  padding-bottom: 0;
}

@media (width >= 80em) {
  .prose-large {
    --prose-font-size: 1.5rem;
  }
}

.buttons {
  flex-wrap: wrap;
  gap: 1rem;
  display: flex;
}

.btn {
  background-color: var(--grey);
  color: var(--black);
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  gap: .5em;
  padding: clamp(.75rem, 2vw, 1.25rem) clamp(1.25rem, 3vw, 1.625rem);
  font-size: 1.1875rem;
  font-weight: 600;
  line-height: 1.125;
  text-decoration: none;
  transition: background-color .2s, color .2s;
  display: inline-flex;
}

.btn svg {
  width: auto;
  height: 1.125em;
}

.btn:hover, .btn.active {
  background-color: var(--black);
  color: var(--white);
}

.btn-small {
  padding: .75em 1.25em;
  font-size: 1rem;
  font-weight: 500;
}

.btn-green {
  background-color: var(--green);
}

.btn-pink {
  background-color: var(--pink);
}

.skip-link {
  left: 50%;
  top: var(--admin-bar-height);
  z-index: 10;
  transition: transform .3s;
  position: fixed;
  transform: translate(-50%, -100%);
}

.skip-link:focus {
  transform: translate(-50%, 20%);
}

.iconlink {
  align-items: center;
  gap: .625rem;
  text-decoration-line: underline;
  display: inline-flex;
}

.iconlink svg {
  width: 1.2em;
}

.counter {
  text-align: center;
  background-color: var(--grey);
  width: 1.25rem;
  height: 1.25rem;
  color: var(--black);
  border-radius: 50%;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  font-size: .6rem;
  font-weight: 700;
  line-height: 1;
  display: flex;
}

.counter:empty {
  display: none;
}

.counter-white {
  background-color: var(--white);
}

.counter-green {
  background-color: var(--green);
}

.slider {
  position: relative;
  overflow-x: clip;
}

.slider-track {
  gap: var(--grid-gap);
  display: flex;
}

.slider-track > * {
  flex: 0 0 100%;
}

.slider-nav {
  pointer-events: none;
  justify-content: space-between;
  gap: 1rem;
  display: flex;
  position: absolute;
  top: calc(50% - 1.375rem);
  left: 0;
  right: 0;
}

.slider:has(.card) .slider-nav {
  top: 30%;
}

@media (width >= 32em) {
  .slider:has(.card) .slider-nav {
    top: calc((100cqw - var(--grid-gap)) / 2 * .2);
  }
}

@media (width >= 60em) {
  .slider:has(.card) .slider-nav {
    top: calc((100cqw - 2 * var(--grid-gap)) / 3 * .24);
  }
}

.slider-nav-button {
  background-color: var(--black);
  width: 2.75rem;
  height: 2.75rem;
  color: var(--white);
  pointer-events: auto;
  justify-content: center;
  align-items: center;
  transition: color .2s, background-color .2s;
  display: flex;
}

.slider-nav-button:hover {
  background-color: var(--yellow);
  color: var(--black);
}

.slider-nav-button[disabled] {
  pointer-events: none;
  opacity: .25;
}

.slider-nav-button.prev {
  border-radius: 0 50% 50% 0;
}

.slider-nav-button.next {
  border-radius: 50% 0 0 50%;
}

.grid, .cards {
  gap: var(--grid-gap);
  grid-template-columns: repeat(12, 1fr);
  display: grid;
}

.grid > *, .cards > * {
  grid-column: 1 / -1;
}

.cards {
  row-gap: clamp(2.5rem, 8vw, 6.25rem);
}

@media (width >= 32em) {
  .cards > .card {
    grid-column: span 6;
  }
}

@media (width >= 60em) {
  .cards > .card {
    grid-column: span 4;
  }
}

@media (width >= 32em) {
  .slider-track > .card {
    flex-basis: calc((100% - var(--grid-gap)) / 2);
  }
}

@media (width >= 60em) {
  .slider-track > .card {
    flex-basis: calc((100% - 2 * var(--grid-gap)) / 3);
  }
}

.card-link, .card:not(:has(.card-link)) {
  align-content: start;
  gap: 1.5rem;
  text-decoration: none;
  display: grid;
}

.card-image {
  aspect-ratio: 485 / 280;
  display: block;
}

.card-content {
  justify-content: space-between;
  align-items: flex-start;
  gap: 1.25rem;
  display: flex;
}

.card-text {
  flex-grow: 1;
  gap: .5em;
  display: grid;
}

.card-title {
  font-family: var(--font-family-default);
  font-size: 1.5rem;
  font-weight: 500;
}

.card-meta {
  padding-block: .25rem .5rem;
}

.card-excerpt {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
}

@media (width >= 48em) {
  .cards > .tile {
    grid-column: span 6;
  }

  .slider-track > .tile {
    flex-basis: calc((100% - var(--grid-gap)) / 2);
  }
}

@media (width >= 80em) {
  .cards > .tile-small {
    grid-column: span 4;
  }

  .slider-track > .tile-small {
    flex-basis: calc((100% - 2 * var(--grid-gap)) / 3);
  }
}

.tile-link {
  aspect-ratio: 1;
  text-decoration: none;
  display: block;
}

@media (width >= 60em) {
  .tile-link {
    aspect-ratio: unset;
    height: 34.1875rem;
  }
}

.tile-overlay {
  align-content: end;
  gap: .5em;
  height: 100%;
  padding: clamp(1.5rem, 4vw, 2.5rem);
  display: grid;
  position: relative;
}

.tile-moss .tile-overlay {
  background: linear-gradient(transparent 35%, var(--moss));
  color: var(--white);
}

.tile-pink .tile-overlay {
  background: linear-gradient(transparent 35%, var(--pink));
}

.meta {
  --meta-gap: clamp(1.25rem, 3vw, 1.875rem);
  gap: 1rem var(--meta-gap);
  flex-wrap: wrap;
  display: flex;
}

@media (width <= 79.99em) {
  .meta {
    font-size: 1rem;
  }
}

.meta-item {
  align-items: center;
  gap: .5em;
  line-height: 1.2;
  display: inline-flex;
}

.meta-item.align-right {
  margin-left: auto;
}

.meta-item svg {
  width: auto;
  height: 1em;
}

.details {
  line-height: var(--prose-line-height);
  gap: 1rem;
  display: grid;
}

.details-item > span:has(svg) {
  vertical-align: bottom;
  align-items: center;
  gap: .25em;
  display: inline-flex;
}

.favorite-toggle {
  text-align: left;
  align-items: center;
  gap: .5em;
  display: inline-flex;
}

.favorite-toggle-icon {
  background-color: var(--grey);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  transition: background-color .2s;
  display: flex;
}

.favorite-toggle.is-favorite .favorite-toggle-icon {
  background-color: var(--pink);
}

.favorite-toggle:hover .favorite-toggle-icon {
  background-color: var(--yellow);
}

.favorite-toggle.is-favorite .favorite-toggle-label.favorite, .favorite-toggle:not(.is-favorite) .favorite-toggle-label.unfavorite {
  display: none;
}

.block-header {
  margin-bottom: clamp(1.5rem, 3vw, 2rem);
}

.block-header-content {
  gap: .75rem;
  display: grid;
}

@media (width >= 60em) {
  .block-header-content {
    grid-column: span 8;
  }

  .block-header-buttons {
    grid-column: span 4;
    justify-content: flex-end;
    align-self: end;
  }
}

.pagination {
  justify-content: center;
  align-items: center;
  gap: .25em;
  margin-top: clamp(2.5rem, 8vw, 6.25rem);
  display: flex;
}

.pagination span, .pagination a {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  transition: background-color .2s;
  display: flex;
}

.pagination .current {
  background-color: var(--grey);
  font-weight: 600;
}

.pagination .prev:hover, .pagination .next:hover {
  background-color: var(--yellow);
}

.alert {
  background-color: var(--grey);
  align-items: flex-start;
  gap: 1rem;
  padding: clamp(1.5rem, 3vw, 2rem);
  line-height: 1.25;
  display: flex;
}

.alert svg {
  margin-top: .125em;
}

.searchform {
  align-items: center;
  gap: 1rem;
  display: flex;
  position: relative;
}

.searchform-form {
  flex-grow: 1;
  position: relative;
}

.searchform-input {
  background-color: var(--white);
  padding: .90625rem 1.625rem;
  border: 1px solid #cabea9;
  border-radius: 2rem;
  width: 100%;
  padding-right: 4.75rem;
  font-size: 1rem;
  font-weight: 400;
  display: block;
}

.searchform-submit {
  border-radius: 2rem;
  padding: .5rem 1.1rem;
  transition: background-color .2s;
  position: absolute;
  top: 50%;
  right: .4rem;
  translate: 0 -50%;
}

.searchform-submit:hover {
  background-color: var(--grey);
}

.searchform-submit svg {
  width: 1.5rem;
}

.searchform-toggle {
  flex-shrink: 0;
}

.header {
  background-color: var(--yellow);
  z-index: 1500;
}

@media (width <= 59.99em) {
  .header {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
  }
}

@media (width >= 60em) {
  .header {
    top: var(--admin-bar-height);
    position: sticky;
  }
}

.header-wrapper {
  height: var(--header-height);
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  display: flex;
}

.header-logo {
  flex-shrink: 0;
  display: block;
}

.header-logo img, .header-logo svg {
  width: 14.4375rem;
}

.header-desktop {
  align-items: flex-end;
  gap: 1rem;
  margin-right: -.75rem;
  font-weight: 500;
  display: flex;
}

@media (width <= 59.99em) {
  .header-desktop {
    display: none;
  }
}

.header-desktop .searchform-form {
  width: 20rem;
}

.header-desktop .searchform-toggle {
  padding: .75rem;
}

.header-desktop .searchform-toggle svg {
  width: 1.5rem;
}

.header-desktop .header-desktop-list > li > a, .header-desktop .searchform-toggle {
  border-radius: 2rem;
  transition: background-color .2s;
}

.header-desktop .header-desktop-list > li > a:hover, .header-desktop .searchform-toggle:hover {
  background-color: color-mix(in srgb, currentColor 5%, transparent);
  text-decoration: none;
}

.header-desktop-menu {
  display: contents;
}

.header-desktop:has(.searchform-open) .header-desktop-menu {
  display: none;
}

.header-desktop-list {
  display: contents;
}

.header-desktop-list li {
  position: relative;
}

.header-desktop-list > li > a {
  padding: .75rem 1rem;
  display: block;
}

.header-desktop-list > li.current-menu-item > a {
  text-decoration-line: underline;
}

.header-desktop-list > li:focus-within .sub-menu, .header-desktop-list > li:hover .sub-menu {
  pointer-events: all;
  opacity: 1;
}

.header-desktop-list a {
  text-decoration-line: none;
}

.header-desktop-list .sub-menu {
  background-color: var(--white);
  white-space: nowrap;
  box-shadow: var(--box-shadow);
  pointer-events: none;
  opacity: 0;
  padding: .5rem;
  transition: opacity .3s;
  position: absolute;
  top: 100%;
  left: 0;
}

.header-desktop-list .sub-menu li.current-menu-item a, .header-desktop-list .sub-menu li:hover a {
  background-color: var(--grey);
}

.header-desktop-list .sub-menu a {
  padding: .5rem;
  transition: background-color .2s;
  display: block;
}

@media (width >= 60em) {
  .header-mobile {
    display: none;
  }
}

.header-mobile-toggle {
  background-color: var(--black);
  width: 3.75rem;
  height: 3.75rem;
  color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: rotate .4s;
  display: flex;
  position: relative;
}

.open .header-mobile-toggle {
  rotate: 135deg;
}

.header-mobile-toggle-bar {
  background-color: currentColor;
  width: 1.625rem;
  height: 2px;
  transition: all .4s;
  position: absolute;
  left: 1.0625rem;
}

.header-mobile-toggle-bar:first-child {
  top: 1.25rem;
}

.open .header-mobile-toggle-bar:first-child, .header-mobile-toggle-bar:nth-child(2) {
  top: calc(50% - 1px);
}

.open .header-mobile-toggle-bar:nth-child(2) {
  rotate: 45deg;
  scale: 0 1;
}

.header-mobile-toggle-bar:nth-child(3) {
  bottom: 1.25rem;
}

.open .header-mobile-toggle-bar:nth-child(3) {
  bottom: calc(50% - 1px);
  rotate: 90deg;
}

.header-mobile-flyout {
  background-color: var(--yellow);
  font-size: 2rem;
  font-weight: 500;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
}

.header-mobile-flyout .searchform {
  margin-top: 2rem;
}

.header-mobile-flyout .searchform svg {
  width: 1.6875rem;
}

.header-mobile-flyout-wrapper {
  height: calc(100dvh - var(--header-height));
  padding: 9.1875rem 3rem 5rem;
  overflow-y: auto;
}

.header-mobile-list {
  gap: 2rem;
  display: grid;
}

.header-mobile-list > li {
  border-bottom: 2px solid;
  padding-bottom: 2rem;
}

.header-mobile-list li.current-menu-item > a {
  text-decoration: underline from-font;
}

.header-mobile-list .sub-menu {
  gap: 1rem;
  padding-top: 1.25rem;
  font-size: 1.25rem;
  display: grid;
}

.header-mobile-list a {
  text-decoration: none;
}

.hero-overlay {
  color: var(--white);
  background: linear-gradient(#c8a53c00 14.44%, #fc7dff33 64.08%, #00682d 96.99%);
  position: relative;
}

.hero-wrapper {
  min-height: calc(100dvh - var(--header-height) - var(--admin-bar-height));
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  gap: 2.5rem;
  padding-block: clamp(2.5rem, 8vw, 6.25rem);
  display: flex;
}

.hero-title {
  max-width: 54.1875rem;
}

@media (width >= 60em) {
  .searchresults-content {
    grid-column: 4 / 10;
  }
}

.searchresults-intro {
  margin-top: 1.25rem;
}

.searchresults-item {
  border-top: 1px solid var(--border-color);
  margin-top: clamp(1.5rem, 6vw, 3rem);
  padding-top: clamp(1.5rem, 6vw, 3rem);
  text-decoration: none;
  display: block;
}

.searchresults-item-title {
  margin-bottom: 1rem;
}

.searchresults-item-btn {
  margin-top: 1.25rem;
}

@media (width >= 60em) {
  .body-article {
    grid-column: 3 / 11;
  }

  .video-embed, .image-img {
    grid-column: 2 / 12;
  }

  .imgtext-image {
    grid-column: span 6;
  }
}

.imgtext-content {
  align-content: center;
  display: grid;
}

@media (width >= 60em) {
  .imgtext-content {
    padding-right: calc(var(--block-spacing-x) - var(--grid-gap));
    grid-column: span 6;
  }

  .imgtext-image + .imgtext-content {
    padding-inline: calc(var(--block-spacing-x) - var(--grid-gap)) 0;
  }
}

.accordion {
  --accordion-gap: clamp(2rem, 3vw, 2.5rem);
}

.accordion-wrapper {
  row-gap: calc(var(--accordion-gap) * 1.5);
}

.accordion-items {
  row-gap: var(--accordion-gap);
}

.accordion-item + .accordion-item {
  border-top: 1px solid var(--border-color);
  padding-top: var(--accordion-gap);
}

.accordion-item-toggle {
  font-family: var(--font-family-display);
  text-align: left;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  width: 100%;
  font-size: clamp(1.75rem, 3vw, 2.25rem);
  display: flex;
}

.accordion-item-indicator {
  flex-shrink: 0;
}

.accordion-item-body {
  padding-top: var(--grid-gap);
  max-width: 60rem;
}

.gallery-image {
  aspect-ratio: 740 / 547;
  object-fit: cover;
}

@media (width >= 32em) {
  .gallery-image {
    flex-basis: calc((100% - var(--grid-gap)) / 2);
  }
}

.columns-wrapper {
  row-gap: var(--block-spacing-x);
}

@media (width >= 48em) {
  .columns-column {
    grid-column: span 6;
  }

  .align-column-2-right .columns-column:nth-child(2) {
    text-align: right;
  }

  .align-column-2-right .columns-column:nth-child(2) .buttons {
    justify-content: flex-end;
  }
}

.cta-wrapper {
  background-color: var(--yellow);
  gap: clamp(1.25rem, 2vw, 1.75rem);
  padding: clamp(1.5rem, 6vw, 5.625rem);
  display: grid;
}

@media (width >= 80em) {
  .cta-wrapper {
    justify-content: space-between;
    align-items: flex-end;
    display: flex;
  }
}

.cta-content {
  gap: clamp(.75rem, 1.5vw, 1.25rem);
  display: grid;
}

@media (width >= 60em) {
  .cta-content {
    max-width: 50.6875rem;
  }
}

@media (width >= 80em) {
  .cta-buttons {
    justify-content: flex-end;
  }
}

.intro {
  --intro-gap: clamp(1.5rem, 5vw, 5rem);
}

.intro-wrapper {
  row-gap: var(--intro-gap);
}

.intro-header {
  gap: var(--intro-gap);
  align-content: start;
  display: grid;
}

@media (width >= 60em) {
  .intro-header {
    margin-top: -.75rem;
  }

  .layout-halves .intro-header {
    grid-column: 1 / 6;
  }

  .layout-thirds .intro-header {
    grid-column: 1 / 5;
  }
}

@media (width <= 59.99em) {
  .intro-image.hide-on-mobile {
    display: none;
  }
}

@media (width >= 60em) {
  .layout-halves .intro-content {
    grid-column: 7 / 13;
  }

  .layout-thirds .intro-content {
    grid-column: 6 / 13;
  }
}

.single-article {
  --single-gap: clamp(1.5rem, 6vw, 3.75rem);
  row-gap: var(--single-gap);
}

@media (width >= 60em) {
  .single-header .breadcrumbs {
    padding-bottom: 1rem;
  }
}

.single-subtitle {
  font-size: 1.5rem;
}

.single-images-item {
  aspect-ratio: 16 / 9;
  flex: 0 0 100%;
}

@media (width >= 48em) {
  .single-images:has(.single-images-item:nth-child(2)) .single-images-item {
    flex-basis: calc((100% - var(--grid-gap)) / 2);
    aspect-ratio: 74 / 54;
  }
}

@media (width >= 60em) {
  .single-images-item {
    aspect-ratio: unset;
    height: 33.75rem;
  }

  .single-images:has(.single-images-item:nth-child(3)) .single-images-item {
    height: auto;
  }

  .single-images:has(.single-images-item:nth-child(3)) .single-images-item:nth-child(odd) {
    flex-basis: calc((57% - 2 * var(--grid-gap)) / 2);
  }

  .single-images:has(.single-images-item:nth-child(3)) .single-images-item:nth-child(2n+2) {
    aspect-ratio: 74 / 54;
    flex-basis: 43%;
  }
}

@media (width >= 80em) {
  .single-main {
    font-size: 1.5rem;
  }
}

.single-main-wrapper {
  row-gap: var(--single-gap);
}

.single-sidebar {
  align-content: start;
  gap: clamp(1.5rem, 4vw, 2.5rem) var(--grid-gap);
  padding-bottom: var(--single-gap);
  border-bottom: 1px solid var(--border-color);
  align-items: start;
  display: grid;
}

@media (width >= 48em) {
  .single-sidebar {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (width >= 60em) {
  .single-sidebar {
    border-bottom: 0;
    flex-direction: column;
    grid-column: span 4;
    grid-template-columns: 1fr;
    align-items: flex-start;
    padding-bottom: 0;
    display: flex;
  }
}

.single-emblem {
  display: none;
}

@media (width >= 60em) {
  .single-emblem {
    width: 100%;
    max-width: 16.25rem;
    margin-top: auto;
    padding-top: 2rem;
    display: block;
  }
}

.single-emblem svg {
  width: 100%;
}

.single-map-small {
  display: none;
}

@media (width >= 60em) {
  .single-map-small {
    aspect-ratio: 1;
    max-width: 22.375rem;
    margin-top: 1.25rem;
    display: block;
  }
}

.single-map-small-icon {
  background-color: var(--green);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 2.625rem;
  height: 2.625rem;
  display: flex;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

@media (width >= 60em) {
  .single-body {
    grid-column: 6 / 13;
  }
}

.separator-line {
  background-color: currentColor;
  height: 1px;
}

.artworks-all-filters {
  background-color: var(--sand);
  z-index: 1200;
  padding-block: clamp(1.5rem, 4vw, 2.25rem);
  position: relative;
}

.artworks-all-filters-wrapper {
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(2rem, 4vw, 2.5rem);
  display: flex;
}

@media (width <= 47.99em) {
  .artworks-all-filters-wrapper {
    justify-content: space-between;
  }
}

@media (width >= 80em) {
  .artworks-all-filters-wrapper {
    justify-content: flex-end;
  }
}

.artworks-all-filter {
  order: 2;
  position: relative;
}

.artworks-all-filter-toggle {
  text-decoration: none;
}

.artworks-all-filter-toggle:hover .artworks-all-filter-label {
  text-decoration: underline;
}

.artworks-all-filter-toggle svg {
  transition: rotate .3s;
}

.artworks-all-filter.open .artworks-all-filter-toggle svg {
  rotate: 180deg;
}

.artworks-all-filter-dropdown {
  background-color: var(--white);
  box-shadow: var(--box-shadow);
  z-index: 2;
  width: min(100cqw, 20rem);
  font-size: 1rem;
  position: absolute;
  top: calc(100% + 1rem);
  left: 0;
}

@media (width <= 31.99em) {
  .artworks-all-filter-dropdown.align-right-on-mobile {
    left: auto;
    right: 0;
  }
}

@media (width >= 32em) and (width <= 47.99em) {
  .artworks-all-filters:not(.has-filtered) .artworks-all-filter-dropdown.align-right-on-mobile {
    left: auto;
    right: 0;
  }
}

.artworks-all-filter-dropdown-content {
  justify-items: start;
  gap: 1.25rem;
  padding: 1.5rem;
  display: grid;
}

.artworks-all-filter-list-container {
  position: relative;
}

.artworks-all-filter-list-container:has(.artworks-all-filter-list-spacer):after {
  content: "";
  background: linear-gradient(transparent, var(--white));
  width: 100%;
  height: 2rem;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
}

.artworks-all-filter-list {
  scrollbar-width: none;
  gap: .5rem;
  max-height: 19.6rem;
  display: grid;
  overflow: visible auto;
}

.artworks-all-filter-list label {
  align-items: flex-start;
  gap: .75rem;
  line-height: 1.25;
  display: flex;
}

.artworks-all-filter-list input {
  flex-shrink: 0;
  margin-top: .125em;
}

.artworks-all-filter-list svg {
  width: 1em;
  height: 1.25em;
  margin-left: .15rem;
}

.artworks-all-filter-list::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 0;
  height: 0;
}

.artworks-all-filter-list-spacer {
  width: 100%;
  height: 2rem;
}

.artworks-all-search {
  width: 100%;
}

@media (width <= 47.99em) {
  .artworks-all-search {
    order: 1;
  }
}

@media (width >= 60em) {
  .artworks-all-search {
    width: 35.875rem;
  }
}

.artworks-all-reset {
  order: 3;
}

.artworks-all-reset svg {
  width: 1em;
}

.archive-header {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  margin-bottom: clamp(2rem, 8vw, 5rem);
  display: flex;
}

.map {
  background-color: var(--grey);
  min-height: 30rem;
  padding-bottom: 46%;
  position: relative;
}

.map-canvas {
  position: absolute;
  inset: 0;
}

.map-cluster {
  background: var(--black);
  width: 2.25rem;
  height: 2.25rem;
  color: var(--white);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 700;
  display: flex;
}

.map-cards {
  z-index: 450;
  pointer-events: none;
  align-content: end;
  width: min(100% - 3rem, 25.6875rem);
  height: calc(100% - 3rem);
  display: grid;
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
}

.map-card {
  display: none;
}

.map-card.active {
  background-color: var(--white);
  box-shadow: var(--box-shadow);
  pointer-events: auto;
  animation: .3s forwards slide-in-up;
  display: flex;
  position: relative;
}

@keyframes slide-in-up {
  from {
    opacity: 0;
    translate: 0 1rem;
  }

  to {
    opacity: 1;
    translate: 0;
  }
}

.map-card-close {
  opacity: .5;
  transition: opacity .2s, color .2s;
  position: absolute;
  top: .75rem;
  right: .75rem;
}

.map-card-close:hover {
  opacity: 1;
  color: var(--red);
}

.map-card-close svg {
  width: 1.25rem;
}

.map-card-image {
  flex-shrink: 0;
  width: 40%;
}

.map-card-content {
  justify-items: start;
  gap: 1.25rem;
  padding: 1.5rem;
  display: grid;
}

.map-card-title {
  padding-right: .5rem;
}

.map-card-artist {
  margin-bottom: 1.25rem;
  font-size: 1rem;
}

.footer {
  background: linear-gradient(var(--pink), var(--red));
}

.footer:has(.footer-newsletter) {
  background: linear-gradient(180deg, var(--sand) 35.26%, var(--pink) 73.28%, var(--red) 100%);
}

.footer-wrapper > * + * {
  border-top: 1px solid var(--border-color);
}

.footer-newsletter {
  padding-block: clamp(5.5625rem, 10vw, 7.4375rem) clamp(3.75rem, 7vw, 5rem);
}

.footer-newsletter .wsf-fields {
  justify-content: center;
  gap: 1.25rem;
  margin: 0 !important;
}

@media (width >= 48em) {
  .footer-newsletter .wsf-fields {
    flex-wrap: nowrap;
  }
}

.footer-newsletter .wsf-tile {
  flex: 1 0 auto !important;
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
}

.footer-newsletter .wsf-bottom {
  flex: none !important;
  align-self: flex-start !important;
}

.footer-newsletter-content {
  text-align: center;
}

@media (width >= 60em) {
  .footer-newsletter-content {
    grid-column: 4 / -4;
  }
}

.footer-newsletter-title {
  margin-bottom: 1.875rem;
}

.footer-newsletter-intro {
  margin-bottom: 2.5rem;
}

@media (width >= 80em) {
  .footer-newsletter-intro {
    --prose-font-size: 1.5rem;
  }
}

.footer-main {
  --prose-line-height: 2;
  padding-block: clamp(3.75rem, 7vw, 5rem);
}

@media (width >= 60em) {
  .footer-menu-1 {
    grid-column: 1 / 7;
  }
}

@media (width >= 90em) {
  .footer-menu-1 {
    grid-column: 2 / 5;
  }
}

.footer-menu-1 ul li {
  padding-left: 2rem;
}

.footer-menu-1 ul li:before {
  content: "•";
  text-indent: -1.25rem;
}

.footer-body {
  margin: 0;
}

@media (width >= 60em) {
  .footer-body {
    grid-column: 7 / 13;
  }
}

@media (width >= 90em) {
  .footer-body {
    grid-column: 8 / 12;
  }
}

.footer-bottom {
  gap: 2.5rem;
  padding-block: clamp(3.75rem, 7vw, 5rem);
  display: grid;
}

@media (width >= 60em) {
  .footer-bottom {
    justify-content: space-between;
    align-items: center;
    column-gap: var(--block-spacing-x);
    flex-wrap: wrap;
    display: flex;
  }
}

.footer-logos {
  flex-wrap: wrap;
  flex-grow: 1;
  justify-content: space-around;
  align-items: center;
  gap: 2rem;
  display: flex;
}

@media (width >= 80em) {
  .footer-logos {
    justify-content: space-between;
    max-width: 48.9375rem;
    padding-left: 2.75rem;
  }
}

.footer-logos-image {
  object-fit: contain;
  filter: grayscale();
  width: 14.5rem;
  height: 3.5rem;
}

.footer-menu-2 {
  flex: none;
}

.footer-menu-list-2 {
  text-align: center;
  gap: 1.25rem;
  padding-block: .625rem;
  font-size: 1rem;
  display: grid;
}

@media (width >= 48em) {
  .footer-menu-list-2 {
    text-align: left;
    justify-content: center;
    align-items: center;
    gap: 1.875rem;
    display: flex;
  }
}

@media (width >= 60em) {
  .footer-menu-list-2 {
    justify-content: flex-end;
  }
}
/*# sourceMappingURL=theme.css.map */
