/* noto-color-emoji-regular - emoji */
@font-face {
  font-display: swap;
  font-family: "noto-color-emoji-flag-subset";
  font-style: normal;
  font-weight: 400;
  /* unicode-range: U+1F1E7, U+1F1EC, U+1F1EE, U+1F1F8; */
  src: url("../fonts/noto-color-emoji-flag-subset.a288131e294c.woff2")
    format("woff2");
}
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
/* ! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com */
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -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: 'Courier New', monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-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]:where(:not([hidden="until-found"])) {
  display: none;
}
[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}
input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}
input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}
::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}
::-webkit-datetime-edit {
  display: inline-flex;
}
::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}
select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
[multiple],[size]:where(select:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}
[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}
[type='checkbox'] {
  border-radius: 0px;
}
[type='radio'] {
  border-radius: 100%;
}
[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
@media (forced-colors: active)  {
  [type='checkbox']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
@media (forced-colors: active)  {
  [type='radio']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}
[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media (forced-colors: active)  {
  [type='checkbox']:indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}
[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}
[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}
nav [aria-current="page"] + svg, nav [aria-current="false"] + svg {
  position: absolute;
        inset: -7px 0 -8px -10px;
        width: 116px;
        height: calc(100% + 15px);
        z-index: -1;
}
nav [aria-current="page"] + svg path, nav [aria-current="false"] + svg path {
          /* call path.getTotalLength() to get the length */
          stroke-dashoffset: 260.60565185546875;
          stroke-dasharray: 260.60565185546875;
          transition: 250ms stroke-dashoffset ease-in;
        }
nav [aria-current="page"],
    nav [aria-current="false"]:hover {
  font-weight: 700;
}
nav [aria-current="page"] + svg path, nav [aria-current="false"]:hover + svg path {
          stroke-dashoffset: 0;
        }
select {
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="22.4 16.8 55.2 66.358"><path d="M72.8 53.2 53 72.9V19.8a3 3 0 0 0-6 0v53.1L27.2 53.2a3 3 0 0 0-4.2 4.2l24.9 24.9a3 3 0 0 0 4.2 0L77 57.4a3 3 0 0 0-4.2-4.2Z"/></svg>');
    background-size: 0.8em 0.66em;
  }
.tertiary-button > span {
  position: relative;
  z-index: 0;
}
.tertiary-button > span::before {
  position: absolute;
        inset: -5px 0 -10px 0;
        z-index: -1;
        content: "";
        background-color: var(--th-primary);
        -webkit-mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid" viewBox="0 0 119.774 40.197"><path d="M60.446.013c-7.184.075-14.357.475-21.3 1.04-10.84.884-24.716 2.105-34.407 8.907-3.084 2.165-4.781 4.978-4.738 7.912.043 2.934 1.757 5.713 4.607 7.989 11.016 8.794 26.76 11.246 39.78 12.625 20.883 2.211 44.006 3.141 64.728-2.659.363-.101 3.493-.933 6.184-2.136 1.345-.602 2.602-1.25 3.529-2.235.463-.492.891-1.137.941-1.98.05-.843-.383-1.682-.974-2.24-3.73-3.52-8.347-6.013-12.319-8.61a1.5 1.5 0 0 0-2.076.436 1.5 1.5 0 0 0 .434 2.076c4.095 2.677 8.514 5.11 11.844 8.234-.022.03.013-.022-.036.03-.354.376-1.385 1.021-2.568 1.55-2.367 1.059-5.26 1.843-5.768 1.985-20.081 5.62-42.867 4.76-63.605 2.564-12.89-1.365-28.095-3.903-38.22-11.986C4.096 21.61 3.026 19.614 3 17.829c-.026-1.784.923-3.633 3.46-5.414 8.705-6.11 22.125-7.49 32.928-8.37C53.17 2.92 67.811 2.47 81.501 3.901c10.971 1.147 21.975 3.25 32.857 5.45a1.5 1.5 0 0 0 1.768-1.173 1.5 1.5 0 0 0-1.172-1.768c-10.904-2.205-22-4.328-33.143-5.494-6.987-.73-14.18-.98-21.365-.904Z"/></svg>');
                mask-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" preserveAspectRatio="xMidYMid" viewBox="0 0 119.774 40.197"><path d="M60.446.013c-7.184.075-14.357.475-21.3 1.04-10.84.884-24.716 2.105-34.407 8.907-3.084 2.165-4.781 4.978-4.738 7.912.043 2.934 1.757 5.713 4.607 7.989 11.016 8.794 26.76 11.246 39.78 12.625 20.883 2.211 44.006 3.141 64.728-2.659.363-.101 3.493-.933 6.184-2.136 1.345-.602 2.602-1.25 3.529-2.235.463-.492.891-1.137.941-1.98.05-.843-.383-1.682-.974-2.24-3.73-3.52-8.347-6.013-12.319-8.61a1.5 1.5 0 0 0-2.076.436 1.5 1.5 0 0 0 .434 2.076c4.095 2.677 8.514 5.11 11.844 8.234-.022.03.013-.022-.036.03-.354.376-1.385 1.021-2.568 1.55-2.367 1.059-5.26 1.843-5.768 1.985-20.081 5.62-42.867 4.76-63.605 2.564-12.89-1.365-28.095-3.903-38.22-11.986C4.096 21.61 3.026 19.614 3 17.829c-.026-1.784.923-3.633 3.46-5.414 8.705-6.11 22.125-7.49 32.928-8.37C53.17 2.92 67.811 2.47 81.501 3.901c10.971 1.147 21.975 3.25 32.857 5.45a1.5 1.5 0 0 0 1.768-1.173 1.5 1.5 0 0 0-1.172-1.768c-10.904-2.205-22-4.328-33.143-5.494-6.987-.73-14.18-.98-21.365-.904Z"/></svg>');
        -webkit-mask-size: 100% 100%;
                mask-size: 100% 100%;
}
.rich-text h2,
    .rich-text h3,
    .rich-text h4 {
  margin-bottom: 1.25rem;
  margin-top: 2.5rem;
  font-weight: 600;
}
.rich-text h2 {
  font-size: 36px;
  line-height: 40px;
}
.rich-text h3 {
  font-size: 32px;
  line-height: 42px;
}
.rich-text h4 {
  font-size: 24px;
  line-height: 36px;
}
.rich-text p,
    .rich-text ul,
    .rich-text ol,
    .rich-text hr,
    .rich-text blockquote {
  margin-bottom: 1.5rem;
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 1279px) {
  .rich-text p,
    .rich-text ul,
    .rich-text ol,
    .rich-text hr,
    .rich-text blockquote {
    font-size: 18px;
    line-height: 24px;
  }
}
.rich-text li > ul, .rich-text li > ol {
  margin-bottom: 0px;
}
.rich-text.rich-text--base p,
      .rich-text.rich-text--base ul,
      .rich-text.rich-text--base ol,
      .rich-text.rich-text--base hr,
      .rich-text.rich-text--base blockquote {
  margin-bottom: 0.75rem;
  font-size: 16px;
  line-height: 1.375;
}
.rich-text.rich-text--base li > ul, .rich-text.rich-text--base li > ol {
  margin-bottom: 0px;
}
.rich-text.rich-text--sm p,
      .rich-text.rich-text--sm ul,
      .rich-text.rich-text--sm ol,
      .rich-text.rich-text--sm hr,
      .rich-text.rich-text--sm blockquote {
  margin-bottom: 0.5rem;
  font-size: 14px;
  line-height: 22px;
}
.rich-text.rich-text--sm li > ul, .rich-text.rich-text--sm li > ol {
  margin-bottom: 0px;
}
.rich-text p:empty {
  display: none;
}
.rich-text ul,
    .rich-text ol {
  padding-left: 1.75rem;
}
.rich-text ul li, .rich-text ol li {
  margin-bottom: 0.5rem;
}
.rich-text.rich-text--base ul,
      .rich-text.rich-text--base ol {
  padding-left: 1.5rem;
}
.rich-text.rich-text--base ul li, .rich-text.rich-text--base ol li {
  margin-bottom: 0.25rem;
}
.rich-text.rich-text--sm ul,
      .rich-text.rich-text--sm ol {
  padding-left: 1.25rem;
}
.rich-text.rich-text--sm ul li, .rich-text.rich-text--sm ol li {
  margin-bottom: 0px;
}
.rich-text ul {
  list-style-type: none;
}
.rich-text ul li {
  position: relative;
}
.rich-text ul li::before {
          content: "";
          position: absolute;
          top: 0px;
          bottom: 0px;
          left: -1.1em;
          width: 0.8em;
          background-size: contain;
          background-position: top 0.5em center;
          background-repeat: no-repeat;
        }
@media (max-width: 1279px) {
  .rich-text ul li::before {
    background-position: top 0.4em center;
  }
}
.rich-text ul li::before {
          background-image: url("/static/img/noun-arrow-right-1434311.svg");
        }
.rich-text ol {
  list-style-type: decimal;
}
.rich-text ol ol {
  list-style-type: lower-alpha;
}
.rich-text ol ol ol {
  list-style-type: lower-roman;
}
.rich-text ol ol ol ol {
  list-style-type: decimal;
}
.rich-text ol ol ol ol ol {
  list-style-type: lower-alpha;
}
.rich-text ol ol ol ol ol ol {
  list-style-type: lower-roman;
}
.rich-text blockquote {
  border-left-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(51 51 51 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-style: italic;
}
.rich-text .richtext-image.full-width {
  width: 100%;
}
.rich-text .richtext-image + p,
    .rich-text div:has(> iframe) + p {
  display: block !important;
  margin-top: 0.5rem;
  font-family: 'Courier New', monospace;
  font-size: 14px;
  line-height: 16px;
}
.rich-text iframe {
  aspect-ratio: 16 / 9;
  height: auto;
  width: 100%;
}
.rich-text a,
  .rich-text-mono a,
  a.animated-hover-bg {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: var(--th-primary) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: var(--th-primary) var(--tw-gradient-to-position);
  background-size: 0% 100%;
  background-position: right bottom;
  background-repeat: no-repeat;
  text-decoration-line: underline;
  transition-property: background-size;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.rich-text a:hover,
  .rich-text-mono a:hover,
  a.animated-hover-bg:hover {
  background-size: 100% 100%;
  background-position: left bottom;
}
.forced-animated-bg-show {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: var(--th-primary) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: var(--th-primary) var(--tw-gradient-to-position);
  background-repeat: no-repeat;
    animation: animatedBgShow 500ms ease-out forwards;
}
.forced-animated-bg-hide {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: var(--th-primary) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: var(--th-primary) var(--tw-gradient-to-position);
  background-repeat: no-repeat;
    animation: animatedBgHide 500ms ease-out forwards;
}
@keyframes animatedBgShow {
    0% {
      background-position: left bottom;
      background-size: 0% 0.5em;
    }
    100% {
      background-position: left bottom;
      background-size: 100% 0.5em;
    }
  }
@keyframes animatedBgHide {
    0% {
      background-position: right bottom;
      background-size: 100% 0.5em;
    }
    100% {
      background-position: right bottom;
      background-size: 0% 0.5em;
    }
  }
.forced-box-scale {
  z-index: 10;
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  --tw-shadow-colored: 0px 0px 0px 2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    --tw-shadow: 0px 0px 0px 2px !important;
}
#loader {
    width: 28px;
    aspect-ratio: 1;
    border-radius: 50%;
    background: #8f85ff;
    animation: l2 1.5s infinite;
  }
@keyframes l2 {
    0%,
    100% {
      transform: translate(-35px);
      box-shadow: 0 0 #ffdb5d, 0 0 #53caeb;
    }
    40% {
      transform: translate(35px);
      box-shadow: -15px 0 #ffdb5d, -30px 0 #53caeb;
    }
    50% {
      transform: translate(35px);
      box-shadow: 0 0 #ffdb5d, 0 0 #53caeb;
    }
    90% {
      transform: translate(-35px);
      box-shadow: 15px 0 #ffdb5d, 30px 0 #53caeb;
    }
  }
.htmx-indicator {
    opacity: 0;
  }
.htmx-request .htmx-indicator,
    .htmx-request.htmx-indicator {
      opacity: 1;
    }
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  inset: 0px;
}
.-bottom-2 {
  bottom: -0.5rem;
}
.-left-\[15px\] {
  left: -15px;
}
.-right-2 {
  right: -0.5rem;
}
.-top-\[15px\] {
  top: -15px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-4 {
  bottom: 1rem;
}
.left-0 {
  left: 0px;
}
.right-0 {
  right: 0px;
}
.right-4 {
  right: 1rem;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.col-span-full {
  grid-column: 1 / -1;
}
.-mx-6 {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.mx-px {
  margin-left: 1px;
  margin-right: 1px;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.\!mt-0 {
  margin-top: 0px !important;
}
.-mb-0\.5 {
  margin-bottom: -0.125rem;
}
.-mt-0\.5 {
  margin-top: -0.125rem;
}
.-mt-1 {
  margin-top: -0.25rem;
}
.-mt-2 {
  margin-top: -0.5rem;
}
.mb-1\.5 {
  margin-bottom: 0.375rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.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-8 {
  margin-bottom: 2rem;
}
.me-2 {
  margin-inline-end: 0.5rem;
}
.me-3 {
  margin-inline-end: 0.75rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-\[255px\] {
  margin-left: 255px;
}
.ml-auto {
  margin-left: auto;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mt-0\.5 {
  margin-top: 0.125rem;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-1\.5 {
  margin-top: 0.375rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-14 {
  margin-top: 3.5rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.h-16 {
  height: 4rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[14px\] {
  height: 14px;
}
.h-\[20px\] {
  height: 20px;
}
.h-\[30px\] {
  height: 30px;
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.max-h-\[320px\] {
  max-height: 320px;
}
.min-h-6 {
  min-height: 1.5rem;
}
.min-h-screen {
  min-height: 100vh;
}
.w-12 {
  width: 3rem;
}
.w-16 {
  width: 4rem;
}
.w-2\/3 {
  width: 66.666667%;
}
.w-3 {
  width: 0.75rem;
}
.w-4 {
  width: 1rem;
}
.w-4\/12 {
  width: 33.333333%;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-64 {
  width: 16rem;
}
.w-7 {
  width: 1.75rem;
}
.w-8 {
  width: 2rem;
}
.w-8\/12 {
  width: 66.666667%;
}
.w-9 {
  width: 2.25rem;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[106px\] {
  width: 106px;
}
.w-\[255px\] {
  width: 255px;
}
.w-\[30px\] {
  width: 30px;
}
.w-\[53px\] {
  width: 53px;
}
.w-\[54px\] {
  width: 54px;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.w-max {
  width: -moz-max-content;
  width: max-content;
}
.min-w-\[104px\] {
  min-width: 104px;
}
.min-w-\[145px\] {
  min-width: 145px;
}
.min-w-\[160px\] {
  min-width: 160px;
}
.min-w-\[56px\] {
  min-width: 56px;
}
.min-w-\[min\(300px\2c 100\%\)\] {
  min-width: min(300px,100%);
}
.max-w-\[1280px\] {
  max-width: 1280px;
}
.max-w-\[720px\] {
  max-width: 720px;
}
.max-w-full {
  max-width: 100%;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.flex-grow-0 {
  flex-grow: 0;
}
.basis-1\/2 {
  flex-basis: 50%;
}
.basis-3\/12 {
  flex-basis: 25%;
}
.basis-4\/12 {
  flex-basis: 33.333333%;
}
.basis-40 {
  flex-basis: 10rem;
}
.basis-8\/12 {
  flex-basis: 66.666667%;
}
.basis-\[30\%\] {
  flex-basis: 30%;
}
.basis-full {
  flex-basis: 100%;
}
.table-fixed {
  table-layout: fixed;
}
.-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));
}
.-translate-y-3 {
  --tw-translate-y: -0.75rem;
  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-3 {
  --tw-translate-y: 0.75rem;
  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));
}
.-rotate-2 {
  --tw-rotate: -2deg;
  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));
}
.rotate-3 {
  --tw-rotate: 3deg;
  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));
}
.rotate-\[-0\.5deg\] {
  --tw-rotate: -0.5deg;
  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));
}
.rotate-\[0\.1deg\] {
  --tw-rotate: 0.1deg;
  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));
}
.rotate-\[4deg\] {
  --tw-rotate: 4deg;
  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));
}
.cursor-pointer {
  cursor: pointer;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-fill240 {
  grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}
.grid-cols-fill290 {
  grid-template-columns: repeat(auto-fill, minmax(290px, 1fr));
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.place-content-center {
  place-content: center;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.items-stretch {
  align-items: stretch;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-14 {
  gap: 3.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[1px\] {
  gap: 1px;
}
.self-center {
  align-self: center;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded-full {
  border-radius: 9999px;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-dashed {
  border-style: dashed;
}
.border-dark {
  --tw-border-opacity: 1;
  border-color: rgb(51 51 51 / var(--tw-border-opacity, 1));
}
.border-dark\/25 {
  border-color: rgb(51 51 51 / 0.25);
}
.bg-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(51 51 51 / var(--tw-bg-opacity, 1));
}
.bg-light {
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity, 1));
}
.bg-red-light {
  --tw-bg-opacity: 1;
  background-color: rgb(255 248 246 / var(--tw-bg-opacity, 1));
}
.bg-th-primary {
  background-color: var(--th-primary);
}
.bg-th-primary-light {
  background-color: var(--th-primary-light);
}
.bg-very-light {
  --tw-bg-opacity: 1;
  background-color: rgb(246 249 248 / var(--tw-bg-opacity, 1));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-gradient-to-tl {
  background-image: linear-gradient(to top left, var(--tw-gradient-stops));
}
.from-th-primary {
  --tw-gradient-from: var(--th-primary) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-th-primary-light {
  --tw-gradient-from: var(--th-primary-light) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-white {
  --tw-gradient-from: #ffffff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-mint {
  --tw-gradient-to: #9DF2D3 var(--tw-gradient-to-position);
}
.to-th-primary {
  --tw-gradient-to: var(--th-primary) var(--tw-gradient-to-position);
}
.to-white {
  --tw-gradient-to: #ffffff var(--tw-gradient-to-position);
}
.bg-\[length\:0\%_0\.5em\] {
  background-size: 0% 0.5em;
}
.bg-\[length\:0\%_100\%\] {
  background-size: 0% 100%;
}
.bg-right-bottom {
  background-position: right bottom;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.p-14 {
  padding: 3.5rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-3\.5 {
  padding: 0.875rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.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;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.pb-1\.5 {
  padding-bottom: 0.375rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-14 {
  padding-bottom: 3.5rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-\[40px\] {
  padding-bottom: 40px;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pt-1 {
  padding-top: 0.25rem;
}
.pt-1\.5 {
  padding-top: 0.375rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-2\.5 {
  padding-top: 0.625rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-8 {
  padding-top: 2rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-top {
  vertical-align: top;
}
.font-mono {
  font-family: 'Courier New', monospace;
}
.font-mono-flags {
  font-family: 'Courier New', monospace, noto-color-emoji-flag-subset;
}
.text-2lg {
  font-size: 26px;
  line-height: 36px;
}
.text-2lg\/\[1\.15\] {
  font-size: 26px;
  line-height: 1.15;
}
.text-2xl {
  font-size: 36px;
  line-height: 40px;
}
.text-2xl\/none {
  font-size: 36px;
  line-height: 1;
}
.text-3lg {
  font-size: 30px;
  line-height: 34px;
}
.text-4xl {
  font-size: 48px;
  line-height: 26px;
}
.text-5xl {
  font-size: 56px;
  line-height: 67px;
}
.text-base\/5 {
  font-size: 16px;
  line-height: 1.25rem;
}
.text-base\/snug {
  font-size: 16px;
  line-height: 1.375;
}
.text-lg {
  font-size: 24px;
  line-height: 36px;
}
.text-lg\/\[1\.15\] {
  font-size: 24px;
  line-height: 1.15;
}
.text-lg\/tight {
  font-size: 24px;
  line-height: 1.25;
}
.text-md {
  font-size: 20px;
  line-height: 26px;
}
.text-md\/8 {
  font-size: 20px;
  line-height: 2rem;
}
.text-md\/none {
  font-size: 20px;
  line-height: 1;
}
.text-sm {
  font-size: 14px;
  line-height: 16px;
}
.text-sm\/4 {
  font-size: 14px;
  line-height: 1rem;
}
.text-sm\/\[22px\] {
  font-size: 14px;
  line-height: 22px;
}
.text-sm\/none {
  font-size: 14px;
  line-height: 1;
}
.text-smd {
  font-size: 18px;
  line-height: 24px;
}
.text-smd\/5 {
  font-size: 18px;
  line-height: 1.25rem;
}
.text-smd\/none {
  font-size: 18px;
  line-height: 1;
}
.text-xl {
  font-size: 32px;
  line-height: 42px;
}
.text-xl\/\[3rem\] {
  font-size: 32px;
  line-height: 3rem;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.normal-case {
  text-transform: none;
}
.italic {
  font-style: italic;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-\[1\.1\] {
  line-height: 1.1;
}
.leading-\[1\.3rem\] {
  line-height: 1.3rem;
}
.leading-\[16px\] {
  line-height: 16px;
}
.text-dark {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.underline {
  text-decoration-line: underline;
}
.shadow-\[0px_0px_0px_1px\] {
  --tw-shadow: 0px 0px 0px 1px;
  --tw-shadow-colored: 0px 0px 0px 1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-dark {
  --tw-shadow-color: #333333;
  --tw-shadow: var(--tw-shadow-colored);
}
.filter {
  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-\[background-size\] {
  transition-property: background-size;
  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-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.duration-700 {
  transition-duration: 700ms;
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.theme-color-white {
    --th-primary: #eeeeee;
    --th-primary-light: #F6F9F8;
  }
.theme-color-white.primary-button {
      --th-primary: #ffffff;
      --th-primary-light: #ffffff;
    }
.theme-color-mint {
    --th-primary: #9DF2D3;
    --th-primary-light: #EAFFF7;
  }
.theme-color-red {
    --th-primary: #FFD1C7;
    --th-primary-light: #FFF8F6;
  }
.theme-color-green {
    --th-primary: #D2F29D;
    --th-primary-light: #EBF4DB;
  }
.theme-color-blue {
    --th-primary: #BAE2ED;
    --th-primary-light: #E6F0F3;
  }
.theme-color-yellow {
    --th-primary: #FFEDAD;
    --th-primary-light: #FFF7DB;
  }
.theme-color-lavender {
    --th-primary: #CCC7FF;
    --th-primary-light: #EEEDFF;
  }
.thin-scroll {
    scrollbar-width: thin;
    scrollbar-color: var(--th-primary) var(--th-primary-light);
  }
.last\:mb-0:last-child {
  margin-bottom: 0px;
}
.last\:border-b-0:last-child {
  border-bottom-width: 0px;
}
.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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\: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\:bg-th-primary:hover {
  background-color: var(--th-primary);
}
.hover\:bg-th-primary-light:hover {
  background-color: var(--th-primary-light);
}
.hover\:bg-\[length\:100\%_0\.5em\]:hover {
  background-size: 100% 0.5em;
}
.hover\:bg-left-bottom:hover {
  background-position: left bottom;
}
.hover\:font-bold:hover {
  font-weight: 700;
}
.hover\:font-semibold:hover {
  font-weight: 600;
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.hover\:shadow-\[0px_0px_0px_2px\]:hover {
  --tw-shadow: 0px 0px 0px 2px;
  --tw-shadow-colored: 0px 0px 0px 2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@keyframes arrowHover {
  0% {
    transform: translateX(0);
  }
  6% {
    transform: translateX(-3px);
  }
  18% {
    transform: translateX(2px);
  }
  31% {
    transform: translateX(-1px);
  }
  43% {
    transform: translateX(1px);
  }
  50% {
    transform: translateX(0);
  }
}
.group:hover .group-hover\:animate-arrow-hover {
  animation: arrowHover 1s ease-in-out;
}
@keyframes arrowHoverDown {
  0% {
    transform: translateY(0);
  }
  6% {
    transform: translateY(-3px);
  }
  18% {
    transform: translateY(2px);
  }
  31% {
    transform: translateY(-1px);
  }
  43% {
    transform: translateY(1px);
  }
  50% {
    transform: translateY(0);
  }
}
.group:hover .group-hover\:animate-arrow-hover-down {
  animation: arrowHoverDown 1s ease-in-out;
}
.group:hover .group-hover\:bg-th-primary-light {
  background-color: var(--th-primary-light);
}
.group:hover .group-hover\:bg-\[length\:100\%_0\.5em\] {
  background-size: 100% 0.5em;
}
.group:hover .group-hover\:bg-\[length\:100\%_100\%\] {
  background-size: 100% 100%;
}
.group:hover .group-hover\:bg-left-bottom {
  background-position: left bottom;
}
.group:hover .group-hover\:shadow-\[0px_0px_0px_2px\] {
  --tw-shadow: 0px 0px 0px 2px;
  --tw-shadow-colored: 0px 0px 0px 2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.peer:checked ~ .peer-checked\:bg-th-primary {
  background-color: var(--th-primary);
}
.peer:checked ~ .peer-checked\:shadow-\[0px_0px_0px_2px\] {
  --tw-shadow: 0px 0px 0px 2px;
  --tw-shadow-colored: 0px 0px 0px 2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.peer:hover ~ .peer-hover\:bg-th-primary-light {
  background-color: var(--th-primary-light);
}
@media (max-width: 1279px) {
  .xl-max\:w-10 {
    width: 2.5rem;
  }
  .xl-max\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .xl-max\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .xl-max\:pb-4 {
    padding-bottom: 1rem;
  }
  .xl-max\:pt-2 {
    padding-top: 0.5rem;
  }
  .xl-max\:text-2lg {
    font-size: 26px;
    line-height: 36px;
  }
  .xl-max\:text-2md {
    font-size: 21px;
    line-height: 30px;
  }
  .xl-max\:text-2xl {
    font-size: 36px;
    line-height: 40px;
  }
  .xl-max\:text-lg {
    font-size: 24px;
    line-height: 36px;
  }
  .xl-max\:text-lg\/\[1\.15\] {
    font-size: 24px;
    line-height: 1.15;
  }
  .xl-max\:text-lg\/none {
    font-size: 24px;
    line-height: 1;
  }
  .xl-max\:text-md {
    font-size: 20px;
    line-height: 26px;
  }
  .xl-max\:text-md\/tight {
    font-size: 20px;
    line-height: 1.25;
  }
  .xl-max\:text-sm {
    font-size: 14px;
    line-height: 16px;
  }
  .xl-max\:text-smd {
    font-size: 18px;
    line-height: 24px;
  }
}
@media (max-width: 1113px) {
  .\32lg-max\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 1023px) {
  .lg-max\:block {
    display: block;
  }
  .lg-max\:h-\[14px\] {
    height: 14px;
  }
  .lg-max\:w-\[54px\] {
    width: 54px;
  }
  .lg-max\:basis-full {
    flex-basis: 100%;
  }
  .lg-max\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .lg-max\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg-max\:gap-7 {
    gap: 1.75rem;
  }
  .lg-max\:border-b {
    border-bottom-width: 1px;
  }
  .lg-max\:border-r-0 {
    border-right-width: 0px;
  }
  .lg-max\:p-6 {
    padding: 1.5rem;
  }
  .lg-max\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg-max\:px-3 {
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .lg-max\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .lg-max\:py-1\.5 {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
  }
  .lg-max\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .lg-max\:pb-7 {
    padding-bottom: 1.75rem;
  }
  .lg-max\:text-sm\/none {
    font-size: 14px;
    line-height: 1;
  }
}
@media (max-width: 767px) {
  .md-max\:ml-0 {
    margin-left: 0px;
  }
  .md-max\:block {
    display: block;
  }
  .md-max\:-translate-x-full {
    --tw-translate-x: -100%;
    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));
  }
  .md-max\:pt-\[69px\] {
    padding-top: 69px;
  }
}
@media (max-width: 639px) {
  .sm-max\:left-1\/2 {
    left: 50%;
  }
  .sm-max\:top-0 {
    top: 0px;
  }
  .sm-max\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }
  .sm-max\:-mt-px {
    margin-top: -1px;
  }
  .sm-max\:mb-3 {
    margin-bottom: 0.75rem;
  }
  .sm-max\:mb-4 {
    margin-bottom: 1rem;
  }
  .sm-max\:mb-6 {
    margin-bottom: 1.5rem;
  }
  .sm-max\:mb-8 {
    margin-bottom: 2rem;
  }
  .sm-max\:mt-1 {
    margin-top: 0.25rem;
  }
  .sm-max\:mt-3 {
    margin-top: 0.75rem;
  }
  .sm-max\:mt-5 {
    margin-top: 1.25rem;
  }
  .sm-max\:mt-8 {
    margin-top: 2rem;
  }
  .sm-max\:block {
    display: block;
  }
  .sm-max\:hidden {
    display: none;
  }
  .sm-max\:h-10 {
    height: 2.5rem;
  }
  .sm-max\:min-h-\[200px\] {
    min-height: 200px;
  }
  .sm-max\:w-10 {
    width: 2.5rem;
  }
  .sm-max\:w-4 {
    width: 1rem;
  }
  .sm-max\:w-full {
    width: 100%;
  }
  .sm-max\:min-w-\[min\(250px\2c 100\%\)\] {
    min-width: min(250px,100%);
  }
  .sm-max\:translate-y-0 {
    --tw-translate-y: 0px;
    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));
  }
  .sm-max\:-rotate-1 {
    --tw-rotate: -1deg;
    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));
  }
  .sm-max\:rotate-1 {
    --tw-rotate: 1deg;
    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));
  }
  .sm-max\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .sm-max\:flex-col {
    flex-direction: column;
  }
  .sm-max\:flex-col-reverse {
    flex-direction: column-reverse;
  }
  .sm-max\:items-start {
    align-items: flex-start;
  }
  .sm-max\:justify-center {
    justify-content: center;
  }
  .sm-max\:gap-2 {
    gap: 0.5rem;
  }
  .sm-max\:gap-3\.5 {
    gap: 0.875rem;
  }
  .sm-max\:border-b {
    border-bottom-width: 1px;
  }
  .sm-max\:border-b-0 {
    border-bottom-width: 0px;
  }
  .sm-max\:border-r-0 {
    border-right-width: 0px;
  }
  .sm-max\:p-5 {
    padding: 1.25rem;
  }
  .sm-max\:p-6 {
    padding: 1.5rem;
  }
  .sm-max\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .sm-max\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm-max\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .sm-max\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .sm-max\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .sm-max\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .sm-max\:pb-10 {
    padding-bottom: 2.5rem;
  }
  .sm-max\:pb-5 {
    padding-bottom: 1.25rem;
  }
  .sm-max\:pb-8 {
    padding-bottom: 2rem;
  }
  .sm-max\:pl-0 {
    padding-left: 0px;
  }
  .sm-max\:pt-10 {
    padding-top: 2.5rem;
  }
  .sm-max\:pt-4 {
    padding-top: 1rem;
  }
  .sm-max\:pt-8 {
    padding-top: 2rem;
  }
}
@media(hover:hover) {
  .group:hover .\[\@media\(hover\:hover\)\]\:group-hover\:z-10 {
    z-index: 10;
  }
  .group:hover .\[\@media\(hover\:hover\)\]\:group-hover\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    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 arrowHover {
    0% {
      transform: translateX(0);
    }
    6% {
      transform: translateX(-3px);
    }
    18% {
      transform: translateX(2px);
    }
    31% {
      transform: translateX(-1px);
    }
    43% {
      transform: translateX(1px);
    }
    50% {
      transform: translateX(0);
    }
  }
  .group:hover .\[\@media\(hover\:hover\)\]\:group-hover\:animate-arrow-hover {
    animation: arrowHover 1s ease-in-out;
  }
  .group:hover .\[\@media\(hover\:hover\)\]\:group-hover\:shadow-\[0px_0px_0px_2px\] {
    --tw-shadow: 0px 0px 0px 2px;
    --tw-shadow-colored: 0px 0px 0px 2px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
}
