@import url("https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200..900;1,200..900&display=swap");

@layer tailwind-base{
  *, ::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-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:  ;
  }

  ::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:  ;
  }

  /*
! tailwindcss v3.4.17 | 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)
*/

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

  ::before,
::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
*/

  html,
: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.
*/

  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.
*/

  hr {
    height: 0;
    /* 1 */
    color: inherit;
    /* 2 */
    border-top-width: 1px;
    /* 3 */
  }

  /*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

  abbr:where([title]) {
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted;
  }

  /*
Remove the default font size and weight for headings.
*/

  h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: inherit;
  }

  /*
Reset links to optimize for opt-in styling instead of opt-out.
*/

  a {
    color: inherit;
    text-decoration: inherit;
  }

  /*
Add the correct font weight in Edge and Safari.
*/

  b,
strong {
    font-weight: bolder;
  }

  /*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

  code,
kbd,
samp,
pre {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
    /* 1 */
    font-feature-settings: normal;
    /* 2 */
    font-variation-settings: normal;
    /* 3 */
    font-size: 1em;
    /* 4 */
  }

  /*
Add the correct font size in all browsers.
*/

  small {
    font-size: 80%;
  }

  /*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

  sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }

  sub {
    bottom: -0.25em;
  }

  sup {
    top: -0.5em;
  }

  /*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

  table {
    text-indent: 0;
    /* 1 */
    border-color: inherit;
    /* 2 */
    border-collapse: collapse;
    /* 3 */
  }

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

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

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

  button,
select {
    text-transform: none;
  }

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

  button,
input:where([type='button']),
input:where([type='reset']),
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.
*/

  :-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)
*/

  :-moz-ui-invalid {
    box-shadow: none;
  }

  /*
Add the correct vertical alignment in Chrome and Firefox.
*/

  progress {
    vertical-align: baseline;
  }

  /*
Correct the cursor style of increment and decrement buttons in Safari.
*/

  ::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
    height: auto;
  }

  /*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

  [type='search'] {
    -webkit-appearance: textfield;
    /* 1 */
    outline-offset: -2px;
    /* 2 */
  }

  /*
Remove the inner padding in Chrome and Safari on macOS.
*/

  ::-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.
*/

  ::-webkit-file-upload-button {
    -webkit-appearance: button;
    /* 1 */
    font: inherit;
    /* 2 */
  }

  /*
Add the correct display in Chrome and Safari.
*/

  summary {
    display: list-item;
  }

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

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

  fieldset {
    margin: 0;
    padding: 0;
  }

  legend {
    padding: 0;
  }

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

  /*
Reset default styling for dialogs.
*/

  dialog {
    padding: 0;
  }

  /*
Prevent resizing textareas horizontally by default.
*/

  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.
*/

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

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

  /*
Set the default cursor for buttons.
*/

  button,
[role="button"] {
    cursor: pointer;
  }

  /*
Make sure disabled buttons don't get the pointer cursor.
*/

  :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.
*/

  img,
svg,
video,
canvas,
audio,
iframe,
embed,
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)
*/

  img,
video {
    max-width: 100%;
    height: auto;
  }

  /* Make elements with the HTML hidden attribute stay hidden by default */

  [hidden]:where(:not([hidden="until-found"])) {
    display: none;
  }

  img,
  video {
    height: inherit;
  }

  img[height],
  video[height] {
    height: revert-layer !important;
  }
}

.\!te-pointer-events-none{
  pointer-events: none !important;
}

.te-pointer-events-none{
  pointer-events: none;
}

.te-invisible{
  visibility: hidden;
}

.te-fixed{
  position: fixed;
}

.te-absolute{
  position: absolute;
}

.te-relative{
  position: relative;
}

.te-sticky{
  position: sticky;
}

.te-bottom-0{
  bottom: 0px;
}

.te-left-0{
  left: 0px;
}

.te-right-0{
  right: 0px;
}

.te-top-0{
  top: 0px;
}

.te-top-\[51px\]{
  top: 51px;
}

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

.te-z-0{
  z-index: 0;
}

.te-z-10{
  z-index: 10;
}

.\!te-m-0{
  margin: 0px !important;
}

.\!te-m-auto{
  margin: auto !important;
}

.te-m-0{
  margin: 0px;
}

.te-mx-\[32px\]{
  margin-left: 32px;
  margin-right: 32px;
}

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

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

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

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

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

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

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

.te-mt-0{
  margin-top: 0px;
}

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

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

.te-box-content{
  box-sizing: content-box;
}

.te-inline-block{
  display: inline-block;
}

.te-flex{
  display: flex;
}

.te-grid{
  display: grid;
}

.te-hidden{
  display: none;
}

.\!te-h-\[51px\]{
  height: 51px !important;
}

.\!te-h-auto{
  height: auto !important;
}

.te-h-\[14px\]{
  height: 14px;
}

.te-h-\[40px\]{
  height: 40px;
}

.te-h-\[50px\]{
  height: 50px;
}

.te-h-\[calc\(100vh-51px\)\]{
  height: calc(100vh - 51px);
}

.te-h-auto{
  height: auto;
}

.te-h-full{
  height: 100%;
}

.te-h-icon-lg{
  height: 48px;
}

.te-h-icon-md{
  height: 32px;
}

.te-h-icon-sm{
  height: 24px;
}

.te-h-icon-xl{
  height: 72px;
}

.te-h-screen{
  height: 100vh;
}

.te-max-h-\[40px\]{
  max-height: 40px;
}

.\!te-min-h-\[40px\]{
  min-height: 40px !important;
}

.te-min-h-0{
  min-height: 0px;
}

.te-min-h-\[150px\]{
  min-height: 150px;
}

.te-min-h-\[48px\]{
  min-height: 48px;
}

.te-min-h-icon-sm{
  min-height: 24px;
}

.te-min-h-screen{
  min-height: 100vh;
}

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

.te-w-\[112px\]{
  width: 112px;
}

.te-w-\[14px\]{
  width: 14px;
}

.te-w-\[32px\]{
  width: 32px;
}

.te-w-auto{
  width: auto;
}

.te-w-fit{
  width: -moz-fit-content;
  width: fit-content;
}

.te-w-full{
  width: 100%;
}

.te-w-screen{
  width: 100vw;
}

.te-min-w-0{
  min-width: 0px;
}

.te-min-w-\[48px\]{
  min-width: 48px;
}

.te-max-w-\[400px\]{
  max-width: 400px;
}

.te-max-w-full{
  max-width: 100%;
}

.te-flex-1{
  flex: 1 1 0%;
}

.te-flex-auto{
  flex: 1 1 auto;
}

.te-shrink{
  flex-shrink: 1;
}

.te-shrink-0{
  flex-shrink: 0;
}

.te-flex-grow{
  flex-grow: 1;
}

.te-grow{
  flex-grow: 1;
}

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

.te-translate-x-5{
  --tw-translate-x: 1.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));
}

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

.\!te-cursor-not-allowed{
  cursor: not-allowed !important;
}

.te-cursor-default{
  cursor: default;
}

.te-cursor-pointer{
  cursor: pointer;
}

.te-resize-y{
  resize: vertical;
}

.te-list-outside{
  list-style-position: outside;
}

.\!te-list-none{
  list-style-type: none !important;
}

.te-list-\[lower-alpha\]{
  list-style-type: lower-alpha;
}

.te-list-\[lower-roman\]{
  list-style-type: lower-roman;
}

.te-list-\[upper-alpha\]{
  list-style-type: upper-alpha;
}

.te-list-\[upper-roman\]{
  list-style-type: upper-roman;
}

.te-list-decimal{
  list-style-type: decimal;
}

.te-list-disc{
  list-style-type: disc;
}

.te-list-none{
  list-style-type: none;
}

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

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

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

.te-flex-row{
  flex-direction: row;
}

.te-flex-col{
  flex-direction: column;
}

.te-flex-wrap{
  flex-wrap: wrap;
}

.te-items-start{
  align-items: flex-start;
}

.te-items-end{
  align-items: flex-end;
}

.te-items-center{
  align-items: center;
}

.te-justify-center{
  justify-content: center;
}

.te-justify-between{
  justify-content: space-between;
}

.te-justify-items-start{
  justify-items: start;
}

.te-gap-1{
  gap: 0.25rem;
}

.te-gap-2{
  gap: 0.5rem;
}

.te-gap-3{
  gap: 0.75rem;
}

.te-gap-4{
  gap: 1rem;
}

.te-gap-6{
  gap: 1.5rem;
}

.te-gap-x-10{
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

.te-gap-x-2{
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.te-gap-x-3{
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

.te-gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}

.te-gap-x-6{
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.te-gap-y-2{
  row-gap: 0.5rem;
}

.te-gap-y-3{
  row-gap: 0.75rem;
}

.te-gap-y-4{
  row-gap: 1rem;
}

.te-gap-y-6{
  row-gap: 1.5rem;
}

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

.te-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 * calc(1 - var(--tw-space-x-reverse)));
}

.te-overflow-auto{
  overflow: auto;
}

.te-overflow-hidden{
  overflow: hidden;
}

.te-overflow-x-auto{
  overflow-x: auto;
}

.te-overflow-y-auto{
  overflow-y: auto;
}

.te-overflow-y-hidden{
  overflow-y: hidden;
}

.te-overflow-ellipsis{
  text-overflow: ellipsis;
}

.te-text-ellipsis{
  text-overflow: ellipsis;
}

.te-whitespace-nowrap{
  white-space: nowrap;
}

.te-rounded-lg{
  border-radius: 0.5rem;
}

.te-rounded-md{
  border-radius: 0.375rem;
}

.te-rounded-l-none{
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}

.te-rounded-r-none{
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}

.\!te-border-0{
  border-width: 0px !important;
}

.te-border-0{
  border-width: 0px;
}

.te-border-\[1px\]{
  border-width: 1px;
}

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

.te-border-b-\[1px\]{
  border-bottom-width: 1px;
}

.te-border-r-\[1px\]{
  border-right-width: 1px;
}

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

.te-border-solid{
  border-style: solid;
}

.te-border-disabled{
  border-color: rgba(0, 0, 0, 0.06);
}

.te-border-te-colorBorder{
  border-color: rgba(0,0,0, 0.45);
}

.te-border-te-colorBorderSecondary{
  border-color: rgba(0,0,0, 0.06);
}

.te-border-te-colorPrimary{
  --tw-border-opacity: 1;
  border-color: rgb(0 130 76 / var(--tw-border-opacity, 1));
}

.\!te-bg-te-colorBgBase{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1)) !important;
}

.te-bg-grey{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}

.te-bg-main{
  background-color: var(--ant-borderMain);
}

.te-bg-main-background-color{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.te-bg-te-colorBgBase{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.te-bg-te-colorFillSecondary{
  background-color: rgba(0,0,0, 0.08);
}

.te-bg-te-colorPrimaryBg{
  --tw-bg-opacity: 1;
  background-color: rgb(225 255 242 / var(--tw-bg-opacity, 1));
}

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

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

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

.te-from-transparent{
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.te-bg-contain{
  background-size: contain;
}

.\!te-p-0{
  padding: 0px !important;
}

.te-p-0{
  padding: 0px;
}

.te-p-1{
  padding: 0.25rem;
}

.te-p-2{
  padding: 0.5rem;
}

.te-p-4{
  padding: 1rem;
}

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

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

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

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

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

.te-px-\[21px\]{
  padding-left: 21px;
  padding-right: 21px;
}

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

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

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

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

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

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

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

.te-pl-3{
  padding-left: 0.75rem;
}

.te-pr-0{
  padding-right: 0px;
}

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

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

.te-pt-2{
  padding-top: 0.5rem;
}

.te-pt-3{
  padding-top: 0.75rem;
}

.te-pt-6{
  padding-top: 1.5rem;
}

.te-pt-8{
  padding-top: 2rem;
}

.te-text-center{
  text-align: center;
}

.te-align-middle{
  vertical-align: middle;
}

.te-text-base{
  font-size: 16px;
  line-height: 24px;
}

.te-text-lg{
  font-size: 20px;
  line-height: 28px;
}

.te-text-sm{
  font-size: 14px;
  line-height: 20px;
}

.te-text-xl{
  font-size: 24px;
  line-height: 32px;
}

.te-text-xs{
  font-size: 12px;
  line-height: 20px;
}

.te-font-semibold{
  font-weight: 600;
}

.te-italic{
  font-style: italic;
}

.te-leading-\[0px\]{
  line-height: 0px;
}

.te-leading-\[revert\]{
  line-height: revert;
}

.te-text-base{
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity, 1));
}

.te-text-te-colorLink{
  --tw-text-opacity: 1;
  color: rgb(0 130 76 / var(--tw-text-opacity, 1));
}

.te-text-te-colorPrimary{
  --tw-text-opacity: 1;
  color: rgb(0 130 76 / var(--tw-text-opacity, 1));
}

.te-underline{
  text-decoration-line: underline;
}

.te-line-through{
  text-decoration-line: line-through;
}

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

.te-opacity-0{
  opacity: 0;
}

.te-opacity-100{
  opacity: 1;
}

.te-opacity-50{
  opacity: 0.5;
}

.te-opacity-60{
  opacity: 0.6;
}

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

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

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

.te-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;
}

.te-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;
}

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

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

.te-duration-100{
  transition-duration: 100ms;
}

.te-duration-300{
  transition-duration: 300ms;
}

.\[appearance\:textfield\]{
  -webkit-appearance: textfield;
     -moz-appearance: textfield;
          appearance: textfield;
}

.\[text-decoration\:underline_line-through\]{
  text-decoration: underline line-through;
}

body {
  font-family: "Source Sans 3", sans-serif;
}

/* Makes sure svg's are rendered as neatly as possible */

svg {
  circle,
  ellipse,
  line,
  path,
  polygon,
  polyline,
  rect {
    shape-rendering: geometricPrecision;
  }
}

.before\:te-hidden::before{
  content: var(--tw-content);
  display: none;
}

.after\:te-hidden::after{
  content: var(--tw-content);
  display: none;
}

.hover\:te-cursor-pointer:hover{
  cursor: pointer;
}

.hover\:te-bg-te-controlItemBgActiveHover:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(157 255 221 / var(--tw-bg-opacity, 1));
}

.hover\:te-text-te-colorLinkHover:hover{
  --tw-text-opacity: 1;
  color: rgb(6 169 95 / var(--tw-text-opacity, 1));
}

.active\:te-bg-te-controlItemBgActive:active{
  --tw-bg-opacity: 1;
  background-color: rgb(225 255 242 / var(--tw-bg-opacity, 1));
}

.active\:te-text-te-colorLinkActive:active{
  --tw-text-opacity: 1;
  color: rgb(0 92 57 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px){
  .sm\:te-block{
    display: block;
  }

  .sm\:te-flex{
    display: flex;
  }

  .sm\:te-hidden{
    display: none;
  }

  .sm\:te-min-w-fit{
    min-width: -moz-fit-content;
    min-width: fit-content;
  }

  .sm\:te-gap-2{
    gap: 0.5rem;
  }

  .sm\:te-gap-4{
    gap: 1rem;
  }

  .sm\:te-p-1{
    padding: 0.25rem;
  }

  .sm\:te-px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .sm\:te-py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .sm\:te-pl-2{
    padding-left: 0.5rem;
  }

  .sm\:te-pr-2{
    padding-right: 0.5rem;
  }
}

@import"https://fonts.googleapis.com/css2?family=Source+Sans+3:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap"
