/*! 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-black: #000;
    --color-white: #fff;
    --spacing: 0.25rem;
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-5xl: 3rem;
    --text-5xl--line-height: 1;
    --font-weight-bold: 700;
    --tracking-wide: 0.025em;
    --ease-in: cubic-bezier(0.4, 0, 1, 1);
    --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 {
  .pointer-events-none {
    pointer-events: none;
  }
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .invisible\! {
    visibility: hidden !important;
  }
  .visible {
    visibility: visible;
  }
  .visible\! {
    visibility: visible !important;
  }
  .\!sticky {
    position: sticky !important;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-\[-10\%\] {
    top: -10%;
  }
  .top-\[0\] {
    top: 0;
  }
  .top-\[2rem\] {
    top: 2rem;
  }
  .top-\[10\%\] {
    top: 10%;
  }
  .top-\[12vw\] {
    top: 12vw;
  }
  .top-\[18vh\] {
    top: 18vh;
  }
  .top-\[42vh\] {
    top: 42vh;
  }
  .top-\[150\%\] {
    top: 150%;
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-\[-10\%\] {
    right: -10%;
  }
  .right-\[-12vw\] {
    right: -12vw;
  }
  .right-\[1\%\] {
    right: 1%;
  }
  .right-\[1\.5rem\] {
    right: 1.5rem;
  }
  .right-\[2rem\] {
    right: 2rem;
  }
  .bottom-0 {
    bottom: calc(var(--spacing) * 0);
  }
  .bottom-\[5rem\] {
    bottom: 5rem;
  }
  .bottom-\[65\%\] {
    bottom: 65%;
  }
  .bottom-\[130\%\] {
    bottom: 130%;
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-\[-\%\] {
    left: -%;
  }
  .left-\[-15\%\] {
    left: -15%;
  }
  .left-\[-20\%\] {
    left: -20%;
  }
  .left-\[0rem\] {
    left: 0rem;
  }
  .z-0 {
    z-index: 0;
  }
  .z-1 {
    z-index: 1;
  }
  .z-2 {
    z-index: 2;
  }
  .z-3 {
    z-index: 3;
  }
  .z-10 {
    z-index: 10;
  }
  .z-11 {
    z-index: 11;
  }
  .z-\[-1\] {
    z-index: -1;
  }
  .z-\[2\] {
    z-index: 2;
  }
  .z-\[99\] {
    z-index: 99;
  }
  .order-1 {
    order: 1;
  }
  .order-2 {
    order: 2;
  }
  .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;
    }
  }
  .m-\[0\] {
    margin: 0;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-auto {
    margin-block: auto;
  }
  .mt-\[-3\%\] {
    margin-top: -3%;
  }
  .mt-\[-4\%\] {
    margin-top: -4%;
  }
  .mt-\[-12\%\] {
    margin-top: -12%;
  }
  .mt-\[1rem\] {
    margin-top: 1rem;
  }
  .mr-\[0\] {
    margin-right: 0;
  }
  .mb-\[1\.5rem\] {
    margin-bottom: 1.5rem;
  }
  .mb-\[1rem\] {
    margin-bottom: 1rem;
  }
  .mb-\[2rem\] {
    margin-bottom: 2rem;
  }
  .mb-\[3rem\] {
    margin-bottom: 3rem;
  }
  .mb-\[4rem\] {
    margin-bottom: 4rem;
  }
  .mb-\[5rem\] {
    margin-bottom: 5rem;
  }
  .ml-\[1rem\] {
    margin-left: 1rem;
  }
  .ml-\[2rem\] {
    margin-left: 2rem;
  }
  .box-border {
    box-sizing: border-box;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .table {
    display: table;
  }
  .h-0 {
    height: calc(var(--spacing) * 0);
  }
  .h-\[2\.5rem\] {
    height: 2.5rem;
  }
  .h-\[2rem\] {
    height: 2rem;
  }
  .h-\[3\.5rem\] {
    height: 3.5rem;
  }
  .h-\[3rem\] {
    height: 3rem;
  }
  .h-\[5rem\] {
    height: 5rem;
  }
  .h-\[25vh\] {
    height: 25vh;
  }
  .h-\[50vw\] {
    height: 50vw;
  }
  .h-\[60vw\] {
    height: 60vw;
  }
  .h-\[100svh\] {
    height: 100svh;
  }
  .h-\[100vh\] {
    height: 100vh;
  }
  .h-\[110\%\] {
    height: 110%;
  }
  .h-\[200vh\] {
    height: 200vh;
  }
  .h-\[350vh\] {
    height: 350vh;
  }
  .h-\[700vh\] {
    height: 700vh;
  }
  .h-full {
    height: 100%;
  }
  .min-h-\[5rem\] {
    min-height: 5rem;
  }
  .min-h-\[25vh\] {
    min-height: 25vh;
  }
  .min-h-\[40vh\] {
    min-height: 40vh;
  }
  .min-h-\[50svh\] {
    min-height: 50svh;
  }
  .min-h-\[50vh\] {
    min-height: 50vh;
  }
  .min-h-\[400svh\] {
    min-height: 400svh;
  }
  .w-\[1\.1rem\] {
    width: 1.1rem;
  }
  .w-\[2rem\] {
    width: 2rem;
  }
  .w-\[3\.5rem\] {
    width: 3.5rem;
  }
  .w-\[3rem\] {
    width: 3rem;
  }
  .w-\[22\%\] {
    width: 22%;
  }
  .w-\[25\.333333\%\] {
    width: 25.333333%;
  }
  .w-\[30\%\] {
    width: 30%;
  }
  .w-\[50vw\] {
    width: 50vw;
  }
  .w-\[100\%\] {
    width: 100%;
  }
  .w-\[100vw\] {
    width: 100vw;
  }
  .w-\[115\%\] {
    width: 115%;
  }
  .w-\[300vw\] {
    width: 300vw;
  }
  .w-\[350vw\] {
    width: 350vw;
  }
  .w-\[max-content\] {
    width: max-content;
  }
  .w-full {
    width: 100%;
  }
  .max-w-\[4rem\] {
    max-width: 4rem;
  }
  .max-w-\[10rem\] {
    max-width: 10rem;
  }
  .max-w-\[70\%\] {
    max-width: 70%;
  }
  .max-w-\[80\%\] {
    max-width: 80%;
  }
  .max-w-\[100\%\] {
    max-width: 100%;
  }
  .max-w-\[100px\] {
    max-width: 100px;
  }
  .max-w-\[200px\] {
    max-width: 200px;
  }
  .max-w-\[550px\] {
    max-width: 550px;
  }
  .max-w-\[1000px\] {
    max-width: 1000px;
  }
  .max-w-\[1100px\] {
    max-width: 1100px;
  }
  .flex-1 {
    flex: 1;
  }
  .flex-2 {
    flex: 2;
  }
  .flex-\[0_0_8\%\] {
    flex: 0 0 8%;
  }
  .flex-\[0_0_20\%\] {
    flex: 0 0 20%;
  }
  .flex-\[0_0_30\%\] {
    flex: 0 0 30%;
  }
  .flex-\[0_0_40\%\] {
    flex: 0 0 40%;
  }
  .flex-\[0_0_45\%\] {
    flex: 0 0 45%;
  }
  .flex-\[0_0_50\%\] {
    flex: 0 0 50%;
  }
  .flex-\[0_0_55\%\] {
    flex: 0 0 55%;
  }
  .flex-\[0_0_60\%\] {
    flex: 0 0 60%;
  }
  .flex-\[0_0_70\%\] {
    flex: 0 0 70%;
  }
  .flex-\[0_0_89\%\] {
    flex: 0 0 89%;
  }
  .flex-\[0_0_100\%\] {
    flex: 0 0 100%;
  }
  .flex-\[0_0_auto\] {
    flex: 0 0 auto;
  }
  .flex-auto {
    flex: auto;
  }
  .scale-\[0\] {
    scale: 0;
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-\[\.5rem\] {
    gap: .5rem;
  }
  .gap-\[0\.5rem\] {
    gap: 0.5rem;
  }
  .gap-\[1rem\] {
    gap: 1rem;
  }
  .gap-\[2\%\] {
    gap: 2%;
  }
  .gap-\[2\.85rem\] {
    gap: 2.85rem;
  }
  .gap-\[2rem\] {
    gap: 2rem;
  }
  .gap-\[3\%\] {
    gap: 3%;
  }
  .gap-\[4\%\] {
    gap: 4%;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-b-1 {
    border-bottom-style: var(--tw-border-style);
    border-bottom-width: 1px;
  }
  .border-b-\[\#fff\] {
    border-bottom-color: #fff;
  }
  .bg-\[\#0033A1\] {
    background-color: #0033A1;
  }
  .bg-\[\#88A750\] {
    background-color: #88A750;
  }
  .bg-\[\#0097CE\] {
    background-color: #0097CE;
  }
  .bg-\[\#0297A9\] {
    background-color: #0297A9;
  }
  .bg-\[\#416BA9\] {
    background-color: #416BA9;
  }
  .bg-\[\#45545F\] {
    background-color: #45545F;
  }
  .bg-\[\#A45A95\] {
    background-color: #A45A95;
  }
  .bg-\[\#E21836\] {
    background-color: #E21836;
  }
  .bg-\[\#EC7700\] {
    background-color: #EC7700;
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .object-contain {
    object-fit: contain;
  }
  .object-cover {
    object-fit: cover;
  }
  .object-\[10\%\] {
    object-position: 10%;
  }
  .object-\[20\%_50\%\] {
    object-position: 20% 50%;
  }
  .object-\[36\%\] {
    object-position: 36%;
  }
  .object-top {
    object-position: top;
  }
  .p-\[1rem\] {
    padding: 1rem;
  }
  .p-\[2\%\] {
    padding: 2%;
  }
  .p-\[2\.5rem\] {
    padding: 2.5rem;
  }
  .p-\[2rem\] {
    padding: 2rem;
  }
  .px-\[1\.5rem\] {
    padding-inline: 1.5rem;
  }
  .px-\[1rem\] {
    padding-inline: 1rem;
  }
  .px-\[2rem\] {
    padding-inline: 2rem;
  }
  .px-\[3\%\] {
    padding-inline: 3%;
  }
  .px-\[3rem\] {
    padding-inline: 3rem;
  }
  .px-\[5\%\] {
    padding-inline: 5%;
  }
  .px-\[10px\] {
    padding-inline: 10px;
  }
  .py-\[0\.7rem\] {
    padding-block: 0.7rem;
  }
  .py-\[1\.5rem\] {
    padding-block: 1.5rem;
  }
  .py-\[1rem\] {
    padding-block: 1rem;
  }
  .py-\[2\%\] {
    padding-block: 2%;
  }
  .py-\[2rem\] {
    padding-block: 2rem;
  }
  .py-\[3rem\] {
    padding-block: 3rem;
  }
  .py-\[5\%\] {
    padding-block: 5%;
  }
  .py-\[5rem\] {
    padding-block: 5rem;
  }
  .pt-\[2\.5rem\] {
    padding-top: 2.5rem;
  }
  .pt-\[2rem\] {
    padding-top: 2rem;
  }
  .pt-\[3rem\] {
    padding-top: 3rem;
  }
  .pt-\[4vh\] {
    padding-top: 4vh;
  }
  .pt-\[10\%\] {
    padding-top: 10%;
  }
  .pt-\[15vh\] {
    padding-top: 15vh;
  }
  .pt-\[25\%\] {
    padding-top: 25%;
  }
  .pt-\[42vh\] {
    padding-top: 42vh;
  }
  .pt-\[70vw\] {
    padding-top: 70vw;
  }
  .pb-\[1\%\] {
    padding-bottom: 1%;
  }
  .pb-\[2rem\] {
    padding-bottom: 2rem;
  }
  .pb-\[4rem\] {
    padding-bottom: 4rem;
  }
  .pb-\[10\%\] {
    padding-bottom: 10%;
  }
  .pb-\[30vh\] {
    padding-bottom: 30vh;
  }
  .pb-\[50vh\] {
    padding-bottom: 50vh;
  }
  .pl-\[5\%\] {
    padding-left: 5%;
  }
  .pl-\[5rem\] {
    padding-left: 5rem;
  }
  .text-center {
    text-align: center;
  }
  .text-5xl {
    font-size: var(--text-5xl);
    line-height: var(--tw-leading, var(--text-5xl--line-height));
  }
  .text-\[0\.7rem\] {
    font-size: 0.7rem;
  }
  .text-\[0\.9rem\] {
    font-size: 0.9rem;
  }
  .text-\[0\.75rem\] {
    font-size: 0.75rem;
  }
  .text-\[0\.85rem\] {
    font-size: 0.85rem;
  }
  .text-\[1\.1rem\] {
    font-size: 1.1rem;
  }
  .text-\[1\.3rem\] {
    font-size: 1.3rem;
  }
  .text-\[1\.05rem\] {
    font-size: 1.05rem;
  }
  .text-\[1rem\] {
    font-size: 1rem;
  }
  .text-\[2rem\] {
    font-size: 2rem;
  }
  .text-\[8rem\] {
    font-size: 8rem;
  }
  .leading-\[1\.3em\] {
    --tw-leading: 1.3em;
    line-height: 1.3em;
  }
  .leading-\[1\.5em\] {
    --tw-leading: 1.5em;
    line-height: 1.5em;
  }
  .leading-\[1\.7em\] {
    --tw-leading: 1.7em;
    line-height: 1.7em;
  }
  .leading-\[1\.35em\] {
    --tw-leading: 1.35em;
    line-height: 1.35em;
  }
  .leading-\[2\.1em\] {
    --tw-leading: 2.1em;
    line-height: 2.1em;
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .tracking-wide {
    --tw-tracking: var(--tracking-wide);
    letter-spacing: var(--tracking-wide);
  }
  .text-wrap {
    text-wrap: wrap;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-white {
    color: var(--color-white);
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .underline {
    text-decoration-line: underline;
  }
  .opacity-0 {
    opacity: 0%;
  }
  .shadow {
    --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);
  }
  .blur {
    --tw-blur: blur(8px);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .invert {
    --tw-invert: invert(100%);
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .filter {
    filter: var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,);
  }
  .transition {
    transition-property: color, background-color, border-color, outline-color, text-decoration-color, fill, stroke, --tw-gradient-from, --tw-gradient-via, --tw-gradient-to, opacity, box-shadow, transform, translate, scale, rotate, filter, -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));
  }
  .will-change-transform {
    will-change: transform;
  }
  .sm\:top-\[-2vw\] {
    @media (width >= 40rem) {
      top: -2vw;
    }
  }
  .sm\:left-\[1rem\] {
    @media (width >= 40rem) {
      left: 1rem;
    }
  }
  .sm\:w-\[4\.5rem\] {
    @media (width >= 40rem) {
      width: 4.5rem;
    }
  }
  .sm\:grid-cols-2 {
    @media (width >= 40rem) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  .sm\:flex-row {
    @media (width >= 40rem) {
      flex-direction: row;
    }
  }
  .sm\:border-r-1 {
    @media (width >= 40rem) {
      border-right-style: var(--tw-border-style);
      border-right-width: 1px;
    }
  }
  .sm\:border-r-\[\#10CFC9\] {
    @media (width >= 40rem) {
      border-right-color: #10CFC9;
    }
  }
  .sm\:pt-\[12\%\] {
    @media (width >= 40rem) {
      padding-top: 12%;
    }
  }
  .md\:top-\[-7vw\] {
    @media (width >= 48rem) {
      top: -7vw;
    }
  }
  .md\:top-\[50vh\] {
    @media (width >= 48rem) {
      top: 50vh;
    }
  }
  .md\:right-\[-12vw\] {
    @media (width >= 48rem) {
      right: -12vw;
    }
  }
  .md\:right-\[3\%\] {
    @media (width >= 48rem) {
      right: 3%;
    }
  }
  .md\:bottom-\[15\%\] {
    @media (width >= 48rem) {
      bottom: 15%;
    }
  }
  .md\:left-0 {
    @media (width >= 48rem) {
      left: calc(var(--spacing) * 0);
    }
  }
  .md\:h-\[4\.5rem\] {
    @media (width >= 48rem) {
      height: 4.5rem;
    }
  }
  .md\:h-\[4rem\] {
    @media (width >= 48rem) {
      height: 4rem;
    }
  }
  .md\:h-\[5\.5vh\] {
    @media (width >= 48rem) {
      height: 5.5vh;
    }
  }
  .md\:h-\[6\.5rem\] {
    @media (width >= 48rem) {
      height: 6.5rem;
    }
  }
  .md\:h-\[auto\] {
    @media (width >= 48rem) {
      height: auto;
    }
  }
  .md\:min-h-\[80vh\] {
    @media (width >= 48rem) {
      min-height: 80vh;
    }
  }
  .md\:w-\[9\.5\%\] {
    @media (width >= 48rem) {
      width: 9.5%;
    }
  }
  .md\:w-\[30vw\] {
    @media (width >= 48rem) {
      width: 30vw;
    }
  }
  .md\:w-\[65\%\] {
    @media (width >= 48rem) {
      width: 65%;
    }
  }
  .md\:w-\[90\%\] {
    @media (width >= 48rem) {
      width: 90%;
    }
  }
  .md\:max-w-\[5rem\] {
    @media (width >= 48rem) {
      max-width: 5rem;
    }
  }
  .md\:max-w-\[55\%\] {
    @media (width >= 48rem) {
      max-width: 55%;
    }
  }
  .md\:max-w-\[80\%\] {
    @media (width >= 48rem) {
      max-width: 80%;
    }
  }
  .md\:max-w-\[100\%\] {
    @media (width >= 48rem) {
      max-width: 100%;
    }
  }
  .md\:flex-\[0_0_15\%\] {
    @media (width >= 48rem) {
      flex: 0 0 15%;
    }
  }
  .md\:flex-\[0_0_50\%\] {
    @media (width >= 48rem) {
      flex: 0 0 50%;
    }
  }
  .md\:flex-\[0_0_52\%\] {
    @media (width >= 48rem) {
      flex: 0 0 52%;
    }
  }
  .md\:flex-\[0_0_80\%\] {
    @media (width >= 48rem) {
      flex: 0 0 80%;
    }
  }
  .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\:gap-\[2rem\] {
    @media (width >= 48rem) {
      gap: 2rem;
    }
  }
  .md\:gap-\[3rem\] {
    @media (width >= 48rem) {
      gap: 3rem;
    }
  }
  .md\:object-\[0\%\] {
    @media (width >= 48rem) {
      object-position: 0%;
    }
  }
  .md\:p-\[2\.5\%\] {
    @media (width >= 48rem) {
      padding: 2.5%;
    }
  }
  .md\:px-\[2rem\] {
    @media (width >= 48rem) {
      padding-inline: 2rem;
    }
  }
  .md\:px-\[3\%\] {
    @media (width >= 48rem) {
      padding-inline: 3%;
    }
  }
  .md\:px-\[3rem\] {
    @media (width >= 48rem) {
      padding-inline: 3rem;
    }
  }
  .md\:py-\[1\.5rem\] {
    @media (width >= 48rem) {
      padding-block: 1.5rem;
    }
  }
  .md\:pt-\[0\] {
    @media (width >= 48rem) {
      padding-top: 0;
    }
  }
  .md\:pt-\[5\%\] {
    @media (width >= 48rem) {
      padding-top: 5%;
    }
  }
  .md\:pt-\[50vh\] {
    @media (width >= 48rem) {
      padding-top: 50vh;
    }
  }
  .md\:pt-\[55vw\] {
    @media (width >= 48rem) {
      padding-top: 55vw;
    }
  }
  .md\:pb-\[4rem\] {
    @media (width >= 48rem) {
      padding-bottom: 4rem;
    }
  }
  .md\:pl-\[8rem\] {
    @media (width >= 48rem) {
      padding-left: 8rem;
    }
  }
  .md\:text-\[0\.9rem\] {
    @media (width >= 48rem) {
      font-size: 0.9rem;
    }
  }
  .md\:text-\[1\.1rem\] {
    @media (width >= 48rem) {
      font-size: 1.1rem;
    }
  }
  .md\:text-\[1\.2rem\] {
    @media (width >= 48rem) {
      font-size: 1.2rem;
    }
  }
  .md\:text-\[1\.05rem\] {
    @media (width >= 48rem) {
      font-size: 1.05rem;
    }
  }
  .md\:text-\[1rem\] {
    @media (width >= 48rem) {
      font-size: 1rem;
    }
  }
  .lg\:relative {
    @media (width >= 64rem) {
      position: relative;
    }
  }
  .lg\:top-\[-10vw\] {
    @media (width >= 64rem) {
      top: -10vw;
    }
  }
  .lg\:top-\[0\] {
    @media (width >= 64rem) {
      top: 0;
    }
  }
  .lg\:top-\[1\.5rem\] {
    @media (width >= 64rem) {
      top: 1.5rem;
    }
  }
  .lg\:top-\[5\%\] {
    @media (width >= 64rem) {
      top: 5%;
    }
  }
  .lg\:right-\[-6vw\] {
    @media (width >= 64rem) {
      right: -6vw;
    }
  }
  .lg\:right-\[3\%\] {
    @media (width >= 64rem) {
      right: 3%;
    }
  }
  .lg\:bottom-\[5\%\] {
    @media (width >= 64rem) {
      bottom: 5%;
    }
  }
  .lg\:left-\[3\%\] {
    @media (width >= 64rem) {
      left: 3%;
    }
  }
  .lg\:mt-\[-3rem\] {
    @media (width >= 64rem) {
      margin-top: -3rem;
    }
  }
  .lg\:mt-\[-16\%\] {
    @media (width >= 64rem) {
      margin-top: -16%;
    }
  }
  .lg\:mt-\[5rem\] {
    @media (width >= 64rem) {
      margin-top: 5rem;
    }
  }
  .lg\:mr-\[-30\%\] {
    @media (width >= 64rem) {
      margin-right: -30%;
    }
  }
  .lg\:h-\[60vh\] {
    @media (width >= 64rem) {
      height: 60vh;
    }
  }
  .lg\:h-auto {
    @media (width >= 64rem) {
      height: auto;
    }
  }
  .lg\:min-h-\[85svh\] {
    @media (width >= 64rem) {
      min-height: 85svh;
    }
  }
  .lg\:min-h-\[300vh\] {
    @media (width >= 64rem) {
      min-height: 300vh;
    }
  }
  .lg\:w-\[18vw\] {
    @media (width >= 64rem) {
      width: 18vw;
    }
  }
  .lg\:w-\[48\%\] {
    @media (width >= 64rem) {
      width: 48%;
    }
  }
  .lg\:w-\[65\%\] {
    @media (width >= 64rem) {
      width: 65%;
    }
  }
  .lg\:w-\[100\%\] {
    @media (width >= 64rem) {
      width: 100%;
    }
  }
  .lg\:max-w-\[5\.6rem\] {
    @media (width >= 64rem) {
      max-width: 5.6rem;
    }
  }
  .lg\:max-w-\[12rem\] {
    @media (width >= 64rem) {
      max-width: 12rem;
    }
  }
  .lg\:max-w-\[55\%\] {
    @media (width >= 64rem) {
      max-width: 55%;
    }
  }
  .lg\:flex-\[0_0_46\%\] {
    @media (width >= 64rem) {
      flex: 0 0 46%;
    }
  }
  .lg\:grid-cols-3 {
    @media (width >= 64rem) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
    }
  }
  .lg\:flex-row {
    @media (width >= 64rem) {
      flex-direction: row;
    }
  }
  .lg\:flex-nowrap {
    @media (width >= 64rem) {
      flex-wrap: nowrap;
    }
  }
  .lg\:px-\[0rem\] {
    @media (width >= 64rem) {
      padding-inline: 0rem;
    }
  }
  .lg\:px-\[6rem\] {
    @media (width >= 64rem) {
      padding-inline: 6rem;
    }
  }
  .lg\:pt-0 {
    @media (width >= 64rem) {
      padding-top: calc(var(--spacing) * 0);
    }
  }
  .lg\:pt-\[2rem\] {
    @media (width >= 64rem) {
      padding-top: 2rem;
    }
  }
  .lg\:pt-\[4vw\] {
    @media (width >= 64rem) {
      padding-top: 4vw;
    }
  }
  .lg\:pt-\[15vh\] {
    @media (width >= 64rem) {
      padding-top: 15vh;
    }
  }
  .lg\:pb-\[2rem\] {
    @media (width >= 64rem) {
      padding-bottom: 2rem;
    }
  }
  .lg\:pb-\[40vh\] {
    @media (width >= 64rem) {
      padding-bottom: 40vh;
    }
  }
  .lg\:text-\[1\.2rem\] {
    @media (width >= 64rem) {
      font-size: 1.2rem;
    }
  }
  .lg\:text-\[1\.3rem\] {
    @media (width >= 64rem) {
      font-size: 1.3rem;
    }
  }
  .lg\:text-\[1\.25rem\] {
    @media (width >= 64rem) {
      font-size: 1.25rem;
    }
  }
  .lg\:text-\[1\.375rem\] {
    @media (width >= 64rem) {
      font-size: 1.375rem;
    }
  }
  .xl\:mt-\[-10\%\] {
    @media (width >= 80rem) {
      margin-top: -10%;
    }
  }
}
@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-tracking {
  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-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;
}
@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-tracking: 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-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;
    }
  }
}
