/*! tailwindcss v4.1.18 | MIT License | https://tailwindcss.com */
@layer properties;
@layer theme, base, components, utilities;
@layer theme {
  :root, :host {
    --font-sans: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji",
      "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono",
      "Courier New", monospace;
    --color-gray-400: oklch(70.7% 0.022 261.325);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-sm: 0.875rem;
    --text-sm--line-height: calc(1.25 / 0.875);
    --text-base: 1rem;
    --text-base--line-height: 1.2;
    --text-lg: 1.125rem;
    --text-lg--line-height: 1.2;
    --text-xl: 1.25rem;
    --text-xl--line-height: 1.2;
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: 1.2;
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --text-6xl: 3.75rem;
    --text-6xl--line-height: 1.2;
    --text-8xl: 6rem;
    --text-8xl--line-height: 1;
    --font-weight-light: 300;
    --font-weight-normal: 400;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --font-weight-extrabold: 800;
    --tracking-tighter: -0.05em;
    --tracking-normal: 0em;
    --leading-normal: 1.5;
    --leading-relaxed: 1.625;
    --default-transition-duration: 150ms;
    --default-transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --color-theme-pink: #eb1f4d;
    --color-theme-red: #e63a19;
    --color-theme-blue: #0d1cf2;
    --body-bg: var(--color-white);
    --body-color: var(--color-black);
    --font-futura-nd: 'Futura ND', sans-serif;
    --font-futura-nd-cn: 'Futura ND Cn', sans-serif;
    --side-offset: 4vw;
  }
}
@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%;
    -moz-tab-size: 4;
    -o-tab-size: 4;
    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;
  }
  ::-moz-placeholder {
    opacity: 1;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::-moz-placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
    ::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;
  }
  ::-webkit-calendar-picker-indicator {
    line-height: 1;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    -webkit-appearance: button;
    -moz-appearance: button;
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .absolute {
    position: absolute;
  }
  .absolute\! {
    position: absolute !important;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .relative\! {
    position: relative !important;
  }
  .inset-0 {
    inset: calc(var(--spacing) * 0);
  }
  .inset-0\! {
    inset: calc(var(--spacing) * 0) !important;
  }
  .-top-\[0\.57143em\] {
    top: calc(0.57143em * -1);
  }
  .top-5\! {
    top: calc(var(--spacing) * 5) !important;
  }
  .isolate {
    isolation: isolate;
  }
  .col-1 {
    grid-column: 1;
  }
  .col-2 {
    grid-column: 2;
  }
  .col-span-full {
    grid-column: 1 / -1;
  }
  .container {
    width: 100%;
    @media (width >= 23.4375rem) {
      max-width: 23.4375rem;
    }
    @media (width >= 36rem) {
      max-width: 36rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 120rem) {
      max-width: 120rem;
    }
  }
  .m-5 {
    margin: calc(var(--spacing) * 5);
  }
  .my-5 {
    margin-block: calc(var(--spacing) * 5);
  }
  .my-6 {
    margin-block: calc(var(--spacing) * 6);
  }
  .ms-auto {
    margin-inline-start: auto;
  }
  .me-auto {
    margin-inline-end: auto;
  }
  .me-auto\! {
    margin-inline-end: auto !important;
  }
  .-mt-\(--mb\) {
    margin-top: calc(var(--mb) * -1);
  }
  .mt-0\.25 {
    margin-top: calc(var(--spacing) * 0.25);
  }
  .mt-0\.75 {
    margin-top: calc(var(--spacing) * 0.75);
  }
  .mt-20 {
    margin-top: calc(var(--spacing) * 20);
  }
  .-mb-\[0\.4em\] {
    margin-bottom: calc(0.4em * -1);
  }
  .-mb-\[0\.37em\] {
    margin-bottom: calc(0.37em * -1);
  }
  .-mb-\[0\.37em\]\! {
    margin-bottom: calc(0.37em * -1) !important;
  }
  .-mb-\[0\.41em\]\! {
    margin-bottom: calc(0.41em * -1) !important;
  }
  .mb-\(--mb\) {
    margin-bottom: var(--mb);
  }
  .mb-0 {
    margin-bottom: calc(var(--spacing) * 0);
  }
  .mb-0\! {
    margin-bottom: calc(var(--spacing) * 0) !important;
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-3\.75 {
    margin-bottom: calc(var(--spacing) * 3.75);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-5 {
    margin-bottom: calc(var(--spacing) * 5);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-6\! {
    margin-bottom: calc(var(--spacing) * 6) !important;
  }
  .mb-7\.5 {
    margin-bottom: calc(var(--spacing) * 7.5);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-8\! {
    margin-bottom: calc(var(--spacing) * 8) !important;
  }
  .mb-9\.5 {
    margin-bottom: calc(var(--spacing) * 9.5);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12\! {
    margin-bottom: calc(var(--spacing) * 12) !important;
  }
  .mb-15 {
    margin-bottom: calc(var(--spacing) * 15);
  }
  .mb-20 {
    margin-bottom: calc(var(--spacing) * 20);
  }
  .mb-21\.75 {
    margin-bottom: calc(var(--spacing) * 21.75);
  }
  .mb-\[0\.25em\] {
    margin-bottom: 0.25em;
  }
  .mb-\[0\.85em\] {
    margin-bottom: 0.85em;
  }
  .mb-\[0\.85em\]\! {
    margin-bottom: 0.85em !important;
  }
  .mb-\[1\.6em\] {
    margin-bottom: 1.6em;
  }
  .mb-\[1\.6em\]\! {
    margin-bottom: 1.6em !important;
  }
  .mb-\[1lh\] {
    margin-bottom: 1lh;
  }
  .mb-\[1lh\]\! {
    margin-bottom: 1lh !important;
  }
  .mb-\[4em\] {
    margin-bottom: 4em;
  }
  .mb-\[4em\]\! {
    margin-bottom: 4em !important;
  }
  .mb-\[6\.85em\] {
    margin-bottom: 6.85em;
  }
  .mb-auto {
    margin-bottom: auto;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .inline-flex {
    display: inline-flex;
  }
  .table {
    display: table;
  }
  .aspect-auto {
    aspect-ratio: auto;
  }
  .aspect-square {
    aspect-ratio: 1 / 1;
  }
  .size-5\.5 {
    width: calc(var(--spacing) * 5.5);
    height: calc(var(--spacing) * 5.5);
  }
  .size-6 {
    width: calc(var(--spacing) * 6);
    height: calc(var(--spacing) * 6);
  }
  .size-full {
    width: 100%;
    height: 100%;
  }
  .h-5 {
    height: calc(var(--spacing) * 5);
  }
  .h-\[78px\] {
    height: 78px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .h-full\! {
    height: 100% !important;
  }
  .min-h-dvh {
    min-height: 100dvh;
  }
  .min-h-svh {
    min-height: 100svh;
  }
  .w-1\/2 {
    width: calc(1/2 * 100%);
  }
  .w-2\.25 {
    width: calc(var(--spacing) * 2.25);
  }
  .w-full {
    width: 100%;
  }
  .w-full\! {
    width: 100% !important;
  }
  .max-w-54 {
    max-width: calc(var(--spacing) * 54);
  }
  .flex-1 {
    flex: 1;
  }
  .shrink-0 {
    flex-shrink: 0;
  }
  .shrink-0\! {
    flex-shrink: 0 !important;
  }
  .grow {
    flex-grow: 1;
  }
  .grow\! {
    flex-grow: 1 !important;
  }
  .basis-full\! {
    flex-basis: 100% !important;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .cursor-pointer\! {
    cursor: pointer !important;
  }
  .resize {
    resize: both;
  }
  .appearance-none {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
  }
  .appearance-none\! {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
  }
  .columns-2 {
    -moz-columns: 2;
    columns: 2;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-col-reverse {
    flex-direction: column-reverse;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-\[2\.22222em\] {
    gap: 2.22222em;
  }
  .gap-\[2em\] {
    gap: 2em;
  }
  .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)));
    }
  }
  .gap-x-2 {
    -moz-column-gap: calc(var(--spacing) * 2);
    column-gap: calc(var(--spacing) * 2);
  }
  .gap-x-5 {
    -moz-column-gap: calc(var(--spacing) * 5);
    column-gap: calc(var(--spacing) * 5);
  }
  .gap-x-7\.5 {
    -moz-column-gap: calc(var(--spacing) * 7.5);
    column-gap: calc(var(--spacing) * 7.5);
  }
  .gap-x-10 {
    -moz-column-gap: calc(var(--spacing) * 10);
    column-gap: calc(var(--spacing) * 10);
  }
  .gap-y-4 {
    row-gap: calc(var(--spacing) * 4);
  }
  .gap-y-5 {
    row-gap: calc(var(--spacing) * 5);
  }
  .gap-y-10 {
    row-gap: calc(var(--spacing) * 10);
  }
  .gap-y-\[1em\] {
    row-gap: 1em;
  }
  .gap-y-\[1lh\] {
    row-gap: 1lh;
  }
  .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)));
    }
  }
  .overflow-clip {
    overflow: clip;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-y-\[0\.5em\] {
    border-block-style: var(--tw-border-style);
    border-block-width: 0.5em;
  }
  .border-t {
    border-top-style: var(--tw-border-style);
    border-top-width: 1px;
  }
  .border-t-0\! {
    border-top-style: var(--tw-border-style) !important;
    border-top-width: 0px !important;
  }
  .border-t-2 {
    border-top-style: var(--tw-border-style);
    border-top-width: 2px;
  }
  .border-t-2\! {
    border-top-style: var(--tw-border-style) !important;
    border-top-width: 2px !important;
  }
  .border-t-3 {
    border-top-style: var(--tw-border-style);
    border-top-width: 3px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-\(--body-color\) {
    border-color: var(--body-color);
  }
  .border-\(--body-color\)\! {
    border-color: var(--body-color) !important;
  }
  .bg-\(--bg-color\) {
    background-color: var(--bg-color);
  }
  .bg-\(--body-color\) {
    background-color: var(--body-color);
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-current {
    background-color: currentcolor;
  }
  .bg-theme-blue {
    background-color: var(--color-theme-blue);
  }
  .bg-theme-pink {
    background-color: var(--color-theme-pink);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-\(image\:--bg-image\) {
    background-image: var(--bg-image);
  }
  .bg-\[linear-gradient\(in_hsl_longer_hue_90deg\,_\#ffff00_0\,_\#00ff00_100\%\)\] {
    background-image: linear-gradient(in hsl longer hue 90deg, #ffff00 0, #00ff00 100%);
  }
  .bg-\[url\(\/img\/mountains\.jpg\)\] {
    background-image: url(/img/mountains.jpg);
  }
  .mask-\[url\(\.\.\/images\/ico-light-mode-white\.svg\)\] {
    -webkit-mask-image: url(../images/ico-light-mode-white.svg);
    mask-image: url(../images/ico-light-mode-white.svg);
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-center {
    background-position: center;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .mask-contain {
    -webkit-mask-size: contain;
    mask-size: contain;
  }
  .mask-no-repeat {
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
  }
  .fill-theme-pink {
    fill: var(--color-theme-pink);
  }
  .px-\[1em\] {
    padding-inline: 1em;
  }
  .py-0\! {
    padding-block: calc(var(--spacing) * 0) !important;
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-2\.75 {
    padding-block: calc(var(--spacing) * 2.75);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .py-3\.25 {
    padding-block: calc(var(--spacing) * 3.25);
  }
  .py-3\.25\! {
    padding-block: calc(var(--spacing) * 3.25) !important;
  }
  .py-3\.75 {
    padding-block: calc(var(--spacing) * 3.75);
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-4\.5 {
    padding-block: calc(var(--spacing) * 4.5);
  }
  .py-4\.75 {
    padding-block: calc(var(--spacing) * 4.75);
  }
  .py-6\.75 {
    padding-block: calc(var(--spacing) * 6.75);
  }
  .py-10 {
    padding-block: calc(var(--spacing) * 10);
  }
  .py-10\.5 {
    padding-block: calc(var(--spacing) * 10.5);
  }
  .pe-5 {
    padding-inline-end: calc(var(--spacing) * 5);
  }
  .pe-\[2\.22222em\] {
    padding-inline-end: 2.22222em;
  }
  .pt-5\.25 {
    padding-top: calc(var(--spacing) * 5.25);
  }
  .pt-10 {
    padding-top: calc(var(--spacing) * 10);
  }
  .pt-12 {
    padding-top: calc(var(--spacing) * 12);
  }
  .pt-20 {
    padding-top: calc(var(--spacing) * 20);
  }
  .pt-27\.5 {
    padding-top: calc(var(--spacing) * 27.5);
  }
  .pt-40 {
    padding-top: calc(var(--spacing) * 40);
  }
  .pt-\[0\.7em\] {
    padding-top: 0.7em;
  }
  .pt-\[0\.75em\] {
    padding-top: 0.75em;
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .pb-6\.75 {
    padding-bottom: calc(var(--spacing) * 6.75);
  }
  .pb-19\.25 {
    padding-bottom: calc(var(--spacing) * 19.25);
  }
  .pb-\[1em\] {
    padding-bottom: 1em;
  }
  .pb-\[9em\] {
    padding-bottom: 9em;
  }
  .text-center {
    text-align: center;
  }
  .text-end {
    text-align: end;
  }
  .text-right {
    text-align: right;
  }
  .text-start {
    text-align: start;
  }
  .align-top {
    vertical-align: top;
  }
  .font-\(family-name\:--ff\) {
    font-family: var(--ff);
  }
  .font-futura-nd {
    font-family: var(--font-futura-nd);
  }
  .font-futura-nd\! {
    font-family: var(--font-futura-nd) !important;
  }
  .font-futura-nd-cn {
    font-family: var(--font-futura-nd-cn);
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-8xl {
    font-size: var(--text-8xl);
    line-height: var(--tw-leading, var(--text-8xl--line-height));
  }
  .text-\[0\.9em\]\/\[1\.33334\] {
    font-size: 0.9em;
    line-height: 1.33334;
  }
  .text-\[0\.9em\]\/\[1\.33334\]\! {
    font-size: 0.9em !important;
    line-height: 1.33334 !important;
  }
  .text-\[2\.5em\]\/\[1\.16667\] {
    font-size: 2.5em;
    line-height: 1.16667;
  }
  .text-\[2\.5em\]\/\[1\.16667\]\! {
    font-size: 2.5em !important;
    line-height: 1.16667 !important;
  }
  .text-\[3\.6em\]\/\[1\] {
    font-size: 3.6em;
    line-height: 1;
  }
  .text-\[3\.6em\]\/\[1\]\! {
    font-size: 3.6em !important;
    line-height: 1 !important;
  }
  .text-\[15px\]\/\[1\.2\] {
    font-size: 15px;
    line-height: 1.2;
  }
  .text-\[16px\]\/\[1\.5625\] {
    font-size: 16px;
    line-height: 1.5625;
  }
  .text-\[18px\]\/\[1\.33334\] {
    font-size: 18px;
    line-height: 1.33334;
  }
  .text-\[25px\]\/\[1\.18334\]\! {
    font-size: 25px !important;
    line-height: 1.18334 !important;
  }
  .text-\[180px\]\/none {
    font-size: 180px;
    line-height: 1;
  }
  .text-lg\! {
    font-size: var(--text-lg) !important;
    line-height: var(--tw-leading, var(--text-lg--line-height)) !important;
  }
  .text-lg\/\[1\.2222222222\] {
    font-size: var(--text-lg);
    line-height: 1.2222222222;
  }
  .text-lg\/normal {
    font-size: var(--text-lg);
    line-height: var(--leading-normal);
  }
  .text-xl\! {
    font-size: var(--text-xl) !important;
    line-height: var(--tw-leading, var(--text-xl--line-height)) !important;
  }
  .text-\(length\:--cur-font-s\)\! {
    font-size: var(--cur-font-s) !important;
  }
  .text-\(length\:--f-size\) {
    font-size: var(--f-size);
  }
  .text-\(length\:--f-size\)\! {
    font-size: var(--f-size) !important;
  }
  .text-\[0\.58333em\] {
    font-size: 0.58333em;
  }
  .text-\[5\.75vw\]\! {
    font-size: 5.75vw !important;
  }
  .text-\[7\.8vw\] {
    font-size: 7.8vw;
  }
  .text-\[24\.07vw\] {
    font-size: 24.07vw;
  }
  .text-\[37\.3vw\] {
    font-size: 37.3vw;
  }
  .text-\[length\:inherit\]\! {
    font-size: inherit !important;
  }
  .leading-\[1\.3125\]\! {
    --tw-leading: 1.3125 !important;
    line-height: 1.3125 !important;
  }
  .leading-\[1\.059322\] {
    --tw-leading: 1.059322;
    line-height: 1.059322;
  }
  .leading-\[1\.3333333333\] {
    --tw-leading: 1.3333333333;
    line-height: 1.3333333333;
  }
  .leading-\[1\.4444444444\] {
    --tw-leading: 1.4444444444;
    line-height: 1.4444444444;
  }
  .leading-\[1\]\! {
    --tw-leading: 1 !important;
    line-height: 1 !important;
  }
  .leading-\[inherit\]\! {
    --tw-leading: inherit !important;
    line-height: inherit !important;
  }
  .leading-normal {
    --tw-leading: var(--leading-normal);
    line-height: var(--leading-normal);
  }
  .font-\(--cur-font-w\)\! {
    --tw-font-weight: var(--cur-font-w) !important;
    font-weight: var(--cur-font-w) !important;
  }
  .font-\(lenght\:--fw\) {
    --tw-font-weight: var(--fw);
    font-weight: var(--fw);
  }
  .font-\[lenght\:inherit\]\! {
    --tw-font-weight: inherit !important;
    font-weight: inherit !important;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-bold\! {
    --tw-font-weight: var(--font-weight-bold) !important;
    font-weight: var(--font-weight-bold) !important;
  }
  .font-extrabold {
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
  }
  .font-extrabold\! {
    --tw-font-weight: var(--font-weight-extrabold) !important;
    font-weight: var(--font-weight-extrabold) !important;
  }
  .font-light {
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
  }
  .font-light\! {
    --tw-font-weight: var(--font-weight-light) !important;
    font-weight: var(--font-weight-light) !important;
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-medium\! {
    --tw-font-weight: var(--font-weight-medium) !important;
    font-weight: var(--font-weight-medium) !important;
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-normal\! {
    --tw-font-weight: var(--font-weight-normal) !important;
    font-weight: var(--font-weight-normal) !important;
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .font-semibold\! {
    --tw-font-weight: var(--font-weight-semibold) !important;
    font-weight: var(--font-weight-semibold) !important;
  }
  .-tracking-\[0\.04em\] {
    --tw-tracking: calc(0.04em * -1);
    letter-spacing: calc(0.04em * -1);
  }
  .-tracking-\[0\.04em\]\! {
    --tw-tracking: calc(0.04em * -1) !important;
    letter-spacing: calc(0.04em * -1) !important;
  }
  .tracking-normal\! {
    --tw-tracking: var(--tracking-normal) !important;
    letter-spacing: var(--tracking-normal) !important;
  }
  .text-\(--body-bg\) {
    color: var(--body-bg);
  }
  .text-\(--text-color\) {
    color: var(--text-color);
  }
  .text-\(--title-color\)\! {
    color: var(--title-color) !important;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-black\! {
    color: var(--color-black) !important;
  }
  .text-gray-400 {
    color: var(--color-gray-400);
  }
  .text-theme-pink {
    color: var(--color-theme-pink);
  }
  .text-theme-pink\! {
    color: var(--color-theme-pink) !important;
  }
  .text-white {
    color: var(--color-white);
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .uppercase\! {
    text-transform: uppercase !important;
  }
  .\[font-style\:var\(--fs\)\] {
    font-style: var(--fs);
  }
  .italic {
    font-style: italic;
  }
  .italic\! {
    font-style: italic !important;
  }
  .not-italic\! {
    font-style: normal !important;
  }
  .lining-nums {
    --tw-numeric-figure: lining-nums;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .oldstyle-nums {
    --tw-numeric-figure: oldstyle-nums;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .proportional-nums {
    --tw-numeric-spacing: proportional-nums;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .tabular-nums {
    --tw-numeric-spacing: tabular-nums;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  }
  .underline {
    text-decoration-line: underline;
  }
  .decoration-theme-pink {
    text-decoration-color: var(--color-theme-pink);
  }
  .decoration-1 {
    text-decoration-thickness: 1px;
  }
  .underline-offset-4 {
    text-underline-offset: 4px;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-0\! {
    opacity: 0% !important;
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .blur {
    --tw-blur: blur(8px);
    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,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, backdrop-filter, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .\[font-variant\:small-caps\] {
    font-variant: small-caps;
  }
  .\*\:flex {
    :is(& > *) {
      display: flex;
    }
  }
  .\*\:grid {
    :is(& > *) {
      display: grid;
    }
  }
  .\*\:items-center {
    :is(& > *) {
      align-items: center;
    }
  }
  .\*\:justify-center {
    :is(& > *) {
      justify-content: center;
    }
  }
  .\*\:gap-x-5 {
    :is(& > *) {
      -moz-column-gap: calc(var(--spacing) * 5);
      column-gap: calc(var(--spacing) * 5);
    }
  }
  .\*\:gap-x-\[1\.5em\] {
    :is(& > *) {
      -moz-column-gap: 1.5em;
      column-gap: 1.5em;
    }
  }
  .\*\:gap-y-\[0\.5em\] {
    :is(& > *) {
      row-gap: 0.5em;
    }
  }
  .\*\:border-b {
    :is(& > *) {
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 1px;
    }
  }
  .\*\:pt-3\.25 {
    :is(& > *) {
      padding-top: calc(var(--spacing) * 3.25);
    }
  }
  .\*\:pt-\[0\.4em\] {
    :is(& > *) {
      padding-top: 0.4em;
    }
  }
  .\*\:pb-2\.5 {
    :is(& > *) {
      padding-bottom: calc(var(--spacing) * 2.5);
    }
  }
  .\*\:pb-\[0\.5em\] {
    :is(& > *) {
      padding-bottom: 0.5em;
    }
  }
  .before\:absolute {
    &::before {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .before\:top-1\/2 {
    &::before {
      content: var(--tw-content);
      top: calc(1/2 * 100%);
    }
  }
  .before\:left-1\/2 {
    &::before {
      content: var(--tw-content);
      left: calc(1/2 * 100%);
    }
  }
  .before\:w-full {
    &::before {
      content: var(--tw-content);
      width: 100%;
    }
  }
  .before\:-translate-1\/2 {
    &::before {
      content: var(--tw-content);
      --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);
    }
  }
  .before\:border-t-2 {
    &::before {
      content: var(--tw-content);
      border-top-style: var(--tw-border-style);
      border-top-width: 2px;
    }
  }
  .after\:pointer-events-none {
    &::after {
      content: var(--tw-content);
      pointer-events: none;
    }
  }
  .after\:absolute {
    &::after {
      content: var(--tw-content);
      position: absolute;
    }
  }
  .after\:-end-1 {
    &::after {
      content: var(--tw-content);
      inset-inline-end: calc(var(--spacing) * -1);
    }
  }
  .after\:top-1\/2 {
    &::after {
      content: var(--tw-content);
      top: calc(1/2 * 100%);
    }
  }
  .after\:left-1\/2 {
    &::after {
      content: var(--tw-content);
      left: calc(1/2 * 100%);
    }
  }
  .after\:h-5 {
    &::after {
      content: var(--tw-content);
      height: calc(var(--spacing) * 5);
    }
  }
  .after\:w-2\.5 {
    &::after {
      content: var(--tw-content);
      width: calc(var(--spacing) * 2.5);
    }
  }
  .after\:w-\[93\.5\%\] {
    &::after {
      content: var(--tw-content);
      width: 93.5%;
    }
  }
  .after\:-translate-1\/2 {
    &::after {
      content: var(--tw-content);
      --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);
    }
  }
  .after\:rotate-90 {
    &::after {
      content: var(--tw-content);
      rotate: 90deg;
    }
  }
  .after\:border-t-2 {
    &::after {
      content: var(--tw-content);
      border-top-style: var(--tw-border-style);
      border-top-width: 2px;
    }
  }
  .after\:bg-theme-pink {
    &::after {
      content: var(--tw-content);
      background-color: var(--color-theme-pink);
    }
  }
  .after\:mask-\[url\(\.\.\/images\/ico-arrow-down-red\.svg\)\] {
    &::after {
      content: var(--tw-content);
      -webkit-mask-image: url(../images/ico-arrow-down-red.svg);
      mask-image: url(../images/ico-arrow-down-red.svg);
    }
  }
  .after\:mask-contain {
    &::after {
      content: var(--tw-content);
      -webkit-mask-size: contain;
      mask-size: contain;
    }
  }
  .after\:mask-no-repeat {
    &::after {
      content: var(--tw-content);
      -webkit-mask-repeat: no-repeat;
      mask-repeat: no-repeat;
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .max-lg\:text-\[5\.867vw\]\! {
    @media (width < 64rem) {
      font-size: 5.867vw !important;
    }
  }
  .min-\[1560px\]\:grid-cols-2 {
    @media (width >= 1560px) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 23.4375rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lsm\:grid-cols-2 {
    @media (width >= 36rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lsm\:text-\[30px\]\/\[1\.18334\]\! {
    @media (width >= 36rem) {
      font-size: 30px !important;
      line-height: 1.18334 !important;
    }
  }
  .\*\:lsm\:grid-cols-2 {
    :is(& > *) {
      @media (width >= 36rem) {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }
  }
  .md\:col-span-2 {
    @media (width >= 48rem) {
      grid-column: span 2 / span 2;
    }
  }
  .md\:mb-0 {
    @media (width >= 48rem) {
      margin-bottom: calc(var(--spacing) * 0);
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:h-\[107px\] {
    @media (width >= 48rem) {
      height: 107px;
    }
  }
  .md\:w-2\/3 {
    @media (width >= 48rem) {
      width: calc(2/3 * 100%);
    }
  }
  .md\:w-auto {
    @media (width >= 48rem) {
      width: auto;
    }
  }
  .md\:flex-1 {
    @media (width >= 48rem) {
      flex: 1;
    }
  }
  .md\:grow {
    @media (width >= 48rem) {
      flex-grow: 1;
    }
  }
  .md\:grid-cols-2 {
    @media (width >= 48rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:flex-row-reverse {
    @media (width >= 48rem) {
      flex-direction: row-reverse;
    }
  }
  .md\:flex-nowrap {
    @media (width >= 48rem) {
      flex-wrap: nowrap;
    }
  }
  .md\:flex-wrap {
    @media (width >= 48rem) {
      flex-wrap: wrap;
    }
  }
  .md\:items-end {
    @media (width >= 48rem) {
      align-items: flex-end;
    }
  }
  .md\:gap-5 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .md\:space-y-12\.25 {
    @media (width >= 48rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 12.25) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 12.25) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .md\:gap-x-5 {
    @media (width >= 48rem) {
      -moz-column-gap: calc(var(--spacing) * 5);
      column-gap: calc(var(--spacing) * 5);
    }
  }
  .md\:gap-x-10 {
    @media (width >= 48rem) {
      -moz-column-gap: calc(var(--spacing) * 10);
      column-gap: calc(var(--spacing) * 10);
    }
  }
  .md\:pt-15 {
    @media (width >= 48rem) {
      padding-top: calc(var(--spacing) * 15);
    }
  }
  .md\:pb-22 {
    @media (width >= 48rem) {
      padding-bottom: calc(var(--spacing) * 22);
    }
  }
  .md\:text-center {
    @media (width >= 48rem) {
      text-align: center;
    }
  }
  .md\:text-\[3em\]\/\[1\.16667\] {
    @media (width >= 48rem) {
      font-size: 3em;
      line-height: 1.16667;
    }
  }
  .md\:text-\[3em\]\/\[1\.16667\]\! {
    @media (width >= 48rem) {
      font-size: 3em !important;
      line-height: 1.16667 !important;
    }
  }
  .md\:text-\[40px\]\/\[1\.18334\]\! {
    @media (width >= 48rem) {
      font-size: 40px !important;
      line-height: 1.18334 !important;
    }
  }
  .md\:text-lg {
    @media (width >= 48rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
  }
  .md\:max-xl\:basis-full {
    @media (width >= 48rem) {
      @media (width < 80rem) {
        flex-basis: 100%;
      }
    }
  }
  .md\:max-xl\:flex-wrap {
    @media (width >= 48rem) {
      @media (width < 80rem) {
        flex-wrap: wrap;
      }
    }
  }
  .lg\:col-span-2 {
    @media (width >= 64rem) {
      grid-column: span 2 / span 2;
    }
  }
  .lg\:mx-11\.5 {
    @media (width >= 64rem) {
      margin-inline: calc(var(--spacing) * 11.5);
    }
  }
  .lg\:my-10 {
    @media (width >= 64rem) {
      margin-block: calc(var(--spacing) * 10);
    }
  }
  .lg\:my-13\.5 {
    @media (width >= 64rem) {
      margin-block: calc(var(--spacing) * 13.5);
    }
  }
  .lg\:ms-0 {
    @media (width >= 64rem) {
      margin-inline-start: calc(var(--spacing) * 0);
    }
  }
  .lg\:mt-0\.75 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 0.75);
    }
  }
  .lg\:mt-10 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 10);
    }
  }
  .lg\:mt-16\.75 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 16.75);
    }
  }
  .lg\:mb-3\.75 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 3.75);
    }
  }
  .lg\:mb-5 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 5);
    }
  }
  .lg\:mb-6\.75 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 6.75);
    }
  }
  .lg\:mb-7\.5 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 7.5);
    }
  }
  .lg\:mb-10 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 10);
    }
  }
  .lg\:mb-10\! {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 10) !important;
    }
  }
  .lg\:mb-13\.5 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 13.5);
    }
  }
  .lg\:mb-16\.75 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 16.75);
    }
  }
  .lg\:mb-17\.5 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 17.5);
    }
  }
  .lg\:mb-33 {
    @media (width >= 64rem) {
      margin-bottom: calc(var(--spacing) * 33);
    }
  }
  .lg\:grid {
    @media (width >= 64rem) {
      display: grid;
    }
  }
  .lg\:h-\[90px\] {
    @media (width >= 64rem) {
      height: 90px;
    }
  }
  .lg\:w-1\/2 {
    @media (width >= 64rem) {
      width: calc(1/2 * 100%);
    }
  }
  .lg\:w-1\/3 {
    @media (width >= 64rem) {
      width: calc(1/3 * 100%);
    }
  }
  .lg\:w-2\.75 {
    @media (width >= 64rem) {
      width: calc(var(--spacing) * 2.75);
    }
  }
  .lg\:w-2\/3 {
    @media (width >= 64rem) {
      width: calc(2/3 * 100%);
    }
  }
  .lg\:w-\[63\.8\%\] {
    @media (width >= 64rem) {
      width: 63.8%;
    }
  }
  .lg\:grow {
    @media (width >= 64rem) {
      flex-grow: 1;
    }
  }
  .lg\:columns-3 {
    @media (width >= 64rem) {
      -moz-columns: 3;
      columns: 3;
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:items-center {
    @media (width >= 64rem) {
      align-items: center;
    }
  }
  .lg\:items-end {
    @media (width >= 64rem) {
      align-items: flex-end;
    }
  }
  .lg\:justify-between {
    @media (width >= 64rem) {
      justify-content: space-between;
    }
  }
  .lg\:gap-11 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 11);
    }
  }
  .lg\:space-y-10\.25 {
    @media (width >= 64rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 10.25) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 10.25) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .lg\:space-y-12\.25 {
    @media (width >= 64rem) {
      :where(& > :not(:last-child)) {
        --tw-space-y-reverse: 0;
        margin-block-start: calc(calc(var(--spacing) * 12.25) * var(--tw-space-y-reverse));
        margin-block-end: calc(calc(var(--spacing) * 12.25) * calc(1 - var(--tw-space-y-reverse)));
      }
    }
  }
  .lg\:gap-x-5 {
    @media (width >= 64rem) {
      -moz-column-gap: calc(var(--spacing) * 5);
      column-gap: calc(var(--spacing) * 5);
    }
  }
  .lg\:gap-x-6\.5 {
    @media (width >= 64rem) {
      -moz-column-gap: calc(var(--spacing) * 6.5);
      column-gap: calc(var(--spacing) * 6.5);
    }
  }
  .lg\:gap-x-10 {
    @media (width >= 64rem) {
      -moz-column-gap: calc(var(--spacing) * 10);
      column-gap: calc(var(--spacing) * 10);
    }
  }
  .lg\:gap-x-11 {
    @media (width >= 64rem) {
      -moz-column-gap: calc(var(--spacing) * 11);
      column-gap: calc(var(--spacing) * 11);
    }
  }
  .lg\:border-t-3 {
    @media (width >= 64rem) {
      border-top-style: var(--tw-border-style);
      border-top-width: 3px;
    }
  }
  .lg\:px-5 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 5);
    }
  }
  .lg\:ps-6\.5 {
    @media (width >= 64rem) {
      padding-inline-start: calc(var(--spacing) * 6.5);
    }
  }
  .lg\:pt-40 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 40);
    }
  }
  .lg\:pb-43 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 43);
    }
  }
  .lg\:text-center {
    @media (width >= 64rem) {
      text-align: center;
    }
  }
  .lg\:text-end {
    @media (width >= 64rem) {
      text-align: end;
    }
  }
  .lg\:text-4xl\! {
    @media (width >= 64rem) {
      font-size: var(--text-4xl) !important;
      line-height: var(--tw-leading, var(--text-4xl--line-height)) !important;
    }
  }
  .lg\:text-\[50px\]\/\[1\.18334\]\! {
    @media (width >= 64rem) {
      font-size: 50px !important;
      line-height: 1.18334 !important;
    }
  }
  .lg\:text-\[220px\]\/\[0\.6\] {
    @media (width >= 64rem) {
      font-size: 220px;
      line-height: 0.6;
    }
  }
  .lg\:text-xl {
    @media (width >= 64rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .lg\:text-\[64px\] {
    @media (width >= 64rem) {
      font-size: 64px;
    }
  }
  .lg\:leading-7\.5 {
    @media (width >= 64rem) {
      --tw-leading: calc(var(--spacing) * 7.5);
      line-height: calc(var(--spacing) * 7.5);
    }
  }
  .lg\:tracking-\[0\.015em\] {
    @media (width >= 64rem) {
      --tw-tracking: 0.015em;
      letter-spacing: 0.015em;
    }
  }
  .lg\:decoration-2 {
    @media (width >= 64rem) {
      text-decoration-thickness: 2px;
    }
  }
  .lg\:first\:ps-0 {
    @media (width >= 64rem) {
      &:first-child {
        padding-inline-start: calc(var(--spacing) * 0);
      }
    }
  }
  .lg\:first\:text-start {
    @media (width >= 64rem) {
      &:first-child {
        text-align: start;
      }
    }
  }
  .lg\:last\:pe-0 {
    @media (width >= 64rem) {
      &:last-child {
        padding-inline-end: calc(var(--spacing) * 0);
      }
    }
  }
  .lg\:last\:text-end {
    @media (width >= 64rem) {
      &:last-child {
        text-align: end;
      }
    }
  }
  .xl\:col-span-1 {
    @media (width >= 80rem) {
      grid-column: span 1 / span 1;
    }
  }
  .xl\:col-span-2 {
    @media (width >= 80rem) {
      grid-column: span 2 / span 2;
    }
  }
  .xl\:mb-15\.25\! {
    @media (width >= 80rem) {
      margin-bottom: calc(var(--spacing) * 15.25) !important;
    }
  }
  .xl\:mb-16 {
    @media (width >= 80rem) {
      margin-bottom: calc(var(--spacing) * 16);
    }
  }
  .xl\:mb-30 {
    @media (width >= 80rem) {
      margin-bottom: calc(var(--spacing) * 30);
    }
  }
  .xl\:aspect-square {
    @media (width >= 80rem) {
      aspect-ratio: 1 / 1;
    }
  }
  .xl\:h-\[96px\] {
    @media (width >= 80rem) {
      height: 96px;
    }
  }
  .xl\:flex-1 {
    @media (width >= 80rem) {
      flex: 1;
    }
  }
  .xl\:columns-6 {
    @media (width >= 80rem) {
      -moz-columns: 6;
      columns: 6;
    }
  }
  .xl\:grid-cols-3 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .xl\:grid-cols-4 {
    @media (width >= 80rem) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }
  .xl\:gap-10 {
    @media (width >= 80rem) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .xl\:gap-x-10 {
    @media (width >= 80rem) {
      -moz-column-gap: calc(var(--spacing) * 10);
      column-gap: calc(var(--spacing) * 10);
    }
  }
  .xl\:gap-x-11 {
    @media (width >= 80rem) {
      -moz-column-gap: calc(var(--spacing) * 11);
      column-gap: calc(var(--spacing) * 11);
    }
  }
  .xl\:px-22\.5 {
    @media (width >= 80rem) {
      padding-inline: calc(var(--spacing) * 22.5);
    }
  }
  .xl\:pt-\[2lh\] {
    @media (width >= 80rem) {
      padding-top: 2lh;
    }
  }
  .xl\:text-right {
    @media (width >= 80rem) {
      text-align: right;
    }
  }
  .xl\:text-\[60px\]\/\[1\.18334\]\! {
    @media (width >= 80rem) {
      font-size: 60px !important;
      line-height: 1.18334 !important;
    }
  }
  .xl\:text-\[35\.25rem\] {
    @media (width >= 80rem) {
      font-size: 35.25rem;
    }
  }
  .xl\:text-\[36\.4rem\] {
    @media (width >= 80rem) {
      font-size: 36.4rem;
    }
  }
  .xl\:text-\[87px\] {
    @media (width >= 80rem) {
      font-size: 87px;
    }
  }
  .xl\:text-\[87px\]\! {
    @media (width >= 80rem) {
      font-size: 87px !important;
    }
  }
  .xl\:text-\[118px\] {
    @media (width >= 80rem) {
      font-size: 118px;
    }
  }
  .\32 xl\:mb-0\.75 {
    @media (width >= 120rem) {
      margin-bottom: calc(var(--spacing) * 0.75);
    }
  }
  .\32 xl\:w-\[64\.4\%\] {
    @media (width >= 120rem) {
      width: 64.4%;
    }
  }
  .\32 xl\:grid-cols-2 {
    @media (width >= 120rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .\32 xl\:text-4xl {
    @media (width >= 120rem) {
      font-size: var(--text-4xl);
      line-height: var(--tw-leading, var(--text-4xl--line-height));
    }
  }
  .\32 xl\:text-4xl\/12 {
    @media (width >= 120rem) {
      font-size: var(--text-4xl);
      line-height: calc(var(--spacing) * 12);
    }
  }
  .\32 xl\:text-\[20px\]\/\[1\.2\] {
    @media (width >= 120rem) {
      font-size: 20px;
      line-height: 1.2;
    }
  }
  .\32 xl\:text-\[390px\]\/\[0\.7435897436\] {
    @media (width >= 120rem) {
      font-size: 390px;
      line-height: 0.7435897436;
    }
  }
}
:root, :host {
  &:where([data-theme=dark], [data-theme=dark] *) {
    --body-color: var(--color-white);
    --body-bg: var(--color-black);
  }
}
@layer utilities {
  .container {
    margin-inline: auto;
    max-width: 100%;
    padding-inline: var(--side-offset);
    @media (width >= 64rem) {
      --side-offset: 2vw;
    }
  }
  .arrow-down {
    padding-inline-end: calc(var(--spacing) * 4.5);
    &::after {
      content: var(--tw-content);
      pointer-events: none;
    }
    &::after {
      content: var(--tw-content);
      position: absolute;
    }
    &::after {
      content: var(--tw-content);
      inset-inline-end: calc(var(--spacing) * -1);
    }
    &::after {
      content: var(--tw-content);
      top: calc(1/2 * 100%);
    }
    &::after {
      content: var(--tw-content);
      height: calc(var(--spacing) * 4);
    }
    &::after {
      content: var(--tw-content);
      width: calc(var(--spacing) * 2.25);
    }
    &::after {
      content: var(--tw-content);
      --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);
    }
    &::after {
      content: var(--tw-content);
      background-color: var(--color-theme-pink);
    }
    &::after {
      content: var(--tw-content);
      -webkit-mask-image: url(../images/ico-arrow-down-red.svg);
      mask-image: url(../images/ico-arrow-down-red.svg);
    }
    &::after {
      content: var(--tw-content);
      -webkit-mask-size: contain;
      mask-size: contain;
    }
    &::after {
      content: var(--tw-content);
      -webkit-mask-repeat: no-repeat;
      mask-repeat: no-repeat;
    }
    @media (width >= 64rem) {
      &::after {
        content: var(--tw-content);
        height: calc(var(--spacing) * 5);
      }
    }
    @media (width >= 64rem) {
      &::after {
        content: var(--tw-content);
        width: calc(var(--spacing) * 2.75);
      }
    }
  }
}
@layer components {
  body {
    overflow-x: clip;
    background-color: var(--body-bg);
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    color: var(--body-color);
    @media (width >= 48rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
    @media (width >= 64rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
  .opentype-features {
    .alternates-block {
      @media (width >= 64rem) {
        position: relative;
      }
      .large-preview {
        pointer-events: none;
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding-top: 0.06827309237em;
        font-size: 8.125em;
        line-height: 1.2;
        @media (width >= 64rem) {
          position: absolute;
        }
        @media (width >= 64rem) {
          inset-block: calc(var(--spacing) * 0);
        }
        @media (width >= 64rem) {
          inset-inline-end: calc(var(--spacing) * 0);
        }
        @media (width >= 64rem) {
          width: calc(100% - 32.5% - 20px);
        }
        @media (width >= 64rem) {
          opacity: 0%;
        }
        &::before {
          content: var(--tw-content);
          position: absolute;
        }
        &::before {
          content: var(--tw-content);
          inset-inline-start: calc(var(--spacing) * 0);
        }
        &::before {
          content: var(--tw-content);
          top: calc(1/2 * 100%);
        }
        &::before {
          content: var(--tw-content);
          margin-top: calc(0.4417670683em * -1);
        }
        &::before {
          content: var(--tw-content);
          height: calc(var(--spacing) * 0.25);
        }
        &::before {
          content: var(--tw-content);
          width: 100%;
        }
        &::before {
          content: var(--tw-content);
          background-color: currentcolor;
        }
        &::after {
          content: var(--tw-content);
          position: absolute;
        }
        &::after {
          content: var(--tw-content);
          inset-inline-start: calc(var(--spacing) * 0);
        }
        &::after {
          content: var(--tw-content);
          top: calc(1/2 * 100%);
        }
        &::after {
          content: var(--tw-content);
          margin-top: 0.4061538462em;
        }
        &::after {
          content: var(--tw-content);
          height: calc(var(--spacing) * 0.25);
        }
        &::after {
          content: var(--tw-content);
          width: 100%;
        }
        &::after {
          content: var(--tw-content);
          background-color: currentcolor;
        }
        > * {
          &:not(.active) {
            height: calc(var(--spacing) * 0);
            overflow: clip;
          }
        }
      }
      .list {
        li {
          padding-bottom: calc(var(--spacing) * 5);
          @media (width >= 64rem) {
            position: relative;
          }
          @media (width >= 64rem) {
            z-index: 1;
          }
          @media (width >= 64rem) {
            display: grid;
          }
          @media (width >= 64rem) {
            grid-template-columns: 32.5% 1fr;
          }
          @media (width >= 64rem) {
            -moz-column-gap: calc(var(--spacing) * 5);
            column-gap: calc(var(--spacing) * 5);
          }
          @media (width >= 64rem) {
            &::before {
              content: var(--tw-content);
              pointer-events: none;
            }
          }
          @media (width >= 64rem) {
            &::before {
              content: var(--tw-content);
              position: absolute;
            }
          }
          @media (width >= 64rem) {
            &::before {
              content: var(--tw-content);
              inset-inline-start: calc(var(--spacing) * 0);
            }
          }
          @media (width >= 64rem) {
            &::before {
              content: var(--tw-content);
              bottom: 1.05em;
            }
          }
          @media (width >= 64rem) {
            &::before {
              content: var(--tw-content);
              height: calc(var(--spacing) * 0.25);
            }
          }
          @media (width >= 64rem) {
            &::before {
              content: var(--tw-content);
              width: 100%;
            }
          }
          @media (width >= 64rem) {
            &::before {
              content: var(--tw-content);
              background-color: currentcolor;
              @supports (color: color-mix(in lab, red, red)) {
                background-color: color-mix(in oklab, currentcolor 50%, transparent);
              }
            }
          }
          &.active {
            .left-col {
              --tw-font-weight: var(--font-weight-bold);
              font-weight: var(--font-weight-bold);
            }
          }
        }
        .left-col {
          text-align: start;
        }
        .right-col {
          display: none;
          font-size: 1.8em;
          line-height: 0.5;
          @media (width >= 64rem) {
            display: block;
          }
        }
      }
      &.show-big {
        .large-preview {
          opacity: 100%;
        }
        .list {
          li {
            &:hover {
              @media (hover: hover) {
                --tw-font-weight: var(--font-weight-bold);
                font-weight: var(--font-weight-bold);
              }
            }
            &::before {
              content: var(--tw-content);
              display: none;
            }
          }
          .right-col {
            @media (width >= 64rem) {
              display: none;
            }
          }
        }
      }
    }
  }
  select {
    option {
      background-color: var(--body-bg);
      color: var(--body-color);
    }
  }
  .choices {
    position: relative;
    z-index: 30;
    width: 100%;
    .choices__inner {
      width: 100%;
    }
    .choices__list--single {
      position: relative;
      cursor: pointer;
      padding-block: calc(var(--spacing) * 4.75);
      &::after {
        content: var(--tw-content);
        pointer-events: none;
      }
      &::after {
        content: var(--tw-content);
        position: absolute;
      }
      &::after {
        content: var(--tw-content);
        inset-inline-end: calc(var(--spacing) * -1);
      }
      &::after {
        content: var(--tw-content);
        top: calc(1/2 * 100%);
      }
      &::after {
        content: var(--tw-content);
        height: calc(var(--spacing) * 5);
      }
      &::after {
        content: var(--tw-content);
        width: calc(var(--spacing) * 2.5);
      }
      &::after {
        content: var(--tw-content);
        --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);
      }
      &::after {
        content: var(--tw-content);
        background-color: var(--color-theme-pink);
      }
      &::after {
        content: var(--tw-content);
        -webkit-mask-image: url(../images/ico-arrow-down-red.svg);
        mask-image: url(../images/ico-arrow-down-red.svg);
      }
      &::after {
        content: var(--tw-content);
        -webkit-mask-size: contain;
        mask-size: contain;
      }
      &::after {
        content: var(--tw-content);
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
      }
    }
    .choices__list--dropdown {
      visibility: hidden;
      position: absolute;
      inset-inline: calc(var(--spacing) * 0);
      top: 100%;
      margin-top: calc(var(--spacing) * -3);
      background-color: var(--body-bg);
      color: var(--body-color);
      opacity: 0%;
      &::before {
        position: absolute;
        inset-inline: calc(var(--spacing) * -2);
        inset-block: calc(var(--spacing) * 0);
        z-index: calc(1 * -1);
        background-color: inherit;
        --tw-content: '';
        content: var(--tw-content);
      }
      .choices__item {
        cursor: pointer;
        padding-block: calc(var(--spacing) * 2);
        text-transform: uppercase;
        &:hover {
          @media (hover: hover) {
            background-color: color-mix(in srgb, #000 10%, transparent);
            @supports (color: color-mix(in lab, red, red)) {
              background-color: color-mix(in oklab, var(--body-color) 10%, transparent);
            }
          }
        }
      }
      .is-selected {
        display: none;
      }
    }
    &.is-open {
      z-index: 35;
      .choices__list--dropdown {
        visibility: visible;
        opacity: 100%;
      }
    }
    &.is-focused {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .custom-select {
    .choices__list--single {
      display: flex;
      align-items: center;
      -moz-column-gap: calc(var(--spacing) * 2);
      column-gap: calc(var(--spacing) * 2);
      padding-block: 0.95em;
      &::before {
        --tw-content: var(--placeholder);
        content: var(--tw-content);
      }
      &::after {
        content: var(--tw-content);
        position: static;
      }
      &::after {
        content: var(--tw-content);
        --tw-translate-x: calc(var(--spacing) * 0);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
      &::after {
        content: var(--tw-content);
        --tw-translate-y: 2px;
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
      .choices__item {
        position: absolute;
        opacity: 0%;
      }
    }
    .choices__list--dropdown {
      font-size: var(--text-lg);
      line-height: var(--leading-relaxed);
      @media (width >= 64rem) {
        --tw-leading: 1.3333333333;
        line-height: 1.3333333333;
      }
      .choices__list {
        padding-top: calc(var(--spacing) * 2.5);
      }
      .choices__item {
        padding-block: calc(var(--spacing) * 0);
        text-transform: none;
      }
      .choices__group {
        min-height: 1em;
        &:first-child {
          display: none;
        }
      }
    }
    .selected-item {
      display: block;
      font-size: var(--text-lg);
      line-height: 1.3333333333;
    }
  }
  .custom-select-2 {
    .choices {
      z-index: auto;
      &.is-open {
        .choices__list--single {
          &::after {
            content: var(--tw-content);
            z-index: 32;
          }
        }
      }
    }
    .choices__list--single {
      padding-block: calc(var(--spacing) * 0);
      padding-inline-start: calc(var(--spacing) * 1);
      padding-inline-end: calc(var(--spacing) * 4);
      font-size: 1em;
      line-height: 1.2;
      &::after {
        content: var(--tw-content);
        --tw-translate-x: calc(32% * -1);
        --tw-translate-y: calc(32% * -1);
        translate: var(--tw-translate-x) var(--tw-translate-y);
      }
      .choices__placeholder,
			[data-value="not selected"] {
        opacity: 0.2;
      }
    }
    .choices__list--dropdown {
      z-index: 30;
      margin-top: calc(var(--spacing) * 0.25);
      max-height: calc(var(--spacing) * 75);
      overflow-x: hidden;
      overflow-y: auto;
      font-size: 1em;
      line-height: 1.2;
      .choices__item {
        padding-inline: calc(var(--spacing) * 1);
        padding-block: calc(var(--spacing) * 2.5);
        text-transform: none;
        &:not(:last-child) {
          margin-bottom: calc(var(--spacing) * 1);
        }
      }
      .choices__group {
        min-height: calc(var(--spacing) * 5);
        &:first-child {
          display: none;
        }
      }
    }
  }
}
html.wp-child-theme-bauertypes {
  @media (width < 64rem) {
    font-size: 16px;
  }
}
html.wp-child-theme-bauertypes body {
  background-color: var(--body-bg);
  color: var(--body-color);
  &.woocommerce-page:not(.product-template-default) {
    --body-bg: var(--color-white);
    --body-color: var(--color-black);
  }
  &.product-template-default {
    font-family: var(--font-futura-nd);
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  p:not([class]),
	.current-color {
    color: currentcolor;
  }
  .current-font {
    &,
		p {
      font: inherit;
    }
  }
  .current-font-size {
    &,
		p {
      font-size: inherit;
    }
  }
  .current-font-weight {
    &,
		p {
      font-weight: inherit;
    }
  }
  .current-line-height {
    &,
		p {
      line-height: inherit;
    }
  }
  .current-font-family {
    &,
		p {
      font-family: inherit;
    }
  }
  .site-content {
    @media (width >= 48rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
    @media (width >= 64rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
    [data-elementor-type="product-post"] {
      [data-element_type="container"] {
        padding-inline: calc(var(--spacing) * 0);
      }
    }
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  &,
	.entry-content & {
    color: currentcolor;
  }
}
.fonts-sample-hover {
  .fonts-list {
    margin: calc(var(--spacing) * 0);
    list-style-type: none;
    li {
      line-height: inherit;
      cursor: pointer;
    }
  }
  .font-view {
    --fw: 300;
    --ff: 'Futura ND', sans-serif;
    --fs: normal;
    span {
      line-height: inherit;
    }
  }
}
.custom-checkbox {
  position: relative;
  display: inline-flex;
  align-items: center;
  margin-bottom: -1px;
  input[type="checkbox"] {
    pointer-events: none;
    position: absolute;
    opacity: 0%;
  }
  .lbl {
    line-height: inherit;
    position: relative;
    display: inline-block;
    padding-inline-start: 1.5em;
    padding-inline-end: calc(var(--spacing) * 2);
    padding-top: 2px;
    vertical-align: top;
    text-transform: uppercase;
    &:is(:where(.group):has(*:checked) *) {
      &::after {
        content: var(--tw-content);
        opacity: 100%;
      }
    }
    &:is(:where(.group):has(*:checked) *) {
      &::before {
        content: var(--tw-content);
        background-color: var(--color-theme-pink);
      }
    }
    &::before {
      content: var(--tw-content);
      position: absolute;
    }
    &::before {
      content: var(--tw-content);
      top: calc(var(--spacing) * 1);
    }
    &::before {
      content: var(--tw-content);
      left: calc(var(--spacing) * 0);
    }
    &::before {
      content: var(--tw-content);
      aspect-ratio: 1 / 1;
    }
    &::before {
      content: var(--tw-content);
      width: 0.9em;
    }
    &::before {
      content: var(--tw-content);
      border-style: var(--tw-border-style);
      border-width: 2px;
    }
  }
  .txt {
    line-height: inherit;
    display: inline-block;
    padding-top: 1px;
    vertical-align: top;
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
    color: var(--color-theme-pink);
  }
  &.disabled-checkbox-group {
    color: var(--color-gray-500);
    .lbl {
      &::before {
        background-color: currentcolor;
      }
    }
  }
}
body.font-futura-nd {
  font-family: var(--font-futura-nd);
}
body.font-futura-nd-cn {
  font-family: var(--font-futura-nd-cn);
}
html.page-template-template-history,
html.page-template-template-history body,
html.wp-child-theme-bauertypes,
html.wp-child-theme-bauertypes body {
  overflow-x: clip !important;
}
.fonts-playground {
  @media (width >= 48rem) {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  @media (width >= 64rem) {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  span {
    line-height: inherit;
  }
  .holder {
    > .fsjs-wrapper {
      margin-bottom: calc(var(--spacing) * 8);
      @media (width >= 64rem) {
        margin-bottom: calc(var(--spacing) * 12.5);
      }
      @media (width >= 64rem) {
        :where(& > :not(:last-child)) {
          --tw-space-y-reverse: 0;
          margin-block-start: calc(calc(var(--spacing) * 4.5) * var(--tw-space-y-reverse));
          margin-block-end: calc(calc(var(--spacing) * 4.5) * calc(1 - var(--tw-space-y-reverse)));
        }
      }
    }
  }
  .fsjs-wrapper {
    > .fsjs-wrapper {
      display: grid;
      -moz-column-gap: calc(var(--spacing) * 5);
      column-gap: calc(var(--spacing) * 5);
      @media (width >= 64rem) {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
      @media (width >= 64rem) {
        -moz-column-gap: calc(var(--spacing) * 10);
        column-gap: calc(var(--spacing) * 10);
      }
      @media (width >= 80rem) {
        grid-template-columns: repeat(3, minmax(0, 1fr));
      }
      &:nth-child(2) {
        > .fsjs-wrapper {
          &:nth-child(1) {
            @media (width >= 64rem) {
              grid-template-columns: repeat(2, minmax(0, 1fr));
            }
            @media (width >= 80rem) {
              grid-column: span 2 / span 2;
            }
            @media (width >= 120rem) {
              grid-template-columns: repeat(4, minmax(0, 1fr));
            }
            .fsjs-label-value {
              display: none;
            }
            .fsjs-label-unit {
              display: none;
            }
            .fsjs-block {
              display: flex;
              align-items: flex-start;
              -moz-column-gap: calc(var(--spacing) * 4);
              column-gap: calc(var(--spacing) * 4);
              label {
                width: calc(50% - 16px);
                flex-shrink: 0;
                @media (width >= 120rem) {
                  width: auto;
                }
                @media (width >= 120rem) {
                  white-space: nowrap;
                }
              }
            }
          }
        }
      }
    }
  }
  .fsjs-block {
    border-top-style: var(--tw-border-style);
    border-top-width: 2px;
    border-color: var(--body-color);
    padding-block: calc(var(--spacing) * 4.75);
  }
  .fsjs-block-fontfamily {
    pointer-events: none;
    position: absolute;
    display: none;
    opacity: 0%;
  }
  .fsjs-block-type-dropdown {
    padding-block: calc(var(--spacing) * 0);
  }
  .mode {
    @media (width >= 80rem) {
      grid-column-start: 3;
    }
    button {
      font: inherit;
      border-style: var(--tw-border-style);
      border-width: 0px;
      padding: calc(var(--spacing) * 0);
      color: currentcolor;
      text-transform: none;
      transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
      &:hover {
        @media (hover: hover) {
          background-color: transparent;
        }
      }
      &:hover {
        @media (hover: hover) {
          color: var(--color-theme-pink);
        }
      }
      &:focus {
        background-color: transparent;
      }
      &:focus {
        color: var(--color-theme-pink);
      }
    }
  }
  .fsjs-label-text {
    line-height: inherit;
  }
  .fsjs-block-type-slider {
    position: relative;
    z-index: 5;
    &::after {
      content: var(--tw-content);
      pointer-events: none;
    }
    &::after {
      content: var(--tw-content);
      position: absolute;
    }
    &::after {
      content: var(--tw-content);
      inset-inline-end: calc(var(--spacing) * 0);
    }
    &::after {
      content: var(--tw-content);
      top: calc(var(--spacing) * 7);
    }
    &::after {
      content: var(--tw-content);
      width: calc(var(--spacing) * 2);
      height: calc(var(--spacing) * 2);
    }
    &::after {
      content: var(--tw-content);
      border-top-style: var(--tw-border-style);
      border-top-width: 2px;
    }
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      &::after {
        content: var(--tw-content);
        rotate: 135deg;
      }
    }
    &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
      &::after {
        content: var(--tw-content);
        border-left-style: var(--tw-border-style);
        border-left-width: 2px;
      }
    }
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      &::after {
        content: var(--tw-content);
        rotate: calc(135deg * -1);
      }
    }
    &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
      &::after {
        content: var(--tw-content);
        border-right-style: var(--tw-border-style);
        border-right-width: 2px;
      }
    }
    input {
      position: relative;
      margin-top: calc(var(--spacing) * 3);
      display: block;
      height: calc(var(--spacing) * 0.5);
      width: 100%;
      cursor: pointer;
      -webkit-appearance: none;
      -moz-appearance: none;
      appearance: none;
      background-color: transparent;
      color: currentcolor;
      &:focus {
        --tw-outline-style: none;
        outline-style: none;
      }
      &::-ms-track {
        width: 100%;
        cursor: pointer;
        border-color: transparent;
        background-color: transparent;
        color: transparent;
      }
      &::-moz-range-track {
        height: calc(var(--spacing) * 0.5);
        border-style: var(--tw-border-style);
        border-width: 0px;
        background-color: currentcolor;
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
      &::-webkit-slider-runnable-track {
        height: calc(var(--spacing) * 0.5);
        border-style: var(--tw-border-style);
        border-width: 0px;
        background-color: currentcolor;
        --tw-shadow: 0 0 #0000;
        box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
      }
      &::-webkit-slider-thumb {
        margin-top: calc(var(--spacing) * -1.25);
        width: calc(var(--spacing) * 2.5);
        height: calc(var(--spacing) * 2.5);
        cursor: pointer;
        -webkit-appearance: none;
        appearance: none;
        border-radius: calc(infinity * 1px);
        border-style: var(--tw-border-style);
        border-width: 1px;
        border-color: var(--color-black);
        background-color: var(--color-theme-pink);
        @media (width >= 64rem) {
          margin-top: calc(var(--spacing) * -1);
        }
      }
      &::-ms-thumb {
        width: calc(var(--spacing) * 2.5);
        height: calc(var(--spacing) * 2.5);
        cursor: pointer;
        border-radius: calc(infinity * 1px);
        border-style: var(--tw-border-style);
        border-width: 1px;
        border-color: var(--color-black);
        background-color: var(--color-theme-pink);
      }
      &::-moz-range-thumb {
        width: calc(var(--spacing) * 2.5);
        height: calc(var(--spacing) * 2.5);
        cursor: pointer;
        border-radius: calc(infinity * 1px);
        border-style: var(--tw-border-style);
        border-width: 1px;
        border-color: var(--color-black);
        background-color: var(--color-theme-pink);
      }
    }
    label {
      position: relative;
      &::after {
        content: var(--tw-content);
        pointer-events: none;
      }
      &::after {
        content: var(--tw-content);
        position: absolute;
      }
      &::after {
        content: var(--tw-content);
        inset-inline-end: calc(var(--spacing) * -5.75);
      }
      &::after {
        content: var(--tw-content);
        top: calc(var(--spacing) * 2.25);
      }
      &::after {
        content: var(--tw-content);
        width: calc(var(--spacing) * 2);
        height: calc(var(--spacing) * 2);
      }
      &::after {
        content: var(--tw-content);
        border-top-style: var(--tw-border-style);
        border-top-width: 2px;
      }
      &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
        &::after {
          content: var(--tw-content);
          rotate: calc(45deg * -1);
        }
      }
      &:where(:dir(ltr), [dir="ltr"], [dir="ltr"] *) {
        &::after {
          content: var(--tw-content);
          border-left-style: var(--tw-border-style);
          border-left-width: 2px;
        }
      }
      &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
        &::after {
          content: var(--tw-content);
          rotate: 45deg;
        }
      }
      &:where(:dir(rtl), [dir="rtl"], [dir="rtl"] *) {
        &::after {
          content: var(--tw-content);
          border-right-style: var(--tw-border-style);
          border-right-width: 2px;
        }
      }
    }
  }
  .fsjs-block-alignment {
    > div {
      display: flex;
      width: 100%;
      align-items: center;
      justify-content: space-between;
      -moz-column-gap: calc(var(--spacing) * 1);
      column-gap: calc(var(--spacing) * 1);
    }
    button {
      height: calc(var(--spacing) * 5.25);
      width: calc(var(--spacing) * 7);
      flex-shrink: 0;
      cursor: pointer;
      border-style: var(--tw-border-style);
      border-width: 0px;
      background-color: currentcolor;
      -webkit-mask-size: auto 100%;
      mask-size: auto 100%;
      -webkit-mask-repeat: no-repeat;
      mask-repeat: no-repeat;
      padding: calc(var(--spacing) * 0);
      font-size: 0px;
      line-height: 0px;
      color: currentcolor;
      opacity: 50%;
      &:hover {
        @media (hover: hover) {
          opacity: 100%;
        }
      }
      &[data-choice="start"] {
        -webkit-mask-image: url(../images/ico-align-left-white.svg);
        mask-image: url(../images/ico-align-left-white.svg);
      }
      &[data-choice="center"] {
        -webkit-mask-image: url(../images/ico-align-center-white.svg);
        mask-image: url(../images/ico-align-center-white.svg);
      }
      &[data-choice="end"] {
        -webkit-mask-image: url(../images/ico-align-right-white.svg);
        mask-image: url(../images/ico-align-right-white.svg);
      }
      &[data-choice="justify"] {
        -webkit-mask-image: url(../images/ico-align-justify-white.svg);
        mask-image: url(../images/ico-align-justify-white.svg);
      }
    }
    .fsjs-button-selected {
      opacity: 100%;
    }
  }
  .fsjs-block-tester {
    border-style: var(--tw-border-style);
    border-width: 2px;
    background-color: var(--block-bg);
    padding: calc(var(--spacing) * 5);
    color: var(--block-color);
    @media (width >= 64rem) {
      display: flex;
    }
    @media (width >= 64rem) {
      align-items: center;
    }
    @media (width >= 64rem) {
      padding: calc(var(--spacing) * 10);
    }
    > div {
      width: 100%;
      &:focus {
        --tw-outline-style: none;
        outline-style: none;
      }
    }
  }
  .choices {
    .choices__list--dropdown {
      .choices__item {
        text-transform: none;
      }
    }
  }
  .font-name-select {
    @media (width >= 64rem) {
      @media (width < 80rem) {
        grid-column: 1 / -1;
      }
    }
  }
}
.font-attr-list {
  > li {
    font: inherit;
    position: relative;
    display: grid;
    align-items: center;
    -moz-column-gap: 1.5em;
    column-gap: 1.5em;
    row-gap: 0.5em;
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
    padding-top: 0.4em;
    padding-bottom: 0.5em;
    @media (width >= 36rem) {
      grid-template-columns: 1fr auto;
    }
  }
  .choices {
    position: static;
    margin-top: calc(var(--spacing) * 0.25);
  }
}
.glyph-set {
  @media (width >= 48rem) {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  @media (width >= 64rem) {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .chars-list-wrap {
    font-size: 3em;
    line-height: 1.2;
  }
  .chars-list {
    margin: calc(var(--spacing) * 0);
    display: flex;
    list-style-type: none;
    flex-wrap: wrap;
    -moz-column-gap: calc(var(--spacing) * 6);
    column-gap: calc(var(--spacing) * 6);
    row-gap: calc(var(--spacing) * 9.5);
    @media (width >= 64rem) {
      grid-column: span 3 / span 3;
    }
    li {
      line-height: inherit;
    }
  }
  .tooltip {
    pointer-events: none;
    position: fixed;
    z-index: 50;
    display: flex;
    width: 2em;
    height: 2em;
    --tw-scale-x: 0%;
    --tw-scale-y: 0%;
    --tw-scale-z: 0%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
    align-items: center;
    justify-content: center;
    border-radius: calc(infinity * 1px);
    border-style: var(--tw-border-style);
    border-width: 2px;
    border-color: currentcolor;
    background-color: var(--body-bg);
    text-align: center;
    font-size: 2.808em;
    line-height: 1.2;
    color: var(--body-color);
    opacity: 0%;
    transition-property: scale,opacity;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 300ms;
    transition-duration: 300ms;
    @media (width >= 64rem) {
      border-style: var(--tw-border-style);
      border-width: 3px;
    }
    span {
      &::before {
        --tw-content: attr(data-char);
        content: var(--tw-content);
      }
    }
    &.active {
      --tw-scale-x: 100%;
      --tw-scale-y: 100%;
      --tw-scale-z: 100%;
      scale: var(--tw-scale-x) var(--tw-scale-y);
      opacity: 100%;
    }
  }
  .choices {
    .choices__inner {
      .choices__list {
        .choices__item {
          text-transform: uppercase;
        }
      }
    }
  }
}
.history-component {
  position: relative;
  background-color: var(--body-bg);
  p {
    font: inherit;
    color: inherit;
    letter-spacing: inherit;
  }
}
.history-component__nav {
  position: sticky;
  top: calc(var(--header-height) - 1px);
  z-index: 50;
  background-color: var(--body-bg);
  font-family: var(--font-futura-nd);
  font-size: var(--text-xl);
  line-height: var(--tw-leading, var(--text-xl--line-height));
  --tw-font-weight: var(--font-weight-light);
  font-weight: var(--font-weight-light);
  --tw-tracking: var(--tracking-tighter);
  letter-spacing: var(--tracking-tighter);
  --tw-numeric-spacing: proportional-nums;
  font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  @media (width >= 23.4375rem) {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  @media (width >= 48rem) {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  @media (width >= 64rem) {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  @media (width >= 80rem) {
    font-size: var(--text-6xl);
    line-height: var(--tw-leading, var(--text-6xl--line-height));
  }
  ul {
    margin: calc(var(--spacing) * 0);
    display: flex;
    list-style-type: none;
    padding: calc(var(--spacing) * 0);
    li {
      flex-shrink: 0;
      padding-block: calc(var(--spacing) * 3);
      @media (width >= 64rem) {
        padding-block: calc(var(--spacing) * 5);
      }
      & + li {
        display: flex;
        flex-shrink: 1;
        flex-grow: 1;
        &::before {
          content: '';
          margin: auto;
          height: calc(var(--spacing) * 0.5);
          width: calc(var(--spacing) * 2);
          flex-shrink: 0;
          flex-grow: 0;
          background-color: currentcolor;
          text-align: center;
          @media (width >= 48rem) {
            width: calc(var(--spacing) * 4);
          }
          @media (width >= 64rem) {
            width: calc(var(--spacing) * 8);
          }
        }
      }
      &.active {
        --tw-font-weight: var(--font-weight-medium);
        font-weight: var(--font-weight-medium);
      }
      a {
        color: inherit;
        line-height: inherit;
        letter-spacing: inherit;
        flex-shrink: 0;
        flex-grow: 0;
        &:hover {
          @media (hover: hover) {
            --tw-font-weight: var(--font-weight-extrabold);
            font-weight: var(--font-weight-extrabold);
          }
        }
        &:hover {
          @media (hover: hover) {
            color: var(--color-theme-pink);
          }
        }
        &:focus {
          --tw-outline-style: none !important;
          outline-style: none !important;
        }
      }
    }
  }
}
.history-component__date {
  position: relative;
  margin-bottom: calc(var(--spacing) * 3);
  height: 100svw;
  overflow: clip;
  font-family: var(--font-futura-nd);
  font-size: clamp(15vh, 38.4vw, calc(100svh - var(--history-nav-height) - var(--header-height)));
  --tw-leading: 1;
  line-height: 1;
  --tw-font-weight: var(--font-weight-light);
  font-weight: var(--font-weight-light);
  --tw-tracking: var(--tracking-tighter);
  letter-spacing: var(--tracking-tighter);
  @media (width >= 64rem) {
    height: 150svh;
  }
  .history-component__date-hold {
    position: sticky;
    top: calc(var(--history-nav-height) + var(--header-height));
    --tw-tracking: inherit;
    letter-spacing: inherit;
  }
  time {
    display: flex;
    height: calc((100svh - var(--history-nav-height) - var(--header-height)) * 0.65);
    transform-origin: 0 100%;
    align-items: flex-end;
    --tw-tracking: inherit;
    letter-spacing: inherit;
    --tw-numeric-spacing: proportional-nums;
    font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
    @media (width >= 64rem) {
      height: calc(100svh - var(--history-nav-height) - var(--header-height));
    }
    transform: scale(1);
  }
}
.history-component__suptitle {
  margin-bottom: calc(var(--spacing) * 18);
  -moz-column-gap: calc(var(--spacing) * 10);
  column-gap: calc(var(--spacing) * 10);
  border-top-style: var(--tw-border-style);
  border-top-width: 2px;
  padding-top: calc(var(--spacing) * 3);
  text-transform: uppercase;
  @media (width >= 48rem) {
    display: flex;
  }
  @media (width >= 48rem) {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  strong {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  h2, h3 {
    font-size: inherit;
    font-weight: inherit;
    line-height: inherit;
    font-family: inherit;
    margin-bottom: calc(var(--spacing) * 0);
    color: currentcolor;
    @media (width >= 48rem) {
      font-size: var(--text-lg);
      line-height: var(--tw-leading, var(--text-lg--line-height));
    }
    @media (width >= 64rem) {
      font-size: var(--text-xl);
      line-height: var(--tw-leading, var(--text-xl--line-height));
    }
  }
}
.history-component__section {
  position: relative;
  --tw-numeric-spacing: proportional-nums;
  font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
}
.history-component__title {
  --lh: 1.0833;
  margin-bottom: calc(var(--spacing) * 12);
  --tw-leading: var(--lh);
  line-height: var(--lh);
  --tw-font-weight: var(--font-weight-light);
  font-weight: var(--font-weight-light);
  --tw-tracking: -0.04em;
  letter-spacing: -0.04em;
  --tw-numeric-figure: oldstyle-nums;
  font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  @media (width >= 48rem) {
    font-size: var(--text-6xl);
    line-height: var(--tw-leading, var(--text-6xl--line-height));
  }
  h2 {
    margin-bottom: calc(var(--spacing) * 0);
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
    color: inherit;
  }
}
.history-component__photo {
  margin: calc(var(--spacing) * 0);
  margin-bottom: calc(var(--spacing) * 4);
  @media (width >= 80rem) {
    margin-bottom: calc(var(--spacing) * 0);
  }
  img {
    border-radius: calc(infinity * 1px);
  }
}
.history-component__description {
  --lh: 1.3125;
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
  --tw-leading: var(--lh);
  line-height: var(--lh);
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  --tw-numeric-figure: oldstyle-nums;
  font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  strong {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    --tw-tracking: -0.04em;
    letter-spacing: -0.04em;
  }
  sup {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
    color: var(--color-theme-pink);
  }
  p {
    font: inherit;
    margin-bottom: calc(var(--lh) * 1em);
  }
  a {
    color: var(--color-theme-pink);
  }
}
.history-component__notes {
  --lh: 1.3334;
  font-size: var(--text-sm);
  line-height: var(--tw-leading, var(--text-sm--line-height));
  --tw-leading: var(--lh);
  line-height: var(--lh);
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  --tw-numeric-figure: oldstyle-nums;
  font-variant-numeric: var(--tw-ordinal,) var(--tw-slashed-zero,) var(--tw-numeric-figure,) var(--tw-numeric-spacing,) var(--tw-numeric-fraction,);
  mark {
    display: inline-block;
    min-width: calc(var(--spacing) * 8);
    background-color: transparent;
    --tw-font-weight: var(--font-weight-extrabold);
    font-weight: var(--font-weight-extrabold);
    color: var(--color-theme-pink);
  }
  strong {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  p {
    margin-bottom: calc(var(--lh) * 1em);
  }
  ol {
    margin: calc(var(--spacing) * 0);
    list-style-type: none;
    li {
      line-height: inherit;
      margin-bottom: calc(var(--lh) * 1em);
    }
  }
  a {
    color: var(--color-theme-pink);
  }
}
.collapse-box {
  .collapse-box-trigger {
    color: inherit;
    border-color: currentColor;
    font: inherit;
    position: relative;
    margin-bottom: calc(var(--spacing) * 4);
    display: block;
    width: 100%;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-style: var(--tw-border-style);
    border-width: 0px;
    border-top-style: var(--tw-border-style);
    border-top-width: 2px;
    padding-block: calc(var(--spacing) * 2);
    padding-inline-start: calc(var(--spacing) * 0);
    padding-inline-end: calc(var(--spacing) * 4);
    text-align: start;
    text-transform: uppercase;
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    &:hover {
      @media (hover: hover) {
        background-color: transparent;
      }
    }
    &:hover {
      @media (hover: hover) {
        color: var(--color-theme-pink);
      }
    }
    &:focus {
      background-color: transparent;
    }
  }
}
.history-component__card {
  --lh: 1.3125;
  border-top-style: var(--tw-border-style);
  border-top-width: 18px;
  padding-top: calc(var(--spacing) * 5);
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  --tw-leading: var(--lh);
  line-height: var(--lh);
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  h2, h3 {
    color: inherit;
    font-family: inherit;
    margin-bottom: calc(var(--spacing) * 5);
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    --tw-tracking: -0.06em;
    letter-spacing: -0.06em;
  }
  header {
    margin-bottom: calc(var(--spacing) * 10);
  }
  p {
    margin-bottom: calc(var(--spacing) * 0);
    a {
      font: inherit;
      color: inherit;
      transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
      transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
      transition-duration: var(--tw-duration, var(--default-transition-duration));
      &:hover {
        @media (hover: hover) {
          color: var(--color-theme-pink);
        }
      }
    }
  }
  figure {
    margin-bottom: calc(var(--spacing) * 13);
    width: calc(var(--spacing) * 54);
    max-width: 100%;
    img {
      border-radius: calc(infinity * 1px);
    }
  }
}
.history-component__slider {
  position: relative;
  margin-bottom: calc(var(--spacing) * 10);
  overflow: clip;
  .container & {
    margin-inline: calc(var(--side-offset) * -1);
  }
  .history-component__slider-wrap {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    padding-inline: var(--side-offset);
    @media (width < 64rem) {
      row-gap: calc(var(--spacing) * 5);
    }
    @media (width >= 48rem) {
      @media (width < 64rem) {
        -moz-column-gap: calc(var(--spacing) * 10);
        column-gap: calc(var(--spacing) * 10);
      }
    }
    @media (width >= 64rem) {
      position: sticky;
    }
    @media (width >= 64rem) {
      top: calc(var(--history-nav-height) + var(--header-height));
    }
    @media (width >= 64rem) {
      flex-direction: row;
    }
    @media (width >= 64rem) {
      -moz-column-gap: calc(var(--spacing) * 5);
      column-gap: calc(var(--spacing) * 5);
    }
    &::after {
      display: block;
      min-width: calc(var(--spacing) * 1);
      --tw-content: '';
      content: var(--tw-content);
    }
  }
  .history-component__slide {
    color: inherit;
    display: inline-flex;
    min-width: -moz-fit-content;
    min-width: fit-content;
    flex-shrink: 0;
    flex-grow: 0;
    flex-direction: column;
    font-family: var(--font-futura-nd-cn);
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    --tw-font-weight: var(--font-weight-light);
    font-weight: var(--font-weight-light);
    --tw-tracking: var(--tracking-normal);
    letter-spacing: var(--tracking-normal);
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    &:hover {
      @media (hover: hover) {
        color: var(--color-theme-pink);
      }
    }
    figure {
      margin: calc(var(--spacing) * 0);
      display: flex;
      flex-direction: column;
      @media (width < 64rem) {
        height: auto;
      }
      @media (width >= 64rem) {
        height: 100%;
      }
      @media (width >= 64rem) {
        min-width: -moz-fit-content;
        min-width: fit-content;
      }
      img {
        display: block;
        width: auto;
        max-width: none;
        flex-shrink: 0;
        flex-grow: 1;
        @media (width < 64rem) {
          height: auto;
        }
        @media (width < 64rem) {
          width: 100%;
        }
        @media (width >= 64rem) {
          height: calc(100svh - 23rem);
        }
      }
    }
    .history-component__slide-img {
      display: flex;
      min-width: -moz-fit-content;
      min-width: fit-content;
      flex-shrink: 0;
      flex-grow: 1;
      align-items: center;
      justify-content: center;
      overflow: hidden;
    }
    figcaption {
      --lh: 1.3125;
      height: calc(var(--spacing) * 22);
      flex-shrink: 0;
      flex-grow: 0;
      padding-inline-start: calc(var(--spacing) * 5);
      padding-top: calc(var(--spacing) * 4);
      &::before {
        margin-inline-start: calc(var(--spacing) * 1);
        margin-bottom: calc(var(--spacing) * 3);
        display: block;
        height: calc(var(--spacing) * 3.5);
        width: calc(var(--spacing) * 3.5);
        --tw-content: '';
        content: var(--tw-content);
        background-color: var(--color-theme-pink);
        -webkit-mask-image: url(../images/ico-arrow-up-red.svg);
        mask-image: url(../images/ico-arrow-up-red.svg);
        -webkit-mask-size: contain;
        mask-size: contain;
        -webkit-mask-repeat: no-repeat;
        mask-repeat: no-repeat;
      }
    }
    h3 {
      color: inherit;
      margin-bottom: calc(var(--spacing) * 0);
      font-family: var(--font-futura-nd-cn);
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
      --tw-leading: var(--lh);
      line-height: var(--lh);
      --tw-font-weight: var(--font-weight-bold);
      font-weight: var(--font-weight-bold);
      --tw-tracking: var(--tracking-normal);
      letter-spacing: var(--tracking-normal);
      white-space: nowrap;
    }
    p {
      margin-bottom: calc(var(--spacing) * 0);
      --tw-leading: var(--lh);
      line-height: var(--lh);
      white-space: nowrap;
    }
  }
}
.history-component__membership-title {
  h2 {
    color: inherit;
    font-family: inherit;
    margin-top: calc(var(--spacing) * 22);
    margin-bottom: calc(var(--spacing) * 11);
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
}
.history-component__membership {
  display: flex;
  width: calc(var(--spacing) * 90);
  max-width: 100%;
  flex-direction: column;
  border-top-style: var(--tw-border-style);
  border-top-width: 20px;
  padding-top: calc(var(--spacing) * 5);
  font-size: var(--text-lg);
  line-height: var(--tw-leading, var(--text-lg--line-height));
  --tw-font-weight: var(--font-weight-normal);
  font-weight: var(--font-weight-normal);
  h2, h3 {
    color: inherit;
    font-family: inherit;
    margin-bottom: calc(var(--spacing) * 3);
    min-height: 2.4em;
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
    --tw-tracking: -0.04em;
    letter-spacing: -0.04em;
  }
  header {
    margin-bottom: calc(var(--spacing) * 1);
    flex-shrink: 1;
    flex-grow: 1;
  }
  p {
    margin-bottom: calc(var(--spacing) * 0);
    a {
      &:hover {
        @media (hover: hover) {
          color: var(--color-theme-pink);
        }
      }
    }
  }
  figure {
    margin-bottom: calc(var(--spacing) * 0);
    width: calc(var(--spacing) * 54);
    max-width: 100%;
  }
  .history-component__membership-descr {
    --lh: 1.25;
    flex-shrink: 0;
    flex-grow: 0;
    --tw-leading: var(--lh);
    line-height: var(--lh);
    --tw-tracking: 0.01em;
    letter-spacing: 0.01em;
    @media (width >= 48rem) {
      min-height: calc(var(--lh) * 8em);
    }
    a {
      color: var(--color-theme-pink);
    }
  }
}
.woocommerce-js a.button,
.woocommerce button.button.alt,
.woocommerce-page table.cart td.actions .button,
.woocommerce-page #content table.cart td.actions .button,
.woocommerce-js a.button.alt,
.woocommerce .woocommerce-message a.button,
.ast-site-header-cart .widget_shopping_cart .buttons .button.checkout,
.woocommerce button.button.alt.disabled,
.wc-block-grid__products .wc-block-grid__product .wp-block-button__link,
.ast-woo-two-step-checkout .ast-checkout-slides .flex-prev.button {
  width: auto;
  border-style: var(--tw-border-style);
  border-width: 0px;
  background-color: transparent;
  padding: calc(var(--spacing) * 0);
  color: currentcolor;
  &:not(*:disabled) {
    cursor: pointer;
  }
  &:not(*:disabled) {
    &:hover {
      @media (hover: hover) {
        background-color: transparent;
      }
    }
  }
  &:not(*:disabled) {
    &:hover {
      @media (hover: hover) {
        color: var(--color-theme-red);
      }
    }
  }
  &:disabled {
    background-color: transparent;
  }
  &:disabled {
    color: currentcolor;
  }
  &:disabled {
    opacity: 70%;
  }
}
form.woocommerce-cart-form,
form.woocommerce-checkout {
  .shop_table {
    .cart_item {
      .product-name {
        .ast-product-name {
          font-size: var(--e-global-typography-text-font-size);
          color: var(--color-theme-red);
        }
      }
      dl.variation {
        width: auto !important;
        font-family: var(--font-futura-nd);
        font-size: var(--text-base);
        line-height: var(--tw-leading, var(--text-base--line-height));
        --tw-leading: var(--leading-normal);
        line-height: var(--leading-normal);
        --tw-font-weight: var(--font-weight-normal);
        font-weight: var(--font-weight-normal);
        dt {
          --tw-font-weight: var(--font-weight-medium);
          font-weight: var(--font-weight-medium);
          font-size: inherit;
          line-height: inherit;
          font-family: inherit;
        }
        dd {
          font-size: inherit;
          line-height: inherit;
          font-family: inherit;
          p {
            font: inherit;
          }
        }
      }
    }
  }
}
form.woocommerce-cart-form,
.woocommerce-checkout-review-order,
.woocommerce-order-details {
  .theme-cart-heading {
    border-top-style: var(--tw-border-style);
    border-top-width: 6px;
    padding-top: calc(var(--spacing) * 4);
    color: var(--body-color);
    text-transform: uppercase;
    h1 {
      margin-bottom: calc(var(--spacing) * 0) !important;
      font-family: var(--font-futura-nd) !important;
      font-size: var(--text-4xl) !important;
      line-height: var(--tw-leading, var(--text-4xl--line-height)) !important;
      --tw-leading: 1 !important;
      line-height: 1 !important;
      --tw-font-weight: var(--font-weight-medium) !important;
      font-weight: var(--font-weight-medium) !important;
      @media (width >= 48rem) {
        font-size: var(--text-5xl) !important;
        line-height: var(--tw-leading, var(--text-5xl--line-height)) !important;
      }
    }
    .theme-cart-heading-col-count {
      text-transform: uppercase;
    }
  }
  .theme-cart-heading-row {
    margin-bottom: calc(var(--spacing) * 4);
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    gap: calc(var(--spacing) * 4);
    @media (width >= 64rem) {
      flex-wrap: nowrap;
    }
    .theme-cart-heading-col-title {
      @media (width < 64rem) {
        flex-basis: 100%;
      }
      @media (width < 64rem) {
        text-align: center;
      }
    }
  }
  .theme-cart-heading-col-action {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: calc(var(--spacing) * 2);
    @media (width < 64rem) {
      margin-inline-start: auto;
    }
  }
  table.shop_table {
    &,
		&.cart,
		&.woocommerce-checkout-review-order-table {
      border-top-style: var(--tw-border-style) !important;
      border-top-width: 1px !important;
      border-right-style: var(--tw-border-style);
      border-right-width: 0px;
      border-bottom-style: var(--tw-border-style);
      border-bottom-width: 0px;
      border-left-style: var(--tw-border-style);
      border-left-width: 0px;
      --tw-border-style: solid;
      border-style: solid;
      border-color: currentcolor;
      color: var(--body-color);
      @media (width < 64rem) {
        margin-bottom: calc(var(--spacing) * 2);
      }
      @media (width < 64rem) {
        display: block;
      }
      thead {
        background-color: transparent;
        @media (max-width:1023.9px) {
          display: none;
        }
      }
      tbody {
        @media (max-width:1023.9px) {
          display: block;
        }
      }
      tr {
        @media (max-width:1023.9px) {
          display: block;
        }
        th {
          padding: calc(var(--spacing) * 0);
          text-transform: uppercase;
          &:first-child {
            padding-inline-start: calc(var(--spacing) * 0);
          }
          &:last-child {
            padding-inline-end: calc(var(--spacing) * 0);
          }
          &:last-child {
            text-align: end;
          }
          @media (width >= 64rem) {
            padding: calc(var(--spacing) * 5);
          }
          font: inherit;
          font-size: inherit !important;
        }
        td {
          min-height: auto !important;
          border-top-style: var(--tw-border-style);
          border-top-width: 0px;
          padding-inline: calc(var(--spacing) * 5);
          padding-block: calc(var(--spacing) * 0);
          &:first-child {
            padding-inline-start: calc(var(--spacing) * 0);
          }
          &:last-child {
            padding-inline-end: calc(var(--spacing) * 0);
          }
          &:last-child {
            text-align: end;
          }
          @media (width < 64rem) {
            padding-block: calc(var(--spacing) * 2);
          }
          &::before {
            @media (width < 64rem) {
              display: none;
            }
          }
          &.product-name {
            @media (width < 64rem) {
              display: flex !important;
            }
            @media (width < 64rem) {
              align-items: center;
            }
            @media (width < 64rem) {
              padding-inline: calc(var(--spacing) * 0);
            }
          }
        }
      }
      th.product-name {
        width: auto;
      }
      .product-remove {
        display: inline-block;
        vertical-align: middle;
        .remove {
          --tw-border-style: none;
          border-style: none;
          &::before {
            --tw-border-style: none;
            border-style: none;
          }
        }
      }
      .ast-product-image {
        display: inline-block;
        vertical-align: middle;
        --tw-leading: 1;
        line-height: 1;
        .ast-product-name {
          font: inherit;
        }
      }
      .woocommerce-cart-form__cart-item.cart_item {
        @media (width < 48rem) {
          display: block;
        }
        @media (width >= 48rem) {
          @media (width < 64rem) {
            display: flex;
          }
        }
        @media (width >= 48rem) {
          @media (width < 64rem) {
            justify-content: space-between;
          }
        }
        @media (width >= 48rem) {
          @media (width < 64rem) {
            -moz-column-gap: calc(var(--spacing) * 4);
            column-gap: calc(var(--spacing) * 4);
          }
        }
        .product-name {
          font: inherit;
          @media (width < 64rem) {
            text-align: start !important;
          }
        }
        .product-usage,
				.product-license {
          @media (width < 64rem) {
            display: none;
          }
        }
        .product-price {
          @media (width < 48rem) {
            padding-block: calc(var(--spacing) * 0);
          }
        }
      }
      .woocommerce-cart-form__cart-option {
        @media (width < 48rem) {
          padding-block: calc(var(--spacing) * 3);
        }
        @media (width < 48rem) {
          display: grid;
        }
        @media (width < 48rem) {
          grid-template-columns: repeat(2, minmax(0, 1fr));
        }
        @media (width < 48rem) {
          -moz-column-gap: calc(var(--spacing) * 4);
          column-gap: calc(var(--spacing) * 4);
        }
        @media (width >= 48rem) {
          @media (width < 48rem) {
            padding-block: calc(var(--spacing) * 0);
          }
        }
        @media (width >= 48rem) {
          @media (width < 64rem) {
            display: grid;
          }
        }
        @media (width >= 48rem) {
          @media (width < 64rem) {
            grid-template-columns: repeat(3, minmax(0, 1fr));
          }
        }
        @media (width >= 48rem) {
          @media (width < 64rem) {
            -moz-column-gap: calc(var(--spacing) * 4);
            column-gap: calc(var(--spacing) * 4);
          }
        }
        @media (width >= 48rem) {
          @media (width < 64rem) {
            padding-block: calc(var(--spacing) * 0);
          }
        }
        td {
          @media (width < 64rem) {
            padding: calc(var(--spacing) * 0);
          }
          @media (width >= 48rem) {
            @media (width < 64rem) {
              &:not(*:last-child) {
                text-align: start !important;
              }
            }
          }
          @media (width < 48rem) {
            &:not(*:last-child) {
              text-align: start !important;
            }
          }
        }
        .product-name {
          @media (width < 64rem) {
            display: none !important;
          }
        }
        .product-usage {
          @media (width < 48rem) {
            order: 5;
          }
          @media (width < 48rem) {
            grid-column: 1 / -1;
          }
        }
      }
      .woocommerce-cart-form__cart-item-total {
        @media (width < 64rem) {
          display: block;
        }
        @media (width < 64rem) {
          width: 100%;
        }
        @media (width >= 48rem) {
          @media (width < 64rem) {
            grid-column: 1 / -1;
          }
        }
        .product-name,
				.product-license,
				.product-usage {
          @media (width < 64rem) {
            display: none !important;
          }
        }
        .product-price {
          display: block;
          white-space: nowrap;
        }
        & + .woocommerce-cart-form__cart-item.cart_item {
          @media (width < 64rem) {
            border-top-style: var(--tw-border-style);
            border-top-width: 1px;
          }
          th,td {
            @media (width >= 64rem) {
              padding-top: calc(var(--spacing) * 8);
            }
          }
        }
      }
      .product-price {
        strong {
          font-weight: inherit;
        }
      }
      span.woocommerce-Price-amount.amount {
        color: currentcolor;
        font: inherit;
      }
    }
  }
}
.woocommerce-order-details {
  table.shop_table {
    tbody {
      tr {
        td {
          &.product-name {
            &,
						&.woocommerce-table__product-name {
              @media (width < 64rem) {
                display: block !important;
              }
            }
          }
          &.woocommerce-table__product-total {
            @media (width < 64rem) {
              display: block;
            }
            @media (width < 64rem) {
              text-align: end;
            }
          }
        }
      }
    }
    tfoot {
      @media (width >= 48rem) {
        @media (width < 64rem) {
          display: table;
        }
      }
      @media (width >= 48rem) {
        @media (width < 64rem) {
          width: 100%;
        }
      }
    }
  }
}
.woocommerce {
  .woocommerce-form-coupon {
    [name=coupon_code] {
      height: calc(var(--spacing) * 11);
      background-color: var(--color-white);
    }
  }
  .woocommerce-checkout {
    .col2-set {
      .form-row {
        padding: calc(var(--spacing) * 0);
        .input-text {
          background-color: transparent;
        }
      }
    }
    #order_review {
      table {
        tr {
          th {
            font-size: var(--text-base) !important;
            line-height: var(--tw-leading, var(--text-base--line-height)) !important;
          }
          td {
            border-bottom-style: var(--tw-border-style);
            border-bottom-width: 0px;
            padding-block: calc(var(--spacing) * 1);
            font-size: var(--text-base) !important;
            line-height: var(--tw-leading, var(--text-base--line-height)) !important;
          }
        }
        span.woocommerce-Price-amount {
          &.amount {
            font-size: var(--text-base) !important;
            line-height: var(--tw-leading, var(--text-base--line-height)) !important;
          }
        }
      }
    }
  }
}
.woocommerce,
.woocommerce-page {
  .cart-collaterals .cart_totals {
    float: none;
    margin-bottom: calc(var(--spacing) * 0);
    width: auto;
    --tw-border-style: none;
    border-style: none;
    padding: calc(var(--spacing) * 0);
    h2 {
      display: none;
    }
    .wc-proceed-to-checkout {
      text-align: end;
      .checkout-button {
        display: inline-block;
        height: auto;
        width: auto;
        border-style: var(--tw-border-style);
        border-width: 0px;
        background-color: transparent;
        padding: calc(var(--spacing) * 0);
        color: currentcolor;
        &:last-child {
          margin-bottom: calc(var(--spacing) * 0);
        }
      }
    }
  }
  .cart-collaterals .cart_totals .shop_table,
	.woocommerce-checkout-review-order .shop_table tfoot,
	.woocommerce-order-details .shop_table tfoot {
    tr {
      @media (width < 64rem) {
        display: table-row;
      }
    }
    th, td {
      font: inherit;
      border-bottom-style: var(--tw-border-style) !important;
      border-bottom-width: 2px !important;
      border-bottom-color: currentcolor;
      padding-block: calc(var(--spacing) * 3);
      vertical-align: middle;
      --tw-leading: 1;
      line-height: 1;
      &:first-child {
        padding-inline-start: calc(var(--spacing) * 0);
      }
      &:first-child {
        text-align: start;
      }
      &:last-child {
        padding-inline-end: calc(var(--spacing) * 0);
      }
      &:last-child {
        text-align: end;
      }
    }
    th {
      text-transform: uppercase;
      @media (width < 64rem) {
        display: table-cell;
      }
      font-size: inherit !important;
    }
    td {
      &::before {
        @media (width < 64rem) {
          display: none;
        }
      }
    }
    strong {
      font-weight: inherit;
    }
    span.woocommerce-Price-amount.amount {
      font: inherit;
      color: currentcolor;
      .woocommerce-Price-currencySymbol {
        font: inherit;
      }
    }
    .order-total {
      th, td {
        --tw-font-weight: var(--font-weight-bold);
        font-weight: var(--font-weight-bold);
      }
    }
  }
  .woocommerce-checkout-review-order .shop_table tfoot,
	.woocommerce-order-details .shop_table tfoot {
    @media (width < 48rem) {
      display: block;
    }
    tr {
      @media (width < 48rem) {
        display: flex !important;
      }
      @media (width < 48rem) {
        width: 100%;
      }
      th {
        @media (width < 48rem) {
          flex-grow: 1;
        }
        @media (width < 48rem) {
          padding-inline-end: calc(var(--spacing) * 1);
        }
      }
    }
  }
  .woocommerce-order-details {
    .wc-item-meta {
      font-family: "Futura Book";
      p {
        font: inherit;
      }
    }
    span.woocommerce-Price-amount.amount {
      font: inherit;
      color: currentcolor;
    }
  }
  .woocommerce-checkout-review-order #payment.woocommerce-checkout-payment {
    #place_order {
      float: inline-end;
      clear: both;
      display: inline-block;
      height: auto;
      width: auto;
      padding: calc(var(--spacing) * 0);
      &:last-child {
        margin-bottom: calc(var(--spacing) * 0);
      }
    }
    .woocommerce-form__label-for-checkbox {
      --lh: 1.2;
      position: relative;
      display: inline-block;
      padding-inline-start: 1.5em;
      --tw-leading: var(--lh);
      line-height: var(--lh);
      text-transform: uppercase;
      &::before,
			&::after {
        position: absolute;
        inset-inline-start: calc(var(--spacing) * 0);
        top: calc(var(--lh) * 0.5em);
        --tw-content: '';
        content: var(--tw-content);
      }
      &::before {
        margin-top: calc(0.5em * -1);
        aspect-ratio: 1 / 1;
        width: 0.9em;
        border-style: var(--tw-border-style);
        border-width: 2px;
      }
      &::after {
        margin-inline-start: 0.2em;
        margin-top: calc(0.4em * -1);
        font-size: 0.8em;
        line-height: 1;
        color: var(--color-theme-pink);
        opacity: 0%;
        transition-property: all;
        transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
        transition-duration: var(--tw-duration, var(--default-transition-duration));
        --tw-content: 'x';
        content: var(--tw-content);
      }
      input[type="checkbox"] {
        visibility: hidden;
        position: absolute;
        inset-inline-start: calc(var(--spacing) * 0);
        top: calc(var(--spacing) * 0);
        opacity: 0%;
      }
      &:has(input[type="checkbox"]:checked) {
        &::after {
          opacity: 100%;
        }
      }
      span, a {
        font: inherit;
      }
    }
  }
}
.woocommerce-page.woocommerce-checkout .woocommerce-order h2.woocommerce-order-details__title {
  margin-bottom: calc(var(--spacing) * 4);
  border-style: var(--tw-border-style);
  border-width: 0px;
  background-color: transparent;
  padding: calc(var(--spacing) * 0);
  text-transform: uppercase;
}
.hero-component__header {
  position: relative;
  z-index: 3;
  text-align: center;
  h2 {
    sup {
      top: calc(0.55em * -1);
      font-size: 0.6em;
    }
  }
}
.hero-component__title {
  --tw-leading: 1;
  line-height: 1;
}
.hero-component__demo {
  display: flex;
  min-height: 100svh;
  flex-direction: column;
  justify-content: center;
  padding-inline: calc(var(--spacing) * 5);
  padding-bottom: calc(var(--spacing) * 15);
  --tw-leading: 1.1265;
  line-height: 1.1265;
  @media (width >= 64rem) {
    padding-inline: calc(var(--spacing) * 10);
  }
  h3, p {
    line-height: inherit;
  }
  p {
    font: inherit;
    margin-bottom: calc(var(--spacing) * 0);
  }
}
.hero-component__descr {
  position: relative;
  padding-top: calc(var(--spacing) * 12);
  font-size: var(--text-base);
  line-height: var(--tw-leading, var(--text-base--line-height));
  --tw-font-weight: var(--font-weight-light);
  font-weight: var(--font-weight-light);
  &::before {
    position: absolute;
    inset-inline-start: calc(var(--spacing) * 0);
    top: calc(var(--spacing) * 5);
    height: calc(var(--spacing) * 4);
    width: calc(var(--spacing) * 4);
    background-color: var(--color-theme-pink);
    -webkit-mask-image: url(../images/ico-arrow-up-red.svg);
    mask-image: url(../images/ico-arrow-up-red.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    --tw-content: '';
    content: var(--tw-content);
  }
  p {
    font: inherit;
    margin-bottom: calc(var(--spacing) * 0);
  }
  strong {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
}
.wp-singular.product-template-default {
  .site-content .ast-container {
    display: block;
  }
}
.scroll-behavior-auto {
  scroll-behavior: auto !important;
}
.woocommerce-cart {
  .site-content {
    .ast-container {
      max-width: 100%;
      padding-inline: calc(var(--spacing) * 0);
    }
  }
}
@property --tw-rotate-x {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-y {
  syntax: "*";
  inherits: false;
}
@property --tw-rotate-z {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-x {
  syntax: "*";
  inherits: false;
}
@property --tw-skew-y {
  syntax: "*";
  inherits: false;
}
@property --tw-space-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-divide-y-reverse {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-ordinal {
  syntax: "*";
  inherits: false;
}
@property --tw-slashed-zero {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-figure {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-spacing {
  syntax: "*";
  inherits: false;
}
@property --tw-numeric-fraction {
  syntax: "*";
  inherits: false;
}
@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-content {
  syntax: "*";
  initial-value: "";
  inherits: false;
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-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-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@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-rotate-x: initial;
      --tw-rotate-y: initial;
      --tw-rotate-z: initial;
      --tw-skew-x: initial;
      --tw-skew-y: initial;
      --tw-space-y-reverse: 0;
      --tw-divide-y-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-tracking: initial;
      --tw-ordinal: initial;
      --tw-slashed-zero: initial;
      --tw-numeric-figure: initial;
      --tw-numeric-spacing: initial;
      --tw-numeric-fraction: initial;
      --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-content: "";
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --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-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --tw-duration: initial;
    }
  }
}
/*# sourceMappingURL=styles.css.map */
