/*! 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-white: #fff;
    --spacing: 0.25rem;
    --container-xl: 1200px;
    --text-xs: 11px;
    --text-xs--line-height: 16px;
    --text-xl: 19px;
    --text-xl--line-height: 24px;
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-3xl: 27px;
    --text-3xl--line-height: 32px;
    --text-5xl: 46px;
    --text-5xl--line-height: 56px;
    --text-6xl: 56px;
    --text-6xl--line-height: 64px;
    --font-weight-medium: 500;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --default-font-family: var(--font-sans);
    --default-mono-font-family: var(--font-mono);
    --text-s: 13px;
    --text-s--line-height: 16px;
    --text-m: 15px;
    --text-m--line-height: 19px;
  }
}
@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;
  }
  ::-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 {
    appearance: button;
  }
  ::-webkit-inner-spin-button, ::-webkit-outer-spin-button {
    height: auto;
  }
  [hidden]:where(:not([hidden="until-found"])) {
    display: none !important;
  }
}
@layer utilities {
  .absolute {
    position: absolute;
  }
  .absolute\! {
    position: absolute !important;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-8\.75\! {
    top: calc(var(--spacing) * 8.75) !important;
  }
  .top-32\.5 {
    top: calc(var(--spacing) * 32.5);
  }
  .-right-6\.25 {
    right: calc(var(--spacing) * -6.25);
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-13\.75\! {
    left: calc(var(--spacing) * 13.75) !important;
  }
  .z-1 {
    z-index: 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;
  }
  .mt-1 {
    margin-top: calc(var(--spacing) * 1);
  }
  .mt-3 {
    margin-top: calc(var(--spacing) * 3);
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-6 {
    margin-top: calc(var(--spacing) * 6);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-16 {
    margin-top: calc(var(--spacing) * 16);
  }
  .mr-4 {
    margin-right: calc(var(--spacing) * 4);
  }
  .mb-1 {
    margin-bottom: calc(var(--spacing) * 1);
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-3 {
    margin-bottom: calc(var(--spacing) * 3);
  }
  .mb-4 {
    margin-bottom: calc(var(--spacing) * 4);
  }
  .mb-6 {
    margin-bottom: calc(var(--spacing) * 6);
  }
  .mb-7\.5 {
    margin-bottom: calc(var(--spacing) * 7.5);
  }
  .ml-2 {
    margin-left: calc(var(--spacing) * 2);
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .inline {
    display: inline;
  }
  .size-6 {
    width: calc(var(--spacing) * 6);
    height: calc(var(--spacing) * 6);
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-8 {
    height: calc(var(--spacing) * 8);
  }
  .h-12 {
    height: calc(var(--spacing) * 12);
  }
  .h-auto {
    height: auto;
  }
  .h-full\! {
    height: 100% !important;
  }
  .max-h-18 {
    max-height: calc(var(--spacing) * 18);
  }
  .max-h-fit {
    max-height: fit-content;
  }
  .w-4 {
    width: calc(var(--spacing) * 4);
  }
  .w-8 {
    width: calc(var(--spacing) * 8);
  }
  .w-20 {
    width: calc(var(--spacing) * 20);
  }
  .w-67\.5 {
    width: calc(var(--spacing) * 67.5);
  }
  .w-\[15\%\] {
    width: 15%;
  }
  .w-\[40\%\] {
    width: 40%;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .max-w-fit {
    max-width: fit-content;
  }
  .max-w-xl {
    max-width: var(--container-xl);
  }
  .min-w-10 {
    min-width: calc(var(--spacing) * 10);
  }
  .min-w-33\.5 {
    min-width: calc(var(--spacing) * 33.5);
  }
  .grow {
    flex-grow: 1;
  }
  .columns-2 {
    columns: 2;
  }
  .grid-flow-col-dense {
    grid-auto-flow: column dense;
  }
  .grid-cols-\[24px_minmax\(0\,1fr\)\] {
    grid-template-columns: 24px minmax(0,1fr);
  }
  .grid-cols-\[270px_1fr\] {
    grid-template-columns: 270px 1fr;
  }
  .flex-col {
    flex-direction: column;
  }
  .items-center {
    align-items: center;
  }
  .justify-around {
    justify-content: space-around;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-16 {
    gap: calc(var(--spacing) * 16);
  }
  .space-x-4 {
    :where(& > :not(:last-child)) {
      --tw-space-x-reverse: 0;
      margin-inline-start: calc(calc(var(--spacing) * 4) * var(--tw-space-x-reverse));
      margin-inline-end: calc(calc(var(--spacing) * 4) * calc(1 - var(--tw-space-x-reverse)));
    }
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-b-2 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 2px;
  }
  .border-\[rgba\(154\,152\,155\,0\.16\)\]\! {
    border-color: rgba(154,152,155,0.16) !important;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .p-1 {
    padding: calc(var(--spacing) * 1);
  }
  .p-1\.5 {
    padding: calc(var(--spacing) * 1.5);
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-6 {
    padding: calc(var(--spacing) * 6);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .p-16 {
    padding: calc(var(--spacing) * 16);
  }
  .p-\[24px_16px\] {
    padding: 24px 16px;
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .pt-4 {
    padding-top: calc(var(--spacing) * 4);
  }
  .pt-6 {
    padding-top: calc(var(--spacing) * 6);
  }
  .pt-13 {
    padding-top: calc(var(--spacing) * 13);
  }
  .pr-0\.5 {
    padding-right: calc(var(--spacing) * 0.5);
  }
  .pr-4 {
    padding-right: calc(var(--spacing) * 4);
  }
  .pr-17\.5 {
    padding-right: calc(var(--spacing) * 17.5);
  }
  .pb-1 {
    padding-bottom: calc(var(--spacing) * 1);
  }
  .pb-2 {
    padding-bottom: calc(var(--spacing) * 2);
  }
  .pb-4 {
    padding-bottom: calc(var(--spacing) * 4);
  }
  .pb-16 {
    padding-bottom: calc(var(--spacing) * 16);
  }
  .text-center {
    text-align: center;
  }
  .align-middle {
    vertical-align: middle;
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-3xl {
    font-size: var(--text-3xl);
    line-height: var(--tw-leading, var(--text-3xl--line-height));
  }
  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .text-6xl {
    font-size: var(--text-6xl);
    line-height: var(--tw-leading, var(--text-6xl--line-height));
  }
  .text-m {
    font-size: var(--text-m);
    line-height: var(--tw-leading, var(--text-m--line-height));
  }
  .text-s {
    font-size: var(--text-s);
    line-height: var(--tw-leading, var(--text-s--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-xs {
    font-size: var(--text-xs);
    line-height: var(--tw-leading, var(--text-xs--line-height));
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .leading-4 {
    --tw-leading: calc(var(--spacing) * 4);
    line-height: calc(var(--spacing) * 4);
  }
  .leading-5 {
    --tw-leading: calc(var(--spacing) * 5);
    line-height: calc(var(--spacing) * 5);
  }
  .leading-6 {
    --tw-leading: calc(var(--spacing) * 6);
    line-height: calc(var(--spacing) * 6);
  }
  .leading-7\.5 {
    --tw-leading: calc(var(--spacing) * 7.5);
    line-height: calc(var(--spacing) * 7.5);
  }
  .leading-11 {
    --tw-leading: calc(var(--spacing) * 11);
    line-height: calc(var(--spacing) * 11);
  }
  .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-ellipsis {
    text-overflow: ellipsis;
  }
  .text-white {
    color: var(--color-white);
  }
  .uppercase {
    text-transform: uppercase;
  }
}
@layer base {
  @font-face {
    font-family: "Onest";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url(/static/fonts/onest/Onest-Black.woff2) format("woff2");
  }
  @font-face {
    font-family: "Onest";
    font-style: normal;
    font-weight: 800;
    font-display: swap;
    src: url(/static/fonts/onest/Onest-ExtraBold.woff2) format("woff2");
  }
  @font-face {
    font-family: "Onest";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(/static/fonts/onest/Onest-Bold.woff2) format("woff2");
  }
  @font-face {
    font-family: "Onest";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(/static/fonts/onest/Onest-SemiBold.woff2) format("woff2");
  }
  @font-face {
    font-family: "Onest";
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url(/static/fonts/onest/Onest-Medium.woff2) format("woff2");
  }
  @font-face {
    font-family: "Onest";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(/static/fonts/onest/Onest-Regular.woff2) format("woff2");
  }
  @font-face {
    font-family: "Onest";
    font-style: normal;
    font-weight: 300;
    font-display: swap;
    src: url(/static/fonts/onest/Onest-Thin.woff2) format("woff2");
  }
  @font-face {
    font-family: "Onest";
    font-style: normal;
    font-weight: 200;
    font-display: swap;
    src: url(/static/fonts/onest/Onest-Light.woff2) format("woff2");
  }
  @font-face {
    font-family: "Onest";
    font-style: normal;
    font-weight: 100;
    font-display: swap;
    src: url(/static/fonts/onest/Onest-ExtraLight.woff2) format("woff2");
  }
  html {
    font-family: "Onest", sans-serif;
  }
}
@layer utilities {
  .background-primary {
    background-color: rgba(242, 242, 242, 1);
  }
  .background-secondary-16 {
    background-color: rgba(154, 152, 155, 0.16);
  }
  .background-secondary-8 {
    background-color: rgba(154, 152, 155, 0.08);
  }
  .background-branding {
    background-color: rgba(123, 25, 153, 1);
  }
  .background-success {
    background-color: rgba(34, 197, 94, 1);
  }
  .background-danger {
    background-color: rgba(239, 68, 68, 1);
  }
  .border-secondary-8 {
    border-color: rgba(154, 152, 155, 0.08);
  }
  .border-secondary-16 {
    border-color: rgba(154, 152, 155, 0.08);
  }
  .border-branding {
    border-color: rgba(123, 25, 153, 1);
  }
  .color-secondary {
    color: rgba(154, 152, 155, 1);
  }
  .color-success {
    color: rgba(34, 197, 94, 1);
  }
  .color-danger {
    color: rgba(239, 68, 68, 1);
  }
  .color-branding {
    color: rgba(123, 25, 153, 1);
  }
  .color-branding-gradient {
    background-image: radial-gradient(	77.89% 89.84% at 0% 0%,	rgba(212, 119, 251, 1) 0%,	rgba(139, 26, 177, 1) 100%	);
    background-clip: text;
    color: transparent !important;
  }
  .tag-new {
    &::after {
      content: "New";
      display: inline-block;
      font-size: 11px;
      height: 16px;
      color: rgba(255, 255, 255, 1);
      background-color: rgba(123, 25, 153, 1);
      padding: 0px 4px;
      border-radius: 4px;
      margin-left: 8px;
      font-weight: 700;
    }
  }
  .button {
    padding: 8px 12px;
    background-color: rgba(139, 26, 177, 1);
    color: white;
    border-radius: 8px;
    cursor: pointer;
    white-space: nowrap;
    line-height: 16px;
  }
  .navigation {
    font-size: var(--text-s);
  }
  .navigation li {
    padding: 8px 12px;
    margin: 0;
    font-weight: var(--font-weight-medium);
  }
  .navigation li:hover {
    background-color: rgba(13, 13, 13, 0.1);
    border-radius: 8px;
  }
  .navigation-link {
    position: relative;
  }
  .navigation-link:hover {
    background-color: transparent !important;
  }
  .navigation-link:hover img {
    transform: rotate(180deg);
  }
  .navigation-link .navigation-link-popup {
    position: absolute;
    right: 0;
    display: none;
    width: max-content;
    max-width: 528px;
    grid-template-columns: 1fr 1fr;
    gap: 8px 16px;
    padding: 16px;
    background-color: white;
    border-radius: 8px;
    box-shadow: 0px 8px 64px rgba(13, 13, 13, 0.19999999999999996);
  }
  .navigation-link .navigation-link-popup-mobile {
    display: none;
    width: 100%;
    max-width: 100%;
  }
  .navigation-link .navigation-link-popup-mobile .navigation-link-popup-item {
    padding: 12px 0;
  }
  .navigation-link .navigation-link-popup-column {
    grid-template-columns: 1fr;
    max-width: 276px;
  }
  .navigation-link-popup-item {
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding: 8px;
  }
  .navigation-link-popup-item:hover .highlight {
    color: rgba(123, 25, 153, 1);
    fill: rgba(123, 25, 153, 1);
  }
  .navigation-link:hover .navigation-link-popup,	.navigation-link:hover .navigation-link-popup-mobile {
    display: grid;
  }
}
.mobile-navigation {
  display: flex;
  align-items: center;
}
.mobile-navigation-slider {
  position: fixed;
  top: 0;
  right: 0;
  width: 300px;
  height: 100vh;
  background-color: white;
  box-shadow: 2px 0 5px rgba(0, 0, 0, 0.3);
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
  z-index: 1000;
}
.mobile-navigation-slider__header {
  padding: 16px;
}
.mobile-navigation-slider__body {
  padding: 16px;
}
.hamburger {
  padding: 8px;
  cursor: pointer;
  display: none;
}
.hamburger:hover .mobile-navigation-slider {
  transform: translateX(0);
}
.mobile-menu__content {
  position: fixed;
  display: none;
  width: 100%;
  bottom: 0;
  justify-content: space-around;
  padding: 8px 4px 4px 4px;
  background-color: rgba(242, 242, 242, 1);
  color: rgb(154, 152, 155);
}
.mobile-menu__content a {
  flex-grow: 1;
  flex-basis: 0;
  min-width: 0;
}
.main-section {
  grid-template-columns: minmax(0, 1fr) 320px;
}
.divider {
  height: 1px;
  background-color: rgba(154, 152, 155, 0.08);
}
.dot-after::after {
  content: "•";
  margin: 0 8px;
  color: rgba(154, 152, 155, 1);
}
.article-info {
  flex-wrap: wrap;
}
.article-info a {
  color: rgba(59, 130, 246, 1);
}
.article-image {
  max-width: 100%;
}
.related-articles__article {
  display: flex;
  gap: 16px;
  margin-bottom: 16px;
}
.related-articles__article-image {
  min-width: 270px;
  height: 188px;
}
.related-articles__article-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.sharing {
  display: flex;
  gap: 16px;
}
.breadcrumbs {
  display: flex;
  gap: 16px;
  align-items: center;
}
.breadcrumbs .home a {
  display: block;
  width: 24px;
  height: 24px;
}
.breadcrumbs .arrow {
  transform: rotate(270deg);
}
.breadcrumbs__article-title {
  white-space: nowrap;
  overflow: hidden !important;
  text-overflow: ellipsis;
}
.prices {
  padding: 24px 16px;
  border-radius: 12px;
  margin-top: 24px;
  background: rgba(154, 152, 155, 0.04);
  border: 1px solid rgba(154, 152, 155, 0.16);
  width: 320px;
}
.prices__table-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
}
.decoration {
  position: relative;
  min-width: 8px;
  height: auto;
  overflow: hidden;
  top: 4px;
}
.dot {
  position: absolute;
  width: 8px;
  height: 8px;
  border: 2px solid rgba(123, 25, 153, 1);
  background-color: white;
  border-radius: 50%;
  z-index: 1;
}
.dashed {
  position: absolute;
  left: 3px;
  top: 3px;
  width: 1px;
  border: 1px dashed rgba(154, 152, 155, 0.16);
  height: 100%;
}
.article-number {
  position: absolute;
  top: 24px;
  right: 0;
  color: rgba(154, 152, 155, 0.4);
}
@media (max-width: 1240px) {
  .main-section {
    grid-template-columns: 1fr;
    padding: 0 20px;
  }
  .navigation {
    display: none;
  }
  .hamburger {
    display: block;
  }
  .mobile-menu__content {
    display: flex;
  }
  .hero {
    padding: 32px 16px;
  }
  .hero .text-6xl {
    font-size: 36px;
  }
  .hero .text-xl {
    font-size: 15px;
  }
  .button {
    width: 100%;
  }
  .footer {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 32px;
  }
}
@property --tw-space-x-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;
}
@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-space-x-reverse: 0;
      --tw-border-style: solid;
      --tw-leading: initial;
      --tw-font-weight: initial;
    }
  }
}
