/*
Theme Name: Online Fundraising
Theme URI: https://symbiotisk.dk
Author: Symbiotisk ApS
Author URI: https://symbiotisk.dk
Description:
Requires at least: 6.8
Text Domain: onlinefundraising
*/
.image-no-margin {
  margin: 0;
}
.image-no-margin > * {
  vertical-align: bottom;
}

p.has-background, :where(.wp-block-group.has-background) {
  padding: 0;
}

html {
  scroll-behavior: smooth;
}

.wp-block-group.row-reverse, .wp-block-group.is-style-row-reverse {
  flex-direction: row-reverse;
}
.wp-block-group.column-reverse, .wp-block-group.is-style-column-reverse {
  flex-direction: column-reverse;
}

:root {
  --wp--preset--shadow--natural: 0px 0px 20px 0px rgba(0,0,0,0.09) !important;
}

.editor-styles-wrapper {
  --wp--preset--shadow--natural: 0px 0px 20px 0px rgba(0,0,0,0.09) !important;
}

/* Prevent body scroll when overlay is open */
body.overlay-open {
  overflow: hidden;
  touch-action: none;
}

html {
  scrollbar-gutter: stable;
}

/**
 * Breakpoints & Media Queries
 */
/**
 * Breakpoint mixins
 */
/**
 * Long content fade mixin
 *
 * Creates a fading overlay to signify that the content is longer
 * than the space allows.
 */
/**
 * Focus styles.
 */
/**
 * Applies editor left position to the selector passed as argument
 */
/**
 * Styles that are reused verbatim in a few places
 */
/**
 * Allows users to opt-out of animations via OS-level preferences.
 */
/**
 * Reset default styles for JavaScript UI based pages.
 * This is a WP-admin agnostic reset
 */
/**
 * Reset the WP Admin page styles for Gutenberg-like pages.
 */
/**
 * These are default block editor widths in case the theme doesn't provide them.
 */
/**
 * Base
 * - Reset the browser
 */
body {
  margin: 0;
  padding: 0;
}

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

img {
  height: auto;
  max-width: 100%;
}

* {
  box-sizing: border-box;
}

/*
Theme Name: Online Fundraising
Theme URI: https://symbiotisk.dk
Author: Symbiotisk ApS
Author URI: https://symbiotisk.dk
Description:
Requires at least: 6.8
Text Domain: onlinefundraising
*/
.is-root-container {
  padding-left: var(--wp--custom--post-content--padding--left);
  padding-right: var(--wp--custom--post-content--padding--right);
}

.block-editor-block-list__layout.is-root-container > .wp-block[data-align=full],
.wp-block-post-content > .alignfull {
  margin-left: calc(-1 * var(--wp--custom--post-content--padding--left)) !important;
  margin-right: calc(-1 * var(--wp--custom--post-content--padding--right)) !important;
  width: calc(100% + var(--wp--custom--post-content--padding--left) + var(--wp--custom--post-content--padding--right)) !important;
}

@media (min-width: 480px) {
  .wp-block[data-align=left],
  .wp-block[data-align=right],
  .wp-site-blocks .alignleft,
  .wp-site-blocks .alignright {
    max-width: var(--wp--custom--alignment--aligned-max-width);
  }
}
main > .entry-content > section,
.is-root-container > section {
  padding: 5vh 5vw;
  margin-block-start: 0;
}

@media screen and (max-width: 767px) {
  .stk-block-carousel.stk--arrows-outside.stk--arrows-justify-space-between.stk--arrows-align-center .stk-block-carousel__slider {
    width: 100% !important;
  }
}
footer.wp-block-template-part {
  margin-block-start: 0;
}

p, h1, h2, h3, h4, h5, h6 {
  margin-top: var(--wp--custom--margin--vertical);
  margin-bottom: var(--wp--custom--margin--vertical);
}

/**
 * Elements
 * - Styles for basic HTML elemants
 */
/**
 * Fonts
 * - Font face declarations for custom fonts
 */
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/wp-content/themes/onlinefundraising/assets/fonts/montserrat-light.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/wp-content/themes/onlinefundraising/assets/fonts/montserrat-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/wp-content/themes/onlinefundraising/assets/fonts/montserrat-medium.woff2") format("woff2");
}
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/wp-content/themes/onlinefundraising/assets/fonts/montserrat-bold.woff2") format("woff2");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url("/wp-content/themes/onlinefundraising/assets/fonts/opensans-light.woff2") format("woff2");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/wp-content/themes/onlinefundraising/assets/fonts/opensans-regular.woff2") format("woff2");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/wp-content/themes/onlinefundraising/assets/fonts/opensans-medium.woff2") format("woff2");
}
@font-face {
  font-family: "Open Sans";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/wp-content/themes/onlinefundraising/assets/fonts/opensans-bold.woff2") format("woff2");
}
a {
  cursor: pointer;
  text-underline-offset: 0.15em;
  text-decoration: none;
}
a:hover, a:focus {
  text-decoration-line: underline;
}

.block-editor-block-list__layout a:not(.wp-block-tiptip-hyperlink-group-block):not(.wp-block-button__link),
.wp-block-post-content a:not(.wp-block-tiptip-hyperlink-group-block):not(.wp-block-button__link) {
  text-decoration-line: underline;
}
.block-editor-block-list__layout a:not(.wp-block-tiptip-hyperlink-group-block):not(.wp-block-button__link):hover, .block-editor-block-list__layout a:not(.wp-block-tiptip-hyperlink-group-block):not(.wp-block-button__link):focus,
.wp-block-post-content a:not(.wp-block-tiptip-hyperlink-group-block):not(.wp-block-button__link):hover,
.wp-block-post-content a:not(.wp-block-tiptip-hyperlink-group-block):not(.wp-block-button__link):focus {
  text-decoration: none;
}

.site-footer .wp-block-tiptip-hyperlink-group-block .wp-block-outermost-icon-block {
  min-width: 30px;
}

a.wp-block-tiptip-hyperlink-group-block,
*.no-underline a {
  text-decoration: none !important;
}

p a {
  font-weight: 500;
}

ul.wp-block-list a, ol.wp-block-list a {
  font-weight: 500;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=range],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
textarea {
  background: var(--wp--custom--form--color--background);
  border: var(--wp--custom--form--border--width) var(--wp--custom--form--border--style) var(--wp--custom--form--border--color);
  border-radius: var(--wp--custom--form--border--radius);
  box-shadow: var(--wp--custom--form--color--box-shadow);
  color: var(--wp--custom--form--color--text);
  font-family: var(--wp--preset--font-family--base);
  padding: var(--wp--custom--form--padding);
}
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=number]:focus,
input[type=tel]:focus,
input[type=range]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=week]:focus,
input[type=time]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=color]:focus,
textarea:focus {
  color: var(--wp--custom--form--color--text);
  border-color: var(--custom--form--color--border);
}

select {
  font-family: inherit;
  font-size: 100%;
}

textarea {
  width: 100%;
}

input[type=checkbox] + label {
  display: inline;
  margin-left: 0.5em;
  line-height: 1em;
}

.gform-theme--foundation .gform_fields {
  gap: 1rem;
}

input[type=checkbox] + label,
html .gform-body input[type=checkbox] + label {
  display: flex;
  align-items: center;
  gap: 2px;
}

html .gform-theme--framework .gfield--type-choice .gchoice, .gform-theme--framework .gfield--type-choice .ginput_container_consent {
  align-items: center;
}

html .gform-body .gfield_checkbox > div {
  display: flex;
  align-content: center;
}

.newsletter .gfield input {
  padding: 1rem !important;
  min-height: 40px;
}
.newsletter .gform_button {
  padding: 0.5rem 1rem !important;
  min-height: 40px !important;
  background: var(--wp--preset--gradient--golden-linear-gradient) !important;
  text-transform: uppercase !important;
  font-weight: 600 !important;
  font-family: var(--wp--preset--font-family--headings) !important;
}

/**
 * Button
 */
/**
 * Block Options
 */
.wp-block-button.wp-block-button__link,
.wp-block-button .wp-block-button__link {
  border-width: 0;
  text-decoration: none;
  opacity: 1;
  color: var(--wp--custom--button--color--text);
  background-color: var(--wp--custom--button--color--background);
  border-color: currentColor;
  border-radius: var(--wp--custom--button--border--radius);
  text-decoration: none;
  display: flex;
  gap: 5px;
}
.wp-block-button.wp-block-button__link svg,
.wp-block-button .wp-block-button__link svg {
  fill: var(--wp--custom--button--color--text);
}
.wp-block-button.wp-block-button__link img[src$=".svg"],
.wp-block-button.wp-block-button__link svg,
.wp-block-button .wp-block-button__link img[src$=".svg"],
.wp-block-button .wp-block-button__link svg {
  filter: brightness(0) saturate(100%) invert(1);
}
.wp-block-button.wp-block-button__link.has-gold-dark-color img[src$=".svg"], .wp-block-button.wp-block-button__link.has-gold-dark-color svg,
.wp-block-button .wp-block-button__link.has-gold-dark-color img[src$=".svg"],
.wp-block-button .wp-block-button__link.has-gold-dark-color svg {
  filter: brightness(0) saturate(100%) invert(73%) sepia(35%) saturate(1234%) hue-rotate(25deg) brightness(95%) contrast(89%);
}
.wp-block-button.wp-block-button__link.has-gold-medium-color img[src$=".svg"], .wp-block-button.wp-block-button__link.has-gold-medium-color svg,
.wp-block-button .wp-block-button__link.has-gold-medium-color img[src$=".svg"],
.wp-block-button .wp-block-button__link.has-gold-medium-color svg {
  filter: brightness(0) saturate(100%) invert(80%) sepia(25%) saturate(1089%) hue-rotate(25deg) brightness(95%) contrast(89%);
}
.wp-block-button.wp-block-button__link.has-gold-light-color img[src$=".svg"], .wp-block-button.wp-block-button__link.has-gold-light-color svg,
.wp-block-button .wp-block-button__link.has-gold-light-color img[src$=".svg"],
.wp-block-button .wp-block-button__link.has-gold-light-color svg {
  filter: brightness(0) saturate(100%) invert(87%) sepia(20%) saturate(944%) hue-rotate(25deg) brightness(95%) contrast(89%);
}
.wp-block-button.wp-block-button__link.has-gold-lighter-color img[src$=".svg"], .wp-block-button.wp-block-button__link.has-gold-lighter-color svg,
.wp-block-button .wp-block-button__link.has-gold-lighter-color img[src$=".svg"],
.wp-block-button .wp-block-button__link.has-gold-lighter-color svg {
  filter: brightness(0) saturate(100%) invert(93%) sepia(15%) saturate(799%) hue-rotate(25deg) brightness(95%) contrast(89%);
}
.wp-block-button.wp-block-button__link.has-gold-lightest-color img[src$=".svg"], .wp-block-button.wp-block-button__link.has-gold-lightest-color svg,
.wp-block-button .wp-block-button__link.has-gold-lightest-color img[src$=".svg"],
.wp-block-button .wp-block-button__link.has-gold-lightest-color svg {
  filter: brightness(0) saturate(100%) invert(97%) sepia(10%) saturate(654%) hue-rotate(25deg) brightness(95%) contrast(89%);
}
.wp-block-button.wp-block-button__link.has-brown-dark-color img[src$=".svg"], .wp-block-button.wp-block-button__link.has-brown-dark-color svg,
.wp-block-button .wp-block-button__link.has-brown-dark-color img[src$=".svg"],
.wp-block-button .wp-block-button__link.has-brown-dark-color svg {
  filter: brightness(0) saturate(100%) invert(60%) sepia(25%) saturate(1234%) hue-rotate(25deg) brightness(85%) contrast(89%);
}
.wp-block-button.wp-block-button__link.has-brown-medium-color img[src$=".svg"], .wp-block-button.wp-block-button__link.has-brown-medium-color svg,
.wp-block-button .wp-block-button__link.has-brown-medium-color img[src$=".svg"],
.wp-block-button .wp-block-button__link.has-brown-medium-color svg {
  filter: brightness(0) saturate(100%) invert(70%) sepia(20%) saturate(1089%) hue-rotate(25deg) brightness(90%) contrast(89%);
}
.wp-block-button.wp-block-button__link.has-brown-light-color img[src$=".svg"], .wp-block-button.wp-block-button__link.has-brown-light-color svg,
.wp-block-button .wp-block-button__link.has-brown-light-color img[src$=".svg"],
.wp-block-button .wp-block-button__link.has-brown-light-color svg {
  filter: brightness(0) saturate(100%) invert(77%) sepia(15%) saturate(944%) hue-rotate(25deg) brightness(92%) contrast(89%);
}
.wp-block-button.wp-block-button__link.has-brown-lighter-color img[src$=".svg"], .wp-block-button.wp-block-button__link.has-brown-lighter-color svg,
.wp-block-button .wp-block-button__link.has-brown-lighter-color img[src$=".svg"],
.wp-block-button .wp-block-button__link.has-brown-lighter-color svg {
  filter: brightness(0) saturate(100%) invert(84%) sepia(12%) saturate(799%) hue-rotate(25deg) brightness(94%) contrast(89%);
}
.wp-block-button.wp-block-button__link.has-brown-lightest-color img[src$=".svg"], .wp-block-button.wp-block-button__link.has-brown-lightest-color svg,
.wp-block-button .wp-block-button__link.has-brown-lightest-color img[src$=".svg"],
.wp-block-button .wp-block-button__link.has-brown-lightest-color svg {
  filter: brightness(0) saturate(100%) invert(90%) sepia(8%) saturate(654%) hue-rotate(25deg) brightness(96%) contrast(89%);
}
.wp-block-button.wp-block-button__link.has-blue-dark-color img[src$=".svg"], .wp-block-button.wp-block-button__link.has-blue-dark-color svg,
.wp-block-button .wp-block-button__link.has-blue-dark-color img[src$=".svg"],
.wp-block-button .wp-block-button__link.has-blue-dark-color svg {
  filter: brightness(0) saturate(100%) invert(67%) sepia(25%) saturate(1234%) hue-rotate(180deg) brightness(95%) contrast(89%);
}
.wp-block-button.wp-block-button__link.has-blue-medium-color img[src$=".svg"], .wp-block-button.wp-block-button__link.has-blue-medium-color svg,
.wp-block-button .wp-block-button__link.has-blue-medium-color img[src$=".svg"],
.wp-block-button .wp-block-button__link.has-blue-medium-color svg {
  filter: brightness(0) saturate(100%) invert(75%) sepia(20%) saturate(1089%) hue-rotate(180deg) brightness(95%) contrast(89%);
}
.wp-block-button.wp-block-button__link.has-blue-light-color img[src$=".svg"], .wp-block-button.wp-block-button__link.has-blue-light-color svg,
.wp-block-button .wp-block-button__link.has-blue-light-color img[src$=".svg"],
.wp-block-button .wp-block-button__link.has-blue-light-color svg {
  filter: brightness(0) saturate(100%) invert(82%) sepia(15%) saturate(944%) hue-rotate(180deg) brightness(95%) contrast(89%);
}
.wp-block-button.wp-block-button__link.has-blue-lighter-color img[src$=".svg"], .wp-block-button.wp-block-button__link.has-blue-lighter-color svg,
.wp-block-button .wp-block-button__link.has-blue-lighter-color img[src$=".svg"],
.wp-block-button .wp-block-button__link.has-blue-lighter-color svg {
  filter: brightness(0) saturate(100%) invert(89%) sepia(12%) saturate(799%) hue-rotate(180deg) brightness(95%) contrast(89%);
}
.wp-block-button.wp-block-button__link.has-blue-lightest-color img[src$=".svg"], .wp-block-button.wp-block-button__link.has-blue-lightest-color svg,
.wp-block-button .wp-block-button__link.has-blue-lightest-color img[src$=".svg"],
.wp-block-button .wp-block-button__link.has-blue-lightest-color svg {
  filter: brightness(0) saturate(100%) invert(95%) sepia(8%) saturate(654%) hue-rotate(180deg) brightness(95%) contrast(89%);
}
.wp-block-button.wp-block-button__link.has-gray-darkest-color img[src$=".svg"], .wp-block-button.wp-block-button__link.has-gray-darkest-color svg,
.wp-block-button .wp-block-button__link.has-gray-darkest-color img[src$=".svg"],
.wp-block-button .wp-block-button__link.has-gray-darkest-color svg {
  filter: brightness(0) saturate(100%) invert(13%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(95%) contrast(89%);
}
.wp-block-button.wp-block-button__link.has-gray-dark-color img[src$=".svg"], .wp-block-button.wp-block-button__link.has-gray-dark-color svg,
.wp-block-button .wp-block-button__link.has-gray-dark-color img[src$=".svg"],
.wp-block-button .wp-block-button__link.has-gray-dark-color svg {
  filter: brightness(0) saturate(100%) invert(24%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(95%) contrast(89%);
}
.wp-block-button.wp-block-button__link.has-gray-medium-color img[src$=".svg"], .wp-block-button.wp-block-button__link.has-gray-medium-color svg,
.wp-block-button .wp-block-button__link.has-gray-medium-color img[src$=".svg"],
.wp-block-button .wp-block-button__link.has-gray-medium-color svg {
  filter: brightness(0) saturate(100%) invert(32%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(95%) contrast(89%);
}
.wp-block-button.wp-block-button__link.has-gray-light-color img[src$=".svg"], .wp-block-button.wp-block-button__link.has-gray-light-color svg,
.wp-block-button .wp-block-button__link.has-gray-light-color img[src$=".svg"],
.wp-block-button .wp-block-button__link.has-gray-light-color svg {
  filter: brightness(0) saturate(100%) invert(44%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(95%) contrast(89%);
}
.wp-block-button.wp-block-button__link.has-gray-lightest-color img[src$=".svg"], .wp-block-button.wp-block-button__link.has-gray-lightest-color svg,
.wp-block-button .wp-block-button__link.has-gray-lightest-color img[src$=".svg"],
.wp-block-button .wp-block-button__link.has-gray-lightest-color svg {
  filter: brightness(0) saturate(100%) invert(52%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(95%) contrast(89%);
}
.wp-block-button.wp-block-button__link.has-secondary-blue-dark-color img[src$=".svg"], .wp-block-button.wp-block-button__link.has-secondary-blue-dark-color svg,
.wp-block-button .wp-block-button__link.has-secondary-blue-dark-color img[src$=".svg"],
.wp-block-button .wp-block-button__link.has-secondary-blue-dark-color svg {
  filter: brightness(0) saturate(100%) invert(50%) sepia(35%) saturate(1234%) hue-rotate(190deg) brightness(85%) contrast(89%);
}
.wp-block-button.wp-block-button__link.has-secondary-blue-medium-color img[src$=".svg"], .wp-block-button.wp-block-button__link.has-secondary-blue-medium-color svg,
.wp-block-button .wp-block-button__link.has-secondary-blue-medium-color img[src$=".svg"],
.wp-block-button .wp-block-button__link.has-secondary-blue-medium-color svg {
  filter: brightness(0) saturate(100%) invert(60%) sepia(30%) saturate(1089%) hue-rotate(190deg) brightness(90%) contrast(89%);
}
.wp-block-button.wp-block-button__link.has-secondary-blue-light-color img[src$=".svg"], .wp-block-button.wp-block-button__link.has-secondary-blue-light-color svg,
.wp-block-button .wp-block-button__link.has-secondary-blue-light-color img[src$=".svg"],
.wp-block-button .wp-block-button__link.has-secondary-blue-light-color svg {
  filter: brightness(0) saturate(100%) invert(70%) sepia(25%) saturate(944%) hue-rotate(190deg) brightness(92%) contrast(89%);
}
.wp-block-button.wp-block-button__link.has-secondary-blue-lighter-color img[src$=".svg"], .wp-block-button.wp-block-button__link.has-secondary-blue-lighter-color svg,
.wp-block-button .wp-block-button__link.has-secondary-blue-lighter-color img[src$=".svg"],
.wp-block-button .wp-block-button__link.has-secondary-blue-lighter-color svg {
  filter: brightness(0) saturate(100%) invert(80%) sepia(20%) saturate(799%) hue-rotate(190deg) brightness(94%) contrast(89%);
}
.wp-block-button.wp-block-button__link.has-secondary-blue-lightest-color img[src$=".svg"], .wp-block-button.wp-block-button__link.has-secondary-blue-lightest-color svg,
.wp-block-button .wp-block-button__link.has-secondary-blue-lightest-color img[src$=".svg"],
.wp-block-button .wp-block-button__link.has-secondary-blue-lightest-color svg {
  filter: brightness(0) saturate(100%) invert(87%) sepia(15%) saturate(654%) hue-rotate(190deg) brightness(96%) contrast(89%);
}
.wp-block-button.wp-block-button__link.has-secondary-teal-dark-color img[src$=".svg"], .wp-block-button.wp-block-button__link.has-secondary-teal-dark-color svg,
.wp-block-button .wp-block-button__link.has-secondary-teal-dark-color img[src$=".svg"],
.wp-block-button .wp-block-button__link.has-secondary-teal-dark-color svg {
  filter: brightness(0) saturate(100%) invert(35%) sepia(35%) saturate(1234%) hue-rotate(160deg) brightness(85%) contrast(89%);
}
.wp-block-button.wp-block-button__link.has-secondary-teal-medium-color img[src$=".svg"], .wp-block-button.wp-block-button__link.has-secondary-teal-medium-color svg,
.wp-block-button .wp-block-button__link.has-secondary-teal-medium-color img[src$=".svg"],
.wp-block-button .wp-block-button__link.has-secondary-teal-medium-color svg {
  filter: brightness(0) saturate(100%) invert(45%) sepia(30%) saturate(1089%) hue-rotate(160deg) brightness(90%) contrast(89%);
}
.wp-block-button.wp-block-button__link.has-secondary-teal-light-color img[src$=".svg"], .wp-block-button.wp-block-button__link.has-secondary-teal-light-color svg,
.wp-block-button .wp-block-button__link.has-secondary-teal-light-color img[src$=".svg"],
.wp-block-button .wp-block-button__link.has-secondary-teal-light-color svg {
  filter: brightness(0) saturate(100%) invert(55%) sepia(25%) saturate(944%) hue-rotate(160deg) brightness(92%) contrast(89%);
}
.wp-block-button.wp-block-button__link.has-secondary-teal-lighter-color img[src$=".svg"], .wp-block-button.wp-block-button__link.has-secondary-teal-lighter-color svg,
.wp-block-button .wp-block-button__link.has-secondary-teal-lighter-color img[src$=".svg"],
.wp-block-button .wp-block-button__link.has-secondary-teal-lighter-color svg {
  filter: brightness(0) saturate(100%) invert(65%) sepia(20%) saturate(799%) hue-rotate(160deg) brightness(94%) contrast(89%);
}
.wp-block-button.wp-block-button__link.has-secondary-teal-lightest-color img[src$=".svg"], .wp-block-button.wp-block-button__link.has-secondary-teal-lightest-color svg,
.wp-block-button .wp-block-button__link.has-secondary-teal-lightest-color img[src$=".svg"],
.wp-block-button .wp-block-button__link.has-secondary-teal-lightest-color svg {
  filter: brightness(0) saturate(100%) invert(72%) sepia(15%) saturate(654%) hue-rotate(160deg) brightness(96%) contrast(89%);
}
.wp-block-button.wp-block-button__link.has-secondary-purple-dark-color img[src$=".svg"], .wp-block-button.wp-block-button__link.has-secondary-purple-dark-color svg,
.wp-block-button .wp-block-button__link.has-secondary-purple-dark-color img[src$=".svg"],
.wp-block-button .wp-block-button__link.has-secondary-purple-dark-color svg {
  filter: brightness(0) saturate(100%) invert(45%) sepia(35%) saturate(1234%) hue-rotate(240deg) brightness(85%) contrast(89%);
}
.wp-block-button.wp-block-button__link.has-secondary-purple-medium-color img[src$=".svg"], .wp-block-button.wp-block-button__link.has-secondary-purple-medium-color svg,
.wp-block-button .wp-block-button__link.has-secondary-purple-medium-color img[src$=".svg"],
.wp-block-button .wp-block-button__link.has-secondary-purple-medium-color svg {
  filter: brightness(0) saturate(100%) invert(55%) sepia(30%) saturate(1089%) hue-rotate(240deg) brightness(90%) contrast(89%);
}
.wp-block-button.wp-block-button__link.has-secondary-purple-light-color img[src$=".svg"], .wp-block-button.wp-block-button__link.has-secondary-purple-light-color svg,
.wp-block-button .wp-block-button__link.has-secondary-purple-light-color img[src$=".svg"],
.wp-block-button .wp-block-button__link.has-secondary-purple-light-color svg {
  filter: brightness(0) saturate(100%) invert(65%) sepia(25%) saturate(944%) hue-rotate(240deg) brightness(92%) contrast(89%);
}
.wp-block-button.wp-block-button__link.has-secondary-purple-lighter-color img[src$=".svg"], .wp-block-button.wp-block-button__link.has-secondary-purple-lighter-color svg,
.wp-block-button .wp-block-button__link.has-secondary-purple-lighter-color img[src$=".svg"],
.wp-block-button .wp-block-button__link.has-secondary-purple-lighter-color svg {
  filter: brightness(0) saturate(100%) invert(72%) sepia(20%) saturate(799%) hue-rotate(240deg) brightness(94%) contrast(89%);
}
.wp-block-button.wp-block-button__link.has-secondary-purple-lightest-color img[src$=".svg"], .wp-block-button.wp-block-button__link.has-secondary-purple-lightest-color svg,
.wp-block-button .wp-block-button__link.has-secondary-purple-lightest-color img[src$=".svg"],
.wp-block-button .wp-block-button__link.has-secondary-purple-lightest-color svg {
  filter: brightness(0) saturate(100%) invert(80%) sepia(15%) saturate(654%) hue-rotate(240deg) brightness(96%) contrast(89%);
}
.wp-block-button.wp-block-button__link.has-white-color img[src$=".svg"], .wp-block-button.wp-block-button__link.has-white-color svg,
.wp-block-button .wp-block-button__link.has-white-color img[src$=".svg"],
.wp-block-button .wp-block-button__link.has-white-color svg {
  filter: brightness(0) saturate(100%) invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(100%) contrast(100%);
}
.wp-block-button.wp-block-button__link.has-black-color img[src$=".svg"], .wp-block-button.wp-block-button__link.has-black-color svg,
.wp-block-button .wp-block-button__link.has-black-color img[src$=".svg"],
.wp-block-button .wp-block-button__link.has-black-color svg {
  filter: brightness(0) saturate(100%) invert(0%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(0%) contrast(100%);
}
.wp-block-button.is-style-outline.wp-block-button__link,
.wp-block-button.is-style-outline .wp-block-button__link {
  opacity: 1;
  color: var(--wp--custom--button--color--text);
  background-color: var(--wp--custom--button--color--background);
  border-color: currentColor;
  text-decoration: none;
  transition: all 0.2s ease;
  border-color: currentColor;
}
.wp-block-button.is-style-outline.wp-block-button__link svg,
.wp-block-button.is-style-outline .wp-block-button__link svg {
  fill: var(--wp--custom--button--color--text);
}
.wp-block-button.is-style-outline.wp-block-button__link:not(.has-background),
.wp-block-button.is-style-outline .wp-block-button__link:not(.has-background) {
  background-color: transparent !important;
}
.wp-block-button.is-style-outline.wp-block-button__link.has-gold-dark-color:hover,
.wp-block-button.is-style-outline .wp-block-button__link.has-gold-dark-color:hover {
  background-color: var(--wp--preset--color--gold-dark) !important;
  color: var(--wp--preset--color--white) !important;
}
.wp-block-button.is-style-outline.wp-block-button__link.has-gold-medium-color:hover,
.wp-block-button.is-style-outline .wp-block-button__link.has-gold-medium-color:hover {
  background-color: var(--wp--preset--color--gold-medium) !important;
  color: var(--wp--preset--color--white) !important;
}
.wp-block-button.is-style-outline.wp-block-button__link.has-gold-light-color:hover,
.wp-block-button.is-style-outline .wp-block-button__link.has-gold-light-color:hover {
  background-color: var(--wp--preset--color--gold-light) !important;
  color: var(--wp--preset--color--gray-darkest) !important;
}
.wp-block-button.is-style-outline.wp-block-button__link.has-gold-lighter-color:hover,
.wp-block-button.is-style-outline .wp-block-button__link.has-gold-lighter-color:hover {
  background-color: var(--wp--preset--color--gold-lighter) !important;
  color: var(--wp--preset--color--gray-darkest) !important;
}
.wp-block-button.is-style-outline.wp-block-button__link.has-gold-lightest-color:hover,
.wp-block-button.is-style-outline .wp-block-button__link.has-gold-lightest-color:hover {
  background-color: var(--wp--preset--color--gold-lightest) !important;
  color: var(--wp--preset--color--gray-darkest) !important;
}
.wp-block-button.is-style-outline.wp-block-button__link.has-brown-dark-color:hover,
.wp-block-button.is-style-outline .wp-block-button__link.has-brown-dark-color:hover {
  background-color: var(--wp--preset--color--brown-dark) !important;
  color: var(--wp--preset--color--white) !important;
}
.wp-block-button.is-style-outline.wp-block-button__link.has-brown-medium-color:hover,
.wp-block-button.is-style-outline .wp-block-button__link.has-brown-medium-color:hover {
  background-color: var(--wp--preset--color--brown-medium) !important;
  color: var(--wp--preset--color--white) !important;
}
.wp-block-button.is-style-outline.wp-block-button__link.has-brown-light-color:hover,
.wp-block-button.is-style-outline .wp-block-button__link.has-brown-light-color:hover {
  background-color: var(--wp--preset--color--brown-light) !important;
  color: var(--wp--preset--color--gray-darkest) !important;
}
.wp-block-button.is-style-outline.wp-block-button__link.has-brown-lighter-color:hover,
.wp-block-button.is-style-outline .wp-block-button__link.has-brown-lighter-color:hover {
  background-color: var(--wp--preset--color--brown-lighter) !important;
  color: var(--wp--preset--color--gray-darkest) !important;
}
.wp-block-button.is-style-outline.wp-block-button__link.has-brown-lightest-color:hover,
.wp-block-button.is-style-outline .wp-block-button__link.has-brown-lightest-color:hover {
  background-color: var(--wp--preset--color--brown-lightest) !important;
  color: var(--wp--preset--color--gray-darkest) !important;
}
.wp-block-button.is-style-outline.wp-block-button__link.has-blue-dark-color:hover,
.wp-block-button.is-style-outline .wp-block-button__link.has-blue-dark-color:hover {
  background-color: var(--wp--preset--color--blue-dark) !important;
  color: var(--wp--preset--color--white) !important;
}
.wp-block-button.is-style-outline.wp-block-button__link.has-blue-medium-color:hover,
.wp-block-button.is-style-outline .wp-block-button__link.has-blue-medium-color:hover {
  background-color: var(--wp--preset--color--blue-medium) !important;
  color: var(--wp--preset--color--gray-darkest) !important;
}
.wp-block-button.is-style-outline.wp-block-button__link.has-blue-light-color:hover,
.wp-block-button.is-style-outline .wp-block-button__link.has-blue-light-color:hover {
  background-color: var(--wp--preset--color--blue-light) !important;
  color: var(--wp--preset--color--gray-darkest) !important;
}
.wp-block-button.is-style-outline.wp-block-button__link.has-blue-lighter-color:hover,
.wp-block-button.is-style-outline .wp-block-button__link.has-blue-lighter-color:hover {
  background-color: var(--wp--preset--color--blue-lighter) !important;
  color: var(--wp--preset--color--gray-darkest) !important;
}
.wp-block-button.is-style-outline.wp-block-button__link.has-blue-lightest-color:hover,
.wp-block-button.is-style-outline .wp-block-button__link.has-blue-lightest-color:hover {
  background-color: var(--wp--preset--color--blue-lightest) !important;
  color: var(--wp--preset--color--gray-darkest) !important;
}
.wp-block-button.is-style-outline.wp-block-button__link.has-gray-darkest-color:hover,
.wp-block-button.is-style-outline .wp-block-button__link.has-gray-darkest-color:hover {
  background-color: var(--wp--preset--color--gray-darkest) !important;
  color: var(--wp--preset--color--white) !important;
}
.wp-block-button.is-style-outline.wp-block-button__link.has-gray-dark-color:hover,
.wp-block-button.is-style-outline .wp-block-button__link.has-gray-dark-color:hover {
  background-color: var(--wp--preset--color--gray-dark) !important;
  color: var(--wp--preset--color--white) !important;
}
.wp-block-button.is-style-outline.wp-block-button__link.has-gray-medium-color:hover,
.wp-block-button.is-style-outline .wp-block-button__link.has-gray-medium-color:hover {
  background-color: var(--wp--preset--color--gray-medium) !important;
  color: var(--wp--preset--color--white) !important;
}
.wp-block-button.is-style-outline.wp-block-button__link.has-gray-light-color:hover,
.wp-block-button.is-style-outline .wp-block-button__link.has-gray-light-color:hover {
  background-color: var(--wp--preset--color--gray-light) !important;
  color: var(--wp--preset--color--white) !important;
}
.wp-block-button.is-style-outline.wp-block-button__link.has-gray-lightest-color:hover,
.wp-block-button.is-style-outline .wp-block-button__link.has-gray-lightest-color:hover {
  background-color: var(--wp--preset--color--gray-lightest) !important;
  color: var(--wp--preset--color--gray-darkest) !important;
}
.wp-block-button.is-style-outline.wp-block-button__link.has-secondary-blue-dark-color:hover,
.wp-block-button.is-style-outline .wp-block-button__link.has-secondary-blue-dark-color:hover {
  background-color: var(--wp--preset--color--secondary-blue-dark) !important;
  color: var(--wp--preset--color--white) !important;
}
.wp-block-button.is-style-outline.wp-block-button__link.has-secondary-blue-medium-color:hover,
.wp-block-button.is-style-outline .wp-block-button__link.has-secondary-blue-medium-color:hover {
  background-color: var(--wp--preset--color--secondary-blue-medium) !important;
  color: var(--wp--preset--color--white) !important;
}
.wp-block-button.is-style-outline.wp-block-button__link.has-secondary-blue-light-color:hover,
.wp-block-button.is-style-outline .wp-block-button__link.has-secondary-blue-light-color:hover {
  background-color: var(--wp--preset--color--secondary-blue-light) !important;
  color: var(--wp--preset--color--white) !important;
}
.wp-block-button.is-style-outline.wp-block-button__link.has-secondary-blue-lighter-color:hover,
.wp-block-button.is-style-outline .wp-block-button__link.has-secondary-blue-lighter-color:hover {
  background-color: var(--wp--preset--color--secondary-blue-lighter) !important;
  color: var(--wp--preset--color--gray-darkest) !important;
}
.wp-block-button.is-style-outline.wp-block-button__link.has-secondary-blue-lightest-color:hover,
.wp-block-button.is-style-outline .wp-block-button__link.has-secondary-blue-lightest-color:hover {
  background-color: var(--wp--preset--color--secondary-blue-lightest) !important;
  color: var(--wp--preset--color--gray-darkest) !important;
}
.wp-block-button.is-style-outline.wp-block-button__link.has-secondary-teal-dark-color:hover,
.wp-block-button.is-style-outline .wp-block-button__link.has-secondary-teal-dark-color:hover {
  background-color: var(--wp--preset--color--secondary-teal-dark) !important;
  color: var(--wp--preset--color--white) !important;
}
.wp-block-button.is-style-outline.wp-block-button__link.has-secondary-teal-medium-color:hover,
.wp-block-button.is-style-outline .wp-block-button__link.has-secondary-teal-medium-color:hover {
  background-color: var(--wp--preset--color--secondary-teal-medium) !important;
  color: var(--wp--preset--color--white) !important;
}
.wp-block-button.is-style-outline.wp-block-button__link.has-secondary-teal-light-color:hover,
.wp-block-button.is-style-outline .wp-block-button__link.has-secondary-teal-light-color:hover {
  background-color: var(--wp--preset--color--secondary-teal-light) !important;
  color: var(--wp--preset--color--white) !important;
}
.wp-block-button.is-style-outline.wp-block-button__link.has-secondary-teal-lighter-color:hover,
.wp-block-button.is-style-outline .wp-block-button__link.has-secondary-teal-lighter-color:hover {
  background-color: var(--wp--preset--color--secondary-teal-lighter) !important;
  color: var(--wp--preset--color--white) !important;
}
.wp-block-button.is-style-outline.wp-block-button__link.has-secondary-teal-lightest-color:hover,
.wp-block-button.is-style-outline .wp-block-button__link.has-secondary-teal-lightest-color:hover {
  background-color: var(--wp--preset--color--secondary-teal-lightest) !important;
  color: var(--wp--preset--color--gray-darkest) !important;
}
.wp-block-button.is-style-outline.wp-block-button__link.has-secondary-purple-dark-color:hover,
.wp-block-button.is-style-outline .wp-block-button__link.has-secondary-purple-dark-color:hover {
  background-color: var(--wp--preset--color--secondary-purple-dark) !important;
  color: var(--wp--preset--color--white) !important;
}
.wp-block-button.is-style-outline.wp-block-button__link.has-secondary-purple-medium-color:hover,
.wp-block-button.is-style-outline .wp-block-button__link.has-secondary-purple-medium-color:hover {
  background-color: var(--wp--preset--color--secondary-purple-medium) !important;
  color: var(--wp--preset--color--white) !important;
}
.wp-block-button.is-style-outline.wp-block-button__link.has-secondary-purple-light-color:hover,
.wp-block-button.is-style-outline .wp-block-button__link.has-secondary-purple-light-color:hover {
  background-color: var(--wp--preset--color--secondary-purple-light) !important;
  color: var(--wp--preset--color--white) !important;
}
.wp-block-button.is-style-outline.wp-block-button__link.has-secondary-purple-lighter-color:hover,
.wp-block-button.is-style-outline .wp-block-button__link.has-secondary-purple-lighter-color:hover {
  background-color: var(--wp--preset--color--secondary-purple-lighter) !important;
  color: var(--wp--preset--color--gray-darkest) !important;
}
.wp-block-button.is-style-outline.wp-block-button__link.has-secondary-purple-lightest-color:hover,
.wp-block-button.is-style-outline .wp-block-button__link.has-secondary-purple-lightest-color:hover {
  background-color: var(--wp--preset--color--secondary-purple-lightest) !important;
  color: var(--wp--preset--color--gray-darkest) !important;
}
.wp-block-button.is-style-outline.wp-block-button__link.has-white-color:hover,
.wp-block-button.is-style-outline .wp-block-button__link.has-white-color:hover {
  background-color: var(--wp--preset--color--white) !important;
  color: var(--wp--preset--color--gray-darkest) !important;
}
.wp-block-button.is-style-outline.wp-block-button__link.has-black-color:hover,
.wp-block-button.is-style-outline .wp-block-button__link.has-black-color:hover {
  background-color: var(--wp--preset--color--black) !important;
  color: var(--wp--preset--color--white) !important;
}
.wp-block-button.is-style-outline.wp-block-button__link.has-gold-dark-color:hover img[src$=".svg"], .wp-block-button.is-style-outline.wp-block-button__link.has-gold-dark-color:hover svg,
.wp-block-button.is-style-outline .wp-block-button__link.has-gold-dark-color:hover img[src$=".svg"],
.wp-block-button.is-style-outline .wp-block-button__link.has-gold-dark-color:hover svg {
  filter: brightness(0) saturate(100%) invert(100%) !important;
}
.wp-block-button.is-style-outline.wp-block-button__link.has-gold-medium-color:hover img[src$=".svg"], .wp-block-button.is-style-outline.wp-block-button__link.has-gold-medium-color:hover svg,
.wp-block-button.is-style-outline .wp-block-button__link.has-gold-medium-color:hover img[src$=".svg"],
.wp-block-button.is-style-outline .wp-block-button__link.has-gold-medium-color:hover svg {
  filter: brightness(0) saturate(100%) invert(100%) !important;
}
.wp-block-button.is-style-outline.wp-block-button__link.has-gold-light-color:hover img[src$=".svg"], .wp-block-button.is-style-outline.wp-block-button__link.has-gold-light-color:hover svg,
.wp-block-button.is-style-outline .wp-block-button__link.has-gold-light-color:hover img[src$=".svg"],
.wp-block-button.is-style-outline .wp-block-button__link.has-gold-light-color:hover svg {
  filter: brightness(0) saturate(100%) invert(13%) !important;
}
.wp-block-button.is-style-outline.wp-block-button__link.has-gold-lighter-color:hover img[src$=".svg"], .wp-block-button.is-style-outline.wp-block-button__link.has-gold-lighter-color:hover svg,
.wp-block-button.is-style-outline .wp-block-button__link.has-gold-lighter-color:hover img[src$=".svg"],
.wp-block-button.is-style-outline .wp-block-button__link.has-gold-lighter-color:hover svg {
  filter: brightness(0) saturate(100%) invert(13%) !important;
}
.wp-block-button.is-style-outline.wp-block-button__link.has-gold-lightest-color:hover img[src$=".svg"], .wp-block-button.is-style-outline.wp-block-button__link.has-gold-lightest-color:hover svg,
.wp-block-button.is-style-outline .wp-block-button__link.has-gold-lightest-color:hover img[src$=".svg"],
.wp-block-button.is-style-outline .wp-block-button__link.has-gold-lightest-color:hover svg {
  filter: brightness(0) saturate(100%) invert(13%) !important;
}
.wp-block-button.is-style-outline.wp-block-button__link.has-brown-dark-color:hover img[src$=".svg"], .wp-block-button.is-style-outline.wp-block-button__link.has-brown-dark-color:hover svg,
.wp-block-button.is-style-outline .wp-block-button__link.has-brown-dark-color:hover img[src$=".svg"],
.wp-block-button.is-style-outline .wp-block-button__link.has-brown-dark-color:hover svg {
  filter: brightness(0) saturate(100%) invert(100%) !important;
}
.wp-block-button.is-style-outline.wp-block-button__link.has-brown-medium-color:hover img[src$=".svg"], .wp-block-button.is-style-outline.wp-block-button__link.has-brown-medium-color:hover svg,
.wp-block-button.is-style-outline .wp-block-button__link.has-brown-medium-color:hover img[src$=".svg"],
.wp-block-button.is-style-outline .wp-block-button__link.has-brown-medium-color:hover svg {
  filter: brightness(0) saturate(100%) invert(100%) !important;
}
.wp-block-button.is-style-outline.wp-block-button__link.has-brown-light-color:hover img[src$=".svg"], .wp-block-button.is-style-outline.wp-block-button__link.has-brown-light-color:hover svg,
.wp-block-button.is-style-outline .wp-block-button__link.has-brown-light-color:hover img[src$=".svg"],
.wp-block-button.is-style-outline .wp-block-button__link.has-brown-light-color:hover svg {
  filter: brightness(0) saturate(100%) invert(13%) !important;
}
.wp-block-button.is-style-outline.wp-block-button__link.has-brown-lighter-color:hover img[src$=".svg"], .wp-block-button.is-style-outline.wp-block-button__link.has-brown-lighter-color:hover svg,
.wp-block-button.is-style-outline .wp-block-button__link.has-brown-lighter-color:hover img[src$=".svg"],
.wp-block-button.is-style-outline .wp-block-button__link.has-brown-lighter-color:hover svg {
  filter: brightness(0) saturate(100%) invert(13%) !important;
}
.wp-block-button.is-style-outline.wp-block-button__link.has-brown-lightest-color:hover img[src$=".svg"], .wp-block-button.is-style-outline.wp-block-button__link.has-brown-lightest-color:hover svg,
.wp-block-button.is-style-outline .wp-block-button__link.has-brown-lightest-color:hover img[src$=".svg"],
.wp-block-button.is-style-outline .wp-block-button__link.has-brown-lightest-color:hover svg {
  filter: brightness(0) saturate(100%) invert(13%) !important;
}
.wp-block-button.is-style-outline.wp-block-button__link.has-blue-dark-color:hover img[src$=".svg"], .wp-block-button.is-style-outline.wp-block-button__link.has-blue-dark-color:hover svg,
.wp-block-button.is-style-outline .wp-block-button__link.has-blue-dark-color:hover img[src$=".svg"],
.wp-block-button.is-style-outline .wp-block-button__link.has-blue-dark-color:hover svg {
  filter: brightness(0) saturate(100%) invert(100%) !important;
}
.wp-block-button.is-style-outline.wp-block-button__link.has-blue-medium-color:hover img[src$=".svg"], .wp-block-button.is-style-outline.wp-block-button__link.has-blue-medium-color:hover svg,
.wp-block-button.is-style-outline .wp-block-button__link.has-blue-medium-color:hover img[src$=".svg"],
.wp-block-button.is-style-outline .wp-block-button__link.has-blue-medium-color:hover svg {
  filter: brightness(0) saturate(100%) invert(13%) !important;
}
.wp-block-button.is-style-outline.wp-block-button__link.has-blue-light-color:hover img[src$=".svg"], .wp-block-button.is-style-outline.wp-block-button__link.has-blue-light-color:hover svg,
.wp-block-button.is-style-outline .wp-block-button__link.has-blue-light-color:hover img[src$=".svg"],
.wp-block-button.is-style-outline .wp-block-button__link.has-blue-light-color:hover svg {
  filter: brightness(0) saturate(100%) invert(13%) !important;
}
.wp-block-button.is-style-outline.wp-block-button__link.has-blue-lighter-color:hover img[src$=".svg"], .wp-block-button.is-style-outline.wp-block-button__link.has-blue-lighter-color:hover svg,
.wp-block-button.is-style-outline .wp-block-button__link.has-blue-lighter-color:hover img[src$=".svg"],
.wp-block-button.is-style-outline .wp-block-button__link.has-blue-lighter-color:hover svg {
  filter: brightness(0) saturate(100%) invert(13%) !important;
}
.wp-block-button.is-style-outline.wp-block-button__link.has-blue-lightest-color:hover img[src$=".svg"], .wp-block-button.is-style-outline.wp-block-button__link.has-blue-lightest-color:hover svg,
.wp-block-button.is-style-outline .wp-block-button__link.has-blue-lightest-color:hover img[src$=".svg"],
.wp-block-button.is-style-outline .wp-block-button__link.has-blue-lightest-color:hover svg {
  filter: brightness(0) saturate(100%) invert(13%) !important;
}
.wp-block-button.is-style-outline.wp-block-button__link.has-gray-darkest-color:hover img[src$=".svg"], .wp-block-button.is-style-outline.wp-block-button__link.has-gray-darkest-color:hover svg,
.wp-block-button.is-style-outline .wp-block-button__link.has-gray-darkest-color:hover img[src$=".svg"],
.wp-block-button.is-style-outline .wp-block-button__link.has-gray-darkest-color:hover svg {
  filter: brightness(0) saturate(100%) invert(100%) !important;
}
.wp-block-button.is-style-outline.wp-block-button__link.has-gray-dark-color:hover img[src$=".svg"], .wp-block-button.is-style-outline.wp-block-button__link.has-gray-dark-color:hover svg,
.wp-block-button.is-style-outline .wp-block-button__link.has-gray-dark-color:hover img[src$=".svg"],
.wp-block-button.is-style-outline .wp-block-button__link.has-gray-dark-color:hover svg {
  filter: brightness(0) saturate(100%) invert(100%) !important;
}
.wp-block-button.is-style-outline.wp-block-button__link.has-gray-medium-color:hover img[src$=".svg"], .wp-block-button.is-style-outline.wp-block-button__link.has-gray-medium-color:hover svg,
.wp-block-button.is-style-outline .wp-block-button__link.has-gray-medium-color:hover img[src$=".svg"],
.wp-block-button.is-style-outline .wp-block-button__link.has-gray-medium-color:hover svg {
  filter: brightness(0) saturate(100%) invert(100%) !important;
}
.wp-block-button.is-style-outline.wp-block-button__link.has-gray-light-color:hover img[src$=".svg"], .wp-block-button.is-style-outline.wp-block-button__link.has-gray-light-color:hover svg,
.wp-block-button.is-style-outline .wp-block-button__link.has-gray-light-color:hover img[src$=".svg"],
.wp-block-button.is-style-outline .wp-block-button__link.has-gray-light-color:hover svg {
  filter: brightness(0) saturate(100%) invert(100%) !important;
}
.wp-block-button.is-style-outline.wp-block-button__link.has-gray-lightest-color:hover img[src$=".svg"], .wp-block-button.is-style-outline.wp-block-button__link.has-gray-lightest-color:hover svg,
.wp-block-button.is-style-outline .wp-block-button__link.has-gray-lightest-color:hover img[src$=".svg"],
.wp-block-button.is-style-outline .wp-block-button__link.has-gray-lightest-color:hover svg {
  filter: brightness(0) saturate(100%) invert(13%) !important;
}
.wp-block-button.is-style-outline.wp-block-button__link.has-secondary-blue-dark-color:hover img[src$=".svg"], .wp-block-button.is-style-outline.wp-block-button__link.has-secondary-blue-dark-color:hover svg,
.wp-block-button.is-style-outline .wp-block-button__link.has-secondary-blue-dark-color:hover img[src$=".svg"],
.wp-block-button.is-style-outline .wp-block-button__link.has-secondary-blue-dark-color:hover svg {
  filter: brightness(0) saturate(100%) invert(100%) !important;
}
.wp-block-button.is-style-outline.wp-block-button__link.has-secondary-blue-medium-color:hover img[src$=".svg"], .wp-block-button.is-style-outline.wp-block-button__link.has-secondary-blue-medium-color:hover svg,
.wp-block-button.is-style-outline .wp-block-button__link.has-secondary-blue-medium-color:hover img[src$=".svg"],
.wp-block-button.is-style-outline .wp-block-button__link.has-secondary-blue-medium-color:hover svg {
  filter: brightness(0) saturate(100%) invert(100%) !important;
}
.wp-block-button.is-style-outline.wp-block-button__link.has-secondary-blue-light-color:hover img[src$=".svg"], .wp-block-button.is-style-outline.wp-block-button__link.has-secondary-blue-light-color:hover svg,
.wp-block-button.is-style-outline .wp-block-button__link.has-secondary-blue-light-color:hover img[src$=".svg"],
.wp-block-button.is-style-outline .wp-block-button__link.has-secondary-blue-light-color:hover svg {
  filter: brightness(0) saturate(100%) invert(100%) !important;
}
.wp-block-button.is-style-outline.wp-block-button__link.has-secondary-blue-lighter-color:hover img[src$=".svg"], .wp-block-button.is-style-outline.wp-block-button__link.has-secondary-blue-lighter-color:hover svg,
.wp-block-button.is-style-outline .wp-block-button__link.has-secondary-blue-lighter-color:hover img[src$=".svg"],
.wp-block-button.is-style-outline .wp-block-button__link.has-secondary-blue-lighter-color:hover svg {
  filter: brightness(0) saturate(100%) invert(13%) !important;
}
.wp-block-button.is-style-outline.wp-block-button__link.has-secondary-blue-lightest-color:hover img[src$=".svg"], .wp-block-button.is-style-outline.wp-block-button__link.has-secondary-blue-lightest-color:hover svg,
.wp-block-button.is-style-outline .wp-block-button__link.has-secondary-blue-lightest-color:hover img[src$=".svg"],
.wp-block-button.is-style-outline .wp-block-button__link.has-secondary-blue-lightest-color:hover svg {
  filter: brightness(0) saturate(100%) invert(13%) !important;
}
.wp-block-button.is-style-outline.wp-block-button__link.has-secondary-teal-dark-color:hover img[src$=".svg"], .wp-block-button.is-style-outline.wp-block-button__link.has-secondary-teal-dark-color:hover svg,
.wp-block-button.is-style-outline .wp-block-button__link.has-secondary-teal-dark-color:hover img[src$=".svg"],
.wp-block-button.is-style-outline .wp-block-button__link.has-secondary-teal-dark-color:hover svg {
  filter: brightness(0) saturate(100%) invert(100%) !important;
}
.wp-block-button.is-style-outline.wp-block-button__link.has-secondary-teal-medium-color:hover img[src$=".svg"], .wp-block-button.is-style-outline.wp-block-button__link.has-secondary-teal-medium-color:hover svg,
.wp-block-button.is-style-outline .wp-block-button__link.has-secondary-teal-medium-color:hover img[src$=".svg"],
.wp-block-button.is-style-outline .wp-block-button__link.has-secondary-teal-medium-color:hover svg {
  filter: brightness(0) saturate(100%) invert(100%) !important;
}
.wp-block-button.is-style-outline.wp-block-button__link.has-secondary-teal-light-color:hover img[src$=".svg"], .wp-block-button.is-style-outline.wp-block-button__link.has-secondary-teal-light-color:hover svg,
.wp-block-button.is-style-outline .wp-block-button__link.has-secondary-teal-light-color:hover img[src$=".svg"],
.wp-block-button.is-style-outline .wp-block-button__link.has-secondary-teal-light-color:hover svg {
  filter: brightness(0) saturate(100%) invert(100%) !important;
}
.wp-block-button.is-style-outline.wp-block-button__link.has-secondary-teal-lighter-color:hover img[src$=".svg"], .wp-block-button.is-style-outline.wp-block-button__link.has-secondary-teal-lighter-color:hover svg,
.wp-block-button.is-style-outline .wp-block-button__link.has-secondary-teal-lighter-color:hover img[src$=".svg"],
.wp-block-button.is-style-outline .wp-block-button__link.has-secondary-teal-lighter-color:hover svg {
  filter: brightness(0) saturate(100%) invert(100%) !important;
}
.wp-block-button.is-style-outline.wp-block-button__link.has-secondary-teal-lightest-color:hover img[src$=".svg"], .wp-block-button.is-style-outline.wp-block-button__link.has-secondary-teal-lightest-color:hover svg,
.wp-block-button.is-style-outline .wp-block-button__link.has-secondary-teal-lightest-color:hover img[src$=".svg"],
.wp-block-button.is-style-outline .wp-block-button__link.has-secondary-teal-lightest-color:hover svg {
  filter: brightness(0) saturate(100%) invert(13%) !important;
}
.wp-block-button.is-style-outline.wp-block-button__link.has-secondary-purple-dark-color:hover img[src$=".svg"], .wp-block-button.is-style-outline.wp-block-button__link.has-secondary-purple-dark-color:hover svg,
.wp-block-button.is-style-outline .wp-block-button__link.has-secondary-purple-dark-color:hover img[src$=".svg"],
.wp-block-button.is-style-outline .wp-block-button__link.has-secondary-purple-dark-color:hover svg {
  filter: brightness(0) saturate(100%) invert(100%) !important;
}
.wp-block-button.is-style-outline.wp-block-button__link.has-secondary-purple-medium-color:hover img[src$=".svg"], .wp-block-button.is-style-outline.wp-block-button__link.has-secondary-purple-medium-color:hover svg,
.wp-block-button.is-style-outline .wp-block-button__link.has-secondary-purple-medium-color:hover img[src$=".svg"],
.wp-block-button.is-style-outline .wp-block-button__link.has-secondary-purple-medium-color:hover svg {
  filter: brightness(0) saturate(100%) invert(100%) !important;
}
.wp-block-button.is-style-outline.wp-block-button__link.has-secondary-purple-light-color:hover img[src$=".svg"], .wp-block-button.is-style-outline.wp-block-button__link.has-secondary-purple-light-color:hover svg,
.wp-block-button.is-style-outline .wp-block-button__link.has-secondary-purple-light-color:hover img[src$=".svg"],
.wp-block-button.is-style-outline .wp-block-button__link.has-secondary-purple-light-color:hover svg {
  filter: brightness(0) saturate(100%) invert(100%) !important;
}
.wp-block-button.is-style-outline.wp-block-button__link.has-secondary-purple-lighter-color:hover img[src$=".svg"], .wp-block-button.is-style-outline.wp-block-button__link.has-secondary-purple-lighter-color:hover svg,
.wp-block-button.is-style-outline .wp-block-button__link.has-secondary-purple-lighter-color:hover img[src$=".svg"],
.wp-block-button.is-style-outline .wp-block-button__link.has-secondary-purple-lighter-color:hover svg {
  filter: brightness(0) saturate(100%) invert(13%) !important;
}
.wp-block-button.is-style-outline.wp-block-button__link.has-secondary-purple-lightest-color:hover img[src$=".svg"], .wp-block-button.is-style-outline.wp-block-button__link.has-secondary-purple-lightest-color:hover svg,
.wp-block-button.is-style-outline .wp-block-button__link.has-secondary-purple-lightest-color:hover img[src$=".svg"],
.wp-block-button.is-style-outline .wp-block-button__link.has-secondary-purple-lightest-color:hover svg {
  filter: brightness(0) saturate(100%) invert(13%) !important;
}
.wp-block-button.is-style-outline.wp-block-button__link.has-white-color:hover img[src$=".svg"], .wp-block-button.is-style-outline.wp-block-button__link.has-white-color:hover svg,
.wp-block-button.is-style-outline .wp-block-button__link.has-white-color:hover img[src$=".svg"],
.wp-block-button.is-style-outline .wp-block-button__link.has-white-color:hover svg {
  filter: brightness(0) saturate(100%) invert(13%) !important;
}
.wp-block-button.is-style-outline.wp-block-button__link.has-black-color:hover img[src$=".svg"], .wp-block-button.is-style-outline.wp-block-button__link.has-black-color:hover svg,
.wp-block-button.is-style-outline .wp-block-button__link.has-black-color:hover img[src$=".svg"],
.wp-block-button.is-style-outline .wp-block-button__link.has-black-color:hover svg {
  filter: brightness(0) saturate(100%) invert(100%) !important;
}

.wp-block-code code {
  font-family: var(--wp--custom--code--typography--font-family);
}

/**
 * Cover Block
 * - Styles for the WordPress Cover block
 */
header.wp-block-cover.is-banner-with-icon {
  position: relative;
}
header.wp-block-cover.is-banner-with-icon .wp-block-cover__background {
  z-index: 2;
}
header.wp-block-cover.is-banner-with-icon .wp-block-cover__inner-container {
  position: relative;
  z-index: 3;
}
header.wp-block-cover.is-banner-with-icon .wp-block-outermost-icon-block.decoration {
  position: absolute;
  z-index: 1;
}

header.banner-with-icon {
  position: relative;
}
header.banner-with-icon .wp-block-cover {
  overflow: visible !important;
}
header.banner-with-icon .decoration .icon-container {
  width: 250vw;
  position: absolute;
  left: -50vw;
  bottom: 0;
}
header.banner-with-icon .decoration .icon-container svg {
  fill: currentcolor;
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
  font-size: var(--wp--custom--gallery--caption--font-size);
}

.wp-block-gallery.is-style-logo-slider {
  display: flex !important;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: center;
  width: 100%;
  overflow-x: auto;
  overflow-y: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
  will-change: scroll-position;
  transform: translateZ(0);
  -webkit-overflow-scrolling: touch;
}
.wp-block-gallery.is-style-logo-slider::-webkit-scrollbar {
  display: none;
}
.wp-block-gallery.is-style-logo-slider .wp-block-image {
  flex: 0 0 100px;
  max-width: 100px;
  min-width: 100px;
  margin: 0 !important;
}
.wp-block-gallery.is-style-logo-slider .wp-block-image img {
  max-width: 100px;
  width: 100%;
  height: auto;
  object-fit: contain;
}

.wp-admin .wp-block-gallery.is-style-logo-slider,
.editor-styles-wrapper .wp-block-gallery.is-style-logo-slider,
.block-editor-writing-flow .wp-block-gallery.is-style-logo-slider {
  flex-wrap: wrap !important;
  flex-direction: row !important;
  overflow-x: visible !important;
  overflow-y: visible !important;
}
.wp-admin .wp-block-gallery.is-style-logo-slider .wp-block-image,
.editor-styles-wrapper .wp-block-gallery.is-style-logo-slider .wp-block-image,
.block-editor-writing-flow .wp-block-gallery.is-style-logo-slider .wp-block-image {
  flex: 0 0 100px;
  margin: 5px !important;
}

@media screen and (max-width: 767px) {
  .wp-block-group.is-layout-grid {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  section.wp-block-group.icon-list .wp-block-outermost-icon-block.items-justified-right, section.wp-block-group.icon-list .wp-block-outermost-icon-block.items-justified-left {
    justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  section.wp-block-group .wp-block-column > * {
    text-align: center;
  }
  section.wp-block-group .wp-block-column ul li, section.wp-block-group .wp-block-column ol li {
    text-align: left;
  }
}

.wp-block-image {
  /*
  From what I can tell the below are styles regularly used by themes
  to fix the image block.  I believe these should go into the block's
  default styles.  It's difficult to say how this will land, however
  based on discussion found in (many) related issues here:
  https://github.com/WordPress/gutenberg/issues/28923
  */
  text-align: center;
}

.wp-block-group.image-with-tag {
  position: relative;
}
.wp-block-group.image-with-tag > p,
.wp-block-group.image-with-tag > .taxonomy-category,
.wp-block-group.image-with-tag > .taxonomy-event_category {
  top: 1rem !important;
  right: 1rem;
  position: absolute !important;
  z-index: 10;
}

.wp-block-image.is-style-rounded img {
  border-radius: 40px !important;
}

@media screen and (max-width: 600px) {
  figure.wp-block-image.alignleft {
    margin: 2.5vh 2.5vw 2.5vh 0 !important;
  }
}
@media screen and (min-width: 1980px) {
  figure.wp-block-image.alignleft {
    margin-left: 15vw;
  }
}

@media screen and (max-width: 600px) {
  figure.wp-block-image.alignright {
    margin: 2.5vh 0 2.5vh 2.5vw !important;
  }
}
@media screen and (min-width: 1980px) {
  figure.wp-block-image.alignright {
    margin-right: 15vw;
  }
}

ul,
ol {
  font-family: var(--wp--custom--list--font-family);
  padding-left: var(--wp--custom--list--padding--left);
}

.wp-block-list.page-navigation {
  list-style: none;
}
.wp-block-list.page-navigation a {
  color: currentColor;
  text-decoration: none !important;
}
.wp-block-list.page-navigation li a {
  display: grid;
  grid-template-columns: 1fr 24px;
  align-items: center;
  height: 24px;
  transition: all 0.2s ease;
}
.wp-block-list.page-navigation li a:after {
  content: "";
  position: static;
  width: 24px;
  height: 24px;
  background: url("./assets/svg/arrow-right.svg");
  bottom: 0;
  right: -2rem;
  display: grid;
  opacity: 0;
  transform: translateX(-8px);
  transition: opacity 0.2s ease, transform 0.2s ease;
}
.wp-block-list.page-navigation li.current a {
  position: relative;
}
.wp-block-list.page-navigation li.current a:after {
  opacity: 1;
  transform: translateX(0);
}

footer ul {
  list-style: none;
  padding-left: 0;
}
footer ul li a {
  text-decoration: none;
}
footer ul li a:hover {
  text-decoration: underline;
}

.wp-block-list.is-style-checked {
  /* Bullet color follows the list (UL) color, independent of LI text color */
  --list-bullet-color: currentColor;
  list-style: none;
  padding-left: 0;
}
.wp-block-list.is-style-checked > li {
  position: relative;
  padding-left: 1.75rem;
}
.wp-block-list.is-style-checked > li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.25em;
  width: 1.1em;
  height: 1.1em;
  /* Use mask; bullet color comes from UL's --list-bullet-color */
  -webkit-mask: url("/wp-content/themes/onlinefundraising/assets/svg/checkmark-filled.svg") no-repeat center/contain;
  mask: url("/wp-content/themes/onlinefundraising/assets/svg/checkmark-filled.svg") no-repeat center/contain;
  background-color: var(--list-bullet-color, currentColor);
}

.wp-block-list.is-style-checked.has-gold-dark-color {
  --list-bullet-color: var(--wp--preset--color--gold-dark);
}

.wp-block-list.is-style-checked.has-gold-medium-color {
  --list-bullet-color: var(--wp--preset--color--gold-medium);
}

.wp-block-list.is-style-checked.has-gold-light-color {
  --list-bullet-color: var(--wp--preset--color--gold-light);
}

.wp-block-list.is-style-checked.has-gold-lighter-color {
  --list-bullet-color: var(--wp--preset--color--gold-lighter);
}

.wp-block-list.is-style-checked.has-gold-lightest-color {
  --list-bullet-color: var(--wp--preset--color--gold-lightest);
}

.wp-block-list.is-style-checked.has-brown-dark-color {
  --list-bullet-color: var(--wp--preset--color--brown-dark);
}

.wp-block-list.is-style-checked.has-brown-medium-color {
  --list-bullet-color: var(--wp--preset--color--brown-medium);
}

.wp-block-list.is-style-checked.has-brown-light-color {
  --list-bullet-color: var(--wp--preset--color--brown-light);
}

.wp-block-list.is-style-checked.has-brown-lighter-color {
  --list-bullet-color: var(--wp--preset--color--brown-lighter);
}

.wp-block-list.is-style-checked.has-brown-lightest-color {
  --list-bullet-color: var(--wp--preset--color--brown-lightest);
}

.wp-block-list.is-style-checked.has-blue-dark-color {
  --list-bullet-color: var(--wp--preset--color--blue-dark);
}

.wp-block-list.is-style-checked.has-blue-medium-color {
  --list-bullet-color: var(--wp--preset--color--blue-medium);
}

.wp-block-list.is-style-checked.has-blue-light-color {
  --list-bullet-color: var(--wp--preset--color--blue-light);
}

.wp-block-list.is-style-checked.has-blue-lighter-color {
  --list-bullet-color: var(--wp--preset--color--blue-lighter);
}

.wp-block-list.is-style-checked.has-blue-lightest-color {
  --list-bullet-color: var(--wp--preset--color--blue-lightest);
}

.wp-block-list.is-style-checked.has-gray-darkest-color {
  --list-bullet-color: var(--wp--preset--color--gray-darkest);
}

.wp-block-list.is-style-checked.has-gray-dark-color {
  --list-bullet-color: var(--wp--preset--color--gray-dark);
}

.wp-block-list.is-style-checked.has-gray-medium-color {
  --list-bullet-color: var(--wp--preset--color--gray-medium);
}

.wp-block-list.is-style-checked.has-gray-light-color {
  --list-bullet-color: var(--wp--preset--color--gray-light);
}

.wp-block-list.is-style-checked.has-gray-lightest-color {
  --list-bullet-color: var(--wp--preset--color--gray-lightest);
}

.wp-block-list.is-style-checked.has-secondary-blue-dark-color {
  --list-bullet-color: var(--wp--preset--color--secondary-blue-dark);
}

.wp-block-list.is-style-checked.has-secondary-blue-medium-color {
  --list-bullet-color: var(--wp--preset--color--secondary-blue-medium);
}

.wp-block-list.is-style-checked.has-secondary-blue-light-color {
  --list-bullet-color: var(--wp--preset--color--secondary-blue-light);
}

.wp-block-list.is-style-checked.has-secondary-blue-lighter-color {
  --list-bullet-color: var(--wp--preset--color--secondary-blue-lighter);
}

.wp-block-list.is-style-checked.has-secondary-blue-lightest-color {
  --list-bullet-color: var(--wp--preset--color--secondary-blue-lightest);
}

.wp-block-list.is-style-checked.has-secondary-teal-dark-color {
  --list-bullet-color: var(--wp--preset--color--secondary-teal-dark);
}

.wp-block-list.is-style-checked.has-secondary-teal-medium-color {
  --list-bullet-color: var(--wp--preset--color--secondary-teal-medium);
}

.wp-block-list.is-style-checked.has-secondary-teal-light-color {
  --list-bullet-color: var(--wp--preset--color--secondary-teal-light);
}

.wp-block-list.is-style-checked.has-secondary-teal-lighter-color {
  --list-bullet-color: var(--wp--preset--color--secondary-teal-lighter);
}

.wp-block-list.is-style-checked.has-secondary-teal-lightest-color {
  --list-bullet-color: var(--wp--preset--color--secondary-teal-lightest);
}

.wp-block-list.is-style-checked.has-secondary-purple-dark-color {
  --list-bullet-color: var(--wp--preset--color--secondary-purple-dark);
}

.wp-block-list.is-style-checked.has-secondary-purple-medium-color {
  --list-bullet-color: var(--wp--preset--color--secondary-purple-medium);
}

.wp-block-list.is-style-checked.has-secondary-purple-light-color {
  --list-bullet-color: var(--wp--preset--color--secondary-purple-light);
}

.wp-block-list.is-style-checked.has-secondary-purple-lighter-color {
  --list-bullet-color: var(--wp--preset--color--secondary-purple-lighter);
}

.wp-block-list.is-style-checked.has-secondary-purple-lightest-color {
  --list-bullet-color: var(--wp--preset--color--secondary-purple-lightest);
}

.wp-block-list.is-style-checked.has-black-color {
  --list-bullet-color: var(--wp--preset--color--black);
}

.wp-block-list.is-style-checked.has-white-color {
  --list-bullet-color: var(--wp--preset--color--white);
}

ul.wp-block-categories-list.event-categories-filter {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 1rem;
}
ul.wp-block-categories-list.event-categories-filter li a {
  text-decoration: none !important;
  border: 1px solid;
  border-radius: 4rem;
  padding-top: 0.667em;
  padding-right: 1.33em;
  padding-bottom: 0.667em;
  padding-left: 1.33em;
  font-family: var(--wp--custom--button--typography--font-family);
  font-size: var(--wp--custom--button--typography--font-size);
  font-weight: var(--wp--custom--button--typography--font-weight);
  line-height: var(--wp--custom--button--typography--line-height);
  display: flex;
  border-color: var(--wp--preset--color--gold-lighter);
}
ul.wp-block-categories-list.event-categories-filter li a:hover {
  background-color: var(--wp--preset--color--gray-light);
  color: white;
}
ul.wp-block-categories-list.event-categories-filter li a:hover a {
  color: white !important;
}
ul.wp-block-categories-list.event-categories-filter li a a {
  text-decoration: none !important;
}

@media screen and (max-width: 781px) {
  .wp-block-navigation .has-normal-font-size.has-tiny-font-size {
    font-size: var(wp--preset--font-size--tiny) !important;
  }
}
@media screen and (min-width: 782px) {
  .wp-block-navigation .has-normal-font-size.has-tiny-font-size {
    display: none !important;
  }
}
.wp-block-navigation .wp-block-navigation__submenu-container {
  width: max-content;
  min-width: 100%;
}
.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item {
  width: 100%;
}
.wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item .wp-block-navigation-item__content {
  width: 100%;
  display: block;
  white-space: nowrap;
}
@media (min-width: 782px) {
  .wp-block-navigation .wp-block-navigation__submenu-container {
    position: absolute;
    right: auto !important;
    left: -1rem !important;
    top: 100%;
    width: max-content;
    min-width: 200px;
  }
  .wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item__content {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
  }
}
.wp-block-navigation .wp-block-navigation-submenu {
  position: relative;
}
@media (max-width: 781px) {
  .wp-block-navigation .wp-block-navigation__container {
    align-items: flex-start !important;
    padding: 5vh 5vw !important;
  }
  .wp-block-navigation .wp-block-navigation__container > li:not(.has-tiny-font-size) {
    font-size: var(--wp--preset--font-size--large) !important;
    margin-bottom: 0 !important;
    text-align: left;
    align-self: flex-start;
  }
  .wp-block-navigation .wp-block-navigation__container > li:not(.has-tiny-font-size) .wp-block-navigation-item__content,
  .wp-block-navigation .wp-block-navigation__container > li:not(.has-tiny-font-size) .wp-block-navigation-submenu__toggle {
    text-align: left;
    justify-content: flex-start;
  }
  .wp-block-navigation .wp-block-navigation__container > li.has-tiny-font-size {
    margin-bottom: -1rem !important;
  }
  .wp-block-navigation .wp-block-navigation__submenu-container {
    text-align: left;
    max-width: 100vw;
    margin: 0 auto;
    gap: 5px;
    padding-top: 0 !important;
  }
  .wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item {
    text-align: left;
    max-width: 100%;
  }
  .wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item.has-tiny-font-size {
    border: 20px solid !important;
  }
  .wp-block-navigation .wp-block-navigation__submenu-container .wp-block-navigation-item .wp-block-navigation-item__content {
    text-align: center;
    justify-content: center;
    max-width: 100%;
    white-space: normal;
    word-wrap: break-word;
    hyphens: auto;
    line-height: 1.4;
    padding: 0.75rem 1rem;
    font-size: var(--wp--preset--font-size--normal) !important;
    line-height: 1.3 !important;
  }
  .wp-block-navigation .wp-block-navigation__responsive-container-content,
  .wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation-item, .wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-navigation__container, .wp-block-navigation .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__responsive-container-content .wp-block-page-list {
    align-items: flex-start !important;
  }
  .wp-block-navigation .wp-block-navigation__responsive-container-close {
    top: 2rem !important;
    right: 5vw !important;
  }
}

p.has-text-color a {
  color: currentcolor;
}
p.has-drop-cap:not(:focus):first-letter {
  font-size: var(--wp--custom--paragraph--dropcap--typography--font-size);
  font-family: var(--wp--custom--paragraph--dropcap--typography--font-family);
  font-weight: var(--wp--custom--paragraph--dropcap--typography--font-weight);
  margin: var(--wp--custom--paragraph--dropcap--margin);
}

h4.wp-block-heading + p, h5.wp-block-heading + p, h6.wp-block-heading + p {
  margin-top: 0;
}

.wp-block-post-author__name {
  font-weight: var(--wp--custom--post-author--font-weight);
}

.wp-block-post-comments .comment {
  font-size: var(--wp--custom--form--typography--font-size);
}
.wp-block-post-comments label, .wp-block-post-comments .comment-meta {
  font-size: var(--wp--custom--form--label--typography--font-size);
}
.wp-block-post-comments input[type=submit], .wp-block-post-comments .reply a {
  border-width: 0;
  text-decoration: none;
  opacity: 1;
  color: var(--wp--custom--button--color--text);
  background-color: var(--wp--custom--button--color--background);
  border-color: currentColor;
  border-radius: var(--wp--custom--button--border--radius);
}
.wp-block-post-comments input[type=submit] svg, .wp-block-post-comments .reply a svg {
  fill: var(--wp--custom--button--color--text);
}
.wp-block-post-comments .reply a {
  display: inline-block;
}

.wp-block-post-excerpt .wp-block-post-excerpt__more-link {
  text-decoration: none !important;
  border-style: none;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  background-color: var(--wp--preset--color--white);
  color: var(--wp--preset--color--secondary-purple-dark);
  font-size: var(--wp--custom--button--typography--font-size);
  font-family: var(--wp--custom--button--typography--font-family);
}
.wp-block-post-excerpt .wp-block-post-excerpt__more-link img[src$=".svg"], .wp-block-post-excerpt .wp-block-post-excerpt__more-link svg {
  width: 24px;
  height: auto;
  vertical-align: middle;
  filter: brightness(0) saturate(100%) invert(45%) sepia(35%) saturate(1234%) hue-rotate(240deg) brightness(85%) contrast(89%);
}
.wp-block-post-excerpt .wp-block-post-excerpt__more-link:hover {
  opacity: 0.8;
}

.wp-block-pullquote.is-style-solid-color,
.wp-block-pullquote {
  text-align: var(--wp--custom--pullquote--typography--text-align);
}
.wp-block-pullquote.is-style-solid-color blockquote,
.wp-block-pullquote blockquote {
  padding: 0;
  margin: 0;
}
.wp-block-pullquote.is-style-solid-color blockquote p,
.wp-block-pullquote blockquote p {
  font-size: 1em;
  padding: 0;
  margin: 0;
  line-height: inherit;
}
.wp-block-pullquote.is-style-solid-color blockquote .wp-block-pullquote__citation,
.wp-block-pullquote.is-style-solid-color blockquote cite,
.wp-block-pullquote blockquote .wp-block-pullquote__citation,
.wp-block-pullquote blockquote cite {
  display: block;
  font-size: var(--wp--custom--pullquote--citation--typography--font-size);
  font-family: var(--wp--custom--pullquote--citation--typography--font-family);
  font-style: var(--wp--custom--pullquote--citation--typography--font-style);
  font-weight: var(--wp--custom--pullquote--citation--typography--font-weight);
  margin-top: var(--wp--custom--pullquote--citation--spacing--margin--top);
}
.wp-block-pullquote.is-style-solid-color.is-style-solid-color,
.wp-block-pullquote.is-style-solid-color {
  background-color: var(--wp--custom--color--foreground);
  color: var(--wp--custom--color--background);
}

.wp-block-quote.is-style-large,
.wp-block-quote {
  border: none;
  padding: 0;
  font-family: var(--wp--preset--font-family--headings);
}
.wp-block-quote.is-style-large p,
.wp-block-quote p {
  font-style: unset;
  margin-top: 0px;
  font-family: inherit;
}
.wp-block-quote.is-style-large .wp-block-quote__citation,
.wp-block-quote.is-style-large cite,
.wp-block-quote .wp-block-quote__citation,
.wp-block-quote cite {
  font-family: var(--wp--preset--font-family--headings);
  font-size: var(--wp--custom--quote--citation--typography--font-size);
  font-style: normal;
}
.wp-block-quote.is-style-large .wp-block-quote__citation strong,
.wp-block-quote.is-style-large cite strong,
.wp-block-quote .wp-block-quote__citation strong,
.wp-block-quote cite strong {
  font-weight: 600;
}

.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper {
  border: var(--wp--custom--form--border--width) var(--wp--custom--form--border--style) var(--wp--custom--form--border--color);
  border-radius: var(--wp--custom--form--border--radius);
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__input {
  padding: 0;
}
.wp-block-search .wp-block-search__input {
  padding: var(--wp--custom--form--padding);
  border: var(--wp--custom--form--border--width) var(--wp--custom--form--border--style) var(--wp--custom--form--border--color);
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button,
.wp-block-search .wp-block-search__button {
  border-width: 0;
  text-decoration: none;
  opacity: 1;
  color: var(--wp--custom--button--color--text);
  background-color: var(--wp--custom--button--color--background);
  border-color: currentColor;
  border-radius: var(--wp--custom--button--border--radius);
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button svg,
.wp-block-search .wp-block-search__button svg {
  fill: var(--wp--custom--button--color--text);
}
.wp-block-search.wp-block-search__button-inside .wp-block-search__inside-wrapper .wp-block-search__button.has-icon,
.wp-block-search .wp-block-search__button.has-icon {
  line-height: 0;
}

.wp-block-separator {
  margin: var(--wp--custom--separator--margin);
  opacity: var(--wp--custom--separator--opacity);
}
.wp-block-separator:not(.is-style-wide) {
  width: var(--wp--custom--separator--width);
}

.wp-block-file .wp-block-file__button {
  border-width: 0;
  text-decoration: none;
  opacity: 1;
  color: var(--wp--custom--button--color--text);
  background-color: var(--wp--custom--button--color--background);
  border-color: currentColor;
  border-radius: var(--wp--custom--button--border--radius);
  display: inline-block;
}
.wp-block-file .wp-block-file__button svg {
  fill: var(--wp--custom--button--color--text);
}
.wp-block-table figcaption {
  font-size: var(--wp--custom--table--figcaption--typography--font-size);
  text-align: center;
}
.wp-block-table td, .wp-block-table th {
  border: 1px solid;
  padding: calc(0.5 * var(--wp--custom--margin--vertical)) calc(0.5 * var(--wp--custom--margin--horizontal));
}

.wp-block-video figcaption {
  margin: var(--wp--custom--video--caption--margin);
  text-align: var(--wp--custom--video--caption--text-align);
}

.wp-block-columns {
  margin-bottom: unset;
}

.wp-block-columns.dummy-loop .wp-block-column > a,
.wp-block-columns.dummy-loop .wp-block-column > a > .is-vertical {
  height: 100%;
  min-height: 100%;
  max-height: 100%;
}

.event-date-block {
  display: flex !important;
  flex-direction: column;
  align-items: center;
}
.event-date-block.event-date-single-line {
  display: inline-block !important;
}
.event-date-block .event-date-day {
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  padding: 0;
  margin: 0;
  font-size: var(--wp--preset--font-size--normal, 1rem);
  text-align: center;
}
.event-date-block .event-date-month {
  text-transform: uppercase;
  padding: 0;
  font-size: var(--wp--preset--font-size--small, 0.875rem);
  text-align: center;
}

.event-time-block {
  display: inline-block;
}

.post-meta {
  display: flex;
}
.post-meta .wp-block-post-author,
.post-meta .wp-block-post-date,
.post-meta .wp-block-post-tags,
.post-meta .wp-block-post-hierarchical-terms {
  display: flex;
  margin-right: calc(2 * var(--wp--custom--margin--baseline));
}
.post-meta .wp-block-post-author:before,
.post-meta .wp-block-post-date:before,
.post-meta .wp-block-post-tags:before,
.post-meta .wp-block-post-hierarchical-terms:before {
  align-self: center;
  content: "";
  display: inline-block;
  margin-right: calc(0.5 * var(--wp--custom--margin--baseline));
  height: 16px;
  width: 16px;
}
.post-meta .wp-block-post-author:before {
  background: url(svg/post-author.svg) no-repeat;
}
.post-meta .wp-block-post-date:before {
  background: url(svg/post-date.svg) no-repeat;
}
.post-meta .wp-block-post-hierarchical-terms:before {
  background: url(svg/post-category.svg) no-repeat;
}

.accordion:not(.wp-block) header:hover {
  cursor: pointer;
}
.accordion:not(.wp-block) header + section {
  opacity: 0;
  max-height: 1px;
  min-height: 1px;
  height: 0;
  margin-block-start: 0;
  transition: min-height 0.5s ease-out, opacity 0.05s ease-out, padding 0.35s ease-out;
  pointer-events: none;
}
.accordion:not(.wp-block) header + section .wp-block-table {
  height: 1px;
  overflow: hidden;
}
.accordion:not(.wp-block) header.open + section {
  opacity: 1;
  min-height: 75px;
  height: 100%;
  max-height: 10000vh;
  transition: min-height 0.5s ease-out, opacity 0.45s ease-in, padding 0.35s ease-out;
  position: static;
  pointer-events: initial;
}
.accordion:not(.wp-block) header.open + section .wp-block-table {
  height: 100%;
}
.accordion:not(.wp-block).large header.open + section {
  min-height: 100%;
  max-height: 12000vh;
}
.accordion:not(.wp-block) header {
  transition: border-width 0.35s ease-out;
}
.accordion:not(.wp-block) header .wp-block-outermost-icon-block {
  transition: transform 0.35s ease-out;
}
.accordion:not(.wp-block) header.open .wp-block-outermost-icon-block {
  transform: rotate(180deg);
}

.accordion .wp-block-search {
  margin: 0 0 2rem;
}
.accordion .wp-block-search label {
  text-transform: uppercase;
  font-weight: 600;
  font-size: var(--wp--preset--font-size--tiny) !important;
}
.accordion .wp-block-search input[type=search] {
  border: 1px solid;
  padding: 0.5rem 1rem !important;
}
.accordion .wp-block-search button {
  padding-right: 1rem;
}

section.accordion-section .wp-block-group.accordion + .wp-block-group.accordion {
  margin-top: -1px !important;
}

.calendar h2 a:hover, .calendar h2 a:focus {
  color: var(--wp--preset--color--secondary-purple-dark) !important;
}
.calendar .tag a:hover, .calendar .tag a:focus,
.calendar .tag a.wp-block-button__link:hover,
.calendar .tag a.wp-block-button__link:focus, .calendar .wp-block-button a:hover, .calendar .wp-block-button a:focus,
.calendar .wp-block-button a.wp-block-button__link:hover,
.calendar .wp-block-button a.wp-block-button__link:focus {
  color: var(--wp--preset--color--gray-dark) !important;
}

aside.overlay:not(.wp-block) {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  width: 100vw;
  min-width: 100vw;
  height: 100vh;
  max-height: 100vh;
  pointer-events: initial;
  opacity: 1;
  display: grid;
  overflow: hidden;
}
aside.overlay:not(.wp-block).is-hidden:not(.wp-block) {
  z-index: -5000;
  pointer-events: none;
  opacity: 0;
}
aside.overlay:not(.wp-block) article:not(.wp-block) {
  opacity: 0;
  pointer-events: none;
  width: 0;
  height: 0;
  max-width: 900px;
  max-height: 100%;
  overflow: auto;
  grid-row: 1;
  grid-column: 1;
}
aside.overlay:not(.wp-block) article:not(.wp-block) svg {
  cursor: pointer;
}
aside.overlay:not(.wp-block) article:not(.wp-block).current {
  width: initial;
  height: auto;
  opacity: 1;
  pointer-events: initial;
}

.wp-block-group.is-layout-grid.persons > * {
  min-width: 100%;
  max-width: 100%;
}
.wp-block-group.is-layout-grid.persons > * img {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 768px) and (max-width: 1023px) {
  .wp-block-group.is-layout-grid.persons {
    grid-template-columns: 1fr 1fr 1fr !important;
  }
}

.pricing .wp-block-group.is-layout-grid {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  max-width: 100%;
}
.pricing .wp-block-group.is-layout-grid .wp-block-separator {
  border-style: dotted;
  min-width: 10px;
}

.wp-block-query .wp-block-post-template.is-layout-grid > li {
  display: flex;
}

.wp-block-query .wp-block-post-template.is-layout-grid > li > .wp-block-group {
  display: flex;
  flex-direction: column;
  width: 100%;
  min-height: 100%;
}

.wp-block-query .wp-block-post-template.is-layout-grid > li > .wp-block-group .wp-block-tiptip-hyperlink-group-block {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.wp-block-query .wp-block-post-template.is-layout-grid > li > .wp-block-group .wp-block-tiptip-hyperlink-group-block > .wp-block-group {
  flex: 1 1 auto;
}

.wp-block-query .wp-block-post-template .wp-block-post-featured-image {
  max-width: 100%;
}

@media screen and (min-width: 600px) and (max-width: 1023px) {
  aside.related .wp-block-post-template {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}
aside.related .wp-block-post-template li {
  aspect-ratio: 4/3;
}
aside.related a.wp-block-tiptip-hyperlink-group-block {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
aside.related a.wp-block-tiptip-hyperlink-group-block > .wp-block-cover {
  min-height: initial;
  width: 100%;
  height: 100%;
}
aside.related a.wp-block-tiptip-hyperlink-group-block > .wp-block-cover img {
  transition: scale 0.5s ease;
}
aside.related a.wp-block-tiptip-hyperlink-group-block > .wp-block-cover:hover img {
  scale: 1.02;
}

/*# sourceMappingURL=style.css.map */
