/*! tailwindcss v4.1.14 | MIT License | https://tailwindcss.com */
/*!
Theme Name: rgbsiaero
Theme URI: https://underscoretw.com/
Description: A custom theme based on _tw
Version: 0.1.0
Author: underscoretw.com
Author URI: https://underscoretw.com/
Text Domain: rgbsiaero
Requires at least: 6.9
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.

rgbsiaero is based on _tw https://underscoretw.com/, (C) 2021-2026 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-2026 Automattic, Inc.
Underscores and Varia are distributed under the terms of the GNU GPL v2 or later.
*/
@layer properties;
#gform_wrapper_1 .gfield_label {
  margin-bottom: calc(var(--spacing) * 2);
  display: block;
  font-family: 'Open Sans';
  font-size: 16px;
  --tw-leading: 1.75;
  line-height: 1.75;
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  color: #10447C;
}
#gform_wrapper_1 #input_1_1_3, #input_1_3_6, #input_1_4, #input_1_5, #input_1_6 {
  width: 100%;
  border-radius: 4px;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: rgba(0,0,0,0.2);
  background-color: var(--color-white);
  padding: calc(var(--spacing) * 2);
}
:is(#gform_wrapper_1 #input_1_1_3,#input_1_3_6,#input_1_4,#input_1_5,#input_1_6):focus {
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
:is(#gform_wrapper_1 #input_1_1_3,#input_1_3_6,#input_1_4,#input_1_5,#input_1_6):focus {
  --tw-ring-color: var(--color-blue-400);
}
:is(#gform_wrapper_1 #input_1_1_3,#input_1_3_6,#input_1_4,#input_1_5,#input_1_6):focus {
  --tw-outline-style: none;
  outline-style: none;
}
#gform_wrapper_1 #input_1_7 {
  width: 100%;
  resize: none;
  border-radius: 4px;
  border-style: var(--tw-border-style);
  border-width: 1px;
  border-color: rgba(0,0,0,0.2);
  background-color: var(--color-white);
  padding: calc(var(--spacing) * 2);
}
:is(#gform_wrapper_1 #input_1_7):focus {
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
:is(#gform_wrapper_1 #input_1_7):focus {
  --tw-ring-color: var(--color-blue-400);
}
:is(#gform_wrapper_1 #input_1_7):focus {
  --tw-outline-style: none;
  outline-style: none;
}
#gform_submit_button_1 {
  border-radius: 8px;
  border-style: var(--tw-border-style);
  border-width: 2px;
  border-color: rgba(255,255,255,0);
  background-color: #1E7FD9;
  padding-inline: calc(var(--spacing) * 4);
  padding-inline: 16px;
  padding-block: calc(var(--spacing) * 2);
  padding-block: 10px;
  font-size: 20px;
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: var(--color-white);
  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));
}
@media (hover: hover) {
  #gform_submit_button_1:hover {
    background-color: #1163B8;
  }
}
.single-post .prose h2 {
  margin-top: 40px;
  margin-bottom: 24px;
  font-size: 26px;
  --tw-leading: 32px;
  line-height: 32px;
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
  color: var(--Text-text-primary,#000);
  text-transform: capitalize;
}
.wp-block-button.pdf .wp-block-button__link.wp-element-button {
  border-radius: 8px;
  border-style: var(--tw-border-style);
  border-width: 2px;
  border-color: transparent;
  background-color: #0E4B8E;
  padding-inline: calc(var(--spacing) * 4);
  padding-block: 10px;
  text-align: center;
  font-family: var(--font-sans);
  font-size: 20px;
  --tw-leading: 28px;
  line-height: 28px;
  --tw-font-weight: var(--font-weight-semibold);
  font-weight: var(--font-weight-semibold);
  color: var(--color-white);
  text-decoration-line: none;
}
@media (hover: hover) {
  :is(.wp-block-button.pdf .wp-block-button__link.wp-element-button):hover {
    background-color: #10447C;
  }
}
.last-sec .arrow .arrow .hidden {
  display: none !important;
}
body .font-open {
  font-family: 'Open Sans';
}
.bg-gradient-custom {
  background-image: linear-gradient(0deg, rgba(13,37,68,0.90) 0%, rgba(13,37,68,0.30) 100%);
}
.page-id-591 .aerow {
  display: none !important;
}
.page-id-216 .custom-w {
  max-width: 720px !important;
}
.page-id-216 .last-sec .arrow {
  display: none !important;
}
strong {
  font-weight: 700 !important;
}
#gform_wrapper_1 input {
  box-shadow: none !important;
}
#input_1_7 {
  box-shadow: none !important;
}
.admin-bar header#masthead {
  top: 32px;
}
html {
  scroll-behavior: smooth !important;
}
.single figure {
  display: flex !important;
  align-items: center !important;
  gap: 16px;
}
.single .alignnone.size-medium {
  width: 40px !important;
}
div#gform_confirmation_wrapper_1 {
  display: flex;
  font-size: 18px;
  line-height: 26px;
  margin-top: 20px;
}
#primary-menu li {
  position: relative !important;
}
#primary-menu li .sub-menu {
  position: absolute !important;
  top: 100% !important;
  left: calc(var(--spacing) * 0) !important;
  z-index: 50 !important;
  display: none !important;
  min-width: 200px !important;
  flex-direction: column !important;
  border-radius: var(--radius-md) !important;
  border-style: var(--tw-border-style) !important;
  border-width: 1px !important;
  border-color: var(--color-gray-300) !important;
  background-color: var(--color-white) !important;
  padding-block: calc(var(--spacing) * 2) !important;
  --tw-shadow: 0 10px 25px var(--tw-shadow-color, rgba(0,0,0,0.15)) !important;
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
}
#primary-menu li .sub-menu li {
  height: auto !important;
  width: 100% !important;
  text-align: left !important;
  --tw-leading: 2 !important;
  line-height: 2 !important;
}
#primary-menu li:hover > .sub-menu {
  display: flex !important;
}
#primary-menu li .sub-menu li a {
  display: block !important;
  height: auto !important;
  width: 100% !important;
  padding-inline: calc(var(--spacing) * 0) !important;
  padding-block: calc(var(--spacing) * 0) !important;
  font-size: 16px !important;
  --tw-leading: 200% !important;
  line-height: 200% !important;
  --tw-font-weight: var(--font-weight-normal) !important;
  font-weight: var(--font-weight-normal) !important;
  color: var(--color-black) !important;
  transition-property: all !important;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function)) !important;
  transition-duration: var(--tw-duration, var(--default-transition-duration)) !important;
  --tw-duration: 300ms !important;
  transition-duration: 300ms !important;
  --tw-ease: var(--ease-in-out) !important;
  transition-timing-function: var(--ease-in-out) !important;
}
#primary-menu li .sub-menu li a:hover {
  color: #1E7FD9 !important;
}
#primary-menu li .sub-menu {
  width: max-content !important;
  border-style: var(--tw-border-style) !important;
  border-width: 0px !important;
  padding-block: calc(var(--spacing) * 4) !important;
  padding-right: calc(var(--spacing) * 12) !important;
  padding-left: calc(var(--spacing) * 6) !important;
}
#primary-menu li {
  position: relative !important;
}
#primary-menu li .sub-menu li .sub-menu {
  position: absolute !important;
  top: calc(var(--spacing) * 0) !important;
  left: 100% !important;
  z-index: 50 !important;
  display: none !important;
  min-width: 200px !important;
  background-color: var(--color-white) !important;
  padding-inline: calc(var(--spacing) * 6) !important;
  padding-block: calc(var(--spacing) * 4) !important;
  --tw-shadow: 0 10px 25px var(--tw-shadow-color, rgba(0,0,0,0.15)) !important;
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow) !important;
}
#primary-menu li .sub-menu li:hover > .sub-menu {
  display: block !important;
}
#mobile-menu .sub-menu {
  display: flex;
  display: none;
  flex-direction: column;
  gap: calc(var(--spacing) * 2);
  border-left-style: var(--tw-border-style);
  border-left-width: 1px;
  border-color: var(--color-gray-200);
  padding-left: calc(var(--spacing) * 4);
}
#mobile-menu .sub-menu a {
  font-size: 16px;
  --tw-font-weight: 400;
  font-weight: 400;
  color: var(--color-black);
}
#mobile-menu .sub-menu {
  display: none;
}
#mobile-menu ul.sub-menu.show {
  display: block;
  padding-left: calc(var(--spacing) * 3) !important;
}
#mobile-menu ul.sub-menu li a {
  font-size: 16px;
  --tw-leading: 200% !important;
  line-height: 200% !important;
  color: var(--color-black);
  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));
}
@media (hover: hover) {
  :is(#mobile-menu ul.sub-menu li a):hover {
    color: #1E7FD9;
  }
}
ul#mobile-menu > li a {
  position: relative;
  display: block;
}
ul#mobile-menu li a span {
  right: 0;
  position: absolute;
}
#mobile-menu .sub-menu {
  display: none;
  padding-left: 15px;
}
#mobile-menu .sub-menu.show {
  display: block;
}
: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-blue-400: oklch(70.7% 0.165 254.624);
  --color-gray-200: oklch(92.8% 0.006 264.531);
  --color-gray-300: oklch(87.2% 0.01 258.338);
  --color-gray-400: oklch(70.7% 0.022 261.325);
  --color-gray-900: oklch(21% 0.034 264.665);
  --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-sm: 0.875rem;
  --text-sm--line-height: calc(1.25 / 0.875);
  --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-tight: 1.25;
  --leading-normal: 1.5;
  --radius-md: 0.375rem;
  --radius-lg: 0.5rem;
  --radius-xl: 0.75rem;
  --radius-2xl: 1rem;
  --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
  --blur-md: 12px;
  --aspect-video: 16 / 9;
  --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);
  --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;
}
body {
  background-color: var(--color-background);
  font-family: var(--font-sans);
  color: var(--color-foreground);
}
.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);
}
.pointer-events-none {
  pointer-events: none;
}
.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;
}
.\!static {
  position: static !important;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: calc(var(--spacing) * 0);
}
.top-0 {
  top: calc(var(--spacing) * 0);
}
.top-1\/2 {
  top: calc(1/2 * 100%);
}
.top-\[90px\] {
  top: 90px;
}
.right-0 {
  right: calc(var(--spacing) * 0);
}
.bottom-0 {
  bottom: calc(var(--spacing) * 0);
}
.left-0 {
  left: calc(var(--spacing) * 0);
}
.left-1\/2 {
  left: calc(1/2 * 100%);
}
.left-\[-12px\] {
  left: -12px;
}
.left-\[1px\] {
  left: 1px;
}
.left-\[8px\] {
  left: 8px;
}
.left-\[clamp\(10px\,calc\(\(100vw-1360px\)\/2\)\,9999px\)\] {
  left: clamp(10px, calc((100vw - 1360px) / 2), 9999px);
}
.z-0 {
  z-index: 0;
}
.z-1 {
  z-index: 1;
}
.z-9 {
  z-index: 9;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-50 {
  z-index: 50;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[9998\] {
  z-index: 9998;
}
.z-\[9999\] {
  z-index: 9999;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.float-right {
  float: right;
}
.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;
  }
}
.m-0 {
  margin: calc(var(--spacing) * 0);
}
.mx-2 {
  margin-inline: calc(var(--spacing) * 2);
}
.mx-auto {
  margin-inline: auto;
}
.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;
}
.prose-lg {
  font-size: 1.125rem;
  line-height: 1.7777778;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(p) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where([class~='lead'],[class~='is-style-lead']) {
  font-size: 1.2222222em;
  line-height: 1.4545455;
  margin-top: 1.0909091em;
  margin-bottom: 1.0909091em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(blockquote) {
  margin-top: 1.6666667em;
  margin-bottom: 1.6666667em;
  padding-inline-start: 1em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h1) {
  font-size: 2.6666667em;
  margin-top: 0;
  margin-bottom: 0.8333333em;
  line-height: 1;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2) {
  font-size: 1.6666667em;
  margin-top: 1.8666667em;
  margin-bottom: 1.0666667em;
  line-height: 1.3333333;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3) {
  font-size: 1.3333333em;
  margin-top: 1.6666667em;
  margin-bottom: 0.6666667em;
  line-height: 1.5;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4) {
  margin-top: 1.7777778em;
  margin-bottom: 0.4444444em;
  line-height: 1.5555556;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(img) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(picture) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(picture > img) {
  margin-top: 0;
  margin-bottom: 0;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(video) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(kbd) {
  font-size: 0.8888889em;
  border-radius: 0.3125rem;
  padding-top: 0.2222222em;
  padding-inline-end: 0.4444444em;
  padding-bottom: 0.2222222em;
  padding-inline-start: 0.4444444em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(code) {
  font-size: 0.8888889em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2 code) {
  font-size: 0.8666667em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3 code) {
  font-size: 0.875em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(pre) {
  font-size: 0.8888889em;
  line-height: 1.75;
  margin-top: 2em;
  margin-bottom: 2em;
  border-radius: 0.375rem;
  padding-top: 1em;
  padding-inline-end: 1.5em;
  padding-bottom: 1em;
  padding-inline-start: 1.5em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-inline-start: 1.5555556em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
  padding-inline-start: 1.5555556em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(li) {
  margin-top: 0.6666667em;
  margin-bottom: 0.6666667em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ol > li) {
  padding-inline-start: 0.4444444em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(ul > li) {
  padding-inline-start: 0.4444444em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))) .prose-lg :where(.prose-lg > ul > li p) {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))) .prose-lg :where(.prose-lg > ul > li > p:first-child):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  margin-top: 1.3333333em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))) .prose-lg :where(.prose-lg > ul > li > p:last-child):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  margin-bottom: 1.3333333em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))) .prose-lg :where(.prose-lg > ol > li > p:first-child):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  margin-top: 1.3333333em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))) .prose-lg :where(.prose-lg > ol > li > p:last-child):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  margin-bottom: 1.3333333em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))) .prose-lg :where(ul ul,ul ol,ol ul,ol ol) {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dl) {
  margin-top: 1.3333333em;
  margin-bottom: 1.3333333em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dt) {
  margin-top: 1.3333333em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(dd) {
  margin-top: 0.6666667em;
  padding-inline-start: 1.5555556em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(hr) {
  margin-top: 3.1111111em;
  margin-bottom: 3.1111111em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(hr + *) {
  margin-top: 0;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h2 + *) {
  margin-top: 0;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h3 + *) {
  margin-top: 0;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(h4 + *) {
  margin-top: 0;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(table) {
  font-size: 0.8888889em;
  line-height: 1.5;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(thead th) {
  padding-inline-end: 0.75em;
  padding-bottom: 0.75em;
  padding-inline-start: 0.75em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))) .prose-lg :where(thead th:first-child) {
  padding-inline-start: 0;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))) .prose-lg :where(thead th:last-child) {
  padding-inline-end: 0;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(tbody td,tfoot td) {
  padding-top: 0.75em;
  padding-inline-end: 0.75em;
  padding-bottom: 0.75em;
  padding-inline-start: 0.75em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))) .prose-lg :where(tbody td:first-child,tfoot td:first-child):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  padding-inline-start: 0;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))) .prose-lg :where(tbody td:last-child,tfoot td:last-child):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  padding-inline-end: 0;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figure):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  margin-top: 1.7777778em;
  margin-bottom: 1.7777778em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figure > *):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))):where(figcaption):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  font-size: 0.8888889em;
  line-height: 1.5;
  margin-top: 1em;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))) .prose-lg :where(.prose-lg > :first-child):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  margin-top: 0;
}
:is(.prose-lg :not(:where([class~='not-prose'],[class~='not-prose'] *))) .prose-lg :where(.prose-lg > :last-child):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  margin-bottom: 0;
}
.mt-0 {
  margin-top: calc(var(--spacing) * 0);
}
.mt-4 {
  margin-top: calc(var(--spacing) * 4);
}
.mt-6 {
  margin-top: calc(var(--spacing) * 6);
}
.mt-8 {
  margin-top: calc(var(--spacing) * 8);
}
.mt-10 {
  margin-top: calc(var(--spacing) * 10);
}
.mt-\[5px\] {
  margin-top: 5px;
}
.mt-\[16px\] {
  margin-top: 16px;
}
.mt-\[20px\] {
  margin-top: 20px;
}
.mt-\[24px\] {
  margin-top: 24px;
}
.mt-\[25px\] {
  margin-top: 25px;
}
.mt-\[32px\] {
  margin-top: 32px;
}
.mt-\[40px\] {
  margin-top: 40px;
}
.mt-\[44px\] {
  margin-top: 44px;
}
.mt-\[60px\] {
  margin-top: 60px;
}
.mt-auto {
  margin-top: auto;
}
.mb-0 {
  margin-bottom: calc(var(--spacing) * 0);
}
.mb-1 {
  margin-bottom: calc(var(--spacing) * 1);
}
.mb-4 {
  margin-bottom: calc(var(--spacing) * 4);
}
.mb-6 {
  margin-bottom: calc(var(--spacing) * 6);
}
.mb-8 {
  margin-bottom: calc(var(--spacing) * 8);
}
.mb-\[8px\] {
  margin-bottom: 8px;
}
.mb-\[12px\] {
  margin-bottom: 12px;
}
.mb-\[16px\] {
  margin-bottom: 16px;
}
.mb-\[20px\] {
  margin-bottom: 20px;
}
.mb-\[24px\] {
  margin-bottom: 24px;
}
.mb-\[30px\] {
  margin-bottom: 30px;
}
.mb-\[32px\] {
  margin-bottom: 32px;
}
.mb-\[40px\] {
  margin-bottom: 40px;
}
.mb-\[48px\] {
  margin-bottom: 48px;
}
.mb-\[64px\] {
  margin-bottom: 64px;
}
.mb-\[var\(--row-gap\)\] {
  margin-bottom: var(--row-gap);
}
.ml-2 {
  margin-left: calc(var(--spacing) * 2);
}
.box-border {
  box-sizing: border-box;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.block {
  display: block;
}
.contents {
  display: contents;
}
.flex {
  display: flex;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.inline-block {
  display: inline-block;
}
.inline-flex {
  display: inline-flex;
}
.aspect-video {
  aspect-ratio: var(--aspect-video);
}
.h-\[2px\] {
  height: 2px;
}
.h-\[3px\] {
  height: 3px;
}
.h-\[16px\] {
  height: 16px;
}
.h-\[22px\] {
  height: 22px;
}
.h-\[27px\] {
  height: 27px;
}
.h-\[32px\] {
  height: 32px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[48px\] {
  height: 48px;
}
.h-\[64px\] {
  height: 64px;
}
.h-\[180px\] {
  height: 180px;
}
.h-\[280px\] {
  height: 280px;
}
.h-\[300px\] {
  height: 300px;
}
.h-\[320px\] {
  height: 320px;
}
.h-\[340px\] {
  height: 340px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.min-h-\[300px\] {
  min-height: 300px;
}
.min-h-\[550px\] {
  min-height: 550px;
}
.min-h-full {
  min-height: 100%;
}
.\!w-auto {
  width: auto !important;
}
.w-\[2px\] {
  width: 2px;
}
.w-\[16px\] {
  width: 16px;
}
.w-\[18px\] {
  width: 18px;
}
.w-\[22px\] {
  width: 22px;
}
.w-\[27px\] {
  width: 27px;
}
.w-\[32px\] {
  width: 32px;
}
.w-\[44px\] {
  width: 44px;
}
.w-\[64px\] {
  width: 64px;
}
.w-\[160px\] {
  width: 160px;
}
.w-\[177\.78vh\] {
  width: 177.78vh;
}
.w-\[250px\] {
  width: 250px;
}
.w-\[300px\] {
  width: 300px;
}
.w-\[552px\] {
  width: 552px;
}
.w-auto {
  width: auto;
}
.w-fit {
  width: fit-content;
}
.w-full {
  width: 100%;
}
.max-w-\[80px\] {
  max-width: 80px;
}
.max-w-\[100\%\] {
  max-width: 100%;
}
.max-w-\[540px\] {
  max-width: 540px;
}
.max-w-\[550px\] {
  max-width: 550px;
}
.max-w-\[685px\] {
  max-width: 685px;
}
.max-w-\[690px\] {
  max-width: 690px;
}
.max-w-\[900px\] {
  max-width: 900px;
}
.max-w-\[1140px\] {
  max-width: 1140px;
}
.max-w-\[1280px\] {
  max-width: 1280px;
}
.max-w-\[1360px\] {
  max-width: 1360px;
}
.max-w-\[1440px\] {
  max-width: 1440px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-none {
  max-width: none;
}
.min-w-full {
  min-width: 100%;
}
.flex-1 {
  flex: 1;
}
.flex-shrink {
  flex-shrink: 1;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.-translate-x-1\/2 {
  --tw-translate-x: calc(calc(1/2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.-translate-x-\[0px\] {
  --tw-translate-x: calc(0px * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.translate-x-full {
  --tw-translate-x: 100%;
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.-translate-y-1\/2 {
  --tw-translate-y: calc(calc(1/2 * 100%) * -1);
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.translate-y-\[20px\] {
  --tw-translate-y: 20px;
  translate: var(--tw-translate-x) var(--tw-translate-y);
}
.scale-x-\[-1\] {
  --tw-scale-x: -1;
  scale: var(--tw-scale-x) var(--tw-scale-y);
}
.rotate-180 {
  rotate: 180deg;
}
.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;
}
.resize {
  resize: both;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-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-3 {
  gap: calc(var(--spacing) * 3);
}
.gap-4 {
  gap: calc(var(--spacing) * 4);
}
.gap-6 {
  gap: calc(var(--spacing) * 6);
}
.gap-\[8px\] {
  gap: 8px;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-\[16px\] {
  gap: 16px;
}
.gap-\[20px\] {
  gap: 20px;
}
.gap-\[24px\] {
  gap: 24px;
}
.gap-\[32px\] {
  gap: 32px;
}
.gap-\[40px\] {
  gap: 40px;
}
.gap-\[48px\] {
  gap: 48px;
}
.gap-\[64px\] {
  gap: 64px;
}
:where(.space-y-8 > :not(:last-child)) {
  --tw-space-y-reverse: 0;
  margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
  margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-2xl {
  border-radius: var(--radius-2xl);
}
.rounded-\[4px\] {
  border-radius: 4px;
}
.rounded-\[8px\] {
  border-radius: 8px;
}
.rounded-\[16px\] {
  border-radius: 16px;
}
.rounded-\[32px\] {
  border-radius: 32px;
}
.rounded-full {
  border-radius: calc(infinity * 1px);
}
.rounded-lg {
  border-radius: var(--radius-lg);
}
.rounded-md {
  border-radius: var(--radius-md);
}
.rounded-xl {
  border-radius: var(--radius-xl);
}
.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.border-2 {
  border-style: var(--tw-border-style);
  border-width: 2px;
}
.border-t {
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
}
.border-t-\[2px\] {
  border-top-style: var(--tw-border-style);
  border-top-width: 2px;
}
.border-\[\#133A67\] {
  border-color: #133A67;
}
.border-\[\#D0E4FA\] {
  border-color: #D0E4FA;
}
.border-black\/20 {
  border-color: color-mix(in srgb, #000 20%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .border-black\/20 {
    border-color: color-mix(in oklab, var(--color-black) 20%, transparent);
  }
}
.border-transparent {
  border-color: transparent;
}
.bg-\[\#0D2544\] {
  background-color: #0D2544;
}
.bg-\[\#0E4B8E\] {
  background-color: #0E4B8E;
}
.bg-\[\#0E4B8E\]\/50 {
  background-color: color-mix(in oklab, #0E4B8E 50%, transparent);
}
.bg-\[\#000\] {
  background-color: #000;
}
.bg-\[\#1E7FD9\] {
  background-color: #1E7FD9;
}
.bg-\[\#7E8597\] {
  background-color: #7E8597;
}
.bg-\[\#069bc5\] {
  background-color: #069bc5;
}
.bg-\[\#121B1D\] {
  background-color: #121B1D;
}
.bg-\[\#133A67\] {
  background-color: #133A67;
}
.bg-\[\#10447C\] {
  background-color: #10447C;
}
.bg-\[\#CBCED5\] {
  background-color: #CBCED5;
}
.bg-\[\#F1F7FE\] {
  background-color: #F1F7FE;
}
.bg-\[\#F2F3F5\] {
  background-color: #F2F3F5;
}
.bg-\[\#f5f5f5\] {
  background-color: #f5f5f5;
}
.bg-black {
  background-color: var(--color-black);
}
.bg-black\/10 {
  background-color: color-mix(in srgb, #000 10%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-black\/10 {
    background-color: color-mix(in oklab, var(--color-black) 10%, transparent);
  }
}
.bg-black\/40 {
  background-color: color-mix(in srgb, #000 40%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-black\/40 {
    background-color: color-mix(in oklab, var(--color-black) 40%, transparent);
  }
}
.bg-black\/50 {
  background-color: color-mix(in srgb, #000 50%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-black\/50 {
    background-color: color-mix(in oklab, var(--color-black) 50%, transparent);
  }
}
.bg-white {
  background-color: var(--color-white);
}
.bg-gradient-to-b {
  --tw-gradient-position: to bottom in oklab;
  background-image: linear-gradient(var(--tw-gradient-stops));
}
.bg-gradient-to-t {
  --tw-gradient-position: to top in oklab;
  background-image: linear-gradient(var(--tw-gradient-stops));
}
.from-black\/90 {
  --tw-gradient-from: color-mix(in srgb, #000 90%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .from-black\/90 {
    --tw-gradient-from: color-mix(in oklab, var(--color-black) 90%, transparent);
  }
}
.from-black\/90 {
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.from-transparent {
  --tw-gradient-from: transparent;
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.via-black\/60 {
  --tw-gradient-via: color-mix(in srgb, #000 60%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .via-black\/60 {
    --tw-gradient-via: color-mix(in oklab, var(--color-black) 60%, transparent);
  }
}
.via-black\/60 {
  --tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-via-stops);
}
.to-black\/20 {
  --tw-gradient-to: color-mix(in srgb, #000 20%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .to-black\/20 {
    --tw-gradient-to: color-mix(in oklab, var(--color-black) 20%, transparent);
  }
}
.to-black\/20 {
  --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.fill-black {
  fill: var(--color-black);
}
.object-contain {
  object-fit: contain;
}
.object-cover {
  object-fit: cover;
}
.object-left {
  object-position: left;
}
.p-\[8px\] {
  padding: 8px;
}
.p-\[24px\] {
  padding: 24px;
}
.p-\[32px\] {
  padding: 32px;
}
.p-\[48px\] {
  padding: 48px;
}
.px-3 {
  padding-inline: calc(var(--spacing) * 3);
}
.px-4 {
  padding-inline: calc(var(--spacing) * 4);
}
.px-6 {
  padding-inline: calc(var(--spacing) * 6);
}
.px-\[0px\] {
  padding-inline: 0px;
}
.px-\[8px\] {
  padding-inline: 8px;
}
.px-\[12px\] {
  padding-inline: 12px;
}
.px-\[16px\] {
  padding-inline: 16px;
}
.px-\[20px\] {
  padding-inline: 20px;
}
.px-\[22px\] {
  padding-inline: 22px;
}
.px-\[24px\] {
  padding-inline: 24px;
}
.px-\[32px\] {
  padding-inline: 32px;
}
.py-3 {
  padding-block: calc(var(--spacing) * 3);
}
.py-6 {
  padding-block: calc(var(--spacing) * 6);
}
.py-\[2px\] {
  padding-block: 2px;
}
.py-\[9px\] {
  padding-block: 9px;
}
.py-\[10px\] {
  padding-block: 10px;
}
.py-\[12px\] {
  padding-block: 12px;
}
.py-\[16px\] {
  padding-block: 16px;
}
.py-\[20px\] {
  padding-block: 20px;
}
.py-\[40px\] {
  padding-block: 40px;
}
.py-\[48px\] {
  padding-block: 48px;
}
.py-\[60px\] {
  padding-block: 60px;
}
.py-\[80px\] {
  padding-block: 80px;
}
.pt-0 {
  padding-top: calc(var(--spacing) * 0);
}
.pt-5 {
  padding-top: calc(var(--spacing) * 5);
}
.pt-\[0px\] {
  padding-top: 0px;
}
.pt-\[8px\] {
  padding-top: 8px;
}
.pt-\[24px\] {
  padding-top: 24px;
}
.pt-\[32px\] {
  padding-top: 32px;
}
.pt-\[40px\] {
  padding-top: 40px;
}
.pt-\[48px\] {
  padding-top: 48px;
}
.pt-\[60px\] {
  padding-top: 60px;
}
.pt-\[64px\] {
  padding-top: 64px;
}
.pt-\[80px\] {
  padding-top: 80px;
}
.pt-\[100px\] {
  padding-top: 100px;
}
.pt-\[120px\] {
  padding-top: 120px;
}
.pt-\[160px\] {
  padding-top: 160px;
}
.pt-\[var\(--row-top-gap\)\] {
  padding-top: var(--row-top-gap);
}
.pr-0 {
  padding-right: calc(var(--spacing) * 0);
}
.pr-\[20px\] {
  padding-right: 20px;
}
.pb-0 {
  padding-bottom: calc(var(--spacing) * 0);
}
.pb-\[16px\] {
  padding-bottom: 16px;
}
.pb-\[24px\] {
  padding-bottom: 24px;
}
.pb-\[40px\] {
  padding-bottom: 40px;
}
.pb-\[48px\] {
  padding-bottom: 48px;
}
.pb-\[60px\] {
  padding-bottom: 60px;
}
.pb-\[80px\] {
  padding-bottom: 80px;
}
.pb-\[128px\] {
  padding-bottom: 128px;
}
.pl-\[20px\] {
  padding-left: 20px;
}
.pl-\[40px\] {
  padding-left: 40px;
}
.pl-\[calc\(\(100\%-1280px\)\/2\)\] {
  padding-left: calc((100% - 1280px) / 2);
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.font-sans {
  font-family: var(--font-sans);
}
.text-3xl {
  font-size: var(--text-3xl);
  line-height: var(--tw-leading, var(--text-3xl--line-height));
}
.text-sm {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[18px\] {
  font-size: 18px;
}
.text-\[20px\] {
  font-size: 20px;
}
.text-\[22px\] {
  font-size: 22px;
}
.text-\[26px\] {
  font-size: 26px;
}
.text-\[28px\] {
  font-size: 28px;
}
.text-\[30px\] {
  font-size: 30px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-\[36px\] {
  font-size: 36px;
}
.text-\[40px\] {
  font-size: 40px;
}
.text-\[44px\] {
  font-size: 44px;
}
.leading-\[1\.2\] {
  --tw-leading: 1.2;
  line-height: 1.2;
}
.leading-\[22\.5px\] {
  --tw-leading: 22.5px;
  line-height: 22.5px;
}
.leading-\[28px\] {
  --tw-leading: 28px;
  line-height: 28px;
}
.leading-\[32px\] {
  --tw-leading: 32px;
  line-height: 32px;
}
.leading-\[36px\] {
  --tw-leading: 36px;
  line-height: 36px;
}
.leading-\[48px\] {
  --tw-leading: 48px;
  line-height: 48px;
}
.leading-\[175\%\] {
  --tw-leading: 175%;
  line-height: 175%;
}
.leading-none {
  --tw-leading: 1;
  line-height: 1;
}
.leading-normal {
  --tw-leading: var(--leading-normal);
  line-height: var(--leading-normal);
}
.leading-tight {
  --tw-leading: var(--leading-tight);
  line-height: var(--leading-tight);
}
.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);
}
.break-words {
  overflow-wrap: break-word;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.text-\[\#000\] {
  color: #000;
}
.text-\[\#1E7FD9\] {
  color: #1E7FD9;
}
.text-\[\#1e7fd9\] {
  color: #1e7fd9;
}
.text-\[\#5A626E\] {
  color: #5A626E;
}
.text-\[\#5a626e\] {
  color: #5a626e;
}
.text-\[\#10447C\] {
  color: #10447C;
}
.text-\[\#BFDAF8\] {
  color: #BFDAF8;
}
.text-\[\#D8DAE0\] {
  color: #D8DAE0;
}
.text-black {
  color: var(--color-black);
}
.text-gray-400 {
  color: var(--color-gray-400);
}
.text-gray-900 {
  color: var(--color-gray-900);
}
.text-white {
  color: var(--color-white);
}
.not-italic {
  font-style: normal;
}
.\!no-underline {
  text-decoration-line: none !important;
}
.no-underline {
  text-decoration-line: none;
}
.opacity-0 {
  opacity: 0%;
}
.shadow-\[0_8px_35px_0_rgba\(0\,0\,0\,0\.16\)\] {
  --tw-shadow: 0 8px 35px 0 var(--tw-shadow-color, rgba(0,0,0,0.16));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 8px 10px -6px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.backdrop-blur-md {
  --tw-backdrop-blur: blur(var(--blur-md));
  -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
}
.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 !important;
  transition-timing-function: var(--tw-ease, var(--default-transition-timing-function)) !important;
  transition-duration: var(--tw-duration, var(--default-transition-duration)) !important;
}
.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;
}
.ease-in-out {
  --tw-ease: var(--ease-in-out);
  transition-timing-function: var(--ease-in-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\:translate-y-0:is(:where(.group):hover *) {
    --tw-translate-y: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}
@media (hover: hover) {
  .group-hover\:opacity-100:is(:where(.group):hover *) {
    opacity: 100%;
  }
}
@media (hover: hover) {
  .hover\:scale-105:hover {
    --tw-scale-x: 105%;
    --tw-scale-y: 105%;
    --tw-scale-z: 105%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
}
@media (hover: hover) {
  .hover\:bg-\[\#0585a8\]:hover {
    background-color: #0585a8;
  }
}
@media (hover: hover) {
  .hover\:bg-\[\#1163B8\]:hover {
    background-color: #1163B8;
  }
}
@media (hover: hover) {
  .hover\:bg-\[\#10447C\]:hover {
    background-color: #10447C;
  }
}
@media (hover: hover) {
  .hover\:text-\[\#1163B8\]:hover {
    color: #1163B8;
  }
}
@media (hover: hover) {
  .hover\:no-underline:hover {
    text-decoration-line: none;
  }
}
@media (hover: hover) {
  .hover\:underline:hover {
    text-decoration-line: underline;
  }
}
@media (hover: hover) {
  .hover\:opacity-80:hover {
    opacity: 80%;
  }
}
@media (hover: hover) {
  .hover\:shadow-md:hover {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
}
@media (width >= 657px) {
  .min-\[657px\]\:w-\[273px\] {
    width: 273px;
  }
}
@media (width >= 48rem) {
  .md\:right-\[-12px\] {
    right: -12px;
  }
}
@media (width >= 48rem) {
  .md\:left-1\/2 {
    left: calc(1/2 * 100%);
  }
}
@media (width >= 48rem) {
  .md\:left-\[-12px\] {
    left: -12px;
  }
}
@media (width >= 48rem) {
  .md\:left-auto {
    left: auto;
  }
}
@media (width >= 48rem) {
  .md\:order-1 {
    order: 1;
  }
}
@media (width >= 48rem) {
  .md\:order-2 {
    order: 2;
  }
}
@media (width >= 48rem) {
  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }
}
@media (width >= 48rem) {
  .md\:mx-auto {
    margin-inline: auto;
  }
}
@media (width >= 48rem) {
  .md\:-mt-\[40px\] {
    margin-top: calc(40px * -1);
  }
}
@media (width >= 48rem) {
  .md\:mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
}
@media (width >= 48rem) {
  .md\:mr-\[40px\] {
    margin-right: 40px;
  }
}
@media (width >= 48rem) {
  .md\:ml-\[40px\] {
    margin-left: 40px;
  }
}
@media (width >= 48rem) {
  .md\:block {
    display: block;
  }
}
@media (width >= 48rem) {
  .md\:hidden {
    display: none;
  }
}
@media (width >= 48rem) {
  .md\:\!w-\[420px\] {
    width: 420px !important;
  }
}
@media (width >= 48rem) {
  .md\:w-1\/2 {
    width: calc(1/2 * 100%);
  }
}
@media (width >= 48rem) {
  .md\:w-\[31\%\] {
    width: 31%;
  }
}
@media (width >= 48rem) {
  .md\:w-\[45\%\] {
    width: 45%;
  }
}
@media (width >= 48rem) {
  .md\:w-\[55\%\] {
    width: 55%;
  }
}
@media (width >= 48rem) {
  .md\:w-\[69\%\] {
    width: 69%;
  }
}
@media (width >= 48rem) {
  .md\:w-\[438px\] {
    width: 438px;
  }
}
@media (width >= 48rem) {
  .md\:w-auto {
    width: auto;
  }
}
@media (width >= 48rem) {
  .md\:max-w-\[445px\] {
    max-width: 445px;
  }
}
@media (width >= 48rem) {
  .md\:max-w-\[460px\] {
    max-width: 460px;
  }
}
@media (width >= 48rem) {
  .md\:max-w-\[474px\] {
    max-width: 474px;
  }
}
@media (width >= 48rem) {
  .md\:max-w-\[534px\] {
    max-width: 534px;
  }
}
@media (width >= 48rem) {
  .md\:max-w-full {
    max-width: 100%;
  }
}
@media (width >= 48rem) {
  .md\:-translate-x-1\/2 {
    --tw-translate-x: calc(calc(1/2 * 100%) * -1);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
}
@media (width >= 48rem) {
  .md\:rotate-0 {
    rotate: 0deg;
  }
}
@media (width >= 48rem) {
  .md\:rotate-180 {
    rotate: 180deg;
  }
}
@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\:flex-row-reverse {
    flex-direction: row-reverse;
  }
}
@media (width >= 48rem) {
  .md\:flex-wrap {
    flex-wrap: wrap;
  }
}
@media (width >= 48rem) {
  .md\:items-center {
    align-items: center;
  }
}
@media (width >= 48rem) {
  .md\:justify-between {
    justify-content: space-between;
  }
}
@media (width >= 48rem) {
  .md\:justify-end {
    justify-content: flex-end;
  }
}
@media (width >= 48rem) {
  .md\:justify-start {
    justify-content: flex-start;
  }
}
@media (width >= 48rem) {
  .md\:gap-0 {
    gap: calc(var(--spacing) * 0);
  }
}
@media (width >= 48rem) {
  .md\:px-\[40px\] {
    padding-inline: 40px;
  }
}
@media (width >= 48rem) {
  .md\:py-\[80px\] {
    padding-block: 80px;
  }
}
@media (width >= 48rem) {
  .md\:pt-\[80px\] {
    padding-top: 80px;
  }
}
@media (width >= 48rem) {
  .md\:pt-\[100px\] {
    padding-top: 100px;
  }
}
@media (width >= 48rem) {
  .md\:pt-\[160px\] {
    padding-top: 160px;
  }
}
@media (width >= 48rem) {
  .md\:pr-6 {
    padding-right: calc(var(--spacing) * 6);
  }
}
@media (width >= 48rem) {
  .md\:pr-\[0\] {
    padding-right: 0;
  }
}
@media (width >= 48rem) {
  .md\:pr-\[50\%\] {
    padding-right: 50%;
  }
}
@media (width >= 48rem) {
  .md\:pb-\[60px\] {
    padding-bottom: 60px;
  }
}
@media (width >= 48rem) {
  .md\:pb-\[80px\] {
    padding-bottom: 80px;
  }
}
@media (width >= 48rem) {
  .md\:pl-0 {
    padding-left: calc(var(--spacing) * 0);
  }
}
@media (width >= 48rem) {
  .md\:pl-6 {
    padding-left: calc(var(--spacing) * 6);
  }
}
@media (width >= 48rem) {
  .md\:pl-\[50\%\] {
    padding-left: 50%;
  }
}
@media (width >= 48rem) {
  .md\:pl-\[clamp\(10px\,calc\(\(100vw-1360px\)\/2\)\,9999px\)\] {
    padding-left: clamp(10px, calc((100vw - 1360px) / 2), 9999px);
  }
}
@media (width >= 48rem) {
  .md\:text-\[36px\] {
    font-size: 36px;
  }
}
@media (width >= 48rem) {
  .md\:text-\[40px\] {
    font-size: 40px;
  }
}
@media (width >= 48rem) {
  .md\:text-\[48px\] {
    font-size: 48px;
  }
}
@media (width >= 48rem) {
  .md\:leading-\[64px\] {
    --tw-leading: 64px;
    line-height: 64px;
  }
}
@media (width >= 64rem) {
  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }
}
@media (width >= 64rem) {
  .lg\:mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
}
@media (width >= 64rem) {
  .lg\:ml-\[64px\] {
    margin-left: 64px;
  }
}
@media (width >= 64rem) {
  .lg\:ml-auto {
    margin-left: auto;
  }
}
@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\:min-h-\[800px\] {
    min-height: 800px;
  }
}
@media (width >= 64rem) {
  .lg\:w-\[320px\] {
    width: 320px;
  }
}
@media (width >= 64rem) {
  .lg\:max-w-\[624px\] {
    max-width: 624px;
  }
}
@media (width >= 64rem) {
  .lg\:max-w-\[772px\] {
    max-width: 772px;
  }
}
@media (width >= 64rem) {
  .lg\:flex-none {
    flex: none;
  }
}
@media (width >= 64rem) {
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (width >= 64rem) {
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, 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\:items-end {
    align-items: flex-end;
  }
}
@media (width >= 64rem) {
  .lg\:gap-\[64px\] {
    gap: 64px;
  }
}
@media (width >= 64rem) {
  .lg\:py-\[80px\] {
    padding-block: 80px;
  }
}
@media (width >= 64rem) {
  .lg\:text-left {
    text-align: left;
  }
}
.prose-p\:text-\[\#5A626E\] :is(p):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  color: #5A626E;
}
.prose-a\:text-primary :is(a):not(:where([class~='not-prose'],[class~='not-prose'] *)) {
  color: var(--color-primary);
}
.\[\&_a\]\:font-\[400\] a {
  --tw-font-weight: 400;
  font-weight: 400;
}
.\[\&_a\]\:text-\[\#1E7FD9\] a {
  color: #1E7FD9;
}
.\[\&_a\]\:text-black a {
  color: var(--color-black);
}
.\[\&_a\]\:no-underline a {
  text-decoration-line: none;
}
@media (hover: hover) {
  .hover\:\[\&_a\]\:text-\[\#1163B8\]:hover a {
    color: #1163B8;
  }
}
@media (hover: hover) {
  .hover\:\[\&_a\]\:no-underline:hover a {
    text-decoration-line: none;
  }
}
.\[\&_br\]\:hidden br {
  display: none;
}
.\[\&_p\]\:font-\[400\] p {
  --tw-font-weight: 400;
  font-weight: 400;
}
.\[\&_span\]\:text-\[30px\] span {
  font-size: 30px;
}
.\[\&_span\]\:font-medium span {
  --tw-font-weight: var(--font-weight-medium);
  font-weight: var(--font-weight-medium);
}
.\[\&_span\]\:font-normal span {
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
}
.\[\&_span\]\:text-\[\#000\] span {
  color: #000;
}
.\[\&_span\]\:text-\[\#10447C\] span {
  color: #10447C;
}
.\[\&_strong\]\:font-\[600\] strong {
  --tw-font-weight: 600;
  font-weight: 600;
}
.\[\&_ul\]\:mt-\[8px\] ul {
  margin-top: 8px;
}
.\[\&_ul\]\:list-disc ul {
  list-style-type: disc;
}
:where(:is(.\[\&_ul\]\:space-y-2 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)));
}
.\[\&_ul\]\:pl-5 ul {
  padding-left: calc(var(--spacing) * 5);
}
.\[\&_ul\]\:text-black ul {
  color: var(--color-black);
}
@layer components {
  #primary-menu li a {
    display: flex;
    height: 40px;
    align-items: center;
    justify-content: center;
    gap: calc(var(--spacing) * 2);
    padding-inline: calc(var(--spacing) * 3);
    font-size: 18px;
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    color: var(--color-white);
  }
  #primary-menu li.contact-btn a {
    display: flex;
    height: 40px;
    align-items: center;
    justify-content: center;
    gap: calc(var(--spacing) * 2);
    border-radius: var(--radius-lg);
    border-style: var(--tw-border-style);
    border-width: 2px;
    border-color: transparent;
    background-color: #1E7FD9;
    padding-inline: calc(var(--spacing) * 3);
    color: var(--color-white);
    transition-property: all !important;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function)) !important;
    transition-duration: var(--tw-duration, var(--default-transition-duration)) !important;
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  #primary-menu > li:hover > a, #primary-menu li li:hover a {
    color: #1E7FD9 !important;
    transition-property: all !important;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function)) !important;
    transition-duration: var(--tw-duration, var(--default-transition-duration)) !important;
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  #primary-menu li.contact-btn:hover a {
    color: #fff !important;
    transition-property: all !important;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function)) !important;
    transition-duration: var(--tw-duration, var(--default-transition-duration)) !important;
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  @layer components {
    .mobile-nav > li > a {
      display: flex;
      align-items: center;
      justify-content: space-between;
      font-size: 18px;
      --tw-font-weight: var(--font-weight-semibold);
      font-weight: var(--font-weight-semibold);
      color: var(--color-black) !important;
      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));
      --tw-duration: 300ms;
      transition-duration: 300ms;
    }
    .mobile-nav > li > a:hover {
      color: #1E7FD9 !important;
    }
    .mobile-nav .sub-menu {
      margin-top: calc(var(--spacing) * 3);
      display: flex;
      display: none;
      flex-direction: column;
      gap: calc(var(--spacing) * 3);
      padding-left: calc(var(--spacing) * 4);
    }
    .mobile-nav .submenu-open > .sub-menu {
      display: flex;
    }
  }
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@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-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@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;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  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-border-style: solid;
      --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-duration: initial;
      --tw-ease: initial;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --tw-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
    }
  }
}
