
  /**
   * We are disabling preflight, but we still want some resets.
   * However, these resets should only apply to our tools and not effect others
   **/
    /*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

    .nota *,
    .nota ::before,
    .nota ::after {
      box-sizing: border-box; /* 1 */
      border-width: 0; /* 2 */
      border-style: solid; /* 2 */
      border-color: #E5E7EB; /* 2 */
    }

    .nota table,
    .nota th,
    .nota td {
      border: none;
    }

    .nota ::before,
    .nota ::after {
      --tw-content: '';
    }

    /*
Reset links to optimize for opt-in styling instead of opt-out.
*/
    .nota a {
      color: inherit;
      text-decoration: inherit;
    }

    /*
Add the correct font weight in Edge and Safari.
*/
    .nota b,
    .nota strong {
      font-weight: bolder;
    }

    /*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

    .nota button,
    .nota input,
    .nota optgroup,
    .nota select,
    .nota textarea {
      font-family: inherit; /* 1 */
      font-size: 100%; /* 1 */
      font-weight: inherit; /* 1 */
      line-height: inherit; /* 1 */
      color: inherit; /* 1 */
      margin: 0; /* 2 */
      padding: 0; /* 3 */
    }

    /*
Remove the inheritance of text transform in Edge and Firefox.
*/

    .nota button,
    .nota select {
      text-transform: none;
    }

    /*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

    .nota button,
    .nota [type='button'],
    .nota [type='reset'],
    .nota [type='submit'] {
      -webkit-appearance: button; /* 1 */
      background-color: transparent; /* 2 */
      background-image: none; /* 2 */
    }

    /*
Removes the default spacing and border for appropriate elements.
*/

    .nota blockquote,
    .nota dl,
    .nota dd,
    .nota h1,
    .nota h2,
    .nota h3,
    .nota h4,
    .nota h5,
    .nota h6,
    .nota hr,
    .nota figure,
    .nota p,
    .nota pre {
      margin: 0;
    }

    .nota fieldset {
      margin: 0;
      padding: 0;
    }

    .nota legend {
      padding: 0;
    }

    .nota ol,
    .nota ul,
    .nota menu {
      list-style: none;
      margin: 0;
      padding: 0;
    }

    /*
Set the default cursor for buttons.
*/
    .nota button,
    .nota [role='button'] {
      cursor: pointer;
    }

    /*
Make sure disabled buttons don't get the pointer cursor.
*/
    .nota :disabled {
      cursor: default;
    }

    /*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
    .nota img,
    .nota svg,
    .nota video,
    .nota canvas,
    .nota audio,
    .nota iframe,
    .nota embed,
    .nota object {
      display: block; /* 1 */
      vertical-align: middle; /* 2 */
    }

    /*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
    .nota img,
    .nota video {
      max-width: 100%;
      height: auto;
    }

*, ::before, ::after {
      --tw-border-spacing-x: 0;
      --tw-border-spacing-y: 0;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-rotate: 0;
      --tw-skew-x: 0;
      --tw-skew-y: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-pan-x:  ;
      --tw-pan-y:  ;
      --tw-pinch-zoom:  ;
      --tw-scroll-snap-strictness: proximity;
      --tw-ordinal:  ;
      --tw-slashed-zero:  ;
      --tw-numeric-figure:  ;
      --tw-numeric-spacing:  ;
      --tw-numeric-fraction:  ;
      --tw-ring-inset:  ;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-color: rgb(59 130 246 / 0.5);
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-ring-shadow: 0 0 #0000;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-colored: 0 0 #0000;
      --tw-blur:  ;
      --tw-brightness:  ;
      --tw-contrast:  ;
      --tw-grayscale:  ;
      --tw-hue-rotate:  ;
      --tw-invert:  ;
      --tw-saturate:  ;
      --tw-sepia:  ;
      --tw-drop-shadow:  ;
      --tw-backdrop-blur:  ;
      --tw-backdrop-brightness:  ;
      --tw-backdrop-contrast:  ;
      --tw-backdrop-grayscale:  ;
      --tw-backdrop-hue-rotate:  ;
      --tw-backdrop-invert:  ;
      --tw-backdrop-opacity:  ;
      --tw-backdrop-saturate:  ;
      --tw-backdrop-sepia:  ;
}

::backdrop {
      --tw-border-spacing-x: 0;
      --tw-border-spacing-y: 0;
      --tw-translate-x: 0;
      --tw-translate-y: 0;
      --tw-rotate: 0;
      --tw-skew-x: 0;
      --tw-skew-y: 0;
      --tw-scale-x: 1;
      --tw-scale-y: 1;
      --tw-pan-x:  ;
      --tw-pan-y:  ;
      --tw-pinch-zoom:  ;
      --tw-scroll-snap-strictness: proximity;
      --tw-ordinal:  ;
      --tw-slashed-zero:  ;
      --tw-numeric-figure:  ;
      --tw-numeric-spacing:  ;
      --tw-numeric-fraction:  ;
      --tw-ring-inset:  ;
      --tw-ring-offset-width: 0px;
      --tw-ring-offset-color: #fff;
      --tw-ring-color: rgb(59 130 246 / 0.5);
      --tw-ring-offset-shadow: 0 0 #0000;
      --tw-ring-shadow: 0 0 #0000;
      --tw-shadow: 0 0 #0000;
      --tw-shadow-colored: 0 0 #0000;
      --tw-blur:  ;
      --tw-brightness:  ;
      --tw-contrast:  ;
      --tw-grayscale:  ;
      --tw-hue-rotate:  ;
      --tw-invert:  ;
      --tw-saturate:  ;
      --tw-sepia:  ;
      --tw-drop-shadow:  ;
      --tw-backdrop-blur:  ;
      --tw-backdrop-brightness:  ;
      --tw-backdrop-contrast:  ;
      --tw-backdrop-grayscale:  ;
      --tw-backdrop-hue-rotate:  ;
      --tw-backdrop-invert:  ;
      --tw-backdrop-opacity:  ;
      --tw-backdrop-saturate:  ;
      --tw-backdrop-sepia:  ;
}
.nota :is(.ntw-sr-only) {
      position: absolute;
      width: 1px;
      height: 1px;
      padding: 0;
      margin: -1px;
      overflow: hidden;
      clip: rect(0, 0, 0, 0);
      white-space: nowrap;
      border-width: 0;
}
.nota :is(.ntw-pointer-events-none) {
      pointer-events: none;
}
.nota :is(.ntw-invisible) {
      visibility: hidden;
}
.nota :is(.ntw-fixed) {
      position: fixed;
}
.nota :is(.ntw-absolute) {
      position: absolute;
}
.nota :is(.ntw-relative) {
      position: relative;
}
.nota :is(.ntw-sticky) {
      position: sticky;
}
.nota :is(.ntw-inset-0) {
      inset: 0px;
}
.nota :is(.-ntw-bottom-2px) {
      bottom: -0.125rem;
}
.nota :is(.-ntw-bottom-5) {
      bottom: -1.25rem;
}
.nota :is(.-ntw-left-full) {
      right: -100%;
}
.nota :is(.-ntw-right-2) {
      left: -0.5rem;
}
.nota :is(.-ntw-top-2) {
      top: -0.5rem;
}
.nota :is(.ntw-bottom-0) {
      bottom: 0px;
}
.nota :is(.ntw-bottom-\[23px\]) {
      bottom: 23px;
}
.nota :is(.ntw-left-0) {
      right: 0px;
}
.nota :is(.ntw-left-1\/2) {
      right: 50%;
}
.nota :is(.ntw-left-12px) {
      right: 0.75rem;
}
.nota :is(.ntw-left-2px) {
      right: 0.125rem;
}
.nota :is(.ntw-left-\[50\%\]) {
      right: 50%;
}
.nota :is(.ntw-right-4) {
      left: 1rem;
}
.nota :is(.ntw-top-0) {
      top: 0px;
}
.nota :is(.ntw-top-1\/2) {
      top: 50%;
}
.nota :is(.ntw-top-2px) {
      top: 0.125rem;
}
.nota :is(.ntw-top-4) {
      top: 1rem;
}
.nota :is(.ntw-top-\[-5px\]) {
      top: -5px;
}
.nota :is(.ntw-top-\[20px\]) {
      top: 20px;
}
.nota :is(.ntw-top-\[50\%\]) {
      top: 50%;
}
.nota :is(.ntw-z-10) {
      z-index: 10;
}
.nota :is(.ntw-z-50) {
      z-index: 50;
}
.nota :is(.ntw-z-\[100\]) {
      z-index: 100;
}
.nota :is(.ntw-z-\[9999\]) {
      z-index: 9999;
}
.nota :is(.ntw-order-2) {
      order: 2;
}
.nota :is(.ntw-col-span-2) {
      grid-column: span 2 / span 2;
}
.nota :is(.ntw-col-span-full) {
      grid-column: 1 / -1;
}
.nota :is(.ntw-m-1) {
      margin: 0.25rem;
}
.nota :is(.ntw-mx-1) {
      margin-right: 0.25rem;
      margin-left: 0.25rem;
}
.nota :is(.ntw-mx-2) {
      margin-right: 0.5rem;
      margin-left: 0.5rem;
}
.nota :is(.ntw-mx-auto) {
      margin-right: auto;
      margin-left: auto;
}
.nota :is(.ntw-my-16px) {
      margin-top: 1rem;
      margin-bottom: 1rem;
}
.nota :is(.ntw-my-3) {
      margin-top: 0.75rem;
      margin-bottom: 0.75rem;
}
.nota :is(.ntw-my-4) {
      margin-top: 1rem;
      margin-bottom: 1rem;
}
.nota :is(.ntw-my-8) {
      margin-top: 2rem;
      margin-bottom: 2rem;
}
.nota :is(.ntw-mb-10) {
      margin-bottom: 2.5rem;
}
.nota :is(.ntw-mb-12px) {
      margin-bottom: 0.75rem;
}
.nota :is(.ntw-mb-16px) {
      margin-bottom: 1rem;
}
.nota :is(.ntw-mb-2) {
      margin-bottom: 0.5rem;
}
.nota :is(.ntw-mb-24px) {
      margin-bottom: 1.5rem;
}
.nota :is(.ntw-mb-32px) {
      margin-bottom: 2rem;
}
.nota :is(.ntw-mb-4) {
      margin-bottom: 1rem;
}
.nota :is(.ntw-mb-4px) {
      margin-bottom: 0.25rem;
}
.nota :is(.ntw-mb-6) {
      margin-bottom: 1.5rem;
}
.nota :is(.ntw-mb-8px) {
      margin-bottom: 0.5rem;
}
.nota :is(.ntw-mb-\[12px\]) {
      margin-bottom: 12px;
}
.nota :is(.ntw-ml-1) {
      margin-right: 0.25rem;
}
.nota :is(.ntw-ml-16px) {
      margin-right: 1rem;
}
.nota :is(.ntw-ml-2) {
      margin-right: 0.5rem;
}
.nota :is(.ntw-ml-32px) {
      margin-right: 2rem;
}
.nota :is(.ntw-ml-4px) {
      margin-right: 0.25rem;
}
.nota :is(.ntw-ml-8px) {
      margin-right: 0.5rem;
}
.nota :is(.ntw-ml-auto) {
      margin-right: auto;
}
.nota :is(.ntw-mr-1) {
      margin-left: 0.25rem;
}
.nota :is(.ntw-mr-2) {
      margin-left: 0.5rem;
}
.nota :is(.ntw-mr-4px) {
      margin-left: 0.25rem;
}
.nota :is(.ntw-mr-8px) {
      margin-left: 0.5rem;
}
.nota :is(.ntw-mt-1) {
      margin-top: 0.25rem;
}
.nota :is(.ntw-mt-12px) {
      margin-top: 0.75rem;
}
.nota :is(.ntw-mt-16px) {
      margin-top: 1rem;
}
.nota :is(.ntw-mt-2) {
      margin-top: 0.5rem;
}
.nota :is(.ntw-mt-20px) {
      margin-top: 1.25rem;
}
.nota :is(.ntw-mt-24px) {
      margin-top: 1.5rem;
}
.nota :is(.ntw-mt-2px) {
      margin-top: 0.125rem;
}
.nota :is(.ntw-mt-4) {
      margin-top: 1rem;
}
.nota :is(.ntw-mt-4px) {
      margin-top: 0.25rem;
}
.nota :is(.ntw-mt-5) {
      margin-top: 1.25rem;
}
.nota :is(.ntw-mt-8px) {
      margin-top: 0.5rem;
}
.nota :is(.ntw-mt-\[-25px\]) {
      margin-top: -25px;
}
.nota :is(.ntw-mt-\[2px\]) {
      margin-top: 2px;
}
.nota :is(.ntw-mt-auto) {
      margin-top: auto;
}
.nota :is(.ntw-line-clamp-1) {
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1;
}
.nota :is(.ntw-line-clamp-2) {
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 2;
}
.nota :is(.ntw-line-clamp-3) {
      overflow: hidden;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 3;
}
.nota :is(.ntw-line-clamp-none) {
      overflow: visible;
      display: block;
      -webkit-box-orient: horizontal;
      -webkit-line-clamp: none;
}
.nota :is(.ntw-block) {
      display: block;
}
.nota :is(.ntw-inline-block) {
      display: inline-block;
}
.nota :is(.ntw-inline) {
      display: inline;
}
.nota :is(.ntw-flex) {
      display: flex;
}
.nota :is(.ntw-inline-flex) {
      display: inline-flex;
}
.nota :is(.ntw-grid) {
      display: grid;
}
.nota :is(.ntw-hidden) {
      display: none;
}
.nota :is(.ntw-h-1) {
      height: 0.25rem;
}
.nota :is(.ntw-h-1\.5) {
      height: 0.375rem;
}
.nota :is(.ntw-h-10) {
      height: 2.5rem;
}
.nota :is(.ntw-h-12) {
      height: 3rem;
}
.nota :is(.ntw-h-16px) {
      height: 1rem;
}
.nota :is(.ntw-h-2) {
      height: 0.5rem;
}
.nota :is(.ntw-h-20px) {
      height: 1.25rem;
}
.nota :is(.ntw-h-24px) {
      height: 1.5rem;
}
.nota :is(.ntw-h-2px) {
      height: 0.125rem;
}
.nota :is(.ntw-h-3) {
      height: 0.75rem;
}
.nota :is(.ntw-h-32px) {
      height: 2rem;
}
.nota :is(.ntw-h-4) {
      height: 1rem;
}
.nota :is(.ntw-h-40px) {
      height: 2.5rem;
}
.nota :is(.ntw-h-5) {
      height: 1.25rem;
}
.nota :is(.ntw-h-6) {
      height: 1.5rem;
}
.nota :is(.ntw-h-7) {
      height: 1.75rem;
}
.nota :is(.ntw-h-8) {
      height: 2rem;
}
.nota :is(.ntw-h-\[16px\]) {
      height: 16px;
}
.nota :is(.ntw-h-\[20px\]) {
      height: 20px;
}
.nota :is(.ntw-h-\[24px\]) {
      height: 24px;
}
.nota :is(.ntw-h-\[288px\]) {
      height: 288px;
}
.nota :is(.ntw-h-\[28px\]) {
      height: 28px;
}
.nota :is(.ntw-h-\[32px\]) {
      height: 32px;
}
.nota :is(.ntw-h-\[38px\]) {
      height: 38px;
}
.nota :is(.ntw-h-\[6px\]) {
      height: 6px;
}
.nota :is(.ntw-h-\[85vh\]) {
      height: 85vh;
}
.nota :is(.ntw-h-\[8px\]) {
      height: 8px;
}
.nota :is(.ntw-h-full) {
      height: 100%;
}
.nota :is(.ntw-h-px) {
      height: 1px;
}
.nota :is(.ntw-max-h-32) {
      max-height: 8rem;
}
.nota :is(.ntw-max-h-\[300px\]) {
      max-height: 300px;
}
.nota :is(.ntw-max-h-\[60vh\]) {
      max-height: 60vh;
}
.nota :is(.ntw-max-h-\[85vh\]) {
      max-height: 85vh;
}
.nota :is(.ntw-min-h-screen) {
      min-height: 100vh;
}
.nota :is(.ntw-w-1\/2) {
      width: 50%;
}
.nota :is(.ntw-w-1\/3) {
      width: 33.333333%;
}
.nota :is(.ntw-w-10) {
      width: 2.5rem;
}
.nota :is(.ntw-w-12) {
      width: 3rem;
}
.nota :is(.ntw-w-16) {
      width: 4rem;
}
.nota :is(.ntw-w-16px) {
      width: 1rem;
}
.nota :is(.ntw-w-18) {
      width: 4.5rem;
}
.nota :is(.ntw-w-2) {
      width: 0.5rem;
}
.nota :is(.ntw-w-20) {
      width: 5rem;
}
.nota :is(.ntw-w-20px) {
      width: 1.25rem;
}
.nota :is(.ntw-w-24) {
      width: 6rem;
}
.nota :is(.ntw-w-24px) {
      width: 1.5rem;
}
.nota :is(.ntw-w-28) {
      width: 7rem;
}
.nota :is(.ntw-w-3\/4) {
      width: 75%;
}
.nota :is(.ntw-w-36) {
      width: 9rem;
}
.nota :is(.ntw-w-4) {
      width: 1rem;
}
.nota :is(.ntw-w-40) {
      width: 10rem;
}
.nota :is(.ntw-w-40px) {
      width: 2.5rem;
}
.nota :is(.ntw-w-48) {
      width: 12rem;
}
.nota :is(.ntw-w-5) {
      width: 1.25rem;
}
.nota :is(.ntw-w-64) {
      width: 16rem;
}
.nota :is(.ntw-w-7) {
      width: 1.75rem;
}
.nota :is(.ntw-w-72) {
      width: 18rem;
}
.nota :is(.ntw-w-8) {
      width: 2rem;
}
.nota :is(.ntw-w-\[120px\]) {
      width: 120px;
}
.nota :is(.ntw-w-\[150px\]) {
      width: 150px;
}
.nota :is(.ntw-w-\[180px\]) {
      width: 180px;
}
.nota :is(.ntw-w-\[20px\]) {
      width: 20px;
}
.nota :is(.ntw-w-\[260px\]) {
      width: 260px;
}
.nota :is(.ntw-w-\[28px\]) {
      width: 28px;
}
.nota :is(.ntw-w-\[48px\]) {
      width: 48px;
}
.nota :is(.ntw-w-\[52px\]) {
      width: 52px;
}
.nota :is(.ntw-w-\[70px\]) {
      width: 70px;
}
.nota :is(.ntw-w-\[88px\]) {
      width: 88px;
}
.nota :is(.ntw-w-\[8px\]) {
      width: 8px;
}
.nota :is(.ntw-w-fit) {
      width: -moz-fit-content;
      width: fit-content;
}
.nota :is(.ntw-w-full) {
      width: 100%;
}
.nota :is(.ntw-min-w-0) {
      min-width: 0px;
}
.nota :is(.ntw-min-w-\[140px\]) {
      min-width: 140px;
}
.nota :is(.ntw-min-w-\[175px\]) {
      min-width: 175px;
}
.nota :is(.ntw-min-w-\[1px\]) {
      min-width: 1px;
}
.nota :is(.ntw-min-w-\[220px\]) {
      min-width: 220px;
}
.nota :is(.ntw-min-w-\[300px\]) {
      min-width: 300px;
}
.nota :is(.ntw-min-w-full) {
      min-width: 100%;
}
.nota :is(.ntw-max-w-0) {
      max-width: 0rem;
}
.nota :is(.ntw-max-w-2xl) {
      max-width: 42rem;
}
.nota :is(.ntw-max-w-4xl) {
      max-width: 56rem;
}
.nota :is(.ntw-max-w-\[200px\]) {
      max-width: 200px;
}
.nota :is(.ntw-max-w-lg) {
      max-width: 32rem;
}
.nota :is(.ntw-max-w-none) {
      max-width: none;
}
.nota :is(.ntw-max-w-sm) {
      max-width: 24rem;
}
.nota :is(.ntw-flex-1) {
      flex: 1 1 0%;
}
.nota :is(.ntw-flex-\[2\]) {
      flex: 2;
}
.nota :is(.ntw-flex-shrink-0) {
      flex-shrink: 0;
}
.nota :is(.ntw-shrink-0) {
      flex-shrink: 0;
}
.nota :is(.ntw-flex-grow) {
      flex-grow: 1;
}
.nota :is(.ntw-grow) {
      flex-grow: 1;
}
.nota :is(.ntw-caption-bottom) {
      caption-side: bottom;
}
.nota :is(.ntw-border-collapse) {
      border-collapse: collapse;
}
.nota :is(.-ntw-translate-y-16px) {
      --tw-translate-y: -1rem;
      transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.nota :is(.ntw--translate-x-1\/2) {
      --tw-translate-x: -50%;
      transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.nota :is(.ntw--translate-y-1\/2) {
      --tw-translate-y: -50%;
      transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.nota :is(.ntw-translate-x-0) {
      --tw-translate-x: 0px;
      transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.nota :is(.ntw-translate-x-\[-50\%\]) {
      --tw-translate-x: -50%;
      transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.nota :is(.ntw-translate-x-\[28px\]) {
      --tw-translate-x: 28px;
      transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.nota :is(.ntw-translate-x-\[38px\]) {
      --tw-translate-x: 38px;
      transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.nota :is(.ntw-translate-y-0) {
      --tw-translate-y: 0px;
      transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.nota :is(.ntw-translate-y-\[-1px\]) {
      --tw-translate-y: -1px;
      transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.nota :is(.ntw-translate-y-\[-50\%\]) {
      --tw-translate-y: -50%;
      transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.nota :is(.ntw-rotate-180) {
      --tw-rotate: 180deg;
      transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.nota :is(.ntw-transform) {
      transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes ntw-pulse {

      50% {
            opacity: .5;
      }
}
.nota :is(.ntw-animate-pulse) {
      animation: ntw-pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes ntw-spin {

      to {
            transform: rotate(-360deg);
      }
}
.nota :is(.ntw-animate-spin) {
      animation: ntw-spin 1s linear infinite;
}
.nota :is(.ntw-cursor-not-allowed) {
      cursor: not-allowed;
}
.nota :is(.ntw-cursor-pointer) {
      cursor: pointer;
}
.nota :is(.ntw-cursor-wait) {
      cursor: wait;
}
.nota :is(.ntw-select-none) {
      -webkit-user-select: none;
         -moz-user-select: none;
              user-select: none;
}
.nota :is(.ntw-resize-none) {
      resize: none;
}
.nota :is(.ntw-appearance-none) {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
}
.nota :is(.ntw-grid-cols-1) {
      grid-template-columns: repeat(1, minmax(0, 1fr));
}
.nota :is(.ntw-grid-cols-2) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
}
.nota :is(.ntw-grid-cols-4) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
}
.nota :is(.ntw-grid-cols-\[1fr_auto\]) {
      grid-template-columns: 1fr auto;
}
.nota :is(.ntw-grid-cols-auto-fit-250px) {
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
}
.nota :is(.ntw-flex-col) {
      flex-direction: column;
}
.nota :is(.ntw-flex-col-reverse) {
      flex-direction: column-reverse;
}
.nota :is(.ntw-flex-wrap) {
      flex-wrap: wrap;
}
.nota :is(.ntw-flex-nowrap) {
      flex-wrap: nowrap;
}
.nota :is(.ntw-items-start) {
      align-items: flex-start;
}
.nota :is(.ntw-items-center) {
      align-items: center;
}
.nota :is(.ntw-items-stretch) {
      align-items: stretch;
}
.nota :is(.ntw-justify-end) {
      justify-content: flex-end;
}
.nota :is(.ntw-justify-center) {
      justify-content: center;
}
.nota :is(.ntw-justify-between) {
      justify-content: space-between;
}
.nota :is(.ntw-gap-1) {
      gap: 0.25rem;
}
.nota :is(.ntw-gap-1\.5) {
      gap: 0.375rem;
}
.nota :is(.ntw-gap-12px) {
      gap: 0.75rem;
}
.nota :is(.ntw-gap-16px) {
      gap: 1rem;
}
.nota :is(.ntw-gap-2) {
      gap: 0.5rem;
}
.nota :is(.ntw-gap-20px) {
      gap: 1.25rem;
}
.nota :is(.ntw-gap-24px) {
      gap: 1.5rem;
}
.nota :is(.ntw-gap-2px) {
      gap: 0.125rem;
}
.nota :is(.ntw-gap-3) {
      gap: 0.75rem;
}
.nota :is(.ntw-gap-4) {
      gap: 1rem;
}
.nota :is(.ntw-gap-40px) {
      gap: 2.5rem;
}
.nota :is(.ntw-gap-4px) {
      gap: 0.25rem;
}
.nota :is(.ntw-gap-5) {
      gap: 1.25rem;
}
.nota :is(.ntw-gap-64px) {
      gap: 4rem;
}
.nota :is(.ntw-gap-6px) {
      gap: 0.375rem;
}
.nota :is(.ntw-gap-8px) {
      gap: 0.5rem;
}
.nota :is(.ntw-gap-\[8px\]) {
      gap: 8px;
}
.nota :is(.ntw-gap-x-4) {
      -moz-column-gap: 1rem;
           column-gap: 1rem;
}
.nota :is(.ntw-gap-y-2) {
      row-gap: 0.5rem;
}
.nota :is(.ntw-space-x-16px > :not([hidden]) ~ :not([hidden])) {
      --tw-space-x-reverse: 0;
      margin-left: calc(1rem * var(--tw-space-x-reverse));
      margin-right: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.nota :is(.ntw-space-x-24px > :not([hidden]) ~ :not([hidden])) {
      --tw-space-x-reverse: 0;
      margin-left: calc(1.5rem * var(--tw-space-x-reverse));
      margin-right: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.nota :is(.ntw-space-x-4 > :not([hidden]) ~ :not([hidden])) {
      --tw-space-x-reverse: 0;
      margin-left: calc(1rem * var(--tw-space-x-reverse));
      margin-right: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.nota :is(.ntw-space-y-1 > :not([hidden]) ~ :not([hidden])) {
      --tw-space-y-reverse: 0;
      margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
      margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.nota :is(.ntw-space-y-1\.5 > :not([hidden]) ~ :not([hidden])) {
      --tw-space-y-reverse: 0;
      margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
      margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}
.nota :is(.ntw-space-y-12px > :not([hidden]) ~ :not([hidden])) {
      --tw-space-y-reverse: 0;
      margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
      margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.nota :is(.ntw-space-y-16px > :not([hidden]) ~ :not([hidden])) {
      --tw-space-y-reverse: 0;
      margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
      margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.nota :is(.ntw-space-y-2 > :not([hidden]) ~ :not([hidden])) {
      --tw-space-y-reverse: 0;
      margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
      margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.nota :is(.ntw-space-y-24px > :not([hidden]) ~ :not([hidden])) {
      --tw-space-y-reverse: 0;
      margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
      margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.nota :is(.ntw-space-y-2px > :not([hidden]) ~ :not([hidden])) {
      --tw-space-y-reverse: 0;
      margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
      margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
}
.nota :is(.ntw-space-y-32px > :not([hidden]) ~ :not([hidden])) {
      --tw-space-y-reverse: 0;
      margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
      margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.nota :is(.ntw-space-y-4 > :not([hidden]) ~ :not([hidden])) {
      --tw-space-y-reverse: 0;
      margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
      margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.nota :is(.ntw-space-y-48px > :not([hidden]) ~ :not([hidden])) {
      --tw-space-y-reverse: 0;
      margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
      margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}
.nota :is(.ntw-space-y-4px > :not([hidden]) ~ :not([hidden])) {
      --tw-space-y-reverse: 0;
      margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
      margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.nota :is(.ntw-space-y-8px > :not([hidden]) ~ :not([hidden])) {
      --tw-space-y-reverse: 0;
      margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
      margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.nota :is(.ntw-space-y-\[2px\] > :not([hidden]) ~ :not([hidden])) {
      --tw-space-y-reverse: 0;
      margin-top: calc(2px * calc(1 - var(--tw-space-y-reverse)));
      margin-bottom: calc(2px * var(--tw-space-y-reverse));
}
.nota :is(.ntw-divide-y > :not([hidden]) ~ :not([hidden])) {
      --tw-divide-y-reverse: 0;
      border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
      border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.nota :is(.ntw-divide-elements-default > :not([hidden]) ~ :not([hidden])) {
      --tw-divide-opacity: 1;
      border-color: rgb(235 235 235 / var(--tw-divide-opacity));
}
.nota :is(.ntw-divide-gray-200 > :not([hidden]) ~ :not([hidden])) {
      --tw-divide-opacity: 1;
      border-color: rgb(229 231 235 / var(--tw-divide-opacity));
}
.nota :is(.ntw-self-end) {
      align-self: flex-end;
}
.nota :is(.ntw-self-stretch) {
      align-self: stretch;
}
.nota :is(.ntw-overflow-auto) {
      overflow: auto;
}
.nota :is(.ntw-overflow-hidden) {
      overflow: hidden;
}
.nota :is(.ntw-overflow-x-auto) {
      overflow-x: auto;
}
.nota :is(.ntw-overflow-y-auto) {
      overflow-y: auto;
}
.nota :is(.ntw-truncate) {
      overflow: hidden;
      text-overflow: ellipsis;
      white-space: nowrap;
}
.nota :is(.ntw-whitespace-nowrap) {
      white-space: nowrap;
}
.nota :is(.ntw-whitespace-pre-line) {
      white-space: pre-line;
}
.nota :is(.ntw-whitespace-pre-wrap) {
      white-space: pre-wrap;
}
.nota :is(.ntw-rounded) {
      border-radius: 0.25rem;
}
.nota :is(.ntw-rounded-2xl) {
      border-radius: 1rem;
}
.nota :is(.ntw-rounded-\[80px\]) {
      border-radius: 80px;
}
.nota :is(.ntw-rounded-full) {
      border-radius: 9999px;
}
.nota :is(.ntw-rounded-lg) {
      border-radius: 0.5rem;
}
.nota :is(.ntw-rounded-md) {
      border-radius: 0.375rem;
}
.nota :is(.ntw-rounded-sm) {
      border-radius: 0.125rem;
}
.nota :is(.ntw-rounded-xl) {
      border-radius: 0.75rem;
}
.nota :is(.ntw-rounded-b-lg) {
      border-bottom-left-radius: 0.5rem;
      border-bottom-right-radius: 0.5rem;
}
.nota :is(.ntw-rounded-l-md) {
      border-top-right-radius: 0.375rem;
      border-bottom-right-radius: 0.375rem;
}
.nota :is(.ntw-rounded-r-md) {
      border-top-left-radius: 0.375rem;
      border-bottom-left-radius: 0.375rem;
}
.nota :is(.ntw-rounded-t-lg) {
      border-top-right-radius: 0.5rem;
      border-top-left-radius: 0.5rem;
}
.nota :is(.ntw-border) {
      border-width: 1px;
}
.nota :is(.ntw-border-2) {
      border-width: 2px;
}
.nota :is(.ntw-border-b) {
      border-bottom-width: 1px;
}
.nota :is(.ntw-border-l) {
      border-right-width: 1px;
}
.nota :is(.ntw-border-l-4) {
      border-right-width: 4px;
}
.nota :is(.ntw-border-r) {
      border-left-width: 1px;
}
.nota :is(.ntw-border-t) {
      border-top-width: 1px;
}
.nota :is(.ntw-border-t-2) {
      border-top-width: 2px;
}
.nota :is(.ntw-border-dashed) {
      border-style: dashed;
}
.nota :is(.ntw-border-none) {
      border-style: none;
}
.nota :is(.ntw-border-background-disabled) {
      --tw-border-opacity: 1;
      border-color: rgb(242 242 242 / var(--tw-border-opacity));
}
.nota :is(.ntw-border-button-default) {
      --tw-border-opacity: 1;
      border-color: rgb(0 141 142 / var(--tw-border-opacity));
}
.nota :is(.ntw-border-elements-default) {
      --tw-border-opacity: 1;
      border-color: rgb(235 235 235 / var(--tw-border-opacity));
}
.nota :is(.ntw-border-grade-warning-900) {
      --tw-border-opacity: 1;
      border-color: rgb(208 100 0 / var(--tw-border-opacity));
}
.nota :is(.ntw-border-gravity-600) {
      --tw-border-opacity: 1;
      border-color: rgb(103 187 187 / var(--tw-border-opacity));
}
.nota :is(.ntw-border-gravity-900) {
      --tw-border-opacity: 1;
      border-color: rgb(0 141 142 / var(--tw-border-opacity));
}
.nota :is(.ntw-border-gray-100) {
      --tw-border-opacity: 1;
      border-color: rgb(233 233 233 / var(--tw-border-opacity));
}
.nota :is(.ntw-border-gray-200) {
      --tw-border-opacity: 1;
      border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.nota :is(.ntw-border-transparent) {
      border-color: transparent;
}
.nota :is(.ntw-border-ui-default) {
      --tw-border-opacity: 1;
      border-color: rgb(192 192 192 / var(--tw-border-opacity));
}
.nota :is(.ntw-bg-\[\#000\]) {
      --tw-bg-opacity: 1;
      background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.nota :is(.ntw-bg-\[\#000\]\/50) {
      background-color: rgb(0 0 0 / 0.5);
}
.nota :is(.ntw-bg-\[\#008D8E\]) {
      --tw-bg-opacity: 1;
      background-color: rgb(0 141 142 / var(--tw-bg-opacity));
}
.nota :is(.ntw-bg-\[\#CCE8E9\]) {
      --tw-bg-opacity: 1;
      background-color: rgb(204 232 233 / var(--tw-bg-opacity));
}
.nota :is(.ntw-bg-\[\#F1F3F4\]) {
      --tw-bg-opacity: 1;
      background-color: rgb(241 243 244 / var(--tw-bg-opacity));
}
.nota :is(.ntw-bg-\[\#FFFFFF\]) {
      --tw-bg-opacity: 1;
      background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.nota :is(.ntw-bg-\[\#f1f1f1\]) {
      --tw-bg-opacity: 1;
      background-color: rgb(241 241 241 / var(--tw-bg-opacity));
}
.nota :is(.ntw-bg-\[\#fff\]) {
      --tw-bg-opacity: 1;
      background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.nota :is(.ntw-bg-\[\#ffffff\]) {
      --tw-bg-opacity: 1;
      background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.nota :is(.ntw-bg-accent-blue) {
      --tw-bg-opacity: 1;
      background-color: rgb(var(--nota-ds-accent-blue) / var(--tw-bg-opacity));
}
.nota :is(.ntw-bg-accent-blue-subtlest) {
      --tw-bg-opacity: 1;
      background-color: rgb(var(--nota-ds-accent-blue-subtlest) / var(--tw-bg-opacity));
}
.nota :is(.ntw-bg-accent-green) {
      --tw-bg-opacity: 1;
      background-color: rgb(var(--nota-ds-accent-green) / var(--tw-bg-opacity));
}
.nota :is(.ntw-bg-accent-green-subtlest) {
      --tw-bg-opacity: 1;
      background-color: rgb(var(--nota-ds-accent-green-subtlest) / var(--tw-bg-opacity));
}
.nota :is(.ntw-bg-accent-orange) {
      --tw-bg-opacity: 1;
      background-color: rgb(var(--nota-ds-accent-orange) / var(--tw-bg-opacity));
}
.nota :is(.ntw-bg-accent-orange-subtlest) {
      --tw-bg-opacity: 1;
      background-color: rgb(var(--nota-ds-accent-orange-subtlest) / var(--tw-bg-opacity));
}
.nota :is(.ntw-bg-accent-purple) {
      --tw-bg-opacity: 1;
      background-color: rgb(var(--nota-ds-accent-purple) / var(--tw-bg-opacity));
}
.nota :is(.ntw-bg-accent-purple-subtlest) {
      --tw-bg-opacity: 1;
      background-color: rgb(var(--nota-ds-accent-purple-subtlest) / var(--tw-bg-opacity));
}
.nota :is(.ntw-bg-background-dark) {
      --tw-bg-opacity: 1;
      background-color: rgb(248 242 248 / var(--tw-bg-opacity));
}
.nota :is(.ntw-bg-background-light) {
      --tw-bg-opacity: 1;
      background-color: rgb(254 254 254 / var(--tw-bg-opacity));
}
.nota :is(.ntw-bg-background-light\/50) {
      background-color: rgb(254 254 254 / 0.5);
}
.nota :is(.ntw-bg-background-light\/80) {
      background-color: rgb(254 254 254 / 0.8);
}
.nota :is(.ntw-bg-background-medium) {
      --tw-bg-opacity: 1;
      background-color: rgb(252 250 253 / var(--tw-bg-opacity));
}
.nota :is(.ntw-bg-background-mistVeil) {
      --tw-bg-opacity: 1;
      background-color: rgb(249 249 251 / var(--tw-bg-opacity));
}
.nota :is(.ntw-bg-background-selected) {
      --tw-bg-opacity: 1;
      background-color: rgb(233 241 255 / var(--tw-bg-opacity));
}
.nota :is(.ntw-bg-button-default) {
      --tw-bg-opacity: 1;
      background-color: rgb(0 141 142 / var(--tw-bg-opacity));
}
.nota :is(.ntw-bg-button-default\/10) {
      background-color: rgb(0 141 142 / 0.1);
}
.nota :is(.ntw-bg-elements-default) {
      --tw-bg-opacity: 1;
      background-color: rgb(235 235 235 / var(--tw-bg-opacity));
}
.nota :is(.ntw-bg-elements-default\/50) {
      background-color: rgb(235 235 235 / 0.5);
}
.nota :is(.ntw-bg-grade-warning-100) {
      --tw-bg-opacity: 1;
      background-color: rgb(252 249 247 / var(--tw-bg-opacity));
}
.nota :is(.ntw-bg-grade-warning-200) {
      --tw-bg-opacity: 1;
      background-color: rgb(244 233 224 / var(--tw-bg-opacity));
}
.nota :is(.ntw-bg-gravity-100) {
      --tw-bg-opacity: 1;
      background-color: rgb(230 244 245 / var(--tw-bg-opacity));
}
.nota :is(.ntw-bg-gravity-200) {
      --tw-bg-opacity: 1;
      background-color: rgb(204 232 233 / var(--tw-bg-opacity));
}
.nota :is(.ntw-bg-gravity-600) {
      --tw-bg-opacity: 1;
      background-color: rgb(103 187 187 / var(--tw-bg-opacity));
}
.nota :is(.ntw-bg-gravity-900) {
      --tw-bg-opacity: 1;
      background-color: rgb(0 141 142 / var(--tw-bg-opacity));
}
.nota :is(.ntw-bg-gray-100) {
      --tw-bg-opacity: 1;
      background-color: rgb(233 233 233 / var(--tw-bg-opacity));
}
.nota :is(.ntw-bg-gray-50) {
      --tw-bg-opacity: 1;
      background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.nota :is(.ntw-bg-status-danger) {
      --tw-bg-opacity: 1;
      background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}
.nota :is(.ntw-bg-status-danger-light) {
      background-color: rgba(239, 68, 68, 0.1);
}
.nota :is(.ntw-bg-status-error-100) {
      --tw-bg-opacity: 1;
      background-color: rgb(253 238 234 / var(--tw-bg-opacity));
}
.nota :is(.ntw-bg-status-informational-100) {
      --tw-bg-opacity: 1;
      background-color: rgb(232 231 230 / var(--tw-bg-opacity));
}
.nota :is(.ntw-bg-status-notice) {
      --tw-bg-opacity: 1;
      background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}
.nota :is(.ntw-bg-status-notice-light) {
      background-color: rgba(59, 130, 246, 0.1);
}
.nota :is(.ntw-bg-status-success) {
      --tw-bg-opacity: 1;
      background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}
.nota :is(.ntw-bg-status-success-light) {
      background-color: rgba(34, 197, 94, 0.1);
}
.nota :is(.ntw-bg-status-supernova-100) {
      --tw-bg-opacity: 1;
      background-color: rgb(245 236 255 / var(--tw-bg-opacity));
}
.nota :is(.ntw-bg-status-supernova-600) {
      --tw-bg-opacity: 1;
      background-color: rgb(198 139 255 / var(--tw-bg-opacity));
}
.nota :is(.ntw-bg-status-supernova-800) {
      --tw-bg-opacity: 1;
      background-color: rgb(177 100 255 / var(--tw-bg-opacity));
}
.nota :is(.ntw-bg-status-supernova-900) {
      --tw-bg-opacity: 1;
      background-color: rgb(158 61 255 / var(--tw-bg-opacity));
}
.nota :is(.ntw-bg-transparent) {
      background-color: transparent;
}
.nota :is(.ntw-bg-ui-default) {
      --tw-bg-opacity: 1;
      background-color: rgb(192 192 192 / var(--tw-bg-opacity));
}
.nota :is(.ntw-bg-ui-disabled) {
      --tw-bg-opacity: 1;
      background-color: rgb(214 214 214 / var(--tw-bg-opacity));
}
.nota :is(.ntw-bg-ui-selected) {
      --tw-bg-opacity: 1;
      background-color: rgb(0 141 142 / var(--tw-bg-opacity));
}
.nota :is(.ntw-bg-white) {
      --tw-bg-opacity: 1;
      background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.nota :is(.ntw-bg-opacity-50) {
      --tw-bg-opacity: 0.5;
}
.nota :is(.ntw-object-contain) {
      -o-object-fit: contain;
         object-fit: contain;
}
.nota :is(.ntw-p-0) {
      padding: 0px;
}
.nota :is(.ntw-p-0\.5) {
      padding: 0.125rem;
}
.nota :is(.ntw-p-1) {
      padding: 0.25rem;
}
.nota :is(.ntw-p-12px) {
      padding: 0.75rem;
}
.nota :is(.ntw-p-16px) {
      padding: 1rem;
}
.nota :is(.ntw-p-2) {
      padding: 0.5rem;
}
.nota :is(.ntw-p-20px) {
      padding: 1.25rem;
}
.nota :is(.ntw-p-24px) {
      padding: 1.5rem;
}
.nota :is(.ntw-p-3) {
      padding: 0.75rem;
}
.nota :is(.ntw-p-32px) {
      padding: 2rem;
}
.nota :is(.ntw-p-4) {
      padding: 1rem;
}
.nota :is(.ntw-p-4px) {
      padding: 0.25rem;
}
.nota :is(.ntw-p-6) {
      padding: 1.5rem;
}
.nota :is(.ntw-p-8px) {
      padding: 0.5rem;
}
.nota :is(.ntw-px-1) {
      padding-right: 0.25rem;
      padding-left: 0.25rem;
}
.nota :is(.ntw-px-12px) {
      padding-right: 0.75rem;
      padding-left: 0.75rem;
}
.nota :is(.ntw-px-16px) {
      padding-right: 1rem;
      padding-left: 1rem;
}
.nota :is(.ntw-px-2) {
      padding-right: 0.5rem;
      padding-left: 0.5rem;
}
.nota :is(.ntw-px-24px) {
      padding-right: 1.5rem;
      padding-left: 1.5rem;
}
.nota :is(.ntw-px-3) {
      padding-right: 0.75rem;
      padding-left: 0.75rem;
}
.nota :is(.ntw-px-4) {
      padding-right: 1rem;
      padding-left: 1rem;
}
.nota :is(.ntw-px-48px) {
      padding-right: 3rem;
      padding-left: 3rem;
}
.nota :is(.ntw-px-4px) {
      padding-right: 0.25rem;
      padding-left: 0.25rem;
}
.nota :is(.ntw-px-6) {
      padding-right: 1.5rem;
      padding-left: 1.5rem;
}
.nota :is(.ntw-px-6px) {
      padding-right: 0.375rem;
      padding-left: 0.375rem;
}
.nota :is(.ntw-px-8px) {
      padding-right: 0.5rem;
      padding-left: 0.5rem;
}
.nota :is(.ntw-px-\[12px\]) {
      padding-right: 12px;
      padding-left: 12px;
}
.nota :is(.ntw-py-1) {
      padding-top: 0.25rem;
      padding-bottom: 0.25rem;
}
.nota :is(.ntw-py-12px) {
      padding-top: 0.75rem;
      padding-bottom: 0.75rem;
}
.nota :is(.ntw-py-16px) {
      padding-top: 1rem;
      padding-bottom: 1rem;
}
.nota :is(.ntw-py-2) {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
}
.nota :is(.ntw-py-20px) {
      padding-top: 1.25rem;
      padding-bottom: 1.25rem;
}
.nota :is(.ntw-py-24px) {
      padding-top: 1.5rem;
      padding-bottom: 1.5rem;
}
.nota :is(.ntw-py-2px) {
      padding-top: 0.125rem;
      padding-bottom: 0.125rem;
}
.nota :is(.ntw-py-3) {
      padding-top: 0.75rem;
      padding-bottom: 0.75rem;
}
.nota :is(.ntw-py-4) {
      padding-top: 1rem;
      padding-bottom: 1rem;
}
.nota :is(.ntw-py-4px) {
      padding-top: 0.25rem;
      padding-bottom: 0.25rem;
}
.nota :is(.ntw-py-6px) {
      padding-top: 0.375rem;
      padding-bottom: 0.375rem;
}
.nota :is(.ntw-py-8) {
      padding-top: 2rem;
      padding-bottom: 2rem;
}
.nota :is(.ntw-py-8px) {
      padding-top: 0.5rem;
      padding-bottom: 0.5rem;
}
.nota :is(.ntw-py-\[8px\]) {
      padding-top: 8px;
      padding-bottom: 8px;
}
.nota :is(.ntw-pb-16px) {
      padding-bottom: 1rem;
}
.nota :is(.ntw-pb-4) {
      padding-bottom: 1rem;
}
.nota :is(.ntw-pb-6) {
      padding-bottom: 1.5rem;
}
.nota :is(.ntw-pl-12px) {
      padding-right: 0.75rem;
}
.nota :is(.ntw-pl-40px) {
      padding-right: 2.5rem;
}
.nota :is(.ntw-pr-12px) {
      padding-left: 0.75rem;
}
.nota :is(.ntw-pr-24px) {
      padding-left: 1.5rem;
}
.nota :is(.ntw-pr-32px) {
      padding-left: 2rem;
}
.nota :is(.ntw-pr-8px) {
      padding-left: 0.5rem;
}
.nota :is(.ntw-pt-0) {
      padding-top: 0px;
}
.nota :is(.ntw-pt-0\.5) {
      padding-top: 0.125rem;
}
.nota :is(.ntw-pt-1) {
      padding-top: 0.25rem;
}
.nota :is(.ntw-pt-10) {
      padding-top: 2.5rem;
}
.nota :is(.ntw-pt-16px) {
      padding-top: 1rem;
}
.nota :is(.ntw-pt-2) {
      padding-top: 0.5rem;
}
.nota :is(.ntw-pt-32px) {
      padding-top: 2rem;
}
.nota :is(.ntw-pt-4px) {
      padding-top: 0.25rem;
}
.nota :is(.ntw-pt-8) {
      padding-top: 2rem;
}
.nota :is(.ntw-pt-8px) {
      padding-top: 0.5rem;
}
.nota :is(.ntw-text-left) {
      text-align: right;
}
.nota :is(.ntw-text-center) {
      text-align: center;
}
.nota :is(.ntw-text-right) {
      text-align: left;
}
.nota :is(.ntw-align-middle) {
      vertical-align: middle;
}
.nota :is(.ntw-font-google) {
      font-family: Arial, sans-serif;
}
.nota :is(.ntw-text-2xl) {
      font-size: 1.5rem;
      line-height: 2rem;
}
.nota :is(.ntw-text-3xl) {
      font-size: 1.875rem;
      line-height: 2.25rem;
}
.nota :is(.ntw-text-base) {
      font-size: 1rem;
      line-height: 1.5rem;
}
.nota :is(.ntw-text-h-500) {
      font-size: 0.9375rem;
      line-height: 1.5rem;
      font-weight: 700;
}
.nota :is(.ntw-text-h-600) {
      font-size: 1rem;
      line-height: 1.5rem;
      font-weight: 700;
}
.nota :is(.ntw-text-h-800) {
      font-size: 1.5rem;
      line-height: 2rem;
      font-weight: 700;
}
.nota :is(.ntw-text-h-900) {
      font-size: 1.75rem;
      line-height: 2rem;
      font-weight: 700;
}
.nota :is(.ntw-text-lg) {
      font-size: 1.125rem;
      line-height: 1.75rem;
}
.nota :is(.ntw-text-paragraph-base) {
      font-size: 1rem;
      line-height: 1.5rem;
      font-weight: 500;
}
.nota :is(.ntw-text-paragraph-large) {
      font-size: 1.25rem;
      line-height: 1.5rem;
      font-weight: 400;
}
.nota :is(.ntw-text-paragraph-medium) {
      font-size: 1.125rem;
      line-height: 1.125rem;
      font-weight: 600;
}
.nota :is(.ntw-text-paragraph-sm) {
      font-size: 0.875rem;
      line-height: 0.9375rem;
      font-weight: 500;
}
.nota :is(.ntw-text-paragraph-tight) {
      font-size: 1rem;
      line-height: 1rem;
      font-weight: 400;
}
.nota :is(.ntw-text-paragraph-xs) {
      font-size: 0.75rem;
      line-height: 0.75rem;
      font-weight: 500;
}
.nota :is(.ntw-text-paragraph-xs-bold) {
      font-size: 0.75rem;
      line-height: 0.75rem;
      font-weight: 700;
}
.nota :is(.ntw-text-paragraph-xs-regular) {
      font-size: 0.75rem;
      line-height: 1rem;
      font-weight: 400;
}
.nota :is(.ntw-text-sm) {
      font-size: 0.875rem;
      line-height: 1.25rem;
}
.nota :is(.ntw-text-xl) {
      font-size: 1.25rem;
      line-height: 1.75rem;
}
.nota :is(.ntw-text-xs) {
      font-size: 0.75rem;
      line-height: 1rem;
}
.nota :is(.ntw-font-bold) {
      font-weight: 700;
}
.nota :is(.ntw-font-light) {
      font-weight: 300;
}
.nota :is(.ntw-font-medium) {
      font-weight: 500;
}
.nota :is(.ntw-font-normal) {
      font-weight: 400;
}
.nota :is(.ntw-font-semibold) {
      font-weight: 600;
}
.nota :is(.ntw-uppercase) {
      text-transform: uppercase;
}
.nota :is(.ntw-capitalize) {
      text-transform: capitalize;
}
.nota :is(.ntw-italic) {
      font-style: italic;
}
.nota :is(.ntw-leading-4) {
      line-height: 1rem;
}
.nota :is(.ntw-leading-none) {
      line-height: 1;
}
.nota :is(.ntw-leading-relaxed) {
      line-height: 1.625;
}
.nota :is(.ntw-leading-tight) {
      line-height: 1.25;
}
.nota :is(.ntw-tracking-tight) {
      letter-spacing: -0.025em;
}
.nota :is(.ntw-tracking-wide) {
      letter-spacing: 0.025em;
}
.nota :is(.ntw-tracking-wider) {
      letter-spacing: 0.05em;
}
.nota :is(.ntw-text-\[\#008D8E\]) {
      --tw-text-opacity: 1;
      color: rgb(0 141 142 / var(--tw-text-opacity));
}
.nota :is(.ntw-text-\[\#030B1B\]) {
      --tw-text-opacity: 1;
      color: rgb(3 11 27 / var(--tw-text-opacity));
}
.nota :is(.ntw-text-\[\#1A0DAB\]) {
      --tw-text-opacity: 1;
      color: rgb(26 13 171 / var(--tw-text-opacity));
}
.nota :is(.ntw-text-\[\#FFFFFF\]) {
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity));
}
.nota :is(.ntw-text-accent-blue) {
      --tw-text-opacity: 1;
      color: rgb(var(--nota-ds-accent-blue) / var(--tw-text-opacity));
}
.nota :is(.ntw-text-accent-green) {
      --tw-text-opacity: 1;
      color: rgb(var(--nota-ds-accent-green) / var(--tw-text-opacity));
}
.nota :is(.ntw-text-accent-orange) {
      --tw-text-opacity: 1;
      color: rgb(var(--nota-ds-accent-orange) / var(--tw-text-opacity));
}
.nota :is(.ntw-text-accent-purple) {
      --tw-text-opacity: 1;
      color: rgb(var(--nota-ds-accent-purple) / var(--tw-text-opacity));
}
.nota :is(.ntw-text-amber-500) {
      --tw-text-opacity: 1;
      color: rgb(245 158 11 / var(--tw-text-opacity));
}
.nota :is(.ntw-text-button-default) {
      --tw-text-opacity: 1;
      color: rgb(0 141 142 / var(--tw-text-opacity));
}
.nota :is(.ntw-text-button-destructive) {
      --tw-text-opacity: 1;
      color: rgb(216 62 53 / var(--tw-text-opacity));
}
.nota :is(.ntw-text-button-destructive-hover) {
      --tw-text-opacity: 1;
      color: rgb(188 52 44 / var(--tw-text-opacity));
}
.nota :is(.ntw-text-button-hover) {
      --tw-text-opacity: 1;
      color: rgb(50 164 165 / var(--tw-text-opacity));
}
.nota :is(.ntw-text-custom-purple) {
      --tw-text-opacity: 1;
      color: rgb(155 56 255 / var(--tw-text-opacity));
}
.nota :is(.ntw-text-elements-dark) {
      --tw-text-opacity: 1;
      color: rgb(3 11 27 / var(--tw-text-opacity));
}
.nota :is(.ntw-text-grade-error) {
      --tw-text-opacity: 1;
      color: rgb(216 62 53 / var(--tw-text-opacity));
}
.nota :is(.ntw-text-grade-success) {
      --tw-text-opacity: 1;
      color: rgb(9 163 55 / var(--tw-text-opacity));
}
.nota :is(.ntw-text-gravity-600) {
      --tw-text-opacity: 1;
      color: rgb(103 187 187 / var(--tw-text-opacity));
}
.nota :is(.ntw-text-gravity-900) {
      --tw-text-opacity: 1;
      color: rgb(0 141 142 / var(--tw-text-opacity));
}
.nota :is(.ntw-text-notanews-asset-article) {
      --tw-text-opacity: 1;
      color: rgb(0 141 142 / var(--tw-text-opacity));
}
.nota :is(.ntw-text-notanews-asset-event) {
      --tw-text-opacity: 1;
      color: rgb(217 119 6 / var(--tw-text-opacity));
}
.nota :is(.ntw-text-notanews-asset-news) {
      --tw-text-opacity: 1;
      color: rgb(0 141 142 / var(--tw-text-opacity));
}
.nota :is(.ntw-text-notanews-asset-podcast) {
      --tw-text-opacity: 1;
      color: rgb(0 141 142 / var(--tw-text-opacity));
}
.nota :is(.ntw-text-notanews-asset-press-release) {
      --tw-text-opacity: 1;
      color: rgb(0 141 142 / var(--tw-text-opacity));
}
.nota :is(.ntw-text-notanews-asset-video) {
      --tw-text-opacity: 1;
      color: rgb(0 141 142 / var(--tw-text-opacity));
}
.nota :is(.ntw-text-status-danger) {
      --tw-text-opacity: 1;
      color: rgb(239 68 68 / var(--tw-text-opacity));
}
.nota :is(.ntw-text-status-error-900) {
      --tw-text-opacity: 1;
      color: rgb(237 86 41 / var(--tw-text-opacity));
}
.nota :is(.ntw-text-status-notice) {
      --tw-text-opacity: 1;
      color: rgb(59 130 246 / var(--tw-text-opacity));
}
.nota :is(.ntw-text-status-success) {
      --tw-text-opacity: 1;
      color: rgb(34 197 94 / var(--tw-text-opacity));
}
.nota :is(.ntw-text-status-supernova-900) {
      --tw-text-opacity: 1;
      color: rgb(158 61 255 / var(--tw-text-opacity));
}
.nota :is(.ntw-text-typography-dark) {
      --tw-text-opacity: 1;
      color: rgb(5 14 33 / var(--tw-text-opacity));
}
.nota :is(.ntw-text-typography-disabled) {
      --tw-text-opacity: 1;
      color: rgb(139 139 139 / var(--tw-text-opacity));
}
.nota :is(.ntw-text-typography-light) {
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity));
}
.nota :is(.ntw-text-typography-medium) {
      --tw-text-opacity: 1;
      color: rgb(94 96 100 / var(--tw-text-opacity));
}
.nota :is(.ntw-text-typography-medium-light) {
      --tw-text-opacity: 1;
      color: rgb(145 148 152 / var(--tw-text-opacity));
}
.nota :is(.ntw-text-typography-placeholder) {
      --tw-text-opacity: 1;
      color: rgb(192 192 192 / var(--tw-text-opacity));
}
.nota :is(.ntw-text-typography-public-primary) {
      --tw-text-opacity: 1;
      color: rgb(0 141 142 / var(--tw-text-opacity));
}
.nota :is(.ntw-text-white) {
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity));
}
.nota :is(.ntw-underline) {
      text-decoration-line: underline;
}
.nota :is(.ntw-no-underline) {
      text-decoration-line: none;
}
.nota :is(.ntw-opacity-0) {
      opacity: 0;
}
.nota :is(.ntw-opacity-100) {
      opacity: 1;
}
.nota :is(.ntw-opacity-25) {
      opacity: 0.25;
}
.nota :is(.ntw-opacity-50) {
      opacity: 0.5;
}
.nota :is(.ntw-opacity-60) {
      opacity: 0.6;
}
.nota :is(.ntw-opacity-70) {
      opacity: 0.7;
}
.nota :is(.ntw-opacity-75) {
      opacity: 0.75;
}
.nota :is(.ntw-shadow) {
      --tw-shadow: 0px 0px 4px rgba(0, 0, 0, 0.160);
      --tw-shadow-colored: 0px 0px 4px var(--tw-shadow-color);
      box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.nota :is(.ntw-shadow-default) {
      --tw-shadow: 0px 0px 6px rgba(0, 12, 34, 0.1);;
      --tw-shadow-colored: 0px 0px 6px var(--tw-shadow-color);
      box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.nota :is(.ntw-shadow-lg) {
      --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
      --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
      box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.nota :is(.ntw-shadow-md) {
      --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
      --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
      box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.nota :is(.ntw-shadow-none) {
      --tw-shadow: 0 0 #0000;
      --tw-shadow-colored: 0 0 #0000;
      box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.nota :is(.ntw-shadow-xl) {
      --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
      --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
      box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.nota :is(.ntw-outline-none) {
      outline: 2px solid transparent;
      outline-offset: 2px;
}
.nota :is(.ntw-outline-8) {
      outline-width: 8px;
}
.nota :is(.ntw-ring) {
      --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
      --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
      box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.nota :is(.ntw-ring-0) {
      --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
      --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
      box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.nota :is(.ntw-ring-1) {
      --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
      --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
      box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.nota :is(.ntw-ring-2) {
      --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
      --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
      box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.nota :is(.ntw-ring-background-light) {
      --tw-ring-opacity: 1;
      --tw-ring-color: rgb(254 254 254 / var(--tw-ring-opacity));
}
.nota :is(.ntw-ring-black) {
      --tw-ring-opacity: 1;
      --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
}
.nota :is(.ntw-ring-button-default) {
      --tw-ring-opacity: 1;
      --tw-ring-color: rgb(0 141 142 / var(--tw-ring-opacity));
}
.nota :is(.ntw-ring-elements-default) {
      --tw-ring-opacity: 1;
      --tw-ring-color: rgb(235 235 235 / var(--tw-ring-opacity));
}
.nota :is(.ntw-ring-status-error-100) {
      --tw-ring-opacity: 1;
      --tw-ring-color: rgb(253 238 234 / var(--tw-ring-opacity));
}
.nota :is(.ntw-ring-status-supernova-800) {
      --tw-ring-opacity: 1;
      --tw-ring-color: rgb(177 100 255 / var(--tw-ring-opacity));
}
.nota :is(.ntw-ring-transparent) {
      --tw-ring-color: transparent;
}
.nota :is(.ntw-ring-offset-1) {
      --tw-ring-offset-width: 1px;
}
.nota :is(.ntw-transition) {
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
}
.nota :is(.ntw-transition-colors) {
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
}
.nota :is(.ntw-transition-transform) {
      transition-property: transform;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
      transition-duration: 150ms;
}
.nota :is(.ntw-duration-100) {
      transition-duration: 100ms;
}
.nota :is(.ntw-duration-1000) {
      transition-duration: 1000ms;
}
.nota :is(.ntw-duration-200) {
      transition-duration: 200ms;
}
.nota :is(.ntw-ease-in) {
      transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.nota :is(.ntw-ease-in-out) {
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.nota :is(.ntw-ease-out) {
      transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

:root {
  --nota-ds-accent-blue: 59 130 246; /* #3b82f6 */
  --nota-ds-accent-blue-subtlest: 231 237 245; /* #e7edf5 */
  --nota-ds-accent-green: 16 185 129; /* #10b981 */
  --nota-ds-accent-green-subtlest: 221 246 238; /* #ddf6ee */
  --nota-ds-accent-orange: 249 115 22; /* #f97316 */
  --nota-ds-accent-orange-subtlest: 249 232 220; /* #f9e8dc */
  --nota-ds-accent-red: 220 38 38; /* #dc2626 */
  --nota-ds-accent-red-subtlest: 252 237 238; /* #fcedee */
  --nota-ds-accent-purple: 155 56 255; /* #9B38FF */
  --nota-ds-accent-purple-subtlest: 243 232 255; /* #F3E8FF */
}

.nota {
      font-family: Manrope, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
      font-size: 1rem;
      line-height: 1.5rem;
      font-weight: 500;
      --tw-text-opacity: 1;
      color: rgb(5 14 33 / var(--tw-text-opacity));
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
}

.nota.sidebar .components-button {
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.nota-highlight-bg {
  animation-name: pulse;
  animation-duration: 3s;
  animation-iteration-count: 1;
  border-radius: 5px;
}

.nota__doc-settings-panel .nota {
  margin-right: -16px;
  margin-left: -16px;
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0px rgba(0, 141, 142, 0.5);
  }
  100% {
    box-shadow: 0 0 0 20px rgba(0, 141, 142, 0);
  }
}

.nota-script-wrapper {
  position: relative;
  margin: -20px -22px 0 -20px; /* Offset WordPress admin margins */
  padding: 0px;
  min-height: calc(100vh - 32px); /* Account for WP admin bar */
}

/* Dark tooltip theme for WordPress Tooltip component */
.nota-tooltip-dark {
  background-color: #008d8e;
  color: #fff;
  border-radius: 6px;
  padding: 4px 6px;
}

/* OptimizeModal styles */
.nota-optimize-modal.components-modal__frame {
  --wp-admin-theme-color: #008d8e;
  --wp-admin-theme-color--rgb: 0, 141, 142;
  max-width: 672px;
  width: 100%;
  max-height: 80vh;
}

.nota-optimize-modal .components-modal__content {
  padding-bottom: 80px;
}

.nota-optimize-modal__footer {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  padding: 16px 24px;
  background: #fff;
  border-top: 1px solid #e0e0e0;
}

.nota-optimize-modal__description {
  margin-bottom: 16px;
  font-size: 14px;
  color: #757575;
}

.nota-optimize-modal__field {
  margin-bottom: 16px;
}

.nota-optimize-modal__field-label {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 500;
  color: #1e1e1e;
}

.nota-optimize-modal__field-row {
  display: flex;
  align-items: center;
  gap: 12px;
}

.nota-optimize-modal__field-column {
  flex: 1;
}

.nota-optimize-modal__field--unchanged {
  opacity: 0.5;
}

/* Shared base styles for value display and editable textarea */
.nota-optimize-modal__value-box,
.nota-optimize-modal__new-value-textarea {
  border-radius: 4px;
  padding: 12px;
  font-size: 14px;
  color: #1e1e1e;
  border: 1px solid #e0e0e0;
  max-height: 120px;
  overflow-y: auto;
}

.nota-optimize-modal__value-box {
  background-color: #f5f5f5;
}

.nota-optimize-modal__value-box-text {
  white-space: pre-wrap;
  overflow-wrap: break-word;
}

.nota-optimize-modal__new-value-textarea {
  width: 100%;
  min-height: 40px;
  resize: none;
  background: #fff;
  font-family: inherit;
  line-height: inherit;
}

.nota-optimize-modal__new-value-textarea:focus {
  border-color: var(--wp-admin-theme-color);
  outline: none;
  box-shadow: 0 0 0 1px var(--wp-admin-theme-color);
}

.nota-optimize-modal__new-value-textarea--changed {
  border-color: var(--wp-admin-theme-color);
  background-color: rgba(var(--wp-admin-theme-color--rgb), 0.05);
}

.nota-optimize-modal__arrow {
  display: flex;
  align-items: center;
  color: #757575;
}

.nota-optimize-modal__button-row {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

.nota :is(.placeholder\:ntw-text-typography-placeholder)::-moz-placeholder {
      --tw-text-opacity: 1;
      color: rgb(192 192 192 / var(--tw-text-opacity));
}

.nota :is(.placeholder\:ntw-text-typography-placeholder)::placeholder {
      --tw-text-opacity: 1;
      color: rgb(192 192 192 / var(--tw-text-opacity));
}

.nota :is(.last\:ntw-border-b-0:last-child) {
      border-bottom-width: 0px;
}

.nota :is(.focus-within\:ntw-bg-gravity-200:focus-within) {
      --tw-bg-opacity: 1;
      background-color: rgb(204 232 233 / var(--tw-bg-opacity));
}

.nota :is(.hover\:ntw-scale-\[1\.02\]:hover) {
      --tw-scale-x: 1.02;
      --tw-scale-y: 1.02;
      transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.nota :is(.hover\:ntw-border-button-hover:hover) {
      --tw-border-opacity: 1;
      border-color: rgb(50 164 165 / var(--tw-border-opacity));
}

.nota :is(.hover\:ntw-border-gravity-900:hover) {
      --tw-border-opacity: 1;
      border-color: rgb(0 141 142 / var(--tw-border-opacity));
}

.nota :is(.hover\:ntw-bg-\[\#e5e5e5\]:hover) {
      --tw-bg-opacity: 1;
      background-color: rgb(229 229 229 / var(--tw-bg-opacity));
}

.nota :is(.hover\:ntw-bg-background-medium:hover) {
      --tw-bg-opacity: 1;
      background-color: rgb(252 250 253 / var(--tw-bg-opacity));
}

.nota :is(.hover\:ntw-bg-button-default\/10:hover) {
      background-color: rgb(0 141 142 / 0.1);
}

.nota :is(.hover\:ntw-bg-button-hover:hover) {
      --tw-bg-opacity: 1;
      background-color: rgb(50 164 165 / var(--tw-bg-opacity));
}

.nota :is(.hover\:ntw-bg-gravity-100:hover) {
      --tw-bg-opacity: 1;
      background-color: rgb(230 244 245 / var(--tw-bg-opacity));
}

.nota :is(.hover\:ntw-bg-gray-100\/50:hover) {
      background-color: rgb(233 233 233 / 0.5);
}

.nota :is(.hover\:ntw-bg-gray-50:hover) {
      --tw-bg-opacity: 1;
      background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.nota :is(.hover\:ntw-text-button-default:hover) {
      --tw-text-opacity: 1;
      color: rgb(0 141 142 / var(--tw-text-opacity));
}

.nota :is(.hover\:ntw-text-button-hover:hover) {
      --tw-text-opacity: 1;
      color: rgb(50 164 165 / var(--tw-text-opacity));
}

.nota :is(.hover\:ntw-text-status-supernova-900:hover) {
      --tw-text-opacity: 1;
      color: rgb(158 61 255 / var(--tw-text-opacity));
}

.nota :is(.hover\:ntw-text-typography-dark:hover) {
      --tw-text-opacity: 1;
      color: rgb(5 14 33 / var(--tw-text-opacity));
}

.nota :is(.hover\:ntw-text-typography-medium:hover) {
      --tw-text-opacity: 1;
      color: rgb(94 96 100 / var(--tw-text-opacity));
}

.nota :is(.hover\:ntw-underline:hover) {
      text-decoration-line: underline;
}

.nota :is(.hover\:ntw-opacity-100:hover) {
      opacity: 1;
}

.nota :is(.hover\:ntw-opacity-75:hover) {
      opacity: 0.75;
}

.nota :is(.hover\:ntw-shadow-lg:hover) {
      --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
      --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
      box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.nota :is(.hover\:ntw-ring-1:hover) {
      --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
      --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
      box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.nota :is(.hover\:ntw-ring-button-hover:hover) {
      --tw-ring-opacity: 1;
      --tw-ring-color: rgb(50 164 165 / var(--tw-ring-opacity));
}

.nota :is(.focus\:ntw-border-button-default:focus) {
      --tw-border-opacity: 1;
      border-color: rgb(0 141 142 / var(--tw-border-opacity));
}

.nota :is(.focus\:ntw-border-button-hover:focus) {
      --tw-border-opacity: 1;
      border-color: rgb(50 164 165 / var(--tw-border-opacity));
}

.nota :is(.focus\:ntw-outline-none:focus) {
      outline: 2px solid transparent;
      outline-offset: 2px;
}

.nota :is(.focus\:ntw-ring-elements-selected:focus) {
      --tw-ring-opacity: 1;
      --tw-ring-color: rgb(0 141 142 / var(--tw-ring-opacity));
}

.nota :is(.disabled\:ntw-pointer-events-none:disabled) {
      pointer-events: none;
}

.nota :is(.disabled\:ntw-cursor-not-allowed:disabled) {
      cursor: not-allowed;
}

.nota :is(.disabled\:ntw-bg-\[darkgray\]:disabled) {
      --tw-bg-opacity: 1;
      background-color: rgb(169 169 169 / var(--tw-bg-opacity));
}

.nota :is(.disabled\:ntw-bg-gray-100:disabled) {
      --tw-bg-opacity: 1;
      background-color: rgb(233 233 233 / var(--tw-bg-opacity));
}

.nota :is(.disabled\:ntw-text-typography-light:disabled) {
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity));
}

.nota :is(.disabled\:ntw-opacity-50:disabled) {
      opacity: 0.5;
}

.nota :is(.disabled\:hover\:ntw-bg-\[darkgray\]:hover:disabled) {
      --tw-bg-opacity: 1;
      background-color: rgb(169 169 169 / var(--tw-bg-opacity));
}

.nota :is(.disabled\:hover\:ntw-text-typography-light:hover:disabled) {
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity));
}

.nota :is(.ntw-group:hover .group-hover\:ntw-visible) {
      visibility: visible;
}

.nota :is(.ntw-group:hover .group-hover\:ntw-opacity-100) {
      opacity: 1;
}

.nota :is(.data-\[state\=selected\]\:ntw-bg-button-default\/40[data-state=selected]) {
      background-color: rgb(0 141 142 / 0.4);
}

@media (min-width: 640px) {

      .nota :is(.sm\:ntw-grid-cols-2) {
            grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .nota :is(.sm\:ntw-flex-row) {
            flex-direction: row;
      }

      .nota :is(.sm\:ntw-justify-end) {
            justify-content: flex-end;
      }

      .nota :is(.sm\:ntw-space-x-2 > :not([hidden]) ~ :not([hidden])) {
            --tw-space-x-reverse: 0;
            margin-left: calc(0.5rem * var(--tw-space-x-reverse));
            margin-right: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
      }

      .nota :is(.sm\:ntw-rounded-lg) {
            border-radius: 0.5rem;
      }

      .nota :is(.sm\:ntw-text-left) {
            text-align: right;
      }
}

@media (min-width: 768px) {

      .nota :is(.md\:ntw-grid-cols-3) {
            grid-template-columns: repeat(3, minmax(0, 1fr));
      }
}

.nota :is(.\[\&\:has\(\[role\=checkbox\]\)\]\:ntw-pr-0:has([role=checkbox])) {
      padding-left: 0px;
}

.nota :is(.\[\&\>\[role\=checkbox\]\]\:ntw-translate-y-\[2px\]>[role=checkbox]) {
      --tw-translate-y: 2px;
      transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.nota :is(.\[\&\>h2\>button\>svg\]\:ntw-text-\[\#FFFFFF\]>h2>button>svg) {
      --tw-text-opacity: 1;
      color: rgb(255 255 255 / var(--tw-text-opacity));
}

.nota :is(.\[\&\>h2\>button\]\:ntw-flex-row-reverse>h2>button) {
      flex-direction: row-reverse;
}

.nota :is(.\[\&\>h2\>button\]\:ntw-justify-end>h2>button) {
      justify-content: flex-end;
}

.nota :is(.\[\&\>p\]\:\!ntw-whitespace-pre-wrap>p) {
      white-space: pre-wrap !important;
}

.nota :is(.\[\&\>p\]\:\!ntw-text-paragraph-base>p) {
      font-size: 1rem !important;
      line-height: 1.5rem !important;
      font-weight: 500 !important;
}

.nota :is(.\[\&\>p\]\:\!ntw-font-normal>p) {
      font-weight: 400 !important;
}

.nota :is(.\[\&\>p\]\:\!ntw-italic>p) {
      font-style: italic !important;
}

.nota :is(.\[\&\>p\]\:\!ntw-text-typography-dark>p) {
      --tw-text-opacity: 1 !important;
      color: rgb(5 14 33 / var(--tw-text-opacity)) !important;
}

.nota :is(.\[\&_\.switch-toggle\]\:focus-within\:ntw-outline-ui-hover\/20:focus-within .switch-toggle) {
      outline-color: rgb(0 141 142 / 0.2);
}

.nota :is(.\[\&_\.switch-toggle\]\:hover\:ntw-outline-ui-hover\/20:hover .switch-toggle) {
      outline-color: rgb(0 141 142 / 0.2);
}

.nota :is(.\[\&_tr\:last-child\]\:ntw-border-0 tr:last-child) {
      border-width: 0px;
}

