/*! tailwindcss v4.1.4 | 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-300: oklch(87.2% 0.01 258.338);
    --color-gray-500: oklch(55.1% 0.027 264.364);
    --color-gray-600: oklch(44.6% 0.03 256.802);
    --color-white: #fff;
    --spacing: 0.25rem;
    --container-3xl: 48rem;
    --text-xs: 0.75rem;
    --text-xs--line-height: calc(1 / 0.75);
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --text-3xl: 1.875rem;
    --text-3xl--line-height: calc(2.25 / 1.875);
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --leading-tight: 1.25;
    --leading-snug: 1.375;
    --radius-lg: 0.5rem;
    --radius-3xl: 1.5rem;
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --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);
  }
}
@layer base {
  *, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
  }
  html, :host {
    line-height: 1.5;
    -webkit-text-size-adjust: 100%;
    tab-size: 4;
    font-family: var(--default-font-family, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");
    font-feature-settings: var(--default-font-feature-settings, normal);
    font-variation-settings: var(--default-font-variation-settings, normal);
    -webkit-tap-highlight-color: transparent;
  }
  hr {
    height: 0;
    color: inherit;
    border-top-width: 1px;
  }
  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
  }
  h1, h2, h3, h4, h5, h6 {
    font-size: inherit;
    font-weight: inherit;
  }
  a {
    color: inherit;
    -webkit-text-decoration: inherit;
    text-decoration: inherit;
  }
  b, strong {
    font-weight: bolder;
  }
  code, kbd, samp, pre {
    font-family: var(--default-mono-font-family, ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);
    font-feature-settings: var(--default-mono-font-feature-settings, normal);
    font-variation-settings: var(--default-mono-font-variation-settings, normal);
    font-size: 1em;
  }
  small {
    font-size: 80%;
  }
  sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  sub {
    bottom: -0.25em;
  }
  sup {
    top: -0.5em;
  }
  table {
    text-indent: 0;
    border-color: inherit;
    border-collapse: collapse;
  }
  :-moz-focusring {
    outline: auto;
  }
  progress {
    vertical-align: baseline;
  }
  summary {
    display: list-item;
  }
  ol, ul, menu {
    list-style: none;
  }
  img, svg, video, canvas, audio, iframe, embed, object {
    display: block;
    vertical-align: middle;
  }
  img, video {
    max-width: 100%;
    height: auto;
  }
  button, input, select, optgroup, textarea, ::file-selector-button {
    font: inherit;
    font-feature-settings: inherit;
    font-variation-settings: inherit;
    letter-spacing: inherit;
    color: inherit;
    border-radius: 0;
    background-color: transparent;
    opacity: 1;
  }
  :where(select:is([multiple], [size])) optgroup {
    font-weight: bolder;
  }
  :where(select:is([multiple], [size])) optgroup option {
    padding-inline-start: 20px;
  }
  ::file-selector-button {
    margin-inline-end: 4px;
  }
  ::placeholder {
    opacity: 1;
  }
  @supports (not (-webkit-appearance: -apple-pay-button))  or (contain-intrinsic-size: 1px) {
    ::placeholder {
      color: currentcolor;
      @supports (color: color-mix(in lab, red, red)) {
        color: color-mix(in oklab, currentcolor 50%, transparent);
      }
    }
  }
  textarea {
    resize: vertical;
  }
  ::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  ::-webkit-date-and-time-value {
    min-height: 1lh;
    text-align: inherit;
  }
  ::-webkit-datetime-edit {
    display: inline-flex;
  }
  ::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
  }
  ::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
    padding-block: 0;
  }
  :-moz-ui-invalid {
    box-shadow: none;
  }
  button, input:where([type="button"], [type="reset"], [type="submit"]), ::file-selector-button {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .visible {
    visibility: visible;
  }
  .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;
  }
  .absolute {
    position: absolute;
  }
  .relative {
    position: relative;
  }
  .-top-4 {
    top: calc(var(--spacing) * -4);
  }
  .-top-5 {
    top: calc(var(--spacing) * -5);
  }
  .-top-10 {
    top: calc(var(--spacing) * -10);
  }
  .-right-4 {
    right: calc(var(--spacing) * -4);
  }
  .-right-\[-60px\] {
    right: calc(-60px * -1);
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-\[15px\] {
    margin-block: 15px;
  }
  .my-\[35px\] {
    margin-block: 35px;
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-20 {
    margin-top: calc(var(--spacing) * 20);
  }
  .mt-\[-25px\] {
    margin-top: -25px;
  }
  .mt-\[-75px\] {
    margin-top: -75px;
  }
  .mt-\[6vh\] {
    margin-top: 6vh;
  }
  .mt-\[15px\] {
    margin-top: 15px;
  }
  .mt-\[20px\] {
    margin-top: 20px;
  }
  .mt-\[25px\] {
    margin-top: 25px;
  }
  .mt-\[35px\] {
    margin-top: 35px;
  }
  .mt-\[40px\] {
    margin-top: 40px;
  }
  .mt-\[45px\] {
    margin-top: 45px;
  }
  .mt-\[50px\] {
    margin-top: 50px;
  }
  .mt-\[60px\] {
    margin-top: 60px;
  }
  .mt-\[75px\] {
    margin-top: 75px;
  }
  .mt-\[80px\] {
    margin-top: 80px;
  }
  .mt-auto {
    margin-top: auto;
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .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-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .mb-\[5px\] {
    margin-bottom: 5px;
  }
  .mb-\[10px\] {
    margin-bottom: 10px;
  }
  .mb-\[15px\] {
    margin-bottom: 15px;
  }
  .mb-\[20px\] {
    margin-bottom: 20px;
  }
  .mb-\[25px\] {
    margin-bottom: 25px;
  }
  .mb-\[30px\] {
    margin-bottom: 30px;
  }
  .mb-\[35px\] {
    margin-bottom: 35px;
  }
  .mb-\[40px\] {
    margin-bottom: 40px;
  }
  .mb-\[45px\] {
    margin-bottom: 45px;
  }
  .mb-\[50px\] {
    margin-bottom: 50px;
  }
  .mb-\[55px\] {
    margin-bottom: 55px;
  }
  .mb-\[65px\] {
    margin-bottom: 65px;
  }
  .mb-\[75px\] {
    margin-bottom: 75px;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline-block {
    display: inline-block;
  }
  .table {
    display: table;
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-\[2px\] {
    height: 2px;
  }
  .h-\[250px\] {
    height: 250px;
  }
  .h-\[550px\] {
    height: 550px;
  }
  .h-full {
    height: 100%;
  }
  .max-h-0 {
    max-height: calc(var(--spacing) * 0);
  }
  .max-h-\[100\%\] {
    max-height: 100%;
  }
  .max-h-\[200px\] {
    max-height: 200px;
  }
  .min-h-\[60px\] {
    min-height: 60px;
  }
  .min-h-\[450px\] {
    min-height: 450px;
  }
  .min-h-\[550px\] {
    min-height: 550px;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-12 {
    width: calc(var(--spacing) * 12);
  }
  .w-\[20px\] {
    width: 20px;
  }
  .w-\[32px\] {
    width: 32px;
  }
  .w-\[64px\] {
    width: 64px;
  }
  .w-\[85\%\] {
    width: 85%;
  }
  .w-\[100\%\] {
    width: 100%;
  }
  .w-\[100px\] {
    width: 100px;
  }
  .w-full {
    width: 100%;
  }
  .max-w-3xl {
    max-width: var(--container-3xl);
  }
  .max-w-\[65ch\] {
    max-width: 65ch;
  }
  .max-w-\[100\%\] {
    max-width: 100%;
  }
  .max-w-\[unset\] {
    max-width: unset;
  }
  .min-w-\[100\%\] {
    min-width: 100%;
  }
  .min-w-\[250px\] {
    min-width: 250px;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-shrink {
    flex-shrink: 1;
  }
  .flex-grow {
    flex-grow: 1;
  }
  .grow {
    flex-grow: 1;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .rotate-\[90deg\] {
    rotate: 90deg;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .resize {
    resize: both;
  }
  .list-image-none {
    list-style-image: none;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .items-stretch {
    align-items: stretch;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .gap-\[5px\] {
    gap: 5px;
  }
  .gap-\[10px\] {
    gap: 10px;
  }
  .gap-\[15px\] {
    gap: 15px;
  }
  .gap-\[20px\] {
    gap: 20px;
  }
  .gap-\[25px\] {
    gap: 25px;
  }
  .gap-\[30px\] {
    gap: 30px;
  }
  .gap-\[35px\] {
    gap: 35px;
  }
  .gap-\[45px\] {
    gap: 45px;
  }
  .gap-\[50px\] {
    gap: 50px;
  }
  .gap-\[60px\] {
    gap: 60px;
  }
  .self-start {
    align-self: flex-start;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-3xl {
    border-radius: var(--radius-3xl);
  }
  .rounded-\[5px\] {
    border-radius: 5px;
  }
  .rounded-\[10px\] {
    border-radius: 10px;
  }
  .rounded-\[15px\] {
    border-radius: 15px;
  }
  .rounded-\[50px\] {
    border-radius: 50px;
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-t-\[50px\] {
    border-top-left-radius: 50px;
    border-top-right-radius: 50px;
  }
  .rounded-b-\[25px\] {
    border-bottom-right-radius: 25px;
    border-bottom-left-radius: 25px;
  }
  .rounded-b-\[35px\] {
    border-bottom-right-radius: 35px;
    border-bottom-left-radius: 35px;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-\[var\(--secondary-color\)\] {
    border-color: var(--secondary-color);
  }
  .border-gray-300 {
    border-color: var(--color-gray-300);
  }
  .bg-\[\#0BD810\] {
    background-color: #0BD810;
  }
  .bg-\[\#0876ED\] {
    background-color: #0876ED;
  }
  .bg-\[\#E3C311\] {
    background-color: #E3C311;
  }
  .bg-\[var\(--main-color\)\] {
    background-color: var(--main-color);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .object-cover {
    object-fit: cover;
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-7 {
    padding: calc(var(--spacing) * 7);
  }
  .p-\[15px\] {
    padding: 15px;
  }
  .p-\[25px\] {
    padding: 25px;
  }
  .px-1 {
    padding-inline: calc(var(--spacing) * 1);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .px-\[15px\] {
    padding-inline: 15px;
  }
  .px-\[20px\] {
    padding-inline: 20px;
  }
  .px-\[25px\] {
    padding-inline: 25px;
  }
  .py-4 {
    padding-block: calc(var(--spacing) * 4);
  }
  .py-8 {
    padding-block: calc(var(--spacing) * 8);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .py-\[10px\] {
    padding-block: 10px;
  }
  .py-\[15px\] {
    padding-block: 15px;
  }
  .py-\[20px\] {
    padding-block: 20px;
  }
  .py-\[25px\] {
    padding-block: 25px;
  }
  .py-\[30px\] {
    padding-block: 30px;
  }
  .py-\[35px\] {
    padding-block: 35px;
  }
  .py-\[40px\] {
    padding-block: 40px;
  }
  .py-\[45px\] {
    padding-block: 45px;
  }
  .py-\[50px\] {
    padding-block: 50px;
  }
  .py-\[60px\] {
    padding-block: 60px;
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-\[5px\] {
    padding-top: 5px;
  }
  .pt-\[10px\] {
    padding-top: 10px;
  }
  .pt-\[10vh\] {
    padding-top: 10vh;
  }
  .pt-\[15px\] {
    padding-top: 15px;
  }
  .pt-\[15vh\] {
    padding-top: 15vh;
  }
  .pt-\[20px\] {
    padding-top: 20px;
  }
  .pt-\[25px\] {
    padding-top: 25px;
  }
  .pt-\[30px\] {
    padding-top: 30px;
  }
  .pt-\[35px\] {
    padding-top: 35px;
  }
  .pt-\[40px\] {
    padding-top: 40px;
  }
  .pt-\[50px\] {
    padding-top: 50px;
  }
  .pt-\[60px\] {
    padding-top: 60px;
  }
  .pr-4 {
    padding-right: calc(var(--spacing) * 4);
  }
  .pr-\[15px\] {
    padding-right: 15px;
  }
  .pb-6 {
    padding-bottom: calc(var(--spacing) * 6);
  }
  .pb-12 {
    padding-bottom: calc(var(--spacing) * 12);
  }
  .pb-\[5px\] {
    padding-bottom: 5px;
  }
  .pb-\[10px\] {
    padding-bottom: 10px;
  }
  .pb-\[15px\] {
    padding-bottom: 15px;
  }
  .pb-\[20px\] {
    padding-bottom: 20px;
  }
  .pb-\[25px\] {
    padding-bottom: 25px;
  }
  .pb-\[30px\] {
    padding-bottom: 30px;
  }
  .pb-\[35px\] {
    padding-bottom: 35px;
  }
  .pb-\[40px\] {
    padding-bottom: 40px;
  }
  .pb-\[45px\] {
    padding-bottom: 45px;
  }
  .pb-\[50px\] {
    padding-bottom: 50px;
  }
  .pb-\[80px\] {
    padding-bottom: 80px;
  }
  .pl-4 {
    padding-left: calc(var(--spacing) * 4);
  }
  .pl-\[15px\] {
    padding-left: 15px;
  }
  .pl-\[75px\] {
    padding-left: 75px;
  }
  .text-center {
    text-align: center;
  }
  .text-left {
    text-align: left;
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .leading-\[120\%\] {
    --tw-leading: 120%;
    line-height: 120%;
  }
  .leading-\[160\%\] {
    --tw-leading: 160%;
    line-height: 160%;
  }
  .leading-\[168\%\] {
    --tw-leading: 168%;
    line-height: 168%;
  }
  .leading-snug {
    --tw-leading: var(--leading-snug);
    line-height: var(--leading-snug);
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-medium {
    --tw-font-weight: var(--font-weight-medium);
    font-weight: var(--font-weight-medium);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .text-\[var\(--accent-color\)\] {
    color: var(--accent-color);
  }
  .text-\[var\(--main-color\)\] {
    color: var(--main-color);
  }
  .text-\[var\(--secondary-color\)\] {
    color: var(--secondary-color);
  }
  .text-gray-500 {
    color: var(--color-gray-500);
  }
  .text-gray-600 {
    color: var(--color-gray-600);
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .underline {
    text-decoration-line: underline;
  }
  .decoration-\[var\(--main-color\)\] {
    text-decoration-color: var(--main-color);
  }
  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .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, -webkit-backdrop-filter, backdrop-filter;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .md\:my-\[60px\] {
    @media (width >= 48rem) {
      margin-block: 60px;
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:flex {
    @media (width >= 48rem) {
      display: flex;
    }
  }
  .md\:w-\[23\%\] {
    @media (width >= 48rem) {
      width: 23%;
    }
  }
  .md\:w-\[100\%\] {
    @media (width >= 48rem) {
      width: 100%;
    }
  }
  .md\:max-w-\[32\%\] {
    @media (width >= 48rem) {
      max-width: 32%;
    }
  }
  .md\:max-w-\[48\%\] {
    @media (width >= 48rem) {
      max-width: 48%;
    }
  }
  .md\:max-w-\[65ch\] {
    @media (width >= 48rem) {
      max-width: 65ch;
    }
  }
  .md\:max-w-\[unset\] {
    @media (width >= 48rem) {
      max-width: unset;
    }
  }
  .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\:items-center {
    @media (width >= 48rem) {
      align-items: center;
    }
  }
  .md\:justify-evenly {
    @media (width >= 48rem) {
      justify-content: space-evenly;
    }
  }
  .md\:gap-\[5px\] {
    @media (width >= 48rem) {
      gap: 5px;
    }
  }
  .md\:gap-\[15px\] {
    @media (width >= 48rem) {
      gap: 15px;
    }
  }
  .md\:self-center {
    @media (width >= 48rem) {
      align-self: center;
    }
  }
  .md\:pt-\[25px\] {
    @media (width >= 48rem) {
      padding-top: 25px;
    }
  }
  .md\:text-center {
    @media (width >= 48rem) {
      text-align: center;
    }
  }
  .lg\:my-\[75px\] {
    @media (width >= 64rem) {
      margin-block: 75px;
    }
  }
  .lg\:mt-6 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 6);
    }
  }
  .lg\:mt-25 {
    @media (width >= 64rem) {
      margin-top: calc(var(--spacing) * 25);
    }
  }
  .lg\:mt-\[0px\] {
    @media (width >= 64rem) {
      margin-top: 0px;
    }
  }
  .lg\:mt-\[40px\] {
    @media (width >= 64rem) {
      margin-top: 40px;
    }
  }
  .lg\:mt-\[50px\] {
    @media (width >= 64rem) {
      margin-top: 50px;
    }
  }
  .lg\:mt-\[60px\] {
    @media (width >= 64rem) {
      margin-top: 60px;
    }
  }
  .lg\:mt-\[75px\] {
    @media (width >= 64rem) {
      margin-top: 75px;
    }
  }
  .lg\:mt-\[80px\] {
    @media (width >= 64rem) {
      margin-top: 80px;
    }
  }
  .lg\:mt-\[120px\] {
    @media (width >= 64rem) {
      margin-top: 120px;
    }
  }
  .lg\:mb-\[25px\] {
    @media (width >= 64rem) {
      margin-bottom: 25px;
    }
  }
  .lg\:mb-\[50px\] {
    @media (width >= 64rem) {
      margin-bottom: 50px;
    }
  }
  .lg\:mb-\[75px\] {
    @media (width >= 64rem) {
      margin-bottom: 75px;
    }
  }
  .lg\:mb-\[100px\] {
    @media (width >= 64rem) {
      margin-bottom: 100px;
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:max-h-\[400px\] {
    @media (width >= 64rem) {
      max-height: 400px;
    }
  }
  .lg\:min-h-\[100\%\] {
    @media (width >= 64rem) {
      min-height: 100%;
    }
  }
  .lg\:min-h-\[650px\] {
    @media (width >= 64rem) {
      min-height: 650px;
    }
  }
  .lg\:w-\[25\%\] {
    @media (width >= 64rem) {
      width: 25%;
    }
  }
  .lg\:w-\[32\%\] {
    @media (width >= 64rem) {
      width: 32%;
    }
  }
  .lg\:w-\[33\%\] {
    @media (width >= 64rem) {
      width: 33%;
    }
  }
  .lg\:w-\[48\%\] {
    @media (width >= 64rem) {
      width: 48%;
    }
  }
  .lg\:w-\[50\%\] {
    @media (width >= 64rem) {
      width: 50%;
    }
  }
  .lg\:w-\[100\%\] {
    @media (width >= 64rem) {
      width: 100%;
    }
  }
  .lg\:w-\[164px\] {
    @media (width >= 64rem) {
      width: 164px;
    }
  }
  .lg\:w-fit {
    @media (width >= 64rem) {
      width: fit-content;
    }
  }
  .lg\:max-w-1\/2 {
    @media (width >= 64rem) {
      max-width: calc(1/2 * 100%);
    }
  }
  .lg\:max-w-\[20ch\] {
    @media (width >= 64rem) {
      max-width: 20ch;
    }
  }
  .lg\:max-w-\[31\%\] {
    @media (width >= 64rem) {
      max-width: 31%;
    }
  }
  .lg\:max-w-\[32\%\] {
    @media (width >= 64rem) {
      max-width: 32%;
    }
  }
  .lg\:max-w-\[33\%\] {
    @media (width >= 64rem) {
      max-width: 33%;
    }
  }
  .lg\:max-w-\[40ch\] {
    @media (width >= 64rem) {
      max-width: 40ch;
    }
  }
  .lg\:max-w-\[45\%\] {
    @media (width >= 64rem) {
      max-width: 45%;
    }
  }
  .lg\:max-w-\[50\%\] {
    @media (width >= 64rem) {
      max-width: 50%;
    }
  }
  .lg\:max-w-\[65ch\] {
    @media (width >= 64rem) {
      max-width: 65ch;
    }
  }
  .lg\:min-w-fit {
    @media (width >= 64rem) {
      min-width: fit-content;
    }
  }
  .lg\:flex-1 {
    @media (width >= 64rem) {
      flex: 1;
    }
  }
  .lg\:rotate-0 {
    @media (width >= 64rem) {
      rotate: 0deg;
    }
  }
  .lg\:grid-cols-2 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:items-center {
    @media (width >= 64rem) {
      align-items: center;
    }
  }
  .lg\:items-stretch {
    @media (width >= 64rem) {
      align-items: stretch;
    }
  }
  .lg\:justify-between {
    @media (width >= 64rem) {
      justify-content: space-between;
    }
  }
  .lg\:gap-4 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .lg\:gap-5 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .lg\:gap-6 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .lg\:gap-8 {
    @media (width >= 64rem) {
      gap: calc(var(--spacing) * 8);
    }
  }
  .lg\:gap-\[0px\] {
    @media (width >= 64rem) {
      gap: 0px;
    }
  }
  .lg\:gap-\[5px\] {
    @media (width >= 64rem) {
      gap: 5px;
    }
  }
  .lg\:gap-\[10px\] {
    @media (width >= 64rem) {
      gap: 10px;
    }
  }
  .lg\:gap-\[15px\] {
    @media (width >= 64rem) {
      gap: 15px;
    }
  }
  .lg\:gap-\[20px\] {
    @media (width >= 64rem) {
      gap: 20px;
    }
  }
  .lg\:gap-\[25px\] {
    @media (width >= 64rem) {
      gap: 25px;
    }
  }
  .lg\:gap-\[30px\] {
    @media (width >= 64rem) {
      gap: 30px;
    }
  }
  .lg\:gap-\[35px\] {
    @media (width >= 64rem) {
      gap: 35px;
    }
  }
  .lg\:gap-\[40px\] {
    @media (width >= 64rem) {
      gap: 40px;
    }
  }
  .lg\:gap-\[50px\] {
    @media (width >= 64rem) {
      gap: 50px;
    }
  }
  .lg\:rounded-\[100px\] {
    @media (width >= 64rem) {
      border-radius: 100px;
    }
  }
  .lg\:rounded-t-\[100px\] {
    @media (width >= 64rem) {
      border-top-left-radius: 100px;
      border-top-right-radius: 100px;
    }
  }
  .lg\:rounded-b-\[50px\] {
    @media (width >= 64rem) {
      border-bottom-right-radius: 50px;
      border-bottom-left-radius: 50px;
    }
  }
  .lg\:rounded-b-\[100px\] {
    @media (width >= 64rem) {
      border-bottom-right-radius: 100px;
      border-bottom-left-radius: 100px;
    }
  }
  .lg\:p-\[25px\] {
    @media (width >= 64rem) {
      padding: 25px;
    }
  }
  .lg\:py-\[30px\] {
    @media (width >= 64rem) {
      padding-block: 30px;
    }
  }
  .lg\:py-\[60px\] {
    @media (width >= 64rem) {
      padding-block: 60px;
    }
  }
  .lg\:py-\[80px\] {
    @media (width >= 64rem) {
      padding-block: 80px;
    }
  }
  .lg\:py-\[120px\] {
    @media (width >= 64rem) {
      padding-block: 120px;
    }
  }
  .lg\:pt-8 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 8);
    }
  }
  .lg\:pt-12 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 12);
    }
  }
  .lg\:pt-\[20px\] {
    @media (width >= 64rem) {
      padding-top: 20px;
    }
  }
  .lg\:pt-\[35px\] {
    @media (width >= 64rem) {
      padding-top: 35px;
    }
  }
  .lg\:pt-\[40px\] {
    @media (width >= 64rem) {
      padding-top: 40px;
    }
  }
  .lg\:pt-\[50px\] {
    @media (width >= 64rem) {
      padding-top: 50px;
    }
  }
  .lg\:pt-\[60px\] {
    @media (width >= 64rem) {
      padding-top: 60px;
    }
  }
  .lg\:pt-\[75px\] {
    @media (width >= 64rem) {
      padding-top: 75px;
    }
  }
  .lg\:pt-\[80px\] {
    @media (width >= 64rem) {
      padding-top: 80px;
    }
  }
  .lg\:pt-\[110px\] {
    @media (width >= 64rem) {
      padding-top: 110px;
    }
  }
  .lg\:pt-\[120px\] {
    @media (width >= 64rem) {
      padding-top: 120px;
    }
  }
  .lg\:pr-6 {
    @media (width >= 64rem) {
      padding-right: calc(var(--spacing) * 6);
    }
  }
  .lg\:pb-8 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 8);
    }
  }
  .lg\:pb-12 {
    @media (width >= 64rem) {
      padding-bottom: calc(var(--spacing) * 12);
    }
  }
  .lg\:pb-\[20px\] {
    @media (width >= 64rem) {
      padding-bottom: 20px;
    }
  }
  .lg\:pb-\[30px\] {
    @media (width >= 64rem) {
      padding-bottom: 30px;
    }
  }
  .lg\:pb-\[40px\] {
    @media (width >= 64rem) {
      padding-bottom: 40px;
    }
  }
  .lg\:pb-\[50px\] {
    @media (width >= 64rem) {
      padding-bottom: 50px;
    }
  }
  .lg\:pb-\[60px\] {
    @media (width >= 64rem) {
      padding-bottom: 60px;
    }
  }
  .lg\:pb-\[80px\] {
    @media (width >= 64rem) {
      padding-bottom: 80px;
    }
  }
  .lg\:pb-\[100px\] {
    @media (width >= 64rem) {
      padding-bottom: 100px;
    }
  }
  .lg\:pl-6 {
    @media (width >= 64rem) {
      padding-left: calc(var(--spacing) * 6);
    }
  }
  .lg\:text-center {
    @media (width >= 64rem) {
      text-align: center;
    }
  }
}
@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');
@layer base {
  *, *::before, *::after {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  html {
    scroll-behavior: smooth;
  }
  .heart {
    width: 19px;
    height: 19px;
    background-color: #e63946;
    position: relative;
    transform: rotate(-45deg);
    animation: heartbeat 1s infinite;
    display: inline-block;
    margin: 0 10px;
  }
  .heart::before, .heart::after {
    content: "";
    width: 19px;
    height: 19px;
    background-color: #e63946;
    border-radius: 50%;
    position: absolute;
  }
  .heart::before {
    top: -9.5px;
    left: 0;
  }
  .heart::after {
    top: 0;
    left: 9.5px;
  }
  @keyframes heartbeat {
    0%, 100% {
      transform: rotate(-45deg) scale(1);
    }
    50% {
      transform: rotate(-45deg) scale(1.2);
    }
  }
}
figure {
  margin: 0;
}
:root {
  --main-color: #F8F8F8;
  --secondary-color: #010101;
  --accent-color: #DD3A41;
  --black-bg: #0C0C0C;
  --blue-link: #0066FF;
  --title: 50px;
  --large-text: 38px;
  --medium-text: 32px;
  --normal-text: 24px;
  --small-text: 18px;
  --main-font: "Outfit", sans-serif;
}
.container {
  max-width: 1300px;
  width: 90%;
  margin: 0 auto;
}
.sr-only {
  display: none;
}
body {
  background: var(--main-color);
  color: var(--secondary-color);
  font-family: var(--main-font);
  overflow-x: hidden;
}
.title {
  font-size: var(--title);
}
.large-text {
  font-size: var(--large-text);
}
.medium-text {
  font-size: var(--medium-text);
}
.normal-text {
  font-size: var(--normal-text);
}
.small-text {
  font-size: var(--small-text);
}
.body-text {
  font-size: var(--small-text);
}
.accent-text {
  color: var(--accent-color);
}
.accent-bg {
  background: var(--accent-color);
  color: var(--main-color);
}
.footer-credit {
  font-size: 14px;
}
.btn {
  font-weight: 600;
  text-decoration: none;
  display: block;
  width: fit-content;
  color: var(--main-color);
  text-transform: uppercase;
  padding: 10px 20px;
  border-radius: 10px;
  border: 2px solid var(--main-color);
  background: #252525;
  box-shadow: 3px 3px var(--main-color);
  cursor: pointer;
}
.btn-red {
  background: var(--accent-color);
  border: 2px solid var(--secondary-color);
  box-shadow: 3px 3px var(--secondary-color);
}
.btn-white {
  background: var(--main-color);
  border: 2px solid var(--secondary-color);
  color: var(--secondary-color);
  box-shadow: 3px 3px var(--secondary-color);
}
.btn:active {
  box-shadow: none;
  transform: translate(3px, 3px);
}
.landing-features-block, .landing-offer-block, .landing-review-item, .landing-review, .g2l-advantage, .versus-first-block, .random-post, .blog-slide, .funfact-block, .hned-value-block {
  box-shadow: 3px 3px var(--secondary-color);
  border: 2px solid var(--secondary-color);
}
.landing-portfolio-block-sec {
  margin-top: 75px;
}
.funfact-block {
  background: linear-gradient( 135deg, rgba(173, 216, 230, 0.4),  rgba(255, 99, 132, 0.2));
}
.funfact-block .small-text {
  font-size: calc(var(--small-text) + 2px);
}
#primary-header {
  padding: 10px 10px 5px 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 4vw;
  flex-shrink: 0;
}
.responsive-menu {
  display: none;
}
.primary-navigation ul {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4vw;
  flex-shrink: 0;
}
.primary-navigation ul li a {
  text-decoration: none;
  position: relative;
}
.hidden-scroll {
  opacity: 0;
  transition: all 1s;
}
.from-left {
  filter: blur(5px);
  transition: all 1s;
  transform: translateX(-100%);
}
.from-right {
  filter: blur(5px);
  transition: all 1s;
  transform: translateX(100%);
}
.show-scroll {
  opacity: 1;
  filter: blur(0);
  transform: translateX(0);
}
.landing-features-wrapper:nth-child(even) {
  transition-delay: 400ms;
}
.landing-offer-block:nth-child(2), .landing-review:nth-child(2) {
  transition-delay: 400ms;
}
.landing-offer-block:nth-child(3), .landing-review:nth-child(3) {
  transition-delay: 600ms;
}
.landing-review-item:nth-child(2) {
  transition-delay: 200ms;
}
.landing-review-item:nth-child(3) {
  transition-delay: 400ms;
}
.landing-review-item:nth-child(4) {
  transition-delay: 600ms;
}
.g2l-advantage:nth-child(2) {
  transition-delay: 200ms;
}
.g2l-advantage:nth-child(3) {
  transition-delay: 400ms;
}
.g2l-advantage:nth-child(5) {
  transition-delay: 600ms;
}
.g2l-advantage:nth-child(6) {
  transition-delay: 800ms;
}
.g2l-webfeature:nth-child(2) {
  transition-delay: 200ms;
}
.g2l-webfeature:nth-child(3) {
  transition-delay: 400ms;
}
.hned-value-block:nth-child(2), .hned-value-block:nth-child(5) {
  transition-delay: 200ms;
}
.hned-value-block:nth-child(3), .hned-value-block:nth-child(6) {
  transition-delay: 400ms;
}
.slideshow {
  padding: 80px 0;
}
.hero-text {
  padding-top: 8vh;
}
.swiper {
  width: 100%;
  height: 100%;
}
.MySwiper2 {
  width: 95%;
}
.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.text-stroke {
  -webkit-text-stroke: 1px var(--secondary-color);
}
.landing-form-container {
  width: 50%;
  margin-top: 50px;
}
.forminator-herog2l-container {
  width: 100%;
  margin-top: 0;
}
.forminator-custom-form {
  box-shadow: 3px 3px var(--secondary-color) !important;
  border: 2px solid var(--secondary-color) !important;
  padding: 30px 35px !important;
  border-radius: 10px !important;
}
.forminator-herog2l-container .forminator-custom-form {
  background: var(--main-color) !important;
  color: var(--secondary-color) !important;
}
.forminator-label {
  font-size: var(--normal-text) !important;
  font-weight: 500 !important;
  color: var(--secondary-color) !important;
  margin-bottom: 10px !important;
  align-self: flex-start !important;
  text-align: left !important;
  width: 100% !important;
}
.forminator-herog2l-container .forminator-label {
  font-size: var(--small-text) !important;
  font-weight: 600 !important;
  margin-bottom: 5px !important;
}
.forminator-button {
  text-transform: uppercase !important;
  font-size: var(--normal-text) !important;
  font-weight: 600 !important;
  color: var(--main-color) !important;
  background: var(--accent-color) !important;
  border-radius: 10px !important;
  padding: 10px 20px !important;
  border: 2px solid var(--secondary-color) !important;
  box-shadow: 3px 3px var(--secondary-color) !important;
}
.forminator-button:active {
  box-shadow: none !important;
  transform: translate(3px, 3px) !important;
}
.forminator-field {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.forminator-description {
  align-self: flex-end;
}
.article-wrapper {
  width: 60%;
  margin: 0 auto;
}
.article-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.article-wrapper p {
  align-self: flex-start;
  font-size: calc(var(--small-text) + 2px);
  line-height: 150%;
}
.article-wrapper h2 {
  align-self: flex-start;
  margin-top: 15px;
  font-size: var(--large-text);
  font-weight: 600;
}
.article-wrapper h3 {
  align-self: flex-start;
  margin-top: 10px;
  font-size: var(--medium-text);
  font-weight: 600;
}
.article-wrapper h4 {
  align-self: flex-start;
  margin-top: 5px;
  font-size: var(--normal-text);
  font-weight: 600;
}
.article-wrapper a {
  text-decoration: none;
  color: var(--blue-link);
  font-weight: 500;
  position: relative;
}
.article-wrapper i, .article-wrapper span {
  align-self: flex-start;
}
.article-wrapper a:hover {
  transition: all 0.5s ease-in-out;
  text-decoration: underline;
}
.article-wrapper ul, .article-wrapper ol {
  font-size: calc(var(--small-text) + 2px);
  list-style-type: initial;
  padding-left: 50px;
  align-self: flex-start;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
#ez-toc-container {
  align-self: flex-start;
  box-shadow: 3px 3px var(--secondary-color) !important;
  border: 2px solid var(--secondary-color) !important;
}
.authors {
  border-radius: 10px;
  align-self: flex-start;
  box-shadow: 3px 3px var(--secondary-color) !important;
  border: 2px solid var(--secondary-color) !important;
}
.authors-content .btn {
  margin-top: 15px;
  font-size: calc(var(--small-text) + 2px);
  color: var(--secondary-color);
  font-weight: 600;
}
.authors-content .btn:hover {
  text-decoration: none;
}
.related-block {
  align-self: flex-start;
  box-shadow: 3px 3px var(--secondary-color) !important;
  border: 2px solid var(--secondary-color) !important;
}
.related-block .btn {
  margin-top: 15px;
  font-size: calc(var(--small-text) + 2px);
  color: var(--main-color);
  background: var(--accent-color);
  font-weight: 600;
  width: 100%;
  text-align: center;
}
.related-block .btn:hover {
  text-decoration: none;
}
.related-block h3 {
  font-size: var(--normal-text);
}
.authors-content .small-text {
  font-size: var(--small-text);
}
@media (max-width: 900px) {
  :root {
    --title: 40px;
    --large-text: 36px;
    --medium-text: 28px;
    --normal-text: 22px;
    --small-text: 18px;
  }
  #primary-header {
    padding: 1px 15px;
    justify-content: space-between;
    gap: unset;
  }
  .responsive-menu {
    display: unset;
  }
  .primary-navigation {
    display: none;
  }
  .menu-btn {
    position: relative;
    display: flex;
    z-index: 1;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    cursor: pointer;
    transition: all .5s ease-in-out;
  }
  .menu-btn__burger, .menu-btn__burger::before, .menu-btn__burger::after {
    content: '';
    position: absolute;
    width: 50px;
    height: 6px;
    background: #fff;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(37, 11, 2, 0.2);
    transition: all .5s ease-in-out;
  }
  .menu-btn__burger::before {
    transform: translateY(-16px);
  }
  .menu-btn__burger::after {
    transform: translateY(16px);
  }
  .menu-btn.open .menu-btn__burger {
    transform: translateX(-50px);
    background: transparent;
    box-shadow: none;
  }
  .menu-btn.open .menu-btn__burger::before {
    transform: rotate(45deg) translate(35px, -35px);
  }
  .menu-btn.open .menu-btn__burger::after {
    transform: rotate(-45deg) translate(35px, 35px);
  }
  .sidebar {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    background-color: var(--black-bg);
    color: var(--main-color);
    transition: height .4s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .sidebar.open {
    height: 100%;
  }
  .sidebar nav {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }
  .sidebar nav div a {
    text-decoration: none;
    color: var(--main-color);
    font-weight: 500;
    font-size: 20px;
  }
  .sidebar nav .current_page_item a {
    position: relative;
  }
  .sidebar nav .current_page_item a::after {
    content: "" !important;
    position: absolute !important;
    bottom: -3px !important;
    left: 0 !important;
    width: 100% !important;
    height: 1px !important;
    background-color: var(--secondary-color) !important;
  }
  .hero-text {
    padding-top: 5vh;
  }
  .slideshow {
    padding: 50px 0;
  }
  .landing-portfolio-block-sec {
    margin-top: unset;
  }
  .landing-form-container {
    width: 90%;
    margin-top: 35px;
  }
  .g2l-hero-section .hero-img {
    display: none;
  }
  .article-wrapper {
    width: 90%;
  }
}
@media (max-width: 600px) {
  :root {
    --title: 30px;
    --large-text: 28px;
    --medium-text: 24px;
    --normal-text: 20px;
    --small-text: 16px;
  }
  .MySwiper2 {
    width: 90%;
  }
  .article-wrapper ul, .article-wrapper ol {
    padding-left: 15px;
  }
}
@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-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-leading {
  syntax: "*";
  inherits: false;
}
@property --tw-font-weight {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-inset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-inset-ring-color {
  syntax: "*";
  inherits: false;
}
@property --tw-inset-ring-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-ring-inset {
  syntax: "*";
  inherits: false;
}
@property --tw-ring-offset-width {
  syntax: "<length>";
  inherits: false;
  initial-value: 0px;
}
@property --tw-ring-offset-color {
  syntax: "*";
  inherits: false;
  initial-value: #fff;
}
@property --tw-ring-offset-shadow {
  syntax: "*";
  inherits: false;
  initial-value: 0 0 #0000;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@property --tw-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-color {
  syntax: "*";
  inherits: false;
}
@property --tw-drop-shadow-alpha {
  syntax: "<percentage>";
  inherits: false;
  initial-value: 100%;
}
@property --tw-drop-shadow-size {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  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-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-color: initial;
      --tw-shadow-alpha: 100%;
      --tw-inset-shadow: 0 0 #0000;
      --tw-inset-shadow-color: initial;
      --tw-inset-shadow-alpha: 100%;
      --tw-ring-color: initial;
      --tw-ring-shadow: 0 0 #0000;
      --tw-inset-ring-color: initial;
      --tw-inset-ring-shadow: 0 0 #0000;
      --tw-ring-inset: initial;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-outline-style: solid;
      --tw-blur: initial;
      --tw-brightness: initial;
      --tw-contrast: initial;
      --tw-grayscale: initial;
      --tw-hue-rotate: initial;
      --tw-invert: initial;
      --tw-opacity: initial;
      --tw-saturate: initial;
      --tw-sepia: initial;
      --tw-drop-shadow: initial;
      --tw-drop-shadow-color: initial;
      --tw-drop-shadow-alpha: 100%;
      --tw-drop-shadow-size: initial;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
}
