/*!
Theme Name: Ensina Brasil
Theme URI: https://www.marcascomsal.com.br
Author: Marcas com Sal
Version: 1.0
*/

/**
 * The line above injects the WordPress file header. It needs to be first,
 * before this comment.
 */

/**
 * This injects custom `@font-face` rules.
 */

/**
 * Custom `@font-face` rules
 *
 * These will be added immediately before Tailwind’s `base` layer.
 */

@font-face {
  font-family: 'clash';

  src: url('assets/fonts/clash_grotesk-extralight.woff2') format('woff2');

  font-weight: 200;

  font-display: swap;

  font-style: normal;
}

@font-face {
  font-family: 'clash';

  src: url('assets/fonts/clash_grotesk-light.woff2') format('woff2');

  font-weight: 300;

  font-display: swap;

  font-style: normal;
}

@font-face {
  font-family: 'clash';

  src: url('assets/fonts/clash_grotesk-regular.woff2') format('woff2');

  font-weight: 400;

  font-display: swap;

  font-style: normal;
}

@font-face {
  font-family: 'clash';

  src: url('assets/fonts/clash_grotesk-medium.woff2') format('woff2');

  font-weight: 500;

  font-display: swap;

  font-style: normal;
}

@font-face {
  font-family: 'clash';

  src: url('assets/fonts/clash_grotesk-semibold.woff2') format('woff2');

  font-weight: 600;

  font-display: swap;

  font-style: normal;
}

@font-face {
  font-family: 'clash';

  src: url('assets/fonts/clash_grotesk-bold.woff2') format('woff2');

  font-weight: 700;

  font-display: swap;

  font-style: normal;
}

@font-face {
  font-family: 'general';

  src: url('assets/fonts/general_sans-extralight.woff2') format('woff2');

  font-weight: 200;

  font-display: swap;

  font-style: normal;
}

@font-face {
  font-family: 'general';

  src: url('assets/fonts/general_sans-light.woff2') format('woff2');

  font-weight: 300;

  font-display: swap;

  font-style: normal;
}

@font-face {
  font-family: 'general';

  src: url('assets/fonts/general_sans-regular.woff2') format('woff2');

  font-weight: 400;

  font-display: swap;

  font-style: normal;
}

@font-face {
  font-family: 'general';

  src: url('assets/fonts/general_sans-medium.woff2') format('woff2');

  font-weight: 500;

  font-display: swap;

  font-style: normal;
}

@font-face {
  font-family: 'general';

  src: url('assets/fonts/general_sans-semibold.woff2') format('woff2');

  font-weight: 600;

  font-display: swap;

  font-style: normal;
}

@font-face {
  font-family: 'general';

  src: url('assets/fonts/general_sans-bold.woff2') format('woff2');

  font-weight: 700;

  font-display: swap;

  font-style: normal;
}

/**
 * This injects Tailwind's base styles and any base styles registered by
 * plugins, then adds custom base styles.
 */

/*! tailwindcss v3.4.0 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */
  border-top-width: 1px;
  /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */
  border-collapse: collapse;
  /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-feature-settings: inherit;
  /* 1 */
  font-variation-settings: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  font-weight: inherit;
  /* 1 */
  line-height: inherit;
  /* 1 */
  color: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
  padding: 0;
  /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}

body {
  scroll-behavior: smooth;
  font-family: "clash", sans-serif;
  line-height: 1.1;
  --tw-text-opacity: 1;
  color: rgb(255 251 240 / var(--tw-text-opacity));
}

p {
  font-size: 1.25rem;
  line-height: 1.75rem;
  line-height: 150%;
  letter-spacing: 0.025em;
}

html {
  scroll-behavior: smooth;
}

#content {
  padding-top: 90px;
}

.home #content {
  padding-top: 0px;
}

.wrap {
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 1366px) {
  .wrap {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

._grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  -moz-column-gap: 1rem;
       column-gap: 1rem;
  margin-left: auto;
  margin-right: auto;
  max-width: 1440px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

@media (min-width: 1366px) {
  ._grid {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}

@media (min-width: 768px) {
  ._grid {
    grid-template-columns: repeat(12, minmax(0, 1fr));
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
}

strong {
  font-weight: 600;
}

.heading-2 {
  font-size: 32px;
  font-weight: 600;
  line-height: 1.25;
}

@media (min-width: 1025px) {
  .heading-2 {
    font-size: 40px;
  }
}

.block-editor-block-list__block {
  margin-bottom: 1.5rem;
}

.block-editor-writing-flow,
.block-editor-block-list__layout {
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem !important;
}

.wp-block-post-title {
  margin-bottom: 2.5rem;
  font-family: "general", sans-serif;
  font-weight: 500 !important;
}

.wp-block {
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem !important;
}

.wp-block[data-align="wide"] {
  margin-left: auto;
  margin-right: auto;
  max-width: 80rem !important;
}

.wp-block[data-align="full"] {
  margin-left: auto;
  margin-right: auto;
  max-width: 100% !important;
}

/* Aumenta a sidebar do Gutenberg */

.interface-interface-skeleton__sidebar {
  width: 1000px !important;
  /* Padrão é 280px */
}

/* Ajusta o conteúdo principal para compensar */

.interface-interface-skeleton__content {
  margin-right: 1000px !important;
}

/**
 * This injects Tailwind's component classes and any component classes
 * registered by plugins, then adds custom component classes.
 *
 * The `@import-glob` line imports all CSS files from the `components`
 * directory (except for `components.css`, which is imported on the following
 * line). This is meant to simplify the process of integrating styles from
 * JavaScript components or WordPress plugins.
 */

.prose {
  color: var(--tw-prose-body);
}

.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-left: 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-left: 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: 1px;
  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-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;
  border-left-style: solid;
}

.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(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-right: 0.375em;
  padding-bottom: 0.1875em;
  padding-left: 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-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 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;
  text-align: left;
  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-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 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(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: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.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-left: 0.375em;
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 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 > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ol > li > *: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-left: 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-left: 0;
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0;
}

.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0;
}

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 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%;
}

.prose-neutral {
  --tw-prose-body: #404040;
  --tw-prose-headings: #171717;
  --tw-prose-lead: #525252;
  --tw-prose-links: #171717;
  --tw-prose-bold: #171717;
  --tw-prose-counters: #737373;
  --tw-prose-bullets: #d4d4d4;
  --tw-prose-hr: #e5e5e5;
  --tw-prose-quotes: #171717;
  --tw-prose-quote-borders: #e5e5e5;
  --tw-prose-captions: #737373;
  --tw-prose-kbd: #171717;
  --tw-prose-kbd-shadows: 23 23 23;
  --tw-prose-code: #171717;
  --tw-prose-pre-code: #e5e5e5;
  --tw-prose-pre-bg: #262626;
  --tw-prose-th-borders: #d4d4d4;
  --tw-prose-td-borders: #e5e5e5;
  --tw-prose-invert-body: #d4d4d4;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #a3a3a3;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #a3a3a3;
  --tw-prose-invert-bullets: #525252;
  --tw-prose-invert-hr: #404040;
  --tw-prose-invert-quotes: #f5f5f5;
  --tw-prose-invert-quote-borders: #404040;
  --tw-prose-invert-captions: #a3a3a3;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d4d4d4;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #525252;
  --tw-prose-invert-td-borders: #404040;
}

.prose {
  color: var(--tw-prose-body);
}

.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}

.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}

.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-left: 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-left: 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: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}

.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  font-weight: 500;
  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;
}

.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(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-right: 0.375em;
  padding-bottom: 0.1875em;
  padding-left: 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-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 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;
  text-align: left;
  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-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 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(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: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: 17 24 39;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}

.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}

.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}

.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-left: 0.375em;
}

.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 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 > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}

.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  margin-top: 1.25em;
}

.prose :where(.prose > ol > li > *: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-left: 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-left: 0;
}

.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 0;
}

.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}

.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-left: 0;
}

.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
  padding-right: 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-neutral {
  --tw-prose-body: #404040;
  --tw-prose-headings: #171717;
  --tw-prose-lead: #525252;
  --tw-prose-links: #171717;
  --tw-prose-bold: #171717;
  --tw-prose-counters: #737373;
  --tw-prose-bullets: #d4d4d4;
  --tw-prose-hr: #e5e5e5;
  --tw-prose-quotes: #171717;
  --tw-prose-quote-borders: #e5e5e5;
  --tw-prose-captions: #737373;
  --tw-prose-kbd: #171717;
  --tw-prose-kbd-shadows: 23 23 23;
  --tw-prose-code: #171717;
  --tw-prose-pre-code: #e5e5e5;
  --tw-prose-pre-bg: #262626;
  --tw-prose-th-borders: #d4d4d4;
  --tw-prose-td-borders: #e5e5e5;
  --tw-prose-invert-body: #d4d4d4;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #a3a3a3;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #a3a3a3;
  --tw-prose-invert-bullets: #525252;
  --tw-prose-invert-hr: #404040;
  --tw-prose-invert-quotes: #f5f5f5;
  --tw-prose-invert-quote-borders: #404040;
  --tw-prose-invert-captions: #a3a3a3;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: 255 255 255;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d4d4d4;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #525252;
  --tw-prose-invert-td-borders: #404040;
}

/**
 * Custom styles to immediately follow Tailwind’s `components` layer
 *
 * “Add more opinionated, complex classes like buttons, form controls, alerts,
 * etc; the sort of pre-built components you often see in other frameworks that
 * you might need to override with utility classes.”
 *
 * — from https://tailwindcss.com/docs/plugins#adding-components
 */

/**
 * Post title styles
 *
 * These will be applied to all headings with a `page-title` or `entry-title`
 * class on the frontend and to the post title in the block editor.
 *
 * The supplied styles are meant to match the default `h1` classes from
 * Tailwind Typography.
 */

.page-title,
.entry-title {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5rem;
  max-width: 40rem;
  font-size: 1.875rem;
  line-height: 2.25rem;
  font-weight: 800;
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}

/**
 * Layout styles for centered content areas
 *
 * If you are controlling the width of your content area with styles applied
 * to its container, you can delete the following styles whose selectors begin
 * with `.page-content >` and `.entry-content >`. For more details, please see
 * the following:
 *
 * https://make.wordpress.org/core/2021/06/29/on-layout-and-content-width-in-wordpress-5-8/
 */

.page-content > *,
.entry-content > * {
  /* Content width from the `theme.json` file */
  margin-left: auto;
  margin-right: auto;
  max-width: 40rem;
}

.entry-content > .alignwide {
  /* Wide width from the `theme.json` file */
  max-width: 60rem;
}

.entry-content > .alignfull {
  max-width: none;
}

.entry-content > .alignleft {
  float: left;
  margin-right: 2rem;
}

.entry-content > .alignright {
  float: right;
  margin-left: 2rem;
}

/**
 * This injects Tailwind's utility classes and any utility classes registered
 * by plugins, then adds custom utility classes.
 */

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.pointer-events-none {
  pointer-events: none;
}

.visible {
  visibility: visible;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.-left-3 {
  left: -0.75rem;
}

.-right-\[36px\] {
  right: -36px;
}

.-right-\[72px\] {
  right: -72px;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-6 {
  bottom: 1.5rem;
}

.left-0 {
  left: 0px;
}

.left-1\/2 {
  left: 50%;
}

.left-3 {
  left: 0.75rem;
}

.left-6 {
  left: 1.5rem;
}

.right-10 {
  right: 2.5rem;
}

.right-3 {
  right: 0.75rem;
}

.top-0 {
  top: 0px;
}

.top-1\/2 {
  top: 50%;
}

.top-32 {
  top: 8rem;
}

.top-4 {
  top: 1rem;
}

.top-\[400px\] {
  top: 400px;
}

.top-\[90px\] {
  top: 90px;
}

.z-10 {
  z-index: 10;
}

.z-20 {
  z-index: 20;
}

.z-30 {
  z-index: 30;
}

.z-50 {
  z-index: 50;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.col-span-1 {
  grid-column: span 1 / span 1;
}

.col-span-10 {
  grid-column: span 10 / span 10;
}

.col-span-5 {
  grid-column: span 5 / span 5;
}

.col-span-6 {
  grid-column: span 6 / span 6;
}

.col-start-2 {
  grid-column-start: 2;
}

.col-start-7 {
  grid-column-start: 7;
}

.mx-auto {
  margin-left: auto;
  margin-right: auto;
}

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.-ml-10 {
  margin-left: -2.5rem;
}

.-ml-\[2px\] {
  margin-left: -2px;
}

.-mt-1 {
  margin-top: -0.25rem;
}

.-mt-12 {
  margin-top: -3rem;
}

.-mt-16 {
  margin-top: -4rem;
}

.-mt-\[20px\] {
  margin-top: -20px;
}

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-12 {
  margin-bottom: 3rem;
}

.mb-2 {
  margin-bottom: 0.5rem;
}

.mb-20 {
  margin-bottom: 5rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-4 {
  margin-bottom: 1rem;
}

.mb-5 {
  margin-bottom: 1.25rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.mb-7 {
  margin-bottom: 1.75rem;
}

.mb-8 {
  margin-bottom: 2rem;
}

.ml-10 {
  margin-left: 2.5rem;
}

.ml-auto {
  margin-left: auto;
}

.mt-0 {
  margin-top: 0px;
}

.mt-1 {
  margin-top: 0.25rem;
}

.mt-10 {
  margin-top: 2.5rem;
}

.mt-12 {
  margin-top: 3rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

.mt-16 {
  margin-top: 4rem;
}

.mt-2 {
  margin-top: 0.5rem;
}

.mt-20 {
  margin-top: 5rem;
}

.mt-24 {
  margin-top: 6rem;
}

.mt-28 {
  margin-top: 7rem;
}

.mt-3 {
  margin-top: 0.75rem;
}

.mt-4 {
  margin-top: 1rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-6 {
  margin-top: 1.5rem;
}

.mt-8 {
  margin-top: 2rem;
}

.mt-\[20px\] {
  margin-top: 20px;
}

.mt-\[92px\] {
  margin-top: 92px;
}

.mt-auto {
  margin-top: auto;
}

.block {
  display: block;
}

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-2 {
  height: 0.5rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

.h-\[12px\] {
  height: 12px;
}

.h-\[200\%\] {
  height: 200%;
}

.h-\[200px\] {
  height: 200px;
}

.h-\[273px\] {
  height: 273px;
}

.h-\[290px\] {
  height: 290px;
}

.h-\[2px\] {
  height: 2px;
}

.h-\[392px\] {
  height: 392px;
}

.h-\[56px\] {
  height: 56px;
}

.h-\[90px\] {
  height: 90px;
}

.h-\[calc\(100\%-186px\)\] {
  height: calc(100% - 186px);
}

.h-\[calc\(100\%-36px\)\] {
  height: calc(100% - 36px);
}

.h-\[calc\(100dvh-90px\)\] {
  height: calc(100dvh - 90px);
}

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.max-h-0 {
  max-height: 0px;
}

.min-h-\[254px\] {
  min-height: 254px;
}

.min-h-screen {
  min-height: 100vh;
}

.w-0 {
  width: 0px;
}

.w-1 {
  width: 0.25rem;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.w-16 {
  width: 4rem;
}

.w-3\/4 {
  width: 75%;
}

.w-4\/5 {
  width: 80%;
}

.w-5\/6 {
  width: 83.333333%;
}

.w-6 {
  width: 1.5rem;
}

.w-7 {
  width: 1.75rem;
}

.w-8 {
  width: 2rem;
}

.w-\[160px\] {
  width: 160px;
}

.w-\[314px\] {
  width: 314px;
}

.w-\[440px\] {
  width: 440px;
}

.w-\[88px\] {
  width: 88px;
}

.w-\[calc\(100\%-80px\)\] {
  width: calc(100% - 80px);
}

.w-\[calc\(50\%-12px\)\] {
  width: calc(50% - 12px);
}

.w-\[calc\(50\%-20px\)\] {
  width: calc(50% - 20px);
}

.w-\[calc\(50\%-24px\)\] {
  width: calc(50% - 24px);
}

.w-\[calc\(50\%-36px\)\] {
  width: calc(50% - 36px);
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.w-\[140px\] {
  width: 140px;
}

.min-w-\[calc\(33\.333\%-16px\)\] {
  min-width: calc(33.333% - 16px);
}

.min-w-\[calc\(33\.333\%-36px\)\] {
  min-width: calc(33.333% - 36px);
}

.min-w-\[calc\(50\%-12px\)\] {
  min-width: calc(50% - 12px);
}

.min-w-\[calc\(50\%-36px\)\] {
  min-width: calc(50% - 36px);
}

.max-w-\[1440px\] {
  max-width: 1440px;
}

.max-w-\[250px\] {
  max-width: 250px;
}

.max-w-\[55px\] {
  max-width: 55px;
}

.max-w-none {
  max-width: none;
}

.flex-1 {
  flex: 1 1 0%;
}

.shrink-0 {
  flex-shrink: 0;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8,0,1,1);
  }

  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0,0,0.2,1);
  }
}

.animate-bounce {
  animation: bounce 1s infinite;
}

.cursor-pointer {
  cursor: pointer;
}

.flex-row {
  flex-direction: row;
}

.flex-col {
  flex-direction: column;
}

.flex-wrap {
  flex-wrap: wrap;
}

.items-end {
  align-items: flex-end;
}

.items-center {
  align-items: center;
}

.justify-end {
  justify-content: flex-end;
}

.justify-center {
  justify-content: center;
}

.justify-between {
  justify-content: space-between;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-x-1 {
  -moz-column-gap: 0.25rem;
       column-gap: 0.25rem;
}

.gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

.gap-x-12 {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}

.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-y-10 {
  row-gap: 2.5rem;
}

.gap-y-14 {
  row-gap: 3.5rem;
}

.gap-y-16 {
  row-gap: 4rem;
}

.gap-y-2 {
  row-gap: 0.5rem;
}

.gap-y-20 {
  row-gap: 5rem;
}

.gap-y-3 {
  row-gap: 0.75rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.gap-y-5 {
  row-gap: 1.25rem;
}

.gap-y-6 {
  row-gap: 1.5rem;
}

.gap-y-8 {
  row-gap: 2rem;
}

.space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}

.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

.space-y-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}

.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}

.divide-x-\[1px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}

.divide-dark-blue > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(24 32 59 / var(--tw-divide-opacity));
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-x-auto {
  overflow-x: auto;
}

.overflow-x-hidden {
  overflow-x: hidden;
}

.overflow-y-hidden {
  overflow-y: hidden;
}

.overflow-y-scroll {
  overflow-y: scroll;
}

.whitespace-nowrap {
  white-space: nowrap;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

.rounded-full {
  border-radius: 9999px;
}

.rounded-lg {
  border-radius: 0.5rem;
}

.rounded-xl {
  border-radius: 0.75rem;
}

.rounded-r-2xl {
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
}

.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.rounded-bl-2xl {
  border-bottom-left-radius: 1rem;
}

.rounded-tl-2xl {
  border-top-left-radius: 1rem;
}

.border {
  border-width: 1px;
}

.border-\[1px\] {
  border-width: 1px;
}

.border-\[6px\] {
  border-width: 6px;
}

.border-b {
  border-bottom-width: 1px;
}

.border-b-\[1px\] {
  border-bottom-width: 1px;
}

.border-b-\[36px\] {
  border-bottom-width: 36px;
}

.border-l {
  border-left-width: 1px;
}

.border-l-\[36px\] {
  border-left-width: 36px;
}

.border-r-\[36px\] {
  border-right-width: 36px;
}

.border-t-\[1px\] {
  border-top-width: 1px;
}

.border-t-\[30px\] {
  border-top-width: 30px;
}

.border-t-\[36px\] {
  border-top-width: 36px;
}

.border-\[\#000000\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-\[\#18203B\] {
  --tw-border-opacity: 1;
  border-color: rgb(24 32 59 / var(--tw-border-opacity));
}

.border-\[\#273766\] {
  --tw-border-opacity: 1;
  border-color: rgb(39 55 102 / var(--tw-border-opacity));
}

.border-\[\#46A351\] {
  --tw-border-opacity: 1;
  border-color: rgb(70 163 81 / var(--tw-border-opacity));
}

.border-\[\#525F85\] {
  --tw-border-opacity: 1;
  border-color: rgb(82 95 133 / var(--tw-border-opacity));
}

.border-\[\#6E7998\] {
  --tw-border-opacity: 1;
  border-color: rgb(110 121 152 / var(--tw-border-opacity));
}

.border-\[\#9CA3B9\] {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 185 / var(--tw-border-opacity));
}

.border-\[\#C4532A\] {
  --tw-border-opacity: 1;
  border-color: rgb(196 83 42 / var(--tw-border-opacity));
}

.border-\[\#E06031\] {
  --tw-border-opacity: 1;
  border-color: rgb(224 96 49 / var(--tw-border-opacity));
}

.border-\[\#F2A943\] {
  --tw-border-opacity: 1;
  border-color: rgb(242 169 67 / var(--tw-border-opacity));
}

.border-\[\#F5BA69\] {
  --tw-border-opacity: 1;
  border-color: rgb(245 186 105 / var(--tw-border-opacity));
}

.border-\[\#F6C581\] {
  --tw-border-opacity: 1;
  border-color: rgb(246 197 129 / var(--tw-border-opacity));
}

.border-\[\#F9D7A9\] {
  --tw-border-opacity: 1;
  border-color: rgb(249 215 169 / var(--tw-border-opacity));
}

.border-\[\#FBD564\] {
  --tw-border-opacity: 1;
  border-color: rgb(251 213 100 / var(--tw-border-opacity));
}

.border-\[\#FEF4E2\] {
  --tw-border-opacity: 1;
  border-color: rgb(254 244 226 / var(--tw-border-opacity));
}

.border-\[\#FFFBF0\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 251 240 / var(--tw-border-opacity));
}

.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-blackish-orange {
  --tw-border-opacity: 1;
  border-color: rgb(196 83 42 / var(--tw-border-opacity));
}

.border-coral {
  --tw-border-opacity: 1;
  border-color: rgb(224 96 49 / var(--tw-border-opacity));
}

.border-dark-blue {
  --tw-border-opacity: 1;
  border-color: rgb(24 32 59 / var(--tw-border-opacity));
}

.border-dark-orange {
  --tw-border-opacity: 1;
  border-color: rgb(224 96 49 / var(--tw-border-opacity));
}

.border-green {
  --tw-border-opacity: 1;
  border-color: rgb(70 163 81 / var(--tw-border-opacity));
}

.border-light-blue {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 185 / var(--tw-border-opacity));
}

.border-light-yellow {
  --tw-border-opacity: 1;
  border-color: rgb(255 251 240 / var(--tw-border-opacity));
}

.border-medium-blue {
  --tw-border-opacity: 1;
  border-color: rgb(39 55 102 / var(--tw-border-opacity));
}

.border-off-white {
  --tw-border-opacity: 1;
  border-color: rgb(254 244 226 / var(--tw-border-opacity));
}

.border-orange {
  --tw-border-opacity: 1;
  border-color: rgb(242 169 67 / var(--tw-border-opacity));
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 251 240 / var(--tw-border-opacity));
}

.border-yellow {
  --tw-border-opacity: 1;
  border-color: rgb(251 213 100 / var(--tw-border-opacity));
}

.border-b-\[\#000000\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-b-\[\#18203B\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(24 32 59 / var(--tw-border-opacity));
}

.border-b-\[\#273766\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(39 55 102 / var(--tw-border-opacity));
}

.border-b-\[\#46A351\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(70 163 81 / var(--tw-border-opacity));
}

.border-b-\[\#525F85\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(82 95 133 / var(--tw-border-opacity));
}

.border-b-\[\#6E7998\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(110 121 152 / var(--tw-border-opacity));
}

.border-b-\[\#9CA3B9\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(156 163 185 / var(--tw-border-opacity));
}

.border-b-\[\#C4532A\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(196 83 42 / var(--tw-border-opacity));
}

.border-b-\[\#E06031\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(224 96 49 / var(--tw-border-opacity));
}

.border-b-\[\#F2A943\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(242 169 67 / var(--tw-border-opacity));
}

.border-b-\[\#F5BA69\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(245 186 105 / var(--tw-border-opacity));
}

.border-b-\[\#F6C581\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(246 197 129 / var(--tw-border-opacity));
}

.border-b-\[\#F9D7A9\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(249 215 169 / var(--tw-border-opacity));
}

.border-b-\[\#FBD564\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(251 213 100 / var(--tw-border-opacity));
}

.border-b-\[\#FEF4E2\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 244 226 / var(--tw-border-opacity));
}

.border-b-\[\#FFFBF0\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 251 240 / var(--tw-border-opacity));
}

.border-b-black {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-b-blackish-orange {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(196 83 42 / var(--tw-border-opacity));
}

.border-b-coral {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(224 96 49 / var(--tw-border-opacity));
}

.border-b-dark-blue {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(24 32 59 / var(--tw-border-opacity));
}

.border-b-dark-orange {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(224 96 49 / var(--tw-border-opacity));
}

.border-b-green {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(70 163 81 / var(--tw-border-opacity));
}

.border-b-light-blue {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(156 163 185 / var(--tw-border-opacity));
}

.border-b-light-yellow {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 251 240 / var(--tw-border-opacity));
}

.border-b-medium-blue {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(39 55 102 / var(--tw-border-opacity));
}

.border-b-off-white {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(254 244 226 / var(--tw-border-opacity));
}

.border-b-orange {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(242 169 67 / var(--tw-border-opacity));
}

.border-b-transparent {
  border-bottom-color: transparent;
}

.border-b-white {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(255 251 240 / var(--tw-border-opacity));
}

.border-b-yellow {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(251 213 100 / var(--tw-border-opacity));
}

.border-l-\[\#000000\] {
  --tw-border-opacity: 1;
  border-left-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-l-\[\#18203B\] {
  --tw-border-opacity: 1;
  border-left-color: rgb(24 32 59 / var(--tw-border-opacity));
}

.border-l-\[\#273766\] {
  --tw-border-opacity: 1;
  border-left-color: rgb(39 55 102 / var(--tw-border-opacity));
}

.border-l-\[\#46A351\] {
  --tw-border-opacity: 1;
  border-left-color: rgb(70 163 81 / var(--tw-border-opacity));
}

.border-l-\[\#525F85\] {
  --tw-border-opacity: 1;
  border-left-color: rgb(82 95 133 / var(--tw-border-opacity));
}

.border-l-\[\#6E7998\] {
  --tw-border-opacity: 1;
  border-left-color: rgb(110 121 152 / var(--tw-border-opacity));
}

.border-l-\[\#9CA3B9\] {
  --tw-border-opacity: 1;
  border-left-color: rgb(156 163 185 / var(--tw-border-opacity));
}

.border-l-\[\#C4532A\] {
  --tw-border-opacity: 1;
  border-left-color: rgb(196 83 42 / var(--tw-border-opacity));
}

.border-l-\[\#E06031\] {
  --tw-border-opacity: 1;
  border-left-color: rgb(224 96 49 / var(--tw-border-opacity));
}

.border-l-\[\#F2A943\] {
  --tw-border-opacity: 1;
  border-left-color: rgb(242 169 67 / var(--tw-border-opacity));
}

.border-l-\[\#F5BA69\] {
  --tw-border-opacity: 1;
  border-left-color: rgb(245 186 105 / var(--tw-border-opacity));
}

.border-l-\[\#F6C581\] {
  --tw-border-opacity: 1;
  border-left-color: rgb(246 197 129 / var(--tw-border-opacity));
}

.border-l-\[\#F9D7A9\] {
  --tw-border-opacity: 1;
  border-left-color: rgb(249 215 169 / var(--tw-border-opacity));
}

.border-l-\[\#FBD564\] {
  --tw-border-opacity: 1;
  border-left-color: rgb(251 213 100 / var(--tw-border-opacity));
}

.border-l-\[\#FEF4E2\] {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 244 226 / var(--tw-border-opacity));
}

.border-l-\[\#FFFBF0\] {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 251 240 / var(--tw-border-opacity));
}

.border-l-black {
  --tw-border-opacity: 1;
  border-left-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-l-blackish-orange {
  --tw-border-opacity: 1;
  border-left-color: rgb(196 83 42 / var(--tw-border-opacity));
}

.border-l-coral {
  --tw-border-opacity: 1;
  border-left-color: rgb(224 96 49 / var(--tw-border-opacity));
}

.border-l-dark-blue {
  --tw-border-opacity: 1;
  border-left-color: rgb(24 32 59 / var(--tw-border-opacity));
}

.border-l-dark-orange {
  --tw-border-opacity: 1;
  border-left-color: rgb(224 96 49 / var(--tw-border-opacity));
}

.border-l-green {
  --tw-border-opacity: 1;
  border-left-color: rgb(70 163 81 / var(--tw-border-opacity));
}

.border-l-light-blue {
  --tw-border-opacity: 1;
  border-left-color: rgb(156 163 185 / var(--tw-border-opacity));
}

.border-l-light-yellow {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 251 240 / var(--tw-border-opacity));
}

.border-l-medium-blue {
  --tw-border-opacity: 1;
  border-left-color: rgb(39 55 102 / var(--tw-border-opacity));
}

.border-l-off-white {
  --tw-border-opacity: 1;
  border-left-color: rgb(254 244 226 / var(--tw-border-opacity));
}

.border-l-orange {
  --tw-border-opacity: 1;
  border-left-color: rgb(242 169 67 / var(--tw-border-opacity));
}

.border-l-white {
  --tw-border-opacity: 1;
  border-left-color: rgb(255 251 240 / var(--tw-border-opacity));
}

.border-l-yellow {
  --tw-border-opacity: 1;
  border-left-color: rgb(251 213 100 / var(--tw-border-opacity));
}

.border-r-\[\#000000\] {
  --tw-border-opacity: 1;
  border-right-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-r-\[\#18203B\] {
  --tw-border-opacity: 1;
  border-right-color: rgb(24 32 59 / var(--tw-border-opacity));
}

.border-r-\[\#273766\] {
  --tw-border-opacity: 1;
  border-right-color: rgb(39 55 102 / var(--tw-border-opacity));
}

.border-r-\[\#46A351\] {
  --tw-border-opacity: 1;
  border-right-color: rgb(70 163 81 / var(--tw-border-opacity));
}

.border-r-\[\#525F85\] {
  --tw-border-opacity: 1;
  border-right-color: rgb(82 95 133 / var(--tw-border-opacity));
}

.border-r-\[\#6E7998\] {
  --tw-border-opacity: 1;
  border-right-color: rgb(110 121 152 / var(--tw-border-opacity));
}

.border-r-\[\#9CA3B9\] {
  --tw-border-opacity: 1;
  border-right-color: rgb(156 163 185 / var(--tw-border-opacity));
}

.border-r-\[\#C4532A\] {
  --tw-border-opacity: 1;
  border-right-color: rgb(196 83 42 / var(--tw-border-opacity));
}

.border-r-\[\#E06031\] {
  --tw-border-opacity: 1;
  border-right-color: rgb(224 96 49 / var(--tw-border-opacity));
}

.border-r-\[\#F2A943\] {
  --tw-border-opacity: 1;
  border-right-color: rgb(242 169 67 / var(--tw-border-opacity));
}

.border-r-\[\#F5BA69\] {
  --tw-border-opacity: 1;
  border-right-color: rgb(245 186 105 / var(--tw-border-opacity));
}

.border-r-\[\#F6C581\] {
  --tw-border-opacity: 1;
  border-right-color: rgb(246 197 129 / var(--tw-border-opacity));
}

.border-r-\[\#F9D7A9\] {
  --tw-border-opacity: 1;
  border-right-color: rgb(249 215 169 / var(--tw-border-opacity));
}

.border-r-\[\#FBD564\] {
  --tw-border-opacity: 1;
  border-right-color: rgb(251 213 100 / var(--tw-border-opacity));
}

.border-r-\[\#FEF4E2\] {
  --tw-border-opacity: 1;
  border-right-color: rgb(254 244 226 / var(--tw-border-opacity));
}

.border-r-\[\#FFFBF0\] {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 251 240 / var(--tw-border-opacity));
}

.border-r-black {
  --tw-border-opacity: 1;
  border-right-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-r-blackish-orange {
  --tw-border-opacity: 1;
  border-right-color: rgb(196 83 42 / var(--tw-border-opacity));
}

.border-r-coral {
  --tw-border-opacity: 1;
  border-right-color: rgb(224 96 49 / var(--tw-border-opacity));
}

.border-r-dark-blue {
  --tw-border-opacity: 1;
  border-right-color: rgb(24 32 59 / var(--tw-border-opacity));
}

.border-r-dark-orange {
  --tw-border-opacity: 1;
  border-right-color: rgb(224 96 49 / var(--tw-border-opacity));
}

.border-r-green {
  --tw-border-opacity: 1;
  border-right-color: rgb(70 163 81 / var(--tw-border-opacity));
}

.border-r-light-blue {
  --tw-border-opacity: 1;
  border-right-color: rgb(156 163 185 / var(--tw-border-opacity));
}

.border-r-light-yellow {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 251 240 / var(--tw-border-opacity));
}

.border-r-medium-blue {
  --tw-border-opacity: 1;
  border-right-color: rgb(39 55 102 / var(--tw-border-opacity));
}

.border-r-off-white {
  --tw-border-opacity: 1;
  border-right-color: rgb(254 244 226 / var(--tw-border-opacity));
}

.border-r-orange {
  --tw-border-opacity: 1;
  border-right-color: rgb(242 169 67 / var(--tw-border-opacity));
}

.border-r-white {
  --tw-border-opacity: 1;
  border-right-color: rgb(255 251 240 / var(--tw-border-opacity));
}

.border-r-yellow {
  --tw-border-opacity: 1;
  border-right-color: rgb(251 213 100 / var(--tw-border-opacity));
}

.border-t-\[\#000000\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-t-\[\#18203B\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(24 32 59 / var(--tw-border-opacity));
}

.border-t-\[\#273766\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(39 55 102 / var(--tw-border-opacity));
}

.border-t-\[\#46A351\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(70 163 81 / var(--tw-border-opacity));
}

.border-t-\[\#525F85\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(82 95 133 / var(--tw-border-opacity));
}

.border-t-\[\#6E7998\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(110 121 152 / var(--tw-border-opacity));
}

.border-t-\[\#9CA3B9\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(156 163 185 / var(--tw-border-opacity));
}

.border-t-\[\#C4532A\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(196 83 42 / var(--tw-border-opacity));
}

.border-t-\[\#E06031\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(224 96 49 / var(--tw-border-opacity));
}

.border-t-\[\#F2A943\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(242 169 67 / var(--tw-border-opacity));
}

.border-t-\[\#F5BA69\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(245 186 105 / var(--tw-border-opacity));
}

.border-t-\[\#F6C581\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(246 197 129 / var(--tw-border-opacity));
}

.border-t-\[\#F9D7A9\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(249 215 169 / var(--tw-border-opacity));
}

.border-t-\[\#FBD564\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(251 213 100 / var(--tw-border-opacity));
}

.border-t-\[\#FEF4E2\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 244 226 / var(--tw-border-opacity));
}

.border-t-\[\#FFFBF0\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 251 240 / var(--tw-border-opacity));
}

.border-t-black {
  --tw-border-opacity: 1;
  border-top-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-t-blackish-orange {
  --tw-border-opacity: 1;
  border-top-color: rgb(196 83 42 / var(--tw-border-opacity));
}

.border-t-coral {
  --tw-border-opacity: 1;
  border-top-color: rgb(224 96 49 / var(--tw-border-opacity));
}

.border-t-dark-blue {
  --tw-border-opacity: 1;
  border-top-color: rgb(24 32 59 / var(--tw-border-opacity));
}

.border-t-dark-orange {
  --tw-border-opacity: 1;
  border-top-color: rgb(224 96 49 / var(--tw-border-opacity));
}

.border-t-green {
  --tw-border-opacity: 1;
  border-top-color: rgb(70 163 81 / var(--tw-border-opacity));
}

.border-t-light-blue {
  --tw-border-opacity: 1;
  border-top-color: rgb(156 163 185 / var(--tw-border-opacity));
}

.border-t-light-yellow {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 251 240 / var(--tw-border-opacity));
}

.border-t-medium-blue {
  --tw-border-opacity: 1;
  border-top-color: rgb(39 55 102 / var(--tw-border-opacity));
}

.border-t-off-white {
  --tw-border-opacity: 1;
  border-top-color: rgb(254 244 226 / var(--tw-border-opacity));
}

.border-t-orange {
  --tw-border-opacity: 1;
  border-top-color: rgb(242 169 67 / var(--tw-border-opacity));
}

.border-t-transparent {
  border-top-color: transparent;
}

.border-t-white {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 251 240 / var(--tw-border-opacity));
}

.border-t-yellow {
  --tw-border-opacity: 1;
  border-top-color: rgb(251 213 100 / var(--tw-border-opacity));
}

.bg-\[\#000000\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-\[\#18203B\] {
  --tw-bg-opacity: 1;
  background-color: rgb(24 32 59 / var(--tw-bg-opacity));
}

.bg-\[\#273766\] {
  --tw-bg-opacity: 1;
  background-color: rgb(39 55 102 / var(--tw-bg-opacity));
}

.bg-\[\#46A351\] {
  --tw-bg-opacity: 1;
  background-color: rgb(70 163 81 / var(--tw-bg-opacity));
}

.bg-\[\#525F85\] {
  --tw-bg-opacity: 1;
  background-color: rgb(82 95 133 / var(--tw-bg-opacity));
}

.bg-\[\#6E7998\] {
  --tw-bg-opacity: 1;
  background-color: rgb(110 121 152 / var(--tw-bg-opacity));
}

.bg-\[\#9CA3B9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 185 / var(--tw-bg-opacity));
}

.bg-\[\#C4532A\] {
  --tw-bg-opacity: 1;
  background-color: rgb(196 83 42 / var(--tw-bg-opacity));
}

.bg-\[\#E06031\] {
  --tw-bg-opacity: 1;
  background-color: rgb(224 96 49 / var(--tw-bg-opacity));
}

.bg-\[\#F2A943\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 169 67 / var(--tw-bg-opacity));
}

.bg-\[\#F5BA69\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 186 105 / var(--tw-bg-opacity));
}

.bg-\[\#F6C581\] {
  --tw-bg-opacity: 1;
  background-color: rgb(246 197 129 / var(--tw-bg-opacity));
}

.bg-\[\#F9D7A9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 215 169 / var(--tw-bg-opacity));
}

.bg-\[\#FBD564\] {
  --tw-bg-opacity: 1;
  background-color: rgb(251 213 100 / var(--tw-bg-opacity));
}

.bg-\[\#FEF4E2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(254 244 226 / var(--tw-bg-opacity));
}

.bg-\[\#FFFBF0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 240 / var(--tw-bg-opacity));
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-blackish-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(196 83 42 / var(--tw-bg-opacity));
}

.bg-coral {
  --tw-bg-opacity: 1;
  background-color: rgb(224 96 49 / var(--tw-bg-opacity));
}

.bg-dark-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(24 32 59 / var(--tw-bg-opacity));
}

.bg-dark-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(224 96 49 / var(--tw-bg-opacity));
}

.bg-green {
  --tw-bg-opacity: 1;
  background-color: rgb(70 163 81 / var(--tw-bg-opacity));
}

.bg-light-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 240 / var(--tw-bg-opacity));
}

.bg-light-yellow\/300 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 227 151 / var(--tw-bg-opacity));
}

.bg-medium-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(39 55 102 / var(--tw-bg-opacity));
}

.bg-medium-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(253 236 184 / var(--tw-bg-opacity));
}

.bg-off-white {
  --tw-bg-opacity: 1;
  background-color: rgb(254 244 226 / var(--tw-bg-opacity));
}

.bg-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(242 169 67 / var(--tw-bg-opacity));
}

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 240 / var(--tw-bg-opacity));
}

.bg-white\/10 {
  background-color: rgb(255 251 240 / 0.1);
}

.bg-yellow {
  --tw-bg-opacity: 1;
  background-color: rgb(251 213 100 / var(--tw-bg-opacity));
}

.bg-opacity-30 {
  --tw-bg-opacity: 0.3;
}

.bg-center {
  background-position: center;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.object-center {
  -o-object-position: center;
     object-position: center;
}

.object-left-top {
  -o-object-position: left top;
     object-position: left top;
}

.object-right {
  -o-object-position: right;
     object-position: right;
}

.object-right-top {
  -o-object-position: right top;
     object-position: right top;
}

.p-1 {
  padding: 0.25rem;
}

.p-12 {
  padding: 3rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.\!px-0 {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-7 {
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pb-10 {
  padding-bottom: 2.5rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.pb-14 {
  padding-bottom: 3.5rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.pb-\[200px\] {
  padding-bottom: 200px;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pl-14 {
  padding-left: 3.5rem;
}

.pl-8 {
  padding-left: 2rem;
}

.pr-10 {
  padding-right: 2.5rem;
}

.pr-14 {
  padding-right: 3.5rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pt-14 {
  padding-top: 3.5rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-20 {
  padding-top: 5rem;
}

.pt-8 {
  padding-top: 2rem;
}

.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}

.font-clash {
  font-family: "clash", sans-serif;
}

.font-general {
  font-family: "general", sans-serif;
}

.font-sans {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

.text-\[14px\] {
  font-size: 14px;
}

.text-\[18px\] {
  font-size: 18px;
}

.text-\[20px\] {
  font-size: 20px;
}

.text-\[32px\] {
  font-size: 32px;
}

.text-\[40px\] {
  font-size: 40px;
}

.text-\[54px\] {
  font-size: 54px;
}

.text-\[56px\] {
  font-size: 56px;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

.font-bold {
  font-weight: 700;
}

.font-light {
  font-weight: 300;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.not-italic {
  font-style: normal;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-7 {
  line-height: 1.75rem;
}

.leading-\[16px\] {
  line-height: 16px;
}

.leading-none {
  line-height: 1;
}

.leading-normal {
  line-height: 1.5;
}

.-tracking-wide {
  letter-spacing: -0.025em;
}

.tracking-wide {
  letter-spacing: 0.025em;
}

.tracking-wider {
  letter-spacing: 0.05em;
}

.\!text-yellow {
  --tw-text-opacity: 1 !important;
  color: rgb(251 213 100 / var(--tw-text-opacity)) !important;
}

.text-\[\#000000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-\[\#18203B\] {
  --tw-text-opacity: 1;
  color: rgb(24 32 59 / var(--tw-text-opacity));
}

.text-\[\#273766\] {
  --tw-text-opacity: 1;
  color: rgb(39 55 102 / var(--tw-text-opacity));
}

.text-\[\#46A351\] {
  --tw-text-opacity: 1;
  color: rgb(70 163 81 / var(--tw-text-opacity));
}

.text-\[\#525F85\] {
  --tw-text-opacity: 1;
  color: rgb(82 95 133 / var(--tw-text-opacity));
}

.text-\[\#6E7998\] {
  --tw-text-opacity: 1;
  color: rgb(110 121 152 / var(--tw-text-opacity));
}

.text-\[\#9CA3B9\] {
  --tw-text-opacity: 1;
  color: rgb(156 163 185 / var(--tw-text-opacity));
}

.text-\[\#C4532A\] {
  --tw-text-opacity: 1;
  color: rgb(196 83 42 / var(--tw-text-opacity));
}

.text-\[\#E06031\] {
  --tw-text-opacity: 1;
  color: rgb(224 96 49 / var(--tw-text-opacity));
}

.text-\[\#F2A943\] {
  --tw-text-opacity: 1;
  color: rgb(242 169 67 / var(--tw-text-opacity));
}

.text-\[\#F5BA69\] {
  --tw-text-opacity: 1;
  color: rgb(245 186 105 / var(--tw-text-opacity));
}

.text-\[\#F6C581\] {
  --tw-text-opacity: 1;
  color: rgb(246 197 129 / var(--tw-text-opacity));
}

.text-\[\#F9D7A9\] {
  --tw-text-opacity: 1;
  color: rgb(249 215 169 / var(--tw-text-opacity));
}

.text-\[\#FBD564\] {
  --tw-text-opacity: 1;
  color: rgb(251 213 100 / var(--tw-text-opacity));
}

.text-\[\#FEF4E2\] {
  --tw-text-opacity: 1;
  color: rgb(254 244 226 / var(--tw-text-opacity));
}

.text-\[\#FFFBF0\] {
  --tw-text-opacity: 1;
  color: rgb(255 251 240 / var(--tw-text-opacity));
}

.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-blackish-orange {
  --tw-text-opacity: 1;
  color: rgb(196 83 42 / var(--tw-text-opacity));
}

.text-coral {
  --tw-text-opacity: 1;
  color: rgb(224 96 49 / var(--tw-text-opacity));
}

.text-dark-blue {
  --tw-text-opacity: 1;
  color: rgb(24 32 59 / var(--tw-text-opacity));
}

.text-dark-orange {
  --tw-text-opacity: 1;
  color: rgb(224 96 49 / var(--tw-text-opacity));
}

.text-green {
  --tw-text-opacity: 1;
  color: rgb(70 163 81 / var(--tw-text-opacity));
}

.text-light-blue {
  --tw-text-opacity: 1;
  color: rgb(156 163 185 / var(--tw-text-opacity));
}

.text-light-yellow {
  --tw-text-opacity: 1;
  color: rgb(255 251 240 / var(--tw-text-opacity));
}

.text-medium-blue {
  --tw-text-opacity: 1;
  color: rgb(39 55 102 / var(--tw-text-opacity));
}

.text-off-white {
  --tw-text-opacity: 1;
  color: rgb(254 244 226 / var(--tw-text-opacity));
}

.text-orange {
  --tw-text-opacity: 1;
  color: rgb(242 169 67 / var(--tw-text-opacity));
}

.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 251 240 / var(--tw-text-opacity));
}

.text-yellow {
  --tw-text-opacity: 1;
  color: rgb(251 213 100 / var(--tw-text-opacity));
}

.underline {
  text-decoration-line: underline;
}

.\!no-underline {
  text-decoration-line: none !important;
}

.opacity-0 {
  opacity: 0;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-70 {
  opacity: 0.7;
}

.ring-\[1px\] {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-200 {
  transition-duration: 200ms;
}

.duration-300 {
  transition-duration: 300ms;
}

.duration-500 {
  transition-duration: 500ms;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.content-none {
  --tw-content: none;
  content: var(--tw-content);
}

.\[-ms-overflow-style\:none\] {
  -ms-overflow-style: none;
}

.\[scrollbar-width\:none\] {
  scrollbar-width: none;
}

/**
 * Custom styles to immediately follow Tailwind’s `utilities` layer
 *
 * Add your own utility classes to this theme. Complex utility classes should
 * be added using Tailwind’s plugin system:
 *
 * https://tailwindcss.com/docs/plugins#adding-utilities
 */

.first-of-type\:border-t:first-of-type {
  border-top-width: 1px;
}

.hover\:ml-4:hover {
  margin-left: 1rem;
}

.hover\:scale-110:hover {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:gap-x-4:hover {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.hover\:gap-x-6:hover {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.hover\:bg-dark-blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(24 32 59 / var(--tw-bg-opacity));
}

.hover\:bg-medium-blue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(39 55 102 / var(--tw-bg-opacity));
}

.hover\:bg-orange:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(242 169 67 / var(--tw-bg-opacity));
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 240 / var(--tw-bg-opacity));
}

.hover\:bg-yellow:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(251 213 100 / var(--tw-bg-opacity));
}

.hover\:bg-opacity-40:hover {
  --tw-bg-opacity: 0.4;
}

.hover\:text-\[\#000000\]:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.hover\:text-\[\#18203B\]:hover {
  --tw-text-opacity: 1;
  color: rgb(24 32 59 / var(--tw-text-opacity));
}

.hover\:text-\[\#273766\]:hover {
  --tw-text-opacity: 1;
  color: rgb(39 55 102 / var(--tw-text-opacity));
}

.hover\:text-\[\#46A351\]:hover {
  --tw-text-opacity: 1;
  color: rgb(70 163 81 / var(--tw-text-opacity));
}

.hover\:text-\[\#525F85\]:hover {
  --tw-text-opacity: 1;
  color: rgb(82 95 133 / var(--tw-text-opacity));
}

.hover\:text-\[\#6E7998\]:hover {
  --tw-text-opacity: 1;
  color: rgb(110 121 152 / var(--tw-text-opacity));
}

.hover\:text-\[\#9CA3B9\]:hover {
  --tw-text-opacity: 1;
  color: rgb(156 163 185 / var(--tw-text-opacity));
}

.hover\:text-\[\#C4532A\]:hover {
  --tw-text-opacity: 1;
  color: rgb(196 83 42 / var(--tw-text-opacity));
}

.hover\:text-\[\#E06031\]:hover {
  --tw-text-opacity: 1;
  color: rgb(224 96 49 / var(--tw-text-opacity));
}

.hover\:text-\[\#F2A943\]:hover {
  --tw-text-opacity: 1;
  color: rgb(242 169 67 / var(--tw-text-opacity));
}

.hover\:text-\[\#F5BA69\]:hover {
  --tw-text-opacity: 1;
  color: rgb(245 186 105 / var(--tw-text-opacity));
}

.hover\:text-\[\#F6C581\]:hover {
  --tw-text-opacity: 1;
  color: rgb(246 197 129 / var(--tw-text-opacity));
}

.hover\:text-\[\#F9D7A9\]:hover {
  --tw-text-opacity: 1;
  color: rgb(249 215 169 / var(--tw-text-opacity));
}

.hover\:text-\[\#FBD564\]:hover {
  --tw-text-opacity: 1;
  color: rgb(251 213 100 / var(--tw-text-opacity));
}

.hover\:text-\[\#FEF4E2\]:hover {
  --tw-text-opacity: 1;
  color: rgb(254 244 226 / var(--tw-text-opacity));
}

.hover\:text-\[\#FFFBF0\]:hover {
  --tw-text-opacity: 1;
  color: rgb(255 251 240 / var(--tw-text-opacity));
}

.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.hover\:text-blackish-orange:hover {
  --tw-text-opacity: 1;
  color: rgb(196 83 42 / var(--tw-text-opacity));
}

.hover\:text-coral:hover {
  --tw-text-opacity: 1;
  color: rgb(224 96 49 / var(--tw-text-opacity));
}

.hover\:text-dark-blue:hover {
  --tw-text-opacity: 1;
  color: rgb(24 32 59 / var(--tw-text-opacity));
}

.hover\:text-dark-orange:hover {
  --tw-text-opacity: 1;
  color: rgb(224 96 49 / var(--tw-text-opacity));
}

.hover\:text-green:hover {
  --tw-text-opacity: 1;
  color: rgb(70 163 81 / var(--tw-text-opacity));
}

.hover\:text-light-blue:hover {
  --tw-text-opacity: 1;
  color: rgb(156 163 185 / var(--tw-text-opacity));
}

.hover\:text-light-yellow:hover {
  --tw-text-opacity: 1;
  color: rgb(255 251 240 / var(--tw-text-opacity));
}

.hover\:text-medium-blue:hover {
  --tw-text-opacity: 1;
  color: rgb(39 55 102 / var(--tw-text-opacity));
}

.hover\:text-off-white:hover {
  --tw-text-opacity: 1;
  color: rgb(254 244 226 / var(--tw-text-opacity));
}

.hover\:text-orange:hover {
  --tw-text-opacity: 1;
  color: rgb(242 169 67 / var(--tw-text-opacity));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 251 240 / var(--tw-text-opacity));
}

.hover\:text-yellow:hover {
  --tw-text-opacity: 1;
  color: rgb(251 213 100 / var(--tw-text-opacity));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:opacity-100:hover {
  opacity: 1;
}

.hover\:shadow-2xl:hover {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:grayscale-0:hover {
  --tw-grayscale: grayscale(0);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.active\:scale-90:active {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group\/item:hover .group-hover\/item\:ml-4 {
  margin-left: 1rem;
}

.group:hover .group-hover\:scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:underline {
  text-decoration-line: underline;
}

.group.swiper-slide-active .group-\[\.swiper-slide-active\]\:pointer-events-auto {
  pointer-events: auto;
}

.group.open .group-\[\&\.open\]\:absolute {
  position: absolute;
}

.group.open .group-\[\&\.open\]\:top-1 {
  top: 0.25rem;
}

.group.active .group-\[\&\.active\]\:mt-3 {
  margin-top: 0.75rem;
}

.group.swiper-slide-active .group-\[\.swiper-slide-active\]\:h-\[600px\] {
  height: 600px;
}

.group.swiper-slide-active .group-\[\.swiper-slide-active\]\:w-\[539px\] {
  width: 539px;
}

.group.active .group-\[\&\.active\]\:rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group.active .group-\[\.active\]\:rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group.open .group-\[\&\.open\]\:bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 251 240 / var(--tw-bg-opacity));
}

.group.active .group-\[\&\.active\]\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 251 240 / var(--tw-text-opacity));
}

.group.swiper-slide-active .group-\[\.swiper-slide-active\]\:opacity-100 {
  opacity: 1;
}

.prose-headings\:mt-8 :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  margin-top: 2rem;
}

.prose-headings\:\!text-lg :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}

.prose-headings\:font-semibold :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  font-weight: 600;
}

.prose-headings\:uppercase :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  text-transform: uppercase;
}

.prose-h2\:text-\[40px\] :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  font-size: 40px;
}

.prose-h3\:\!text-2xl :is(:where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}

.prose-h3\:text-2xl :is(:where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  font-size: 1.5rem;
  line-height: 2rem;
}

.prose-h4\:\!text-lg :is(:where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}

.prose-p\:text-base :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  font-size: 1rem;
  line-height: 1.5rem;
}

.prose-p\:text-white :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(255 251 240 / var(--tw-text-opacity));
}

.prose-a\:text-coral :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(224 96 49 / var(--tw-text-opacity));
}

.prose-a\:text-primary :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}

.prose-a\:underline :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  text-decoration-line: underline;
}

.prose-a\:no-underline :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  text-decoration-line: none;
}

.prose-a\:hover\:underline:hover :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  text-decoration-line: underline;
}

.prose-strong\:font-semibold :is(:where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  font-weight: 600;
}

.prose-ol\:pl-4 :is(:where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  padding-left: 1rem;
}

.prose-ul\:mt-4 :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
  margin-top: 1rem;
}

.prose-li\:marker\:text-dark-blue * :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)))::marker {
  color: rgb(24 32 59 );
}

.prose-li\:marker\:text-white * :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)))::marker {
  color: rgb(255 251 240 );
}

.prose-li\:marker\:text-dark-blue :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)))::marker {
  color: rgb(24 32 59 );
}

.prose-li\:marker\:text-white :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)))::marker {
  color: rgb(255 251 240 );
}

@media (min-width: 768px) {
  .md\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .md\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .md\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .md\:col-start-2 {
    grid-column-start: 2;
  }

  .md\:col-start-3 {
    grid-column-start: 3;
  }

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:justify-center {
    justify-content: center;
  }

  .md\:justify-between {
    justify-content: space-between;
  }

  .md\:gap-0 {
    gap: 0px;
  }

  .md\:overflow-x-visible {
    overflow-x: visible;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .md\:py-\[200px\] {
    padding-top: 200px;
    padding-bottom: 200px;
  }

  .md\:text-\[56px\] {
    font-size: 56px;
  }
}

@media (min-width: 1025px) {
  .lg\:absolute {
    position: absolute;
  }

  .lg\:-right-3 {
    right: -0.75rem;
  }

  .lg\:bottom-10 {
    bottom: 2.5rem;
  }

  .lg\:bottom-14 {
    bottom: 3.5rem;
  }

  .lg\:left-0 {
    left: 0px;
  }

  .lg\:left-1\/2 {
    left: 50%;
  }

  .lg\:left-10 {
    left: 2.5rem;
  }

  .lg\:left-14 {
    left: 3.5rem;
  }

  .lg\:left-\[565px\] {
    left: 565px;
  }

  .lg\:left-auto {
    left: auto;
  }

  .lg\:right-0 {
    right: 0px;
  }

  .lg\:right-10 {
    right: 2.5rem;
  }

  .lg\:top-0 {
    top: 0px;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .lg\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .lg\:col-start-2 {
    grid-column-start: 2;
  }

  .lg\:col-start-3 {
    grid-column-start: 3;
  }

  .lg\:col-start-6 {
    grid-column-start: 6;
  }

  .lg\:col-start-7 {
    grid-column-start: 7;
  }

  .lg\:col-start-8 {
    grid-column-start: 8;
  }

  .lg\:-mt-\[20px\] {
    margin-top: -20px;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:mb-14 {
    margin-bottom: 3.5rem;
  }

  .lg\:mb-20 {
    margin-bottom: 5rem;
  }

  .lg\:mb-24 {
    margin-bottom: 6rem;
  }

  .lg\:mb-4 {
    margin-bottom: 1rem;
  }

  .lg\:mb-5 {
    margin-bottom: 1.25rem;
  }

  .lg\:mb-8 {
    margin-bottom: 2rem;
  }

  .lg\:ml-\[28\%\] {
    margin-left: 28%;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:mt-14 {
    margin-top: 3.5rem;
  }

  .lg\:mt-16 {
    margin-top: 4rem;
  }

  .lg\:mt-28 {
    margin-top: 7rem;
  }

  .lg\:mt-3 {
    margin-top: 0.75rem;
  }

  .lg\:mt-4 {
    margin-top: 1rem;
  }

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:mt-\[20px\] {
    margin-top: 20px;
  }

  .lg\:mt-\[92px\] {
    margin-top: 92px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:aspect-auto {
    aspect-ratio: auto;
  }

  .lg\:h-12 {
    height: 3rem;
  }

  .lg\:h-\[200\%\] {
    height: 200%;
  }

  .lg\:h-\[21px\] {
    height: 21px;
  }

  .lg\:h-\[273px\] {
    height: 273px;
  }

  .lg\:h-\[290px\] {
    height: 290px;
  }

  .lg\:h-\[300px\] {
    height: 300px;
  }

  .lg\:h-\[600px\] {
    height: 600px;
  }

  .lg\:h-\[620px\] {
    height: 620px;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:h-screen {
    height: 100vh;
  }

  .lg\:min-h-\[440px\] {
    min-height: 440px;
  }

  .lg\:\!w-auto {
    width: auto !important;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-12 {
    width: 3rem;
  }

  .lg\:w-2\/3 {
    width: 66.666667%;
  }

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

  .lg\:w-5\/6 {
    width: 83.333333%;
  }

  .lg\:w-\[16\.67\%\] {
    width: 16.67%;
  }

  .lg\:w-\[270px\] {
    width: 270px;
  }

  .lg\:w-\[314px\] {
    width: 314px;
  }

  .lg\:w-\[440px\] {
    width: 440px;
  }

  .lg\:w-\[66\%\] {
    width: 66%;
  }

  .lg\:w-\[calc\(\(1\/4\*100\%\)-20px\)\] {
    width: calc((1 / 4 * 100%) - 20px);
  }

  .lg\:w-\[calc\(\(1\/6\*100\%\)-20px\)\] {
    width: calc((1 / 6 * 100%) - 20px);
  }

  .lg\:w-\[calc\(25\%-18px\)\] {
    width: calc(25% - 18px);
  }

  .lg\:w-\[calc\(33\%-12px\)\] {
    width: calc(33% - 12px);
  }

  .lg\:w-\[calc\(50\%-12px\)\] {
    width: calc(50% - 12px);
  }

  .lg\:min-w-\[calc\(25\%-48px\)\] {
    min-width: calc(25% - 48px);
  }

  .lg\:min-w-\[calc\(50\%-48px\)\] {
    min-width: calc(50% - 48px);
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-wrap {
    flex-wrap: wrap;
  }

  .lg\:items-end {
    align-items: flex-end;
  }

  .lg\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .lg\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .lg\:gap-x-\[72px\] {
    -moz-column-gap: 72px;
         column-gap: 72px;
  }

  .lg\:gap-y-0 {
    row-gap: 0px;
  }

  .lg\:gap-y-12 {
    row-gap: 3rem;
  }

  .lg\:gap-y-14 {
    row-gap: 3.5rem;
  }

  .lg\:gap-y-6 {
    row-gap: 1.5rem;
  }

  .lg\:gap-y-9 {
    row-gap: 2.25rem;
  }

  .lg\:self-start {
    align-self: flex-start;
  }

  .lg\:self-end {
    align-self: flex-end;
  }

  .lg\:border-r {
    border-right-width: 1px;
  }

  .lg\:p-14 {
    padding: 3.5rem;
  }

  .lg\:p-8 {
    padding: 2rem;
  }

  .lg\:p-9 {
    padding: 2.25rem;
  }

  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:py-14 {
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .lg\:pb-12 {
    padding-bottom: 3rem;
  }

  .lg\:pb-20 {
    padding-bottom: 5rem;
  }

  .lg\:pb-8 {
    padding-bottom: 2rem;
  }

  .lg\:pl-0 {
    padding-left: 0px;
  }

  .lg\:pr-0 {
    padding-right: 0px;
  }

  .lg\:pr-14 {
    padding-right: 3.5rem;
  }

  .lg\:pr-6 {
    padding-right: 1.5rem;
  }

  .lg\:pr-\[28\%\] {
    padding-right: 28%;
  }

  .lg\:pt-14 {
    padding-top: 3.5rem;
  }

  .lg\:pt-28 {
    padding-top: 7rem;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-right {
    text-align: right;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .lg\:text-\[20px\] {
    font-size: 20px;
  }

  .lg\:text-\[32px\] {
    font-size: 32px;
  }

  .lg\:text-\[40px\] {
    font-size: 40px;
  }

  .lg\:text-\[48px\] {
    font-size: 48px;
  }

  .lg\:text-\[86px\] {
    font-size: 86px;
  }

  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:opacity-0 {
    opacity: 0;
  }

  .group.swiper-slide-active .lg\:group-\[\.swiper-slide-active\]\:h-\[600px\] {
    height: 600px;
  }

  .group.swiper-slide-active .lg\:group-\[\.swiper-slide-active\]\:w-\[539px\] {
    width: 539px;
  }

  .group.swiper-slide-active .lg\:group-\[\.swiper-slide-active\]\:opacity-100 {
    opacity: 1;
  }
}

.\[\&\.active\]\:ml-0.active {
  margin-left: 0px;
}

.\[\&\.active\]\:border-r.active {
  border-right-width: 1px;
}

.\[\&\.active\]\:border-white.active {
  --tw-border-opacity: 1;
  border-color: rgb(255 251 240 / var(--tw-border-opacity));
}

.\[\&\.active\]\:pb-0.active {
  padding-bottom: 0px;
}

.\[\&\.active\]\:opacity-100.active {
  opacity: 1;
}

.\[\&\.open\]\:pointer-events-auto.open {
  pointer-events: auto;
}

.\[\&\.open\]\:border-transparent.open {
  border-color: transparent;
}

.\[\&\.open\]\:opacity-100.open {
  opacity: 1;
}

.\[\&\.swiper-button-disabled\]\:\!pointer-events-auto.swiper-button-disabled {
  pointer-events: auto !important;
}

.\[\&\:\:-webkit-scrollbar\]\:hidden::-webkit-scrollbar {
  display: none;
}

.\[\&_\*\]\:font-general * {
  font-family: "general", sans-serif;
}

.\[\&_\*\]\:text-\[18px\] * {
  font-size: 18px;
}

.\[\&_\*\]\:text-\[20px\] * {
  font-size: 20px;
}

.\[\&_\*\]\:text-base * {
  font-size: 1rem;
  line-height: 1.5rem;
}

.\[\&_\*\]\:text-lg * {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.\[\&_\*\]\:text-xl * {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.\[\&_\*\]\:leading-\[26px\] * {
  line-height: 26px;
}

.\[\&_\*\]\:text-dark-blue * {
  --tw-text-opacity: 1;
  color: rgb(24 32 59 / var(--tw-text-opacity));
}

.\[\&_\*\]\:text-white * {
  --tw-text-opacity: 1;
  color: rgb(255 251 240 / var(--tw-text-opacity));
}

.\[\&_a\]\:font-general a {
  font-family: "general", sans-serif;
}

.\[\&_a\]\:text-sm a {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.\[\&_a\]\:font-normal a {
  font-weight: 400;
}

.\[\&_a\]\:tracking-wide a {
  letter-spacing: 0.025em;
}

.\[\&_a\]\:underline a {
  text-decoration-line: underline;
}

.\[\&_p\]\:text-\[32px\] p {
  font-size: 32px;
}

.\[\&_p\]\:text-\[40px\] p {
  font-size: 40px;
}

.\[\&_p\]\:text-base p {
  font-size: 1rem;
  line-height: 1.5rem;
}

.\[\&_p\]\:text-lg p {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 1025px) {
  .\[\&_p\]\:lg\:text-\[40px\] p {
    font-size: 40px;
  }

  .\[\&_p\]\:lg\:text-\[48px\] p {
    font-size: 48px;
  }

  .\[\&_p\]\:lg\:text-xl p {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
