/*! tailwindcss v4.1.13 | MIT License | https://tailwindcss.com */
/*!
Theme Name: Generation Church
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: generation-church
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.

generation-church 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-gray-50: oklch(98.5% 0.002 247.839);
  --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-600: oklch(44.6% 0.03 256.802);
  --color-gray-700: oklch(37.3% 0.034 259.733);
  --color-gray-800: oklch(27.8% 0.033 256.848);
  --color-gray-900: oklch(21% 0.034 264.665);
  --color-neutral-900: oklch(20.5% 0 0);
  --color-black: #000;
  --color-white: #fff;
  --spacing: 0.25rem;
  --container-4xl: 56rem;
  --text-xs: 0.75rem;
  --text-xs--line-height: calc(1 / 0.75);
  --text-sm: 0.875rem;
  --text-sm--line-height: calc(1.25 / 0.875);
  --text-base: 1rem;
  --text-base--line-height: calc(1.5 / 1);
  --text-lg: 1.125rem;
  --text-lg--line-height: calc(1.75 / 1.125);
  --text-xl: 1.25rem;
  --text-xl--line-height: calc(1.75 / 1.25);
  --text-2xl: 1.5rem;
  --text-2xl--line-height: calc(2 / 1.5);
  --text-3xl: 1.875rem;
  --text-3xl--line-height: calc(2.25 / 1.875);
  --text-4xl: 2.25rem;
  --text-4xl--line-height: calc(2.5 / 2.25);
  --text-5xl: 3rem;
  --text-5xl--line-height: 1;
  --font-weight-normal: 400;
  --font-weight-medium: 500;
  --font-weight-semibold: 600;
  --font-weight-bold: 700;
  --font-weight-extrabold: 800;
  --tracking-wide: 0.025em;
  --leading-tight: 1.25;
  --leading-normal: 1.5;
  --leading-relaxed: 1.625;
  --radius-md: 0.375rem;
  --radius-lg: 0.5rem;
  --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
  --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);
}
.custom-logo-link img {
  width: 224.618px;
  height: 40px;
  flex-shrink: 0;
  object-fit: contain;
}
*, ::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);
}
.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;
}
.\!absolute {
  position: absolute !important;
}
.absolute {
  position: absolute;
}
.fixed {
  position: fixed;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: calc(var(--spacing) * 0);
}
.inset-x-0 {
  inset-inline: calc(var(--spacing) * 0);
}
.\!top-auto {
  top: auto !important;
}
.top-0 {
  top: calc(var(--spacing) * 0);
}
.top-1\/2 {
  top: calc(1/2 * 100%);
}
.top-\[16px\] {
  top: 16px;
}
.top-\[25px\] {
  top: 25px;
}
.\!right-auto {
  right: auto !important;
}
.right-0 {
  right: calc(var(--spacing) * 0);
}
.\!bottom-\[-20px\] {
  bottom: -20px !important;
}
.\!bottom-\[0px\] {
  bottom: 0px !important;
}
.bottom-0 {
  bottom: calc(var(--spacing) * 0);
}
.\!left-\[10px\] {
  left: 10px !important;
}
.\!left-\[20px\] {
  left: 20px !important;
}
.\!left-\[60px\] {
  left: 60px !important;
}
.\!left-\[70px\] {
  left: 70px !important;
}
.left-0 {
  left: calc(var(--spacing) * 0);
}
.left-1\/2 {
  left: calc(1/2 * 100%);
}
.left-\[1px\] {
  left: 1px;
}
.left-\[8px\] {
  left: 8px;
}
.left-\[15px\] {
  left: 15px;
}
.left-\[16px\] {
  left: 16px;
}
.\!z-50 {
  z-index: 50 !important;
}
.z-0 {
  z-index: 0;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-50 {
  z-index: 50;
}
.z-\[1\] {
  z-index: 1;
}
.z-\[99\] {
  z-index: 99;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.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-\[10px\] {
  margin-inline: 10px;
}
.mx-auto {
  margin-inline: auto;
}
.my-\[14px\] {
  margin-block: 14px;
}
.my-\[24px\] {
  margin-block: 24px;
}
.my-\[40px\] {
  margin-block: 40px;
}
.prose {
  color: var(--tw-prose-body);
  max-width: none;
}
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where([class~="lead"],[class~="is-style-lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}
.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1;
  margin-top: 3em;
  margin-bottom: 3em;
  border-bottom: none;
}
.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  vertical-align: top;
}
.prose :where(th,td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  text-align: start;
}
.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose {
  --tw-prose-body: oklch(37.3% 0.034 259.733);
  --tw-prose-headings: oklch(21% 0.034 264.665);
  --tw-prose-lead: oklch(44.6% 0.03 256.802);
  --tw-prose-links: oklch(21% 0.034 264.665);
  --tw-prose-bold: oklch(21% 0.034 264.665);
  --tw-prose-counters: oklch(55.1% 0.027 264.364);
  --tw-prose-bullets: oklch(87.2% 0.01 258.338);
  --tw-prose-hr: oklch(92.8% 0.006 264.531);
  --tw-prose-quotes: oklch(21% 0.034 264.665);
  --tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
  --tw-prose-captions: oklch(55.1% 0.027 264.364);
  --tw-prose-kbd: oklch(21% 0.034 264.665);
  --tw-prose-kbd-shadows: NaN NaN NaN;
  --tw-prose-code: oklch(21% 0.034 264.665);
  --tw-prose-pre-code: oklch(92.8% 0.006 264.531);
  --tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
  --tw-prose-th-borders: oklch(87.2% 0.01 258.338);
  --tw-prose-td-borders: oklch(92.8% 0.006 264.531);
  --tw-prose-invert-body: oklch(87.2% 0.01 258.338);
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
  --tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
  --tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
  --tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
  --tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
  --tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
  --tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
  font-size: 1rem;
  line-height: 1.75;
}
.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(ul ul,ul ol,ol ul,ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.prose :where(tbody td,tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody td:first-child,tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-start: 0;
}
.prose :where(tbody td:last-child,tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-inline-end: 0;
}
.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose :where(blockquote > cite):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-body);
  font-style: normal;
  font-weight: 400;
}
.prose :where(blockquote > cite):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
  content: "\2014";
}
.prose :where(table.has-fixed-layout):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  table-layout: fixed;
  width: 100%;
}
.\!mt-\[24px\] {
  margin-top: 24px !important;
}
.\!mt-auto {
  margin-top: auto !important;
}
.-mt-\[50px\] {
  margin-top: calc(50px * -1);
}
.mt-0 {
  margin-top: calc(var(--spacing) * 0);
}
.mt-2 {
  margin-top: calc(var(--spacing) * 2);
}
.mt-4 {
  margin-top: calc(var(--spacing) * 4);
}
.mt-6 {
  margin-top: calc(var(--spacing) * 6);
}
.mt-\[-16px\] {
  margin-top: -16px;
}
.mt-\[-40px\] {
  margin-top: -40px;
}
.mt-\[0\] {
  margin-top: 0;
}
.mt-\[0px\] {
  margin-top: 0px;
}
.mt-\[8px\] {
  margin-top: 8px;
}
.mt-\[12px\] {
  margin-top: 12px;
}
.mt-\[16px\] {
  margin-top: 16px;
}
.mt-\[20px\] {
  margin-top: 20px;
}
.mt-\[24px\] {
  margin-top: 24px;
}
.mt-\[32px\] {
  margin-top: 32px;
}
.mt-\[40px\] {
  margin-top: 40px;
}
.mt-\[48px\] {
  margin-top: 48px;
}
.mt-\[50px\] {
  margin-top: 50px;
}
.mr-auto {
  margin-right: auto;
}
.\!mb-\[30px\] {
  margin-bottom: 30px !important;
}
.mb-0 {
  margin-bottom: calc(var(--spacing) * 0);
}
.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-12 {
  margin-bottom: calc(var(--spacing) * 12);
}
.mb-16 {
  margin-bottom: calc(var(--spacing) * 16);
}
.mb-\[\#2px\] {
  margin-bottom: #2px;
}
.mb-\[-30px\] {
  margin-bottom: -30px;
}
.mb-\[0\] {
  margin-bottom: 0;
}
.mb-\[0px\] {
  margin-bottom: 0px;
}
.mb-\[8px\] {
  margin-bottom: 8px;
}
.mb-\[12px\] {
  margin-bottom: 12px;
}
.mb-\[14px\] {
  margin-bottom: 14px;
}
.mb-\[16px\] {
  margin-bottom: 16px;
}
.mb-\[20px\] {
  margin-bottom: 20px;
}
.mb-\[24px\] {
  margin-bottom: 24px;
}
.mb-\[32px\] {
  margin-bottom: 32px;
}
.mb-\[40px\] {
  margin-bottom: 40px;
}
.mb-\[48px\] {
  margin-bottom: 48px;
}
.mb-\[52px\] {
  margin-bottom: 52px;
}
.mb-\[64px\] {
  margin-bottom: 64px;
}
.ml-2 {
  margin-left: calc(var(--spacing) * 2);
}
.ml-\[2px\] {
  margin-left: 2px;
}
.ml-\[3px\] {
  margin-left: 3px;
}
.ml-\[8px\] {
  margin-left: 8px;
}
.box-content {
  box-sizing: content-box;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.\!flex {
  display: flex !important;
}
.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-square {
  aspect-ratio: 1 / 1;
}
.aspect-video {
  aspect-ratio: var(--aspect-video);
}
.\!h-auto {
  height: auto !important;
}
.h-4 {
  height: calc(var(--spacing) * 4);
}
.h-6 {
  height: calc(var(--spacing) * 6);
}
.h-10 {
  height: calc(var(--spacing) * 10);
}
.h-11 {
  height: calc(var(--spacing) * 11);
}
.h-12 {
  height: calc(var(--spacing) * 12);
}
.h-\[16px\] {
  height: 16px;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[28px\] {
  height: 28px;
}
.h-\[32px\] {
  height: 32px;
}
.h-\[36px\] {
  height: 36px;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[48px\] {
  height: 48px;
}
.h-\[56\.25vw\] {
  height: 56.25vw;
}
.h-\[72px\] {
  height: 72px;
}
.h-\[80px\] {
  height: 80px;
}
.h-\[96px\] {
  height: 96px;
}
.h-\[155px\] {
  height: 155px;
}
.h-\[201px\] {
  height: 201px;
}
.h-\[208px\] {
  height: 208px;
}
.h-\[210px\] {
  height: 210px;
}
.h-\[237px\] {
  height: 237px;
}
.h-\[240px\] {
  height: 240px;
}
.h-\[250px\] {
  height: 250px;
}
.h-\[295px\] {
  height: 295px;
}
.h-\[300px\] {
  height: 300px;
}
.h-\[320px\] {
  height: 320px;
}
.h-\[324px\] {
  height: 324px;
}
.h-\[330px\] {
  height: 330px;
}
.h-\[340px\] {
  height: 340px;
}
.h-\[350px\] {
  height: 350px;
}
.h-\[380px\] {
  height: 380px;
}
.h-\[382px\] {
  height: 382px;
}
.h-\[400px\] {
  height: 400px;
}
.h-\[428px\] {
  height: 428px;
}
.h-\[500px\] {
  height: 500px;
}
.h-\[514px\] {
  height: 514px;
}
.h-\[550px\] {
  height: 550px;
}
.h-\[576px\] {
  height: 576px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.max-h-\[150px\] {
  max-height: 150px;
}
.max-h-\[550px\] {
  max-height: 550px;
}
.min-h-\[100vh\] {
  min-height: 100vh;
}
.min-h-\[250px\] {
  min-height: 250px;
}
.min-h-\[366px\] {
  min-height: 366px;
}
.min-h-\[380px\] {
  min-height: 380px;
}
.min-h-\[485px\] {
  min-height: 485px;
}
.min-h-\[550px\] {
  min-height: 550px;
}
.min-h-auto {
  min-height: auto;
}
.\!w-auto {
  width: auto !important;
}
.w-4 {
  width: calc(var(--spacing) * 4);
}
.w-6 {
  width: calc(var(--spacing) * 6);
}
.w-12 {
  width: calc(var(--spacing) * 12);
}
.w-\[2px\] {
  width: 2px;
}
.w-\[6px\] {
  width: 6px;
}
.w-\[16px\] {
  width: 16px;
}
.w-\[20px\] {
  width: 20px;
}
.w-\[28px\] {
  width: 28px;
}
.w-\[36px\] {
  width: 36px;
}
.w-\[48px\] {
  width: 48px;
}
.w-\[72px\] {
  width: 72px;
}
.w-\[80px\] {
  width: 80px;
}
.w-\[90\%\] {
  width: 90%;
}
.w-\[100vw\] {
  width: 100vw;
}
.w-\[150px\] {
  width: 150px;
}
.w-\[160px\] {
  width: 160px;
}
.w-\[300px\] {
  width: 300px;
}
.w-\[301\.5px\] {
  width: 301.5px;
}
.w-\[364px\] {
  width: 364px;
}
.w-\[450px\] {
  width: 450px;
}
.w-\[575px\] {
  width: 575px;
}
.w-\[600px\] {
  width: 600px;
}
.w-\[1288px\] {
  width: 1288px;
}
.w-auto {
  width: auto;
}
.w-fit {
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-max {
  width: max-content;
}
.max-w-4xl {
  max-width: var(--container-4xl);
}
.max-w-\[150px\] {
  max-width: 150px;
}
.max-w-\[200px\] {
  max-width: 200px;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.max-w-\[364px\] {
  max-width: 364px;
}
.max-w-\[400px\] {
  max-width: 400px;
}
.max-w-\[500px\] {
  max-width: 500px;
}
.max-w-\[550px\] {
  max-width: 550px;
}
.max-w-\[566px\] {
  max-width: 566px;
}
.max-w-\[580px\] {
  max-width: 580px;
}
.max-w-\[600px\] {
  max-width: 600px;
}
.max-w-\[700px\] {
  max-width: 700px;
}
.max-w-\[740px\] {
  max-width: 740px;
}
.max-w-\[768px\] {
  max-width: 768px;
}
.max-w-\[800px\] {
  max-width: 800px;
}
.max-w-\[840px\] {
  max-width: 840px;
}
.max-w-\[850px\] {
  max-width: 850px;
}
.max-w-\[900px\] {
  max-width: 900px;
}
.max-w-\[960px\] {
  max-width: 960px;
}
.max-w-\[1000px\] {
  max-width: 1000px;
}
.max-w-\[1020px\] {
  max-width: 1020px;
}
.max-w-\[1040px\] {
  max-width: 1040px;
}
.max-w-\[1060px\] {
  max-width: 1060px;
}
.max-w-\[1100px\] {
  max-width: 1100px;
}
.max-w-\[1140px\] {
  max-width: 1140px;
}
.max-w-\[1160px\] {
  max-width: 1160px;
}
.max-w-\[1200px\] {
  max-width: 1200px;
}
.max-w-\[1210px\] {
  max-width: 1210px;
}
.max-w-\[1220px\] {
  max-width: 1220px;
}
.max-w-\[1240px\] {
  max-width: 1240px;
}
.max-w-\[1280px\] {
  max-width: 1280px;
}
.max-w-\[1330px\] {
  max-width: 1330px;
}
.max-w-\[1440px\] {
  max-width: 1440px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-max {
  max-width: max-content;
}
.max-w-none {
  max-width: none;
}
.min-w-\[177\.77vh\] {
  min-width: 177.77vh;
}
.flex-1 {
  flex: 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-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);
}
.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;
}
.list-disc {
  list-style-type: disc;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-row {
  flex-direction: row;
}
.flex-wrap {
  flex-wrap: wrap;
}
.place-items-stretch {
  place-items: stretch;
}
.\!items-center {
  align-items: center !important;
}
.items-baseline {
  align-items: baseline;
}
.items-center {
  align-items: center;
}
.items-end {
  align-items: flex-end;
}
.items-start {
  align-items: flex-start;
}
.items-stretch {
  align-items: stretch;
}
.\!justify-center {
  justify-content: center !important;
}
.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-5 {
  gap: calc(var(--spacing) * 5);
}
.gap-6 {
  gap: calc(var(--spacing) * 6);
}
.gap-8 {
  gap: calc(var(--spacing) * 8);
}
.gap-10 {
  gap: calc(var(--spacing) * 10);
}
.gap-12 {
  gap: calc(var(--spacing) * 12);
}
.gap-\[0px\] {
  gap: 0px;
}
.gap-\[8px\] {
  gap: 8px;
}
.gap-\[10px\] {
  gap: 10px;
}
.gap-\[12px\] {
  gap: 12px;
}
.gap-\[14px\] {
  gap: 14px;
}
.gap-\[16px\] {
  gap: 16px;
}
.gap-\[20px\] {
  gap: 20px;
}
.gap-\[24px\] {
  gap: 24px;
}
.gap-\[30px\] {
  gap: 30px;
}
.gap-\[32px\] {
  gap: 32px;
}
.gap-\[40px\] {
  gap: 40px;
}
.gap-\[42px\] {
  gap: 42px;
}
.gap-\[48px\] {
  gap: 48px;
}
.gap-\[64px\] {
  gap: 64px;
}
:where(.space-y-2 > :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)));
}
: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)));
}
.gap-x-\[24px\] {
  column-gap: 24px;
}
.gap-x-\[40px\] {
  column-gap: 40px;
}
.gap-x-\[48px\] {
  column-gap: 48px;
}
.gap-y-\[32px\] {
  row-gap: 32px;
}
.gap-y-\[40px\] {
  row-gap: 40px;
}
.self-stretch {
  align-self: stretch;
}
.\!overflow-visible {
  overflow: visible !important;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-visible {
  overflow: visible;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overscroll-contain {
  overscroll-behavior: contain;
}
.\!rounded-full {
  border-radius: calc(infinity * 1px) !important;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-\[4px\] {
  border-radius: 4px;
}
.rounded-\[8px\] {
  border-radius: 8px;
}
.rounded-\[12px\] {
  border-radius: 12px;
}
.rounded-\[16px\] {
  border-radius: 16px;
}
.rounded-\[24px\] {
  border-radius: 24px;
}
.rounded-full {
  border-radius: calc(infinity * 1px);
}
.rounded-lg {
  border-radius: var(--radius-lg);
}
.rounded-md {
  border-radius: var(--radius-md);
}
.border {
  border-style: var(--tw-border-style);
  border-width: 1px;
}
.border-2 {
  border-style: var(--tw-border-style);
  border-width: 2px;
}
.border-\[2px\] {
  border-style: var(--tw-border-style);
  border-width: 2px;
}
.border-\[4px\] {
  border-style: var(--tw-border-style);
  border-width: 4px;
}
.prose .wp-block-table td {
  border: 0;
}
.prose .wp-block-table th {
  border: 0;
}
.prose .wp-block-table thead {
  border-color: var(--tw-prose-th-borders);
}
.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;
}
.border-t {
  border-top-style: var(--tw-border-style);
  border-top-width: 1px;
}
.border-b {
  border-bottom-style: var(--tw-border-style);
  border-bottom-width: 1px;
}
.border-none {
  --tw-border-style: none;
  border-style: none;
}
.border-\[\#6C757D\] {
  border-color: #6C757D;
}
.border-\[\#AEAEAE\] {
  border-color: #AEAEAE;
}
.border-\[\#DE7C31\] {
  border-color: #DE7C31;
}
.border-\[\#DEE2E6\] {
  border-color: #DEE2E6;
}
.border-\[\#cccccc\] {
  border-color: #cccccc;
}
.border-black {
  border-color: var(--color-black);
}
.border-gray-200 {
  border-color: var(--color-gray-200);
}
.border-white {
  border-color: var(--color-white);
}
.border-b-black {
  border-bottom-color: var(--color-black);
}
.\!bg-transparent {
  background-color: transparent !important;
}
.bg-\[\#000\] {
  background-color: #000;
}
.bg-\[\#2B3F49\] {
  background-color: #2B3F49;
}
.bg-\[\#2ECC71\] {
  background-color: #2ECC71;
}
.bg-\[\#6F8DBA\] {
  background-color: #6F8DBA;
}
.bg-\[\#7E8597\] {
  background-color: #7E8597;
}
.bg-\[\#151F47\] {
  background-color: #151F47;
}
.bg-\[\#00433C\] {
  background-color: #00433C;
}
.bg-\[\#6787B7\] {
  background-color: #6787B7;
}
.bg-\[\#202020\] {
  background-color: #202020;
}
.bg-\[\#DE7C31\] {
  background-color: #DE7C31;
}
.bg-\[\#E2EACE\] {
  background-color: #E2EACE;
}
.bg-\[\#ECF0F9\] {
  background-color: #ECF0F9;
}
.bg-\[\#F28C28\] {
  background-color: #F28C28;
}
.bg-\[\#FAFAFA\] {
  background-color: #FAFAFA;
}
.bg-\[\#FFF200\] {
  background-color: #FFF200;
}
.bg-\[\#de7c31\] {
  background-color: #de7c31;
}
.bg-\[\#ecf0f9\] {
  background-color: #ecf0f9;
}
.bg-\[\#fff\] {
  background-color: #fff;
}
.bg-black {
  background-color: var(--color-black);
}
.bg-black\/30 {
  background-color: color-mix(in srgb, #000 30%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-black\/30 {
    background-color: color-mix(in oklab, var(--color-black) 30%, 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-black\/60 {
  background-color: color-mix(in srgb, #000 60%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-black\/60 {
    background-color: color-mix(in oklab, var(--color-black) 60%, transparent);
  }
}
.bg-gray-50 {
  background-color: var(--color-gray-50);
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  background-color: var(--color-white);
}
.bg-white\/80 {
  background-color: color-mix(in srgb, #fff 80%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .bg-white\/80 {
    background-color: color-mix(in oklab, var(--color-white) 80%, transparent);
  }
}
.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));
}
.bg-\[linear-gradient\(180deg\,rgba\(0\,0\,0\,0\)_12\.5\%\,\#000_79\.33\%\)\] {
  background-image: linear-gradient(180deg,rgba(0,0,0,0) 12.5%,#000 79.33%);
}
.bg-\[linear-gradient\(180deg\,rgba\(0\,0\,0\,0\.15\)_0\%\,\#000_100\%\)\] {
  background-image: linear-gradient(180deg,rgba(0,0,0,0.15) 0%,#000 100%);
}
.from-black\/60 {
  --tw-gradient-from: color-mix(in srgb, #000 60%, transparent);
}
@supports (color: color-mix(in lab, red, red)) {
  .from-black\/60 {
    --tw-gradient-from: color-mix(in oklab, var(--color-black) 60%, transparent);
  }
}
.from-black\/60 {
  --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));
}
.to-black {
  --tw-gradient-to: var(--color-black);
  --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));
}
.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-contain {
  background-size: contain;
}
.bg-cover {
  background-size: cover;
}
.bg-bottom {
  background-position: bottom;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.object-contain {
  object-fit: contain;
}
.object-cover {
  object-fit: cover;
}
.object-center {
  object-position: center;
}
.object-top {
  object-position: top;
}
.p-6 {
  padding: calc(var(--spacing) * 6);
}
.p-\[14px\] {
  padding: 14px;
}
.p-\[24px\] {
  padding: 24px;
}
.p-\[32px\] {
  padding: 32px;
}
.p-\[40px\] {
  padding: 40px;
}
.px-0 {
  padding-inline: calc(var(--spacing) * 0);
}
.px-4 {
  padding-inline: calc(var(--spacing) * 4);
}
.px-6 {
  padding-inline: calc(var(--spacing) * 6);
}
.px-\[0\] {
  padding-inline: 0;
}
.px-\[10px\] {
  padding-inline: 10px;
}
.px-\[16px\] {
  padding-inline: 16px;
}
.px-\[20px\] {
  padding-inline: 20px;
}
.px-\[24px\] {
  padding-inline: 24px;
}
.px-\[28px\] {
  padding-inline: 28px;
}
.px-\[30px\] {
  padding-inline: 30px;
}
.px-\[32px\] {
  padding-inline: 32px;
}
.px-\[40px\] {
  padding-inline: 40px;
}
.py-2 {
  padding-block: calc(var(--spacing) * 2);
}
.py-3 {
  padding-block: calc(var(--spacing) * 3);
}
.py-4 {
  padding-block: calc(var(--spacing) * 4);
}
.py-8 {
  padding-block: calc(var(--spacing) * 8);
}
.py-12 {
  padding-block: calc(var(--spacing) * 12);
}
.py-20 {
  padding-block: calc(var(--spacing) * 20);
}
.py-\[6px\] {
  padding-block: 6px;
}
.py-\[8px\] {
  padding-block: 8px;
}
.py-\[10px\] {
  padding-block: 10px;
}
.py-\[12px\] {
  padding-block: 12px;
}
.py-\[15px\] {
  padding-block: 15px;
}
.py-\[16px\] {
  padding-block: 16px;
}
.py-\[20px\] {
  padding-block: 20px;
}
.py-\[24px\] {
  padding-block: 24px;
}
.py-\[32px\] {
  padding-block: 32px;
}
.py-\[36px\] {
  padding-block: 36px;
}
.py-\[40px\] {
  padding-block: 40px;
}
.py-\[48px\] {
  padding-block: 48px;
}
.py-\[56px\] {
  padding-block: 56px;
}
.py-\[60px\] {
  padding-block: 60px;
}
.py-\[64px\] {
  padding-block: 64px;
}
.py-\[72px\] {
  padding-block: 72px;
}
.py-\[80px\] {
  padding-block: 80px;
}
.pt-\[0px\] {
  padding-top: 0px;
}
.pt-\[11px\] {
  padding-top: 11px;
}
.pt-\[20px\] {
  padding-top: 20px;
}
.pt-\[24px\] {
  padding-top: 24px;
}
.pt-\[32px\] {
  padding-top: 32px;
}
.pt-\[40px\] {
  padding-top: 40px;
}
.pt-\[42px\] {
  padding-top: 42px;
}
.pt-\[48px\] {
  padding-top: 48px;
}
.pt-\[64px\] {
  padding-top: 64px;
}
.pt-\[72px\] {
  padding-top: 72px;
}
.pr-\[16px\] {
  padding-right: 16px;
}
.pb-2 {
  padding-bottom: calc(var(--spacing) * 2);
}
.pb-12 {
  padding-bottom: calc(var(--spacing) * 12);
}
.pb-\[8px\] {
  padding-bottom: 8px;
}
.pb-\[11px\] {
  padding-bottom: 11px;
}
.pb-\[20px\] {
  padding-bottom: 20px;
}
.pb-\[24px\] {
  padding-bottom: 24px;
}
.pb-\[32px\] {
  padding-bottom: 32px;
}
.pb-\[40px\] {
  padding-bottom: 40px;
}
.pb-\[42px\] {
  padding-bottom: 42px;
}
.pb-\[44px\] {
  padding-bottom: 44px;
}
.pb-\[48px\] {
  padding-bottom: 48px;
}
.pb-\[60px\] {
  padding-bottom: 60px;
}
.pb-\[64px\] {
  padding-bottom: 64px;
}
.pb-\[70px\] {
  padding-bottom: 70px;
}
.pb-\[72px\] {
  padding-bottom: 72px;
}
.pb-\[88px\] {
  padding-bottom: 88px;
}
.pl-3 {
  padding-left: calc(var(--spacing) * 3);
}
.pl-\[16px\] {
  padding-left: 16px;
}
.pl-\[20px\] {
  padding-left: 20px;
}
.pl-\[40px\] {
  padding-left: 40px;
}
.pl-\[calc\(\(100\%-1140px\)\/2\)\] {
  padding-left: calc((100% - 1140px) / 2);
}
.\!text-left {
  text-align: left !important;
}
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.font-\[\'DM_Serif_Text\'\] {
  font-family: 'DM Serif Text';
}
.font-\[Helvetica\,Verdana\,Arial\,sans-serif\] {
  font-family: Helvetica,Verdana,Arial,sans-serif;
}
.font-\[Montserrat\,sans-serif\] {
  font-family: Montserrat,sans-serif;
}
.font-\[Montserrat\] {
  font-family: Montserrat;
}
.text-2xl {
  font-size: var(--text-2xl);
  line-height: var(--tw-leading, var(--text-2xl--line-height));
}
.text-3xl {
  font-size: var(--text-3xl);
  line-height: var(--tw-leading, var(--text-3xl--line-height));
}
.text-4xl {
  font-size: var(--text-4xl);
  line-height: var(--tw-leading, var(--text-4xl--line-height));
}
.text-base {
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
}
.text-lg {
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
}
.text-sm {
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
}
.text-xl {
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
}
.text-xs {
  font-size: var(--text-xs);
  line-height: var(--tw-leading, var(--text-xs--line-height));
}
.\!text-\[36px\] {
  font-size: 36px !important;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-\[13px\] {
  font-size: 13px;
}
.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-\[24px\] {
  font-size: 24px;
}
.text-\[28px\] {
  font-size: 28px;
}
.text-\[32px\] {
  font-size: 32px;
}
.text-\[33px\] {
  font-size: 33px;
}
.text-\[36px\] {
  font-size: 36px;
}
.text-\[37px\] {
  font-size: 37px;
}
.text-\[40px\] {
  font-size: 40px;
}
.text-\[42px\] {
  font-size: 42px;
}
.text-\[44px\] {
  font-size: 44px;
}
.text-\[48px\] {
  font-size: 48px;
}
.text-\[50px\] {
  font-size: 50px;
}
.text-\[55px\] {
  font-size: 55px;
}
.text-\[64px\] {
  font-size: 64px;
}
.leading-\[1\.2\] {
  --tw-leading: 1.2;
  line-height: 1.2;
}
.leading-\[1\.3\] {
  --tw-leading: 1.3;
  line-height: 1.3;
}
.leading-\[1\.4\] {
  --tw-leading: 1.4;
  line-height: 1.4;
}
.leading-\[1\.6\] {
  --tw-leading: 1.6;
  line-height: 1.6;
}
.leading-\[1\.8\] {
  --tw-leading: 1.8;
  line-height: 1.8;
}
.leading-\[2\] {
  --tw-leading: 2;
  line-height: 2;
}
.leading-\[17px\] {
  --tw-leading: 17px;
  line-height: 17px;
}
.leading-\[20px\] {
  --tw-leading: 20px;
  line-height: 20px;
}
.leading-\[23px\] {
  --tw-leading: 23px;
  line-height: 23px;
}
.leading-\[24px\] {
  --tw-leading: 24px;
  line-height: 24px;
}
.leading-\[26px\] {
  --tw-leading: 26px;
  line-height: 26px;
}
.leading-\[28px\] {
  --tw-leading: 28px;
  line-height: 28px;
}
.leading-\[32px\] {
  --tw-leading: 32px;
  line-height: 32px;
}
.leading-\[34\.08px\] {
  --tw-leading: 34.08px;
  line-height: 34.08px;
}
.leading-\[34px\] {
  --tw-leading: 34px;
  line-height: 34px;
}
.leading-\[36px\] {
  --tw-leading: 36px;
  line-height: 36px;
}
.leading-\[40px\] {
  --tw-leading: 40px;
  line-height: 40px;
}
.leading-\[42px\] {
  --tw-leading: 42px;
  line-height: 42px;
}
.leading-\[44px\] {
  --tw-leading: 44px;
  line-height: 44px;
}
.leading-\[48px\] {
  --tw-leading: 48px;
  line-height: 48px;
}
.leading-\[50px\] {
  --tw-leading: 50px;
  line-height: 50px;
}
.leading-\[54px\] {
  --tw-leading: 54px;
  line-height: 54px;
}
.leading-\[55px\] {
  --tw-leading: 55px;
  line-height: 55px;
}
.leading-\[60px\] {
  --tw-leading: 60px;
  line-height: 60px;
}
.leading-\[100\%\] {
  --tw-leading: 100%;
  line-height: 100%;
}
.leading-\[120\%\] {
  --tw-leading: 120%;
  line-height: 120%;
}
.leading-\[130\%\] {
  --tw-leading: 130%;
  line-height: 130%;
}
.leading-\[150\%\] {
  --tw-leading: 150%;
  line-height: 150%;
}
.leading-\[170\%\] {
  --tw-leading: 170%;
  line-height: 170%;
}
.leading-\[200\%\] {
  --tw-leading: 200%;
  line-height: 200%;
}
.leading-none {
  --tw-leading: 1;
  line-height: 1;
}
.leading-normal {
  --tw-leading: var(--leading-normal);
  line-height: var(--leading-normal);
}
.leading-relaxed {
  --tw-leading: var(--leading-relaxed);
  line-height: var(--leading-relaxed);
}
.leading-tight {
  --tw-leading: var(--leading-tight);
  line-height: var(--leading-tight);
}
.font-\[325\] {
  --tw-font-weight: 325;
  font-weight: 325;
}
.font-\[400\] {
  --tw-font-weight: 400;
  font-weight: 400;
}
.font-\[600\] {
  --tw-font-weight: 600;
  font-weight: 600;
}
.font-\[700\] {
  --tw-font-weight: 700;
  font-weight: 700;
}
.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\.05px\] {
  --tw-tracking: 0.05px;
  letter-spacing: 0.05px;
}
.tracking-\[0\.7px\] {
  --tw-tracking: 0.7px;
  letter-spacing: 0.7px;
}
.tracking-\[0\.8px\] {
  --tw-tracking: 0.8px;
  letter-spacing: 0.8px;
}
.tracking-\[0px\] {
  --tw-tracking: 0px;
  letter-spacing: 0px;
}
.tracking-\[1\.2px\] {
  --tw-tracking: 1.2px;
  letter-spacing: 1.2px;
}
.tracking-wide {
  --tw-tracking: var(--tracking-wide);
  letter-spacing: var(--tracking-wide);
}
.break-words {
  overflow-wrap: break-word;
}
.whitespace-normal {
  white-space: normal;
}
.whitespace-pre-line {
  white-space: pre-line;
}
.\!text-white {
  color: var(--color-white) !important;
}
.text-\[\#000\] {
  color: #000;
}
.text-\[\#2B3F49\] {
  color: #2B3F49;
}
.text-\[\#333\] {
  color: #333;
}
.text-\[\#343A40\] {
  color: #343A40;
}
.text-\[\#00433C\] {
  color: #00433C;
}
.text-\[\#353535\] {
  color: #353535;
}
.text-\[\#367193\] {
  color: #367193;
}
.text-\[\#495057\] {
  color: #495057;
}
.text-\[\#AEAEAE\] {
  color: #AEAEAE;
}
.text-\[\#D7D7D7\] {
  color: #D7D7D7;
}
.text-\[\#DE7C31\] {
  color: #DE7C31;
}
.text-\[\#E67E22\] {
  color: #E67E22;
}
.text-\[\#F6ECCA\] {
  color: #F6ECCA;
}
.text-\[\#fff\] {
  color: #fff;
}
.text-\[var\(--Neutral-White\,\#FFF\)\] {
  color: var(--Neutral-White,#FFF);
}
.text-black {
  color: var(--color-black);
}
.text-gray-400 {
  color: var(--color-gray-400);
}
.text-gray-600 {
  color: var(--color-gray-600);
}
.text-gray-700 {
  color: var(--color-gray-700);
}
.text-gray-900 {
  color: var(--color-gray-900);
}
.text-white {
  color: var(--color-white);
}
.capitalize {
  text-transform: capitalize;
}
.uppercase {
  text-transform: uppercase;
}
.italic {
  font-style: italic;
}
.no-underline {
  text-decoration-line: none;
}
.underline {
  text-decoration-line: underline;
}
.opacity-70 {
  opacity: 70%;
}
.opacity-90 {
  opacity: 90%;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px 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);
}
.shadow-\[0_4px_10px_0_rgba\(0\,0\,0\,0\.12\)\] {
  --tw-shadow: 0 4px 10px 0 var(--tw-shadow-color, rgba(0,0,0,0.12));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-\[0_4px_10px_rgba\(0\,0\,0\,0\.12\)\] {
  --tw-shadow: 0 4px 10px var(--tw-shadow-color, rgba(0,0,0,0.12));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-\[0_20px_50px_0_rgba\(70\,137\,215\,0\.20\)\] {
  --tw-shadow: 0 20px 50px 0 var(--tw-shadow-color, rgba(70,137,215,0.20));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-\[0_20px_50px_rgba\(70\,137\,215\,0\.20\)\] {
  --tw-shadow: 0 20px 50px var(--tw-shadow-color, rgba(70,137,215,0.20));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-\[0px_4px_10px_0px_rgba\(0\,0\,0\,0\.12\)\] {
  --tw-shadow: 0px 4px 10px 0px var(--tw-shadow-color, rgba(0,0,0,0.12));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-\[0px_4px_10px_rgba\(0\,0\,0\,0\.12\)\] {
  --tw-shadow: 0px 4px 10px var(--tw-shadow-color, rgba(0,0,0,0.12));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-\[4px_4px_0_0_\#000\] {
  --tw-shadow: 4px 4px 0 0 var(--tw-shadow-color, #000);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-\[5px_5px_16px_0_rgba\(0\,0\,0\,0\.18\)\] {
  --tw-shadow: 5px 5px 16px 0 var(--tw-shadow-color, rgba(0,0,0,0.18));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-\[5px_5px_16px_rgba\(0\,0\,0\,0\.18\)\] {
  --tw-shadow: 5px 5px 16px var(--tw-shadow-color, rgba(0,0,0,0.18));
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-\[12px_12px_0_0_\#000\] {
  --tw-shadow: 12px 12px 0 0 var(--tw-shadow-color, #000);
  box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px 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);
}
.shadow-md {
  --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);
}
.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-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: oklch(37.1% 0 0);
  --tw-prose-headings: oklch(20.5% 0 0);
  --tw-prose-lead: oklch(43.9% 0 0);
  --tw-prose-links: oklch(20.5% 0 0);
  --tw-prose-bold: oklch(20.5% 0 0);
  --tw-prose-counters: oklch(55.6% 0 0);
  --tw-prose-bullets: oklch(87% 0 0);
  --tw-prose-hr: oklch(92.2% 0 0);
  --tw-prose-quotes: oklch(20.5% 0 0);
  --tw-prose-quote-borders: oklch(92.2% 0 0);
  --tw-prose-captions: oklch(55.6% 0 0);
  --tw-prose-kbd: oklch(20.5% 0 0);
  --tw-prose-kbd-shadows: NaN NaN NaN;
  --tw-prose-code: oklch(20.5% 0 0);
  --tw-prose-pre-code: oklch(92.2% 0 0);
  --tw-prose-pre-bg: oklch(26.9% 0 0);
  --tw-prose-th-borders: oklch(87% 0 0);
  --tw-prose-td-borders: oklch(92.2% 0 0);
  --tw-prose-invert-body: oklch(87% 0 0);
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: oklch(70.8% 0 0);
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: oklch(70.8% 0 0);
  --tw-prose-invert-bullets: oklch(43.9% 0 0);
  --tw-prose-invert-hr: oklch(37.1% 0 0);
  --tw-prose-invert-quotes: oklch(97% 0 0);
  --tw-prose-invert-quote-borders: oklch(37.1% 0 0);
  --tw-prose-invert-captions: oklch(70.8% 0 0);
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: oklch(87% 0 0);
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: oklch(43.9% 0 0);
  --tw-prose-invert-td-borders: oklch(37.1% 0 0);
}
.outline-none {
  --tw-outline-style: none;
  outline-style: none;
}
.placeholder\:text-\[\#6C757D\]::placeholder {
  color: #6C757D;
}
.after\:\!text-\[14px\]::after {
  content: var(--tw-content);
  font-size: 14px !important;
}
.last\:mb-0:last-child {
  margin-bottom: calc(var(--spacing) * 0);
}
@media (hover: hover) {
  .hover\:border-\[\#DE7C31\]:hover {
    border-color: #DE7C31;
  }
}
@media (hover: hover) {
  .hover\:border-\[\#E5965A\]:hover {
    border-color: #E5965A;
  }
}
@media (hover: hover) {
  .hover\:bg-\[\#DE7C31\]:hover {
    background-color: #DE7C31;
  }
}
@media (hover: hover) {
  .hover\:bg-\[\#E5965A\]:hover {
    background-color: #E5965A;
  }
}
@media (hover: hover) {
  .hover\:bg-\[\#c96b2a\]:hover {
    background-color: #c96b2a;
  }
}
@media (hover: hover) {
  .hover\:bg-black:hover {
    background-color: var(--color-black);
  }
}
@media (hover: hover) {
  .hover\:bg-black\/40:hover {
    background-color: color-mix(in srgb, #000 40%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .hover\:bg-black\/40:hover {
      background-color: color-mix(in oklab, var(--color-black) 40%, transparent);
    }
  }
}
@media (hover: hover) {
  .hover\:bg-black\/70:hover {
    background-color: color-mix(in srgb, #000 70%, transparent);
  }
  @supports (color: color-mix(in lab, red, red)) {
    .hover\:bg-black\/70:hover {
      background-color: color-mix(in oklab, var(--color-black) 70%, transparent);
    }
  }
}
@media (hover: hover) {
  .hover\:bg-gray-800:hover {
    background-color: var(--color-gray-800);
  }
}
@media (hover: hover) {
  .hover\:bg-transparent:hover {
    background-color: transparent;
  }
}
@media (hover: hover) {
  .hover\:bg-white:hover {
    background-color: var(--color-white);
  }
}
@media (hover: hover) {
  .hover\:text-\[\#DE7C31\]:hover {
    color: #DE7C31;
  }
}
@media (hover: hover) {
  .hover\:text-black:hover {
    color: var(--color-black);
  }
}
@media (hover: hover) {
  .hover\:text-white:hover {
    color: var(--color-white);
  }
}
@media (hover: hover) {
  .hover\:shadow-xl:hover {
    --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);
  }
}
@media (width < 64rem) {
  .max-lg\:w-full {
    width: 100%;
  }
}
@media (width < 64rem) {
  .max-lg\:flex-col {
    flex-direction: column;
  }
}
@media (width < 64rem) {
  .max-lg\:gap-0 {
    gap: calc(var(--spacing) * 0);
  }
}
@media (width < 64rem) {
  .max-lg\:px-\[24px\] {
    padding-inline: 24px;
  }
}
@media (width >= 40rem) {
  .sm\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (width >= 40rem) {
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (width >= 40rem) {
  .sm\:flex-row {
    flex-direction: row;
  }
}
@media (width >= 48rem) {
  .md\:left-1\/2 {
    left: calc(1/2 * 100%);
  }
}
@media (width >= 48rem) {
  .md\:order-1 {
    order: 1;
  }
}
@media (width >= 48rem) {
  .md\:order-2 {
    order: 2;
  }
}
@media (width >= 48rem) {
  .md\:order-none {
    order: 0;
  }
}
@media (width >= 48rem) {
  .md\:mx-0 {
    margin-inline: calc(var(--spacing) * 0);
  }
}
@media (width >= 48rem) {
  .md\:mx-\[12px\] {
    margin-inline: 12px;
  }
}
@media (width >= 48rem) {
  .md\:-mt-\[40px\] {
    margin-top: calc(40px * -1);
  }
}
@media (width >= 48rem) {
  .md\:mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
}
@media (width >= 48rem) {
  .md\:mt-\[32px\] {
    margin-top: 32px;
  }
}
@media (width >= 48rem) {
  .md\:-mr-\[5\%\] {
    margin-right: calc(5% * -1);
  }
}
@media (width >= 48rem) {
  .md\:mr-\[-96px\] {
    margin-right: -96px;
  }
}
@media (width >= 48rem) {
  .md\:mr-\[40px\] {
    margin-right: 40px;
  }
}
@media (width >= 48rem) {
  .md\:mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
}
@media (width >= 48rem) {
  .md\:-ml-24 {
    margin-left: calc(var(--spacing) * -24);
  }
}
@media (width >= 48rem) {
  .md\:-ml-\[5\%\] {
    margin-left: calc(5% * -1);
  }
}
@media (width >= 48rem) {
  .md\:ml-0 {
    margin-left: calc(var(--spacing) * 0);
  }
}
@media (width >= 48rem) {
  .md\:ml-\[40px\] {
    margin-left: 40px;
  }
}
@media (width >= 48rem) {
  .md\:flex {
    display: flex;
  }
}
@media (width >= 48rem) {
  .md\:hidden {
    display: none;
  }
}
@media (width >= 48rem) {
  .md\:h-\[300px\] {
    height: 300px;
  }
}
@media (width >= 48rem) {
  .md\:h-\[400px\] {
    height: 400px;
  }
}
@media (width >= 48rem) {
  .md\:h-\[492px\] {
    height: 492px;
  }
}
@media (width >= 48rem) {
  .md\:h-auto {
    height: auto;
  }
}
@media (width >= 48rem) {
  .md\:h-full {
    height: 100%;
  }
}
@media (width >= 48rem) {
  .md\:w-1\/2 {
    width: calc(1/2 * 100%);
  }
}
@media (width >= 48rem) {
  .md\:w-\[30\%\] {
    width: 30%;
  }
}
@media (width >= 48rem) {
  .md\:w-\[40\%\] {
    width: 40%;
  }
}
@media (width >= 48rem) {
  .md\:w-\[45\%\] {
    width: 45%;
  }
}
@media (width >= 48rem) {
  .md\:w-\[47\%\] {
    width: 47%;
  }
}
@media (width >= 48rem) {
  .md\:w-\[53\%\] {
    width: 53%;
  }
}
@media (width >= 48rem) {
  .md\:w-\[55\%\] {
    width: 55%;
  }
}
@media (width >= 48rem) {
  .md\:w-\[60\%\] {
    width: 60%;
  }
}
@media (width >= 48rem) {
  .md\:w-\[70\%\] {
    width: 70%;
  }
}
@media (width >= 48rem) {
  .md\:w-\[540px\] {
    width: 540px;
  }
}
@media (width >= 48rem) {
  .md\:w-\[569px\] {
    width: 569px;
  }
}
@media (width >= 48rem) {
  .md\:max-w-\[308px\] {
    max-width: 308px;
  }
}
@media (width >= 48rem) {
  .md\:max-w-\[540px\] {
    max-width: 540px;
  }
}
@media (width >= 48rem) {
  .md\:max-w-full {
    max-width: 100%;
  }
}
@media (width >= 48rem) {
  .md\:flex-1 {
    flex: 1;
  }
}
@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\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}
@media (width >= 48rem) {
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (width >= 48rem) {
  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}
@media (width >= 48rem) {
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (width >= 48rem) {
  .md\:flex-col {
    flex-direction: column;
  }
}
@media (width >= 48rem) {
  .md\:flex-row {
    flex-direction: row;
  }
}
@media (width >= 48rem) {
  .md\:flex-row-reverse {
    flex-direction: row-reverse;
  }
}
@media (width >= 48rem) {
  .md\:items-center {
    align-items: center;
  }
}
@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\:gap-5 {
    gap: calc(var(--spacing) * 5);
  }
}
@media (width >= 48rem) {
  .md\:gap-\[0\] {
    gap: 0;
  }
}
@media (width >= 48rem) {
  .md\:gap-\[32px\] {
    gap: 32px;
  }
}
@media (width >= 48rem) {
  .md\:gap-\[40px\] {
    gap: 40px;
  }
}
@media (width >= 48rem) {
  .md\:gap-y-\[64px\] {
    row-gap: 64px;
  }
}
@media (width >= 48rem) {
  .md\:p-8 {
    padding: calc(var(--spacing) * 8);
  }
}
@media (width >= 48rem) {
  .md\:p-\[40px_0\] {
    padding: 40px 0;
  }
}
@media (width >= 48rem) {
  .md\:px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }
}
@media (width >= 48rem) {
  .md\:px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
}
@media (width >= 48rem) {
  .md\:px-\[24px\] {
    padding-inline: 24px;
  }
}
@media (width >= 48rem) {
  .md\:px-\[30px\] {
    padding-inline: 30px;
  }
}
@media (width >= 48rem) {
  .md\:px-\[40px\] {
    padding-inline: 40px;
  }
}
@media (width >= 48rem) {
  .md\:px-\[150px\] {
    padding-inline: 150px;
  }
}
@media (width >= 48rem) {
  .md\:py-5 {
    padding-block: calc(var(--spacing) * 5);
  }
}
@media (width >= 48rem) {
  .md\:py-\[24px\] {
    padding-block: 24px;
  }
}
@media (width >= 48rem) {
  .md\:py-\[64px\] {
    padding-block: 64px;
  }
}
@media (width >= 48rem) {
  .md\:pt-\[48px\] {
    padding-top: 48px;
  }
}
@media (width >= 48rem) {
  .md\:pr-\[40px\] {
    padding-right: 40px;
  }
}
@media (width >= 48rem) {
  .md\:pr-\[50\%\] {
    padding-right: 50%;
  }
}
@media (width >= 48rem) {
  .md\:pb-\[64px\] {
    padding-bottom: 64px;
  }
}
@media (width >= 48rem) {
  .md\:pl-0 {
    padding-left: calc(var(--spacing) * 0);
  }
}
@media (width >= 48rem) {
  .md\:pl-\[40px\] {
    padding-left: 40px;
  }
}
@media (width >= 48rem) {
  .md\:pl-\[50\%\] {
    padding-left: 50%;
  }
}
@media (width >= 48rem) {
  .md\:pl-\[calc\(\(100\%-1140px\)\/2\)\] {
    padding-left: calc((100% - 1140px) / 2);
  }
}
@media (width >= 48rem) {
  .md\:text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
}
@media (width >= 48rem) {
  .md\:text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
}
@media (width >= 48rem) {
  .md\:text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
}
@media (width >= 48rem) {
  .md\:text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
}
@media (width >= 48rem) {
  .md\:text-\[44px\] {
    font-size: 44px;
  }
}
@media (width >= 48rem) {
  .md\:text-\[48px\] {
    font-size: 48px;
  }
}
@media (width >= 48rem) {
  .md\:text-\[68px\] {
    font-size: 68px;
  }
}
@media (width >= 48rem) {
  .md\:leading-\[54px\] {
    --tw-leading: 54px;
    line-height: 54px;
  }
}
@media (width >= 64rem) {
  .lg\:order-1 {
    order: 1;
  }
}
@media (width >= 64rem) {
  .lg\:order-2 {
    order: 2;
  }
}
@media (width >= 64rem) {
  .lg\:mt-0 {
    margin-top: calc(var(--spacing) * 0);
  }
}
@media (width >= 64rem) {
  .lg\:-mr-\[10\%\] {
    margin-right: calc(10% * -1);
  }
}
@media (width >= 64rem) {
  .lg\:mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
}
@media (width >= 64rem) {
  .lg\:-ml-\[10\%\] {
    margin-left: calc(10% * -1);
  }
}
@media (width >= 64rem) {
  .lg\:h-\[450px\] {
    height: 450px;
  }
}
@media (width >= 64rem) {
  .lg\:\!w-\[500px\] {
    width: 500px !important;
  }
}
@media (width >= 64rem) {
  .lg\:w-1\/2 {
    width: calc(1/2 * 100%);
  }
}
@media (width >= 64rem) {
  .lg\:w-\[50\%\] {
    width: 50%;
  }
}
@media (width >= 64rem) {
  .lg\:w-\[60\%\] {
    width: 60%;
  }
}
@media (width >= 64rem) {
  .lg\:w-\[640px\] {
    width: 640px;
  }
}
@media (width >= 64rem) {
  .lg\:max-w-\[640px\] {
    max-width: 640px;
  }
}
@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\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}
@media (width >= 64rem) {
  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, 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\:px-0 {
    padding-inline: calc(var(--spacing) * 0);
  }
}
@media (width >= 64rem) {
  .lg\:px-\[40px\] {
    padding-inline: 40px;
  }
}
@media (width >= 64rem) {
  .lg\:px-\[50px\] {
    padding-inline: 50px;
  }
}
@media (width >= 64rem) {
  .lg\:py-\[64px\] {
    padding-block: 64px;
  }
}
@media (width >= 64rem) {
  .lg\:pr-\[40px\] {
    padding-right: 40px;
  }
}
@media (width >= 64rem) {
  .lg\:pl-\[40px\] {
    padding-left: 40px;
  }
}
@media (width >= 64rem) {
  .lg\:pl-\[calc\(\(100\%-1140px\)\/2\+40px\)\] {
    padding-left: calc((100% - 1140px) / 2 + 40px);
  }
}
@media (width >= 64rem) {
  .lg\:pl-\[calc\(\(100\%-1200px\)\/2\+40px\)\] {
    padding-left: calc((100% - 1200px) / 2 + 40px);
  }
}
@media (width >= 64rem) {
  .lg\:text-\[32px\] {
    font-size: 32px;
  }
}
@media (width >= 80rem) {
  .xl\:w-\[700px\] {
    width: 700px;
  }
}
@media (width >= 80rem) {
  .xl\:max-w-\[420px\] {
    max-width: 420px;
  }
}
@media (width >= 80rem) {
  .xl\:max-w-\[800px\] {
    max-width: 800px;
  }
}
@media (width >= 80rem) {
  .xl\:flex-row {
    flex-direction: row;
  }
}
.prose-a\:text-primary :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  color: var(--color-primary);
}
.\[\&_\*\]\:m-0 * {
  margin: calc(var(--spacing) * 0);
}
.\[\&_\*\]\:p-0 * {
  padding: calc(var(--spacing) * 0);
}
.\[\&_\.swiper-pagination-bullet\]\:h-\[11px\] .swiper-pagination-bullet {
  height: 11px;
}
.\[\&_\.swiper-pagination-bullet\]\:w-\[11px\] .swiper-pagination-bullet {
  width: 11px;
}
.\[\&_\.swiper-pagination-bullet\]\:rounded-full .swiper-pagination-bullet {
  border-radius: calc(infinity * 1px);
}
.\[\&_\.swiper-pagination-bullet\]\:bg-white .swiper-pagination-bullet {
  background-color: var(--color-white);
}
.\[\&_\.swiper-pagination-bullet\]\:opacity-100 .swiper-pagination-bullet {
  opacity: 100%;
}
.\[\&_\.swiper-pagination-bullet-active\]\:h-\[12px\] .swiper-pagination-bullet-active {
  height: 12px;
}
.\[\&_\.swiper-pagination-bullet-active\]\:w-\[12px\] .swiper-pagination-bullet-active {
  width: 12px;
}
.\[\&_\.swiper-pagination-bullet-active\]\:bg-\[\#DE7C31\] .swiper-pagination-bullet-active {
  background-color: #DE7C31;
}
.\[\&_\.swiper-pagination-bullet-active\]\:opacity-100 .swiper-pagination-bullet-active {
  opacity: 100%;
}
.\[\&_\.wp-block-embed\]\:mb-8 .wp-block-embed {
  margin-bottom: calc(var(--spacing) * 8);
}
.\[\&_br\]\:block br {
  display: block;
}
.\[\&_br\]\:hidden br {
  display: none;
}
.\[\&_h2\]\:mb-4 h2 {
  margin-bottom: calc(var(--spacing) * 4);
}
.\[\&_h2\]\:text-\[24px\] h2 {
  font-size: 24px;
}
.\[\&_h2\]\:font-bold h2 {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.\[\&_h3\]\:mb-4 h3 {
  margin-bottom: calc(var(--spacing) * 4);
}
.\[\&_h3\]\:mb-\[12px\] h3 {
  margin-bottom: 12px;
}
.\[\&_h3\]\:text-\[24px\] h3 {
  font-size: 24px;
}
.\[\&_h3\]\:font-bold h3 {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.\[\&_h3\]\:text-black h3 {
  color: var(--color-black);
}
.\[\&_h4\]\:mb-4 h4 {
  margin-bottom: calc(var(--spacing) * 4);
}
.\[\&_h4\]\:text-\[24px\] h4 {
  font-size: 24px;
}
.\[\&_h4\]\:font-bold h4 {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.\[\&_h5\]\:mb-4 h5 {
  margin-bottom: calc(var(--spacing) * 4);
}
.\[\&_h5\]\:text-\[24px\] h5 {
  font-size: 24px;
}
.\[\&_h5\]\:font-bold h5 {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.\[\&_h6\]\:mb-4 h6 {
  margin-bottom: calc(var(--spacing) * 4);
}
.\[\&_h6\]\:text-\[24px\] h6 {
  font-size: 24px;
}
.\[\&_h6\]\:font-bold h6 {
  --tw-font-weight: var(--font-weight-bold);
  font-weight: var(--font-weight-bold);
}
.\[\&_iframe\]\:mb-8 iframe {
  margin-bottom: calc(var(--spacing) * 8);
}
.\[\&_iframe\]\:aspect-video iframe {
  aspect-ratio: var(--aspect-video);
}
.\[\&_iframe\]\:h-full iframe {
  height: 100%;
}
.\[\&_iframe\]\:w-full iframe {
  width: 100%;
}
.\[\&_li\]\:mb-2 li {
  margin-bottom: calc(var(--spacing) * 2);
}
.\[\&_li\]\:mb-\[0px\] li {
  margin-bottom: 0px;
}
.\[\&_li\]\:mb-\[8px\] li {
  margin-bottom: 8px;
}
.\[\&_ol\]\:mb-8 ol {
  margin-bottom: calc(var(--spacing) * 8);
}
.\[\&_ol\]\:ml-\[20px\] ol {
  margin-left: 20px;
}
.\[\&_ol\]\:list-decimal ol {
  list-style-type: decimal;
}
.\[\&_ol\]\:pl-6 ol {
  padding-left: calc(var(--spacing) * 6);
}
.\[\&_ol\]\:pl-\[20px\] ol {
  padding-left: 20px;
}
.\[\&_p\]\:mt-0 p {
  margin-top: calc(var(--spacing) * 0);
}
.\[\&_p\]\:mb-0 p {
  margin-bottom: calc(var(--spacing) * 0);
}
.\[\&_p\]\:mb-8 p {
  margin-bottom: calc(var(--spacing) * 8);
}
.\[\&_p\]\:mb-\[12px\] p {
  margin-bottom: 12px;
}
.\[\&_p\]\:mb-\[16px\] p {
  margin-bottom: 16px;
}
.\[\&_p\]\:mb-\[24px\] p {
  margin-bottom: 24px;
}
.\[\&_p\]\:mb-\[32px\] p {
  margin-bottom: 32px;
}
.\[\&_p\]\:\!text-left p {
  text-align: left !important;
}
.\[\&_p\:last-child\]\:mb-0 p:last-child {
  margin-bottom: calc(var(--spacing) * 0);
}
.\[\&_strong\]\:\!block strong {
  display: block !important;
}
.\[\&_strong\]\:block strong {
  display: block;
}
.\[\&_ul\]\:mb-8 ul {
  margin-bottom: calc(var(--spacing) * 8);
}
.\[\&_ul\]\:ml-\[20px\] ul {
  margin-left: 20px;
}
.\[\&_ul\]\:list-disc ul {
  list-style-type: disc;
}
.\[\&_ul\]\:pl-6 ul {
  padding-left: calc(var(--spacing) * 6);
}
.\[\&_ul\]\:pl-\[20px\] ul {
  padding-left: 20px;
}
@media (max-width:1026px) {
  .\[\@media\(max-width\:1026px\)\]\:px-\[20px\] {
    padding-inline: 20px;
  }
}
@media (max-width:1200px) {
  .\[\@media\(max-width\:1200px\)\]\:flex {
    display: flex;
  }
}
@media (max-width:768px) {
  .\[\@media\(max-width\:768px\)\]\:-mt-\[50px\] {
    margin-top: calc(50px * -1);
  }
}
@media (min-width:1024px) {
  .\[\@media\(min-width\:1024px\)\]\:inline-block {
    display: inline-block;
  }
}
@media (min-width:1027px) {
  .\[\@media\(min-width\:1027px\)\]\:block {
    display: block;
  }
}
@media (min-width:1027px) {
  .\[\@media\(min-width\:1027px\)\]\:hidden {
    display: none;
  }
}
@media (min-width:1027px) {
  .\[\@media\(min-width\:1027px\)\]\:px-\[40px\] {
    padding-inline: 40px;
  }
}
@media (min-width:1200px) {
  .\[\@media\(min-width\:1200px\)\]\:flex {
    display: flex;
  }
}
@media (min-width:1200px) {
  .\[\@media\(min-width\:1200px\)\]\:hidden {
    display: none;
  }
}
@layer utilities {
  .footer-sec a {
    color: var(--color-white) !important;
  }
  .footer-sec li a:hover span,.footer-sec .icon-block a:hover {
    color: #E5965A !important;
  }
  .btn-menu a {
    display: flex !important;
    height: 48px !important;
    align-items: center;
    justify-content: center;
    border-radius: 0.25rem !important;
    border-style: var(--tw-border-style) !important;
    border-width: 2px !important;
    border-color: var(--color-black) !important;
    padding-inline: 32px !important;
    padding-block: 10px !important;
    --tw-font-weight: 600 !important;
    font-weight: 600 !important;
    --tw-tracking: 0.8px !important;
    letter-spacing: 0.8px !important;
    color: var(--color-black) !important;
    text-transform: uppercase;
  }
  .btn-menu:hover a {
    border-color: #DE7C31 !important;
    background-color: #DE7C31 !important;
    color: var(--color-white) !important;
  }
  .btn-menu:hover a span {
    color: var(--color-white) !important;
  }
  a.post-edit-link {
    display: none !important;
  }
  body, .font-montserrat {
    font-family: Montserrat !important;
  }
  .dm-font {
    font-family: "DM Serif Text" !important;
  }
  .gotham-font, .font-gotham {
    font-family: 'Gotham', sans-serif !important;
    font-weight: 400;
  }
  .gotham-bold-font, .font-gotham-bold {
    font-family: 'Gotham', sans-serif !important;
    font-weight: 700;
  }
  .top-padding {
    padding-top: 60px !important;
    padding-bottom: 60px !important;
  }
  section#primary header.entry-header {
    display: none !important;
  }
  .list-disc {
    list-style-type: disc !important;
    padding-left: calc(var(--spacing) * 5) !important;
  }
  .strategy-sec p {
    margin-top: calc(var(--spacing) * 0) !important;
    margin-bottom: calc(var(--spacing) * 6) !important;
  }
  .vidoe-sec iframe {
    width: 100% !important;
  }
  .entry-content > p:empty {
    display: none !important;
  }
  div#gform_wrapper_1 {
    width: 100% !important;
  }
  .gform-theme--foundation .ginput_complex input, .gform-theme--foundation .ginput_complex select, .gform-theme--foundation .gfield .ginput_password.large, .gform-theme--foundation .gfield input.large, .gform-theme--foundation .gfield select.large {
    height: calc(var(--spacing) * 12) !important;
    width: 100% !important;
    border-radius: 0.25rem !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-inline: calc(var(--spacing) * 4) !important;
    padding-block: calc(var(--spacing) * 3) !important;
  }
  .gform-theme--foundation .gform_fields {
    gap: calc(var(--spacing) * 4) !important;
  }
  .gform_button.button {
    height: calc(var(--spacing) * 10) !important;
    width: 132px !important;
    border-radius: 0.25rem !important;
    background-color: #DE7C31 !important;
    padding-inline: calc(var(--spacing) * 8) !important;
    padding-block: calc(var(--spacing) * 2) !important;
  }
  .gform_button.button:hover {
    background-color: #E5965A !important;
  }
  body .next-interest-form .gform_button:hover,body .next-interest-form input#gform_submit_button_8:hover,body .gform_button.button:hover {
    color: #fff !important;
    background-color: #000 !important;
  }
  #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 {
    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;
    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: #DE7C31 !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: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
    color: var(--color-black);
  }
  @media (hover: hover) {
    :is(#mobile-menu .sub-menu a):hover {
      color: #DE7C31;
    }
  }
  #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-family: Gotham !important;
    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: #DE7C31;
    }
  }
  ul#mobile-menu > li a {
    position: relative;
    display: block;
  }
  ul#mobile-menu li a span {
    right: 0;
    position: absolute;
  }
}
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
@property --tw-font-weight {
  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-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-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@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-content {
  syntax: "*";
  initial-value: "";
  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-font-weight: initial;
      --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;
      --tw-space-y-reverse: 0;
      --tw-border-style: solid;
      --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-leading: initial;
      --tw-tracking: initial;
      --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-content: "";
    }
  }
}
