@charset "UTF-8";
/* roboto-flex-latin-wght-normal */
@font-face {
  font-family: "Roboto Flex Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 100 1000;
  src: url(../fonts/roboto-flex-latin-wght-normal.woff2) format("woff2-variations");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* rubik-latin-wght-normal */
@font-face {
  font-family: "Rubik Variable";
  font-style: normal;
  font-display: swap;
  font-weight: 300 900;
  src: url(../fonts/rubik-latin-wght-normal.woff2) format("woff2-variations");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
/* rubik-latin-wght-italic */
@font-face {
  font-family: "Rubik Variable";
  font-style: italic;
  font-display: swap;
  font-weight: 300 900;
  src: url(../fonts/rubik-latin-wght-italic.woff2) format("woff2-variations");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
html {
  overflow: auto;
}

body {
  scrollbar-width: none;
}

#page, #content {
  max-width: 100vw;
  display: block;
}

.site-header {
  display: none;
}

img, picture {
  max-width: inherit;
}

button {
  background-position: center;
  background-repeat: no-repeat;
}
button:hover {
  background-color: #f0f4f5;
}

p img {
  display: inline-block;
  vertical-align: middle;
}

.footer {
  position: fixed;
  bottom: 10px;
  left: 50%;
  height: 80px;
  width: max-content;
  max-width: 80%;
  transform: translateX(-50%);
  background-color: #fff;
  z-index: 10;
  transition: transform 0.5s 1.5s ease;
  user-select: text;
  display: flex;
  padding: 10px;
}
.footer > div {
  padding: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer div.people {
  text-align: center;
  position: relative;
}
.footer div.people img {
  border-radius: 50%;
  width: 64px;
  height: 64px;
  border: 2px solid #fff;
}
.footer div.people .button1 {
  z-index: 2;
}
.footer div.people .button2 {
  margin-left: -20px;
}
.footer div.title {
  flex-direction: column;
  text-align: left;
}
.footer div.title h3 {
  margin: 0;
}
.footer div.title ._subtitle {
  display: inline-block;
  font-size: 0.9rem;
  vertical-align: middle;
}
.footer .question {
  background-image: url("../images/icons/message-square.svg");
  display: block;
  border: 0;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 18px;
  z-index: 2;
}
.footer .ontdek {
  background-image: url("../images/icons/magnifying-glass.svg");
}
.footer .lees {
  background-image: url("../images/icons/message-square.svg");
}
.footer .antwoorden {
  background-image: url("../images/icons/message-square.svg");
  transform: scaleX(-1);
}
.mst-map--zoomed .footer {
  display: none;
}

.yellow {
  background-color: #ffc801;
}

.icon {
  background-repeat: no-repeat;
  background-position: center;
  background-size: 18px 18px;
  width: 18px;
  height: 18px;
  display: inline-block;
  vertical-align: middle;
}

#page-196 .mst-page__title {
  display: none;
}

h2.wp-block-heading {
  margin: 2em 0 0.5em 0 !important;
  font-size: 25px;
  font-weight: 600;
}

.wp-block-details {
  background-color: #efefef;
  padding: 1em;
  margin-bottom: 10px;
}
.wp-block-details summary + p {
  margin-top: 1em;
}

.wp-block-details summary {
  font-weight: 600;
}

/* Fixed hamburger menu toggle */
.mst-menu-toggle {
  position: fixed;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  z-index: 110;
  background: var(--primary);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.mst-menu-toggle__icon {
  width: 24px;
  height: 24px;
  background-image: url("../images/icons/menu.svg");
  background-size: 24px 24px;
  background-repeat: no-repeat;
  background-position: center;
  transition: background-image 0.15s linear;
}

body.mst-menu-open .mst-menu-toggle__icon {
  background-image: url("../images/icons/x.svg");
}

/* Offcanvas menu */
.mst-offcanvas-menu {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  width: 100vw;
  background: var(--primary);
  box-shadow: -2px 0 10px rgba(0, 0, 0, 0.3);
  transform: translateX(100%);
  transition: transform 0.35s ease-in-out;
  z-index: 105;
  padding: 2.5rem 1.5rem;
  overflow-y: auto;
  display: flex;
  align-content: center;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  flex-direction: column;
}
.mst-offcanvas-menu h1 {
  margin-bottom: 1em;
}

.mst-offcanvas-menu__list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.mst-offcanvas-menu__item {
  margin-bottom: 0.75rem;
  list-style: none;
  font-size: 23.04px;
  margin-bottom: 1em;
}

.mst-offcanvas-menu__link {
  font-weight: 400;
  text-decoration: none;
}

.mst-offcanvas-menu__item--current > .mst-offcanvas-menu__link {
  color: #0078d4;
}

.mst-offcanvas-menu__sub {
  list-style: none;
  margin: 0.25rem 0 0.5rem 1rem;
  padding: 0;
}

body.mst-menu-open .mst-offcanvas-menu {
  transform: translateX(0);
}

/* Fixed audio toggle (top-right) */
.mst-audio-toggle {
  position: fixed;
  top: 0;
  right: 0;
  width: 80px;
  height: 80px;
  z-index: 110;
  background-color: white;
  cursor: pointer;
  border: none;
  background-image: url("../images/icons/volume-2.svg");
  background-repeat: no-repeat;
  background-position: center;
}

/* NOTE: Per your request:
   - volume-2.svg when sound is OFF
   - volume-x.svg when sound is RUNNING */
body.mst-audio-on .mst-audio-toggle {
  background-image: url("../images/icons/volume-x.svg");
}

.mst-tijdlijn-toggle {
  position: fixed;
  background-color: #ffc801;
  top: 80px;
  left: 0;
  width: 80px;
  height: 80px;
  z-index: 110;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  background-image: url("../images/icons/clock.svg");
  background-repeat: no-repeat;
  background-position: center 15px;
  padding-top: 30px;
  font-size: 16.3px;
}

/* Tijdlijn modal (slide-in from the left) */
#mst-tijdlijn-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
#mst-tijdlijn-modal *::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.8);
}
#mst-tijdlijn-modal *::-webkit-scrollbar-button {
  display: none;
}
#mst-tijdlijn-modal *::-webkit-scrollbar-thumb {
  background: #888;
}
#mst-tijdlijn-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}
#mst-tijdlijn-modal.is-loading .mst-tijdlijn-modal__spinner {
  display: flex;
  justify-content: center;
  padding-top: 200px;
}
#mst-tijdlijn-modal article {
  flex-direction: column;
}

.mst-tijdlijn-modal__spinner {
  display: none;
}
.mst-tijdlijn-modal__spinner svg {
  width: 50px;
}

.mst-tijdlijn-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

.mst-tijdlijn-modal__dialog {
  position: absolute;
  top: 80px;
  left: 0;
  width: 545px;
  max-width: calc(100vw - 80px);
  height: 100vh;
  background: #fff;
  transform: translateX(-100%);
  transition: transform 0.35s ease-in-out;
}
.mst-tijdlijn-modal__dialog .mst-tijdlijn-modal__content {
  overflow-y: scroll;
  height: 100%;
  padding: 42px 42px 150px 42px;
}

#mst-tijdlijn-modal.is-open .mst-tijdlijn-modal__dialog {
  transform: translateX(0);
}

.mst-tijdlijn-modal__close {
  position: absolute;
  top: 0;
  width: 80px;
  height: 80px;
  right: -80px;
  background-image: url(../images/icons/x-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: black;
  border: none;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  z-index: 100;
}

.mst-tijdlijn-modal__nav {
  position: absolute;
  top: 80px;
  right: -160px;
  width: 160px;
  display: flex;
  flex-direction: column;
  gap: 0;
  max-height: calc(100vh - 80px - 80px);
  overflow-y: auto;
}
.mst-tijdlijn-modal__nav .mst-tijdlijn-modal__nav-btn {
  width: 160px;
  min-height: 80px;
  padding: 10px 6px;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.15);
  background: var(--yellow);
  color: black;
  font-size: 17px;
  line-height: 1.1;
  text-align: center;
  cursor: pointer;
}
.mst-tijdlijn-modal__nav .mst-tijdlijn-modal__nav-btn.is-active {
  background: white;
  color: #000;
}
.mst-tijdlijn-modal__nav .mst-tijdlijn-modal__nav-btn:hover {
  background: #222;
  color: #fff;
}
.mst-tijdlijn-modal__nav .mst-tijdlijn-modal__nav-btn.is-active:hover {
  background: #ffc801;
  color: #000;
}
.mst-tijdlijn-modal__nav .mst-tijdlijn-modal__nav-btn[data-range=Tijdlijn] {
  width: 80px;
  background-image: url(../images/icons/align-left.svg);
  background-repeat: no-repeat;
  background-position: center 15px;
  padding-top: 30px;
}

/* Map container */
#mst-map {
  position: relative;
  width: 100vw;
  height: 100vh;
  overflow: hidden;
}

/* Main map view */
.mst-map__main {
  position: absolute;
  inset: 0;
  display: none;
  overflow-x: auto;
  overflow-y: auto;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
}
.mst-map__main.is-active {
  display: block;
  animation: fadeIn 0.4s ease-in-out forwards;
}
.mst-map__main.is-hidden {
  display: none;
  opacity: 0;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
/* Main map wrapper - contains image and zone triggers */
.mst-map__main-wrapper {
  position: relative;
  display: inline-block;
  min-width: 100%;
}

/* Main map image */
.mst-map__image {
  height: auto;
  width: 100%;
  display: block;
  user-select: none;
  pointer-events: none;
}
@media (max-width: 1199.98px) {
  .mst-map__image {
    height: 100vh;
    width: auto;
  }
}

/* Zones container - overlays image with same dimensions */
.mst-zones {
  position: absolute;
  inset: 0;
  pointer-events: none;
}

/* Zone views */
.mst-zone-view {
  position: absolute;
  inset: 0;
  display: none;
  overflow-x: auto;
  overflow-y: auto;
  opacity: 0;
  transition: opacity 0.4s ease-in-out;
  cursor: grab;
}
.mst-zone-view.is-active {
  display: block;
  animation: fadeIn 0.4s ease-in-out forwards;
}
.mst-zone-view.is-hidden {
  display: none;
  opacity: 0;
}
.mst-zone-view:active {
  cursor: grabbing;
}
@media (max-width: 1499px) {
  .mst-zone-view {
    overflow-y: hidden;
  }
}

/* Zone view wrapper - ensures image and markers have same dimensions */
.mst-zone-view__wrapper {
  position: relative;
  display: inline-block;
  min-width: 100%;
}
@media (max-width: 1499px) {
  .mst-zone-view__wrapper.is-draggable {
    cursor: grab;
  }
  .mst-zone-view__wrapper.is-draggable:active {
    cursor: grabbing;
  }
}

/* Zone view image */
.mst-zone-view__image {
  display: block;
  height: auto;
  width: 100%;
  user-select: none;
  pointer-events: none;
}
@media (max-width: 1199.98px) {
  .mst-zone-view__image {
    height: 100vh;
    width: auto;
  }
}

/* Zone view markers container */
.mst-zone-view__markers {
  position: absolute;
  left: 0;
  top: 0;
  inset: 0;
  pointer-events: none;
}

/* Zone triggers on main map */
.mst-zone-trigger {
  position: absolute;
  background: transparent;
  border: 0;
  cursor: pointer;
  pointer-events: auto;
}
.mst-zone-trigger:hover {
  background-color: transparent;
}

.mst-zone-trigger--school {
  left: 0;
  top: 0;
  width: 33.333%;
  height: 40%;
}

.mst-zone-trigger--museum {
  left: 33.333%;
  top: 0;
  width: 33.333%;
  height: 40%;
}

.mst-zone-trigger--thuis {
  left: 66.666%;
  top: 0;
  width: 33.334%;
  height: 40%;
}

.mst-zone-trigger--translanguaging {
  background-image: url(../images/pin.svg);
  background-repeat: no-repeat;
  left: 29%;
  top: 64%;
  width: 14%;
  height: 14%;
  transition: all 0.5s;
}
.mst-zone-trigger--translanguaging:hover {
  background-size: 30px;
}

.mst-zone-trigger--onderzoekers {
  background-image: url(../images/pin.svg);
  background-repeat: no-repeat;
  left: 38%;
  top: 50%;
  width: 6%;
  height: 15%;
}
.mst-zone-trigger--onderzoekers:hover {
  background-size: 30px;
}

@media (max-width: 1400px) {
  .mst-map__main.is-draggable {
    cursor: grab;
  }
  .mst-map__main.is-draggable:active {
    cursor: grabbing;
  }
}

/* Back button */
.mst-map__back {
  position: fixed;
  left: 0;
  top: 0;
  width: 80px;
  height: 80px;
  background-color: var(--primary);
  background-image: url("../images/icons/chevron-left.svg");
  background-repeat: no-repeat;
  background-position: center 15px;
  padding-top: 30px;
  z-index: 20;
  pointer-events: auto;
  display: none;
  color: #000;
  border: none;
  font-size: 0.875rem;
  cursor: pointer;
}

.mst-map--zoomed .mst-map__back {
  display: inline-block;
}

.mst-map__marker {
  position: absolute;
  transform: translate(-50%, -50%);
  pointer-events: auto;
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
  display: flex;
  align-items: center;
}
.mst-map__marker.mst-map__marker--type-video .mst-map__marker-icon {
  background-image: url("../images/icons/video.svg");
}
.mst-map__marker.mst-map__marker--type-faq .mst-map__marker-icon {
  background-color: black;
  background-image: url("../images/icons/message-square-white.svg");
}
.mst-map__marker.mst-map__marker--type-audio .mst-map__marker-icon {
  background-image: url("../images/icons/headphones.svg");
}
.mst-map__marker.mst-map__marker--type-afbeelding .mst-map__marker-icon {
  background-image: url("../images/icons/image.svg");
}
.mst-map__marker.mst-map__marker--type-tekst .mst-map__marker-icon {
  background-image: url("../images/icons/file-text.svg");
}

.mst-map__marker-icon {
  display: block;
  position: absolute;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: #ffcd00;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 22px;
  border: 4px solid #ffcd00;
  z-index: 2;
}

.mst-map__marker-label {
  background-color: white;
  position: absolute;
  padding-left: 43px;
  left: 10px;
  font-weight: 600;
  z-index: 1;
  font-size: 17.28px;
  width: max-content;
  padding: 5px 30px 5px 45px;
  border-radius: 0 20px 20px 0;
}

.viewport-tall .mst-map__image, .viewport-tall .mst-zone-view__wrapper, .viewport-tall .mst-zone-view__image {
  height: 100vh;
  width: auto;
}

.viewport-wide .mst-map__image, .viewport-wide .mst-zone-view__wrapper, .viewport-wide .mst-zone-view__image {
  height: auto;
  width: 100%;
}

/* Modal styling */
#mst-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}
#mst-modal *::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.8);
}
#mst-modal *::-webkit-scrollbar-button {
  display: none;
}
#mst-modal *::-webkit-scrollbar-thumb {
  background: #888;
}
#mst-modal article.mst-popup {
  margin-top: 0;
  margin-bottom: 60px;
  border: 0;
  padding-top: 0 !important;
}
#mst-modal article.mst-popup .mst-popup__title {
  margin-top: 0;
}
#mst-modal article.mst-popup .wp-block-columns {
  font-size: 15.36px;
  line-height: 19.2px;
  gap: 0;
}
#mst-modal article.mst-popup .wp-block-columns > .wp-block-column p:last-of-type {
  margin-bottom: 0;
}
#mst-modal article.mst-popup .c-accordion__item {
  background: white;
  border-left: 0;
  padding: 0;
  max-width: var(--content-width);
  margin: 0.5em 0;
}
#mst-modal article.mst-popup .c-accordion__item .c-accordion__title {
  font-size: 1.125em;
  margin: 0;
  padding: 0 1em 0 0;
  width: auto;
  display: inline-block;
}
#mst-modal article.mst-popup .c-accordion__item .c-accordion__title:after {
  display: block;
  content: "›";
  transition: transform 0.25s ease;
  font-family: Arial;
  transform: rotateZ(90deg);
  position: absolute;
  right: -20px;
  top: -1px;
  font-size: 22px;
  font-weight: 700;
}
#mst-modal .mst-modal__spinner {
  display: none;
}
#mst-modal .mst-modal__spinner svg {
  width: 50px;
}
#mst-modal.is-open {
  opacity: 1;
  pointer-events: auto;
}
#mst-modal.is-loading .mst-modal__spinner {
  display: flex;
  justify-content: center;
  padding-top: 200px;
}
#mst-modal .mst-modal__dialog.mst-modal__dialog--type-faq {
  width: 1395px;
  max-width: 90vw;
}
#mst-modal .mst-modal__dialog.mst-modal__dialog--type-faq .mst-modal__content {
  padding: 0;
}
#mst-modal .mst-modal__dialog.mst-modal__dialog--type-faq .mst-popup {
  margin: 0;
  height: 100%;
}
#mst-modal .mst-modal__dialog.mst-modal__dialog--type-faq .mst-popup__faq-layout {
  display: flex;
  height: 100%;
}
#mst-modal .mst-modal__dialog.mst-modal__dialog--type-faq .mst-popup__faq-layout .mst-popup__faq {
  flex: 0 0 785px;
  padding: 64px 80px 100px 80px;
  height: max-content;
}
#mst-modal .mst-modal__dialog.mst-modal__dialog--type-faq .mst-popup__faq-layout .mst-popup__content {
  background-color: #f0f4f5;
  padding: 100px 50px;
  flex: 0 0 610px;
  width: 610px;
}
#mst-modal .mst-modal__dialog.mst-modal__dialog--type-faq .c-accordion__title {
  font-size: 1.125em;
  margin: 0;
  padding: 0 1em 0 0;
  width: auto;
  display: inline-block;
  font-size: 20.16px;
  font-weight: 600;
}
#mst-modal .mst-modal__dialog.mst-modal__dialog--type-faq .c-accordion__title:after {
  display: block;
  content: "›";
  transition: transform 0.25s ease;
  font-family: Arial;
  transform: rotateZ(90deg);
  position: absolute;
  right: 10px;
  top: -1px;
  font-size: 22px;
  font-weight: 700;
  background-color: var(--yellow);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
}
#mst-modal .mst-modal__dialog.mst-modal__dialog--type-faq .c-accordion__item {
  background: white;
  border-left: 0;
  padding: 1em 0 2em;
  max-width: var(--content-width);
  margin: 1em 0;
  border-bottom: 1px solid #ccc;
}

.mst-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

/* Slide-in panel from the right */
.mst-modal__dialog {
  position: absolute;
  top: 80px;
  right: 0;
  width: 800px;
  max-width: calc(100vw - 80px);
  height: 100vh;
  background: #fff;
  transform: translateX(100%);
  transition: transform 0.35s ease-in-out;
}
.mst-modal__dialog h1, .mst-modal__dialog h2, .mst-modal__dialog h3, .mst-modal__dialog h4 {
  line-height: 1.3;
  margin-bottom: 0.5em;
}
.mst-modal__dialog .mst-modal__content {
  overflow-y: auto;
  height: 100%;
  padding: 42px;
}
.mst-modal__dialog .mst-popup {
  flex-direction: column;
}
@media (max-width: 767.98px) {
  .mst-modal__dialog {
    width: 90vw;
  }
  .mst-modal__dialog .mst-modal__content {
    padding: 15px;
  }
}
@media (max-width: 575.98px) {
  .mst-modal__dialog {
    max-width: calc(100vw - 20px);
    right: 10px;
  }
}

#mst-modal.is-open .mst-modal__dialog {
  transform: translateX(0);
}

.mst-modal__close {
  position: absolute;
  top: 0;
  width: 80px;
  height: 80px;
  left: -80px;
  background-image: url(../images/icons/x-white.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-color: black;
  border: none;
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
  z-index: 100;
}
@media (max-width: 575.98px) {
  .mst-modal__close {
    top: -80px;
    width: 80px;
    height: 80px;
    left: auto;
    right: 0;
  }
}

/* Centered modal variant */
#mst-modal.mst-modal--centered {
  opacity: 1;
  pointer-events: auto;
  transition: opacity 0.3s ease;
}
#mst-modal.mst-modal--centered .mst-modal__backdrop {
  background: rgba(0, 0, 0, 0.5);
  transition: opacity 0.3s ease;
}
#mst-modal.mst-modal--centered .mst-modal__dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  right: auto;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
  max-width: 1200px;
  height: auto;
  max-height: 90vh;
  border-radius: 8px;
}
#mst-modal.mst-modal--centered .mst-modal__dialog .mst-modal__content {
  max-height: 90vh;
  height: auto;
  border-radius: 8px;
}
#mst-modal.mst-modal--centered .mst-modal__dialog .mst-modal__content .mst-page {
  flex-direction: column;
  border: 0;
  padding: 0;
}
#mst-modal.mst-modal--centered .mst-modal__dialog .mst-modal__content .mst-page__title {
  font-weight: 700;
  font-size: 38.4px;
  text-align: center;
  max-width: 100%;
}
#mst-modal.mst-modal--centered .mst-modal__dialog .mst-modal__content .mst-page__content h2 {
  margin: 1em 0 0.5em 0 !important;
  text-align: center;
  font-weight: 700;
  font-size: 24.8px;
  max-width: 100%;
}
#mst-modal.mst-modal--centered:not(.is-open) {
  opacity: 0;
}
#mst-modal.mst-modal--centered:not(.is-open) .mst-modal__backdrop {
  opacity: 0;
}
#mst-modal.mst-modal--centered:not(.is-open) .mst-modal__dialog {
  opacity: 0;
}
#mst-modal.mst-modal--centered .mst-modal__close {
  right: 0;
  left: auto;
  top: 0;
  background-color: transparent;
  background-image: url(../images/icons/x.svg);
}

.wp-block-details {
  margin-bottom: 0.5em;
}

.site-footer {
  --link-color: black;
  --link-hover-color: #444;
  position: fixed;
  bottom: 20px;
  justify-self: center;
  padding: 20px;
  border-radius: 20px;
  font-size: 15px;
  font-weight: 600;
}
.site-footer a {
  color: black;
  text-decoration: underline;
}
.site-footer li.widget {
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-footer p {
  margin: 0;
}
@media (max-width: 767.98px) {
  .site-footer {
    position: relative;
    border-radius: 0;
  }
}

:root {
  --main-font: "Roboto Flex Variable", sans-serif;
  --main-font-size: 19.2px;
  --main-font-line-height: 1.6055;
  --heading-font: "Rubik Variable", serif;
  --heading-font-line-height: 1.35;
  --heading-font-weight: bold;
  --heading-font-h1-size: 34.8px;
  --heading-font-h2-size: 28.8px;
  --heading-font-h3-size: 19.2;
  --heading-font-h4-size: var(--main-font-size);
  --yellow: #ffc801;
  --hover: #f0f4f5;
  --site-footer-background-color: white;
  --site-footer-text-color: black;
}/*# sourceMappingURL=child.css.map */