/* Import global variables */
@import '../css/variables.css';
/* SCSS Variables */
/* Mixins */
/* Layout components */
/* Import global variables */
@import '../css/variables.css';
/* SCSS Variables */
/* Mixins */
@import '../css/variables.css';
header {
  position: fixed;
  z-index: 10;
  width: 100%;
  pointer-events: none;
}
header .header-logos {
  position: relative;
  z-index: 10;
  pointer-events: auto;
}
body.scrolled header .header-logos {
  transform: translateY(0.5rem);
}

header .header-logos-site .wp-block-site-logo {
  position: relative;
}
header .header-logos-site .wp-block-site-logo img {
  transition: all 0.3s ease-in-out;
  height: 98px;
  max-width: 130px !important;
  width: auto;
}
body.scrolled header .header-logos-site .wp-block-site-logo img {
  height: 70px !important;
  max-width: 95px !important;
}

@media (min-width: 600px) {
  header .header-logos-site .wp-block-site-logo img {
    height: 108px !important;
    max-width: 145px !important;
  }
  body.scrolled header .header-logos-site .wp-block-site-logo img {
    height: 70px !important;
    max-width: 95px !important;
  }
}
@media (min-width: 768px) {
  header .header-logos-site .wp-block-site-logo img {
    height: 138px !important;
    max-width: none !important;
  }
  body.scrolled header .header-logos-site .wp-block-site-logo img {
    height: 70px !important;
    max-width: 95px !important;
  }
}
header .header-logos-site .wp-block-site-logo::before {
  content: "";
  display: block;
  width: 210px;
  height: 210px;
  aspect-ratio: 1/1;
  background: linear-gradient(279deg, rgba(255, 255, 255, 0.9) 10.91%, rgba(255, 255, 255, 0.15) 87.68%);
  position: absolute;
  z-index: -1;
  bottom: -30px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
}
body.scrolled header .header-logos-site .wp-block-site-logo::before {
  width: 156px;
  height: 156px;
  bottom: -30px;
  background: var(--wp--preset--color--white);
}

@media (min-width: 600px) {
  header .header-logos-site .wp-block-site-logo::before {
    width: 230px;
    height: 230px;
    bottom: -40px;
  }
  body.scrolled header .header-logos-site .wp-block-site-logo::before {
    width: 156px;
    height: 156px;
    bottom: -30px;
    background: var(--wp--preset--color--white);
  }
}
@media (min-width: 768px) {
  header .header-logos-site .wp-block-site-logo::before {
    width: 300px;
    height: 300px;
    bottom: -60px;
  }
  body.scrolled header .header-logos-site .wp-block-site-logo::before {
    width: 156px;
    height: 156px;
    bottom: -30px;
    background: var(--wp--preset--color--white);
  }
}
header .header-logos-visionzero {
  aspect-ratio: 1/1;
  position: absolute;
  right: -20px;
  bottom: -65px;
}
body.scrolled header .header-logos-visionzero {
  bottom: -30px;
  right: -10px;
  padding: 10px !important;
}

@media (min-width: 768px) {
  header .header-logos-visionzero {
    right: -20px;
    bottom: -65px;
  }
}
header .header-logos-visionzero img {
  width: 25px;
  height: auto;
  transition: all 0.3s ease-in-out;
}
body.scrolled header .header-logos-visionzero img {
  height: 30px !important;
  width: 30px !important;
}

@media (min-width: 768px) {
  header .header-logos-visionzero img {
    height: 50px !important;
    width: 50px !important;
  }
}
header .header-navigation {
  width: 100%;
  transform: translateY(-7rem);
  gap: 1rem;
  pointer-events: auto;
}
body.scrolled header .header-navigation.is-mobile {
  transform: translateY(-6rem);
}

header .header-navigation.is-mobile .header-navigation-menu {
  justify-content: flex-start;
}
body.scrolled header .header-navigation.is-mobile .header-navigation-menu {
  padding: 4px 0;
}

header .header-navigation.is-mobile .header-navigation-menu li.has-child ul {
  padding: 0.25rem 0 0 0;
  box-shadow: none;
}
header .header-navigation.is-mobile .header-navigation-menu li.has-child ul li {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  border-bottom: 0px solid var(--wp--preset--color--black-light);
}
header .header-navigation.is-mobile .header-navigation-menu li.has-child ul li:not(:last-child) {
  border-bottom: 0px solid var(--wp--preset--color--black-light);
}
header .header-navigation.is-mobile .header-navigation-menu li.has-child ul li:hover, header .header-navigation.is-mobile .header-navigation-menu li.has-child ul li:focus {
  border-bottom: 2px solid var(--wp--preset--color--primary);
}
header .header-navigation.is-mobile .header-navigation-menu li.has-child ul li a {
  font-size: var(--wp--preset--font-size--small);
}
header .header-navigation.is-mobile nav .wp-block-navigation__responsive-dialog {
  max-height: 100%;
  overflow-y: scroll;
  padding: 3rem;
  padding-top: 0px;
}
header .header-navigation.is-mobile nav .wp-block-navigation__responsive-container-open, header .header-navigation.is-mobile nav .wp-block-navigation__responsive-container-open:not(.always-shown) {
  display: flex;
  padding: 6px 15px 3px 20px;
  min-height: 39px;
  background-color: var(--wp--preset--color--white);
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
}
@media (min-width: 768px) {
  header .header-navigation.is-mobile nav .wp-block-navigation__responsive-container-open, header .header-navigation.is-mobile nav .wp-block-navigation__responsive-container-open:not(.always-shown) {
    padding: 6px 15px 3px 35px;
  }
}
header .header-navigation.is-mobile nav .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
  display: none;
  position: fixed;
  width: auto;
}
header .header-navigation.is-mobile nav .wp-block-navigation__responsive-container.is-menu-open {
  z-index: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  padding: 0px;
}
header .header-navigation.is-mobile nav .wp-block-navigation__responsive-container-close {
  left: 0;
  right: auto;
}
header .header-navigation.is-mobile nav .wp-block-navigation__responsive-container-content {
  padding-top: 150px;
}
header .header-navigation.is-mobile nav .wp-block-navigation__responsive-container-content .wp-block-navigation-item {
  width: 100%;
  justify-content: center;
  text-align: center;
  align-items: center;
}
header .header-navigation.is-mobile nav .wp-block-navigation__responsive-container-content .wp-block-navigation-item:not(.nav-btn) {
  border-bottom: 2px solid var(--wp--preset--color--primary-light);
  padding-bottom: var(--wp--preset--spacing--20);
}
header .header-navigation.is-mobile nav .wp-block-navigation__responsive-container-content .wp-block-navigation-item:not(.nav-btn) ul li {
  border-bottom: 0px solid var(--wp--preset--color--black-light) !important;
  padding-bottom: 0.5rem !important;
}
header .header-navigation.is-mobile nav .wp-block-navigation__responsive-container-content .wp-block-navigation-item.nav-btn {
  max-width: calc(100% - 24px);
}
header .header-navigation.is-mobile nav .wp-block-navigation__responsive-container-content .wp-block-navigation-item a {
  font-size: var(--wp--preset--font-size--large);
}
header .header-navigation.is-mobile nav .wp-block-navigation-link.nav-btn {
  background-color: var(--wp--preset--color--primary) !important;
  border-color: var(--wp--preset--color--primary);
}
header .header-navigation.is-mobile nav .wp-block-navigation-link.nav-btn.nav-btn-secondary {
  background-color: var(--wp--preset--color--secondary-light) !important;
  border-color: var(--wp--preset--color--secondary-light);
}
header .header-navigation.is-mobile nav .wp-block-navigation-link.nav-btn.nav-btn-secondary:hover, header .header-navigation.is-mobile nav .wp-block-navigation-link.nav-btn.nav-btn-secondary:focus {
  background-color: var(--wp--preset--color--secondary) !important;
  border-color: var(--wp--preset--color--secondary);
}
header .header-navigation.is-mobile nav .wp-block-navigation-link.nav-btn.nav-btn-tertiary {
  background-color: var(--wp--preset--color--tertiary) !important;
  border-color: var(--wp--preset--color--tertiary);
}
header .header-navigation.is-mobile nav .wp-block-navigation-link.nav-btn.nav-btn-tertiary:hover, header .header-navigation.is-mobile nav .wp-block-navigation-link.nav-btn.nav-btn-tertiary:focus {
  background-color: var(--wp--preset--color--tertiary-dark) !important;
  border-color: var(--wp--preset--color--tertiary-dark);
}
header .header-navigation.is-mobile nav .wp-block-navigation-link.nav-btn:hover, header .header-navigation.is-mobile nav .wp-block-navigation-link.nav-btn:focus {
  background-color: var(--wp--preset--color--primary-dark) !important;
  border-color: var(--wp--preset--color--primary-dark);
}
header .header-navigation-home a {
  font-size: 0px !important;
}
header .header-navigation-home a:after {
  display: inline-block;
  content: "\e919";
  font-family: "custom-icons";
  font-size: 1rem;
}
header .header-navigation-home a .wp-block-navigation-item__label:after {
  display: none;
}
header .header-navigation-home:hover, header .header-navigation-home:focus {
  color: var(--wp--preset--color--primary-dark);
}
header .header-navigation-menu {
  justify-content: center;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: nowrap;
}
body.scrolled header .header-navigation-menu {
  background-color: var(--wp--preset--color--white);
  padding: var(--wp--preset--spacing--40) 0 var(--wp--preset--spacing--30) 0;
}

header .header-navigation-menu li:not(.nav-btn) > a {
  color: var(--wp--preset--color--black);
  text-decoration: none;
  text-transform: uppercase;
  font-size: var(--wp--preset--font-size--small);
  font-weight: 500;
}
header .header-navigation-menu li:not(.nav-btn) > a > span:after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: var(--wp--preset--color--primary);
  transition: all 0.3s ease-in-out;
}
header .header-navigation-menu li:not(.nav-btn):hover > a > span:after, header .header-navigation-menu li:not(.nav-btn):focus > a > span:after, header .header-navigation-menu li:not(.nav-btn).current-menu-item > a > span:after {
  width: 100%;
}
header .header-navigation-menu li:not(.nav-btn).has-child .wp-block-navigation-submenu__toggle {
  margin-bottom: 0.5rem;
}
header .header-navigation-menu li:not(.nav-btn).has-child:hover, header .header-navigation-menu li:not(.nav-btn).has-child:focus {
  cursor: pointer;
}
header .header-navigation-menu li:not(.nav-btn).has-child ul {
  border: 0px solid var(--wp--preset--color--white);
  border-radius: 0.5rem;
  overflow: hidden !important;
  padding: 0 0.5rem 0.5rem 0.5rem;
  box-shadow: var(--wp--preset--shadow--soft);
}
header .header-navigation-menu li:not(.nav-btn).has-child ul li {
  padding-top: 0.5rem;
}
header .header-navigation-menu li:not(.nav-btn).has-child ul li:not(:last-child) {
  border-bottom: 1px solid var(--wp--preset--color--black-light);
}
header .header-navigation-menu li:not(.nav-btn).has-child ul li > a > span::after {
  display: none;
}
header .header-navigation-menu li:not(.nav-btn).has-child ul li:hover, header .header-navigation-menu li:not(.nav-btn).has-child ul li:focus {
  border-bottom: 2px solid var(--wp--preset--color--primary);
}
header .header-navigation-menu li a {
  color: var(--wp--preset--color--black);
  text-decoration: none;
  text-transform: uppercase;
  font-size: var(--wp--preset--font-size--small);
  font-weight: 500;
}
header .header-navigation-menu li.nav-btn {
  padding: 9px 12px 6px 12px;
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--black);
  text-decoration: none;
  border-radius: 2.5rem;
  border: 1.6px solid var(--wp--preset--color--primary);
}
header .header-navigation-menu li.nav-btn:hover, header .header-navigation-menu li.nav-btn:focus {
  background-color: var(--wp--preset--color--primary-dark);
  border-color: var(--wp--preset--color--primary-dark);
}
header .header-navigation-menu li.nav-btn.nav-btn-secondary {
  background-color: var(--wp--preset--color--secondary-light);
  border-color: var(--wp--preset--color--secondary-light);
}
header .header-navigation-menu li.nav-btn.nav-btn-secondary:hover, header .header-navigation-menu li.nav-btn.nav-btn-secondary:focus {
  background-color: var(--wp--preset--color--secondary);
  border-color: var(--wp--preset--color--secondary);
}
header .header-navigation-menu li.nav-btn.nav-btn-tertiary {
  background-color: var(--wp--preset--color--tertiary);
  border-color: var(--wp--preset--color--tertiary);
}
header .header-navigation-menu li.nav-btn.nav-btn-tertiary:hover, header .header-navigation-menu li.nav-btn.nav-btn-tertiary:focus {
  background-color: var(--wp--preset--color--tertiary-dark);
  border-color: var(--wp--preset--color--tertiary-dark);
}
header .header-navigation-menu li.nav-btn.current-menu-item {
  background-color: var(--wp--preset--color--white);
}
header .header-navigation-menu li.nav-btn .wp-block-navigation-item__content {
  line-height: 1em;
}
header .header-navigation-left, header .header-navigation-right {
  display: flex;
  flex-grow: 1;
  gap: 1rem;
  width: 50%;
  flex-wrap: nowrap;
  align-items: stretch;
}
header .header-navigation-left {
  justify-content: flex-end;
  margin-right: 150px;
}
header .header-navigation-right {
  margin-left: 150px;
  column-gap: 0.5rem;
  row-gap: 1rem;
}
header .header-navigation .wpml-language-switcher-block {
  position: absolute;
  right: 0;
  top: 0;
  width: auto !important;
  margin-block-start: 0;
  transform: translateY(-6px);
  z-index: 11;
}
body.scrolled header .header-navigation .wpml-language-switcher-block {
  transform: translateY(4px) !important;
}
@media (min-width: 768px) {
  body.scrolled header .header-navigation .wpml-language-switcher-block {
    transform: translateY(33px) !important;
  }
}

header .header-navigation .wpml-language-switcher-block .wpml-ls-dropdown {
  padding: 6px 20px 3px 15px;
  background-color: var(--wp--preset--color--black);
  border-top-left-radius: 2rem;
  border-bottom-left-radius: 2rem;
  color: var(--wp--preset--color--white);
  font-size: var(--wp--preset--font-size--small);
  font-weight: 500;
}
@media (min-width: 768px) {
  header .header-navigation .wpml-language-switcher-block .wpml-ls-dropdown {
    padding: 6px 35px 3px 15px;
  }
}

.site-header {
  margin-top: 0px !important;
}

/* Import global variables */
/* SCSS Variables */
/* Mixins */
footer {
  overflow: visible !important;
  content-visibility: initial !important;
}
footer > .wp-block-group {
  overflow: visible !important;
}
footer[data-wpr-lazyrender] {
  content-visibility: initial !important;
}
footer .wp-block-columns {
  position: relative;
}
footer .wp-block-columns .wp-block-column:first-of-type {
  display: none;
}
@media (min-width: 992px) {
  footer .wp-block-columns .wp-block-column:first-of-type {
    display: block;
  }
}
footer .wp-block-columns .wp-block-column:last-of-type {
  z-index: 1;
  flex-basis: 100%;
}
@media (min-width: 768px) {
  footer .wp-block-columns .wp-block-column:last-of-type {
    flex-basis: 33.33333% !important;
  }
}
@media (min-width: 992px) {
  footer .wp-block-columns .wp-block-column:last-of-type {
    flex-basis: 16.66666% !important;
  }
}
footer .visionzero {
  position: absolute;
  top: calc(-100px - var(--wp--preset--spacing--80));
  right: 0;
  z-index: 1;
  width: 150px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  top: calc(-100px - var(--wp--preset--spacing--20));
  padding-top: var(--wp--preset--spacing--20);
  padding-right: var(--wp--preset--spacing--20);
  padding-bottom: var(--wp--preset--spacing--20);
  padding-left: var(--wp--preset--spacing-20);
}
@media (min-width: 768px) {
  footer .visionzero {
    width: 175px;
    top: calc(-100px - var(--wp--preset--spacing--40));
    padding-top: var(--wp--preset--spacing--40);
    padding-right: var(--wp--preset--spacing--40);
    padding-bottom: var(--wp--preset--spacing--40);
    padding-left: var(--wp--preset--spacing-40);
  }
}
@media (min-width: 992px) {
  footer .visionzero {
    width: 200px;
    top: calc(-100px - var(--wp--preset--spacing--80));
    padding-top: var(--wp--preset--spacing--50);
    padding-right: var(--wp--preset--spacing--50);
    padding-bottom: var(--wp--preset--spacing--50);
    padding-left: var(--wp--preset--spacing--50);
  }
}
footer a {
  text-decoration: none;
}
footer .wp-block-navigation__container {
  row-gap: 0.5rem !important;
  padding-top: var(--wp--preset--spacing--10);
  padding-bottom: var(--wp--preset--spacing--10);
}
@media (min-width: 768px) {
  footer .wp-block-navigation__container {
    padding-top: 0px;
    padding-bottom: 0px;
  }
}

.grecaptcha-badge {
  display: none !important;
}

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