.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}@layer properties;
@layer theme, base, components, utilities;
@layer theme {
:root, :host {
--font-sans: "Zen Kaku Gothic New", sans-serif;
--font-serif: "Shippori Mincho", serif;
--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
"Courier New", monospace;
--color-amber-600: oklch(66.6% 0.179 58.318);
--color-blue-900: oklch(37.9% 0.146 265.522);
--color-rose-600: oklch(58.6% 0.253 17.585);
--color-gray-50: oklch(98.5% 0.002 247.839);
--color-gray-300: oklch(87.2% 0.01 258.338);
--color-gray-500: oklch(55.1% 0.027 264.364);
--color-gray-700: oklch(37.3% 0.034 259.733);
--color-gray-900: oklch(21% 0.034 264.665);
--color-black: #000000;
--color-white: #ffffff;
--spacing: 0.25rem;
--text-xs: 0.75rem;
--text-sm: 0.875rem;
--text-base: 1rem;
--text-lg: 1.125rem;
--text-xl: 1.25rem;
--text-2xl: 1.5rem;
--text-3xl: 1.875rem;
--text-4xl: 2.25rem;
--text-5xl: 3rem;
--text-6xl: 3.75rem;
--text-8xl: 6rem;
--font-weight-normal: 400;
--font-weight-medium: 500;
--font-weight-semibold: 600;
--font-weight-bold: 700;
--tracking-wide: 0.025em;
--tracking-wider: 0.05em;
--leading-tight: 1.25;
--leading-normal: 1.5;
--leading-relaxed: 1.625;
--leading-loose: 2;
--radius-md: 0.375rem;
--radius-lg: 0.5rem;
--ease-out: cubic-bezier(0, 0, 0.2, 1);
--blur-xs: 4px;
--default-transition-duration: 150ms;
--default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
--default-font-family: var(--font-sans);
--default-mono-font-family: var(--font-mono);
--font-cinzel: "Cinzel", serif;
--font-josefin-sans: "Josefin Sans", sans-serif;
--font-satisfy: "Satisfy", cursive;
--text-tiny: 0.625rem;
--color-primary: #b7814f;
--color-bg-accent: #faf4ec;
--color-soft-taupe: #b7afa7;
--drop-shadow-primary: 0px 8px 16px rgba(183, 129, 79, 0.15);
--aspect-golden: 1.618 / 1;
}
}
@layer base {
*, ::after, ::before, ::backdrop, ::file-selector-button {
box-sizing: border-box;
margin: 0;
padding: 0;
border: 0 solid;
}
html, :host {
line-height: 1.5;
-webkit-text-size-adjust: 100%;
tab-size: 4;
font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
font-feature-settings: var(--default-font-feature-settings, normal);
font-variation-settings: var(--default-font-variation-settings, normal);
-webkit-tap-highlight-color: transparent;
}
hr {
height: 0;
color: inherit;
border-top-width: 1px;
}
abbr:where([title]) {
-webkit-text-decoration: underline dotted;
text-decoration: underline dotted;
}
h1, h2, h3, h4, h5, h6 {
font-size: inherit;
font-weight: inherit;
}
a {
color: inherit;
-webkit-text-decoration: inherit;
text-decoration: inherit;
}
b, strong {
font-weight: bolder;
}
code, kbd, samp, pre {
font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
font-feature-settings: var(--default-mono-font-feature-settings, normal);
font-variation-settings: var(--default-mono-font-variation-settings, normal);
font-size: 1em;
}
small {
font-size: 80%;
}
sub, sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}
table {
text-indent: 0;
border-color: inherit;
border-collapse: collapse;
}
:-moz-focusring {
outline: auto;
}
progress {
vertical-align: baseline;
}
summary {
display: list-item;
}
ol, ul, menu {
list-style: none;
}
img, svg, video, canvas, audio, iframe, embed, object {
display: block;
vertical-align: middle;
}
img, video {
max-width: 100%;
height: auto;
}
button, input, select, optgroup, textarea, ::file-selector-button {
font: inherit;
font-feature-settings: inherit;
font-variation-settings: inherit;
letter-spacing: inherit;
color: inherit;
border-radius: 0;
background-color: transparent;
opacity: 1;
}
:where(select:is([multiple], [size])) optgroup {
font-weight: bolder;
}
:where(select:is([multiple], [size])) optgroup option {
padding-inline-start: 20px;
}
::file-selector-button {
margin-inline-end: 4px;
}
::placeholder {
opacity: 1;
}
@supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
::placeholder {
color: currentcolor;
@supports (color: color-mix(in lab, red, red)) {
color: color-mix(in oklab, currentcolor 50%, transparent);
}
}
}
textarea {
resize: vertical;
}
::-webkit-search-decoration {
-webkit-appearance: none;
}
::-webkit-date-and-time-value {
min-height: 1lh;
text-align: inherit;
}
::-webkit-datetime-edit {
display: inline-flex;
}
::-webkit-datetime-edit-fields-wrapper {
padding: 0;
}
::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
padding-block: 0;
}
:-moz-ui-invalid {
box-shadow: none;
}
button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
appearance: button;
}
::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
height: auto;
}
[hidden]:where(:not([hidden="until-found"])) {
display: none !important;
}
}
@layer utilities {
.pointer-events-auto {
pointer-events: auto;
}
.pointer-events-none {
pointer-events: none;
}
.visible {
visibility: visible;
}
.sr-only {
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border-width: 0;
}
.absolute {
position: absolute;
}
.fixed {
position: fixed;
}
.relative {
position: relative;
}
.inset-0 {
inset: calc(var(--spacing) * 0);
}
.inset-x-0 {
inset-inline: calc(var(--spacing) * 0);
}
.-top-4 {
top: calc(var(--spacing) * -4);
}
.-top-6 {
top: calc(var(--spacing) * -6);
}
.top-0 {
top: calc(var(--spacing) * 0);
}
.top-1\/2 {
top: calc(1/2 * 100%);
}
.top-24 {
top: calc(var(--spacing) * 24);
}
.top-\[11px\] {
top: 11px;
}
.-right-4 {
right: calc(var(--spacing) * -4);
}
.right-0 {
right: calc(var(--spacing) * 0);
}
.right-3 {
right: calc(var(--spacing) * 3);
}
.right-\[-4px\] {
right: -4px;
}
.bottom-0 {
bottom: calc(var(--spacing) * 0);
}
.bottom-3 {
bottom: calc(var(--spacing) * 3);
}
.bottom-\[11px\] {
bottom: 11px;
}
.-left-3 {
left: calc(var(--spacing) * -3);
}
.-left-4 {
left: calc(var(--spacing) * -4);
}
.left-0 {
left: calc(var(--spacing) * 0);
}
.left-1\/2 {
left: calc(1/2 * 100%);
}
.left-\[-4px\] {
left: -4px;
}
.left-\[-10px\] {
left: -10px;
}
.z-10 {
z-index: 10;
}
.z-20 {
z-index: 20;
}
.z-40 {
z-index: 40;
}
.z-50 {
z-index: 50;
}
.col-start-2 {
grid-column-start: 2;
}
.row-start-1 {
grid-row-start: 1;
}
.row-start-2 {
grid-row-start: 2;
}
.mx-auto {
margin-inline: auto;
}
.prose {
color: var(--tw-prose-body);
max-width: 65ch;
:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 1.25em;
margin-bottom: 1.25em;
}
:where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
color: var(--tw-prose-lead);
font-size: 1.25em;
line-height: 1.6;
margin-top: 1.2em;
margin-bottom: 1.2em;
}
:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
color: var(--tw-prose-links);
text-decoration: underline;
font-weight: 500;
}
:where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
color: var(--tw-prose-bold);
font-weight: 600;
}
:where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
color: inherit;
}
:where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
color: inherit;
}
:where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
color: inherit;
}
:where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
list-style-type: decimal;
margin-top: 1.25em;
margin-bottom: 1.25em;
padding-inline-start: 1.625em;
}
:where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
list-style-type: upper-alpha;
}
:where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
list-style-type: lower-alpha;
}
:where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
list-style-type: upper-alpha;
}
:where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
list-style-type: lower-alpha;
}
:where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
list-style-type: upper-roman;
}
:where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
list-style-type: lower-roman;
}
:where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
list-style-type: upper-roman;
}
:where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
list-style-type: lower-roman;
}
:where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
list-style-type: decimal;
}
:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
list-style-type: disc;
margin-top: 1.25em;
margin-bottom: 1.25em;
padding-inline-start: 1.625em;
}
:where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
font-weight: 400;
color: var(--tw-prose-counters);
}
:where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
color: var(--tw-prose-bullets);
}
:where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
color: var(--tw-prose-headings);
font-weight: 600;
margin-top: 1.25em;
}
:where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
border-color: var(--tw-prose-hr);
border-top-width: 1;
margin-top: 3em;
margin-bottom: 3em;
}
:where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
font-weight: 500;
font-style: italic;
color: var(--tw-prose-quotes);
border-inline-start-width: 0.25rem;
border-inline-start-color: var(--tw-prose-quote-borders);
quotes: "\201C""\201D""\2018""\2019";
margin-top: 1.6em;
margin-bottom: 1.6em;
padding-inline-start: 1em;
}
:where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
content: open-quote;
}
:where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
content: close-quote;
}
:where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
color: var(--tw-prose-headings);
font-weight: 800;
font-size: 2.25em;
margin-top: 0;
margin-bottom: 0.8888889em;
line-height: 1.1111111;
}
:where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
font-weight: 900;
color: inherit;
}
:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
color: var(--tw-prose-headings);
font-weight: 700;
font-size: 1.5em;
margin-top: 2em;
margin-bottom: 1em;
line-height: 1.3333333;
}
:where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
font-weight: 800;
color: inherit;
}
:where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
color: var(--tw-prose-headings);
font-weight: 600;
font-size: 1.25em;
margin-top: 1.6em;
margin-bottom: 0.6em;
line-height: 1.6;
}
:where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
font-weight: 700;
color: inherit;
}
:where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
color: var(--tw-prose-headings);
font-weight: 600;
margin-top: 1.5em;
margin-bottom: 0.5em;
line-height: 1.5;
}
:where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
font-weight: 700;
color: inherit;
}
:where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 2em;
margin-bottom: 2em;
}
:where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
display: block;
margin-top: 2em;
margin-bottom: 2em;
}
:where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 2em;
margin-bottom: 2em;
}
:where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
font-weight: 500;
font-family: inherit;
color: var(--tw-prose-kbd);
box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
font-size: 0.875em;
border-radius: 0.3125rem;
padding-top: 0.1875em;
padding-inline-end: 0.375em;
padding-bottom: 0.1875em;
padding-inline-start: 0.375em;
}
:where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
color: var(--tw-prose-code);
font-weight: 600;
font-size: 0.875em;
}
:where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
content: "`";
}
:where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
content: "`";
}
:where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
color: inherit;
}
:where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
color: inherit;
}
:where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
color: inherit;
font-size: 0.875em;
}
:where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
color: inherit;
font-size: 0.9em;
}
:where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
color: inherit;
}
:where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
color: inherit;
}
:where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
color: inherit;
}
:where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
color: var(--tw-prose-pre-code);
background-color: var(--tw-prose-pre-bg);
overflow-x: auto;
font-weight: 400;
font-size: 0.875em;
line-height: 1.7142857;
margin-top: 1.7142857em;
margin-bottom: 1.7142857em;
border-radius: 0.375rem;
padding-top: 0.8571429em;
padding-inline-end: 1.1428571em;
padding-bottom: 0.8571429em;
padding-inline-start: 1.1428571em;
}
:where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
background-color: transparent;
border-width: 0;
border-radius: 0;
padding: 0;
font-weight: inherit;
color: inherit;
font-size: inherit;
font-family: inherit;
line-height: inherit;
}
:where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
content: none;
}
:where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
content: none;
}
:where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
width: 100%;
table-layout: auto;
margin-top: 2em;
margin-bottom: 2em;
font-size: 0.875em;
line-height: 1.7142857;
}
:where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
border-bottom-width: 1px;
border-bottom-color: var(--tw-prose-th-borders);
}
:where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
color: var(--tw-prose-headings);
font-weight: 600;
vertical-align: bottom;
padding-inline-end: 0.5714286em;
padding-bottom: 0.5714286em;
padding-inline-start: 0.5714286em;
}
:where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
border-bottom-width: 1px;
border-bottom-color: var(--tw-prose-td-borders);
}
:where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
border-bottom-width: 0;
}
:where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
vertical-align: baseline;
}
:where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
border-top-width: 1px;
border-top-color: var(--tw-prose-th-borders);
}
:where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
vertical-align: top;
}
:where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
text-align: start;
}
:where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 0;
margin-bottom: 0;
}
:where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
color: var(--tw-prose-captions);
font-size: 0.875em;
line-height: 1.4285714;
margin-top: 0.8571429em;
}
--tw-prose-body: oklch(37.3% 0.034 259.733);
--tw-prose-headings: oklch(21% 0.034 264.665);
--tw-prose-lead: oklch(44.6% 0.03 256.802);
--tw-prose-links: oklch(21% 0.034 264.665);
--tw-prose-bold: oklch(21% 0.034 264.665);
--tw-prose-counters: oklch(55.1% 0.027 264.364);
--tw-prose-bullets: oklch(87.2% 0.01 258.338);
--tw-prose-hr: oklch(92.8% 0.006 264.531);
--tw-prose-quotes: oklch(21% 0.034 264.665);
--tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
--tw-prose-captions: oklch(55.1% 0.027 264.364);
--tw-prose-kbd: oklch(21% 0.034 264.665);
--tw-prose-kbd-shadows: NaN NaN NaN;
--tw-prose-code: oklch(21% 0.034 264.665);
--tw-prose-pre-code: oklch(92.8% 0.006 264.531);
--tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
--tw-prose-th-borders: oklch(87.2% 0.01 258.338);
--tw-prose-td-borders: oklch(92.8% 0.006 264.531);
--tw-prose-invert-body: oklch(87.2% 0.01 258.338);
--tw-prose-invert-headings: #fff;
--tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
--tw-prose-invert-links: #fff;
--tw-prose-invert-bold: #fff;
--tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
--tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
--tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
--tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
--tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
--tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
--tw-prose-invert-kbd: #fff;
--tw-prose-invert-kbd-shadows: 255 255 255;
--tw-prose-invert-code: #fff;
--tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
--tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
--tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
--tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
font-size: 1rem;
line-height: 1.75;
:where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 0;
margin-bottom: 0;
}
:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 0.5em;
margin-bottom: 0.5em;
}
:where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
padding-inline-start: 0.375em;
}
:where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
padding-inline-start: 0.375em;
}
:where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 0.75em;
margin-bottom: 0.75em;
}
:where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 1.25em;
}
:where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-bottom: 1.25em;
}
:where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 1.25em;
}
:where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-bottom: 1.25em;
}
:where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 0.75em;
margin-bottom: 0.75em;
}
:where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 1.25em;
margin-bottom: 1.25em;
}
:where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 0.5em;
padding-inline-start: 1.625em;
}
:where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 0;
}
:where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 0;
}
:where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 0;
}
:where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 0;
}
:where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
padding-inline-start: 0;
}
:where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
padding-inline-end: 0;
}
:where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
padding-top: 0.5714286em;
padding-inline-end: 0.5714286em;
padding-bottom: 0.5714286em;
padding-inline-start: 0.5714286em;
}
:where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
padding-inline-start: 0;
}
:where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
padding-inline-end: 0;
}
:where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 2em;
margin-bottom: 2em;
}
:where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 0;
}
:where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-bottom: 0;
}
}
.prose-sm {
font-size: 0.875rem;
line-height: 1.7142857;
:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 1.1428571em;
margin-bottom: 1.1428571em;
}
:where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
font-size: 1.2857143em;
line-height: 1.5555556;
margin-top: 0.8888889em;
margin-bottom: 0.8888889em;
}
:where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 1.3333333em;
margin-bottom: 1.3333333em;
padding-inline-start: 1.1111111em;
}
:where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
font-size: 2.1428571em;
margin-top: 0;
margin-bottom: 0.8em;
line-height: 1.2;
}
:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
font-size: 1.4285714em;
margin-top: 1.6em;
margin-bottom: 0.8em;
line-height: 1.4;
}
:where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
font-size: 1.2857143em;
margin-top: 1.5555556em;
margin-bottom: 0.4444444em;
line-height: 1.5555556;
}
:where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 1.4285714em;
margin-bottom: 0.5714286em;
line-height: 1.4285714;
}
:where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 1.7142857em;
margin-bottom: 1.7142857em;
}
:where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 1.7142857em;
margin-bottom: 1.7142857em;
}
:where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 0;
margin-bottom: 0;
}
:where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 1.7142857em;
margin-bottom: 1.7142857em;
}
:where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
font-size: 0.8571429em;
border-radius: 0.3125rem;
padding-top: 0.1428571em;
padding-inline-end: 0.3571429em;
padding-bottom: 0.1428571em;
padding-inline-start: 0.3571429em;
}
:where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
font-size: 0.8571429em;
}
:where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
font-size: 0.9em;
}
:where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
font-size: 0.8888889em;
}
:where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
font-size: 0.8571429em;
line-height: 1.6666667;
margin-top: 1.6666667em;
margin-bottom: 1.6666667em;
border-radius: 0.25rem;
padding-top: 0.6666667em;
padding-inline-end: 1em;
padding-bottom: 0.6666667em;
padding-inline-start: 1em;
}
:where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 1.1428571em;
margin-bottom: 1.1428571em;
padding-inline-start: 1.5714286em;
}
:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 1.1428571em;
margin-bottom: 1.1428571em;
padding-inline-start: 1.5714286em;
}
:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 0.2857143em;
margin-bottom: 0.2857143em;
}
:where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
padding-inline-start: 0.4285714em;
}
:where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
padding-inline-start: 0.4285714em;
}
:where(.prose-sm > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 0.5714286em;
margin-bottom: 0.5714286em;
}
:where(.prose-sm > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 1.1428571em;
}
:where(.prose-sm > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-bottom: 1.1428571em;
}
:where(.prose-sm > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 1.1428571em;
}
:where(.prose-sm > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-bottom: 1.1428571em;
}
:where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 0.5714286em;
margin-bottom: 0.5714286em;
}
:where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 1.1428571em;
margin-bottom: 1.1428571em;
}
:where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 1.1428571em;
}
:where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 0.2857143em;
padding-inline-start: 1.5714286em;
}
:where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 2.8571429em;
margin-bottom: 2.8571429em;
}
:where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 0;
}
:where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 0;
}
:where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 0;
}
:where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 0;
}
:where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
font-size: 0.8571429em;
line-height: 1.5;
}
:where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
padding-inline-end: 1em;
padding-bottom: 0.6666667em;
padding-inline-start: 1em;
}
:where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
padding-inline-start: 0;
}
:where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
padding-inline-end: 0;
}
:where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
padding-top: 0.6666667em;
padding-inline-end: 1em;
padding-bottom: 0.6666667em;
padding-inline-start: 1em;
}
:where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
padding-inline-start: 0;
}
:where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
padding-inline-end: 0;
}
:where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 1.7142857em;
margin-bottom: 1.7142857em;
}
:where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 0;
margin-bottom: 0;
}
:where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
font-size: 0.8571429em;
line-height: 1.3333333;
margin-top: 0.6666667em;
}
:where(.prose-sm > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 0;
}
:where(.prose-sm > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-bottom: 0;
}
}
.-mt-3 {
margin-top: calc(var(--spacing) * -3);
}
.mt-2 {
margin-top: calc(var(--spacing) * 2);
}
.mt-3 {
margin-top: calc(var(--spacing) * 3);
}
.mt-4 {
margin-top: calc(var(--spacing) * 4);
}
.mt-6 {
margin-top: calc(var(--spacing) * 6);
}
.mt-8 {
margin-top: calc(var(--spacing) * 8);
}
.mt-12 {
margin-top: calc(var(--spacing) * 12);
}
.mt-auto {
margin-top: auto;
}
.\!mb-0 {
margin-bottom: calc(var(--spacing) * 0) !important;
}
.mb-0 {
margin-bottom: calc(var(--spacing) * 0);
}
.mb-1 {
margin-bottom: calc(var(--spacing) * 1);
}
.mb-\[3px\] {
margin-bottom: 3px;
}
.-ml-3 {
margin-left: calc(var(--spacing) * -3);
}
.ml-4 {
margin-left: calc(var(--spacing) * 4);
}
.ml-\[-6px\] {
margin-left: -6px;
}
.ml-\[-17\.5vw\] {
margin-left: -17.5vw;
}
.ml-auto {
margin-left: auto;
}
.block {
display: block;
}
.flex {
display: flex;
}
.grid {
display: grid;
}
.hidden {
display: none;
}
.inline-block {
display: inline-block;
}
.table {
display: table;
}
.aspect-\[4\/3\] {
aspect-ratio: 4/3;
}
.aspect-\[24\/12\] {
aspect-ratio: 24/12;
}
.aspect-golden {
aspect-ratio: var(--aspect-golden);
}
.aspect-square {
aspect-ratio: 1 / 1;
}
.h-12 {
height: calc(var(--spacing) * 12);
}
.h-\[1px\] {
height: 1px;
}
.h-full {
height: 100%;
}
.h-screen {
height: 100vh;
}
.min-h-\[480px\] {
min-height: 480px;
}
.w-2 {
width: calc(var(--spacing) * 2);
}
.w-3 {
width: calc(var(--spacing) * 3);
}
.w-4 {
width: calc(var(--spacing) * 4);
}
.w-5 {
width: calc(var(--spacing) * 5);
}
.w-6 {
width: calc(var(--spacing) * 6);
}
.w-7 {
width: calc(var(--spacing) * 7);
}
.w-8 {
width: calc(var(--spacing) * 8);
}
.w-12 {
width: calc(var(--spacing) * 12);
}
.w-16 {
width: calc(var(--spacing) * 16);
}
.w-20 {
width: calc(var(--spacing) * 20);
}
.w-24 {
width: calc(var(--spacing) * 24);
}
.w-\[1px\] {
width: 1px;
}
.w-\[18px\] {
width: 18px;
}
.w-auto {
width: auto;
}
.w-fit {
width: fit-content;
}
.w-full {
width: 100%;
}
.w-screen {
width: 100vw;
}
.\!max-w-none {
max-width: none !important;
}
.max-w-28 {
max-width: calc(var(--spacing) * 28);
}
.max-w-\[640px\] {
max-width: 640px;
}
.max-w-\[1030px\] {
max-width: 1030px;
}
.min-w-\[calc\(100vw\+35vw\)\] {
min-width: calc(100vw + 35vw);
}
.shrink-0 {
flex-shrink: 0;
}
.grow {
flex-grow: 1;
}
.origin-top-left {
transform-origin: top left;
}
.origin-top-right {
transform-origin: top right;
}
.-translate-1 {
--tw-translate-x: calc(var(--spacing) * -1);
--tw-translate-y: calc(var(--spacing) * -1);
translate: var(--tw-translate-x) var(--tw-translate-y);
}
.-translate-1\/2 {
--tw-translate-x: calc(calc(1/2 * 100%) * -1);
--tw-translate-y: calc(calc(1/2 * 100%) * -1);
translate: var(--tw-translate-x) var(--tw-translate-y);
}
.-translate-x-1 {
--tw-translate-x: calc(var(--spacing) * -1);
translate: var(--tw-translate-x) var(--tw-translate-y);
}
.translate-x-1 {
--tw-translate-x: calc(var(--spacing) * 1);
translate: var(--tw-translate-x) var(--tw-translate-y);
}
.-translate-y-1 {
--tw-translate-y: calc(var(--spacing) * -1);
translate: var(--tw-translate-x) var(--tw-translate-y);
}
.translate-y-1 {
--tw-translate-y: calc(var(--spacing) * 1);
translate: var(--tw-translate-x) var(--tw-translate-y);
}
.-rotate-45 {
rotate: calc(45deg * -1);
}
.rotate-45 {
rotate: 45deg;
}
.rotate-90 {
rotate: 90deg;
}
.cursor-pointer {
cursor: pointer;
}
.grid-cols-1 {
grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-\[1\.5rem_auto_1\.5rem\] {
grid-template-columns: 1.5rem auto 1.5rem;
}
.grid-cols-\[1\.25rem_auto_1\.25rem\] {
grid-template-columns: 1.25rem auto 1.25rem;
}
.grid-cols-\[1fr_auto_1fr\] {
grid-template-columns: 1fr auto 1fr;
}
.grid-cols-\[20px_1fr_20px\] {
grid-template-columns: 20px 1fr 20px;
}
.grid-cols-\[auto_1fr\] {
grid-template-columns: auto 1fr;
}
.grid-rows-\[repeat\(2\,auto\)\] {
grid-template-rows: repeat(2,auto);
}
.flex-col {
flex-direction: column;
}
.flex-wrap {
flex-wrap: wrap;
}
.place-items-center {
place-items: center;
}
.items-center {
align-items: center;
}
.items-start {
align-items: flex-start;
}
.justify-center {
justify-content: center;
}
.gap-1 {
gap: calc(var(--spacing) * 1);
}
.gap-2 {
gap: calc(var(--spacing) * 2);
}
.gap-5 {
gap: calc(var(--spacing) * 5);
}
.gap-6 {
gap: calc(var(--spacing) * 6);
}
.gap-10 {
gap: calc(var(--spacing) * 10);
}
.space-y-1 {
:where(& > :not(:last-child)) {
--tw-space-y-reverse: 0;
margin-block-start: calc(calc(var(--spacing) * 1) * var(--tw-space-y-reverse));
margin-block-end: calc(calc(var(--spacing) * 1) * calc(1 - var(--tw-space-y-reverse)));
}
}
.space-y-2 {
:where(& > :not(:last-child)) {
--tw-space-y-reverse: 0;
margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
}
}
.space-y-3 {
:where(& > :not(:last-child)) {
--tw-space-y-reverse: 0;
margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
}
}
.space-y-4 {
:where(& > :not(:last-child)) {
--tw-space-y-reverse: 0;
margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
}
}
.space-y-6 {
:where(& > :not(:last-child)) {
--tw-space-y-reverse: 0;
margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
}
}
.space-y-8 {
:where(& > :not(:last-child)) {
--tw-space-y-reverse: 0;
margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
}
}
.space-y-10 {
:where(& > :not(:last-child)) {
--tw-space-y-reverse: 0;
margin-block-start: calc(calc(var(--spacing) * 10) * var(--tw-space-y-reverse));
margin-block-end: calc(calc(var(--spacing) * 10) * calc(1 - var(--tw-space-y-reverse)));
}
}
.space-y-12 {
:where(& > :not(:last-child)) {
--tw-space-y-reverse: 0;
margin-block-start: calc(calc(var(--spacing) * 12) * var(--tw-space-y-reverse));
margin-block-end: calc(calc(var(--spacing) * 12) * calc(1 - var(--tw-space-y-reverse)));
}
}
.space-y-16 {
:where(& > :not(:last-child)) {
--tw-space-y-reverse: 0;
margin-block-start: calc(calc(var(--spacing) * 16) * var(--tw-space-y-reverse));
margin-block-end: calc(calc(var(--spacing) * 16) * calc(1 - var(--tw-space-y-reverse)));
}
}
.gap-x-0\.5 {
column-gap: calc(var(--spacing) * 0.5);
}
.gap-x-1 {
column-gap: calc(var(--spacing) * 1);
}
.gap-x-1\.5 {
column-gap: calc(var(--spacing) * 1.5);
}
.gap-x-2 {
column-gap: calc(var(--spacing) * 2);
}
.gap-x-3 {
column-gap: calc(var(--spacing) * 3);
}
.gap-x-10 {
column-gap: calc(var(--spacing) * 10);
}
.gap-y-0\.5 {
row-gap: calc(var(--spacing) * 0.5);
}
.gap-y-1 {
row-gap: calc(var(--spacing) * 1);
}
.gap-y-3 {
row-gap: calc(var(--spacing) * 3);
}
.gap-y-4 {
row-gap: calc(var(--spacing) * 4);
}
.gap-y-6 {
row-gap: calc(var(--spacing) * 6);
}
.gap-y-8 {
row-gap: calc(var(--spacing) * 8);
}
.divide-y {
:where(& > :not(:last-child)) {
--tw-divide-y-reverse: 0;
border-bottom-style: var(--tw-border-style);
border-top-style: var(--tw-border-style);
border-top-width: calc(1px * var(--tw-divide-y-reverse));
border-bottom-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
}
}
.divide-soft-taupe {
:where(& > :not(:last-child)) {
border-color: var(--color-soft-taupe);
}
}
.self-stretch {
align-self: stretch;
}
.truncate {
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap;
}
.overflow-clip {
overflow: clip;
}
.overflow-hidden {
overflow: hidden;
}
.overflow-x-clip {
overflow-x: clip;
}
.overflow-y-scroll {
overflow-y: scroll;
}
.rounded {
border-radius: 0.25rem;
}
.rounded-full {
border-radius: calc(infinity * 1px);
}
.rounded-lg {
border-radius: var(--radius-lg);
}
.rounded-md {
border-radius: var(--radius-md);
}
.border {
border-style: var(--tw-border-style);
border-width: 1px;
}
.border-2 {
border-style: var(--tw-border-style);
border-width: 2px;
}
.border-4 {
border-style: var(--tw-border-style);
border-width: 4px;
}
.border-b {
border-bottom-style: var(--tw-border-style);
border-bottom-width: 1px;
}
.border-l {
border-left-style: var(--tw-border-style);
border-left-width: 1px;
}
.border-amber-600 {
border-color: var(--color-amber-600);
}
.border-primary {
border-color: var(--color-primary);
}
.border-rose-600 {
border-color: var(--color-rose-600);
}
.border-soft-taupe {
border-color: var(--color-soft-taupe);
}
.border-white {
border-color: var(--color-white);
}
.border-b-amber-600 {
border-bottom-color: var(--color-amber-600);
}
.border-l-amber-600 {
border-left-color: var(--color-amber-600);
}
.border-l-primary {
border-left-color: var(--color-primary);
}
.bg-amber-600 {
background-color: var(--color-amber-600);
}
.bg-bg-accent {
background-color: var(--color-bg-accent);
}
.bg-black\/25 {
background-color: color-mix(in srgb, #000000 25%, transparent);
@supports (color: color-mix(in lab, red, red)) {
background-color: color-mix(in oklab, var(--color-black) 25%, transparent);
}
}
.bg-blue-900 {
background-color: var(--color-blue-900);
}
.bg-gray-50 {
background-color: var(--color-gray-50);
}
.bg-gray-700 {
background-color: var(--color-gray-700);
}
.bg-primary {
background-color: var(--color-primary);
}
.bg-rose-600 {
background-color: var(--color-rose-600);
}
.bg-soft-taupe {
background-color: var(--color-soft-taupe);
}
.bg-white {
background-color: var(--color-white);
}
.bg-white\/70 {
background-color: color-mix(in srgb, #ffffff 70%, transparent);
@supports (color: color-mix(in lab, red, red)) {
background-color: color-mix(in oklab, var(--color-white) 70%, transparent);
}
}
.bg-gradient-to-br {
--tw-gradient-position: to bottom right in oklab;
background-image: linear-gradient(var(--tw-gradient-stops));
}
.bg-gradient-to-r {
--tw-gradient-position: to right in oklab;
background-image: linear-gradient(var(--tw-gradient-stops));
}
.from-\[\#F59E0B\] {
--tw-gradient-from: #F59E0B;
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.via-\[\#D97706\] {
--tw-gradient-via: #D97706;
--tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
--tw-gradient-stops: var(--tw-gradient-via-stops);
}
.to-\[\#F97316\] {
--tw-gradient-to: #F97316;
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
}
.object-cover {
object-fit: cover;
}
.p-0\.5 {
padding: calc(var(--spacing) * 0.5);
}
.p-1 {
padding: calc(var(--spacing) * 1);
}
.p-1\.5 {
padding: calc(var(--spacing) * 1.5);
}
.p-2 {
padding: calc(var(--spacing) * 2);
}
.p-3 {
padding: calc(var(--spacing) * 3);
}
.p-4 {
padding: calc(var(--spacing) * 4);
}
.px-1\.5 {
padding-inline: calc(var(--spacing) * 1.5);
}
.px-2 {
padding-inline: calc(var(--spacing) * 2);
}
.px-3 {
padding-inline: calc(var(--spacing) * 3);
}
.px-3\.5 {
padding-inline: calc(var(--spacing) * 3.5);
}
.px-4 {
padding-inline: calc(var(--spacing) * 4);
}
.px-5 {
padding-inline: calc(var(--spacing) * 5);
}
.py-1 {
padding-block: calc(var(--spacing) * 1);
}
.py-1\.5 {
padding-block: calc(var(--spacing) * 1.5);
}
.py-3 {
padding-block: calc(var(--spacing) * 3);
}
.py-4 {
padding-block: calc(var(--spacing) * 4);
}
.py-6 {
padding-block: calc(var(--spacing) * 6);
}
.py-8 {
padding-block: calc(var(--spacing) * 8);
}
.py-12 {
padding-block: calc(var(--spacing) * 12);
}
.py-16 {
padding-block: calc(var(--spacing) * 16);
}
.pt-0\.5 {
padding-top: calc(var(--spacing) * 0.5);
}
.pt-1\.5 {
padding-top: calc(var(--spacing) * 1.5);
}
.pt-2 {
padding-top: calc(var(--spacing) * 2);
}
.pt-5 {
padding-top: calc(var(--spacing) * 5);
}
.pt-6 {
padding-top: calc(var(--spacing) * 6);
}
.pt-10 {
padding-top: calc(var(--spacing) * 10);
}
.pt-12 {
padding-top: calc(var(--spacing) * 12);
}
.pt-\[52px\] {
padding-top: 52px;
}
.pr-\[22px\] {
padding-right: 22px;
}
.pb-1 {
padding-bottom: calc(var(--spacing) * 1);
}
.pb-4 {
padding-bottom: calc(var(--spacing) * 4);
}
.pb-8 {
padding-bottom: calc(var(--spacing) * 8);
}
.pl-3 {
padding-left: calc(var(--spacing) * 3);
}
.pl-4 {
padding-left: calc(var(--spacing) * 4);
}
.pl-6 {
padding-left: calc(var(--spacing) * 6);
}
.text-center {
text-align: center;
}
.text-right {
text-align: right;
}
.font-cinzel {
font-family: var(--font-cinzel);
}
.font-josefin-sans {
font-family: var(--font-josefin-sans);
}
.font-sans {
font-family: var(--font-sans);
}
.font-satisfy {
font-family: var(--font-satisfy);
}
.font-serif {
font-family: var(--font-serif);
}
.text-2xl\/relaxed {
font-size: var(--text-2xl);
line-height: var(--leading-relaxed);
}
.text-5xl\/none {
font-size: var(--text-5xl);
line-height: 1;
}
.text-\[22px\]\/none {
font-size: 22px;
line-height: 1;
}
.text-\[44px\]\/none {
font-size: 44px;
line-height: 1;
}
.text-base\/none {
font-size: var(--text-base);
line-height: 1;
}
.text-base\/relaxed {
font-size: var(--text-base);
line-height: var(--leading-relaxed);
}
.text-base\/tight {
font-size: var(--text-base);
line-height: var(--leading-tight);
}
.text-lg\/\[1\.1\] {
font-size: var(--text-lg);
line-height: 1.1;
}
.text-lg\/none {
font-size: var(--text-lg);
line-height: 1;
}
.text-lg\/relaxed {
font-size: var(--text-lg);
line-height: var(--leading-relaxed);
}
.text-sm\/loose {
font-size: var(--text-sm);
line-height: var(--leading-loose);
}
.text-sm\/none {
font-size: var(--text-sm);
line-height: 1;
}
.text-sm\/relaxed {
font-size: var(--text-sm);
line-height: var(--leading-relaxed);
}
.text-sm\/tight {
font-size: var(--text-sm);
line-height: var(--leading-tight);
}
.text-tiny\/loose {
font-size: var(--text-tiny);
line-height: var(--leading-loose);
}
.text-tiny\/none {
font-size: var(--text-tiny);
line-height: 1;
}
.text-xl\/none {
font-size: var(--text-xl);
line-height: 1;
}
.text-xl\/relaxed {
font-size: var(--text-xl);
line-height: var(--leading-relaxed);
}
.text-xs\/loose {
font-size: var(--text-xs);
line-height: var(--leading-loose);
}
.text-xs\/none {
font-size: var(--text-xs);
line-height: 1;
}
.text-xs\/normal {
font-size: var(--text-xs);
line-height: var(--leading-normal);
}
.leading-relaxed {
--tw-leading: var(--leading-relaxed);
line-height: var(--leading-relaxed);
}
.font-bold {
--tw-font-weight: var(--font-weight-bold);
font-weight: var(--font-weight-bold);
}
.font-medium {
--tw-font-weight: var(--font-weight-medium);
font-weight: var(--font-weight-medium);
}
.font-normal {
--tw-font-weight: var(--font-weight-normal);
font-weight: var(--font-weight-normal);
}
.font-semibold {
--tw-font-weight: var(--font-weight-semibold);
font-weight: var(--font-weight-semibold);
}
.tracking-wide {
--tw-tracking: var(--tracking-wide);
letter-spacing: var(--tracking-wide);
}
.tracking-wider {
--tw-tracking: var(--tracking-wider);
letter-spacing: var(--tracking-wider);
}
.whitespace-nowrap {
white-space: nowrap;
}
.text-amber-600 {
color: var(--color-amber-600);
}
.text-blue-900 {
color: var(--color-blue-900);
}
.text-gray-500 {
color: var(--color-gray-500);
}
.text-gray-700 {
color: var(--color-gray-700);
}
.text-gray-900 {
color: var(--color-gray-900);
}
.text-primary {
color: var(--color-primary);
}
.text-rose-600 {
color: var(--color-rose-600);
}
.text-white {
color: var(--color-white);
}
.underline {
text-decoration-line: underline;
}
.opacity-50 {
opacity: 50%;
}
.shadow-\[0px_0px_24px_0px_rgba\(183\,129\,79\,0\.40\)\] {
--tw-shadow: 0px 0px 24px 0px var(--tw-shadow-color, rgba(183,129,79,0.40));
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-\[0px_8px_16px_0px_rgba\(183\,129\,79\,0\.1\)\] {
--tw-shadow: 0px 8px 16px 0px var(--tw-shadow-color, rgba(183,129,79,0.1));
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.shadow-primary {
--tw-shadow: 0px 8px 16px 0px var(--tw-shadow-color, rgba(183, 129, 79, 0.15));
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
.outline {
outline-style: var(--tw-outline-style);
outline-width: 1px;
}
.-outline-offset-1 {
outline-offset: calc(1px * -1);
}
.outline-amber-600 {
outline-color: var(--color-amber-600);
}
.drop-shadow-primary {
--tw-drop-shadow-size: drop-shadow(0px 8px 16px var(--tw-drop-shadow-color, rgba(183, 129, 79, 0.15)));
--tw-drop-shadow: drop-shadow(var(--drop-shadow-primary));
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,);
}
.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,);
}
.backdrop-blur-xs {
--tw-backdrop-blur: blur(var(--blur-xs));
-webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
}
.prose-gray {
--tw-prose-body: oklch(37.3% 0.034 259.733);
--tw-prose-headings: oklch(21% 0.034 264.665);
--tw-prose-lead: oklch(44.6% 0.03 256.802);
--tw-prose-links: oklch(21% 0.034 264.665);
--tw-prose-bold: oklch(21% 0.034 264.665);
--tw-prose-counters: oklch(55.1% 0.027 264.364);
--tw-prose-bullets: oklch(87.2% 0.01 258.338);
--tw-prose-hr: oklch(92.8% 0.006 264.531);
--tw-prose-quotes: oklch(21% 0.034 264.665);
--tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
--tw-prose-captions: oklch(55.1% 0.027 264.364);
--tw-prose-kbd: oklch(21% 0.034 264.665);
--tw-prose-kbd-shadows: NaN NaN NaN;
--tw-prose-code: oklch(21% 0.034 264.665);
--tw-prose-pre-code: oklch(92.8% 0.006 264.531);
--tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
--tw-prose-th-borders: oklch(87.2% 0.01 258.338);
--tw-prose-td-borders: oklch(92.8% 0.006 264.531);
--tw-prose-invert-body: oklch(87.2% 0.01 258.338);
--tw-prose-invert-headings: #fff;
--tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
--tw-prose-invert-links: #fff;
--tw-prose-invert-bold: #fff;
--tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
--tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
--tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
--tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
--tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
--tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
--tw-prose-invert-kbd: #fff;
--tw-prose-invert-kbd-shadows: 255 255 255;
--tw-prose-invert-code: #fff;
--tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
--tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
--tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
--tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
}
.outline-none {
--tw-outline-style: none;
outline-style: none;
}
.before\:absolute {
&::before {
content: var(--tw-content);
position: absolute;
}
}
.before\:-top-8 {
&::before {
content: var(--tw-content);
top: calc(var(--spacing) * -8);
}
}
.before\:top-0 {
&::before {
content: var(--tw-content);
top: calc(var(--spacing) * 0);
}
}
.before\:-right-6 {
&::before {
content: var(--tw-content);
right: calc(var(--spacing) * -6);
}
}
.before\:-left-12 {
&::before {
content: var(--tw-content);
left: calc(var(--spacing) * -12);
}
}
.before\:left-0 {
&::before {
content: var(--tw-content);
left: calc(var(--spacing) * 0);
}
}
.before\:h-8 {
&::before {
content: var(--tw-content);
height: calc(var(--spacing) * 8);
}
}
.before\:h-\[1px\] {
&::before {
content: var(--tw-content);
height: 1px;
}
}
.before\:w-6 {
&::before {
content: var(--tw-content);
width: calc(var(--spacing) * 6);
}
}
.before\:w-\[1px\] {
&::before {
content: var(--tw-content);
width: 1px;
}
}
.before\:grow {
&::before {
content: var(--tw-content);
flex-grow: 1;
}
}
.before\:bg-amber-600 {
&::before {
content: var(--tw-content);
background-color: var(--color-amber-600);
}
}
.before\:bg-primary {
&::before {
content: var(--tw-content);
background-color: var(--color-primary);
}
}
.before\:bg-white {
&::before {
content: var(--tw-content);
background-color: var(--color-white);
}
}
.after\:absolute {
&::after {
content: var(--tw-content);
position: absolute;
}
}
.after\:top-0 {
&::after {
content: var(--tw-content);
top: calc(var(--spacing) * 0);
}
}
.after\:-right-12 {
&::after {
content: var(--tw-content);
right: calc(var(--spacing) * -12);
}
}
.after\:-left-6 {
&::after {
content: var(--tw-content);
left: calc(var(--spacing) * -6);
}
}
.after\:left-0 {
&::after {
content: var(--tw-content);
left: calc(var(--spacing) * 0);
}
}
.after\:h-2 {
&::after {
content: var(--tw-content);
height: calc(var(--spacing) * 2);
}
}
.after\:h-\[1px\] {
&::after {
content: var(--tw-content);
height: 1px;
}
}
.after\:w-6 {
&::after {
content: var(--tw-content);
width: calc(var(--spacing) * 6);
}
}
.after\:w-\[1px\] {
&::after {
content: var(--tw-content);
width: 1px;
}
}
.after\:grow {
&::after {
content: var(--tw-content);
flex-grow: 1;
}
}
.after\:bg-amber-600 {
&::after {
content: var(--tw-content);
background-color: var(--color-amber-600);
}
}
.after\:bg-primary {
&::after {
content: var(--tw-content);
background-color: var(--color-primary);
}
}
.after\:bg-white {
&::after {
content: var(--tw-content);
background-color: var(--color-white);
}
}
.max-lg\:h-6 {
@media (width < 64rem) {
height: calc(var(--spacing) * 6);
}
}
.max-lg\:h-12 {
@media (width < 64rem) {
height: calc(var(--spacing) * 12);
}
}
.max-md\:col-span-2 {
@media (width < 48rem) {
grid-column: span 2 / span 2;
}
}
.max-md\:col-start-2 {
@media (width < 48rem) {
grid-column-start: 2;
}
}
.max-md\:mx-auto {
@media (width < 48rem) {
margin-inline: auto;
}
}
.max-md\:-mt-6 {
@media (width < 48rem) {
margin-top: calc(var(--spacing) * -6);
}
}
.max-md\:flex-col {
@media (width < 48rem) {
flex-direction: column;
}
}
.max-md\:pr-5 {
@media (width < 48rem) {
padding-right: calc(var(--spacing) * 5);
}
}
.max-md\:pl-5 {
@media (width < 48rem) {
padding-left: calc(var(--spacing) * 5);
}
}
.before\:max-md\:hidden {
&::before {
content: var(--tw-content);
@media (width < 48rem) {
display: none;
}
}
}
.after\:max-md\:hidden {
&::after {
content: var(--tw-content);
@media (width < 48rem) {
display: none;
}
}
}
.max-sm\:col-span-2 {
@media (width < 40rem) {
grid-column: span 2 / span 2;
}
}
.max-sm\:-mx-2 {
@media (width < 40rem) {
margin-inline: calc(var(--spacing) * -2);
}
}
.max-sm\:hidden {
@media (width < 40rem) {
display: none;
}
}
.max-sm\:flex-col {
@media (width < 40rem) {
flex-direction: column;
}
}
.max-sm\:pb-12 {
@media (width < 40rem) {
padding-bottom: calc(var(--spacing) * 12);
}
}
.sm\:col-start-2 {
@media (width >= 40rem) {
grid-column-start: 2;
}
}
.sm\:row-span-2 {
@media (width >= 40rem) {
grid-row: span 2 / span 2;
}
}
.sm\:ml-\[-5\.76vw\] {
@media (width >= 40rem) {
margin-left: -5.76vw;
}
}
.sm\:hidden {
@media (width >= 40rem) {
display: none;
}
}
.sm\:aspect-golden {
@media (width >= 40rem) {
aspect-ratio: var(--aspect-golden);
}
}
.sm\:w-5 {
@media (width >= 40rem) {
width: calc(var(--spacing) * 5);
}
}
.sm\:w-8 {
@media (width >= 40rem) {
width: calc(var(--spacing) * 8);
}
}
.sm\:max-w-\[calc\(100\%\/2-1\.5rem\/2\)\] {
@media (width >= 40rem) {
max-width: calc(100% / 2 - 1.5rem / 2);
}
}
.sm\:min-w-\[calc\(100vw\+5\.76vw\*2\)\] {
@media (width >= 40rem) {
min-width: calc(100vw + 5.76vw * 2);
}
}
.sm\:grid-cols-2 {
@media (width >= 40rem) {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
.sm\:grid-cols-\[2rem_auto_2rem\] {
@media (width >= 40rem) {
grid-template-columns: 2rem auto 2rem;
}
}
.sm\:grid-cols-\[128px_auto\] {
@media (width >= 40rem) {
grid-template-columns: 128px auto;
}
}
.sm\:grid-cols-\[max\(calc\(\(100\%-640px\)\/2\)\,20px\)_1fr_max\(calc\(\(100\%-640px\)\/2\)\,20px\)\] {
@media (width >= 40rem) {
grid-template-columns: max(calc((100% - 640px) / 2), 20px) 1fr max(calc((100% - 640px) / 2), 20px);
}
}
.sm\:items-center {
@media (width >= 40rem) {
align-items: center;
}
}
.sm\:gap-2 {
@media (width >= 40rem) {
gap: calc(var(--spacing) * 2);
}
}
.sm\:gap-y-2 {
@media (width >= 40rem) {
row-gap: calc(var(--spacing) * 2);
}
}
.sm\:self-end {
@media (width >= 40rem) {
align-self: flex-end;
}
}
.sm\:self-start {
@media (width >= 40rem) {
align-self: flex-start;
}
}
.sm\:px-6 {
@media (width >= 40rem) {
padding-inline: calc(var(--spacing) * 6);
}
}
.sm\:text-center {
@media (width >= 40rem) {
text-align: center;
}
}
.sm\:text-2xl\/none {
@media (width >= 40rem) {
font-size: var(--text-2xl);
line-height: 1;
}
}
.sm\:text-6xl\/none {
@media (width >= 40rem) {
font-size: var(--text-6xl);
line-height: 1;
}
}
.sm\:text-\[52px\]\/none {
@media (width >= 40rem) {
font-size: 52px;
line-height: 1;
}
}
.sm\:text-lg\/none {
@media (width >= 40rem) {
font-size: var(--text-lg);
line-height: 1;
}
}
.sm\:text-lg\/relaxed {
@media (width >= 40rem) {
font-size: var(--text-lg);
line-height: var(--leading-relaxed);
}
}
.md\:left-\[-12px\] {
@media (width >= 48rem) {
left: -12px;
}
}
.md\:order-1 {
@media (width >= 48rem) {
order: 1;
}
}
.md\:order-2 {
@media (width >= 48rem) {
order: 2;
}
}
.md\:mt-5 {
@media (width >= 48rem) {
margin-top: calc(var(--spacing) * 5);
}
}
.md\:-mr-6 {
@media (width >= 48rem) {
margin-right: calc(var(--spacing) * -6);
}
}
.md\:-ml-6 {
@media (width >= 48rem) {
margin-left: calc(var(--spacing) * -6);
}
}
.md\:ml-auto {
@media (width >= 48rem) {
margin-left: auto;
}
}
.md\:aspect-auto {
@media (width >= 48rem) {
aspect-ratio: auto;
}
}
.md\:min-h-\[295px\] {
@media (width >= 48rem) {
min-height: 295px;
}
}
.md\:max-w-\[768px\] {
@media (width >= 48rem) {
max-width: 768px;
}
}
.md\:grid-cols-2 {
@media (width >= 48rem) {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
}
.md\:grid-cols-\[50\%_1fr_max\(calc\(\(100\%-768px\)\/2\)\,20px\)\] {
@media (width >= 48rem) {
grid-template-columns: 50% 1fr max(calc((100% - 768px) / 2), 20px);
}
}
.md\:grid-cols-\[max\(calc\(\(100\%-768px\)\/2\)\,20px\)_1fr_50\%\] {
@media (width >= 48rem) {
grid-template-columns: max(calc((100% - 768px) / 2), 20px) 1fr 50%;
}
}
.md\:gap-y-5 {
@media (width >= 48rem) {
row-gap: calc(var(--spacing) * 5);
}
}
.md\:pt-8 {
@media (width >= 48rem) {
padding-top: calc(var(--spacing) * 8);
}
}
.md\:text-right {
@media (width >= 48rem) {
text-align: right;
}
}
.md\:text-6xl\/none {
@media (width >= 48rem) {
font-size: var(--text-6xl);
line-height: 1;
}
}
.lg\:-top-8 {
@media (width >= 64rem) {
top: calc(var(--spacing) * -8);
}
}
.lg\:-top-10 {
@media (width >= 64rem) {
top: calc(var(--spacing) * -10);
}
}
.lg\:top-2 {
@media (width >= 64rem) {
top: calc(var(--spacing) * 2);
}
}
.lg\:top-\[18px\] {
@media (width >= 64rem) {
top: 18px;
}
}
.lg\:top-\[122px\] {
@media (width >= 64rem) {
top: 122px;
}
}
.lg\:-right-5 {
@media (width >= 64rem) {
right: calc(var(--spacing) * -5);
}
}
.lg\:right-2 {
@media (width >= 64rem) {
right: calc(var(--spacing) * 2);
}
}
.lg\:right-6 {
@media (width >= 64rem) {
right: calc(var(--spacing) * 6);
}
}
.lg\:right-\[-7px\] {
@media (width >= 64rem) {
right: -7px;
}
}
.lg\:bottom-6 {
@media (width >= 64rem) {
bottom: calc(var(--spacing) * 6);
}
}
.lg\:bottom-\[18px\] {
@media (width >= 64rem) {
bottom: 18px;
}
}
.lg\:-left-5 {
@media (width >= 64rem) {
left: calc(var(--spacing) * -5);
}
}
.lg\:-left-8 {
@media (width >= 64rem) {
left: calc(var(--spacing) * -8);
}
}
.lg\:left-\[-7px\] {
@media (width >= 64rem) {
left: -7px;
}
}
.lg\:left-\[-18px\] {
@media (width >= 64rem) {
left: -18px;
}
}
.lg\:prose-base {
@media (width >= 64rem) {
font-size: 1rem;
line-height: 1.75;
:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 1.25em;
margin-bottom: 1.25em;
}
:where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
font-size: 1.25em;
line-height: 1.6;
margin-top: 1.2em;
margin-bottom: 1.2em;
}
:where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 1.6em;
margin-bottom: 1.6em;
padding-inline-start: 1em;
}
:where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
font-size: 2.25em;
margin-top: 0;
margin-bottom: 0.8888889em;
line-height: 1.1111111;
}
:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
font-size: 1.5em;
margin-top: 2em;
margin-bottom: 1em;
line-height: 1.3333333;
}
:where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
font-size: 1.25em;
margin-top: 1.6em;
margin-bottom: 0.6em;
line-height: 1.6;
}
:where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 1.5em;
margin-bottom: 0.5em;
line-height: 1.5;
}
:where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 2em;
margin-bottom: 2em;
}
:where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 2em;
margin-bottom: 2em;
}
:where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 0;
margin-bottom: 0;
}
:where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 2em;
margin-bottom: 2em;
}
:where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
font-size: 0.875em;
border-radius: 0.3125rem;
padding-top: 0.1875em;
padding-inline-end: 0.375em;
padding-bottom: 0.1875em;
padding-inline-start: 0.375em;
}
:where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
font-size: 0.875em;
}
:where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
font-size: 0.875em;
}
:where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
font-size: 0.9em;
}
:where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
font-size: 0.875em;
line-height: 1.7142857;
margin-top: 1.7142857em;
margin-bottom: 1.7142857em;
border-radius: 0.375rem;
padding-top: 0.8571429em;
padding-inline-end: 1.1428571em;
padding-bottom: 0.8571429em;
padding-inline-start: 1.1428571em;
}
:where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 1.25em;
margin-bottom: 1.25em;
padding-inline-start: 1.625em;
}
:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 1.25em;
margin-bottom: 1.25em;
padding-inline-start: 1.625em;
}
:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 0.5em;
margin-bottom: 0.5em;
}
:where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
padding-inline-start: 0.375em;
}
:where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
padding-inline-start: 0.375em;
}
:where(.lg\:prose-base > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 0.75em;
margin-bottom: 0.75em;
}
:where(.lg\:prose-base > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 1.25em;
}
:where(.lg\:prose-base > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-bottom: 1.25em;
}
:where(.lg\:prose-base > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 1.25em;
}
:where(.lg\:prose-base > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-bottom: 1.25em;
}
:where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 0.75em;
margin-bottom: 0.75em;
}
:where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 1.25em;
margin-bottom: 1.25em;
}
:where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 1.25em;
}
:where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 0.5em;
padding-inline-start: 1.625em;
}
:where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 3em;
margin-bottom: 3em;
}
:where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 0;
}
:where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 0;
}
:where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 0;
}
:where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 0;
}
:where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
font-size: 0.875em;
line-height: 1.7142857;
}
:where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
padding-inline-end: 0.5714286em;
padding-bottom: 0.5714286em;
padding-inline-start: 0.5714286em;
}
:where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
padding-inline-start: 0;
}
:where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
padding-inline-end: 0;
}
:where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
padding-top: 0.5714286em;
padding-inline-end: 0.5714286em;
padding-bottom: 0.5714286em;
padding-inline-start: 0.5714286em;
}
:where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
padding-inline-start: 0;
}
:where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
padding-inline-end: 0;
}
:where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 2em;
margin-bottom: 2em;
}
:where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 0;
margin-bottom: 0;
}
:where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
font-size: 0.875em;
line-height: 1.4285714;
margin-top: 0.8571429em;
}
:where(.lg\:prose-base > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 0;
}
:where(.lg\:prose-base > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-bottom: 0;
}
}
}
.lg\:-mt-6 {
@media (width >= 64rem) {
margin-top: calc(var(--spacing) * -6);
}
}
.lg\:mt-4 {
@media (width >= 64rem) {
margin-top: calc(var(--spacing) * 4);
}
}
.lg\:mt-6 {
@media (width >= 64rem) {
margin-top: calc(var(--spacing) * 6);
}
}
.lg\:mt-8 {
@media (width >= 64rem) {
margin-top: calc(var(--spacing) * 8);
}
}
.lg\:mt-10 {
@media (width >= 64rem) {
margin-top: calc(var(--spacing) * 10);
}
}
.lg\:mt-12 {
@media (width >= 64rem) {
margin-top: calc(var(--spacing) * 12);
}
}
.lg\:mt-16 {
@media (width >= 64rem) {
margin-top: calc(var(--spacing) * 16);
}
}
.lg\:mt-24 {
@media (width >= 64rem) {
margin-top: calc(var(--spacing) * 24);
}
}
.lg\:-mr-12 {
@media (width >= 64rem) {
margin-right: calc(var(--spacing) * -12);
}
}
.lg\:mb-2 {
@media (width >= 64rem) {
margin-bottom: calc(var(--spacing) * 2);
}
}
.lg\:-ml-6 {
@media (width >= 64rem) {
margin-left: calc(var(--spacing) * -6);
}
}
.lg\:-ml-12 {
@media (width >= 64rem) {
margin-left: calc(var(--spacing) * -12);
}
}
.lg\:ml-6 {
@media (width >= 64rem) {
margin-left: calc(var(--spacing) * 6);
}
}
.lg\:ml-\[-10px\] {
@media (width >= 64rem) {
margin-left: -10px;
}
}
.lg\:h-20 {
@media (width >= 64rem) {
height: calc(var(--spacing) * 20);
}
}
.lg\:min-h-\[390px\] {
@media (width >= 64rem) {
min-height: 390px;
}
}
.lg\:w-4 {
@media (width >= 64rem) {
width: calc(var(--spacing) * 4);
}
}
.lg\:w-5 {
@media (width >= 64rem) {
width: calc(var(--spacing) * 5);
}
}
.lg\:w-6 {
@media (width >= 64rem) {
width: calc(var(--spacing) * 6);
}
}
.lg\:w-7 {
@media (width >= 64rem) {
width: calc(var(--spacing) * 7);
}
}
.lg\:w-8 {
@media (width >= 64rem) {
width: calc(var(--spacing) * 8);
}
}
.lg\:w-10 {
@media (width >= 64rem) {
width: calc(var(--spacing) * 10);
}
}
.lg\:w-12 {
@media (width >= 64rem) {
width: calc(var(--spacing) * 12);
}
}
.lg\:w-20 {
@media (width >= 64rem) {
width: calc(var(--spacing) * 20);
}
}
.lg\:w-24 {
@media (width >= 64rem) {
width: calc(var(--spacing) * 24);
}
}
.lg\:w-28 {
@media (width >= 64rem) {
width: calc(var(--spacing) * 28);
}
}
.lg\:w-32 {
@media (width >= 64rem) {
width: calc(var(--spacing) * 32);
}
}
.lg\:max-w-\[820px\] {
@media (width >= 64rem) {
max-width: 820px;
}
}
.lg\:max-w-\[1030px\] {
@media (width >= 64rem) {
max-width: 1030px;
}
}
.lg\:max-w-\[calc\(100\%\/3-2\.5rem\*2\/3\)\] {
@media (width >= 64rem) {
max-width: calc(100% / 3 - 2.5rem * 2 / 3);
}
}
.lg\:max-w-fit {
@media (width >= 64rem) {
max-width: fit-content;
}
}
.lg\:-translate-2 {
@media (width >= 64rem) {
--tw-translate-x: calc(var(--spacing) * -2);
--tw-translate-y: calc(var(--spacing) * -2);
translate: var(--tw-translate-x) var(--tw-translate-y);
}
}
.lg\:-translate-x-2 {
@media (width >= 64rem) {
--tw-translate-x: calc(var(--spacing) * -2);
translate: var(--tw-translate-x) var(--tw-translate-y);
}
}
.lg\:translate-x-2 {
@media (width >= 64rem) {
--tw-translate-x: calc(var(--spacing) * 2);
translate: var(--tw-translate-x) var(--tw-translate-y);
}
}
.lg\:-translate-y-2 {
@media (width >= 64rem) {
--tw-translate-y: calc(var(--spacing) * -2);
translate: var(--tw-translate-x) var(--tw-translate-y);
}
}
.lg\:translate-y-2 {
@media (width >= 64rem) {
--tw-translate-y: calc(var(--spacing) * 2);
translate: var(--tw-translate-x) var(--tw-translate-y);
}
}
.lg\:grid-cols-\[1\.5rem_auto_1\.5rem\] {
@media (width >= 64rem) {
grid-template-columns: 1.5rem auto 1.5rem;
}
}
.lg\:grid-cols-\[2\.5rem_auto_2\.5rem\] {
@media (width >= 64rem) {
grid-template-columns: 2.5rem auto 2.5rem;
}
}
.lg\:grid-cols-\[50\%_1fr_max\(calc\(\(100\%-1024px\)\/2\)\,20px\)\] {
@media (width >= 64rem) {
grid-template-columns: 50% 1fr max(calc((100% - 1024px) / 2), 20px);
}
}
.lg\:grid-cols-\[160px_auto\] {
@media (width >= 64rem) {
grid-template-columns: 160px auto;
}
}
.lg\:grid-cols-\[max\(calc\(\(100\%-1024px\)\/2\)\,20px\)_1fr_50\%\] {
@media (width >= 64rem) {
grid-template-columns: max(calc((100% - 1024px) / 2), 20px) 1fr 50%;
}
}
.lg\:gap-4 {
@media (width >= 64rem) {
gap: calc(var(--spacing) * 4);
}
}
.lg\:gap-6 {
@media (width >= 64rem) {
gap: calc(var(--spacing) * 6);
}
}
.lg\:gap-10 {
@media (width >= 64rem) {
gap: calc(var(--spacing) * 10);
}
}
.lg\:gap-20 {
@media (width >= 64rem) {
gap: calc(var(--spacing) * 20);
}
}
.lg\:space-y-2 {
@media (width >= 64rem) {
:where(& > :not(:last-child)) {
--tw-space-y-reverse: 0;
margin-block-start: calc(calc(var(--spacing) * 2) * var(--tw-space-y-reverse));
margin-block-end: calc(calc(var(--spacing) * 2) * calc(1 - var(--tw-space-y-reverse)));
}
}
}
.lg\:space-y-3 {
@media (width >= 64rem) {
:where(& > :not(:last-child)) {
--tw-space-y-reverse: 0;
margin-block-start: calc(calc(var(--spacing) * 3) * var(--tw-space-y-reverse));
margin-block-end: calc(calc(var(--spacing) * 3) * calc(1 - var(--tw-space-y-reverse)));
}
}
}
.lg\:space-y-4 {
@media (width >= 64rem) {
:where(& > :not(:last-child)) {
--tw-space-y-reverse: 0;
margin-block-start: calc(calc(var(--spacing) * 4) * var(--tw-space-y-reverse));
margin-block-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-y-reverse)));
}
}
}
.lg\:space-y-6 {
@media (width >= 64rem) {
:where(& > :not(:last-child)) {
--tw-space-y-reverse: 0;
margin-block-start: calc(calc(var(--spacing) * 6) * var(--tw-space-y-reverse));
margin-block-end: calc(calc(var(--spacing) * 6) * calc(1 - var(--tw-space-y-reverse)));
}
}
}
.lg\:space-y-8 {
@media (width >= 64rem) {
:where(& > :not(:last-child)) {
--tw-space-y-reverse: 0;
margin-block-start: calc(calc(var(--spacing) * 8) * var(--tw-space-y-reverse));
margin-block-end: calc(calc(var(--spacing) * 8) * calc(1 - var(--tw-space-y-reverse)));
}
}
}
.lg\:space-y-12 {
@media (width >= 64rem) {
:where(& > :not(:last-child)) {
--tw-space-y-reverse: 0;
margin-block-start: calc(calc(var(--spacing) * 12) * var(--tw-space-y-reverse));
margin-block-end: calc(calc(var(--spacing) * 12) * calc(1 - var(--tw-space-y-reverse)));
}
}
}
.lg\:space-y-16 {
@media (width >= 64rem) {
:where(& > :not(:last-child)) {
--tw-space-y-reverse: 0;
margin-block-start: calc(calc(var(--spacing) * 16) * var(--tw-space-y-reverse));
margin-block-end: calc(calc(var(--spacing) * 16) * calc(1 - var(--tw-space-y-reverse)));
}
}
}
.lg\:space-y-20 {
@media (width >= 64rem) {
:where(& > :not(:last-child)) {
--tw-space-y-reverse: 0;
margin-block-start: calc(calc(var(--spacing) * 20) * var(--tw-space-y-reverse));
margin-block-end: calc(calc(var(--spacing) * 20) * calc(1 - var(--tw-space-y-reverse)));
}
}
}
.lg\:space-y-24 {
@media (width >= 64rem) {
:where(& > :not(:last-child)) {
--tw-space-y-reverse: 0;
margin-block-start: calc(calc(var(--spacing) * 24) * var(--tw-space-y-reverse));
margin-block-end: calc(calc(var(--spacing) * 24) * calc(1 - var(--tw-space-y-reverse)));
}
}
}
.lg\:space-y-32 {
@media (width >= 64rem) {
:where(& > :not(:last-child)) {
--tw-space-y-reverse: 0;
margin-block-start: calc(calc(var(--spacing) * 32) * var(--tw-space-y-reverse));
margin-block-end: calc(calc(var(--spacing) * 32) * calc(1 - var(--tw-space-y-reverse)));
}
}
}
.lg\:gap-x-1 {
@media (width >= 64rem) {
column-gap: calc(var(--spacing) * 1);
}
}
.lg\:gap-x-2 {
@media (width >= 64rem) {
column-gap: calc(var(--spacing) * 2);
}
}
.lg\:gap-x-3 {
@media (width >= 64rem) {
column-gap: calc(var(--spacing) * 3);
}
}
.lg\:gap-x-4 {
@media (width >= 64rem) {
column-gap: calc(var(--spacing) * 4);
}
}
.lg\:gap-x-6 {
@media (width >= 64rem) {
column-gap: calc(var(--spacing) * 6);
}
}
.lg\:gap-x-20 {
@media (width >= 64rem) {
column-gap: calc(var(--spacing) * 20);
}
}
.lg\:gap-y-1 {
@media (width >= 64rem) {
row-gap: calc(var(--spacing) * 1);
}
}
.lg\:gap-y-2 {
@media (width >= 64rem) {
row-gap: calc(var(--spacing) * 2);
}
}
.lg\:gap-y-4 {
@media (width >= 64rem) {
row-gap: calc(var(--spacing) * 4);
}
}
.lg\:gap-y-6 {
@media (width >= 64rem) {
row-gap: calc(var(--spacing) * 6);
}
}
.lg\:gap-y-10 {
@media (width >= 64rem) {
row-gap: calc(var(--spacing) * 10);
}
}
.lg\:border-\[5px\] {
@media (width >= 64rem) {
border-style: var(--tw-border-style);
border-width: 5px;
}
}
.lg\:p-1 {
@media (width >= 64rem) {
padding: calc(var(--spacing) * 1);
}
}
.lg\:p-2 {
@media (width >= 64rem) {
padding: calc(var(--spacing) * 2);
}
}
.lg\:p-4 {
@media (width >= 64rem) {
padding: calc(var(--spacing) * 4);
}
}
.lg\:p-6 {
@media (width >= 64rem) {
padding: calc(var(--spacing) * 6);
}
}
.lg\:p-12 {
@media (width >= 64rem) {
padding: calc(var(--spacing) * 12);
}
}
.lg\:px-3 {
@media (width >= 64rem) {
padding-inline: calc(var(--spacing) * 3);
}
}
.lg\:px-4 {
@media (width >= 64rem) {
padding-inline: calc(var(--spacing) * 4);
}
}
.lg\:px-6 {
@media (width >= 64rem) {
padding-inline: calc(var(--spacing) * 6);
}
}
.lg\:px-8 {
@media (width >= 64rem) {
padding-inline: calc(var(--spacing) * 8);
}
}
.lg\:px-12 {
@media (width >= 64rem) {
padding-inline: calc(var(--spacing) * 12);
}
}
.lg\:py-2 {
@media (width >= 64rem) {
padding-block: calc(var(--spacing) * 2);
}
}
.lg\:py-6 {
@media (width >= 64rem) {
padding-block: calc(var(--spacing) * 6);
}
}
.lg\:py-8 {
@media (width >= 64rem) {
padding-block: calc(var(--spacing) * 8);
}
}
.lg\:py-12 {
@media (width >= 64rem) {
padding-block: calc(var(--spacing) * 12);
}
}
.lg\:py-16 {
@media (width >= 64rem) {
padding-block: calc(var(--spacing) * 16);
}
}
.lg\:py-24 {
@media (width >= 64rem) {
padding-block: calc(var(--spacing) * 24);
}
}
.lg\:py-32 {
@media (width >= 64rem) {
padding-block: calc(var(--spacing) * 32);
}
}
.lg\:pt-1 {
@media (width >= 64rem) {
padding-top: calc(var(--spacing) * 1);
}
}
.lg\:pt-10 {
@media (width >= 64rem) {
padding-top: calc(var(--spacing) * 10);
}
}
.lg\:pt-\[31px\] {
@media (width >= 64rem) {
padding-top: 31px;
}
}
.lg\:pt-\[76px\] {
@media (width >= 64rem) {
padding-top: 76px;
}
}
.lg\:pb-2 {
@media (width >= 64rem) {
padding-bottom: calc(var(--spacing) * 2);
}
}
.lg\:pb-8 {
@media (width >= 64rem) {
padding-bottom: calc(var(--spacing) * 8);
}
}
.lg\:pb-16 {
@media (width >= 64rem) {
padding-bottom: calc(var(--spacing) * 16);
}
}
.lg\:pl-4 {
@media (width >= 64rem) {
padding-left: calc(var(--spacing) * 4);
}
}
.lg\:pl-6 {
@media (width >= 64rem) {
padding-left: calc(var(--spacing) * 6);
}
}
.lg\:text-2xl\/\[1\.1\] {
@media (width >= 64rem) {
font-size: var(--text-2xl);
line-height: 1.1;
}
}
.lg\:text-2xl\/none {
@media (width >= 64rem) {
font-size: var(--text-2xl);
line-height: 1;
}
}
.lg\:text-2xl\/relaxed {
@media (width >= 64rem) {
font-size: var(--text-2xl);
line-height: var(--leading-relaxed);
}
}
.lg\:text-3xl\/none {
@media (width >= 64rem) {
font-size: var(--text-3xl);
line-height: 1;
}
}
.lg\:text-3xl\/relaxed {
@media (width >= 64rem) {
font-size: var(--text-3xl);
line-height: var(--leading-relaxed);
}
}
.lg\:text-4xl\/none {
@media (width >= 64rem) {
font-size: var(--text-4xl);
line-height: 1;
}
}
.lg\:text-4xl\/relaxed {
@media (width >= 64rem) {
font-size: var(--text-4xl);
line-height: var(--leading-relaxed);
}
}
.lg\:text-8xl\/none {
@media (width >= 64rem) {
font-size: var(--text-8xl);
line-height: 1;
}
}
.lg\:text-\[26px\]\/none {
@media (width >= 64rem) {
font-size: 26px;
line-height: 1;
}
}
.lg\:text-\[68px\]\/none {
@media (width >= 64rem) {
font-size: 68px;
line-height: 1;
}
}
.lg\:text-base\/loose {
@media (width >= 64rem) {
font-size: var(--text-base);
line-height: var(--leading-loose);
}
}
.lg\:text-base\/none {
@media (width >= 64rem) {
font-size: var(--text-base);
line-height: 1;
}
}
.lg\:text-base\/relaxed {
@media (width >= 64rem) {
font-size: var(--text-base);
line-height: var(--leading-relaxed);
}
}
.lg\:text-base\/tight {
@media (width >= 64rem) {
font-size: var(--text-base);
line-height: var(--leading-tight);
}
}
.lg\:text-lg\/loose {
@media (width >= 64rem) {
font-size: var(--text-lg);
line-height: var(--leading-loose);
}
}
.lg\:text-lg\/none {
@media (width >= 64rem) {
font-size: var(--text-lg);
line-height: 1;
}
}
.lg\:text-lg\/relaxed {
@media (width >= 64rem) {
font-size: var(--text-lg);
line-height: var(--leading-relaxed);
}
}
.lg\:text-sm\/loose {
@media (width >= 64rem) {
font-size: var(--text-sm);
line-height: var(--leading-loose);
}
}
.lg\:text-sm\/none {
@media (width >= 64rem) {
font-size: var(--text-sm);
line-height: 1;
}
}
.lg\:text-sm\/normal {
@media (width >= 64rem) {
font-size: var(--text-sm);
line-height: var(--leading-normal);
}
}
.lg\:text-xl\/none {
@media (width >= 64rem) {
font-size: var(--text-xl);
line-height: 1;
}
}
.lg\:text-xl\/relaxed {
@media (width >= 64rem) {
font-size: var(--text-xl);
line-height: var(--leading-relaxed);
}
}
.lg\:text-xs\/loose {
@media (width >= 64rem) {
font-size: var(--text-xs);
line-height: var(--leading-loose);
}
}
.lg\:text-xs\/none {
@media (width >= 64rem) {
font-size: var(--text-xs);
line-height: 1;
}
}
.before\:lg\:-top-12 {
&::before {
content: var(--tw-content);
@media (width >= 64rem) {
top: calc(var(--spacing) * -12);
}
}
}
.before\:lg\:-right-12 {
&::before {
content: var(--tw-content);
@media (width >= 64rem) {
right: calc(var(--spacing) * -12);
}
}
}
.before\:lg\:-left-24 {
&::before {
content: var(--tw-content);
@media (width >= 64rem) {
left: calc(var(--spacing) * -24);
}
}
}
.before\:lg\:h-12 {
&::before {
content: var(--tw-content);
@media (width >= 64rem) {
height: calc(var(--spacing) * 12);
}
}
}
.before\:lg\:w-12 {
&::before {
content: var(--tw-content);
@media (width >= 64rem) {
width: calc(var(--spacing) * 12);
}
}
}
.after\:lg\:-right-24 {
&::after {
content: var(--tw-content);
@media (width >= 64rem) {
right: calc(var(--spacing) * -24);
}
}
}
.after\:lg\:-left-12 {
&::after {
content: var(--tw-content);
@media (width >= 64rem) {
left: calc(var(--spacing) * -12);
}
}
}
.after\:lg\:w-12 {
&::after {
content: var(--tw-content);
@media (width >= 64rem) {
width: calc(var(--spacing) * 12);
}
}
}
.xl\:max-w-\[1024px\] {
@media (width >= 80rem) {
max-width: 1024px;
}
}
.xl\:grid-cols-\[50\%_1fr_max\(calc\(\(100\%-1240px\)\/2\)\,20px\)\] {
@media (width >= 80rem) {
grid-template-columns: 50% 1fr max(calc((100% - 1240px) / 2), 20px);
}
}
.xl\:grid-cols-\[max\(calc\(\(100\%-1240px\)\/2\)\,20px\)_1fr_50\%\] {
@media (width >= 80rem) {
grid-template-columns: max(calc((100% - 1240px) / 2), 20px) 1fr 50%;
}
}
.xl\:text-\[88px\]\/none {
@media (width >= 80rem) {
font-size: 88px;
line-height: 1;
}
}
.prose-headings\:leading-relaxed {
& :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
--tw-leading: var(--leading-relaxed);
line-height: var(--leading-relaxed);
}
}
.prose-headings\:text-primary {
& :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
color: var(--color-primary);
}
}
.prose-a\:text-primary {
& :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
color: var(--color-primary);
}
}
.prose-a\:transition-opacity {
& :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
transition-property: opacity;
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
transition-duration: var(--tw-duration, var(--default-transition-duration));
}
}
.prose-a\:ease-out {
& :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
--tw-ease: var(--ease-out);
transition-timing-function: var(--ease-out);
}
}
.prose-a\:hover\:opacity-70 {
& :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
&:hover {
@media (hover: hover) {
opacity: 70%;
}
}
}
}
.\[\&_\*\]\:first\:\!mb-0 {
& * {
&:first-child {
margin-bottom: calc(var(--spacing) * 0) !important;
}
}
}
.\[\&_\*\]\:last\:\!mb-0 {
& * {
&:last-child {
margin-bottom: calc(var(--spacing) * 0) !important;
}
}
}
.\[\&_\.wp-caption\]\:\!float-none {
& .wp-caption {
float: none !important;
}
}
.\[\&_\.wp-caption\]\:my-6 {
& .wp-caption {
margin-block: calc(var(--spacing) * 6);
}
}
.\[\&_\.wp-caption\]\:max-w-full {
& .wp-caption {
max-width: 100%;
}
}
.\[\&_\.wp-caption\]\:lg\:my-8 {
& .wp-caption {
@media (width >= 64rem) {
margin-block: calc(var(--spacing) * 8);
}
}
}
.\[\&_\.wp-caption-text\]\:mt-2 {
& .wp-caption-text {
margin-top: calc(var(--spacing) * 2);
}
}
.\[\&_\.wp-caption-text\]\:mb-0 {
& .wp-caption-text {
margin-bottom: calc(var(--spacing) * 0);
}
}
.\[\&_\.wp-caption-text\]\:text-xs\/\[1\.333\] {
& .wp-caption-text {
font-size: var(--text-xs);
line-height: 1.333;
}
}
.\[\&_\.wp-caption-text\]\:lg\:mt-3 {
& .wp-caption-text {
@media (width >= 64rem) {
margin-top: calc(var(--spacing) * 3);
}
}
}
.\[\&_\.wp-caption-text\]\:lg\:text-sm\/\[1\.428\] {
& .wp-caption-text {
@media (width >= 64rem) {
font-size: var(--text-sm);
line-height: 1.428;
}
}
}
.\[\&_\.wp-caption\.aligncenter\]\:\!mx-auto {
& .wp-caption.aligncenter {
margin-inline: auto !important;
}
}
.\[\&_\.wp-caption\.aligncenter\]\:text-center {
& .wp-caption.aligncenter {
text-align: center;
}
}
.\[\&_\.wp-caption\.aligncenter\>img\]\:\!mx-auto {
& .wp-caption.aligncenter>img {
margin-inline: auto !important;
}
}
.\[\&_\.wp-caption\.alignleft\]\:\!mr-auto {
& .wp-caption.alignleft {
margin-right: auto !important;
}
}
.\[\&_\.wp-caption\.alignright\]\:\!ml-auto {
& .wp-caption.alignright {
margin-left: auto !important;
}
}
.\[\&_\.wp-caption\.alignright\]\:text-right {
& .wp-caption.alignright {
text-align: right;
}
}
.\[\&_\.wp-caption\.alignright\>img\]\:\!ml-auto {
& .wp-caption.alignright>img {
margin-left: auto !important;
}
}
.\[\&_\.wp-caption\:has\(\.wp-caption-text\)\>img\]\:\!my-0 {
& .wp-caption:has(.wp-caption-text)>img {
margin-block: calc(var(--spacing) * 0) !important;
}
}
.\[\&\>li\]\:flex {
&>li {
display: flex;
}
}
.\[\&\>li\]\:w-fit {
&>li {
width: fit-content;
}
}
.\[\&\>li\]\:items-start {
&>li {
align-items: flex-start;
}
}
.\[\&\>li\]\:bg-primary {
&>li {
background-color: var(--color-primary);
}
}
.\[\&\>li\]\:px-2 {
&>li {
padding-inline: calc(var(--spacing) * 2);
}
}
.\[\&\>li\]\:py-1 {
&>li {
padding-block: calc(var(--spacing) * 1);
}
}
.\[\&\>li\]\:text-xs\/none {
&>li {
font-size: var(--text-xs);
line-height: 1;
}
}
.\[\&\>li\]\:tracking-wider {
&>li {
--tw-tracking: var(--tracking-wider);
letter-spacing: var(--tracking-wider);
}
}
.\[\&\>li\]\:text-white {
&>li {
color: var(--color-white);
}
}
.\[\&\>li\]\:before\:content-\[\'・\'\] {
&>li {
&::before {
content: var(--tw-content);
--tw-content: '・';
content: var(--tw-content);
}
}
}
.\[\&\>li\]\:lg\:px-4 {
&>li {
@media (width >= 64rem) {
padding-inline: calc(var(--spacing) * 4);
}
}
}
.lg\:\[\&\>li\]\:py-2 {
@media (width >= 64rem) {
&>li {
padding-block: calc(var(--spacing) * 2);
}
}
}
.\[\&\>li\]\:lg\:text-sm\/none {
&>li {
@media (width >= 64rem) {
font-size: var(--text-sm);
line-height: 1;
}
}
}
}
@layer base {
html {
scroll-padding-top: calc(var(--spacing) * 12);
scroll-behavior: smooth;
@media (width >= 64rem) {
scroll-padding-top: calc(var(--spacing) * 24);
}
}
body {
font-family: var(--font-sans);
--tw-leading: var(--leading-loose);
line-height: var(--leading-loose);
--tw-font-weight: var(--font-weight-medium);
font-weight: var(--font-weight-medium);
color: var(--color-gray-700);
}
}
@layer components {
.editor-styles-wrapper {
color: var(--tw-prose-body) !important;
max-width: 65ch !important;
:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 1.25em !important;
margin-bottom: 1.25em !important;
}
:where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
color: var(--tw-prose-lead) !important;
font-size: 1.25em !important;
line-height: 1.6 !important;
margin-top: 1.2em !important;
margin-bottom: 1.2em !important;
}
:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
color: var(--tw-prose-links) !important;
text-decoration: underline !important;
font-weight: 500 !important;
}
:where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
color: var(--tw-prose-bold) !important;
font-weight: 600 !important;
}
:where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
color: inherit !important;
}
:where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
color: inherit !important;
}
:where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
color: inherit !important;
}
:where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
list-style-type: decimal !important;
margin-top: 1.25em !important;
margin-bottom: 1.25em !important;
padding-inline-start: 1.625em !important;
}
:where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
list-style-type: upper-alpha !important;
}
:where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
list-style-type: lower-alpha !important;
}
:where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
list-style-type: upper-alpha !important;
}
:where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
list-style-type: lower-alpha !important;
}
:where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
list-style-type: upper-roman !important;
}
:where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
list-style-type: lower-roman !important;
}
:where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
list-style-type: upper-roman !important;
}
:where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
list-style-type: lower-roman !important;
}
:where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
list-style-type: decimal !important;
}
:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
list-style-type: disc !important;
margin-top: 1.25em !important;
margin-bottom: 1.25em !important;
padding-inline-start: 1.625em !important;
}
:where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
font-weight: 400 !important;
color: var(--tw-prose-counters) !important;
}
:where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
color: var(--tw-prose-bullets) !important;
}
:where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
color: var(--tw-prose-headings) !important;
font-weight: 600 !important;
margin-top: 1.25em !important;
}
:where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
border-color: var(--tw-prose-hr) !important;
border-top-width: 1 !important;
margin-top: 3em !important;
margin-bottom: 3em !important;
}
:where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
font-weight: 500 !important;
font-style: italic !important;
color: var(--tw-prose-quotes) !important;
border-inline-start-width: 0.25rem !important;
border-inline-start-color: var(--tw-prose-quote-borders) !important;
quotes: "\201C""\201D""\2018""\2019" !important;
margin-top: 1.6em !important;
margin-bottom: 1.6em !important;
padding-inline-start: 1em !important;
}
:where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
content: open-quote !important;
}
:where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
content: close-quote !important;
}
:where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
color: var(--tw-prose-headings) !important;
font-weight: 800 !important;
font-size: 2.25em !important;
margin-top: 0 !important;
margin-bottom: 0.8888889em !important;
line-height: 1.1111111 !important;
}
:where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
font-weight: 900 !important;
color: inherit !important;
}
:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
color: var(--tw-prose-headings) !important;
font-weight: 700 !important;
font-size: 1.5em !important;
margin-top: 2em !important;
margin-bottom: 1em !important;
line-height: 1.3333333 !important;
}
:where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
font-weight: 800 !important;
color: inherit !important;
}
:where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
color: var(--tw-prose-headings) !important;
font-weight: 600 !important;
font-size: 1.25em !important;
margin-top: 1.6em !important;
margin-bottom: 0.6em !important;
line-height: 1.6 !important;
}
:where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
font-weight: 700 !important;
color: inherit !important;
}
:where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
color: var(--tw-prose-headings) !important;
font-weight: 600 !important;
margin-top: 1.5em !important;
margin-bottom: 0.5em !important;
line-height: 1.5 !important;
}
:where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
font-weight: 700 !important;
color: inherit !important;
}
:where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 2em !important;
margin-bottom: 2em !important;
}
:where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
display: block !important;
margin-top: 2em !important;
margin-bottom: 2em !important;
}
:where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 2em !important;
margin-bottom: 2em !important;
}
:where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
font-weight: 500 !important;
font-family: inherit !important;
color: var(--tw-prose-kbd) !important;
box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%) !important;
font-size: 0.875em !important;
border-radius: 0.3125rem !important;
padding-top: 0.1875em !important;
padding-inline-end: 0.375em !important;
padding-bottom: 0.1875em !important;
padding-inline-start: 0.375em !important;
}
:where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
color: var(--tw-prose-code) !important;
font-weight: 600 !important;
font-size: 0.875em !important;
}
:where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
content: "`" !important;
}
:where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
content: "`" !important;
}
:where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
color: inherit !important;
}
:where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
color: inherit !important;
}
:where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
color: inherit !important;
font-size: 0.875em !important;
}
:where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
color: inherit !important;
font-size: 0.9em !important;
}
:where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
color: inherit !important;
}
:where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
color: inherit !important;
}
:where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
color: inherit !important;
}
:where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
color: var(--tw-prose-pre-code) !important;
background-color: var(--tw-prose-pre-bg) !important;
overflow-x: auto !important;
font-weight: 400 !important;
font-size: 0.875em !important;
line-height: 1.7142857 !important;
margin-top: 1.7142857em !important;
margin-bottom: 1.7142857em !important;
border-radius: 0.375rem !important;
padding-top: 0.8571429em !important;
padding-inline-end: 1.1428571em !important;
padding-bottom: 0.8571429em !important;
padding-inline-start: 1.1428571em !important;
}
:where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
background-color: transparent !important;
border-width: 0 !important;
border-radius: 0 !important;
padding: 0 !important;
font-weight: inherit !important;
color: inherit !important;
font-size: inherit !important;
font-family: inherit !important;
line-height: inherit !important;
}
:where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
content: none !important;
}
:where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
content: none !important;
}
:where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
width: 100% !important;
table-layout: auto !important;
margin-top: 2em !important;
margin-bottom: 2em !important;
font-size: 0.875em !important;
line-height: 1.7142857 !important;
}
:where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
border-bottom-width: 1px !important;
border-bottom-color: var(--tw-prose-th-borders) !important;
}
:where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
color: var(--tw-prose-headings) !important;
font-weight: 600 !important;
vertical-align: bottom !important;
padding-inline-end: 0.5714286em !important;
padding-bottom: 0.5714286em !important;
padding-inline-start: 0.5714286em !important;
}
:where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
border-bottom-width: 1px !important;
border-bottom-color: var(--tw-prose-td-borders) !important;
}
:where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
border-bottom-width: 0 !important;
}
:where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
vertical-align: baseline !important;
}
:where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
border-top-width: 1px !important;
border-top-color: var(--tw-prose-th-borders) !important;
}
:where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
vertical-align: top !important;
}
:where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
text-align: start !important;
}
:where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
:where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
color: var(--tw-prose-captions) !important;
font-size: 0.875em !important;
line-height: 1.4285714 !important;
margin-top: 0.8571429em !important;
}
--tw-prose-body: oklch(37.3% 0.034 259.733) !important;
--tw-prose-headings: oklch(21% 0.034 264.665) !important;
--tw-prose-lead: oklch(44.6% 0.03 256.802) !important;
--tw-prose-links: oklch(21% 0.034 264.665) !important;
--tw-prose-bold: oklch(21% 0.034 264.665) !important;
--tw-prose-counters: oklch(55.1% 0.027 264.364) !important;
--tw-prose-bullets: oklch(87.2% 0.01 258.338) !important;
--tw-prose-hr: oklch(92.8% 0.006 264.531) !important;
--tw-prose-quotes: oklch(21% 0.034 264.665) !important;
--tw-prose-quote-borders: oklch(92.8% 0.006 264.531) !important;
--tw-prose-captions: oklch(55.1% 0.027 264.364) !important;
--tw-prose-kbd: oklch(21% 0.034 264.665) !important;
--tw-prose-kbd-shadows: NaN NaN NaN !important;
--tw-prose-code: oklch(21% 0.034 264.665) !important;
--tw-prose-pre-code: oklch(92.8% 0.006 264.531) !important;
--tw-prose-pre-bg: oklch(27.8% 0.033 256.848) !important;
--tw-prose-th-borders: oklch(87.2% 0.01 258.338) !important;
--tw-prose-td-borders: oklch(92.8% 0.006 264.531) !important;
--tw-prose-invert-body: oklch(87.2% 0.01 258.338) !important;
--tw-prose-invert-headings: #fff !important;
--tw-prose-invert-lead: oklch(70.7% 0.022 261.325) !important;
--tw-prose-invert-links: #fff !important;
--tw-prose-invert-bold: #fff !important;
--tw-prose-invert-counters: oklch(70.7% 0.022 261.325) !important;
--tw-prose-invert-bullets: oklch(44.6% 0.03 256.802) !important;
--tw-prose-invert-hr: oklch(37.3% 0.034 259.733) !important;
--tw-prose-invert-quotes: oklch(96.7% 0.003 264.542) !important;
--tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733) !important;
--tw-prose-invert-captions: oklch(70.7% 0.022 261.325) !important;
--tw-prose-invert-kbd: #fff !important;
--tw-prose-invert-kbd-shadows: 255 255 255 !important;
--tw-prose-invert-code: #fff !important;
--tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338) !important;
--tw-prose-invert-pre-bg: rgb(0 0 0 / 50%) !important;
--tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802) !important;
--tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733) !important;
font-size: 1rem !important;
line-height: 1.75 !important;
:where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 0 !important;
margin-bottom: 0 !important;
}
:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 0.5em !important;
margin-bottom: 0.5em !important;
}
:where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
padding-inline-start: 0.375em !important;
}
:where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
padding-inline-start: 0.375em !important;
}
:where(.\!prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 0.75em !important;
margin-bottom: 0.75em !important;
}
:where(.\!prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 1.25em !important;
}
:where(.\!prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-bottom: 1.25em !important;
}
:where(.\!prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 1.25em !important;
}
:where(.\!prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-bottom: 1.25em !important;
}
:where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 0.75em !important;
margin-bottom: 0.75em !important;
}
:where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 1.25em !important;
margin-bottom: 1.25em !important;
}
:where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 0.5em !important;
padding-inline-start: 1.625em !important;
}
:where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 0 !important;
}
:where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 0 !important;
}
:where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 0 !important;
}
:where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 0 !important;
}
:where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
padding-inline-start: 0 !important;
}
:where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
padding-inline-end: 0 !important;
}
:where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
padding-top: 0.5714286em !important;
padding-inline-end: 0.5714286em !important;
padding-bottom: 0.5714286em !important;
padding-inline-start: 0.5714286em !important;
}
:where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
padding-inline-start: 0 !important;
}
:where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
padding-inline-end: 0 !important;
}
:where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 2em !important;
margin-bottom: 2em !important;
}
:where(.\!prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 0 !important;
}
:where(.\!prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-bottom: 0 !important;
}
max-width: none !important;
}
.wp-editor {
color: var(--tw-prose-body);
max-width: 65ch;
:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 1.25em;
margin-bottom: 1.25em;
}
:where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
color: var(--tw-prose-lead);
font-size: 1.25em;
line-height: 1.6;
margin-top: 1.2em;
margin-bottom: 1.2em;
}
:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
color: var(--tw-prose-links);
text-decoration: underline;
font-weight: 500;
}
:where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
color: var(--tw-prose-bold);
font-weight: 600;
}
:where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
color: inherit;
}
:where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
color: inherit;
}
:where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
color: inherit;
}
:where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
list-style-type: decimal;
margin-top: 1.25em;
margin-bottom: 1.25em;
padding-inline-start: 1.625em;
}
:where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
list-style-type: upper-alpha;
}
:where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
list-style-type: lower-alpha;
}
:where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
list-style-type: upper-alpha;
}
:where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
list-style-type: lower-alpha;
}
:where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
list-style-type: upper-roman;
}
:where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
list-style-type: lower-roman;
}
:where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
list-style-type: upper-roman;
}
:where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
list-style-type: lower-roman;
}
:where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
list-style-type: decimal;
}
:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
list-style-type: disc;
margin-top: 1.25em;
margin-bottom: 1.25em;
padding-inline-start: 1.625em;
}
:where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
font-weight: 400;
color: var(--tw-prose-counters);
}
:where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker {
color: var(--tw-prose-bullets);
}
:where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
color: var(--tw-prose-headings);
font-weight: 600;
margin-top: 1.25em;
}
:where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
border-color: var(--tw-prose-hr);
border-top-width: 1;
margin-top: 3em;
margin-bottom: 3em;
}
:where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
font-weight: 500;
font-style: italic;
color: var(--tw-prose-quotes);
border-inline-start-width: 0.25rem;
border-inline-start-color: var(--tw-prose-quote-borders);
quotes: "\201C""\201D""\2018""\2019";
margin-top: 1.6em;
margin-bottom: 1.6em;
padding-inline-start: 1em;
}
:where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
content: open-quote;
}
:where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
content: close-quote;
}
:where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
color: var(--tw-prose-headings);
font-weight: 800;
font-size: 2.25em;
margin-top: 0;
margin-bottom: 0.8888889em;
line-height: 1.1111111;
}
:where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
font-weight: 900;
color: inherit;
}
:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
color: var(--tw-prose-headings);
font-weight: 700;
font-size: 1.5em;
margin-top: 2em;
margin-bottom: 1em;
line-height: 1.3333333;
}
:where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
font-weight: 800;
color: inherit;
}
:where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
color: var(--tw-prose-headings);
font-weight: 600;
font-size: 1.25em;
margin-top: 1.6em;
margin-bottom: 0.6em;
line-height: 1.6;
}
:where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
font-weight: 700;
color: inherit;
}
:where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
color: var(--tw-prose-headings);
font-weight: 600;
margin-top: 1.5em;
margin-bottom: 0.5em;
line-height: 1.5;
}
:where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
font-weight: 700;
color: inherit;
}
:where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 2em;
margin-bottom: 2em;
}
:where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
display: block;
margin-top: 2em;
margin-bottom: 2em;
}
:where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 2em;
margin-bottom: 2em;
}
:where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
font-weight: 500;
font-family: inherit;
color: var(--tw-prose-kbd);
box-shadow: 0 0 0 1px rgb(var(--tw-prose-kbd-shadows) / 10%), 0 3px 0 rgb(var(--tw-prose-kbd-shadows) / 10%);
font-size: 0.875em;
border-radius: 0.3125rem;
padding-top: 0.1875em;
padding-inline-end: 0.375em;
padding-bottom: 0.1875em;
padding-inline-start: 0.375em;
}
:where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
color: var(--tw-prose-code);
font-weight: 600;
font-size: 0.875em;
}
:where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
content: "`";
}
:where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
content: "`";
}
:where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
color: inherit;
}
:where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
color: inherit;
}
:where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
color: inherit;
font-size: 0.875em;
}
:where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
color: inherit;
font-size: 0.9em;
}
:where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
color: inherit;
}
:where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
color: inherit;
}
:where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
color: inherit;
}
:where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
color: var(--tw-prose-pre-code);
background-color: var(--tw-prose-pre-bg);
overflow-x: auto;
font-weight: 400;
font-size: 0.875em;
line-height: 1.7142857;
margin-top: 1.7142857em;
margin-bottom: 1.7142857em;
border-radius: 0.375rem;
padding-top: 0.8571429em;
padding-inline-end: 1.1428571em;
padding-bottom: 0.8571429em;
padding-inline-start: 1.1428571em;
}
:where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
background-color: transparent;
border-width: 0;
border-radius: 0;
padding: 0;
font-weight: inherit;
color: inherit;
font-size: inherit;
font-family: inherit;
line-height: inherit;
}
:where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before {
content: none;
}
:where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after {
content: none;
}
:where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
width: 100%;
table-layout: auto;
margin-top: 2em;
margin-bottom: 2em;
font-size: 0.875em;
line-height: 1.7142857;
}
:where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
border-bottom-width: 1px;
border-bottom-color: var(--tw-prose-th-borders);
}
:where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
color: var(--tw-prose-headings);
font-weight: 600;
vertical-align: bottom;
padding-inline-end: 0.5714286em;
padding-bottom: 0.5714286em;
padding-inline-start: 0.5714286em;
}
:where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
border-bottom-width: 1px;
border-bottom-color: var(--tw-prose-td-borders);
}
:where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
border-bottom-width: 0;
}
:where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
vertical-align: baseline;
}
:where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
border-top-width: 1px;
border-top-color: var(--tw-prose-th-borders);
}
:where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
vertical-align: top;
}
:where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
text-align: start;
}
:where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 0;
margin-bottom: 0;
}
:where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
color: var(--tw-prose-captions);
font-size: 0.875em;
line-height: 1.4285714;
margin-top: 0.8571429em;
}
--tw-prose-body: oklch(37.3% 0.034 259.733);
--tw-prose-headings: oklch(21% 0.034 264.665);
--tw-prose-lead: oklch(44.6% 0.03 256.802);
--tw-prose-links: oklch(21% 0.034 264.665);
--tw-prose-bold: oklch(21% 0.034 264.665);
--tw-prose-counters: oklch(55.1% 0.027 264.364);
--tw-prose-bullets: oklch(87.2% 0.01 258.338);
--tw-prose-hr: oklch(92.8% 0.006 264.531);
--tw-prose-quotes: oklch(21% 0.034 264.665);
--tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
--tw-prose-captions: oklch(55.1% 0.027 264.364);
--tw-prose-kbd: oklch(21% 0.034 264.665);
--tw-prose-kbd-shadows: NaN NaN NaN;
--tw-prose-code: oklch(21% 0.034 264.665);
--tw-prose-pre-code: oklch(92.8% 0.006 264.531);
--tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
--tw-prose-th-borders: oklch(87.2% 0.01 258.338);
--tw-prose-td-borders: oklch(92.8% 0.006 264.531);
--tw-prose-invert-body: oklch(87.2% 0.01 258.338);
--tw-prose-invert-headings: #fff;
--tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
--tw-prose-invert-links: #fff;
--tw-prose-invert-bold: #fff;
--tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
--tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
--tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
--tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
--tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
--tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
--tw-prose-invert-kbd: #fff;
--tw-prose-invert-kbd-shadows: 255 255 255;
--tw-prose-invert-code: #fff;
--tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
--tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
--tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
--tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
font-size: 1rem;
line-height: 1.75;
:where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 0;
margin-bottom: 0;
}
:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 0.5em;
margin-bottom: 0.5em;
}
:where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
padding-inline-start: 0.375em;
}
:where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
padding-inline-start: 0.375em;
}
:where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 0.75em;
margin-bottom: 0.75em;
}
:where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 1.25em;
}
:where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-bottom: 1.25em;
}
:where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 1.25em;
}
:where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-bottom: 1.25em;
}
:where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 0.75em;
margin-bottom: 0.75em;
}
:where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 1.25em;
margin-bottom: 1.25em;
}
:where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 0.5em;
padding-inline-start: 1.625em;
}
:where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 0;
}
:where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 0;
}
:where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 0;
}
:where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 0;
}
:where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
padding-inline-start: 0;
}
:where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
padding-inline-end: 0;
}
:where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
padding-top: 0.5714286em;
padding-inline-end: 0.5714286em;
padding-bottom: 0.5714286em;
padding-inline-start: 0.5714286em;
}
:where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
padding-inline-start: 0;
}
:where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
padding-inline-end: 0;
}
:where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 2em;
margin-bottom: 2em;
}
:where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 0;
}
:where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-bottom: 0;
}
font-size: 0.875rem;
line-height: 1.7142857;
:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 1.1428571em;
margin-bottom: 1.1428571em;
}
:where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
font-size: 1.2857143em;
line-height: 1.5555556;
margin-top: 0.8888889em;
margin-bottom: 0.8888889em;
}
:where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 1.3333333em;
margin-bottom: 1.3333333em;
padding-inline-start: 1.1111111em;
}
:where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
font-size: 2.1428571em;
margin-top: 0;
margin-bottom: 0.8em;
line-height: 1.2;
}
:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
font-size: 1.4285714em;
margin-top: 1.6em;
margin-bottom: 0.8em;
line-height: 1.4;
}
:where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
font-size: 1.2857143em;
margin-top: 1.5555556em;
margin-bottom: 0.4444444em;
line-height: 1.5555556;
}
:where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 1.4285714em;
margin-bottom: 0.5714286em;
line-height: 1.4285714;
}
:where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 1.7142857em;
margin-bottom: 1.7142857em;
}
:where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 1.7142857em;
margin-bottom: 1.7142857em;
}
:where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 0;
margin-bottom: 0;
}
:where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 1.7142857em;
margin-bottom: 1.7142857em;
}
:where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
font-size: 0.8571429em;
border-radius: 0.3125rem;
padding-top: 0.1428571em;
padding-inline-end: 0.3571429em;
padding-bottom: 0.1428571em;
padding-inline-start: 0.3571429em;
}
:where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
font-size: 0.8571429em;
}
:where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
font-size: 0.9em;
}
:where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
font-size: 0.8888889em;
}
:where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
font-size: 0.8571429em;
line-height: 1.6666667;
margin-top: 1.6666667em;
margin-bottom: 1.6666667em;
border-radius: 0.25rem;
padding-top: 0.6666667em;
padding-inline-end: 1em;
padding-bottom: 0.6666667em;
padding-inline-start: 1em;
}
:where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 1.1428571em;
margin-bottom: 1.1428571em;
padding-inline-start: 1.5714286em;
}
:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 1.1428571em;
margin-bottom: 1.1428571em;
padding-inline-start: 1.5714286em;
}
:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 0.2857143em;
margin-bottom: 0.2857143em;
}
:where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
padding-inline-start: 0.4285714em;
}
:where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
padding-inline-start: 0.4285714em;
}
:where(.prose-sm > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 0.5714286em;
margin-bottom: 0.5714286em;
}
:where(.prose-sm > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 1.1428571em;
}
:where(.prose-sm > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-bottom: 1.1428571em;
}
:where(.prose-sm > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 1.1428571em;
}
:where(.prose-sm > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-bottom: 1.1428571em;
}
:where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 0.5714286em;
margin-bottom: 0.5714286em;
}
:where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 1.1428571em;
margin-bottom: 1.1428571em;
}
:where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 1.1428571em;
}
:where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 0.2857143em;
padding-inline-start: 1.5714286em;
}
:where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 2.8571429em;
margin-bottom: 2.8571429em;
}
:where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 0;
}
:where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 0;
}
:where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 0;
}
:where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 0;
}
:where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
font-size: 0.8571429em;
line-height: 1.5;
}
:where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
padding-inline-end: 1em;
padding-bottom: 0.6666667em;
padding-inline-start: 1em;
}
:where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
padding-inline-start: 0;
}
:where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
padding-inline-end: 0;
}
:where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
padding-top: 0.6666667em;
padding-inline-end: 1em;
padding-bottom: 0.6666667em;
padding-inline-start: 1em;
}
:where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
padding-inline-start: 0;
}
:where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
padding-inline-end: 0;
}
:where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 1.7142857em;
margin-bottom: 1.7142857em;
}
:where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 0;
margin-bottom: 0;
}
:where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
font-size: 0.8571429em;
line-height: 1.3333333;
margin-top: 0.6666667em;
}
:where(.prose-sm > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 0;
}
:where(.prose-sm > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-bottom: 0;
}
max-width: none !important;
font-family: var(--font-sans) !important;
--tw-leading: var(--leading-relaxed);
line-height: var(--leading-relaxed);
--tw-font-weight: var(--font-weight-medium);
font-weight: var(--font-weight-medium);
color: var(--color-gray-700);
--tw-prose-body: oklch(37.3% 0.034 259.733);
--tw-prose-headings: oklch(21% 0.034 264.665);
--tw-prose-lead: oklch(44.6% 0.03 256.802);
--tw-prose-links: oklch(21% 0.034 264.665);
--tw-prose-bold: oklch(21% 0.034 264.665);
--tw-prose-counters: oklch(55.1% 0.027 264.364);
--tw-prose-bullets: oklch(87.2% 0.01 258.338);
--tw-prose-hr: oklch(92.8% 0.006 264.531);
--tw-prose-quotes: oklch(21% 0.034 264.665);
--tw-prose-quote-borders: oklch(92.8% 0.006 264.531);
--tw-prose-captions: oklch(55.1% 0.027 264.364);
--tw-prose-kbd: oklch(21% 0.034 264.665);
--tw-prose-kbd-shadows: NaN NaN NaN;
--tw-prose-code: oklch(21% 0.034 264.665);
--tw-prose-pre-code: oklch(92.8% 0.006 264.531);
--tw-prose-pre-bg: oklch(27.8% 0.033 256.848);
--tw-prose-th-borders: oklch(87.2% 0.01 258.338);
--tw-prose-td-borders: oklch(92.8% 0.006 264.531);
--tw-prose-invert-body: oklch(87.2% 0.01 258.338);
--tw-prose-invert-headings: #fff;
--tw-prose-invert-lead: oklch(70.7% 0.022 261.325);
--tw-prose-invert-links: #fff;
--tw-prose-invert-bold: #fff;
--tw-prose-invert-counters: oklch(70.7% 0.022 261.325);
--tw-prose-invert-bullets: oklch(44.6% 0.03 256.802);
--tw-prose-invert-hr: oklch(37.3% 0.034 259.733);
--tw-prose-invert-quotes: oklch(96.7% 0.003 264.542);
--tw-prose-invert-quote-borders: oklch(37.3% 0.034 259.733);
--tw-prose-invert-captions: oklch(70.7% 0.022 261.325);
--tw-prose-invert-kbd: #fff;
--tw-prose-invert-kbd-shadows: 255 255 255;
--tw-prose-invert-code: #fff;
--tw-prose-invert-pre-code: oklch(87.2% 0.01 258.338);
--tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
--tw-prose-invert-th-borders: oklch(44.6% 0.03 256.802);
--tw-prose-invert-td-borders: oklch(37.3% 0.034 259.733);
@media (width >= 64rem) {
font-size: 1rem;
line-height: 1.75;
:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 1.25em;
margin-bottom: 1.25em;
}
:where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
font-size: 1.25em;
line-height: 1.6;
margin-top: 1.2em;
margin-bottom: 1.2em;
}
:where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 1.6em;
margin-bottom: 1.6em;
padding-inline-start: 1em;
}
:where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
font-size: 2.25em;
margin-top: 0;
margin-bottom: 0.8888889em;
line-height: 1.1111111;
}
:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
font-size: 1.5em;
margin-top: 2em;
margin-bottom: 1em;
line-height: 1.3333333;
}
:where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
font-size: 1.25em;
margin-top: 1.6em;
margin-bottom: 0.6em;
line-height: 1.6;
}
:where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 1.5em;
margin-bottom: 0.5em;
line-height: 1.5;
}
:where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 2em;
margin-bottom: 2em;
}
:where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 2em;
margin-bottom: 2em;
}
:where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 0;
margin-bottom: 0;
}
:where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 2em;
margin-bottom: 2em;
}
:where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
font-size: 0.875em;
border-radius: 0.3125rem;
padding-top: 0.1875em;
padding-inline-end: 0.375em;
padding-bottom: 0.1875em;
padding-inline-start: 0.375em;
}
:where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
font-size: 0.875em;
}
:where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
font-size: 0.875em;
}
:where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
font-size: 0.9em;
}
:where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
font-size: 0.875em;
line-height: 1.7142857;
margin-top: 1.7142857em;
margin-bottom: 1.7142857em;
border-radius: 0.375rem;
padding-top: 0.8571429em;
padding-inline-end: 1.1428571em;
padding-bottom: 0.8571429em;
padding-inline-start: 1.1428571em;
}
:where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 1.25em;
margin-bottom: 1.25em;
padding-inline-start: 1.625em;
}
:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 1.25em;
margin-bottom: 1.25em;
padding-inline-start: 1.625em;
}
:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 0.5em;
margin-bottom: 0.5em;
}
:where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
padding-inline-start: 0.375em;
}
:where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
padding-inline-start: 0.375em;
}
:where(.lg\:prose-base > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 0.75em;
margin-bottom: 0.75em;
}
:where(.lg\:prose-base > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 1.25em;
}
:where(.lg\:prose-base > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-bottom: 1.25em;
}
:where(.lg\:prose-base > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 1.25em;
}
:where(.lg\:prose-base > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-bottom: 1.25em;
}
:where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 0.75em;
margin-bottom: 0.75em;
}
:where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 1.25em;
margin-bottom: 1.25em;
}
:where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 1.25em;
}
:where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 0.5em;
padding-inline-start: 1.625em;
}
:where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 3em;
margin-bottom: 3em;
}
:where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 0;
}
:where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 0;
}
:where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 0;
}
:where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 0;
}
:where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
font-size: 0.875em;
line-height: 1.7142857;
}
:where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
padding-inline-end: 0.5714286em;
padding-bottom: 0.5714286em;
padding-inline-start: 0.5714286em;
}
:where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
padding-inline-start: 0;
}
:where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
padding-inline-end: 0;
}
:where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
padding-top: 0.5714286em;
padding-inline-end: 0.5714286em;
padding-bottom: 0.5714286em;
padding-inline-start: 0.5714286em;
}
:where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
padding-inline-start: 0;
}
:where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
padding-inline-end: 0;
}
:where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 2em;
margin-bottom: 2em;
}
:where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 0;
margin-bottom: 0;
}
:where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
font-size: 0.875em;
line-height: 1.4285714;
margin-top: 0.8571429em;
}
:where(.lg\:prose-base > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-top: 0;
}
:where(.lg\:prose-base > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)) {
margin-bottom: 0;
}
}
& :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
--tw-leading: var(--leading-relaxed);
line-height: var(--leading-relaxed);
}
& :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
color: var(--color-primary);
}
& :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
color: var(--color-primary);
}
& :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
transition-property: opacity;
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
transition-duration: var(--tw-duration, var(--default-transition-duration));
}
& :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
--tw-ease: var(--ease-out);
transition-timing-function: var(--ease-out);
}
& :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))) {
&:hover {
@media (hover: hover) {
opacity: 70%;
}
}
}
& * {
&:first-child {
margin-bottom: calc(var(--spacing) * 0) !important;
}
}
& * {
&:last-child {
margin-bottom: calc(var(--spacing) * 0) !important;
}
}
& .wp-caption {
float: none !important;
}
& .wp-caption {
margin-block: calc(var(--spacing) * 6);
}
& .wp-caption {
max-width: 100%;
}
& .wp-caption {
@media (width >= 64rem) {
margin-block: calc(var(--spacing) * 8);
}
}
& .wp-caption-text {
margin-top: calc(var(--spacing) * 2);
}
& .wp-caption-text {
margin-bottom: calc(var(--spacing) * 0);
}
& .wp-caption-text {
font-size: var(--text-xs);
line-height: 1.333;
}
& .wp-caption-text {
@media (width >= 64rem) {
margin-top: calc(var(--spacing) * 3);
}
}
& .wp-caption-text {
@media (width >= 64rem) {
font-size: var(--text-sm);
line-height: 1.428;
}
}
& .wp-caption.aligncenter {
margin-inline: auto !important;
}
& .wp-caption.aligncenter {
text-align: center;
}
& .wp-caption.aligncenter>img {
margin-inline: auto !important;
}
& .wp-caption.alignleft {
margin-right: auto !important;
}
& .wp-caption.alignright {
margin-left: auto !important;
}
& .wp-caption.alignright {
text-align: right;
}
& .wp-caption.alignright>img {
margin-left: auto !important;
}
& .wp-caption:has(.wp-caption-text)>img {
margin-block: calc(var(--spacing) * 0) !important;
}
}
.bs-container {
margin-inline: auto;
padding-inline: calc(var(--spacing) * 5);
@media (width >= 40rem) {
max-width: calc(640px + 1.25rem * 2);
}
@media (width >= 48rem) {
max-width: calc(768px + 1.25rem * 2);
}
@media (width >= 64rem) {
max-width: calc(1024px + 1.25rem * 2);
}
@media (width >= 80rem) {
max-width: calc(1240px + 1.25rem * 2);
}
}
.wpcf7-form-control-wrap {
display: block;
width: 100%;
}
.txt-input {
display: block;
width: 100%;
border-inline-style: var(--tw-border-style);
border-inline-width: 0px;
border-top-style: var(--tw-border-style);
border-top-width: 0px;
border-bottom-style: var(--tw-border-style);
border-bottom-width: 1px;
border-bottom-color: var(--color-primary);
padding-inline: calc(var(--spacing) * 1.5);
padding-block: calc(var(--spacing) * 1);
font-size: var(--text-base);
line-height: var(--leading-loose);
--tw-tracking: var(--tracking-wider);
letter-spacing: var(--tracking-wider);
&::placeholder {
color: var(--color-gray-300);
}
&:focus {
border-bottom-color: var(--color-rose-600);
}
&:focus {
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
@media (width >= 64rem) {
padding-inline: calc(var(--spacing) * 3);
}
@media (width >= 64rem) {
padding-block: calc(var(--spacing) * 2);
}
}
.radio-btn {
display: grid;
grid-template-columns: repeat(1, minmax(0, 1fr));
gap: calc(var(--spacing) * 2);
@media (width >= 40rem) {
grid-template-columns: repeat(2, minmax(0, 1fr));
}
@media (width >= 64rem) {
gap: calc(var(--spacing) * 4);
}
& input {
display: none;
}
& .wpcf7-list-item {
& label {
position: relative;
display: flex;
cursor: pointer;
align-items: center;
column-gap: calc(var(--spacing) * 1);
border-radius: var(--radius-lg);
border-style: var(--tw-border-style);
border-width: 1px;
border-color: var(--color-primary);
background-color: var(--color-white);
padding: calc(var(--spacing) * 1.5);
font-size: var(--text-sm);
line-height: var(--leading-loose);
--tw-tracking: var(--tracking-wider);
letter-spacing: var(--tracking-wider);
transition-property: filter;
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
transition-duration: var(--tw-duration, var(--default-transition-duration));
--tw-ease: var(--ease-out);
transition-timing-function: var(--ease-out);
&::before {
content: var(--tw-content);
display: block;
}
&::before {
content: var(--tw-content);
aspect-ratio: 1 / 1;
}
&::before {
content: var(--tw-content);
width: calc(var(--spacing) * 6);
}
&::before {
content: var(--tw-content);
flex-shrink: 0;
}
&::before {
content: var(--tw-content);
border-radius: calc(infinity * 1px);
}
&::before {
content: var(--tw-content);
border-style: var(--tw-border-style);
border-width: 1px;
}
&::before {
content: var(--tw-content);
border-color: var(--color-primary);
}
&::after {
content: var(--tw-content);
position: absolute;
}
&::after {
content: var(--tw-content);
top: calc(1/2 * 100%);
}
&::after {
content: var(--tw-content);
left: calc(var(--spacing) * 2.5);
}
&::after {
content: var(--tw-content);
display: block;
}
&::after {
content: var(--tw-content);
aspect-ratio: 1 / 1;
}
&::after {
content: var(--tw-content);
width: calc(var(--spacing) * 4);
}
&::after {
content: var(--tw-content);
--tw-translate-y: calc(calc(1/2 * 100%) * -1);
translate: var(--tw-translate-x) var(--tw-translate-y);
}
&::after {
content: var(--tw-content);
border-radius: calc(infinity * 1px);
}
&::after {
content: var(--tw-content);
background-color: var(--color-primary);
}
&::after {
content: var(--tw-content);
opacity: 0%;
}
&::after {
content: var(--tw-content);
transition-property: opacity;
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
transition-duration: var(--tw-duration, var(--default-transition-duration));
}
&::after {
content: var(--tw-content);
--tw-duration: 300ms;
transition-duration: 300ms;
}
&::after {
content: var(--tw-content);
--tw-ease: var(--ease-out);
transition-timing-function: var(--ease-out);
}
&:hover {
@media (hover: hover) {
--tw-brightness: brightness(90%);
filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
}
&:active {
--tw-brightness: brightness(75%);
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,);
}
&:has(*:is(input:checked)) {
&::after {
content: var(--tw-content);
opacity: 100%;
}
}
@media (width >= 64rem) {
column-gap: calc(var(--spacing) * 2);
}
@media (width >= 64rem) {
padding-inline: calc(var(--spacing) * 3);
}
@media (width >= 64rem) {
padding-block: calc(var(--spacing) * 2);
}
@media (width >= 64rem) {
font-size: var(--text-base);
line-height: var(--leading-loose);
}
&::after {
content: var(--tw-content);
@media (width >= 64rem) {
left: calc(var(--spacing) * 4);
}
}
}
}
}
.select-box {
position: relative;
&::after {
content: var(--tw-content);
pointer-events: none;
}
&::after {
content: var(--tw-content);
position: absolute;
}
&::after {
content: var(--tw-content);
top: calc(var(--spacing) * 2.5);
}
&::after {
content: var(--tw-content);
right: calc(var(--spacing) * 1.5);
}
&::after {
content: var(--tw-content);
display: block;
}
&::after {
content: var(--tw-content);
aspect-ratio: 1 / 1;
}
&::after {
content: var(--tw-content);
width: calc(var(--spacing) * 5);
}
&::after {
content: var(--tw-content);
background-image: url(//brass.ne.jp/lp/bridal-festa/wp-content/themes/brass-lp-festa/img/common/icon_mdi_chevron-down.svg);
}
&::after {
content: var(--tw-content);
background-size: cover;
}
&::after {
content: var(--tw-content);
background-repeat: no-repeat;
}
&::after {
content: var(--tw-content);
@media (width >= 64rem) {
top: calc(var(--spacing) * 3);
}
}
&::after {
content: var(--tw-content);
@media (width >= 64rem) {
right: calc(var(--spacing) * 3);
}
}
&::after {
content: var(--tw-content);
@media (width >= 64rem) {
width: calc(var(--spacing) * 6);
}
}
& .wpcf7-select {
display: block;
width: 100%;
appearance: none;
border-inline-style: var(--tw-border-style);
border-inline-width: 0px;
border-top-style: var(--tw-border-style);
border-top-width: 0px;
border-bottom-style: var(--tw-border-style);
border-bottom-width: 1px;
border-bottom-color: var(--color-primary);
background-image: none;
padding-inline: calc(var(--spacing) * 1.5);
padding-block: calc(var(--spacing) * 1);
font-size: var(--text-base);
line-height: var(--leading-loose);
--tw-tracking: var(--tracking-wider);
letter-spacing: var(--tracking-wider);
&:focus {
border-bottom-color: var(--color-rose-600);
}
&:focus {
--tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
@media (width >= 64rem) {
padding-inline: calc(var(--spacing) * 3);
}
@media (width >= 64rem) {
padding-block: calc(var(--spacing) * 2);
}
}
}
.wpcf7-list-item {
margin-left: calc(var(--spacing) * 0) !important;
display: block !important;
}
.submit-btn {
margin-inline: auto;
display: grid;
width: fit-content;
cursor: pointer;
grid-template-columns: 1.5rem auto 1.5rem;
align-items: center;
column-gap: calc(var(--spacing) * 2);
border-radius: calc(infinity * 1px);
border-style: var(--tw-border-style);
border-width: 4px;
border-color: var(--color-white);
--tw-gradient-position: to right in oklab;
background-image: linear-gradient(var(--tw-gradient-stops));
--tw-gradient-from: #F59E0B;
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
--tw-gradient-via: #D97706;
--tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
--tw-gradient-stops: var(--tw-gradient-via-stops);
--tw-gradient-to: #F97316;
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
padding-inline: calc(var(--spacing) * 4);
padding-block: calc(1.25rem - 2px);
text-align: center;
font-size: var(--text-lg);
line-height: 1;
--tw-font-weight: var(--font-weight-bold);
font-weight: var(--font-weight-bold);
--tw-tracking: var(--tracking-wider);
letter-spacing: var(--tracking-wider);
color: var(--color-white);
--tw-shadow: 0px 0px 24px 0px var(--tw-shadow-color, rgba(183,129,79,0.40));
box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
transition-property: all;
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
transition-duration: var(--tw-duration, var(--default-transition-duration));
--tw-ease: var(--ease-out);
transition-timing-function: var(--ease-out);
&::after {
content: var(--tw-content);
pointer-events: none;
}
&::after {
content: var(--tw-content);
display: block;
}
&::after {
content: var(--tw-content);
aspect-ratio: 1 / 1;
}
&::after {
content: var(--tw-content);
width: calc(var(--spacing) * 6);
}
&::after {
content: var(--tw-content);
background-image: url(//brass.ne.jp/lp/bridal-festa/wp-content/themes/brass-lp-festa/img/common/icon_mdi_arrow-right-circle_white.svg);
}
&::after {
content: var(--tw-content);
background-size: cover;
}
&::after {
content: var(--tw-content);
background-repeat: no-repeat;
}
&:hover {
@media (hover: hover) {
--tw-brightness: brightness(90%);
filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
}
&:active {
--tw-brightness: brightness(75%);
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,);
}
@media (width >= 64rem) {
grid-template-columns: 2rem auto 2rem;
}
@media (width >= 64rem) {
column-gap: calc(var(--spacing) * 4);
}
@media (width >= 64rem) {
border-style: var(--tw-border-style);
border-width: 5px;
}
@media (width >= 64rem) {
padding-inline: calc(var(--spacing) * 8);
}
@media (width >= 64rem) {
padding-block: calc(1.5rem - 2.5px);
}
@media (width >= 64rem) {
font-size: var(--text-2xl);
line-height: 1;
}
&::after {
content: var(--tw-content);
@media (width >= 64rem) {
width: calc(var(--spacing) * 8);
}
}
& .wpcf7-submit {
pointer-events: none;
grid-column-start: 2;
margin-block: calc(var(--spacing) * 0) !important;
}
}
.wpcf7-spinner {
display: none !important;
}
.wpcf7-not-valid-tip {
margin-top: calc(var(--spacing) * 1);
font-size: var(--text-xs) !important;
line-height: var(--leading-loose) !important;
--tw-font-weight: var(--font-weight-medium) !important;
font-weight: var(--font-weight-medium) !important;
color: var(--color-rose-600);
@media (width >= 64rem) {
font-size: var(--text-sm) !important;
line-height: var(--leading-loose) !important;
}
}
.wpcf7-response-output {
margin-inline: calc(var(--spacing) * 0) !important;
margin-bottom: calc(var(--spacing) * 0) !important;
border-radius: 0.25rem;
border-color: var(--color-rose-600) !important;
background-color: var(--color-white);
padding: calc(var(--spacing) * 4) !important;
font-size: var(--text-sm) !important;
line-height: var(--leading-loose) !important;
@media (width >= 64rem) {
padding: calc(var(--spacing) * 6) !important;
}
@media (width >= 64rem) {
font-size: var(--text-base) !important;
line-height: var(--leading-loose) !important;
}
}
.grecaptcha-badge {
visibility: hidden;
}
.cf7-cf-turnstile {
margin-right: auto;
margin-left: auto;
height: fit-content;
width: fit-content;
}
}
@layer utilities {
[x-cloak] {
display: none !important;
}
.palt {
font-feature-settings: "palt";
}
.vertical-rl {
writing-mode: vertical-rl;
}
.hover-opacity-down {
transition-property: opacity;
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
transition-duration: var(--tw-duration, var(--default-transition-duration));
--tw-ease: var(--ease-out);
transition-timing-function: var(--ease-out);
&:hover {
@media (hover: hover) {
opacity: 70%;
}
}
}
.hover-brightness-down {
transition-property: filter;
transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
transition-duration: var(--tw-duration, var(--default-transition-duration));
--tw-ease: var(--ease-out);
transition-timing-function: var(--ease-out);
&:hover {
@media (hover: hover) {
--tw-brightness: brightness(90%);
filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
}
}
&:active {
--tw-brightness: brightness(75%);
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,);
}
}
.marker-bg-accent {
display: inline;
--tw-gradient-position: to top in oklab;
background-image: linear-gradient(var(--tw-gradient-stops));
--tw-gradient-from: var(--color-bg-accent);
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
--tw-gradient-via: var(--color-bg-accent);
--tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
--tw-gradient-stops: var(--tw-gradient-via-stops);
--tw-gradient-via-position: 0.75rem;
--tw-gradient-to: transparent;
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
--tw-gradient-to-position: 0.75rem;
@media (width >= 64rem) {
--tw-gradient-via-position: 1rem;
}
@media (width >= 64rem) {
--tw-gradient-to-position: 1rem;
}
}
.marker-white-3 {
display: inline;
--tw-gradient-position: to top in oklab;
background-image: linear-gradient(var(--tw-gradient-stops));
--tw-gradient-from: var(--color-white);
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
--tw-gradient-via: var(--color-white);
--tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
--tw-gradient-stops: var(--tw-gradient-via-stops);
--tw-gradient-via-position: 0.5rem;
--tw-gradient-to: transparent;
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
--tw-gradient-to-position: 0.5rem;
@media (width >= 64rem) {
--tw-gradient-via-position: 0.75rem;
}
@media (width >= 64rem) {
--tw-gradient-to-position: 0.75rem;
}
}
.marker-white {
display: inline;
--tw-gradient-position: to top in oklab;
background-image: linear-gradient(var(--tw-gradient-stops));
--tw-gradient-from: var(--color-white);
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
--tw-gradient-via: var(--color-white);
--tw-gradient-via-stops: var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-via) var(--tw-gradient-via-position), var(--tw-gradient-to) var(--tw-gradient-to-position);
--tw-gradient-stops: var(--tw-gradient-via-stops);
--tw-gradient-via-position: 0.75rem;
--tw-gradient-to: transparent;
--tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
--tw-gradient-to-position: 0.75rem;
@media (width >= 64rem) {
--tw-gradient-via-position: 1rem;
}
@media (width >= 64rem) {
--tw-gradient-to-position: 1rem;
}
}
.triangle-down {
clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.stretched-link {
z-index: 1;
&::after {
content: var(--tw-content);
position: absolute;
}
&::after {
content: var(--tw-content);
inset: calc(var(--spacing) * 0);
}
&::after {
content: var(--tw-content);
display: block;
}
&::after {
content: var(--tw-content);
--tw-content: "";
content: var(--tw-content);
}
}
}
@layer base {
[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 {
appearance: none;
background-color: #fff;
border-color: oklch(55.1% 0.027 264.364);
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;
&: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: oklch(54.6% 0.245 262.881);
--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: oklch(54.6% 0.245 262.881);
}
}
input::placeholder,textarea::placeholder {
color: oklch(55.1% 0.027 264.364);
opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper {
padding: 0;
}
::-webkit-date-and-time-value {
min-height: 1.5em;
}
::-webkit-date-and-time-value {
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='oklch(55.1%25 0.027 264.364)' 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;
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;
print-color-adjust: unset;
}
[type='checkbox'],[type='radio'] {
appearance: none;
padding: 0;
print-color-adjust: exact;
display: inline-block;
vertical-align: middle;
background-origin: border-box;
user-select: none;
flex-shrink: 0;
height: 1rem;
width: 1rem;
color: oklch(54.6% 0.245 262.881);
background-color: #fff;
border-color: oklch(55.1% 0.027 264.364);
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: oklch(54.6% 0.245 262.881);
--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) {
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) {
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) {
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;
}
}
@property --tw-translate-x {
syntax: "*";
inherits: false;
initial-value: 0;
}
@property --tw-translate-y {
syntax: "*";
inherits: false;
initial-value: 0;
}
@property --tw-translate-z {
syntax: "*";
inherits: false;
initial-value: 0;
}
@property --tw-space-y-reverse {
syntax: "*";
inherits: false;
initial-value: 0;
}
@property --tw-divide-y-reverse {
syntax: "*";
inherits: false;
initial-value: 0;
}
@property --tw-border-style {
syntax: "*";
inherits: false;
initial-value: solid;
}
@property --tw-gradient-position {
syntax: "*";
inherits: false;
}
@property --tw-gradient-from {
syntax: "<color>";
inherits: false;
initial-value: #0000;
}
@property --tw-gradient-via {
syntax: "<color>";
inherits: false;
initial-value: #0000;
}
@property --tw-gradient-to {
syntax: "<color>";
inherits: false;
initial-value: #0000;
}
@property --tw-gradient-stops {
syntax: "*";
inherits: false;
}
@property --tw-gradient-via-stops {
syntax: "*";
inherits: false;
}
@property --tw-gradient-from-position {
syntax: "<length-percentage>";
inherits: false;
initial-value: 0%;
}
@property --tw-gradient-via-position {
syntax: "<length-percentage>";
inherits: false;
initial-value: 50%;
}
@property --tw-gradient-to-position {
syntax: "<length-percentage>";
inherits: false;
initial-value: 100%;
}
@property --tw-leading {
syntax: "*";
inherits: false;
}
@property --tw-font-weight {
syntax: "*";
inherits: false;
}
@property --tw-tracking {
syntax: "*";
inherits: false;
}
@property --tw-shadow {
syntax: "*";
inherits: false;
initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
syntax: "*";
inherits: false;
}
@property --tw-shadow-alpha {
syntax: "<percentage>";
inherits: false;
initial-value: 100%;
}
@property --tw-inset-shadow {
syntax: "*";
inherits: false;
initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
syntax: "*";
inherits: false;
}
@property --tw-inset-shadow-alpha {
syntax: "<percentage>";
inherits: false;
initial-value: 100%;
}
@property --tw-ring-color {
syntax: "*";
inherits: false;
}
@property --tw-ring-shadow {
syntax: "*";
inherits: false;
initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
syntax: "*";
inherits: false;
}
@property --tw-inset-ring-shadow {
syntax: "*";
inherits: false;
initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
syntax: "*";
inherits: false;
}
@property --tw-ring-offset-width {
syntax: "<length>";
inherits: false;
initial-value: 0px;
}
@property --tw-ring-offset-color {
syntax: "*";
inherits: false;
initial-value: #fff;
}
@property --tw-ring-offset-shadow {
syntax: "*";
inherits: false;
initial-value: 0 0 #0000;
}
@property --tw-outline-style {
syntax: "*";
inherits: false;
initial-value: solid;
}
@property --tw-blur {
syntax: "*";
inherits: false;
}
@property --tw-brightness {
syntax: "*";
inherits: false;
}
@property --tw-contrast {
syntax: "*";
inherits: false;
}
@property --tw-grayscale {
syntax: "*";
inherits: false;
}
@property --tw-hue-rotate {
syntax: "*";
inherits: false;
}
@property --tw-invert {
syntax: "*";
inherits: false;
}
@property --tw-opacity {
syntax: "*";
inherits: false;
}
@property --tw-saturate {
syntax: "*";
inherits: false;
}
@property --tw-sepia {
syntax: "*";
inherits: false;
}
@property --tw-drop-shadow {
syntax: "*";
inherits: false;
}
@property --tw-drop-shadow-color {
syntax: "*";
inherits: false;
}
@property --tw-drop-shadow-alpha {
syntax: "<percentage>";
inherits: false;
initial-value: 100%;
}
@property --tw-drop-shadow-size {
syntax: "*";
inherits: false;
}
@property --tw-backdrop-blur {
syntax: "*";
inherits: false;
}
@property --tw-backdrop-brightness {
syntax: "*";
inherits: false;
}
@property --tw-backdrop-contrast {
syntax: "*";
inherits: false;
}
@property --tw-backdrop-grayscale {
syntax: "*";
inherits: false;
}
@property --tw-backdrop-hue-rotate {
syntax: "*";
inherits: false;
}
@property --tw-backdrop-invert {
syntax: "*";
inherits: false;
}
@property --tw-backdrop-opacity {
syntax: "*";
inherits: false;
}
@property --tw-backdrop-saturate {
syntax: "*";
inherits: false;
}
@property --tw-backdrop-sepia {
syntax: "*";
inherits: false;
}
@property --tw-content {
syntax: "*";
initial-value: "";
inherits: false;
}
@property --tw-ease {
syntax: "*";
inherits: false;
}
@property --tw-duration {
syntax: "*";
inherits: false;
}
@layer properties {
@supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
*, ::before, ::after, ::backdrop {
--tw-translate-x: 0;
--tw-translate-y: 0;
--tw-translate-z: 0;
--tw-space-y-reverse: 0;
--tw-divide-y-reverse: 0;
--tw-border-style: solid;
--tw-gradient-position: initial;
--tw-gradient-from: #0000;
--tw-gradient-via: #0000;
--tw-gradient-to: #0000;
--tw-gradient-stops: initial;
--tw-gradient-via-stops: initial;
--tw-gradient-from-position: 0%;
--tw-gradient-via-position: 50%;
--tw-gradient-to-position: 100%;
--tw-leading: initial;
--tw-font-weight: initial;
--tw-tracking: initial;
--tw-shadow: 0 0 #0000;
--tw-shadow-color: initial;
--tw-shadow-alpha: 100%;
--tw-inset-shadow: 0 0 #0000;
--tw-inset-shadow-color: initial;
--tw-inset-shadow-alpha: 100%;
--tw-ring-color: initial;
--tw-ring-shadow: 0 0 #0000;
--tw-inset-ring-color: initial;
--tw-inset-ring-shadow: 0 0 #0000;
--tw-ring-inset: initial;
--tw-ring-offset-width: 0px;
--tw-ring-offset-color: #fff;
--tw-ring-offset-shadow: 0 0 #0000;
--tw-outline-style: solid;
--tw-blur: initial;
--tw-brightness: initial;
--tw-contrast: initial;
--tw-grayscale: initial;
--tw-hue-rotate: initial;
--tw-invert: initial;
--tw-opacity: initial;
--tw-saturate: initial;
--tw-sepia: initial;
--tw-drop-shadow: initial;
--tw-drop-shadow-color: initial;
--tw-drop-shadow-alpha: 100%;
--tw-drop-shadow-size: initial;
--tw-backdrop-blur: initial;
--tw-backdrop-brightness: initial;
--tw-backdrop-contrast: initial;
--tw-backdrop-grayscale: initial;
--tw-backdrop-hue-rotate: initial;
--tw-backdrop-invert: initial;
--tw-backdrop-opacity: initial;
--tw-backdrop-saturate: initial;
--tw-backdrop-sepia: initial;
--tw-content: "";
--tw-ease: initial;
--tw-duration: initial;
}
}
}[data-class="wpcf7cf_group"], .wpcf7cf_remove, .wpcf7cf_add {
display:none;
}
.wpcf7cf_repeater_sub {
margin-bottom: 20px;
}
.wpcf7cf_repeater_controls, .wpcf7cf_step_controls {
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin-top: 20px;
}
.wpcf7cf_multistep .wpcf7cf_step { width: 100%;
}
.wpcf7cf_multistep .wpcf7cf_step .step-title {
display: none;
}
.wpcf7cf_multistep .wpcf7cf_steps-dots {
display: flex;
width: 100%;
margin-bottom: 20px;
flex-wrap: wrap;
}
.wpcf7cf_multistep .wpcf7cf_steps-dots .dot .step-index {
display: inline-block;
border-radius: 50%;
background: #dfdfdf;
color: #000000;
width: 40px;
height: 40px;
line-height: 40px;
text-align: center;
}
.wpcf7cf_multistep .wpcf7cf_steps-dots .dot {
border-bottom: 5px solid #dfdfdf;
text-align: center;
flex: 1;
padding: 15px;
min-width: 120px;
}
.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.completed {
border-bottom: 5px solid #333;
}
.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.active {
border-bottom: 5px solid #333;
font-weight: bold;
}
.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.completed .step-index {
background-color: #333;
color: #ffffff;
}
.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.active .step-index {
background-color: #333;
color: #ffffff;
}
.wpcf7cf_step_controls .disabled {
pointer-events: none;
cursor: default;
opacity: .5;
}