/*
    ! tailwindcss v3.4.4 | MIT License | https://tailwindcss.com
    */
/*
    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)
    */
#embedPabot *,
#embedPabot ::before,
#embedPabot ::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

#embedPabot ::before,
#embedPabot ::after {
  --tw-content: "";
}

/*
    1. Use a consistent sensible line-height in all browsers.
    2. Prevent adjustments of font size after orientation changes in iOS.
    3. Use a more readable tab size.
    4. Use the user's configured `sans` font-family by default.
    5. Use the user's configured `sans` font-feature-settings by default.
    6. Use the user's configured `sans` font-variation-settings by default.
    7. Disable tap highlights on iOS
    */
#embedPabot html,
#embedPabot :host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
  tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

/*
    1. Remove the margin in all browsers.
    2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
    */
#embedPabot body {
  margin: 0;
  /* 1 */
  line-height: inherit;
  /* 2 */
}

/*
    1. Add the correct height in Firefox.
    2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
    3. Ensure horizontal rules are visible by default.
    */
/*
    1. Change the font styles in all browsers.
    2. Remove the margin in Firefox and Safari.
    3. Remove default padding in all browsers.
    */
/*
    Remove the inheritance of text transform in Edge and Firefox.
    */
#embedPabot button,
#embedPabot select {
  text-transform: none;
}

/*
    1. Correct the inability to style clickable types in iOS and Safari.
    2. Remove default button styles.
    */
#embedPabot button,
#embedPabot input:where([type=button]),
#embedPabot input:where([type=reset]),
#embedPabot input:where([type=submit]) {
  -webkit-appearance: button;
  /* 1 */
  background-color: transparent;
  /* 2 */
  background-image: none;
  /* 2 */
}

/*
    Use the modern Firefox focus style for all focusable elements.
    */
#embedPabot :-moz-focusring {
  outline: auto;
}

/*
    Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
    */
#embedPabot :-moz-ui-invalid {
  box-shadow: none;
}

/*
    Add the correct vertical alignment in Chrome and Firefox.
    */
#embedPabot progress {
  vertical-align: baseline;
}

/*
    Correct the cursor style of increment and decrement buttons in Safari.
    */
#embedPabot ::-webkit-inner-spin-button,
#embedPabot ::-webkit-outer-spin-button {
  height: auto;
}

/*
    1. Correct the odd appearance in Chrome and Safari.
    2. Correct the outline style in Safari.
    */
#embedPabot [type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/*
    Remove the inner padding in Chrome and Safari on macOS.
    */
#embedPabot ::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
    1. Correct the inability to style clickable types in iOS and Safari.
    2. Change font properties to `inherit` in Safari.
    */
#embedPabot ::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/*
    Add the correct display in Chrome and Safari.
    */
#embedPabot summary {
  display: list-item;
}

/*
    Removes the default spacing and border for appropriate elements.
    */
#embedPabot blockquote,
#embedPabot dl,
#embedPabot dd,
#embedPabot h1,
#embedPabot h2,
#embedPabot h3,
#embedPabot h4,
#embedPabot h5,
#embedPabot h6,
#embedPabot hr,
#embedPabot figure,
#embedPabot p,
#embedPabot pre {
  margin: 0;
}

#embedPabot fieldset {
  margin: 0;
  padding: 0;
}

#embedPabot legend {
  padding: 0;
}

#embedPabot ol,
#embedPabot ul,
#embedPabot menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
    Reset default styling for dialogs.
    */
#embedPabot dialog {
  padding: 0;
}

/*
    Prevent resizing textareas horizontally by default.
    */
#embedPabot textarea {
  resize: vertical;
}

/*
    1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
    2. Set the default placeholder color to the user's configured gray 400 color.
    */
#embedPabot input::-moz-placeholder,
#embedPabot textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

#embedPabot input::-moz-placeholder, #embedPabot textarea::-moz-placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

#embedPabot input::placeholder,
#embedPabot textarea::placeholder {
  opacity: 1;
  /* 1 */
  color: #9ca3af;
  /* 2 */
}

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

/*
    Make sure disabled buttons don't get the pointer cursor.
    */
#embedPabot :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.
    */
#embedPabot img,
#embedPabot svg,
#embedPabot video,
#embedPabot canvas,
#embedPabot audio,
#embedPabot iframe,
#embedPabot embed,
#embedPabot 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)
    */
#embedPabot img,
#embedPabot video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */
#embedPabot [hidden] {
  display: none;
}

#embedPabot {
  --background: 0 0% 100%;
  --foreground: 222.2 84% 4.9%;
  --card: 0 0% 100%;
  --card-foreground: 222.2 84% 4.9%;
  --popover: 0 0% 100%;
  --popover-foreground: 222.2 84% 4.9%;
  --primary: 222.2 47.4% 11.2%;
  --primary-foreground: 210 40% 98%;
  --secondary: 210 40% 96.1%;
  --secondary-foreground: 222.2 47.4% 11.2%;
  --muted: 210 40% 96.1%;
  --muted-foreground: 215.4 16.3% 46.9%;
  --accent: 210 40% 96.1%;
  --accent-foreground: 222.2 47.4% 11.2%;
  --destructive: 0 84.2% 60.2%;
  --destructive-foreground: 210 40% 98%;
  --border: 214.3 31.8% 91.4%;
  --input: 214.3 31.8% 91.4%;
  --ring: 222.2 84% 4.9%;
  --radius: 0.5rem;
}

#embedPabot .bg-dark-scrollbar::-webkit-scrollbar {
  display: block;
  width: 0.6rem;
}

#embedPabot .bg-dark-scrollbar::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
}

#embedPabot .bg-dark-scrollbar::-webkit-scrollbar-thumb {
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 0.3rem;
}

#embedPabot .bg-dark-scrollbar::-webkit-scrollbar-thumb:hover {
  background-color: rgba(255, 255, 255, 0.5);
}

#embedPabot * {
  border-color: hsl(var(--border));
}

#embedPabot body {
  background-color: hsl(var(--background));
  color: hsl(var(--foreground));
}

#embedPabot *,
#embedPabot ::before,
#embedPabot ::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-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --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: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}

#embedPabot ::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-gradient-from-position: ;
  --tw-gradient-via-position: ;
  --tw-gradient-to-position: ;
  --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: ;
  --tw-contain-size: ;
  --tw-contain-layout: ;
  --tw-contain-paint: ;
  --tw-contain-style: ;
}

#embedPabot .container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 2rem;
  padding-left: 2rem;
}

@media (min-width: 1400px) {
  #embedPabot .container {
    max-width: 1400px;
  }
}
#embedPabot .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;
}

#embedPabot .pointer-events-none {
  pointer-events: none;
}

#embedPabot .pointer-events-auto {
  pointer-events: auto;
}

#embedPabot .visible {
  visibility: visible;
}

#embedPabot .invisible {
  visibility: hidden;
}

#embedPabot .static {
  position: static;
}

#embedPabot .\!fixed {
  position: fixed !important;
}

#embedPabot .fixed {
  position: fixed;
}

#embedPabot .\!absolute {
  position: absolute !important;
}

#embedPabot .absolute {
  position: absolute;
}

#embedPabot .\!relative {
  position: relative !important;
}

#embedPabot .relative {
  position: relative;
}

#embedPabot .sticky {
  position: sticky;
}

#embedPabot .inset-0 {
  inset: 0px;
}

#embedPabot .inset-x-0 {
  left: 0px;
  right: 0px;
}

#embedPabot .inset-y-0 {
  top: 0px;
  bottom: 0px;
}

#embedPabot .\!-right-6 {
  right: -1.5rem !important;
}

#embedPabot .\!bottom-\[32px\] {
  bottom: 32px !important;
}

#embedPabot .\!right-3 {
  right: 0.75rem !important;
}

#embedPabot .\!right-\[24px\] {
  right: 24px !important;
}

#embedPabot .\!top-4 {
  top: 1rem !important;
}

#embedPabot .-bottom-12 {
  bottom: -3rem;
}

#embedPabot .-left-12 {
  left: -3rem;
}

#embedPabot .-right-12 {
  right: -3rem;
}

#embedPabot .-right-3 {
  right: -0.75rem;
}

#embedPabot .-top-12 {
  top: -3rem;
}

#embedPabot .bottom-0 {
  bottom: 0px;
}

#embedPabot .bottom-16 {
  bottom: 4rem;
}

#embedPabot .bottom-24 {
  bottom: 6rem;
}

#embedPabot .bottom-32 {
  bottom: 8rem;
}

#embedPabot .bottom-5 {
  bottom: 1.25rem;
}

#embedPabot .bottom-\[96px\] {
  bottom: 96px;
}

#embedPabot .left-0 {
  left: 0px;
}

#embedPabot .left-1 {
  left: 0.25rem;
}

#embedPabot .left-1\/2 {
  left: 50%;
}

#embedPabot .left-2 {
  left: 0.5rem;
}

#embedPabot .left-20 {
  left: 5rem;
}

#embedPabot .left-\[50\%\] {
  left: 50%;
}

#embedPabot .left-auto {
  left: auto;
}

#embedPabot .left-full {
  left: 100%;
}

#embedPabot .right-0 {
  right: 0px;
}

#embedPabot .right-1 {
  right: 0.25rem;
}

#embedPabot .right-2 {
  right: 0.5rem;
}

#embedPabot .right-4 {
  right: 1rem;
}

#embedPabot .right-5 {
  right: 1.25rem;
}

#embedPabot .right-6 {
  right: 1.5rem;
}

#embedPabot .right-\[24px\] {
  right: 24px;
}

#embedPabot .top-0 {
  top: 0px;
}

#embedPabot .top-1\/2 {
  top: 50%;
}

#embedPabot .top-12 {
  top: 3rem;
}

#embedPabot .top-2 {
  top: 0.5rem;
}

#embedPabot .top-4 {
  top: 1rem;
}

#embedPabot .top-\[1px\] {
  top: 1px;
}

#embedPabot .top-\[50\%\] {
  top: 50%;
}

#embedPabot .top-\[60\%\] {
  top: 60%;
}

#embedPabot .top-full {
  top: 100%;
}

#embedPabot .\!z-\[9999\] {
  z-index: 9999 !important;
}

#embedPabot .-z-10 {
  z-index: -10;
}

#embedPabot .z-10 {
  z-index: 10;
}

#embedPabot .z-20 {
  z-index: 20;
}

#embedPabot .z-30 {
  z-index: 30;
}

#embedPabot .z-50 {
  z-index: 50;
}

#embedPabot .z-\[100\] {
  z-index: 100;
}

#embedPabot .z-\[1\] {
  z-index: 1;
}

#embedPabot .z-\[9999\] {
  z-index: 9999;
}

#embedPabot .col-span-1 {
  grid-column: span 1/span 1;
}

#embedPabot .col-span-2 {
  grid-column: span 2/span 2;
}

#embedPabot .col-span-3 {
  grid-column: span 3/span 3;
}

#embedPabot .m-1 {
  margin: 0.25rem;
}

#embedPabot .m-10 {
  margin: 2.5rem;
}

#embedPabot .m-2 {
  margin: 0.5rem;
}

#embedPabot .m-24 {
  margin: 6rem;
}

#embedPabot .m-6 {
  margin: 1.5rem;
}

#embedPabot .m-auto {
  margin: auto;
}

#embedPabot .\!mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}

#embedPabot .-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}

#embedPabot .mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}

#embedPabot .mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

#embedPabot .mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}

#embedPabot .mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

#embedPabot .mx-auto {
  margin-left: auto;
  margin-right: auto;
}

#embedPabot .my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}

#embedPabot .my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

#embedPabot .my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}

#embedPabot .my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

#embedPabot .my-20 {
  margin-top: 5rem;
  margin-bottom: 5rem;
}

#embedPabot .my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

#embedPabot .my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

#embedPabot .my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

#embedPabot .my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

#embedPabot .\!mb-2 {
  margin-bottom: 0.5rem !important;
}

#embedPabot .\!ml-1 {
  margin-left: 0.25rem !important;
}

#embedPabot .\!mr-1 {
  margin-right: 0.25rem !important;
}

#embedPabot .\!mr-2 {
  margin-right: 0.5rem !important;
}

#embedPabot .\!mt-\[16px\] {
  margin-top: 16px !important;
}

#embedPabot .-ml-4 {
  margin-left: -1rem;
}

#embedPabot .-mt-4 {
  margin-top: -1rem;
}

#embedPabot .mb-1 {
  margin-bottom: 0.25rem;
}

#embedPabot .mb-10 {
  margin-bottom: 2.5rem;
}

#embedPabot .mb-2 {
  margin-bottom: 0.5rem;
}

#embedPabot .mb-3 {
  margin-bottom: 0.75rem;
}

#embedPabot .mb-4 {
  margin-bottom: 1rem;
}

#embedPabot .mb-6 {
  margin-bottom: 1.5rem;
}

#embedPabot .mb-8 {
  margin-bottom: 2rem;
}

#embedPabot .ml-1 {
  margin-left: 0.25rem;
}

#embedPabot .ml-1\.5 {
  margin-left: 0.375rem;
}

#embedPabot .ml-10 {
  margin-left: 2.5rem;
}

#embedPabot .ml-12 {
  margin-left: 3rem;
}

#embedPabot .ml-2 {
  margin-left: 0.5rem;
}

#embedPabot .ml-3 {
  margin-left: 0.75rem;
}

#embedPabot .ml-4 {
  margin-left: 1rem;
}

#embedPabot .ml-5 {
  margin-left: 1.25rem;
}

#embedPabot .ml-6 {
  margin-left: 1.5rem;
}

#embedPabot .ml-8 {
  margin-left: 2rem;
}

#embedPabot .ml-auto {
  margin-left: auto;
}

#embedPabot .mr-1 {
  margin-right: 0.25rem;
}

#embedPabot .mr-10 {
  margin-right: 2.5rem;
}

#embedPabot .mr-2 {
  margin-right: 0.5rem;
}

#embedPabot .mr-3 {
  margin-right: 0.75rem;
}

#embedPabot .mr-4 {
  margin-right: 1rem;
}

#embedPabot .mt-1 {
  margin-top: 0.25rem;
}

#embedPabot .mt-1\.5 {
  margin-top: 0.375rem;
}

#embedPabot .mt-10 {
  margin-top: 2.5rem;
}

#embedPabot .mt-12 {
  margin-top: 3rem;
}

#embedPabot .mt-14 {
  margin-top: 3.5rem;
}

#embedPabot .mt-16 {
  margin-top: 4rem;
}

#embedPabot .mt-2 {
  margin-top: 0.5rem;
}

#embedPabot .mt-20 {
  margin-top: 5rem;
}

#embedPabot .mt-24 {
  margin-top: 6rem;
}

#embedPabot .mt-3 {
  margin-top: 0.75rem;
}

#embedPabot .mt-4 {
  margin-top: 1rem;
}

#embedPabot .mt-6 {
  margin-top: 1.5rem;
}

#embedPabot .mt-8 {
  margin-top: 2rem;
}

#embedPabot .mt-auto {
  margin-top: auto;
}

#embedPabot .block {
  display: block;
}

#embedPabot .inline-block {
  display: inline-block;
}

#embedPabot .inline {
  display: inline;
}

#embedPabot .\!flex {
  display: flex !important;
}

#embedPabot .flex {
  display: flex;
}

#embedPabot .inline-flex {
  display: inline-flex;
}

#embedPabot .table {
  display: table;
}

#embedPabot .grid {
  display: grid;
}

#embedPabot .contents {
  display: contents;
}

#embedPabot .hidden {
  display: none;
}

#embedPabot .aspect-\[3\/4\] {
  aspect-ratio: 3/4;
}

#embedPabot .aspect-square {
  aspect-ratio: 1/1;
}

#embedPabot .\!h-10 {
  height: 2.5rem !important;
}

#embedPabot .\!h-12 {
  height: 3rem !important;
}

#embedPabot .\!h-8 {
  height: 2rem !important;
}

#embedPabot .\!h-\[20px\] {
  height: 20px !important;
}

#embedPabot .\!h-\[24px\] {
  height: 24px !important;
}

#embedPabot .\!h-\[28px\] {
  height: 28px !important;
}

#embedPabot .\!h-\[48px\] {
  height: 48px !important;
}

#embedPabot .\!h-\[48rem\] {
  height: 48rem !important;
}

#embedPabot .\!h-\[56px\] {
  height: 56px !important;
}

#embedPabot .\!h-\[70\%\] {
  height: 70% !important;
}

#embedPabot .\!h-full {
  height: 100% !important;
}

#embedPabot .h-1 {
  height: 0.25rem;
}

#embedPabot .h-1\.5 {
  height: 0.375rem;
}

#embedPabot .h-10 {
  height: 2.5rem;
}

#embedPabot .h-11 {
  height: 2.75rem;
}

#embedPabot .h-12 {
  height: 3rem;
}

#embedPabot .h-14 {
  height: 3.5rem;
}

#embedPabot .h-16 {
  height: 4rem;
}

#embedPabot .h-2 {
  height: 0.5rem;
}

#embedPabot .h-2\.5 {
  height: 0.625rem;
}

#embedPabot .h-20 {
  height: 5rem;
}

#embedPabot .h-24 {
  height: 6rem;
}

#embedPabot .h-3 {
  height: 0.75rem;
}

#embedPabot .h-3\.5 {
  height: 0.875rem;
}

#embedPabot .h-32 {
  height: 8rem;
}

#embedPabot .h-36 {
  height: 9rem;
}

#embedPabot .h-4 {
  height: 1rem;
}

#embedPabot .h-48 {
  height: 12rem;
}

#embedPabot .h-5 {
  height: 1.25rem;
}

#embedPabot .h-5\/6 {
  height: 83.333333%;
}

#embedPabot .h-6 {
  height: 1.5rem;
}

#embedPabot .h-60 {
  height: 15rem;
}

#embedPabot .h-64 {
  height: 16rem;
}

#embedPabot .h-7 {
  height: 1.75rem;
}

#embedPabot .h-8 {
  height: 2rem;
}

#embedPabot .h-80 {
  height: 20rem;
}

#embedPabot .h-9 {
  height: 2.25rem;
}

#embedPabot .h-96 {
  height: 24rem;
}

#embedPabot .h-\[16rem\] {
  height: 16rem;
}

#embedPabot .h-\[1em\] {
  height: 1em;
}

#embedPabot .h-\[1px\] {
  height: 1px;
}

#embedPabot .h-\[3\.25rem\] {
  height: 3.25rem;
}

#embedPabot .h-\[3\.5rem\] {
  height: 3.5rem;
}

#embedPabot .h-\[3\.68rem\] {
  height: 3.68rem;
}

#embedPabot .h-\[34px\] {
  height: 34px;
}

#embedPabot .h-\[5rem\] {
  height: 5rem;
}

#embedPabot .h-\[90\%\] {
  height: 90%;
}

#embedPabot .h-\[var\(--radix-navigation-menu-viewport-height\)\] {
  height: var(--radix-navigation-menu-viewport-height);
}

#embedPabot .h-\[var\(--radix-select-trigger-height\)\] {
  height: var(--radix-select-trigger-height);
}

#embedPabot .h-auto {
  height: auto;
}

#embedPabot .h-dvh {
  height: 100dvh;
}

#embedPabot .h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

#embedPabot .h-full {
  height: 100%;
}

#embedPabot .h-min {
  height: -moz-min-content;
  height: min-content;
}

#embedPabot .h-px {
  height: 1px;
}

#embedPabot .h-screen {
  height: 100vh;
}

#embedPabot .max-h-52 {
  max-height: 13rem;
}

#embedPabot .max-h-96 {
  max-height: 24rem;
}

#embedPabot .max-h-\[300px\] {
  max-height: 300px;
}

#embedPabot .max-h-\[70\%\] {
  max-height: 70%;
}

#embedPabot .max-h-screen {
  max-height: 100vh;
}

#embedPabot .min-h-64 {
  min-height: 16rem;
}

#embedPabot .min-h-\[15rem\] {
  min-height: 15rem;
}

#embedPabot .min-h-\[80px\] {
  min-height: 80px;
}

#embedPabot .min-h-dvh {
  min-height: 100dvh;
}

#embedPabot .\!w-10 {
  width: 2.5rem !important;
}

#embedPabot .\!w-11\/12 {
  width: 91.666667% !important;
}

#embedPabot .\!w-12 {
  width: 3rem !important;
}

#embedPabot .\!w-8 {
  width: 2rem !important;
}

#embedPabot .\!w-\[20px\] {
  width: 20px !important;
}

#embedPabot .\!w-\[24px\] {
  width: 24px !important;
}

#embedPabot .\!w-\[28px\] {
  width: 28px !important;
}

#embedPabot .\!w-\[56px\] {
  width: 56px !important;
}

#embedPabot .\!w-full {
  width: 100% !important;
}

#embedPabot .w-0 {
  width: 0px;
}

#embedPabot .w-1\/2 {
  width: 50%;
}

#embedPabot .w-1\/3 {
  width: 33.333333%;
}

#embedPabot .w-1\/4 {
  width: 25%;
}

#embedPabot .w-10 {
  width: 2.5rem;
}

#embedPabot .w-11 {
  width: 2.75rem;
}

#embedPabot .w-12 {
  width: 3rem;
}

#embedPabot .w-14 {
  width: 3.5rem;
}

#embedPabot .w-16 {
  width: 4rem;
}

#embedPabot .w-2 {
  width: 0.5rem;
}

#embedPabot .w-2\.5 {
  width: 0.625rem;
}

#embedPabot .w-2\/3 {
  width: 66.666667%;
}

#embedPabot .w-2\/5 {
  width: 40%;
}

#embedPabot .w-20 {
  width: 5rem;
}

#embedPabot .w-24 {
  width: 6rem;
}

#embedPabot .w-3 {
  width: 0.75rem;
}

#embedPabot .w-3\.5 {
  width: 0.875rem;
}

#embedPabot .w-3\/4 {
  width: 75%;
}

#embedPabot .w-3\/5 {
  width: 60%;
}

#embedPabot .w-32 {
  width: 8rem;
}

#embedPabot .w-36 {
  width: 9rem;
}

#embedPabot .w-4 {
  width: 1rem;
}

#embedPabot .w-4\/5 {
  width: 80%;
}

#embedPabot .w-4\/6 {
  width: 66.666667%;
}

#embedPabot .w-40 {
  width: 10rem;
}

#embedPabot .w-5 {
  width: 1.25rem;
}

#embedPabot .w-5\/6 {
  width: 83.333333%;
}

#embedPabot .w-52 {
  width: 13rem;
}

#embedPabot .w-56 {
  width: 14rem;
}

#embedPabot .w-6 {
  width: 1.5rem;
}

#embedPabot .w-60 {
  width: 15rem;
}

#embedPabot .w-64 {
  width: 16rem;
}

#embedPabot .w-7 {
  width: 1.75rem;
}

#embedPabot .w-72 {
  width: 18rem;
}

#embedPabot .w-8 {
  width: 2rem;
}

#embedPabot .w-80 {
  width: 20rem;
}

#embedPabot .w-9 {
  width: 2.25rem;
}

#embedPabot .w-\[100px\] {
  width: 100px;
}

#embedPabot .w-\[10rem\] {
  width: 10rem;
}

#embedPabot .w-\[10vw\] {
  width: 10vw;
}

#embedPabot .w-\[1em\] {
  width: 1em;
}

#embedPabot .w-\[1px\] {
  width: 1px;
}

#embedPabot .w-\[200px\] {
  width: 200px;
}

#embedPabot .w-\[20vw\] {
  width: 20vw;
}

#embedPabot .w-\[25rem\] {
  width: 25rem;
}

#embedPabot .w-\[3\.25rem\] {
  width: 3.25rem;
}

#embedPabot .w-\[3\.68rem\] {
  width: 3.68rem;
}

#embedPabot .w-\[30rem\] {
  width: 30rem;
}

#embedPabot .w-\[350px\] {
  width: 350px;
}

#embedPabot .w-\[5\.6rem\] {
  width: 5.6rem;
}

#embedPabot .w-\[6\.25rem\] {
  width: 6.25rem;
}

#embedPabot .w-\[7rem\] {
  width: 7rem;
}

#embedPabot .w-dvw {
  width: 100dvw;
}

#embedPabot .w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

#embedPabot .w-full {
  width: 100%;
}

#embedPabot .w-max {
  width: -moz-max-content;
  width: max-content;
}

#embedPabot .w-min {
  width: -moz-min-content;
  width: min-content;
}

#embedPabot .w-px {
  width: 1px;
}

#embedPabot .w-screen {
  width: 100vw;
}

#embedPabot .min-w-0 {
  min-width: 0px;
}

#embedPabot .min-w-\[12rem\] {
  min-width: 12rem;
}

#embedPabot .min-w-\[400px\] {
  min-width: 400px;
}

#embedPabot .min-w-\[40rem\] {
  min-width: 40rem;
}

#embedPabot .min-w-\[45rem\] {
  min-width: 45rem;
}

#embedPabot .min-w-\[8rem\] {
  min-width: 8rem;
}

#embedPabot .min-w-\[var\(--radix-select-trigger-width\)\] {
  min-width: var(--radix-select-trigger-width);
}

#embedPabot .\!max-w-\[20rem\] {
  max-width: 20rem !important;
}

#embedPabot .max-w-36 {
  max-width: 9rem;
}

#embedPabot .max-w-56 {
  max-width: 14rem;
}

#embedPabot .max-w-72 {
  max-width: 18rem;
}

#embedPabot .max-w-\[30rem\] {
  max-width: 30rem;
}

#embedPabot .max-w-\[32rem\] {
  max-width: 32rem;
}

#embedPabot .max-w-fit {
  max-width: -moz-fit-content;
  max-width: fit-content;
}

#embedPabot .max-w-lg {
  max-width: 32rem;
}

#embedPabot .max-w-max {
  max-width: -moz-max-content;
  max-width: max-content;
}

#embedPabot .max-w-screen-lg {
  max-width: 1024px;
}

#embedPabot .max-w-sm {
  max-width: 24rem;
}

#embedPabot .max-w-xl {
  max-width: 36rem;
}

#embedPabot .max-w-xs {
  max-width: 20rem;
}

#embedPabot .\!flex-none {
  flex: none !important;
}

#embedPabot .flex-1 {
  flex: 1 1 0%;
}

#embedPabot .flex-none {
  flex: none;
}

#embedPabot .flex-shrink-0 {
  flex-shrink: 0;
}

#embedPabot .\!shrink-0 {
  flex-shrink: 0 !important;
}

#embedPabot .shrink-0 {
  flex-shrink: 0;
}

#embedPabot .flex-grow {
  flex-grow: 1;
}

#embedPabot .grow {
  flex-grow: 1;
}

#embedPabot .grow-0 {
  flex-grow: 0;
}

#embedPabot .basis-full {
  flex-basis: 100%;
}

#embedPabot .table-auto {
  table-layout: auto;
}

#embedPabot .table-fixed {
  table-layout: fixed;
}

#embedPabot .caption-bottom {
  caption-side: bottom;
}

#embedPabot .border-collapse {
  border-collapse: collapse;
}

#embedPabot .\!translate-y-0 {
  --tw-translate-y: 0px !important;
  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)) !important;
}

#embedPabot .-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));
}

#embedPabot .-translate-x-full {
  --tw-translate-x: -100%;
  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));
}

#embedPabot .-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));
}

#embedPabot .translate-x-1 {
  --tw-translate-x: 0.25rem;
  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));
}

#embedPabot .translate-x-2 {
  --tw-translate-x: 0.5rem;
  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));
}

#embedPabot .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));
}

#embedPabot .translate-y-1 {
  --tw-translate-y: 0.25rem;
  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));
}

#embedPabot .translate-y-4 {
  --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));
}

#embedPabot .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));
}

#embedPabot .rotate-45 {
  --tw-rotate: 45deg;
  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));
}

#embedPabot .rotate-90 {
  --tw-rotate: 90deg;
  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));
}

#embedPabot .scale-100 {
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  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));
}

#embedPabot .\!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)) !important;
}

#embedPabot .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 bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}
#embedPabot .\!animate-bounce {
  animation: bounce 1s infinite !important;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
#embedPabot .\!animate-spin {
  animation: spin 1s linear infinite !important;
}

@keyframes bounce {
  0%, 100% {
    transform: translateY(-25%);
    animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
  }
  50% {
    transform: none;
    animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
  }
}
#embedPabot .animate-bounce {
  animation: bounce 1s infinite;
}

@keyframes pulse {
  50% {
    opacity: 0.5;
  }
}
#embedPabot .animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
#embedPabot .animate-spin {
  animation: spin 1s linear infinite;
}

#embedPabot .\!cursor-pointer {
  cursor: pointer !important;
}

#embedPabot .cursor-default {
  cursor: default;
}

#embedPabot .cursor-pointer {
  cursor: pointer;
}

#embedPabot .touch-none {
  touch-action: none;
}

#embedPabot .select-none {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

#embedPabot .resize-none {
  resize: none;
}

#embedPabot .resize {
  resize: both;
}

#embedPabot .list-inside {
  list-style-position: inside;
}

#embedPabot .list-decimal {
  list-style-type: decimal;
}

#embedPabot .list-disc {
  list-style-type: disc;
}

#embedPabot .list-none {
  list-style-type: none;
}

#embedPabot .grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}

#embedPabot .grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

#embedPabot .grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

#embedPabot .grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

#embedPabot .flex-row {
  flex-direction: row;
}

#embedPabot .flex-row-reverse {
  flex-direction: row-reverse;
}

#embedPabot .\!flex-col {
  flex-direction: column !important;
}

#embedPabot .flex-col {
  flex-direction: column;
}

#embedPabot .flex-col-reverse {
  flex-direction: column-reverse;
}

#embedPabot .flex-wrap {
  flex-wrap: wrap;
}

#embedPabot .items-start {
  align-items: flex-start;
}

#embedPabot .\!items-end {
  align-items: flex-end !important;
}

#embedPabot .items-end {
  align-items: flex-end;
}

#embedPabot .\!items-center {
  align-items: center !important;
}

#embedPabot .items-center {
  align-items: center;
}

#embedPabot .justify-start {
  justify-content: flex-start;
}

#embedPabot .\!justify-end {
  justify-content: flex-end !important;
}

#embedPabot .justify-end {
  justify-content: flex-end;
}

#embedPabot .\!justify-center {
  justify-content: center !important;
}

#embedPabot .justify-center {
  justify-content: center;
}

#embedPabot .\!justify-between {
  justify-content: space-between !important;
}

#embedPabot .justify-between {
  justify-content: space-between;
}

#embedPabot .\!justify-around {
  justify-content: space-around !important;
}

#embedPabot .justify-around {
  justify-content: space-around;
}

#embedPabot .\!gap-1 {
  gap: 0.25rem !important;
}

#embedPabot .\!gap-2 {
  gap: 0.5rem !important;
}

#embedPabot .gap-1 {
  gap: 0.25rem;
}

#embedPabot .gap-1\.5 {
  gap: 0.375rem;
}

#embedPabot .gap-10 {
  gap: 2.5rem;
}

#embedPabot .gap-2 {
  gap: 0.5rem;
}

#embedPabot .gap-3 {
  gap: 0.75rem;
}

#embedPabot .gap-4 {
  gap: 1rem;
}

#embedPabot .gap-5 {
  gap: 1.25rem;
}

#embedPabot .gap-6 {
  gap: 1.5rem;
}

#embedPabot .gap-8 {
  gap: 2rem;
}

#embedPabot .gap-x-16 {
  -moz-column-gap: 4rem;
  column-gap: 4rem;
}

#embedPabot .gap-y-8 {
  row-gap: 2rem;
}

#embedPabot .\!space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0 !important;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse)) !important;
  margin-left: calc(0.25rem * (1 - var(--tw-space-x-reverse))) !important;
}

#embedPabot .\!space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1rem * (1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
}

#embedPabot .space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * (1 - var(--tw-space-x-reverse)));
}

#embedPabot .space-x-12 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(3rem * var(--tw-space-x-reverse));
  margin-left: calc(3rem * (1 - var(--tw-space-x-reverse)));
}

#embedPabot .space-x-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(4rem * var(--tw-space-x-reverse));
  margin-left: calc(4rem * (1 - var(--tw-space-x-reverse)));
}

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

#embedPabot .space-x-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * (1 - var(--tw-space-x-reverse)));
}

#embedPabot .space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * (1 - var(--tw-space-x-reverse)));
}

#embedPabot .space-x-\[0\.5em\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5em * var(--tw-space-x-reverse));
  margin-left: calc(0.5em * (1 - var(--tw-space-x-reverse)));
}

#embedPabot .space-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}

#embedPabot .space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}

#embedPabot .space-y-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}

#embedPabot .space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}

#embedPabot .space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * (1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}

#embedPabot .divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * (1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}

#embedPabot .divide-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(2px * (1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(2px * var(--tw-divide-y-reverse));
}

#embedPabot .divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(243 244 246/var(--tw-divide-opacity));
}

#embedPabot .divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235/var(--tw-divide-opacity));
}

#embedPabot .justify-self-center {
  justify-self: center;
}

#embedPabot .overflow-auto {
  overflow: auto;
}

#embedPabot .\!overflow-hidden {
  overflow: hidden !important;
}

#embedPabot .overflow-hidden {
  overflow: hidden;
}

#embedPabot .overflow-scroll {
  overflow: scroll;
}

#embedPabot .overflow-x-auto {
  overflow-x: auto;
}

#embedPabot .overflow-y-auto {
  overflow-y: auto;
}

#embedPabot .overflow-x-hidden {
  overflow-x: hidden;
}

#embedPabot .\!overflow-y-hidden {
  overflow-y: hidden !important;
}

#embedPabot .\!overflow-y-scroll {
  overflow-y: scroll !important;
}

#embedPabot .overflow-y-scroll {
  overflow-y: scroll;
}

#embedPabot .truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

#embedPabot .whitespace-normal {
  white-space: normal;
}

#embedPabot .whitespace-nowrap {
  white-space: nowrap;
}

#embedPabot .whitespace-pre-line {
  white-space: pre-line;
}

#embedPabot .whitespace-pre-wrap {
  white-space: pre-wrap;
}

#embedPabot .text-nowrap {
  text-wrap: nowrap;
}

#embedPabot .\!break-words {
  overflow-wrap: break-word !important;
}

#embedPabot .break-words {
  overflow-wrap: break-word;
}

#embedPabot .break-all {
  word-break: break-all;
}

#embedPabot .\!rounded-full {
  border-radius: 9999px !important;
}

#embedPabot .\!rounded-lg {
  border-radius: var(--radius) !important;
}

#embedPabot .\!rounded-md {
  border-radius: calc(var(--radius) - 2px) !important;
}

#embedPabot .\!rounded-sm {
  border-radius: calc(var(--radius) - 4px) !important;
}

#embedPabot .rounded {
  border-radius: 0.25rem;
}

#embedPabot .rounded-\[inherit\] {
  border-radius: inherit;
}

#embedPabot .rounded-full {
  border-radius: 9999px;
}

#embedPabot .rounded-lg {
  border-radius: var(--radius);
}

#embedPabot .rounded-md {
  border-radius: calc(var(--radius) - 2px);
}

#embedPabot .rounded-none {
  border-radius: 0px;
}

#embedPabot .rounded-sm {
  border-radius: calc(var(--radius) - 4px);
}

#embedPabot .\!rounded-l-lg {
  border-top-left-radius: var(--radius) !important;
  border-bottom-left-radius: var(--radius) !important;
}

#embedPabot .\!rounded-r-lg {
  border-top-right-radius: var(--radius) !important;
  border-bottom-right-radius: var(--radius) !important;
}

#embedPabot .rounded-b-sm {
  border-bottom-right-radius: calc(var(--radius) - 4px);
  border-bottom-left-radius: calc(var(--radius) - 4px);
}

#embedPabot .rounded-t-\[10px\] {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

#embedPabot .\!rounded-bl-lg {
  border-bottom-left-radius: var(--radius) !important;
}

#embedPabot .\!rounded-br-lg {
  border-bottom-right-radius: var(--radius) !important;
}

#embedPabot .rounded-tl-none {
  border-top-left-radius: 0px;
}

#embedPabot .rounded-tl-sm {
  border-top-left-radius: calc(var(--radius) - 4px);
}

#embedPabot .rounded-tr-none {
  border-top-right-radius: 0px;
}

#embedPabot .rounded-tr-sm {
  border-top-right-radius: calc(var(--radius) - 4px);
}

#embedPabot .\!border {
  border-width: 1px !important;
}

#embedPabot .border {
  border-width: 1px;
}

#embedPabot .border-0 {
  border-width: 0px;
}

#embedPabot .border-2 {
  border-width: 2px;
}

#embedPabot .border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}

#embedPabot .border-b {
  border-bottom-width: 1px;
}

#embedPabot .border-b-2 {
  border-bottom-width: 2px;
}

#embedPabot .border-l {
  border-left-width: 1px;
}

#embedPabot .border-l-2 {
  border-left-width: 2px;
}

#embedPabot .border-l-4 {
  border-left-width: 4px;
}

#embedPabot .border-r {
  border-right-width: 1px;
}

#embedPabot .border-t {
  border-top-width: 1px;
}

#embedPabot .\!border-solid {
  border-style: solid !important;
}

#embedPabot .border-solid {
  border-style: solid;
}

#embedPabot .border-none {
  border-style: none;
}

#embedPabot .\!border-gray-300 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(209 213 219/var(--tw-border-opacity)) !important;
}

#embedPabot .border-charcoal-100 {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255/var(--tw-border-opacity));
}

#embedPabot .border-charcoal-400 {
  --tw-border-opacity: 1;
  border-color: rgb(205 212 215/var(--tw-border-opacity));
}

#embedPabot .border-charcoal-500 {
  --tw-border-opacity: 1;
  border-color: rgb(148 162 168/var(--tw-border-opacity));
}

#embedPabot .border-charcoal-600 {
  --tw-border-opacity: 1;
  border-color: rgb(122 140 148/var(--tw-border-opacity));
}

#embedPabot .border-charcoal-700 {
  --tw-border-opacity: 1;
  border-color: rgb(93 111 119/var(--tw-border-opacity));
}

#embedPabot .border-charcoal-900 {
  --tw-border-opacity: 1;
  border-color: rgb(31 38 41/var(--tw-border-opacity));
}

#embedPabot .border-danger-500 {
  --tw-border-opacity: 1;
  border-color: rgb(255 46 43/var(--tw-border-opacity));
}

#embedPabot .border-danger-800 {
  --tw-border-opacity: 1;
  border-color: rgb(147 13 46/var(--tw-border-opacity));
}

#embedPabot .border-destructive {
  border-color: hsl(var(--destructive));
}

#embedPabot .border-destructive\/50 {
  border-color: hsl(var(--destructive)/0.5);
}

#embedPabot .border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219/var(--tw-border-opacity));
}

#embedPabot .border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175/var(--tw-border-opacity));
}

#embedPabot .border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128/var(--tw-border-opacity));
}

#embedPabot .border-green-700 {
  --tw-border-opacity: 1;
  border-color: rgb(21 128 61/var(--tw-border-opacity));
}

#embedPabot .border-input {
  border-color: hsl(var(--input));
}

#embedPabot .border-primary {
  border-color: hsl(var(--primary));
}

#embedPabot .border-red-700 {
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28/var(--tw-border-opacity));
}

#embedPabot .border-stone-700 {
  --tw-border-opacity: 1;
  border-color: rgb(68 64 60/var(--tw-border-opacity));
}

#embedPabot .border-transparent {
  border-color: transparent;
}

#embedPabot .border-l-transparent {
  border-left-color: transparent;
}

#embedPabot .border-t-transparent {
  border-top-color: transparent;
}

#embedPabot .\!bg-charcoal-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255/var(--tw-bg-opacity)) !important;
}

#embedPabot .\!bg-cyan-600 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(8 145 178/var(--tw-bg-opacity)) !important;
}

#embedPabot .\!bg-primary-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(232 252 252/var(--tw-bg-opacity)) !important;
}

#embedPabot .\!bg-primary-400 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(64 199 241/var(--tw-bg-opacity)) !important;
}

#embedPabot .\!bg-primary-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(5 163 232/var(--tw-bg-opacity)) !important;
}

#embedPabot .\!bg-white {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255/var(--tw-bg-opacity)) !important;
}

#embedPabot .bg-accent {
  background-color: hsl(var(--accent));
}

#embedPabot .bg-background {
  background-color: hsl(var(--background));
}

#embedPabot .bg-black\/80 {
  background-color: rgba(0, 0, 0, 0.8);
}

#embedPabot .bg-blue-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(23 37 84/var(--tw-bg-opacity));
}

#embedPabot .bg-border {
  background-color: hsl(var(--border));
}

#embedPabot .bg-card {
  background-color: hsl(var(--card));
}

#embedPabot .bg-charcoal-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255/var(--tw-bg-opacity));
}

#embedPabot .bg-charcoal-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(205 212 215/var(--tw-bg-opacity));
}

#embedPabot .bg-charcoal-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(148 162 168/var(--tw-bg-opacity));
}

#embedPabot .bg-charcoal-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(54 65 70/var(--tw-bg-opacity));
}

#embedPabot .bg-cyan-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(21 94 117/var(--tw-bg-opacity));
}

#embedPabot .bg-danger-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 193 170/var(--tw-bg-opacity));
}

#embedPabot .bg-destructive {
  background-color: hsl(var(--destructive));
}

#embedPabot .bg-foreground {
  background-color: hsl(var(--foreground));
}

#embedPabot .bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246/var(--tw-bg-opacity));
}

#embedPabot .bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235/var(--tw-bg-opacity));
}

#embedPabot .bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219/var(--tw-bg-opacity));
}

#embedPabot .bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175/var(--tw-bg-opacity));
}

#embedPabot .bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251/var(--tw-bg-opacity));
}

#embedPabot .bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39/var(--tw-bg-opacity));
}

#embedPabot .bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231/var(--tw-bg-opacity));
}

#embedPabot .bg-green-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208/var(--tw-bg-opacity));
}

#embedPabot .bg-info-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(27 115 247/var(--tw-bg-opacity));
}

#embedPabot .bg-muted {
  background-color: hsl(var(--muted));
}

#embedPabot .bg-muted\/50 {
  background-color: hsl(var(--muted)/0.5);
}

#embedPabot .bg-popover {
  background-color: hsl(var(--popover));
}

#embedPabot .bg-primary {
  background-color: hsl(var(--primary));
}

#embedPabot .bg-primary-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 252 252/var(--tw-bg-opacity));
}

#embedPabot .bg-primary-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(232 252 252/var(--tw-bg-opacity));
}

#embedPabot .bg-primary-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(204 251 253/var(--tw-bg-opacity));
}

#embedPabot .bg-primary-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(5 163 232/var(--tw-bg-opacity));
}

#embedPabot .bg-primary-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(3 126 199/var(--tw-bg-opacity));
}

#embedPabot .bg-primary-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(1 67 134/var(--tw-bg-opacity));
}

#embedPabot .bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226/var(--tw-bg-opacity));
}

#embedPabot .bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68/var(--tw-bg-opacity));
}

#embedPabot .bg-secondary {
  background-color: hsl(var(--secondary));
}

#embedPabot .bg-slate-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(71 85 105/var(--tw-bg-opacity));
}

#embedPabot .bg-transparent {
  background-color: transparent;
}

#embedPabot .bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255/var(--tw-bg-opacity));
}

#embedPabot .bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}

#embedPabot .bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

#embedPabot .bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

#embedPabot .from-blue-500 {
  --tw-gradient-from: #3b82f6 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(59 130 246 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

#embedPabot .from-cyan-700 {
  --tw-gradient-from: #0e7490 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(14 116 144 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

#embedPabot .from-pink-500 {
  --tw-gradient-from: #ec4899 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(236 72 153 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

#embedPabot .from-primary-400 {
  --tw-gradient-from: #40C7F1 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(64 199 241 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

#embedPabot .from-primary-800 {
  --tw-gradient-from: #014386 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(1 67 134 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

#embedPabot .via-blue-300 {
  --tw-gradient-to: rgb(147 197 253 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #93c5fd var(--tw-gradient-via-position), var(--tw-gradient-to);
}

#embedPabot .via-pink-300 {
  --tw-gradient-to: rgb(249 168 212 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #f9a8d4 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

#embedPabot .via-primary-500 {
  --tw-gradient-to: rgb(5 163 232 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #05A3E8 var(--tw-gradient-via-position), var(--tw-gradient-to);
}

#embedPabot .via-10\% {
  --tw-gradient-via-position: 10%;
}

#embedPabot .to-\[\#1E0C8D\] {
  --tw-gradient-to: #1E0C8D var(--tw-gradient-to-position);
}

#embedPabot .to-cyan-800 {
  --tw-gradient-to: #155e75 var(--tw-gradient-to-position);
}

#embedPabot .to-green-300 {
  --tw-gradient-to: #86efac var(--tw-gradient-to-position);
}

#embedPabot .to-primary-400 {
  --tw-gradient-to: #40C7F1 var(--tw-gradient-to-position);
}

#embedPabot .fill-current {
  fill: currentColor;
}

#embedPabot .stroke-\[1\.5px\] {
  stroke-width: 1.5px;
}

#embedPabot .object-cover {
  -o-object-fit: cover;
  object-fit: cover;
}

#embedPabot .\!p-2 {
  padding: 0.5rem !important;
}

#embedPabot .\!p-\[8px\] {
  padding: 8px !important;
}

#embedPabot .p-0 {
  padding: 0px;
}

#embedPabot .p-1 {
  padding: 0.25rem;
}

#embedPabot .p-10 {
  padding: 2.5rem;
}

#embedPabot .p-16 {
  padding: 4rem;
}

#embedPabot .p-2 {
  padding: 0.5rem;
}

#embedPabot .p-3 {
  padding: 0.75rem;
}

#embedPabot .p-4 {
  padding: 1rem;
}

#embedPabot .p-5 {
  padding: 1.25rem;
}

#embedPabot .p-6 {
  padding: 1.5rem;
}

#embedPabot .p-8 {
  padding: 2rem;
}

#embedPabot .p-\[1px\] {
  padding: 1px;
}

#embedPabot .\!px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}

#embedPabot .\!px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}

#embedPabot .\!px-\[12px\] {
  padding-left: 12px !important;
  padding-right: 12px !important;
}

#embedPabot .\!py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

#embedPabot .\!py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

#embedPabot .\!py-\[12px\] {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

#embedPabot .\!py-\[4px\] {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

#embedPabot .px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

#embedPabot .px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}

#embedPabot .px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

#embedPabot .px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

#embedPabot .px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

#embedPabot .px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

#embedPabot .px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

#embedPabot .px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

#embedPabot .px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

#embedPabot .py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

#embedPabot .py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

#embedPabot .py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

#embedPabot .py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}

#embedPabot .py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

#embedPabot .py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

#embedPabot .py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

#embedPabot .py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

#embedPabot .py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

#embedPabot .py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

#embedPabot .py-40 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

#embedPabot .py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

#embedPabot .py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

#embedPabot .\!pl-\[16px\] {
  padding-left: 16px !important;
}

#embedPabot .pb-10 {
  padding-bottom: 2.5rem;
}

#embedPabot .pb-2 {
  padding-bottom: 0.5rem;
}

#embedPabot .pb-32 {
  padding-bottom: 8rem;
}

#embedPabot .pb-36 {
  padding-bottom: 9rem;
}

#embedPabot .pb-4 {
  padding-bottom: 1rem;
}

#embedPabot .pb-5 {
  padding-bottom: 1.25rem;
}

#embedPabot .pb-8 {
  padding-bottom: 2rem;
}

#embedPabot .pl-1 {
  padding-left: 0.25rem;
}

#embedPabot .pl-16 {
  padding-left: 4rem;
}

#embedPabot .pl-2 {
  padding-left: 0.5rem;
}

#embedPabot .pl-2\.5 {
  padding-left: 0.625rem;
}

#embedPabot .pl-4 {
  padding-left: 1rem;
}

#embedPabot .pl-5 {
  padding-left: 1.25rem;
}

#embedPabot .pl-6 {
  padding-left: 1.5rem;
}

#embedPabot .pl-7 {
  padding-left: 1.75rem;
}

#embedPabot .pl-8 {
  padding-left: 2rem;
}

#embedPabot .pr-1 {
  padding-right: 0.25rem;
}

#embedPabot .pr-2 {
  padding-right: 0.5rem;
}

#embedPabot .pr-2\.5 {
  padding-right: 0.625rem;
}

#embedPabot .pr-4 {
  padding-right: 1rem;
}

#embedPabot .pr-8 {
  padding-right: 2rem;
}

#embedPabot .pt-0 {
  padding-top: 0px;
}

#embedPabot .pt-1 {
  padding-top: 0.25rem;
}

#embedPabot .pt-10 {
  padding-top: 2.5rem;
}

#embedPabot .pt-20 {
  padding-top: 5rem;
}

#embedPabot .pt-4 {
  padding-top: 1rem;
}

#embedPabot .pt-5 {
  padding-top: 1.25rem;
}

#embedPabot .pt-\[100\%\] {
  padding-top: 100%;
}

#embedPabot .\!text-left {
  text-align: left !important;
}

#embedPabot .text-left {
  text-align: left;
}

#embedPabot .\!text-center {
  text-align: center !important;
}

#embedPabot .text-center {
  text-align: center;
}

#embedPabot .text-right {
  text-align: right;
}

#embedPabot .text-justify {
  text-align: justify;
}

#embedPabot .text-start {
  text-align: start;
}

#embedPabot .text-end {
  text-align: end;
}

#embedPabot .align-middle {
  vertical-align: middle;
}

#embedPabot .font-mono {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

#embedPabot .\!text-\[10px\] {
  font-size: 10px !important;
}

#embedPabot .\!text-\[12px\] {
  font-size: 12px !important;
}

#embedPabot .\!text-\[14px\] {
  font-size: 14px !important;
}

#embedPabot .\!text-\[18px\] {
  font-size: 18px !important;
}

#embedPabot .\!text-\[8px\] {
  font-size: 8px !important;
}

#embedPabot .text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

#embedPabot .text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

#embedPabot .text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

#embedPabot .text-5xl {
  font-size: 3rem;
  line-height: 1;
}

#embedPabot .text-\[0\.5em\] {
  font-size: 0.5em;
}

#embedPabot .text-\[0\.8rem\] {
  font-size: 0.8rem;
}

#embedPabot .text-\[12px\] {
  font-size: 12px;
}

#embedPabot .text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

#embedPabot .text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

#embedPabot .text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

#embedPabot .text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

#embedPabot .text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

#embedPabot .\!font-bold {
  font-weight: 700 !important;
}

#embedPabot .font-bold {
  font-weight: 700;
}

#embedPabot .font-extrabold {
  font-weight: 800;
}

#embedPabot .font-light {
  font-weight: 300;
}

#embedPabot .font-medium {
  font-weight: 500;
}

#embedPabot .font-normal {
  font-weight: 400;
}

#embedPabot .font-semibold {
  font-weight: 600;
}

#embedPabot .italic {
  font-style: italic;
}

#embedPabot .\!leading-\[16px\] {
  line-height: 16px !important;
}

#embedPabot .\!leading-\[20px\] {
  line-height: 20px !important;
}

#embedPabot .\!leading-\[28px\] {
  line-height: 28px !important;
}

#embedPabot .leading-none {
  line-height: 1;
}

#embedPabot .leading-normal {
  line-height: 1.5;
}

#embedPabot .leading-relaxed {
  line-height: 1.625;
}

#embedPabot .leading-tight {
  line-height: 1.25;
}

#embedPabot .tracking-tight {
  letter-spacing: -0.025em;
}

#embedPabot .tracking-widest {
  letter-spacing: 0.1em;
}

#embedPabot .\!text-black {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0/var(--tw-text-opacity)) !important;
}

#embedPabot .\!text-charcoal-100 {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255/var(--tw-text-opacity)) !important;
}

#embedPabot .\!text-charcoal-300 {
  --tw-text-opacity: 1 !important;
  color: rgb(221 225 227/var(--tw-text-opacity)) !important;
}

#embedPabot .\!text-charcoal-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(148 162 168/var(--tw-text-opacity)) !important;
}

#embedPabot .\!text-charcoal-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(122 140 148/var(--tw-text-opacity)) !important;
}

#embedPabot .\!text-danger-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(219 31 44/var(--tw-text-opacity)) !important;
}

#embedPabot .\!text-green-600 {
  --tw-text-opacity: 1 !important;
  color: rgb(22 163 74/var(--tw-text-opacity)) !important;
}

#embedPabot .\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255/var(--tw-text-opacity)) !important;
}

#embedPabot .text-accent-foreground {
  color: hsl(var(--accent-foreground));
}

#embedPabot .text-amber-500 {
  --tw-text-opacity: 1;
  color: rgb(245 158 11/var(--tw-text-opacity));
}

#embedPabot .text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0/var(--tw-text-opacity));
}

#embedPabot .text-blue-500 {
  --tw-text-opacity: 1;
  color: rgb(59 130 246/var(--tw-text-opacity));
}

#embedPabot .text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235/var(--tw-text-opacity));
}

#embedPabot .text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216/var(--tw-text-opacity));
}

#embedPabot .text-card-foreground {
  color: hsl(var(--card-foreground));
}

#embedPabot .text-charcoal-100 {
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity));
}

#embedPabot .text-charcoal-300 {
  --tw-text-opacity: 1;
  color: rgb(221 225 227/var(--tw-text-opacity));
}

#embedPabot .text-charcoal-400 {
  --tw-text-opacity: 1;
  color: rgb(205 212 215/var(--tw-text-opacity));
}

#embedPabot .text-charcoal-500 {
  --tw-text-opacity: 1;
  color: rgb(148 162 168/var(--tw-text-opacity));
}

#embedPabot .text-charcoal-600 {
  --tw-text-opacity: 1;
  color: rgb(122 140 148/var(--tw-text-opacity));
}

#embedPabot .text-charcoal-800 {
  --tw-text-opacity: 1;
  color: rgb(54 65 70/var(--tw-text-opacity));
}

#embedPabot .text-current {
  color: currentColor;
}

#embedPabot .text-cyan-100 {
  --tw-text-opacity: 1;
  color: rgb(207 250 254/var(--tw-text-opacity));
}

#embedPabot .text-cyan-700 {
  --tw-text-opacity: 1;
  color: rgb(14 116 144/var(--tw-text-opacity));
}

#embedPabot .text-danger-500 {
  --tw-text-opacity: 1;
  color: rgb(255 46 43/var(--tw-text-opacity));
}

#embedPabot .text-destructive {
  color: hsl(var(--destructive));
}

#embedPabot .text-destructive-foreground {
  color: hsl(var(--destructive-foreground));
}

#embedPabot .text-foreground {
  color: hsl(var(--foreground));
}

#embedPabot .text-foreground\/50 {
  color: hsl(var(--foreground)/0.5);
}

#embedPabot .text-gray-100 {
  --tw-text-opacity: 1;
  color: rgb(243 244 246/var(--tw-text-opacity));
}

#embedPabot .text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235/var(--tw-text-opacity));
}

#embedPabot .text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219/var(--tw-text-opacity));
}

#embedPabot .text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175/var(--tw-text-opacity));
}

#embedPabot .text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128/var(--tw-text-opacity));
}

#embedPabot .text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99/var(--tw-text-opacity));
}

#embedPabot .text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81/var(--tw-text-opacity));
}

#embedPabot .text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39/var(--tw-text-opacity));
}

#embedPabot .text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94/var(--tw-text-opacity));
}

#embedPabot .text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74/var(--tw-text-opacity));
}

#embedPabot .text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61/var(--tw-text-opacity));
}

#embedPabot .text-inherit {
  color: inherit;
}

#embedPabot .text-muted-foreground {
  color: hsl(var(--muted-foreground));
}

#embedPabot .text-pink-600 {
  --tw-text-opacity: 1;
  color: rgb(219 39 119/var(--tw-text-opacity));
}

#embedPabot .text-popover-foreground {
  color: hsl(var(--popover-foreground));
}

#embedPabot .text-primary {
  color: hsl(var(--primary));
}

#embedPabot .text-primary-500 {
  --tw-text-opacity: 1;
  color: rgb(5 163 232/var(--tw-text-opacity));
}

#embedPabot .text-primary-700 {
  --tw-text-opacity: 1;
  color: rgb(2 95 167/var(--tw-text-opacity));
}

#embedPabot .text-primary-foreground {
  color: hsl(var(--primary-foreground));
}

#embedPabot .text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68/var(--tw-text-opacity));
}

#embedPabot .text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38/var(--tw-text-opacity));
}

#embedPabot .text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28/var(--tw-text-opacity));
}

#embedPabot .text-secondary-foreground {
  color: hsl(var(--secondary-foreground));
}

#embedPabot .text-success-500 {
  --tw-text-opacity: 1;
  color: rgb(56 153 27/var(--tw-text-opacity));
}

#embedPabot .text-warning-500 {
  --tw-text-opacity: 1;
  color: rgb(255 196 2/var(--tw-text-opacity));
}

#embedPabot .text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255/var(--tw-text-opacity));
}

#embedPabot .text-yellow-500 {
  --tw-text-opacity: 1;
  color: rgb(234 179 8/var(--tw-text-opacity));
}

#embedPabot .text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgb(202 138 4/var(--tw-text-opacity));
}

#embedPabot .underline {
  text-decoration-line: underline;
}

#embedPabot .line-through {
  text-decoration-line: line-through;
}

#embedPabot .no-underline {
  text-decoration-line: none;
}

#embedPabot .underline-offset-4 {
  text-underline-offset: 4px;
}

#embedPabot .placeholder-opacity-50::-moz-placeholder {
  --tw-placeholder-opacity: 0.5;
}

#embedPabot .placeholder-opacity-50::placeholder {
  --tw-placeholder-opacity: 0.5;
}

#embedPabot .\!opacity-0 {
  opacity: 0 !important;
}

#embedPabot .\!opacity-100 {
  opacity: 1 !important;
}

#embedPabot .opacity-0 {
  opacity: 0;
}

#embedPabot .opacity-100 {
  opacity: 1;
}

#embedPabot .opacity-50 {
  opacity: 0.5;
}

#embedPabot .opacity-60 {
  opacity: 0.6;
}

#embedPabot .opacity-70 {
  opacity: 0.7;
}

#embedPabot .opacity-75 {
  opacity: 0.75;
}

#embedPabot .opacity-90 {
  opacity: 0.9;
}

#embedPabot .\!shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25) !important;
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow) !important;
}

#embedPabot .\!shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow) !important;
}

#embedPabot .shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

#embedPabot .shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

#embedPabot .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 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

#embedPabot .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 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

#embedPabot .shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

#embedPabot .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 rgba(0, 0, 0, 0)), var(--tw-ring-shadow, 0 0 rgba(0, 0, 0, 0)), var(--tw-shadow);
}

#embedPabot .shadow-black {
  --tw-shadow-color: #000;
  --tw-shadow: var(--tw-shadow-colored);
}

#embedPabot .shadow-gray-300 {
  --tw-shadow-color: #d1d5db;
  --tw-shadow: var(--tw-shadow-colored);
}

#embedPabot .outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

#embedPabot .outline {
  outline-style: solid;
}

#embedPabot .outline-indigo-300 {
  outline-color: #a5b4fc;
}

#embedPabot .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 rgba(0, 0, 0, 0));
}

#embedPabot .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 rgba(0, 0, 0, 0));
}

#embedPabot .ring-ring {
  --tw-ring-color: hsl(var(--ring));
}

#embedPabot .ring-offset-background {
  --tw-ring-offset-color: hsl(var(--background));
}

#embedPabot .drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  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);
}

#embedPabot .drop-shadow-2xl {
  --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15));
  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);
}

#embedPabot .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);
}

#embedPabot .backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -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);
}

#embedPabot .\!transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

#embedPabot .\!transition-opacity {
  transition-property: opacity !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}

#embedPabot .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;
}

#embedPabot .transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

#embedPabot .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;
}

#embedPabot .transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

#embedPabot .transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

#embedPabot .delay-100 {
  transition-delay: 100ms;
}

#embedPabot .delay-300 {
  transition-delay: 300ms;
}

#embedPabot .\!duration-200 {
  transition-duration: 200ms !important;
}

#embedPabot .duration-100 {
  transition-duration: 100ms;
}

#embedPabot .duration-1000 {
  transition-duration: 1000ms;
}

#embedPabot .duration-200 {
  transition-duration: 200ms;
}

#embedPabot .duration-300 {
  transition-duration: 300ms;
}

#embedPabot .duration-500 {
  transition-duration: 500ms;
}

#embedPabot .duration-700 {
  transition-duration: 700ms;
}

#embedPabot .ease-in {
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

#embedPabot .ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

@keyframes enter {
  from {
    opacity: var(--tw-enter-opacity, 1);
    transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));
  }
}
@keyframes exit {
  to {
    opacity: var(--tw-exit-opacity, 1);
    transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
  }
}
#embedPabot .animate-in {
  animation-name: enter;
  animation-duration: 150ms;
  --tw-enter-opacity: initial;
  --tw-enter-scale: initial;
  --tw-enter-rotate: initial;
  --tw-enter-translate-x: initial;
  --tw-enter-translate-y: initial;
}

#embedPabot .fade-in-0 {
  --tw-enter-opacity: 0;
}

#embedPabot .fade-in-80 {
  --tw-enter-opacity: 0.8;
}

#embedPabot .zoom-in-95 {
  --tw-enter-scale: .95;
}

#embedPabot .\!duration-200 {
  animation-duration: 200ms !important;
}

#embedPabot .duration-100 {
  animation-duration: 100ms;
}

#embedPabot .duration-1000 {
  animation-duration: 1000ms;
}

#embedPabot .duration-200 {
  animation-duration: 200ms;
}

#embedPabot .duration-300 {
  animation-duration: 300ms;
}

#embedPabot .duration-500 {
  animation-duration: 500ms;
}

#embedPabot .duration-700 {
  animation-duration: 700ms;
}

#embedPabot .delay-100 {
  animation-delay: 100ms;
}

#embedPabot .delay-300 {
  animation-delay: 300ms;
}

#embedPabot .ease-in {
  animation-timing-function: cubic-bezier(0.4, 0, 1, 1);
}

#embedPabot .ease-in-out {
  animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

#embedPabot .running {
  animation-play-state: running;
}

#embedPabot .paused {
  animation-play-state: paused;
}/*# sourceMappingURL=tailwind.css.map */