/*! tailwindcss v4.1.12 | 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;
    --text-lg: 1.125rem;
    --text-lg--line-height: calc(1.75 / 1.125);
    --font-weight-normal: 400;
    --font-weight-semibold: 600;
    --font-weight-bold: 700;
    --leading-tight: 1.25;
    --leading-normal: 1.5;
    --radius-md: 0.375rem;
    --radius-lg: 0.5rem;
    --radius-xl: 0.75rem;
    --radius-4xl: 2rem;
    --ease-in: cubic-bezier(0.4, 0, 1, 1);
    --ease-out: cubic-bezier(0, 0, 0.2, 1);
    --ease-in-out: cubic-bezier(0.4, 0, 0.2, 1);
    --blur-md: 12px;
    --blur-lg: 16px;
    --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;
  }
  .sticky {
    position: sticky;
  }
  .-top-\[1dvw\] {
    top: calc(1dvw * -1);
  }
  .-top-\[6dvh\] {
    top: calc(6dvh * -1);
  }
  .-top-\[60dvh\] {
    top: calc(60dvh * -1);
  }
  .top-0 {
    top: calc(var(--spacing) * 0);
  }
  .top-1\/8 {
    top: calc(1/8 * 100%);
  }
  .top-\[1dvw\] {
    top: 1dvw;
  }
  .top-\[12\.8dvh\] {
    top: 12.8dvh;
  }
  .top-\[18dvh\] {
    top: 18dvh;
  }
  .top-\[20dvh\] {
    top: 20dvh;
  }
  .top-\[22dvh\] {
    top: 22dvh;
  }
  .top-\[24dvh\] {
    top: 24dvh;
  }
  .top-\[34dvh\] {
    top: 34dvh;
  }
  .top-\[35dvh\] {
    top: 35dvh;
  }
  .top-\[36dvh\] {
    top: 36dvh;
  }
  .-right-\[4dvw\] {
    right: calc(4dvw * -1);
  }
  .-right-\[24dvw\] {
    right: calc(24dvw * -1);
  }
  .-right-\[50dvw\] {
    right: calc(50dvw * -1);
  }
  .right-0 {
    right: calc(var(--spacing) * 0);
  }
  .right-\[2dvh\] {
    right: 2dvh;
  }
  .right-\[4dvw\] {
    right: 4dvw;
  }
  .right-\[6dvw\] {
    right: 6dvw;
  }
  .right-\[8dvw\] {
    right: 8dvw;
  }
  .right-\[10dvw\] {
    right: 10dvw;
  }
  .right-\[11dvw\] {
    right: 11dvw;
  }
  .right-\[16dvw\] {
    right: 16dvw;
  }
  .right-\[24dvw\] {
    right: 24dvw;
  }
  .right-\[32dvw\] {
    right: 32dvw;
  }
  .-bottom-\[1dvh\] {
    bottom: calc(1dvh * -1);
  }
  .-bottom-\[6dvh\] {
    bottom: calc(6dvh * -1);
  }
  .-bottom-\[15dvh\] {
    bottom: calc(15dvh * -1);
  }
  .-bottom-\[46dvh\] {
    bottom: calc(46dvh * -1);
  }
  .-bottom-\[48dvh\] {
    bottom: calc(48dvh * -1);
  }
  .bottom-\[0\.5dvh\] {
    bottom: 0.5dvh;
  }
  .bottom-\[4rem\] {
    bottom: 4rem;
  }
  .bottom-\[12dvh\] {
    bottom: 12dvh;
  }
  .bottom-\[16rem\] {
    bottom: 16rem;
  }
  .bottom-\[25dvh\] {
    bottom: 25dvh;
  }
  .bottom-\[26rem\] {
    bottom: 26rem;
  }
  .-left-\[4dvw\] {
    left: calc(4dvw * -1);
  }
  .-left-\[50dvw\] {
    left: calc(50dvw * -1);
  }
  .left-0 {
    left: calc(var(--spacing) * 0);
  }
  .left-1 {
    left: calc(var(--spacing) * 1);
  }
  .left-1\/2 {
    left: calc(1/2 * 100%);
  }
  .left-\[2\.8dvw\] {
    left: 2.8dvw;
  }
  .left-\[2dvw\] {
    left: 2dvw;
  }
  .left-\[6\.5dvw\] {
    left: 6.5dvw;
  }
  .left-\[12dvw\] {
    left: 12dvw;
  }
  .left-\[36dvw\] {
    left: 36dvw;
  }
  .left-\[40dvw\] {
    left: 40dvw;
  }
  .left-\[66dvw\] {
    left: 66dvw;
  }
  .z-0 {
    z-index: 0;
  }
  .z-1 {
    z-index: 1;
  }
  .z-2 {
    z-index: 2;
  }
  .z-10 {
    z-index: 10;
  }
  .z-20 {
    z-index: 20;
  }
  .z-30 {
    z-index: 30;
  }
  .z-\[1\] {
    z-index: 1;
  }
  .z-\[10\] {
    z-index: 10;
  }
  .z-\[999\] {
    z-index: 999;
  }
  .z-\[9999\] {
    z-index: 9999;
  }
  .mx-auto {
    margin-inline: auto;
  }
  .my-4 {
    margin-block: calc(var(--spacing) * 4);
  }
  .my-16 {
    margin-block: calc(var(--spacing) * 16);
  }
  .my-auto {
    margin-block: auto;
  }
  .mt-4 {
    margin-top: calc(var(--spacing) * 4);
  }
  .mt-\[3rem\] {
    margin-top: 3rem;
  }
  .mt-\[8rem\] {
    margin-top: 8rem;
  }
  .mr-0 {
    margin-right: calc(var(--spacing) * 0);
  }
  .mb-\[10rem\] {
    margin-bottom: 10rem;
  }
  .mb-\[12rem\] {
    margin-bottom: 12rem;
  }
  .mb-\[120rem\] {
    margin-bottom: 120rem;
  }
  .ml-0 {
    margin-left: calc(var(--spacing) * 0);
  }
  .ml-auto {
    margin-left: auto;
  }
  .block {
    display: block;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .h-6 {
    height: calc(var(--spacing) * 6);
  }
  .h-\[5rem\] {
    height: 5rem;
  }
  .h-\[12dvw\] {
    height: 12dvw;
  }
  .h-\[16dvw\] {
    height: 16dvw;
  }
  .h-\[20dvw\] {
    height: 20dvw;
  }
  .h-\[20rem\] {
    height: 20rem;
  }
  .h-\[25rem\] {
    height: 25rem;
  }
  .h-\[30rem\] {
    height: 30rem;
  }
  .h-\[45\%\] {
    height: 45%;
  }
  .h-\[120dvh\] {
    height: 120dvh;
  }
  .h-full {
    height: 100%;
  }
  .min-h-\[80dvh\] {
    min-height: 80dvh;
  }
  .min-h-screen {
    min-height: 100vh;
  }
  .w-6 {
    width: calc(var(--spacing) * 6);
  }
  .w-\[1\.4rem\] {
    width: 1.4rem;
  }
  .w-\[2rem\] {
    width: 2rem;
  }
  .w-\[4rem\] {
    width: 4rem;
  }
  .w-\[5rem\] {
    width: 5rem;
  }
  .w-\[8rem\] {
    width: 8rem;
  }
  .w-\[9dvw\] {
    width: 9dvw;
  }
  .w-\[9rem\] {
    width: 9rem;
  }
  .w-\[10rem\] {
    width: 10rem;
  }
  .w-\[11\.2dvw\] {
    width: 11.2dvw;
  }
  .w-\[11dvw\] {
    width: 11dvw;
  }
  .w-\[12\.1dvw\] {
    width: 12.1dvw;
  }
  .w-\[12dvw\] {
    width: 12dvw;
  }
  .w-\[12rem\] {
    width: 12rem;
  }
  .w-\[13\.2dvw\] {
    width: 13.2dvw;
  }
  .w-\[13dvw\] {
    width: 13dvw;
  }
  .w-\[14dvw\] {
    width: 14dvw;
  }
  .w-\[14rem\] {
    width: 14rem;
  }
  .w-\[18dvw\] {
    width: 18dvw;
  }
  .w-\[20dvw\] {
    width: 20dvw;
  }
  .w-\[22dvw\] {
    width: 22dvw;
  }
  .w-\[22rem\] {
    width: 22rem;
  }
  .w-\[24rem\] {
    width: 24rem;
  }
  .w-\[25rem\] {
    width: 25rem;
  }
  .w-\[50\%\] {
    width: 50%;
  }
  .w-\[70\%\] {
    width: 70%;
  }
  .w-\[80\%\] {
    width: 80%;
  }
  .w-\[90\%\] {
    width: 90%;
  }
  .w-\[95\%\] {
    width: 95%;
  }
  .w-\[100\%\] {
    width: 100%;
  }
  .w-fit {
    width: fit-content;
  }
  .w-full {
    width: 100%;
  }
  .w-screen {
    width: 100vw;
  }
  .flex-1 {
    flex: 1;
  }
  .-translate-x-0 {
    --tw-translate-x: calc(var(--spacing) * -0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-x-32 {
    --tw-translate-x: calc(var(--spacing) * -32);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-x-96 {
    --tw-translate-x: calc(var(--spacing) * -96);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-x-full {
    --tw-translate-x: -100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-0 {
    --tw-translate-x: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-96 {
    --tw-translate-x: calc(var(--spacing) * 96);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-\[56rem\] {
    --tw-translate-x: 56rem;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-full {
    --tw-translate-x: 100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-0 {
    --tw-translate-y: calc(var(--spacing) * -0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-96 {
    --tw-translate-y: calc(var(--spacing) * -96);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .-translate-y-full {
    --tw-translate-y: -100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-0 {
    --tw-translate-y: calc(var(--spacing) * 0);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-8 {
    --tw-translate-y: calc(var(--spacing) * 8);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-32 {
    --tw-translate-y: calc(var(--spacing) * 32);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-96 {
    --tw-translate-y: calc(var(--spacing) * 96);
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-y-full {
    --tw-translate-y: 100%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .scale-25 {
    --tw-scale-x: 25%;
    --tw-scale-y: 25%;
    --tw-scale-z: 25%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-100 {
    --tw-scale-x: 100%;
    --tw-scale-y: 100%;
    --tw-scale-z: 100%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-125 {
    --tw-scale-x: 125%;
    --tw-scale-y: 125%;
    --tw-scale-z: 125%;
    scale: var(--tw-scale-x) var(--tw-scale-y);
  }
  .scale-\[90\%\] {
    scale: 90%;
  }
  .-rotate-3 {
    rotate: calc(3deg * -1);
  }
  .-rotate-12 {
    rotate: calc(12deg * -1);
  }
  .rotate-3 {
    rotate: 3deg;
  }
  .rotate-12 {
    rotate: 12deg;
  }
  .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;
  }
  .snap-start {
    scroll-snap-align: start;
  }
  .list-none {
    list-style-type: none;
  }
  .grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .grid-rows-2 {
    grid-template-rows: repeat(2, minmax(0, 1fr));
  }
  .grid-rows-3 {
    grid-template-rows: repeat(3, minmax(0, 1fr));
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-row {
    flex-direction: row;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .items-stretch {
    align-items: stretch;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .justify-end {
    justify-content: flex-end;
  }
  .gap-1 {
    gap: calc(var(--spacing) * 1);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-8 {
    gap: calc(var(--spacing) * 8);
  }
  .gap-\[2rem\] {
    gap: 2rem;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .overflow-y-scroll {
    overflow-y: scroll;
  }
  .rounded-\[4rem\] {
    border-radius: 4rem;
  }
  .rounded-\[20px\] {
    border-radius: 20px;
  }
  .rounded-full {
    border-radius: calc(infinity * 1px);
  }
  .rounded-lg {
    border-radius: var(--radius-lg);
  }
  .rounded-md {
    border-radius: var(--radius-md);
  }
  .rounded-xl {
    border-radius: var(--radius-xl);
  }
  .rounded-t-4xl {
    border-top-left-radius: var(--radius-4xl);
    border-top-right-radius: var(--radius-4xl);
  }
  .rounded-t-md {
    border-top-left-radius: var(--radius-md);
    border-top-right-radius: var(--radius-md);
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border-white {
    border-color: var(--color-white);
  }
  .bg-\[\#5a85c7\] {
    background-color: #5a85c7;
  }
  .bg-\[\#86A43E\] {
    background-color: #86A43E;
  }
  .bg-\[\#0166B4\] {
    background-color: #0166B4;
  }
  .bg-\[hsl\(206\,99\%\,35\%\)\] {
    background-color: hsl(206,99%,35%);
  }
  .bg-\[rgba\(0\,0\,0\,0\.28\)\] {
    background-color: rgba(0,0,0,0.28);
  }
  .bg-\[rgba\(90\,133\,199\,1\)\] {
    background-color: rgba(90,133,199,1);
  }
  .bg-\[rgba\(156\,156\,156\,0\.14\)\] {
    background-color: rgba(156,156,156,0.14);
  }
  .bg-\[rgba\(243\,243\,243\,0\.34\)\] {
    background-color: rgba(243,243,243,0.34);
  }
  .bg-\[rgba\(255\,255\,255\,0\.09\)\] {
    background-color: rgba(255,255,255,0.09);
  }
  .bg-white {
    background-color: var(--color-white);
  }
  .bg-white\/10 {
    background-color: color-mix(in srgb, #fff 10%, transparent);
    @supports (color: color-mix(in lab, red, red)) {
      background-color: color-mix(in oklab, var(--color-white) 10%, transparent);
    }
  }
  .bg-gradient-to-r {
    --tw-gradient-position: to right in oklab;
    background-image: linear-gradient(var(--tw-gradient-stops));
  }
  .bg-\[url\(\'assets\/Hexagon\.webp\'\)\] {
    background-image: url('assets/Hexagon.webp');
  }
  .from-\[\#084573\] {
    --tw-gradient-from: #084573;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-\[\#B3CD74\] {
    --tw-gradient-from: #B3CD74;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .from-\[rgba\(179\,205\,116\,0\.5\)\] {
    --tw-gradient-from: rgba(179,205,116,0.5);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-\[\#5A85C7\] {
    --tw-gradient-to: #5A85C7;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-\[\#267269\] {
    --tw-gradient-to: #267269;
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .to-\[rgba\(90\,133\,199\,0\.5\)\] {
    --tw-gradient-to: rgba(90,133,199,0.5);
    --tw-gradient-stops: var(--tw-gradient-via-stops, var(--tw-gradient-position), var(--tw-gradient-from) var(--tw-gradient-from-position), var(--tw-gradient-to) var(--tw-gradient-to-position));
  }
  .bg-contain {
    background-size: contain;
  }
  .bg-cover {
    background-size: cover;
  }
  .bg-center {
    background-position: center;
  }
  .bg-no-repeat {
    background-repeat: no-repeat;
  }
  .mask-repeat {
    mask-repeat: repeat;
  }
  .object-contain {
    object-fit: contain;
  }
  .p-3 {
    padding: calc(var(--spacing) * 3);
  }
  .p-4 {
    padding: calc(var(--spacing) * 4);
  }
  .p-8 {
    padding: calc(var(--spacing) * 8);
  }
  .p-12 {
    padding: calc(var(--spacing) * 12);
  }
  .px-2 {
    padding-inline: calc(var(--spacing) * 2);
  }
  .px-4 {
    padding-inline: calc(var(--spacing) * 4);
  }
  .py-1 {
    padding-block: calc(var(--spacing) * 1);
  }
  .py-2 {
    padding-block: calc(var(--spacing) * 2);
  }
  .py-3 {
    padding-block: calc(var(--spacing) * 3);
  }
  .text-center {
    text-align: center;
  }
  .text-end {
    text-align: end;
  }
  .text-justify {
    text-align: justify;
  }
  .text-left {
    text-align: left;
  }
  .align-middle {
    vertical-align: middle;
  }
  .text-lg {
    font-size: var(--text-lg);
    line-height: var(--tw-leading, var(--text-lg--line-height));
  }
  .text-\[0\.7rem\] {
    font-size: 0.7rem;
  }
  .text-\[0\.8rem\] {
    font-size: 0.8rem;
  }
  .text-\[0\.9rem\] {
    font-size: 0.9rem;
  }
  .text-\[1\.1rem\] {
    font-size: 1.1rem;
  }
  .text-\[1\.2rem\] {
    font-size: 1.2rem;
  }
  .text-\[1\.3rem\] {
    font-size: 1.3rem;
  }
  .text-\[1\.5rem\] {
    font-size: 1.5rem;
  }
  .text-\[1rem\] {
    font-size: 1rem;
  }
  .text-\[2rem\] {
    font-size: 2rem;
  }
  .text-\[3rem\] {
    font-size: 3rem;
  }
  .leading-tight {
    --tw-leading: var(--leading-tight);
    line-height: var(--leading-tight);
  }
  .font-bold {
    --tw-font-weight: var(--font-weight-bold);
    font-weight: var(--font-weight-bold);
  }
  .font-normal {
    --tw-font-weight: var(--font-weight-normal);
    font-weight: var(--font-weight-normal);
  }
  .font-semibold {
    --tw-font-weight: var(--font-weight-semibold);
    font-weight: var(--font-weight-semibold);
  }
  .text-\[\#5A85C7\] {
    color: #5A85C7;
  }
  .text-\[\#5a85c7\] {
    color: #5a85c7;
  }
  .text-\[\#86A43E\] {
    color: #86A43E;
  }
  .text-\[\#96f972\] {
    color: #96f972;
  }
  .text-\[\#0166B4\] {
    color: #0166B4;
  }
  .text-\[\#464646\] {
    color: #464646;
  }
  .text-white {
    color: var(--color-white);
  }
  .opacity-0 {
    opacity: 0%;
  }
  .opacity-25 {
    opacity: 25%;
  }
  .opacity-70 {
    opacity: 70%;
  }
  .opacity-100 {
    opacity: 100%;
  }
  .opacity-\[12\%\] {
    opacity: 12%;
  }
  .shadow-lg {
    --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px 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);
  }
  .shadow-md {
    --tw-shadow: 0 4px 6px -1px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 2px 4px -2px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
    box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  }
  .backdrop-blur-lg {
    --tw-backdrop-blur: blur(var(--blur-lg));
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .backdrop-blur-md {
    --tw-backdrop-blur: blur(var(--blur-md));
    -webkit-backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
    backdrop-filter: var(--tw-backdrop-blur,) var(--tw-backdrop-brightness,) var(--tw-backdrop-contrast,) var(--tw-backdrop-grayscale,) var(--tw-backdrop-hue-rotate,) var(--tw-backdrop-invert,) var(--tw-backdrop-opacity,) var(--tw-backdrop-saturate,) var(--tw-backdrop-sepia,);
  }
  .transition-all {
    transition-property: all;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .delay-0 {
    transition-delay: 0ms;
  }
  .delay-600 {
    transition-delay: 600ms;
  }
  .duration-300 {
    --tw-duration: 300ms;
    transition-duration: 300ms;
  }
  .duration-500 {
    --tw-duration: 500ms;
    transition-duration: 500ms;
  }
  .duration-700 {
    --tw-duration: 700ms;
    transition-duration: 700ms;
  }
  .duration-1000 {
    --tw-duration: 1000ms;
    transition-duration: 1000ms;
  }
  .ease-in {
    --tw-ease: var(--ease-in);
    transition-timing-function: var(--ease-in);
  }
  .ease-in-out {
    --tw-ease: var(--ease-in-out);
    transition-timing-function: var(--ease-in-out);
  }
  .ease-linear {
    --tw-ease: linear;
    transition-timing-function: linear;
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .focus\:outline-none {
    &:focus {
      --tw-outline-style: none;
      outline-style: none;
    }
  }
  .md\:-top-\[36dvh\] {
    @media (width >= 48rem) {
      top: calc(36dvh * -1);
    }
  }
  .md\:-right-\[20dvw\] {
    @media (width >= 48rem) {
      right: calc(20dvw * -1);
    }
  }
  .md\:-bottom-\[36dvh\] {
    @media (width >= 48rem) {
      bottom: calc(36dvh * -1);
    }
  }
  .md\:-left-\[19dvw\] {
    @media (width >= 48rem) {
      left: calc(19dvw * -1);
    }
  }
  .md\:mx-0 {
    @media (width >= 48rem) {
      margin-inline: calc(var(--spacing) * 0);
    }
  }
  .md\:my-0 {
    @media (width >= 48rem) {
      margin-block: calc(var(--spacing) * 0);
    }
  }
  .md\:mr-\[10rem\] {
    @media (width >= 48rem) {
      margin-right: 10rem;
    }
  }
  .md\:mr-\[15rem\] {
    @media (width >= 48rem) {
      margin-right: 15rem;
    }
  }
  .md\:mr-\[28\.5rem\] {
    @media (width >= 48rem) {
      margin-right: 28.5rem;
    }
  }
  .md\:ml-\[22rem\] {
    @media (width >= 48rem) {
      margin-left: 22rem;
    }
  }
  .md\:ml-\[24rem\] {
    @media (width >= 48rem) {
      margin-left: 24rem;
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:h-\[100dvh\] {
    @media (width >= 48rem) {
      height: 100dvh;
    }
  }
  .md\:w-\[2\.6rem\] {
    @media (width >= 48rem) {
      width: 2.6rem;
    }
  }
  .md\:w-\[3rem\] {
    @media (width >= 48rem) {
      width: 3rem;
    }
  }
  .md\:w-\[8rem\] {
    @media (width >= 48rem) {
      width: 8rem;
    }
  }
  .md\:w-\[9rem\] {
    @media (width >= 48rem) {
      width: 9rem;
    }
  }
  .md\:w-\[10rem\] {
    @media (width >= 48rem) {
      width: 10rem;
    }
  }
  .md\:w-\[11rem\] {
    @media (width >= 48rem) {
      width: 11rem;
    }
  }
  .md\:w-\[15rem\] {
    @media (width >= 48rem) {
      width: 15rem;
    }
  }
  .md\:w-\[45\%\] {
    @media (width >= 48rem) {
      width: 45%;
    }
  }
  .md\:w-\[60\%\] {
    @media (width >= 48rem) {
      width: 60%;
    }
  }
  .md\:w-\[70\%\] {
    @media (width >= 48rem) {
      width: 70%;
    }
  }
  .md\:w-\[75\%\] {
    @media (width >= 48rem) {
      width: 75%;
    }
  }
  .md\:w-\[80\%\] {
    @media (width >= 48rem) {
      width: 80%;
    }
  }
  .md\:w-\[90\%\] {
    @media (width >= 48rem) {
      width: 90%;
    }
  }
  .md\:flex-col {
    @media (width >= 48rem) {
      flex-direction: column;
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:justify-between {
    @media (width >= 48rem) {
      justify-content: space-between;
    }
  }
  .md\:justify-center {
    @media (width >= 48rem) {
      justify-content: center;
    }
  }
  .md\:gap-4 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .md\:gap-6 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 6);
    }
  }
  .md\:overflow-hidden {
    @media (width >= 48rem) {
      overflow: hidden;
    }
  }
  .md\:rounded-none {
    @media (width >= 48rem) {
      border-radius: 0;
    }
  }
  .md\:p-0 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 0);
    }
  }
  .md\:p-12 {
    @media (width >= 48rem) {
      padding: calc(var(--spacing) * 12);
    }
  }
  .md\:text-justify {
    @media (width >= 48rem) {
      text-align: justify;
    }
  }
  .md\:text-left {
    @media (width >= 48rem) {
      text-align: left;
    }
  }
  .md\:text-\[1\.2rem\] {
    @media (width >= 48rem) {
      font-size: 1.2rem;
    }
  }
  .md\:text-\[2rem\] {
    @media (width >= 48rem) {
      font-size: 2rem;
    }
  }
  .md\:leading-normal {
    @media (width >= 48rem) {
      --tw-leading: var(--leading-normal);
      line-height: var(--leading-normal);
    }
  }
  .lg\:top-\[15dvh\] {
    @media (width >= 81rem) {
      top: 15dvh;
    }
  }
  .lg\:right-\[7\.5dvw\] {
    @media (width >= 81rem) {
      right: 7.5dvw;
    }
  }
  .lg\:right-\[8dvw\] {
    @media (width >= 81rem) {
      right: 8dvw;
    }
  }
  .lg\:left-\[2dvw\] {
    @media (width >= 81rem) {
      left: 2dvw;
    }
  }
  .lg\:left-\[3dvw\] {
    @media (width >= 81rem) {
      left: 3dvw;
    }
  }
  .lg\:left-\[4dvw\] {
    @media (width >= 81rem) {
      left: 4dvw;
    }
  }
  .lg\:mr-\[17rem\] {
    @media (width >= 81rem) {
      margin-right: 17rem;
    }
  }
  .lg\:ml-\[22rem\] {
    @media (width >= 81rem) {
      margin-left: 22rem;
    }
  }
  .lg\:ml-\[26rem\] {
    @media (width >= 81rem) {
      margin-left: 26rem;
    }
  }
  .lg\:ml-auto {
    @media (width >= 81rem) {
      margin-left: auto;
    }
  }
  .lg\:block {
    @media (width >= 81rem) {
      display: block;
    }
  }
  .lg\:h-\[6rem\] {
    @media (width >= 81rem) {
      height: 6rem;
    }
  }
  .lg\:w-\[1rem\] {
    @media (width >= 81rem) {
      width: 1rem;
    }
  }
  .lg\:w-\[3rem\] {
    @media (width >= 81rem) {
      width: 3rem;
    }
  }
  .lg\:w-\[5rem\] {
    @media (width >= 81rem) {
      width: 5rem;
    }
  }
  .lg\:w-\[6rem\] {
    @media (width >= 81rem) {
      width: 6rem;
    }
  }
  .lg\:w-\[10rem\] {
    @media (width >= 81rem) {
      width: 10rem;
    }
  }
  .lg\:w-\[12rem\] {
    @media (width >= 81rem) {
      width: 12rem;
    }
  }
  .lg\:w-\[50\%\] {
    @media (width >= 81rem) {
      width: 50%;
    }
  }
  .lg\:w-\[60\%\] {
    @media (width >= 81rem) {
      width: 60%;
    }
  }
  .lg\:w-\[68\%\] {
    @media (width >= 81rem) {
      width: 68%;
    }
  }
  .lg\:w-\[70\%\] {
    @media (width >= 81rem) {
      width: 70%;
    }
  }
  .lg\:w-\[75\%\] {
    @media (width >= 81rem) {
      width: 75%;
    }
  }
  .lg\:w-\[80\%\] {
    @media (width >= 81rem) {
      width: 80%;
    }
  }
  .lg\:w-\[85\%\] {
    @media (width >= 81rem) {
      width: 85%;
    }
  }
  .lg\:w-\[90\%\] {
    @media (width >= 81rem) {
      width: 90%;
    }
  }
  .lg\:justify-end {
    @media (width >= 81rem) {
      justify-content: flex-end;
    }
  }
  .lg\:rounded-xl {
    @media (width >= 81rem) {
      border-radius: var(--radius-xl);
    }
  }
  .lg\:px-3 {
    @media (width >= 81rem) {
      padding-inline: calc(var(--spacing) * 3);
    }
  }
  .lg\:px-6 {
    @media (width >= 81rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .lg\:py-3 {
    @media (width >= 81rem) {
      padding-block: calc(var(--spacing) * 3);
    }
  }
  .lg\:text-\[0\.8rem\] {
    @media (width >= 81rem) {
      font-size: 0.8rem;
    }
  }
  .lg\:text-\[1\.1rem\] {
    @media (width >= 81rem) {
      font-size: 1.1rem;
    }
  }
  .lg\:text-\[1\.2rem\] {
    @media (width >= 81rem) {
      font-size: 1.2rem;
    }
  }
  .lg\:text-\[1\.4rem\] {
    @media (width >= 81rem) {
      font-size: 1.4rem;
    }
  }
  .lg\:text-\[1\.5rem\] {
    @media (width >= 81rem) {
      font-size: 1.5rem;
    }
  }
  .lg\:text-\[1rem\] {
    @media (width >= 81rem) {
      font-size: 1rem;
    }
  }
  .lg\:text-\[2\.5rem\] {
    @media (width >= 81rem) {
      font-size: 2.5rem;
    }
  }
  .lg\:text-\[2rem\] {
    @media (width >= 81rem) {
      font-size: 2rem;
    }
  }
  .lg\:text-\[3\.4rem\] {
    @media (width >= 81rem) {
      font-size: 3.4rem;
    }
  }
  .lg\:text-\[4rem\] {
    @media (width >= 81rem) {
      font-size: 4rem;
    }
  }
  .xl\:top-\[15\.5dvh\] {
    @media (width >= 90rem) {
      top: 15.5dvh;
    }
  }
  .xl\:-right-\[11\.5dvw\] {
    @media (width >= 90rem) {
      right: calc(11.5dvw * -1);
    }
  }
  .xl\:right-\[11\.5dvw\] {
    @media (width >= 90rem) {
      right: 11.5dvw;
    }
  }
  .xl\:right-\[12dvw\] {
    @media (width >= 90rem) {
      right: 12dvw;
    }
  }
  .xl\:-left-\[10dvw\] {
    @media (width >= 90rem) {
      left: calc(10dvw * -1);
    }
  }
  .xl\:left-\[6dvw\] {
    @media (width >= 90rem) {
      left: 6dvw;
    }
  }
  .xl\:left-\[8dvw\] {
    @media (width >= 90rem) {
      left: 8dvw;
    }
  }
  .xl\:ml-\[24rem\] {
    @media (width >= 90rem) {
      margin-left: 24rem;
    }
  }
  .xl\:ml-\[34rem\] {
    @media (width >= 90rem) {
      margin-left: 34rem;
    }
  }
  .xl\:h-\[8rem\] {
    @media (width >= 90rem) {
      height: 8rem;
    }
  }
  .xl\:w-\[4rem\] {
    @media (width >= 90rem) {
      width: 4rem;
    }
  }
  .xl\:w-\[8rem\] {
    @media (width >= 90rem) {
      width: 8rem;
    }
  }
  .xl\:w-\[11rem\] {
    @media (width >= 90rem) {
      width: 11rem;
    }
  }
  .xl\:w-\[12rem\] {
    @media (width >= 90rem) {
      width: 12rem;
    }
  }
  .xl\:w-\[14rem\] {
    @media (width >= 90rem) {
      width: 14rem;
    }
  }
  .xl\:w-\[15rem\] {
    @media (width >= 90rem) {
      width: 15rem;
    }
  }
  .xl\:w-\[28rem\] {
    @media (width >= 90rem) {
      width: 28rem;
    }
  }
  .xl\:w-\[50\%\] {
    @media (width >= 90rem) {
      width: 50%;
    }
  }
  .xl\:w-\[58\%\] {
    @media (width >= 90rem) {
      width: 58%;
    }
  }
  .xl\:w-\[65\%\] {
    @media (width >= 90rem) {
      width: 65%;
    }
  }
  .xl\:w-\[68\%\] {
    @media (width >= 90rem) {
      width: 68%;
    }
  }
  .xl\:w-\[100\%\] {
    @media (width >= 90rem) {
      width: 100%;
    }
  }
  .xl\:gap-4 {
    @media (width >= 90rem) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .xl\:text-\[1\.1rem\] {
    @media (width >= 90rem) {
      font-size: 1.1rem;
    }
  }
  .xl\:text-\[1\.2rem\] {
    @media (width >= 90rem) {
      font-size: 1.2rem;
    }
  }
  .xl\:text-\[1\.4rem\] {
    @media (width >= 90rem) {
      font-size: 1.4rem;
    }
  }
  .xl\:text-\[1\.5rem\] {
    @media (width >= 90rem) {
      font-size: 1.5rem;
    }
  }
  .xl\:text-\[1\.8rem\] {
    @media (width >= 90rem) {
      font-size: 1.8rem;
    }
  }
  .xl\:text-\[1rem\] {
    @media (width >= 90rem) {
      font-size: 1rem;
    }
  }
  .xl\:text-\[2\.8rem\] {
    @media (width >= 90rem) {
      font-size: 2.8rem;
    }
  }
  .xl\:text-\[3rem\] {
    @media (width >= 90rem) {
      font-size: 3rem;
    }
  }
  .xl\:text-\[4rem\] {
    @media (width >= 90rem) {
      font-size: 4rem;
    }
  }
  .\32 xl\:mt-\[7rem\] {
    @media (width >= 96rem) {
      margin-top: 7rem;
    }
  }
}
@import url("https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap");
html, body {
  font-family: "Roboto", -apple-system, BlinkMacSystemFont, "Segoe UI", system-ui, sans-serif;
  margin: 0;
  padding: 0;
  height: 100%;
  scroll-behavior: smooth;
  overflow-x: hidden;
}
.active-link {
  text-decoration: underline;
  text-decoration-thickness: 2px;
  text-underline-offset: 2px;
  text-decoration-color: currentColor;
  text-decoration-skip-ink: none;
  display: inline-block;
}
.section-wrapper {
  position: relative;
}
section {
  min-height: 100dvh;
}
@media (min-width: 768px) {
  html, body {
    scroll-snap-type: y mandatory;
  }
  section {
    scroll-snap-align: start;
    scroll-snap-stop: always;
  }
}
@property --tw-translate-x {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-y {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-translate-z {
  syntax: "*";
  inherits: false;
  initial-value: 0;
}
@property --tw-scale-x {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-y {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@property --tw-scale-z {
  syntax: "*";
  inherits: false;
  initial-value: 1;
}
@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-gradient-position {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-via {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-to {
  syntax: "<color>";
  inherits: false;
  initial-value: #0000;
}
@property --tw-gradient-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-via-stops {
  syntax: "*";
  inherits: false;
}
@property --tw-gradient-from-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 0%;
}
@property --tw-gradient-via-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 50%;
}
@property --tw-gradient-to-position {
  syntax: "<length-percentage>";
  inherits: false;
  initial-value: 100%;
}
@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-backdrop-blur {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-brightness {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-contrast {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-grayscale {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-hue-rotate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-invert {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-opacity {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-saturate {
  syntax: "*";
  inherits: false;
}
@property --tw-backdrop-sepia {
  syntax: "*";
  inherits: false;
}
@property --tw-duration {
  syntax: "*";
  inherits: false;
}
@property --tw-ease {
  syntax: "*";
  inherits: false;
}
@layer properties {
  @supports ((-webkit-hyphens: none) and (not (margin-trim: inline))) or ((-moz-orient: inline) and (not (color:rgb(from red r g b)))) {
    *, ::before, ::after, ::backdrop {
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-translate-z: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-scale-z: 1;
      --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-gradient-position: initial;
      --tw-gradient-from: #0000;
      --tw-gradient-via: #0000;
      --tw-gradient-to: #0000;
      --tw-gradient-stops: initial;
      --tw-gradient-via-stops: initial;
      --tw-gradient-from-position: 0%;
      --tw-gradient-via-position: 50%;
      --tw-gradient-to-position: 100%;
      --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-backdrop-blur: initial;
      --tw-backdrop-brightness: initial;
      --tw-backdrop-contrast: initial;
      --tw-backdrop-grayscale: initial;
      --tw-backdrop-hue-rotate: initial;
      --tw-backdrop-invert: initial;
      --tw-backdrop-opacity: initial;
      --tw-backdrop-saturate: initial;
      --tw-backdrop-sepia: initial;
      --tw-duration: initial;
      --tw-ease: initial;
    }
  }
}
