/*! tailwindcss v4.2.2 | 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-500: oklch(55.1% 0.027 264.364);
    --color-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --font-weight-bold: 700;
    --radius-2xl: 1rem;
    --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;
  }
  ::-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;
  }
  .relative {
    position: relative;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-\[-100px\] {
    top: -100px;
  }
  .top-\[-200px\] {
    top: -200px;
  }
  .top-\[-300px\] {
    top: -300px;
  }
  .top-\[0px\] {
    top: 0px;
  }
  .top-\[20px\] {
    top: 20px;
  }
  .top-\[30px\] {
    top: 30px;
  }
  .top-\[40px\] {
    top: 40px;
  }
  .top-\[50\%\] {
    top: 50%;
  }
  .top-\[50px\] {
    top: 50px;
  }
  .top-\[53px\] {
    top: 53px;
  }
  .top-\[55px\] {
    top: 55px;
  }
  .top-\[60px\] {
    top: 60px;
  }
  .top-\[65px\] {
    top: 65px;
  }
  .top-\[70px\] {
    top: 70px;
  }
  .top-\[75px\] {
    top: 75px;
  }
  .top-\[90px\] {
    top: 90px;
  }
  .top-\[100px\] {
    top: 100px;
  }
  .top-\[110px\] {
    top: 110px;
  }
  .top-\[150px\] {
    top: 150px;
  }
  .top-\[170px\] {
    top: 170px;
  }
  .top-\[230px\] {
    top: 230px;
  }
  .top-\[250px\] {
    top: 250px;
  }
  .top-\[1000px\] {
    top: 1000px;
  }
  .top-\[1200px\] {
    top: 1200px;
  }
  .top-\[px\] {
    top: px;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-\[-10px\] {
    right: -10px;
  }
  .right-\[-20px\] {
    right: -20px;
  }
  .right-\[-\] {
    right: -;
  }
  .right-\[90px\] {
    right: 90px;
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-\[-10px\] {
    bottom: -10px;
  }
  .bottom-\[-20px\] {
    bottom: -20px;
  }
  .bottom-\[-100px\] {
    bottom: -100px;
  }
  .bottom-\[-200px\] {
    bottom: -200px;
  }
  .bottom-\[-400px\] {
    bottom: -400px;
  }
  .bottom-\[0px\] {
    bottom: 0px;
  }
  .bottom-\[px\] {
    bottom: px;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-\[10px\] {
    left: 10px;
  }
  .left-\[20px\] {
    left: 20px;
  }
  .left-\[40px\] {
    left: 40px;
  }
  .left-\[50\%\] {
    left: 50%;
  }
  .left-\[50px\] {
    left: 50px;
  }
  .left-\[55px\] {
    left: 55px;
  }
  .left-\[60px\] {
    left: 60px;
  }
  .left-\[70px\] {
    left: 70px;
  }
  .left-\[75px\] {
    left: 75px;
  }
  .left-\[80px\] {
    left: 80px;
  }
  .left-\[100px\] {
    left: 100px;
  }
  .left-\[120px\] {
    left: 120px;
  }
  .left-\[170px\] {
    left: 170px;
  }
  .left-\[180px\] {
    left: 180px;
  }
  .left-\[200px\] {
    left: 200px;
  }
  .left-\[300px\] {
    left: 300px;
  }
  .m-auto {
    margin: auto;
  }
  .mt-\[20px\] {
    margin-top: 20px;
  }
  .mt-\[50px\] {
    margin-top: 50px;
  }
  .mt-\[100px\] {
    margin-top: 100px;
  }
  .mt-\[200px\] {
    margin-top: 200px;
  }
  .mt-\[300px\] {
    margin-top: 300px;
  }
  .mt-\[500px\] {
    margin-top: 500px;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .table {
    display: table;
  }
  .h-\[80px\] {
    height: 80px;
  }
  .h-\[100\%\] {
    height: 100%;
  }
  .h-\[100\] {
    height: 100;
  }
  .h-\[100зч\] {
    height: 100зч;
  }
  .h-\[a\] {
    height: a;
  }
  .h-auto {
    height: auto;
  }
  .w-\[0\%\] {
    width: 0%;
  }
  .w-\[3px\] {
    width: 3px;
  }
  .w-\[10\%\] {
    width: 10%;
  }
  .w-\[10\] {
    width: 10;
  }
  .w-\[10px\] {
    width: 10px;
  }
  .w-\[30\%\] {
    width: 30%;
  }
  .w-\[35\%\] {
    width: 35%;
  }
  .w-\[40\%\] {
    width: 40%;
  }
  .w-\[50\%\] {
    width: 50%;
  }
  .w-\[60\%\] {
    width: 60%;
  }
  .w-\[60\] {
    width: 60;
  }
  .w-\[60\^\] {
    width: 60^;
  }
  .w-\[61\%\] {
    width: 61%;
  }
  .w-\[61\] {
    width: 61;
  }
  .w-\[63\%\] {
    width: 63%;
  }
  .w-\[64\%\] {
    width: 64%;
  }
  .w-\[65\%\] {
    width: 65%;
  }
  .w-\[70\%\] {
    width: 70%;
  }
  .w-\[80\%\] {
    width: 80%;
  }
  .w-\[90\%\] {
    width: 90%;
  }
  .w-\[90\] {
    width: 90;
  }
  .w-\[100\%\] {
    width: 100%;
  }
  .w-\[100\] {
    width: 100;
  }
  .w-\[100px\] {
    width: 100px;
  }
  .w-\[100зч\] {
    width: 100зч;
  }
  .w-\[110\%\] {
    width: 110%;
  }
  .w-\[500px\] {
    width: 500px;
  }
  .w-\[650\%\] {
    width: 650%;
  }
  .max-w-\[120\] {
    max-width: 120;
  }
  .max-w-\[120px\] {
    max-width: 120px;
  }
  .max-w-\[1200px\] {
    max-width: 1200px;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .rotate-0 {
    rotate: 0deg;
  }
  .rotate-5 {
    rotate: 5deg;
  }
  .rotate-10 {
    rotate: 10deg;
  }
  .rotate-30 {
    rotate: 30deg;
  }
  .rotate-35 {
    rotate: 35deg;
  }
  .rotate-50 {
    rotate: 50deg;
  }
  .rotate-60 {
    rotate: 60deg;
  }
  .rotate-160 {
    rotate: 160deg;
  }
  .rotate-180 {
    rotate: 180deg;
  }
  .resize {
    resize: both;
  }
  .list-disc {
    list-style-type: disc;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .grid-rows-10 {
    grid-template-rows: repeat(10, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-col-reverse {
    flex-direction: column-reverse;
  }
  .items-baseline {
    align-items: baseline;
  }
  .items-center {
    align-items: center;
  }
  .items-start {
    align-items: flex-start;
  }
  .justify-around {
    justify-content: space-around;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-0 {
    gap: calc(var(--spacing) * 0);
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-\[0px\] {
    gap: 0px;
  }
  .gap-\[1\] {
    gap: 1;
  }
  .gap-\[3px\] {
    gap: 3px;
  }
  .gap-\[5px\] {
    gap: 5px;
  }
  .gap-\[7px\] {
    gap: 7px;
  }
  .gap-\[10px\] {
    gap: 10px;
  }
  .gap-\[10x\] {
    gap: 10x;
  }
  .gap-\[15px\] {
    gap: 15px;
  }
  .gap-\[20px\] {
    gap: 20px;
  }
  .gap-\[25px\] {
    gap: 25px;
  }
  .gap-\[30px\] {
    gap: 30px;
  }
  .gap-\[50px\] {
    gap: 50px;
  }
  .gap-\[100px\] {
    gap: 100px;
  }
  .gap-\[150px\] {
    gap: 150px;
  }
  .gap-\[px\] {
    gap: px;
  }
  .self-stretch {
    align-self: stretch;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-\[1\] {
    border-radius: 1;
  }
  .rounded-\[7\] {
    border-radius: 7;
  }
  .rounded-\[7px\] {
    border-radius: 7px;
  }
  .rounded-\[10p\] {
    border-radius: 10p;
  }
  .rounded-\[10px\] {
    border-radius: 10px;
  }
  .rounded-\[25px\] {
    border-radius: 25px;
  }
  .rounded-t-\[10px\] {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
  }
  .rounded-l-\[7px\] {
    border-top-left-radius: 7px;
    border-bottom-left-radius: 7px;
  }
  .rounded-l-\[10px\] {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .rounded-r {
    border-top-right-radius: 0.25rem;
    border-bottom-right-radius: 0.25rem;
  }
  .rounded-r-\[10px\] {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }
  .rounded-r-\[10pz\] {
    border-top-right-radius: 10pz;
    border-bottom-right-radius: 10pz;
  }
  .rounded-b {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem;
  }
  .rounded-b-\[10px\] {
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
  }
  .rounded-b-\[10pz\] {
    border-bottom-right-radius: 10pz;
    border-bottom-left-radius: 10pz;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-1 {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-b {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-b-1 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-dashed {
    --tw-border-style: dashed;
    border-style: dashed;
  }
  .border-\[\#061B3A\] {
    border-color: #061B3A;
  }
  .border-\[\#99999\] {
    border-color: #99999;
  }
  .border-\[\#999999\] {
    border-color: #999999;
  }
  .border-\[white\] {
    border-color: white;
  }
  .border-black {
    border-color: var(--color-black);
  }
  .bg-\[\#061B3A\] {
    background-color: #061B3A;
  }
  .bg-\[\#071C3B\] {
    background-color: #071C3B;
  }
  .bg-\[\#7696C6\] {
    background-color: #7696C6;
  }
  .bg-\[\#999999\] {
    background-color: #999999;
  }
  .bg-\[\#A9CCFF\] {
    background-color: #A9CCFF;
  }
  .bg-\[\#F0F9FF\] {
    background-color: #F0F9FF;
  }
  .bg-\[\#FFFFFF\] {
    background-color: #FFFFFF;
  }
  .bg-\[1\] {
    background-color: 1;
  }
  .bg-\[black\] {
    background-color: black;
  }
  .bg-\[red\] {
    background-color: red;
  }
  .bg-\[w\] {
    background-color: w;
  }
  .bg-\[white\] {
    background-color: white;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .p-0 {
    padding: calc(var(--spacing) * 0);
  }
  .p-\[2\] {
    padding: 2;
  }
  .p-\[5px\] {
    padding: 5px;
  }
  .p-\[10\] {
    padding: 10;
  }
  .p-\[10px\] {
    padding: 10px;
  }
  .p-\[15p\] {
    padding: 15p;
  }
  .p-\[15px\] {
    padding: 15px;
  }
  .p-\[20px\] {
    padding: 20px;
  }
  .p-\[25px\] {
    padding: 25px;
  }
  .p-\[30px\] {
    padding: 30px;
  }
  .p-\[40px\] {
    padding: 40px;
  }
  .p-\[px\] {
    padding: px;
  }
  .px-\[1\] {
    padding-inline: 1;
  }
  .px-\[5px\] {
    padding-inline: 5px;
  }
  .px-\[10px\] {
    padding-inline: 10px;
  }
  .px-\[12px\] {
    padding-inline: 12px;
  }
  .px-\[15px\] {
    padding-inline: 15px;
  }
  .px-\[35px\] {
    padding-inline: 35px;
  }
  .px-\[50px\] {
    padding-inline: 50px;
  }
  .px-\[60px\] {
    padding-inline: 60px;
  }
  .py-\[0px\] {
    padding-block: 0px;
  }
  .py-\[7\] {
    padding-block: 7;
  }
  .py-\[7px\] {
    padding-block: 7px;
  }
  .py-\[9px\] {
    padding-block: 9px;
  }
  .py-\[10px\] {
    padding-block: 10px;
  }
  .py-\[15px\] {
    padding-block: 15px;
  }
  .py-\[30px\] {
    padding-block: 30px;
  }
  .py-\[40px\] {
    padding-block: 40px;
  }
  .py-\[70px\] {
    padding-block: 70px;
  }
  .py-\[150px\] {
    padding-block: 150px;
  }
  .py-\[300px\] {
    padding-block: 300px;
  }
  .py-\[400px\] {
    padding-block: 400px;
  }
  .pr-\[50px\] {
    padding-right: 50px;
  }
  .pr-\[60px\] {
    padding-right: 60px;
  }
  .pr-\[70px\] {
    padding-right: 70px;
  }
  .pr-\[80px\] {
    padding-right: 80px;
  }
  .pr-\[90px\] {
    padding-right: 90px;
  }
  .pr-\[100px\] {
    padding-right: 100px;
  }
  .pr-\[120px\] {
    padding-right: 120px;
  }
  .pr-\[130px\] {
    padding-right: 130px;
  }
  .pr-\[150px\] {
    padding-right: 150px;
  }
  .pr-\[180px\] {
    padding-right: 180px;
  }
  .pb-\[1\] {
    padding-bottom: 1;
  }
  .pb-\[10px\] {
    padding-bottom: 10px;
  }
  .pb-\[30px\] {
    padding-bottom: 30px;
  }
  .pb-\[130px\] {
    padding-bottom: 130px;
  }
  .pb-\[200px\] {
    padding-bottom: 200px;
  }
  .pb-\[300px\] {
    padding-bottom: 300px;
  }
  .pb-\[350px\] {
    padding-bottom: 350px;
  }
  .pb-\[400px\] {
    padding-bottom: 400px;
  }
  .pl-6 {
    padding-left: calc(var(--spacing) * 6);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-\[13px\] {
    font-size: 13px;
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[19px\] {
    font-size: 19px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[21px\] {
    font-size: 21px;
  }
  .text-\[22px\] {
    font-size: 22px;
  }
  .text-\[23px\] {
    font-size: 23px;
  }
  .text-\[25px\] {
    font-size: 25px;
  }
  .text-\[28px\] {
    font-size: 28px;
  }
  .text-\[35px\] {
    font-size: 35px;
  }
  .text-\[50px\] {
    font-size: 50px;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .text-\[\#061B3A\] {
    color: #061B3A;
  }
  .text-\[\#999999\] {
    color: #999999;
  }
  .text-\[\#A5A5A5\] {
    color: #A5A5A5;
  }
  .text-\[\#\] {
    color: #;
  }
  .text-\[1\] {
    color: 1;
  }
  .text-\[2\] {
    color: 2;
  }
  .text-\[14\] {
    color: 14;
  }
  .text-\[22\] {
    color: 22;
  }
  .text-\[22p\] {
    color: 22p;
  }
  .text-\[25p\] {
    color: 25p;
  }
  .text-\[35\] {
    color: 35;
  }
  .text-\[px\] {
    color: px;
  }
  .text-\[w\] {
    color: w;
  }
  .text-\[white\] {
    color: white;
  }
  .underline {
    text-decoration-line: underline;
  }
  .placeholder-gray-500 {
    &::placeholder {
      color: var(--color-gray-500);
    }
  }
  .shadow-\[0_10px_30px_rgba\(0\,0\,0\,0\.06\)\] {
    --tw-shadow: 0 10px 30px var(--tw-shadow-color, rgba(0,0,0,0.06));
    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;
  }
  .lg\:top-\[250px\] {
    @media (width >= 64rem) {
      top: 250px;
    }
  }
  .lg\:top-\[400px\] {
    @media (width >= 64rem) {
      top: 400px;
    }
  }
  .lg\:right-\[100px\] {
    @media (width >= 64rem) {
      right: 100px;
    }
  }
  .lg\:right-\[150px\] {
    @media (width >= 64rem) {
      right: 150px;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:w-\[30\%\] {
    @media (width >= 64rem) {
      width: 30%;
    }
  }
  .lg\:w-\[35\%\] {
    @media (width >= 64rem) {
      width: 35%;
    }
  }
  .lg\:w-\[60\%\] {
    @media (width >= 64rem) {
      width: 60%;
    }
  }
  .lg\:w-\[80\%\] {
    @media (width >= 64rem) {
      width: 80%;
    }
  }
  .lg\:grid-cols-5 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(5, minmax(0, 1fr));
    }
  }
  .lg\:grid-rows-2 {
    @media (width >= 64rem) {
      grid-template-rows: repeat(2, minmax(0, 1fr));
    }
  }
  .lg\:flex-col {
    @media (width >= 64rem) {
      flex-direction: column;
    }
  }
  .lg\:flex-col-reverse {
    @media (width >= 64rem) {
      flex-direction: column-reverse;
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:rounded-2xl {
    @media (width >= 64rem) {
      border-radius: var(--radius-2xl);
    }
  }
  .lg\:rounded-l {
    @media (width >= 64rem) {
      border-top-left-radius: 0.25rem;
      border-bottom-left-radius: 0.25rem;
    }
  }
  .lg\:rounded-l-\[10px\] {
    @media (width >= 64rem) {
      border-top-left-radius: 10px;
      border-bottom-left-radius: 10px;
    }
  }
  .lg\:rounded-r-\[10px\] {
    @media (width >= 64rem) {
      border-top-right-radius: 10px;
      border-bottom-right-radius: 10px;
    }
  }
  .lg\:rounded-b {
    @media (width >= 64rem) {
      border-bottom-right-radius: 0.25rem;
      border-bottom-left-radius: 0.25rem;
    }
  }
  .lg\:px-0 {
    @media (width >= 64rem) {
      padding-inline: calc(var(--spacing) * 0);
    }
  }
  .lg\:py-\[300px\] {
    @media (width >= 64rem) {
      padding-block: 300px;
    }
  }
  .lg\:pr-\[100px\] {
    @media (width >= 64rem) {
      padding-right: 100px;
    }
  }
  .lg\:pr-\[130px\] {
    @media (width >= 64rem) {
      padding-right: 130px;
    }
  }
  .lg\:pb-\[400px\] {
    @media (width >= 64rem) {
      padding-bottom: 400px;
    }
  }
  .lg\:text-\[22px\] {
    @media (width >= 64rem) {
      font-size: 22px;
    }
  }
  .lg\:text-\[50px\] {
    @media (width >= 64rem) {
      font-size: 50px;
    }
  }
}
@property --tw-border-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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;
}
@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-border-style: solid;
      --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;
    }
  }
}
