*, ::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: #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 */
  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;
}

.container {
  width: 100%;
}

@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}

.invisible {
  visibility: hidden;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.right-0 {
  right: 0px;
}

.top-0 {
  top: 0px;
}

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

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

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

.z-\[999\] {
  z-index: 999;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.m-0 {
  margin: 0px;
}

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

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

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

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

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

.block {
  display: block;
}

.flex {
  display: flex;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.\!h-fit {
  height: -moz-fit-content !important;
  height: fit-content !important;
}

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

.h-full {
  height: 100%;
}

.h-px {
  height: 1px;
}

.h-screen {
  height: 100vh;
}

.\!w-full {
  width: 100% !important;
}

.w-10\/12 {
  width: 83.333333%;
}

.w-5 {
  width: 1.25rem;
}

.w-full {
  width: 100%;
}

.max-w-screen-xl {
  max-width: 1280px;
}

.translate-x-\[-100\%\] {
  --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));
}

.translate-x-\[100vw\] {
  --tw-translate-x: 100vw;
  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-\[-100\%\] {
  --tw-translate-y: -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));
}

.translate-y-\[100\%\] {
  --tw-translate-y: 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));
}

.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));
}

.cursor-pointer {
  cursor: pointer;
}

.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

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

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

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

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

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

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

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

.gap-10 {
  gap: 2.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-\[4px\] {
  gap: 4px;
}

.rounded-md {
  border-radius: 0.375rem;
}

.border {
  border-width: 1px;
}

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

.\!border-gray-08 {
  border-color: var(--color-gray-08) !important;
}

.\!border-gray-12 {
  border-color: var(--color-gray-12) !important;
}

.border-gray-03 {
  border-color: var(--color-gray-03);
}

.border-gray-19 {
  border-color: var(--color-gray-19);
}

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

.bg-black\/0 {
  background-color: rgb(0 0 0 / 0);
}

.bg-black\/40 {
  background-color: rgb(0 0 0 / 0.4);
}

.bg-gray-01 {
  background-color: var(--color-gray-01);
}

.bg-gray-03 {
  background-color: var(--color-gray-03);
}

.bg-gray-18 {
  background-color: var(--color-gray-18);
}

.bg-gray-19 {
  background-color: var(--color-gray-19);
}

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

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.from-black\/80 {
  --tw-gradient-from: rgb(0 0 0 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.fill-current {
  fill: currentColor;
}

.stroke-current {
  stroke: currentColor;
}

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

.p-6 {
  padding: 1.5rem;
}

.p-safe {
  padding: var(--gap-safe-responsive);
}

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

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

.px-safe {
  padding-left: var(--gap-safe-responsive);
  padding-right: var(--gap-safe-responsive);
}

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

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

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

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

.py-section-y {
  padding-top: var(--gap-section-y);
  padding-bottom: var(--gap-section-y);
}

.pb-\[calc\(var\(--gap-section-y\)\*2\)\] {
  padding-bottom: calc(var(--gap-section-y) * 2);
}

.pt-\[calc\(var\(--element-header-height\)\+var\(--gap-section-y\)\)\] {
  padding-top: calc(var(--element-header-height) + var(--gap-section-y));
}

.pt-section-y {
  padding-top: var(--gap-section-y);
}

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

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

.\!font-body {
  font-family: var(--text-family-body) !important;
}

.font-body {
  font-family: var(--text-family-body);
}

.font-head {
  font-family: var(--text-family-head);
}

.\!text-body-lg {
  font-size: var(--text-body-lg-size) !important;
}

.text-body-lg {
  font-size: var(--text-body-lg-size);
}

.text-body-sm {
  font-size: var(--text-body-sm-size);
}

.text-head-lg {
  font-size: var(--text-head-lg-size);
}

.text-head-md {
  font-size: var(--text-head-md-size);
}

.text-head-xl {
  font-size: var(--text-head-xl-size);
}

.text-head-xs {
  font-size: var(--text-head-xs-size);
}

.\!font-light {
  font-weight: 300 !important;
}

.\!font-normal {
  font-weight: 400 !important;
}

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

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

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

.\!leading-head {
  line-height: var(--text-head-line-height) !important;
}

.leading-body {
  line-height: var(--text-body-line-height);
}

.leading-head {
  line-height: var(--text-head-line-height);
}

.\!text-gray-10 {
  color: var(--color-gray-10) !important;
}

.\!text-gray-19 {
  color: var(--color-gray-19) !important;
}

.text-gray-06 {
  color: var(--color-gray-06);
}

.text-gray-12 {
  color: var(--color-gray-12);
}

.text-gray-19 {
  color: var(--color-gray-19);
}

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

.\!shadow-none {
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.\!outline-none {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

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

.transition-\[background-color\2c visibility\] {
  transition-property: background-color,visibility;
  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-mid {
  transition-duration: var(--transition-timing-mid);
}

.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}

.after\:h-\[250\%\]::after {
  content: var(--tw-content);
  height: 250%;
}

.after\:w-\[250\%\]::after {
  content: var(--tw-content);
  width: 250%;
}

.after\:content-\[\'\'\]::after {
  --tw-content: '';
  content: var(--tw-content);
}

.hover\:border-gray-14:hover {
  border-color: var(--color-gray-14);
}

.hover\:bg-black\/5:hover {
  background-color: rgb(0 0 0 / 0.05);
}

.hover\:bg-gray-03:hover {
  background-color: var(--color-gray-03);
}

.hover\:bg-gray-14:hover {
  background-color: var(--color-gray-14);
}

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

.group.active .group-\[\.active\]\:visible {
  visibility: visible;
}

.group.active .group-\[\.active\]\:translate-x-0 {
  --tw-translate-x: 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));
}

.group.active .group-\[\.active\]\: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));
}

.group\/header.solid .group-\[\.solid\]\/header\:border-gray-03 {
  border-color: var(--color-gray-03);
}

.group\/header.transparent .group-\[\.transparent\]\/header\:border-transparent {
  border-color: transparent;
}

.group.active .group-\[\.active\]\:bg-black\/80 {
  background-color: rgb(0 0 0 / 0.8);
}

.group\/header.solid .group-\[\.solid\]\/header\:bg-gray-19 {
  background-color: var(--color-gray-19);
}

.group\/header.solid .group-\[\.solid\]\/header\:bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.group\/header.transparent .group-\[\.transparent\]\/header\:bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.group\/header.solid .group-\[\.solid\]\/header\:\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.group\/header.solid .group-\[\.solid\]\/header\:text-gray-19 {
  color: var(--color-gray-19);
}

.group\/header.transparent .group-\[\.transparent\]\/header\:\!text-gray-19 {
  color: var(--color-gray-19) !important;
}

.group\/header.transparent .group-\[\.transparent\]\/header\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.group\/header.solid .group-\[\.solid\]\/header\:hover\:bg-gray-14:hover {
  background-color: var(--color-gray-14);
}

.group\/header.transparent .group-\[\.transparent\]\/header\:hover\:bg-gray-03:hover {
  background-color: var(--color-gray-03);
}

.group\/header.solid .group-\[\.solid\]\/header\:hover\:\!text-white:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}

.group\/header.solid .group-\[\.solid\]\/header\:hover\:text-gray-12:hover {
  color: var(--color-gray-12);
}

.group\/header.transparent .group-\[\.transparent\]\/header\:hover\:\!text-gray-19:hover {
  color: var(--color-gray-19) !important;
}

.group\/header.transparent .group-\[\.transparent\]\/header\:hover\:text-gray-03:hover {
  color: var(--color-gray-03);
}

@media not all and (min-width: 1024px) {
  .max-lg\:order-2 {
    order: 2;
  }

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

@media not all and (min-width: 768px) {
  .max-md\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .max-md\:aspect-square {
    aspect-ratio: 1 / 1;
  }
}

@media (min-width: 768px) {
  .md\:mb-20 {
    margin-bottom: 5rem;
  }

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

  .md\:\!w-fit {
    width: -moz-fit-content !important;
    width: fit-content !important;
  }

  .md\:w-\[calc\(5\.5\/12\*100\%\)\] {
    width: calc(5.5 / 12 * 100%);
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:text-head-sm {
    font-size: var(--text-head-sm-size);
  }
}

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

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-auto {
    height: auto;
  }

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

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

@media (min-width: 1280px) {
  .xl\:w-10\/12 {
    width: 83.333333%;
  }
}

.\[\&_\.form-field\.full\]\:\!w-full .form-field.full {
  width: 100% !important;
}

.\[\&_\.form-field\.half\]\:\!w-1\/2 .form-field.half {
  width: 50% !important;
}

.\[\&_\.form-field\]\:\!m-0 .form-field {
  margin: 0px !important;
}

.\[\&_\.form-field\]\:\!w-full .form-field {
  width: 100% !important;
}

.\[\&_\.frm\\_checkbox\]\:\!mb-0 .frm_checkbox {
  margin-bottom: 0px !important;
}

.\[\&_\.frm\\_checkbox_input\[type\=\'checkbox\'\]\:\:before\]\:\!bg-gray-19 .frm_checkbox input[type='checkbox']::before {
  background-color: var(--color-gray-19) !important;
}

.\[\&_\.frm\\_checkbox_input\[type\=\'checkbox\'\]\:checked\]\:\!border-none .frm_checkbox input[type='checkbox']:checked {
  border-style: none !important;
}

.\[\&_\.frm\\_checkbox_input\[type\=\'checkbox\'\]\]\:\!h-4 .frm_checkbox input[type='checkbox'] {
  height: 1rem !important;
}

.\[\&_\.frm\\_checkbox_input\[type\=\'checkbox\'\]\]\:\!w-4 .frm_checkbox input[type='checkbox'] {
  width: 1rem !important;
}

.\[\&_\.frm\\_checkbox_input\[type\=\'checkbox\'\]\]\:\!min-w-\[unset\] .frm_checkbox input[type='checkbox'] {
  min-width: unset !important;
}

.\[\&_\.frm\\_checkbox_input\[type\=\'checkbox\'\]\]\:\!rounded-sm .frm_checkbox input[type='checkbox'] {
  border-radius: 0.125rem !important;
}

.\[\&_\.frm\\_checkbox_input\[type\=\'checkbox\'\]\]\:\!p-0 .frm_checkbox input[type='checkbox'] {
  padding: 0px !important;
}

.\[\&_\.frm\\_checkbox_input\[type\=\'checkbox\'\]\]\:\!shadow-none .frm_checkbox input[type='checkbox'] {
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.\[\&_\.frm\\_checkbox_label\>a\:hover\]\:\!text-gray-19 .frm_checkbox label>a:hover {
  color: var(--color-gray-19) !important;
}

.\[\&_\.frm\\_checkbox_label\>a\]\:\!underline .frm_checkbox label>a {
  text-decoration-line: underline !important;
}

.\[\&_\.frm\\_checkbox_label\>a\]\:\!transition-colors .frm_checkbox label>a {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.\[\&_\.frm\\_checkbox_label\>a\]\:\!duration-mid .frm_checkbox label>a {
  transition-duration: var(--transition-timing-mid) !important;
}

.\[\&_\.frm\\_checkbox_label\]\:\!font-body .frm_checkbox label {
  font-family: var(--text-family-body) !important;
}

.\[\&_\.frm\\_checkbox_label\]\:\!text-body-lg .frm_checkbox label {
  font-size: var(--text-body-lg-size) !important;
}

.\[\&_\.frm\\_checkbox_label\]\:\!font-normal .frm_checkbox label {
  font-weight: 400 !important;
}

.\[\&_\.frm\\_checkbox_label\]\:\!leading-body .frm_checkbox label {
  line-height: var(--text-body-line-height) !important;
}

.\[\&_\.frm\\_checkbox_label\]\:\!text-gray-12 .frm_checkbox label {
  color: var(--color-gray-12) !important;
}

.\[\&_a\]\:underline a {
  text-decoration-line: underline;
}

.\[\&_blockquote\]\:mb-6 blockquote {
  margin-bottom: 1.5rem;
}

.\[\&_blockquote\]\:border-l-4 blockquote {
  border-left-width: 4px;
}

.\[\&_blockquote\]\:pl-6 blockquote {
  padding-left: 1.5rem;
}

.\[\&_blockquote\]\:italic blockquote {
  font-style: italic;
}

@media (min-width: 1024px) {
  .lg\:\[\&_blockquote\]\:mb-8 blockquote {
    margin-bottom: 2rem;
  }
}

.\[\&_button\[type\=\'submit\'\]\]\:\!m-0 button[type='submit'] {
  margin: 0px !important;
}

.\[\&_code\]\:rounded code {
  border-radius: 0.25rem;
}

.\[\&_code\]\:bg-gray-02 code {
  background-color: var(--color-gray-02);
}

.\[\&_code\]\:px-1 code {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

.\[\&_code\]\:py-0\.5 code {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.\[\&_div\[data-js-scroll-to-offset\]\]\:mt-20 div[data-js-scroll-to-offset] {
  margin-top: 5rem;
}

.\[\&_fieldset\>\.frm\\_fields\\_container\]\:\!flex fieldset>.frm_fields_container {
  display: flex !important;
}

.\[\&_fieldset\>\.frm\\_fields\\_container\]\:\!flex-wrap fieldset>.frm_fields_container {
  flex-wrap: wrap !important;
}

.\[\&_fieldset\>\.frm\\_fields\\_container\]\:\!items-center fieldset>.frm_fields_container {
  align-items: center !important;
}

.\[\&_fieldset\>\.frm\\_fields\\_container\]\:\!gap-6 fieldset>.frm_fields_container {
  gap: 1.5rem !important;
}

.\[\&_fieldset\]\:\!p-0 fieldset {
  padding: 0px !important;
}

.\[\&_h2\>strong\]\:font-medium h2>strong {
  font-weight: 500;
}

.\[\&_h2\]\:mb-6 h2 {
  margin-bottom: 1.5rem;
}

.\[\&_h2\]\:font-head h2 {
  font-family: var(--text-family-head);
}

.\[\&_h2\]\:text-head-sm h2 {
  font-size: var(--text-head-sm-size);
}

.\[\&_h2\]\:font-medium h2 {
  font-weight: 500;
}

.\[\&_h2\]\:leading-head h2 {
  line-height: var(--text-head-line-height);
}

@media (min-width: 1024px) {
  .lg\:\[\&_h2\]\:mb-8 h2 {
    margin-bottom: 2rem;
  }
}

.\[\&_h3\>strong\]\:font-medium h3>strong {
  font-weight: 500;
}

.\[\&_h3\]\:mb-4 h3 {
  margin-bottom: 1rem;
}

.\[\&_h3\]\:font-head h3 {
  font-family: var(--text-family-head);
}

.\[\&_h3\]\:text-head-xs h3 {
  font-size: var(--text-head-xs-size);
}

.\[\&_h3\]\:font-medium h3 {
  font-weight: 500;
}

.\[\&_h3\]\:leading-head h3 {
  line-height: var(--text-head-line-height);
}

@media (min-width: 1024px) {
  .lg\:\[\&_h3\]\:mb-6 h3 {
    margin-bottom: 1.5rem;
  }
}

.\[\&_h4\>strong\]\:font-medium h4>strong {
  font-weight: 500;
}

.\[\&_h4\]\:mb-4 h4 {
  margin-bottom: 1rem;
}

.\[\&_h4\]\:font-head h4 {
  font-family: var(--text-family-head);
}

.\[\&_h4\]\:text-head-xs h4 {
  font-size: var(--text-head-xs-size);
}

.\[\&_h4\]\:font-medium h4 {
  font-weight: 500;
}

.\[\&_h4\]\:leading-head h4 {
  line-height: var(--text-head-line-height);
}

@media (min-width: 1024px) {
  .lg\:\[\&_h4\]\:mb-6 h4 {
    margin-bottom: 1.5rem;
  }
}

.\[\&_h5\>strong\]\:font-medium h5>strong {
  font-weight: 500;
}

.\[\&_h5\]\:mb-4 h5 {
  margin-bottom: 1rem;
}

.\[\&_h5\]\:font-head h5 {
  font-family: var(--text-family-head);
}

.\[\&_h5\]\:text-head-xs h5 {
  font-size: var(--text-head-xs-size);
}

.\[\&_h5\]\:font-medium h5 {
  font-weight: 500;
}

.\[\&_h5\]\:leading-head h5 {
  line-height: var(--text-head-line-height);
}

@media (min-width: 1024px) {
  .lg\:\[\&_h5\]\:mb-6 h5 {
    margin-bottom: 1.5rem;
  }
}

.\[\&_h6\>strong\]\:font-medium h6>strong {
  font-weight: 500;
}

.\[\&_h6\]\:mb-4 h6 {
  margin-bottom: 1rem;
}

.\[\&_h6\]\:font-head h6 {
  font-family: var(--text-family-head);
}

.\[\&_h6\]\:text-head-xs h6 {
  font-size: var(--text-head-xs-size);
}

.\[\&_h6\]\:font-medium h6 {
  font-weight: 500;
}

.\[\&_h6\]\:leading-head h6 {
  line-height: var(--text-head-line-height);
}

@media (min-width: 1024px) {
  .lg\:\[\&_h6\]\:mb-6 h6 {
    margin-bottom: 1.5rem;
  }
}

.\[\&_img\]\:mb-6 img {
  margin-bottom: 1.5rem;
}

.\[\&_img\]\:w-full img {
  width: 100%;
}

@media (min-width: 1024px) {
  .lg\:\[\&_img\]\:mb-8 img {
    margin-bottom: 2rem;
  }
}

.\[\&_input\:not\(\[type\=\'submit\'\]\)\:focus\]\:\!border-gray-12 input:not([type='submit']):focus {
  border-color: var(--color-gray-12) !important;
}

.\[\&_input\:not\(\[type\=\'submit\'\]\)\:focus\]\:\!shadow-none input:not([type='submit']):focus {
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.\[\&_input\:not\(\[type\=\'submit\'\]\)\:focus\]\:\!outline-none input:not([type='submit']):focus {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.\[\&_input\:not\(\[type\=\'submit\'\]\)\]\:\!h-fit input:not([type='submit']) {
  height: -moz-fit-content !important;
  height: fit-content !important;
}

.\[\&_input\:not\(\[type\=\'submit\'\]\)\]\:rounded-md input:not([type='submit']) {
  border-radius: 0.375rem;
}

.\[\&_input\:not\(\[type\=\'submit\'\]\)\]\:\!border-gray-08 input:not([type='submit']) {
  border-color: var(--color-gray-08) !important;
}

.\[\&_input\:not\(\[type\=\'submit\'\]\)\]\:\!px-\[12px\] input:not([type='submit']) {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.\[\&_input\:not\(\[type\=\'submit\'\]\)\]\:\!py-\[12px\] input:not([type='submit']) {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.\[\&_input\:not\(\[type\=\'submit\'\]\)\]\:\!font-body input:not([type='submit']) {
  font-family: var(--text-family-body) !important;
}

.\[\&_input\:not\(\[type\=\'submit\'\]\)\]\:\!text-body-lg input:not([type='submit']) {
  font-size: var(--text-body-lg-size) !important;
}

.\[\&_input\:not\(\[type\=\'submit\'\]\)\]\:\!font-light input:not([type='submit']) {
  font-weight: 300 !important;
}

.\[\&_input\:not\(\[type\=\'submit\'\]\)\]\:\!font-normal input:not([type='submit']) {
  font-weight: 400 !important;
}

.\[\&_input\:not\(\[type\=\'submit\'\]\)\]\:\!leading-head input:not([type='submit']) {
  line-height: var(--text-head-line-height) !important;
}

.\[\&_input\:not\(\[type\=\'submit\'\]\)\]\:\!text-gray-19 input:not([type='submit']) {
  color: var(--color-gray-19) !important;
}

.\[\&_input\:not\(\[type\=\'submit\'\]\)\]\:\!transition-colors input:not([type='submit']) {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.\[\&_input\:not\(\[type\=\'submit\'\]\:\:placeholder\)\]\:text-body-lg input:not([type='submit'])::-moz-placeholder {
  font-size: var(--text-body-lg-size);
}

.\[\&_input\:not\(\[type\=\'submit\'\]\:\:placeholder\)\]\:text-body-lg input:not([type='submit'])::placeholder {
  font-size: var(--text-body-lg-size);
}

.\[\&_input\:not\(\[type\=\'submit\'\]\:\:placeholder\)\]\:\!text-gray-10 input:not([type='submit'])::-moz-placeholder {
  color: var(--color-gray-10) !important;
}

.\[\&_input\:not\(\[type\=\'submit\'\]\:\:placeholder\)\]\:\!text-gray-10 input:not([type='submit'])::placeholder {
  color: var(--color-gray-10) !important;
}

@media not all and (min-width: 1024px) {
  .max-lg\:\[\&_li\:first-child\>\*\]\:pt-0 li:first-child>* {
    padding-top: 0px;
  }
}

@media (min-width: 1024px) {
  .lg\:\[\&_li\:first-child\>\*\]\:pl-0 li:first-child>* {
    padding-left: 0px;
  }
}

@media not all and (min-width: 1024px) {
  .max-lg\:\[\&_li\:last-child\>\*\]\:pb-0 li:last-child>* {
    padding-bottom: 0px;
  }
}

@media (min-width: 1024px) {
  .lg\:\[\&_li\:last-child\>\*\]\:pr-0 li:last-child>* {
    padding-right: 0px;
  }
}

.\[\&_li\>\*\:hover\]\:text-gray-19 li>*:hover {
  color: var(--color-gray-19);
}

.\[\&_li\>\*\]\:block li>* {
  display: block;
}

.\[\&_li\>\*\]\:cursor-pointer li>* {
  cursor: pointer;
}

.\[\&_li\>\*\]\:font-body li>* {
  font-family: var(--text-family-body);
}

.\[\&_li\>\*\]\:text-body-sm li>* {
  font-size: var(--text-body-sm-size);
}

.\[\&_li\>\*\]\:leading-body li>* {
  line-height: var(--text-body-line-height);
}

.\[\&_li\>\*\]\:text-gray-12 li>* {
  color: var(--color-gray-12);
}

.\[\&_li\>\*\]\:transition-colors li>* {
  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;
}

.\[\&_li\>\*\]\:duration-mid li>* {
  transition-duration: var(--transition-timing-mid);
}

@media not all and (min-width: 1024px) {
  .max-lg\:\[\&_li\>\*\]\:py-2 li>* {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}

@media (min-width: 1024px) {
  .lg\:\[\&_li\>\*\]\:px-4 li>* {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.\[\&_ol\]\:mb-6 ol {
  margin-bottom: 1.5rem;
}

.\[\&_ol\]\:list-decimal ol {
  list-style-type: decimal;
}

.\[\&_ol\]\:pl-6 ol {
  padding-left: 1.5rem;
}

@media (min-width: 1024px) {
  .lg\:\[\&_ol\]\:mb-8 ol {
    margin-bottom: 2rem;
  }
}

.\[\&_p\:last-child\]\:mb-0 p:last-child {
  margin-bottom: 0px;
}

.\[\&_p\]\:mb-6 p {
  margin-bottom: 1.5rem;
}

@media (min-width: 1024px) {
  .lg\:\[\&_p\]\:mb-8 p {
    margin-bottom: 2rem;
  }
}

.\[\&_pre\]\:mb-6 pre {
  margin-bottom: 1.5rem;
}

.\[\&_pre\]\:rounded pre {
  border-radius: 0.25rem;
}

.\[\&_pre\]\:bg-gray-02 pre {
  background-color: var(--color-gray-02);
}

.\[\&_pre\]\:p-4 pre {
  padding: 1rem;
}

@media (min-width: 1024px) {
  .lg\:\[\&_pre\]\:mb-8 pre {
    margin-bottom: 2rem;
  }
}

.\[\&_table\>tbody\>tr\:nth-child\(even\)\]\:bg-gray-01 table>tbody>tr:nth-child(even) {
  background-color: var(--color-gray-01);
}

.\[\&_table\>tbody\>tr\:nth-child\(odd\)\]\:bg-white table>tbody>tr:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.\[\&_table\>tbody\>tr\>td\]\:border table>tbody>tr>td {
  border-width: 1px;
}

.\[\&_table\>tbody\>tr\>td\]\:border-gray-04 table>tbody>tr>td {
  border-color: var(--color-gray-04);
}

.\[\&_table\>tbody\>tr\>td\]\:p-2 table>tbody>tr>td {
  padding: 0.5rem;
}

.\[\&_table\>tbody\>tr\>td\]\:text-body-md table>tbody>tr>td {
  font-size: var(--text-body-md-size);
}

.\[\&_table\>tbody\>tr\>td\]\:font-normal table>tbody>tr>td {
  font-weight: 400;
}

.\[\&_table\>tbody\>tr\>td\]\:leading-body table>tbody>tr>td {
  line-height: var(--text-body-line-height);
}

.\[\&_table\>thead\>tr\>th\]\:border table>thead>tr>th {
  border-width: 1px;
}

.\[\&_table\>thead\>tr\>th\]\:border-gray-04 table>thead>tr>th {
  border-color: var(--color-gray-04);
}

.\[\&_table\>thead\>tr\>th\]\:bg-gray-01 table>thead>tr>th {
  background-color: var(--color-gray-01);
}

.\[\&_table\>thead\>tr\>th\]\:p-2 table>thead>tr>th {
  padding: 0.5rem;
}

.\[\&_table\>thead\>tr\>th\]\:text-left table>thead>tr>th {
  text-align: left;
}

.\[\&_table\>thead\>tr\>th\]\:text-body-sm table>thead>tr>th {
  font-size: var(--text-body-sm-size);
}

.\[\&_table\>thead\>tr\>th\]\:font-medium table>thead>tr>th {
  font-weight: 500;
}

.\[\&_table\>thead\>tr\>th\]\:leading-body table>thead>tr>th {
  line-height: var(--text-body-line-height);
}

.\[\&_table\]\:mt-6 table {
  margin-top: 1.5rem;
}

.\[\&_table\]\:w-full table {
  width: 100%;
}

.\[\&_table\]\:border-collapse table {
  border-collapse: collapse;
}

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

.\[\&_table\]\:border-gray-04 table {
  border-color: var(--color-gray-04);
}

.\[\&_textarea\:\:placeholder\]\:\!text-body-lg textarea::-moz-placeholder {
  font-size: var(--text-body-lg-size) !important;
}

.\[\&_textarea\:\:placeholder\]\:\!text-body-lg textarea::placeholder {
  font-size: var(--text-body-lg-size) !important;
}

.\[\&_textarea\:\:placeholder\]\:\!text-gray-10 textarea::-moz-placeholder {
  color: var(--color-gray-10) !important;
}

.\[\&_textarea\:\:placeholder\]\:\!text-gray-10 textarea::placeholder {
  color: var(--color-gray-10) !important;
}

.\[\&_textarea\:focus\]\:\!border-gray-10 textarea:focus {
  border-color: var(--color-gray-10) !important;
}

.\[\&_textarea\:focus\]\:\!bg-transparent textarea:focus {
  background-color: transparent !important;
}

.\[\&_textarea\:focus\]\:\!shadow-none textarea:focus {
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.\[\&_textarea\:focus\]\:\!outline-none textarea:focus {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.\[\&_textarea\]\:\!rounded-md textarea {
  border-radius: 0.375rem !important;
}

.\[\&_textarea\]\:\!border textarea {
  border-width: 1px !important;
}

.\[\&_textarea\]\:\!border-gray-08 textarea {
  border-color: var(--color-gray-08) !important;
}

.\[\&_textarea\]\:\!bg-transparent textarea {
  background-color: transparent !important;
}

.\[\&_textarea\]\:\!px-\[12px\] textarea {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

.\[\&_textarea\]\:\!py-\[16px\] textarea {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.\[\&_textarea\]\:\!font-body textarea {
  font-family: var(--text-family-body) !important;
}

.\[\&_textarea\]\:\!text-body-lg textarea {
  font-size: var(--text-body-lg-size) !important;
}

.\[\&_textarea\]\:\!font-normal textarea {
  font-weight: 400 !important;
}

.\[\&_textarea\]\:\!leading-body textarea {
  line-height: var(--text-body-line-height) !important;
}

.\[\&_textarea\]\:\!text-gray-19 textarea {
  color: var(--color-gray-19) !important;
}

.\[\&_textarea\]\:\!transition-colors textarea {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

.\[\&_textarea\]\:\!duration-mid textarea {
  transition-duration: var(--transition-timing-mid) !important;
}

.\[\&_ul\>li\:\:before\]\:absolute ul>li::before {
  position: absolute;
}

.\[\&_ul\>li\:\:before\]\:top-\[14px\] ul>li::before {
  top: 14px;
}

.\[\&_ul\>li\:\:before\]\:h-\[6px\] ul>li::before {
  height: 6px;
}

.\[\&_ul\>li\:\:before\]\:w-\[6px\] ul>li::before {
  width: 6px;
}

.\[\&_ul\>li\:\:before\]\:bg-gray-04 ul>li::before {
  background-color: var(--color-gray-04);
}

.\[\&_ul\>li\:\:before\]\:font-medium ul>li::before {
  font-weight: 500;
}

.\[\&_ul\>li\:\:before\]\:content-\[\'\'\] ul>li::before {
  --tw-content: '';
  content: var(--tw-content);
}

.\[\&_ul\>li\]\:pl-5 ul>li {
  padding-left: 1.25rem;
}

.\[\&_ul\]\:mb-6 ul {
  margin-bottom: 1.5rem;
}

.\[\&_ul\]\:pl-0 ul {
  padding-left: 0px;
}

@media (min-width: 1024px) {
  .lg\:\[\&_ul\]\:mb-8 ul {
    margin-bottom: 2rem;
  }
}