/*! tailwindcss v4.3.1 | 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-base: 1rem;
    --text-base--line-height: calc(1.5 / 1);
    --text-xl: 1.25rem;
    --text-xl--line-height: calc(1.75 / 1.25);
    --text-2xl: 1.5rem;
    --text-2xl--line-height: calc(2 / 1.5);
    --text-4xl: 2.25rem;
    --text-4xl--line-height: calc(2.5 / 2.25);
    --ease-out: cubic-bezier(0, 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);
    --font-cant-reg: Cantoneiros Fino;
    --font-swi-lig: Switzer Light;
    --font-swi-reg: Switzer Regular;
    --font-swi-med: Switzer Medium;
    --font-swi-bold: Switzer Bold;
  }
}
@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 {
  .collapse {
    visibility: collapse;
  }
  .invisible {
    visibility: hidden;
  }
  .visible {
    visibility: visible;
  }
  .\!absolute {
    position: absolute !important;
  }
  .absolute {
    position: absolute;
  }
  .fixed {
    position: fixed;
  }
  .fixed\! {
    position: fixed !important;
  }
  .relative {
    position: relative;
  }
  .static {
    position: static;
  }
  .sticky {
    position: sticky;
  }
  .-top-30 {
    top: calc(var(--spacing) * -30);
  }
  .top-3 {
    top: calc(var(--spacing) * 3);
  }
  .top-5 {
    top: calc(var(--spacing) * 5);
  }
  .top-10 {
    top: calc(var(--spacing) * 10);
  }
  .top-\[-100\%\] {
    top: -100%;
  }
  .top-\[-200\%\] {
    top: -200%;
  }
  .top-\[50\%\] {
    top: 50%;
  }
  .right-0 {
    right: 0;
  }
  .right-10 {
    right: calc(var(--spacing) * 10);
  }
  .bottom-10 {
    bottom: calc(var(--spacing) * 10);
  }
  .left-0 {
    left: 0;
  }
  .left-\[50\%\] {
    left: 50%;
  }
  .isolate {
    isolation: isolate;
  }
  .z-999 {
    z-index: 999;
  }
  .z-9999 {
    z-index: 9999;
  }
  .z-\[-1\] {
    z-index: -1;
  }
  .float-end {
    float: inline-end;
  }
  .float-right {
    float: right;
  }
  .container {
    width: 100%;
    @media (width >= 40rem) {
      max-width: 40rem;
    }
    @media (width >= 48rem) {
      max-width: 48rem;
    }
    @media (width >= 64rem) {
      max-width: 64rem;
    }
    @media (width >= 80rem) {
      max-width: 80rem;
    }
    @media (width >= 96rem) {
      max-width: 96rem;
    }
  }
  .mx-30 {
    margin-inline: calc(var(--spacing) * 30);
  }
  .mx-40 {
    margin-inline: calc(var(--spacing) * 40);
  }
  .my-20 {
    margin-block: calc(var(--spacing) * 20);
  }
  .my-25 {
    margin-block: calc(var(--spacing) * 25);
  }
  .my-30 {
    margin-block: calc(var(--spacing) * 30);
  }
  .my-40 {
    margin-block: calc(var(--spacing) * 40);
  }
  .mt-0 {
    margin-top: 0;
  }
  .mt-2 {
    margin-top: calc(var(--spacing) * 2);
  }
  .mt-5 {
    margin-top: calc(var(--spacing) * 5);
  }
  .mt-7 {
    margin-top: calc(var(--spacing) * 7);
  }
  .mt-7\.5 {
    margin-top: calc(var(--spacing) * 7.5);
  }
  .mt-8 {
    margin-top: calc(var(--spacing) * 8);
  }
  .mt-10 {
    margin-top: calc(var(--spacing) * 10);
  }
  .mt-12 {
    margin-top: calc(var(--spacing) * 12);
  }
  .mt-15 {
    margin-top: calc(var(--spacing) * 15);
  }
  .mt-20 {
    margin-top: calc(var(--spacing) * 20);
  }
  .mt-25 {
    margin-top: calc(var(--spacing) * 25);
  }
  .mt-30 {
    margin-top: calc(var(--spacing) * 30);
  }
  .mt-35 {
    margin-top: calc(var(--spacing) * 35);
  }
  .mt-40 {
    margin-top: calc(var(--spacing) * 40);
  }
  .mt-45 {
    margin-top: calc(var(--spacing) * 45);
  }
  .mt-50 {
    margin-top: calc(var(--spacing) * 50);
  }
  .mt-55 {
    margin-top: calc(var(--spacing) * 55);
  }
  .mt-\[4px\] {
    margin-top: 4px;
  }
  .mt-\[16\.9\%\] {
    margin-top: 16.9%;
  }
  .mr-1 {
    margin-right: var(--spacing);
  }
  .mr-1\.5 {
    margin-right: calc(var(--spacing) * 1.5);
  }
  .mr-5 {
    margin-right: calc(var(--spacing) * 5);
  }
  .mr-12 {
    margin-right: calc(var(--spacing) * 12);
  }
  .mr-15 {
    margin-right: calc(var(--spacing) * 15);
  }
  .mr-25 {
    margin-right: calc(var(--spacing) * 25);
  }
  .mr-\[23\.8\%\] {
    margin-right: 23.8%;
  }
  .mb-2 {
    margin-bottom: calc(var(--spacing) * 2);
  }
  .mb-2\.5 {
    margin-bottom: calc(var(--spacing) * 2.5);
  }
  .mb-8 {
    margin-bottom: calc(var(--spacing) * 8);
  }
  .mb-10 {
    margin-bottom: calc(var(--spacing) * 10);
  }
  .mb-12 {
    margin-bottom: calc(var(--spacing) * 12);
  }
  .mb-20 {
    margin-bottom: calc(var(--spacing) * 20);
  }
  .mb-25 {
    margin-bottom: calc(var(--spacing) * 25);
  }
  .mb-30 {
    margin-bottom: calc(var(--spacing) * 30);
  }
  .mb-40 {
    margin-bottom: calc(var(--spacing) * 40);
  }
  .mb-70 {
    margin-bottom: calc(var(--spacing) * 70);
  }
  .ml-0 {
    margin-left: 0;
  }
  .ml-6 {
    margin-left: calc(var(--spacing) * 6);
  }
  .ml-10 {
    margin-left: calc(var(--spacing) * 10);
  }
  .ml-20 {
    margin-left: calc(var(--spacing) * 20);
  }
  .ml-31 {
    margin-left: calc(var(--spacing) * 31);
  }
  .ml-\[9\%\] {
    margin-left: 9%;
  }
  .ml-\[16\.9\%\] {
    margin-left: 16.9%;
  }
  .ml-\[17\%\] {
    margin-left: 17%;
  }
  .\!hidden {
    display: none !important;
  }
  .block {
    display: block;
  }
  .contents {
    display: contents;
  }
  .flex {
    display: flex;
  }
  .grid {
    display: grid;
  }
  .hidden {
    display: none;
  }
  .inline {
    display: inline;
  }
  .inline-block {
    display: inline-block;
  }
  .list-item {
    display: list-item;
  }
  .table {
    display: table;
  }
  .table-caption {
    display: table-caption;
  }
  .table-cell {
    display: table-cell;
  }
  .aspect-\[3\.9\/3\] {
    aspect-ratio: 3.9/3;
  }
  .aspect-\[3\/2\.3\] {
    aspect-ratio: 3/2.3;
  }
  .aspect-\[3\/4\] {
    aspect-ratio: 3/4;
  }
  .aspect-\[4\/4\] {
    aspect-ratio: 4/4;
  }
  .h-\[300px\] {
    height: 300px;
  }
  .h-\[350px\] {
    height: 350px;
  }
  .h-\[calc\(100\%\+120px\)\] {
    height: calc(100% + 120px);
  }
  .h-\[calc\(100\%-10px\)\] {
    height: calc(100% - 10px);
  }
  .h-full {
    height: 100%;
  }
  .h-screen {
    height: 100vh;
  }
  .max-h-\[768px\] {
    max-height: 768px;
  }
  .max-h-\[816px\] {
    max-height: 816px;
  }
  .max-h-\[856px\] {
    max-height: 856px;
  }
  .max-h-\[972px\] {
    max-height: 972px;
  }
  .min-h-\[200px\] {
    min-height: 200px;
  }
  .\!w-\[43\%\] {
    width: 43% !important;
  }
  .\!w-\[305px\] {
    width: 305px !important;
  }
  .w-1 {
    width: var(--spacing);
  }
  .w-1\/2 {
    width: calc(1 / 2 * 100%);
  }
  .w-\[28\.5\%\] {
    width: 28.5%;
  }
  .w-\[40px\] {
    width: 40px;
  }
  .w-\[53\%\] {
    width: 53%;
  }
  .w-\[71\.5\%\] {
    width: 71.5%;
  }
  .w-\[80\%\] {
    width: 80%;
  }
  .w-\[83\%\] {
    width: 83%;
  }
  .w-\[calc\(50\%-9\%\)\] {
    width: calc(50% - 9%);
  }
  .w-\[calc\(50\%-16\.9\%\)\] {
    width: calc(50% - 16.9%);
  }
  .w-\[stretch\] {
    width: stretch;
  }
  .w-full {
    width: 100%;
  }
  .w-max {
    width: max-content;
  }
  .max-w-\[150px\] {
    max-width: 150px;
  }
  .max-w-\[300px\] {
    max-width: 300px;
  }
  .max-w-\[490px\] {
    max-width: 490px;
  }
  .max-w-\[492px\] {
    max-width: 492px;
  }
  .max-w-\[504px\] {
    max-width: 504px;
  }
  .max-w-\[530px\] {
    max-width: 530px;
  }
  .max-w-\[534px\] {
    max-width: 534px;
  }
  .max-w-\[568px\] {
    max-width: 568px;
  }
  .max-w-\[571\.7px\] {
    max-width: 571.7px;
  }
  .max-w-\[604px\] {
    max-width: 604px;
  }
  .max-w-\[620px\] {
    max-width: 620px;
  }
  .max-w-\[630\.71px\] {
    max-width: 630.71px;
  }
  .max-w-\[660px\] {
    max-width: 660px;
  }
  .max-w-\[702px\] {
    max-width: 702px;
  }
  .max-w-\[878px\] {
    max-width: 878px;
  }
  .max-w-\[885px\] {
    max-width: 885px;
  }
  .max-w-\[1147\.60px\] {
    max-width: 1147.60px;
  }
  .max-w-full {
    max-width: 100%;
  }
  .min-w-\[114px\] {
    min-width: 114px;
  }
  .min-w-\[305px\] {
    min-width: 305px;
  }
  .border-collapse {
    border-collapse: collapse;
  }
  .translate-\[-50\%\] {
    --tw-translate-x: -50%;
    --tw-translate-y: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .translate-x-\[-50\%\] {
    --tw-translate-x: -50%;
    translate: var(--tw-translate-x) var(--tw-translate-y);
  }
  .transform {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,);
  }
  .transform\! {
    transform: var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,) !important;
  }
  .cursor-pointer {
    cursor: pointer;
  }
  .resize {
    resize: both;
  }
  .flex-col {
    flex-direction: column;
  }
  .flex-col-reverse {
    flex-direction: column-reverse;
  }
  .flex-wrap {
    flex-wrap: wrap;
  }
  .items-center {
    align-items: center;
  }
  .items-end {
    align-items: flex-end;
  }
  .justify-between {
    justify-content: space-between;
  }
  .justify-center {
    justify-content: center;
  }
  .gap-1 {
    gap: var(--spacing);
  }
  .gap-1\.5 {
    gap: calc(var(--spacing) * 1.5);
  }
  .gap-2 {
    gap: calc(var(--spacing) * 2);
  }
  .gap-3 {
    gap: calc(var(--spacing) * 3);
  }
  .gap-4 {
    gap: calc(var(--spacing) * 4);
  }
  .gap-5 {
    gap: calc(var(--spacing) * 5);
  }
  .gap-6 {
    gap: calc(var(--spacing) * 6);
  }
  .gap-10 {
    gap: calc(var(--spacing) * 10);
  }
  .gap-12 {
    gap: calc(var(--spacing) * 12);
  }
  .gap-15 {
    gap: calc(var(--spacing) * 15);
  }
  .gap-20 {
    gap: calc(var(--spacing) * 20);
  }
  .gap-25 {
    gap: calc(var(--spacing) * 25);
  }
  .gap-32 {
    gap: calc(var(--spacing) * 32);
  }
  .gap-40 {
    gap: calc(var(--spacing) * 40);
  }
  .justify-self-center {
    justify-self: center;
  }
  .overflow-hidden {
    overflow: hidden;
  }
  .rounded {
    border-radius: 0.25rem;
  }
  .border {
    border-style: var(--tw-border-style);
    border-width: 1px;
  }
  .border\! {
    border-style: var(--tw-border-style) !important;
    border-width: 1px !important;
  }
  .border-2 {
    border-style: var(--tw-border-style);
    border-width: 2px;
  }
  .border-black {
    border-color: var(--color-black);
  }
  .bg-black {
    background-color: var(--color-black);
  }
  .object-cover {
    object-fit: cover;
  }
  .p-2 {
    padding: calc(var(--spacing) * 2);
  }
  .p-10 {
    padding: calc(var(--spacing) * 10);
  }
  .p-14 {
    padding: calc(var(--spacing) * 14);
  }
  .\!px-0 {
    padding-inline: 0 !important;
  }
  .px-5 {
    padding-inline: calc(var(--spacing) * 5);
  }
  .px-6 {
    padding-inline: calc(var(--spacing) * 6);
  }
  .px-10 {
    padding-inline: calc(var(--spacing) * 10);
  }
  .py-12 {
    padding-block: calc(var(--spacing) * 12);
  }
  .pt-2 {
    padding-top: calc(var(--spacing) * 2);
  }
  .pt-2\.5 {
    padding-top: calc(var(--spacing) * 2.5);
  }
  .pt-3 {
    padding-top: calc(var(--spacing) * 3);
  }
  .pb-5 {
    padding-bottom: calc(var(--spacing) * 5);
  }
  .pb-40 {
    padding-bottom: calc(var(--spacing) * 40);
  }
  .pl-\[35\.4\%\] {
    padding-left: 35.4%;
  }
  .text-center {
    text-align: center;
  }
  .font-cant-reg {
    font-family: var(--font-cant-reg);
  }
  .font-swi-lig {
    font-family: var(--font-swi-lig);
  }
  .font-swi-med {
    font-family: var(--font-swi-med);
  }
  .font-swi-reg {
    font-family: var(--font-swi-reg);
  }
  .text-2xl {
    font-size: var(--text-2xl);
    line-height: var(--tw-leading, var(--text-2xl--line-height));
  }
  .text-4xl {
    font-size: var(--text-4xl);
    line-height: var(--tw-leading, var(--text-4xl--line-height));
  }
  .text-base {
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
  }
  .text-xl {
    font-size: var(--text-xl);
    line-height: var(--tw-leading, var(--text-xl--line-height));
  }
  .text-\[0\.9rem\] {
    font-size: 0.9rem;
  }
  .text-\[1\.2rem\] {
    font-size: 1.2rem;
  }
  .text-\[1\.7rem\] {
    font-size: 1.7rem;
  }
  .text-\[1\.8rem\] {
    font-size: 1.8rem;
  }
  .text-\[1\.10rem\] {
    font-size: 1.10rem;
  }
  .text-\[1\.15rem\] {
    font-size: 1.15rem;
  }
  .text-\[2\.2rem\] {
    font-size: 2.2rem;
  }
  .text-\[2\.5rem\] {
    font-size: 2.5rem;
  }
  .text-\[2rem\] {
    font-size: 2rem;
  }
  .text-\[3\.3rem\] {
    font-size: 3.3rem;
  }
  .text-\[3\.7rem\] {
    font-size: 3.7rem;
  }
  .leading-\[1\.3\] {
    --tw-leading: 1.3;
    line-height: 1.3;
  }
  .leading-\[1\.3rem\] {
    --tw-leading: 1.3rem;
    line-height: 1.3rem;
  }
  .leading-\[1\.6\] {
    --tw-leading: 1.6;
    line-height: 1.6;
  }
  .leading-\[2\.2rem\] {
    --tw-leading: 2.2rem;
    line-height: 2.2rem;
  }
  .tracking-\[0\.2rem\] {
    --tw-tracking: 0.2rem;
    letter-spacing: 0.2rem;
  }
  .tracking-\[0\.08rem\] {
    --tw-tracking: 0.08rem;
    letter-spacing: 0.08rem;
  }
  .text-black {
    color: var(--color-black);
  }
  .text-white {
    color: var(--color-white);
  }
  .capitalize {
    text-transform: capitalize;
  }
  .lowercase {
    text-transform: lowercase;
  }
  .uppercase {
    text-transform: uppercase;
  }
  .italic {
    font-style: italic;
  }
  .line-through {
    text-decoration-line: line-through;
  }
  .underline {
    text-decoration-line: underline;
  }
  .underline-offset-4 {
    text-underline-offset: 4px;
  }
  .placeholder-black {
    &::placeholder {
      color: var(--color-black);
    }
  }
  .outline {
    outline-style: var(--tw-outline-style);
    outline-width: 1px;
  }
  .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,);
  }
  .grayscale {
    --tw-grayscale: grayscale(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,);
  }
  .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,);
  }
  .sepia {
    --tw-sepia: sepia(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,);
  }
  .backdrop-filter {
    -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 {
    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, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
  }
  .duration-200 {
    --tw-duration: 200ms;
    transition-duration: 200ms;
  }
  .ease-out {
    --tw-ease: var(--ease-out);
    transition-timing-function: var(--ease-out);
  }
  .select-all {
    -webkit-user-select: all;
    user-select: all;
  }
  .hover\:\!border-\[unset\] {
    &:hover {
      @media (hover: hover) {
        border-color: unset !important;
      }
    }
  }
  .hover\:\!bg-\[unset\] {
    &:hover {
      @media (hover: hover) {
        background-color: unset !important;
      }
    }
  }
  .hover\:\!text-\[unset\] {
    &:hover {
      @media (hover: hover) {
        color: unset !important;
      }
    }
  }
  .hover\:underline {
    &:hover {
      @media (hover: hover) {
        text-decoration-line: underline;
      }
    }
  }
  .max-md\:float-right {
    @media (width < 48rem) {
      float: right;
    }
  }
  .max-md\:m-6 {
    @media (width < 48rem) {
      margin: calc(var(--spacing) * 6);
    }
  }
  .max-md\:mx-0 {
    @media (width < 48rem) {
      margin-inline: 0;
    }
  }
  .max-md\:mx-6 {
    @media (width < 48rem) {
      margin-inline: calc(var(--spacing) * 6);
    }
  }
  .max-md\:mx-10 {
    @media (width < 48rem) {
      margin-inline: calc(var(--spacing) * 10);
    }
  }
  .max-md\:my-8 {
    @media (width < 48rem) {
      margin-block: calc(var(--spacing) * 8);
    }
  }
  .max-md\:my-14 {
    @media (width < 48rem) {
      margin-block: calc(var(--spacing) * 14);
    }
  }
  .max-md\:my-20 {
    @media (width < 48rem) {
      margin-block: calc(var(--spacing) * 20);
    }
  }
  .max-md\:mt-0 {
    @media (width < 48rem) {
      margin-top: 0;
    }
  }
  .max-md\:mt-2 {
    @media (width < 48rem) {
      margin-top: calc(var(--spacing) * 2);
    }
  }
  .max-md\:mt-10 {
    @media (width < 48rem) {
      margin-top: calc(var(--spacing) * 10);
    }
  }
  .max-md\:mt-14 {
    @media (width < 48rem) {
      margin-top: calc(var(--spacing) * 14);
    }
  }
  .max-md\:mt-15 {
    @media (width < 48rem) {
      margin-top: calc(var(--spacing) * 15);
    }
  }
  .max-md\:mt-20 {
    @media (width < 48rem) {
      margin-top: calc(var(--spacing) * 20);
    }
  }
  .max-md\:mt-30 {
    @media (width < 48rem) {
      margin-top: calc(var(--spacing) * 30);
    }
  }
  .max-md\:mr-0 {
    @media (width < 48rem) {
      margin-right: 0;
    }
  }
  .max-md\:mb-0 {
    @media (width < 48rem) {
      margin-bottom: 0;
    }
  }
  .max-md\:mb-5 {
    @media (width < 48rem) {
      margin-bottom: calc(var(--spacing) * 5);
    }
  }
  .max-md\:mb-7\.5 {
    @media (width < 48rem) {
      margin-bottom: calc(var(--spacing) * 7.5);
    }
  }
  .max-md\:mb-8 {
    @media (width < 48rem) {
      margin-bottom: calc(var(--spacing) * 8);
    }
  }
  .max-md\:mb-14 {
    @media (width < 48rem) {
      margin-bottom: calc(var(--spacing) * 14);
    }
  }
  .max-md\:mb-20 {
    @media (width < 48rem) {
      margin-bottom: calc(var(--spacing) * 20);
    }
  }
  .max-md\:mb-\[30px\] {
    @media (width < 48rem) {
      margin-bottom: 30px;
    }
  }
  .max-md\:ml-0 {
    @media (width < 48rem) {
      margin-left: 0;
    }
  }
  .max-md\:ml-\[15\%\] {
    @media (width < 48rem) {
      margin-left: 15%;
    }
  }
  .max-md\:\!block {
    @media (width < 48rem) {
      display: block !important;
    }
  }
  .max-md\:\!hidden {
    @media (width < 48rem) {
      display: none !important;
    }
  }
  .max-md\:block {
    @media (width < 48rem) {
      display: block;
    }
  }
  .max-md\:flex {
    @media (width < 48rem) {
      display: flex;
    }
  }
  .max-md\:hidden {
    @media (width < 48rem) {
      display: none;
    }
  }
  .max-md\:inline-block {
    @media (width < 48rem) {
      display: inline-block;
    }
  }
  .max-md\:h-auto {
    @media (width < 48rem) {
      height: auto;
    }
  }
  .max-md\:max-h-\[185px\] {
    @media (width < 48rem) {
      max-height: 185px;
    }
  }
  .max-md\:max-h-\[210px\] {
    @media (width < 48rem) {
      max-height: 210px;
    }
  }
  .max-md\:w-\[calc\(50\%-40px\)\] {
    @media (width < 48rem) {
      width: calc(50% - 40px);
    }
  }
  .max-md\:w-full {
    @media (width < 48rem) {
      width: 100%;
    }
  }
  .max-md\:max-w-\[300px\] {
    @media (width < 48rem) {
      max-width: 300px;
    }
  }
  .max-md\:max-w-\[500px\] {
    @media (width < 48rem) {
      max-width: 500px;
    }
  }
  .max-md\:max-w-full {
    @media (width < 48rem) {
      max-width: 100%;
    }
  }
  .max-md\:flex-col {
    @media (width < 48rem) {
      flex-direction: column;
    }
  }
  .max-md\:flex-col-reverse {
    @media (width < 48rem) {
      flex-direction: column-reverse;
    }
  }
  .max-md\:flex-wrap {
    @media (width < 48rem) {
      flex-wrap: wrap;
    }
  }
  .max-md\:items-center {
    @media (width < 48rem) {
      align-items: center;
    }
  }
  .max-md\:justify-start {
    @media (width < 48rem) {
      justify-content: flex-start;
    }
  }
  .max-md\:gap-4 {
    @media (width < 48rem) {
      gap: calc(var(--spacing) * 4);
    }
  }
  .max-md\:gap-5 {
    @media (width < 48rem) {
      gap: calc(var(--spacing) * 5);
    }
  }
  .max-md\:gap-10 {
    @media (width < 48rem) {
      gap: calc(var(--spacing) * 10);
    }
  }
  .max-md\:gap-18 {
    @media (width < 48rem) {
      gap: calc(var(--spacing) * 18);
    }
  }
  .max-md\:overflow-scroll {
    @media (width < 48rem) {
      overflow: scroll;
    }
  }
  .max-md\:p-6 {
    @media (width < 48rem) {
      padding: calc(var(--spacing) * 6);
    }
  }
  .max-md\:px-6 {
    @media (width < 48rem) {
      padding-inline: calc(var(--spacing) * 6);
    }
  }
  .max-md\:px-12 {
    @media (width < 48rem) {
      padding-inline: calc(var(--spacing) * 12);
    }
  }
  .max-md\:px-20 {
    @media (width < 48rem) {
      padding-inline: calc(var(--spacing) * 20);
    }
  }
  .max-md\:pr-\[25\%\] {
    @media (width < 48rem) {
      padding-right: 25%;
    }
  }
  .max-md\:pl-\[15\%\] {
    @media (width < 48rem) {
      padding-left: 15%;
    }
  }
  .max-md\:pl-\[25\%\] {
    @media (width < 48rem) {
      padding-left: 25%;
    }
  }
  .max-md\:text-center {
    @media (width < 48rem) {
      text-align: center;
    }
  }
  .max-md\:text-base {
    @media (width < 48rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .max-md\:text-\[0\.8rem\] {
    @media (width < 48rem) {
      font-size: 0.8rem;
    }
  }
  .max-md\:text-\[0\.85rem\] {
    @media (width < 48rem) {
      font-size: 0.85rem;
    }
  }
  .max-md\:text-\[1\.4rem\] {
    @media (width < 48rem) {
      font-size: 1.4rem;
    }
  }
  .max-md\:text-\[1\.8rem\] {
    @media (width < 48rem) {
      font-size: 1.8rem;
    }
  }
  .max-md\:text-\[1\.15rem\] {
    @media (width < 48rem) {
      font-size: 1.15rem;
    }
  }
  .max-md\:text-\[2\.2rem\] {
    @media (width < 48rem) {
      font-size: 2.2rem;
    }
  }
  .max-md\:text-\[2\.6rem\] {
    @media (width < 48rem) {
      font-size: 2.6rem;
    }
  }
  .max-md\:text-\[2rem\] {
    @media (width < 48rem) {
      font-size: 2rem;
    }
  }
  .sm\:px-20 {
    @media (width >= 40rem) {
      padding-inline: calc(var(--spacing) * 20);
    }
  }
  .sm\:py-20 {
    @media (width >= 40rem) {
      padding-block: calc(var(--spacing) * 20);
    }
  }
  .sm\:text-\[2rem\] {
    @media (width >= 40rem) {
      font-size: 2rem;
    }
  }
  .md\:my-40 {
    @media (width >= 48rem) {
      margin-block: calc(var(--spacing) * 40);
    }
  }
  .md\:mt-20 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 20);
    }
  }
  .md\:mt-40 {
    @media (width >= 48rem) {
      margin-top: calc(var(--spacing) * 40);
    }
  }
  .md\:mt-\[16\.9\%\] {
    @media (width >= 48rem) {
      margin-top: 16.9%;
    }
  }
  .md\:ml-\[7\%\] {
    @media (width >= 48rem) {
      margin-left: 7%;
    }
  }
  .md\:ml-\[16\.9\%\] {
    @media (width >= 48rem) {
      margin-left: 16.9%;
    }
  }
  .md\:ml-\[17\%\] {
    @media (width >= 48rem) {
      margin-left: 17%;
    }
  }
  .md\:block {
    @media (width >= 48rem) {
      display: block;
    }
  }
  .md\:hidden {
    @media (width >= 48rem) {
      display: none;
    }
  }
  .md\:w-1\/2 {
    @media (width >= 48rem) {
      width: calc(1 / 2 * 100%);
    }
  }
  .md\:w-\[80\%\] {
    @media (width >= 48rem) {
      width: 80%;
    }
  }
  .md\:w-\[calc\(50\%-16\.9\%\)\] {
    @media (width >= 48rem) {
      width: calc(50% - 16.9%);
    }
  }
  .md\:max-w-\[492px\] {
    @media (width >= 48rem) {
      max-width: 492px;
    }
  }
  .md\:max-w-\[530px\] {
    @media (width >= 48rem) {
      max-width: 530px;
    }
  }
  .md\:max-w-\[571\.7px\] {
    @media (width >= 48rem) {
      max-width: 571.7px;
    }
  }
  .md\:max-w-\[630\.71px\] {
    @media (width >= 48rem) {
      max-width: 630.71px;
    }
  }
  .md\:flex-row {
    @media (width >= 48rem) {
      flex-direction: row;
    }
  }
  .md\:gap-12 {
    @media (width >= 48rem) {
      gap: calc(var(--spacing) * 12);
    }
  }
  .md\:px-40 {
    @media (width >= 48rem) {
      padding-inline: calc(var(--spacing) * 40);
    }
  }
  .md\:py-30 {
    @media (width >= 48rem) {
      padding-block: calc(var(--spacing) * 30);
    }
  }
  .md\:text-\[2\.2rem\] {
    @media (width >= 48rem) {
      font-size: 2.2rem;
    }
  }
  .xl\:ml-\[16\.9\%\] {
    @media (width >= 80rem) {
      margin-left: 16.9%;
    }
  }
  .\[\&_a\:first-child\:hover\]\:no-underline {
    & a:first-child:hover {
      text-decoration-line: none;
    }
  }
  .\[\&_a\:hover\]\:underline {
    & a:hover {
      text-decoration-line: underline;
    }
  }
  .\[tracking\=\"true\"\]\:visible {
    &:is(tracking="true") {
      visibility: visible;
    }
  }
}
@layer utilities {
  .bloco-text-img {
    display: flex;
    flex-direction: column;
    gap: calc(var(--spacing) * 10);
    font-family: var(--font-swi-lig);
    font-size: 1.2rem;
    @media (width < 48rem) {
      font-size: var(--text-base);
      line-height: var(--tw-leading, var(--text-base--line-height));
    }
  }
  .botao {
    width: fit-content;
    border-style: var(--tw-border-style);
    border-width: 2px;
    padding-inline: calc(var(--spacing) * 3);
    padding-block: calc(var(--spacing) * 1.5);
    font-family: var(--font-swi-med);
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    --tw-tracking: 0.08rem;
    letter-spacing: 0.08rem;
    text-transform: uppercase;
    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, display, content-visibility, overlay, pointer-events;
    transition-timing-function: var(--tw-ease, var(--default-transition-timing-function));
    transition-duration: var(--tw-duration, var(--default-transition-duration));
    --tw-duration: 300ms;
    transition-duration: 300ms;
    &:hover {
      @media (hover: hover) {
        border-color: var(--color-black);
      }
    }
    &:hover {
      @media (hover: hover) {
        background-color: var(--color-black);
      }
    }
    &:hover {
      @media (hover: hover) {
        color: var(--color-white);
      }
    }
  }
  .galeria-scroll {
    display: flex;
    width: 100%;
    flex-direction: column;
    justify-content: space-between;
    border-style: var(--tw-border-style);
    border-width: 2px;
    padding: calc(var(--spacing) * 5);
  }
  .galeria-link {
    float: left;
    font-family: var(--font-swi-bold);
    font-size: var(--text-base);
    line-height: var(--tw-leading, var(--text-base--line-height));
    text-transform: uppercase;
    text-decoration-line: underline;
    text-underline-offset: 5px;
  }
}
@font-face {
  font-family: Cantoneiros Fino;
  font-style: normal;
  font-weight: 400;
  src: url("/css/fonts/cantoneiros_fino-webfont.woff2") format("woff2"), url("/css/fonts/cantoneiros_fino-webfont.woff") format("woff");
}
@font-face {
  font-family: Switzer Light;
  font-style: normal;
  font-weight: 300;
  src: url("/css/fonts/switzer-light.woff2") format("woff2");
}
@font-face {
  font-family: Switzer Regular;
  font-style: normal;
  font-weight: 400;
  src: url("/css/fonts/switzer-regular.woff2") format("woff2");
}
@font-face {
  font-family: Switzer Medium;
  font-style: normal;
  font-weight: 500;
  src: url("/css/fonts/switzer-medium.woff2") format("woff2");
}
@font-face {
  font-family: Switzer Bold;
  font-style: normal;
  font-weight: 700;
  src: url("/css/fonts/switzer-bold.woff2") format("woff2");
}
::selection {
  background: #000;
  color: #fff;
}
.hero {
  position: relative;
}
.img_container {
  position: sticky;
  top: 0;
  height: 100vh;
  overflow: hidden;
}
.scroll_destaque {
  position: relative;
  margin-top: -100vh;
  z-index: 10;
  background: #fff;
}
.image-fill img {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: 680px;
  bottom: 0;
  right: 0;
}
.c-menu {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.c-menu.menu-scrolled {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #000;
}
body:has(.c-page) .c-menu {
  color: #000 !important;
}
.sub-menu {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  &.open {
    top: 0;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }
}
.item {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 500px;
}
.item a {
  display: flex;
  flex-direction: column;
  align-items: center;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.item:hover {
  background-color: #000;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.item:hover a {
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.item svg {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.item:hover svg {
  fill: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.botao.reserva {
  padding: 13px 80px 13px 80px;
  font-family: var(--font-cant-reg);
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  .botao.reserva {
    padding: 13px 65px 13px 65px;
    font-size: 1.3rem;
  }
}
html:has(.c-page.imprensa) {
  position: relative;
}
form .error {
  border: 2px solid red;
}
#ngProgress-container {
  display: none;
}
.c-elem_anim--visible {
  position: relative;
  opacity: 1;
  -moz-transform: translate3d(0,0,0);
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}
.c-elem_anim--ltr {
  -moz-transform: translate3d(-150px,0,0);
  -webkit-transform: translate3d(-150px, 0, 0);
  transform: translate3d(-150px, 0, 0);
  opacity: 0;
}
.c-elem_anim--rtl {
  -moz-transform: translate3d(150px,0,0);
  -webkit-transform: translate3d(150px, 0, 0);
  transform: translate3d(150px, 0, 0);
  opacity: 0;
}
.c-elem_anim--btt {
  -moz-transform: translate3d(0,150px,0);
  -webkit-transform: translate3d(0, 150px, 0);
  transform: translate3d(0, 150px, 0);
  opacity: 0;
}
.c-cycle {
  width: 100%;
  position: relative;
  overflow-x: clip;
}
.bloco-text-img .c-cycle:hover .zoom {
  display: block;
}
.c-cycle .item {
  position: absolute;
  z-index: 1;
  right: -100%;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.c-cycle img {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 4;
}
.c-cycle img {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 4;
}
.c-cycle .anim {
  -webkit-transition: all 2.5s ease-in-out;
  -moz-transition: all 2.5s ease-in-out;
  transition: all 2.5s ease-in-out;
}
.c-cycle .enter {
  right: 0%;
}
.c-cycle .active {
  right: 0;
}
.c-cycle:hover .zoom {
  display: block;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.zoom {
  position: absolute;
  right: 26px;
  top: 28px;
  width: 48px;
  height: 48px;
  cursor: pointer;
  z-index: 9;
  display: none;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.zoom svg {
  width: 100%;
  height: 100%;
}
.container_arrows {
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  display: flex;
  justify-content: space-between;
  z-index: 9999;
  width: 100%;
}
.container_arrows .arrow {
  width: 50px;
  height: 70px;
  cursor: pointer;
}
.container_arrows .arrow._left {
  margin-left: 12px;
}
.container_arrows .arrow._right {
  margin-right: 12px;
}
.container_arrows .arrow svg {
  width: 100%;
  height: 100%;
}
.gallery-lightbox {
  position: fixed;
  inset: 0;
  background: #000;
  z-index: 999999;
  display: none;
  align-items: center;
  justify-content: center;
}
.gallery-lightbox.open {
  display: flex;
}
.gallery-lightbox .zoom {
  display: none !important;
}
.gallery-lightbox .container_arrows {
  position: absolute;
  width: stretch;
  width: -webkit-fill-available;
}
.gallery-lightbox .container_arrows .arrow svg {
  fill: #fff;
}
.gallery-content {
  width: 100vw;
  height: 100vh;
  position: relative;
  padding: 40px 145px;
}
.gallery-content .container_arrows {
  display: none;
}
.gallery-content .c-cycle {
  width: 100%;
  height: 100%;
}
.gallery-content .item {
  width: 100%;
  height: 100%;
}
.gallery-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-height: unset;
}
.gallery-close {
  position: absolute;
  top: 40px;
  right: 40px;
  color: #fff;
  font-size: 40px;
  cursor: pointer;
  z-index: 1000;
}
.gallery-close svg {
  width: 48px;
  height: 48px;
  fill: #fff;
}
.gallery-close svg .st0 {
  stroke: #fff;
  stroke-width: unset;
}
.botao.ativo {
  background-color: #000;
  border-color: #000;
  color: #fff;
}
section[data-tipo] {
  transition: opacity 0.4s ease, max-height 0.4s ease, margin 0.4s ease !important;
  overflow: hidden !important;
}
section[data-tipo].escondido {
  opacity: 0 !important;
  max-height: 0 !important;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  pointer-events: none;
}
section[data-tipo].visivel {
  opacity: 1 !important;
}
.video-lightbox {
  display: none;
  position: fixed;
  inset: 0;
  background: #000;
  z-index: 9999;
  align-items: center;
  justify-content: center;
}
.video-lightbox.is-open {
  display: flex;
}
.video-lightbox video {
  max-width: 90vw;
  max-height: 90vh;
}
.video-lightbox__close {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 48px;
  background: none;
  border: none;
  fill: #fff;
  font-size: 3rem;
  line-height: 1;
  cursor: pointer;
}
.atividades-scrolly {
  position: relative;
}
.atividades-sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  align-items: center;
}
.atividades-frames {
  position: relative;
  height: 84vh;
  max-height: 856px;
  overflow: hidden;
}
.atividades-frame {
  position: absolute;
  inset: 0;
  opacity: 0;
}
.atividades-frame video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.atividades-step {
  opacity: 0;
  transform: translateY(14px);
}
@media (max-width: 768px) {
  .atividades-sticky {
    position: relative;
    height: auto;
  }
  .atividades-frames {
    height: 50vh;
  }
  .atividades-step {
    opacity: 1 !important;
    transform: none !important;
  }
}
.js_loading, .angular-loading {
  display: none;
}
@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-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-tracking {
  syntax: "*";
  inherits: false;
}
@property --tw-outline-style {
  syntax: "*";
  inherits: false;
  initial-value: solid;
}
@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;
}
@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-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-tracking: initial;
      --tw-outline-style: solid;
      --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;
      --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;
    }
  }
}
