/*
! tailwindcss v3.4.1 | 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 */
  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,
[type='button'],
[type='reset'],
[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:-ms-input-placeholder, textarea:-ms-input-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] {
  display: none;
}*, ::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:  ;
}::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:  ;
}body {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(68 68 68 / var(--tw-text-opacity));
}h1 {
  margin-bottom: 1rem;
  font-weight: 800;

  font-size: 60px;
  line-height: 75px;
}h1,
h2,
h3 {
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}.article {
  line-height: 2rem;
}.terms .article h1 {
  font-size: 1.875rem;
  line-height: 2.25rem;
}@media (min-width: 768px) {.terms .article h1 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}.article h2 {
  margin-top: 1.5rem;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
}.article h3 {
  margin-bottom: 1rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
}.article h4 {
  margin-bottom: 1rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
}.article h5 {
  margin-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
}.article img {
  display: block;
  width: 100%;
}.article > p {
  margin-top: 2rem;
}.article > p:first-child {
  margin-top: 0px;
}.article h1 + p,
.article h2 + p,
.article h3 + p,
.article h4 + p,
.article h5 + p {
  margin-top: 0px;
}.article p + p,
.article p + ul,
.article p + ol {
  margin-top: 1rem;
}.article p + h1,
.article p + h2,
.article p + h3,
.article p + h4,
.article p + h5 {
  margin-top: 2rem;
}.article > :last-child {
  margin-bottom: 0px;
}.article a {
  --tw-text-opacity: 1;
  color: rgb(0 93 99 / var(--tw-text-opacity));
  text-decoration-line: underline;
}.article a:hover {
  --tw-text-opacity: 1;
  color: rgb(97 168 171 / var(--tw-text-opacity));
}.article ol {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  list-style-type: decimal;
  padding-left: 2.5rem;
}.article ol li {
  margin-bottom: 0.5rem;
}.article ul {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  list-style-type: disc;
  padding-left: 2.5rem;
}.article ul li {
  margin-bottom: 0.5rem;
}table {
  margin-top: 2rem;
  margin-bottom: 2rem;
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.25rem;
}th {
  --tw-bg-opacity: 1;
  background-color: rgb(46 33 89 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-align: left;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}th:first-child,
td:first-child {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}@media (min-width: 768px) {th:first-child,
td:first-child {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
  }
}th:last-child,
td:last-child {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}table tr:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity));
}td {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
}.default-form input[type="text"],
.default-form input[type="number"] {
  display: block;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(153 153 153 / var(--tw-border-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}input.no-border {
  border-width: 0px;
}input[disabled] {
  cursor: not-allowed;
  opacity: 0.5;
}textarea {
  display: block;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(153 153 153 / var(--tw-border-opacity));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}button[type="submit"] {
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(46 33 89 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}button[type="submit"]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(72 61 127 / var(--tw-bg-opacity));
}.large-button {
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(46 33 89 / var(--tw-bg-opacity));
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.large-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(72 61 127 / var(--tw-bg-opacity));
}.primary-button {
  cursor: pointer;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(46 33 89 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.primary-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(72 61 127 / var(--tw-bg-opacity));
}.secondary-button {
  cursor: pointer;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(16 166 105 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.secondary-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(38 191 125 / var(--tw-bg-opacity));
}.delete-button {
  cursor: pointer;
  border-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(224 49 43 / var(--tw-bg-opacity));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.delete-button:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 85 80 / var(--tw-bg-opacity));
}.gauge .dial {
  stroke: #ddd;
  stroke-width: 4;
  stroke-linecap: round;
}.gauge .handle {
  stroke-width: 1.5px;
}.gauge .value {
  stroke-width: 4;
  stroke-linecap: round;
}.gauge .error-bar {
  display: none;
  stroke-linecap: round;
  stroke-width: 2;
  stroke-dasharray: 0.2, 3;
}.mini-gauge .error-bar {
  stroke-width: 3;
  stroke-dasharray: 0.3, 5;
}.gauge-panel:hover .error-bar {
  display: block;
}.mini-gauge .dial {
  stroke-width: 8;
  stroke-linecap: round;
}.mini-gauge .value {
  stroke-width: 8;
  stroke-linecap: round;
}.mini-gauge .handle {
  stroke-width: 3px;
}.gauge text {
  fill: #222;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 800;
}.mini-gauge text {
  fill: #222;
  font-size: 2.25rem;
  line-height: 2.5rem;
  font-weight: 800;
}.pager .current {
  --tw-border-opacity: 1;
  border-color: rgb(0 93 99 / var(--tw-border-opacity));
}.pager .current a {
  --tw-text-opacity: 1;
  color: rgb(0 93 99 / var(--tw-text-opacity));
}.pager .current + li {
  --tw-border-opacity: 1;
  border-left-color: rgb(0 93 99 / var(--tw-border-opacity));
}.toggle {
  position: relative;
  height: 2rem;
}.toggle input[type="checkbox"] {
  height: 0;
  width: 0;
  visibility: hidden;
}.toggle label {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  height: 2rem;
  width: 4rem;
  cursor: pointer;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(221 221 221 / var(--tw-bg-opacity));
  text-indent: -9999px;
}.toggle label:after {
  position: absolute;
  top: 0.25rem;
  left: 0.25rem;
  height: 1.5rem;
  width: 1.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  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;
  content: "";
}.toggle input:checked + label {
  --tw-bg-opacity: 1;
  background-color: rgb(16 166 105 / var(--tw-bg-opacity));
}.toggle input:checked + label:after {
  left: calc(100% - 5px);
  transform: translateX(-100%);
}/*********** Baseline, reset styles ***********/input[type="range"] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: transparent;
  cursor: pointer;
}/* Removes default focus */input[type="range"]:focus {
  outline: none;
}/******** Chrome, Safari, Opera and Edge Chromium styles ********//* slider track */input[type="range"]::-webkit-slider-runnable-track {
  background-color: #dddddd;
  border-radius: 1rem;
  height: 1rem;
}/* slider thumb */input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none; /* Override default look */
  appearance: none;
  margin-top: -8px; /* Centers thumb on the track */
  background-color: #61a8ab;
  border-radius: 1.5rem;
  border: solid 4px white;
  height: 2rem;
  width: 2rem;
}input[type="range"]:focus::-webkit-slider-thumb {
  outline: 3px solid #61a8ab;
  outline-offset: 0.125rem;
}/*********** Firefox styles ***********//* slider track */input[type="range"]::-moz-range-track {
  background-color: #dddddd;
  border-radius: 1rem;
  height: 1rem;
}/* slider thumb */input[type="range"]::-moz-range-thumb {
  background-color: #61a8ab;
  border: none; /*Removes extra border that FF applies*/
  border-radius: 1.5rem;
  border: solid 4px white;
  height: 2rem;
  width: 2rem;
}input[type="range"]:focus::-moz-range-thumb {
  outline: 3px solid #61a8ab;
  outline-offset: 0.125rem;
}#download input::-moz-placeholder {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: 0.7;
}#download input:-ms-input-placeholder {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: 0.7;
}#download input::placeholder {
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  opacity: 0.7;
}.fixed {
  position: fixed;
}.absolute {
  position: absolute;
}.relative {
  position: relative;
}.sticky {
  position: sticky;
}.inset-0 {
  inset: 0px;
}.bottom-\[8\%\] {
  bottom: 8%;
}.left-0 {
  left: 0px;
}.left-\[-5000px\] {
  left: -5000px;
}.top-0 {
  top: 0px;
}.z-10 {
  z-index: 10;
}.z-50 {
  z-index: 50;
}.m-0 {
  margin: 0px;
}.m-4 {
  margin: 1rem;
}.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}.mx-auto {
  margin-left: auto;
  margin-right: auto;
}.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}.my-24 {
  margin-top: 6rem;
  margin-bottom: 6rem;
}.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}.-mb-\[20em\] {
  margin-bottom: -20em;
}.-mb-\[2px\] {
  margin-bottom: -2px;
}.-mr-4 {
  margin-right: -1rem;
}.-mt-1 {
  margin-top: -0.25rem;
}.-mt-24 {
  margin-top: -6rem;
}.-mt-32 {
  margin-top: -8rem;
}.mb-12 {
  margin-bottom: 3rem;
}.mb-16 {
  margin-bottom: 4rem;
}.mb-24 {
  margin-bottom: 6rem;
}.mb-32 {
  margin-bottom: 8rem;
}.mb-4 {
  margin-bottom: 1rem;
}.mb-6 {
  margin-bottom: 1.5rem;
}.mb-8 {
  margin-bottom: 2rem;
}.ml-2 {
  margin-left: 0.5rem;
}.ml-8 {
  margin-left: 2rem;
}.ml-auto {
  margin-left: auto;
}.mr-2 {
  margin-right: 0.5rem;
}.mr-4 {
  margin-right: 1rem;
}.mr-8 {
  margin-right: 2rem;
}.mt-0 {
  margin-top: 0px;
}.mt-12 {
  margin-top: 3rem;
}.mt-16 {
  margin-top: 4rem;
}.mt-2 {
  margin-top: 0.5rem;
}.mt-4 {
  margin-top: 1rem;
}.mt-6 {
  margin-top: 1.5rem;
}.mt-8 {
  margin-top: 2rem;
}.mt-\[-8rem\] {
  margin-top: -8rem;
}.mt-auto {
  margin-top: auto;
}.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}.block {
  display: block;
}.flex {
  display: flex;
}.inline-flex {
  display: inline-flex;
}.table {
  display: table;
}.grid {
  display: grid;
}.hidden {
  display: none;
}.aspect-square {
  aspect-ratio: 1 / 1;
}.aspect-video {
  aspect-ratio: 16 / 9;
}.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}.h-10 {
  height: 2.5rem;
}.h-16 {
  height: 4rem;
}.h-20 {
  height: 5rem;
}.h-24 {
  height: 6rem;
}.h-32 {
  height: 8rem;
}.h-36 {
  height: 9rem;
}.h-4 {
  height: 1rem;
}.h-48 {
  height: 12rem;
}.h-5 {
  height: 1.25rem;
}.h-6 {
  height: 1.5rem;
}.h-7 {
  height: 1.75rem;
}.h-8 {
  height: 2rem;
}.h-96 {
  height: 24rem;
}.h-\[32em\] {
  height: 32em;
}.h-\[34em\] {
  height: 34em;
}.h-\[4\.5rem\] {
  height: 4.5rem;
}.h-full {
  height: 100%;
}.min-h-screen {
  min-height: 100vh;
}.w-1\/2 {
  width: 50%;
}.w-1\/3 {
  width: 33.333333%;
}.w-10 {
  width: 2.5rem;
}.w-24 {
  width: 6rem;
}.w-32 {
  width: 8rem;
}.w-36 {
  width: 9rem;
}.w-48 {
  width: 12rem;
}.w-5 {
  width: 1.25rem;
}.w-6 {
  width: 1.5rem;
}.w-64 {
  width: 16rem;
}.w-7 {
  width: 1.75rem;
}.w-8 {
  width: 2rem;
}.w-96 {
  width: 24rem;
}.w-\[400px\] {
  width: 400px;
}.w-full {
  width: 100%;
}.max-w-3xl {
  max-width: 48rem;
}.max-w-4xl {
  max-width: 56rem;
}.max-w-60 {
  max-width: 15rem;
}.max-w-7xl {
  max-width: 80rem;
}.max-w-96 {
  max-width: 24rem;
}.max-w-\[250px\] {
  max-width: 250px;
}.max-w-\[35em\] {
  max-width: 35em;
}.max-w-\[400px\] {
  max-width: 400px;
}.max-w-\[6em\] {
  max-width: 6em;
}.max-w-sm {
  max-width: 24rem;
}.flex-1 {
  flex: 1 1 0%;
}.flex-none {
  flex: none;
}@keyframes slideDown {0% {
    transform: translateY(-100%);
  }100% {
    transform: translateY(0);
  }
}.animate-slideDown {
  animation: slideDown 0.5s ease-in;
}.cursor-not-allowed {
  cursor: not-allowed;
}.cursor-pointer {
  cursor: pointer;
}.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}.flex-col {
  flex-direction: column;
}.items-end {
  align-items: flex-end;
}.items-center {
  align-items: center;
}.justify-center {
  justify-content: center;
}.justify-between {
  justify-content: space-between;
}.gap-1 {
  gap: 0.25rem;
}.gap-10 {
  gap: 2.5rem;
}.gap-12 {
  gap: 3rem;
}.gap-16 {
  gap: 4rem;
}.gap-2 {
  gap: 0.5rem;
}.gap-4 {
  gap: 1rem;
}.gap-6 {
  gap: 1.5rem;
}.gap-8 {
  gap: 2rem;
}.gap-y-4 {
  row-gap: 1rem;
}.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}.overflow-auto {
  overflow: auto;
}.overflow-hidden {
  overflow: hidden;
}.overflow-ellipsis {
  text-overflow: ellipsis;
}.whitespace-nowrap {
  white-space: nowrap;
}.whitespace-pre-wrap {
  white-space: pre-wrap;
}.break-all {
  word-break: break-all;
}.rounded-3xl {
  border-radius: 1.5rem;
}.rounded-full {
  border-radius: 9999px;
}.rounded-lg {
  border-radius: 0.5rem;
}.rounded-md {
  border-radius: 0.375rem;
}.rounded-panel {
  border-radius: 40px;
}.rounded-xl {
  border-radius: 0.75rem;
}.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}.rounded-l-lg {
  border-top-left-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}.rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}.border {
  border-width: 1px;
}.border-2 {
  border-width: 2px;
}.border-b {
  border-bottom-width: 1px;
}.border-b-2 {
  border-bottom-width: 2px;
}.border-l {
  border-left-width: 1px;
}.border-t {
  border-top-width: 1px;
}.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}.border-grey-300 {
  --tw-border-opacity: 1;
  border-color: rgb(68 68 68 / var(--tw-border-opacity));
}.border-grey-500 {
  --tw-border-opacity: 1;
  border-color: rgb(153 153 153 / var(--tw-border-opacity));
}.border-grey-700 {
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity));
}.border-orange {
  --tw-border-opacity: 1;
  border-color: rgb(252 200 43 / var(--tw-border-opacity));
}.border-purple {
  --tw-border-opacity: 1;
  border-color: rgb(46 33 89 / var(--tw-border-opacity));
}.border-teal-dark {
  --tw-border-opacity: 1;
  border-color: rgb(0 93 99 / var(--tw-border-opacity));
}.border-transparent {
  border-color: transparent;
}.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}.border-opacity-10 {
  --tw-border-opacity: 0.1;
}.border-opacity-50 {
  --tw-border-opacity: 0.5;
}.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}.bg-green {
  --tw-bg-opacity: 1;
  background-color: rgb(16 166 105 / var(--tw-bg-opacity));
}.bg-grey-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 34 34 / var(--tw-bg-opacity));
}.bg-light {
  --tw-bg-opacity: 1;
  background-color: rgb(243 243 243 / var(--tw-bg-opacity));
}.bg-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(252 200 43 / var(--tw-bg-opacity));
}.bg-orange-light {
  --tw-bg-opacity: 1;
  background-color: rgb(255 249 233 / var(--tw-bg-opacity));
}.bg-purple {
  --tw-bg-opacity: 1;
  background-color: rgb(46 33 89 / var(--tw-bg-opacity));
}.bg-purple-light {
  --tw-bg-opacity: 1;
  background-color: rgb(192 188 205 / var(--tw-bg-opacity));
}.bg-red {
  --tw-bg-opacity: 1;
  background-color: rgb(224 49 43 / var(--tw-bg-opacity));
}.bg-red-light {
  --tw-bg-opacity: 1;
  background-color: rgb(229 85 80 / var(--tw-bg-opacity));
}.bg-teal-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(0 93 99 / var(--tw-bg-opacity));
}.bg-teal-light {
  --tw-bg-opacity: 1;
  background-color: rgb(235 252 247 / var(--tw-bg-opacity));
}.bg-teal-medium {
  --tw-bg-opacity: 1;
  background-color: rgb(97 168 171 / var(--tw-bg-opacity));
}.bg-teal-regular {
  --tw-bg-opacity: 1;
  background-color: rgb(153 217 217 / var(--tw-bg-opacity));
}.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}.bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}.bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}.bg-none {
  background-image: none;
}.bg-cover {
  background-size: cover;
}.bg-no-repeat {
  background-repeat: no-repeat;
}.fill-grey-700 {
  fill: #ddd;
}.p-0 {
  padding: 0px;
}.p-2 {
  padding: 0.5rem;
}.p-4 {
  padding: 1rem;
}.p-6 {
  padding: 1.5rem;
}.p-8 {
  padding: 2rem;
}.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}.px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}.pb-12 {
  padding-bottom: 3rem;
}.pb-16 {
  padding-bottom: 4rem;
}.pb-20 {
  padding-bottom: 5rem;
}.pb-24 {
  padding-bottom: 6rem;
}.pb-32 {
  padding-bottom: 8rem;
}.pb-4 {
  padding-bottom: 1rem;
}.pb-48 {
  padding-bottom: 12rem;
}.pb-8 {
  padding-bottom: 2rem;
}.pl-6 {
  padding-left: 1.5rem;
}.pl-8 {
  padding-left: 2rem;
}.pr-6 {
  padding-right: 1.5rem;
}.pt-12 {
  padding-top: 3rem;
}.pt-16 {
  padding-top: 4rem;
}.pt-2 {
  padding-top: 0.5rem;
}.pt-24 {
  padding-top: 6rem;
}.pt-4 {
  padding-top: 1rem;
}.pt-6 {
  padding-top: 1.5rem;
}.pt-8 {
  padding-top: 2rem;
}.pt-\[16em\] {
  padding-top: 16em;
}.text-center {
  text-align: center;
}.text-right {
  text-align: right;
}.align-top {
  vertical-align: top;
}.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}.text-5xl {
  font-size: 48px;
  line-height: 1.25;
}.text-\[2rem\] {
  font-size: 2rem;
}.text-\[6rem\] {
  font-size: 6rem;
}.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}.font-bold {
  font-weight: 700;
}.font-extrabold {
  font-weight: 800;
}.font-light {
  font-weight: 300;
}.font-medium {
  font-weight: 500;
}.font-normal {
  font-weight: 400;
}.font-semibold {
  font-weight: 600;
}.uppercase {
  text-transform: uppercase;
}.capitalize {
  text-transform: capitalize;
}.leading-8 {
  line-height: 2rem;
}.leading-none {
  line-height: 1;
}.tracking-wider {
  letter-spacing: 0.05em;
}.tracking-widest {
  letter-spacing: 0.1em;
}.text-green {
  --tw-text-opacity: 1;
  color: rgb(16 166 105 / var(--tw-text-opacity));
}.text-grey-100 {
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}.text-grey-300 {
  --tw-text-opacity: 1;
  color: rgb(68 68 68 / var(--tw-text-opacity));
}.text-grey-500 {
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity));
}.text-orange {
  --tw-text-opacity: 1;
  color: rgb(252 200 43 / var(--tw-text-opacity));
}.text-purple {
  --tw-text-opacity: 1;
  color: rgb(46 33 89 / var(--tw-text-opacity));
}.text-red {
  --tw-text-opacity: 1;
  color: rgb(224 49 43 / var(--tw-text-opacity));
}.text-teal-dark {
  --tw-text-opacity: 1;
  color: rgb(0 93 99 / var(--tw-text-opacity));
}.text-teal-light {
  --tw-text-opacity: 1;
  color: rgb(235 252 247 / var(--tw-text-opacity));
}.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}.no-underline {
  text-decoration-line: none;
}.accent-teal-medium {
  accent-color: #61A8AB;
}.opacity-50 {
  opacity: 0.5;
}.opacity-80 {
  opacity: 0.8;
}.shadow-panel {
  --tw-shadow: -12px 10px 39px 0px rgba(0,36,38,0.58);;
  --tw-shadow-colored: -12px 10px 39px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}.drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px 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);
}.hover\:bg-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}.hover\:bg-green-highlight:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(38 191 125 / var(--tw-bg-opacity));
}.hover\:bg-purple-highlight:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(72 61 127 / var(--tw-bg-opacity));
}.hover\:bg-red:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(224 49 43 / var(--tw-bg-opacity));
}.hover\:bg-teal-light:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(235 252 247 / var(--tw-bg-opacity));
}.hover\:bg-opacity-10:hover {
  --tw-bg-opacity: 0.1;
}.hover\:bg-opacity-80:hover {
  --tw-bg-opacity: 0.8;
}.hover\:text-green:hover {
  --tw-text-opacity: 1;
  color: rgb(16 166 105 / var(--tw-text-opacity));
}.hover\:text-grey-100:hover {
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity));
}.hover\:text-purple:hover {
  --tw-text-opacity: 1;
  color: rgb(46 33 89 / var(--tw-text-opacity));
}.hover\:text-teal-medium:hover {
  --tw-text-opacity: 1;
  color: rgb(97 168 171 / var(--tw-text-opacity));
}.hover\:text-teal-regular:hover {
  --tw-text-opacity: 1;
  color: rgb(153 217 217 / var(--tw-text-opacity));
}.hover\:underline:hover {
  text-decoration-line: underline;
}.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}@media (min-width: 480px) {.xs\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }.xs\:-mt-2 {
    margin-top: -0.5rem;
  }.xs\:-mt-4 {
    margin-top: -1rem;
  }.xs\:mb-0 {
    margin-bottom: 0px;
  }.xs\:block {
    display: block;
  }.xs\:flex {
    display: flex;
  }.xs\:hidden {
    display: none;
  }.xs\:h-24 {
    height: 6rem;
  }.xs\:w-24 {
    width: 6rem;
  }.xs\:flex-1 {
    flex: 1 1 0%;
  }.xs\:gap-8 {
    gap: 2rem;
  }.xs\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }.xs\:text-left {
    text-align: left;
  }.xs\:text-\[7rem\] {
    font-size: 7rem;
  }.xs\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }.xs\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}@media (min-width: 640px) {.sm\:mb-0 {
    margin-bottom: 0px;
  }.sm\:ml-auto {
    margin-left: auto;
  }.sm\:mt-0 {
    margin-top: 0px;
  }.sm\:mt-16 {
    margin-top: 4rem;
  }.sm\:block {
    display: block;
  }.sm\:inline-block {
    display: inline-block;
  }.sm\:flex {
    display: flex;
  }.sm\:inline-flex {
    display: inline-flex;
  }.sm\:hidden {
    display: none;
  }.sm\:w-1\/2 {
    width: 50%;
  }.sm\:w-24 {
    width: 6rem;
  }.sm\:w-36 {
    width: 9rem;
  }.sm\:w-auto {
    width: auto;
  }.sm\:flex-1 {
    flex: 1 1 0%;
  }.sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.sm\:flex-row {
    flex-direction: row;
  }.sm\:items-start {
    align-items: flex-start;
  }.sm\:items-center {
    align-items: center;
  }.sm\:justify-start {
    justify-content: flex-start;
  }.sm\:justify-end {
    justify-content: flex-end;
  }.sm\:justify-center {
    justify-content: center;
  }.sm\:justify-between {
    justify-content: space-between;
  }.sm\:gap-4 {
    gap: 1rem;
  }.sm\:gap-6 {
    gap: 1.5rem;
  }.sm\:gap-8 {
    gap: 2rem;
  }.sm\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }.sm\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }.sm\:pb-0 {
    padding-bottom: 0px;
  }.sm\:pt-16 {
    padding-top: 4rem;
  }.sm\:text-left {
    text-align: left;
  }.sm\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }.sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}@media (min-width: 768px) {.md\:col-span-3 {
    grid-column: span 3 / span 3;
  }.md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }.md\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }.md\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }.md\:mb-8 {
    margin-bottom: 2rem;
  }.md\:ml-auto {
    margin-left: auto;
  }.md\:mt-0 {
    margin-top: 0px;
  }.md\:mt-8 {
    margin-top: 2rem;
  }.md\:mt-\[-14rem\] {
    margin-top: -14rem;
  }.md\:block {
    display: block;
  }.md\:flex {
    display: flex;
  }.md\:table-cell {
    display: table-cell;
  }.md\:hidden {
    display: none;
  }.md\:h-4 {
    height: 1rem;
  }.md\:h-5 {
    height: 1.25rem;
  }.md\:h-64 {
    height: 16rem;
  }.md\:h-9 {
    height: 2.25rem;
  }.md\:h-\[500px\] {
    height: 500px;
  }.md\:w-1\/2 {
    width: 50%;
  }.md\:w-64 {
    width: 16rem;
  }.md\:w-80 {
    width: 20rem;
  }.md\:w-9 {
    width: 2.25rem;
  }.md\:w-auto {
    width: auto;
  }.md\:min-w-\[400px\] {
    min-width: 400px;
  }.md\:max-w-72 {
    max-width: 18rem;
  }.md\:flex-1 {
    flex: 1 1 0%;
  }.md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }.md\:flex-row {
    flex-direction: row;
  }.md\:flex-col {
    flex-direction: column;
  }.md\:items-end {
    align-items: flex-end;
  }.md\:items-center {
    align-items: center;
  }.md\:justify-start {
    justify-content: flex-start;
  }.md\:justify-center {
    justify-content: center;
  }.md\:justify-between {
    justify-content: space-between;
  }.md\:gap-12 {
    gap: 3rem;
  }.md\:gap-2 {
    gap: 0.5rem;
  }.md\:gap-4 {
    gap: 1rem;
  }.md\:gap-6 {
    gap: 1.5rem;
  }.md\:gap-8 {
    gap: 2rem;
  }.md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }.md\:overflow-y-scroll {
    overflow-y: scroll;
  }.md\:rounded-lg {
    border-radius: 0.5rem;
  }.md\:rounded-none {
    border-radius: 0px;
  }.md\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }.md\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }.md\:border {
    border-width: 1px;
  }.md\:border-0 {
    border-width: 0px;
  }.md\:border-2 {
    border-width: 2px;
  }.md\:border-grey-500 {
    --tw-border-opacity: 1;
    border-color: rgb(153 153 153 / var(--tw-border-opacity));
  }.md\:border-purple {
    --tw-border-opacity: 1;
    border-color: rgb(46 33 89 / var(--tw-border-opacity));
  }.md\:bg-teal-light {
    --tw-bg-opacity: 1;
    background-color: rgb(235 252 247 / var(--tw-bg-opacity));
  }.md\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }.md\:p-16 {
    padding: 4rem;
  }.md\:p-2 {
    padding: 0.5rem;
  }.md\:p-8 {
    padding: 2rem;
  }.md\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }.md\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }.md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }.md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }.md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }.md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }.md\:pb-0 {
    padding-bottom: 0px;
  }.md\:pb-16 {
    padding-bottom: 4rem;
  }.md\:pb-20 {
    padding-bottom: 5rem;
  }.md\:pb-48 {
    padding-bottom: 12rem;
  }.md\:pt-12 {
    padding-top: 3rem;
  }.md\:pt-16 {
    padding-top: 4rem;
  }.md\:pt-24 {
    padding-top: 6rem;
  }.md\:text-left {
    text-align: left;
  }.md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }.md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}@media (min-width: 1024px) {.lg\:sticky {
    position: sticky;
  }.lg\:left-0 {
    left: 0px;
  }.lg\:top-8 {
    top: 2rem;
  }.lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }.lg\:my-12 {
    margin-top: 3rem;
    margin-bottom: 3rem;
  }.lg\:mb-32 {
    margin-bottom: 8rem;
  }.lg\:ml-auto {
    margin-left: auto;
  }.lg\:mt-0 {
    margin-top: 0px;
  }.lg\:mt-12 {
    margin-top: 3rem;
  }.lg\:mt-auto {
    margin-top: auto;
  }.lg\:block {
    display: block;
  }.lg\:flex {
    display: flex;
  }.lg\:inline-flex {
    display: inline-flex;
  }.lg\:hidden {
    display: none;
  }.lg\:h-16 {
    height: 4rem;
  }.lg\:w-1\/2 {
    width: 50%;
  }.lg\:w-1\/3 {
    width: 33.333333%;
  }.lg\:w-16 {
    width: 4rem;
  }.lg\:w-2\/3 {
    width: 66.666667%;
  }.lg\:w-64 {
    width: 16rem;
  }.lg\:min-w-\[350px\] {
    min-width: 350px;
  }.lg\:max-w-96 {
    max-width: 24rem;
  }.lg\:flex-1 {
    flex: 1 1 0%;
  }.lg\:flex-none {
    flex: none;
  }.lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }.lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }.lg\:items-start {
    align-items: flex-start;
  }.lg\:items-center {
    align-items: center;
  }.lg\:justify-end {
    justify-content: flex-end;
  }.lg\:justify-center {
    justify-content: center;
  }.lg\:gap-16 {
    gap: 4rem;
  }.lg\:gap-4 {
    gap: 1rem;
  }.lg\:gap-8 {
    gap: 2rem;
  }.lg\:self-start {
    align-self: flex-start;
  }.lg\:bg-transparent {
    background-color: transparent;
  }.lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }.lg\:px-24 {
    padding-left: 6rem;
    padding-right: 6rem;
  }.lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }.lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }.lg\:pt-16 {
    padding-top: 4rem;
  }.lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}@media (min-width: 1280px) {.xl\:ml-auto {
    margin-left: auto;
  }.xl\:flex {
    display: flex;
  }.xl\:hidden {
    display: none;
  }.xl\:h-24 {
    height: 6rem;
  }.xl\:w-24 {
    width: 6rem;
  }.xl\:items-center {
    align-items: center;
  }.xl\:gap-10 {
    gap: 2.5rem;
  }.xl\:text-5xl {
    font-size: 48px;
    line-height: 1.25;
  }.xl\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }.xl\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
