@charset "UTF-8";
/*!
 *# Crate Stylesheet */
/*! tailwindcss v3.4.4 | MIT License | https://tailwindcss.com */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
  appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}
input::placeholder,textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}
::-webkit-date-and-time-value{
  min-height: 1.5em;
  text-align: inherit;
}
::-webkit-datetime-edit{
  display: inline-flex;
}
::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
  padding-top: 0;
  padding-bottom: 0;
}
select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
[multiple],[size]:where(select:not([size="1"])){
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}
[type='checkbox'],[type='radio']{
  appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}
[type='checkbox']{
  border-radius: 0px;
}
[type='radio']{
  border-radius: 100%;
}
[type='checkbox']:focus,[type='radio']:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
[type='checkbox']:checked,[type='radio']:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
@media (forced-colors: active) {
  [type='checkbox']:checked{
    appearance: auto;
  }
}
[type='radio']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
@media (forced-colors: active) {
  [type='radio']:checked{
    appearance: auto;
  }
}
[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}
[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media (forced-colors: active) {
  [type='checkbox']:indeterminate{
    appearance: auto;
  }
}
[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}
[type='file']{
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}
[type='file']:focus{
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/* Header styles */
header .wp-block-site-logo a,
  header figure.wp-block-site-logo,
  header .wp-block-site-logo {
    max-height: 75px;
    z-index: 9;
  }
header > .wp-block-group {
    position: fixed;
    width: 100%;
    z-index: 9;
    transition: 0.05s all ease-in-out;
  }
header > .wp-block-group.header-dark {
    background: #fff;
  }
header .wp-block-site-logo.dark-logo {
    display: none;
  }
/* Body Overlay for menu */
html.has-modal-open body::after, body::after {
    content: "";
    width: 100vw;
    height: 100vh;
    position: fixed;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    z-index: 8;
    opacity: 0;
    visibility: hidden;
    transition: 0.1s all ease-out;
  }
body.menu-hovered::after,
html.has-modal-open body::after {
  opacity: 1;
  visibility: visible;
}
html.has-modal-open header.wp-block-template-part > div {
  background: #fff;
}
body.menu-active header > .wp-block-group, body.menu-hovered header > .wp-block-group {
    background: #fff !important;
  }
body.menu-active header .wp-block-navigation__container > .wp-block-navigation-item > .wp-block-navigation-item__content, body.menu-hovered header .wp-block-navigation__container > .wp-block-navigation-item > .wp-block-navigation-item__content {
      color: var(--wp--preset--color--palette-2) !important;
    }
body.menu-active header .wp-block-search svg,
  body.menu-active header .wp-block-navigation__responsive-container-open:not(.always-shown) svg,
  body.menu-hovered header .wp-block-search svg,
  body.menu-hovered header .wp-block-navigation__responsive-container-open:not(.always-shown) svg {
    fill: var(--wp--preset--color--palette-2) !important;
  }
body.menu-active header .wp-block-site-logo, body.menu-hovered header .wp-block-site-logo {
    display: none;
  }
body.menu-active header .wp-block-site-logo.dark-logo, body.menu-hovered header .wp-block-site-logo.dark-logo {
      display: block;
    }
/* Always show dark header logo */
body.menu-active header .dark-header .wp-block-site-logo, body.menu-hovered header .dark-header .wp-block-site-logo {
      display: block !important;
    }
@media screen and (max-width: 1199px) {
  .nav-container {
    justify-content: flex-end !important;
    padding: 0;
  }
}
@media screen and (min-width: 1200px) {
  .nav-container .wp-block-buttons {
    display: none !important;
  }
}
@media screen and (max-width: 1199px) {
  .utility-container {
    align-items: flex-end !important;
    padding-bottom: 5px;
  }
  .utility-container .wp-block-buttons {
    display: none !important;
  }
}
ul.wp-block-navigation{
  padding-left: 0px;
  padding-right: 0px;
}
ul.wp-block-navigation > li {
    position: static !important;
    margin: 0px;
    border-width: 0px;
    border-bottom-width: 4px;
    border-color: transparent;
    padding: 0px;
    padding-top: 15px;
    padding-bottom: 6px;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }
ul.wp-block-navigation > li:hover{
  --tw-border-opacity: 1;
  border-color: rgb(236 36 39 / var(--tw-border-opacity));
}
ul.wp-block-navigation > li:focus{
  --tw-border-opacity: 1;
  border-color: rgb(236 36 39 / var(--tw-border-opacity));
}
ul.wp-block-navigation > li.current-menu-item{
  --tw-border-opacity: 1;
  border-color: rgb(236 36 39 / var(--tw-border-opacity));
}
ul.wp-block-navigation > li > a{
  padding-right: 0.25rem;
  font-size: var(--wp--preset--font-size--small);
  font-weight: 900;
  letter-spacing: 0.025em;
  text-decoration-line: none;
}
ul.wp-block-navigation .wp-block-navigation__submenu-icon{
  margin: 0px;
  height: 0.8em;
  width: 1em;
}
ul.wp-block-navigation .wp-block-navigation__submenu-icon svg {
      stroke: #B0B0B0;
    }
ul.wp-block-navigation .has-child:not(.open-on-click) > .wp-block-navigation__submenu-container{
  margin-top: 0;
  padding: 0;
}
ul.wp-block-navigation .has-child:not(.open-on-click) > .wp-block-navigation__submenu-container :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-size: 16px;
}
ul.wp-block-navigation .has-child:not(.open-on-click) > .wp-block-navigation__submenu-container li{
  margin: 0px;
}
ul.wp-block-navigation .has-child:not(.open-on-click) > .wp-block-navigation__submenu-container .wp-block-navigation-item__content{
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
}
ul.wp-block-navigation .has-child:not(.open-on-click) > .wp-block-navigation__submenu-container .wp-block-buttons {
      display: block !important;
      line-height: 1.25;
    }
ul.wp-block-navigation .has-child:not(.open-on-click) > .wp-block-navigation__submenu-container .wp-block-buttons .wp-block-button::before {
          opacity: 0;
        }
ul.wp-block-navigation .has-child:not(.open-on-click) > .wp-block-navigation__submenu-container .wp-block-buttons .wp-block-button::after {
          content: none !important;
        }
ul.wp-block-navigation .has-child:not(.open-on-click) > .wp-block-navigation__submenu-container .wp-block-buttons .wp-block-button:hover::before, ul.wp-block-navigation .has-child:not(.open-on-click) > .wp-block-navigation__submenu-container .wp-block-buttons .wp-block-button:focus::before {
            opacity: 1 !important;
          }
ul.wp-block-navigation .has-child:not(.open-on-click) > .wp-block-navigation__submenu-container .wp-block-image,
    ul.wp-block-navigation .has-child:not(.open-on-click) > .wp-block-navigation__submenu-container .wp-block-image img,
    ul.wp-block-navigation .has-child:not(.open-on-click) > .wp-block-navigation__submenu-container .wp-block-image picture {
      margin: 0 !important;
    }
@media screen and (max-width: 1199px) {
    li.wp-block-cshp-menu-widget .wp-block-cover {
      padding: 20px 0 !important;
    }
    li.wp-block-cshp-menu-widget .wp-block-columns {
      flex-wrap: wrap !important;
    }
    li.wp-block-cshp-menu-widget .wp-block-columns.is-style-menu-column-breakdown {
      flex-direction: column !important;
    }
  .wp-block-navigation-item__content {
    font-size: 22px !important;
  }
  .has-child:not(.open-on-click) > .wp-block-navigation__submenu-container {
    padding: 0 !important;
  }
}
@media screen and (min-width: 1200px) {
  .has-child:not(.open-on-click) > .wp-block-navigation__submenu-container {
    min-width: 100vw !important;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
  }
}
/* Mobile styles */
.wp-block-navigation__responsive-container-open:not(.always-shown) svg{
  height: 30px;
  width: 30px;
}
@media screen and (max-width: 1199px) {
  .wp-block-navigation__responsive-container-open:not(.always-shown){
    display: block;
    padding: 0px;
    padding-bottom: 10px;
  }
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
  }
}
.wp-block-navigation__responsive-container.is-menu-open:not(.has-text-color):not(.has-background-color) {
  max-width: 400px;
  width: 80vw;
  right: 0;
  left: auto;
  padding: 25px 25px 25px 40px;
  border-left: 1px solid var(--wp--preset--color--palette-4);
}
.wp-block-navigation__responsive-container.is-menu-open:not(.has-text-color):not(.has-background-color) .wp-block-navigation__responsive-container-content .wp-block-navigation__container {
    gap: 0;
    width: 100%;
    align-items: stretch;
  }
.wp-block-navigation__responsive-container.is-menu-open:not(.has-text-color):not(.has-background-color) .wp-block-navigation__responsive-container-content .wp-block-navigation-item {
    align-items: flex-start;
    position: relative !important;
    border-width: 0px;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
  }
.wp-block-navigation__responsive-container.is-menu-open:not(.has-text-color):not(.has-background-color) .wp-block-buttons {
    width: 100%;
  }
.wp-block-navigation__responsive-container.is-menu-open:not(.has-text-color):not(.has-background-color) .wp-block-navigation__responsive-container-content .wp-block-navigation__submenu-icon {
    display: block;
  }
.wp-block-navigation__responsive-container.is-menu-open:not(.has-text-color):not(.has-background-color) li.wp-block-navigation-item.submenu-open ul.wp-block-navigation-submenu {
        max-height: 3000px;
        opacity: 1;
        visibility: visible;
      }
.wp-block-navigation__responsive-container.is-menu-open:not(.has-text-color):not(.has-background-color) li.wp-block-navigation-item.submenu-open button.wp-block-navigation__submenu-icon.wp-block-navigation-submenu__toggle svg {
        transform: rotate(-180deg);
      }
.wp-block-navigation__responsive-container.is-menu-open:not(.has-text-color):not(.has-background-color) li.wp-block-navigation-item ul.wp-block-navigation-submenu {
      max-height: 0;
      transition: 0.3s all ease-in-out;
      opacity: 0;
      visibility: hidden;
    }
.wp-block-navigation__responsive-container.is-menu-open:not(.has-text-color):not(.has-background-color) button.wp-block-navigation__submenu-icon.wp-block-navigation-submenu__toggle {
    width: 25px;
    height: 25px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    right: 0;
    z-index: 9;
    top: 20px;
  }
.wp-block-navigation__responsive-container.is-menu-open:not(.has-text-color):not(.has-background-color) button.wp-block-navigation__submenu-icon.wp-block-navigation-submenu__toggle svg {
    width: 15px;
    transition: 0.2s all ease-in-out;
  }
.wp-block-navigation__responsive-container.is-menu-open:not(.has-text-color):not(.has-background-color) .wp-block-cover .wp-block-cover__background {
    position: static !important;
  }
.wp-block-navigation__responsive-container-close{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.wp-block-search button{
  background-color: transparent;
}
.wp-block-search svg{
  height: 40px;
  width: 40px;
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  fill: #000000;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.wp-block-search svg:hover{
  fill: #EC2427;
}
.wp-block-search svg:focus{
  fill: #EC2427;
}
.wp-block-search.wp-block-search__button-only .wp-block-search__input{
  display: none;
}
.wp-block-search .wp-block-search__button{
  padding: 0px;
}
/* Header Light specific styles */
.header-light{
  position: absolute;
  z-index: 10;
  width: 100%;
}
.header-light .wp-block-search svg{
  fill: #FFFFFF;
}
.header-light .wp-block-search svg:hover{
  fill: #EC2427;
}
.header-light .wp-block-search svg:focus{
  fill: #EC2427;
}
.header-light .wp-block-navigation__responsive-container-open:not(.always-shown) svg{
  fill: #FFFFFF;
}
@media screen and (min-width: 1200px) {
    .header-light .wp-block-navigation__container > .wp-block-navigation-item > .wp-block-navigation-item__content{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}
/* Search overlay */
#search-overlay{
  visibility: hidden;
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 10;
  height: 100vh;
  width: 100vw;
  overflow: hidden;
  padding: 1.5rem;
  opacity: 0;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
#search-overlay.active{
  visibility: visible;
  opacity: 1;
}
#search-overlay .wp-block-search{
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 600px;
}
#search-overlay .wp-block-search .wp-block-search__inside-wrapper{
  position: relative;
}
#search-overlay .wp-block-search .wp-block-search__inside-wrapper::after {
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20" fill="none"><path d="M19 19L13.0001 13M15 8C15 11.866 11.866 15 8 15C4.13401 15 1 11.866 1 8C1 4.13401 4.13401 1 8 1C11.866 1 15 4.13401 15 8Z" stroke="%23032C66" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
        position: absolute;
        left: 23px;
        top: 19px;
        height: 18px;
        width: 18px;
        --tw-content: "";
        content: var(--tw-content);
      }
#search-overlay .wp-block-search .wp-block-search__input[type=search] {
      outline: none !important;
      border: none !important;
      display: block;
      height: 50px;
      padding-top: 15px;
      padding-bottom: 15px;
      padding-left: 50px;
      padding-right: 50px;
      font-size: 18px;
      --tw-text-opacity: 1;
      color: rgb(0 0 0 / var(--tw-text-opacity));
    }
#search-overlay .wp-block-search .wp-block-search__button{
  position: absolute;
  right: 15px;
  top: 14px;
  margin: 0px;
  height: 30px;
  width: 30px;
  padding: 0px;
  outline: 2px solid transparent;
  outline-offset: 2px;
}
#search-overlay .wp-block-search .wp-block-search__button::after,
      #search-overlay .wp-block-search .wp-block-search__button::before {
        background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><path d="M3 9H15M15 9L10.5 4.5M15 9L10.5 13.5" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
        background-position: center;
        background-repeat: no-repeat;
        background-size: 18px;
        position: absolute;
        top: 50%;
        right: 0px;
        height: 100%;
        width: 100%;
        --tw-translate-y: -50%;
        transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
        border-radius: 9999px;
        border-width: 2px;
        --tw-border-opacity: 1;
        border-color: rgb(255 255 255 / var(--tw-border-opacity));
        --tw-bg-opacity: 1;
        background-color: rgb(0 0 0 / var(--tw-bg-opacity));
        opacity: 1;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
        transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 150ms;
        --tw-content: "";
        content: var(--tw-content);
      }
#search-overlay .wp-block-search .wp-block-search__button::after{
  position: absolute;
  top: 50%;
  right: 0px;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0;
}
#search-overlay .wp-block-search .wp-block-search__button:hover::after, #search-overlay .wp-block-search .wp-block-search__button:focus::after{
  --tw-bg-opacity: 1;
  background-color: rgb(236 36 39 / var(--tw-bg-opacity));
  opacity: 1;
}
#search-overlay .wp-block-search .wp-block-search__button:hover .wp-block-button__link::after, #search-overlay .wp-block-search .wp-block-search__button:focus .wp-block-button__link::after{
  --tw-scale-x: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
#search-overlay .wp-block-search .search-icon{
  display: none;
}
#search-overlay #search-overlay-close {
    display: flex;
    justify-content: flex-end;
    position: relative;
    min-width: 100%;
  }
#search-overlay #search-overlay-close a {
      position: static !important;
      position: absolute;
      right: 15px;
      top: 50px;
      margin: 0px;
      display: block;
      height: 42px;
      width: 42px;
      font-size: 50px;
      line-height: 1;
      text-decoration-line: none;
    }
html{
  font-size: 62.5%;
}
html, body {
  overflow-x: hidden;
}
.wp-site-blocks,
.wp-block-post-content{
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.wp-site-blocks :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.wp-site-blocks :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.wp-site-blocks :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.wp-site-blocks :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.wp-site-blocks :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.wp-site-blocks :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.wp-site-blocks :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.wp-site-blocks :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.wp-site-blocks :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.wp-site-blocks :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.wp-site-blocks :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.wp-site-blocks :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.wp-site-blocks :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.wp-site-blocks :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.wp-site-blocks :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.wp-site-blocks :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.wp-site-blocks :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
}
.wp-site-blocks :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.wp-site-blocks :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker,
.wp-block-post-content :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.wp-site-blocks :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker,
.wp-block-post-content :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}
.wp-site-blocks :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.wp-site-blocks :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.wp-site-blocks :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}
.wp-site-blocks :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before,
.wp-block-post-content :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: open-quote;
}
.wp-site-blocks :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after,
.wp-block-post-content :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: close-quote;
}
.wp-site-blocks :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.wp-site-blocks :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}
.wp-site-blocks :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.wp-site-blocks :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}
.wp-site-blocks :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.wp-site-blocks :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.wp-site-blocks :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.wp-site-blocks :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.wp-site-blocks :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.wp-site-blocks :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.wp-site-blocks :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.wp-site-blocks :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}
.wp-site-blocks :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.wp-site-blocks :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before,
.wp-block-post-content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: "`";
}
.wp-site-blocks :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after,
.wp-block-post-content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: "`";
}
.wp-site-blocks :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.wp-site-blocks :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.wp-site-blocks :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}
.wp-site-blocks :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}
.wp-site-blocks :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.wp-site-blocks :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.wp-site-blocks :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.wp-site-blocks :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}
.wp-site-blocks :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.wp-site-blocks :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before,
.wp-block-post-content :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: none;
}
.wp-site-blocks :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after,
.wp-block-post-content :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: none;
}
.wp-site-blocks :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  text-align: start;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.wp-site-blocks :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.wp-site-blocks :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.wp-site-blocks :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.wp-site-blocks :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 0;
}
.wp-site-blocks :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: baseline;
}
.wp-site-blocks :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.wp-site-blocks :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: top;
}
.wp-site-blocks :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.wp-site-blocks :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.wp-site-blocks,
.wp-block-post-content{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.wp-site-blocks :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.wp-site-blocks :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.wp-site-blocks :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}
.wp-site-blocks :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}
.wp-site-blocks :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.wp-site-blocks :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.wp-site-blocks :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.wp-site-blocks :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.wp-site-blocks :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.wp-site-blocks :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.wp-site-blocks :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.wp-site-blocks :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
.wp-site-blocks :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.wp-site-blocks :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.wp-site-blocks :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.wp-site-blocks :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.wp-site-blocks :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.wp-site-blocks :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.wp-site-blocks :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.wp-site-blocks :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.wp-site-blocks :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.wp-site-blocks :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.wp-site-blocks :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.wp-site-blocks :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}
.wp-site-blocks,
.wp-block-post-content{
  font-size: 1rem;
  line-height: 1.75;
}
.wp-site-blocks :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.wp-site-blocks :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.wp-site-blocks :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}
.wp-site-blocks :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  font-size: var(--wp--preset--font-size--xxx-large);
  line-height: 1.2;
  text-transform: uppercase;
}
.wp-site-blocks :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  font-size: var(--wp--preset--font-size--xx-large);
  line-height: 1.2;
  text-transform: uppercase;
}
.wp-site-blocks :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  font-size: var(--wp--preset--font-size--x-large);
  line-height: 1.2;
  text-transform: uppercase;
}
.wp-site-blocks :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  font-size: var(--wp--preset--font-size--small);
  line-height: 1.2;
  text-transform: uppercase;
}
.wp-site-blocks :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.wp-site-blocks :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.wp-site-blocks :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.wp-site-blocks :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.wp-site-blocks :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}
.wp-site-blocks :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.875em;
}
.wp-site-blocks :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.875em;
}
.wp-site-blocks :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.9em;
}
.wp-site-blocks :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}
.wp-site-blocks :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.wp-site-blocks :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.wp-site-blocks :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.wp-site-blocks :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}
.wp-site-blocks :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}
.wp-site-blocks :where(.prose-base > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(.prose-base > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.wp-site-blocks :where(.prose-base > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(.prose-base > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.wp-site-blocks :where(.prose-base > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(.prose-base > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.wp-site-blocks :where(.prose-base > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(.prose-base > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.wp-site-blocks :where(.prose-base > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(.prose-base > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.wp-site-blocks :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.wp-site-blocks :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.wp-site-blocks :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.wp-site-blocks :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
.wp-site-blocks :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 3em;
  margin-bottom: 3em;
}
.wp-site-blocks :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.wp-site-blocks :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.wp-site-blocks :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.wp-site-blocks :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.wp-site-blocks :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.875em;
  line-height: 1.7142857;
}
.wp-site-blocks :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.wp-site-blocks :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.wp-site-blocks :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.wp-site-blocks :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.wp-site-blocks :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.wp-site-blocks :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.wp-site-blocks :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.wp-site-blocks :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.wp-site-blocks :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.wp-site-blocks :where(.prose-base > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(.prose-base > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.wp-site-blocks :where(.prose-base > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(.prose-base > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}
.wp-site-blocks :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
}
.wp-site-blocks :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)):hover,
.wp-block-post-content :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)):hover{
  color: var(--wp--preset--color--palette-4);
}
.wp-site-blocks :where(h5):not(:where([class~="not-prose"],[class~="not-prose"] *)),
.wp-block-post-content :where(h5):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-size: var(--wp--preset--font-size--small);
  line-height: 1.2;
  text-transform: uppercase;
  font-weight: 600;
}
.wp-site-blocks,
.wp-block-post-content{
  max-width: 100%;
  padding: 0px;
  font-family: var(--wp--preset--font-family--primary);
  font-size: var(--wp--preset--font-size--medium);
}
.wp-site-blocks :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))),
.wp-block-post-content :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-family: var(--wp--preset--font-family--secondary);
  font-weight: 500;
}
.wp-site-blocks :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))),
.wp-block-post-content :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  font-size: var(--wp--preset--font-size--medium);
  line-height: 1.4;
}
.wp-site-blocks :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))),
.wp-block-post-content :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.wp-block-site-logo img{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.wp-site-blocks main{
  margin-top: 0px;
  margin-bottom: 75px;
}
.wp-block-post-content > :where(:not(.alignleft):not(.alignright):not(.alignfull):not(.is-layout-constrained)) {
  max-width: var(--wp--style--global--content-size);
  margin-left: auto;
  margin-right: auto;
}
.wp-block-post-content:not(.entry-content) > :where(:not(.alignleft):not(.alignright):not(.alignfull):not(.is-layout-constrained)){
  padding-left: 2rem;
  padding-right: 2rem;
}
.alignwide {
  max-width: var(--wp--style--global--wide-size);
  margin-left: auto;
  margin-right: auto;
}
.wp-site-blocks .alignfull {
  width: 100vw;
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
}
@media screen and (max-width: 1330px) {
  .entry-content > .alignfull > div:not(.wp-block-cover__inner-container),
  .entry-content > div:not(.alignfull),
  .entry-content > section:not(.alignfull),
  body.blog main,
  body.archive main{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
:where(body .is-layout-constrained) > h1:first-child {
  margin-top: 25px !important;
}
h1.wp-block-heading:not(.has-primary-font-family),
h2.wp-block-heading:not(.has-primary-font-family){
  letter-spacing: -1px;
}
/* Paragraph Styles */
p.is-style-subtitle,
.taxonomy-countries a{
  margin: 0px;
  font-family: var(--wp--preset--font-family--secondary);
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1rem;
  letter-spacing: 2px;
  text-decoration-line: none;
}
p.weight-500 {
  font-weight: 500;
}
p.is-style-indented,
.single-post .wp-block-post-date {
  display: flex;
  align-items: center;
  gap: 5px;
}
p.is-style-indented::before,
.single-post .wp-block-post-date::before {
  content: "";
  height: 1px;
  width: 30px;
  background: var(--wp--preset--color--palette-1);
}
p.is-style-arrow-link::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><path d="M3 9H15M15 9L10.5 4.5M15 9L10.5 13.5" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  flex: 0 0 auto;
  position: relative;
  top: 5px;
  margin-left: 5px;
  display: inline-block;
  height: 20px;
  width: 20px;
  --tw-scale-x: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 9999px;
  background-color: transparent;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  --tw-content: "";
  content: var(--tw-content);
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><path d="M3 9H15M15 9L10.5 4.5M15 9L10.5 13.5" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  --tw-bg-opacity: 1;
  background-color: rgb(236 36 39 / var(--tw-bg-opacity));
  opacity: 0;
}
p.is-style-arrow-link:hover::after, p.is-style-arrow-link:focus::after{
  opacity: 1;
}
p.is-style-arrow-link:hover a, p.is-style-arrow-link:focus a{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
p.is-style-arrow-link a{
  text-decoration-line: none;
}
/* Button style variations */
.wp-block-button{
  position: relative;
  overflow: hidden;
  border-radius: 2px;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(236 36 39 / var(--tw-bg-opacity));
}
.wp-block-button:hover::before, .wp-block-button:focus::before{
  --tw-scale-x: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.wp-block-button::before{
  position: absolute;
  height: 100%;
  width: 100%;
  transform-origin: left;
  --tw-scale-x: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  --tw-content: "";
  content: var(--tw-content);
}
.wp-block-button .wp-block-button__link{
  position: relative;
  min-width: 150px;
  border-radius: 0px;
  background-color: transparent;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 3rem;
  padding-right: 3rem;
  font-family: var(--wp--preset--font-family--secondary);
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.wp-block-button.is-style-arrow-button, .wp-block-button.is-style-arrow-button-light, .wp-block-button.is-style-arrow-large{
  position: relative;
  display: inline-block;
  background-color: transparent;
}
.wp-block-button.is-style-arrow-button::after, .wp-block-button.is-style-arrow-button::before, .wp-block-button.is-style-arrow-button-light::after, .wp-block-button.is-style-arrow-button-light::before, .wp-block-button.is-style-arrow-large::after, .wp-block-button.is-style-arrow-large::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><path d="M3 9H15M15 9L10.5 4.5M15 9L10.5 13.5" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 16px;
  flex: 0 0 auto;
  position: absolute;
  top: calc(50% - 1px);
  right: 0px;
  height: 20px;
  width: 20px;
  --tw-translate-y: -50%;
  --tw-scale-x: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 9999px;
  background-color: transparent;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  --tw-content: "";
  content: var(--tw-content);
}
.wp-block-button.is-style-arrow-button::after, .wp-block-button.is-style-arrow-button-light::after, .wp-block-button.is-style-arrow-large::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><path d="M3 9H15M15 9L10.5 4.5M15 9L10.5 13.5" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  position: absolute;
  top: calc(50% - 1px);
  right: 0px;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(236 36 39 / var(--tw-bg-opacity));
  opacity: 0;
}
.wp-block-button.is-style-arrow-button:hover::after, .wp-block-button.is-style-arrow-button:focus::after, .wp-block-button.is-style-arrow-button-light:hover::after, .wp-block-button.is-style-arrow-button-light:focus::after, .wp-block-button.is-style-arrow-large:hover::after, .wp-block-button.is-style-arrow-large:focus::after{
  opacity: 1;
}
.wp-block-button.is-style-arrow-button:hover .wp-block-button__link::after, .wp-block-button.is-style-arrow-button:focus .wp-block-button__link::after, .wp-block-button.is-style-arrow-button-light:hover .wp-block-button__link::after, .wp-block-button.is-style-arrow-button-light:focus .wp-block-button__link::after, .wp-block-button.is-style-arrow-large:hover .wp-block-button__link::after, .wp-block-button.is-style-arrow-large:focus .wp-block-button__link::after{
  --tw-scale-x: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.wp-block-button.is-style-arrow-button .wp-block-button__link, .wp-block-button.is-style-arrow-button-light .wp-block-button__link, .wp-block-button.is-style-arrow-large .wp-block-button__link{
  position: relative;
  z-index: 1;
  min-width: unset;
  border-radius: 0px;
  padding: 0px;
  padding-right: 25px;
  text-align: left;
  font-size: 16px;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.wp-block-button.is-style-arrow-button .wp-block-button__link::after, .wp-block-button.is-style-arrow-button-light .wp-block-button__link::after, .wp-block-button.is-style-arrow-large .wp-block-button__link::after {
  width: calc(100% - 26px);
  position: absolute;
  bottom: 0px;
  left: 0px;
  height: 1px;
  transform-origin: left;
  --tw-scale-x: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-bg-opacity: 1;
  background-color: rgb(236 36 39 / var(--tw-bg-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  --tw-content: "";
  content: var(--tw-content);
}
.wp-block-button.is-style-arrow-button-light::before {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><path d="M3 9H15M15 9L10.5 4.5M15 9L10.5 13.5" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
}
.wp-block-button.is-style-arrow-button-light .wp-block-button__link{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.wp-block-button.is-style-arrow-button.back-to-link::before, .wp-block-button.is-style-arrow-button.back-to-link::after, .wp-block-button.is-style-arrow-button-light.back-to-link::before, .wp-block-button.is-style-arrow-button-light.back-to-link::after {
  left: 0;
  right: auto;
  transform-origin: center;
  top: -13%;
  transform: rotate(180deg) translateY(-50%);
}
.wp-block-button.is-style-arrow-button.back-to-link::before, .wp-block-button.is-style-arrow-button-light.back-to-link::before {
  transform: rotate(180deg) translateY(-50%);
}
.wp-block-button.is-style-arrow-button.back-to-link::after, .wp-block-button.is-style-arrow-button-light.back-to-link::after {
  transform: rotate(180deg) translateY(-50%);
}
.wp-block-button.is-style-arrow-button.back-to-link .wp-block-button__link, .wp-block-button.is-style-arrow-button-light.back-to-link .wp-block-button__link {
  padding-left: 25px;
  padding-right: 0;
}
.wp-block-button.is-style-arrow-button.back-to-link .wp-block-button__link::after, .wp-block-button.is-style-arrow-button-light.back-to-link .wp-block-button__link::after {
  left: auto;
  right: 0;
}
.wp-block-button.is-style-arrow-large::before {
  content: none !important;
}
.wp-block-button.is-style-arrow-large::after {
  height: 40px;
  width: 40px;
  background-size: 30px;
  top: auto;
  bottom: 30px;
  left: 50%;
  --tw-translate-x: -50%;
  --tw-translate-y: 0;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.wp-block-button.is-style-arrow-large .wp-block-button__link{
  padding: 0px;
  padding-top: 30px;
  padding-bottom: 30px;
  text-align: center;
  font-family: var(--wp--preset--font-family--secondary);
  font-size: 36px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
.wp-block-button.is-style-arrow-large .wp-block-button__link:hover{
  padding-bottom: 100px;
}
.wp-block-button.is-style-arrow-large .wp-block-button__link:focus{
  padding-bottom: 100px;
}
.wp-block-button.is-style-arrow-large .wp-block-button__link::after {
  content: none !important;
}
.wp-block-button.is-style-arrow-large .wp-block-button__link:not(.has-text-color){
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.wp-block-button.is-style-cover-button{
  position: absolute;
  top: 0px;
  height: 100%;
  width: 100%;
}
.wp-block-button.is-style-cover-button::after{
  bottom: 55px;
}
.wp-block-button.is-style-cover-button .wp-block-button__link{
  display: flex;
  height: 100%;
  width: 100%;
  align-items: flex-end;
  justify-content: center;
  padding: 20px;
  padding-bottom: 55px;
}
.wp-block-button.is-style-cover-button .wp-block-button__link:hover{
  padding-bottom: 115px;
}
.wp-block-button.is-style-cover-button .wp-block-button__link:focus{
  padding-bottom: 115px;
}
.wp-block-button.has-custom-font-size > a {
  font-size: inherit !important;
}
/* Blockquote styles */
.wp-block-quote cite {
  font-size: 14px;
  line-height: 1.4;
  color: var(--wp--preset--color--palette-3);
  font-weight: 600;
}
/* Image styles */
figure.wp-block-image.is-style-hover-effect {
  overflow: hidden;
  transition: 0.2s all ease-in-out;
}
figure.wp-block-image.is-style-hover-effect img {
  transition: 0.3s all ease-in-out;
}
figure.wp-block-image.is-style-hover-effect:hover {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}
figure.wp-block-image.is-style-hover-effect:hover img {
  transform: scale(1.1);
}
/* List styles */
.wp-block-post-content ul,
.wp-block-post-content ol,
body .is-layout-constrained > ul:where(:not(.alignleft):not(.alignright):not(.alignfull)){
  padding-left: 40px;
}
.wp-block-post-content ul li::marker,
.wp-block-post-content ol li::marker,
body .is-layout-constrained > ul:where(:not(.alignleft):not(.alignright):not(.alignfull)) li::marker {
  color: inherit !important;
}
ul.is-style-plain {
  list-style-type: none;
  padding: 0;
}
ul.is-style-plain > li{
  padding: 0px;
}
ul.is-style-tight{
  padding-left: 15px;
}
ul.is-style-tight > li{
  margin: 0px;
  padding: 0px;
}
/* Column styles */
@media screen and (max-width: 1050px) {
  .wp-block-columns.is-style-two-column-breakdown {
    flex-wrap: wrap !important;
  }
  .wp-block-columns.is-style-two-column-breakdown > .wp-block-column {
    flex-basis: 48% !important;
  }
}
@media screen and (max-width: 1199px) {
  .wp-block-column.is-style-right-divider {
    padding-bottom: 25px;
    border-bottom: 1px solid;
  }
}
@media screen and (min-width: 1200px) {
  .wp-block-column.is-style-right-divider {
    padding-right: 25px;
    margin-right: 25px;
    border-right: 1px solid;
    min-height: 275px;
  }
}
@media screen and (max-width: 781px) {
  .wp-block-columns.is-style-mobile-column-swap {
    flex-direction: column-reverse;
    gap: 50px;
  }
  .wp-block-columns.mobile-margin-reduce {
    margin-top: 50px !important;
  }
}
/* Cover styles */
.wp-block-cover.is-style-fade-up span.wp-block-cover__background {
  opacity: 1 !important;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 30%, rgba(0, 0, 0, 0.9));
  background-color: transparent !important;
}
.wp-block-cover.is-style-hover-effect {
  overflow: hidden;
  transition: 0.2s all ease-in-out;
}
.wp-block-cover.is-style-hover-effect img {
  transition: 0.3s all ease-in-out;
}
.wp-block-cover.is-style-hover-effect:hover {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.3);
}
.wp-block-cover.is-style-hover-effect:hover img {
  transform: scale(1.1);
}
/* Group styles */
.wp-block-group.is-style-lined-header::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  background: #ccc;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.wp-block-group.is-style-lined-header .wp-block-heading {
  position: relative;
  display: inline-block;
  width: auto;
  background-color: #fff;
  padding-right: 15px !important;
  text-align: left;
  margin: 0 !important;
}
/* Default post title styles */
.post-template-default main .wp-block-post-title{
  text-transform: none;
}
/* Figcaption styles */
.wp-block-image > figcaption {
  text-align: left;
  margin-top: 8px;
}
/* Video Popup */
.wp-block-stackable-video-popup {
  padding: 0 !important;
}
/* Gallery styles */
figure.wp-block-gallery > figure,
figure.wp-block-gallery figure a {
  display: flex !important;
  align-items: center;
  justify-content: center !important;
  margin-bottom: 0 !important;
}
/* Tabs styles */
.stk-block-tabs--horizontal .stk-block-tab-labels__wrapper {
  display: flex;
  gap: 0;
}
.stk-block-tabs--horizontal .stk-block-tab-labels__wrapper > button {
  flex: 1;
  justify-content: center;
}
.donate-form.home .stk-block-tabs--horizontal .stk-block-tab-labels__wrapper {
  gap: 5px;
  padding-bottom: 5px;
  background: #000;
}
.wp-block-stackable-tab-content a {
  text-decoration: none;
}
/* Donate button styles */
.donate-buttons-group p {
  padding: 0;
  display: flex;
}
.donate-buttons-group p.donate-msg {
  display: inline-block;
}
.donate-buttons-group > div {
  gap: 12px;
}
.donate-buttons-group > div > p {
  flex: 1;
}
.donate-buttons-group > div > p a {
  width: 100%;
  height: 100%;
  padding: 10px 5px;
  text-align: center;
  border: 1px solid #B0B0B0;
  text-decoration: none;
  transition: 0.2s all ease-in-put;
}
.donate-buttons-group > div > p a:hover, .donate-buttons-group > div > p a:focus {
  color: var(--wp--preset--color--palette-1);
  background-color: var(--wp--preset--color--palette-5);
  border-color: var(--wp--preset--color--palette-5);
}
.donate-buttons-group.donate-amt {
  flex-basis: 35%;
}
/* Query styles */
.wp-block-query {
  max-width: unset;
}
.wp-block-query ul {
  padding: 0;
  list-style-type: none;
}
.wp-block-query ul .wp-block-post {
  padding-left: 0;
}
.wp-block-query ul .wp-block-post:not(:last-child) {
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid #fff;
}
.wp-block-query ul .wp-block-post article > .wp-block-group {
  margin: 0 !important;
}
.wp-block-query ul .wp-block-post .taxonomy-countries {
  display: flex;
  align-items: center;
  margin-bottom: 20px !important;
}
.wp-block-query ul .wp-block-post .taxonomy-countries span {
  margin-right: 10px;
}
.wp-block-query ul .wp-block-post span.wp-block-post-terms__prefix img {
  margin: 0;
}
.wp-block-query .wp-block-columns {
  margin: 0 !important;
}
.wp-block-query .wp-block-post-title {
  text-transform: none;
  font-family: var(--wp--preset--font-family--primary);
  font-size: 28px;
}
.wp-block-query .wp-block-post-title a {
  text-decoration: none;
}
.single-post .wp-block-query ul .wp-block-post,
.single .wp-block-query ul .wp-block-post {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
.single-post .wp-block-query .wp-block-cover.is-style-fade-up span.wp-block-cover__background,
.single .wp-block-query .wp-block-cover.is-style-fade-up span.wp-block-cover__background {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgb(0, 0, 0));
}
.single-post .wp-block-query .wp-block-post-title,
.single .wp-block-query .wp-block-post-title {
  margin-bottom: 20px !important;
  line-height: 1.4;
}
.single-post .wp-block-query .wp-block-post-title::after,
.single .wp-block-query .wp-block-post-title::after {
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><path d="M3 9H15M15 9L10.5 4.5M15 9L10.5 13.5" stroke="black" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
  flex: 0 0 auto;
  position: relative;
  top: 5px;
  margin-left: 10px;
  display: inline-block;
  height: 30px;
  width: 30px;
  --tw-scale-x: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  border-radius: 9999px;
  background-color: transparent;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 100ms;
  --tw-content: "";
  content: var(--tw-content);
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="18" height="18" viewBox="0 0 18 18" fill="none"><path d="M3 9H15M15 9L10.5 4.5M15 9L10.5 13.5" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');
  --tw-bg-opacity: 1;
  background-color: rgb(236 36 39 / var(--tw-bg-opacity));
  opacity: 0;
}
.single-post .wp-block-query .wp-block-post-title:hover::after, .single-post .wp-block-query .wp-block-post-title:focus::after,
.single .wp-block-query .wp-block-post-title:hover::after,
.single .wp-block-query .wp-block-post-title:focus::after{
  opacity: 1;
}
.single-post .wp-block-query .wp-block-post-title:hover a, .single-post .wp-block-query .wp-block-post-title:focus a,
.single .wp-block-query .wp-block-post-title:hover a,
.single .wp-block-query .wp-block-post-title:focus a{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
}
.single-post .wp-block-query .wp-block-post-title a,
.single .wp-block-query .wp-block-post-title a{
  display: inline;
}
.the-terms {
  gap: 0;
  display: inline-block !important;
}
.the-terms .taxonomy-post_tag,
.the-terms .taxonomy-category {
  margin-top: 10px;
  display: inline;
}
.the-terms .taxonomy-post_tag .wp-block-post-terms__separator,
.the-terms .taxonomy-category .wp-block-post-terms__separator {
  display: none;
}
.the-terms .taxonomy-post_tag a,
.the-terms .taxonomy-category a {
  background: var(--wp--preset--color--palette-5);
  color: var(--wp--preset--color--palette-1);
  text-decoration: none;
  padding: 0 10px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
.the-terms .taxonomy-category a {
  background: var(--wp--preset--color--palette-4);
}
/* Stackable Carousel Styles */
.stk-block-carousel__content-wrapper > .stk-row {
  padding: 20px;
}
/* Form styles */
.gform_wrapper .gform_required_legend {
  display: none;
}
.gform_wrapper .gform_fields {
  row-gap: 25px !important;
}
.gform_wrapper form .gform_footer input[type=submit].gform_button.button {
  font-size: 18px !important;
  background: var(--wp--preset--color--palette-4) !important;
  outline: none !important;
  font-family: var(--wp--preset--font-family--secondary) !important;
  text-transform: uppercase !important;
  min-width: 125px !important;
  padding: 12px !important;
  cursor: pointer;
}
.gform_wrapper form .gform_footer input[type=submit].gform_button.button:hover, .gform_wrapper form .gform_footer input[type=submit].gform_button.button:focus {
  background: var(--wp--preset--color--palette-2) !important;
}
.gform_wrapper form label.gfield_label,
.gform_wrapper form legend.gfield_label {
  font-family: var(--wp--preset--font-family--secondary);
  font-size: 16px;
}
.gform_wrapper form input:focus,
.gform_wrapper form select:focus,
.gform_wrapper form textarea:focus {
  border-color: var(--wp--preset--color--palette-4) !important;
  box-shadow: none !important;
}
/* Flourish Table style overrides */
.flourish-table {
  height: 600px;
  overflow: auto;
}
/* Facet styles */
form.wp-block-search input{
  padding-left: 2rem;
  padding-right: 2rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 18px;
}
.facetwp-facet.facetwp-facet-search .facetwp-input-wrap {
  display: block;
  width: 275px;
  max-width: 100%;
}
.facetwp-facet.facetwp-facet-search input.facetwp-search {
  border: none;
  background: #f7f7f7;
  padding: 15px 20px;
  font-size: 18px;
  width: 100%;
  min-width: unset !important;
}
.facetwp-facet.facetwp-facet-teams_results_count,
.facetwp-facet.facetwp-facet-media_hub_results_count {
  margin-bottom: 20px;
  font-family: var(--wp--preset--font-family--secondary);
  text-transform: uppercase;
}
.facetwp-facet.facetwp-facet-media_hub_results_count {
  color: #fff;
}
.facetwp-facet.facetwp-facet-search .facetwp-icon::before {
  background-image: url("./../../images/search.svg") !important;
  margin-right: 5px;
}
.facetwp-facet.facetwp-facet-search .facetwp-icon::before:hover, .facetwp-facet.facetwp-facet-search .facetwp-icon::before:focus {
  opacity: 1;
}
.facetwp-facet.facetwp-type-pager:not(.facetwp-facet-teams_results_count):not(.facetwp-facet-media_hub_results_count) {
  border-top: 2px solid;
  padding-top: 20px;
  margin-top: 50px;
  text-align: center;
  font-family: var(--wp--preset--font-family--secondary);
}
.facetwp-facet.facetwp-type-pager:not(.facetwp-facet-teams_results_count):not(.facetwp-facet-media_hub_results_count) .active {
  text-decoration: underline;
  text-underline-offset: 5px;
}
.facetwp-facet.facetwp-type-pager:not(.facetwp-facet-teams_results_count):not(.facetwp-facet-media_hub_results_count) a {
  text-decoration: none;
}
.facetwp-facet.facetwp-facet-media_hub_pager {
  color: #fff;
}
.facetwp-facet.facetwp-facet-media_hub_pager a:not(:hover):not(:focus) {
  color: #fff;
}
.facetwp-facet .facetwp-checkbox {
  background: none;
  position: relative;
  padding-left: 30px;
  line-height: 1.4;
  margin-bottom: 15px;
}
.facetwp-facet .facetwp-checkbox:last-child {
  margin-bottom: 0;
}
.facetwp-facet .facetwp-checkbox::before {
  content: "";
  width: 20px;
  height: 20px;
  border: 1px solid var(--wp--preset--color--palette-2);
  position: absolute;
  background-color: #fff;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 4px;
}
.facetwp-facet .facetwp-checkbox::after {
  content: "";
  width: 14px;
  height: 14px;
  background: var(--wp--preset--color--palette-4);
  position: absolute;
  left: 3px;
  top: 50%;
  transform: translateY(-50%) scale(0);
  border-radius: 3px;
  transition: all 0.2s ease-in-out;
}
.facetwp-facet .facetwp-checkbox.checked {
  background: none;
}
.facetwp-facet .facetwp-checkbox.checked::after {
  transform: translateY(-50%) scale(1);
}
.facet-accordions .wp-block-cshp-accordion {
  background: #fff;
  padding: 15px 18px;
  width: 275px;
  margin-left: 0 !important;
  max-width: 100%;
}
.facet-accordions .wp-block-cshp-accordion .ac {
  margin: 0;
  padding: 0;
  border: none;
}
.facet-accordions .wp-block-cshp-accordion .ac-trigger {
  color: var(--wp--preset--color--palette-3);
  text-transform: none;
  font-family: var(--wp--preset--font-family--primary);
  font-size: 18px;
}
.facet-accordions .wp-block-cshp-accordion .ac-trigger::before, .facet-accordions .wp-block-cshp-accordion .ac-trigger::after {
  top: 45%;
}
.facet-accordions.light .wp-block-cshp-accordion {
  background: #f7f7f7;
}
button.facetwp-reset {
  position: relative;
  min-width: 150px;
  border-radius: 0px;
  background-color: var(--wp--preset--color--palette-4);
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 3rem;
  padding-right: 3rem;
  font-family: var(--wp--preset--font-family--secondary);
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity));
}
.facetwp-selections ul {
  padding: 0;
}
.facetwp-selections li {
  padding: 0;
  color: #fff;
  border: 1px solid;
  padding: 10px;
}
.facetwp-selections .facetwp-selection-value {
  background: none;
  position: relative;
}
.facetwp-selections .facetwp-selection-value::after {
  content: "×";
  position: absolute;
  right: 0;
}
.facetwp-selections .facetwp-selection-value:last-child {
  margin-right: 0 !important;
}
/* Posts Grid styles */
section.end-posts-grid {
  display: flex;
  flex-direction: column;
  gap: 40px 25px;
}
@media screen and (min-width: 1050px) {
  section.end-posts-grid {
    flex-direction: row;
  }
}
section.end-posts-grid .image-grid {
  flex: 1 0 75%;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media screen and (min-width: 782px) {
  section.end-posts-grid .image-grid {
    min-height: 575px;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
}
section.end-posts-grid .image-grid > :nth-child(1),
section.end-posts-grid .image-grid > :nth-child(2),
section.end-posts-grid .image-grid > :nth-child(3) {
  text-decoration: none;
  position: relative;
  display: flex;
  align-items: flex-end;
  padding: 20px 30px 10px 30px;
  overflow: hidden;
}
@media screen and (max-width: 781px) {
  section.end-posts-grid .image-grid > :nth-child(1),
  section.end-posts-grid .image-grid > :nth-child(2),
  section.end-posts-grid .image-grid > :nth-child(3) {
    min-height: 200px;
  }
}
section.end-posts-grid .image-grid > :nth-child(1) {
  grid-area: 1/1/2/2;
}
section.end-posts-grid .image-grid > :nth-child(2) {
  grid-area: 2/1/3/2;
}
section.end-posts-grid .image-grid > :nth-child(3) {
  grid-area: 1/2/3/4;
}
section.end-posts-grid .image-grid > :nth-child(3) h2.post-title {
  font-size: 32px;
}
section.end-posts-grid .image-grid .post-tile::before {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0) 20%, rgba(0, 0, 0, 0.9));
  background-color: transparent !important;
}
section.end-posts-grid .image-grid .post-tile__inner {
  transform: translateY(50px);
  transition: 0.3s all ease-in-out;
}
section.end-posts-grid .image-grid > a:hover .post-tile__inner,
section.end-posts-grid .image-grid > a:focus .post-tile__inner {
  transform: translateY(0);
}
section.end-posts-grid .image-grid > a:hover .wp-block-button::after,
section.end-posts-grid .image-grid > a:focus .wp-block-button::after{
  opacity: 1;
}
section.end-posts-grid .image-grid .wp-post-image {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  margin: 0;
  z-index: -1;
}
section.end-posts-grid .image-grid h2.post-title {
  color: #fff;
  margin-bottom: 25px;
}
section.end-posts-grid .image-grid .wp-block-button__link::after {
  content: none !important;
}
section.end-posts-grid .posts-list {
  display: flex;
  flex-direction: column;
  gap: 0;
}
section.end-posts-grid .posts-list > a,
section.end-posts-grid .posts-list > div {
  margin-bottom: 25px;
  padding-bottom: 25px;
  border-bottom: 1px solid #B0B0B0;
  text-decoration: none;
  transition: 0.2s all ease-in-out;
}
section.end-posts-grid .posts-list > a:hover, section.end-posts-grid .posts-list > a:focus,
section.end-posts-grid .posts-list > div:hover,
section.end-posts-grid .posts-list > div:focus {
  border-color: var(--wp--preset--color--palette-4);
}
section.end-posts-grid .posts-list > a:hover .wp-block-button::after, section.end-posts-grid .posts-list > a:focus .wp-block-button::after,
section.end-posts-grid .posts-list > div:hover .wp-block-button::after,
section.end-posts-grid .posts-list > div:focus .wp-block-button::after {
  opacity: 1;
}
section.end-posts-grid .posts-list > a:hover .wp-block-button > .wp-block-button__link::after, section.end-posts-grid .posts-list > a:focus .wp-block-button > .wp-block-button__link::after,
section.end-posts-grid .posts-list > div:hover .wp-block-button > .wp-block-button__link::after,
section.end-posts-grid .posts-list > div:focus .wp-block-button > .wp-block-button__link::after {
  content: none !important;
}
section.end-posts-grid .posts-list > a .wp-block-button::before,
section.end-posts-grid .posts-list > div .wp-block-button::before {
  opacity: 0;
}
section.end-posts-grid .posts-list .read-more-button {
  padding-bottom: 5px;
  margin-top: -5px;
  margin-bottom: 0;
}
section.end-posts-grid h2.post-title {
  text-transform: none;
  line-height: 1.4;
  margin: 0px;
  font-family: var(--wp--preset--font-family--primary);
  font-size: 18px;
}
section.end-posts-grid p.post-author {
  margin: 12px 0 0;
  color: var(--wp--preset--color--palette-3);
  font-family: var(--wp--preset--font-family--secondary);
  font-size: 12px;
  text-transform: uppercase;
}
section.end-posts-grid .post-country {
  line-height: 1.21;
}
section.end-posts-grid .post-country div{
  font-weight: 14px;
}
/* Footer styles */
footer.wp-block-template-part {
  margin-top: 0;
}
footer.wp-block-template-part .has-small-font-size {
  font-size: 14px !important;
}
footer.wp-block-template-part img {
  margin: 0;
}
@media screen and (max-width: 640px) {
  footer.wp-block-template-part .footer-connect {
    justify-content: center;
  }
}
/* Social link styles */
li.wp-social-link a {
  border: 1px solid #fff !important;
  border-radius: 50%;
  padding: 10px;
}
.wp-block-cover .wp-block-cover__inner-container,
.wp-block-cover-image .wp-block-cover__inner-container {
  width: 100% !important;
}
/* CSHP Attribution */
#cshp-attribution {
  float: right;
  clear: both;
  margin: 5px;
  margin-top: 15px;
  text-align: right;
  margin-bottom: 0;
}
#cshp-attribution a {
  display: block;
  font-size: 11px;
  text-decoration: none;
}
#cshp-attribution a span {
  display: inline-block;
  width: 0;
  padding-top: 2px;
  padding-bottom: 2px;
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
}
#cshp-attribution a:hover, #cshp-attribution a:focus {
  color: #fff;
}
#cshp-attribution a:hover span, #cshp-attribution a:focus span {
  width: 180px;
}
#cshp-attribution a:hover i, #cshp-attribution a:focus i {
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}
#cshp-attribution a i {
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 5px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAIJ0lEQVRYw4WXe3BV1RXGf3ufc+89eSpCCIEYR4hFNIQZFRloa6cFeWinVQxpmcIM6fBXW9raqkOl4xAc63Scjp1WdEYtI63WUpnSIlZttZVo1aYj1gcmwQZRkRAkPJL7OPc89uof59xz70XQPXOSc+5+fWutb31rb3XgwLtks1lAbtOW9Q2trPYg9FXz1Kk0NTURBAGgQIGtNRPZLMc+Po6lFGhNqYVBQFNTE42N9YRhiKBAwLYtxsbGGD32MZalMUYOGWOeALmzvq4O2xiDiDyXStmL05kMlmVjTJpMJkMqlcJOpRAxKBRKKVLpNLW1tVhag1KoaB/CICSTSZNKpbEsQSEorQBFOp2hrq4WrTVhGM4tFr25vu9db4z5vJ3P539kWdZip6YGy7LQShMo4skgEUAEwbIslFJYlvUJAAig4jnxeGVAa4XSCh3P0UqjlAYxC/IFd4ttjPme4zjoeEERiR/O2aJ+Qzabp7+/nzfffINDhw6hgPb2dpYvX87ChQsrJyTrAlhak0qnCfKFHq20atXaiiwQKVvzKc0PAn736GOsXtXF/bduwHpxN9/iCN+Ujyg+v5P1X1vBli1bzkBd9Q9La5RSk20FHpAqWaZiN56rbX/kEe7ZtJGbr27nuWtncX7Hl+FEloODh6lrrOWGZVdyz6kcdz+5i8WL+3j22WfjTSsRSOnLswFTbfIZUCvakiVLmJ89zKGNXXBeLdgWj/7pZdb+5d/JmF8tvYINX53PT1Z/iRd+vpPOzk7++cILpUicubDoEhaJQ4AQx6oawcKFC9kw2ePub1+LKRTBC/jlrvLmLc3NrF27lv6jJyAIwQ+55pIZDA0NsX3btoRTQnWYNVJySEQ8if5Ubb9u3Tq+35bm64vn4R4aRdc77Bs8zM1PvwbA5y6+mFf6+5l/9dWsmNUCoQEnxYlsAYCBgYGEiBWuAMCuMD8SnBLGeMzu3bvJvPMKa9Yvw3v/WMQRS3Pr3/YB0OA4PNf3Ilt6e/H6/872W1ZCzmVo3/+47+UBAOrr6hIPl9YuGWuXto7QlfO4hOCu3l7+et2VcCpLIELt+XW8PHCYfxw8CsCmO+5ARJjW0sLTo6e45f6neP9Ujt0HPsITIQUsXb48NivyghIVe92gMVJGhqEy/Hv37mWB49I0fTL58UIEz0mz850PAJjR3MzqNWsAoaenh8f2vsrzbg07Bw/jG8GxLP7wxBN84YvXgJg4vFTtZUsc+6RDmUSIHn/8cdZ0XAR5F6UVKa1hvMAz7x4BYPl112HExOQytLRM5/XXX+fA0BC5fJ45c+bgOA5jY2MYEXSSb1LiO7ZUqpRSqPj97bffYmjff1hw/aUwEZHJzti8d/w0Ax+fjtJy6dJy1poytWe1t0c/JtIc9YsukV0SUurIfJOQoiSzg4ODpE6Okqp1KIaRlaRt3juZjV5TKebO7USMJM/ZJPtcclwipW0AI6DFROSI68Hw8DCt9RlIWZjSIpbFsawLwEVtbdTUOBULhuX3M1ItCq5JSjQoRAwiBpsKd6AERCMijI6OMqMuU22Spcn7AQBNU6ZUZcuZ1kYRqKiOIhUEL/PMpqJTEBQGMUIQBKSTkhsjN4kvqKmpST5V3PVpFTQiYZL0ZQBldxnEKFARBxoaGjjpemAMQRBgjMHJ5zgvHVkVhCESB8fEvDlXGRWJeaJNvLlKOKCrXRMhMyK0tbXxwaksuHmKvovnu5hcjta6FADHT5xI4hgdWsynVlGJdcAkhSDSHl06vRhJ9BERYfbs2ZxO1+OfnsD4Pp7vMZbNM7MhzfT6DB9++CEmlCi9KqQVIJvN0tXVxcMPPph4wEg5/RBJQOuEIKZ6UGdnJ+e3X8abI2PU24Lv+2TdIk21mmvbJjE+Ps7Q0EDZC7GFIyMjLFq0iJWn32Drph+zefPmaN2YJJVgRIgAGCnrdOm7saGBVatWsefdEWoyCtcrEvgeY+M5vtMxDQvYseOPeJ7H/v37+fOuXdx0000su2wmz1yh6bggw1snC/T29vLKSy9V6YDE1VZEUC/29Y07NbUNlm1ROgv5nseM1lamTZtG58UX0rfiItwg5GTBxw8NF9anOXi6wNY3Rjha8Jmcsbh0UoarJtewYvYkho/l6NgxhCswY+pUnu/rY2JiglQqVT7Gh4Z8IT9hJzpqFIbolFvig9aaH/x0Mz/8xSZ+u6wdr1jkRDHg4MkiUxybrde04ocGC6Eho8EI2187yndfHcGVqNbf98ADNDY2Mj4+XiVUEpNHV1PVlGMU/9TT00Pjkm5W7xlEQp8552kuqbdo1CFesYjxPY5ni+wYGGPJ7mHW/esIuVCwgV9v3coNK1dGqWoMRgRjTJVo2ALqjHyB+C5Qavfeey8PX345C27ewFda6mitS2EryAeGI/mA/465DOf8RJSmNzezc9curpo/v0oJy8qVbKlsIHOOxK36XL9+PYsWLaK7u5sd+w98YrgC5nV0cNvGjXR1d3M2o86yR9oWY0aMMW2WZfFZbd68eTy1Zw+/2baN4eFh8rkcTjrNlClTmDlrFl3d3cycORPf9z9DlKJQiMgpWyn1kO/7d2rLii6cJe0/R5t0wQWsvPHG5JpWWjAIAhobG886R8WFSVXcvGKQv9eO4/wsDMP+ouvihyFh/CST44kJqBj92Z7KKlg5xwChMcnaxWKRIAjecRzndtuyLAMsCILgLmPMjUqpGW6xqDzfJwxDXNf9xLXMdV201qj4ei4iBL6P5/sEQUCxWEzGO5kMvu9TKBRKbh8RkSeB27XW3v8BQoVdeYpK5gEAAAAASUVORK5CYII=);
  background-size: contain;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
}
#cshp-attribution a * {
  transition: 0.3s;
}
/* fix header text shifting up due to change in wordpress defaults */
.wp-block-cover__inner-container.has-global-padding.is-layout-constrained.wp-block-cover-is-layout-constrained {
  position: relative !important;
}