/**
 * WEBSITE: https://themefisher.com
 * TWITTER: https://twitter.com/themefisher
 * FACEBOOK: https://facebook.com/themefisher
 * GITHUB: https://github.com/themefisher/
 */

@charset "UTF-8";
*, ::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.18 | 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: #e5e7eb; /* 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;
}
[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}
input::-moz-placeholder, textarea::-moz-placeholder{
  color: #6b7280;
  opacity: 1;
}
input::placeholder,textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}
::-webkit-date-and-time-value{
  min-height: 1.5em;
  text-align: inherit;
}
::-webkit-datetime-edit{
  display: inline-flex;
}
::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field{
  padding-top: 0;
  padding-bottom: 0;
}
select{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}
[multiple],[size]:where(select:not([size="1"])){
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}
[type='checkbox'],[type='radio']{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}
[type='checkbox']{
  border-radius: 0px;
}
[type='radio']{
  border-radius: 100%;
}
[type='checkbox']:focus,[type='radio']:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --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);
}
[type='checkbox']:checked,[type='radio']:checked{
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
[type='checkbox']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
@media (forced-colors: active) {
  [type='checkbox']:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
[type='radio']:checked{
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}
@media (forced-colors: active) {
  [type='radio']:checked{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus{
  border-color: transparent;
  background-color: currentColor;
}
[type='checkbox']:indeterminate{
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}
@media (forced-colors: active) {
  [type='checkbox']:indeterminate{
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}
[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus{
  border-color: transparent;
  background-color: currentColor;
}
[type='file']{
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}
[type='file']:focus{
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}
html{
  scroll-behavior: smooth;
  font-size: 18px;
}
body{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  font-family: IBM Plex Mono, monospace;
  font-weight: 400;
  line-height: 1.625;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}
h1,
  .h1,
  h2,
  .h2,
  h3,
  .h3,
  h4,
  .h4,
  h5,
  .h5,
  h6,
  .h6{
  font-weight: 700;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
h1,
  .h1{
  font-size: 2.34530004992rem;
}
@media (min-width: 768px){
  h1,
  .h1{
    font-size: 2.9316250624rem;
  }
}
h2,
  .h2{
  font-size: 1.8913710080000001rem;
}
@media (min-width: 768px){
  h2,
  .h2{
    font-size: 2.36421376rem;
  }
}
h3,
  .h3{
  font-size: 1.5252992rem;
}
@media (min-width: 768px){
  h3,
  .h3{
    font-size: 1.906624rem;
  }
}
h4,
  .h4{
  font-size: 1.5376rem;
}
h5,
  .h5{
  font-size: 1.24rem;
}
h6,
  .h6{
  font-size: 1rem;
}
p{
  overflow-wrap: break-word;
  font-family: Montserrat, sans-serif;
}
.container{
  width: 100%;
}
@media (min-width: 480px){
  .container{
    max-width: 480px;
  }
}
@media (min-width: 575px){
  .container{
    max-width: 575px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1200px){
  .container{
    max-width: 1200px;
  }
}
@media (min-width: 1400px){
  .container{
    max-width: 1400px;
  }
}
@media (min-width: 1600px){
  .container{
    max-width: 1600px;
  }
}
.prose{
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.prose :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}
.prose :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.prose :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: top;
}
.prose :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  text-align: start;
}
.prose :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: rgb(17 24 39 / 10%);
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.prose :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
.prose :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.prose :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}
.form-input,.form-textarea,.form-select,.form-multiselect{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}
.form-input:focus, .form-textarea:focus, .form-select:focus, .form-multiselect:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}
.form-input::-moz-placeholder, .form-textarea::-moz-placeholder{
  color: #6b7280;
  opacity: 1;
}
.form-input::placeholder,.form-textarea::placeholder{
  color: #6b7280;
  opacity: 1;
}
.form-input::-webkit-datetime-edit-fields-wrapper{
  padding: 0;
}
.form-input::-webkit-date-and-time-value{
  min-height: 1.5em;
  text-align: inherit;
}
.form-input::-webkit-datetime-edit{
  display: inline-flex;
}
.form-input::-webkit-datetime-edit,.form-input::-webkit-datetime-edit-year-field,.form-input::-webkit-datetime-edit-month-field,.form-input::-webkit-datetime-edit-day-field,.form-input::-webkit-datetime-edit-hour-field,.form-input::-webkit-datetime-edit-minute-field,.form-input::-webkit-datetime-edit-second-field,.form-input::-webkit-datetime-edit-millisecond-field,.form-input::-webkit-datetime-edit-meridiem-field{
  padding-top: 0;
  padding-bottom: 0;
}
.row{
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > *{
  box-sizing: border-box;
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  margin-top: var(--bs-gutter-y);
}
.col{
  flex: 1 0 0%;
}
.col-auto{
  flex: 0 0 auto;
  width: auto;
}
.col-12{
  flex: 0 0 auto;
  width: 100%;
}
.g-4, .gx-4{
  --bs-gutter-x: 1.5rem;
}
.g-4, .gy-4{
  --bs-gutter-y: 1.5rem;
}
.g-5, .gy-5{
  --bs-gutter-y: 3rem;
}
.order-0{
  order: 0;
}
.order-1{
  order: 1;
}
.order-2{
  order: 2;
}
.order-3{
  order: 3;
}
.container,
  .container-fluid{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  padding-left: var(--bs-gutter-x,calc(1.5rem / 2));
  padding-right: var(--bs-gutter-x,calc(1.5rem / 2));
}
.container {
    --bs-gutter-x: 1rem;
  }
@media screen and (min-width: 767px) {
    .container {
      --bs-gutter-x: 1.8rem;
    }
  }
.container-fluid{
  max-width: 1920px;
    --bs-gutter-x: 1rem;
}
@media screen and (min-width: 767px) {
    .container-fluid {
      --bs-gutter-x: 3.5rem;
    }
  }
.cs-scrollbar::-webkit-scrollbar{
  width: 5px;
}
.cs-scrollbar::-webkit-scrollbar-thumb, .cs-scrollbar::-webkit-scrollbar-track{
  background-color: transparent;
}
.cs-scrollbar:hover::-webkit-scrollbar-track{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
.cs-scrollbar:hover::-webkit-scrollbar-thumb{
  background-color: rgb(0 0 0 / 0.25);
}
.has-colored-box > *:nth-child(10n+1) .colored-box{
  background-color: rgb(83 210 255 / var(--tw-bg-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(56 189 248 / var(--tw-bg-opacity, 1));
}
.has-colored-box > *:nth-child(10n+2) .colored-box{
  --tw-bg-opacity: 1;
  background-color: rgb(45 212 191 / var(--tw-bg-opacity, 1));
}
.has-colored-box > *:nth-child(10n+3) .colored-box{
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity, 1));
}
.has-colored-box > *:nth-child(10n+4) .colored-box{
  --tw-bg-opacity: 1;
  background-color: rgb(251 146 60 / var(--tw-bg-opacity, 1));
}
.has-colored-box > *:nth-child(10n+5) .colored-box{
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
}
.has-colored-box > *:nth-child(10n+6) .colored-box{
  --tw-bg-opacity: 1;
  background-color: rgb(134 239 172 / var(--tw-bg-opacity, 1));
}
.has-colored-box > *:nth-child(10n+7) .colored-box{
  --tw-bg-opacity: 1;
  background-color: rgb(190 242 100 / var(--tw-bg-opacity, 1));
}
.has-colored-box > *:nth-child(10n+8) .colored-box{
  --tw-bg-opacity: 1;
  background-color: rgb(232 121 249 / var(--tw-bg-opacity, 1));
}
.section{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
@media (min-width: 768px){
  .section{
    padding-top: 6rem;
    padding-bottom: 6rem;
  }
}
.section-lg{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
@media (min-width: 1024px){
  .section-lg{
    padding-top: 8.125rem;
    padding-bottom: 8.125rem;
  }
}
.section-md{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.section-sm{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.sidebar::-webkit-scrollbar{
  width: 5px;
}
.sidebar::-webkit-scrollbar-thumb,.sidebar::-webkit-scrollbar-track{
  background-color: transparent;
}
.sidebar:hover::-webkit-scrollbar-track{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
.sidebar:hover::-webkit-scrollbar-thumb{
  background-color: rgb(0 0 0 / 0.25);
}
.sidebar{
  max-height: 100vh;
}
@media not all and (min-width: 1024px){
  .sidebar{
    position: fixed;
    left: -100%;
  }
}
@media (min-width: 1024px){
  .sidebar{
    overflow: auto;
  }
}
.sidebar.active{
  left: 0px;
  top: 0px;
  z-index: 40;
  height: 100%;
  width: 100%;
  max-width: 270px;
  overflow: auto;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-right-color: rgb(234 234 234 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
}
@media (min-width: 480px){
  .sidebar.active{
    max-width: 400px;
  }
}
@media (min-width: 1024px){
  .sidebar.active{
    border-right-width: 0px;
  }
}
.sidebar-toggler{
  position: fixed;
  left: -1px;
  top: 100px;
  z-index: 40;
  width: 60px;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  background-color: rgb(0 0 0 / 0.6);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px){
  .sidebar-toggler{
    display: none;
  }
}
.sidebar-toggler.active{
  left: 270px;
  width: 45px;
}
@media (min-width: 480px){
  .sidebar-toggler.active{
    left: 400px;
  }
}
.sidebar-list > li{
  display: block !important;
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.sidebar-list > li:first-child{
  padding-top: 0px !important;
}
.sidebar-list > li > ul{
  max-height: 0px;
  overflow: hidden;
  padding-left: 1.25rem;
}
.sidebar-list > li > ul > li a, .sidebar-list > li > ul > li button{
  display: block;
  width: 100%;
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-left-color: rgb(234 234 234 / var(--tw-border-opacity, 1));
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1rem;
  text-align: left;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
  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: 300ms;
}
.sidebar-list > li > ul > li a:hover, .sidebar-list > li > ul > li button:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}
@media (min-width: 575px){
  .sidebar-list > li > ul > li a, .sidebar-list > li > ul > li button{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}
.sidebar-list > li > ul > li a.active, .sidebar-list > li > ul > li button.active{
  display: block;
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-left-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 1rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}
@media (min-width: 575px){
  .sidebar-list > li > ul > li a.active, .sidebar-list > li > ul > li button.active{
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}
.sidebar-list > li > ul ul{
  max-height: 0px;
  overflow: hidden;
  padding-left: 1.25rem;
  font-size: 15px;
}
.sidebar-list > li > ul ul li a,
  .sidebar-list > li > ul ul li button{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
@media (min-width: 575px){
  .sidebar-list > li > ul ul li a,
  .sidebar-list > li > ul ul li button{
    padding-top: 6px;
    padding-bottom: 6px;
  }
}
.sidebar-list > li > ul li.active > a, .sidebar-list > li > ul li.active > button{
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-left-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  font-weight: 500;
}
.sidebar-list > li > ul li.active > a::after, .sidebar-list > li > ul li.active > button::after{
  content: var(--tw-content);
  --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));
}
.sidebar-list > li > ul li.active > ul{
  display: block;
  max-height: 1000px;
}
.sidebar-list > li > ul ul li > .has-sibling-child{
  position: relative;
  --tw-border-opacity: 1;
  border-left-color: rgb(234 234 234 / var(--tw-border-opacity, 1));
  padding-left: 2rem;
}
.sidebar-list > li > ul ul li > .has-sibling-child::after{
  position: absolute;
  left: 0.75rem;
  top: 0px;
  height: 100%;
  width: 1rem;
  --tw-rotate: 0deg;
  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));
  background-position: center;
  background-repeat: no-repeat;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  --tw-content: "";
  content: var(--tw-content);
}
.sidebar-list > li > ul ul li > .has-sibling-child:hover{
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-left-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.sidebar-list > li > ul ul li > .has-sibling-child::after {
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='12' viewBox='0 0 8 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 11L6 6L1 1' stroke='black' stroke-width='1.5'/%3E%3C/svg%3E%0A");
  }
.sidebar-list > li > ul ul li.active > .has-sibling-child{
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-left-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  font-weight: 500;
}
.sidebar-list > li > ul ul li.active > .has-sibling-child::after{
  content: var(--tw-content);
  --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));
}
.sidebar-list > li > ul li > .has-sibling-child{
  position: relative;
  --tw-border-opacity: 1;
  border-left-color: rgb(234 234 234 / var(--tw-border-opacity, 1));
  padding-left: 2rem;
}
.sidebar-list > li > ul li > .has-sibling-child::after{
  position: absolute;
  left: 0.75rem;
  top: 0px;
  height: 100%;
  width: 1rem;
  --tw-rotate: 0deg;
  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));
  background-position: center;
  background-repeat: no-repeat;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  --tw-content: "";
  content: var(--tw-content);
}
.sidebar-list > li > ul li > .has-sibling-child:hover{
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-left-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.sidebar-list > li > ul li > .has-sibling-child::after {
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='12' viewBox='0 0 8 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 11L6 6L1 1' stroke='black' stroke-width='1.5'/%3E%3C/svg%3E%0A");
  }
.sidebar-list > li > ul li.active > .has-sibling-child{
  border-left-width: 1px;
  --tw-border-opacity: 1;
  border-left-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  font-weight: 500;
}
.sidebar-list > li > ul li.active > .has-sibling-child::after{
  content: var(--tw-content);
  --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));
}
.sidebar-list > li:not(:last-child){
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(234 234 234 / var(--tw-border-opacity, 1));
}
.copyright{
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: rgb(206 206 208 / 0.6);
}
@media (min-width: 1024px){
  .copyright{
    width: auto;
    gap: 2rem;
    text-align: left;
  }
}
.copyright a{
  text-decoration-line: underline;
  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: 300ms;
}
.copyright a:hover{
  --tw-text-opacity: 1;
  color: rgb(199 229 101 / var(--tw-text-opacity, 1));
}
.accordion{
  width: 100%;
  overflow: hidden;
}
.accordion > .accordion-header{
  position: relative;
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.accordion .accordion-content{
  max-height: 0px;
  overflow: hidden;
}
.accordion.active > .accordion-content{
  max-height: 1000px;
}
.accordion-1{
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.accordion-1:last-child{
  margin-bottom: 0px;
}
.accordion-1 .accordion-header{
  position: relative;
  display: block;
  width: 100%;
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  padding: 1.5rem;
  padding-right: 2.5rem;
  text-align: left;
  font-size: 1rem;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
@media (min-width: 575px){
  .accordion-1 .accordion-header{
    font-size: 1.24rem;
  }
}
@media (min-width: 768px){
  .accordion-1 .accordion-header{
    padding: 1.5rem;
    padding-left: 2rem;
    font-size: 1.24rem;
  }
}
.accordion-1 .accordion-icon{
  position: absolute;
  right: 1.5rem;
  top: 40%;
  margin: 0px;
  --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));
}
@media (min-width: 768px){
  .accordion-1 .accordion-icon{
    right: 2rem;
  }
}
.accordion-1 .accordion-icon {
    width: 0.78em;
    height: 0.78em;
    transform: rotate(0deg);
    transition: transform 0.2s ease;
  }
.accordion-1 .accordion-content {
    max-height: 0;
    overflow: hidden;
  }
.accordion-1.active{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.accordion-1.active .accordion-header{
  --tw-text-opacity: 1;
  color: rgb(199 229 101 / var(--tw-text-opacity, 1));
}
.accordion-1.active .accordion-content p{
  font-family: Montserrat, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(206 206 208 / var(--tw-text-opacity, 1));
}
.accordion-1.active .accordion-icon {
    transform: rotate(180deg);
  }
.accordion-1.active .accordion-content{
  max-height: 1000px;
  padding: 1.5rem;
  padding-left: 1.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.625;
}
@media (min-width: 575px){
  .accordion-1.active .accordion-content{
    font-size: 18px;
  }
}
@media (min-width: 768px){
  .accordion-1.active .accordion-content{
    padding-left: 2rem;
  }
}
.accordion-1.active .accordion-content {
    padding-top: 0px !important;
  }
.accordion-2{
  width: 100%;
  overflow: hidden;
}
@media (min-width: 768px){
  .accordion-2{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
}
.accordion-2.accordion:not(:last-child){
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(234 234 234 / var(--tw-border-opacity, 1));
}
.accordion-2 .accordion-header{
  position: relative;
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  padding-right: 2.5rem;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px){
  .accordion-2 .accordion-header{
    font-size: 20px;
  }
}
.accordion-2 .accordion-header::before{
  position: absolute;
  bottom: 0px;
  left: 0px;
  top: 50%;
  height: 9px;
  width: 9px;
  --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));
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-content: "";
  content: var(--tw-content);
}
.accordion-2 .accordion-icon{
  position: absolute;
  right: 0.5rem;
  top: 40%;
  margin: 0px;
  display: block;
  --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));
}
.accordion-2 .accordion-icon.collapsed{
  display: none;
}
.accordion-2 .accordion-content{
  display: none;
  max-height: 0px;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
.accordion-2 .accordion-content p{
  margin-bottom: 0px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  line-height: 2;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px){
  .accordion-2 .accordion-content p{
    font-size: 18px;
    line-height: 1.625;
  }
}
.accordion-2.active .accordion-icon{
  display: none;
}
.accordion-2.active .accordion-icon.collapsed{
  display: block;
}
.accordion-2.active .accordion-content{
  display: block;
  font-family: Montserrat, sans-serif;
  max-height: 1000px;
  padding-bottom: 1.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.625;
}
@media (min-width: 575px){
  .accordion-2.active .accordion-content{
    font-size: 18px;
  }
}
.bg-sky-400{
  --tw-bg-opacity: 1;
  background-color: rgb(83 210 255 / var(--tw-bg-opacity, 1));
}
.changelog{
  margin-top: 2rem;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(234 234 234 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 3rem;
  padding-top: 1rem;
}
@media (min-width: 575px){
  .changelog{
    border-radius: 1rem;
  }
}
@media (min-width: 768px){
  .changelog{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.changelog-item{
  padding-top: 2rem;
}
@media (min-width: 1024px){
  .changelog-item{
    scroll-margin-top: 105px;
  }
}
.changelog-title{
  font-size: 1.23008rem;
}
@media (min-width: 768px){
  .changelog-title{
    font-size: 1.5376rem;
  }
}
.changelog-content ul li,
  .changelog-content ol li{
  position: relative;
  margin-bottom: 0.5rem;
  margin-left: 1.5rem;
  padding-left: 0.25rem;
  font-family: Montserrat, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}
.changelog-content ul li::after,
  .changelog-content ol li::after{
  position: absolute;
  bottom: 0px;
  left: -20px;
  top: 10px;
  height: 9px;
  width: 9px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-content: "";
  content: var(--tw-content);
}
.changelog-link a.active{
  --tw-text-opacity: 1;
  color: rgb(144 188 0 / var(--tw-text-opacity, 1));
}
.social-icons{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
@media (min-width: 575px){
  .social-icons{
    gap: 1rem;
  }
}
@media (min-width: 1200px){
  .social-icons{
    justify-content: flex-start;
  }
}
.social-icons li{
  display: inline-block;
}
.social-icons li a{
  display: inline-block;
  height: 40px;
  width: 40px;
  border-radius: 9999px;
  background-color: rgb(245 245 245 / 0.25);
  text-align: center;
  font-size: 1.24rem;
  line-height: 37px;
  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: 300ms;
}
.social-icons li a:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(199 229 101 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
@media (min-width: 575px){
  .social-icons li a{
    height: 45px;
    width: 45px;
    line-height: 45px;
  }
}
.social-icons li a i{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 575px){
  .social-icons li a i{
    font-size: 18px;
  }
}
.form-input{
  width: 100%;
  border-width: 0px;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(234 234 234 / var(--tw-border-opacity, 1));
  padding-bottom: 0.5rem;
  padding-left: 0px;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
}
.form-input::-moz-placeholder{
  color: rgb(34 34 34 / 0.5);
}
.form-input::placeholder{
  color: rgb(34 34 34 / 0.5);
}
.form-input:focus{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    box-shadow: none;
}
@media (min-width: 768px){
  .form-input{
    font-size: 18px;
  }
}
.form-label{
  margin-bottom: 0.5rem;
  display: block;
  font-size: 18px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px){
  .form-label{
    font-size: 1.24rem;
  }
}
#toc-wrapper{
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
@media (min-width: 575px){
  #toc-wrapper{
    border-radius: 1rem;
  }
}
#toc-wrapper .toc-heading{
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(234 234 234 / var(--tw-border-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
#toc-wrapper .toc-content{
  padding: 1rem;
}
#toc-wrapper .toc-content ol,
  #toc-wrapper .toc-content ul{
  margin-bottom: 0px;
  margin-top: 0.5rem;
  padding-left: 0px;
}
#toc-wrapper .toc-content ul li,
  #toc-wrapper .toc-content ol li{
  list-style-type: none;
  padding-left: 1rem;
  line-height: 1.375;
}
#toc-wrapper .toc-content ul li::after,
  #toc-wrapper .toc-content ol li::after{
  content: var(--tw-content);
  display: none;
}
#toc-wrapper .toc-content a{
  position: relative;
  font-family: Montserrat, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}
#toc-wrapper .toc-content a::after{
  position: absolute;
  content: var(--tw-content);
  inset: 0px;
}
#toc-wrapper .toc-content a.active{
  --tw-text-opacity: 1;
  color: rgb(144 188 0 / var(--tw-text-opacity, 1));
}
#toc-wrapper .toc-content a.active::before{
  position: absolute;
  left: -20px;
  top: 0px;
  height: 100%;
  width: 3px;
  border-left-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(144 188 0 / var(--tw-bg-opacity, 1));
  --tw-content: "";
  content: var(--tw-content);
}
#TableOfContents::-webkit-scrollbar{
  width: 5px;
}
#TableOfContents::-webkit-scrollbar-thumb,#TableOfContents::-webkit-scrollbar-track{
  background-color: transparent;
}
#TableOfContents:hover::-webkit-scrollbar-track{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
#TableOfContents:hover::-webkit-scrollbar-thumb{
  background-color: rgb(0 0 0 / 0.25);
}
#TableOfContents{
  max-height: calc(80vh - 100px);
  overflow: auto;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
@media (min-width: 768px){
  #TableOfContents{
    padding-right: 1rem;
  }
}
#TableOfContents ol{
  margin-top: 0px;
  margin-bottom: 0px;
}
@media (min-width: 768px){
  #TableOfContents ol{
    margin-left: 0.5rem;
  }
}
#TableOfContents li{
  list-style-type: none;
}
#TableOfContents li::after{
  content: var(--tw-content);
  display: none;
}
#TableOfContents li a{
  position: relative;
  font-family: IBM Plex Mono, monospace;
  font-size: 0.75rem;
  line-height: 1rem;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
  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: 300ms;
}
#TableOfContents li a::after{
  position: absolute;
  content: var(--tw-content);
  inset: 0px;
}
#TableOfContents li a:hover{
  --tw-text-opacity: 1;
  color: rgb(144 188 0 / var(--tw-text-opacity, 1));
}
@media (min-width: 768px){
  #TableOfContents li a{
    padding-left: 0.7rem;
  }
}
#TableOfContents li a.active{
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(144 188 0 / var(--tw-text-opacity, 1));
}
#TableOfContents li a.active::before{
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  width: 3px;
  border-left-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(144 188 0 / var(--tw-bg-opacity, 1));
  --tw-content: "";
  content: var(--tw-content);
}
.toc-responsive #TableOfContents{
  padding-top: 0px;
  padding-bottom: 0px;
}
.toc-responsive #TableOfContents ol:not(:first-child){
  margin-left: 0.75rem;
}
.toc-responsive #TableOfContents ol:first-child{
  margin-left: 0px;
}
.toc-responsive #TableOfContents ol{
  padding-left: 0px !important;
}
.toc-responsive #TableOfContents ol li{
  margin-top: 0px;
  margin-bottom: 0px;
  padding-left: 0px;
  line-height: 1.5;
}
.toc-responsive #TableOfContents ol li:first-child{
  margin-top: 0px;
}
.toc-responsive #TableOfContents ol li a{
  padding-left: 0px;
  font-weight: 400;
}
.changelog{
  margin-top: 2rem;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(234 234 234 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-bottom: 3rem;
  padding-top: 1rem;
}
@media (min-width: 575px){
  .changelog{
    border-radius: 1rem;
  }
}
@media (min-width: 768px){
  .changelog{
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
.changelog-item{
  padding-top: 2rem;
}
@media (min-width: 1024px){
  .changelog-item{
    scroll-margin-top: 105px;
  }
}
.changelog-title{
  font-size: 1.23008rem;
}
@media (min-width: 768px){
  .changelog-title{
    font-size: 1.5376rem;
  }
}
.changelog-content ul li,
  .changelog-content ol li{
  position: relative;
  margin-bottom: 0.5rem;
  margin-left: 1.5rem;
  padding-left: 0.25rem;
  font-family: Montserrat, sans-serif;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}
.changelog-content ul li::after,
  .changelog-content ol li::after{
  position: absolute;
  bottom: 0px;
  left: -20px;
  top: 10px;
  height: 9px;
  width: 9px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-content: "";
  content: var(--tw-content);
}
.changelog-link a.active{
  --tw-text-opacity: 1;
  color: rgb(144 188 0 / var(--tw-text-opacity, 1));
}
.badge{
  margin-bottom: 2rem;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  font-family: Montserrat, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}
.badge-gray{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
.badge-changed{
  margin-bottom: 1rem;
  margin-top: 1.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(58 156 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.badge-added{
  margin-bottom: 1rem;
  margin-top: 1.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(1 206 147 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.badge-removed{
  margin-bottom: 1rem;
  margin-top: 1.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(151 59 254 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.badge-security{
  margin-bottom: 1rem;
  margin-top: 1.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(156 39 94 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.content{
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.content :where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.content :where([class~="lead"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.content :where(a):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.content :where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.content :where(a strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.content :where(blockquote strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.content :where(thead th strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.content :where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.content :where(ol[type="A"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.content :where(ol[type="a"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.content :where(ol[type="A" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.content :where(ol[type="a" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.content :where(ol[type="I"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.content :where(ol[type="i"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.content :where(ol[type="I" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.content :where(ol[type="i" s]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.content :where(ol[type="1"]):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: decimal;
}
.content :where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-inline-start: 1.625em;
}
.content :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.content :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}
.content :where(dt):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.25em;
}
.content :where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.content :where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-inline-start-width: 0.25rem;
  border-inline-start-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-inline-start: 1em;
}
.content :where(blockquote p:first-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: open-quote;
}
.content :where(blockquote p:last-of-type):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: close-quote;
}
.content :where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  line-height: 1.1111111;
}
.content :where(h1 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 900;
  color: inherit;
}
.content :where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.content :where(h2 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 800;
  color: inherit;
}
.content :where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.content :where(h3 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.content :where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.content :where(h4 strong):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 700;
  color: inherit;
}
.content :where(img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.content :where(picture):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  display: block;
  margin-top: 2em;
  margin-bottom: 2em;
}
.content :where(video):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.content :where(kbd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  font-weight: 500;
  font-family: inherit;
  color: var(--tw-prose-kbd);
  box-shadow: 0 0 0 1px var(--tw-prose-kbd-shadows), 0 3px 0 var(--tw-prose-kbd-shadows);
  font-size: 0.875em;
  border-radius: 0.3125rem;
  padding-top: 0.1875em;
  padding-inline-end: 0.375em;
  padding-bottom: 0.1875em;
  padding-inline-start: 0.375em;
}
.content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: "`";
}
.content :where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: "`";
}
.content :where(a code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.content :where(h1 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.content :where(h2 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}
.content :where(h3 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}
.content :where(h4 code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.content :where(blockquote code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.content :where(thead th code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: inherit;
}
.content :where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-inline-end: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-inline-start: 1.1428571em;
}
.content :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.content :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::before{
  content: none;
}
.content :where(pre code):not(:where([class~="not-prose"],[class~="not-prose"] *))::after{
  content: none;
}
.content :where(table):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.content :where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.content :where(thead th):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.content :where(tbody tr):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.content :where(tbody tr:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-bottom-width: 0;
}
.content :where(tbody td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: baseline;
}
.content :where(tfoot):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.content :where(tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  vertical-align: top;
}
.content :where(th, td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  text-align: start;
}
.content :where(figure > *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.content :where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.content{
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-kbd: #111827;
  --tw-prose-kbd-shadows: rgb(17 24 39 / 10%);
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-kbd: #fff;
  --tw-prose-invert-kbd-shadows: rgb(255 255 255 / 10%);
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.75;
}
.content :where(picture > img):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.content :where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.content :where(ol > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}
.content :where(ul > li):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0.375em;
}
.content :where(.prose > ul > li p):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.content :where(.prose > ul > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.content :where(.prose > ul > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.content :where(.prose > ol > li > p:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
}
.content :where(.prose > ol > li > p:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.content :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.content :where(dl):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.content :where(dd):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0.5em;
  padding-inline-start: 1.625em;
}
.content :where(hr + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.content :where(h2 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.content :where(h3 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.content :where(h4 + *):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.content :where(thead th:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.content :where(thead th:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.content :where(tbody td, tfoot td):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-inline-end: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-inline-start: 0.5714286em;
}
.content :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-start: 0;
}
.content :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  padding-inline-end: 0;
}
.content :where(figure):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.content :where(.prose > :first-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-top: 0;
}
.content :where(.prose > :last-child):not(:where([class~="not-prose"],[class~="not-prose"] *)){
  margin-bottom: 0;
}
.content{
  max-width: none;
}
.content :is(:where(h1, h2, h3, h4, h5, h6, th):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  margin-bottom: .9em;
  margin-top: 0px;
  scroll-margin-top: 7rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.content :is(:where(h1):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  margin-bottom: 1.4rem;
  font-size: 2.34530004992rem;
}
.content :is(:where(h2):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  margin-bottom: 1.4rem;
  font-size: 1.8913710080000001rem;
}
.content :is(:where(h3):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  margin-bottom: 1.4rem;
  font-size: 1.5252992rem;
}
.content :is(:where(h4):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  margin-bottom: 1.4rem;
  font-size: 1.23008rem;
}
.content :is(:where(h5):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  margin-bottom: 1.4rem;
  font-size: 0.992rem;
}
.content :is(:where(h6):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  margin-bottom: 1.4rem;
  font-size: 0.8rem;
}
.content :is(:where(hr):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  --tw-border-opacity: 1;
  border-color: rgb(234 234 234 / var(--tw-border-opacity, 1));
}
.content :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  margin-bottom: 1.5rem;
  margin-top: 0px;
  font-size: 1rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}
.content{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.content :is(:where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  margin-bottom: 0.75rem;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  border-width: 1px;
  border-left-width: 4px;
  border-color: rgb(234 234 234 / var(--tw-border-opacity, 1));
  --tw-border-opacity: 1;
  border-left-color: rgb(199 229 101 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
  font-family: Montserrat, sans-serif;
}
.content :is(:where(blockquote):not(:where([class~="not-prose"],[class~="not-prose"] *)))::after{
  content: var(--tw-content);
  display: none;
}
.content :is(:where(code):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}
.content :is(:where(figcaption):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-style: italic;
}
.content :is(:where(pre):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  border-radius: 0px;
}
.content :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  --tw-text-opacity: 1;
  color: rgb(199 229 101 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}
.content :is(:where(a):not(:where([class~="not-prose"],[class~="not-prose"] *))):hover{
  text-decoration-line: underline;
}
.content :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}
.content :is(:where(table):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  border-width: 1px;
  font-family: Montserrat, sans-serif;
}
.content :is(:where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  --tw-border-opacity: 1;
  border-color: rgb(234 234 234 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.content :is(:where(th):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}
.content :is(:where(tr):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  --tw-border-opacity: 1;
  border-color: rgb(234 234 234 / var(--tw-border-opacity, 1));
}
.content :is(:where(td):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.content :is(:where(img):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  border-radius: 10px;
}
@media (min-width: 575px){
  .content :is(:where(img):not(:where([class~="not-prose"],[class~="not-prose"] *))){
    border-radius: 25px;
  }
}
.content :is(:where(strong):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  --tw-text-opacity: 1;
  color: rgb(144 188 0 / var(--tw-text-opacity, 1));
}
.content :is(:where(ol):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  list-style-type: decimal;
  padding-left: 1.25rem;
}
.content :is(:where(ul):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  list-style-type: none;
  padding-left: 0px;
}
.content :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  position: relative;
  margin-bottom: 0.75rem;
  padding-left: 1.75rem;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 180%;
}
.content iframe{
  border-radius: 1rem;
}
.content p,
  .content li{
  font-size: 16px !important;
}
@media (min-width: 575px){
  .content p,
  .content li{
    font-size: 18px !important;
  }
}
.content > *:first-child{
  margin-top: 0px !important;
}
.content > *:last-child{
  margin-bottom: 0px !important;
}
.content ul :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *)))::after{
  position: absolute !important;
  bottom: 0px !important;
  left: 3px !important;
  top: 12px !important;
  height: 9px !important;
  width: 9px !important;
  border-radius: 9999px !important;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1)) !important;
  --tw-content: "" !important;
  content: var(--tw-content) !important;
}
.content ol :is(:where(li):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  padding-left: 0.75rem;
}
.content table{
  border-collapse: separate;
  --tw-border-spacing-x: 0px;
  --tw-border-spacing-y: 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  overflow: hidden;
  border-radius: 0.75rem;
}
.content table :is(:where(thead):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  --tw-bg-opacity: 1;
  background-color: rgb(199 229 101 / var(--tw-bg-opacity, 1));
}
@media (min-width: 575px){
  .content table{
    border-radius: 1rem;
  }
}
.content table th{
  width: 33.33%;
  font-family: IBM Plex Mono, monospace;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
@media (min-width: 768px){
  .content table th{
    font-size: 22px;
  }
}
.content table,
  .content table td{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(234 234 234 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}
.content table td{
  border-bottom-width: 0px;
  font-size: 14px;
  font-weight: 500;
}
@media (min-width: 768px){
  .content table td{
    font-size: 20px;
  }
}
.content table thead tr th{
  border-width: 1px;
  border-bottom-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(214 211 209 / var(--tw-border-opacity, 1));
}
.content table th:first-child,
  .content table tr td:first-child{
  border-left-width: 0px;
  border-right-width: 0px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
@media (min-width: 575px){
  .content table th:first-child,
  .content table tr td:first-child{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-left: 6%;
  }
}
.content table th:last-child,
  .content table tr td:last-child{
  border-left-width: 0px;
  border-right-width: 0px;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
@media (min-width: 575px){
  .content table th:last-child,
  .content table tr td:last-child{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-right: 8%;
  }
}
.content strike{
  font-weight: 600;
}
.content figure img{
  margin-left: auto !important;
  margin-right: auto !important;
  margin-bottom: 0px !important;
}
.content blockquote :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *))){
  margin-bottom: 0px;
  font-style: normal;
}
.content blockquote :is(:where(p):not(:where([class~="not-prose"],[class~="not-prose"] *)))::before{
  content: var(--tw-content);
  display: none;
}
.content a:not(.btn){
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(144 188 0 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}
.content a:not(.btn):hover{
  text-decoration-line: none;
}
.content hr{
  margin-bottom: 2rem;
  margin-top: 2.5rem;
}
.content hr:first-child{
  margin-top: 1.5rem;
}
.content .highlight{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  border-top-right-radius: 1rem;
  border-bottom-right-radius: 1rem;
  border-left-width: 5px;
  --tw-border-opacity: 1;
  border-left-color: rgb(199 229 101 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
.content .highlight .file-name{
  padding: 1.5rem;
  padding-left: 2rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}
.content .highlight .file-extension{
  background-color: rgb(83 210 255 / var(--tw-bg-opacity, 1));
  position: absolute;
  left: 2rem;
  top: 0px;
  border-bottom-right-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
  --tw-bg-opacity: 1;
  background-color: rgb(56 189 248 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}
.content .highlight .copy{
  position: absolute;
  right: 1rem;
  top: 1rem;
  cursor: pointer;
  border-radius: 0.375rem;
  background-color: rgb(17 17 17 / 0.1);
  padding: 0.5rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
  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: 300ms;
}
.content .highlight .copy:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.content .highlight pre{
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  white-space: pre-wrap;
  border-top-width: 1px;
  --tw-border-opacity: 1;
  border-top-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding-bottom: 1.5rem;
  padding-left: 2rem;
  padding-top: 4rem;
  font-family: IBM Plex Mono, monospace;
  font-size: 16px;
}
@media (min-width: 575px){
  .content .highlight pre{
    font-size: 18px;
  }
}
.content .highlight pre code{
  padding-left: 0px;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}
.content .tab{
  margin-bottom: 1.5rem;
}
.content .tab .tab-nav{
  margin: 0px;
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  border-radius: 0.75rem;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
  padding: 1rem;
}
.content .tab .tab-nav-item{
  margin-bottom: 0px;
  margin-top: 0px;
  cursor: pointer;
  list-style-type: none;
  border-radius: 0.5rem;
  background-color: rgb(0 0 0 / 0.1);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}
.content .tab .tab-nav-item::after{
  content: var(--tw-content);
  display: none;
}
@media (min-width: 575px){
  .content .tab .tab-nav-item{
    font-size: 18px;
  }
}
.content .tab .tab-nav-item.active{
  --tw-bg-opacity: 1;
  background-color: rgb(199 229 101 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.content .tab .tab-content .tab-content-panel{
  display: none;
  font-family: Montserrat, sans-serif;
}
.content .tab .tab-content .tab-content-panel > *:first-child{
  margin-top: 0px !important;
}
.content .tab .tab-content .tab-content-panel > *:last-child{
  margin-bottom: 0px !important;
}
.content .tab .tab-content .tab-content-panel ul li *::marker,
  .content .tab .tab-content .tab-content-panel ol li *::marker{
  left: 0.5rem;
}
.content .tab .tab-content .tab-content-panel ul li::marker,
  .content .tab .tab-content .tab-content-panel ol li::marker{
  left: 0.5rem;
}
.content .tab .tab-content .tab-content-panel ul li::after,
  .content .tab .tab-content .tab-content-panel ol li::after{
  content: var(--tw-content);
  left: 0.5rem;
}
.content .tab .tab-content .tab-content-panel ul li:first-child,
  .content .tab .tab-content .tab-content-panel ol li:first-child{
  margin-top: 0px;
}
.content .tab .tab-content .tab-content-panel ul li:last-child,
  .content .tab .tab-content .tab-content-panel ol li:last-child{
  margin-bottom: 0px;
}
.content .tab .tab-content .tab-content-panel ol li{
  padding-left: 0.5rem;
}
.content .tab .tab-content .tab-content-panel.active{
  margin: 0px;
  display: block;
  list-style-type: none;
  border-radius: 0.75rem;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  border-width: 1px;
  border-top-width: 0px;
  --tw-border-opacity: 1;
  border-color: rgb(245 245 245 / var(--tw-border-opacity, 1));
  background-color: transparent;
  padding: 1rem;
}
@media (min-width: 575px){
  .content .tab .tab-content .tab-content-panel.active{
    border-radius: 1rem;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
  }
}
.content .tab .tab-content .tab-content-panel.active ul,
  .content .tab .tab-content .tab-content-panel.active ol{
  margin-bottom: 0.75rem;
}
.content .breadcrumb{
  margin-bottom: 0px;
  display: flex;
  list-style-type: none;
  align-items: center;
  gap: 0.5rem;
  overflow: auto;
  white-space: nowrap;
  font-family: Montserrat, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}
@media not all and (min-width: 768px){
  .content .breadcrumb{
    margin-left: 50px;
  }
}
.content .breadcrumb li{
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}
.content .breadcrumb li:not(:last-child){
  position: relative !important;
  padding-right: 1.5rem !important;
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
  line-height: 180% !important;
}
.content .breadcrumb li:not(:last-child)::after{
  position: absolute !important;
  right: 4px !important;
  top: 50% !important;
  height: 11px !important;
  width: 11px !important;
  --tw-translate-y: -50% !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;
  content: var(--tw-content) !important;
  background-repeat: no-repeat !important;
    background-image: url("data:image/svg+xml,%3Csvg width='8' height='12' viewBox='0 0 8 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 11L6 6L1 1' stroke='%23BCBCBC' stroke-width='1.5'/%3E%3C/svg%3E%0A");
}
.content .breadcrumb li:last-child, .content .breadcrumb li:last-child a{
  pointer-events: none;
  color: rgb(34 34 34 / 0.6);
}
.content .breadcrumb a{
  color: inherit;
  text-decoration-line: none;
  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: 300ms;
}
.content .breadcrumb a:hover{
  --tw-text-opacity: 1;
  color: rgb(144 188 0 / var(--tw-text-opacity, 1));
}
.content .breadcrumb::-webkit-scrollbar{
  height: 2px;
}
.content .breadcrumb::-webkit-scrollbar-thumb, .content .breadcrumb::-webkit-scrollbar-track{
  background-color: transparent;
}
@media screen and (max-width: 1023px) {
    .content .breadcrumb::-webkit-scrollbar-track{
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
  }
    .content .breadcrumb::-webkit-scrollbar-thumb{
    background-color: rgb(0 0 0 / 0.25);
  }
  }
@media screen and (min-width: 1024px) {
    .content .breadcrumb:hover::-webkit-scrollbar-track{
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
  }
    .content .breadcrumb:hover::-webkit-scrollbar-thumb{
    background-color: rgb(0 0 0 / 0.25);
  }
  }
.content .notices{
  position: relative;
  margin-left: 0px;
  margin-right: 0px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  overflow: hidden;
  border-radius: 0.75rem;
}
.content .notices p{
  margin-bottom: 0px;
  border-radius: 0.75rem;
  border-width: 1px;
  border-top-width: 3rem;
  border-style: solid;
  border-top-color: transparent;
  padding: 1.5rem;
}
.content .notices p::before{
  position: absolute;
  left: 1.5rem;
  top: 15px;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  text-align: center;
  font-family: Montserrat, sans-serif;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  --tw-content: "ℹ";
  content: var(--tw-content);
}
.content .notices p::after{
  position: absolute;
  left: 3.5rem;
  top: 12px;
  font-family: IBM Plex Mono, monospace;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  content: var(--tw-content);
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.content .notices p::before{
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1)) !important;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.content .notices p::after{
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1)) !important;
}
.content .notices.note p{
  --tw-border-opacity: 1;
  border-color: rgb(56 189 248 / var(--tw-border-opacity, 1));
}
.content .notices.note p::after{
  --tw-content: "Note";
  content: var(--tw-content);
}
.content .notices.tip p{
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity, 1));
}
.content .notices.tip p::after{
  --tw-content: "Tip";
  content: var(--tw-content);
}
.content .notices.info p{
  --tw-border-opacity: 1;
  border-color: rgb(251 146 60 / var(--tw-border-opacity, 1));
}
.content .notices.info p::after{
  --tw-content: "Info";
  content: var(--tw-content);
}
.content .notices.warning p{
  --tw-border-opacity: 1;
  border-color: rgb(248 113 113 / var(--tw-border-opacity, 1));
}
.content .notices.warning p::after{
  --tw-content: "Warning";
  content: var(--tw-content);
}
.content .card-cta img{
  margin-bottom: 0px !important;
}
@media (max-width: 576px){
  .content .card-cta img{
    display: none;
  }
}
.header{
  position: sticky;
  top: 0px;
  z-index: 30;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(234 234 234 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.header a:not(.btn),
  .header .nav-link{
  font-size: 16px;
}
@media (min-width: 1024px){
  .header a:not(.btn),
  .header .nav-link{
    font-size: 18px;
  }
}
.header-alt{
  border-bottom-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
.navbar{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
@media (min-width: 1024px){
  .navbar{
    justify-content: space-between;
  }
}
.navbar-wrapper{
  position: absolute;
  left: 0px;
  top: 100%;
  margin-left: auto;
  display: flex;
  height: 0px;
  width: 100%;
  flex: 1 1 0%;
  flex-direction: column-reverse;
  overflow: hidden;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0px;
  opacity: 0;
  --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);
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
    box-shadow: 0px 25px 15px rgba(169, 156, 156, 0.212);
}
@media (min-width: 1024px){
  .navbar-wrapper{
    visibility: visible;
    position: static;
    height: auto;
    width: auto;
    flex-direction: row;
    overflow: visible;
    background-color: transparent;
    padding: 0px;
    opacity: 1;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    box-shadow: none;
  }
}
.navbar-wrapper.active{
  height: auto;
  padding: 0.75rem;
  opacity: 1;
}
.header-alt .navbar-wrapper{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
.navbar-toggler{
  border-radius: 0.375rem;
  border-width: 1px;
  border-color: rgb(17 17 17 / 0.2);
  padding: 0.25rem;
}
@media (min-width: 1024px){
  .navbar-toggler{
    display: none;
  }
}
.navbar-brand img{
  max-height: 100%;
  width: 100px;
  max-width: 100%;
}
@media (max-width: 330px){
  .navbar-brand img{
    width: 80px;
  }
}
@media (min-width: 480px){
  .navbar-brand img{
    width: 130px;
  }
}
@media (min-width: 1200px){
  .navbar-brand img{
    width: 158px;
  }
}
.header-alt .navbar-brand{
  order: 0;
  position: relative;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 30px;
}
.header-alt .navbar-brand::before{
  position: absolute;
  right: -30px;
  top: 50%;
  z-index: -1;
  height: 200%;
  width: 100vw;
  --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));
  border-top-right-radius: 18px;
  border-bottom-right-radius: 18px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-content: "";
  content: var(--tw-content);
}
@media (min-width: 768px){
  .header-alt .navbar-brand::before{
    content: var(--tw-content);
    border-top-right-radius: 28px;
    border-bottom-right-radius: 28px;
  }
}
.navbar-nav{
  order: 3;
  margin-bottom: 0.25rem;
  width: 100%;
  align-items: center;
  text-align: center;
}
@media (min-width: 1024px){
  .navbar-nav{
    order: 2;
  }
}
@media (min-width: 768px){
  .navbar-nav{
    text-align: left;
  }
}
@media (min-width: 1024px){
  .navbar-nav{
    order: 2;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 0px;
    display: flex;
    width: auto;
    background-color: transparent;
  }
}
.nav-item{
  position: relative;
  z-index: 10;
  margin-right: 0px;
}
.nav-item .nav-link{
  z-index: 10;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.nav-item .nav-link i{
  z-index: -10;
  margin-left: 0.5rem;
  font-size: 15px;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
@media screen and (min-width: 1200px) {
    .nav-item:hover .nav-link i{
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  }
@media screen and (max-width: 1199px) {
    .nav-item.active > .nav-link i {
      transform: rotate(180deg);
    }
    .nav-item.active .nav-dropdown-list{
    display: block;
  }
    .nav-item.active > .nav-link i {
      transform: rotate(180deg);
    }
    .nav-item.active .nav-dropdown-list{
    display: block;
  }
  }
.nav-item{
  position: relative;
  text-align: center;
}
@media (min-width: 1024px){
  .nav-item{
    text-align: left;
  }
}
.nav-link{
  display: block;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.nav-link:hover{
  --tw-text-opacity: 1;
  color: rgb(144 188 0 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px){
  .nav-link{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
}
@media (min-width: 1200px){
  .nav-link{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    text-align: left;
  }
}
.nav-link.active{
  --tw-text-opacity: 1;
  color: rgb(144 188 0 / var(--tw-text-opacity, 1));
}
.nav-link svg{
  position: relative;
  z-index: -10;
}
.nav-dropdown{
  position: relative;
  z-index: 10;
  margin-right: 0px;
}
.nav-dropdown .nav-link{
  z-index: 10;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.nav-dropdown .nav-link i{
  z-index: -10;
  margin-left: 0.5rem;
  font-size: 15px;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}
@media screen and (min-width: 1200px) {
    .nav-dropdown:hover .nav-link i{
    --tw-rotate: 180deg;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  }
@media screen and (max-width: 1199px) {
    .nav-dropdown.active > .nav-link i {
      transform: rotate(180deg);
    }
    .nav-dropdown.active .nav-dropdown-list{
    display: block;
  }
  }
.nav-dropdown-list{
  z-index: 10;
  margin: auto;
  display: none;
  max-width: 500px;
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.5rem;
  --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);
    box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.051);
}
@media (min-width: 1024px){
  .nav-dropdown-list{
    visibility: hidden;
    position: absolute;
    display: block;
    opacity: 0;
  }
}
@media (min-width: 1200px){
  .nav-dropdown-list{
    margin: 0px;
    width: auto;
  }
}
.nav-dropdown-item{
  border-radius: 0.5rem;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.nav-dropdown-item:hover{
  background-color: rgb(199 229 101 / 0.1);
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}
.nav-dropdown-link{
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.nav-dropdown-link:hover{
  --tw-text-opacity: 1;
  color: rgb(144 188 0 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px){
  .nav-dropdown-link{
    min-width: 300px;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.lg-switcher{
  position: relative;
  border-radius: 0.5rem;
  border-color: transparent;
  background-color: transparent;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-right: 1.75rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}
@media (min-width: 1024px){
  .lg-switcher{
    margin: 0px;
    border-color: rgb(17 17 17 / 0.2);
    padding-left: 0.75rem;
  }
}
.lg-switcher {
    background-position: 84%;
  }
.btn{
  display: inline-block;
  border-radius: 0.75rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 15px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.btn.btn-md{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.btn-primary{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(199 229 101 / var(--tw-bg-opacity, 1));
}
.btn-primary:hover{
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.btn-primary-dark{
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn-primary-dark:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(199 229 101 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.btn-primary-gray{
  display: inline-block;
  border-radius: 0.75rem;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 15px;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.btn-primary-gray.btn-md{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.btn-primary-gray{
  display: inline-block;
  border-radius: 0.5rem;
  background-color: rgb(0 0 0 / 0.1);
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  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: 300ms;
}
.btn-primary-gray:hover{
  --tw-border-opacity: 1;
  border-left-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(199 229 101 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
  text-decoration-line: none;
}
.btn-outline-primary{
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
  background-color: transparent;
}
.btn-outline-primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.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;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-0{
  inset: 0px;
}
.bottom-0{
  bottom: 0px;
}
.left-0{
  left: 0px;
}
.right-0{
  right: 0px;
}
.right-4{
  right: 1rem;
}
.top-0{
  top: 0px;
}
.top-1\/2{
  top: 50%;
}
.top-2\.5{
  top: 0.625rem;
}
.top-\[105px\]{
  top: 105px;
}
.top-\[149px\]{
  top: 149px;
}
.z-0{
  z-index: 0;
}
.z-10{
  z-index: 10;
}
.z-\[9999999\]{
  z-index: 9999999;
}
.z-\[999\]{
  z-index: 999;
}
.order-1{
  order: 1;
}
.order-2{
  order: 2;
}
.order-3{
  order: 3;
}
.col-auto{
  grid-column: auto;
}
.m-0{
  margin: 0px;
}
.mx-0{
  margin-left: 0px;
  margin-right: 0px;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-14{
  margin-bottom: 3.5rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-20{
  margin-bottom: 5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mb-\[0\.75rem\]{
  margin-bottom: 0.75rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-auto{
  margin-left: auto;
}
.mr-3{
  margin-right: 0.75rem;
}
.mt-0{
  margin-top: 0px;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-auto{
  margin-top: auto;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.hidden{
  display: none;
}
.h-10{
  height: 2.5rem;
}
.h-5{
  height: 1.25rem;
}
.h-8{
  height: 2rem;
}
.h-\[15px\]{
  height: 15px;
}
.h-\[1px\]{
  height: 1px;
}
.h-\[2px\]{
  height: 2px;
}
.h-\[30px\]{
  height: 30px;
}
.h-\[40px\]{
  height: 40px;
}
.h-\[80px\]{
  height: 80px;
}
.h-screen{
  height: 100vh;
}
.max-h-0{
  max-height: 0px;
}
.max-h-\[calc\(100vh-100px\)\]{
  max-height: calc(100vh - 100px);
}
.w-0{
  width: 0px;
}
.w-4{
  width: 1rem;
}
.w-5{
  width: 1.25rem;
}
.w-7{
  width: 1.75rem;
}
.w-8{
  width: 2rem;
}
.w-\[10\%\]{
  width: 10%;
}
.w-\[18px\]{
  width: 18px;
}
.w-\[190px\]{
  width: 190px;
}
.w-\[30px\]{
  width: 30px;
}
.w-\[320px\]{
  width: 320px;
}
.w-\[350px\]{
  width: 350px;
}
.w-\[40px\]{
  width: 40px;
}
.w-\[80px\]{
  width: 80px;
}
.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}
.w-full{
  width: 100%;
}
.w-screen{
  width: 100vw;
}
.max-w-\[1700px\]{
  max-width: 1700px;
}
.max-w-\[320px\]{
  max-width: 320px;
}
.max-w-\[450px\]{
  max-width: 450px;
}
.max-w-full{
  max-width: 100%;
}
.origin-center{
  transform-origin: center;
}
.origin-left{
  transform-origin: left;
}
.-translate-x-10{
  --tw-translate-x: -2.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));
}
.-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));
}
.translate-x-\[-75px\]{
  --tw-translate-x: -75px;
  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));
}
.-rotate-0{
  --tw-rotate: -0deg;
  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));
}
.rotate-0{
  --tw-rotate: 0deg;
  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));
}
.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));
}
.cursor-pointer{
  cursor: pointer;
}
.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-center{
  align-items: center;
}
.justify-start{
  justify-content: flex-start;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-x-4{
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-x-6{
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-y-2{
  row-gap: 0.5rem;
}
.gap-y-4{
  row-gap: 1rem;
}
.overflow-auto{
  overflow: auto;
}
.overflow-hidden{
  overflow: hidden;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.break-all{
  word-break: break-all;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-\[17px\]{
  border-radius: 17px;
}
.rounded-\[25px\]{
  border-radius: 25px;
}
.rounded-\[2rem\]{
  border-radius: 2rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.rounded-b-2xl{
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}
.rounded-b-\[2rem\]{
  border-bottom-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
}
.rounded-b-lg{
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.rounded-t-2xl{
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}
.rounded-t-\[2rem\]{
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
}
.border{
  border-width: 1px;
}
.border-0{
  border-width: 0px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-l-\[1px\]{
  border-left-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-border{
  --tw-border-opacity: 1;
  border-color: rgb(234 234 234 / var(--tw-border-opacity, 1));
}
.border-border\/30{
  border-color: rgb(234 234 234 / 0.3);
}
.border-b-border{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(234 234 234 / var(--tw-border-opacity, 1));
}
.border-t-theme-light{
  --tw-border-opacity: 1;
  border-top-color: rgb(245 245 245 / var(--tw-border-opacity, 1));
}
.border-opacity-20{
  --tw-border-opacity: 0.2;
}
.border-opacity-40{
  --tw-border-opacity: 0.4;
}
.\!bg-theme-dark\/70{
  background-color: rgb(0 0 0 / 0.7) !important;
}
.bg-border{
  --tw-bg-opacity: 1;
  background-color: rgb(234 234 234 / var(--tw-bg-opacity, 1));
}
.bg-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(17 17 17 / var(--tw-bg-opacity, 1));
}
.bg-orange-400{
  --tw-bg-opacity: 1;
  background-color: rgb(251 146 60 / var(--tw-bg-opacity, 1));
}
.bg-pink-500{
  --tw-bg-opacity: 1;
  background-color: rgb(236 72 153 / var(--tw-bg-opacity, 1));
}
.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(199 229 101 / var(--tw-bg-opacity, 1));
}
.bg-red-400{
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity, 1));
}
.bg-secondary\/40{
  background-color: rgb(144 188 0 / 0.4);
}
.bg-sky-400{
  --tw-bg-opacity: 1;
  background-color: rgb(56 189 248 / var(--tw-bg-opacity, 1));
}
.bg-theme-dark{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-theme-light{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
.bg-theme-light\/20{
  background-color: rgb(245 245 245 / 0.2);
}
.bg-transparent{
  background-color: transparent;
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-opacity-70{
  --tw-bg-opacity: 0.7;
}
.bg-right{
  background-position: right;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.p-0{
  padding: 0px;
}
.p-1{
  padding: 0.25rem;
}
.p-3{
  padding: 0.75rem;
}
.p-4{
  padding: 1rem;
}
.p-\[10px\]{
  padding: 10px;
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-7{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.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-7{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[16px\]{
  padding-top: 16px;
  padding-bottom: 16px;
}
.py-\[2\.5px\]{
  padding-top: 2.5px;
  padding-bottom: 2.5px;
}
.pb-0{
  padding-bottom: 0px;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-16{
  padding-bottom: 4rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pl-3{
  padding-left: 0.75rem;
}
.pl-6{
  padding-left: 1.5rem;
}
.pr-0{
  padding-right: 0px;
}
.pr-6{
  padding-right: 1.5rem;
}
.pt-0{
  padding-top: 0px;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-12{
  padding-top: 3rem;
}
.pt-16{
  padding-top: 4rem;
}
.pt-8{
  padding-top: 2rem;
}
.pt-\[0\.7rem\]{
  padding-top: 0.7rem;
}
.text-center{
  text-align: center;
}
.font-primary{
  font-family: IBM Plex Mono, monospace;
}
.font-secondary{
  font-family: Montserrat, sans-serif;
}
.text-\[12px\]{
  font-size: 12px;
}
.text-\[14px\]{
  font-size: 14px;
}
.text-base{
  font-size: 18px;
}
.text-h1-md{
  font-size: 2.34530004992rem;
}
.text-h5{
  font-size: 1.24rem;
}
.text-h5-md{
  font-size: 0.992rem;
}
.text-h6{
  font-size: 1rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.\!font-normal{
  font-weight: 400 !important;
}
.\!font-semibold{
  font-weight: 600 !important;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.uppercase{
  text-transform: uppercase;
}
.capitalize{
  text-transform: capitalize;
}
.leading-6{
  line-height: 1.5rem;
}
.\!text-dark\/50{
  color: rgb(17 17 17 / 0.5) !important;
}
.text-dark{
  --tw-text-opacity: 1;
  color: rgb(17 17 17 / var(--tw-text-opacity, 1));
}
.text-light\/60{
  color: rgb(206 206 208 / 0.6);
}
.text-light\/70{
  color: rgb(206 206 208 / 0.7);
}
.text-primary{
  --tw-text-opacity: 1;
  color: rgb(199 229 101 / var(--tw-text-opacity, 1));
}
.text-secondary{
  --tw-text-opacity: 1;
  color: rgb(144 188 0 / var(--tw-text-opacity, 1));
}
.text-text{
  --tw-text-opacity: 1;
  color: rgb(34 34 34 / var(--tw-text-opacity, 1));
}
.text-theme-dark{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-opacity-50{
  --tw-text-opacity: 0.5;
}
.opacity-10{
  opacity: 0.1;
}
.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.ring-0{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.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;
}
.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.delay-150{
  transition-delay: 150ms;
}
.delay-300{
  transition-delay: 300ms;
}
.delay-75{
  transition-delay: 75ms;
}
.duration-200{
  transition-duration: 200ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-500{
  transition-duration: 500ms;
}
b,
  strong{
  font-weight: 600;
}
code::after{
  content: var(--tw-content);
  border-style: none;
}
input:focus-visible{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    box-shadow: none;
}
select:focus{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    box-shadow: none;
}
@media not all and (min-width: 1024px){
  select{
    border-width: 0px;
  }
}
@media (min-width: 1024px){
  select:focus{
    --tw-border-opacity: 1;
    border-color: rgb(234 234 234 / var(--tw-border-opacity, 1));
  }
}
select {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%23222' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3E%3C/svg%3E");
  }
input[type=search]::-webkit-search-decoration,
  input[type=search]::-webkit-search-cancel-button,
  input[type=search]::-webkit-search-results-button,
  input[type=search]::-webkit-search-results-decoration {
    -webkit-appearance: none;
  }
.shadow-lg {
    box-shadow: 0px 23px 60px rgba(0, 0, 0, 0.102);
  }
@media (min-width: 768px){
  .md\:h4{
    font-weight: 700;
    line-height: 1.25;
    --tw-text-opacity: 1;
    color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  }
  .md\:h5{
    font-weight: 700;
    line-height: 1.25;
    --tw-text-opacity: 1;
    color: rgb(17 17 17 / var(--tw-text-opacity, 1));
  }
  .md\:h4{
    font-size: 1.5376rem;
  }
  .md\:h5{
    font-size: 1.24rem;
  }
  .md\:col-6{
    flex: 0 0 auto;
    width: 50%;
  }
  .md\:col-10{
    flex: 0 0 auto;
    width: 83.33333333333334%;
  }
  .md\:col-12{
    flex: 0 0 auto;
    width: 100%;
  }
  .md\:section{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  @media (min-width: 768px){
    .md\:section{
      padding-top: 6rem;
      padding-bottom: 6rem;
    }
  }
}
@media (min-width: 1024px){
  .lg\:col{
    flex: 1 0 0%;
  }
  .lg\:col-auto{
    flex: 0 0 auto;
    width: auto;
  }
  .lg\:col-3{
    flex: 0 0 auto;
    width: 25%;
  }
  .lg\:col-4{
    flex: 0 0 auto;
    width: 33.333333333333336%;
  }
  .lg\:col-5{
    flex: 0 0 auto;
    width: 41.66666666666667%;
  }
  .lg\:col-6{
    flex: 0 0 auto;
    width: 50%;
  }
  .lg\:col-7{
    flex: 0 0 auto;
    width: 58.333333333333336%;
  }
  .lg\:col-9{
    flex: 0 0 auto;
    width: 75%;
  }
  .lg\:col-10{
    flex: 0 0 auto;
    width: 83.33333333333334%;
  }
}
@media (min-width: 1200px){
  .xl\:col-auto{
    flex: 0 0 auto;
    width: auto;
  }
  .xl\:col-6{
    flex: 0 0 auto;
    width: 50%;
  }
  .xl\:bg-hero-pattern {
    background-image: url("../images/bg-pattern.png");
  }
}
@media (min-width: 1400px){
  .\32xl\:col-3{
    flex: 0 0 auto;
    width: 25%;
  }
  .\32xl\:col-4{
    flex: 0 0 auto;
    width: 33.333333333333336%;
  }
  .\32xl\:col-5{
    flex: 0 0 auto;
    width: 41.66666666666667%;
  }
  .\32xl\:col-6{
    flex: 0 0 auto;
    width: 50%;
  }
}
.placeholder\:text-sm::-moz-placeholder{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.placeholder\:text-sm::placeholder{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.placeholder\:text-dark\/50::-moz-placeholder{
  color: rgb(17 17 17 / 0.5);
}
.placeholder\:text-dark\/50::placeholder{
  color: rgb(17 17 17 / 0.5);
}
.placeholder\:text-text\/50::-moz-placeholder{
  color: rgb(34 34 34 / 0.5);
}
.placeholder\:text-text\/50::placeholder{
  color: rgb(34 34 34 / 0.5);
}
.after\:absolute::after{
  content: var(--tw-content);
  position: absolute;
}
.after\:left-0::after{
  content: var(--tw-content);
  left: 0px;
}
.after\:top-0::after{
  content: var(--tw-content);
  top: 0px;
}
.after\:h-full::after{
  content: var(--tw-content);
  height: 100%;
}
.after\:w-full::after{
  content: var(--tw-content);
  width: 100%;
}
.first\:pt-0:first-child{
  padding-top: 0px;
}
.last-of-type\:border-b-0:last-of-type{
  border-bottom-width: 0px;
}
.hover\:\!bg-primary:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(199 229 101 / var(--tw-bg-opacity, 1)) !important;
}
.hover\:text-dark\/80:hover{
  color: rgb(17 17 17 / 0.8);
}
.hover\:text-primary:hover{
  --tw-text-opacity: 1;
  color: rgb(199 229 101 / var(--tw-text-opacity, 1));
}
.focus\:border-0:focus{
  border-width: 0px;
}
.focus\:ring-0:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.group:hover .group-hover\:ml-1{
  margin-left: 0.25rem;
}
.group:hover .group-hover\:bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(199 229 101 / var(--tw-bg-opacity, 1));
}
.group.active .group-\[\.active\]\:mt-4{
  margin-top: 1rem;
}
.group.active .group-\[\.active\]\:block{
  display: block;
}
.group.active .group-\[\.active\]\:inline-block{
  display: inline-block;
}
.group.active .group-\[\.active\]\:hidden{
  display: none;
}
.group.active .group-\[\.active\]\:h-\[21px\]{
  height: 21px;
}
.group.active .group-\[\.active\]\:max-h-\[1000px\]{
  max-height: 1000px;
}
.group.active .group-\[\.active\]\:w-12{
  width: 3rem;
}
.group.active .group-\[\.active\]\: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));
}
.group.active .group-\[\.active\]\:translate-x-10{
  --tw-translate-x: 2.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));
}
.group.active .group-\[\.active\]\:-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));
}
.group.active .group-\[\.active\]\:rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group.active .group-\[\.active\]\: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));
}
.group.active .group-\[\.active\]\:bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(199 229 101 / var(--tw-bg-opacity, 1));
}
.group.active .group-\[\.active\]\:font-semibold{
  font-weight: 600;
}
@media not all and (min-width: 575px){
  .max-sm\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width: 480px){
  .xs\:block{
    display: block;
  }
}
@media (min-width: 575px){
  .sm\:mb-0{
    margin-bottom: 0px;
  }
  .sm\:mb-6{
    margin-bottom: 1.5rem;
  }
  .sm\:mb-8{
    margin-bottom: 2rem;
  }
  .sm\:block{
    display: block;
  }
  .sm\:hidden{
    display: none;
  }
  .sm\:h-\[50px\]{
    height: 50px;
  }
  .sm\:w-\[50px\]{
    width: 50px;
  }
  .sm\:flex-row{
    flex-direction: row;
  }
  .sm\:rounded-2xl{
    border-radius: 1rem;
  }
  .sm\:rounded-3xl{
    border-radius: 1.5rem;
  }
  .sm\:rounded-\[34px\]{
    border-radius: 34px;
  }
  .sm\:rounded-\[40px\]{
    border-radius: 40px;
  }
  .sm\:rounded-\[50px\]{
    border-radius: 50px;
  }
  .sm\:rounded-b-\[60px\]{
    border-bottom-right-radius: 60px;
    border-bottom-left-radius: 60px;
  }
  .sm\:rounded-b-\[80px\]{
    border-bottom-right-radius: 80px;
    border-bottom-left-radius: 80px;
  }
  .sm\:bg-red-200{
    --tw-bg-opacity: 1;
    background-color: rgb(254 202 202 / var(--tw-bg-opacity, 1));
  }
  .sm\:p-8{
    padding: 2rem;
  }
  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .sm\:py-5{
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .sm\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .sm\:pr-16{
    padding-right: 4rem;
  }
  .sm\:pr-28{
    padding-right: 7rem;
  }
  .sm\:text-left{
    text-align: left;
  }
  .sm\:text-\[20px\]{
    font-size: 20px;
  }
  .sm\:text-base{
    font-size: 18px;
  }
  .sm\:text-h5{
    font-size: 1.24rem;
  }
}
@media (min-width: 768px){
  .md\:mb-16{
    margin-bottom: 4rem;
  }
  .md\:mb-24{
    margin-bottom: 6rem;
  }
  .md\:mb-3{
    margin-bottom: 0.75rem;
  }
  .md\:block{
    display: block;
  }
  .md\:hidden{
    display: none;
  }
  .md\:max-w-\[580px\]{
    max-width: 580px;
  }
  .md\:justify-center{
    justify-content: center;
  }
  .md\:rounded-b-\[120px\]{
    border-bottom-right-radius: 120px;
    border-bottom-left-radius: 120px;
  }
  .md\:rounded-b-\[80px\]{
    border-bottom-right-radius: 80px;
    border-bottom-left-radius: 80px;
  }
  .md\:rounded-t-\[80px\]{
    border-top-left-radius: 80px;
    border-top-right-radius: 80px;
  }
  .md\:bg-yellow-200{
    --tw-bg-opacity: 1;
    background-color: rgb(254 240 138 / var(--tw-bg-opacity, 1));
  }
  .md\:p-5{
    padding: 1.25rem;
  }
  .md\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .md\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .md\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .md\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .md\:py-7{
    padding-top: 1.75rem;
    padding-bottom: 1.75rem;
  }
  .md\:pb-12{
    padding-bottom: 3rem;
  }
  .md\:pb-20{
    padding-bottom: 5rem;
  }
  .md\:pr-10{
    padding-right: 2.5rem;
  }
  .md\:pt-12{
    padding-top: 3rem;
  }
  .md\:pt-16{
    padding-top: 4rem;
  }
  .md\:text-base{
    font-size: 18px;
  }
  .md\:text-h1{
    font-size: 2.9316250624rem;
  }
  .md\:text-h1-md{
    font-size: 2.34530004992rem;
  }
  .md\:text-h5{
    font-size: 1.24rem;
  }
  .md\:leading-9{
    line-height: 2.25rem;
  }
}
@media (min-width: 1024px){
  .lg\:\!sticky{
    position: sticky !important;
  }
  .lg\:\!top-\[95px\]{
    top: 95px !important;
  }
  .lg\:col-auto{
    grid-column: auto;
  }
  .lg\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .lg\:mx-\[46px\]{
    margin-left: 46px;
    margin-right: 46px;
  }
  .lg\:mb-0{
    margin-bottom: 0px;
  }
  .lg\:mb-10{
    margin-bottom: 2.5rem;
  }
  .lg\:ml-\[46px\]{
    margin-left: 46px;
  }
  .lg\:block{
    display: block;
  }
  .lg\:inline-block{
    display: inline-block;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:max-h-\[calc\(100vh-100px\)\]{
    max-height: calc(100vh - 100px);
  }
  .lg\:\!w-full{
    width: 100% !important;
  }
  .lg\:w-\[calc\(100\%-320px\)\]{
    width: calc(100% - 320px);
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:justify-start{
    justify-content: flex-start;
  }
  .lg\:justify-end{
    justify-content: flex-end;
  }
  .lg\:justify-between{
    justify-content: space-between;
  }
  .lg\:gap-10{
    gap: 2.5rem;
  }
  .lg\:gap-7{
    gap: 1.75rem;
  }
  .lg\:gap-x-5{
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }
  .lg\:border-l{
    border-left-width: 1px;
  }
  .lg\:border-l-border{
    --tw-border-opacity: 1;
    border-left-color: rgb(234 234 234 / var(--tw-border-opacity, 1));
  }
  .lg\:bg-green-200{
    --tw-bg-opacity: 1;
    background-color: rgb(187 247 208 / var(--tw-bg-opacity, 1));
  }
  .lg\:\!py-10{
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
  }
  .lg\:\!pr-\[46px\]{
    padding-right: 46px !important;
  }
  .lg\:pl-0{
    padding-left: 0px;
  }
  .lg\:pl-10{
    padding-left: 2.5rem;
  }
  .lg\:pl-14{
    padding-left: 3.5rem;
  }
  .lg\:pl-\[28px\]{
    padding-left: 28px;
  }
  .lg\:pl-\[46px\]{
    padding-left: 46px;
  }
  .lg\:pr-0{
    padding-right: 0px;
  }
  .lg\:pt-0{
    padding-top: 0px;
  }
  .lg\:text-\[22px\]{
    font-size: 22px;
  }
  .lg\:text-base{
    font-size: 18px;
  }
  .lg\:text-h1{
    font-size: 2.9316250624rem;
  }
  .lg\:opacity-25{
    opacity: 0.25;
  }
  .group:hover .lg\:group-hover\:visible{
    visibility: visible;
  }
  .group:hover .lg\:group-hover\:opacity-100{
    opacity: 1;
  }
}
@media (min-width: 1200px){
  .xl\:order-none{
    order: 0;
  }
  .xl\:col-auto{
    grid-column: auto;
  }
  .xl\:ml-auto{
    margin-left: auto;
  }
  .xl\:block{
    display: block;
  }
  .xl\:hidden{
    display: none;
  }
  .xl\:max-w-\[400px\]{
    max-width: 400px;
  }
  .xl\:bg-blue-200{
    --tw-bg-opacity: 1;
    background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
  }
  .xl\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .xl\:pb-28{
    padding-bottom: 7rem;
  }
  .xl\:opacity-100{
    opacity: 1;
  }
  .xl\:gy-0 {
    --bs-gutter-y: 0rem;
  }
}
@media (min-width: 1400px){
  .\32xl\:block{
    display: block;
  }
  .\32xl\:hidden{
    display: none;
  }
  .\32xl\:w-\[380px\]{
    width: 380px;
  }
  .\32xl\:w-\[calc\(100\%-380px-350px\)\]{
    width: calc(100% - 380px - 350px);
  }
  .\32xl\:border-r{
    border-right-width: 1px;
  }
  .\32xl\:border-r-border{
    --tw-border-opacity: 1;
    border-right-color: rgb(234 234 234 / var(--tw-border-opacity, 1));
  }
  .\32xl\:bg-pink-200{
    --tw-bg-opacity: 1;
    background-color: rgb(251 207 232 / var(--tw-bg-opacity, 1));
  }
  .\32xl\:pr-0{
    padding-right: 0px;
  }
  .\32xl\:pr-24{
    padding-right: 6rem;
  }
  .\32xl\:pr-\[46px\]{
    padding-right: 46px;
  }
  .\32xl\:pt-24{
    padding-top: 6rem;
  }
}
@media (min-width: 1600px){
  .\33xl\:block{
    display: block;
  }
  .\33xl\:hidden{
    display: none;
  }
}