@import url(https://use.typekit.net/bal8sev.css);
@charset "UTF-8";
/***
    The new CSS reset - version 1.11.3 (last updated 25.08.2024)
    GitHub page: https://github.com/elad2412/the-new-css-reset
***/
/*
    Remove all the styles of the "User-Agent-Stylesheet", except for the 'display' property
    - The "symbol *" part is to solve Firefox SVG sprite bug
    - The "html" element is excluded, otherwise a bug in Chrome breaks the CSS hyphens property (https://github.com/elad2412/the-new-css-reset/issues/36)
 */
*:where(:not(html, iframe, canvas, img, svg, video, audio):not(svg *, symbol *)) {
  all: unset;
  display: revert;
}

/* Preferred box-sizing value */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Fix mobile Safari increase font-size on landscape mode */
html {
  -moz-text-size-adjust: none;
  -webkit-text-size-adjust: none;
  text-size-adjust: none;
}

/* Reapply the pointer cursor for anchor tags */
a,
button {
  cursor: revert;
}

/* Remove list styles (bullets/numbers) */
ol,
ul,
menu,
summary {
  list-style: none;
}

/* Firefox: solve issue where nested ordered lists continue numbering from parent (https://bugzilla.mozilla.org/show_bug.cgi?id=1881517) */
ol {
  counter-reset: revert;
}

/* For images to not be able to exceed their container */
img {
  max-inline-size: 100%;
  max-block-size: 100%;
}

/* removes spacing between cells in tables */
table {
  border-collapse: collapse;
}

/* Safari - solving issue when using user-select:none on the <body> text input doesn't working */
input,
textarea {
  -webkit-user-select: auto;
}

/* revert the 'white-space' property for textarea elements on Safari */
textarea {
  white-space: revert;
}

/* minimum style to allow to style meter element */
meter {
  -webkit-appearance: revert;
  -moz-appearance: revert;
       appearance: revert;
}

/* preformatted text - use only for this feature */
:where(pre) {
  all: revert;
  box-sizing: border-box;
}

/* reset default text opacity of input placeholder */
::-moz-placeholder {
  color: unset;
}
::placeholder {
  color: unset;
}

/* fix the feature of 'hidden' attribute.
   display:revert; revert to element instead of attribute */
:where([hidden]) {
  display: none;
}

/* revert for bug in Chromium browsers
   - fix for the content editable attribute will work properly.
   - webkit-user-select: auto; added for Safari in case of using user-select:none on wrapper element*/
:where([contenteditable]:not([contenteditable=false])) {
  -moz-user-modify: read-write;
  -webkit-user-modify: read-write;
  overflow-wrap: break-word;
  -webkit-line-break: after-white-space;
  -webkit-user-select: auto;
}

/* apply back the draggable feature - exist only in Chromium and Safari */
:where([draggable=true]) {
  -webkit-user-drag: element;
}

/* Revert Modal native behavior */
:where(dialog:modal) {
  all: revert;
  box-sizing: border-box;
}

/* Remove details summary webkit styles */
::-webkit-details-marker {
  display: none;
}

:root {
  --sidebar-width: var(--wp--custom--sidebar-width, 26rem);
  --sidebar-gap: var(--wp--custom--sidebar-gap, 2rem);
  --content-gap: var(--wp--custom--content-gap);
  --inner-content-gap: var(--wp--custom--inner-content-gap);
}

:root {
  --glightbox-overlay: rgba(0, 0, 0, 0.9);
  --glightbox-width: 1024px;
  --glightbox-padding: 8%;
}
:root body {
  --swiper-theme-color: var(--wp--preset--color--primary);
}

:root {
  interpolate-size: allow-keywords;
}

html {
  scroll-padding-top: calc(100px + var(--wp-admin--admin-bar--height, 0px));
}

html {
  overscroll-behavior-y: none;
  background: #fff;
  scroll-behavior: smooth;
  font-size: 50%;
  min-height: 100%;
}
html.menu-opened {
  scroll-behavior: auto;
  overflow: hidden;
}
html.menu-opened::before {
  opacity: 1;
  visibility: visible;
}
html.menu-opened footer,
html.menu-opened main {
  pointer-events: none;
}
html.body-overlay {
  scroll-behavior: auto;
  overflow: hidden;
}
html.body-overlay footer,
html.body-overlay main {
  pointer-events: none;
}
@media (min-width: 501px) {
  html {
    font-size: 55%;
  }
}
@media (min-width: 783px) {
  html {
    font-size: 57.5%;
  }
}
@media (min-width: 1025px) {
  html {
    font-size: 62.5%;
  }
}
@media (max-width: 1024px) {
  html::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: var(--mobile-menu-overlay);
    z-index: 9;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
}

body {
  overscroll-behavior-y: none;
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  min-height: 100svh;
  font-family: var(--wp--preset--font-family--primary);
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.5;
  color: var(--wp--preset--color--grey);
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}
@media (max-width: 500px) {
  body {
    --wp--style--root--padding-right: var(--wp--preset--spacing--normal);
    --wp--style--root--padding-left: var(--wp--preset--spacing--normal);
  }
}
html.menu-opened body {
  overflow-y: clip;
}
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}
main {
  flex: 1;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic;
}

iframe {
  display: block;
  width: 100%;
  margin: 0;
}

.skip-link {
  position: absolute;
  top: -40px;
  left: -40px;
  background-color: #f1f1f1;
  padding: 8px;
  z-index: 1000;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}
.skip-link:focus {
  top: 10px;
  left: 10px;
  opacity: 1;
}

a:focus-visible,
button:focus-visible,
input:focus-visible {
  outline: 1px solid currentColor;
  outline-offset: 2px;
}

svg {
  width: 100%;
  height: 100%;
}

.text-center,
.center {
  text-align: center !important;
}

.hidden,
.hide {
  display: none !important;
}

.floatleft {
  float: left !important;
  align-self: flex-start !important;
}

.floatright {
  float: right !important;
  align-self: flex-end !important;
}

.no-scroll {
  overflow: hidden !important;
  position: fixed !important;
  width: 100% !important;
}

.max-width-100 {
  max-width: 100px !important;
}

.max-width-200 {
  max-width: 200px !important;
}

.max-width-300 {
  max-width: 300px !important;
}

.max-width-400 {
  max-width: 400px !important;
}

.max-width-500 {
  max-width: 500px !important;
}

.max-width-600 {
  max-width: 600px !important;
}

.max-width-700 {
  max-width: 700px !important;
}

.max-width-800 {
  max-width: 800px !important;
}

.max-width-900 {
  max-width: 900px !important;
}

.max-width-1000 {
  max-width: 1000px !important;
}

.min-width-100 {
  min-width: 100px !important;
}

.min-width-200 {
  min-width: 200px !important;
}

.min-width-300 {
  min-width: 300px !important;
}

.min-width-400 {
  min-width: 400px !important;
}

.min-width-500 {
  min-width: 500px !important;
}

.min-width-600 {
  min-width: 600px !important;
}

.min-width-700 {
  min-width: 700px !important;
}

.min-width-800 {
  min-width: 800px !important;
}

.min-width-900 {
  min-width: 900px !important;
}

.min-width-1000 {
  min-width: 1000px !important;
}

.m0 {
  margin: 0 !important;
}

.p0 {
  padding: 0 !important;
}

.mt0 {
  margin-top: 0rem !important;
}

.mb0 {
  margin-bottom: 0rem !important;
}

.pt0 {
  padding-top: 0rem !important;
}

.pb0 {
  padding-bottom: 0rem !important;
}

.mt1 {
  margin-top: 1rem !important;
}

.mb1 {
  margin-bottom: 1rem !important;
}

.pt1 {
  padding-top: 1rem !important;
}

.pb1 {
  padding-bottom: 1rem !important;
}

.mt2 {
  margin-top: 2rem !important;
}

.mb2 {
  margin-bottom: 2rem !important;
}

.pt2 {
  padding-top: 2rem !important;
}

.pb2 {
  padding-bottom: 2rem !important;
}

.mt3 {
  margin-top: 3rem !important;
}

.mb3 {
  margin-bottom: 3rem !important;
}

.pt3 {
  padding-top: 3rem !important;
}

.pb3 {
  padding-bottom: 3rem !important;
}

.mt4 {
  margin-top: 4rem !important;
}

.mb4 {
  margin-bottom: 4rem !important;
}

.pt4 {
  padding-top: 4rem !important;
}

.pb4 {
  padding-bottom: 4rem !important;
}

.mt5 {
  margin-top: 5rem !important;
}

.mb5 {
  margin-bottom: 5rem !important;
}

.pt5 {
  padding-top: 5rem !important;
}

.pb5 {
  padding-bottom: 5rem !important;
}

.mt6 {
  margin-top: 6rem !important;
}

.mb6 {
  margin-bottom: 6rem !important;
}

.pt6 {
  padding-top: 6rem !important;
}

.pb6 {
  padding-bottom: 6rem !important;
}

.mt7 {
  margin-top: 7rem !important;
}

.mb7 {
  margin-bottom: 7rem !important;
}

.pt7 {
  padding-top: 7rem !important;
}

.pb7 {
  padding-bottom: 7rem !important;
}

.mt8 {
  margin-top: 8rem !important;
}

.mb8 {
  margin-bottom: 8rem !important;
}

.pt8 {
  padding-top: 8rem !important;
}

.pb8 {
  padding-bottom: 8rem !important;
}

.mt9 {
  margin-top: 9rem !important;
}

.mb9 {
  margin-bottom: 9rem !important;
}

.pt9 {
  padding-top: 9rem !important;
}

.pb9 {
  padding-bottom: 9rem !important;
}

.mt10 {
  margin-top: 10rem !important;
}

.mb10 {
  margin-bottom: 10rem !important;
}

.pt10 {
  padding-top: 10rem !important;
}

.pb10 {
  padding-bottom: 10rem !important;
}

.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}

.skeleton {
  opacity: 0.4;
  animation: skeleton-loading 1.5s infinite linear alternate;
}
.skeleton-text {
  display: inline-block;
  width: 100%;
  height: 100%;
  min-height: 1em;
  border-radius: 3px;
}

@keyframes skeleton-loading {
  0% {
    background-color: hsl(200, 20%, 70%);
  }
  100% {
    background-color: hsl(200, 20%, 95%);
  }
}
#what-we-do > .wp-block-buttons {
  border-top: 1px solid rgb(229.8121546961, 230.8839779006, 231.6878453039);
  padding-top: var(--wp--preset--spacing--medium);
  margin-top: var(--wp--preset--spacing--medium);
}

.banner-slideshow {
  --overlay-opacity: 0.3;
  --bg-pos: center;
  --swiper-pagination-bullet-width: 2rem;
  --swiper-pagination-bullet-height: 2rem;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-inactive-opacity: 1;
  --swiper-pagination-bullet-inactive-color: #fff;
  --swiper-pagination-color: var(--wp--preset--color--primary);
  --bullet-border: none;
  --swiper-navigation-color: white;
  --banner-height: 750px;
  position: relative;
  overflow: hidden;
  isolation: isolate;
  height: var(--banner-height);
}
@media (max-width: 782px) {
  .banner-slideshow {
    --banner-height: 600px;
  }
}
.banner-slideshow .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  height: 100%;
  max-height: var(--banner-height);
}
.banner-slideshow .swiper-slide::before {
  content: "";
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: var(--overlay-opacity);
}
.banner-slideshow .swiper-slide iframe {
  pointer-events: none;
  position: absolute;
  overflow: hidden;
  border: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.banner-slideshow .swiper-slide .slide-media {
  position: absolute;
  z-index: 1;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: var(--bg-pos);
     object-position: var(--bg-pos);
}
.banner-slideshow .swiper-slide .wrap {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: flex-end;
  color: white;
  width: calc(100% - var(--wp--style--root--padding-right) * 2);
  height: 100%;
  padding-bottom: 11rem;
}
@media (min-width: 783px) {
  .banner-slideshow .swiper-slide .wrap:after {
    content: "";
    position: absolute;
    bottom: 48%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: calc(100% - var(--wp--preset--spacing--medium) * 2);
    height: 8px;
    background: #fff;
  }
}
@media (max-width: 1024px) {
  .banner-slideshow .swiper-slide .wrap:after {
    bottom: 43%;
  }
}
.banner-slideshow .swiper-slide .banner-caption {
  position: relative;
  max-width: 650px;
  width: 100%;
  -webkit-backdrop-filter: blur(50px) brightness(0.9);
          backdrop-filter: blur(50px) brightness(0.9);
  padding: var(--wp--preset--spacing--medium);
  display: flex;
  flex-direction: column;
}
.banner-slideshow .swiper-slide .banner-caption h2 {
  font-size: var(--wp--preset--font-size--title);
  font-weight: 400;
  line-height: 1.05;
  flex-grow: 1;
  color: inherit;
  margin: 0;
  padding-bottom: 7rem;
}
@media (max-width: 782px) {
  .banner-slideshow .swiper-slide .banner-caption h2 {
    border-bottom: 8px solid #fff;
    padding-bottom: 4rem;
    margin-bottom: var(--wp--preset--spacing--normal);
  }
}
.banner-slideshow .swiper-slide .banner-caption p {
  font-weight: 700;
  min-height: 11rem;
}
.banner-slideshow .swiper-slide .banner-caption .wp-block-buttons {
  display: flex;
  gap: 2rem;
  margin-top: 1rem;
}
.banner-slideshow .swiper-pagination {
  margin: 2rem 0;
}
.banner-slideshow .swiper-pagination .swiper-pagination-bullet {
  border: var(--bullet-border);
  transition: 0.15s ease-out;
  border-radius: 50px !important;
}
.banner-slideshow .swiper-pagination .swiper-pagination-bullet:focus-visible, .banner-slideshow .swiper-pagination .swiper-pagination-bullet:hover {
  opacity: 1;
  background: var(--swiper-pagination-color);
}
.banner-slideshow .swiper-pagination .swiper-pagination-bullet:focus-visible {
  outline: 1px solid currentColor;
  outline-offset: 2px;
}

/* ------------------------------
***** INNER BANNERS *****
-------------------------------*/
.page-banner {
  --content-height: 250px;
  --banner-image-height: 450px;
  --child-banner-height: 320px;
}
.page-banner .banner-static {
  --title-color: var(--wp--preset--color--primary);
  --overlay-opacity: 0.3;
  --bg-pos: center center;
  --bg-color: transparent;
  --title-color: var(--foreground-color, var(--wp--preset--color--primary));
  position: relative;
  overflow: hidden;
  isolation: isolate;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: var(--content-height);
  width: 100%;
  background-color: var(--bg-color);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 1.2s ease;
}
@media (max-width: 1024px) {
  .page-banner .banner-static {
    min-height: var(--content-height);
  }
}
.page-banner .banner-static.child-page {
  --banner-height: var(--child-banner-height);
  --bg-color: var(--wp--preset--color--secondary);
}
.page-banner .banner-static .wp-block-group {
  margin-top: var(--wp--preset--spacing--large);
  margin-bottom: var(--wp--preset--spacing--medium);
  width: 100%;
  justify-content: space-between;
}
.page-banner .banner-static .wp-block-heading {
  flex: 1;
  color: var(--title-color);
  margin: 0;
}
.page-banner .banner-static .is-style-intro {
  margin: 0;
}
.page-banner .banner-static br {
  display: none;
}
@media (min-width: 1025px) {
  .page-banner .banner-static .is-style-intro {
    flex-basis: 50%;
  }
  .page-banner .banner-static br {
    display: block;
  }
}
@media (max-width: 782px) {
  .page-banner .banner-static .is-style-intro {
    font-size: var(--wp--preset--font-size--body);
    font-weight: 600;
  }
}
@media (max-width: 1024px) {
  .page-banner {
    --banner-image-height: 300px;
  }
}
@media (max-width: 782px) {
  .page-banner {
    --content-height: 200px;
    --banner-image-height: 180px;
  }
}
.page-banner .banner-image {
  width: 100%;
  height: var(--banner-image-height);
  max-width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: var(--bg-pos);
     object-position: var(--bg-pos);
  z-index: 0;
}

/* -------------------------------------------
***** DEFAULT FORM STYLING *****
------------------------------------------- */
.gform_wrapper form legend,
.gform_wrapper form label,
.proactive_form form legend,
.proactive_form form label,
.single form legend,
.single form label,
.archive form legend,
.archive form label {
  display: block;
  font-size: var(--wp--preset--font-size--body);
  color: var(--wp--preset--color--primary);
  font-weight: 600;
  margin-bottom: 0.5em;
}
.gform_wrapper form input,
.gform_wrapper form select,
.gform_wrapper form textarea,
.proactive_form form input,
.proactive_form form select,
.proactive_form form textarea,
.single form input,
.single form select,
.single form textarea,
.archive form input,
.archive form select,
.archive form textarea {
  font-family: var(--wp--preset--font-family--primary);
  padding: 1.25rem;
  background: #fff;
  border: 1px solid var(--wp--preset--color--grey);
  outline: 2px solid transparent;
  outline-offset: 1px;
  transition: all 0.25s ease-in;
  font-size: var(--wp--preset--font-size--body);
  border-radius: 0px;
  width: 100%;
  min-height: 5rem;
}
.gform_wrapper form input:focus,
.gform_wrapper form select:focus,
.gform_wrapper form textarea:focus,
.proactive_form form input:focus,
.proactive_form form select:focus,
.proactive_form form textarea:focus,
.single form input:focus,
.single form select:focus,
.single form textarea:focus,
.archive form input:focus,
.archive form select:focus,
.archive form textarea:focus {
  border-color: var(--wp--preset--color--primary);
  outline-color: var(--wp--preset--color--primary);
}
.gform_wrapper form input:focus-visible,
.gform_wrapper form select:focus-visible,
.gform_wrapper form textarea:focus-visible,
.proactive_form form input:focus-visible,
.proactive_form form select:focus-visible,
.proactive_form form textarea:focus-visible,
.single form input:focus-visible,
.single form select:focus-visible,
.single form textarea:focus-visible,
.archive form input:focus-visible,
.archive form select:focus-visible,
.archive form textarea:focus-visible {
  outline-color: var(--wp--preset--color--primary);
}
.gform_wrapper form select,
.proactive_form form select,
.single form select,
.archive form select {
  background-image: url("../images/icons/select-arrow.svg");
  background-repeat: no-repeat;
  background-size: 10px;
  background-position: calc(100% - 10px) center;
  padding-right: 2em;
}
.gform_wrapper form input[type=checkbox],
.gform_wrapper form input[type=radio],
.proactive_form form input[type=checkbox],
.proactive_form form input[type=radio],
.single form input[type=checkbox],
.single form input[type=radio],
.archive form input[type=checkbox],
.archive form input[type=radio] {
  all: unset;
  display: inline-flex;
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid var(--wp--preset--color--primary);
  top: 0.2em;
}
.gform_wrapper form input[type=checkbox],
.gform_wrapper form input[type=radio],
.proactive_form form input[type=checkbox],
.proactive_form form input[type=radio],
.single form input[type=checkbox],
.single form input[type=radio],
.archive form input[type=checkbox],
.archive form input[type=radio] {
  background-color: #fff;
  border-color: var(--wp--preset--color--light-grey);
}
.gform_wrapper form input[type=checkbox]::before,
.gform_wrapper form input[type=radio]::before,
.proactive_form form input[type=checkbox]::before,
.proactive_form form input[type=radio]::before,
.single form input[type=checkbox]::before,
.single form input[type=radio]::before,
.archive form input[type=checkbox]::before,
.archive form input[type=radio]::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--wp--preset--color--light-grey);
  mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23e8eaed"><path d="M382-240 154-468l57-57 171 171 367-367 57 57-424 424Z"/></svg>');
  -webkit-mask: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" height="24" viewBox="0 -960 960 960" width="24" fill="%23e8eaed"><path d="M382-240 154-468l57-57 171 171 367-367 57 57-424 424Z"/></svg>');
  -webkit-mask-position: center;
          mask-position: center;
  transform: scale(0.5);
  opacity: 0;
  transition: 200ms cubic-bezier(0.4, 0, 0.2, 1);
}
.gform_wrapper form input[type=checkbox]:checked,
.gform_wrapper form input[type=radio]:checked,
.proactive_form form input[type=checkbox]:checked,
.proactive_form form input[type=radio]:checked,
.single form input[type=checkbox]:checked,
.single form input[type=radio]:checked,
.archive form input[type=checkbox]:checked,
.archive form input[type=radio]:checked {
  border-color: var(--wp--preset--color--primary);
}
.gform_wrapper form input[type=checkbox]:checked::before,
.gform_wrapper form input[type=radio]:checked::before,
.proactive_form form input[type=checkbox]:checked::before,
.proactive_form form input[type=radio]:checked::before,
.single form input[type=checkbox]:checked::before,
.single form input[type=radio]:checked::before,
.archive form input[type=checkbox]:checked::before,
.archive form input[type=radio]:checked::before {
  opacity: 1;
  transform: scale(0.9);
  background-color: var(--wp--preset--color--primary);
}
.gform_wrapper form input[type=checkbox]:focus-visible,
.gform_wrapper form input[type=radio]:focus-visible,
.proactive_form form input[type=checkbox]:focus-visible,
.proactive_form form input[type=radio]:focus-visible,
.single form input[type=checkbox]:focus-visible,
.single form input[type=radio]:focus-visible,
.archive form input[type=checkbox]:focus-visible,
.archive form input[type=radio]:focus-visible {
  outline: 1px solid var(--wp--preset--color--gold);
}
.gform_wrapper form .validation_message,
.proactive_form form .validation_message,
.single form .validation_message,
.archive form .validation_message {
  background: #fff9f9;
  border: 1px solid #c02b0a;
  font-size: 14.992px;
  margin-block-start: 8px;
  padding: 12.992px 24px;
  position: relative;
  z-index: 10;
}
.gform_wrapper form .validation_message--hidden-on-empty,
.proactive_form form .validation_message--hidden-on-empty,
.single form .validation_message--hidden-on-empty,
.archive form .validation_message--hidden-on-empty {
  display: none;
}

/* -------------------------------------------
***** GRAVITY FORM STYLING *****
------------------------------------------- */
.gform-theme-datepicker.ui-datepicker {
  background: #fff;
  border: 1px solid var(--wp--preset--color--primary);
  border-radius: 4px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  font-family: var(--wp--preset--font-family--primary);
  font-size: 1.6rem;
  padding: 1.5rem 1rem 1rem 1rem;
  z-index: 1000;
  color: var(--wp--preset--color--primary);
}
.gform-theme-datepicker.ui-datepicker .ui-datepicker-header {
  background: var(--wp--preset--color--primary);
  color: #fff;
  border-radius: 4px 4px 0 0;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  font-weight: 600;
  border-bottom: 1px solid var(--wp--preset--color--primary);
}
.gform-theme-datepicker.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
  font-size: 1.6rem;
}
.gform-theme-datepicker.ui-datepicker .ui-datepicker-header .ui-datepicker-prev,
.gform-theme-datepicker.ui-datepicker .ui-datepicker-header .ui-datepicker-next {
  cursor: pointer;
  color: #fff;
  background: none;
  border: none;
  font-size: 2rem;
  transition: color 0.2s;
}
.gform-theme-datepicker.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover, .gform-theme-datepicker.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:focus,
.gform-theme-datepicker.ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover,
.gform-theme-datepicker.ui-datepicker .ui-datepicker-header .ui-datepicker-next:focus {
  color: var(--wp--preset--color--secondary);
  outline: 2px solid var(--wp--preset--color--secondary);
}
.gform-theme-datepicker.ui-datepicker .ui-datepicker-calendar {
  width: 100%;
  border-collapse: collapse;
}
.gform-theme-datepicker.ui-datepicker .ui-datepicker-calendar th,
.gform-theme-datepicker.ui-datepicker .ui-datepicker-calendar td {
  text-align: center;
  padding: 0.5em;
  width: 2.8em;
  height: 2.8em;
}
.gform-theme-datepicker.ui-datepicker .ui-datepicker-calendar th {
  color: var(--wp--preset--color--primary);
  font-weight: 600;
  background: #f7f7f7;
}
.gform-theme-datepicker.ui-datepicker .ui-datepicker-calendar td {
  background: none;
  border-radius: 50%;
  transition: background 0.2s, color 0.2s;
}
.gform-theme-datepicker.ui-datepicker .ui-datepicker-calendar td a {
  display: block;
  width: 2.4em;
  height: 2.4em;
  line-height: 2.4em;
  border-radius: 50%;
  color: var(--wp--preset--color--primary);
  text-decoration: none;
  transition: background 0.2s, color 0.2s;
}
.gform-theme-datepicker.ui-datepicker .ui-datepicker-calendar td a:hover, .gform-theme-datepicker.ui-datepicker .ui-datepicker-calendar td a:focus {
  background: var(--wp--preset--color--primary);
  color: #fff;
  outline: 2px solid var(--wp--preset--color--tertiary);
}
.gform-theme-datepicker.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today a {
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--secondary);
  font-weight: 700;
}
.gform-theme-datepicker.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day a {
  background: var(--wp--preset--color--primary);
  color: #fff;
  font-weight: 700;
}
.gform-theme-datepicker.ui-datepicker .ui-datepicker-calendar td.ui-datepicker-unselectable span {
  color: var(--wp--preset--color--grey);
  opacity: 0.5;
}
.gform-theme-datepicker.ui-datepicker .ui-state-disabled,
.gform-theme-datepicker.ui-datepicker .ui-datepicker-unselectable {
  opacity: 0.5;
  pointer-events: none;
}
.gform-theme-datepicker.ui-datepicker .ui-state-active,
.gform-theme-datepicker.ui-datepicker .ui-state-focus {
  outline: 2px solid var(--wp--preset--color--gold);
  outline-offset: 2px;
}
.gform-theme-datepicker.ui-datepicker .ui-icon {
  display: none;
}
@media (max-width: 480px) {
  .gform-theme-datepicker.ui-datepicker {
    font-size: 1.2rem;
    padding: 1rem 0.5rem 0.5rem 0.5rem;
  }
  .gform-theme-datepicker.ui-datepicker .ui-datepicker-calendar th,
  .gform-theme-datepicker.ui-datepicker .ui-datepicker-calendar td {
    width: 2em;
    height: 2em;
  }
}

.expandable-form form {
  overflow-y: hidden;
  overflow-y: clip;
  transition: 450ms cubic-bezier(0.4, 0, 0.2, 1);
}
.expandable-form .expand-button {
  margin-top: var(--wp--preset--spacing--normal);
  text-align: center;
}
.expandable-form .expand-button .wp-block-button__link::after {
  transform: rotate(90deg);
}
.expandable-form .expand-button .wp-block-button__link[aria-expanded=true]::after {
  transform: rotate(270deg);
}

/* HELP FORMS CONFIRMATION */
#gform_confirmation_wrapper_37 {
  padding: 0;
  background: transparent;
  border: 0;
}
#gform_confirmation_wrapper_37 .admin-hidden-markup {
  display: none;
}
#gform_confirmation_wrapper_37 #field_38_170 .gsection_title {
  margin-top: 0;
}

#gform_wrapper_55 .gform_required_legend {
  display: none;
}
#gform_wrapper_55 .gform-body .gform_fields .gfield .gchoice .gform-field-label {
  font-size: 12px;
}

.gform_wrapper .partial_entry_warning {
  display: none;
}
.gform_wrapper .gf_progressbar_title {
  text-align: center;
}
.gform_wrapper .gf_progressbar.gf_progressbar_custom {
  display: none;
}
.gform_wrapper .gform-body {
  padding-top: 1.5rem;
}
.gform_wrapper .gform-body .gform_fields {
  display: grid;
  grid-gap: var(--wp--preset--spacing--small);
  grid-template-rows: auto;
  padding: 0;
}
@media (min-width: 783px) {
  .gform_wrapper .gform-body .gform_fields {
    grid-template-columns: repeat(12, 1fr);
  }
}
.gform_wrapper .gform-body .gform_fields .gfield,
.gform_wrapper .gform-body .gform_fields .gform-grid-col {
  position: relative;
  grid-column: 1/-1;
  padding: 0;
  display: block;
  list-style: none;
}
.gform_wrapper .gform-body .gform_fields .gfield:not(.gfield--type-select, .gfield--type-choice) .gfield_label,
.gform_wrapper .gform-body .gform_fields .gfield:not(.gfield--type-select, .gfield--type-choice) .gform-field-label--type-sub,
.gform_wrapper .gform-body .gform_fields .gform-grid-col:not(.gfield--type-select, .gfield--type-choice) .gfield_label,
.gform_wrapper .gform-body .gform_fields .gform-grid-col:not(.gfield--type-select, .gfield--type-choice) .gform-field-label--type-sub {
  position: absolute;
  padding: 1rem 0.2rem;
  top: 0.3rem;
  left: 0.5em;
  margin: 0;
  color: var(--wp--preset--color--grey);
  font-weight: 400;
  transition: top 200ms cubic-bezier(0.4, 0, 0.2, 1), padding 200ms cubic-bezier(0.4, 0, 0.2, 1), font-size 200ms cubic-bezier(0.4, 0, 0.2, 1);
  border-radius: 3px;
  border: 1px solid transparent;
  white-space: nowrap;
  max-width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.gform_wrapper .gform-body .gform_fields .gfield:not(.gfield--type-select, .gfield--type-choice).active .gfield_label,
.gform_wrapper .gform-body .gform_fields .gfield:not(.gfield--type-select, .gfield--type-choice).active .gform-field-label--type-sub,
.gform_wrapper .gform-body .gform_fields .gform-grid-col:not(.gfield--type-select, .gfield--type-choice).active .gfield_label,
.gform_wrapper .gform-body .gform_fields .gform-grid-col:not(.gfield--type-select, .gfield--type-choice).active .gform-field-label--type-sub {
  border-color: var(--wp--preset--color--primary);
  padding: 0 0.5rem;
  top: -1em;
  font-size: 14px !important;
  background: var(--wp--preset--color--white);
}
@media (min-width: 783px) {
  .gform_wrapper .gform-body .gform_fields .gfield--width-one-sixth,
  .gform_wrapper .gform-body .gform_fields .gform-grid-col--width-one-sixth {
    grid-column: span 2;
  }
  .gform_wrapper .gform-body .gform_fields .gfield--width-quarter,
  .gform_wrapper .gform-body .gform_fields .gform-grid-col--width-quarter {
    grid-column: span 3;
  }
  .gform_wrapper .gform-body .gform_fields .gfield--width-third,
  .gform_wrapper .gform-body .gform_fields .gform-grid-col--width-third {
    grid-column: span 4;
  }
  .gform_wrapper .gform-body .gform_fields .gfield--width-five-twelfths,
  .gform_wrapper .gform-body .gform_fields .gform-grid-col--width-five-twelfths {
    grid-column: span 5;
  }
  .gform_wrapper .gform-body .gform_fields .gfield--width-half,
  .gform_wrapper .gform-body .gform_fields .gform-grid-col--width-half {
    grid-column: span 6;
  }
  .gform_wrapper .gform-body .gform_fields .gfield--width-seven-twelfths,
  .gform_wrapper .gform-body .gform_fields .gform-grid-col--width-seven-twelfths {
    grid-column: span 7;
  }
  .gform_wrapper .gform-body .gform_fields .gfield--width-two-thirds,
  .gform_wrapper .gform-body .gform_fields .gform-grid-col--width-two-thirds {
    grid-column: span 8;
  }
  .gform_wrapper .gform-body .gform_fields .gfield--width-three-quarters,
  .gform_wrapper .gform-body .gform_fields .gform-grid-col--width-three-quarters {
    grid-column: span 9;
  }
  .gform_wrapper .gform-body .gform_fields .gfield--width-five-sixths,
  .gform_wrapper .gform-body .gform_fields .gform-grid-col--width-five-sixths {
    grid-column: span 10;
  }
  .gform_wrapper .gform-body .gform_fields .gfield--width-eleven-twelfths,
  .gform_wrapper .gform-body .gform_fields .gform-grid-col--width-eleven-twelfths {
    grid-column: span 11;
  }
  .gform_wrapper .gform-body .gform_fields .gfield--width-full,
  .gform_wrapper .gform-body .gform_fields .gform-grid-col--width-full {
    grid-column: 1/-1;
  }
}
.gform_wrapper .gform-body .gform_fields .gfield--type-hidden,
.gform_wrapper .gform-body .gform_fields .gform-grid-col--type-hidden {
  display: none;
}
.gform_wrapper .gform-body .gform_fields .gfield.hidden_label .gfield_label,
.gform_wrapper .gform-body .gform_fields .gform-grid-col.hidden_label .gfield_label {
  display: none;
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  white-space: nowrap;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.gform_wrapper .gform-body .gform_fields .gfield.hidden_label .gfield_label:focus,
.gform_wrapper .gform-body .gform_fields .gform-grid-col.hidden_label .gfield_label:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 100000;
}
.gform_wrapper .gform-body .gform_fields .gfield .gchoice,
.gform_wrapper .gform-body .gform_fields .gform-grid-col .gchoice {
  position: relative;
}
.gform_wrapper .gform-body .gform_fields .gfield .gchoice .gfield-choice-input,
.gform_wrapper .gform-body .gform_fields .gform-grid-col .gchoice .gfield-choice-input {
  position: absolute;
  top: 0;
  left: 0;
}
.gform_wrapper .gform-body .gform_fields .gfield .gchoice .gform-field-label,
.gform_wrapper .gform-body .gform_fields .gform-grid-col .gchoice .gform-field-label {
  display: block;
  padding-left: 4rem;
  color: var(--wp--preset--color--grey);
  font-weight: 400;
}
.gform_wrapper .gform-body .gform_fields .gfield_radio,
.gform_wrapper .gform-body .gform_fields .gform-grid-col_radio {
  cursor: pointer;
}
.gform_wrapper .gform-body .gform_fields label.gfield_consent_label {
  padding-left: 4rem;
  font-size: 14px;
  font-weight: 400;
  color: var(--wp--preset--color--grey);
}
.gform_wrapper .gform-body .gform_fields .gfield--type-consent input[type=checkbox] {
  position: absolute;
}
.gform_wrapper .gform-body .gform_fields .gfield.gfield_visibility_hidden,
.gform_wrapper .gform-body .gform_fields .gfield.gform_validation_container {
  display: none;
}
.gform_wrapper .gform-body .gfield_error input,
.gform_wrapper .gform-body .gfield_error select,
.gform_wrapper .gform-body .gfield_error textarea {
  border-color: #c02b0a;
}
.gform_wrapper .gform_required_legend {
  margin-bottom: 1em;
}
.gform_wrapper .gform_footer,
.gform_wrapper .gform-page-footer {
  margin-top: var(--wp--preset--spacing--normal);
  display: flex;
  gap: var(--wp--preset--spacing--small);
}
.gform_wrapper .ginput_container.ginput_complex {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--small);
  height: 100%;
}
.gform_wrapper .ginput_container.ginput_complex .gf_clear {
  display: none;
}
.gform_wrapper.useful-form_wrapper .gform_fields {
  gap: 0;
}
.gform_wrapper.useful-form_wrapper .gform_fields .gfield_radio {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--wp--preset--spacing--large);
  text-transform: uppercase;
}
.gform_wrapper.useful-form_wrapper .gform_fields .gfield_radio label {
  font-size: var(--wp--preset--font-size--body-large);
  bottom: 0.2em;
  margin-left: 0.2em;
  position: relative;
}
.gform_wrapper.useful-form_wrapper .gform_fields .gfield--type-textarea label {
  display: block;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.gform_wrapper.useful-form_wrapper .gform_heading h2.gform_title {
  margin: 0;
  font-size: var(--wp--preset--font-size--x-large);
  color: var(--wp--preset--color--green);
  font-weight: 400;
}
.gform_wrapper.useful-form_wrapper .gform_description {
  color: #000;
  margin-top: var(--wp--preset--spacing--normal);
  font-size: var(--wp--preset--font-size--body-large);
}
.gform_wrapper.useful-form_wrapper .gform_required_legend {
  display: none;
}

.ginput_complex label {
  font-size: 80%;
  padding-top: 0;
  padding-bottom: 5px;
}

.gform_validation_errors {
  background: #fff9f9;
  border: 2px solid #c02b0a;
  border-radius: 0;
  box-shadow: none;
  margin: 1rem 0;
  padding: 1.5rem;
  position: relative;
  width: 100%;
  border-radius: 4px;
}
.gform_validation_errors h2 {
  font-size: var(--wp--preset--font-size--body) !important;
  font-weight: 400 !important;
  font-family: inherit !important;
  margin: 0 !important;
}
.gform_validation_errors h2 .gform-icon {
  position: initial;
}
.gform_validation_errors ol {
  margin-left: 1em;
  list-style: disc;
}
.gform_validation_errors:focus {
  outline: none;
}

.gform_confirmation_wrapper {
  padding: 2rem;
  font-size: 2rem;
  color: var(--wp--preset--color--grey);
  background: #d0f3c8;
}

/* ----------------------------------------------
 ADDITIONAL FORM STYLING FOR DIFFERENT SECTIONS
---------------------------------------------- */
/* --------------------------
New Businesses Form Styles 
------------------------- */
.new-businesses-style-1 #gform_wrapper_50 .gform_description span,
.new-businesses-style-2 #gform_wrapper_50 .gform_description span {
  display: block;
  margin-bottom: 0.5em;
}
.new-businesses-style-1 #gform_wrapper_50 .gform-footer,
.new-businesses-style-2 #gform_wrapper_50 .gform-footer {
  display: none;
}
@media (min-width: 783px) {
  .new-businesses-style-1 #gform_fields_50 #field_50_7,
  .new-businesses-style-2 #gform_fields_50 #field_50_7 {
    grid-area: first_name;
  }
  .new-businesses-style-1 #gform_fields_50 #field_50_9,
  .new-businesses-style-2 #gform_fields_50 #field_50_9 {
    grid-area: last_name;
  }
  .new-businesses-style-1 #gform_fields_50 #field_50_64,
  .new-businesses-style-2 #gform_fields_50 #field_50_64 {
    grid-area: email;
  }
  .new-businesses-style-1 #gform_fields_50 #field_50_65,
  .new-businesses-style-2 #gform_fields_50 #field_50_65 {
    grid-area: phone;
  }
  .new-businesses-style-1 #gform_fields_50 #field_50_165,
  .new-businesses-style-2 #gform_fields_50 #field_50_165 {
    grid-area: homes;
  }
  .new-businesses-style-1 #gform_fields_50 #field_50_152,
  .new-businesses-style-2 #gform_fields_50 #field_50_152 {
    grid-area: postcode;
  }
  .new-businesses-style-1 #gform_fields_50 #field_50_16,
  .new-businesses-style-2 #gform_fields_50 #field_50_16 {
    grid-area: job;
  }
  .new-businesses-style-1 #gform_fields_50 #field_50_157,
  .new-businesses-style-2 #gform_fields_50 #field_50_157 {
    grid-area: hear;
  }
  .new-businesses-style-1 #gform_fields_50 #field_50_18,
  .new-businesses-style-2 #gform_fields_50 #field_50_18 {
    grid-area: consent;
  }
  .new-businesses-style-1 #gform_fields_50 #field_50_15,
  .new-businesses-style-2 #gform_fields_50 #field_50_15 {
    grid-area: info;
  }
  .new-businesses-style-1 #gform_fields_50 #field_50_15 .ginput_container_textarea,
  .new-businesses-style-2 #gform_fields_50 #field_50_15 .ginput_container_textarea {
    display: flex;
    height: 100%;
  }
  .new-businesses-style-1 #gform_fields_50 #field_50_15 .ginput_container_textarea textarea,
  .new-businesses-style-2 #gform_fields_50 #field_50_15 .ginput_container_textarea textarea {
    height: 100%;
  }
  .new-businesses-style-1 #gform_fields_50 #field_submit,
  .new-businesses-style-2 #gform_fields_50 #field_submit {
    grid-area: submit;
  }
}
.new-businesses-style-1 #gform_fields_50 .gfield_description.validation_message,
.new-businesses-style-2 #gform_fields_50 .gfield_description.validation_message {
  display: none;
}
.new-businesses-style-1 #gfield_instruction_50_165,
.new-businesses-style-2 #gfield_instruction_50_165 {
  display: none;
}

@media (min-width: 783px) {
  .new-businesses-style-1 .gform_wrapper #gform_fields_50 {
    grid-template-columns: 0.95fr 0.95fr 0.95fr 0.95fr 0.95fr 1.1fr;
    grid-template-rows: repeat(4, auto);
    grid-template-areas: "first_name first_name last_name last_name info info" "email email phone phone info info" "homes homes postcode postcode info info" "consent consent consent consent consent submit";
  }
  .new-businesses-style-1 .gform_wrapper #gform_fields_50 #field_submit {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    text-align: right;
  }
}
@media (min-width: 1025px) {
  .new-businesses-style-1 .gform_wrapper #gform_fields_50 {
    grid-template-areas: "first_name first_name homes homes info info" "last_name last_name postcode postcode info info" "email email consent consent info info" "phone phone consent consent info info" ". . consent consent submit submit";
  }
}
.new-businesses-style-1 .gform_wrapper #gform_fields_50 .gfield .gchoice .gform-field-label {
  font-size: var(--wp--preset--font-size--small);
}

@media (min-width: 783px) {
  .new-businesses-style-2 .gform_wrapper #gform_fields_50 {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-template-areas: "first_name last_name email email" "phone phone info info" "homes postcode info info" "consent consent consent consent" "submit submit submit submit";
  }
}
.new-businesses-style-2 .gform_wrapper #gform_fields_50 #field_submit {
  text-align: center;
}
.new-businesses-style-2 .gform_wrapper #gform_fields_50 #field_50_15 .ginput_container,
.new-businesses-style-2 .gform_wrapper #gform_fields_50 #field_50_15 textarea {
  max-height: 125px;
}

.fullscreen-search {
  visibility: hidden;
  pointer-events: none;
  display: flex;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: fixed;
  width: 100%;
  height: 100%;
  background: transparent;
  opacity: 0;
  background: rgba(237, 237, 237, 0.97);
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), z-index 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: -999999;
}
.fullscreen-search.active {
  visibility: visible;
  pointer-events: auto;
  opacity: 1;
  z-index: 999999;
}
.fullscreen-search.active .search-form {
  opacity: 1;
  transform: translateY(0);
}
.fullscreen-search .close-search {
  position: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 1rem;
  right: 2rem;
  width: 50px;
  height: 50px;
  padding: 1.25rem;
  z-index: 3;
}
.fullscreen-search .close-search:hover {
  cursor: pointer;
}
.fullscreen-search .close-search:hover svg {
  fill: var(--wp--preset--color--green);
}
.fullscreen-search .close-search svg {
  fill: var(--wp--preset--color--primary);
  transition: 200ms;
}
.fullscreen-search .search-form {
  display: flex;
  height: auto;
  width: 80%;
  max-width: 1000px;
  justify-content: center;
  flex-direction: column;
  padding: 2rem;
  margin: 0 auto;
  opacity: 0;
  transform: translateY(-2rem);
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 0.2s;
}
.fullscreen-search .search-form form {
  position: relative;
  width: 100%;
}
.fullscreen-search .search-form input {
  -webkit-appearance: none;
  box-shadow: none;
  outline: none;
  padding: 2rem 3rem;
  font-size: 2.6rem;
  font-weight: 600;
  color: var(--wp--preset--color--primary);
  line-height: 1;
  border: 2px solid var(--wp--preset--color--primary);
  background: #fff;
  border-radius: 50px;
  width: 100%;
  transition: 200ms;
}
.fullscreen-search .search-form input::-moz-placeholder {
  color: var(--wp--preset--color--grey);
}
.fullscreen-search .search-form input::placeholder {
  color: var(--wp--preset--color--grey);
}
.fullscreen-search .search-form input:focus-visible, .fullscreen-search .search-form input:focus {
  border: 2px solid var(--wp--preset--color--green);
}
.fullscreen-search .search-form button {
  -webkit-appearance: none;
  position: absolute;
  right: 0;
  top: 0;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  border: 0;
  outline: 0;
  background: transparent;
  width: 7rem;
  height: 100%;
}
.fullscreen-search .search-form button svg {
  fill: var(--wp--preset--color--primary);
  height: 2.4rem;
  width: 2.4rem;
  transition: 200ms;
}
.fullscreen-search .search-form button:hover {
  cursor: pointer;
}
.fullscreen-search .search-form button:hover svg {
  fill: var(--wp--preset--color--green);
}

.glightbox-container .goverlay {
  background: var(--glightbox-overlay);
}
.glightbox-container .gslider .gslide -media {
  max-width: var(--glightbox-width);
}
.glightbox-container .gslider .gslide .ginner-container {
  padding: var(--glightbox-padding);
}
.glightbox-container .gslider .gslide-media {
  max-width: var(--glightbox-width);
}

.nav-links {
  display: grid;
  max-width: 100%;
  background: #f8f8f8;
  margin-top: var(--wp--preset--spacing--large);
}
@media (min-width: 501px) {
  .nav-links {
    grid-template-columns: 1fr 1fr;
  }
}
.nav-links .nav-previous,
.nav-links .nav-next {
  position: relative;
  overflow: hidden;
}
.nav-links .nav-previous a,
.nav-links .nav-next a {
  width: 100%;
  display: block;
  padding: 7rem;
  z-index: 1;
  color: var(--wp--preset--color--grey);
  font-weight: 300;
  max-width: var(--wp--style--global--content-size);
  transition: 450ms cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}
.nav-links .nav-previous a h4,
.nav-links .nav-next a h4 {
  color: var(--wp--preset--color--secondary);
}
.nav-links .nav-previous a span,
.nav-links .nav-next a span {
  position: absolute;
  top: 0;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  right: 0;
}
.nav-links .nav-previous a span svg,
.nav-links .nav-next a span svg {
  fill: var(--wp--preset--color--secondary);
  opacity: 0;
  transition: 450ms cubic-bezier(0.4, 0, 0.2, 1);
  transform: translateX(-3em);
  width: 1.5em;
}
.nav-links .nav-previous a:hover,
.nav-links .nav-next a:hover {
  color: var(--wp--preset--color--secondary);
  text-decoration: none;
}
.nav-links .nav-previous:before,
.nav-links .nav-next:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.nav-links .nav-next {
  grid-column: -2;
}
.nav-links .nav-next a:hover {
  transform: translateX(-2em);
}
.nav-links .nav-next a:hover svg {
  transform: translateX(0);
  opacity: 1;
}
.nav-links .nav-previous {
  text-align: right;
}
.nav-links .nav-previous a {
  float: right;
}
.nav-links .nav-previous a span {
  transform: rotate(180deg);
  left: 0;
  right: auto;
}
.nav-links .nav-previous:hover a {
  transform: translateX(2em);
}
.nav-links .nav-previous:hover a svg {
  transform: translateX(0);
  opacity: 1;
}
@media (max-width: 782px) {
  .nav-links .nav-previous a,
  .nav-links .nav-next a {
    padding: 2rem;
  }
}
@media (max-width: 500px) {
  .nav-links {
    flex-direction: column;
  }
  .nav-links .nav-previous,
  .nav-links .nav-next {
    width: 100%;
    text-align: left;
  }
  .nav-links .nav-previous a,
  .nav-links .nav-next a {
    padding: 1rem 3.5rem;
    width: 100%;
  }
  .nav-links .nav-previous a h4,
  .nav-links .nav-previous a p,
  .nav-links .nav-next a h4,
  .nav-links .nav-next a p {
    text-align: center;
  }
}

.proactive-notification {
  text-align: center;
  padding: 2rem;
  margin: 2rem;
  border-radius: 10px;
}
.proactive-notification p {
  font-weight: 500;
}
.proactive-notification.warning {
  background: rgb(130, 0, 0);
  color: #fff;
}

.proactive-pagination {
  display: flex;
  justify-content: center;
  gap: 0.3em;
}
.proactive-pagination .page-numbers {
  border-radius: 3px;
  padding: 0.3em 0.5em;
  transition: 0.2s;
  text-decoration: none;
}
.proactive-pagination .page-numbers:hover {
  background: var(--wp--preset--color--light-grey);
  text-decoration: none;
  border-color: currentColor;
}
.proactive-pagination .current {
  pointer-events: none;
  background: var(--wp--preset--color--light-grey);
}

.posts-list {
  display: grid;
  grid-gap: var(--wp--preset--spacing--medium) var(--wp--preset--spacing--small);
}
@media (min-width: 783px) {
  .posts-list {
    grid-template-columns: repeat(auto-fill, minmax(330px, 1fr));
  }
}

.post-item__meta {
  position: relative;
  margin-bottom: var(--wp--preset--spacing--small);
  display: grid;
  grid-gap: 0 var(--wp--preset--spacing--small);
  grid-template-columns: 1fr auto;
}
.post-item__type, .post-item__date, .post-item__categories {
  grid-column: 1;
}
.post-item__author {
  font-weight: 600;
  grid-column: 1;
  text-transform: uppercase;
  color: var(--wp--preset--color--primary);
  line-height: 1.2;
}
.post-item__author-avatar {
  display: flex;
  grid-column: 2;
  grid-row: 1/5;
  height: 100%;
  overflow: hidden;
}
.post-item__author-avatar img {
  margin-top: auto;
  width: 9.4rem;
  height: 9.4rem;
  aspect-ratio: 1;
  border-radius: 99px;
  max-width: unset;
  max-height: unset;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-item__title {
  margin-top: var(--wp--preset--spacing--normal);
  margin-bottom: var(--wp--preset--spacing--normal);
}
.post-item__thumb-image img {
  -o-object-position: var(--focal-point, 50% 50%);
     object-position: var(--focal-point, 50% 50%);
  aspect-ratio: 16/7;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.post-item__tags {
  display: flex;
  flex-wrap: wrap;
  gap: var(--wp--preset--spacing--x-small);
  margin-top: var(--wp--preset--spacing--small);
}
.post-item__tags__tag {
  background: var(--wp--preset--color--white);
  padding: 0.2em 0.75em;
  border: 2px solid var(--wp--preset--color--gold);
  border-radius: 99px;
  color: var(--wp--preset--color--gold);
  font-size: var(--wp--preset--font-size--small);
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
}
.post-item:not(.alt) {
  display: flex;
  flex-direction: column;
  border: 1px solid #d7d5d6;
  padding: var(--wp--preset--spacing--small);
  text-decoration: none;
}
.post-item:not(.alt):hover {
  background: var(--wp--preset--color--secondary);
}
.post-item:not(.alt) .post-item__featured {
  background: var(--wp--preset--color--secondary);
}
.post-item:not(.alt) .post-item__title {
  font-weight: 600;
}
.post-item:not(.alt) .post-item__excerpt {
  display: flex;
  flex-wrap: wrap;
  gap: var(--wp--preset--spacing--normal);
  justify-content: space-between;
  margin-top: auto;
  height: 100%;
}
.post-item:not(.alt) .post-item__excerpt-text {
  flex: 0 1 520px;
  font-weight: 400;
}
.post-item:not(.alt) .post-item__excerpt-button {
  margin-top: auto;
  margin-left: auto;
}
.post-item:not(.alt) .post-item__type, .post-item:not(.alt) .post-item__category, .post-item:not(.alt) .post-item__date {
  display: block;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1;
  color: var(--wp--preset--color--primary);
}
.post-item:not(.alt) .post-item__type {
  font-weight: 800;
}
.post-item:not(.alt) .post-item__date {
  color: var(--wp--preset--color--grey);
  margin: 0.3em 0;
  font-weight: 800;
}
.post-item:not(.alt) .post-item__categories {
  line-height: 1.1;
}
.post-item:not(.alt) .post-item__category {
  display: inline;
}
.post-item.alt {
  height: 100%;
}
.post-item.alt .post-item__link-wrap {
  height: 100%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
  color: var(--wp--preset--color--grey);
  text-decoration: none;
}
.post-item.alt .post-item__link-wrap:hover {
  text-decoration: none;
}
.post-item.alt .post-item__link-wrap:hover .post-item__excerpt-text {
  opacity: 1;
  transform: translateY(0);
}
.post-item.alt .post-item__link-wrap:hover .post-item__excerpt-button {
  opacity: 1;
  transform: translateY(0);
}
.post-item.alt .post-item__link-wrap:hover .post-item__thumb::after {
  width: 100%;
}
.post-item.alt .post-item__link-wrap:hover .post-item__title {
  -webkit-text-decoration: underline solid var(--wp--preset--color--primary);
          text-decoration: underline solid var(--wp--preset--color--primary);
}
.post-item.alt .post-item__meta {
  margin: auto 0 0 0;
}
.post-item.alt .post-item__categories, .post-item.alt .post-item__date {
  font-weight: 400;
}
.post-item.alt .post-item__title {
  font-size: 3rem;
  line-height: 1.2;
  color: var(--wp--preset--color--primary);
  font-weight: 400;
  min-height: 80px;
  text-underline-offset: 2px;
  -webkit-text-decoration: underline solid rgba(0, 0, 0, 0);
          text-decoration: underline solid rgba(0, 0, 0, 0);
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
  margin: 0;
}
.post-item.alt .post-item__thumb {
  position: relative;
  overflow: hidden;
}
.post-item.alt .post-item__thumb__image {
  z-index: 1;
  position: relative;
  width: 100%;
  aspect-ratio: 425/375;
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}
.post-item.alt .post-item__thumb__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.post-item.alt .post-item__thumb:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 1;
  transition: width 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 2;
}
.post-item.alt .post-item__excerpt {
  z-index: 3;
  position: absolute;
  inset: 0;
  padding: 3.5rem;
  background-color: rgba(var(--wp--preset--color--primary), 0.5);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
}
.post-item.alt .post-item__excerpt-text {
  opacity: 0;
  transform: translateY(1rem);
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 0.2s;
  font-weight: 400;
}
.post-item.alt .post-item__excerpt-button {
  opacity: 0;
  transform: translateY(1rem);
  transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1), transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 0.3s;
}
.post-item__featured:not(.alt), .post-item:not(.has-post-thumbnail, .alt) {
  background: var(--wp--preset--color--secondary);
}

.proactive__load-more-wrapper {
  grid-column: 1/-1;
  text-align: center;
}

.related-content {
  margin: var(--wp--preset--spacing--large) 0;
}
.related-content__title {
  font-size: var(--wp--preset--font-size--feature);
}
.related-content__inner {
  border-top: 1px solid;
  padding-top: var(--wp--preset--spacing--medium);
}
.related-content__items {
  display: grid;
  gap: var(--wp--preset--spacing--normal);
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 782px) {
  .related-content__items {
    grid-template-columns: 1fr;
  }
  .related-content__items .post-item:not(:last-child) {
    border-bottom: 1px solid var(--wp--preset--color--light-grey);
  }
  .related-content__items .post-item__link-wrap {
    padding-bottom: var(--wp--preset--spacing--medium);
  }
  .related-content__items .post-item__link-wrap .post-item__title {
    min-height: 0;
  }
}

.social-wrapper ul {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  margin: 2rem 0;
  padding: 0;
}
.social-wrapper ul li {
  list-style: none;
  margin-bottom: 0;
}
.social-wrapper ul li a {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 5px;
}
.social-wrapper ul li a:hover span.icon svg {
  fill: var(--wp--preset--color--secondary);
}
.social-wrapper ul li span.icon {
  display: block;
  width: 3rem;
  height: 3rem;
}
.social-wrapper ul li span.icon svg {
  fill: var(--wp--preset--color--primary);
  transition: all 0.3s ease-in-out;
}

.swiper-button-prev,
.swiper-button-next {
  width: var(--swiper-navigation-size) !important;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.3s ease-in-out;
}
.swiper-button-prev:after,
.swiper-button-next:after {
  display: none;
}
.swiper-button-prev:hover,
.swiper-button-next:hover {
  transform: scale(1.1);
}
.swiper-button-prev:hover svg,
.swiper-button-next:hover svg {
  fill: var(--wp--preset--color--grey);
}
.swiper-button-prev svg,
.swiper-button-next svg {
  fill: var(--wp--preset--color--primary);
  transition: fill 0.3s ease-in-out;
}

.swiper-button-prev {
  left: -7rem;
  transform: rotate(180deg);
}
.swiper-button-prev:hover {
  transform: scale(1.1) rotate(180deg);
}

.swiper-button-next {
  right: -7rem;
}

#search-filters-form .search-filter-form-fields {
  position: relative;
}
#search-filters-form .search-filter-form-fields #search-help {
  position: absolute;
  bottom: calc(100% + 0.5rem);
  left: 0;
  right: auto;
  background: #333;
  color: white;
  padding: 0.75rem 1rem;
  border-radius: 4px;
  font-size: var(--wp--preset--font-size--small);
  line-height: 1.4;
  max-width: calc(var(--wp--style--global--content-size) / 3);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  z-index: 20;
  transition: all 0.2s ease-in-out;
}
#search-filters-form .search-filter-form-fields #search-help::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 1.25rem;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #333;
}
#search-filters-form .search-filter-form-fields input:focus ~ #search-help,
#search-filters-form .search-filter-form-fields input:hover ~ #search-help {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 768px) {
  #search-filters-form .search-filter-form-fields #search-help {
    max-width: 90vw;
    bottom: calc(100% - 0.5rem);
    left: 50%;
    transform: translateX(-50%);
  }
}

.search-filter {
  padding-top: var(--wp--preset--spacing--medium);
  padding-bottom: var(--wp--preset--spacing--medium);
  margin-bottom: var(--wp--preset--spacing--large);
}
.search-filter-form-fields {
  display: flex;
  max-width: calc(var(--wp--style--global--content-size) / 2);
}
.search-filter-form-fields input {
  border-color: var(--wp--preset--color--primary);
}
.search-filter-form-fields input.has-results ~ .search-filter-icon {
  display: none;
}
.search-filter-form-fields input.has-results ~ .search-filter-close {
  display: flex;
}
.search-filter-icon {
  display: flex;
  width: 5rem;
  background: var(--wp--preset--color--primary);
}
.search-filter-icon svg {
  margin: auto;
  width: 20px;
  fill: var(--wp--preset--color--white);
}
.search-filter-results {
  position: absolute;
  top: calc(100% + var(--wp--preset--spacing--x-small));
  left: 0;
  width: 100%;
  background: white;
  border: 1px solid;
  z-index: 10;
  opacity: 1;
  visibility: visible;
  transition: 340ms cubic-bezier(0.4, 0, 0.2, 1);
  box-shadow: 0 0 20px -5px rgba(0, 0, 0, 0.2);
}
.search-filter-results:empty {
  opacity: 0;
  visibility: hidden;
}
.search-filter-results a {
  display: block;
  padding: 1em;
  border-bottom: 1px solid #eee;
}
.search-filter-results a.active, .search-filter-results a:hover {
  background-color: var(--wp--preset--color--primary);
  color: white;
}
.search-filter-loading {
  display: none;
}
.search-filter-close {
  display: none;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  height: 50px;
  width: 50px;
  background: var(--wp--preset--color--primary);
  transition: 0.2s;
}
.search-filter-close svg {
  margin: auto;
  width: 20px;
  fill: var(--wp--preset--color--white);
}

/* POPUP STYLES */
body.popup-open {
  overflow: hidden;
}

aside.popup {
  display: grid;
  position: fixed;
  z-index: 9999;
  inset: 0;
  margin: 0 !important;
  max-width: 100%;
  background: rgba(87, 91, 94, 0.6);
  padding: 10rem 3.5rem;
  overflow-y: scroll;
  opacity: 1;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
@starting-style {
  aside.popup {
    opacity: 0;
    visibility: hidden;
  }
  aside.popup .popup-content {
    opacity: 0;
  }
}
aside.popup > .popup-content {
  position: relative;
  width: 100%;
  height: auto;
  margin: auto;
}
aside.popup > .popup-content .popup-close {
  display: flex;
  align-items: center;
  position: absolute;
  right: 1em;
  top: 1em;
  cursor: pointer;
  transition: 200ms;
  text-transform: uppercase;
  color: var(--wp--preset--color--primary);
  font-weight: 600;
  font-size: 14px;
}
aside.popup > .popup-content .popup-close:after {
  content: "";
  display: inline-block;
  margin-left: 0.5em;
  width: 2.2rem;
  height: 2.2rem;
  background: currentColor;
  -webkit-mask: url("../images/icons/close-circle.svg") no-repeat center/contain;
          mask: url("../images/icons/close-circle.svg") no-repeat center/contain;
  transition: 200ms;
}
aside.popup > .popup-content .popup-close:hover {
  color: var(--wp--preset--color--green);
}
aside.popup > .popup-content .popup-close:focus-visible {
  outline: 1px solid currentColor;
  outline-offset: 2px;
}
aside.popup[aria-hidden=true] {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

/* -------------------------------------------
***** Footer *****
------------------------------------------- */
footer.footer .footer-inner {
  margin-top: 0;
  display: grid;
  grid-template-columns: auto 1fr 1fr auto;
  grid-template-areas: "logo buttons buttons buttons" "menu footer-1 footer-1 footer-2" "sub-footer sub-footer sub-footer sub-footer";
  grid-gap: var(--wp--preset--spacing--large) var(--wp--preset--spacing--normal);
  border-top: 3px solid var(--wp--preset--color--grey);
  padding-top: var(--wp--preset--spacing--large);
}
@media (max-width: 1024px) {
  footer.footer .footer-inner {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "logo buttons" "menu menu" "footer-1 footer-1" "footer-2 footer-2" "sub-footer sub-footer";
  }
}
@media (max-width: 782px) {
  footer.footer .footer-inner {
    grid-template-areas: "logo logo" "menu buttons" "footer-1 footer-1" "footer-2 footer-2" "sub-footer sub-footer";
  }
  footer.footer .footer-inner .footer-buttons {
    align-self: flex-start;
  }
  footer.footer .footer-inner .footer-buttons .wp-block-button {
    width: 100%;
  }
}
footer.footer .footer-logo {
  grid-area: logo;
}
footer.footer .footer-logo svg {
  width: 210px;
}
footer.footer .footer-logo svg path {
  fill: var(--wp--preset--color--primary);
}
footer.footer .footer-buttons {
  grid-area: buttons;
  align-self: center;
}
footer.footer .footer-buttons .wp-block-button__link {
  font-weight: 800;
  text-transform: uppercase;
}
footer.footer .footer-menu {
  font-weight: 700;
  color: var(--wp--preset--color--primary);
}
footer.footer .footer-1 {
  grid-area: footer-1;
}
footer.footer .footer-2 {
  grid-area: footer-2;
}
footer.footer .col h3 {
  font-size: var(--wp--preset--font-size--body);
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 0.5em;
  color: var(--wp--preset--color--primary);
}
footer.footer .col h4 {
  text-transform: uppercase;
  line-height: 1.2;
  color: var(--wp--preset--color--primary);
  font-size: var(--wp--preset--font-size--body);
  margin-bottom: var(--wp--preset--spacing--small);
}
footer.footer .col .wp-block-columns {
  margin: 0;
}
footer.footer .col .wp-block-columns .wp-block-column {
  border-top: 1px solid var(--wp--preset--color--primary);
  padding-top: 0.5em;
}
footer.footer .col .widget_nav_menu {
  margin-top: 0;
}
footer.footer .col .widget_nav_menu + * {
  margin-top: var(--wp--preset--spacing--normal);
}
footer.footer .col .menu {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
footer.footer .col .menu a {
  text-underline-offset: 2px;
  -webkit-text-decoration: underline solid rgba(0, 0, 0, 0);
          text-decoration: underline solid rgba(0, 0, 0, 0);
  font-weight: 400;
  transition: 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}
footer.footer .col .menu a[target=_blank] {
  position: relative;
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
footer.footer .col .menu a[target=_blank]::after {
  content: "";
  width: 13px;
  height: 13px;
  background-color: currentColor;
  -webkit-mask: url("../images/icons/external-link.svg") no-repeat center/contain;
          mask: url("../images/icons/external-link.svg") no-repeat center/contain;
  transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
}
footer.footer .col .menu a:hover {
  -webkit-text-decoration: underline solid var(--wp--preset--color--primary);
          text-decoration: underline solid var(--wp--preset--color--primary);
}
footer.footer .footer-middle {
  color: var(--wp--preset--color--primary);
  line-height: 1.25;
}
footer.footer .footer-middle #menu-footer-page-links a {
  font-weight: 700;
}
footer.footer .sub-footer {
  grid-area: sub-footer;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 3.5rem !important;
}
footer.footer .sub-footer p {
  font-size: 1.25rem;
  margin: 0 !important;
}
footer.footer .cd-top {
  position: fixed;
  z-index: 9;
  width: 60px;
  height: 60px;
  padding: 1rem;
  right: -100px;
  bottom: 20px;
  border-radius: 10rem;
  background: var(--wp--preset--color--primary);
  transition: all 0.33s ease-in-out;
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.4);
}
footer.footer .cd-top.cd-is-visible {
  right: 20px;
}
footer.footer .cd-top:hover {
  cursor: pointer;
}
footer.footer .cd-top:hover svg {
  transform: rotate(-360deg);
}
footer.footer .cd-top svg {
  fill: var(--wp--preset--color--secondary);
  transition: all 1s cubic-bezier(0.68, -0.55, 0.27, 1.55);
}

header.header {
  isolation: isolate;
}
@media screen and (min-width: 1009px) and (max-width: 1039px) {
  header.header * {
    transition: none !important;
  }
}
@media (max-width: 1024px) {
  header.header * {
    -webkit-tap-highlight-color: transparent;
  }
}
header.header nav,
header.header nav ul,
header.header nav li,
header.header nav a {
  all: unset;
  display: flex;
}
header.header nav a {
  cursor: pointer;
}
header.header button,
header.header input,
header.header form {
  all: unset;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

:root {
  --mobile-menu-overlay: rgba(0, 0, 0, 0.5);
}

.header {
  --top-nav-font: var(--wp--preset--font-family--primary);
  /* Transitions */
  --transition: 250ms ease-out;
  /* Header */
  --header-bg: var(--wp--preset--color--primary);
  --sticky-bg: var(--wp--preset--color--primary);
  --mega-menu-bg: var(--wp--preset--color--primary);
  /* Mobile Header */
  --mob-header: var(--wp--preset--color--primary);
  --mob-header-sticky: var(--wp--preset--color--primary);
  /* Logo */
  --logo: 250px;
  --logo-sticky: 200px;
  --logo-tablet: 180px;
  --logo-sticky-tablet: 130px;
  --logo-menu-opened-tablet: 160px;
  --logo-mobile: 130px;
  --logo-sticky-mobile: 100px;
  --logo-menu-opened: 130px;
  --logo-padding: 1.5rem 0;
  --logo-padding-mobile: 1.5rem 0;
  /* Top Level Navigation */
  /* Colors */
  --top-color: var(--wp--preset--color--white);
  --top-color-hover: var(--wp--preset--color--white);
  --top-bg-hover: transparent;
  /* Sticky Colors */
  --top-color-sticky: var(--wp--preset--color--white);
  --top-color-sticky-hover: var(--wp--preset--color--white);
  --top-bg-sticky-hover: transparent;
  /* Current Menu Item */
  --top-current: var(--wp--preset--color--white);
  --top-current-bg: transparent;
  --top-current-hover: var(--wp--preset--color--white);
  --top-current-bg-hover: transparent;
  --top-current-sticky: var(--wp--preset--color--white);
  --top-current-sticky-hover: var(--wp--preset--color--white);
  --top-current-bg-sticky: transparent;
  --top-current-bg-sticky-hover: transparent;
  /* Parent Item */
  --menu-parent: var(--wp--preset--color--white);
  --menu-parent-bg: transparent;
  /* Sub Menu Navigation */
  /* Colors */
  --sub-color: var(--wp--preset--color--white);
  --sub-bg: var(--wp--preset--color--primary);
  --sub-color-hover: var(--wp--preset--color--primary);
  --sub-bg-hover: var(--wp--preset--color--secondary);
  /* Current Sub Menu Item */
  --sub-current: var(--wp--preset--color--secondary);
  --sub-current-bg: var(--wp--preset--color--primary);
  /* Mobile Menu */
  /* Background */
  --mob-bg: var(--wp--preset--color--primary);
  /* Colors */
  --mob-color: var(--wp--preset--color--white);
  --mob-color-hover: var(--wp--preset--color--tertiary);
  --mob-bg-hover: var(--wp--preset--color--tertiary);
  /* Current Item */
  --mob-current: var(--wp--preset--color--tertiary);
  --mob-current-bg: transparent;
  --mob-current-hover: var(--wp--preset--color--tertiary);
  --mob-current-bg-hover: transparent;
  /* Current Parent Item */
  --mob-current-parent: var(--wp--preset--color--tertiary);
  --mob-current-parent-bg: transparent;
  --mob-button-color: var(--wp--preset--color--white);
  --mob-button-color-sticky: var(--wp--preset--color--white);
  --mob-button-color-open: var(--wp--preset--color--white);
  --mob-menu-expand: var(--wp--preset--color--white);
}

header.header {
  position: sticky;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: var(--header-bg);
  transition: var(--transition), top 0s;
}
header.header.fixed {
  position: fixed;
  top: var(--wp-admin--admin-bar--height, 0px);
}
header.header.static {
  position: relative;
}
header.header.absolute {
  position: absolute;
}
header.header.scroll {
  top: var(--wp-admin--admin-bar--height, 0px);
  background: var(--sticky-bg);
  box-shadow: 0 0 1rem rgba(0, 0, 0, 0.1);
}
header.header.scroll.scrolling {
  transform: translateY(-100%);
}
header.header.scroll > .header__inner:before {
  background: var(--mob-header-sticky);
}
header.header.scroll .logo {
  width: var(--logo-sticky-mobile);
}
@media (min-width: 783px) {
  header.header.scroll .logo {
    width: var(--logo-sticky-tablet);
  }
}
@media (min-width: 1025px) {
  header.header.scroll .logo {
    padding: 1.5rem 0;
    max-width: var(--logo-sticky);
  }
}
@media (min-width: 1361px) {
  header.header.scroll .logo {
    padding: 1.5rem 0;
    max-width: var(--logo-sticky);
  }
}
header.header.scroll .burger-menu span > span {
  background: var(--mob-button-color-sticky);
}
header.header.scroll nav.header-nav ul#menu-primary > li:hover > a:not(.wp-block-button__link) {
  color: var(--top-color-sticky-hover);
}
header.header.scroll nav.header-nav ul#menu-primary > li > a:not(.wp-block-button__link) {
  color: var(--top-color-sticky);
}
header.header.scroll nav.header-nav ul#menu-primary > li.current-menu-parent:hover > a:not(.wp-block-button__link), header.header.scroll nav.header-nav ul#menu-primary > li.current-menu-item:hover > a:not(.wp-block-button__link) {
  color: var(--top-current-sticky-hover);
  background: var(--top-current-bg-sticky-hover);
}
header.header.scroll nav.header-nav ul#menu-primary > li.current-menu-parent > a:not(.wp-block-button__link), header.header.scroll nav.header-nav ul#menu-primary > li.current-menu-item > a:not(.wp-block-button__link) {
  color: var(--top-current-sticky);
  background: var(--top-current-bg-sticky);
}
header.header.scroll nav.header-nav ul#menu-primary .sub-menu > li.current-menu-item a {
  color: var(--sub-current);
  background: var(--sub-current-bg);
}
html.menu-opened header.header {
  background: var(--mob-header-sticky);
}
html.menu-opened header.header > .header__inner:before {
  background-color: var(--mob-header-sticky);
}
html.menu-opened header.header .logo {
  width: var(--logo-menu-opened);
}
@media (min-width: 783px) {
  html.menu-opened header.header .logo {
    width: var(--logo-menu-opened-tablet);
  }
}
html.menu-opened header.header .burger-menu .span-wrap span {
  background: var(--mob-button-color-open);
}
html.menu-opened header.header .burger-menu .span-wrap span:nth-child(1) {
  top: 9px;
  width: 0%;
  left: 50%;
}
html.menu-opened header.header .burger-menu .span-wrap span:nth-child(2) {
  transform: rotate(45deg);
}
html.menu-opened header.header .burger-menu .span-wrap span:nth-child(3) {
  transform: rotate(-45deg);
}
html.menu-opened header.header .burger-menu .span-wrap span:nth-child(4) {
  top: 9px;
  width: 0%;
  left: 50%;
}
header.header > .header__inner {
  display: flex;
  justify-content: space-between;
  gap: var(--wp--preset--spacing--normal);
  max-width: calc(1800px + 3.5rem * 2);
  margin: 0 auto;
}
header.header > .header__inner::before {
  display: none;
}
@media (max-width: 1024px) {
  header.header > .header__inner::before {
    content: "";
    display: block;
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--mob-header);
  }
}
header.header .header-right {
  display: flex;
}
header.header .logo {
  display: flex;
  max-width: var(--logo-mobile);
  margin: 0;
  padding: 1.5rem 0;
  transition: all var(--transition);
  flex-grow: 1;
}
@media (min-width: 783px) {
  header.header .logo {
    max-width: var(--logo-tablet);
  }
}
@media (min-width: 1361px) {
  header.header .logo {
    max-width: var(--logo);
    padding: 2rem 0;
  }
}
header.header .logo a {
  display: flex;
  align-items: flex-start;
  outline: 1px solid transparent;
  outline-offset: 2px;
  border-radius: 3px;
}
header.header .logo a img,
header.header .logo a svg {
  width: 100%;
  transition: all var(--transition);
}
header.header .logo a img path,
header.header .logo a svg path {
  transition: fill var(--transition);
}
header.header .logo a:focus-visible {
  outline-color: var(--wp--preset--color--white);
}
header.header .header-search {
  display: flex;
  align-items: center;
  margin-left: var(--wp--preset--spacing--x-small);
}
@media (max-width: 1024px) {
  header.header .header-search {
    margin-right: var(--wp--preset--spacing--small);
  }
}
header.header .header-search svg {
  width: 20px;
  height: 20px;
  fill: #fff;
  transition: all 0.2s ease-in-out;
  outline: 1px solid transparent;
  outline-offset: 5px;
  border-radius: 3px;
}
header.header .header-search:hover {
  cursor: pointer;
}
header.header .header-search:hover svg {
  fill: rgb(123.75, 211.25, 145.625);
}
header.header .header-search:focus-visible svg {
  outline-color: var(--wp--preset--color--white);
}
header.header .burger-menu {
  z-index: 9999;
  display: block;
  align-self: center;
  padding: 10px 0;
}
@media (min-width: 1025px) {
  header.header .burger-menu {
    display: none;
  }
}
header.header .burger-menu .span-wrap {
  position: relative;
  display: block;
  width: 25px;
  height: 20px;
}
header.header .burger-menu .span-wrap span {
  position: absolute;
  display: block;
  height: 2px;
  width: 100%;
  left: 0;
  border-radius: 2px;
  background: var(--mob-button-color);
  transform: rotate(0deg);
  transition: 0.25s ease-in-out;
}
header.header .burger-menu .span-wrap span:nth-child(1) {
  top: 0px;
}
header.header .burger-menu .span-wrap span:nth-child(2), header.header .burger-menu .span-wrap span:nth-child(3) {
  top: 9px;
}
header.header .burger-menu .span-wrap span:nth-child(4) {
  top: 18px;
}
header.header .header-nav #menu-primary > li > a[target=_blank] {
  position: relative;
}
header.header .header-nav #menu-primary > li > a[target=_blank] span {
  display: flex;
  gap: 0.75rem;
  align-items: center;
}
header.header .header-nav #menu-primary > li > a[target=_blank] span::after {
  content: "";
  width: 13px;
  height: 13px;
  background-color: currentColor;
  -webkit-mask: url("../images/icons/external-link.svg") no-repeat center/contain;
          mask: url("../images/icons/external-link.svg") no-repeat center/contain;
  transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 1;
}
header.header .wp-block-button {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  text-decoration: none !important;
  align-self: center;
}
header.header .wp-block-button__link {
  text-decoration: none;
  align-self: center;
  text-transform: uppercase;
  font-weight: 800;
  font-size: clamp(1.4rem, 6vw, 1.6rem);
  text-decoration: none;
  min-width: 0;
  white-space: nowrap;
}
header.header .wp-block-button__link.has-white-background-color {
  color: var(--wp--preset--color--primary);
}
header.header .wp-block-button__link:hover {
  border-color: #fff;
  text-decoration: none;
}
header.header .wp-block-button__link:focus-visible {
  outline: 1px solid var(--wp--preset--color--white);
  outline-offset: 2px;
}
@media (max-width: 1360px) {
  header.header .wp-block-button__link {
    font-size: var(--wp--preset--font-size--small);
  }
}
header.header .wp-block-button.is-style-outline > a {
  font-weight: 700;
}
header.header .wp-block-button.icon .wp-block-button__link::after {
  mask: url("../images/icons/home.svg") center/contain no-repeat;
  -webkit-mask: url("../images/icons/home.svg") center/contain no-repeat;
}
@media (max-width: 1024px) {
  header.header .wp-block-button {
    display: flex;
    width: 100%;
    margin: 0.4em 0;
  }
  header.header .wp-block-button > a {
    display: flex;
    width: 100%;
  }
}
@media (min-width: 1025px) {
  header.header nav.header-nav ul#menu-primary > li {
    position: relative;
    flex-grow: 1;
  }
  header.header nav.header-nav ul#menu-primary > li:not(.wp-block-button) header.header nav.header-nav ul#menu-primary > li.dropdown-opened > .sub-menu-depth-1, header.header nav.header-nav ul#menu-primary > li:not(.click-controller):hover > .sub-menu-depth-1, header.header nav.header-nav ul#menu-primary > li.menu-item-has-children:focus-within > .sub-menu-depth-1 {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  header.header nav.header-nav ul#menu-primary > li:not(.wp-block-button) header.header nav.header-nav ul#menu-primary > li.dropdown-opened > a:not(.wp-block-button__link), header.header nav.header-nav ul#menu-primary > li:not(.click-controller):hover > a:not(.wp-block-button__link), header.header nav.header-nav ul#menu-primary > li.menu-item-has-children:focus-within > a:not(.wp-block-button__link) {
    color: var(--top-color-hover);
    background: var(--top-bg-hover);
  }
  header.header nav.header-nav ul#menu-primary > li:not(.wp-block-button) header.header nav.header-nav ul#menu-primary > li.dropdown-opened > a:not(.wp-block-button__link) span::before, header.header nav.header-nav ul#menu-primary > li:not(.click-controller):hover > a:not(.wp-block-button__link) span::before, header.header nav.header-nav ul#menu-primary > li.menu-item-has-children:focus-within > a:not(.wp-block-button__link) span::before {
    opacity: 1;
    bottom: 0;
  }
  header.header nav.header-nav ul#menu-primary > li:not(.wp-block-button) header.header nav.header-nav ul#menu-primary > li.dropdown-opened > a:not(.wp-block-button__link):focus-visible span, header.header nav.header-nav ul#menu-primary > li:not(.click-controller):hover > a:not(.wp-block-button__link):focus-visible span, header.header nav.header-nav ul#menu-primary > li.menu-item-has-children:focus-within > a:not(.wp-block-button__link):focus-visible span {
    outline: 1px solid currentColor;
    outline-offset: 0.25rem;
  }
  header.header nav.header-nav ul#menu-primary > li > a:not(.wp-block-button__link) {
    position: relative;
    color: var(--top-color);
    font-family: var(--top-nav-font);
    transition: var(--transition);
    padding: 0 1.5rem;
    font-weight: 700;
    white-space: nowrap;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
  header.header nav.header-nav ul#menu-primary > li > a:not(.wp-block-button__link) span {
    position: relative;
    align-self: center;
    line-height: 1.6;
  }
  header.header nav.header-nav ul#menu-primary > li > a:not(.wp-block-button__link) span::before {
    content: "";
    position: absolute;
    bottom: -0.2em;
    left: 0;
    right: 0;
    opacity: 0;
    width: 100%;
    height: 1px;
    background-color: currentColor;
    transition: 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  }
}
@media (min-width: 1025px) and (max-width: 1360px) {
  header.header nav.header-nav ul#menu-primary > li > a:not(.wp-block-button__link) {
    padding: 0 0.75em;
    font-size: var(--wp--preset--font-size--small);
  }
}
@media (min-width: 1025px) {
  header.header nav.header-nav ul#menu-primary > li > a:not(.wp-block-button__link):focus-visible span {
    border-radius: 4px;
    outline: 1px solid currentColor;
    outline-offset: 0.5em;
  }
  header.header nav.header-nav ul#menu-primary > li.search-mobile {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
  header.header nav.header-nav ul#menu-primary > li.search-desktop {
    align-items: center;
  }
  header.header nav.header-nav ul#menu-primary > li.search-desktop:hover {
    cursor: pointer;
  }
  header.header nav.header-nav ul#menu-primary > li.search-desktop:hover svg {
    fill: rgb(123.75, 211.25, 145.625);
  }
  header.header nav.header-nav ul#menu-primary > li.search-desktop button {
    padding: 1.5rem 0 1.5rem 1.5rem;
    display: flex;
    align-items: center;
    height: 100%;
  }
  header.header nav.header-nav ul#menu-primary > li.search-desktop svg {
    width: 20px;
    height: 20px;
    fill: #fff;
    transition: all 0.2s ease-in-out;
  }
  header.header nav.header-nav ul#menu-primary > li.click-controller:hover {
    cursor: pointer;
  }
  header.header nav.header-nav ul#menu-primary > li.click-controller:hover > a {
    color: var(--top-color-hover);
    background: var(--top-bg-hover);
  }
  header.header nav.header-nav ul#menu-primary > li.click-controller > a {
    pointer-events: none;
  }
  header.header nav.header-nav ul#menu-primary > li.current-menu-parent > a, header.header nav.header-nav ul#menu-primary > li.current-page-parent > a {
    background: var(--menu-parent-bg);
    color: var(--menu-parent);
  }
  header.header nav.header-nav ul#menu-primary > li.current-menu-parent > a span::before, header.header nav.header-nav ul#menu-primary > li.current-page-parent > a span::before {
    opacity: 1;
    bottom: 0;
  }
  header.header nav.header-nav ul#menu-primary > li.current-menu-item:not(.wp-block-button) > a {
    background: var(--top-current-bg);
    color: var(--top-current);
  }
  header.header nav.header-nav ul#menu-primary > li.current-menu-item:not(.wp-block-button) > a span::before {
    opacity: 1;
    bottom: 0;
  }
  header.header nav.header-nav ul#menu-primary > li.current-menu-item:not(.wp-block-button) > a:hover {
    background: var(--top-current-bg-hover);
    color: var(--top-current-hover);
  }
  header.header nav.header-nav ul#menu-primary > li .back-button,
  header.header nav.header-nav ul#menu-primary > li .top-level-link {
    display: none;
  }
  header.header nav.header-nav ul#menu-primary .sub-menu-depth-1,
  header.header nav.header-nav ul#menu-primary .sub-menu-depth-2 {
    visibility: hidden;
    pointer-events: none;
    opacity: 0;
    position: absolute;
    display: flex;
    flex-direction: column;
    top: 100%;
    left: 0;
    right: 0;
    width: 250px;
    height: auto !important;
    padding: 1rem 0;
    background: var(--sub-bg);
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.14);
    transition: var(--transition);
  }
  header.header nav.header-nav ul#menu-primary .sub-menu-depth-1 > li:hover > a,
  header.header nav.header-nav ul#menu-primary .sub-menu-depth-2 > li:hover > a {
    color: var(--sub-color-hover);
    background: var(--sub-bg-hover);
  }
  header.header nav.header-nav ul#menu-primary .sub-menu-depth-1 > li > a,
  header.header nav.header-nav ul#menu-primary .sub-menu-depth-2 > li > a {
    width: 100%;
    color: var(--sub-color);
    font-size: 1.6rem;
    padding: 0.8rem 2rem;
    line-height: 1.2;
    background: var(--sub-bg);
  }
  header.header nav.header-nav ul#menu-primary .sub-menu-depth-1 > li.current-menu-item > a,
  header.header nav.header-nav ul#menu-primary .sub-menu-depth-2 > li.current-menu-item > a {
    background: var(--sub-current-bg);
    color: var(--sub-current);
  }
  header.header nav.header-nav ul#menu-primary .sub-menu-depth-1 > li.menu-item-has-children,
  header.header nav.header-nav ul#menu-primary .sub-menu-depth-2 > li.menu-item-has-children {
    position: relative;
  }
  header.header nav.header-nav ul#menu-primary .sub-menu-depth-1 > li.menu-item-has-children > a,
  header.header nav.header-nav ul#menu-primary .sub-menu-depth-2 > li.menu-item-has-children > a {
    border-left: 5px solid var(--sub-color);
  }
  header.header nav.header-nav ul#menu-primary .sub-menu-depth-1 > li.menu-item-has-children:hover .sub-menu-depth-2, header.header nav.header-nav ul#menu-primary .sub-menu-depth-1 > li.menu-item-has-children.menu-item-has-children:focus-within .sub-menu-depth-2,
  header.header nav.header-nav ul#menu-primary .sub-menu-depth-2 > li.menu-item-has-children:hover .sub-menu-depth-2,
  header.header nav.header-nav ul#menu-primary .sub-menu-depth-2 > li.menu-item-has-children.menu-item-has-children:focus-within .sub-menu-depth-2 {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
  }
  header.header nav.header-nav ul#menu-primary .sub-menu-depth-2 {
    top: -1rem;
    left: 100%;
    width: 200px;
    padding: 0;
    box-shadow: 1rem 0.5rem 1rem 0 rgba(0, 0, 0, 0.14);
  }
  header.header nav.header-nav ul#menu-primary .sub-menu-depth-2::before {
    content: none;
  }
  header.header nav.header-nav ul#menu-primary .sub-menu-depth-2 > li > a {
    font-size: 1.4rem;
    background: lightgoldenrodyellow;
  }
  header.header nav.header-nav ul#menu-primary .mobile-menu-control {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
}
@media (max-width: 1024px) {
  header.header {
    overflow-x: clip;
  }
  header.header nav.header-nav {
    z-index: -2;
    position: absolute;
    top: 100%;
    right: 0;
    left: auto;
    width: 100%;
    max-width: 300px;
    backdrop-filter: blur(3px);
    -webkit-backdrop-filter: blur(3px);
    background: var(--mob-bg);
    transition: var(--transition-menu);
  }
  header.header nav.header-nav,
  header.header nav.header-nav ul,
  header.header nav.header-nav li {
    flex-direction: column;
  }
  html.menu-opened header.header nav.header-nav {
    visibility: visible;
    opacity: 1;
    transform: translate(0);
    overflow-x: visible;
  }
  header.header nav.header-nav ul#menu-primary {
    padding: 3.5rem;
    padding-bottom: 7rem;
  }
  header.header nav.header-nav ul#menu-primary > li:not(:has(+ .wp-block-button), .wp-block-button) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  header.header nav.header-nav ul#menu-primary > li:not(.wp-block-button) > a {
    color: var(--mob-color);
  }
  header.header nav.header-nav ul#menu-primary > li > a {
    padding: 1.5rem 1rem;
    font-size: 2.2rem;
  }
  header.header nav.header-nav ul#menu-primary > li > a:focus-visible {
    outline: 1px solid currentColor;
    outline-offset: 2px;
  }
  header.header nav.header-nav ul#menu-primary > li.search-mobile {
    margin-top: 1rem;
    padding: 1rem 0;
  }
  header.header nav.header-nav ul#menu-primary > li.search-mobile form {
    display: grid;
    grid-template-columns: 1fr 5rem;
  }
  header.header nav.header-nav ul#menu-primary > li.search-mobile input {
    padding: 1rem;
    color: #fff;
    width: 100%;
    font-size: 16px;
  }
  header.header nav.header-nav ul#menu-primary > li.search-mobile input::-moz-placeholder {
    color: rgba(255, 255, 255, 0.5);
  }
  header.header nav.header-nav ul#menu-primary > li.search-mobile input::placeholder {
    color: rgba(255, 255, 255, 0.5);
  }
  header.header nav.header-nav ul#menu-primary > li.search-mobile button {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  header.header nav.header-nav ul#menu-primary > li.search-mobile button svg {
    width: 20px;
    height: 20px;
    fill: #fff;
    transition: all 0.2s ease-in-out;
  }
  header.header nav.header-nav ul#menu-primary > li.search-desktop {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
  header.header nav.header-nav ul#menu-primary > li.current-menu-parent:not(.wp-block-button) > a, header.header nav.header-nav ul#menu-primary > li.current-page-parent:not(.wp-block-button) > a {
    color: var(--mob-current-parent);
    background: var(--mob-current-parent-bg);
  }
  header.header nav.header-nav ul#menu-primary > li.current-menu-item:not(.wp-block-button) > a {
    color: var(--mob-current);
    background: var(--mob-current-bg);
  }
  header.header nav.header-nav ul#menu-primary .sub-menu-depth-1,
  header.header nav.header-nav ul#menu-primary .sub-menu-depth-2 {
    margin-left: 1.5rem;
    margin-bottom: 1rem;
  }
  header.header nav.header-nav ul#menu-primary .sub-menu-depth-1 > li > a,
  header.header nav.header-nav ul#menu-primary .sub-menu-depth-2 > li > a {
    padding: 1.2rem 1rem;
    font-size: 2rem;
    color: var(--mob-color);
  }
  header.header nav.header-nav ul#menu-primary .sub-menu-depth-1 > li > a .link-description,
  header.header nav.header-nav ul#menu-primary .sub-menu-depth-2 > li > a .link-description {
    display: none;
  }
  header.header nav.header-nav ul#menu-primary .sub-menu-depth-1 > li > a:focus-visible,
  header.header nav.header-nav ul#menu-primary .sub-menu-depth-2 > li > a:focus-visible {
    outline: 1px solid currentColor;
    outline-offset: 2px;
  }
  header.header nav.header-nav ul#menu-primary .sub-menu-depth-1 > li.current-menu-item > a,
  header.header nav.header-nav ul#menu-primary .sub-menu-depth-2 > li.current-menu-item > a {
    color: var(--mob-current);
    background: var(--mob-current-bg);
  }
  header.header nav.header-nav ul#menu-primary .sub-menu-depth-2 {
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    margin-bottom: 0;
  }
  header.header nav.header-nav.full-width {
    max-width: none;
  }
  header.header nav.header-nav.full-height {
    height: 100vh;
  }
  header.header nav.header-nav.scrollable {
    overflow-y: scroll;
    height: 100vh;
  }
  header.header nav.header-nav.scrollable ul#menu-primary > li:last-child {
    margin-bottom: 12rem;
  }
  header.header nav.header-nav.slideRight {
    left: 0;
    right: auto;
    transform: translateX(-100%);
  }
  header.header nav.header-nav.slideLeft {
    transform: translateX(100%);
  }
  header.header nav.header-nav.slideDown {
    transform: translateY(-100%);
  }
  header.header nav.header-nav.fade {
    opacity: 0;
    visibility: hidden;
  }
  header.header nav.header-nav.collapsed ul#menu-primary li.menu-item-has-children {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
  }
  header.header nav.header-nav.collapsed ul#menu-primary li.menu-item-has-children > a {
    flex: 1;
  }
  header.header nav.header-nav.collapsed ul#menu-primary li.menu-item-has-children .mobile-menu-control {
    pointer-events: none;
    width: 5rem;
    height: 5rem;
    transition: var(--transition-menu);
    background: var(--mob-color);
    mask: url("../images/icons/menu-arrow.svg") center/14px no-repeat;
    -webkit-mask: url("../images/icons/menu-arrow.svg") center/14px no-repeat;
  }
  header.header nav.header-nav.collapsed ul#menu-primary li.menu-item-has-children.submenu-visible > a {
    color: var(--top-current-sticky);
  }
  header.header nav.header-nav.collapsed ul#menu-primary li.menu-item-has-children.submenu-visible > .mobile-menu-control {
    transform: rotate(180deg);
  }
  header.header nav.header-nav.collapsed ul#menu-primary li.menu-item-has-children .mega-menu-container {
    width: 100%;
  }
  header.header nav.header-nav.collapsed ul#menu-primary li.menu-item-has-children ul.sub-menu {
    display: none;
    overflow: hidden;
    width: 100%;
    height: 0;
    margin: 0;
    transition: 250ms ease-out;
  }
  header.header nav.header-nav.collapsed ul#menu-primary .sub-menu-depth-1 li.menu-item-has-children > a::before {
    opacity: 0.5;
  }
  header.header nav.header-nav.menu-panel {
    overflow-x: hidden;
  }
  header.header nav.header-nav.menu-panel ul#menu-primary {
    position: relative;
    transition: 350ms ease-out;
    top: 40px;
    left: 0;
  }
  header.header nav.header-nav.menu-panel ul#menu-primary li.menu-item-has-children > a {
    pointer-events: none;
    position: relative;
    width: auto !important;
  }
  header.header nav.header-nav.menu-panel ul#menu-primary li.menu-item-has-children > .mobile-menu-control {
    transform: rotate(-90deg);
    right: 0;
  }
  header.header nav.header-nav.menu-panel ul#menu-primary li.menu-item-has-children.submenu-visible > a button.mobile-menu-control {
    transform: rotate(90deg);
  }
  header.header nav.header-nav.menu-panel ul#menu-primary li.menu-item-has-children.submenu-visible > .sub-menu {
    opacity: 1;
    transform: scale(1);
    visibility: visible;
  }
  header.header nav.header-nav.menu-panel ul#menu-primary li.menu-item-has-children > ul.sub-menu {
    position: absolute;
    padding: 0 2rem;
    top: 40px;
    height: 100vh;
    height: 100svh;
    width: calc(100% - 4rem);
    left: 100%;
    opacity: 0;
    visibility: hidden;
    height: auto;
    transform: scale(0.8);
    transition: 450ms ease-out;
    overflow: visible;
    border: 0;
  }
  header.header nav.header-nav.menu-panel ul#menu-primary li.menu-item-has-children > ul.sub-menu-depth-2 {
    top: 0;
  }
  header.header nav.header-nav.menu-panel ul#menu-primary li.menu-item-has-children > ul.sub-menu .back-button {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  header.header nav.header-nav.menu-panel ul#menu-primary li.menu-item-has-children > ul.sub-menu .back-button button {
    display: block;
    font-size: 2.2rem;
    color: white;
    padding: 1.2rem 1rem;
  }
  header.header nav.header-nav.menu-panel ul#menu-primary li.menu-item-has-children > ul.sub-menu .back-button button::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 12px;
    margin-right: 1rem;
    transform: rotate(90deg);
    background: var(--mob-color);
    mask: url("../images/icons/menu-arrow.svg") center/14px no-repeat;
    -webkit-mask: url("../images/icons/menu-arrow.svg") center/14px no-repeat;
  }
  header.header nav.header-nav.menu-panel ul#menu-primary li.menu-item-has-children > ul.sub-menu .top-level-link {
    display: block;
  }
  header.header nav.header-nav.not-clickable ul#menu-primary li.menu-item-has-children > a {
    pointer-events: none;
  }
  header.header nav.header-nav.clickable ul#menu-primary li.menu-item-has-children > a {
    max-width: calc(100% - 8.5rem);
  }
}
@media (min-width: 1025px) {
  header.header nav.header-nav.mega-menu-enabled ul#menu-primary li.mega-menu-item {
    position: static;
  }
  header.header nav.header-nav.mega-menu-enabled ul#menu-primary li.mega-menu-item.dropdown-opened .mega-menu-container, header.header nav.header-nav.mega-menu-enabled ul#menu-primary li.mega-menu-item:not(.click-controller):hover .mega-menu-container, header.header nav.header-nav.mega-menu-enabled ul#menu-primary li.mega-menu-item.menu-item-has-children:focus-within .mega-menu-container {
    pointer-events: all;
    opacity: 1;
    visibility: visible;
    cursor: auto;
  }
  header.header nav.header-nav.mega-menu-enabled ul#menu-primary li.mega-menu-item .mega-menu-container {
    pointer-events: none;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    background: var(--mega-menu-bg);
    box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.3);
    transition: var(--transition);
    padding-left: var(--wp--style--root--padding-left);
    padding-right: var(--wp--style--root--padding-right);
  }
  header.header nav.header-nav.mega-menu-enabled ul#menu-primary li.mega-menu-item .mega-menu-container.col_1 {
    --mega-menu-columns: 1;
  }
  header.header nav.header-nav.mega-menu-enabled ul#menu-primary li.mega-menu-item .mega-menu-container.col_1 .sub-menu-depth-1 li:not(.top-level-link, .back-button) {
    display: block;
    width: calc(50% - var(--wp--preset--spacing--small) / 2);
  }
  header.header nav.header-nav.mega-menu-enabled ul#menu-primary li.mega-menu-item .mega-menu-container.col_2 {
    --mega-menu-columns: 2;
  }
  header.header nav.header-nav.mega-menu-enabled ul#menu-primary li.mega-menu-item .wrap {
    display: grid;
    grid-template-columns: 1fr 66%;
    max-width: var(--wp--style--global--content-size);
    margin: auto;
    gap: 10%;
    padding-top: 7rem;
    padding-bottom: 7rem;
  }
  header.header nav.header-nav.mega-menu-enabled ul#menu-primary li.mega-menu-item .wrap h3 {
    font-size: 4rem;
    color: var(--wp--preset--color--secondary);
  }
  header.header nav.header-nav.mega-menu-enabled ul#menu-primary li.mega-menu-item .wrap p.mega-menu-description {
    color: var(--wp--preset--color--secondary);
    font-size: var(--wp--preset--font-size--body-large);
    line-height: 1.3;
  }
  header.header nav.header-nav.mega-menu-enabled ul#menu-primary li.mega-menu-item .wrap .wp-block-buttons {
    margin-top: var(--wp--preset--spacing--normal);
  }
  header.header nav.header-nav.mega-menu-enabled ul#menu-primary li.mega-menu-item .sub-menu-depth-1,
  header.header nav.header-nav.mega-menu-enabled ul#menu-primary li.mega-menu-item .sub-menu-depth-2 {
    all: unset;
    display: block;
    align-items: start;
    -moz-columns: var(--mega-menu-columns, 2);
         columns: var(--mega-menu-columns, 2);
    -moz-column-gap: var(--wp--preset--spacing--small);
         column-gap: var(--wp--preset--spacing--small);
  }
  header.header nav.header-nav.mega-menu-enabled ul#menu-primary li.mega-menu-item .sub-menu-depth-1::before,
  header.header nav.header-nav.mega-menu-enabled ul#menu-primary li.mega-menu-item .sub-menu-depth-2::before {
    display: none;
  }
  header.header nav.header-nav.mega-menu-enabled ul#menu-primary li.mega-menu-item .sub-menu-depth-1 > li,
  header.header nav.header-nav.mega-menu-enabled ul#menu-primary li.mega-menu-item .sub-menu-depth-2 > li {
    all: unset;
    display: inline-block;
    width: 100%;
    list-style: none;
  }
  header.header nav.header-nav.mega-menu-enabled ul#menu-primary li.mega-menu-item .sub-menu-depth-1 > li > a,
  header.header nav.header-nav.mega-menu-enabled ul#menu-primary li.mega-menu-item .sub-menu-depth-2 > li > a {
    all: unset;
    cursor: pointer;
    position: relative;
    display: block;
    color: var(--wp--preset--color--secondary);
    border-top: 1px solid var(--wp--preset--color--green);
    padding: 0.3em 3rem 1.2em 0;
    transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  header.header nav.header-nav.mega-menu-enabled ul#menu-primary li.mega-menu-item .sub-menu-depth-1 > li > a span.link-title,
  header.header nav.header-nav.mega-menu-enabled ul#menu-primary li.mega-menu-item .sub-menu-depth-2 > li > a span.link-title {
    display: block;
    font-size: var(--wp--preset--font-size--medium);
    margin-bottom: 0.5em;
  }
  header.header nav.header-nav.mega-menu-enabled ul#menu-primary li.mega-menu-item .sub-menu-depth-1 > li > a::before,
  header.header nav.header-nav.mega-menu-enabled ul#menu-primary li.mega-menu-item .sub-menu-depth-2 > li > a::before {
    content: "";
    position: absolute;
    top: -1px;
    left: 0;
    height: 1px;
    width: 0%;
    background: var(--wp--preset--color--white);
    transition: 750ms cubic-bezier(0.4, 0, 0.2, 1);
  }
  header.header nav.header-nav.mega-menu-enabled ul#menu-primary li.mega-menu-item .sub-menu-depth-1 > li > a span.link-description,
  header.header nav.header-nav.mega-menu-enabled ul#menu-primary li.mega-menu-item .sub-menu-depth-2 > li > a span.link-description {
    display: block;
    font-size: var(--wp--preset--font-size--body) !important;
    color: var(--wp--preset--color--green);
    margin-top: 0.5em;
    transition: 200ms;
    max-width: 300px;
  }
  header.header nav.header-nav.mega-menu-enabled ul#menu-primary li.mega-menu-item .sub-menu-depth-1 > li > a::after,
  header.header nav.header-nav.mega-menu-enabled ul#menu-primary li.mega-menu-item .sub-menu-depth-2 > li > a::after {
    content: "";
    position: absolute;
    right: 0;
    top: 0.6em;
    width: 1em;
    height: 1em;
    background: var(--wp--preset--color--green);
    transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
    -webkit-mask: url(../images/icons/slider-arrow.svg) center/contain no-repeat;
            mask: url(../images/icons/slider-arrow.svg) center/contain no-repeat;
  }
  header.header nav.header-nav.mega-menu-enabled ul#menu-primary li.mega-menu-item .sub-menu-depth-1 > li > a:hover,
  header.header nav.header-nav.mega-menu-enabled ul#menu-primary li.mega-menu-item .sub-menu-depth-2 > li > a:hover {
    color: var(--wp--preset--color--white);
  }
  header.header nav.header-nav.mega-menu-enabled ul#menu-primary li.mega-menu-item .sub-menu-depth-1 > li > a:hover::before,
  header.header nav.header-nav.mega-menu-enabled ul#menu-primary li.mega-menu-item .sub-menu-depth-2 > li > a:hover::before {
    width: 100%;
  }
  header.header nav.header-nav.mega-menu-enabled ul#menu-primary li.mega-menu-item .sub-menu-depth-1 > li > a:hover::after,
  header.header nav.header-nav.mega-menu-enabled ul#menu-primary li.mega-menu-item .sub-menu-depth-2 > li > a:hover::after {
    background: currentColor;
  }
  header.header nav.header-nav.mega-menu-enabled ul#menu-primary li.mega-menu-item .sub-menu-depth-1 > li > a:hover span.link-description,
  header.header nav.header-nav.mega-menu-enabled ul#menu-primary li.mega-menu-item .sub-menu-depth-2 > li > a:hover span.link-description {
    color: var(--wp--preset--color--white);
  }
  header.header nav.header-nav.mega-menu-enabled ul#menu-primary li.mega-menu-item .sub-menu-depth-1 > li:focus-within a:focus-visible,
  header.header nav.header-nav.mega-menu-enabled ul#menu-primary li.mega-menu-item .sub-menu-depth-2 > li:focus-within a:focus-visible {
    border-radius: 4px;
    outline: 1px solid var(--wp--preset--color--secondary);
    outline-offset: 3px;
    color: var(--wp--preset--color--white);
  }
  header.header nav.header-nav.mega-menu-enabled ul#menu-primary li.mega-menu-item .sub-menu-depth-1 > li:focus-within a::before,
  header.header nav.header-nav.mega-menu-enabled ul#menu-primary li.mega-menu-item .sub-menu-depth-2 > li:focus-within a::before {
    width: 100%;
  }
  header.header nav.header-nav.mega-menu-enabled ul#menu-primary li.mega-menu-item .sub-menu-depth-1 > li:focus-within a::after,
  header.header nav.header-nav.mega-menu-enabled ul#menu-primary li.mega-menu-item .sub-menu-depth-2 > li:focus-within a::after {
    background: currentColor;
  }
  header.header nav.header-nav.mega-menu-enabled ul#menu-primary li.mega-menu-item .sub-menu-depth-1 > li:focus-within a span.link-description,
  header.header nav.header-nav.mega-menu-enabled ul#menu-primary li.mega-menu-item .sub-menu-depth-2 > li:focus-within a span.link-description {
    color: var(--wp--preset--color--white);
  }
  header.header nav.header-nav.mega-menu-enabled ul#menu-primary li.mega-menu-item .sub-menu-depth-1 .current-menu-item a,
  header.header nav.header-nav.mega-menu-enabled ul#menu-primary li.mega-menu-item .sub-menu-depth-2 .current-menu-item a {
    color: var(--wp--preset--color--white);
  }
  header.header nav.header-nav.mega-menu-enabled ul#menu-primary li.mega-menu-item .sub-menu-depth-1 .current-menu-item a::before,
  header.header nav.header-nav.mega-menu-enabled ul#menu-primary li.mega-menu-item .sub-menu-depth-2 .current-menu-item a::before {
    width: 100%;
  }
  header.header nav.header-nav.mega-menu-enabled ul#menu-primary li.mega-menu-item .sub-menu-depth-1 .current-menu-item a::after,
  header.header nav.header-nav.mega-menu-enabled ul#menu-primary li.mega-menu-item .sub-menu-depth-2 .current-menu-item a::after {
    background: currentColor;
  }
  header.header nav.header-nav.mega-menu-enabled ul#menu-primary li.mega-menu-item .sub-menu-depth-1 .current-menu-item a span.link-description,
  header.header nav.header-nav.mega-menu-enabled ul#menu-primary li.mega-menu-item .sub-menu-depth-2 .current-menu-item a span.link-description {
    color: var(--wp--preset--color--white);
  }
  header.header nav.header-nav.mega-menu-enabled ul#menu-primary li.mega-menu-item .sub-menu-depth-1 .back-button,
  header.header nav.header-nav.mega-menu-enabled ul#menu-primary li.mega-menu-item .sub-menu-depth-1 .top-level-link,
  header.header nav.header-nav.mega-menu-enabled ul#menu-primary li.mega-menu-item .sub-menu-depth-2 .back-button,
  header.header nav.header-nav.mega-menu-enabled ul#menu-primary li.mega-menu-item .sub-menu-depth-2 .top-level-link {
    display: none;
  }
  header.header nav.header-nav.mega-menu-enabled ul#menu-primary li.mega-menu-item .sub-menu-depth-2 {
    margin: 1rem 0;
    padding-left: 1.5rem;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
  }
  header.header nav.header-nav.mega-menu-enabled ul#menu-primary li.mega-menu-item .sub-menu-depth-2 > li > a {
    opacity: 0.75;
  }
}
@media (max-width: 1024px) {
  header.header nav.header-nav.mega-menu-enabled ul#menu-primary li.mega-menu-item .wrap {
    all: unset;
  }
  header.header nav.header-nav.mega-menu-enabled ul#menu-primary li.mega-menu-item .mega-menu-content {
    display: none;
  }
  header.header nav.header-nav.mega-menu-enabled.menu-panel {
    overflow-x: hidden;
  }
  header.header nav.header-nav.mega-menu-enabled.menu-panel ul#menu-primary {
    position: relative;
    transition: 350ms ease-out;
    top: 0px;
    left: 0;
  }
  header.header nav.header-nav.mega-menu-enabled.menu-panel ul#menu-primary li.menu-item-has-children .wrap {
    position: absolute;
    top: 0;
    left: 100%;
    height: calc(100vh - 100px);
    height: calc(100dvh - 75px);
    width: 100%;
    opacity: 0;
    overflow: scroll;
    visibility: hidden;
    transform: scale(0.8);
    transition: 450ms ease-out;
    transition-delay: 100ms;
  }
  header.header nav.header-nav.mega-menu-enabled.menu-panel ul#menu-primary li.menu-item-has-children .wrap > ul.sub-menu {
    height: 100%;
    padding: 0 2rem;
    box-sizing: border-box;
    overflow: visible;
    border: 0;
    padding-bottom: 7rem;
  }
  header.header nav.header-nav.mega-menu-enabled.menu-panel ul#menu-primary li.menu-item-has-children .wrap > ul.sub-menu-depth-2 {
    top: 0;
  }
  header.header nav.header-nav.mega-menu-enabled.menu-panel ul#menu-primary li.menu-item-has-children .wrap > ul.sub-menu .back-button {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  header.header nav.header-nav.mega-menu-enabled.menu-panel ul#menu-primary li.menu-item-has-children .wrap > ul.sub-menu .back-button button {
    display: block;
    font-size: 2.2rem;
    color: white;
    padding: 1.2rem 1rem;
  }
  header.header nav.header-nav.mega-menu-enabled.menu-panel ul#menu-primary li.menu-item-has-children .wrap > ul.sub-menu .back-button button::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 12px;
    margin-right: 1rem;
    transform: rotate(90deg);
    background: url(../images/icons/menu-arrow.svg) center/14px no-repeat;
  }
  header.header nav.header-nav.mega-menu-enabled.menu-panel ul#menu-primary li.menu-item-has-children .wrap > ul.sub-menu .top-level-link {
    display: block;
  }
  header.header nav.header-nav.mega-menu-enabled.menu-panel ul#menu-primary li.menu-item-has-children.submenu-visible > a button.mobile-menu-control {
    transform: rotate(90deg);
  }
  header.header nav.header-nav.mega-menu-enabled.menu-panel ul#menu-primary li.menu-item-has-children.submenu-visible .wrap {
    opacity: 1;
    transform: scale(1);
    visibility: visible;
  }
  header.header nav.header-nav.mega-menu-enabled.menu-panel ul#menu-primary.menu-panel-opened > li:not(.submenu-visible) {
    display: none;
  }
}

.archive .posts-list,
.archive .help-list,
.blog .posts-list,
.blog .help-list {
  margin: var(--wp--preset--spacing--large) 0;
}

.wp-block-button .wp-block-button__link {
  position: relative;
  overflow: visible;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  padding: 0.35em 1.25em;
  min-width: 14rem;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
  border-radius: 99px;
  border: 1px solid var(--wp--preset--color--primary);
  background: var(--wp--preset--color--primary);
  color: #fff;
  font-weight: 700;
  transition: all 300ms cubic-bezier(0.2, 0.8, 0.2, 1);
  cursor: pointer;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  outline: 1px solid transparent;
  outline-offset: 2px;
}
.wp-block-button .wp-block-button__link:hover {
  text-decoration: none;
  background: #fff;
  border-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--primary);
  box-shadow: 0 0 1rem -0.25rem rgba(0, 0, 0, 0.5);
}
.wp-block-button .wp-block-button__link:focus-visible {
  outline: 1px solid var(--wp--preset--color--primary);
  outline-offset: 2px;
}
.wp-block-button .wp-block-button__link.has-primary-background-color {
  border-color: var(--wp--preset--color--primary);
}
.wp-block-button .wp-block-button__link.has-primary-background-color:hover {
  background: var(--wp--preset--color--white) !important;
  color: var(--wp--preset--color--primary);
}
.wp-block-button .wp-block-button__link.has-grey-background-color {
  border-color: var(--wp--preset--color--grey);
}
.wp-block-button .wp-block-button__link.has-grey-background-color:hover {
  border-color: var(--wp--preset--color--primary);
  background: var(--wp--preset--color--white) !important;
}
.wp-block-button .wp-block-button__link.has-white-background-color {
  color: var(--wp--preset--color--primary);
  border-color: var(--wp--preset--color--white);
}
.wp-block-button .wp-block-button__link.has-white-background-color:hover {
  background-color: var(--wp--preset--color--primary) !important;
  color: var(--wp--preset--color--white);
}
.wp-block-button .wp-block-button__link.has-medium-font-size {
  padding-left: 2em;
  padding-right: 2em;
}
.wp-block-button.is-style-outline .wp-block-button__link {
  background: #fff;
  color: var(--wp--preset--color--primary);
  border: 1px solid;
}
.wp-block-button.is-style-outline .wp-block-button__link:hover, .wp-block-button.is-style-outline .wp-block-button__link:active, .wp-block-button.is-style-outline .wp-block-button__link:focus {
  border-color: var(--wp--preset--color--primary);
  background: var(--wp--preset--color--primary);
  color: #fff;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-white-color {
  background: transparent;
}
.wp-block-button.is-style-outline .wp-block-button__link.has-white-color:hover {
  background: var(--wp--preset--color--white);
  color: var(--wp--preset--color--primary) !important;
  border-color: var(--wp--preset--color--white) !important;
}
.wp-block-button.icon .wp-block-button__link {
  padding-right: 0.5em;
}
.wp-block-button.icon .wp-block-button__link::after {
  content: "";
  display: inline-block;
  width: 1.5em;
  height: 1.3em;
  transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
  background: currentColor;
  mask: url("../images/icons/arrow-right-thin.svg") center/contain no-repeat;
  -webkit-mask: url("../images/icons/arrow-right-thin.svg") center/contain no-repeat;
}
.wp-block-button.is-style-btn-text-link .wp-block-button__link {
  all: unset;
  cursor: pointer;
  display: inline-flex;
  align-items: flex-start;
  padding: 1rem 0.25rem 0;
  font-weight: 600;
  color: var(--wp--preset--color--primary);
  line-height: 1.1;
  border-top: 1px solid currentColor;
  transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
  text-underline-offset: 2px;
  -webkit-text-decoration: underline currentColor;
          text-decoration: underline currentColor;
  outline: 1px solid transparent;
  outline-offset: 2px;
}
.wp-block-button.is-style-btn-text-link .wp-block-button__link::after {
  content: "";
  position: relative;
  top: -2px;
  display: inline-block;
  margin-left: 1rem;
  min-width: 2.5rem;
  min-height: 2.5rem;
  transition: 250ms cubic-bezier(0.4, 0, 0.2, 1);
  background: currentColor;
  mask: url("../images/icons/slider-arrow.svg") center no-repeat;
  -webkit-mask: url("../images/icons/slider-arrow.svg") center no-repeat;
}
.wp-block-button.is-style-btn-text-link .wp-block-button__link:hover {
  color: var(--wp--preset--color--grey);
  -webkit-text-decoration: underline solid transparent;
          text-decoration: underline solid transparent;
}
.wp-block-button.is-style-btn-text-link .wp-block-button__link:focus-visible {
  outline: 1px solid currentColor;
  outline-offset: 2px;
}
.wp-block-button.full-width {
  display: block;
}
.wp-block-button.aligncenter, .wp-block-button.center {
  position: relative;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.2s ease-in-out;
}

html body.login {
  min-height: 600px;
  display: flex;
  box-sizing: border-box;
  background-color: var(--wp--preset--color--primary);
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-family: var(--wp--preset--font-family--primary);
}
html body.login::after {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
html .language-switcher {
  margin-top: 2rem;
}
html .language-switcher label {
  display: none !important;
}
html .login .privacy-policy-page-link {
  margin: var(--wp--preset--spacing--medium) 0 2rem;
}
html .login {
  /* Logo */
}
html .login h1 a,
html .login h1.wp-login-logo a {
  padding-bottom: 0;
  width: 270px;
  height: 80px;
  background-size: contain;
  background-position: center;
  background-image: url("../images/login-logo.svg");
  display: block;
  margin: 3rem auto 0;
  padding: 0;
}
html .login .notice {
  margin: 1rem 2rem;
  border-radius: 4px;
  border: 0;
  text-align: center;
  font-weight: 400;
}
html .login .notice-info {
  background: var(--wp--preset--color--green);
  color: #fff;
}
html .login .notice-error {
  background: #d63638;
  color: #fff;
}
html .login .notice a {
  color: #fff;
  text-decoration: underline;
}
html .login #nav {
  color: var(--wp--preset--color--grey) !important;
  float: right;
  margin: 0;
  padding: 0 20px 20px 0;
  opacity: 0.7;
}
html .login #nav a {
  color: var(--wp--preset--color--grey) !important;
  text-decoration: none !important;
}
html .login #nav a:hover {
  color: var(--wp--preset--color--grey) !important;
  text-decoration: underline !important;
}
html .login #login {
  overflow: hidden;
  min-width: 360px !important;
  background: #fff;
  margin: 0;
  padding: 0;
  border-radius: 5px;
  box-shadow: 0 0px 30px -5px rgba(0, 0, 0, 0.05);
  position: relative;
  z-index: 2;
}
html .login #backtoblog {
  float: left;
  margin: 0;
  padding: 0 0 20px 20px;
  opacity: 0.7;
}
html .login #backtoblog a {
  color: var(--wp--preset--color--grey) !important;
  text-decoration: none;
}
html .login #backtoblog a:hover {
  color: var(--wp--preset--color--grey) !important;
  text-decoration: underline;
}
html .login form {
  background: none;
  padding: 20px;
  margin-top: 0;
  box-shadow: none;
  border: none;
}
html .login form label {
  color: var(--wp--preset--color--grey);
  position: relative;
  content: "";
  display: block;
}
html .login form input[type=text],
html .login form input[type=password] {
  border: 1px solid var(--wp--preset--color--grey);
  box-shadow: none;
  color: var(--wp--preset--color--grey);
  padding: 0.6em 0.5em;
  font-size: var(--wp--preset--font-size--body);
  font-weight: 300;
  transition: 150ms;
}
html .login form input[type=text]:focus-visible, html .login form input[type=text]:focus,
html .login form input[type=password]:focus-visible,
html .login form input[type=password]:focus {
  border-color: var(--wp--preset--color--secondary);
  border-radius: 4px;
}
html .login form label[for=user_login]:before {
  content: "\f110";
  font-family: dashicons;
  font-size: 20px;
  position: relative;
  top: 4px;
  margin-right: 7px;
}
html .login form label[for=user_pass]:before {
  content: "\f160";
  font-family: dashicons;
  font-size: 20px;
  position: relative;
  top: 4px;
  margin-right: 7px;
}
html .login form p.submit {
  display: flex;
  justify-content: flex-end;
}
html .login form p.submit #wp-submit {
  position: relative;
  overflow: visible;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.5em;
  padding: 0.35em 1.25em;
  min-width: 14rem;
  line-height: 1.4;
  text-align: center;
  text-transform: uppercase;
  border-radius: 99px;
  border: 1px solid var(--wp--preset--color--primary);
  background: var(--wp--preset--color--primary);
  color: #fff;
  font-weight: 700;
  transition: all 300ms cubic-bezier(0.2, 0.8, 0.2, 1);
  cursor: pointer;
  box-shadow: 0 0 0 0 rgba(0, 0, 0, 0);
  outline: 1px solid transparent;
  outline-offset: 2px;
  font-family: var(--wp--preset--font-family--primary);
}
html .login form p.submit #wp-submit:hover {
  text-decoration: none;
  background: #fff;
  border-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--primary);
  box-shadow: 0 0 1rem -0.25rem rgba(0, 0, 0, 0.5);
}
html .login form p.submit #wp-submit:focus-visible {
  outline: 1px solid var(--wp--preset--color--primary);
  outline-offset: 2px;
}
html .login form p.submit #wp-submit.has-primary-background-color {
  border-color: var(--wp--preset--color--primary);
}
html .login form p.submit #wp-submit.has-primary-background-color:hover {
  background: var(--wp--preset--color--white) !important;
  color: var(--wp--preset--color--primary);
}
html .login form p.submit #wp-submit.has-grey-background-color {
  border-color: var(--wp--preset--color--grey);
}
html .login form p.submit #wp-submit.has-grey-background-color:hover {
  border-color: var(--wp--preset--color--primary);
  background: var(--wp--preset--color--white) !important;
}
html .login form p.submit #wp-submit.has-white-background-color {
  color: var(--wp--preset--color--primary);
  border-color: var(--wp--preset--color--white);
}
html .login form p.submit #wp-submit.has-white-background-color:hover {
  background-color: var(--wp--preset--color--primary) !important;
  color: var(--wp--preset--color--white);
}
html .login form p.submit #wp-submit.has-medium-font-size {
  padding-left: 2em;
  padding-right: 2em;
}
html .forgetmenot {
  display: none;
}

.error404 #site-content {
  padding: 60px 0 80px 0;
  text-align: center;
}
.error404 #site-content h1 {
  margin: 0 0 3rem 0;
  opacity: 0.6;
}
.error404 #site-content h1 strong {
  display: block;
  font-size: 11rem;
  color: #7c8084;
  line-height: 12rem;
}
.error404 #site-content h1 span {
  display: block;
  font-size: 3rem;
  margin-top: -1rem;
  color: #687077;
}
.error404 #site-content p {
  max-width: 600px;
  margin: 0 auto;
}
.error404 #site-content p a {
  color: var(--wp--preset--color--primary);
  font-weight: 600;
}

.page #site-content {
  margin-top: var(--wp--preset--spacing--large);
  margin-bottom: var(--wp--preset--spacing--x-large);
}
.page #site-content > .wp-block-group.has-global-padding:not(.alignfull) {
  padding-left: 0;
  padding-right: 0;
}
@media (max-width: 1024px) {
  .page #site-content > * {
    grid-column: content;
  }
}
.page #site-content .alignfull {
  overflow-x: clip;
}
.page-template-page-narrow .is-layout-constrained:not(.footer) > :where(:not(.alignleft):not(.alignright):not(.alignfull):not(.alignwide)) {
  max-width: 1100px;
}
.page.search #site-content > *, .page.error404 #site-content > * {
  grid-column: content;
}
.page.search #site-content .alignfull, .page.error404 #site-content .alignfull {
  grid-column: full-width-start/full-width-end;
}

.search .layout {
  margin: var(--wp--preset--spacing--medium) 0;
}
.search .layout .results-list {
  display: grid;
  margin: var(--wp--preset--spacing--medium) auto;
  padding: 0;
  max-width: 1100px;
}
.search .layout .result-item,
.search .layout .search-taxonomy-terms {
  display: block;
  position: relative;
  padding: var(--wp--preset--spacing--normal) var(--wp--preset--spacing--small);
  border-bottom: 1px solid var(--wp--preset--color--light-grey);
}
.search .layout .result-item a::before,
.search .layout .search-taxonomy-terms a::before {
  content: none !important;
}
.search .layout .result-item a .results-item__title,
.search .layout .search-taxonomy-terms a .results-item__title {
  color: var(--wp--preset--color--green);
}
.search .layout .result-item__title,
.search .layout .search-taxonomy-terms__title {
  display: flex;
  gap: 0.5em;
  align-items: center;
  margin-bottom: 0;
  font-family: var(--wp--preset--font-family--primary);
  color: var(--wp--preset--color--primary);
  transition: all 0.2s ease-in-out;
  line-height: 1.2;
  margin: 0 0 0.5rem;
  font-size: 2.4rem;
}
.search .layout .result-item__title:hover,
.search .layout .search-taxonomy-terms__title:hover {
  color: var(--wp--preset--color--green);
}
.search .layout .result-item svg,
.search .layout .search-taxonomy-terms svg {
  display: block;
  width: 0.8em;
  height: 0.8em;
  fill: currentColor;
}
.search .layout .result-item__resources,
.search .layout .search-taxonomy-terms__resources {
  padding: 0;
  display: flex;
  gap: 1em;
  padding-top: 0.5em;
  margin-top: 0.8em;
  margin-bottom: 0;
  border-top: 1px solid var(--wp--preset--color--light-grey);
}
.search .layout .result-item__resources li a,
.search .layout .search-taxonomy-terms__resources li a {
  display: flex;
  align-items: center;
  gap: 0.5em;
}
.search .layout .result-item__excerpt,
.search .layout .search-taxonomy-terms__excerpt {
  margin: 0;
}
.search .layout .result-item .read-more,
.search .layout .search-taxonomy-terms .read-more {
  text-transform: uppercase;
  margin: 0.5rem 0 0;
}
.search .layout .result-item .search-excerpt,
.search .layout .search-taxonomy-terms .search-excerpt {
  background: yellow;
}
.search .layout .proactive-pagination {
  margin: var(--wp--preset--spacing--normal) auto;
}
.search .layout .search-taxonomy-terms {
  margin-top: var(--wp--preset--spacing--medium);
  margin-bottom: var(--wp--preset--spacing--normal);
  max-width: 1100px;
  border: 1px solid var(--wp--preset--color--light-grey);
  border-radius: 1em;
}
.search .layout .search-taxonomy-terms__title {
  margin-bottom: 1em;
}
.search footer.footer {
  margin-top: var(--wp--preset--spacing--medium);
}

.layout .content__sidebar {
  grid-column: sidebar;
  grid-row: 1;
  margin-bottom: var(--wp--preset--spacing--medium);
  padding-right: var(--wp--preset--spacing--small);
}
.layout .content__sidebar .post-item__author {
  font-weight: 400;
}
.layout .content__sidebar .single-meta {
  border-top: 1px solid;
  padding: var(--wp--preset--spacing--small) 0 var(--wp--preset--spacing--normal);
  display: flex;
  flex-direction: column;
  gap: 0.3em;
}
.layout .content__sidebar .single-category {
  color: var(--wp--preset--color--primary);
}
.layout .content__sidebar .single-date, .layout .content__sidebar .single-category {
  text-transform: uppercase;
  font-weight: 800;
  line-height: 1;
  margin: 0;
}
.layout .content__sidebar .single-date {
  color: var(--wp--preset--color--grey);
}
.layout .content__sidebar .single-share {
  position: sticky;
  top: calc(100px + var(--wp-admin--admin-bar--height, 0px));
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: var(--wp--preset--spacing--x-small) var(--wp--preset--spacing--small);
  margin-top: var(--wp--preset--spacing--x-small);
  border-top: 1px solid;
  padding-top: var(--wp--preset--spacing--x-small);
}
.layout .content__sidebar .single-share :where(p.post-share-text) {
  margin-bottom: 0 !important;
}
.layout .content__sidebar .single-share-icons {
  display: flex;
  gap: var(--wp--preset--spacing--x-small);
}
.layout .content__sidebar .single-share svg {
  all: unset;
  width: 2rem;
  height: 2rem;
  fill: #79825d;
  transition: 200ms;
}
.layout .content__sidebar .single-share a {
  display: flex;
  color: var(--wp--preset--color--gold);
}
.layout .content__sidebar .single-share a:hover svg {
  fill: var(--wp--preset--color--primary);
}

.single .banner-static .wp-block-heading {
  max-width: 1100px;
  width: 100%;
  margin-left: auto;
}
.single .layout {
  margin-top: var(--wp--preset--spacing--large);
}
@media (min-width: 783px) {
  .single .layout {
    display: grid;
    grid-template-areas: "full-width-start sidebar content content full-width-end";
    grid-template-columns: minmax(var(--wp--style--root--padding-right), 1fr) repeat(12, minmax(0, calc(var(--wp--style--global--content-size) / 12))) minmax(var(--wp--style--root--padding-right), 1fr);
    grid-auto-rows: auto;
    grid-template-areas: "full-width-start sidebar sidebar content content content content content content content content content content full-width-end";
  }
  .single .layout.has-global-padding {
    padding: 0;
  }
}
.single .layout__post .content {
  grid-column: content;
  display: grid;
  grid-gap: 0 var(--wp--preset--spacing--medium);
}
@media (min-width: 783px) {
  .single .layout__post .content {
    grid-template-columns: 1fr 1fr;
  }
}
.single .layout .content {
  margin-bottom: var(--wp--preset--spacing--medium);
}
.single .layout .content .attachment-post-thumbnail {
  grid-column: 1/-1;
  aspect-ratio: 16/6;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: var(--focal-point, 50% 50%);
     object-position: var(--focal-point, 50% 50%);
  margin-bottom: var(--wp--preset--spacing--medium);
  width: 100%;
}
.single .layout .content__intro {
  grid-column: 1/-1;
}
.single .layout .content__intro .is-style-intro {
  margin-bottom: var(--wp--preset--spacing--medium);
}
.single .layout .content__inner.col-2 {
  grid-column: 1/-1;
}
.single .layout .content__form {
  padding: var(--wp--preset--spacing--small);
  background: var(--wp--preset--color--secondary);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  max-width: 420px;
  margin-left: auto;
  position: sticky;
}
@media (min-width: 783px) {
  .single .layout .content__form {
    top: calc(100px + var(--wp-admin--admin-bar--height, 0px));
  }
}
.single .layout .content__form h2.content__form-title {
  margin: 0 0 var(--wp--preset--spacing--small);
  font-weight: 400;
  font-size: var(--wp--preset--font-size--large);
}
.single .layout .content__form .expand-button {
  text-align: left;
}
.single .layout .back-buttons {
  grid-column: 1;
  margin-top: var(--wp--preset--spacing--medium);
  width: 100%;
  gap: 0;
}
.single .layout .back-buttons .wp-block-button {
  width: 100%;
}
.single .layout .back-buttons .wp-block-button__link {
  width: 100%;
  flex-direction: row-reverse;
  justify-content: flex-end;
  padding: 1.5rem 0.25rem;
}
.single .layout .back-buttons .wp-block-button__link::after {
  margin-left: 0;
  margin-right: 1rem;
  transform: rotate(180deg);
}

body.single .is-layout-constrained.content,
body.single .is-root-container {
  --wp--custom--content-gap: 0;
}
body.single .is-layout-constrained.content > :where(:not(.alignleft):not(.alignright):not(.alignfull):not(.footer-inner):not(.search-filter-container)),
body.single .is-root-container > :where(:not(.alignleft):not(.alignright):not(.alignfull):not(.footer-inner):not(.search-filter-container)) {
  max-width: 1100px;
  width: 100%;
}
body.single .is-layout-constrained.content .wp-block-heading,
body.single .is-root-container .wp-block-heading {
  font-size: var(--wp--preset--font-size--medium);
  font-weight: 600;
  margin-bottom: 0.3em;
  margin-top: var(--wp--preset--spacing--normal);
}
body.single .is-layout-constrained.content h3,
body.single .is-root-container h3 {
  color: var(--wp--preset--color--gold);
}
body.single .is-layout-constrained.content h4,
body.single .is-layout-constrained.content h5,
body.single .is-root-container h4,
body.single .is-root-container h5 {
  font-size: var(--wp--preset--font-size--body);
}
body.single .is-layout-constrained.content p,
body.single .is-layout-constrained.content .wp-block-image,
body.single .is-root-container p,
body.single .is-root-container .wp-block-image {
  margin-bottom: var(--wp--preset--spacing--small);
}
body.single .is-layout-constrained.content .wp-block-column *:first-child,
body.single .is-root-container .wp-block-column *:first-child {
  margin-top: 0;
}
body.single .is-layout-constrained.content .wp-block-quote,
body.single .is-root-container .wp-block-quote {
  margin-bottom: var(--wp--preset--spacing--medium);
}
body.single .is-layout-constrained.content .wp-block-quote p:last-of-type,
body.single .is-root-container .wp-block-quote p:last-of-type {
  margin: 0;
}
@media (max-width: 782px) {
  body.single.single-insight .layout, body.single.single-news .layout, body.single.single-post .layout {
    display: flex;
    flex-direction: column-reverse;
  }
}

body.tax-help-topic .help-search,
body.single-help-support .help-search {
  margin-top: var(--wp--preset--spacing--normal);
}
body.tax-help-topic .help-category-header,
body.tax-help-topic .page-title,
body.single-help-support .help-category-header,
body.single-help-support .page-title {
  border-top: 1px solid;
  padding-top: var(--wp--preset--spacing--x-small);
  margin-bottom: var(--wp--preset--spacing--medium);
  text-wrap: pretty;
  line-height: 1.33;
}
@media (max-width: 782px) {
  body.tax-help-topic .help-category-header,
  body.single-help-support .help-category-header {
    border-top: 0;
  }
  body.tax-help-topic .help-category-header .help-category-title,
  body.single-help-support .help-category-header .help-category-title {
    font-size: var(--wp--preset--font-size--small) !important;
    font-weight: 600;
  }
  body.tax-help-topic .page-title,
  body.single-help-support .page-title {
    padding-top: var(--wp--preset--spacing--normal);
  }
}
body.tax-help-topic .page-title,
body.single-help-support .page-title {
  line-height: 1.1;
}
@media (min-width: 783px) {
  body.tax-help-topic .layout,
  body.single-help-support .layout {
    display: grid;
    grid-template-areas: "full-width-start sidebar content content full-width-end";
    grid-template-columns: minmax(var(--wp--style--root--padding-right), 1fr) repeat(12, minmax(0, calc(var(--wp--style--global--content-size) / 12))) minmax(var(--wp--style--root--padding-right), 1fr);
    grid-auto-rows: auto;
    grid-template-areas: "full-width-start sidebar sidebar sidebar sidebar .  content content content content content content content full-width-end";
  }
  body.tax-help-topic .layout.has-global-padding,
  body.single-help-support .layout.has-global-padding {
    padding: 0;
  }
}
body.tax-help-topic .layout .content,
body.single-help-support .layout .content {
  grid-column: content;
  grid-row: 1;
}
body.tax-help-topic .layout .content .jump-to-section,
body.single-help-support .layout .content .jump-to-section {
  padding: var(--wp--preset--spacing--small) 0;
  border-top: 1px solid var(--wp--preset--color--light-grey);
  border-bottom: 1px solid var(--wp--preset--color--light-grey);
  margin-bottom: var(--wp--preset--spacing--normal);
}
body.tax-help-topic .layout .content .jump-to-section h2,
body.single-help-support .layout .content .jump-to-section h2 {
  margin-top: 0;
  font-size: var(--wp--preset--font-size--small);
  font-weight: 400;
  color: var(--wp--preset--color--grey);
}
body.tax-help-topic .layout .content .jump-to-section a,
body.single-help-support .layout .content .jump-to-section a {
  display: inline-block;
  font-size: var(--wp--preset--font-size--small);
  font-weight: 600;
  color: var(--wp--preset--color--grey);
  margin-top: 0.5em;
  text-wrap: balance;
}
body.tax-help-topic .layout .content .jump-to-section a::after,
body.single-help-support .layout .content .jump-to-section a::after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 0.8em;
  margin-left: 0.5em;
  background: currentColor;
  mask: url("../images/icons/arrow-right.svg") no-repeat center;
  -webkit-mask: url("../images/icons/arrow-right.svg") no-repeat center;
  transition: 450ms cubic-bezier(0.4, 0, 0.2, 1);
}
body.tax-help-topic .layout .content .jump-to-section a:hover,
body.single-help-support .layout .content .jump-to-section a:hover {
  color: var(--wp--preset--color--primary);
}
body.tax-help-topic .layout .content .jump-to-section a:hover::after,
body.single-help-support .layout .content .jump-to-section a:hover::after {
  transform: translateX(0.2em);
}
body.tax-help-topic .layout .content #gform_wrapper_32,
body.tax-help-topic .layout .content .form-container,
body.single-help-support .layout .content #gform_wrapper_32,
body.single-help-support .layout .content .form-container {
  padding: var(--wp--preset--spacing--small);
  margin-top: var(--wp--preset--spacing--large);
  background: var(--wp--preset--color--secondary);
  border: 1px solid var(--wp--preset--color--light-grey);
}
body.tax-help-topic .layout .content__sidebar .taxonomy .help-topics__item,
body.single-help-support .layout .content__sidebar .taxonomy .help-topics__item {
  width: 100%;
}
body.tax-help-topic .layout .content__sidebar .parent-link,
body.single-help-support .layout .content__sidebar .parent-link {
  display: flex;
  align-items: center;
  gap: var(--wp--preset--spacing--x-small);
  border-top: 1px solid var(--wp--preset--color--primary);
  padding-top: var(--wp--preset--spacing--x-small);
  margin-bottom: var(--wp--preset--spacing--medium);
  color: var(--wp--preset--color--primary);
  text-decoration: none;
  font-weight: 400;
}
body.tax-help-topic .layout .content__sidebar .parent-link svg,
body.single-help-support .layout .content__sidebar .parent-link svg {
  transform: rotate(180deg);
  width: 2.4rem;
  height: 2.4rem;
  fill: var(--wp--preset--color--primary);
}
body.tax-help-topic .layout .content__sidebar .sidebar-link:not(.parent-link),
body.single-help-support .layout .content__sidebar .sidebar-link:not(.parent-link) {
  display: flex;
  padding-top: var(--wp--preset--spacing--x-small);
  margin-bottom: var(--wp--preset--spacing--x-small);
  -webkit-text-decoration: underline currentColor 1px;
          text-decoration: underline currentColor 1px;
  font-weight: 400;
}
body.tax-help-topic .layout .content__sidebar .sidebar-link:not(.parent-link):hover,
body.single-help-support .layout .content__sidebar .sidebar-link:not(.parent-link):hover {
  color: var(--wp--preset--color--primary);
  -webkit-text-decoration: underline transparent 1px;
          text-decoration: underline transparent 1px;
}
body.tax-help-topic .layout .content__sidebar .help-topics,
body.single-help-support .layout .content__sidebar .help-topics {
  position: relative;
}
body.tax-help-topic .layout .content__sidebar .help-topics__item,
body.single-help-support .layout .content__sidebar .help-topics__item {
  border-top: 1px solid;
}
body.tax-help-topic .layout .content__sidebar .help-topics__title,
body.single-help-support .layout .content__sidebar .help-topics__title {
  font-weight: 600;
}
body.tax-help-topic .layout .content__sidebar .help-topics__link,
body.single-help-support .layout .content__sidebar .help-topics__link {
  display: flex;
  justify-content: space-between;
  gap: var(--wp--preset--spacing--small);
  font-weight: 600;
  color: var(--wp--preset--color--primary);
}
body.tax-help-topic .layout .content__sidebar .help-topics__link::after,
body.single-help-support .layout .content__sidebar .help-topics__link::after {
  content: "";
  display: block;
  min-width: 1.5em;
  min-height: 1.5em;
  background: currentColor;
  transition: 450ms cubic-bezier(0.4, 0, 0.2, 1);
  -webkit-mask: url("../images/icons/slider-arrow.svg") no-repeat center;
          mask: url("../images/icons/slider-arrow.svg") no-repeat center;
}
body.tax-help-topic .layout .content__sidebar .help-topics__description,
body.single-help-support .layout .content__sidebar .help-topics__description {
  font-style: normal;
  font-weight: 400;
  -webkit-text-decoration: underline transparent 1px;
          text-decoration: underline transparent 1px;
  color: var(--wp--preset--color--grey);
  line-height: 1.2;
  padding-bottom: 0.5em;
}
body.tax-help-topic .layout .content__sidebar .help-topics .help-articles,
body.single-help-support .layout .content__sidebar .help-topics .help-articles {
  border-top: 1px solid var(--wp--preset--color--primary);
  transition: 450ms cubic-bezier(0.4, 0, 0.2, 1);
}
body.tax-help-topic .layout .content__sidebar .help-topics .help-articles__item,
body.single-help-support .layout .content__sidebar .help-topics .help-articles__item {
  line-height: 1.3;
}
body.tax-help-topic .layout .content__sidebar .help-topics .help-articles__link,
body.single-help-support .layout .content__sidebar .help-topics .help-articles__link {
  color: var(--wp--preset--color--tertiary);
  -webkit-text-decoration: underline currentColor 1px;
          text-decoration: underline currentColor 1px;
  transition: 200ms;
  padding: 0;
  margin: var(--wp--preset--spacing--small) 0;
}
body.tax-help-topic .layout .content__sidebar .help-topics .help-articles__link:hover,
body.single-help-support .layout .content__sidebar .help-topics .help-articles__link:hover {
  color: var(--wp--preset--color--primary);
  -webkit-text-decoration: underline transparent 1px;
          text-decoration: underline transparent 1px;
}
@media (min-width: 1025px) {
  body.tax-help-topic .layout .content__sidebar .help-topics__item,
  body.single-help-support .layout .content__sidebar .help-topics__item {
    width: calc(50% - var(--wp--preset--spacing--normal) / 2);
  }
  body.tax-help-topic .layout .content__sidebar .help-topics:hover .help-articles,
  body.single-help-support .layout .content__sidebar .help-topics:hover .help-articles {
    opacity: 0;
    visibility: hidden;
  }
  body.tax-help-topic .layout .content__sidebar .help-topics:hover .help-topics__item:hover .help-articles,
  body.single-help-support .layout .content__sidebar .help-topics:hover .help-topics__item:hover .help-articles {
    opacity: 1;
    visibility: visible;
  }
  body.tax-help-topic .layout .content__sidebar .help-articles,
  body.single-help-support .layout .content__sidebar .help-articles {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    width: calc(50% - var(--wp--preset--spacing--normal) / 2);
  }
  body.tax-help-topic .layout .content__sidebar .help-articles__item:last-of-type,
  body.single-help-support .layout .content__sidebar .help-articles__item:last-of-type {
    border-bottom: 1px solid var(--wp--preset--color--primary);
  }
}
@media (max-width: 1024px) {
  body.tax-help-topic .layout .content__sidebar .help-topics .help-topics__link[aria-expanded=true]::after,
  body.single-help-support .layout .content__sidebar .help-topics .help-topics__link[aria-expanded=true]::after {
    transform: rotate(90deg);
    background: var(--wp--preset--color--red);
  }
  body.tax-help-topic .layout .content__sidebar .help-topics .help-articles,
  body.single-help-support .layout .content__sidebar .help-topics .help-articles {
    position: relative;
    overflow: hidden;
    border-top: 1px solid var(--wp--preset--color--primary);
    transition: height 450ms cubic-bezier(0.4, 0, 0.2, 1), display 450ms cubic-bezier(0.4, 0, 0.2, 1) allow-discrete;
  }
  body.tax-help-topic .layout .content__sidebar .help-topics .help-articles[aria-hidden=true],
  body.single-help-support .layout .content__sidebar .help-topics .help-articles[aria-hidden=true] {
    height: 0;
    display: none;
    top: 1px;
  }
  @starting-style {
    body.tax-help-topic .layout .content__sidebar .help-topics .help-articles,
    body.single-help-support .layout .content__sidebar .help-topics .help-articles {
      height: 0;
    }
  }
}
body.tax-help-topic .layout .content__sidebar .current,
body.single-help-support .layout .content__sidebar .current {
  font-style: italic;
  color: var(--wp--preset--color--red);
}
body.tax-help-topic .layout .content__sidebar .current > .sidebar-link,
body.tax-help-topic .layout .content__sidebar .current .help-topics__description,
body.single-help-support .layout .content__sidebar .current > .sidebar-link,
body.single-help-support .layout .content__sidebar .current .help-topics__description {
  color: inherit;
}
body.tax-help-topic .layout .content__sidebar .current .help-articles,
body.single-help-support .layout .content__sidebar .current .help-articles {
  opacity: 1;
  visibility: visible;
}
body.tax-help-topic .layout .footer,
body.single-help-support .layout .footer {
  margin-top: var(--wp--preset--spacing--large);
}

.wp-block-proactive-accordion {
  --accordion--title-color--active: var(--wp--preset--color--green);
  --accordion--title-color--hover: var(--wp--preset--color--green);
  --accordion--border-color: #ededed;
  --accordion--icon-size: 1.5em;
}
.wp-block-proactive-accordion .accordion-item__icon::before {
  content: "";
  transition: 450ms cubic-bezier(0.4, 0, 0.2, 1);
  display: block;
  width: 100%;
  height: 100%;
  background: var(--accordion--icon-color);
  -webkit-mask: url("../images/icons/slider-arrow.svg") no-repeat center;
          mask: url("../images/icons/slider-arrow.svg") no-repeat center;
}
.wp-block-proactive-accordion .accordion-item__icon span {
  display: none;
}
.wp-block-proactive-accordion .accordion-item__header {
  padding: 2rem 0;
}
.wp-block-proactive-accordion .accordion-item__title {
  display: inline-block;
  padding-right: 2em;
}
.wp-block-proactive-accordion .accordion-item__content-inner {
  padding-bottom: var(--wp--preset--spacing--normal);
}
.wp-block-proactive-accordion .accordion-item__content p {
  margin-bottom: 1em;
}
.wp-block-proactive-accordion .accordion-item[aria-expanded=true] .accordion-item__icon::before {
  transform: rotate(90deg);
}

@media (min-width: 783px) {
  .wp-block-group.is-style-flexi-row {
    flex-wrap: nowrap;
  }
  .wp-block-group.is-style-flexi-row .wp-block-group:last-of-type {
    flex: 1 1 500px;
  }
}
@media (max-width: 782px) {
  .wp-block-group.is-style-flexi-row > * {
    flex: 1 1 100%;
  }
}
.wp-block-group.is-style-dynamic-ordering > .wp-block-columns .wp-block-column:first-child {
  border-top: 0;
}
.wp-block-group.is-style-dynamic-ordering > .wp-block-columns .wp-block-column:first-child h2 {
  margin-top: 0;
}
.wp-block-group.is-style-dynamic-ordering > .wp-block-columns .wp-block-column:last-child {
  border-top: 0;
  padding-top: 0;
}
.wp-block-group.is-style-dynamic-ordering > .wp-block-columns .wp-block-media-text.is-odd {
  direction: rtl;
}
.wp-block-group.is-style-dynamic-ordering > .wp-block-columns .wp-block-media-text.is-even {
  direction: ltr;
}
.wp-block-group.has-background {
  padding-top: var(--wp--preset--spacing--medium);
  padding-bottom: var(--wp--preset--spacing--medium);
  padding-left: var(--wp--preset--spacing--normal);
  padding-right: var(--wp--preset--spacing--normal);
}
.wp-block-group:not(.is-style-flexi-row) h3 {
  margin-top: var(--wp--preset--spacing--normal);
}
@media (max-width: 1024px) {
  .wp-block-group.is-layout-grid.tablet-stack {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 782px) {
  .wp-block-group.is-layout-grid:not(.no-stack) {
    grid-template-columns: 1fr;
  }
}
.wp-block-group.is-style-form-container {
  padding: var(--wp--preset--spacing--small);
  margin-top: var(--wp--preset--spacing--large);
  background: var(--wp--preset--color--secondary);
  border: 1px solid var(--wp--preset--color--light-grey);
}
.wp-block-group.is-style-form-container h3.wp-block-heading {
  font-weight: 500 !important;
  font-size: var(--wp--preset--font-size--x-large) !important;
  color: var(--wp--preset--color--primary) !important;
  margin-top: 0 !important;
}

.wp-block-heading {
  text-wrap: balance;
  color: var(--wp--preset--color--primary);
}
.wp-block-heading.is-style-sidebar-heading {
  font-size: var(--wp--preset--font-size--body-large);
  color: var(--wp--preset--color--grey);
}
@media (max-width: 782px) {
  .wp-block-heading br {
    display: none;
  }
}
.wp-block-heading sub,
.wp-block-heading sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.wp-block-heading strong {
  font-weight: 600;
}
.wp-block-heading em {
  font-style: italic;
}
.wp-block-heading sup {
  top: -0.5em;
}
.wp-block-heading sub {
  bottom: -0.25em;
}
.wp-block-heading pre {
  display: block;
  font-family: monospace;
  white-space: pre;
  margin: 1em 0;
}
.wp-block-heading code {
  background: #dadada;
  border-radius: 0.25em;
  padding: 0.25em;
  box-sizing: content-box;
  font-family: monospace;
}

.wp-block-image.alignright {
  margin: 0 0 0 20px;
  height: auto;
  float: right;
}
.wp-block-image.alignleft {
  margin: 0 20px 0 0;
  height: auto;
  float: left;
}
.wp-block-image.aligncenter {
  margin: 0 auto;
}
.wp-block-image:has(figcaption) img {
  border: 1px solid var(--wp--preset--color--light-grey);
  border-bottom: 0;
}

.wp-block-list {
  padding: 0 0 0 1em;
}
.wp-block-list li {
  margin-bottom: 0.5em;
}
.wp-block-list li sub,
.wp-block-list li sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
.wp-block-list li strong {
  font-weight: 600;
}
.wp-block-list li em {
  font-style: italic;
}
.wp-block-list li sup {
  top: -0.5em;
}
.wp-block-list li sub {
  bottom: -0.25em;
}
.wp-block-list li pre {
  display: block;
  font-family: monospace;
  white-space: pre;
  margin: 1em 0;
}
.wp-block-list li code {
  background: #dadada;
  border-radius: 0.25em;
  padding: 0.25em;
  box-sizing: content-box;
  font-family: monospace;
}

ul.wp-block-list {
  list-style: disc;
}
ul.wp-block-list.is-style-line-separated {
  list-style: none;
  margin-left: 0;
  padding: 0;
}
ul.wp-block-list.is-style-line-separated li {
  border-top: 1px solid;
  padding-top: 0.5em;
  margin-bottom: 1em;
}
ul.wp-block-list.is-style-line-separated li:last-of-type {
  padding-bottom: 1em;
  border-bottom: 1px solid;
}
ul.wp-block-list.is-style-line-separated-2-col {
  list-style: none;
  margin-left: 0;
  margin-top: 1em;
  padding: 0;
}
@media (min-width: 783px) {
  ul.wp-block-list.is-style-line-separated-2-col {
    -moz-columns: 2;
         columns: 2;
  }
}
ul.wp-block-list.is-style-line-separated-2-col li {
  display: inline-block;
  width: 100%;
  border-top: 1px solid var(--wp--preset--color--light-grey);
  border-bottom: 1px solid var(--wp--preset--color--light-grey);
  padding-top: 0.5em;
  padding-bottom: 0.5em;
  margin-bottom: -1px;
}
ul.wp-block-list.is-style-dash {
  list-style: none;
  margin-left: 0;
  padding-left: 1em;
}
ul.wp-block-list.is-style-dash li {
  position: relative;
  margin-bottom: 0.3em;
}
ul.wp-block-list.is-style-dash li::before {
  position: absolute;
  display: inline-block;
  content: "–";
  width: 1em;
  left: -1em;
}

ol.wp-block-list {
  list-style: decimal;
}

:root :where(p) {
  text-wrap: pretty;
}
:root :where(p).is-style-intro {
  font-size: var(--wp--preset--font-size--large);
  color: var(--wp--preset--color--primary);
  font-weight: 400;
  line-height: 1.33;
  margin-bottom: 0.5em;
}
@media (max-width: 782px) {
  :root :where(p).is-style-intro {
    font-size: var(--wp--preset--font-size--medium);
  }
}
:root :where(p).is-style-feature {
  font-size: var(--wp--preset--font-size--feature);
  color: var(--wp--preset--color--primary);
  font-weight: 400;
  line-height: 1.25;
  margin-bottom: var(--wp--preset--spacing--medium);
}
@media (max-width: 782px) {
  :root :where(p).is-style-feature {
    font-size: var(--wp--preset--font-size--large);
  }
}
:root :where(p).is-style-aside {
  border-top: 1px solid;
  border-bottom: 1px solid;
  color: var(--wp--preset--color--green);
  padding-top: var(--wp--preset--spacing--normal);
  padding-bottom: var(--wp--preset--spacing--normal);
  font-weight: 600;
}
:root :where(p) sub,
:root :where(p) sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
:root :where(p) strong {
  font-weight: 600;
}
:root :where(p) em {
  font-style: italic;
}
:root :where(p) sup {
  top: -0.5em;
}
:root :where(p) sub {
  bottom: -0.25em;
}
:root :where(p) pre {
  display: block;
  font-family: monospace;
  white-space: pre;
  margin: 1em 0;
}
:root :where(p) code {
  background: #dadada;
  border-radius: 0.25em;
  padding: 0.25em;
  box-sizing: content-box;
  font-family: monospace;
}

.wp-block-quote {
  margin-top: var(--wp--preset--spacing--medium);
  margin-bottom: var(--wp--preset--spacing--medium);
  padding-top: var(--wp--preset--spacing--normal);
  padding-bottom: var(--wp--preset--spacing--normal);
  position: relative;
  border-top: 1px solid;
  border-bottom: 1px solid;
  color: var(--wp--preset--color--green);
  font-size: var(--wp--preset--font-size--medium);
  font-style: italic;
}
.wp-block-quote p:last-of-type {
  margin-bottom: 0;
}
.wp-block-quote cite {
  text-align: right;
  display: block;
  margin-top: 1rem;
  color: var(--wp--preset--color--primary);
  font-size: var(--wp--preset--font-size--body);
  font-weight: 400;
  font-style: normal;
}
.wp-block-quote cite strong {
  color: var(--wp--preset--color--primary);
  font-weight: 600;
}

.wp-block-table {
  overflow-x: clip;
}
.wp-block-table table thead th {
  border: 0;
  text-align: initial;
}
.wp-block-table table tbody tr:nth-child(even) {
  background-color: var(--wp--preset--color--light-grey);
}
.wp-block-table table tbody tr td {
  border: 0;
}
.wp-block-table table tfoot td {
  border: 0;
}

.wp-block-columns.has-background {
  padding-top: var(--wp--preset--spacing--medium);
  padding-bottom: var(--wp--preset--spacing--medium);
}
.wp-block-columns.is-style-sidebar {
  gap: var(--wp--preset--spacing--normal);
}
.wp-block-columns.is-style-sidebar > .wp-block-column:first-of-type {
  border-top: 1px solid;
}
@media (min-width: 1025px) {
  .wp-block-columns.is-style-sidebar > .wp-block-column:first-of-type {
    position: sticky;
    top: calc(100px + var(--wp-admin--admin-bar--height, 0px));
  }
}
@media (min-width: 1025px) {
  .wp-block-columns.is-style-sidebar > .wp-block-column:first-of-type {
    max-width: 15%;
    min-width: 115px;
  }
}
.wp-block-columns.is-style-sidebar > .wp-block-column:first-of-type:has(.is-style-sidebar-heading) > * {
  margin-top: var(--wp--preset--spacing--small);
}
.wp-block-columns.is-style-sidebar > .wp-block-column:last-of-type {
  padding-top: var(--wp--preset--spacing--medium);
  border-top: 1px solid;
}
@media (max-width: 1024px) {
  .wp-block-columns.is-style-sidebar {
    flex-wrap: wrap !important;
  }
  .wp-block-columns.is-style-sidebar > .wp-block-column {
    flex-basis: 100% !important;
  }
  .wp-block-columns.is-style-sidebar > .wp-block-column:first-of-type .wp-block-heading {
    margin-top: var(--wp--preset--spacing--normal);
  }
  .wp-block-columns.is-style-sidebar > .wp-block-column:first-of-type:not(:has(> .wp-block-heading)) {
    display: none;
  }
}
.wp-block-columns .wp-block-column:has(> .mta) {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--normal);
}
.wp-block-columns .wp-block-column:has(> .mta) > * {
  margin: 0;
}
.wp-block-columns .wp-block-column:has(> .mta) .mta {
  margin-top: auto;
}
.wp-block-columns .wp-block-column.has-background {
  padding: var(--wp--preset--spacing--normal);
}
@media (min-width: 1025px) {
  .wp-block-columns .wp-block-column.sticky-top {
    position: sticky;
    top: calc(100px + var(--wp-admin--admin-bar--height, 0px));
  }
}
.wp-block-columns .wp-block-columns:has(.wp-block-column:nth-of-type(n + 2)) .wp-block-column .block-image-cta {
  height: 100%;
}
@media (max-width: 782px) {
  .wp-block-columns.double-mobile-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 500px) {
  .wp-block-columns.double-mobile-columns {
    display: flex;
  }
  .wp-block-columns.double-mobile-columns .wp-block-column .wp-block-image img {
    aspect-ratio: 16/9 !important;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 0%;
       object-position: 50% 0%;
  }
}

.wp-block-media-text {
  gap: var(--wp--preset--spacing--normal);
}
.wp-block-media-text:not(.is-style-style-2) .wp-block-media-text__content {
  display: flex;
  flex-direction: column;
  gap: var(--wp--preset--spacing--normal);
  height: 100%;
}
.wp-block-media-text:not(.is-style-style-2) .wp-block-media-text__content > *,
.wp-block-media-text:not(.is-style-style-2) .wp-block-media-text__content p.is-style-intro {
  margin: 0;
}
.wp-block-media-text:not(.is-style-style-2) .wp-block-media-text__content .wp-block-buttons {
  margin-top: auto;
}
.wp-block-media-text > .wp-block-media-text__content {
  padding: 0;
}
.wp-block-media-text.is-style-style-2 {
  background: var(--wp--preset--color--secondary);
  gap: 0;
}
.wp-block-media-text.is-style-style-2 > .wp-block-media-text__content {
  padding: var(--wp--preset--spacing--normal);
}

.wp-block-proactive-tabs {
  --proactive-tab__color: var(--wp--preset--color--primary);
  --proactive-tab__bg: var(--wp--preset--color--secondary);
  --proactive-tab__color__hover: var(--wp--preset--color--secondary);
  --proactive-tab__bg__hover: var(--wp--preset--color--primary);
  --proactive-tab__color__active: var(--wp--preset--color--secondary);
  --proactive-tab__bg__active: var(--wp--preset--color--primary);
}

.wp-element-caption {
  background: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--secondary);
  margin: 0;
  padding: var(--wp--preset--spacing--small);
}

.has-background.has-primary-background-color *:not(.wp-block-button__link) {
  color: var(--wp--preset--color--white);
}
.has-background.has-primary-background-color a,
.has-background.has-primary-background-color .wp-block-button a.wp-block-button__link:not(.has-background) {
  color: var(--wp--preset--color--white);
}
.has-background.has-primary-background-color a:hover,
.has-background.has-primary-background-color .wp-block-button a.wp-block-button__link:not(.has-background):hover {
  opacity: 0.6;
}
.has-background.has-primary-background-color .wp-block-separator {
  border-color: var(--wp--preset--color--secondary);
}
.has-background.has-grey-background-color * {
  color: #000;
}
.has-background.has-grey-background-color a,
.has-background.has-grey-background-color .wp-block-button a.wp-block-button__link {
  color: #000;
}
.has-background.has-grey-background-color a:hover,
.has-background.has-grey-background-color .wp-block-button a.wp-block-button__link:hover {
  opacity: 0.6;
}
.has-background.has-grey-background-color .wp-block-separator {
  border-color: var(--wp--preset--color--secondary);
}
.has-background.has-light-grey-background-color input[type=checkbox] {
  border-color: var(--wp--preset--color--grey);
}

.block-counter {
  padding-top: var(--wp--preset--spacing--small);
  border-top: 1px solid;
}
.block-counter span {
  font-size: var(--wp--preset--font-size--gigantic);
  font-weight: 600;
  color: var(--wp--preset--color--primary);
  line-height: 1;
}
.block-counter p {
  color: var(--wp--preset--color--primary);
  padding-top: 10px;
  margin-bottom: 0;
}

.block-document-table {
  --border-width: 0px;
}
.block-document-table .document-table-tabs {
  display: flex;
  margin: 2rem 0 0 0;
  padding: 0;
}
.block-document-table .document-table-tabs div {
  display: inline-block;
  padding: 0.5em 1em;
  background: var(--wp--preset--color--light-grey);
  cursor: pointer;
  margin-right: 0.5em;
}
.block-document-table .document-table-tabs div:hover, .block-document-table .document-table-tabs div[aria-selected=true] {
  background: var(--wp--preset--color--primary);
  color: #fff;
}
.block-document-table .document-table-tabs div:focus-visible {
  outline: 1px solid currentColor;
  outline-offset: 2px;
}
.block-document-table table a:focus-visible {
  outline: 1px solid currentColor;
  outline-offset: 2px;
}
.block-document-table table th.report, .block-document-table table th.webcast, .block-document-table table th.presentation, .block-document-table table th.download, .block-document-table table th.edit,
.block-document-table table tr.report,
.block-document-table table tr.webcast,
.block-document-table table tr.presentation,
.block-document-table table tr.download,
.block-document-table table tr.edit {
  width: 12rem;
  text-align: center;
}
.block-document-table table tbody td.date_published, .block-document-table table tbody td.document_date {
  width: 18rem;
}
.block-document-table table tbody td:has(a) {
  position: relative;
  padding: 0;
}
.block-document-table table tbody td:has(a) a {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: grid;
  place-items: center;
  padding: 0.5em;
  transition: 200ms ease;
}
.block-document-table table tbody td:has(a) a:focus, .block-document-table table tbody td:has(a) a:hover {
  background: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--secondary);
}
.block-document-table table tbody td:has(a) a:focus svg, .block-document-table table tbody td:has(a) a:hover svg {
  fill: var(--wp--preset--color--primary);
}
.block-document-table table tbody td:has(a) svg {
  width: 25px;
  height: 20px;
  fill: var(--wp--preset--color--primary);
  transition: all 0.25s ease-in-out;
}
.block-document-table table tbody td.file_name {
  place-items: unset;
}
.block-document-table table tbody td.file_name a {
  position: relative;
  text-align: left;
  place-items: unset;
}
.block-document-table table tbody td.report, .block-document-table table tbody td.webcast, .block-document-table table tbody td.presentation, .block-document-table table tbody td.download, .block-document-table table tbody td.edit {
  width: 10rem;
  text-align: center;
}
@media (max-width: 782px) {
  .block-document-table {
    position: relative;
  }
  .block-document-table .table-container {
    overflow: scroll;
  }
  .block-document-table table {
    min-width: 768px;
  }
  .block-document-table:after {
    content: "← Swipe →";
    position: absolute;
    top: 0;
    right: 5%;
    background: var(--wp--preset--color--secondary);
    border-radius: 1em;
    color: white;
    font-weight: 600;
    font-size: 12px;
    padding: 0.2em 1em;
    transition: 0.2s ease;
    opacity: 0.7;
  }
  .block-document-table.touch:after {
    opacity: 0.2;
  }
}
@media (max-width: 500px) {
  .block-document-table:after {
    right: 5%;
  }
}

.block-history .year-block .year {
  font-weight: 600;
  font-family: var(--wp--preset--font-family--primary);
  font-size: 1.8rem;
  background-color: var(--wp--preset--color--primary);
  color: #fff;
  display: block;
  padding: 5px;
  width: 150px;
  text-align: center;
}
@media (min-width: 783px) {
  .block-history .year-block .year {
    margin: 0 auto;
  }
}
.block-history .year-block .events {
  padding: 4rem 0;
  display: flex;
  flex-direction: column;
  position: relative;
}
.block-history .year-block .events:before {
  content: "";
  height: 100%;
  position: absolute;
  width: 2px;
  background-color: var(--wp--preset--color--primary);
  top: 0;
  left: 50%;
}
@media (max-width: 782px) {
  .block-history .year-block .events:before {
    left: 74px;
  }
}
.block-history .year-block .events .event-block {
  font-weight: 500;
  margin-bottom: 4rem;
  position: relative;
  overflow: hidden;
  width: 50%;
  padding: 4rem;
  align-self: flex-end;
  text-align: left;
  box-sizing: border-box;
}
.block-history .year-block .events .event-block:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100vh;
  background-color: rgba(0, 54, 118, 0.1);
  bottom: 0;
  left: -20px;
}
@media (min-width: 783px) {
  .block-history .year-block .events .event-block:nth-child(odd) {
    padding: 40px 40px 40px 100px;
    align-self: flex-start;
    text-align: right;
  }
  .block-history .year-block .events .event-block:nth-child(odd):before {
    top: 0;
    left: 0;
  }
}
@media (max-width: 782px) {
  .block-history .year-block .events .event-block {
    width: calc(100% - 74px);
  }
}
.block-history .year-block .events .event-block:last-of-type {
  margin-bottom: 0;
}

.block-latest-document {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.block-latest-document.img-left {
  flex-direction: row;
}
.block-latest-document.img-left .latest-document__inner {
  place-content: center;
}
.block-latest-document .latest-document__image {
  flex: 0 1 250px;
}
.block-latest-document .latest-document__image img {
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.block-latest-document .latest-document__inner {
  display: grid;
  grid-gap: var(--wp--preset--spacing--x-small);
  padding: var(--wp--preset--spacing--small);
  background: linear-gradient(to right, #ededed 0%, #f1ebf6 100%);
}
.block-latest-document .latest-document__inner h3 {
  margin: 0;
}

.block-team {
  --team-member-gap: var(--wp--preset--spacing--medium);
  display: grid;
  grid-gap: var(--team-member-gap);
}
.block-team .team-member {
  position: relative;
  padding-top: var(--wp--preset--spacing--medium);
  border-top: 1px solid;
  color: var(--wp--preset--color--primary);
}
.block-team .team-member[data-view=accordion] {
  overflow: hidden;
}
.block-team .team-member[data-view=accordion]:hover {
  cursor: pointer;
  color: var(--wp--preset--color--green);
}
.block-team .team-member__name {
  margin-bottom: var(--wp--preset--spacing--small);
  position: relative;
  font-size: var(--wp--preset--font-size--feature);
  line-height: 1.1;
  color: inherit;
  transition: 200ms;
}
.block-team .team-member__institution, .block-team .team-member__position {
  font-weight: 400;
  font-size: var(--wp--preset--font-size--body);
  color: inherit;
  line-height: 1.2;
  color: inherit;
  text-transform: uppercase;
  margin-bottom: 0;
  transition: 200ms;
}
.block-team .team-member__bio {
  color: var(--wp--preset--color--primary);
}
.block-team .team-member__bio .wp-block-group {
  margin: 0;
  color: var(--wp--preset--color--primary);
}
.block-team .team-member__bio .wp-block-group p {
  color: var(--wp--preset--color--primary);
}
.block-team.grid {
  position: relative;
  grid-template-columns: repeat(3, 1fr);
  align-items: start;
}
@media (max-width: 1024px) {
  .block-team.grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 500px) {
  .block-team.grid {
    grid-template-columns: 1fr;
  }
}
.block-team.grid .team-member:focus-visible {
  outline: 1px solid currentColor;
  outline-offset: 2px;
}
@media (max-width: 1024px) {
  .block-team.grid .team-member[data-view=accordion] .team-member__bio {
    width: calc(200% + var(--team-member-gap));
  }
  .block-team.grid .team-member[data-view=accordion]:nth-of-type(2n + 2) .team-member__bio {
    left: calc(-100% - var(--team-member-gap));
  }
}
@media (max-width: 500px) {
  .block-team.grid .team-member[data-view=accordion] .team-member__bio {
    width: 100%;
  }
  .block-team.grid .team-member[data-view=accordion]:nth-of-type(2n + 2) .team-member__bio {
    left: 0;
    width: 100%;
  }
}
@media (min-width: 1025px) {
  .block-team.grid .team-member[data-view=accordion]:nth-of-type(3n + 2) .team-member__bio {
    left: calc(-100% - var(--team-member-gap));
  }
  .block-team.grid .team-member[data-view=accordion]:nth-of-type(3n + 3) .team-member__bio {
    left: calc(-200% - var(--team-member-gap) * 2);
  }
}
.block-team.grid .team-member[data-view=accordion][aria-expanded=true] .team-member__image {
  background: var(--wp--preset--color--primary);
  border-bottom: 5px solid var(--wp--preset--color--secondary);
}
.block-team.grid .team-member[data-view=accordion][aria-expanded=true] .team-member__bio {
  display: block;
  height: auto;
}
.block-team.grid .team-member[data-view=accordion][aria-expanded=true] .team-member__bio .wp-block-group {
  display: block;
  opacity: 1;
}
.block-team.grid .team-member[data-view=popup] .team-member__bio {
  display: none;
  position: fixed;
  opacity: 0;
  inset: 0;
  place-content: center;
  height: 100%;
  pointer-events: all;
  width: 100%;
  transition: opacity 450ms cubic-bezier(0.4, 0, 0.2, 1), display 450ms cubic-bezier(0.4, 0, 0.2, 1) allow-discrete;
  background: rgba(255, 255, 255, 0.5);
}
.block-team.grid .team-member[data-view=popup] .team-member__bio .wp-block-group {
  position: relative;
  max-width: 600px;
  margin: 2rem;
  background: #fff;
}
.block-team.grid .team-member[data-view=popup] .team-member__close {
  width: 30px;
  display: grid;
  position: absolute;
  right: 0;
  top: 0;
  transform: translate(50%, -50%);
  background: #fff;
  padding: 5px;
  border-radius: 999px;
  aspect-ratio: 1;
  box-shadow: 0 0 5px -2px rgba(0, 0, 0, 0.4);
  cursor: pointer;
  transition: 200ms ease;
}
.block-team.grid .team-member[data-view=popup] .team-member__close svg {
  pointer-events: none;
}
.block-team.grid .team-member[data-view=popup] .team-member__close:hover {
  background: var(--wp--preset--color--secondary);
  color: white;
}
.block-team.grid .team-member[data-view=popup] .team-member__bio[aria-hidden=false] {
  display: grid;
  opacity: 1;
}
.block-team.grid .team-member[data-view=popup] .team-member__bio[aria-hidden=false] .wp-block-group {
  display: block;
  opacity: 1;
}
@starting-style {
  .block-team.grid .team-member[data-view=popup] .team-member__bio[aria-hidden=false] {
    opacity: 0;
  }
  .block-team.grid .team-member[data-view=popup] .team-member__bio[aria-hidden=false] .wp-block-group {
    opacity: 0;
  }
}
.block-team.grid .team-member__image {
  background: var(--wp--preset--color--primary);
  border-bottom: 5px solid transparent;
  transition: all 0.2s ease-in-out;
}
.block-team.grid .team-member__image--container {
  position: relative;
  height: 300px;
}
.block-team.grid .team-member__image--container img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.block-team.grid .team-member__image:hover {
  border-bottom: 5px solid var(--wp--preset--color--secondary);
  cursor: pointer;
}
.block-team.grid .team-member__details {
  padding: 2rem;
  min-height: 140px;
  overflow: hidden;
}
.block-team.grid .team-member__name {
  color: white;
}
.block-team.grid .team-member__bio {
  position: relative;
  z-index: 2;
  width: calc(300% + var(--team-member-gap) * 2);
  overflow: hidden;
  background: #fff;
  transition-delay: 0ms;
}
.block-team.grid .team-member__bio .wp-block-group {
  --wp--custom--content-gap: 0;
  opacity: 0;
  transition: 450ms cubic-bezier(0.4, 0, 0.2, 1);
}
.block-team.grid .team-member__bio .wp-block-group h2,
.block-team.grid .team-member__bio .wp-block-group h3,
.block-team.grid .team-member__bio .wp-block-group h4,
.block-team.grid .team-member__bio .wp-block-group h5 {
  font-size: var(--wp--preset--font-size--body);
  font-weight: 600;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.block-team.grid .team-member__bio .wp-block-group p:not(:last-child) {
  margin-bottom: var(--wp--preset--spacing--normal);
}
.block-team.list {
  --team-member-gap: var(--wp--preset--spacing--large);
}
.block-team.list .team-member {
  display: grid;
  gap: 0 var(--wp--preset--spacing--normal);
}
.block-team.list .team-member__details {
  grid-column: 1/-1;
}
.block-team.list .team-member__name {
  font-size: var(--wp--preset--font-size--feature);
}
.block-team.list .team-member__bio {
  --wp--custom--content-gap: 0;
  transition: 200ms ease;
  transition-delay: 0ms;
}
.block-team.list .team-member__bio h2,
.block-team.list .team-member__bio h3,
.block-team.list .team-member__bio h4,
.block-team.list .team-member__bio h5 {
  font-size: var(--wp--preset--font-size--body);
  font-weight: 600;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
.block-team.list .team-member__bio p:not(:last-child) {
  margin-bottom: var(--wp--preset--spacing--normal);
}
.block-team.list .team-member__content {
  display: flex;
  flex-wrap: wrap-reverse;
  gap: var(--wp--preset--spacing--normal);
  margin-top: var(--wp--preset--spacing--medium);
}
.block-team.list .team-member[data-view=accordion] {
  grid-template-rows: 0fr 0fr;
  transition: 450ms cubic-bezier(0.4, 0, 0.2, 1);
}
.block-team.list .team-member[data-view=accordion] .team-member__position {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: var(--wp--preset--spacing--small);
}
.block-team.list .team-member[data-view=accordion] .team-member__position svg {
  width: 2.4rem;
  height: 2.4rem;
  box-sizing: border-box;
  border: 1px solid;
  border-radius: 99px;
  padding: 6px;
  fill: currentColor;
  transform: rotate(90deg);
  transition: 450ms cubic-bezier(0.4, 0, 0.2, 1);
}
.block-team.list .team-member[data-view=accordion] .team-member__position svg path {
  fill: var(--wp--preset--color--primary);
}
.block-team.list .team-member[data-view=accordion] .team-member__bio {
  overflow: hidden;
  opacity: 0;
}
.block-team.list .team-member[data-view=accordion][aria-expanded=true] {
  grid-template-rows: 0fr 1fr;
  transition: 450ms cubic-bezier(0.4, 0, 0.2, 1);
}
.block-team.list .team-member[data-view=accordion][aria-expanded=true] .team-member__position svg {
  transform: rotate(-90deg);
}
.block-team.list .team-member[data-view=accordion][aria-expanded=true] .team-member__bio {
  display: flex;
  height: auto;
  opacity: 1;
  transition-delay: 300ms;
}
.block-team.list .team-member__content--inner, .block-team.list .team-member__image {
  flex: 1 1 200px;
}
.block-team.list .team-member__content--inner img, .block-team.list .team-member__image img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center top;
     object-position: center top;
  aspect-ratio: 3/2;
}
@media (max-width: 782px) {
  .block-team.list .team-member__details {
    grid-column: 1;
    grid-row: 1;
  }
  .block-team.list .team-member__image {
    grid-column: 2;
    grid-row: 1;
  }
  .block-team.list .team-member__bio {
    grid-column: 1/-1;
  }
}

.block-cta-1__row.is-layout-flex {
  width: 100%;
  margin: 0;
  align-items: flex-start;
  flex-wrap: wrap;
  border-top: 1px solid var(--wp--preset--color--grey);
  padding-top: var(--wp--preset--spacing--medium);
}
.block-cta-1__row.is-layout-flex .wp-block-heading {
  flex: 0 0 var(--cta-title-width);
  margin: 0;
}
.block-cta-1__row.is-layout-flex .cta-content {
  flex: 1 0 var(--cta-content-width);
}
.block-cta-1__row.is-layout-flex .cta-content .is-style-feature {
  line-height: 1.1;
}
.block-cta-1__row.is-layout-flex .wp-block-image {
  position: relative;
  flex: 1 1 var(--cta-image-width);
}
.block-cta-1__row.is-layout-flex .wp-block-image img {
  aspect-ratio: 420/250;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1024px) {
  .block-cta-1__row.is-layout-flex .wp-block-heading {
    flex: 0 0 100%;
  }
}
@media (max-width: 500px) {
  .block-cta-1__row.is-layout-flex .wp-block-image {
    order: 2;
    flex: 0 0 100%;
  }
  .block-cta-1__row.is-layout-flex .cta-content {
    flex: 0 0 100%;
    order: 3;
  }
}
.block-cta-1.is-style-no-border .block-cta-1__row.is-layout-flex {
  border-top: none;
  padding-top: 0;
}

.block-cta-2 {
  display: grid;
  grid-template-areas: "full-width-start sidebar content content full-width-end";
  grid-template-columns: minmax(var(--wp--style--root--padding-right), 1fr) repeat(3, minmax(0, calc(var(--wp--style--global--content-size) / 3))) minmax(var(--wp--style--root--padding-right), 1fr);
  grid-auto-rows: auto;
  background-color: var(--bg-colour);
  align-items: center;
}
.block-cta-2 .acf-innerblocks-container {
  grid-column: 2/4;
  flex: 1;
  margin-inline-end: var(--wp--preset--spacing--large);
  margin-top: var(--wp--preset--spacing--medium);
  margin-bottom: var(--wp--preset--spacing--medium);
}
.block-cta-2 .acf-innerblocks-container .is-content-justification-space-between {
  flex-wrap: wrap-reverse;
  gap: var(--wp--preset--spacing--small);
  margin: 0;
}
.block-cta-2 .acf-innerblocks-container h2 {
  font-size: var(--wp--preset--font-size--title);
}
.block-cta-2 .acf-innerblocks-container > *:not(:first-child, :last-child) {
  margin-block-start: var(--wp--preset--spacing--normal);
  margin-block-end: var(--wp--preset--spacing--normal);
}
@media (min-width: 783px) {
  .block-cta-2.align-right .acf-innerblocks-container {
    grid-column: 3/5;
    margin-inline-start: var(--wp--preset--spacing--medium);
    margin-inline-end: 0;
  }
  .block-cta-2.align-right .cta-image {
    grid-column: 1/3;
  }
}
.block-cta-2 .cta-image {
  min-height: 200px;
  grid-column: 4/-1;
  grid-row: 1/-1;
  align-self: stretch;
  position: relative;
}
.block-cta-2 .cta-image img {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: var(--focal-point);
     object-position: var(--focal-point);
  width: 100%;
  height: 100%;
}
@media (max-width: 782px) {
  .block-cta-2 .cta-image {
    grid-column: 1/-1;
    grid-row: 1;
    max-height: 300px;
  }
  .block-cta-2 .acf-innerblocks-container {
    grid-column: 2/-2;
    grid-row: 2;
    margin-right: 0;
  }
}

.block-post-slider {
  --swiper-navigation-sides-offset: -5rem;
  position: relative;
}
@media (max-width: 782px) {
  .block-post-slider {
    --swiper-navigation-sides-offset: -1.5rem;
    --swiper-navigation-size: 4rem;
  }
}
.block-post-slider .post-slider {
  overflow: hidden;
}
.block-post-slider .post-slider .swiper-slide {
  height: auto;
}
.block-post-slider .post-slider .swiper-slide .post {
  height: 100%;
}
.block-post-slider .post-slider .swiper-slide .post-title {
  margin: 0;
}
.block-post-slider .post-slider .swiper-slide .post-link-wrap {
  height: 100%;
}
.block-post-slider .post-slider .swiper-slide .post-thumb {
  margin-top: auto;
}
.block-post-slider .post-slider .swiper-slide .post-thumb img {
  -o-object-position: var(--focal-point, 50% 50%);
     object-position: var(--focal-point, 50% 50%);
}

.block-accreditations {
  padding-left: var(--wp--style--root--padding-right);
  padding-right: var(--wp--style--root--padding-right);
  --swiper-navigation-size: 35px;
  --swiper-navigation-sides-offset: -5rem;
  --swiper-pagination-bullet-border-radius: 0;
  --swiper-pagination-bullet-inactive-color: var(--wp--preset--color--light-grey);
  --swiper-pagination-bullet-horizontal-gap: 0;
  --swiper-pagination-bullet-width: 100%;
}
.block-accreditations .logos-container {
  position: relative;
  max-width: 1100px;
  margin: auto;
}
@media (max-width: 782px) {
  .block-accreditations .logos-container {
    max-width: 85%;
  }
}
.block-accreditations .swiper {
  margin: var(--wp--preset--spacing--medium) auto;
  max-width: 1100px;
}
.block-accreditations .swiper-pagination {
  position: initial;
  display: flex;
  gap: var(--wp--preset--spacing--small);
  max-width: 1100px;
  margin: 0 auto;
}
.block-accreditations .swiper-pagination-bullet {
  margin: 0;
  transition: 200ms ease-in-out;
}
.block-accreditations .swiper-slide {
  height: auto;
  display: flex;
  align-items: center;
  min-height: 60px;
  pointer-events: none;
}
.block-accreditations .swiper-slide-logo {
  max-height: 30px;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  transition: 350ms ease-out;
  filter: grayscale(0.7);
}
.block-accreditations .swiper-slide-active .swiper-slide-logo {
  max-height: 60px;
  filter: grayscale(0);
}
@media (max-width: 500px) {
  .block-accreditations .swiper-slide-logo {
    max-height: 20px;
  }
  .block-accreditations .swiper-slide-active .swiper-slide-logo {
    max-height: 40px;
  }
}
.block-accreditations .swiper.content {
  border-top: 1px solid;
  padding-top: var(--wp--preset--spacing--medium);
}
.block-accreditations .swiper.content .swiper-slide {
  flex-direction: column;
  align-items: flex-start;
  gap: var(--wp--preset--spacing--normal);
}
@media (min-width: 783px) {
  .block-accreditations .swiper.content .swiper-slide {
    flex-direction: row-reverse;
  }
  .block-accreditations .swiper.content .swiper-slide img {
    width: 50%;
  }
  .block-accreditations .swiper.content .swiper-slide > * {
    flex-basis: 50%;
    margin-top: 0;
    margin-bottom: 0;
  }
}
.block-accreditations .swiper.content .swiper-slide-featured {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 4/3;
}
.block-accreditations .swiper.content .swiper-slide-content {
  margin-right: auto;
  gap: var(--wp--preset--spacing--small);
}
.block-accreditations .swiper.content .swiper-slide-content > * {
  width: 100%;
}
.block-accreditations .swiper.content .swiper-slide h2 {
  line-height: 1.2;
}
.block-accreditations .swiper.content .swiper-slide h3 {
  margin: 0;
}

.block-help-categories .help-categories {
  display: grid;
  grid-gap: var(--wp--preset--spacing--medium) var(--wp--preset--spacing--small);
  grid-template-columns: repeat(auto-fill, minmax(340px, 1fr));
}
.block-help-categories .help-category {
  padding: var(--wp--preset--spacing--small);
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  grid-gap: var(--wp--preset--spacing--small) 0;
}
.block-help-categories .help-category-header {
  display: flex;
  gap: var(--wp--preset--spacing--normal);
  width: 100%;
  justify-content: space-between;
  align-items: flex-start;
}
.block-help-categories .help-category-title {
  font-weight: 600;
  margin: 0;
}
.block-help-categories .help-category-icon {
  display: grid;
  place-items: center;
  aspect-ratio: 1;
  background: var(--wp--preset--color--primary);
  border-radius: 999px;
  width: 60px;
  height: 60px;
}
.block-help-categories .help-category-icon img {
  width: 55%;
  filter: invert(1);
}
.block-help-categories .help-category-description {
  margin-bottom: var(--wp--preset--spacing--normal);
  width: 100%;
}
.block-help-categories .help-category-buttons {
  margin-top: auto;
  margin-left: auto;
}
@media (max-width: 782px) {
  .block-help-categories .help-category-description {
    font-size: var(--wp--preset--font-size--medium);
    margin: 0;
    width: 60%;
  }
  .block-help-categories .help-category-buttons {
    margin-left: auto;
  }
  .block-help-categories .help-category-buttons .wp-block-button__link {
    font-size: var(--wp--preset--font-size--medium);
  }
}

.block-image-cta {
  container-type: inline-size;
}
.block-image-cta__inner {
  background: var(--wp--preset--color--secondary);
  display: flex;
  justify-content: space-between;
  height: 100%;
}
.block-image-cta__inner.align-right {
  flex-direction: row-reverse;
}
.block-image-cta__image {
  display: flex;
  max-width: 300px;
  min-width: 60px;
  width: 35%;
  width: 100%;
  height: auto;
}
.block-image-cta__image img {
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: var(--focal-point, center);
     object-position: var(--focal-point, center);
  aspect-ratio: auto 1;
}
@media (max-width: 782px) {
  .block-image-cta__image {
    max-width: 150px;
  }
}
.block-image-cta__icon {
  background: var(--wp--preset--color--primary);
  min-width: 80px;
  padding: var(--wp--preset--spacing--small);
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
@media (max-width: 1024px) {
  .block-image-cta__icon {
    min-width: 60px;
    padding: var(--wp--preset--spacing--x-small);
  }
}
@media (max-width: 500px) {
  .block-image-cta__icon {
    min-width: 45px;
  }
}
.block-image-cta .acf-innerblocks-container {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  padding: var(--wp--preset--spacing--small);
}
.block-image-cta .acf-innerblocks-container .wp-block-group {
  margin: 0;
}
.block-image-cta .acf-innerblocks-container > * {
  max-width: 640px;
}
.block-image-cta .acf-innerblocks-container p {
  margin-bottom: 1em;
}
.block-image-cta .acf-innerblocks-container .wp-block-heading {
  margin-bottom: 1em;
  margin-top: 0;
  line-height: 1.1;
}
.block-image-cta .acf-innerblocks-container .wp-block-buttons {
  margin-top: auto;
  margin-bottom: var(--wp--preset--spacing--x-small);
}
.block-image-cta .acf-innerblocks-container .wp-block-buttons .wp-block-button__link {
  text-wrap: balance;
}
@container (max-width: 450px) {
  .block-image-cta.image .block-image-cta__inner {
    --img-max-width: 100%;
    flex-direction: column;
    align-items: flex-start;
  }
  .block-image-cta.image .block-image-cta__image {
    width: 100%;
    max-height: 180px;
    min-width: unset;
    max-width: unset;
  }
  .block-image-cta.image .block-image-cta__image img {
    aspect-ratio: 16/9;
  }
}
@supports not (container-type: inline-size) {
  @media (max-width: 1024px) {
    .block-image-cta {
      flex-direction: column;
      align-items: flex-start;
    }
    .block-image-cta__inner {
      flex-direction: column;
      align-items: flex-start;
    }
    .block-image-cta__image {
      width: 100%;
      max-width: 100%;
      min-width: unset;
      max-height: 180px;
    }
  }
}

@media (min-width: 783px) {
  .block-posts-list__content .post-item:first-of-type:not(.type-post) {
    grid-column: span 2;
  }
  .block-posts-list__content .post-item:first-of-type:not(.type-post) .post-item__thumb-image img {
    aspect-ratio: 16/6;
  }
  .block-posts-list__content .post-item:first-of-type:not(.type-post) .post-item__title {
    font-size: 4rem;
  }
  .block-posts-list__content .post-item:first-of-type:not(.type-post) .post-item__excerpt-text {
    font-size: var(--wp--preset--font-size--body-large);
  }
}

.block-post-filters .post-filters-form {
  padding-top: var(--wp--preset--spacing--medium);
  padding-bottom: var(--wp--preset--spacing--medium);
}
@media (min-width: 1025px) {
  .block-post-filters .post-filters-form {
    display: grid;
    grid-template-columns: 2fr 1fr;
    gap: var(--wp--preset--spacing--small);
  }
}
.block-post-filters .post-filters-form .filters {
  display: flex;
  align-items: flex-start;
  grid-gap: var(--wp--preset--spacing--small);
  position: relative;
}
.block-post-filters .post-filters-form .filters select {
  width: 35%;
  font-weight: 600;
  color: #003c14;
  border: 1px solid var(--wp--preset--color--grey);
  transition: border-color 0.2s ease-in-out;
}
.block-post-filters .post-filters-form .filters select:focus {
  outline: none;
  border-color: #003c14;
  box-shadow: 0 0 0 2px rgba(0, 60, 20, 0.2);
}
.block-post-filters .post-filters-form .filters select[disabled] {
  background-color: #f8f8f8;
  border-color: var(--wp--preset--color--light-grey);
  color: var(--wp--preset--color--light-grey);
}
.block-post-filters .post-filters-form .filters select option {
  font-weight: 600;
  color: #003c14;
}
.block-post-filters .post-filters-form .filters .search-filter-form-fields {
  width: 100%;
}
@media (max-width: 500px) {
  .block-post-filters .post-filters-form .filters {
    flex-direction: column;
  }
  .block-post-filters .post-filters-form .filters select {
    width: 100%;
  }
}

.block-icon-list {
  --icon-size: 9rem;
  -moz-columns: 2;
       columns: 2;
  -moz-column-gap: var(--wp--preset--spacing--normal);
       column-gap: var(--wp--preset--spacing--normal);
}
@media (max-width: 782px) {
  .block-icon-list {
    --icon-size: 6rem;
    -moz-columns: 1;
         columns: 1;
  }
}
.block-icon-list .icon-list__icon-item {
  display: flex;
  align-items: center;
  gap: var(--wp--preset--spacing--small);
  border-top: 1px solid var(--wp--preset--color--gold);
  border-bottom: 1px solid var(--wp--preset--color--gold);
  padding: var(--wp--preset--spacing--small) 0;
  margin-top: -1px;
}
.block-icon-list .icon-list__icon-item img {
  width: var(--icon-size);
  height: var(--icon-size);
}
.block-icon-list .icon-list__icon-item h3.icon-title {
  margin-top: 0;
  margin-bottom: 0;
}

.block-image-slideshow {
  --swiper-navigation-sides-offset: 0;
  --swiper-pagination-bullet-size: 1.8rem;
}
.block-image-slideshow .swiper-slide {
  text-align: center;
}
.block-image-slideshow .swiper-pagination {
  position: initial;
  margin-top: var(--wp--preset--spacing--small);
}

.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  text-size-adjust: 100%;
  backface-visibility: hidden;
  outline: 0;
}

.glightbox-container.inactive {
  display: none;
}

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
}

.glightbox-container .gslider {
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: flex !important;
  justify-content: center;
  align-items: center;
  transform: translate3d(0, 0, 0);
}

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative;
}

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999;
}

.glightbox-container .gslide-inner-content {
  width: 100%;
}

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh;
}

.glightbox-container .ginner-container.gvideo-container {
  width: 100%;
}

.glightbox-container .ginner-container.desc-bottom, .glightbox-container .ginner-container.desc-top {
  flex-direction: column;
}

.glightbox-container .ginner-container.desc-left, .glightbox-container .ginner-container.desc-right {
  max-width: 100% !important;
}

.gslide iframe, .gslide video {
  outline: 0 !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  touch-action: auto;
}

.gslide:not(.current) {
  pointer-events: none;
}

.gslide-image {
  align-items: center;
}

.gslide-image img {
  max-height: 100vh;
  display: block;
  padding: 0;
  float: none;
  outline: 0;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  touch-action: none;
  margin: auto;
  min-width: 200px;
}

.desc-bottom .gslide-image img, .desc-top .gslide-image img {
  width: auto;
}

.desc-left .gslide-image img, .desc-right .gslide-image img {
  width: auto;
  max-width: 100%;
}

.gslide-image img.zoomable {
  position: relative;
}

.gslide-image img.dragging {
  cursor: grabbing !important;
  transition: none;
}

.gslide-video {
  position: relative;
  max-width: 100vh;
  width: 100% !important;
}

.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
  display: none;
}

.gslide-video .gvideo-wrapper {
  width: 100%;
  margin: auto;
}

.gslide-video::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none;
}

.gslide-video.playing::before {
  display: none;
}

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh;
}

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important;
}

.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
  margin: auto;
}

.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%;
}

.gslide-inline .dragging {
  cursor: grabbing !important;
  transition: none;
}

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1;
}

.gslide-external {
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%;
}

.gslide-media {
  display: flex;
  width: auto;
}

.zoomed .gslide-media {
  box-shadow: none !important;
}

.desc-bottom .gslide-media, .desc-top .gslide-media {
  margin: 0 auto;
  flex-direction: column;
}

.gslide-description {
  position: relative;
  flex: 1 0 100%;
}

.gslide-description.description-left, .gslide-description.description-right {
  max-width: 100%;
}

.gslide-description.description-bottom, .gslide-description.description-top {
  margin: 0 auto;
  width: 100%;
}

.gslide-description p {
  margin-bottom: 12px;
}

.gslide-description p:last-child {
  margin-bottom: 0;
}

.zoomed .gslide-description {
  display: none;
}

.glightbox-button-hidden {
  display: none;
}

.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 19px 11px;
  max-width: 100vw !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.75) 100%);
  transition: opacity 0.3s linear;
  padding-bottom: 50px;
}

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em;
}

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1;
}

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: 700;
}

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit;
}

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: 0.4;
}

.gdesc-open .gslide-media {
  transition: opacity 0.5s ease;
  opacity: 0.4;
}

.gdesc-open .gdesc-inner {
  padding-bottom: 30px;
}

.gdesc-closed .gslide-media {
  transition: opacity 0.5s ease;
  opacity: 1;
}

.greset {
  transition: all 0.3s ease;
}

.gabsolute {
  position: absolute;
}

.grelative {
  position: relative;
}

.glightbox-desc {
  display: none !important;
}

.glightbox-open {
  overflow: hidden;
}

.gloader {
  height: 25px;
  width: 25px;
  animation: lightboxLoader 0.8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%;
}

.goverlay {
  width: 100%;
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
  background: #000;
  will-change: opacity;
}

.glightbox-mobile .goverlay {
  background: #000;
}

.gclose, .gnext, .gprev {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.gclose svg, .gnext svg, .gprev svg {
  display: block;
  width: 25px;
  height: auto;
  margin: 0;
  padding: 0;
}

.gclose.disabled, .gnext.disabled, .gprev.disabled {
  opacity: 0.1;
}

.gclose .garrow, .gnext .garrow, .gprev .garrow {
  stroke: #fff;
}

.gbtn.focused {
  outline: 2px solid #0f3d81;
}

iframe.wait-autoplay {
  opacity: 0;
}

.glightbox-closing .gclose, .glightbox-closing .gnext, .glightbox-closing .gprev {
  opacity: 0 !important;
}

.glightbox-clean .gslide-description {
  background: #fff;
}

.glightbox-clean .gdesc-inner {
  padding: 22px 20px;
}

.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: 400;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em;
}

.glightbox-clean .gslide-desc {
  font-size: 0.86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em;
}

.glightbox-clean .gslide-video {
  background: #000;
}

.glightbox-clean .gclose, .glightbox-clean .gnext, .glightbox-clean .gprev {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px;
}

.glightbox-clean .gclose path, .glightbox-clean .gnext path, .glightbox-clean .gprev path {
  fill: #fff;
}

.glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 50px;
}

.glightbox-clean .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute;
}

.glightbox-clean .gclose svg {
  width: 18px;
  height: auto;
}

.glightbox-clean .gclose:hover {
  opacity: 1;
}

.gfadeIn {
  animation: gfadeIn 0.5s ease;
}

.gfadeOut {
  animation: gfadeOut 0.5s ease;
}

.gslideOutLeft {
  animation: gslideOutLeft 0.3s ease;
}

.gslideInLeft {
  animation: gslideInLeft 0.3s ease;
}

.gslideOutRight {
  animation: gslideOutRight 0.3s ease;
}

.gslideInRight {
  animation: gslideInRight 0.3s ease;
}

.gzoomIn {
  animation: gzoomIn 0.5s ease;
}

.gzoomOut {
  animation: gzoomOut 0.5s ease;
}
@keyframes lightboxLoader {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes gfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes gfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes gslideInLeft {
  from {
    opacity: 0;
    transform: translate3d(-60%, 0, 0);
  }
  to {
    visibility: visible;
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden;
  }
}
@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    transform: translate3d(60%, 0, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(60%, 0, 0);
    opacity: 0;
  }
}
@keyframes gzoomIn {
  from {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 1;
  }
}
@keyframes gzoomOut {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
  to {
    opacity: 0;
  }
}
@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    flex-direction: row;
  }
  .glightbox-container .ginner-container.desc-top .gslide-description {
    order: 0;
  }
  .glightbox-container .ginner-container.desc-top .gslide-image, .glightbox-container .ginner-container.desc-top .gslide-image img {
    order: 1;
  }
  .glightbox-container .ginner-container.desc-left .gslide-description {
    order: 0;
  }
  .glightbox-container .ginner-container.desc-left .gslide-image {
    order: 1;
  }
  .gslide-image img {
    max-height: 97vh;
    max-width: 100%;
  }
  .gslide-image img.zoomable {
    cursor: zoom-in;
  }
  .zoomed .gslide-image img.zoomable {
    cursor: grab;
  }
  .gslide-inline {
    max-height: 95vh;
  }
  .gslide-external {
    max-height: 100vh;
  }
  .gslide-description.description-left, .gslide-description.description-right {
    max-width: 275px;
  }
  .glightbox-open {
    height: auto;
  }
  .goverlay {
    background: rgba(0, 0, 0, 0.92);
  }
  .glightbox-clean .gslide-media {
    box-shadow: 1px 2px 9px 0 rgba(0, 0, 0, 0.65);
  }
  .glightbox-clean .description-left .gdesc-inner, .glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto;
  }
  .glightbox-clean .gclose, .glightbox-clean .gnext, .glightbox-clean .gprev {
    background-color: rgba(0, 0, 0, 0.32);
  }
  .glightbox-clean .gclose:hover, .glightbox-clean .gnext:hover, .glightbox-clean .gprev:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }
  .glightbox-clean .gprev {
    top: 45%;
  }
  .glightbox-clean .gnext {
    top: 45%;
  }
}
@media (min-width: 992px) {
  .glightbox-clean .gclose {
    opacity: 0.7;
    right: 20px;
  }
}
@media screen and (max-height: 420px) {
  .goverlay {
    background: #000;
  }
}
/**
 * Swiper 11.2.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 14, 2025
 */
/* FONT_START */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

/* Cube slide shadows end */
.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  backface-visibility: hidden;
}

/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  backface-visibility: hidden;
  overflow: hidden;
}

html.lenis, html.lenis body {
  height: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: clip;
}

.lenis.lenis-smooth iframe {
  pointer-events: none;
}

/*# sourceMappingURL=base-styles.css.map*/