@charset "UTF-8";
/*
Theme Name: Hybrid TwoFiveOne
Author: Slingshot
Description: Custom theme. Contact https://www.slingshot.co.uk
Text Domain: slingshottheme
Domain Path: /languages
Requires at least: 6.4
Requires PHP: 7.4
Tested up to: 6.5.5
Version: 1.0.0
License: Contact me for license.
*/
@-o-viewport {
  width: device-width;
}
@viewport {
  width: device-width;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  min-width: 320px;
}

html, body {
  width: 100%;
  min-height: 100%;
  margin: 0px;
  padding: 0px;
}

body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

* {
  box-sizing: border-box;
}

@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}
.skip-link {
  background-color: #FFFFFF;
  color: #000000;
}

:focus:not(:focus-visible) {
  outline: none;
}

:focus-visible {
  outline: 4px solid #000;
  outline-offset: 2px;
}

.site-footer :focus-visible {
  outline: 4px solid #FFF;
}

html {
  font-size: 100%;
}

body {
  font-size: var(--wp--preset--font-size--20);
}

a:hover, a:active {
  outline: 0;
}

a[target=_blank]:not(.wp-block-slingshot-post-tile-link):not(.wp-block-button__link):after {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  margin-left: 0.25em;
  vertical-align: -0.125em;
  background-color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640"><path d="M384 64C366.3 64 352 78.3 352 96C352 113.7 366.3 128 384 128L466.7 128L265.3 329.4C252.8 341.9 252.8 362.2 265.3 374.7C277.8 387.2 298.1 387.2 310.6 374.7L512 173.3L512 256C512 273.7 526.3 288 544 288C561.7 288 576 273.7 576 256L576 96C576 78.3 561.7 64 544 64L384 64zM144 160C99.8 160 64 195.8 64 240L64 496C64 540.2 99.8 576 144 576L400 576C444.2 576 480 540.2 480 496L480 416C480 398.3 465.7 384 448 384C430.3 384 416 398.3 416 416L416 496C416 504.8 408.8 512 400 512L144 512C135.2 512 128 504.8 128 496L128 240C128 231.2 135.2 224 144 224L224 224C241.7 224 256 209.7 256 192C256 174.3 241.7 160 224 160L144 160z"/></svg>');
          mask-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 640 640"><path d="M384 64C366.3 64 352 78.3 352 96C352 113.7 366.3 128 384 128L466.7 128L265.3 329.4C252.8 341.9 252.8 362.2 265.3 374.7C277.8 387.2 298.1 387.2 310.6 374.7L512 173.3L512 256C512 273.7 526.3 288 544 288C561.7 288 576 273.7 576 256L576 96C576 78.3 561.7 64 544 64L384 64zM144 160C99.8 160 64 195.8 64 240L64 496C64 540.2 99.8 576 144 576L400 576C444.2 576 480 540.2 480 496L480 416C480 398.3 465.7 384 448 384C430.3 384 416 398.3 416 416L416 496C416 504.8 408.8 512 400 512L144 512C135.2 512 128 504.8 128 496L128 240C128 231.2 135.2 224 144 224L224 224C241.7 224 256 209.7 256 192C256 174.3 241.7 160 224 160L144 160z"/></svg>');
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}

h1, h2, h3, h4, h5, h6 {
  overflow-wrap: normal;
}

.has-text-color h1, .has-text-color h2, .has-text-color h3, .has-text-color h4, .has-text-color h5, .has-text-color h6 {
  color: inherit;
}

h1, h2, h3, h4, h5, h6,
.has-40-font-size,
.has-50-font-size,
.has-60-font-size,
.has-70-font-size,
.has-80-font-size,
.has-90-font-size {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-wrap: pretty;
}

ul, ol {
  list-style-position: outside;
}

ul {
  list-style: none;
  list-style-type: disc;
}

ol {
  list-style: decimal;
}

li {
  margin: 0.6em 0;
}

dt {
  font-weight: var(--wp--custom--font-weight--bold);
}

b,
strong {
  font-weight: var(--wp--custom--font-weight--bold);
}

cite,
dfn,
em,
i {
  font-style: italic;
}

small {
  font-size: var(--wp--preset--font-size--20);
}

big {
  font-size: var(--wp--preset--font-size--60);
}

sup,
sub {
  font-size: 62%;
  height: 0;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  bottom: 1ex;
}

sub {
  top: 0.5ex;
}

figure {
  margin: 0;
}

caption {
  font-weight: var(--wp--custom--font--small);
  text-align: left;
}

mark {
  padding: 0 0.4em;
}

table:not(.shop_table):not(.ff_repeater_table):not(.ff_flexible_table) {
  width: 100%;
  margin-bottom: 1em;
  border-collapse: separate;
  border-spacing: 0;
  border: 1px solid var(--wp--preset--color--black);
  border-width: 1px 0 0 1px;
}
table:not(.shop_table):not(.ff_repeater_table):not(.ff_flexible_table) th {
  font-weight: var(--wp--custom--font-weight--bold);
}
table:not(.shop_table):not(.ff_repeater_table):not(.ff_flexible_table) th, table:not(.shop_table):not(.ff_repeater_table):not(.ff_flexible_table) td {
  border: 1px solid var(--wp--preset--color--black);
  border-width: 0 1px 1px 0;
  padding: 0.3rem;
}
table:not(.shop_table):not(.ff_repeater_table):not(.ff_flexible_table) tr th:first-child,
table:not(.shop_table):not(.ff_repeater_table):not(.ff_flexible_table) tr td:first-child {
  border-width: 0 1px 1px 0;
}

[class^=icon-]:before,
[class*=" icon-"]:before {
  content: "";
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: inherit;
  -webkit-mask-size: 1em 1em;
          mask-size: 1em 1em;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  margin: auto;
}

.icon-arrow-right {
  text-indent: -200em;
  width: 2em;
  height: 2em;
  background-color: var(--wp--preset--color--secondary);
  border-radius: 99em;
  position: relative;
}
.icon-arrow-right:before {
  background-color: var(--wp--preset--color--white);
  -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 200 200"><polygon points="118.6 12.7 85 12.7 160.7 87.6 0 87.6 0 112.1 158.5 112.1 85 187.3 118.6 187.3 200 105.5 200 91.5 118.6 12.7"/></svg>');
          mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" viewBox="0 0 200 200"><polygon points="118.6 12.7 85 12.7 160.7 87.6 0 87.6 0 112.1 158.5 112.1 85 187.3 118.6 187.3 200 105.5 200 91.5 118.6 12.7"/></svg>');
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.icon-slingshot:before {
  background-color: var(--wp--preset--color--white);
  -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><path d="M18.27,64,36.55,95.68,27.42,111.5,0,64,27.42,16.5H45.7Zm82.3-47.5L91.42,32.33,109.72,64,82.28,111.5h18.27L128,64ZM36.58,64l9.14,15.82L91.43.65H73.15Zm54.85,0L82.28,48.18l-45.7,79.17H54.85Z"/></svg>');
          mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><path d="M18.27,64,36.55,95.68,27.42,111.5,0,64,27.42,16.5H45.7Zm82.3-47.5L91.42,32.33,109.72,64,82.28,111.5h18.27L128,64ZM36.58,64l9.14,15.82L91.43.65H73.15Zm54.85,0L82.28,48.18l-45.7,79.17H54.85Z"/></svg>');
  position: relative;
  top: 0.25em;
  margin-left: 0.2em;
  width: 1.2em;
  height: 1.2em;
  -webkit-mask-size: 1.2em 1.2em;
          mask-size: 1.2em 1.2em;
}

a[href*="slingshot.co.uk"] {
  text-decoration: none;
}

form input[type=button],
form input[type=reset],
form input[type=submit],
form button[type=button],
form button[type=reset],
form button[type=submit] {
  height: auto !important;
  padding: 0.75rem;
  position: relative;
  border-radius: var(--wp--custom--border--radius);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
  text-align: left;
}
form input[type=button]:after,
form input[type=reset]:after,
form input[type=submit]:after,
form button[type=button]:after,
form button[type=reset]:after,
form button[type=submit]:after {
  content: "";
  display: block;
  width: 1.37em;
  height: 1.37em;
  display: block;
  margin-left: 0.6em;
  background-color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256" viewBox="0 0 256 256"><path d="M13.258 1.921l-11.26 10.82c-2.664 2.56-2.664 6.712 0 9.274L104.762 121 1.999 219.985c-2.665 2.56-2.665 6.713 0 9.274l11.26 10.82c2.664 2.561 6.985 2.561 9.65 0l119.092-114.442c2.665-2.56 2.665-6.713 0-9.274L22.91 1.921c-2.665-2.561-6.986-2.561-9.65 0z" transform="translate(56 7)"/></svg>');
          mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256" viewBox="0 0 256 256"><path d="M13.258 1.921l-11.26 10.82c-2.664 2.56-2.664 6.712 0 9.274L104.762 121 1.999 219.985c-2.665 2.56-2.665 6.713 0 9.274l11.26 10.82c2.664 2.561 6.985 2.561 9.65 0l119.092-114.442c2.665-2.56 2.665-6.713 0-9.274L22.91 1.921c-2.665-2.561-6.986-2.561-9.65 0z" transform="translate(56 7)"/></svg>');
  -webkit-mask-size: 1.37em 1.37em;
          mask-size: 1.37em 1.37em;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  flex-shrink: 0;
}
form input[type=button]:hover,
form input[type=reset]:hover,
form input[type=submit]:hover,
form button[type=button]:hover,
form button[type=reset]:hover,
form button[type=submit]:hover {
  opacity: 0.7;
}
form input[type=button],
form input[type=reset],
form input[type=submit],
form button[type=button],
form button[type=reset],
form button[type=submit] {
  color: var(--wp--preset--color--white);
  background-color: var(--wp--preset--color--accent-2);
  border: 0.15rem solid var(--wp--preset--color--accent-2);
  font-weight: var(--wp--custom--font-weight--bold);
}
form fieldset {
  margin: 0 0 2em;
}
form legend {
  white-space: normal;
}
form input,
form button,
form textarea,
form select {
  font-style: normal;
  font-family: inherit;
  line-height: 1;
  margin: 0;
  max-width: 100%;
  vertical-align: baseline;
  border-radius: 0;
  line-height: normal;
  font-size: var(--wp--preset--font-size--20);
}
form select,
form input,
form textarea {
  padding: 0.75rem 1em;
  color: var(--wp--preset--color--secondary);
  border: 1px solid var(--wp--preset--color--black);
  background-color: var(--wp--preset--color--white);
  border-radius: var(--wp--custom--border--radius);
}
form button[disabled],
form input[disabled] {
  cursor: default;
}
form input[type=checkbox],
form input[type=radio] {
  padding: 0.5em;
  position: relative;
  width: 1rem;
  height: 1rem;
}
form input[type=search] {
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}
form input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
          appearance: none;
}
form button::-moz-focus-inner,
form input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
form input:focus,
form textarea:focus {
  border: 1px solid var(--wp--preset--color--secondary);
  outline: 0;
}
form select {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 128 128"><polygon points="76.73 84.15 117.03 43.85 104.31 31.12 64 71.42 23.69 31.12 10.97 43.85 51.27 84.15 64 96.88 76.73 84.15" fill="%23007976"/></svg>');
  background-size: 1em 1em;
  background-repeat: no-repeat;
  background-position: calc(100% - 10px) center;
  position: relative;
  padding-right: 2.8em;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
form select:after {
  content: "X";
}
form textarea {
  min-height: 8em;
}
form label {
  display: inline-block;
  margin-bottom: 0.5rem;
}

img {
  -ms-interpolation-mode: bicubic;
  border: 0;
  vertical-align: middle;
}

.comment-content img[height],
.article-content img,
.entry-summary img,
img[class*=align],
img[class*=wp-image-],
img[class*=attachment-],
.site-header img {
  height: auto;
  max-width: 100%;
}

img.size-large,
img.size-medium,
.wp-post-image,
.article-thumbnail img {
  height: auto;
  max-width: 100%;
}

.article-content .size-large_cropped img {
  width: 100%;
  height: auto;
}

@media (min-width: 782px) {
  .wp-caption {
    width: auto;
  }
}
.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
  height: auto;
}

embed,
iframe,
object {
  margin-bottom: 1.5em;
  max-width: 100%;
}

p > embed,
p > iframe,
p > object,
span > embed,
span > iframe,
span > object {
  margin-bottom: 0;
}

.embed-wrapper:not(.wp-block-embed__wrapper .embed-wrapper) {
  margin: var(--wp--preset--spacing--50) 0;
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.embed-wrapper:not(.wp-block-embed__wrapper .embed-wrapper).powerbi {
  padding-bottom: 38%;
}
.embed-wrapper:not(.wp-block-embed__wrapper .embed-wrapper) iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

body .is-layout-flow > * + * {
  margin-block-start: var(--wp--preset--spacing--30);
}

.wp-site-blocks {
  position: relative;
  margin: 0 auto;
}

.site-main {
  min-height: 360px;
  margin: 0;
}

/*
 * Increase horizontal padding on smaller screens.
 * Temporary solution to avoid text content
 * running up to the edge of the browser window,
 * making the text difficult to read.
*/
.wp-site-blocks,
body > .is-root-container,
.edit-post-visual-editor__post-title-wrapper,
.wp-block-group.alignfull,
.wp-block-group.has-background,
.wp-block-cover.alignfull,
.is-root-container .wp-block[data-align=full] > .wp-block-group,
.is-root-container .wp-block[data-align=full] > .wp-block-cover {
  padding-left: var(--wp--preset--spacing--40);
  padding-right: var(--wp--preset--spacing--40);
}

.wp-site-blocks .alignfull,
.wp-site-blocks > .wp-block-group.has-background,
.wp-site-blocks > .wp-block-cover,
.wp-site-blocks > .wp-block-template-part > .wp-block-group.has-background,
.wp-site-blocks > .wp-block-template-part > .wp-block-cover,
body > .is-root-container > .wp-block-cover,
body > .is-root-container > .wp-block-template-part > .wp-block-group.has-background,
body > .is-root-container > .wp-block-template-part > .wp-block-cover,
.is-root-container .wp-block[data-align=full] {
  margin-left: calc(-1 * var(--wp--preset--spacing--40)) !important;
  margin-right: calc(-1 * var(--wp--preset--spacing--40)) !important;
  width: unset;
}

.wp-site-blocks .wp-block-columns .wp-block-column .alignfull,
.is-root-container .wp-block-columns .wp-block-column .wp-block[data-align=full],
.wp-site-blocks .alignfull:not(.wp-block-group) .alignfull,
.is-root-container .wp-block[data-align=full] > *:not(.wp-block-group) .wp-block[data-align=full] {
  margin-left: auto !important;
  margin-right: auto !important;
  width: inherit;
}

.wp-block-navigation a,
.wp-block-navigation .wp-block-navigation__submenu-icon,
.site-logo svg,
.wp-block-sscouk-link-tile,
.post-tile-image img, .link-tile-image img {
  transition: all 0.3s ease, color 0.3s ease;
}

@media (min-width: 782px) {
  .is-position-sticky {
    top: calc(var(--wp--preset--spacing--40) + var(--wp-admin--admin-bar--position-offset, 0px));
    position: sticky;
  }
}
.is-full-height {
  min-height: 90vh !important;
}

.has-no-margin {
  margin: 0 !important;
}

.long-url,
.sidebar-footer a {
  /* These are technically the same, but use both */
  overflow-wrap: break-word;
  word-wrap: break-word;
  -ms-word-break: break-all;
  /* This is the dangerous one in WebKit, as it breaks things wherever */
  word-break: break-all;
  /* Instead use this non-standard one: */
  word-break: break-word;
  /* Adds a hyphen where the word breaks, if supported (No Blink) */
  hyphens: auto;
}

.has-10-opacity {
  opacity: 0.1 !important;
}

.has-20-opacity {
  opacity: 0.2 !important;
}

.has-30-opacity {
  opacity: 0.3 !important;
}

.has-40-opacity {
  opacity: 0.4 !important;
}

.has-50-opacity {
  opacity: 0.5 !important;
}

.has-60-opacity {
  opacity: 0.6 !important;
}

.has-70-opacity {
  opacity: 0.7 !important;
}

.has-80-opacity {
  opacity: 0.8 !important;
}

.has-90-opacity {
  opacity: 0.9 !important;
}

.site-social-media {
  padding: var(--wp--preset--spacing--60) var(--wp--preset--spacing--40) var(--wp--preset--spacing--40) var(--wp--preset--spacing--40);
  text-align: center;
  background-color: var(--wp--preset--color--accent-1);
}
.site-social-media ul.social-media-menu {
  font-size: var(--wp--preset--font-size--30);
  margin: 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.site-social-media ul.social-media-menu .icon-link-txt {
  display: none;
}
.site-social-media ul.social-media-menu li {
  display: inline;
  margin: 0 0.5rem;
}
.site-social-media ul.social-media-menu a {
  display: inline-block;
  color: var(--wp--preset--color--primary);
}
.site-social-media ul.social-media-menu a:hover {
  color: var(--wp--preset--color--accent-2);
}
.site-social-media .fa-round {
  font-size: var(--wp--preset--font-size--60);
  color: var(--wp--preset--color--background);
  background: var(--wp--preset--color--secondary);
}
.social-share ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.social-share li {
  display: inline;
}
.social-share [class^=icon-],
.social-share [class*=" icon-"] {
  font-size: var(--wp--preset--font-size--60);
  margin-right: 0.3em;
}
.social-share .social-channel-name {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.wp-container-share {
  display: flex;
  gap: var(--wp--preset--spacing--40);
  flex-wrap: wrap;
  align-items: center;
}
.wp-container-share .wpulike .wp_ulike_general_class button {
  border: 1px solid var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--secondary);
}
.wp-container-share .wpulike .wp_ulike_general_class button:hover {
  border-color: var(--wp--preset--color--accent-2);
}
.wp-container-share .wpulike .wp_ulike_general_class button:hover .icon-heart {
  color: var(--wp--preset--color--primary);
}
.wp-container-share .wpulike .wp_ulike_general_class button .icon-heart {
  color: var(--wp--preset--color--secondary);
  margin-left: 0.3em;
}
.wp-container-share .wpulike .wp_ulike_general_class .count-box {
  display: none;
}
.wp-container-share .wpulike .wp_ulike_general_class.wp_ulike_is_liked button .icon-heart {
  color: var(--wp--preset--color--accent-2);
}
.wp-container-share .wpulike .wp_ulike_general_class.wp_ulike_is_liked button:hover .icon-heart {
  color: var(--wp--preset--color--primary);
}
.wp-container-share .social-share-button {
  position: relative;
}
.wp-container-share .social-share-button .wp-block-button__link.active {
  background-color: var(--wp--preset--color--accent-2) !important;
  border-color: var(--wp--preset--color--accent-2);
  color: var(--wp--preset--color--primary);
}
.wp-container-share .social-share-button .social-share {
  display: none;
  margin: 0;
  position: absolute;
  z-index: 99999;
  padding: 1.5em 0.75em 1em 0.75em;
  text-align: left;
  width: 100%;
  text-transform: none;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%) translateY(100%);
  background-color: var(--wp--preset--color--accent-2);
}
.wp-container-share .social-share-button .social-share a {
  color: var(--wp--preset--color--primary);
}
.wp-container-share .social-share-button .social-share [class^=icon-],
.wp-container-share .social-share-button .social-share [class*=" icon-"] {
  font-size: 110%;
  margin-left: 0.2em;
}

.hasjs .site-overlay {
  position: fixed;
  width: 100vw;
  right: -105vw;
  z-index: 998;
  background-color: transparent;
  height: 100vh;
  opacity: 0;
  transition-property: position, opacity;
  transition-duration: 0s, 0.3s;
  transition-timing-function: linear;
}

.jquery-modal.blocker {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  z-index: 99999;
  /*padding: 20px;*/
  box-sizing: border-box;
  background-color: rgba(0, 121, 118, 0.75);
  text-align: center;
}
.jquery-modal.blocker:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -0.05em;
}
.jquery-modal.blocker .behind {
  background-color: transparent;
}

.site-modal:not(.jquery-modal .site-modal) {
  border: 0;
  clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  word-wrap: normal !important;
}

.site-modal {
  color: var(--wp--preset--color--black);
  display: inline-block;
  vertical-align: middle;
  position: relative;
  z-index: 999999;
  max-width: 1024px;
  box-sizing: border-box;
  width: 90%;
  background: var(--wp--preset--color--white);
  padding: var(--wp--preset--spacing--50);
  box-shadow: var(--wp--preset--shadow--natural);
  text-align: left;
}
.site-modal img {
  width: 100%;
  height: auto;
}
.site-modal a.close-modal {
  position: absolute;
  top: 0;
  right: 0;
  width: 3.0625rem;
  height: 3.0625rem;
  text-indent: -9999px;
  background-color: var(--wp--preset--color--secondary);
  border-bottom-left-radius: var(--wp--custom--border--radius);
}
.site-modal a.close-modal:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 1.75rem;
  height: 1.75rem;
  display: block;
  background-color: var(--wp--preset--color--white);
  -webkit-mask-size: 1.75rem 1.75rem;
          mask-size: 1.75rem 1.75rem;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  flex-shrink: 0;
  -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><path d="M31.17,25l14.31-14.31c1.7-1.7,1.7-4.46,0-6.17h0c-1.7-1.7-4.46-1.7-6.17,0l-14.31,14.31L10.69,4.52c-1.7-1.7-4.46-1.7-6.17,0s-1.7,4.46,0,6.17l14.31,14.31-14.31,14.31c-1.7,1.7-1.7,4.46,0,6.17s4.46,1.7,6.17,0l14.31-14.31,14.31,14.31c1.7,1.7,4.46,1.7,6.17,0h0c1.7-1.7,1.7-4.46,0-6.17l-14.31-14.31Z"/></svg>');
          mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><path d="M31.17,25l14.31-14.31c1.7-1.7,1.7-4.46,0-6.17h0c-1.7-1.7-4.46-1.7-6.17,0l-14.31,14.31L10.69,4.52c-1.7-1.7-4.46-1.7-6.17,0s-1.7,4.46,0,6.17l14.31,14.31-14.31,14.31c-1.7,1.7-1.7,4.46,0,6.17s4.46,1.7,6.17,0l14.31-14.31,14.31,14.31c1.7,1.7,4.46,1.7,6.17,0h0c1.7-1.7,1.7-4.46,0-6.17l-14.31-14.31Z"/></svg>');
}

.modal-spinner {
  display: none;
  width: 64px;
  height: 64px;
  position: fixed;
  top: 50%;
  left: 50%;
  margin-right: -32px;
  margin-top: -32px;
  background: url("data:image/gif;base64,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") #111 no-repeat center center;
  border-radius: 8px;
}

@media screen and (min-width: 1025px) {
  .modal {
    width: 80%;
  }
}
@media (max-width: 781px) {
  div[class^=wp-block].is-style-reverse-stack,
  div[class*=" wp-block"].is-style-reverse-stack {
    flex-direction: column-reverse;
  }
}
figure[class^=wp-block].is-style-theme-3 img,
figure[class*=" wp-block"].is-style-theme-3 img {
  border-top-right-radius: 2em;
  border-bottom-left-radius: 2em;
}

@media (min-width: 782px) {
  div[class^=wp-block].is-style-theme-1,
  div[class*=" wp-block"].is-style-theme-1 {
    -webkit-mask-size: 100% auto;
            mask-size: 100% auto;
  }
  div[class^=wp-block].is-style-theme-2,
  div[class*=" wp-block"].is-style-theme-2 {
    -webkit-mask-size: 100% auto;
            mask-size: 100% auto;
  }
}
.wp-block-buttons {
  gap: var(--wp--preset--spacing--40) !important;
}

.wp-block-button:not(.wp-block-button.is-style-alt) .wp-block-button__link {
  padding: 0.75rem;
  position: relative;
  border-radius: var(--wp--custom--border--radius);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
  text-align: left;
}
.wp-block-button:not(.wp-block-button.is-style-alt) .wp-block-button__link:after {
  content: "";
  display: block;
  width: 1.37em;
  height: 1.37em;
  display: block;
  margin-left: 0.6em;
  background-color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256" viewBox="0 0 256 256"><path d="M13.258 1.921l-11.26 10.82c-2.664 2.56-2.664 6.712 0 9.274L104.762 121 1.999 219.985c-2.665 2.56-2.665 6.713 0 9.274l11.26 10.82c2.664 2.561 6.985 2.561 9.65 0l119.092-114.442c2.665-2.56 2.665-6.713 0-9.274L22.91 1.921c-2.665-2.561-6.986-2.561-9.65 0z" transform="translate(56 7)"/></svg>');
          mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256" viewBox="0 0 256 256"><path d="M13.258 1.921l-11.26 10.82c-2.664 2.56-2.664 6.712 0 9.274L104.762 121 1.999 219.985c-2.665 2.56-2.665 6.713 0 9.274l11.26 10.82c2.664 2.561 6.985 2.561 9.65 0l119.092-114.442c2.665-2.56 2.665-6.713 0-9.274L22.91 1.921c-2.665-2.561-6.986-2.561-9.65 0z" transform="translate(56 7)"/></svg>');
  -webkit-mask-size: 1.37em 1.37em;
          mask-size: 1.37em 1.37em;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  flex-shrink: 0;
}
.wp-block-button:not(.wp-block-button.is-style-alt) .wp-block-button__link:hover {
  opacity: 0.7;
}
.wp-block-button:not(.wp-block-button.is-style-alt).is-style-outline .wp-block-button__link {
  padding: calc(0.7rem - 2px) 1em;
  border-width: 0.1rem;
}
.wp-block-button:not(.wp-block-button.is-style-alt).is-style-outline:not(.has-background) .wp-block-button__link {
  background-color: rgba(0, 0, 0, 0.05);
}

.wp-block-button.is-style-alt .wp-block-button__link {
  padding: 0.6rem 1em;
  position: relative;
  border-radius: var(--wp--custom--border--radius);
  background-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
  text-align: left;
}
.wp-block-button.is-style-alt .wp-block-button__link:before {
  content: "";
  display: block;
  width: 1.4em;
  height: 1.4em;
  display: block;
  margin-right: 0.5em;
  background-color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M10,0C4.48,0,0,4.48,0,10s4.48,10,10,10,10-4.48,10-10S15.52,0,10,0ZM14.79,10.68l-3.96,3.85c-.17.17-.38.26-.62.26s-.44-.09-.62-.26-.26-.39-.26-.66.09-.49.26-.66l2.38-2.27h-6.14c-.25,0-.46-.09-.63-.27-.17-.18-.26-.4-.26-.65s.09-.46.26-.65c.17-.18.38-.27.63-.27h6.14l-2.38-2.27c-.17-.17-.26-.39-.26-.66s.09-.49.26-.66.38-.26.62-.26.44.09.62.26l3.96,3.85c.17.17.26.39.26.66s-.09.49-.26.66Z"/></svg>');
          mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M10,0C4.48,0,0,4.48,0,10s4.48,10,10,10,10-4.48,10-10S15.52,0,10,0ZM14.79,10.68l-3.96,3.85c-.17.17-.38.26-.62.26s-.44-.09-.62-.26-.26-.39-.26-.66.09-.49.26-.66l2.38-2.27h-6.14c-.25,0-.46-.09-.63-.27-.17-.18-.26-.4-.26-.65s.09-.46.26-.65c.17-.18.38-.27.63-.27h6.14l-2.38-2.27c-.17-.17-.26-.39-.26-.66s.09-.49.26-.66.38-.26.62-.26.44.09.62.26l3.96,3.85c.17.17.26.39.26.66s-.09.49-.26.66Z"/></svg>');
  -webkit-mask-size: 1.4em 1.4em;
          mask-size: 1.4em 1.4em;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  flex-shrink: 0;
}
.wp-block-button.is-style-alt .wp-block-button__link:hover {
  opacity: 0.7;
}

@media (max-width: 781px) {
  .wp-block-buttons.is-content-justification-right {
    justify-content: flex-start !important;
  }
}
.wp-block-columns .wp-block-column.is-style-padded {
  padding: var(--wp--preset--spacing--30);
}
.wp-block-columns .wp-block-column.is-style-stretched {
  align-self: stretch;
}

.wp-block-cover .wp-block-cover__inner-container > *:first-child {
  margin-top: 0;
  margin-block-start: 0 !important;
}
.wp-block-cover .wp-block-cover__inner-container > *:last-child {
  margin-bottom: 0;
  margin-block-end: 0 !important;
}

.wp-block-file {
  font-size: var(--wp--preset--font-size--20) !important;
  font-weight: var(--wp--custom--font-weight--bold);
  margin: 0.85em 0 1em 0;
}
.wp-block-file > a:first-child {
  margin-right: 1rem;
}

.wp-block-file:not(.wp-block-file.is-style-alt) a,
.wp-block-file:not(.wp-block-file.is-style-alt) a:visited,
.wp-block-file:not(.wp-block-file.is-style-alt) .wp-block-file__button,
.wp-block-file:not(.wp-block-file.is-style-alt) a.wp-block-file__button:visited,
.wp-block-file:not(.wp-block-file.is-style-alt) .wp-block-file__textlink {
  padding: 0.75rem;
  position: relative;
  border-radius: var(--wp--custom--border--radius);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
  text-align: left;
}
.wp-block-file:not(.wp-block-file.is-style-alt) a:after,
.wp-block-file:not(.wp-block-file.is-style-alt) a:visited:after,
.wp-block-file:not(.wp-block-file.is-style-alt) .wp-block-file__button:after,
.wp-block-file:not(.wp-block-file.is-style-alt) a.wp-block-file__button:visited:after,
.wp-block-file:not(.wp-block-file.is-style-alt) .wp-block-file__textlink:after {
  content: "";
  display: block;
  width: 1.37em;
  height: 1.37em;
  display: block;
  margin-left: 0.6em;
  background-color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256" viewBox="0 0 256 256"><path d="M13.258 1.921l-11.26 10.82c-2.664 2.56-2.664 6.712 0 9.274L104.762 121 1.999 219.985c-2.665 2.56-2.665 6.713 0 9.274l11.26 10.82c2.664 2.561 6.985 2.561 9.65 0l119.092-114.442c2.665-2.56 2.665-6.713 0-9.274L22.91 1.921c-2.665-2.561-6.986-2.561-9.65 0z" transform="translate(56 7)"/></svg>');
          mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256" viewBox="0 0 256 256"><path d="M13.258 1.921l-11.26 10.82c-2.664 2.56-2.664 6.712 0 9.274L104.762 121 1.999 219.985c-2.665 2.56-2.665 6.713 0 9.274l11.26 10.82c2.664 2.561 6.985 2.561 9.65 0l119.092-114.442c2.665-2.56 2.665-6.713 0-9.274L22.91 1.921c-2.665-2.561-6.986-2.561-9.65 0z" transform="translate(56 7)"/></svg>');
  -webkit-mask-size: 1.37em 1.37em;
          mask-size: 1.37em 1.37em;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  flex-shrink: 0;
}
.wp-block-file:not(.wp-block-file.is-style-alt) a:hover,
.wp-block-file:not(.wp-block-file.is-style-alt) a:visited:hover,
.wp-block-file:not(.wp-block-file.is-style-alt) .wp-block-file__button:hover,
.wp-block-file:not(.wp-block-file.is-style-alt) a.wp-block-file__button:visited:hover,
.wp-block-file:not(.wp-block-file.is-style-alt) .wp-block-file__textlink:hover {
  opacity: 0.7;
}
.wp-block-file:not(.wp-block-file.is-style-alt) a,
.wp-block-file:not(.wp-block-file.is-style-alt) a:visited,
.wp-block-file:not(.wp-block-file.is-style-alt) .wp-block-file__button,
.wp-block-file:not(.wp-block-file.is-style-alt) a.wp-block-file__button:visited,
.wp-block-file:not(.wp-block-file.is-style-alt) .wp-block-file__textlink {
  border: 0.1rem solid currentColor;
  background-color: rgba(0, 0, 0, 0.05);
  text-decoration: none;
  font-size: inherit;
}
.wp-block-file:not(.wp-block-file.is-style-alt) a:hover,
.wp-block-file:not(.wp-block-file.is-style-alt) a:visited:hover,
.wp-block-file:not(.wp-block-file.is-style-alt) .wp-block-file__button:hover,
.wp-block-file:not(.wp-block-file.is-style-alt) a.wp-block-file__button:visited:hover,
.wp-block-file:not(.wp-block-file.is-style-alt) .wp-block-file__textlink:hover {
  color: inherit;
}

.wp-block-file.is-style-alt:not(.has-link-color) a {
  color: var(--wp--preset--color--secondary);
}
.wp-block-file.is-style-alt a,
.wp-block-file.is-style-alt a:visited,
.wp-block-file.is-style-alt .wp-block-file__button,
.wp-block-file.is-style-alt a.wp-block-file__button:visited,
.wp-block-file.is-style-alt .wp-block-file__textlink {
  padding: 0.6rem 1em;
  position: relative;
  border-radius: var(--wp--custom--border--radius);
  background-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
  text-align: left;
}
.wp-block-file.is-style-alt a:before,
.wp-block-file.is-style-alt a:visited:before,
.wp-block-file.is-style-alt .wp-block-file__button:before,
.wp-block-file.is-style-alt a.wp-block-file__button:visited:before,
.wp-block-file.is-style-alt .wp-block-file__textlink:before {
  content: "";
  display: block;
  width: 1.4em;
  height: 1.4em;
  display: block;
  margin-right: 0.5em;
  background-color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M10,0C4.48,0,0,4.48,0,10s4.48,10,10,10,10-4.48,10-10S15.52,0,10,0ZM14.79,10.68l-3.96,3.85c-.17.17-.38.26-.62.26s-.44-.09-.62-.26-.26-.39-.26-.66.09-.49.26-.66l2.38-2.27h-6.14c-.25,0-.46-.09-.63-.27-.17-.18-.26-.4-.26-.65s.09-.46.26-.65c.17-.18.38-.27.63-.27h6.14l-2.38-2.27c-.17-.17-.26-.39-.26-.66s.09-.49.26-.66.38-.26.62-.26.44.09.62.26l3.96,3.85c.17.17.26.39.26.66s-.09.49-.26.66Z"/></svg>');
          mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path d="M10,0C4.48,0,0,4.48,0,10s4.48,10,10,10,10-4.48,10-10S15.52,0,10,0ZM14.79,10.68l-3.96,3.85c-.17.17-.38.26-.62.26s-.44-.09-.62-.26-.26-.39-.26-.66.09-.49.26-.66l2.38-2.27h-6.14c-.25,0-.46-.09-.63-.27-.17-.18-.26-.4-.26-.65s.09-.46.26-.65c.17-.18.38-.27.63-.27h6.14l-2.38-2.27c-.17-.17-.26-.39-.26-.66s.09-.49.26-.66.38-.26.62-.26.44.09.62.26l3.96,3.85c.17.17.26.39.26.66s-.09.49-.26.66Z"/></svg>');
  -webkit-mask-size: 1.4em 1.4em;
          mask-size: 1.4em 1.4em;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  flex-shrink: 0;
}
.wp-block-file.is-style-alt a:hover,
.wp-block-file.is-style-alt a:visited:hover,
.wp-block-file.is-style-alt .wp-block-file__button:hover,
.wp-block-file.is-style-alt a.wp-block-file__button:visited:hover,
.wp-block-file.is-style-alt .wp-block-file__textlink:hover {
  opacity: 0.7;
}
.wp-block-file.is-style-alt a,
.wp-block-file.is-style-alt a:visited,
.wp-block-file.is-style-alt .wp-block-file__button,
.wp-block-file.is-style-alt a.wp-block-file__button:visited,
.wp-block-file.is-style-alt .wp-block-file__textlink {
  padding: 0;
  text-decoration: none;
  font-size: inherit;
}
.wp-block-file.is-style-alt a:hover,
.wp-block-file.is-style-alt a:visited:hover,
.wp-block-file.is-style-alt .wp-block-file__button:hover,
.wp-block-file.is-style-alt a.wp-block-file__button:visited:hover,
.wp-block-file.is-style-alt .wp-block-file__textlink:hover {
  color: inherit;
}

.wp-block-gallery {
  margin-bottom: var(--wp--preset--spacing--50);
}
.wp-block-gallery .blocks-gallery-image,
.wp-block-gallery .blocks-gallery-item {
  margin-bottom: 2.2rem;
  flex-grow: 0;
}
.wp-block-gallery .blocks-gallery-image img,
.wp-block-gallery .blocks-gallery-item img {
  border-radius: var(--wp--custom--border--radius);
}
.wp-block-gallery .blocks-gallery-image figure,
.wp-block-gallery .blocks-gallery-item figure {
  display: block;
}
.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  background: transparent;
  color: var(--wp--preset--color--primary);
  position: relative;
  font-size: var(--wp--preset--font-size--20);
  display: block;
  padding: var(--wp--preset--spacing--30) 0;
}
.wp-block-gallery.is-style-logos {
  align-items: center !important;
  gap: var(--wp--preset--spacing--60);
}
.wp-block-gallery.is-style-logos.has-nested-images figure.wp-block-image {
  text-align: center;
  flex-grow: 0;
  display: block;
  width: calc(50% - var(--wp--preset--spacing--60) / 2) !important;
}
.wp-block-gallery.is-style-logos .wp-block-image {
  margin-top: auto !important;
}
.wp-block-gallery.is-style-logos .wp-block-image img {
  display: inline-block !important;
  width: auto;
  max-height: 100px !important;
}

@media (min-width: 782px) {
  .wp-block-gallery.is-style-logos.has-nested-images figure.wp-block-image {
    width: calc(33.33% - var(--wp--preset--spacing--60) * 2 / 3) !important;
  }
}
@media (min-width: 960px) {
  .wp-block-gallery.is-style-logos {
    gap: var(--wp--preset--spacing--60);
  }
  .wp-block-gallery.is-style-logos.has-nested-images.columns-4 figure.wp-block-image {
    width: calc(25% - var(--wp--preset--spacing--60) * 3 / 4) !important;
  }
  .wp-block-gallery.is-style-logos.has-nested-images.columns-5 figure.wp-block-image {
    width: calc(20% - var(--wp--preset--spacing--60) * 4 / 5) !important;
  }
  .wp-block-gallery.is-style-logos.has-nested-images.columns-6 figure.wp-block-image {
    width: calc(16.66667% - var(--wp--preset--spacing--60) * 5 / 6) !important;
  }
}
.wp-block-group.is-style-theme-3 {
  padding: var(--wp--preset--spacing--40);
}

@media (min-width: 782px) {
  .wp-block-group.is-style-theme-4 {
    height: 90px;
    background-size: auto 90px;
  }
}
@media (min-width: 1080px) {
  .wp-block-group.is-style-theme-4 {
    height: 124px;
    background-size: auto 124px;
  }
}
.wp-block-image.is-style-theme-1 {
  -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 768 486"><path d="M223.29,188.81H83.91L14.22,309.51l69.69,120.71h139.38l69.69-120.71-69.69-120.71ZM691.2,176.49h0l76.8-133.02L742.9,0h-257l-25.1,43.47h-153.6S282.1,0,282.1,0H25.1L0,43.47l76.8,133.02h153.6s76.8,133.02,76.8,133.02h0l-76.8,133.02,25.1,43.47h257.01l25.1-43.47h153.6l76.8-133.02-76.8-133.02Z"/></svg>');
          mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 768 486"><path d="M223.29,188.81H83.91L14.22,309.51l69.69,120.71h139.38l69.69-120.71-69.69-120.71ZM691.2,176.49h0l76.8-133.02L742.9,0h-257l-25.1,43.47h-153.6S282.1,0,282.1,0H25.1L0,43.47l76.8,133.02h153.6s76.8,133.02,76.8,133.02h0l-76.8,133.02,25.1,43.47h257.01l25.1-43.47h153.6l76.8-133.02-76.8-133.02Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
}
.wp-block-image.is-style-theme-2 {
  -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 768 486"><path d="M475.02,309.51l69.69,120.71h139.38s69.69-120.71,69.69-120.71l-69.69-120.71h-139.38s-69.69,120.71-69.69,120.71ZM768,43.47L742.9,0h-257s-25.1,43.47-25.1,43.47h0s-153.6,0-153.6,0L282.11,0H25.1S0,43.47,0,43.47l76.8,133.02h0S0,309.51,0,309.51l76.8,133.02h153.6s25.1,43.47,25.1,43.47h257.01s25.1-43.47,25.1-43.47l-76.8-133.02h0s76.8-133.02,76.8-133.02h0s153.6,0,153.6,0l76.8-133.02Z"/></svg>');
          mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 768 486"><path d="M475.02,309.51l69.69,120.71h139.38s69.69-120.71,69.69-120.71l-69.69-120.71h-139.38s-69.69,120.71-69.69,120.71ZM768,43.47L742.9,0h-257s-25.1,43.47-25.1,43.47h0s-153.6,0-153.6,0L282.11,0H25.1S0,43.47,0,43.47l76.8,133.02h0S0,309.51,0,309.51l76.8,133.02h153.6s25.1,43.47,25.1,43.47h257.01s25.1-43.47,25.1-43.47l-76.8-133.02h0s76.8-133.02,76.8-133.02h0s153.6,0,153.6,0l76.8-133.02Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
}
.wp-block-image.aligncenter {
  margin-left: auto;
  margin-right: auto;
}
.wp-block-image.alignleft {
  margin-left: 0;
  margin-right: auto;
}
.wp-block-image.alignleft figcaption {
  text-align: left;
}
.wp-block-image.alignright {
  margin-left: auto;
  margin-right: 0;
}
.wp-block-image.alignright figcaption {
  text-align: right;
}
.wp-block-image figcaption {
  font-size: var(--wp--preset--font-size--20);
  margin: 0;
  padding: var(--wp--preset--spacing--30) 0 0 0;
}

.editor-styles-wrapper ul.is-style-ruled,
ul.is-style-ruled,
ol.is-style-ruled {
  list-style: none;
  margin: 1em 0;
  padding: 0;
}
.editor-styles-wrapper ul.is-style-ruled li,
ul.is-style-ruled li,
ol.is-style-ruled li {
  margin: 0;
  padding: 0.4em 0;
  border-bottom: 1px solid var(--wp--preset--color--neutral-3);
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
}
.editor-styles-wrapper ul.is-style-ruled li:last-child,
ul.is-style-ruled li:last-child,
ol.is-style-ruled li:last-child {
  margin: 0;
}
.editor-styles-wrapper ul.is-style-2-columns, .editor-styles-wrapper ul.is-style-3-columns, .editor-styles-wrapper ul.is-style-4-columns,
ul.is-style-2-columns,
ul.is-style-3-columns,
ul.is-style-4-columns,
ol.is-style-2-columns,
ol.is-style-3-columns,
ol.is-style-4-columns {
  padding: 0 1em;
}
.editor-styles-wrapper ul.is-style-2-columns li, .editor-styles-wrapper ul.is-style-3-columns li, .editor-styles-wrapper ul.is-style-4-columns li,
ul.is-style-2-columns li,
ul.is-style-3-columns li,
ul.is-style-4-columns li,
ol.is-style-2-columns li,
ol.is-style-3-columns li,
ol.is-style-4-columns li {
  margin: 0;
  padding: 0.2em 0;
  page-break-inside: avoid;
  -moz-column-break-inside: avoid;
       break-inside: avoid-column;
}
.editor-styles-wrapper ul.is-style-2-columns li:last-child, .editor-styles-wrapper ul.is-style-3-columns li:last-child, .editor-styles-wrapper ul.is-style-4-columns li:last-child,
ul.is-style-2-columns li:last-child,
ul.is-style-3-columns li:last-child,
ul.is-style-4-columns li:last-child,
ol.is-style-2-columns li:last-child,
ol.is-style-3-columns li:last-child,
ol.is-style-4-columns li:last-child {
  margin: 0;
}
.editor-styles-wrapper ul.is-style-single-line-height li,
ul.is-style-single-line-height li,
ol.is-style-single-line-height li {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.editor-styles-wrapper ul.is-style-no-indent,
ul.is-style-no-indent,
ol.is-style-no-indent {
  padding-left: 0.9em;
}
.editor-styles-wrapper ul.is-style-no-bullets, .editor-styles-wrapper ul.is-style-inline-no-bullets,
ul.is-style-no-bullets,
ul.is-style-inline-no-bullets,
ol.is-style-no-bullets,
ol.is-style-inline-no-bullets {
  list-style: none;
  margin: 0;
  padding: 0;
}
.editor-styles-wrapper ul.is-style-no-bullets li, .editor-styles-wrapper ul.is-style-inline-no-bullets li,
ul.is-style-no-bullets li,
ul.is-style-inline-no-bullets li,
ol.is-style-no-bullets li,
ol.is-style-inline-no-bullets li {
  margin: 0 0 0.6em 0;
}
.editor-styles-wrapper ul.is-style-inline,
ul.is-style-inline,
ol.is-style-inline {
  padding: 0;
  list-style: disc;
}
.editor-styles-wrapper ul.is-style-inline li,
ul.is-style-inline li,
ol.is-style-inline li {
  display: inline;
  padding: 0 var(--wp--preset--spacing--40) 0 0;
}
.editor-styles-wrapper ul.is-style-ticks li,
ul.is-style-ticks li,
ol.is-style-ticks li {
  padding-left: 0.6em;
}
.editor-styles-wrapper ul.is-style-ticks li::marker,
ul.is-style-ticks li::marker,
ol.is-style-ticks li::marker {
  content: "✔";
  font-weight: bold;
}
.editor-styles-wrapper ul.is-style-cross li,
ul.is-style-cross li,
ol.is-style-cross li {
  padding-left: 0.6em;
}
.editor-styles-wrapper ul.is-style-cross li::marker,
ul.is-style-cross li::marker,
ol.is-style-cross li::marker {
  content: "✗";
  font-weight: bold;
}
.editor-styles-wrapper ul.is-style-numbered-big,
ul.is-style-numbered-big,
ol.is-style-numbered-big {
  padding: 0;
  margin: var(--wp--preset--font-size--70) 0;
  position: relative;
  list-style: none;
}
.editor-styles-wrapper ul.is-style-numbered-big li,
ul.is-style-numbered-big li,
ol.is-style-numbered-big li {
  counter-increment: item;
  z-index: 2;
  position: relative;
  margin: calc(var(--wp--preset--font-size--70) * 1.4) 0;
  padding: 0 0 0 calc(var(--wp--preset--font-size--70) * 2);
}
.editor-styles-wrapper ul.is-style-numbered-big li::before,
ul.is-style-numbered-big li::before,
ol.is-style-numbered-big li::before {
  content: counter(item);
  font-family: var(--wp--preset--font-family--headings);
  font-weight: var(--wp--custom--font-weight--bold);
  font-size: var(--wp--preset--font-size--60);
  display: inline-block;
  width: 1.75em;
  height: 1.75em;
  line-height: 1.75em;
  border-radius: 99em;
  border: 2px solid var(--wp--preset--color--secondary);
  text-align: center;
  color: var(--wp--preset--color--white);
  background-color: var(--wp--preset--color--secondary);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

@counter-style empty-style {
  system: extends decimal;
  suffix: " ";
}
@media (min-width: 600px) {
  .block-editor-block-list__layout.is-style-4-columns,
  ul.is-style-4-columns,
  ol.is-style-4-columns {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    -moz-column-gap: var(--wp--preset--spacing--50);
         column-gap: var(--wp--preset--spacing--50);
  }
}
@media (min-width: 960px) {
  .block-editor-block-list__layout.is-style-2-columns,
  ul.is-style-2-columns,
  ol.is-style-2-columns {
    columns: 2;
    -webkit-columns: 2;
    -moz-columns: 2;
    -moz-column-gap: var(--wp--preset--spacing--50);
         column-gap: var(--wp--preset--spacing--50);
  }
  .block-editor-block-list__layout.is-style-3-columns,
  ul.is-style-3-columns,
  ol.is-style-3-columns {
    columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
    -moz-column-gap: var(--wp--preset--spacing--50);
         column-gap: var(--wp--preset--spacing--50);
  }
  .block-editor-block-list__layout.is-style-4-columns,
  ul.is-style-4-columns,
  ol.is-style-4-columns {
    columns: 4;
    -webkit-columns: 4;
    -moz-columns: 4;
    -moz-column-gap: var(--wp--preset--spacing--50);
         column-gap: var(--wp--preset--spacing--50);
  }
  .block-editor-block-list__layout.is-style-numbered-big.is-style-3-columns li,
  ul.is-style-numbered-big.is-style-3-columns li,
  ol.is-style-numbered-big.is-style-3-columns li {
    margin: 0;
  }
  .block-editor-block-list__layout.is-style-numbered-big.is-style-3-columns li::before,
  ul.is-style-numbered-big.is-style-3-columns li::before,
  ol.is-style-numbered-big.is-style-3-columns li::before {
    top: 0.2em;
    transform: none;
  }
}
.wp-block-loginout label {
  display: block;
  margin-bottom: 0.5rem;
  font-weight: 600;
}
.wp-block-loginout input[type=text],
.wp-block-loginout input[type=password] {
  min-width: 40%;
}

.wp-block-media-text.is-style-theme-1 .wp-block-media-text__media {
  -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 768 486"><path d="M223.29,188.81H83.91L14.22,309.51l69.69,120.71h139.38l69.69-120.71-69.69-120.71ZM691.2,176.49h0l76.8-133.02L742.9,0h-257l-25.1,43.47h-153.6S282.1,0,282.1,0H25.1L0,43.47l76.8,133.02h153.6s76.8,133.02,76.8,133.02h0l-76.8,133.02,25.1,43.47h257.01l25.1-43.47h153.6l76.8-133.02-76.8-133.02Z"/></svg>');
          mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 768 486"><path d="M223.29,188.81H83.91L14.22,309.51l69.69,120.71h139.38l69.69-120.71-69.69-120.71ZM691.2,176.49h0l76.8-133.02L742.9,0h-257l-25.1,43.47h-153.6S282.1,0,282.1,0H25.1L0,43.47l76.8,133.02h153.6s76.8,133.02,76.8,133.02h0l-76.8,133.02,25.1,43.47h257.01l25.1-43.47h153.6l76.8-133.02-76.8-133.02Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
}
.wp-block-media-text.is-style-theme-2 .wp-block-media-text__media {
  -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 768 486"><path d="M475.02,309.51l69.69,120.71h139.38s69.69-120.71,69.69-120.71l-69.69-120.71h-139.38s-69.69,120.71-69.69,120.71ZM768,43.47L742.9,0h-257s-25.1,43.47-25.1,43.47h0s-153.6,0-153.6,0L282.11,0H25.1S0,43.47,0,43.47l76.8,133.02h0S0,309.51,0,309.51l76.8,133.02h153.6s25.1,43.47,25.1,43.47h257.01s25.1-43.47,25.1-43.47l-76.8-133.02h0s76.8-133.02,76.8-133.02h0s153.6,0,153.6,0l76.8-133.02Z"/></svg>');
          mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 768 486"><path d="M475.02,309.51l69.69,120.71h139.38s69.69-120.71,69.69-120.71l-69.69-120.71h-139.38s-69.69,120.71-69.69,120.71ZM768,43.47L742.9,0h-257s-25.1,43.47-25.1,43.47h0s-153.6,0-153.6,0L282.11,0H25.1S0,43.47,0,43.47l76.8,133.02h0S0,309.51,0,309.51l76.8,133.02h153.6s25.1,43.47,25.1,43.47h257.01s25.1-43.47,25.1-43.47l-76.8-133.02h0s76.8-133.02,76.8-133.02h0s153.6,0,153.6,0l76.8-133.02Z"/></svg>');
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: cover;
          mask-size: cover;
}
.wp-block-media-text .wp-block-media-text__content {
  padding: 0 0 0 var(--wp--preset--spacing--40);
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding: 0 var(--wp--preset--spacing--40) 0 0;
}
.wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
  padding: var(--wp--preset--spacing--40) 0 0 0;
}
.wp-block-media-text.is-stacked-on-mobile.alignfull .wp-block-media-text__content {
  padding: var(--wp--preset--spacing--40);
}
.wp-block-media-text .wp-block-media-text__content {
  word-break: normal;
  overflow-wrap: normal;
}
.wp-block-media-text .wp-block-media-text__content > h1:first-child,
.wp-block-media-text .wp-block-media-text__content > h2:first-child,
.wp-block-media-text .wp-block-media-text__content > h3:first-child,
.wp-block-media-text .wp-block-media-text__content > h4:first-child,
.wp-block-media-text .wp-block-media-text__content > h5:first-child,
.wp-block-media-text .wp-block-media-text__content > h6:first-child,
.wp-block-media-text .wp-block-media-text__content > p:first-child {
  margin-top: 0;
}
.wp-block-media-text .wp-block-media-text__content > h1:last-child,
.wp-block-media-text .wp-block-media-text__content > h2:last-child,
.wp-block-media-text .wp-block-media-text__content > h3:last-child,
.wp-block-media-text .wp-block-media-text__content > h4:last-child,
.wp-block-media-text .wp-block-media-text__content > h5:last-child,
.wp-block-media-text .wp-block-media-text__content > h6:last-child,
.wp-block-media-text .wp-block-media-text__content > p:last-child {
  margin-bottom: 0;
}

@media (min-width: 600px) {
  .wp-block-media-text.is-stacked-on-mobile .wp-block-media-text__content {
    padding: 0 0 0 var(--wp--preset--spacing--40);
  }
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding: 0 var(--wp--preset--spacing--40) 0 0;
  }
  .wp-block-media-text.is-style-theme-3 {
    display: block !important;
    position: relative;
    padding-left: var(--wp--preset--spacing--40);
    padding-right: var(--wp--preset--spacing--40);
  }
  .wp-block-media-text.is-style-theme-3 .wp-block-media-text__content {
    position: relative;
    z-index: 2;
    padding: 0 0 0 var(--wp--preset--spacing--40);
    max-width: var(--wp--style--global--content-size);
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .wp-block-media-text.is-style-theme-3 .wp-block-media-text__content > * {
    margin-right: 57%;
  }
  .wp-block-media-text.is-style-theme-3 .wp-block-media-text__media {
    display: block;
    width: 55%;
    position: absolute;
    right: 0;
    top: 0;
    min-height: 100px;
  }
  .wp-block-media-text.is-style-theme-3 .wp-block-media-text__media:before {
    content: "";
    display: block;
    position: absolute;
    left: -1px;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 200"><path d="M0,0v200h6.03l32.87-93.5c1.48-4.21,1.48-8.79,0-12.99L6.03,0H0z"/></svg>');
            mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 40 200"><path d="M0,0v200h6.03l32.87-93.5c1.48-4.21,1.48-8.79,0-12.99L6.03,0H0z"/></svg>');
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-position: 0 0;
            mask-position: 0 0;
    background-color: var(--wp--preset--color--primary);
  }
  .wp-block-media-text.is-style-theme-3.has-accent-3-background-color .wp-block-media-text__media:before {
    background-color: var(--wp--preset--color--accent-3);
  }
  .wp-block-media-text.is-style-theme-3.alignfull .wp-block-media-text__content {
    padding: var(--wp--preset--spacing--40) var(--wp--preset--spacing--60) var(--wp--preset--spacing--40) 0 !important;
  }
}
.wp-block-navigation__responsive-container.is-menu-open {
  font-size: var(--wp--preset--font-size--40);
  padding: var(--wp--preset--spacing--30) var(--wp--preset--spacing--40) var(--wp--preset--spacing--80) var(--wp--preset--spacing--40);
  z-index: 99;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content {
  padding-top: 0px;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container,
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
  gap: 0;
  width: 100%;
  margin: 0.4em 0;
}
.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .has-child .wp-block-navigation__submenu-container {
  padding: 0 1em;
  text-align: left;
}

.wp-block-navigation__responsive-container-close svg,
.wp-block-navigation__responsive-container-open svg {
  width: 54px;
  height: 54px;
}

@media (max-width: 599px) {
  .wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open.wp-block-navigation__responsive-container-open {
    border: 1px solid var(--wp--preset--color--white);
    padding: 0.35rem 1.2rem;
    border-radius: var(--wp--custom--border--radius);
    margin: 8px 0;
  }
  .wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close.wp-block-navigation__responsive-container-close {
    border: 1px solid var(--wp--preset--color--secondary);
    padding: 0.35rem 1.2rem;
    border-radius: var(--wp--custom--border--radius);
    margin: 8px 0;
    position: relative;
  }
  .is-menu-open .wp-block-navigation__responsive-container-content,
  .is-menu-open .wp-block-navigation__responsive-dialog {
    padding-top: 50px;
  }
  .wp-block-navigation {
    justify-content: center;
  }
  .wp-block-navigation__responsive-dialog {
    text-align: center;
  }
}
@media (min-width: 600px) {
  .site-header .wp-block-navigation {
    font-size: var(--wp--preset--font-size--20);
  }
  .wp-block-navigation .wp-block-navigation-item {
    margin: 0;
  }
  .wp-block-navigation .wp-block-navigation__container > .wp-block-navigation-item > a {
    padding: 0.6em 0;
  }
  .wp-block-navigation .wp-block-navigation__container > .wp-block-navigation-item > a:hover {
    text-decoration: underline;
  }
  .wp-block-navigation .has-child .wp-block-navigation__submenu-container > .wp-block-navigation-item > .wp-block-navigation-item__content:hover {
    text-decoration: underline;
  }
  .wp-block-navigation:not(.has-background) .wp-block-navigation__submenu-container {
    background-color: var(--wp--preset--color--black) !important;
    color: var(--wp--preset--color--white) !important;
  }
  .wp-block-navigation .wp-block-navigation__submenu-container {
    z-index: 99 !important;
    border: none !important;
    padding: 0.6rem 0;
    left: 50% !important;
    transform: translateX(-52%);
  }
  .wp-block-navigation .wp-block-navigation__submenu-container:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: "";
    border-style: solid;
    transition-duration: 0.2s;
    transition-property: top;
    left: calc(50% - 6px);
    top: -6px;
    border-width: 0 6px 6px 6px;
    border-color: transparent transparent var(--wp--preset--color--black) transparent;
  }
  .wp-block-navigation .wp-block-navigation__submenu-container li {
    margin: 0.2em 0;
  }
  .site-header .wp-block-navigation .wp-block-navigation__container > .wp-block-navigation-item > a {
    padding: 0.6em 0.8em 0.6em 0.8em;
  }
  .site-header .wp-block-navigation .wp-block-navigation__container > .wp-block-navigation-item > a:hover {
    background-color: var(--wp--preset--color--black);
    text-decoration: none;
  }
  .site-header .wp-block-navigation .wp-block-navigation__container > .wp-block-navigation-item > a:hover + .wp-block-navigation__submenu-icon {
    background-color: var(--wp--preset--color--black);
  }
  .site-header .wp-block-navigation .wp-block-navigation__container > .wp-block-navigation-item .wp-block-navigation__submenu-icon {
    margin-left: 0;
    padding: 0.75em 1.8em 0.75em 0.4em;
    height: unset;
  }
  .site-header .wp-block-navigation .wp-block-navigation__container > .wp-block-navigation-item .wp-block-navigation__submenu-icon svg {
    width: 1em;
    height: 1em;
  }
  .site-header .wp-block-navigation .wp-block-navigation__container > .wp-block-navigation-item.has-child > a {
    padding: 0.6em 0 0.6em 0.8em;
  }
}
.wp-block-post-terms a {
  text-decoration: none;
}

.wp-block-slingshot-post-tile-content {
  position: relative;
}
.wp-block-slingshot-post-tile-content .wp-block-post-terms.taxonomy-project_type {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  font-size: var(--wp--preset--font-size--10);
  background-color: var(--wp--preset--color--accent-2);
  padding: 0.5em 0.6em;
  border-bottom-right-radius: 8px;
}

.wp-block-query-pagination {
  margin-block-start: var(--wp--preset--spacing--60) !important;
  gap: 0;
  text-align: center;
}
.wp-block-query-pagination .current,
.wp-block-query-pagination a {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  display: inline-block;
  margin: 0.5rem 0.4rem;
  color: var(--wp--preset--color--black);
  border: 1px solid var(--wp--preset--color--secondary);
  border-radius: 99em;
  text-decoration: none;
  background: var(--wp--preset--color--white);
}
.wp-block-query-pagination a:hover,
.wp-block-query-pagination .current,
.wp-block-query-pagination .current-cat a {
  background: var(--wp--preset--color--secondary);
  color: var(--wp--preset--color--white) !important;
}
.wp-block-query-pagination .wp-block-query-pagination-next {
  margin-left: 0.6rem;
}
.wp-block-query-pagination .wp-block-query-pagination-previous {
  margin-right: 0.6rem;
}
.wp-block-query-pagination .wp-block-query-pagination-next-arrow {
  margin-left: 0;
}
.wp-block-query-pagination .wp-block-query-pagination-previous-arrow {
  margin-right: 0;
}

@media (min-width: 600px) {
  .wp-block-post-template.is-flex-container.is-flex-container {
    gap: var(--wp--preset--spacing--50);
  }
  .wp-block-post-template.is-flex-container.is-flex-container.columns-2 > li {
    width: calc(50% - var(--wp--preset--spacing--50) * 1 / 2);
  }
  .wp-block-post-template.is-flex-container.is-flex-container.columns-3 > li {
    width: calc(33.33333% - var(--wp--preset--spacing--50) * 2 / 3);
  }
  .wp-block-post-template.is-flex-container.is-flex-container.columns-4 {
    gap: var(--wp--preset--spacing--40);
  }
  .wp-block-post-template.is-flex-container.is-flex-container.columns-4 > li {
    width: calc(25% - var(--wp--preset--spacing--40) * 3 / 4);
  }
  .wp-block-post-template.is-flex-container.is-flex-container.columns-5 {
    gap: var(--wp--preset--spacing--30);
  }
  .wp-block-post-template.is-flex-container.is-flex-container.columns-5 > li {
    width: calc(25% - var(--wp--preset--spacing--30) * 4 / 5);
  }
  .wp-block-post-template.is-flex-container.is-flex-container.columns-6 {
    gap: var(--wp--preset--spacing--30);
  }
  .wp-block-post-template.is-flex-container.is-flex-container.columns-6 > li {
    width: calc(16.66666% - var(--wp--preset--spacing--30) * 5 / 6);
  }
}
blockquote {
  padding-left: 2.4em;
  padding-right: 2.4em;
}
blockquote p {
  position: relative;
  display: inline-block;
}
blockquote p:before, blockquote p:after {
  content: "";
  display: block;
  width: 1.6em;
  height: 1.6em;
  display: inline-block;
  background-color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 264.6 196"><path d="M53.9,93.8c4.2-2.1,7.7-2.1,12.6-2.1,25.2,0,50.4,21.7,50.4,51.1,0,32.9-25.9,53.2-53.9,53.2C24.5,196,0,168,0,122.5,0,58.8,46.2,2.8,126,0,81.9,25.2,56.7,53.2,53.9,93.8ZM264.6,0c-44.1,25.2-69.3,53.2-72.1,93.8,4.2-2.1,7.7-2.1,12.6-2.1,25.2,0,50.4,21.7,50.4,51.1,0,32.9-25.9,53.2-53.9,53.2-38.5,0-63-28-63-73.5,0-63.7,46.2-119.7,126-122.5Z"/></svg>');
          mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 264.6 196"><path d="M53.9,93.8c4.2-2.1,7.7-2.1,12.6-2.1,25.2,0,50.4,21.7,50.4,51.1,0,32.9-25.9,53.2-53.9,53.2C24.5,196,0,168,0,122.5,0,58.8,46.2,2.8,126,0,81.9,25.2,56.7,53.2,53.9,93.8ZM264.6,0c-44.1,25.2-69.3,53.2-72.1,93.8,4.2-2.1,7.7-2.1,12.6-2.1,25.2,0,50.4,21.7,50.4,51.1,0,32.9-25.9,53.2-53.9,53.2-38.5,0-63-28-63-73.5,0-63.7,46.2-119.7,126-122.5Z"/></svg>');
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  position: absolute;
}
blockquote p:before {
  top: 0;
  left: -1.8em;
}
blockquote p:after {
  bottom: -0.2em;
  right: -1.8em;
  transform: rotate(180deg);
  float: right;
}
blockquote cite {
  font-size: max(1rem, 80%);
}

.wp-block-read-more {
  padding: 0.75rem;
  position: relative;
  border-radius: var(--wp--custom--border--radius);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
  text-align: left;
}
.wp-block-read-more:after {
  content: "";
  display: block;
  width: 1.37em;
  height: 1.37em;
  display: block;
  margin-left: 0.6em;
  background-color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256" viewBox="0 0 256 256"><path d="M13.258 1.921l-11.26 10.82c-2.664 2.56-2.664 6.712 0 9.274L104.762 121 1.999 219.985c-2.665 2.56-2.665 6.713 0 9.274l11.26 10.82c2.664 2.561 6.985 2.561 9.65 0l119.092-114.442c2.665-2.56 2.665-6.713 0-9.274L22.91 1.921c-2.665-2.561-6.986-2.561-9.65 0z" transform="translate(56 7)"/></svg>');
          mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256" viewBox="0 0 256 256"><path d="M13.258 1.921l-11.26 10.82c-2.664 2.56-2.664 6.712 0 9.274L104.762 121 1.999 219.985c-2.665 2.56-2.665 6.713 0 9.274l11.26 10.82c2.664 2.561 6.985 2.561 9.65 0l119.092-114.442c2.665-2.56 2.665-6.713 0-9.274L22.91 1.921c-2.665-2.561-6.986-2.561-9.65 0z" transform="translate(56 7)"/></svg>');
  -webkit-mask-size: 1.37em 1.37em;
          mask-size: 1.37em 1.37em;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  flex-shrink: 0;
}
.wp-block-read-more:hover {
  opacity: 0.7;
}
.wp-block-read-more {
  padding: 0;
  font-weight: var(--wp--custom--font-weight--bold);
}
.wp-block-read-more:after {
  width: 0.75em;
  height: 0.75em;
  -webkit-mask-size: 0.75em 0.75em;
          mask-size: 0.75em 0.75em;
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) {
  border: none;
  background-color: var(--wp--preset--color--background);
  box-shadow: var(--wp--preset--shadow--natural);
}

:where(.wp-block-search__button-inside .wp-block-search__inside-wrapper) .wp-block-search__input {
  padding: 0 0.6em;
}

.wp-block-search input.wp-block-search__input {
  width: clamp(7.5rem, 3.036rem + 11.905vw, 13.75rem);
}

.wp-block-separator {
  border: none;
  background-color: var(--wp--preset--color--neutral-2);
  height: 1px;
  margin-left: auto;
  margin-right: auto;
}
.wp-block-separator.is-style-thick {
  height: 6px;
}

.wp-block-site-logo {
  position: relative;
  z-index: 100;
}
.wp-block-site-logo.wmca img {
  width: 168px;
  height: auto;
  max-width: 168px;
}

@media (max-width: 599px) {
  .wp-block-site-logo.wmca {
    width: 40px;
    overflow: hidden;
  }
  .wp-block-site-logo.wmca a {
    clip-path: inset(0 calc(100% - 40px) 0 0);
  }
}
.wp-block-social-links {
  font-size: var(--wp--preset--font-size--20);
}

:where(.wp-block-social-links:not(.is-style-logos-only)) .wp-social-link-mail {
  background-color: #00a800;
  color: var(--wp--preset--color--white);
}

.wp-block-spacer {
  margin: 0 auto;
}
.wp-block-spacer.is-style-height-20 {
  height: var(--wp--preset--spacing--20) !important;
}
.wp-block-spacer.is-style-height-30 {
  height: var(--wp--preset--spacing--30) !important;
}
.wp-block-spacer.is-style-height-40 {
  height: var(--wp--preset--spacing--40) !important;
}
.wp-block-spacer.is-style-height-50 {
  height: var(--wp--preset--spacing--50) !important;
}
.wp-block-spacer.is-style-height-60 {
  height: var(--wp--preset--spacing--60) !important;
}
.wp-block-spacer.is-style-height-70 {
  height: var(--wp--preset--spacing--70) !important;
}
.wp-block-spacer.is-style-height-80 {
  height: var(--wp--preset--spacing--80) !important;
}

.wp-block-table {
  padding: 0;
}
.wp-block-table th, .wp-block-table td {
  padding: 1rem;
}
.wp-block-table.is-style-stripes {
  border: none;
}
.wp-block-table.is-style-stripes table {
  border: none;
}
.wp-block-table.is-style-stripes table th, .wp-block-table.is-style-stripes table td {
  border: none;
}
.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
  background-color: var(--wp--preset--color--neutral-1);
}

h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background,
p.has-background {
  padding: var(--wp--preset--spacing--30) var(--wp--preset--spacing--30);
}

.page-content > h1:not(:first-child),
.page-content > h2:not(:first-child),
.page-content > h3:not(:first-child),
.page-content > h4:not(:first-child),
.page-content > h5:not(:first-child),
.page-content > h6:not(:first-child) {
  margin-top: var(--wp--preset--spacing--50);
}

.project-funding {
  border-radius: var(--wp--custom--border--radius);
  padding: var(--wp--preset--spacing--40) var(--wp--preset--spacing--40) var(--wp--preset--spacing--50) var(--wp--preset--spacing--40);
}
.project-funding h2, .project-funding h3 {
  margin: 0 0 var(--wp--preset--spacing--40) 0;
}
.project-funding p {
  margin: var(--wp--preset--spacing--40) 0 0 0;
}
.project-funding .wp-block-buttons {
  margin: var(--wp--preset--spacing--40) 0;
}
.project-funding hr {
  margin: var(--wp--preset--spacing--60) 0;
}
.project-funding .social-share {
  margin: 0.6rem 0 0 0;
}

.wp-block-slingshot-project-location {
  font-size: var(--wp--preset--font-size--20);
}

.wp-block-slingshot-project-funding {
  font-size: var(--wp--preset--font-size--20);
  font-weight: var(--wp--custom--font-weight--bold);
}

.article-breadcrumbs {
  margin: 0;
  margin-top: var(--wp--preset--spacing--30);
  margin-bottom: var(--wp--preset--spacing--60);
}
.article-breadcrumbs a {
  color: var(--wp--preset--color--black);
}
.article-breadcrumbs .delimiter {
  margin: 0 0.4em;
}

.page-content {
  min-height: 300px;
  margin-block-start: 0;
}

.paging-navigation {
  text-align: center;
  padding: 0 var(--wp--preset--spacing--20) var(--wp--preset--spacing--80) var(--wp--preset--spacing--20);
  margin-block-end: var(--wp--preset--spacing--50) !important;
}
.paging-navigation ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.paging-navigation li {
  display: inline;
}
.paging-navigation .current,
.paging-navigation a {
  width: 2.5rem;
  height: 2.5rem;
  line-height: 2.5rem;
  display: inline-block;
  margin: 0.5rem 0.4rem;
  color: var(--wp--preset--color--black);
  border-radius: var(--wp--theme--border-radius);
  text-decoration: none;
  border-radius: var(--wp--custom--border--radius);
  background: var(--wp--preset--color--neutral-1);
}
.paging-navigation a:hover,
.paging-navigation .current,
.paging-navigation .current-cat a {
  background: var(--wp--preset--color--primary);
}

.filters-container {
  margin-bottom: var(--wp--preset--spacing--70);
}
.filters-container .posts-filter {
  border-bottom: 1px solid var(--wp--preset--color--secondary);
  padding: 0 0 var(--wp--preset--spacing--30) 0;
  margin-bottom: var(--wp--preset--spacing--30);
  margin-block-start: 0 !important;
}
.filters-container .posts-filter select,
.filters-container .posts-filter input,
.filters-container .posts-filter button {
  display: block;
  margin: 0 0 var(--wp--preset--spacing--30) 0;
}
.filters-container .posts-filter.projects select {
  width: 100%;
}
.filters-container .posts-filter input[type=search] {
  width: auto;
  padding: 0.6rem 1rem;
  border-radius: 999px;
}
.filters-container .posts-filter .filter-title {
  margin: 0 0 0.5em 0;
}
.filters-container .posts-filter button {
  display: flex;
  flex-wrap: nowrap;
  padding: 0.8em 1em;
  border-radius: var(--wp--custom--border--radius);
}
.filters-container .filter-chip {
  display: inline-block;
  border-radius: 99rem;
  color: var(--wp--preset--color--secondary);
  font-weight: var(--wp--custom--font-weight--medium);
  border: 1px solid var(--wp--preset--color--secondary);
  padding: 0.5em 1em;
  margin-bottom: 1rem;
}
.filters-container .filter-chip .chip-remove {
  text-indent: -9999px;
  margin-left: 0.75rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  position: relative;
  width: 1rem;
  height: 1rem;
}
.filters-container .filter-chip .chip-remove:after {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  content: "";
  display: block;
  width: 1rem;
  height: 1rem;
  display: block;
  background-color: var(--wp--preset--color--secondary);
  -webkit-mask-size: 1rem 1rem;
          mask-size: 1rem 1rem;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  flex-shrink: 0;
  -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><path d="M31.17,25l14.31-14.31c1.7-1.7,1.7-4.46,0-6.17h0c-1.7-1.7-4.46-1.7-6.17,0l-14.31,14.31L10.69,4.52c-1.7-1.7-4.46-1.7-6.17,0s-1.7,4.46,0,6.17l14.31,14.31-14.31,14.31c-1.7,1.7-1.7,4.46,0,6.17s4.46,1.7,6.17,0l14.31-14.31,14.31,14.31c1.7,1.7,4.46,1.7,6.17,0h0c1.7-1.7,1.7-4.46,0-6.17l-14.31-14.31Z"/></svg>');
          mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 50 50"><path d="M31.17,25l14.31-14.31c1.7-1.7,1.7-4.46,0-6.17h0c-1.7-1.7-4.46-1.7-6.17,0l-14.31,14.31L10.69,4.52c-1.7-1.7-4.46-1.7-6.17,0s-1.7,4.46,0,6.17l14.31,14.31-14.31,14.31c-1.7,1.7-1.7,4.46,0,6.17s4.46,1.7,6.17,0l14.31-14.31,14.31,14.31c1.7,1.7,4.46,1.7,6.17,0h0c1.7-1.7,1.7-4.46,0-6.17l-14.31-14.31Z"/></svg>');
}
.filters-container .filter-chip .chip-remove:hover:after {
  background-color: var(--wp--preset--color--vivid-red);
}

.radio-toggles {
  display: flex;
}
.radio-toggles input {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
}
.radio-toggles label {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: var(--wp--preset--color--white);
  border: 1px solid var(--wp--preset--color--accent-2);
  text-align: center;
  padding: 0.86em 1em;
  margin: 0;
  white-space: nowrap;
}
.radio-toggles label:hover {
  opacity: 0.7;
}
.radio-toggles label:first-of-type {
  border-top-left-radius: var(--wp--custom--border--radius);
  border-bottom-left-radius: var(--wp--custom--border--radius);
}
.radio-toggles label:last-of-type {
  border-top-right-radius: var(--wp--custom--border--radius);
  border-bottom-right-radius: var(--wp--custom--border--radius);
}
.radio-toggles label:hover {
  cursor: pointer;
}
.radio-toggles input:checked + label {
  color: var(--wp--preset--color--white);
  background-color: var(--wp--preset--color--accent-2);
  border: 1px solid var(--wp--preset--color--accent-2);
}
.radio-toggles input:focus-visible + label {
  outline: 4px solid #000;
  outline-offset: 2px;
}

.link-toggles {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}
.link-toggles a {
  text-decoration: none;
}
.link-toggles a:hover {
  opacity: 0.7;
}
.link-toggles .toggle {
  display: inline-block;
  background-color: var(--wp--preset--color--white);
  border: 1px solid var(--wp--preset--color--accent-2);
  text-align: center;
  padding: 0.86em 1em;
  margin: 0;
  white-space: nowrap;
}
.link-toggles .toggle:after {
  content: " view";
}
.link-toggles li {
  margin: 0;
}
.link-toggles li:first-of-type .toggle {
  border-top-left-radius: var(--wp--custom--border--radius);
  border-bottom-left-radius: var(--wp--custom--border--radius);
}
.link-toggles li:last-of-type .toggle {
  border-top-right-radius: var(--wp--custom--border--radius);
  border-bottom-right-radius: var(--wp--custom--border--radius);
}
.link-toggles .toggle.active {
  color: var(--wp--preset--color--white);
  background-color: var(--wp--preset--color--accent-2);
  border: 1px solid var(--wp--preset--color--accent-2);
}
.link-toggles .toggle:focus-visible {
  outline: 4px solid #000;
  outline-offset: 2px;
}

@media (min-width: 782px) {
  .filters-container .posts-filter form {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-end;
    align-content: normal;
    gap: var(--wp--preset--spacing--40);
  }
  .filters-container .posts-filter .filter-field.select-field {
    flex-grow: 1;
  }
  .filters-container .posts-filter select,
  .filters-container .posts-filter input {
    order: 0;
    flex: 1 1 auto;
    align-self: auto;
    margin: 0;
  }
  .filters-container .posts-filter select {
    padding: 0.86em 1em;
    border: 1px solid var(--wp--preset--color--accent-2);
  }
  .filters-container .posts-filter button {
    order: 0;
    margin: 0;
  }
  .filters-container .posts-filter .filter-spacer {
    flex-grow: 2;
  }
  .filters-container .filter-chips {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-content: stretch;
    align-items: flex-start;
    gap: var(--wp--preset--spacing--30);
  }
}
.site-footer {
  margin-top: var(--wp--preset--spacing--70);
}

.page-template-page-no-padding .site-footer > .wp-block-group.is-style-theme-2 {
  margin-top: -20px !important;
}

.site-logo-title {
  z-index: 100;
}

.site-title {
  font-size: clamp(1rem, 0.381rem + 1.651vw, 1.438rem);
}

.fluentform .ff-el-group {
  margin-bottom: 1.8rem;
}
.fluentform button,
.fluentform input[type=button],
.fluentform input[type=reset],
.fluentform input[type=submit],
.fluentform button[type=button],
.fluentform button[type=reset],
.fluentform button[type=submit] {
  border-radius: var(--wp--custom--border--radius);
}
.fluentform .ff-btn-submit {
  background-color: var(--wp--preset--color--accent-2) !important;
}
.fluentform .ff-message-success {
  border: none;
  box-shadow: none;
  margin-top: 10px;
}
.fluentform .ff_input-group-text {
  background-color: var(--wp--preset--color--neutral-2);
  border-radius: var(--wp--custom--border--radius);
  color: var(--wp--preset--color--secondary);
  border: 1px solid var(--wp--preset--color--black);
}
.fluentform .ff_input-group-append .ff_input-group-text {
  border-left-width: 0;
}
.fluentform .ff-saved-state-input .ff_input-group-text {
  background-color: var(--wp--preset--color--accent-2) !important;
  border-color: var(--wp--preset--color--accent-2) !important;
  color: var(--wp--preset--color--white);
}
.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check label > span {
  font-size: var(--wp--preset--font-size--20);
  font-weight: var(--wp--custom--font-weight--bold);
  padding: 0.75rem;
}
.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check.ff_item_selected label > span {
  background-color: var(--wp--preset--color--accent-2);
  border-color: var(--wp--preset--color--accent-2);
  color: var(--wp--preset--color--white) !important;
}
.fluentform .ff-el-group.ff_list_buttons .ff-el-form-check label > span:hover {
  color: var(--wp--preset--color--accent-2);
}
.fluentform .ff-step-body .fluentform-step .ff-step-t-container {
  margin-top: 3em;
}
.fluentform .ff-step-container:before {
  content: "Tip: click these steps to change section ↓";
  display: block;
  font-size: var(--wp--preset--font-size--10);
  margin: 0 0 1rem 1.3rem;
}
.fluentform .ff-step-titles li.ff_completed {
  color: var(--wp--preset--color--accent-2);
}
.fluentform .ff-step-titles li.ff_completed:before {
  background: var(--wp--preset--color--accent-2);
}
.fluentform .ff-step-titles li.ff_completed:after {
  background: var(--wp--preset--color--accent-2);
}
.fluentform .ff-step-titles li.ff_active {
  color: var(--wp--preset--color--primary);
}
.fluentform .ff-step-titles li.ff_active:before {
  background: var(--wp--preset--color--primary);
}
.fluentform .ff-step-titles li.ff_active:after {
  background: var(--wp--preset--color--accent-2);
}
.fluentform .ff-btn-prev:before {
  content: "";
  display: block;
  width: 1.37em;
  height: 1.37em;
  display: block;
  margin-right: 0.6em;
  background-color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256" viewBox="0 0 256 256"><path d="M13.258 1.921l-11.26 10.82c-2.664 2.56-2.664 6.712 0 9.274L104.762 121 1.999 219.985c-2.665 2.56-2.665 6.713 0 9.274l11.26 10.82c2.664 2.561 6.985 2.561 9.65 0l119.092-114.442c2.665-2.56 2.665-6.713 0-9.274L22.91 1.921c-2.665-2.561-6.986-2.561-9.65 0z" transform="translate(56 7)"/></svg>');
          mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256" viewBox="0 0 256 256"><path d="M13.258 1.921l-11.26 10.82c-2.664 2.56-2.664 6.712 0 9.274L104.762 121 1.999 219.985c-2.665 2.56-2.665 6.713 0 9.274l11.26 10.82c2.664 2.561 6.985 2.561 9.65 0l119.092-114.442c2.665-2.56 2.665-6.713 0-9.274L22.91 1.921c-2.665-2.561-6.986-2.561-9.65 0z" transform="translate(56 7)"/></svg>');
  -webkit-mask-size: 1.37em 1.37em;
          mask-size: 1.37em 1.37em;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  flex-shrink: 0;
  transform: rotate(180deg);
}
.fluentform .ff-btn-prev:after {
  display: none;
}
.fluentform .step-nav {
  margin-top: var(--wp--preset--spacing--50);
}
.fluentform .step-nav .ff-btn-prev,
.fluentform .step-nav .ff-btn-next {
  background-color: var(--wp--preset--color--secondary);
  border-color: var(--wp--preset--color--secondary);
}
.fluentform form.ff-form-has-steps .ff_submit_btn_wrapper.ff-text-center {
  text-align: center;
}
.fluentform .ff-btn-save-progress {
  padding: 0.75rem;
  position: relative;
  border-radius: var(--wp--custom--border--radius);
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-between;
  text-align: left;
}
.fluentform .ff-btn-save-progress:after {
  content: "";
  display: block;
  width: 1.37em;
  height: 1.37em;
  display: block;
  margin-left: 0.6em;
  background-color: currentColor;
  -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256" viewBox="0 0 256 256"><path d="M13.258 1.921l-11.26 10.82c-2.664 2.56-2.664 6.712 0 9.274L104.762 121 1.999 219.985c-2.665 2.56-2.665 6.713 0 9.274l11.26 10.82c2.664 2.561 6.985 2.561 9.65 0l119.092-114.442c2.665-2.56 2.665-6.713 0-9.274L22.91 1.921c-2.665-2.561-6.986-2.561-9.65 0z" transform="translate(56 7)"/></svg>');
          mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="256" height="256" viewBox="0 0 256 256"><path d="M13.258 1.921l-11.26 10.82c-2.664 2.56-2.664 6.712 0 9.274L104.762 121 1.999 219.985c-2.665 2.56-2.665 6.713 0 9.274l11.26 10.82c2.664 2.561 6.985 2.561 9.65 0l119.092-114.442c2.665-2.56 2.665-6.713 0-9.274L22.91 1.921c-2.665-2.561-6.986-2.561-9.65 0z" transform="translate(56 7)"/></svg>');
  -webkit-mask-size: 1.37em 1.37em;
          mask-size: 1.37em 1.37em;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: contain;
          mask-size: contain;
  flex-shrink: 0;
}
.fluentform .ff-btn-save-progress:hover {
  opacity: 0.7;
}
.fluentform .ff-btn-save-progress {
  font-weight: var(--wp--custom--font-weight--bold);
  background-color: var(--wp--preset--color--secondary) !important;
  border: 0.15rem solid var(--wp--preset--color--secondary) !important;
}
.fluentform .ff-btn-save-progress:after {
  display: none;
}
.fluentform .ff-el-input--label label {
  font-weight: var(--wp--custom--font-weight--bold);
  margin-bottom: 0.5em;
}
.fluentform .ff-el-repeater > .ff-el-input--label label {
  font-weight: var(--wp--custom--font-weight--bold);
}
.fluentform .ff_repeater_table th,
.fluentform .ff_flexible_table th {
  font-weight: var(--wp--custom--font-weight--regular);
}
.fluentform .ff-other-input-wrapper input {
  background: var(--wp--preset--color--white);
}
.fluentform .ff-el-is-error {
  padding: 0.5em;
  border: 2px solid var(--wp--preset--color--accent-7);
}
.fluentform .ff-el-is-error .ff-el-form-check-label,
.fluentform .ff-el-is-error .ff-el-form-check-label a {
  color: var(--wp--preset--color--black) !important;
}
.fluentform .ff-el-is-error .text-danger {
  font-size: var(--wp--preset--font-size--20) !important;
}
.fluentform .text-danger {
  color: var(--wp--preset--color--accent-7) !important;
  font-weight: var(--wp--custom--font-weight--bold);
  display: block;
}
.fluentform .ff-el-input--label.ff-el-is-required.asterisk-right label::after {
  color: var(--wp--preset--color--accent-7);
  content: " *";
  margin-left: 3px;
}
.fluentform .ff-el-group .required,
.fluentform span.project-required:after,
.fluentform p.project-required:after,
.fluentform .ff-el-group.project-required .ff-el-input--label label::after {
  content: "!";
  margin-left: 6px;
  display: inline-block;
  width: 1.1em;
  height: 1.1em;
  line-height: 1.1em;
  text-align: center;
  border-radius: 50%;
  background-color: var(--wp--preset--color--primary);
  color: var(--wp--preset--color--white);
  font-weight: var(--wp--custom--font-weight--bold);
}
.fluentform .no-margin {
  margin-bottom: 0 !important;
}
.fluentform .ff-submit-approved-btn {
  background-color: var(--wp--preset--color--primary);
  border: 0.15rem solid var(--wp--preset--color--primary);
}

@media (min-width: 600px) {
  .fluentform .ff-el-group.ff_list_inline .ff-el-form-check {
    margin-bottom: 0;
  }
}
.wp-block-getwid-toggle .wp-block-getwid-toggle__header-wrapper,
.wp-block-getwid-toggle__row:first-child .wp-block-getwid-toggle__header-wrapper {
  border-color: var(--wp--preset--color--neutral-2);
}

.wp-block-getwid-toggle__content {
  background-color: var(--wp--preset--color--neutral-1);
  padding: var(--wp--preset--spacing--40);
}

.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper,
.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper:first-child {
  border-color: var(--wp--preset--color--neutral-2);
  padding: var(--wp--preset--spacing--20) 0;
}
.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper a,
.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper a:link,
.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper a:visited,
.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper:first-child a,
.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper:first-child a:link,
.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper:first-child a:visited {
  color: var(--wp--preset--color--primary);
}
.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper.ui-state-active a, .wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper.ui-state-active a:link, .wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper.ui-state-active a:visited,
.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper:first-child.ui-state-active a,
.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper:first-child.ui-state-active a:link,
.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper:first-child.ui-state-active a:visited {
  color: var(--wp--preset--color--primary);
}

.wp-block-getwid-accordion__header-wrapper.ui-accordion-header.ui-accordion-header-active {
  background-color: var(--wp--preset--color--neutral-1);
}

.wp-block-getwid-accordion__content {
  padding: var(--wp--preset--spacing--40) var(--wp--preset--spacing--50);
}

@media (min-width: 600px) {
  .wp-block-getwid-images-slider.is-style-theme-1 {
    height: 100%;
    min-height: 300px;
  }
  .wp-block-getwid-images-slider.is-style-theme-1 .slick-slider,
  .wp-block-getwid-images-slider.is-style-theme-1 .slick-list,
  .wp-block-getwid-images-slider.is-style-theme-1 .slick-track {
    height: 100% !important;
  }
  .wp-block-getwid-images-slider.is-style-theme-1 figure {
    -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 768 486"><path d="M223.29,188.81H83.91L14.22,309.51l69.69,120.71h139.38l69.69-120.71-69.69-120.71ZM691.2,176.49h0l76.8-133.02L742.9,0h-257l-25.1,43.47h-153.6S282.1,0,282.1,0H25.1L0,43.47l76.8,133.02h153.6s76.8,133.02,76.8,133.02h0l-76.8,133.02,25.1,43.47h257.01l25.1-43.47h153.6l76.8-133.02-76.8-133.02Z"/></svg>');
            mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 768 486"><path d="M223.29,188.81H83.91L14.22,309.51l69.69,120.71h139.38l69.69-120.71-69.69-120.71ZM691.2,176.49h0l76.8-133.02L742.9,0h-257l-25.1,43.47h-153.6S282.1,0,282.1,0H25.1L0,43.47l76.8,133.02h153.6s76.8,133.02,76.8,133.02h0l-76.8,133.02,25.1,43.47h257.01l25.1-43.47h153.6l76.8-133.02-76.8-133.02Z"/></svg>');
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: cover;
            mask-size: cover;
  }
  .wp-block-getwid-images-slider.is-style-theme-1 figure img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
    width: 100%;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }
}
.wp-block-slingshot-showmore .wp-block-slingshot-showmore__button a {
  text-decoration: none;
}
.wp-block-slingshot-showmore .wp-block-slingshot-showmore__button .button-icon {
  line-height: 1;
}
.wp-block-slingshot-showmore.is-style-project {
  margin: var(--wp--preset--spacing--40) 0 var(--wp--preset--spacing--30) 0;
}
.wp-block-slingshot-showmore.is-style-project .wp-block-slingshot-showmore__button {
  font-size: var(--wp--preset--font-size--20);
}
.wp-block-slingshot-showmore.is-style-project .wp-block-slingshot-showmore__button .button-content-bold {
  line-height: 1.2;
  font-weight: var(--wp--custom--font-weight--bold);
  color: var(--wp--preset--color--white);
  background-color: var(--wp--preset--color--accent-2);
  padding: 0.2em 0.8em;
  border-radius: var(--wp--custom--border--radius);
  margin-right: 0.5em;
  font-size: var(--wp--preset--font-size--10) !important;
  flex: 0 1 12ch;
  display: block;
  text-align: center;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  align-content: center;
  transition: 0.4s;
}
.wp-block-slingshot-showmore.is-style-project .wp-block-slingshot-showmore__button .button-icon {
  flex: 0 0 auto;
}
.wp-block-slingshot-showmore.is-style-project .wp-block-slingshot-showmore__button .button-content {
  flex: 1 1 100%;
}
.wp-block-slingshot-showmore.is-style-project .wp-block-slingshot-showmore__button a {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: normal;
  align-items: normal;
  align-content: center;
  gap: 0.6rem;
}
.wp-block-slingshot-showmore.is-style-project .wp-block-slingshot-showmore__button.active .button-content-bold,
.wp-block-slingshot-showmore.is-style-project .wp-block-slingshot-showmore__button a:hover .button-content-bold {
  color: var(--wp--preset--color--white);
  background-color: var(--wp--preset--color--secondary);
}
.wp-block-slingshot-showmore.is-style-project .wp-block-slingshot-showmore__button .button-content-separator {
  color: var(--wp--preset--color--secondary);
  margin: 0 0.3em 0 0.2em;
  font-size: var(--wp--preset--font-size--50);
}
.wp-block-slingshot-showmore.is-style-project .wp-block-slingshot-showmore__content {
  border-radius: var(--wp--custom--border--radius);
  background-color: var(--wp--preset--color--neutral-1);
}
.wp-block-slingshot-showmore.is-style-project.active .wp-block-slingshot-showmore__button a {
  color: var(--wp--preset--color--secondary);
}
.wp-block-slingshot-showmore.is-style-project.active .wp-block-slingshot-showmore__button a .button-content-bold {
  color: var(--wp--preset--color--white);
  background-color: var(--wp--preset--color--secondary);
}
.wp-block-slingshot-showmore.is-style-project.active .wp-block-slingshot-showmore__content {
  padding: var(--wp--preset--spacing--20) var(--wp--preset--spacing--20) 0 var(--wp--preset--spacing--20);
}

.wp-block-slingshot-tiles {
  display: grid;
  place-items: center;
}

.wp-block-slingshot-tile.has-tile-link:hover {
  opacity: 0.7;
}

.wp-block-post.project {
  position: relative;
}
.wp-block-post.project .wp-block-slingshot-post-terms {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
.wp-block-post.project .wp-block-slingshot-post-terms .slingshot-post-term {
  display: inline-block;
  font-size: var(--wp--preset--font-size--10);
  background-color: var(--wp--preset--color--neutral-1);
  color: var(--wp--preset--color--primary);
  padding: 0.5em 0.6em;
  border-bottom-right-radius: 8px;
}

.yoast-breadcrumbs > span > span {
  margin-right: 0.7rem;
}
.yoast-breadcrumbs > span .breadcrumb_last:not(:first-child) {
  margin-left: 0.7rem;
}

#nprogress {
  pointer-events: none;
}

#nprogress .bar {
  background: var(--wp--preset--color--secondary);
  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
}

#nprogress .peg {
  display: block;
  position: absolute;
  right: 0;
  width: 100px;
  height: 100%;
  opacity: 1;
  transform: rotate(3deg) translate(0, -4px);
}

#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}

#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  box-sizing: border-box;
  border: 2px solid transparent;
  border-top-color: var(--wp--preset--color--secondary);
  border-left-color: var(--wp--preset--color--secondary);
  border-radius: 50%;
  animation: nprogress-spinner 400ms linear infinite;
}

.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}

.nprogress-custom-parent #nprogress .bar,
.nprogress-custom-parent #nprogress .spinner {
  position: absolute;
}
@keyframes nprogress-spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.resource-link-type {
  font-size: var(--wp--preset--font-size--10);
  color: var(--wp--preset--color--secondary);
}