/*! tailwindcss v4.1.14 | MIT License | https://tailwindcss.com */
/*!
Theme Name: Sentara Foundation
Theme URI: https://underscoretw.com
Description: A custom tailwind based block theme for WordPress.
Version: 0.1.0
Author: Sentara Foundation
Author URI: https://underscoretw.com
Text Domain: sentara_foundation
Requires at least: 6.8
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Sentara Foundation is based on _tw https://underscoretw.com/, (C) 2021-2025 Greg Sullivan
_tw is distributed under the terms of the GNU GPL v2 or later.

_tw is based on Underscores https://underscores.me/ and Varia https://github.com/Automattic/themes/tree/master/varia, (C) 2012-2025 Automattic, Inc.
Underscores and Varia are distributed under the terms of the GNU GPL v2 or later.
*/
@layer properties;
:root, :host {
  --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
		"Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas,
		"Liberation Mono", "Courier New", monospace;
  --color-neutral-100: oklch(97% 0 0);
  --color-neutral-200: oklch(92.2% 0 0);
  --color-neutral-300: oklch(87% 0 0);
  --color-neutral-400: oklch(70.8% 0 0);
  --color-neutral-500: oklch(55.6% 0 0);
  --color-neutral-600: oklch(43.9% 0 0);
  --color-neutral-700: oklch(37.1% 0 0);
  --color-neutral-800: oklch(26.9% 0 0);
  --color-neutral-900: oklch(20.5% 0 0);
  --color-black: #000;
  --color-white: #fff;
  --spacing: 0.25rem;
  --text-3xl: 1.875rem;
  --text-3xl--line-height: calc(2.25 / 1.875);
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-extrabold: 800;
  --leading-normal: 1.5;
  --leading-relaxed: 1.625;
  --ease-out: cubic-bezier(0, 0, 0.2, 1);
  --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
  --default-transition-duration: 150ms;
  --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  --default-font-family: var(--font-sans);
  --default-mono-font-family: var(--font-mono);
  --color-background: var(--wp--preset--color--background);
  --color-foreground: var(--wp--preset--color--foreground);
  --color-primary: var(--wp--preset--color--primary);
  --color-secondary: var(--wp--preset--color--secondary);
  --color-tertiary: var(--wp--preset--color--tertiary);
  --container-content: var(--wp--style--global--content-size);
  --container-wide: var(--wp--style--global--wide-size);
  --tw-prose-font-normal: 400;
  --tw-prose-font-medium: 500;
  --tw-prose-font-semibold: 600;
  --tw-prose-font-bold: 700;
  --tw-prose-font-extrabold: 800;
  --tw-prose-font-black: 900;
}
*, ::after, ::before, ::backdrop, ::file-selector-button {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  border: 0 solid;
}
html, :host {
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
  tab-size: 4;
  font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji');
  font-feature-settings: var(--default-font-feature-settings, normal);
  font-variation-settings: var(--default-font-variation-settings, normal);
  -webkit-tap-highlight-color: transparent;
}
hr {
  height: 0;
  color: inherit;
  border-top-width: 1px;
}
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}
h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
}
a {
  color: inherit;
  -webkit-text-decoration: inherit;
  text-decoration: inherit;
}
b, strong {
  font-weight: bolder;
}
code, kbd, samp, pre {
  font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, 'Liberation Mono', 'Courier New', monospace);
  font-feature-settings: var(--default-mono-font-feature-settings, normal);
  font-variation-settings: var(--default-mono-font-variation-settings, normal);
  font-size: 1em;
}
small {
  font-size: 80%;
}
sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
table {
  text-indent: 0;
  border-color: inherit;
  border-collapse: collapse;
}
:-moz-focusring {
  outline: auto;
}
progress {
  vertical-align: baseline;
}
summary {
  display: list-item;
}
ol, ul, menu {
  list-style: none;
}
img, svg, video, canvas, audio, iframe, embed, object {
  display: block;
  vertical-align: middle;
}
img, video {
  max-width: 100%;
  height: auto;
}
button, input, select, optgroup, textarea, ::file-selector-button {
  font: inherit;
  font-feature-settings: inherit;
  font-variation-settings: inherit;
  letter-spacing: inherit;
  color: inherit;
  border-radius: 0;
  background-color: transparent;
  opacity: 1;
}
:where(select:is([multiple], [size])) optgroup {
  font-weight: bolder;
}
:where(select:is([multiple], [size])) optgroup option {
  padding-inline-start: 20px;
}
::file-selector-button {
  margin-inline-end: 4px;
}
::placeholder {
  opacity: 1;
}
@supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
  ::placeholder {
    color: currentcolor;
  }
  @supports (color: color-mix(in lab, red, red)) {
    ::placeholder {
      color: color-mix(in oklab, currentcolor 50%, transparent);
    }
  }
}
textarea {
  resize: vertical;
}
::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-date-and-time-value {
  min-height: 1lh;
  text-align: inherit;
}
::-webkit-datetime-edit {
  display: inline-flex;
}
::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}
::-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-block: 0;
}
::-webkit-calendar-picker-indicator {
  line-height: 1;
}
:-moz-ui-invalid {
  box-shadow: none;
}
button, input:where([type='button'], [type='reset'], [type='submit']), ::file-selector-button {
  appearance: button;
}
::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
  height: auto;
}
[hidden]:where(:not([hidden='until-found'])) {
  display: none !important;
}
:root {
  --font-primary: "Inter", sans-serif;
  --font-secondary: "Literata", sans-serif;
  --plyr-color-main: #3B3BA8;
}
.font-primary {
  font-family: var(--font-primary) !important;
}
.font-secondary {
  font-family: var(--font-secondary) !important;
}
html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-smooth: never;
}
#page {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  background-color: white;
}
#content {
  flex-grow: 1;
}
body, html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}
body {
  overflow-y: hidden !important;
}
body.mobile-menu-open {
  overflow: hidden !important;
}
.container {
  padding-inline: 1.5rem;
}
body.mobile-menu-open {
  overflow: hidden;
}
.no-scroll {
  overflow: hidden;
}
body::-webkit-scrollbar {
  width: 8px;
}
body::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background-color: var(--color-tertiary);
}
body::-webkit-scrollbar-track {
  border-radius: 20px;
  background-color: var(--color-primary);
}
section#shadow-host-companion {
  padding: 0;
  margin: 0;
}
body {
  background-color: var(--color-white);
  font-size: 16px;
  --tw-leading: 1.5;
  line-height: 1.5;
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  --tw-tracking: 0.32px;
  letter-spacing: 0.32px;
  color: var(--color-foreground);
  font-family: var(--font-primary) !important;
}
p {
  font-size: 16px;
  --tw-leading: 1.5;
  line-height: 1.5;
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  font-family: var(--font-primary) !important;
  margin-top: 0 !important;
}
.text-xsmall *, .text-xsmall {
  font-size: 14px;
  --tw-leading: 1.6;
  line-height: 1.6;
  --tw-tracking: 0.24px;
  letter-spacing: 0.24px;
}
.text-small *, .text-small {
  font-size: 12px;
  --tw-leading: 1.4;
  line-height: 1.4;
  --tw-tracking: 0.28px;
  letter-spacing: 0.28px;
}
.text-large *, .text-large {
  font-size: 18px;
  --tw-leading: 1.5;
  line-height: 1.5;
  --tw-tracking: 0.36px;
  letter-spacing: 0.36px;
}
a, li, svg, svg * {
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
}
.style-disc a {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--color-primary);
  text-decoration-line: underline;
}
@media (hover: hover) {
  :is(.style-disc a):hover {
    text-decoration-line: none;
  }
}
.style-disc ul {
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 1em;
  list-style-type: disc;
}
:where(:is(.style-disc ul) > :not(:last-child)) {
  --tw-space-y-reverse: 0;
  margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
  margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
}
.style-disc ul {
  padding-left: calc(var(--spacing) * 0);
  font-size: 16px;
  --tw-leading: 1.5;
  line-height: 1.5;
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  font-family: var(--font-primary) !important;
}
.style-disc ul li {
  margin-bottom: 1em;
}
@media (width >= 64rem) {
  .style-disc ul li {
    margin-bottom: 1.5em;
  }
}
.style-disc strong, .style-disc b {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
a {
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
}
p {
  margin-block-start: 0;
  margin-bottom: 1.2em;
}
p:last-of-type {
  margin-bottom: calc(var(--spacing) * 0);
}
h1, h2, h3, h4, h5, h6 {
  margin-bottom: 20px;
}
.content-post-section h2, .content-post-section h3, .content-post-section h4, .content-post-section h5, .content-post-section h6 {
  margin-top: 30px;
}
.content-post-section .wp-block-image {
  position: relative;
  margin-top: 40px;
}
.content-post-section .wp-block-image img {
  height: fit-content;
  height: 100%;
  width: 100%;
  border-radius: 20px;
  object-fit: cover;
}
@media (width >= 64rem) {
  .content-post-section .wp-block-image img {
    height: 367px;
  }
}
.content-post-section .wp-block-image figcaption {
  margin-top: 20px;
  font-size: 12px;
  color: var(--color-black);
  font-style: italic;
}
#header-search-btn {
  padding-inline: 8px;
  font-size: 16px;
  --tw-leading: 1.5;
  line-height: 1.5;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  --tw-tracking: 0.32px;
  letter-spacing: 0.32px;
  color: var(--color-foreground);
  font-style: normal;
  font-family: var(--font-primary) !important;
}
#header-search-btn:hover, #header-search-btn:focus, #header-search-btn.active {
  background-color: var(--wp--preset--color--accent) !important;
}
h1 {
  font-size: 36px;
  --tw-leading: 1.2;
  line-height: 1.2;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  --tw-tracking: 0.72px;
  letter-spacing: 0.72px;
}
@media (width >= 64rem) {
  h1 {
    font-size: 40px;
  }
}
@media (width >= 64rem) {
  h1 {
    --tw-tracking: 0.8px;
    letter-spacing: 0.8px;
  }
}
h1 {
  font-family: var(--font-secondary) !important;
}
h1.medium {
  font-size: 38px;
  --tw-leading: 1.09;
  line-height: 1.09;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
}
@media (width >= 64rem) {
  h1.medium {
    font-size: 44px;
  }
}
@media (width >= 64rem) {
  h1.medium {
    --tw-tracking: 0.88px;
    letter-spacing: 0.88px;
  }
}
h1.medium {
  font-family: var(--font-secondary) !important;
}
h1.large {
  font-size: 40px;
  --tw-leading: 1.07;
  line-height: 1.07;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  --tw-tracking: 1.04px;
  letter-spacing: 1.04px;
}
@media (width >= 48rem) {
  h1.large {
    font-size: 48px;
  }
}
@media (width >= 80rem) {
  h1.large {
    font-size: 52px;
  }
}
h1.large {
  font-family: var(--font-secondary) !important;
}
h2 {
  font-size: 28px;
  --tw-leading: 1.2;
  line-height: 1.2;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  --tw-tracking: 0.56px;
  letter-spacing: 0.56px;
}
@media (width >= 64rem) {
  h2 {
    font-size: 32px;
  }
}
@media (width >= 64rem) {
  h2 {
    --tw-tracking: 0.64px;
    letter-spacing: 0.64px;
  }
}
h2 {
  font-family: var(--font-primary) !important;
}
h3 {
  font-size: 24px;
  --tw-leading: 1.3;
  line-height: 1.3;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  --tw-tracking: 0.48px;
  letter-spacing: 0.48px;
}
@media (width >= 64rem) {
  h3 {
    font-size: 28px;
  }
}
@media (width >= 64rem) {
  h3 {
    --tw-leading: 1.2;
    line-height: 1.2;
  }
}
@media (width >= 64rem) {
  h3 {
    --tw-tracking: 0.56px;
    letter-spacing: 0.56px;
  }
}
h3 {
  font-family: var(--font-primary) !important;
}
h4 {
  font-size: 20px;
  --tw-leading: 1.4;
  line-height: 1.4;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  --tw-tracking: 0.4px;
  letter-spacing: 0.4px;
}
@media (width >= 64rem) {
  h4 {
    font-size: 24px;
  }
}
@media (width >= 64rem) {
  h4 {
    --tw-leading: 1.3;
    line-height: 1.3;
  }
}
@media (width >= 64rem) {
  h4 {
    --tw-tracking: 0.48px;
    letter-spacing: 0.48px;
  }
}
h4 {
  font-family: var(--font-primary) !important;
}
h5 {
  font-size: 18px;
  --tw-leading: 1.4;
  line-height: 1.4;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  --tw-tracking: 0.36px;
  letter-spacing: 0.36px;
}
@media (width >= 64rem) {
  h5 {
    font-size: 20px;
  }
}
@media (width >= 64rem) {
  h5 {
    --tw-leading: 1.3;
    line-height: 1.3;
  }
}
@media (width >= 64rem) {
  h5 {
    --tw-tracking: 0.48px;
    letter-spacing: 0.48px;
  }
}
h5 {
  font-family: var(--font-primary) !important;
}
h6 {
  font-size: 16px;
  --tw-leading: 1.5;
  line-height: 1.5;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  --tw-tracking: 0.32px;
  letter-spacing: 0.32px;
}
@media (width >= 64rem) {
  h6 {
    font-size: 18px;
  }
}
@media (width >= 64rem) {
  h6 {
    --tw-leading: 1.4;
    line-height: 1.4;
  }
}
@media (width >= 64rem) {
  h6 {
    --tw-tracking: 0.36px;
    letter-spacing: 0.36px;
  }
}
h6 {
  font-family: var(--font-primary) !important;
}
.eyebrow {
  font-size: 12px;
  --tw-leading: 1.6;
  line-height: 1.6;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  --tw-tracking: 0.96px;
  letter-spacing: 0.96px;
  text-transform: uppercase;
}
@media (width >= 64rem) {
  .eyebrow {
    font-size: 14px;
  }
}
.eyebrow {
  font-family: var(--font-primary) !important;
}
.breadcrumbs {
  display: none;
  align-items: center;
  column-gap: 2px;
  font-size: 12px;
  --tw-leading: 1.6;
  line-height: 1.6;
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  --tw-tracking: 0.24px;
  letter-spacing: 0.24px;
  color: var(--color-black);
  text-transform: capitalize;
}
@media (width >= 40rem) {
  .breadcrumbs {
    font-size: 16px;
  }
}
@media (width >= 64rem) {
  .breadcrumbs {
    display: flex;
  }
}
.breadcrumbs {
  font-family: var(--font-primary) !important;
}
@media (hover: hover) {
  :is(.breadcrumbs a:hover):hover {
    color: var(--color-primary);
  }
}
.breadcrumb-separator {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='20' viewBox='0 0 16 20' fill='none' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3e%3crect width='15.5556' height='20' fill='url(%23pattern0_34_3320)'/%3e%3cdefs%3e%3cpattern id='pattern0_34_3320' patternContentUnits='objectBoundingBox' width='1' height='1'%3e%3cuse xlink:href='%23image0_34_3320' transform='scale(0.0714286 0.0555556)'/%3e%3c/pattern%3e%3cimage id='image0_34_3320' width='14' height='18' preserveAspectRatio='none' xlink:href='data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAASCAYAAABrXO8xAAAKtmlDQ1BJQ0MgUHJvZmlsZQAASImVlwdQU1kXx+97L52ElhCKlNCbIJ0AUkIPXTrYCEkIoYSQgopdWVzBtaAigsqCrogouBZA1oooVgQr1gVZVJR1sWBD5XvAENz95vu++c7Mnft75537P/e8uXfmPAAoJhyxOAtWBSBbJJNEB/kyEpOSGfgBAANNQAZ4wOBwpWJWVFQYQG1y/ru9vwOgsfmmzZjWv7//r6bG40u5AEBRKKfypNxslI+i4xtXLJEBgKAMjBfIxGPcjTJNgm4Q5cExFowzZkyHljrBtPGY2Gg/lC0AIJA5HIkAALIT6mfkcQWoDjkWZTsRTyhCuQBlr+zsHB7KbShboDFilMf0manf6Qj+ppmq0ORwBAqeqGXcCP5CqTiLs+j//Bz/27Kz5JM5zNBBTpcER08w1J2ZE6pgUWpE5CQLeZPxUHe6PDhukrlSv+RJ5nH8QxVrsyLCJjlNGMhW6MjYsZPMlwbETLIkJ1qRK03ix5pkjmQqrzwzTuFP57MV+vnpsQmTnCeMj5hkaWZM6FSMn8IvkUcr9s8XBflO5Q1U1J4t/a5eIVuxVpYeG6yonTO1f76INaUpTVTsjcf3D5iKiVPEi2W+ilzirChFPD8rSOGX5sUo1srQAzm1NkrxDTM4IVGTDGJBOpADEeABPpCAVJADsoAMMIA/EAIpEKNPHIAeJxl/oWysOL8c8SKJUJAuY7DQW8dnsEVc2+kMBzsHZwDG7vDEEXlLH7+bEP3ylC/3DABuRahTMOXjGANw/CkA1PdTPuM36PHaCMDJTq5ckjfhG79rWEACKoAGtIE+MAYWwAY4ABfgAXxAAAgBkWglSWAe4KL1ZKOVLABLwEpQCIrBRrAVlINKsBvsAwfBYdAEToCz4AK4AjrBbfAA9IB+8BIMgfdgBIIgPESBqJA2ZACZQtaQA8SEvKAAKAyKhpKgFEgAiSA5tARaDRVDJVA5VAXVQr9Cx6Gz0CWoC7oH9UID0BvoM4zAZJgG68Fm8AyYCbPgUDgWngsL4Fw4Hy6A18NlcDV8AG6Ez8JX4NtwD/wSHkYAooTQEUPEBmEifkgkkoykIRJkGVKElCLVSD3SgrQjN5EeZBD5hMFhqBgGxgbjgQnGxGG4mFzMMsw6TDlmH6YR04a5ienFDGG+YSlYXaw11h3LxiZiBdgF2EJsKXYv9hj2PPY2th/7HofD0XHmOFdcMC4Jl4FbjFuH24lrwJ3BdeH6cMN4PF4bb433xEfiOXgZvhC/HX8Afxp/A9+P/0hQIhgQHAiBhGSCiLCKUErYTzhFuEF4RhghqhJNie7ESCKPuIi4gbiH2EK8TuwnjpDUSOYkT1IsKYO0klRGqiedJz0kvVVSUjJSclOapSRUWqFUpnRI6aJSr9InsjrZiuxHnkOWk9eTa8hnyPfIbykUihnFh5JMkVHWU2op5yiPKR+Vqcq2ymxlnvJy5QrlRuUbyq9UiCqmKiyVeSr5KqUqR1SuqwyqElXNVP1UOarLVCtUj6veVR1Wo6rZq0WqZautU9uvdkntuTpe3Uw9QJ2nXqC+W/2ceh8VoRpT/ahc6mrqHup5aj8NRzOnsWkZtGLaQVoHbUhDXcNJI15joUaFxkmNHjpCN6Oz6Vn0DfTD9Dv0z5p6mixNvuZazXrNG5oftKZp+WjxtYq0GrRua33WZmgHaGdqb9Ju0n6kg9Gx0pmls0Bnl855ncFptGke07jTiqYdnnZfF9a10o3WXay7W/eq7rCevl6Qnlhvu945vUF9ur6Pfob+Fv1T+gMGVAMvA6HBFoPTBi8YGgwWI4tRxmhjDBnqGgYbyg2rDDsMR4zMjeKMVhk1GD0yJhkzjdOMtxi3Gg+ZGJiEmywxqTO5b0o0ZZqmm24zbTf9YGZulmC2xqzJ7Lm5ljnbPN+8zvyhBcXC2yLXotriliXOkmmZabnTstMKtnK2SreqsLpuDVu7WAutd1p3TcdOd5suml49/a4N2YZlk2dTZ9NrS7cNs11l22T7aobJjOQZm2a0z/hm52yXZbfH7oG9un2I/Sr7Fvs3DlYOXIcKh1uOFMdAx+WOzY6vnayd+E67nLqdqc7hzmucW52/uri6SFzqXQZcTVxTXHe43mXSmFHMdcyLblg3X7flbifcPrm7uMvcD7v/5WHjkemx3+P5TPOZ/Jl7ZvZ5GnlyPKs8e7wYXileP3v1eBt6c7yrvZ/4GPvwfPb6PGNZsjJYB1ivfO18Jb7HfD/4ufst9Tvjj/gH+Rf5dwSoB8QFlAc8DjQKFATWBQ4FOQctDjoTjA0ODd4UfJetx+aya9lDIa4hS0PaQsmhMaHloU/CrMIkYS3hcHhI+ObwhxGmEaKIpkgQyY7cHPkoyjwqN+q3WbhZUbMqZj2Nto9eEt0eQ42ZH7M/5n2sb+yG2AdxFnHyuNZ4lfg58bXxHxL8E0oSehJnJC5NvJKkkyRMak7GJ8cn700enh0we+vs/jnOcwrn3JlrPnfh3EvzdOZlzTs5X2U+Z/6RFGxKQsr+lC+cSE41ZziVnbojdYjrx93Gfcnz4W3hDfA9+SX8Z2meaSVpzwWegs2CgXTv9NL0QaGfsFz4OiM4ozLjQ2ZkZk3maFZCVkM2ITsl+7hIXZQpasvRz1mY0yW2FheKe3Ldc7fmDklCJXulkHSutFlGQ5ulq3IL+Q/y3jyvvIq8jwviFxxZqLZQtPDqIqtFaxc9yw/M/2UxZjF3cesSwyUrl/QuZS2tWgYtS13Wutx4ecHy/hVBK/atJK3MXHltld2qklXvViesbinQK1hR0PdD0A91hcqFksK7azzWVP6I+VH4Y8dax7Xb134r4hVdLrYrLi3+so677vJP9j+V/TS6Pm19xwaXDbs24jaKNt7Z5L1pX4laSX5J3+bwzY1bGFuKtrzbOn/rpVKn0sptpG3ybT1lYWXN2022b9z+pTy9/HaFb0XDDt0da3d82MnbeWOXz676Sr3K4srPPwt/7q4KqmqsNqsu3Y3bnbf76Z74Pe2/MH+p3auzt3jv1xpRTc++6H1tta61tft192+og+vkdQMH5hzoPOh/sLnepr6qgd5QfAgckh968WvKr3cOhx5uPcI8Un/U9OiOY9RjRY1Q46LGoab0pp7mpOau4yHHW1s8Wo79ZvtbzQnDExUnNU5uOEU6VXBq9HT+6eEz4jODZwVn+1rntz44l3juVtusto7zoecvXgi8cK6d1X76oufFE5fcLx2/zLzcdMXlSuNV56vHrjlfO9bh0tF43fV6c6dbZ0vXzK5TN7xvnL3pf/PCLfatK7cjbnfdibvTfXfO3Z5uXvfze1n3Xt/Puz/yYMVD7MOiR6qPSh/rPq7+3fL3hh6XnpO9/r1Xn8Q8edDH7Xv5h/SPL/0FTylPS58ZPKt97vD8xEDgQOeL2S/6X4pfjgwW/qn2545XFq+O/uXz19WhxKH+15LXo2/WvdV+W/PO6V3rcNTw4/fZ70c+FH3U/rjvE/NT++eEz89GFnzBfyn7avm15Vvot4ej2aOjYo6EM94KIOiA09IAeFMDACUJ7R06ASDNnuixxw2a+C8YJ/CfeKIPHzcXAGp8AIhbAUAY2qPsQocpymR0HmuTYn0A7OioGJP98HjvPmY49C+mxFxTGTlybXkn+KdN9PXf7fufM1Co/m3+F6TUDcdzGRllAAAAVmVYSWZNTQAqAAAACAABh2kABAAAAAEAAAAaAAAAAAADkoYABwAAABIAAABEoAIABAAAAAEAAAAOoAMABAAAAAEAAAASAAAAAEFTQ0lJAAAAU2NyZWVuc2hvdJP3HDUAAAHUaVRYdFhNTDpjb20uYWRvYmUueG1wAAAAAAA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJYTVAgQ29yZSA2LjAuMCI+CiAgIDxyZGY6UkRGIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyI+CiAgICAgIDxyZGY6RGVzY3JpcHRpb24gcmRmOmFib3V0PSIiCiAgICAgICAgICAgIHhtbG5zOmV4aWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20vZXhpZi8xLjAvIj4KICAgICAgICAgPGV4aWY6UGl4ZWxZRGltZW5zaW9uPjE4PC9leGlmOlBpeGVsWURpbWVuc2lvbj4KICAgICAgICAgPGV4aWY6UGl4ZWxYRGltZW5zaW9uPjE0PC9leGlmOlBpeGVsWERpbWVuc2lvbj4KICAgICAgICAgPGV4aWY6VXNlckNvbW1lbnQ+U2NyZWVuc2hvdDwvZXhpZjpVc2VyQ29tbWVudD4KICAgICAgPC9yZGY6RGVzY3JpcHRpb24+CiAgIDwvcmRmOlJERj4KPC94OnhtcG1ldGE+CrtpWe4AAACISURBVDgRY/wPBAxkACYy9IC1DBKNP799Zfj4+hVeX7Bgk3354B5cmF9UDM5GZmD1o7iCEljNx9cvcdqMVSM7FzcDIc1YNYKsQ9cM8jcywKkRWRE2Nk6NIBtggcQvKg52AbIBWDWia8IWslg1gkITBEA2YdMEksMaj+xcPGBNoADCBRhHQO4AAKBjMjzCKKDHAAAAAElFTkSuQmCC'/%3e%3c/defs%3e%3c/svg%3e");
  width: 20px;
  height: 20px;
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.search .search-form {
  margin-top: 30px;
}
.search .search-submit {
  display: flex;
  height: 40px;
  align-items: center;
  justify-content: center;
  column-gap: 1.5px;
  border-radius: 20px;
  padding-inline: 1rem;
  --tw-font-weight: 16px;
  font-weight: 16px;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 400ms;
  transition-duration: 400ms;
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
}
.btn {
  position: relative;
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  column-gap: 8px;
  overflow: hidden;
  text-align: center;
  --tw-leading: var(--leading-normal);
  line-height: var(--leading-normal);
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  text-transform: capitalize;
  text-decoration-line: none;
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 400ms;
  transition-duration: 400ms;
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
}
@media (hover: hover) {
  .btn:hover {
    text-decoration-line: underline;
  }
}
.btn {
  font-family: var(--font-primary) !important;
}
.btn.large {
  border-radius: 1.5rem;
  padding-inline: 20px;
  padding-block: 12px;
  font-size: 14px;
  --tw-tracking: 0.28px;
  letter-spacing: 0.28px;
}
@media (width >= 48rem) {
  .btn.large {
    border-radius: 20px;
  }
}
@media (width >= 48rem) {
  .btn.large {
    font-size: 16px;
  }
}
@media (width >= 48rem) {
  .btn.large {
    --tw-tracking: 0.32px;
    letter-spacing: 0.32px;
  }
}
@media (width >= 64rem) {
  .btn.large {
    border-radius: 24px;
  }
}
.btn.medium {
  border-radius: 1.5rem;
  padding-inline: 16px;
  padding-block: 8px;
  font-size: 14px;
  --tw-tracking: 0.28px;
  letter-spacing: 0.28px;
}
@media (width >= 48rem) {
  .btn.medium {
    border-radius: 20px;
  }
}
@media (width >= 48rem) {
  .btn.medium {
    font-size: 16px;
  }
}
@media (width >= 48rem) {
  .btn.medium {
    --tw-tracking: 0.32px;
    letter-spacing: 0.32px;
  }
}
.btn.small {
  border-radius: 1.5rem;
  padding-inline: 12px;
  padding-block: 6px;
  font-size: 14px;
  --tw-tracking: 0.28px;
  letter-spacing: 0.28px;
}
.btn_fill_primary {
  background-color: var(--color-primary);
  color: var(--color-white);
}
.btn.btn_fill_primary .link-icon svg path {
  fill: var(--color-white);
}
.btn.btn_fill_primary .user-link-icon.link-icon svg path {
  stroke: var(--color-white);
  fill: transparent !important;
}
.btn.btn_fill_primary:hover, .btn.btn_fill_primary:focus {
  color: var(--color-white);
  background-color: var(--wp--preset--color--primary-dark) !important;
}
.btn.btn_fill_primary:hover .link-icon svg path, .btn.btn_fill_primary:focus .link-icon svg path {
  fill: var(--color-white);
}
.btn.btn_fill_primary:hover .user-link-icon.link-icon svg path, .btn.btn_fill_primary:focus .user-link-icon.link-icon svg path {
  stroke: var(--color-white);
  fill: transparent !important;
}
.btn.btn_fill_primary.disabled, .btn.btn_fill_primary.loading {
  color: var(--color-white);
  background-color: var(--wp--preset--color--primary-light) !important;
}
.btn_outline_primary {
  border-style: var(--tw-border-style);
  border-width: 2px;
  border-color: var(--color-primary);
  background-color: transparent;
  color: var(--color-primary);
}
.btn.btn_outline_primary .link-icon svg path {
  fill: var(--color-primary);
}
.btn.btn_outline_primary .user-link-icon.link-icon svg path {
  stroke: var(--color-primary);
  fill: transparent !important;
}
.btn.btn_outline_primary:hover, .btn.btn_outline_primary:focus {
  color: var(--wp--preset--color--primary-dark) !important;
  border-color: var(--wp--preset--color--primary-dark) !important;
}
.btn.btn_outline_primary:hover .link-icon svg path, .btn.btn_outline_primary:focus .link-icon svg path {
  fill: var(--wp--preset--color--primary-dark) !important;
}
.btn.btn_outline_primary:hover .user-link-icon.link-icon svg path, .btn.btn_outline_primary:focus .user-link-icon.link-icon svg path {
  fill: transparent !important;
  stroke: var(--wp--preset--color--primary-dark) !important;
}
.btn.btn_outline_primary.disabled, .btn.btn_outline_primary.loading {
  color: var(--wp--preset--color--primary-light) !important;
  border-color: var(--wp--preset--color--primary-light) !important;
}
.btn.btn_outline_primary.disabled .link-icon svg path, .btn.btn_outline_primary.loading .link-icon svg path {
  fill: var(--wp--preset--color--primary-light) !important;
}
.btn.btn_outline_primary.disabled .user-link-icon.link-icon svg path, .btn.btn_outline_primary.loading .user-link-icon.link-icon svg path {
  stroke: var(--wp--preset--color--primary-light) !important;
  fill: transparent !important;
}
.btn_fill_quaternary {
  background-color: var(--wp--preset--color--quaternary) !important;
  color: var(--wp--preset--color--background) !important;
}
.btn.btn_fill_quaternary .link-icon svg path {
  fill: var(--wp--preset--color--background) !important;
}
.btn.btn_fill_quaternary .user-link-icon.link-icon svg path {
  fill: var(--wp--preset--color--background) !important;
}
.btn.btn_fill_quaternary:hover, .btn.btn_fill_quaternary:focus {
  background-color: var(--wp--preset--color--quaternary-dark) !important;
  color: var(--wp--preset--color--background) !important;
}
.btn.btn_fill_quaternary:hover .link-icon svg path, .btn.btn_fill_quaternary:focus .link-icon svg path {
  fill: var(--wp--preset--color--background) !important;
}
.btn.btn_fill_quaternary:hover .user-link-icon.link-icon svg path, .btn.btn_fill_quaternary:focus .user-link-icon.link-icon svg path {
  stroke: var(--wp--preset--color--background) !important;
  fill: transparent !important;
}
.btn.btn_fill_quaternary.disabled, .btn.btn_fill_quaternary.loading {
  background-color: var(--wp--preset--color--quaternary-light) !important;
  color: var(--wp--preset--color--background) !important;
}
.btn_outline_quaternary {
  background-color: transparent !important;
  border: 2px solid var(--wp--preset--color--quaternary) !important;
  color: var(--wp--preset--color--quaternary) !important;
}
.btn.btn_outline_quaternary .link-icon svg path {
  fill: var(--wp--preset--color--quaternary) !important;
}
.btn.btn_outline_quaternary .user-link-icon.link-icon svg path {
  stroke: var(--wp--preset--color--quaternary) !important;
  fill: transparent !important;
}
.btn.btn_outline_quaternary:hover, .btn.btn_outline_quaternary:focus {
  color: var(--wp--preset--color--quaternary-dark) !important;
  border-color: var(--wp--preset--color--quaternary-dark) !important;
}
.btn.btn_outline_quaternary:hover .link-icon svg path, .btn.btn_outline_quaternary:focus .link-icon svg path {
  fill: var(--wp--preset--color--quaternary-dark) !important;
}
.btn.btn_outline_quaternary:hover .user-link-icon.link-icon svg path, .btn.btn_outline_quaternary:focus .user-link-icon.link-icon svg path {
  stroke: var(--wp--preset--color--quaternary-dark) !important;
  fill: transparent !important;
}
.btn.btn_outline_quaternary.disabled, .btn.btn_outline_quaternary.loading {
  color: var(--wp--preset--color--quaternary-light) !important;
  border-color: var(--wp--preset--color--quaternary-light) !important;
}
.btn.btn_outline_quaternary.disabled .link-icon svg path, .btn.btn_outline_quaternary.loading .link-icon svg path {
  fill: var(--wp--preset--color--quaternary-light) !important;
}
.btn.btn_outline_quaternary.disabled .user-link-icon.link-icon svg path, .btn.btn_outline_quaternary.loading .user-link-icon.link-icon svg path {
  stroke: var(--wp--preset--color--quaternary-light) !important;
  fill: transparent !important;
}
.btn_fill_quinternary {
  background-color: var(--wp--preset--color--quinternary) !important;
  color: var(--wp--preset--color--background) !important;
}
.btn.btn_fill_quinternary .link-icon svg path {
  fill: var(--wp--preset--color--background) !important;
}
.btn.btn_fill_quinternary .user-link-icon.link-icon svg path {
  stroke: var(--wp--preset--color--background) !important;
  fill: transparent !important;
}
.btn.btn_fill_quinternary:hover, .btn.btn_fill_quinternary:focus {
  background-color: var(--wp--preset--color--quinternary-dark) !important;
  color: var(--wp--preset--color--background) !important;
}
.btn.btn_fill_quinternary:hover .link-icon svg path, .btn.btn_fill_quinternary:focus .link-icon svg path {
  stroke: var(--wp--preset--color--background) !important;
}
.btn.btn_fill_quinternary:hover .user-link-icon.link-icon svg path, .btn.btn_fill_quinternary:focus .user-link-icon.link-icon svg path {
  stroke: var(--wp--preset--color--background) !important;
  fill: transparent !important;
}
.btn.btn_fill_quinternary.disabled, .btn.btn_fill_quinternary.loading {
  background-color: var(--wp--preset--color--quinternary-light) !important;
  color: var(--wp--preset--color--background) !important;
}
.btn_outline_quinternary {
  background-color: transparent !important;
  border: 2px solid var(--wp--preset--color--quinternary) !important;
  color: var(--wp--preset--color--quinternary) !important;
}
.btn.btn_outline_quinternary .link-icon svg path {
  fill: var(--wp--preset--color--quinternary) !important;
}
.btn.btn_outline_quinternary .user-link-icon.link-icon svg path {
  stroke: var(--wp--preset--color--quinternary) !important;
  fill: transparent !important;
}
.btn.btn_outline_quinternary:hover, .btn.btn_outline_quinternary:focus {
  color: var(--wp--preset--color--quinternary-dark) !important;
  border-color: var(--wp--preset--color--quinternary-dark) !important;
}
.btn.btn_outline_quinternary:hover .link-icon svg path, .btn.btn_outline_quinternary:focus .link-icon svg path {
  fill: var(--wp--preset--color--quinternary-dark) !important;
}
.btn.btn_outline_quinternary:hover .user-link-icon.link-icon svg path, .btn.btn_outline_quinternary:focus .user-link-icon.link-icon svg path {
  stroke: var(--wp--preset--color--quinternary-dark) !important;
  fill: transparent !important;
}
.btn.btn_outline_quinternary.disabled, .btn.btn_outline_quinternary.loading {
  color: var(--wp--preset--color--quinternary-light) !important;
  border-color: var(--wp--preset--color--quinternary-light) !important;
}
.btn.btn_outline_quinternary.disabled .link-icon svg path, .btn.btn_outline_quinternary.loading .link-icon svg path {
  fill: var(--wp--preset--color--quinternary-light) !important;
}
.btn.btn_outline_quinternary.disabled .user-link-icon.link-icon svg path, .btn.btn_outline_quinternary.loading .user-link-icon.link-icon svg path {
  stroke: var(--wp--preset--color--quinternary-light) !important;
  fill: transparent !important;
}
.btn_fill_foreground {
  background-color: var(--wp--preset--color--foreground) !important;
  color: var(--wp--preset--color--background) !important;
}
.btn.btn_fill_foreground .link-icon svg path {
  fill: var(--wp--preset--color--background) !important;
}
.btn.btn_fill_foreground .user-link-icon.link-icon svg path {
  stroke: var(--wp--preset--color--background) !important;
  fill: transparent !important;
}
.btn.btn_fill_foreground:hover, .btn.btn_fill_foreground:focus {
  background-color: var(--wp--preset--color--foreground-dark) !important;
  color: var(--wp--preset--color--background) !important;
}
.btn.btn_fill_foreground:hover .link-icon svg path, .btn.btn_fill_foreground:focus .link-icon svg path {
  fill: var(--wp--preset--color--background) !important;
}
.btn.btn_fill_foreground:hover .user-link-icon.link-icon svg path, .btn.btn_fill_foreground:focus .user-link-icon.link-icon svg path {
  stroke: var(--wp--preset--color--background) !important;
  fill: transparent !important;
}
.btn.btn_fill_foreground.disabled, .btn.btn_fill_foreground.loading {
  background-color: var(--wp--preset--color--foreground-light) !important;
  color: var(--wp--preset--color--background) !important;
}
.btn_outline_foreground {
  background-color: transparent !important;
  border: 2px solid var(--wp--preset--color--foreground) !important;
  color: var(--wp--preset--color--foreground) !important;
}
.btn.btn_outline_foreground .link-icon svg path {
  fill: var(--wp--preset--color--foreground) !important;
}
.btn.btn_outline_foreground .user-link-icon.link-icon svg path {
  stroke: var(--wp--preset--color--foreground) !important;
  fill: transparent !important;
}
.btn.btn_outline_foreground:hover, .btn.btn_outline_foreground:focus {
  color: var(--wp--preset--color--foreground-dark) !important;
  border-color: var(--wp--preset--color--foreground-dark) !important;
}
.btn.btn_outline_foreground:hover .link-icon svg path, .btn.btn_outline_foreground:focus .link-icon svg path {
  fill: var(--wp--preset--color--foreground-dark) !important;
}
.btn.btn_outline_foreground:focus .user-link-icon.link-icon svg path {
  stroke: var(--wp--preset--color--foreground-dark) !important;
  fill: transparent !important;
}
.btn.btn_outline_foreground.disabled, .btn.btn_outline_foreground.loading {
  color: var(--wp--preset--color--foreground-light) !important;
  border-color: var(--wp--preset--color--foreground-light) !important;
}
.btn.btn_outline_foreground.disabled .link-icon svg path, .btn.btn_outline_foreground.loading .link-icon svg path {
  fill: var(--wp--preset--color--foreground-light) !important;
}
.btn.btn_outline_foreground.disabled .user-link-icon.link-icon svg path, .btn.btn_outline_foreground.loading .user-link-icon.link-icon svg path {
  stroke: var(--wp--preset--color--foreground-light) !important;
  fill: transparent !important;
}
.logo-header {
  height: 40px;
  max-width: 152px;
}
@media (width >= 80rem) {
  .logo-header {
    height: 35px;
  }
}
@media (width >= 80rem) {
  .logo-header {
    max-width: 196px;
  }
}
.logo-header svg {
  height: 100%;
  width: 100%;
}
.site-navigation a {
  display: block;
  width: 100%;
  --tw-leading: var(--leading-normal);
  line-height: var(--leading-normal);
  color: var(--color-foreground);
  font-family: var(--font-primary) !important;
  position: relative;
}
.site-navigation a:hover, .site-navigation .current_page_item > a {
  color: var(--wp--preset--color--ada-action);
  text-decoration: underline;
}
.site-navigation li.external {
  position: relative;
}
body.mobile-menu-open #content::before,	body.mobile-menu-open header::before {
  content: "";
  background-color: #00000080;
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}
.site-navigation li.external {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 20 20' fill='none'%3e%3cpath d='M10.0933 2.5C14.2288 2.5 17.5933 5.86448 17.5933 10C17.5933 14.1355 14.2288 17.5 10.0933 17.5C5.95774 17.5 2.59326 14.1355 2.59326 10C2.59326 5.86448 5.95774 2.5 10.0933 2.5ZM10.0933 16.386C13.6145 16.386 16.4792 13.5212 16.4792 10C16.4792 6.47877 13.6145 3.61404 10.0933 3.61404C6.57203 3.61404 3.7073 6.47877 3.7073 10C3.7073 13.5212 6.57203 16.386 10.0933 16.386Z' fill='black'/%3e%3cpath d='M13.6444 6.39688L11.3363 14.1468L10.4513 13.8832L12.0121 8.6419L5.07411 15.4404L4.42786 14.7808L11.3651 7.98309L6.09442 9.43648L5.84897 8.54628L13.6444 6.39688Z' fill='black'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-position: right 5px center;
  padding-right: 32px;
}
.site-navigation .menu-item-has-children > a:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 7px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7' fill='none'%3e%3cpath d='M10.835 0.834999L5.83496 5.835L0.834961 0.834999' stroke='%23333131' stroke-width='1.67' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
  background-size: contain;
  background-repeat: no-repeat;
  vertical-align: middle;
  margin-left: 8px;
  margin-top: -3px;
  transition: all ease .25s;
  position: absolute;
  right: -20px;
  top: 50%;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
  -moz-transition: transform .25s;
  -o-transition: transform .25s;
  -webkit-transition: transform .25s;
  transition: transform .25s ease 0s;
}
.site-navigation .menu-item-has-children.menu-open>a:before {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
#mobile-menu .menu-item-has-children > a:before {
  width: 16px !important;
  height: 9px !important;
  right: 1rem;
}
#mobile-menu .menu-item-has-children {
  padding-inline-end: 0;
}
.site-navigation li.menu-item {
  padding-block: 12px;
}
.site-navigation li.menu-item:hover, .site-navigation .current_page_item.menu-item {
  background-color: var(--wp--preset--color--accent) !important;
}
.site-navigation .menu-item-has-children > a, .footer-navigation li a, .info-copyright a {
  position: relative;
}
#menu-primary-menu, #menu-top-header {
  align-items: center;
  column-gap: 16px;
}
.submenu {
  background-color: white;
}
.site-navigation li .submenu > li {
  padding-inline: 8px;
  padding-block: 12px;
}
.site-header {
  position: fixed;
  z-index: 100;
  width: 100%;
  background-color: white;
  transform: translateY(0);
  transition: transform 0.2s linear;
}
ul#menu-mobile-menu a {
  width: 100%;
  font-size: 16px;
}
ul#menu-mobile-menu li {
  padding-inline: 0.5rem;
}
#mobile-menu-toggle {
  align-items: center;
  border-radius: 20px;
  display: flex;
  height: 2.5rem;
  justify-content: center;
  width: 2.5rem;
}
#mobile-menu-toggle:hover, #mobile-menu-toggle:focus {
  background-color: var(--wp--preset--color--accent) !important;
}
ul#menu-mobile-menu ul.sub-menu, ul#menu-footer-mobile-menu ul.sub-menu {
  background-color: transparent;
  box-shadow: none;
  width: 100%;
}
ul#menu-mobile-menu ul.sub-menu li {
  padding-left: 20px;
}
ul#menu-mobile-menu li.menu-open ul.sub-menu {
  margin-top: 10px;
}
.current-menu-parent .submenu > a {
  color: var(--color-foreground);
}
ul#menu-mobile-menu ul.sub-menu li a {
  color: var(--color-foreground);
}
ul#menu-mobile-menu li.current-menu-item > a, ul#menu-mobile-menu li .sub-menu li.current-menu-item > a, ul#menu-mobile-menu .current-menu-ancestor.current-menu-parent > a {
  width: 100%;
  color: var(--color-foreground);
  text-transform: capitalize;
}
ul#menu-mobile-menu li.current-menu-item > a::after {
  display: none;
}
.main-header {
  padding-block: 0.75rem;
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 600ms;
  transition-duration: 600ms;
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
}
@media (width >= 64rem) {
  .main-header {
    padding-block: calc(var(--spacing) * 0);
  }
}
.site-navigation .current_page_parent.current_page_ancestor.menu-item-has-children > a {
  position: relative;
}
@media (hover: hover) {
  :is(header .site-navigation):hover {
    color: var(--color-foreground);
  }
}
.footer-navigation li a::after, .text-info-footer a::after, .info-copyright a::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: -2px;
  left: 0;
  transform: scaleX(0);
  background-color: var(--wp--preset--color--primary);
  transform-origin: bottom right;
  transition: transform .25s ease-out;
}
.site-navigation li.current-menu-item > a::after, .site-navigation li > a:focus::after, .site-navigation li > a:hover::after, .footer-navigation li a:hover::after, .footer-navigation li a:focus::after, .footer-navigation li.current-menu-item a::after, .text-info-footer a:hover::after, .text-info-footer a:focus::after, .info-copyright a:hover::after, .info-copyright a:focus::after, .site-navigation .current_page_parent.current_page_ancestor.menu-item-has-children > a::after {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.site-navigation li.menu-item-has-children a::after {
  display: none;
}
.site-navigation .current_page_parent.current_page_ancestor.menu-item-has-children > a::after {
  display: block;
}
.search-container {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.search-icon {
  cursor: pointer;
  --tw-border-style: none;
  border-style: none;
  background-image: none;
  padding-inline: calc(var(--spacing) * 0);
  padding-block: 7px;
  font-size: 1.5rem;
}
.search-form {
  display: flex;
  width: 100%;
  max-width: 751px;
  align-items: center;
  column-gap: 10px;
  overflow: hidden;
}
.search-field::placeholder {
  color: var(--wp--preset--color--foreground) !important;
  opacity: 1;
}
.search-field::-webkit-input-placeholder {
  color: var(--wp--preset--color--foreground) !important;
  opacity: 1;
}
.search-field::-moz-placeholder {
  color: var(--wp--preset--color--foreground) !important;
  opacity: 1;
}
.search-field:-ms-input-placeholder {
  color: var(--wp--preset--color--foreground) !important;
  opacity: 1;
}
.search-field::-ms-input-placeholder {
  color: var(--wp--preset--color--foreground) !important;
  opacity: 1;
}
.search-field {
  height: 40px;
  width: calc(100% - 33px);
  border-radius: 1.5rem;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--color-foreground);
  background-color: var(--color-white);
  background-repeat: no-repeat;
  padding-inline: 2.5rem;
  padding-block: 0.5rem;
  font-size: 16px;
  --tw-leading: 1.5;
  line-height: 1.5;
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  --tw-tracking: 0.32px;
  letter-spacing: 0.32px;
  text-transform: capitalize;
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 400ms;
  transition-duration: 400ms;
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
  --tw-outline-style: none;
  outline-style: none;
  color: var(--wp--preset--color--foreground) !important;
  font-family: var(--font-primary) !important;
  background-size: 14px;
  background-position: center left 15px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3e%3cpath d='M14.835 14.835L10.1684 10.1683M11.7239 6.27944C11.7239 9.28633 9.28635 11.7239 6.27947 11.7239C3.27258 11.7239 0.835022 9.28633 0.835022 6.27944C0.835022 3.27256 3.27258 0.834999 6.27947 0.834999C9.28635 0.834999 11.7239 3.27256 11.7239 6.27944Z' stroke='%23333131' stroke-width='1.67' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
}
.search-submit {
  cursor: pointer;
  background-color: var(--color-foreground);
  color: var(--color-white);
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 400ms;
  transition-duration: 400ms;
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
  border: 1px solid transparent;
}
.search-submit:hover svg path {
  stroke: var(--wp--preset--color--primary) !important;
}
.search-submit:hover {
  border-color: var(--wp--preset--color--primary) !important;
  background-color: transparent !important;
  color: var(--wp--preset--color--primary) !important;
}
.search-container.search-form {
  width: calc(100% - 33px);
  border-style: var(--tw-border-style);
  border-width: 3px;
  border-color: var(--wp--preset--color--primary);
  padding-inline: 10px;
  padding-block: calc(var(--spacing) * 2);
}
.search-form-mv {
  display: flex;
  height: 44px;
  width: 100%;
  align-items: center;
  gap: 15px;
  background-color: var(--color-white);
  padding-inline: 15px;
  padding-block: 10px;
  border: 1px solid var(--wp--preset--color--primary);
  font-family: var(--font-secondary) !important;
}
.search-field-mv {
  height: 100%;
  width: 100%;
  font-size: 16px;
  --tw-leading: 1.5;
  line-height: 1.5;
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  --tw-tracking: 0.8px;
  letter-spacing: 0.8px;
  color: var(--color-foreground);
  text-transform: capitalize;
  --tw-outline-style: none;
  outline-style: none;
}
.popup {
  position: absolute;
  top: calc(1/2 * 100%);
  right: calc(var(--spacing) * 0);
  z-index: 3;
  display: none;
  --tw-translate-y: calc(calc(1/2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
  opacity: 0%;
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 400ms;
  transition-duration: 400ms;
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
  background-color: white !important;
}
.content-top-header {
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 400ms;
  transition-duration: 400ms;
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
}
.popup-content {
  position: relative;
  margin-inline: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  column-gap: 10px;
  text-align: center;
}
#close-search-btn {
  cursor: pointer;
  --tw-border-style: none;
  border-style: none;
  background-image: none;
}
.active {
  display: block !important;
  opacity: 100%;
}
.plyr--video {
  height: 100%;
  width: 100%;
}
.plyr__poster {
  background-size: cover !important;
}
.plyr {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.b-img {
  border-radius: 16px;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: var(--wp--preset--color--accent) !important;
}
.wave-container {
  position: relative;
  width: 100%;
  max-width: 100%;
}
.wave-mask-wrapper {
  width: 100%;
  -webkit-mask-size: contain;
  mask-size: contain;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: center;
  mask-position: center;
}
.large .wave-mask-wrapper {
  aspect-ratio: 588 / 480;
}
.small .wave-mask-wrapper {
  aspect-ratio: 588 / 350;
}
.wave-left.large .wave-mask-wrapper {
  -webkit-mask-image: url('shapes/mask_wave_left.svg');
  mask-image: url('shapes/mask_wave_left.svg');
}
.wave-right.large .wave-mask-wrapper {
  -webkit-mask-image: url('shapes/mask_wave_right.svg');
  mask-image: url('shapes/mask_wave_right.svg');
}
.wave-left.small .wave-mask-wrapper {
  -webkit-mask-image: url('shapes/mask_wave_left_short.svg');
  mask-image: url('shapes/mask_wave_left_short.svg');
}
.wave-right.small .wave-mask-wrapper {
  -webkit-mask-image: url('shapes/mask_wave_right_short.svg');
  mask-image: url('shapes/mask_wave_right_short.svg');
}
.wave-top .wave-mask-wrapper {
  -webkit-mask-image: url('shapes/mask_wave_top.svg');
  mask-image: url('shapes/mask_wave_top.svg');
}
.wave-bottom .wave-mask-wrapper {
  -webkit-mask-image: url('shapes/mask_wave_bottom.svg');
  mask-image: url('shapes/mask_wave_bottom.svg');
}
.wave-mask-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}
.wave-top .heroBanner-Wave {
  fill: currentColor;
  position: absolute;
  top: -1px;
  right: calc(var(--spacing) * 0);
  left: calc(var(--spacing) * 0);
  rotate: 180deg;
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
}
.wave-bottom .heroBanner-Wave {
  fill: currentColor;
  position: absolute;
  right: calc(var(--spacing) * 0);
  bottom: -1px;
  left: calc(var(--spacing) * 0);
}
.accordion-header .indicator {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7' viewBox='0 0 12 7' fill='none'%3e%3cpath d='M10.835 0.834961L5.83496 5.83496L0.834961 0.834961' stroke='%23333131' stroke-width='1.67' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e");
  width: 12px;
  height: 8px;
}
.accordion-header[aria-expanded="true"] .indicator {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: transform .4s ease;
  -moz-transition: transform .4s ease;
  -o-transition: transform .4s ease;
  transition: transform .4s ease;
  transform-origin: center;
}
.accordion-content[aria-expanded="false"] {
  display: none;
}
.accordion-content[aria-expanded="true"] {
  display: block;
  max-height: max-content !important;
}
.news-image {
  height: 15em;
  width: 100%;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
}
@media (width >= 40rem) {
  .news-image {
    height: 20em;
  }
}
@media (width >= 48rem) {
  .news-image {
    height: 18em;
  }
}
@media (width >= 64rem) {
  .news-image {
    height: 225px;
  }
}
.news-image img {
  height: 100%;
  width: 100%;
  border-radius: 16px 16px 0 0;
  object-fit: cover;
  object-position: top;
  transition-property: transform, translate, scale, rotate;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
}
.news-card {
  border-radius: 16px;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: #EEE7E4;
  background-color: var(--color-white);
  transition-property: box-shadow;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
}
.news-list-image {
  height: 15em;
  width: 100%;
  overflow: hidden;
  border-radius: 16px 16px 0 0;
}
@media (width >= 40rem) {
  .news-list-image {
    height: 20em;
  }
}
@media (width >= 48rem) {
  .news-list-image {
    height: 200px;
  }
}
@media (width >= 48rem) {
  .news-list-image {
    width: 200px;
  }
}
@media (width >= 48rem) {
  .news-list-image {
    border-radius: 16px;
  }
}
@media (width >= 64rem) {
  .news-list-image {
    height: 168px;
  }
}
@media (width >= 64rem) {
  .news-list-image {
    width: 168px;
  }
}
.news-list-image img {
  height: 100%;
  width: 100%;
  border-radius: 16px 16px 0 0;
  object-fit: cover;
  object-position: top;
  transition-property: transform, translate, scale, rotate;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
}
@media (width >= 48rem) {
  .news-list-image img {
    border-radius: 16px;
  }
}
.news-list-card {
  border-radius: 16px;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: #EEE7E4;
  background-color: var(--color-white);
  transition-property: box-shadow;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
  --tw-duration: 300ms;
  transition-duration: 300ms;
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
}
@media (width >= 48rem) {
  .news-list-card {
    border-radius: 0px;
  }
}
@media (width >= 48rem) {
  .news-list-card {
    border-style: var(--tw-border-style);
    border-width: 0px;
  }
}
.footer-navigation li a {
  font-size: 14px;
  --tw-leading: 1.4;
  line-height: 1.4;
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
  --tw-tracking: 0.28px;
  letter-spacing: 0.28px;
  color: var(--color-foreground);
}
@media (hover: hover) {
  :is(.footer-navigation li a):hover {
    color: var(--color-primary);
  }
}
.padding-xsmall {
  padding: 30px 0 !important;
}
.padding-small {
  padding: 60px 0 !important;
}
.padding-medium {
  padding: 80px 0 !important;
}
.padding-large {
  padding: 100px 0 !important;
}
@media (min-width: 96rem) {
  .container,	.lg\:container {
    max-width: 1200px !important;
  }
}
@media (min-width: 64rem) {
  .container,	.lg\:container {
    max-width: 1200px !important;
  }
}
@media (min-width: 1024px) {
  .site-header .menu-item-has-children:hover>a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .site-header.site-header-center .menu-item-has-children:hover>a:before {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .padding-xsmall.lg\:pt-0 {
    padding-top: 0 !important;
  }
  .padding-xsmall.lg\:pb-0 {
    padding-bottom: 0 !important;
  }
  .padding-small.lg\:pt-0 {
    padding-top: 0 !important;
  }
  .padding-small.lg\:pb-0 {
    padding-bottom: 0 !important;
  }
  .padding-medium.lg\:pt-0 {
    padding-top: 0 !important;
  }
  .padding-medium.lg\:pb-0 {
    padding-bottom: 0 !important;
  }
  .padding-large.lg\:pt-0 {
    padding-top: 0 !important;
  }
  .padding-large.lg\:pb-0 {
    padding-bottom: 0 !important;
  }
}
@media (max-width: 1281px) {
  h1 br:not(.no-hide),	h2 br:not(.no-hide),	h3 br:not(.no-hide),	h4 br:not(.no-hide),	h5 br:not(.no-hide),	h6 br:not(.no-hide),	.headline br:not(.no-hide) {
    display: none;
  }
  h1.no-hide-br br:not(.no-hide) {
    display: block !important;
  }
  .copyright span {
    display: none;
  }
}
@media (max-width: 1023.98px) {
  .padding-xsmall,	.padding-small,	.padding-medium,	.padding-large {
    padding: 3em 0 !important;
  }
  .pb-0-important {
    padding-bottom: 0 !important;
  }
  .pt-0-important {
    padding-top: 0 !important;
  }
  .pl-contain.not-lp {
    padding-left: 0 !important;
  }
  .pr-contain.not-rp {
    padding-right: 0 !important;
  }
}
@media (max-width: 360.98px) {
  .custom-p-info {
    padding-inline: 1.5rem !important;
  }
}
.page-title, .entry-title {
  margin-inline: auto;
  margin-bottom: calc(var(--spacing) * 6);
  max-width: var(--container-content);
  font-size: var(--text-3xl);
  line-height: var(--tw-leading, var(--text-3xl--line-height));
  --tw-font-weight: var(--font-weight-extrabold);
  font-weight: var(--font-weight-extrabold);
  color: var(--color-neutral-900);
}
.entry-meta, .entry-footer, .post-navigation, #comments {
  margin-inline: auto;
  margin-bottom: calc(var(--spacing) * 6);
  max-width: var(--container-content);
}
.page-content > *, .entry-content > * {
  margin-inline: auto;
  max-width: var(--container-content);
}
.entry-content > .alignwide {
  max-width: var(--container-wide);
}
.entry-content > .alignfull {
  max-width: none;
}
.entry-content > .alignleft {
  float: left;
  margin-right: calc(var(--spacing) * 8);
}
.entry-content > .alignright {
  float: right;
  margin-left: calc(var(--spacing) * 8);
}
.visible {
  visibility: visible;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
  border-width: 0;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: calc(var(--spacing) * 0);
}
.top-full {
  top: 100%;
}
.right-0 {
  right: calc(var(--spacing) * 0);
}
.left-0 {
  left: calc(var(--spacing) * 0);
}
.z-2 {
  z-index: 2;
}
.z-\[2\] {
  z-index: 2;
}
.z-\[100\] {
  z-index: 100;
}
.container {
  width: 100%;
}
@media (width >= 40rem) {
  .container {
    max-width: 40rem;
  }
}
@media (width >= 48rem) {
  .container {
    max-width: 48rem;
  }
}
@media (width >= 64rem) {
  .container {
    max-width: 64rem;
  }
}
@media (width >= 80rem) {
  .container {
    max-width: 80rem;
  }
}
@media (width >= 96rem) {
  .container {
    max-width: 96rem;
  }
}
.mx-auto {
  margin-inline: auto;
}
.my-0 {
  margin-block: calc(var(--spacing) * 0);
}
.prose {
  --tw-prose-body: var(--color-foreground);
  --tw-prose-headings: var(--color-foreground);
  --tw-prose-lead: var(--color-foreground);
  --tw-prose-links: var(--color-primary);
  --tw-prose-bold: var(--color-foreground);
  --tw-prose-counters: var(--color-foreground);
  --tw-prose-bullets: var(--color-foreground);
  --tw-prose-hr: var(--color-foreground);
  --tw-prose-quotes: var(--color-foreground);
  --tw-prose-quote-borders: var(--color-primary);
  --tw-prose-captions: var(--color-foreground);
  --tw-prose-kbd: var(--color-foreground);
  --tw-prose-kbd-shadows: var(--color-foreground);
  --tw-prose-code: var(--color-foreground);
  --tw-prose-pre-code: var(--color-background);
  --tw-prose-pre-bg: var(--color-foreground);
  --tw-prose-th-borders: var(--color-foreground);
  --tw-prose-td-borders: var(--color-foreground);
  --tw-prose-invert-body: var(--color-background);
  --tw-prose-invert-headings: var(--color-background);
  --tw-prose-invert-lead: var(--color-background);
  --tw-prose-invert-links: var(--color-primary);
  --tw-prose-invert-bold: var(--color-background);
  --tw-prose-invert-counters: var(--color-background);
  --tw-prose-invert-bullets: var(--color-background);
  --tw-prose-invert-hr: var(--color-background);
  --tw-prose-invert-quotes: var(--color-background);
  --tw-prose-invert-quote-borders: var(--color-primary);
  --tw-prose-invert-captions: var(--color-background);
  --tw-prose-invert-kbd: var(--color-background);
  --tw-prose-invert-kbd-shadows: var(--color-background);
  --tw-prose-invert-code: var(--color-background);
  --tw-prose-invert-pre-code: var(--color-foreground);
  --tw-prose-invert-pre-bg: var(--color-background);
  --tw-prose-invert-th-borders: var(--color-background);
  --tw-prose-invert-td-borders: var(--color-background);
  font-size: 1rem;
  line-height: 1.75;
  color: var(--tw-prose-body);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(p) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where([class~='lead'],[class~='is-style-lead']) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(a) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: var(--tw-prose-font-medium);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(strong) {
  color: var(--tw-prose-bold);
  font-weight: var(--tw-prose-font-semibold);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(a strong) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote strong) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th strong) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='A']) {
  list-style-type: upper-alpha;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='a']) {
  list-style-type: lower-alpha;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='A' s]) {
  list-style-type: upper-alpha;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='a' s]) {
  list-style-type: lower-alpha;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='I']) {
  list-style-type: upper-roman;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='i']) {
  list-style-type: lower-roman;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='I' s]) {
  list-style-type: upper-roman;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='i' s]) {
  list-style-type: lower-roman;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol[type='1']) {
  list-style-type: decimal;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol > li)::marker {
  font-weight: var(--tw-prose-font-normal);
  color: var(--tw-prose-counters);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul > li)::marker {
  color: var(--tw-prose-bullets);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dt) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-semibold);
  margin-top: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(hr) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote) {
  font-weight: var(--tw-prose-font-medium);
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: '\201C''\201D''\2018''\2019';
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote p:first-of-type)::before {
  content: open-quote;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote p:last-of-type)::after {
  content: close-quote;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote > cite) {
  color: var(--tw-prose-body);
  font-style: normal;
  font-weight: var(--tw-prose-font-normal);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote > cite::before) {
  content: '\2014';
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h1) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-extrabold);
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h1 strong) {
  font-weight: var(--tw-prose-font-black);
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-bold);
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2 strong) {
  font-weight: var(--tw-prose-font-extrabold);
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-semibold);
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3 strong) {
  font-weight: var(--tw-prose-font-bold);
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-semibold);
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4 strong) {
  font-weight: var(--tw-prose-font-bold);
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(img) {
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(picture) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(kbd) {
  font-weight: var(--tw-prose-font-medium);
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
}
@supports (color: color-mix(in lab, red, red)) {
  :is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(kbd) {
    box-shadow: 0 0 0 1px color-mix(in oklab, var(--tw-prose-kbd-shadows) 10%, transparent), 0 3px 0 color-mix(in oklab, var(--tw-prose-kbd-shadows) 10%, transparent);
  }
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(kbd) {
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-right: 0.375em;
  padding-bottom: 0.1875em;
  padding-left: 0.375em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(code) {
  color: var(--tw-prose-code);
  font-weight: var(--tw-prose-font-semibold);
  font-size: 0.875em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(code)::before,:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(code)::after {
  content: '`';
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(a code) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h1 code) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2 code) {
  color: inherit;
  font-size: 0.875em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3 code) {
  color: inherit;
  font-size: 0.9em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4 code) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote code) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th code) {
  color: inherit;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: var(--tw-prose-font-normal);
  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-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre code) {
  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;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre code)::before {
  content: none;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre code)::after {
  content: none;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(table) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(table.has-fixed-layout) {
  table-layout: fixed;
  width: 100%;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th) {
  color: var(--tw-prose-headings);
  font-weight: var(--tw-prose-font-semibold);
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody tr) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody tr:last-child) {
  border-bottom-width: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td) {
  vertical-align: baseline;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tfoot) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tfoot td) {
  vertical-align: top;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figure > *) {
  margin-top: 0;
  margin-bottom: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figcaption) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(picture > img) {
  margin-top: 0;
  margin-bottom: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(video) {
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(li) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol > li) {
  padding-left: 0.375em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul > li) {
  padding-left: 0.375em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ul > li p) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ul > li > *:first-child) {
  margin-top: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ul > li > *:last-child) {
  margin-bottom: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ol > li > *:first-child) {
  margin-top: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > ol > li > *:last-child) {
  margin-bottom: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul ul,ul ol,ol ul,ol ol) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dl) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dd) {
  margin-top: 0.5em;
  padding-left: 1.625em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(hr + *) {
  margin-top: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2 + *) {
  margin-top: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3 + *) {
  margin-top: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4 + *) {
  margin-top: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th:first-child) {
  padding-left: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th:last-child) {
  padding-right: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td,tfoot td) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td:first-child,tfoot td:first-child) {
  padding-left: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td:last-child,tfoot td:last-child) {
  padding-right: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figure) {
  margin-top: 2em;
  margin-bottom: 2em;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > :first-child) {
  margin-top: 0;
}
:is(.prose :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(.prose > :last-child) {
  margin-bottom: 0;
}
.prose .wp-block-table td,.prose .wp-block-table th {
  border: 0;
}
.prose .wp-block-table thead,.prose .wp-block-table tfoot {
  border-color: var(--tw-prose-th-borders);
}
.prose .wp-block-table thead {
  border-bottom-width: 1px;
}
.prose .wp-block-table tfoot {
  border-top-width: 1px;
}
.mt-0 {
  margin-top: calc(var(--spacing) * 0);
}
.mt-\[1rem\] {
  margin-top: 1rem;
}
.mt-\[2rem\] {
  margin-top: 2rem;
}
.mt-\[5px\] {
  margin-top: 5px;
}
.mt-\[10px\] {
  margin-top: 10px;
}
.mt-\[16px\] {
  margin-top: 16px;
}
.mt-\[20px\] {
  margin-top: 20px;
}
.mt-\[24px\] {
  margin-top: 24px;
}
.mt-\[30px\] {
  margin-top: 30px;
}
.mt-\[40px\] {
  margin-top: 40px;
}
.mt-\[48px\] {
  margin-top: 48px;
}
.mt-\[50px\] {
  margin-top: 50px;
}
.mb-0 {
  margin-bottom: calc(var(--spacing) * 0);
}
.mb-\[8px\] {
  margin-bottom: 8px;
}
.mb-\[10px\] {
  margin-bottom: 10px;
}
.mb-\[12px\] {
  margin-bottom: 12px;
}
.mb-\[15px\] {
  margin-bottom: 15px;
}
.mb-\[24px\] {
  margin-bottom: 24px;
}
.mb-\[30px\] {
  margin-bottom: 30px;
}
.mb-\[40px\] {
  margin-bottom: 40px;
}
.ml-auto {
  margin-left: auto;
}
.block {
  display: block;
}
.contents {
  display: contents;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.table {
  display: table;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.h-\[2px\] {
  height: 2px;
}
.h-\[20em\] {
  height: 20em;
}
.h-\[40px\] {
  height: 40px;
}
.h-auto {
  height: auto;
}
.h-fit {
  height: fit-content;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.max-h-0 {
  max-height: calc(var(--spacing) * 0);
}
.max-h-screen {
  max-height: 100vh;
}
.w-\[40px\] {
  width: 40px;
}
.w-fit {
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-max {
  width: max-content;
}
.max-w-\[304px\] {
  max-width: 304px;
}
.max-w-\[1200px\] {
  max-width: 1200px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-none {
  max-width: none;
}
.min-w-\[20em\] {
  min-width: 20em;
}
.flex-grow {
  flex-grow: 1;
}
.grow {
  flex-grow: 1;
}
.translate-x-full {
  --tw-translate-x: 100%;
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.transform {
  transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
}
.cursor-pointer {
  cursor: pointer;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-center {
  align-items: center;
}
.items-end {
  align-items: flex-end;
}
.items-start {
  align-items: flex-start;
}
.items-stretch {
  align-items: stretch;
}
.justify-between {
  justify-content: space-between;
}
.justify-center {
  justify-content: center;
}
.justify-end {
  justify-content: flex-end;
}
.justify-start {
  justify-content: flex-start;
}
.gap-2 {
  gap: calc(var(--spacing) * 2);
}
.gap-4 {
  gap: calc(var(--spacing) * 4);
}
.gap-\[4px\] {
  gap: 4px;
}
.gap-\[20px\] {
  gap: 20px;
}
:where(.space-y-3 > :not(:last-child)) {
  --tw-space-y-reverse: 0;
  margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
  margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
}
:where(.space-y-\[8px\] > :not(:last-child)) {
  --tw-space-y-reverse: 0;
  margin-block-start: calc(8px * var(--tw-space-y-reverse));
  margin-block-end: calc(8px * calc(1 - var(--tw-space-y-reverse)));
}
.gap-x-\[1\.5px\] {
  column-gap: 1.5px;
}
.gap-x-\[4px\] {
  column-gap: 4px;
}
.gap-x-\[8px\] {
  column-gap: 8px;
}
.gap-x-\[10px\] {
  column-gap: 10px;
}
.gap-x-\[24px\] {
  column-gap: 24px;
}
.gap-y-\[1\.5em\] {
  row-gap: 1.5em;
}
.gap-y-\[3em\] {
  row-gap: 3em;
}
.gap-y-\[12px\] {
  row-gap: 12px;
}
.gap-y-\[30px\] {
  row-gap: 30px;
}
.gap-y-\[32px\] {
  row-gap: 32px;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.rounded-\[12px\] {
  border-radius: 12px;
}
.rounded-\[16px\] {
  border-radius: 16px;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.rounded-tl-\[1rem\] {
  border-top-left-radius: 1rem;
}
.rounded-br-\[16px\] {
  border-bottom-right-radius: 16px;
}
.rounded-bl-\[1rem\] {
  border-bottom-left-radius: 1rem;
}
.rounded-bl-\[16px\] {
  border-bottom-left-radius: 16px;
}
.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.border-t-\[2px\] {
  border-top-style: var(--tw-border-style);
  border-top-width: 2px;
}
.border-b-\[2px\] {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 2px;
}
.bg-secondary {
  background-color: var(--color-secondary);
}
.bg-tertiary {
  background-color: var(--color-tertiary);
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  background-color: var(--color-white);
}
.bg-contain {
  background-size: contain;
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.bg-top {
  background-position: top;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.stroke-current {
  stroke: currentcolor;
}
.object-contain {
  object-fit: contain;
}
.object-cover {
  object-fit: cover;
}
.object-center {
  object-position: center;
}
.object-top {
  object-position: top;
}
.p-\[24px\] {
  padding: 24px;
}
.px-0 {
  padding-inline: calc(var(--spacing) * 0);
}
.px-4 {
  padding-inline: calc(var(--spacing) * 4);
}
.px-\[0\.5rem\] {
  padding-inline: 0.5rem;
}
.px-\[1\.5rem\] {
  padding-inline: 1.5rem;
}
.px-\[1rem\] {
  padding-inline: 1rem;
}
.px-\[3rem\] {
  padding-inline: 3rem;
}
.px-\[22px\] {
  padding-inline: 22px;
}
.py-12 {
  padding-block: calc(var(--spacing) * 12);
}
.py-\[0\.5rem\] {
  padding-block: 0.5rem;
}
.py-\[1rem\] {
  padding-block: 1rem;
}
.py-\[8px\] {
  padding-block: 8px;
}
.py-\[16px\] {
  padding-block: 16px;
}
.py-\[20px\] {
  padding-block: 20px;
}
.py-\[32px\] {
  padding-block: 32px;
}
.py-\[38px\] {
  padding-block: 38px;
}
.pt-\[3em\] {
  padding-top: 3em;
}
.pt-\[32px\] {
  padding-top: 32px;
}
.pt-\[33px\] {
  padding-top: 33px;
}
.pt-\[66px\] {
  padding-top: 66px;
}
.pr-\[8px\] {
  padding-right: 8px;
}
.pr-\[31px\] {
  padding-right: 31px;
}
.pb-\[3em\] {
  padding-bottom: 3em;
}
.pb-\[16px\] {
  padding-bottom: 16px;
}
.pb-\[28px\] {
  padding-bottom: 28px;
}
.pl-\[8px\] {
  padding-left: 8px;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[16px\] {
  font-size: 16px;
}
.leading-\[1\.5\] {
  --tw-leading: 1.5;
  line-height: 1.5;
}
.leading-relaxed {
  --tw-leading: var(--leading-relaxed);
  line-height: var(--leading-relaxed);
}
.font-\[16px\] {
  --tw-font-weight: 16px;
  font-weight: 16px;
}
.font-bold {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.font-medium {
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
}
.font-normal {
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
}
.font-semibold {
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
}
.tracking-\[0\.28px\] {
  --tw-tracking: 0.28px;
  letter-spacing: 0.28px;
}
.tracking-\[0\.32px\] {
  --tw-tracking: 0.32px;
  letter-spacing: 0.32px;
}
.text-\[\#5B5857\] {
  color: #5B5857;
}
.text-black {
  color: var(--color-black);
}
.text-foreground {
  color: var(--color-foreground);
}
.text-primary {
  color: var(--color-primary);
}
.text-secondary {
  color: var(--color-secondary);
}
.text-tertiary {
  color: var(--color-tertiary);
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.opacity-0 {
  opacity: 0%;
}
.opacity-100 {
  opacity: 100%;
}
.transition {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -webkit-backdrop-filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-all {
  transition-property: all;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-colors {
  transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.transition-transform {
  transition-property: transform, translate, scale, rotate;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
  transition-duration: var(--tw-duration, var(--default-transition-duration));
}
.duration-300 {
  --tw-duration: 300ms;
  transition-duration: 300ms;
}
.duration-400 {
  --tw-duration: 400ms;
  transition-duration: 400ms;
}
.ease-in-out {
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-out);
}
.ease-out {
  --tw-ease: var(--ease-out);
  transition-timing-function: var(--ease-out);
}
.content-none {
  --tw-content: none;
  content: none;
}
.prose-neutral {
  --tw-prose-body: var(--color-neutral-700);
  --tw-prose-headings: var(--color-neutral-900);
  --tw-prose-lead: var(--color-neutral-600);
  --tw-prose-links: var(--color-neutral-900);
  --tw-prose-bold: var(--color-neutral-900);
  --tw-prose-counters: var(--color-neutral-500);
  --tw-prose-bullets: var(--color-neutral-300);
  --tw-prose-hr: var(--color-neutral-200);
  --tw-prose-quotes: var(--color-neutral-900);
  --tw-prose-quote-borders: var(--color-neutral-200);
  --tw-prose-captions: var(--color-neutral-500);
  --tw-prose-kbd: var(--color-neutral-900);
  --tw-prose-kbd-shadows: var(--color-neutral-900);
  --tw-prose-code: var(--color-neutral-900);
  --tw-prose-pre-code: var(--color-neutral-200);
  --tw-prose-pre-bg: var(--color-neutral-800);
  --tw-prose-th-borders: var(--color-neutral-300);
  --tw-prose-td-borders: var(--color-neutral-200);
  --tw-prose-invert-body: var(--color-neutral-300);
  --tw-prose-invert-headings: var(--color-white);
  --tw-prose-invert-lead: var(--color-neutral-400);
  --tw-prose-invert-links: var(--color-white);
  --tw-prose-invert-bold: var(--color-white);
  --tw-prose-invert-counters: var(--color-neutral-400);
  --tw-prose-invert-bullets: var(--color-neutral-600);
  --tw-prose-invert-hr: var(--color-neutral-700);
  --tw-prose-invert-quotes: var(--color-neutral-100);
  --tw-prose-invert-quote-borders: var(--color-neutral-700);
  --tw-prose-invert-captions: var(--color-neutral-400);
  --tw-prose-invert-kbd: var(--color-white);
  --tw-prose-invert-kbd-shadows: var(--color-white);
  --tw-prose-invert-code: var(--color-white);
  --tw-prose-invert-pre-code: var(--color-neutral-300);
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: var(--color-neutral-600);
  --tw-prose-invert-td-borders: var(--color-neutral-700);
}
@media (hover: hover) {
  .group-hover\:block:is(:where(.group):hover *) {
    display: block;
  }
}
@media (hover: hover) {
  .group-hover\:text-foreground:is(:where(.group):hover *) {
    color: var(--color-foreground);
  }
}
@media (hover: hover) {
  .group-hover\:text-primary:is(:where(.group):hover *) {
    color: var(--color-primary);
  }
}
@media (hover: hover) {
  .hover\:text-primary:hover {
    color: var(--color-primary);
  }
}
.focus\:outline-none:focus {
  --tw-outline-style: none;
  outline-style: none;
}
.focus-visible\:outline-none:focus-visible {
  --tw-outline-style: none;
  outline-style: none;
}
@media (width >= 40rem) {
  .sm\:h-\[30em\] {
    height: 30em;
  }
}
@media (width >= 40rem) {
  .sm\:w-fit {
    width: fit-content;
  }
}
@media (width >= 48rem) {
  .md\:h-\[40em\] {
    height: 40em;
  }
}
@media (width >= 48rem) {
  .md\:flex-shrink-0 {
    flex-shrink: 0;
  }
}
@media (width >= 48rem) {
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (width >= 48rem) {
  .md\:flex-row {
    flex-direction: row;
  }
}
@media (width >= 48rem) {
  .md\:items-center {
    align-items: center;
  }
}
@media (width >= 48rem) {
  .md\:gap-x-10 {
    column-gap: calc(var(--spacing) * 10);
  }
}
@media (width >= 48rem) {
  .md\:gap-x-\[32px\] {
    column-gap: 32px;
  }
}
@media (width >= 48rem) {
  .md\:gap-y-\[48px\] {
    row-gap: 48px;
  }
}
@media (width >= 48rem) {
  .md\:border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
}
@media (width >= 48rem) {
  .md\:p-0 {
    padding: calc(var(--spacing) * 0);
  }
}
@media (width >= 48rem) {
  .md\:px-\[24px\] {
    padding-inline: 24px;
  }
}
@media (width >= 64rem) {
  .lg\:container {
    width: 100%;
  }
  @media (width >= 40rem) {
    .lg\:container {
      max-width: 40rem;
    }
  }
  @media (width >= 48rem) {
    .lg\:container {
      max-width: 48rem;
    }
  }
  @media (width >= 64rem) {
    .lg\:container {
      max-width: 64rem;
    }
  }
  @media (width >= 80rem) {
    .lg\:container {
      max-width: 80rem;
    }
  }
  @media (width >= 96rem) {
    .lg\:container {
      max-width: 96rem;
    }
  }
}
@media (width >= 64rem) {
  .lg\:mt-\[60px\] {
    margin-top: 60px;
  }
}
@media (width >= 64rem) {
  .lg\:block {
    display: block;
  }
}
@media (width >= 64rem) {
  .lg\:flex {
    display: flex;
  }
}
@media (width >= 64rem) {
  .lg\:hidden {
    display: none;
  }
}
@media (width >= 64rem) {
  .lg\:h-\[48px\] {
    height: 48px;
  }
}
@media (width >= 64rem) {
  .lg\:h-\[367px\] {
    height: 367px;
  }
}
@media (width >= 64rem) {
  .lg\:h-\[379px\] {
    height: 379px;
  }
}
@media (width >= 64rem) {
  .lg\:h-full {
    height: 100%;
  }
}
@media (width >= 64rem) {
  .lg\:w-1\/2 {
    width: calc(1/2 * 100%);
  }
}
@media (width >= 64rem) {
  .lg\:w-5\/12 {
    width: calc(5/12 * 100%);
  }
}
@media (width >= 64rem) {
  .lg\:w-7\/12 {
    width: calc(7/12 * 100%);
  }
}
@media (width >= 64rem) {
  .lg\:w-\[30\%\] {
    width: 30%;
  }
}
@media (width >= 64rem) {
  .lg\:w-\[45\%\] {
    width: 45%;
  }
}
@media (width >= 64rem) {
  .lg\:w-\[48px\] {
    width: 48px;
  }
}
@media (width >= 64rem) {
  .lg\:w-\[55\%\] {
    width: 55%;
  }
}
@media (width >= 64rem) {
  .lg\:w-\[70\%\] {
    width: 70%;
  }
}
@media (width >= 64rem) {
  .lg\:max-w-\[75\%\] {
    max-width: 75%;
  }
}
@media (width >= 64rem) {
  .lg\:max-w-\[80\%\] {
    max-width: 80%;
  }
}
@media (width >= 64rem) {
  .lg\:max-w-\[85\%\] {
    max-width: 85%;
  }
}
@media (width >= 64rem) {
  .lg\:max-w-\[460px\] {
    max-width: 460px;
  }
}
@media (width >= 64rem) {
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (width >= 64rem) {
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (width >= 64rem) {
  .lg\:flex-row {
    flex-direction: row;
  }
}
@media (width >= 64rem) {
  .lg\:flex-row-reverse {
    flex-direction: row-reverse;
  }
}
@media (width >= 64rem) {
  .lg\:justify-center {
    justify-content: center;
  }
}
@media (width >= 64rem) {
  .lg\:gap-8 {
    gap: calc(var(--spacing) * 8);
  }
}
@media (width >= 64rem) {
  .lg\:gap-\[16px\] {
    gap: 16px;
  }
}
@media (width >= 64rem) {
  .lg\:gap-\[20px\] {
    gap: 20px;
  }
}
@media (width >= 64rem) {
  .lg\:gap-x-\[32px\] {
    column-gap: 32px;
  }
}
@media (width >= 64rem) {
  .lg\:gap-y-0 {
    row-gap: calc(var(--spacing) * 0);
  }
}
@media (width >= 64rem) {
  .lg\:rounded-\[16px\] {
    border-radius: 16px;
  }
}
@media (width >= 64rem) {
  .lg\:border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
}
@media (width >= 64rem) {
  .lg\:border-b-0 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 0px;
  }
}
@media (width >= 64rem) {
  .lg\:px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }
}
@media (width >= 64rem) {
  .lg\:px-\[1\.5rem\] {
    padding-inline: 1.5rem;
  }
}
@media (width >= 64rem) {
  .lg\:px-\[40px\] {
    padding-inline: 40px;
  }
}
@media (width >= 64rem) {
  .lg\:py-\[12px\] {
    padding-block: 12px;
  }
}
@media (width >= 64rem) {
  .lg\:py-\[40px\] {
    padding-block: 40px;
  }
}
@media (width >= 64rem) {
  .lg\:py-\[60px\] {
    padding-block: 60px;
  }
}
@media (width >= 64rem) {
  .lg\:pt-0 {
    padding-top: calc(var(--spacing) * 0);
  }
}
@media (width >= 64rem) {
  .lg\:pt-\[140px\] {
    padding-top: 140px;
  }
}
@media (width >= 64rem) {
  .lg\:pr-0 {
    padding-right: calc(var(--spacing) * 0);
  }
}
@media (width >= 64rem) {
  .lg\:pr-\[20px\] {
    padding-right: 20px;
  }
}
@media (width >= 64rem) {
  .lg\:pr-\[30px\] {
    padding-right: 30px;
  }
}
@media (width >= 64rem) {
  .lg\:pr-\[40px\] {
    padding-right: 40px;
  }
}
@media (width >= 64rem) {
  .lg\:pr-\[72px\] {
    padding-right: 72px;
  }
}
@media (width >= 64rem) {
  .lg\:pb-0 {
    padding-bottom: calc(var(--spacing) * 0);
  }
}
@media (width >= 64rem) {
  .lg\:pl-0 {
    padding-left: calc(var(--spacing) * 0);
  }
}
@media (width >= 64rem) {
  .lg\:pl-\[20px\] {
    padding-left: 20px;
  }
}
@media (width >= 64rem) {
  .lg\:pl-\[30px\] {
    padding-left: 30px;
  }
}
@media (width >= 64rem) {
  .lg\:pl-\[40px\] {
    padding-left: 40px;
  }
}
@media (width >= 64rem) {
  .lg\:pl-\[72px\] {
    padding-left: 72px;
  }
}
@media (width >= 80rem) {
  .xl\:max-w-\[60\%\] {
    max-width: 60%;
  }
}
@media (width >= 80rem) {
  .xl\:max-w-\[70\%\] {
    max-width: 70%;
  }
}
@media (width >= 80rem) {
  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (width >= 80rem) {
  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (width >= 80rem) {
  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (width >= 80rem) {
  .xl\:gap-\[30px\] {
    gap: 30px;
  }
}
@media (width >= 80rem) {
  .xl\:border-r {
    border-right-style: var(--tw-border-style);
    border-right-width: 1px;
  }
}
@media (width >= 80rem) {
  .xl\:py-\[32px\] {
    padding-block: 32px;
  }
}
@media (width >= 80rem) {
  .xl\:pt-\[164px\] {
    padding-top: 164px;
  }
}
@media (width >= 80rem) {
  .xl\:pr-\[32px\] {
    padding-right: 32px;
  }
}
@media (width >= 80rem) {
  .xl\:pr-\[50px\] {
    padding-right: 50px;
  }
}
@media (width >= 80rem) {
  .xl\:pr-\[70px\] {
    padding-right: 70px;
  }
}
@media (width >= 80rem) {
  .xl\:pl-\[32px\] {
    padding-left: 32px;
  }
}
@media (width >= 80rem) {
  .xl\:pl-\[50px\] {
    padding-left: 50px;
  }
}
@media (width >= 80rem) {
  .xl\:pl-\[70px\] {
    padding-left: 70px;
  }
}
.prose-a\:text-primary :is(a):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  color: var(--color-primary);
}
@layer utilities {
  .text-background {
    color: var(--wp--preset--color--background) !important;
  }
  .text-foreground {
    color: var(--wp--preset--color--foreground) !important;
  }
  .text-foreground-light {
    color: var(--wp--preset--color--foreground-light) !important;
  }
  .text-foreground-dark {
    color: var(--wp--preset--color--foreground-dark) !important;
  }
  .text-primary {
    color: var(--wp--preset--color--primary) !important;
  }
  .text-primary-light {
    color: var(--wp--preset--color--primary-light) !important;
  }
  .text-primary-dark {
    color: var(--wp--preset--color--primary-dark) !important;
  }
  .text-secondary {
    color: var(--wp--preset--color--secondary) !important;
  }
  .text-tertiary {
    color: var(--wp--preset--color--tertiary) !important;
  }
  .text-quaternary {
    color: var(--wp--preset--color--quaternary) !important;
  }
  .text-quaternary-light {
    color: var(--wp--preset--color--quaternary-light) !important;
  }
  .text-quaternary-medium {
    color: var(--wp--preset--color--quaternary-medium) !important;
  }
  .text-quaternary-dark {
    color: var(--wp--preset--color--quaternary-dark) !important;
  }
  .text-quinternary {
    color: var(--wp--preset--color--quinternary) !important;
  }
  .text-quinternary-light {
    color: var(--wp--preset--color--quinternary-light) !important;
  }
  .text-quinternary-dark {
    color: var(--wp--preset--color--quinternary-dark) !important;
  }
  .text-accent {
    color: var(--wp--preset--color--accent) !important;
  }
  .bg-background {
    background-color: var(--wp--preset--color--background) !important;
  }
  .bg-foreground {
    background-color: var(--wp--preset--color--foreground) !important;
  }
  .bg-foreground-light {
    background-color: var(--wp--preset--color--foreground-light) !important;
  }
  .bg-foreground-dark {
    background-color: var(--wp--preset--color--foreground-dark) !important;
  }
  .bg-primary {
    background-color: var(--wp--preset--color--primary) !important;
  }
  .bg-primary-light {
    background-color: var(--wp--preset--color--primary-light) !important;
  }
  .bg-primary-dark {
    background-color: var(--wp--preset--color--primary-dark) !important;
  }
  .bg-secondary {
    background-color: var(--wp--preset--color--secondary) !important;
  }
  .bg-tertiary {
    background-color: var(--wp--preset--color--tertiary) !important;
  }
  .bg-quaternary {
    background-color: var(--wp--preset--color--quaternary) !important;
  }
  .bg-quaternary-light {
    background-color: var(--wp--preset--color--quaternary-light) !important;
  }
  .bg-quaternary-medium {
    background-color: var(--wp--preset--color--quaternary-medium) !important;
  }
  .bg-quaternary-dark {
    background-color: var(--wp--preset--color--quaternary-dark) !important;
  }
  .bg-quinternary {
    background-color: var(--wp--preset--color--quinternary) !important;
  }
  .bg-quinternary-light {
    background-color: var(--wp--preset--color--quinternary-light) !important;
  }
  .bg-quinternary-medium {
    background-color: var(--wp--preset--color--quinternary-medium) !important;
  }
  .bg-quinternary-dark {
    background-color: var(--wp--preset--color--quinternary-dark) !important;
  }
  .bg-accent {
    background-color: var(--wp--preset--color--accent) !important;
  }
  .border-background {
    border-color: var(--wp--preset--color--background) !important;
  }
  .border-foreground {
    border-color: var(--wp--preset--color--foreground) !important;
  }
  .border-foreground-light {
    border-color: var(--wp--preset--color--foreground-light) !important;
  }
  .border-foreground-dark {
    border-color: var(--wp--preset--color--foreground-dark) !important;
  }
  .border-primary {
    border-color: var(--wp--preset--color--primary) !important;
  }
  .border-primary-light {
    border-color: var(--wp--preset--color--primary-light) !important;
  }
  .border-primary-dark {
    border-color: var(--wp--preset--color--primary-dark) !important;
  }
  .border-secondary {
    border-color: var(--wp--preset--color--secondary) !important;
  }
  .border-tertiary {
    border-color: var(--wp--preset--color--tertiary) !important;
  }
  .border-quaternary {
    border-color: var(--wp--preset--color--quaternary) !important;
  }
  .border-quaternary-light {
    border-color: var(--wp--preset--color--quaternary-light) !important;
  }
  .border-quaternary-medium {
    border-color: var(--wp--preset--color--quaternary-medium) !important;
  }
  .border-quaternary-dark {
    border-color: var(--wp--preset--color--quaternary-dark) !important;
  }
  .border-quinternary {
    border-color: var(--wp--preset--color--quinternary) !important;
  }
  .border-quinternary-light {
    border-color: var(--wp--preset--color--quinternary-light) !important;
  }
  .border-quinternary-dark {
    border-color: var(--wp--preset--color--quinternary-dark) !important;
  }
  .border-accent {
    border-color: var(--wp--preset--color--accent) !important;
  }
  .shadow-custom-menu {
    box-shadow: 0 20px 25px -5px rgba(16, 24, 40, 0.10), 0 8px 10px -6px rgba(16, 24, 40, 0.10);
  }
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-duration: initial;
      --tw-ease: initial;
      --tw-space-y-reverse: 0;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-border-style: solid;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
    }
  }
}
