/*! 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-white: #fff;
    --spacing: 0.25rem;
    --container-2xs: 18rem;
    --font-weight-bold: 700;
    --leading-tight: 1.25;
    --radius-2xl: 1rem;
    --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;
  }
  ::-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-\[30px\] {
    top: 30px;
  }
  .top-\[100px\] {
    top: 100px;
  }
  .top-\[200px\] {
    top: 200px;
  }
  .top-\[360px\] {
    top: 360px;
  }
  .top-\[400px\] {
    top: 400px;
  }
  .top-\[500px\] {
    top: 500px;
  }
  .left-\[-17px\] {
    left: -17px;
  }
  .left-\[-20px\] {
    left: -20px;
  }
  .left-\[0px\] {
    left: 0px;
  }
  .left-\[20px\] {
    left: 20px;
  }
  .left-\[100px\] {
    left: 100px;
  }
  .left-\[400px\] {
    left: 400px;
  }
  .left-\[500px\] {
    left: 500px;
  }
  .m-auto {
    margin: auto;
  }
  .mt-\[0px\] {
    margin-top: 0px;
  }
  .mt-\[10\] {
    margin-top: 10;
  }
  .mt-\[10px\] {
    margin-top: 10px;
  }
  .mt-\[20px\] {
    margin-top: 20px;
  }
  .mt-\[30px\] {
    margin-top: 30px;
  }
  .mt-\[30pxx\] {
    margin-top: 30pxx;
  }
  .mt-\[50px\] {
    margin-top: 50px;
  }
  .mt-\[60px\] {
    margin-top: 60px;
  }
  .mt-\[70px\] {
    margin-top: 70px;
  }
  .mt-\[80px\] {
    margin-top: 80px;
  }
  .mt-\[100px\] {
    margin-top: 100px;
  }
  .mt-\[120px\] {
    margin-top: 120px;
  }
  .mt-\[150px\] {
    margin-top: 150px;
  }
  .mt-\[200px\] {
    margin-top: 200px;
  }
  .mt-\[300px\] {
    margin-top: 300px;
  }
  .mt-\[500px\] {
    margin-top: 500px;
  }
  .mt-\[700px\] {
    margin-top: 700px;
  }
  .mr-\[20px\] {
    margin-right: 20px;
  }
  .mr-\[50px\] {
    margin-right: 50px;
  }
  .mr-\[70px\] {
    margin-right: 70px;
  }
  .mr-\[80px\] {
    margin-right: 80px;
  }
  .mb-\[0\] {
    margin-bottom: 0;
  }
  .mb-\[0px\] {
    margin-bottom: 0px;
  }
  .mb-\[10px\] {
    margin-bottom: 10px;
  }
  .mb-\[40px\] {
    margin-bottom: 40px;
  }
  .ml-\[20\] {
    margin-left: 20;
  }
  .ml-\[20px\] {
    margin-left: 20px;
  }
  .ml-\[25px\] {
    margin-left: 25px;
  }
  .ml-\[200px\] {
    margin-left: 200px;
  }
  .ml-\[400px\] {
    margin-left: 400px;
  }
  .ml-auto {
    margin-left: auto;
  }
  .flex {
    display: flex;
  }
  .hidden {
    display: none;
  }
  .table {
    display: table;
  }
  .h-4 {
    height: calc(var(--spacing) * 4);
  }
  .h-\[10px\] {
    height: 10px;
  }
  .h-\[20px\] {
    height: 20px;
  }
  .h-\[24px\] {
    height: 24px;
  }
  .h-\[40px\] {
    height: 40px;
  }
  .h-\[50px\] {
    height: 50px;
  }
  .h-\[52\] {
    height: 52;
  }
  .h-\[52px\] {
    height: 52px;
  }
  .h-\[58px\] {
    height: 58px;
  }
  .h-\[60px\] {
    height: 60px;
  }
  .h-\[80px\] {
    height: 80px;
  }
  .h-\[82px\] {
    height: 82px;
  }
  .h-\[100px\] {
    height: 100px;
  }
  .h-\[120px\] {
    height: 120px;
  }
  .h-\[139px\] {
    height: 139px;
  }
  .h-\[150px\] {
    height: 150px;
  }
  .h-\[243px\] {
    height: 243px;
  }
  .h-\[300px\] {
    height: 300px;
  }
  .h-\[363\] {
    height: 363;
  }
  .h-\[363px\] {
    height: 363px;
  }
  .h-auto {
    height: auto;
  }
  .h-full {
    height: 100%;
  }
  .w-0 {
    width: calc(var(--spacing) * 0);
  }
  .w-2xs {
    width: var(--container-2xs);
  }
  .w-\[0px\] {
    width: 0px;
  }
  .w-\[00px\] {
    width: 00px;
  }
  .w-\[2\] {
    width: 2;
  }
  .w-\[5px\] {
    width: 5px;
  }
  .w-\[09px\] {
    width: 09px;
  }
  .w-\[9px\] {
    width: 9px;
  }
  .w-\[10px\] {
    width: 10px;
  }
  .w-\[15\] {
    width: 15;
  }
  .w-\[15px\] {
    width: 15px;
  }
  .w-\[20px\] {
    width: 20px;
  }
  .w-\[24px\] {
    width: 24px;
  }
  .w-\[40px\] {
    width: 40px;
  }
  .w-\[47px\] {
    width: 47px;
  }
  .w-\[50px\] {
    width: 50px;
  }
  .w-\[100\%\] {
    width: 100%;
  }
  .w-\[100\] {
    width: 100;
  }
  .w-\[100px\] {
    width: 100px;
  }
  .w-\[150px\] {
    width: 150px;
  }
  .w-\[160px\] {
    width: 160px;
  }
  .w-\[180px\] {
    width: 180px;
  }
  .w-\[190px\] {
    width: 190px;
  }
  .w-\[200\] {
    width: 200;
  }
  .w-\[200px\] {
    width: 200px;
  }
  .w-\[210px\] {
    width: 210px;
  }
  .w-\[214px\] {
    width: 214px;
  }
  .w-\[220px\] {
    width: 220px;
  }
  .w-\[230px\] {
    width: 230px;
  }
  .w-\[250px\] {
    width: 250px;
  }
  .w-\[260px\] {
    width: 260px;
  }
  .w-\[280px\] {
    width: 280px;
  }
  .w-\[288px\] {
    width: 288px;
  }
  .w-\[290px\] {
    width: 290px;
  }
  .w-\[300\] {
    width: 300;
  }
  .w-\[300p\] {
    width: 300p;
  }
  .w-\[300px\] {
    width: 300px;
  }
  .w-\[320px\] {
    width: 320px;
  }
  .w-\[328\] {
    width: 328;
  }
  .w-\[328px\] {
    width: 328px;
  }
  .w-\[350px\] {
    width: 350px;
  }
  .w-\[360px\] {
    width: 360px;
  }
  .w-\[380px\] {
    width: 380px;
  }
  .w-\[400px\] {
    width: 400px;
  }
  .w-\[450px\] {
    width: 450px;
  }
  .w-\[459px\] {
    width: 459px;
  }
  .w-\[470px\] {
    width: 470px;
  }
  .w-\[480px\] {
    width: 480px;
  }
  .w-\[500px\] {
    width: 500px;
  }
  .w-\[509px\] {
    width: 509px;
  }
  .w-\[510\] {
    width: 510;
  }
  .w-\[510px\] {
    width: 510px;
  }
  .w-\[530px\] {
    width: 530px;
  }
  .w-\[550px\] {
    width: 550px;
  }
  .w-\[600px\] {
    width: 600px;
  }
  .w-\[700px\] {
    width: 700px;
  }
  .w-\[744px\] {
    width: 744px;
  }
  .w-\[\\0px\] {
    width: \0px;
  }
  .w-\[px\] {
    width: px;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[550px\] {
    max-width: 550px;
  }
  .max-w-\[1200\] {
    max-width: 1200;
  }
  .max-w-\[1200px\] {
    max-width: 1200px;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .resize {
    resize: both;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-col-reverse {
    flex-direction: column-reverse;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-row-reverse {
    flex-direction: row-reverse;
  }
  .items-center {
    align-items: center;
  }
  .justify-around {
    justify-content: space-around;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-2\.5 {
    gap: calc(var(--spacing) * 2.5);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-\[1\] {
    gap: 1;
  }
  .gap-\[1x\] {
    gap: 1x;
  }
  .gap-\[5px\] {
    gap: 5px;
  }
  .gap-\[10\] {
    gap: 10;
  }
  .gap-\[10px\] {
    gap: 10px;
  }
  .gap-\[15px\] {
    gap: 15px;
  }
  .gap-\[20\] {
    gap: 20;
  }
  .gap-\[20p\] {
    gap: 20p;
  }
  .gap-\[20px\] {
    gap: 20px;
  }
  .gap-\[30px\] {
    gap: 30px;
  }
  .gap-\[40px\] {
    gap: 40px;
  }
  .gap-\[50px\] {
    gap: 50px;
  }
  .gap-\[100px\] {
    gap: 100px;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded-2xl {
    border-radius: var(--radius-2xl);
  }
  .rounded-\[2px\] {
    border-radius: 2px;
  }
  .rounded-\[5px\] {
    border-radius: 5px;
  }
  .rounded-\[10px\] {
    border-radius: 10px;
  }
  .rounded-\[25px\] {
    border-radius: 25px;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-\[1\] {
    border-style: var(--tw-border-style);
    border-width: 1;
  }
  .border-\[1px\] {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-\[2px\] {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-s {
    border-inline-start-style: var(--tw-border-style);
    border-inline-start-width: 1px;
  }
  .border-solid {
    --tw-border-style: solid;
    border-style: solid;
  }
  .border-\[\#6c6c6c\] {
    border-color: #6c6c6c;
  }
  .border-\[\#E6E6E6\] {
    border-color: #E6E6E6;
  }
  .border-\[gre\] {
    border-color: gre;
  }
  .border-\[grey\] {
    border-color: grey;
  }
  .border-\[wh\] {
    border-color: wh;
  }
  .border-\[white\] {
    border-color: white;
  }
  .border-white {
    border-color: var(--color-white);
  }
  .bg-\[\#23A6F0\] {
    background-color: #23A6F0;
  }
  .bg-\[\#252B42\] {
    background-color: #252B42;
  }
  .bg-\[\#F9F9F9\] {
    background-color: #F9F9F9;
  }
  .bg-\[\#FAFAFA\] {
    background-color: #FAFAFA;
  }
  .bg-\[\#b1b1b1\] {
    background-color: #b1b1b1;
  }
  .bg-\[\#b1b1b2\] {
    background-color: #b1b1b2;
  }
  .bg-\[\#b1b1b29f\] {
    background-color: #b1b1b29f;
  }
  .bg-\[\#b1b1b232\] {
    background-color: #b1b1b232;
  }
  .bg-\[\#ffffff\] {
    background-color: #ffffff;
  }
  .bg-\[light-gray-1\] {
    background-color: light-gray-1;
  }
  .bg-\[whi\] {
    background-color: whi;
  }
  .bg-\[white\] {
    background-color: white;
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .object-cover {
    object-fit: cover;
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-\[0px\] {
    padding: 0px;
  }
  .p-\[10\] {
    padding: 10;
  }
  .p-\[10px\] {
    padding: 10px;
  }
  .p-\[20\] {
    padding: 20;
  }
  .p-\[20px\] {
    padding: 20px;
  }
  .p-\[30px\] {
    padding: 30px;
  }
  .p-\[40px\] {
    padding: 40px;
  }
  .p-\[50px\] {
    padding: 50px;
  }
  .p-\[200px\] {
    padding: 200px;
  }
  .px-\[20px\] {
    padding-inline: 20px;
  }
  .pt-\[20px\] {
    padding-top: 20px;
  }
  .pt-\[100px\] {
    padding-top: 100px;
  }
  .pl-\[10px\] {
    padding-left: 10px;
  }
  .pl-\[30px\] {
    padding-left: 30px;
  }
  .pl-\[40px\] {
    padding-left: 40px;
  }
  .pl-\[45px\] {
    padding-left: 45px;
  }
  .pl-\[400px\] {
    padding-left: 400px;
  }
  .pl-\[500px\] {
    padding-left: 500px;
  }
  .text-center {
    text-align: center;
  }
  .text-\[1px\] {
    font-size: 1px;
  }
  .text-\[14px\] {
    font-size: 14px;
  }
  .text-\[15px\] {
    font-size: 15px;
  }
  .text-\[16px\] {
    font-size: 16px;
  }
  .text-\[18px\] {
    font-size: 18px;
  }
  .text-\[20px\] {
    font-size: 20px;
  }
  .text-\[24px\] {
    font-size: 24px;
  }
  .text-\[25px\] {
    font-size: 25px;
  }
  .text-\[30px\] {
    font-size: 30px;
  }
  .text-\[35px\] {
    font-size: 35px;
  }
  .text-\[40px\] {
    font-size: 40px;
  }
  .text-\[45px\] {
    font-size: 45px;
  }
  .text-\[50px\] {
    font-size: 50px;
  }
  .text-\[58px\] {
    font-size: 58px;
  }
  .text-\[60px\] {
    font-size: 60px;
  }
  .text-\[65px\] {
    font-size: 65px;
  }
  .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);
  }
  .text-\[\#000000\] {
    color: #000000;
  }
  .text-\[\#23A6F0\] {
    color: #23A6F0;
  }
  .text-\[\#252B42\] {
    color: #252B42;
  }
  .text-\[\#737373\] {
    color: #737373;
  }
  .text-\[\#ffffff\] {
    color: #ffffff;
  }
  .text-\[1\] {
    color: 1;
  }
  .text-\[15\] {
    color: 15;
  }
  .text-\[18\] {
    color: 18;
  }
  .text-\[18px000000\] {
    color: 18px000000;
  }
  .text-\[20\] {
    color: 20;
  }
  .text-\[30\] {
    color: 30;
  }
  .text-\[gr\] {
    color: gr;
  }
  .text-\[gre\] {
    color: gre;
  }
  .text-\[grey\] {
    color: grey;
  }
  .text-\[px\] {
    color: px;
  }
  .text-\[whi\] {
    color: whi;
  }
  .text-\[white\] {
    color: white;
  }
  .text-white {
    color: var(--color-white);
  }
  .underline {
    text-decoration-line: underline;
  }
  .shadow-sm {
    --tw-shadow: 0 1px 3px 0 var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 1px 2px -1px 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;
  }
  .transition-colors {
    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));
  }
  .outline-none {
    --tw-outline-style: none;
    outline-style: none;
  }
  .hover\:bg-\[\#1a88c7\] {
    &:hover {
      @media (hover: hover) {
        background-color: #1a88c7;
      }
    }
  }
  .sm\:w-\[214px\] {
    @media (width >= 40rem) {
      width: 214px;
    }
  }
  .sm\:w-\[250px\] {
    @media (width >= 40rem) {
      width: 250px;
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .md\:h-\[243px\] {
    @media (width >= 48rem) {
      height: 243px;
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .lg\:top-\[360px\] {
    @media (width >= 64rem) {
      top: 360px;
    }
  }
  .lg\:left-\[300px\] {
    @media (width >= 64rem) {
      left: 300px;
    }
  }
  .lg\:left-\[400px\] {
    @media (width >= 64rem) {
      left: 400px;
    }
  }
  .lg\:mt-\[50px\] {
    @media (width >= 64rem) {
      margin-top: 50px;
    }
  }
  .lg\:mt-\[250px\] {
    @media (width >= 64rem) {
      margin-top: 250px;
    }
  }
  .lg\:mt-\[500px\] {
    @media (width >= 64rem) {
      margin-top: 500px;
    }
  }
  .lg\:mr-\[80px\] {
    @media (width >= 64rem) {
      margin-right: 80px;
    }
  }
  .lg\:block {
    @media (width >= 64rem) {
      display: block;
    }
  }
  .lg\:flex {
    @media (width >= 64rem) {
      display: flex;
    }
  }
  .lg\:hidden {
    @media (width >= 64rem) {
      display: none;
    }
  }
  .lg\:h-\[243px\] {
    @media (width >= 64rem) {
      height: 243px;
    }
  }
  .lg\:h-auto {
    @media (width >= 64rem) {
      height: auto;
    }
  }
  .lg\:w-\[100\%\] {
    @media (width >= 64rem) {
      width: 100%;
    }
  }
  .lg\:w-\[160px\] {
    @media (width >= 64rem) {
      width: 160px;
    }
  }
  .lg\:w-\[200px\] {
    @media (width >= 64rem) {
      width: 200px;
    }
  }
  .lg\:w-\[210px\] {
    @media (width >= 64rem) {
      width: 210px;
    }
  }
  .lg\:w-\[250px\] {
    @media (width >= 64rem) {
      width: 250px;
    }
  }
  .lg\:w-\[350px\] {
    @media (width >= 64rem) {
      width: 350px;
    }
  }
  .lg\:w-\[400px\] {
    @media (width >= 64rem) {
      width: 400px;
    }
  }
  .lg\:w-\[500px\] {
    @media (width >= 64rem) {
      width: 500px;
    }
  }
  .lg\:w-\[510px\] {
    @media (width >= 64rem) {
      width: 510px;
    }
  }
  .lg\:w-\[550px\] {
    @media (width >= 64rem) {
      width: 550px;
    }
  }
  .lg\:w-\[650px\] {
    @media (width >= 64rem) {
      width: 650px;
    }
  }
  .lg\:w-\[744px\] {
    @media (width >= 64rem) {
      width: 744px;
    }
  }
  .lg\:w-\[1000px\] {
    @media (width >= 64rem) {
      width: 1000px;
    }
  }
  .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\:items-center {
    @media (width >= 64rem) {
      align-items: center;
    }
  }
  .lg\:justify-between {
    @media (width >= 64rem) {
      justify-content: space-between;
    }
  }
  .lg\:border-\[2px\] {
    @media (width >= 64rem) {
      border-style: var(--tw-border-style);
      border-width: 2px;
    }
  }
  .lg\:p-\[10px\] {
    @media (width >= 64rem) {
      padding: 10px;
    }
  }
  .lg\:p-\[50px\] {
    @media (width >= 64rem) {
      padding: 50px;
    }
  }
  .lg\:p-\[60px\] {
    @media (width >= 64rem) {
      padding: 60px;
    }
  }
  .lg\:p-\[80px\] {
    @media (width >= 64rem) {
      padding: 80px;
    }
  }
  .lg\:pl-\[10px\] {
    @media (width >= 64rem) {
      padding-left: 10px;
    }
  }
  .lg\:pl-\[40px\] {
    @media (width >= 64rem) {
      padding-left: 40px;
    }
  }
  .lg\:pl-\[100px\] {
    @media (width >= 64rem) {
      padding-left: 100px;
    }
  }
  .lg\:pl-\[300px\] {
    @media (width >= 64rem) {
      padding-left: 300px;
    }
  }
  .lg\:pl-\[500px\] {
    @media (width >= 64rem) {
      padding-left: 500px;
    }
  }
  .lg\:text-\[20px\] {
    @media (width >= 64rem) {
      font-size: 20px;
    }
  }
  .lg\:text-\[25px\] {
    @media (width >= 64rem) {
      font-size: 25px;
    }
  }
  .lg\:text-\[40px\] {
    @media (width >= 64rem) {
      font-size: 40px;
    }
  }
  .lg\:text-\[45px\] {
    @media (width >= 64rem) {
      font-size: 45px;
    }
  }
  .lg\:text-\[65px\] {
    @media (width >= 64rem) {
      font-size: 65px;
    }
  }
}
@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;
}
@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-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;
    }
  }
}
