@charset "UTF-8";
/*
! tailwindcss v3.1.8 | 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.
*/
html {
  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: Nunito, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}
/*
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. 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-size: 1em; /* 2 */
}
/*
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-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
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;
}
[type='text'],[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, [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;
}
::-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]{
  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");
}
[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");
}
[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;
}
[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;
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::backdrop{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container{
  width: 100%;
}
@media (min-width: 640px){
  .container{
    max-width: 640px;
  }
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
}
@media (min-width: 1024px){
  .container{
    max-width: 1024px;
  }
}
@media (min-width: 1280px){
  .container{
    max-width: 1280px;
  }
}
@media (min-width: 1536px){
  .container{
    max-width: 1536px;
  }
}
.prose{
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.prose :where([class~="lead"]):not(:where([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"] *)){
  color: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.prose :where(strong):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"] *)){
  color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *)){
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *)){
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)){
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"] *)){
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"] *))::marker{
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"] *))::marker{
  color: var(--tw-prose-bullets);
}
.prose :where(hr):not(:where([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"] *)){
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before{
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after{
  content: close-quote;
}
.prose :where(h1):not(:where([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"] *)){
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([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"] *)){
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([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"] *)){
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([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"] *)){
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(figure > *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose :where(code):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"] *))::before{
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"] *))::after{
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"] *)){
  color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"] *)){
  color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"] *)){
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"] *)){
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"] *)){
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"] *)){
  color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"] *)){
  color: inherit;
}
.prose :where(pre):not(:where([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-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
.prose :where(pre code):not(:where([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"] *))::before{
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"] *))::after{
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"] *)){
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"] *)){
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"] *)){
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody tr):not(:where([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"] *)){
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"] *)){
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"] *)){
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"] *)){
  vertical-align: top;
}
.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-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-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(p):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where(video):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(figure):not(:where([class~="not-prose"] *)){
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(li):not(:where([class~="not-prose"] *)){
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"] *)){
  padding-left: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(hr + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)){
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)){
  padding-left: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)){
  padding-right: 0;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0;
}
.prose-sm :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}
.prose-sm :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.1428571em;
}
.prose-sm :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.1428571em;
}
.prose-sm :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.1428571em;
}
.prose-sm :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.1428571em;
}
.prose-sm :where(.prose > :first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose-sm :where(.prose > :last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0;
}
.prose-base :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose-base :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose-base :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose-base :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.25em;
}
.prose-base :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.25em;
}
.prose-base :where(.prose > :first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose-base :where(.prose > :last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0;
}
.prose-lg :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.prose-lg :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.3333333em;
}
.prose-lg :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.3333333em;
}
.prose-lg :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.3333333em;
}
.prose-lg :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.3333333em;
}
.prose-lg :where(.prose > :first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose-lg :where(.prose > :last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0;
}
.prose-xl :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}
.prose-xl :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.2em;
}
.prose-xl :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.2em;
}
.prose-xl :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.2em;
}
.prose-xl :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.2em;
}
.prose-xl :where(.prose > :first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose-xl :where(.prose > :last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0;
}
.prose-2xl :where(.prose > ul > li p):not(:where([class~="not-prose"] *)){
  margin-top: 0.8333333em;
  margin-bottom: 0.8333333em;
}
.prose-2xl :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.3333333em;
}
.prose-2xl :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.3333333em;
}
.prose-2xl :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)){
  margin-top: 1.3333333em;
}
.prose-2xl :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 1.3333333em;
}
.prose-2xl :where(.prose > :first-child):not(:where([class~="not-prose"] *)){
  margin-top: 0;
}
.prose-2xl :where(.prose > :last-child):not(:where([class~="not-prose"] *)){
  margin-bottom: 0;
}
.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;
}
.pointer-events-none{
  pointer-events: none;
}
.pointer-events-auto{
  pointer-events: auto;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.inset-0{
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.inset-y-0{
  top: 0px;
  bottom: 0px;
}
.left-0{
  left: 0px;
}
.right-0{
  right: 0px;
}
.top-0{
  top: 0px;
}
.left-6{
  left: 1.5rem;
}
.bottom-6{
  bottom: 1.5rem;
}
.-bottom-4{
  bottom: -1rem;
}
.top-\[50\%\]{
  top: 50%;
}
.left-\[50\%\]{
  left: 50%;
}
.left-\[-100\%\]{
  left: -100%;
}
.bottom-0{
  bottom: 0px;
}
.right-10{
  right: 2.5rem;
}
.top-3{
  top: 0.75rem;
}
.right-7{
  right: 1.75rem;
}
.-top-\[80px\]{
  top: -80px;
}
.top-\[100\%\]{
  top: 100%;
}
.-top-\[120px\]{
  top: -120px;
}
.-top-12{
  top: -3rem;
}
.-top-24{
  top: -6rem;
}
.-right-7{
  right: -1.75rem;
}
.-bottom-7{
  bottom: -1.75rem;
}
.-top-\[40px\]{
  top: -40px;
}
.-right-4{
  right: -1rem;
}
.left-auto{
  left: auto;
}
.top-4{
  top: 1rem;
}
.top-auto{
  top: auto;
}
.-right-3{
  right: -0.75rem;
}
.-bottom-3{
  bottom: -0.75rem;
}
.right-4{
  right: 1rem;
}
.z-0{
  z-index: 0;
}
.z-50{
  z-index: 50;
}
.z-10{
  z-index: 10;
}
.z-40{
  z-index: 40;
}
.z-\[3\]{
  z-index: 3;
}
.z-20{
  z-index: 20;
}
.z-\[2\]{
  z-index: 2;
}
.order-2{
  order: 2;
}
.order-1{
  order: 1;
}
.col-span-6{
  grid-column: span 6 / span 6;
}
.col-span-5{
  grid-column: span 5 / span 5;
}
.col-span-1{
  grid-column: span 1 / span 1;
}
.col-span-12{
  grid-column: span 12 / span 12;
}
.col-span-full{
  grid-column: 1 / -1;
}
.col-span-2{
  grid-column: span 2 / span 2;
}
.m-auto{
  margin: auto;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.-mx-1\.5{
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}
.-my-1\.5{
  margin-top: -0.375rem;
  margin-bottom: -0.375rem;
}
.-mx-1{
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.-my-1{
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}
.mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-3{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.my-auto{
  margin-top: auto;
  margin-bottom: auto;
}
.-my-2{
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.ml-3{
  margin-left: 0.75rem;
}
.-ml-px{
  margin-left: -1px;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.-mr-1{
  margin-right: -0.25rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.ml-4{
  margin-left: 1rem;
}
.ml-12{
  margin-left: 3rem;
}
.ml-1{
  margin-left: 0.25rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.-mr-0\.5{
  margin-right: -0.125rem;
}
.-mr-0{
  margin-right: -0px;
}
.-mr-2{
  margin-right: -0.5rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.ml-6{
  margin-left: 1.5rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.-mt-px{
  margin-top: -1px;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.-ml-0\.5{
  margin-left: -0.125rem;
}
.-ml-0{
  margin-left: -0px;
}
.mt-auto{
  margin-top: auto;
}
.ml-auto{
  margin-left: auto;
}
.mr-4{
  margin-right: 1rem;
}
.-mr-12{
  margin-right: -3rem;
}
.mr-6{
  margin-right: 1.5rem;
}
.mr-5{
  margin-right: 1.25rem;
}
.mr-7{
  margin-right: 1.75rem;
}
.ml-0{
  margin-left: 0px;
}
.mr-8{
  margin-right: 2rem;
}
.-mb-px{
  margin-bottom: -1px;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-\[28px\]{
  margin-bottom: 28px;
}
.mb-\[31px\]{
  margin-bottom: 31px;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mb-\[37px\]{
  margin-bottom: 37px;
}
.mb-7{
  margin-bottom: 1.75rem;
}
.mb-20{
  margin-bottom: 5rem;
}
.mb-\[64px\]{
  margin-bottom: 64px;
}
.mb-12{
  margin-bottom: 3rem;
}
.mr-\[10px\]{
  margin-right: 10px;
}
.mb-\[10px\]{
  margin-bottom: 10px;
}
.mb-\[30px\]{
  margin-bottom: 30px;
}
.mb-\[50px\]{
  margin-bottom: 50px;
}
.ml-5{
  margin-left: 1.25rem;
}
.mb-40{
  margin-bottom: 10rem;
}
.mt-\[35px\]{
  margin-top: 35px;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.table-row{
  display: table-row;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.\!hidden{
  display: none !important;
}
.h-5{
  height: 1.25rem;
}
.h-16{
  height: 4rem;
}
.h-12{
  height: 3rem;
}
.h-6{
  height: 1.5rem;
}
.h-8{
  height: 2rem;
}
.h-4{
  height: 1rem;
}
.h-9{
  height: 2.25rem;
}
.h-10{
  height: 2.5rem;
}
.h-20{
  height: 5rem;
}
.h-40{
  height: 10rem;
}
.h-full{
  height: 100%;
}
.h-1{
  height: 0.25rem;
}
.h-11{
  height: 2.75rem;
}
.h-auto{
  height: auto;
}
.h-3{
  height: 0.75rem;
}
.h-\[50px\]{
  height: 50px;
}
.h-fit{
  height: -moz-fit-content;
  height: fit-content;
}
.h-\[34px\]{
  height: 34px;
}
.h-14{
  height: 3.5rem;
}
.h-screen{
  height: 100vh;
}
.h-2\.5{
  height: 0.625rem;
}
.h-2{
  height: 0.5rem;
}
.h-\[100px\]{
  height: 100px;
}
.h-\[2px\]{
  height: 2px;
}
.h-\[58px\]{
  height: 58px;
}
.h-\[260px\]{
  height: 260px;
}
.h-\[128px\]{
  height: 128px;
}
.h-\[120px\]{
  height: 120px;
}
.h-\[90px\]{
  height: 90px;
}
.h-\[5px\]{
  height: 5px;
}
.h-\[68px\]{
  height: 68px;
}
.h-\[471px\]{
  height: 471px;
}
.h-\[130px\]{
  height: 130px;
}
.h-\[112px\]{
  height: 112px;
}
.h-\[37px\]{
  height: 37px;
}
.max-h-60{
  max-height: 15rem;
}
.max-h-\[164px\]{
  max-height: 164px;
}
.max-h-\[95vh\]{
  max-height: 95vh;
}
.max-h-\[34vh\]{
  max-height: 34vh;
}
.max-h-\[90vh\]{
  max-height: 90vh;
}
.min-h-screen{
  min-height: 100vh;
}
.min-h-\[68px\]{
  min-height: 68px;
}
.min-h-\[72px\]{
  min-height: 72px;
}
.min-h-\[472px\]{
  min-height: 472px;
}
.w-5{
  width: 1.25rem;
}
.w-16{
  width: 4rem;
}
.w-full{
  width: 100%;
}
.w-0{
  width: 0px;
}
.w-12{
  width: 3rem;
}
.w-6{
  width: 1.5rem;
}
.w-3\/4{
  width: 75%;
}
.w-48{
  width: 12rem;
}
.w-auto{
  width: auto;
}
.w-8{
  width: 2rem;
}
.w-4{
  width: 1rem;
}
.w-60{
  width: 15rem;
}
.w-10{
  width: 2.5rem;
}
.w-1\/2{
  width: 50%;
}
.w-20{
  width: 5rem;
}
.w-\[180px\]{
  width: 180px;
}
.w-\[88px\]{
  width: 88px;
}
.w-screen{
  width: 100vw;
}
.w-\[90\%\]{
  width: 90%;
}
.w-\[calc\(100\%-20px\)\]{
  width: calc(100% - 20px);
}
.w-\[auto\]{
  width: auto;
}
.w-64{
  width: 16rem;
}
.w-1\.5{
  width: 0.375rem;
}
.w-1{
  width: 0.25rem;
}
.w-3{
  width: 0.75rem;
}
.w-11{
  width: 2.75rem;
}
.w-\[50px\]{
  width: 50px;
}
.w-max{
  width: -moz-max-content;
  width: max-content;
}
.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}
.w-\[34px\]{
  width: 34px;
}
.w-14{
  width: 3.5rem;
}
.w-2\.5{
  width: 0.625rem;
}
.w-2{
  width: 0.5rem;
}
.w-\[100px\]{
  width: 100px;
}
.w-9\/12{
  width: 75%;
}
.w-3\/12{
  width: 25%;
}
.w-\[120px\]{
  width: 120px;
}
.w-\[113px\]{
  width: 113px;
}
.w-\[112px\]{
  width: 112px;
}
.w-\[80\%\]{
  width: 80%;
}
.w-1\/4{
  width: 25%;
}
.w-\[calc\(100\%-16px\)\]{
  width: calc(100% - 16px);
}
.w-\[calc\(100\%-51px\)\]{
  width: calc(100% - 51px);
}
.w-\[calc\(100\%\+51px\)\]{
  width: calc(100% + 51px);
}
.w-\[130px\]{
  width: 130px;
}
.w-\[calc\(100\%-12px\)\]{
  width: calc(100% - 12px);
}
.w-\[37px\]{
  width: 37px;
}
.w-6\/12{
  width: 50%;
}
.w-\[calc\(100\%-640px\)\]{
  width: calc(100% - 640px);
}
.min-w-0{
  min-width: 0px;
}
.min-w-full{
  min-width: 100%;
}
.max-w-screen-xl{
  max-width: 1280px;
}
.max-w-7xl{
  max-width: 80rem;
}
.max-w-xl{
  max-width: 36rem;
}
.max-w-6xl{
  max-width: 72rem;
}
.max-w-\[280px\]{
  max-width: 280px;
}
.max-w-full{
  max-width: 100%;
}
.max-w-sm{
  max-width: 24rem;
}
.max-w-\[1366px\]{
  max-width: 1366px;
}
.max-w-\[355px\]{
  max-width: 355px;
}
.max-w-0{
  max-width: 0rem;
}
.max-w-none{
  max-width: none;
}
.max-w-\[295px\]{
  max-width: 295px;
}
.max-w-\[510px\]{
  max-width: 510px;
}
.max-w-\[1466px\]{
  max-width: 1466px;
}
.max-w-2xl{
  max-width: 42rem;
}
.max-w-\[944px\]{
  max-width: 944px;
}
.max-w-\[854px\]{
  max-width: 854px;
}
.max-w-\[549px\]{
  max-width: 549px;
}
.max-w-\[800px\]{
  max-width: 800px;
}
.max-w-\[200px\]{
  max-width: 200px;
}
.max-w-\[263px\]{
  max-width: 263px;
}
.max-w-\[916px\]{
  max-width: 916px;
}
.max-w-\[250px\]{
  max-width: 250px;
}
.max-w-\[466px\]{
  max-width: 466px;
}
.max-w-\[455px\]{
  max-width: 455px;
}
.max-w-\[1000px\]{
  max-width: 1000px;
}
.max-w-\[361px\]{
  max-width: 361px;
}
.max-w-\[372px\]{
  max-width: 372px;
}
.max-w-\[50\%\]{
  max-width: 50%;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.shrink-0{
  flex-shrink: 0;
}
.flex-grow{
  flex-grow: 1;
}
.table-auto{
  table-layout: auto;
}
.table-fixed{
  table-layout: fixed;
}
.origin-top-left{
  transform-origin: top left;
}
.origin-top{
  transform-origin: top;
}
.origin-top-right{
  transform-origin: top right;
}
.translate-y-4{
  --tw-translate-y: 1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-0{
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-full{
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.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));
}
.-translate-y-\[50\%\]{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-\[50\%\]{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-6{
  --tw-translate-x: 1.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-x-1{
  --tw-translate-x: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[100\%\]{
  --tw-translate-x: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-\[51px\]{
  --tw-translate-x: -51px;
  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-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));
}
.scale-95{
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  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));
}
.scale-100{
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.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-default{
  cursor: default;
}
.cursor-pointer{
  cursor: pointer;
}
.cursor-grab{
  cursor: grab;
}
.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.list-inside{
  list-style-position: inside;
}
.list-disc{
  list-style-type: disc;
}
.grid-cols-6{
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-12{
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.justify-items-center{
  justify-items: center;
}
.gap-6{
  gap: 1.5rem;
}
.gap-4{
  gap: 1rem;
}
.gap-1{
  gap: 0.25rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-\[24px\]{
  gap: 24px;
}
.gap-\[60px\]{
  gap: 60px;
}
.gap-\[34px\]{
  gap: 34px;
}
.gap-10{
  gap: 2.5rem;
}
.gap-x-2{
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-y-3{
  row-gap: 0.75rem;
}
.gap-y-10{
  row-gap: 2.5rem;
}
.gap-y-\[32px\]{
  row-gap: 32px;
}
.space-x-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-x-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.-space-x-px > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-1px * var(--tw-space-x-reverse));
  margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-x-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.-space-x-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(-0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(-0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-x-0 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0px * var(--tw-space-x-reverse));
  margin-left: calc(0px * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-\[35px\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(35px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(35px * var(--tw-space-y-reverse));
}
.space-y-12 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}
.space-y-20 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(5rem * var(--tw-space-y-reverse));
}
.space-y-9 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.25rem * var(--tw-space-y-reverse));
}
.space-y-10 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
.space-y-7 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.75rem * var(--tw-space-y-reverse));
}
.space-y-\[10px\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(10px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(10px * var(--tw-space-y-reverse));
}
.space-y-\[61px\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(61px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(61px * var(--tw-space-y-reverse));
}
.space-y-\[34px\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(34px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(34px * var(--tw-space-y-reverse));
}
.space-x-\[10px\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(10px * var(--tw-space-x-reverse));
  margin-left: calc(10px * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-\[58px\] > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(58px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(58px * var(--tw-space-y-reverse));
}
.space-x-7 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1.75rem * var(--tw-space-x-reverse));
  margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-gray-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity));
}
.divide-gray-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-divide-opacity));
}
.overflow-auto{
  overflow: auto;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-x-auto{
  overflow-x: auto;
}
.overflow-y-auto{
  overflow-y: auto;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.overflow-y-scroll{
  overflow-y: scroll;
}
.scroll-smooth{
  scroll-behavior: smooth;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.whitespace-pre-wrap{
  white-space: pre-wrap;
}
.break-all{
  word-break: break-all;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-\[5px\]{
  border-radius: 5px;
}
.rounded-none{
  border-radius: 0px;
}
.rounded-\[10px\]{
  border-radius: 10px;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.rounded-\[6px\]{
  border-radius: 6px;
}
.rounded-l-md{
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-r-md{
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.rounded-t-none{
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.rounded-b-none{
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.rounded-t-\[10px\]{
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.rounded-t-xl{
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.rounded-b-\[10px\]{
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
}
.rounded-tl{
  border-top-left-radius: 0.25rem;
}
.rounded-tr{
  border-top-right-radius: 0.25rem;
}
.rounded-br{
  border-bottom-right-radius: 0.25rem;
}
.rounded-tr-\[10px\]{
  border-top-right-radius: 10px;
}
.border{
  border-width: 1px;
}
.border-2{
  border-width: 2px;
}
.border-0{
  border-width: 0px;
}
.border-b-2{
  border-bottom-width: 2px;
}
.border-l-4{
  border-left-width: 4px;
}
.border-t{
  border-top-width: 1px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-r{
  border-right-width: 1px;
}
.border-l{
  border-left-width: 1px;
}
.border-r-0{
  border-right-width: 0px;
}
.border-l-0{
  border-left-width: 0px;
}
.border-b-\[5px\]{
  border-bottom-width: 5px;
}
.border-dashed{
  border-style: dashed;
}
.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-transparent{
  border-color: transparent;
}
.border-indigo-400{
  --tw-border-opacity: 1;
  border-color: rgb(129 140 248 / var(--tw-border-opacity));
}
.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-gray-100{
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}
.border-gray-400{
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}
.border-gray-900{
  --tw-border-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-border-opacity));
}
.border-gray-500{
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}
.border-red-500{
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}
.border-red-300{
  --tw-border-opacity: 1;
  border-color: rgb(252 165 165 / var(--tw-border-opacity));
}
.border-primary-500{
  --tw-border-opacity: 1;
  border-color: rgb(15 129 57 / var(--tw-border-opacity));
}
.border-gray-700{
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity));
}
.border-\[\#B9B9B880\]{
  border-color: #B9B9B880;
}
.border-\[\#B9B9B8\]{
  --tw-border-opacity: 1;
  border-color: rgb(185 185 184 / var(--tw-border-opacity));
}
.border-\[\#E9E8E8\]{
  --tw-border-opacity: 1;
  border-color: rgb(233 232 232 / var(--tw-border-opacity));
}
.border-\[\#FF9C00\]{
  --tw-border-opacity: 1;
  border-color: rgb(255 156 0 / var(--tw-border-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-indigo-500{
  --tw-bg-opacity: 1;
  background-color: rgb(99 102 241 / var(--tw-bg-opacity));
}
.bg-red-700{
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}
.bg-gray-500{
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}
.bg-indigo-600{
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity));
}
.bg-red-600{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}
.bg-gray-800{
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
.bg-red-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}
.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-indigo-50{
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 255 / var(--tw-bg-opacity));
}
.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-primary-700{
  --tw-bg-opacity: 1;
  background-color: rgb(11 92 40 / var(--tw-bg-opacity));
}
.bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-primary-300{
  --tw-bg-opacity: 1;
  background-color: rgb(94 171 122 / var(--tw-bg-opacity));
}
.bg-primary-500{
  --tw-bg-opacity: 1;
  background-color: rgb(15 129 57 / var(--tw-bg-opacity));
}
.bg-neutral-400{
  --tw-bg-opacity: 1;
  background-color: rgb(163 163 163 / var(--tw-bg-opacity));
}
.bg-neutral-500{
  --tw-bg-opacity: 1;
  background-color: rgb(115 115 115 / var(--tw-bg-opacity));
}
.bg-\[\#FF9C00\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 156 0 / var(--tw-bg-opacity));
}
.bg-\[\#E9E8E8\]{
  --tw-bg-opacity: 1;
  background-color: rgb(233 232 232 / var(--tw-bg-opacity));
}
.bg-green-200{
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity));
}
.bg-pink-600{
  --tw-bg-opacity: 1;
  background-color: rgb(219 39 119 / var(--tw-bg-opacity));
}
.bg-gray-900{
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}
.bg-\[\#0F8139\]{
  --tw-bg-opacity: 1;
  background-color: rgb(15 129 57 / var(--tw-bg-opacity));
}
.bg-\[\#CA71EF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(202 113 239 / var(--tw-bg-opacity));
}
.bg-\[\#ECCDF9\]{
  --tw-bg-opacity: 1;
  background-color: rgb(236 205 249 / var(--tw-bg-opacity));
}
.bg-\[\#B943E9\]{
  --tw-bg-opacity: 1;
  background-color: rgb(185 67 233 / var(--tw-bg-opacity));
}
.bg-\[\#DB9FF4\]{
  --tw-bg-opacity: 1;
  background-color: rgb(219 159 244 / var(--tw-bg-opacity));
}
.bg-\[\#E9E8E880\]{
  background-color: #E9E8E880;
}
.bg-\[\#1EA69A\]{
  --tw-bg-opacity: 1;
  background-color: rgb(30 166 154 / var(--tw-bg-opacity));
}
.bg-blue-500{
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}
.bg-\[\#B9B9B8CC\]{
  background-color: #B9B9B8CC;
}
.bg-\[\#B9B9B84D\]{
  background-color: #B9B9B84D;
}
.bg-blue-300{
  --tw-bg-opacity: 1;
  background-color: rgb(147 197 253 / var(--tw-bg-opacity));
}
.bg-\[\#357653\]{
  --tw-bg-opacity: 1;
  background-color: rgb(53 118 83 / var(--tw-bg-opacity));
}
.bg-\[\#989796\]{
  --tw-bg-opacity: 1;
  background-color: rgb(152 151 150 / var(--tw-bg-opacity));
}
.bg-\[\#e45534\]{
  --tw-bg-opacity: 1;
  background-color: rgb(228 85 52 / var(--tw-bg-opacity));
}
.bg-primary-200{
  --tw-bg-opacity: 1;
  background-color: rgb(145 197 164 / var(--tw-bg-opacity));
}
.bg-primary-400{
  --tw-bg-opacity: 1;
  background-color: rgb(63 154 97 / var(--tw-bg-opacity));
}
.bg-primary-600{
  --tw-bg-opacity: 1;
  background-color: rgb(14 117 52 / var(--tw-bg-opacity));
}
.bg-secondary-200{
  --tw-bg-opacity: 1;
  background-color: rgb(152 214 209 / var(--tw-bg-opacity));
}
.bg-secondary-300{
  --tw-bg-opacity: 1;
  background-color: rgb(104 195 187 / var(--tw-bg-opacity));
}
.bg-secondary-400{
  --tw-bg-opacity: 1;
  background-color: rgb(75 184 174 / var(--tw-bg-opacity));
}
.bg-secondary-500{
  --tw-bg-opacity: 1;
  background-color: rgb(30 166 154 / var(--tw-bg-opacity));
}
.bg-secondary-600{
  --tw-bg-opacity: 1;
  background-color: rgb(27 151 140 / var(--tw-bg-opacity));
}
.bg-secondary-700{
  --tw-bg-opacity: 1;
  background-color: rgb(21 118 109 / var(--tw-bg-opacity));
}
.bg-gray-400{
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}
.bg-gray-600{
  --tw-bg-opacity: 1;
  background-color: rgb(75 85 99 / var(--tw-bg-opacity));
}
.bg-gray-700{
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}
.bg-neutral-50{
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}
.bg-neutral-100{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.bg-neutral-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
}
.bg-neutral-300{
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity));
}
.bg-neutral-600{
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 82 / var(--tw-bg-opacity));
}
.bg-neutral-700{
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity));
}
.bg-neutral-800{
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity));
}
.bg-neutral-900{
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity));
}
.bg-red-50{
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}
.bg-red-200{
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity));
}
.bg-red-300{
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity));
}
.bg-red-400{
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity));
}
.bg-red-500{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}
.bg-red-800{
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity));
}
.bg-red-900{
  --tw-bg-opacity: 1;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity));
}
.bg-orange-50{
  --tw-bg-opacity: 1;
  background-color: rgb(255 247 237 / var(--tw-bg-opacity));
}
.bg-orange-100{
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity));
}
.bg-orange-200{
  --tw-bg-opacity: 1;
  background-color: rgb(254 215 170 / var(--tw-bg-opacity));
}
.bg-orange-300{
  --tw-bg-opacity: 1;
  background-color: rgb(253 186 116 / var(--tw-bg-opacity));
}
.bg-orange-400{
  --tw-bg-opacity: 1;
  background-color: rgb(251 146 60 / var(--tw-bg-opacity));
}
.bg-orange-500{
  --tw-bg-opacity: 1;
  background-color: rgb(249 115 22 / var(--tw-bg-opacity));
}
.bg-orange-600{
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity));
}
.bg-orange-700{
  --tw-bg-opacity: 1;
  background-color: rgb(194 65 12 / var(--tw-bg-opacity));
}
.bg-orange-800{
  --tw-bg-opacity: 1;
  background-color: rgb(154 52 18 / var(--tw-bg-opacity));
}
.bg-orange-900{
  --tw-bg-opacity: 1;
  background-color: rgb(124 45 18 / var(--tw-bg-opacity));
}
.bg-yellow-50{
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity));
}
.bg-yellow-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity));
}
.bg-yellow-200{
  --tw-bg-opacity: 1;
  background-color: rgb(254 240 138 / var(--tw-bg-opacity));
}
.bg-yellow-300{
  --tw-bg-opacity: 1;
  background-color: rgb(253 224 71 / var(--tw-bg-opacity));
}
.bg-yellow-400{
  --tw-bg-opacity: 1;
  background-color: rgb(250 204 21 / var(--tw-bg-opacity));
}
.bg-yellow-500{
  --tw-bg-opacity: 1;
  background-color: rgb(234 179 8 / var(--tw-bg-opacity));
}
.bg-yellow-600{
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity));
}
.bg-yellow-700{
  --tw-bg-opacity: 1;
  background-color: rgb(161 98 7 / var(--tw-bg-opacity));
}
.bg-yellow-800{
  --tw-bg-opacity: 1;
  background-color: rgb(133 77 14 / var(--tw-bg-opacity));
}
.bg-yellow-900{
  --tw-bg-opacity: 1;
  background-color: rgb(113 63 18 / var(--tw-bg-opacity));
}
.bg-green-50{
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity));
}
.bg-green-100{
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}
.bg-green-300{
  --tw-bg-opacity: 1;
  background-color: rgb(134 239 172 / var(--tw-bg-opacity));
}
.bg-green-400{
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity));
}
.bg-green-500{
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}
.bg-green-600{
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
}
.bg-green-700{
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity));
}
.bg-green-800{
  --tw-bg-opacity: 1;
  background-color: rgb(22 101 52 / var(--tw-bg-opacity));
}
.bg-green-900{
  --tw-bg-opacity: 1;
  background-color: rgb(20 83 45 / var(--tw-bg-opacity));
}
.bg-blue-50{
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity));
}
.bg-blue-100{
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}
.bg-blue-200{
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity));
}
.bg-blue-400{
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity));
}
.bg-blue-600{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}
.bg-blue-700{
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}
.bg-blue-800{
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity));
}
.bg-blue-900{
  --tw-bg-opacity: 1;
  background-color: rgb(30 58 138 / var(--tw-bg-opacity));
}
.bg-violet-50{
  --tw-bg-opacity: 1;
  background-color: rgb(245 243 255 / var(--tw-bg-opacity));
}
.bg-violet-100{
  --tw-bg-opacity: 1;
  background-color: rgb(237 233 254 / var(--tw-bg-opacity));
}
.bg-violet-200{
  --tw-bg-opacity: 1;
  background-color: rgb(221 214 254 / var(--tw-bg-opacity));
}
.bg-violet-300{
  --tw-bg-opacity: 1;
  background-color: rgb(196 181 253 / var(--tw-bg-opacity));
}
.bg-violet-400{
  --tw-bg-opacity: 1;
  background-color: rgb(167 139 250 / var(--tw-bg-opacity));
}
.bg-violet-500{
  --tw-bg-opacity: 1;
  background-color: rgb(139 92 246 / var(--tw-bg-opacity));
}
.bg-violet-600{
  --tw-bg-opacity: 1;
  background-color: rgb(124 58 237 / var(--tw-bg-opacity));
}
.bg-violet-700{
  --tw-bg-opacity: 1;
  background-color: rgb(109 40 217 / var(--tw-bg-opacity));
}
.bg-violet-800{
  --tw-bg-opacity: 1;
  background-color: rgb(91 33 182 / var(--tw-bg-opacity));
}
.bg-violet-900{
  --tw-bg-opacity: 1;
  background-color: rgb(76 29 149 / var(--tw-bg-opacity));
}
.bg-opacity-25{
  --tw-bg-opacity: 0.25;
}
.bg-opacity-75{
  --tw-bg-opacity: 0.75;
}
.bg-cover{
  background-size: cover;
}
.bg-center{
  background-position: center;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.p-2{
  padding: 0.5rem;
}
.p-6{
  padding: 1.5rem;
}
.p-3{
  padding: 0.75rem;
}
.p-4{
  padding: 1rem;
}
.p-1\.5{
  padding: 0.375rem;
}
.p-1{
  padding: 0.25rem;
}
.p-\[10px\]{
  padding: 10px;
}
.p-7{
  padding: 1.75rem;
}
.p-0\.5{
  padding: 0.125rem;
}
.p-0{
  padding: 0px;
}
.p-5{
  padding: 1.25rem;
}
.p-8{
  padding: 2rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.px-7{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-\[160px\]{
  padding-left: 160px;
  padding-right: 160px;
}
.px-\[30px\]{
  padding-left: 30px;
  padding-right: 30px;
}
.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.py-\[22px\]{
  padding-top: 22px;
  padding-bottom: 22px;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-\[46px\]{
  padding-top: 46px;
  padding-bottom: 46px;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-\[30px\]{
  padding-top: 30px;
  padding-bottom: 30px;
}
.py-\[50px\]{
  padding-top: 50px;
  padding-bottom: 50px;
}
.px-\[22px\]{
  padding-left: 22px;
  padding-right: 22px;
}
.px-\[50px\]{
  padding-left: 50px;
  padding-right: 50px;
}
.py-\[10px\]{
  padding-top: 10px;
  padding-bottom: 10px;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-5{
  padding-top: 1.25rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pt-1{
  padding-top: 0.25rem;
}
.pl-3{
  padding-left: 0.75rem;
}
.pr-4{
  padding-right: 1rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pt-4{
  padding-top: 1rem;
}
.pb-1{
  padding-bottom: 0.25rem;
}
.pt-8{
  padding-top: 2rem;
}
.pr-3{
  padding-right: 0.75rem;
}
.pb-20{
  padding-bottom: 5rem;
}
.pl-1{
  padding-left: 0.25rem;
}
.pl-10{
  padding-left: 2.5rem;
}
.pt-\[53\%\]{
  padding-top: 53%;
}
.pr-10{
  padding-right: 2.5rem;
}
.pr-2{
  padding-right: 0.5rem;
}
.pl-8{
  padding-left: 2rem;
}
.pl-0{
  padding-left: 0px;
}
.pr-1{
  padding-right: 0.25rem;
}
.pl-9{
  padding-left: 2.25rem;
}
.pt-\[56\%\]{
  padding-top: 56%;
}
.pb-\[50px\]{
  padding-bottom: 50px;
}
.pt-\[54\%\]{
  padding-top: 54%;
}
.pr-6{
  padding-right: 1.5rem;
}
.pr-11{
  padding-right: 2.75rem;
}
.pl-6{
  padding-left: 1.5rem;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-\[98\%\]{
  padding-top: 98%;
}
.pl-5{
  padding-left: 1.25rem;
}
.pt-\[85\%\]{
  padding-top: 85%;
}
.pt-\[60px\]{
  padding-top: 60px;
}
.pt-\[0px\]{
  padding-top: 0px;
}
.pb-\[86px\]{
  padding-bottom: 86px;
}
.pt-\[22px\]{
  padding-top: 22px;
}
.pb-\[56px\]{
  padding-bottom: 56px;
}
.pt-\[96\%\]{
  padding-top: 96%;
}
.pt-\[86px\]{
  padding-top: 86px;
}
.pb-\[57px\]{
  padding-bottom: 57px;
}
.pt-\[56px\]{
  padding-top: 56px;
}
.pt-\[76px\]{
  padding-top: 76px;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pt-\[32px\]{
  padding-top: 32px;
}
.pt-\[66\%\]{
  padding-top: 66%;
}
.pb-\[74px\]{
  padding-bottom: 74px;
}
.pt-\[100\%\]{
  padding-top: 100%;
}
.pr-5{
  padding-right: 1.25rem;
}
.pt-7{
  padding-top: 1.75rem;
}
.pb-5{
  padding-bottom: 1.25rem;
}
.pb-\[60px\]{
  padding-bottom: 60px;
}
.pt-12{
  padding-top: 3rem;
}
.pb-\[31px\]{
  padding-bottom: 31px;
}
.pt-\[88\%\]{
  padding-top: 88%;
}
.pb-\[91px\]{
  padding-bottom: 91px;
}
.pt-\[68\%\]{
  padding-top: 68%;
}
.pt-20{
  padding-top: 5rem;
}
.pb-\[27px\]{
  padding-bottom: 27px;
}
.pt-\[48px\]{
  padding-top: 48px;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pt-\[50px\]{
  padding-top: 50px;
}
.pb-\[55px\]{
  padding-bottom: 55px;
}
.pt-\[67\%\]{
  padding-top: 67%;
}
.pt-\[95\%\]{
  padding-top: 95%;
}
.pb-\[120px\]{
  padding-bottom: 120px;
}
.pr-8{
  padding-right: 2rem;
}
.pb-12{
  padding-bottom: 3rem;
}
.pt-\[109\%\]{
  padding-top: 109%;
}
.pt-\[58px\]{
  padding-top: 58px;
}
.pt-\[114\%\]{
  padding-top: 114%;
}
.pt-\[77\%\]{
  padding-top: 77%;
}
.pt-\[80\%\]{
  padding-top: 80%;
}
.pb-7{
  padding-bottom: 1.75rem;
}
.pl-\[63px\]{
  padding-left: 63px;
}
.pt-\[63px\]{
  padding-top: 63px;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.align-middle{
  vertical-align: middle;
}
.align-bottom{
  vertical-align: bottom;
}
.font-sans{
  font-family: Nunito, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.font-mono{
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-\[10px\]{
  font-size: 10px;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-\[14px\]{
  font-size: 14px;
}
.text-\[31px\]{
  font-size: 31px;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-5xl{
  font-size: 3rem;
  line-height: 1;
}
.text-\[39px\]{
  font-size: 39px;
}
.font-medium{
  font-weight: 500;
}
.font-semibold{
  font-weight: 600;
}
.font-bold{
  font-weight: 700;
}
.font-normal{
  font-weight: 400;
}
.font-black{
  font-weight: 900;
}
.font-light{
  font-weight: 300;
}
.font-\[200\]{
  font-weight: 200;
}
.font-thin{
  font-weight: 100;
}
.font-\[600\]{
  font-weight: 600;
}
.font-\[300\]{
  font-weight: 300;
}
.uppercase{
  text-transform: uppercase;
}
.italic{
  font-style: italic;
}
.leading-5{
  line-height: 1.25rem;
}
.leading-7{
  line-height: 1.75rem;
}
.leading-tight{
  line-height: 1.25;
}
.leading-4{
  line-height: 1rem;
}
.leading-6{
  line-height: 1.5rem;
}
.leading-\[19px\]{
  line-height: 19px;
}
.leading-\[35px\]{
  line-height: 35px;
}
.leading-\[30px\]{
  line-height: 30px;
}
.tracking-widest{
  letter-spacing: 0.1em;
}
.tracking-wider{
  letter-spacing: 0.05em;
}
.tracking-wide{
  letter-spacing: 0.025em;
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-indigo-600{
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity));
}
.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-indigo-700{
  --tw-text-opacity: 1;
  color: rgb(67 56 202 / var(--tw-text-opacity));
}
.text-green-400{
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity));
}
.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-indigo-500{
  --tw-text-opacity: 1;
  color: rgb(99 102 241 / var(--tw-text-opacity));
}
.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-green-600{
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}
.text-green-500{
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}
.text-gray-200{
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}
.text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.text-\[\#111827\]{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-\[\#6B7280\]{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-primary-700{
  --tw-text-opacity: 1;
  color: rgb(11 92 40 / var(--tw-text-opacity));
}
.text-blue-500{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity));
}
.text-primary-300{
  --tw-text-opacity: 1;
  color: rgb(94 171 122 / var(--tw-text-opacity));
}
.text-red-400{
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-primary-600{
  --tw-text-opacity: 1;
  color: rgb(14 117 52 / var(--tw-text-opacity));
}
.text-primary-500{
  --tw-text-opacity: 1;
  color: rgb(15 129 57 / var(--tw-text-opacity));
}
.text-red-900{
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity));
}
.text-neutral-400{
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}
.text-\[\#FF9C00\]{
  --tw-text-opacity: 1;
  color: rgb(255 156 0 / var(--tw-text-opacity));
}
.text-\[\#B9B9B8\]{
  --tw-text-opacity: 1;
  color: rgb(185 185 184 / var(--tw-text-opacity));
}
.text-\[\#1E1D1A\]{
  --tw-text-opacity: 1;
  color: rgb(30 29 26 / var(--tw-text-opacity));
}
.text-\[\#989796\]{
  --tw-text-opacity: 1;
  color: rgb(152 151 150 / var(--tw-text-opacity));
}
.text-\[\#686866\]{
  --tw-text-opacity: 1;
  color: rgb(104 104 102 / var(--tw-text-opacity));
}
.text-\[\#08471F\]{
  --tw-text-opacity: 1;
  color: rgb(8 71 31 / var(--tw-text-opacity));
}
.text-primary-400{
  --tw-text-opacity: 1;
  color: rgb(63 154 97 / var(--tw-text-opacity));
}
.text-neutral-500{
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}
.text-slate-500{
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}
.text-\[\#1EA69A\]{
  --tw-text-opacity: 1;
  color: rgb(30 166 154 / var(--tw-text-opacity));
}
.text-\[\#0F8139\]{
  --tw-text-opacity: 1;
  color: rgb(15 129 57 / var(--tw-text-opacity));
}
.underline{
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
}
.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.placeholder-gray-500::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity));
}
.placeholder-gray-500::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity));
}
.placeholder-red-300::-moz-placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(252 165 165 / var(--tw-placeholder-opacity));
}
.placeholder-red-300::placeholder{
  --tw-placeholder-opacity: 1;
  color: rgb(252 165 165 / var(--tw-placeholder-opacity));
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.opacity-75{
  opacity: 0.75;
}
.opacity-50{
  opacity: 0.5;
}
.opacity-70{
  opacity: 0.7;
}
.opacity-25{
  opacity: 0.25;
}
.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.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);
}
.shadow-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-2xl{
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.ring-1{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.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);
}
.ring-2{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-gray-300{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
}
.ring-black{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
}
.ring-white{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
}
.ring-opacity-5{
  --tw-ring-opacity: 0.05;
}
.grayscale{
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
  transition-property: color, background-color, border-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-text-decoration-color, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-150{
  transition-duration: 150ms;
}
.duration-200{
  transition-duration: 200ms;
}
.duration-75{
  transition-duration: 75ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-500{
  transition-duration: 500ms;
}
.duration-100{
  transition-duration: 100ms;
}
.duration-1000{
  transition-duration: 1000ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out{
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.ease-in{
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
}
.line-clamp-3{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
@font-face {
  font-family: "Nunito";
  src: url(/fonts/Nunito-Bold.eot?6be1cc153920e0f247e3d1b52843c958);
  src: url(/fonts/Nunito-Bold.eot?6be1cc153920e0f247e3d1b52843c958?#iefix) format("embedded-opentype"), url(/fonts/Nunito-Bold.woff2?9452a0da7cf5a7bf27824a8e923892fa) format("woff2"), url(/fonts/Nunito-Bold.woff?be318c3584968249cc15eb752fb7d648) format("woff"), url(/fonts/Nunito-Bold.ttf?7f90e5228fb39c66ef0da82cd221b8d0) format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url(/fonts/Nunito-Black.eot?81ebe05e2be087ebf4272908ec1e78d9);
  src: url(/fonts/Nunito-Black.eot?81ebe05e2be087ebf4272908ec1e78d9?#iefix) format("embedded-opentype"), url(/fonts/Nunito-Black.woff2?dc6ba9ac70dbbeedd06ed3c3d5af7a19) format("woff2"), url(/fonts/Nunito-Black.woff?9bf0689a5d23ef44b1d056d700a7d8c6) format("woff"), url(/fonts/Nunito-Black.ttf?825f3cc68ded33d3c7d4a18969d5c5b2) format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url(/fonts/Nunito-BlackItalic.eot?92c1436eff95572893059951417475a7);
  src: url(/fonts/Nunito-BlackItalic.eot?92c1436eff95572893059951417475a7?#iefix) format("embedded-opentype"), url(/fonts/Nunito-BlackItalic.woff2?1b897b6fe2358adee4a708e71723520b) format("woff2"), url(/fonts/Nunito-BlackItalic.woff?a53681837a440259db0c3ef6a54aaf78) format("woff"), url(/fonts/Nunito-BlackItalic.ttf?621d6f2731db504c32ae0d0c5ef01f22) format("truetype");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url(/fonts/Nunito-ExtraBold.eot?a3cb5bab89accd6d2442ed73d8fe0c9e);
  src: url(/fonts/Nunito-ExtraBold.eot?a3cb5bab89accd6d2442ed73d8fe0c9e?#iefix) format("embedded-opentype"), url(/fonts/Nunito-ExtraBold.woff2?53176a82f0ef3ff6c4c0d1a50408a403) format("woff2"), url(/fonts/Nunito-ExtraBold.woff?c079c0773befffe2588c31e10acf0c0b) format("woff"), url(/fonts/Nunito-ExtraBold.ttf?8fda9b8fbc34a268ee175286fa33b5da) format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url(/fonts/Nunito-ExtraBoldItalic.eot?89ea3317f80d06bc9f8089c9a1aafc4a);
  src: url(/fonts/Nunito-ExtraBoldItalic.eot?89ea3317f80d06bc9f8089c9a1aafc4a?#iefix) format("embedded-opentype"), url(/fonts/Nunito-ExtraBoldItalic.woff2?3698a92e30e961d3594ea41148e7c82e) format("woff2"), url(/fonts/Nunito-ExtraBoldItalic.woff?a06ccbc8a0b3d2601316483d12fa918e) format("woff"), url(/fonts/Nunito-ExtraBoldItalic.ttf?1677864cf0a55977ca4a0e2cd32b4fff) format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url(/fonts/Nunito-BoldItalic.eot?395188136ecd03c78bf1ddb36f04b1d0);
  src: url(/fonts/Nunito-BoldItalic.eot?395188136ecd03c78bf1ddb36f04b1d0?#iefix) format("embedded-opentype"), url(/fonts/Nunito-BoldItalic.woff2?8917cd5194b8df13ced420289090e3ce) format("woff2"), url(/fonts/Nunito-BoldItalic.woff?8b25b1a8cad851418577d68bbbd8207d) format("woff"), url(/fonts/Nunito-BoldItalic.ttf?718e33c5dd1729fb69072b0a724ffdd4) format("truetype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url(/fonts/Nunito-LightItalic.eot?990885206fc6cd9f6ed45310c2306fa8);
  src: url(/fonts/Nunito-LightItalic.eot?990885206fc6cd9f6ed45310c2306fa8?#iefix) format("embedded-opentype"), url(/fonts/Nunito-LightItalic.woff2?bf6e76223ab7b0b79a1852477568bbb0) format("woff2"), url(/fonts/Nunito-LightItalic.woff?46f8784399ec9af9931979d95a9584b5) format("woff"), url(/fonts/Nunito-LightItalic.ttf?2f4b96a431b3ee22e84f73a5bfe8328c) format("truetype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url(/fonts/Nunito-ExtraLightItalic.eot?11a62f29390fb18e267facb1062c6512);
  src: url(/fonts/Nunito-ExtraLightItalic.eot?11a62f29390fb18e267facb1062c6512?#iefix) format("embedded-opentype"), url(/fonts/Nunito-ExtraLightItalic.woff2?e567fe67a9743544a3f5b65097ae2747) format("woff2"), url(/fonts/Nunito-ExtraLightItalic.woff?a7dc2b29e89f47b66dfbc1aa210451cc) format("woff"), url(/fonts/Nunito-ExtraLightItalic.ttf?2f8d850be66662d3e21966fc263b1548) format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url(/fonts/Nunito-Regular.eot?8b60040beaeb6109211117e0f5bcca5e);
  src: url(/fonts/Nunito-Regular.eot?8b60040beaeb6109211117e0f5bcca5e?#iefix) format("embedded-opentype"), url(/fonts/Nunito-Regular.woff2?4409dddea30021be6982463cd1a7b298) format("woff2"), url(/fonts/Nunito-Regular.woff?32d98bf516a0bb793c6a08fcc6d4071a) format("woff"), url(/fonts/Nunito-Regular.ttf?b73acd8cc1f13cb405f092f35a1fa7ca) format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url(/fonts/Nunito-Light.eot?0717bfce75413832aef6a87e890f8d1c);
  src: url(/fonts/Nunito-Light.eot?0717bfce75413832aef6a87e890f8d1c?#iefix) format("embedded-opentype"), url(/fonts/Nunito-Light.woff2?9e6a5f6936d1f65921c3191ab0e93a23) format("woff2"), url(/fonts/Nunito-Light.woff?4d1dd2ba0497c7b7ddaeabd9e0fa17a7) format("woff"), url(/fonts/Nunito-Light.ttf?e5fae6e87ff1971ac5bb9f3dc3d02458) format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url(/fonts/Nunito-ExtraLight.eot?3be73683a30ed28dbffe37ee57e6b4de);
  src: url(/fonts/Nunito-ExtraLight.eot?3be73683a30ed28dbffe37ee57e6b4de?#iefix) format("embedded-opentype"), url(/fonts/Nunito-ExtraLight.woff2?8805f90e138c72fdb552f1fbbcde7bbf) format("woff2"), url(/fonts/Nunito-ExtraLight.woff?b6d243200c0953b3e372eeb3e72eda75) format("woff"), url(/fonts/Nunito-ExtraLight.ttf?9871372a34265ec68987e483bf1279be) format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url(/fonts/Nunito-Italic.eot?1d983b8fac9be3a1f6b51e531f7f99c9);
  src: url(/fonts/Nunito-Italic.eot?1d983b8fac9be3a1f6b51e531f7f99c9?#iefix) format("embedded-opentype"), url(/fonts/Nunito-Italic.woff2?141ba4ba148e55861107eddab515f9a2) format("woff2"), url(/fonts/Nunito-Italic.woff?d696cbc06cb09d69ad2f6663beace65c) format("woff"), url(/fonts/Nunito-Italic.ttf?096184b3ab587024885703ac1288bac8) format("truetype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url(/fonts/Nunito-Medium.eot?34555155eabddf963b0c8bfee549a909);
  src: url(/fonts/Nunito-Medium.eot?34555155eabddf963b0c8bfee549a909?#iefix) format("embedded-opentype"), url(/fonts/Nunito-Medium.woff2?405b6ce1b679601fe5a0c4c635af4714) format("woff2"), url(/fonts/Nunito-Medium.woff?d7e200278e48600db978d336b1da93ab) format("woff"), url(/fonts/Nunito-Medium.ttf?948a8f5c80e178b1f88cc9484ee84962) format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url(/fonts/Nunito-MediumItalic.eot?cc81cd1f15aac9081b5f661a02483fef);
  src: url(/fonts/Nunito-MediumItalic.eot?cc81cd1f15aac9081b5f661a02483fef?#iefix) format("embedded-opentype"), url(/fonts/Nunito-MediumItalic.woff2?f3ce0c66689cb1d19faf6d533e0ad2cd) format("woff2"), url(/fonts/Nunito-MediumItalic.woff?ac84b896b93a95aa9ae68e2ec61fe534) format("woff"), url(/fonts/Nunito-MediumItalic.ttf?b3b7d6f01644924c55174d8079c28f05) format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url(/fonts/Nunito-SemiBold.eot?d47c59e5fdd79cb465f734add0854800);
  src: url(/fonts/Nunito-SemiBold.eot?d47c59e5fdd79cb465f734add0854800?#iefix) format("embedded-opentype"), url(/fonts/Nunito-SemiBold.woff2?7f0c3992929c2e6821a2ad2a64fa1a87) format("woff2"), url(/fonts/Nunito-SemiBold.woff?1ab1837f77b87187aa7b06ec59e3142b) format("woff"), url(/fonts/Nunito-SemiBold.ttf?8615e6aad5614982481bc4e834396376) format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nunito";
  src: url(/fonts/Nunito-SemiBoldItalic.eot?84608a3edd535423f90e83adf24e5482);
  src: url(/fonts/Nunito-SemiBoldItalic.eot?84608a3edd535423f90e83adf24e5482?#iefix) format("embedded-opentype"), url(/fonts/Nunito-SemiBoldItalic.woff2?812d3bad0efd5c65636b4463b950eca7) format("woff2"), url(/fonts/Nunito-SemiBoldItalic.woff?5d32ea3dc96d5af9094cf4e176d4bf82) format("woff"), url(/fonts/Nunito-SemiBoldItalic.ttf?7453e71ce23bf7a5337a3b17223e82be) format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
.scrollbar-style::-webkit-scrollbar {
  width: 0px;
}
.scrollbar-style::-webkit-scrollbar-track {
  border-radius: 0px;
  background-color: transparent;
}
.scrollbar-style::-webkit-scrollbar-thumb {
  border-radius: 0px;
  background: transparent;
}
.scrollbar-style::-webkit-scrollbar-thumb:hover {
  background: transparent;
}

.custom-scroll {
  padding-right: 16px;
}
.custom-scroll::-webkit-scrollbar {
  width: 3px;
}
.custom-scroll::-webkit-scrollbar-track {
  border-radius: 3px;
  background-color: transparent;
}
.custom-scroll::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #B9B9B8;
}
.custom-scroll::-webkit-scrollbar-thumb:hover {
  background: #B9B9B8;
}

.ckeditor-field ul {
  list-style-type: disc;
  padding-left: 20px;
}
.ckeditor-field h2 {
  font-size: 39px;
}
.ckeditor-field h3 {
  font-size: 31px;
}
.ckeditor-field h4 {
  font-size: 24px;
  color: #0F8139;
  font-weight: 300;
  font-style: italic;
}
.ckeditor-field b, .ckeditor-field strong {
  font-weight: 600;
}

.custom-career ul {
  list-style-type: disc;
  padding-left: 20px;
}
.custom-career h2 {
  font-size: 39px;
}
.custom-career h3 {
  font-size: 31px;
}
.custom-career h4 {
  font-size: 20px;
}
.custom-career b, .custom-career strong {
  font-weight: 600;
}

.nav-link {
  border-bottom: 5px solid transparent;
  transition: all 0.34s ease;
}
.nav-link .nav-text {
  transition: all 0.34s ease;
}
.nav-link:hover {
  border-color: #0B5C28;
}
.nav-link .nav-sublink {
  transition: all 0.34s ease;
}
.nav-link .nav-sublink:hover {
  background: #0B5C28;
  color: white;
}

.dropdown-cntnr .dropdown {
  transition: all 0.34s ease;
  transition-delay: 0.2s;
  opacity: 0;
  display: none;
}
.dropdown-cntnr:hover .dropdown {
  display: flex;
  opacity: 1;
}

.image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.gen-title {
  position: relative;
}
.gen-title p {
  position: relative;
  z-index: 2;
  font-size: 39px;
  color: #0B5C28;
}
.gen-title::before {
  position: absolute;
  content: "";
  bottom: 9px;
  left: 0;
  width: 73px;
  height: 15px;
  background-color: #FF9C00;
  z-index: 1;
}
.gen-title.smaller p {
  font-size: 39px;
}

.general-shadow {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.portal-link {
  color: #00ae3d;
  font-size: 39px;
}

.featured-video img {
  transition: all 0.34s ease;
}
.featured-video .play-btn {
  opacity: 0;
  transition: all 0.34s ease;
}
.featured-video:hover .image-thumb {
  transform: scale(1.05);
  filter: blur(2px);
  opacity: 0.5;
}
.featured-video:hover .play-btn {
  opacity: 1;
}

.side-video img {
  transition: all 0.34s ease;
}
.side-video .play-btn {
  opacity: 0;
  transition: all 0.34s ease;
}
.side-video:hover .image-thumb {
  transform: scale(1.05);
  filter: blur(2px);
  opacity: 0.5;
}
.side-video:hover .play-btn {
  opacity: 1;
}

.campus-card {
  transition: all 0.34s ease;
}
.campus-card .details {
  transition: all 0.34s ease;
}
.campus-card:hover {
  transform: translateY(-4px);
}
.campus-card:hover .details {
  background: #0B5C28;
}
.campus-card:hover .details * {
  color: white;
}

.line-clamp-7 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
}

.gen-gradient {
  position: absolute;
  left: 0;
  top: 0;
  width: 37%;
  height: 100%;
  background: linear-gradient(90deg, #0F8139 2.77%, rgba(15, 129, 57, 0) 100%);
}

.line {
  position: absolute;
  left: 37px;
  top: 0;
  margin: 5px 0;
  width: 5px;
  height: calc(100% - 50px);
  background: repeating-linear-gradient(to bottom, transparent, transparent 10px, #989796 10px, #989796 20px);
  /*10px transparent then 10px black -> repeat this!*/
}

.contact-form {
  /*Added for browser compatibility*/
}
.contact-form select,
.contact-form select option {
  color: #000000;
}
.contact-form select:invalid,
.contact-form select option[value=""] {
  color: #999999;
}
.contact-form [hidden] {
  display: none;
}
.contact-form .custom-upload .upload-btn {
  background: rgba(233, 232, 232, 0.5);
  /* ABBA BRAND COLOR */
  border: 1px solid #0F8139;
  color: #0F8139;
  border-radius: 5px;
  padding: 16px 24px;
  cursor: pointer;
}
.contact-form .custom-upload #file-chosen {
  margin-left: 18px;
  color: #B9B9B8;
}

.general-order .first-item {
  order: 1;
}
.general-order .second-item {
  order: 2;
  margin-left: 92px;
}
.general-order:nth-child(2n) .first-item {
  order: 2;
}
.general-order:nth-child(2n) .first-item .overlay {
  bottom: -24px;
  top: auto;
}
.general-order:nth-child(2n) .second-item {
  order: 1;
  margin-left: 0px;
  margin-right: 92px;
}

.career-title h2 {
  font-size: 49px !important;
  line-height: 1;
}
.career-title h3 {
  font-size: 31px !important;
  line-height: 1;
}

.htmleditor h2 {
  font-size: 39px;
}
.htmleditor h3 {
  font-size: 31px;
}
.htmleditor h4 {
  font-size: 24px;
  color: #0F8139;
  font-weight: 300;
  font-style: italic;
}
.htmleditor a {
  text-decoration: underline;
  transition: all 0.34s ease;
  color: #0F8139;
}
.htmleditor a:hover {
  opacity: 0.5;
}

.video-tab .video-item {
  display: none;
}
.video-tab .video-item:first-child {
  display: block;
}

.gototop {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

@media screen and (max-width: 1024px) {
  .nav-link {
    border-bottom: 0;
    padding: 16px 24px;
  }
  .nav-link:hover {
    border-color: transparent;
  }
  .nav-link .nav-sublink {
    padding: 16px 0;
  }
  .nav-link .nav-sublink:last-child {
    padding-bottom: 0;
  }
  .nav-link .nav-sublink:first-child {
    padding-top: 0;
  }
  .nav-link .nav-sublink:hover {
    background: transparent;
    color: #000;
  }
  .dropdown-cntnr .dropdown {
    transition: all 0.34s ease;
    transition-delay: 0.2s;
    opacity: 1;
    display: none;
  }
  .dropdown-cntnr:hover .dropdown {
    display: flex;
    opacity: 1;
  }
  .mobile-section__child:nth-child(2) {
    order: 1;
  }
  .mobile-section__child:first-child {
    order: 2;
  }
  .gen-title p {
    font-size: 25px;
    letter-spacing: 0;
  }
  .gen-title.smaller p {
    font-size: 25px;
    letter-spacing: 0;
  }
  .gen-title::before {
    bottom: 10px;
    width: 28px;
    height: 5px;
  }
  .video-frame__mobile .video-frame__child:nth-of-type(1n+3) {
    display: none;
  }
  .featured-video .play-btn {
    opacity: 1;
  }
  .side-video .play-btn {
    opacity: 1;
  }
  .gen-gradient {
    width: 70%;
  }
  .table-row {
    display: flex;
    flex-direction: column;
  }
  .resource-btn {
    padding: 6.5px 20px;
  }
  .career-title h2 {
    font-size: 24px !important;
    line-height: 1;
  }
  .career-title h3 {
    font-size: 20px !important;
    line-height: 1;
  }
  .general-order .second-item {
    margin: 0;
  }
  .general-order:nth-child(2n) .first-item {
    order: 1;
  }
  .general-order:nth-child(2n) .first-item .overlay {
    bottom: -12px;
  }
  .general-order:nth-child(2n) .second-item {
    order: 2;
    margin: 0;
  }
  .video-tab .video-item:first-child {
    display: none;
  }
}
ol {
  list-style: decimal !important;
  padding-left: 20px;
}

.ic-editor p {
  font-weight: 300;
}
.ic-editor p strong {
  font-weight: 500;
}

.abt-frame1__item:first-child {
  padding-top: 0;
}
.abt-frame1__item .image-cntnr {
  margin-right: 57px;
}
.abt-frame1__item .image-cntnr .backdrop {
  right: -24px;
  top: -24px;
}
.abt-frame1__item:nth-child(2n) .image-cntnr {
  order: 2;
  margin-right: 0;
  margin-left: 57px;
}
.abt-frame1__item:nth-child(2n) .image-cntnr .backdrop {
  top: auto;
  bottom: -24px;
}

.history .swiper-wrapper {
  padding-bottom: 56px;
}
.history .swiper-scrollbar-drag {
  background: #0F8139 !important;
}

.who-frame2__item {
  margin-bottom: 50px;
}
.who-frame2__item .image-cntnr {
  margin-right: 50px;
}
.who-frame2__item:nth-child(2n) .image-cntnr {
  order: 2;
  margin-right: 0;
  margin-left: 50px;
}

.custom-list ul {
  padding-left: 25px;
}
.custom-list ul li {
  position: relative;
  margin-bottom: 12px;
  font-weight: 200;
}
.custom-list ul li b, .custom-list ul li strong {
  font-weight: 400;
}
.custom-list ul li::before {
  position: absolute;
  content: "✓";
  font-weight: bold;
  text-align: center;
  font-size: 11px;
  color: white;
  left: -24px;
  top: 4px;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  background-color: #FF9C00;
}
.custom-list ul li:last-child {
  margin-bottom: 0;
}

.test-frame1__item:first-child {
  padding-top: 0;
}
.test-frame1__item .image-cntnr {
  margin-right: 60px;
}
.test-frame1__item:nth-child(2n) .image-cntnr {
  order: 2;
  margin-right: 0;
  margin-left: 60px;
}

.personnel-slider {
  padding-bottom: 48px !important;
}
.personnel-slider .swiper-pagination {
  width: 100% !important;
  left: auto !important;
  right: auto !important;
  bottom: 0px !important;
}
.personnel-slider .swiper-pagination-bullet-active {
  background-color: #0F8139;
}

.test-frame2__item:first-child {
  padding-top: 0;
}
.test-frame2__item .image-cntnr {
  margin-right: 65px;
}
.test-frame2__item:nth-child(2n) .image-cntnr {
  order: 2;
  margin-right: 0;
  margin-left: 65px;
}

.test-frame3__item:first-child {
  padding-top: 0;
}
.test-frame3__item .content {
  margin-right: 58px;
}
.test-frame3__item:nth-child(2n) .content {
  order: 2;
  margin-right: 0;
  margin-left: 58px;
}

.testimonyModal {
  -moz-column-count: 3;
       column-count: 3;
  -moz-column-gap: 40px;
       column-gap: 40px;
}

.principle-title b, .principle-title strong {
  font-weight: 600;
}

.custom-quote * {
  color: #1E1D1A;
}
.custom-quote b, .custom-quote strong {
  font-weight: 400;
  color: #0F8139;
}

.faq-item {
  width: 100%;
  cursor: pointer;
  transition: all 0.34s ease;
  background: rgba(233, 232, 232, 0.5);
  box-shadow: 0px 4.4px 4px -1px rgba(0, 0, 0, 0.25);
  border-radius: 12px;
}
.faq-item.open .faq-title .arrowRight {
  transform: translateY(-50%) rotate(-90deg);
  color: #0F8139;
}
.faq-item.open .faq-title p {
  color: #0F8139;
}
.faq-item.open .faq-desc {
  max-height: 1000px;
}
.faq-item .faq-title {
  position: relative;
  padding: 32px 26px;
  padding-right: 100px;
}
.faq-item .faq-title p {
  color: #686866;
  transition: all 0.34s ease;
}
.faq-item .faq-title .arrowRight {
  position: absolute;
  top: 50%;
  right: 50px;
  transform: translateY(-50%);
  transition: all 0.5s ease-in-out;
}
.faq-item .faq-desc {
  overflow: hidden;
  width: 100%;
  max-height: 0;
  transition: max-height 0.5s ease-in-out;
}
.faq-item .faq-desc ul {
  list-style: disc;
  padding-left: 24px;
}
.faq-item .faq-desc__wrapper {
  padding-top: 0;
  padding-bottom: 45px;
  padding-left: 29px;
  padding-right: 29px;
  -moz-column-count: 3;
       column-count: 3;
  -moz-column-gap: 24px;
       column-gap: 24px;
}

.campus-group:nth-child(2n) .campus-content {
  order: 1;
}
.campus-group:nth-child(2n) .campus-img {
  order: 2;
}
.campus-group .program ul {
  padding-left: 20px;
}
.campus-group .program ul li {
  position: relative;
  margin-bottom: 12px;
  color: #686866;
}
.campus-group .program ul li::before {
  position: absolute;
  content: "✓";
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  color: #0F8139;
  left: -24px;
  top: 0px;
  border-radius: 100%;
  width: 15px;
  height: 15px;
}
.campus-group .program ul li:last-child {
  margin-bottom: 0;
}

.team-card .image {
  transition: all 0.34s ease;
}
.team-card:hover .image {
  transform: scale(1.05);
}

.test-frame4__name * {
  color: rgba(163, 163, 163, 0.6392156863);
}
.test-frame4__name b, .test-frame4__name strong {
  color: #000;
  font-weight: 600;
  font-size: 20px;
}

@media screen and (max-width: 1024px) {
  .abt-frame1__item .image-cntnr {
    margin-right: 0px;
    width: calc(100% - 20px);
  }
  .abt-frame1__item .image-cntnr .backdrop {
    right: -16px;
    bottom: -16px;
    top: auto;
  }
  .abt-frame1__item:nth-child(2n) .image-cntnr {
    order: 1;
    margin-right: 0;
    margin-left: 0px;
  }
  .abt-frame1__item:nth-child(2n) .image-cntnr .backdrop {
    top: auto;
    bottom: -16px;
  }
  .abt-frame1__item:nth-child(2n) .content {
    order: 2;
  }
  .who-frame2__item .image-cntnr {
    margin-right: 0;
  }
  .who-frame2__item:nth-child(2n) .image-cntnr {
    order: 1;
    margin-left: 0;
  }
  .test-frame1__item .image-cntnr {
    margin-right: 0;
  }
  .test-frame1__item:nth-child(2n) .image-cntnr {
    order: 1;
    margin-left: 0;
  }
  .test-frame1__item:nth-child(2n) .content {
    order: 2;
  }
  .test-frame2__item .image-cntnr {
    margin-right: 0;
  }
  .test-frame2__item:nth-child(2n) .image-cntnr {
    order: 1;
    margin-left: 0;
  }
  .test-frame2__item:nth-child(2n) .content {
    order: 2;
  }
  .test-frame3__item .image-cntnr {
    margin-right: 0;
  }
  .test-frame3__item:nth-child(1n) .image-cntnr {
    order: 1;
    margin-left: 0;
    margin-bottom: 48px;
  }
  .test-frame3__item:nth-child(1n) .content {
    order: 2;
    margin-right: 0;
    margin-left: 0;
  }
  .testimonyModal {
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-gap: 0px;
         column-gap: 0px;
  }
  .faq-item .faq-title {
    padding: 24px;
    padding-right: 48px;
  }
  .faq-item .faq-title .arrowRight {
    right: 24px;
  }
  .faq-item .faq-desc__wrapper {
    -moz-column-count: 1;
         column-count: 1;
    -moz-column-gap: 0;
         column-gap: 0;
  }
  .campus-group:nth-child(1n) .campus-content {
    order: 2;
  }
  .campus-group:nth-child(1n) .campus-img {
    order: 1;
    margin-bottom: 16px;
  }
}
.hm-frame3 .swiper-pagination {
  width: 45% !important;
  left: auto !important;
  right: 0 !important;
  bottom: 40px !important;
}
.hm-frame3 .swiper-pagination-bullet-active {
  background-color: #0F8139;
}

.founder .name-card {
  background: #FF9C00;
}
.founder:nth-child(2n) .name-card {
  background: #1EA69A;
}

.timeline {
  position: relative;
}
.timeline .t-line {
  position: absolute;
  width: 5px;
  height: 100%;
  background: #0B5C28;
  left: 50%;
  top: 0;
  transform: translateX(calc(50% - 2.5px));
  z-index: 2;
}
.timeline .t-line:before {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background: #0B5C28;
}
.timeline .t-line:after {
  position: absolute;
  content: "";
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 25px;
  height: 25px;
  border-radius: 100%;
  background: #0B5C28;
}

.hm-frame6 .custom-shadow {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.timeline .timeline-wrapper {
  display: flex;
  flex-flow: column wrap;
  margin: 0 auto;
  height: 1900px;
}

.timeline-item {
  position: relative;
}
.timeline-item .tl-content {
  padding-right: 51px;
}
.timeline-item:first-child .item-count {
  background: #F47E49;
}
.timeline-item:nth-child(2) {
  order: 4;
  padding-top: 100px;
}
.timeline-item:nth-child(2) .item-count {
  background: #CB1299;
}
.timeline-item:nth-child(3) {
  order: 2;
  padding-top: 150px;
}
.timeline-item:nth-child(3) .item-count {
  background: #068008;
}
.timeline-item:nth-child(4) {
  order: 5;
  padding-top: 100px;
}
.timeline-item:nth-child(4) .item-count {
  background: #1EA69A;
}
.timeline-item:nth-child(5) {
  order: 3;
  padding-top: 250px; /*50px;*/
  padding-bottom: 400px;
}
.timeline-item:nth-child(5) .item-count {
  background: #FF0000;
}
.timeline-item:nth-child(6) {
  order: 6;
  padding-top: 50px;
}
.timeline-item:nth-child(6) .item-count {
  background: #FFA800;
}
.timeline-item:nth-child(7) .item-count {
  background: #F47E49;
}
.timeline-item:nth-child(8) .item-count {
  background: #CB1299;
}
.timeline-item:nth-child(9) .item-count {
  background: #068008;
}
.timeline-item:nth-child(10) .item-count {
  background: #1EA69A;
}
.timeline-item:nth-child(11) .item-count {
  background: #FF0000;
}
.timeline-item:nth-child(12) .item-count {
  background: #FFA800;
}
.timeline-item .tl-item .item-content {
  text-align: right;
  margin-right: 20px;
}
.timeline-item .tl-item .item-content ul {
  list-style-type: disc;
  padding-left: 16px;
  padding-top: 16px;
}
.timeline-item .tl-item .item-content ul li {
  color: #0B5C28;
}
.timeline-item .tl-item .item-content ul li a {
  text-decoration: underline;
  transition: all 0.34s ease;
}
.timeline-item .tl-item .item-content ul li a:hover {
  color: #0F8139;
}
.timeline-item .tl-item .item-count {
  margin-right: 0px;
  position: relative;
}
.timeline-item .tl-item .item-count::after {
  position: absolute;
  top: 50%;
  left: 99%;
  transform: translateY(calc(50% - 2.5px));
  z-index: -1;
  content: "";
  width: 55px;
  height: 5px;
  background-color: #0B5C28;
}
.timeline-item:nth-child(2n) .tl-content {
  order: 2;
  padding-right: 0;
  padding-left: 51px;
}
.timeline-item:nth-child(2n) .tl-spacer {
  order: 1;
}
.timeline-item:nth-child(2n) .tl-item .item-content {
  text-align: left;
  order: 2;
  margin-right: 0;
}
.timeline-item:nth-child(2n) .tl-item .item-count {
  order: 1;
  margin-right: 20px;
}
.timeline-item:nth-child(2n) .tl-item .item-count:after {
  right: 95%;
  left: auto;
  z-index: -1;
}

@media screen and (max-width: 1024px) {
  .program-overlay {
    background: linear-gradient(360deg, #0F8139 0%, rgba(15, 129, 57, 0) 47.82%);
  }
  .hm-frame3 .swiper-pagination {
    width: 100% !important;
    left: auto !important;
    right: auto !important;
    bottom: 0px !important;
  }
  .hm-frame3 .program-swiper {
    padding-bottom: 24px;
  }
  .timeline .timeline-wrapper {
    flex-flow: nowrap;
    flex-direction: column;
    height: auto;
  }
  .timeline-item {
    margin-bottom: 24px;
  }
  .timeline-item:last-child {
    margin-bottom: 0;
  }
  .timeline-item .tl-item .item-count {
    order: 1;
    margin-right: 11px;
  }
  .timeline-item .tl-item .item-count:after {
    display: none;
  }
  .timeline-item .tl-item .item-content {
    order: 2;
    margin-right: 0;
    text-align: left;
  }
  .timeline-item .tl-content {
    padding: 0;
  }
  .timeline-item:nth-child(2n) .tl-content {
    padding: 0;
  }
  .timeline-item:nth-child(2n) .tl-item .item-count {
    margin-right: 11px;
  }
  .timeline-item:nth-child(2) {
    order: 2;
    padding-top: 0;
  }
  .timeline-item:nth-child(3) {
    order: 3;
    padding-top: 0;
  }
  .timeline-item:nth-child(4) {
    order: 4;
    padding-top: 0;
  }
  .timeline-item:nth-child(5) {
    order: 5;
    padding-top: 0;
    padding-bottom: 0;
  }
  .timeline-item:nth-child(6) {
    order: 6;
    padding-top: 0;
  }
}
.abbas-calendar {
  --fc-border-color: #E9E8E84D;
}
.abbas-calendar .fc-col-header-cell {
  background-color: rgba(233, 232, 232, 0.3019607843);
}
.abbas-calendar .fc-col-header-cell.fc-day {
  padding-top: 10px;
  padding-bottom: 10px;
}
.abbas-calendar .fc-col-header-cell.fc-day * {
  color: #0F8139;
  font-size: 20px;
  line-height: 20px;
}
.abbas-calendar .fc-daygrid-day-number {
  font-size: 20px;
  line-height: 20px;
  font-weight: 600;
  padding: 10px !important;
}
.abbas-calendar tbody tr:nth-child(2n) {
  background: rgba(233, 232, 232, 0.3019607843);
}
.abbas-calendar .fc-h-event {
  background: #0F8139;
  cursor: pointer;
}
.abbas-calendar .fc-day-today {
  background-color: transparent !important;
}
.abbas-calendar.fc .fc-toolbar-title {
  font-size: 20px !important;
  color: #0F8139;
  font-weight: 700;
}
.abbas-calendar.fc .fc-button-primary {
  background: transparent;
  border-color: transparent;
  color: #FF9C00;
}
.abbas-calendar.fc .fc-button-primary:hover {
  background: transparent;
  border-color: transparent;
  color: #0F8139;
}
.abbas-calendar.fc .fc-button-primary:not(disabled):active {
  background: transparent;
  border-color: transparent;
  color: #0F8139;
}
.abbas-calendar.fc .fc-button-primary:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5);
}
.abbas-calendar.fc .fc-toolbar.fc-header-toolbar {
  margin-bottom: 12px;
}

.image-card img {
  transition: all 0.34s ease;
}
.image-card .overlay {
  transition: all 0.34s ease;
  background: rgba(0, 0, 255, 0.368627451);
  opacity: 0;
}
.image-card:hover img {
  transform: scale(1.05);
}
.image-card:hover .overlay {
  opacity: 1;
}

.events-card {
  background: white;
}
.events-card .overlay {
  background: rgba(0, 0, 255, 0.368627451);
  opacity: 0;
}
.events-card:hover {
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.events-card:hover .overlay {
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  .abbas-calendar .fc-col-header-cell.fc-day * {
    font-size: 16px;
    font-weight: 500;
  }
  .abbas-calendar .fc-daygrid-day-number {
    font-size: 18px;
  }
}
.career-list ul {
  padding-left: 20px;
}
.career-list ul li {
  position: relative;
  margin-bottom: 12px;
}
.career-list ul li::before {
  position: absolute;
  content: "✓";
  font-weight: bold;
  text-align: center;
  font-size: 16px;
  color: #0F8139;
  left: -24px;
  top: 4px;
  border-radius: 100%;
  width: 15px;
  height: 15px;
}
.career-list ul li:last-child {
  margin-bottom: 0;
}
.odd\:bg-\[\#F9FAFB\]:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.odd\:bg-white:nth-child(odd){
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.even\:bg-white:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.even\:bg-neutral-50:nth-child(even){
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}
.even\:bg-\[\#E9E8E84D\]:nth-child(even){
  background-color: #E9E8E84D;
}
.focus-within\:outline-none:focus-within{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus-within\:ring-2:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus-within\:ring-gray-900:focus-within{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(17 24 39 / var(--tw-ring-opacity));
}
.focus-within\:ring-offset-2:focus-within{
  --tw-ring-offset-width: 2px;
}
.hover\:border-gray-300:hover{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.hover\:border-gray-200:hover{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.hover\:bg-indigo-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity));
}
.hover\:bg-red-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}
.hover\:bg-gray-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(55 65 81 / var(--tw-bg-opacity));
}
.hover\:bg-red-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}
.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.hover\:bg-gray-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.hover\:bg-primary-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(15 129 57 / var(--tw-bg-opacity));
}
.hover\:bg-red-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}
.hover\:bg-gray-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.hover\:bg-neutral-500:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(115 115 115 / var(--tw-bg-opacity));
}
.hover\:bg-\[\#FF9C00\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(255 156 0 / var(--tw-bg-opacity));
}
.hover\:bg-primary-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(14 117 52 / var(--tw-bg-opacity));
}
.hover\:bg-primary-300:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(94 171 122 / var(--tw-bg-opacity));
}
.hover\:bg-primary-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(145 197 164 / var(--tw-bg-opacity));
}
.hover\:bg-gray-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.hover\:bg-\[\#c6c5c5\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(198 197 197 / var(--tw-bg-opacity));
}
.hover\:text-gray-500:hover{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.hover\:text-gray-400:hover{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.hover\:text-gray-700:hover{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.hover\:text-gray-800:hover{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.hover\:text-gray-900:hover{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.hover\:text-blue-400:hover{
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity));
}
.hover\:text-red-400:hover{
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity));
}
.hover\:text-black:hover{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.hover\:text-primary-200:hover{
  --tw-text-opacity: 1;
  color: rgb(145 197 164 / var(--tw-text-opacity));
}
.hover\:text-primary-600:hover{
  --tw-text-opacity: 1;
  color: rgb(14 117 52 / var(--tw-text-opacity));
}
.hover\:text-gray-300:hover{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.hover\:text-gray-600:hover{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.hover\:text-primary-400:hover{
  --tw-text-opacity: 1;
  color: rgb(63 154 97 / var(--tw-text-opacity));
}
.hover\:text-orange-400:hover{
  --tw-text-opacity: 1;
  color: rgb(251 146 60 / var(--tw-text-opacity));
}
.hover\:text-primary-300:hover{
  --tw-text-opacity: 1;
  color: rgb(94 171 122 / var(--tw-text-opacity));
}
.hover\:text-primary-500:hover{
  --tw-text-opacity: 1;
  color: rgb(15 129 57 / var(--tw-text-opacity));
}
.hover\:opacity-100:hover{
  opacity: 1;
}
.hover\:grayscale-0:hover{
  --tw-grayscale: grayscale(0);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.focus\:z-10:focus{
  z-index: 10;
}
.focus\:border-0:focus{
  border-width: 0px;
}
.focus\:border-blue-300:focus{
  --tw-border-opacity: 1;
  border-color: rgb(147 197 253 / var(--tw-border-opacity));
}
.focus\:border-gray-900:focus{
  --tw-border-opacity: 1;
  border-color: rgb(17 24 39 / var(--tw-border-opacity));
}
.focus\:border-indigo-300:focus{
  --tw-border-opacity: 1;
  border-color: rgb(165 180 252 / var(--tw-border-opacity));
}
.focus\:border-red-700:focus{
  --tw-border-opacity: 1;
  border-color: rgb(185 28 28 / var(--tw-border-opacity));
}
.focus\:border-indigo-700:focus{
  --tw-border-opacity: 1;
  border-color: rgb(67 56 202 / var(--tw-border-opacity));
}
.focus\:border-gray-300:focus{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.focus\:border-primary-300:focus{
  --tw-border-opacity: 1;
  border-color: rgb(94 171 122 / var(--tw-border-opacity));
}
.focus\:border-red-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}
.focus\:border-indigo-500:focus{
  --tw-border-opacity: 1;
  border-color: rgb(99 102 241 / var(--tw-border-opacity));
}
.focus\:border-primary-400:focus{
  --tw-border-opacity: 1;
  border-color: rgb(63 154 97 / var(--tw-border-opacity));
}
.focus\:border-black:focus{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}
.focus\:bg-indigo-600:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity));
}
.focus\:bg-red-600:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}
.focus\:bg-gray-100:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.focus\:bg-indigo-100:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity));
}
.focus\:bg-gray-50:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.focus\:bg-gray-200:focus{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.focus\:text-gray-700:focus{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.focus\:text-indigo-800:focus{
  --tw-text-opacity: 1;
  color: rgb(55 48 163 / var(--tw-text-opacity));
}
.focus\:text-gray-800:focus{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.focus\:text-gray-500:focus{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.focus\:text-gray-900:focus{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.focus\:ring: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(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-2: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(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.focus\:ring-1: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(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.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);
}
.focus\:ring-inset:focus{
  --tw-ring-inset: inset;
}
.focus\:ring-gray-300:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
}
.focus\:ring-indigo-200:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(199 210 254 / var(--tw-ring-opacity));
}
.focus\:ring-red-200:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(254 202 202 / var(--tw-ring-opacity));
}
.focus\:ring-blue-200:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(191 219 254 / var(--tw-ring-opacity));
}
.focus\:ring-red-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity));
}
.focus\:ring-primary-300:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(94 171 122 / var(--tw-ring-opacity));
}
.focus\:ring-blue-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity));
}
.focus\:ring-primary-200:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(145 197 164 / var(--tw-ring-opacity));
}
.focus\:ring-gray-900:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(17 24 39 / var(--tw-ring-opacity));
}
.focus\:ring-white:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
}
.focus\:ring-indigo-500:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity));
}
.focus\:ring-red-400:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity));
}
.focus\:ring-green-400:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(74 222 128 / var(--tw-ring-opacity));
}
.focus\:ring-black:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
}
.focus\:ring-opacity-50:focus{
  --tw-ring-opacity: 0.5;
}
.focus\:ring-offset-2:focus{
  --tw-ring-offset-width: 2px;
}
.focus\:ring-offset-1:focus{
  --tw-ring-offset-width: 1px;
}
.active\:cursor-grabbing:active{
  cursor: grabbing;
}
.active\:bg-gray-100:active{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.active\:bg-gray-900:active{
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}
.active\:bg-red-600:active{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}
.active\:bg-gray-50:active{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.active\:bg-primary-400:active{
  --tw-bg-opacity: 1;
  background-color: rgb(63 154 97 / var(--tw-bg-opacity));
}
.active\:text-gray-700:active{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.active\:text-gray-500:active{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.active\:text-gray-800:active{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.disabled\:bg-gray-100:disabled{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.disabled\:opacity-25:disabled{
  opacity: 0.25;
}
.group:hover .group-hover\:text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.dark .dark\:border-gray-700{
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity));
}
.dark .dark\:bg-gray-900{
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}
.dark .dark\:bg-gray-800{
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity));
}
.dark .dark\:text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.dark .dark\:text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
@media (min-width: 640px){
  .sm\:col-span-4{
    grid-column: span 4 / span 4;
  }
  .sm\:col-span-3{
    grid-column: span 3 / span 3;
  }
  .sm\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .sm\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .sm\:-my-px{
    margin-top: -1px;
    margin-bottom: -1px;
  }
  .sm\:my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .sm\:ml-3{
    margin-left: 0.75rem;
  }
  .sm\:-mr-2{
    margin-right: -0.5rem;
  }
  .sm\:mt-0{
    margin-top: 0px;
  }
  .sm\:ml-4{
    margin-left: 1rem;
  }
  .sm\:ml-10{
    margin-left: 2.5rem;
  }
  .sm\:ml-6{
    margin-left: 1.5rem;
  }
  .sm\:mt-4{
    margin-top: 1rem;
  }
  .sm\:ml-0{
    margin-left: 0px;
  }
  .sm\:block{
    display: block;
  }
  .sm\:inline-block{
    display: inline-block;
  }
  .sm\:flex{
    display: flex;
  }
  .sm\:hidden{
    display: none;
  }
  .sm\:h-10{
    height: 2.5rem;
  }
  .sm\:h-screen{
    height: 100vh;
  }
  .sm\:h-20{
    height: 5rem;
  }
  .sm\:w-10{
    width: 2.5rem;
  }
  .sm\:w-full{
    width: 100%;
  }
  .sm\:w-auto{
    width: auto;
  }
  .sm\:max-w-md{
    max-width: 28rem;
  }
  .sm\:max-w-sm{
    max-width: 24rem;
  }
  .sm\:max-w-lg{
    max-width: 32rem;
  }
  .sm\:max-w-xl{
    max-width: 36rem;
  }
  .sm\:max-w-2xl{
    max-width: 42rem;
  }
  .sm\:max-w-\[554px\]{
    max-width: 554px;
  }
  .sm\:max-w-\[395px\]{
    max-width: 395px;
  }
  .sm\:flex-1{
    flex: 1 1 0%;
  }
  .sm\:translate-y-0{
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .sm\:scale-95{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
    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));
  }
  .sm\:scale-100{
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:flex-row-reverse{
    flex-direction: row-reverse;
  }
  .sm\:flex-col{
    flex-direction: column;
  }
  .sm\:items-start{
    align-items: flex-start;
  }
  .sm\:items-center{
    align-items: center;
  }
  .sm\:justify-start{
    justify-content: flex-start;
  }
  .sm\:justify-center{
    justify-content: center;
  }
  .sm\:justify-between{
    justify-content: space-between;
  }
  .sm\:gap-6{
    gap: 1.5rem;
  }
  .sm\:truncate{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .sm\:rounded-lg{
    border-radius: 0.5rem;
  }
  .sm\:rounded-md{
    border-radius: 0.375rem;
  }
  .sm\:rounded-tl-md{
    border-top-left-radius: 0.375rem;
  }
  .sm\:rounded-tr-md{
    border-top-right-radius: 0.375rem;
  }
  .sm\:rounded-bl-md{
    border-bottom-left-radius: 0.375rem;
  }
  .sm\:rounded-br-md{
    border-bottom-right-radius: 0.375rem;
  }
  .sm\:p-6{
    padding: 1.5rem;
  }
  .sm\:p-0{
    padding: 0px;
  }
  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .sm\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .sm\:pt-0{
    padding-top: 0px;
  }
  .sm\:pb-4{
    padding-bottom: 1rem;
  }
  .sm\:text-left{
    text-align: left;
  }
  .sm\:text-center{
    text-align: center;
  }
  .sm\:text-right{
    text-align: right;
  }
  .sm\:align-middle{
    vertical-align: middle;
  }
  .sm\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .sm\:duration-700{
    transition-duration: 700ms;
  }
}
@media (min-width: 768px){
  .md\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .md\:col-span-1{
    grid-column: span 1 / span 1;
  }
  .md\:col-span-4{
    grid-column: span 4 / span 4;
  }
  .md\:col-span-8{
    grid-column: span 8 / span 8;
  }
  .md\:mt-0{
    margin-top: 0px;
  }
  .md\:block{
    display: block;
  }
  .md\:inline-block{
    display: inline-block;
  }
  .md\:table-cell{
    display: table-cell;
  }
  .md\:grid{
    display: grid;
  }
  .md\:w-64{
    width: 16rem;
  }
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-12{
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .md\:gap-6{
    gap: 1.5rem;
  }
  .md\:overflow-y-auto{
    overflow-y: auto;
  }
  .md\:border-t-0{
    border-top-width: 0px;
  }
  .md\:border-l{
    border-left-width: 1px;
  }
  .md\:pb-0{
    padding-bottom: 0px;
  }
}
@media (min-width: 1024px){
  .lg\:static{
    position: static;
  }
  .lg\:absolute{
    position: absolute;
  }
  .lg\:relative{
    position: relative;
  }
  .lg\:left-\[89px\]{
    left: 89px;
  }
  .lg\:bottom-\[33px\]{
    bottom: 33px;
  }
  .lg\:left-0{
    left: 0px;
  }
  .lg\:left-\[50\%\]{
    left: 50%;
  }
  .lg\:-top-24{
    top: -6rem;
  }
  .lg\:left-32{
    left: 8rem;
  }
  .lg\:left-\[136px\]{
    left: 136px;
  }
  .lg\:-right-7{
    right: -1.75rem;
  }
  .lg\:-bottom-7{
    bottom: -1.75rem;
  }
  .lg\:right-auto{
    right: auto;
  }
  .lg\:-top-\[20px\]{
    top: -20px;
  }
  .lg\:-right-6{
    right: -1.5rem;
  }
  .lg\:-top-6{
    top: -1.5rem;
  }
  .lg\:-bottom-6{
    bottom: -1.5rem;
  }
  .lg\:-right-4{
    right: -1rem;
  }
  .lg\:-bottom-4{
    bottom: -1rem;
  }
  .lg\:right-10{
    right: 2.5rem;
  }
  .lg\:top-10{
    top: 2.5rem;
  }
  .lg\:top-3{
    top: 0.75rem;
  }
  .lg\:right-3{
    right: 0.75rem;
  }
  .lg\:top-0{
    top: 0px;
  }
  .lg\:right-5{
    right: 1.25rem;
  }
  .lg\:top-5{
    top: 1.25rem;
  }
  .lg\:right-\[51px\]{
    right: 51px;
  }
  .lg\:top-\[35px\]{
    top: 35px;
  }
  .lg\:order-1{
    order: 1;
  }
  .lg\:order-2{
    order: 2;
  }
  .lg\:col-span-4{
    grid-column: span 4 / span 4;
  }
  .lg\:mb-\[38px\]{
    margin-bottom: 38px;
  }
  .lg\:mb-5{
    margin-bottom: 1.25rem;
  }
  .lg\:mb-0{
    margin-bottom: 0px;
  }
  .lg\:mb-20{
    margin-bottom: 5rem;
  }
  .lg\:mb-3{
    margin-bottom: 0.75rem;
  }
  .lg\:mb-\[50px\]{
    margin-bottom: 50px;
  }
  .lg\:mb-\[115px\]{
    margin-bottom: 115px;
  }
  .lg\:mb-\[60px\]{
    margin-bottom: 60px;
  }
  .lg\:mb-4{
    margin-bottom: 1rem;
  }
  .lg\:mb-6{
    margin-bottom: 1.5rem;
  }
  .lg\:mb-\[80px\]{
    margin-bottom: 80px;
  }
  .lg\:mb-\[55px\]{
    margin-bottom: 55px;
  }
  .lg\:mb-\[61px\]{
    margin-bottom: 61px;
  }
  .lg\:mb-\[66px\]{
    margin-bottom: 66px;
  }
  .lg\:mt-20{
    margin-top: 5rem;
  }
  .lg\:mb-\[116px\]{
    margin-bottom: 116px;
  }
  .lg\:mb-\[57px\]{
    margin-bottom: 57px;
  }
  .lg\:ml-20{
    margin-left: 5rem;
  }
  .lg\:mb-10{
    margin-bottom: 2.5rem;
  }
  .lg\:mt-3{
    margin-top: 0.75rem;
  }
  .lg\:mb-\[103px\]{
    margin-bottom: 103px;
  }
  .lg\:mb-\[77px\]{
    margin-bottom: 77px;
  }
  .lg\:mb-12{
    margin-bottom: 3rem;
  }
  .lg\:mr-\[81px\]{
    margin-right: 81px;
  }
  .lg\:mb-\[67px\]{
    margin-bottom: 67px;
  }
  .lg\:mt-\[67px\]{
    margin-top: 67px;
  }
  .lg\:mt-0{
    margin-top: 0px;
  }
  .lg\:block{
    display: block;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:h-auto{
    height: auto;
  }
  .lg\:h-\[480px\]{
    height: 480px;
  }
  .lg\:h-10{
    height: 2.5rem;
  }
  .lg\:h-\[105px\]{
    height: 105px;
  }
  .lg\:h-\[75px\]{
    height: 75px;
  }
  .lg\:h-\[68px\]{
    height: 68px;
  }
  .lg\:h-\[64px\]{
    height: 64px;
  }
  .lg\:h-\[255px\]{
    height: 255px;
  }
  .lg\:h-\[66px\]{
    height: 66px;
  }
  .lg\:max-h-\[170px\]{
    max-height: 170px;
  }
  .lg\:max-h-max{
    max-height: -moz-max-content;
    max-height: max-content;
  }
  .lg\:min-h-\[48px\]{
    min-height: 48px;
  }
  .lg\:w-fit{
    width: -moz-fit-content;
    width: fit-content;
  }
  .lg\:w-auto{
    width: auto;
  }
  .lg\:w-1\/2{
    width: 50%;
  }
  .lg\:w-\[0px\]{
    width: 0px;
  }
  .lg\:w-10{
    width: 2.5rem;
  }
  .lg\:w-\[calc\(100\%-208px\)\]{
    width: calc(100% - 208px);
  }
  .lg\:w-max{
    width: -moz-max-content;
    width: max-content;
  }
  .lg\:w-\[calc\(100\%-502px\)\]{
    width: calc(100% - 502px);
  }
  .lg\:w-\[calc\(100\%-515px\)\]{
    width: calc(100% - 515px);
  }
  .lg\:w-\[calc\(100\%-556px\)\]{
    width: calc(100% - 556px);
  }
  .lg\:w-\[225px\]{
    width: 225px;
  }
  .lg\:w-\[calc\(100\%-580px\)\]{
    width: calc(100% - 580px);
  }
  .lg\:w-\[75px\]{
    width: 75px;
  }
  .lg\:w-full{
    width: 100%;
  }
  .lg\:w-3\/12{
    width: 25%;
  }
  .lg\:w-9\/12{
    width: 75%;
  }
  .lg\:w-\[calc\(100\%-415px\)\]{
    width: calc(100% - 415px);
  }
  .lg\:w-\[483px\]{
    width: 483px;
  }
  .lg\:w-\[calc\(100\%-518px\)\]{
    width: calc(100% - 518px);
  }
  .lg\:w-\[calc\(100\%-624px\)\]{
    width: calc(100% - 624px);
  }
  .lg\:w-\[calc\(100\%-746px\)\]{
    width: calc(100% - 746px);
  }
  .lg\:w-\[calc\(100\%-95px\)\]{
    width: calc(100% - 95px);
  }
  .lg\:w-\[523px\]{
    width: 523px;
  }
  .lg\:w-\[255px\]{
    width: 255px;
  }
  .lg\:w-\[calc\(100\%-615px\)\]{
    width: calc(100% - 615px);
  }
  .lg\:w-\[calc\(100\%-626px\)\]{
    width: calc(100% - 626px);
  }
  .lg\:w-\[413px\]{
    width: 413px;
  }
  .lg\:w-\[550px\]{
    width: 550px;
  }
  .lg\:w-\[506px\]{
    width: 506px;
  }
  .lg\:w-\[calc\(100\%-500px\)\]{
    width: calc(100% - 500px);
  }
  .lg\:min-w-\[800px\]{
    min-width: 800px;
  }
  .lg\:min-w-\[200px\]{
    min-width: 200px;
  }
  .lg\:min-w-\[150px\]{
    min-width: 150px;
  }
  .lg\:max-w-\[1263px\]{
    max-width: 1263px;
  }
  .lg\:max-w-\[192px\]{
    max-width: 192px;
  }
  .lg\:max-w-\[437px\]{
    max-width: 437px;
  }
  .lg\:max-w-\[457px\]{
    max-width: 457px;
  }
  .lg\:max-w-\[506px\]{
    max-width: 506px;
  }
  .lg\:max-w-\[523px\]{
    max-width: 523px;
  }
  .lg\:max-w-\[415px\]{
    max-width: 415px;
  }
  .lg\:max-w-\[530px\]{
    max-width: 530px;
  }
  .lg\:max-w-\[684px\]{
    max-width: 684px;
  }
  .lg\:max-w-\[calc\(100\%-642px\)\]{
    max-width: calc(100% - 642px);
  }
  .lg\:max-w-\[calc\(100\%-615px\)\]{
    max-width: calc(100% - 615px);
  }
  .lg\:max-w-\[calc\(100\%-604px\)\]{
    max-width: calc(100% - 604px);
  }
  .lg\:max-w-\[466px\]{
    max-width: 466px;
  }
  .lg\:max-w-\[calc\(100\%-553px\)\]{
    max-width: calc(100% - 553px);
  }
  .lg\:max-w-\[440px\]{
    max-width: 440px;
  }
  .lg\:max-w-\[612px\]{
    max-width: 612px;
  }
  .lg\:-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));
  }
  .lg\:-translate-x-\[50\%\]{
    --tw-translate-x: -50%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .lg\:-translate-y-7{
    --tw-translate-y: -1.75rem;
    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));
  }
  .lg\: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));
  }
  .lg\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:items-center{
    align-items: center;
  }
  .lg\:justify-start{
    justify-content: flex-start;
  }
  .lg\:justify-between{
    justify-content: space-between;
  }
  .lg\:gap-20{
    gap: 5rem;
  }
  .lg\:gap-\[67px\]{
    gap: 67px;
  }
  .lg\:gap-16{
    gap: 4rem;
  }
  .lg\:gap-\[69px\]{
    gap: 69px;
  }
  .lg\:gap-10{
    gap: 2.5rem;
  }
  .lg\:gap-4{
    gap: 1rem;
  }
  .lg\:gap-x-20{
    -moz-column-gap: 5rem;
         column-gap: 5rem;
  }
  .lg\:gap-y-\[64px\]{
    row-gap: 64px;
  }
  .lg\:gap-y-12{
    row-gap: 3rem;
  }
  .lg\:gap-y-\[61px\]{
    row-gap: 61px;
  }
  .lg\:gap-x-10{
    -moz-column-gap: 2.5rem;
         column-gap: 2.5rem;
  }
  .lg\:space-y-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }
  .lg\:space-x-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1rem * var(--tw-space-x-reverse));
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }
  .lg\:space-x-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse));
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:space-x-10 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:space-x-3 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(0.75rem * var(--tw-space-x-reverse));
    margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:space-y-\[24px\] > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(24px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(24px * var(--tw-space-y-reverse));
  }
  .lg\:space-x-\[35px\] > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(35px * var(--tw-space-x-reverse));
    margin-left: calc(35px * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:space-x-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(4rem * var(--tw-space-x-reverse));
    margin-left: calc(4rem * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:space-x-\[94px\] > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(94px * var(--tw-space-x-reverse));
    margin-left: calc(94px * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));
  }
  .lg\:space-x-\[62px\] > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(62px * var(--tw-space-x-reverse));
    margin-left: calc(62px * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:space-x-\[119px\] > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(119px * var(--tw-space-x-reverse));
    margin-left: calc(119px * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:space-x-\[167px\] > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(167px * var(--tw-space-x-reverse));
    margin-left: calc(167px * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:space-y-\[60px\] > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(60px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(60px * var(--tw-space-y-reverse));
  }
  .lg\:space-x-\[92px\] > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(92px * var(--tw-space-x-reverse));
    margin-left: calc(92px * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:space-x-\[103px\] > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(103px * var(--tw-space-x-reverse));
    margin-left: calc(103px * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:space-y-16 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }
  .lg\:space-y-\[120px\] > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(120px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(120px * var(--tw-space-y-reverse));
  }
  .lg\:space-x-\[33px\] > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(33px * var(--tw-space-x-reverse));
    margin-left: calc(33px * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:space-x-\[47px\] > :not([hidden]) ~ :not([hidden]){
    --tw-space-x-reverse: 0;
    margin-right: calc(47px * var(--tw-space-x-reverse));
    margin-left: calc(47px * calc(1 - var(--tw-space-x-reverse)));
  }
  .lg\:overflow-hidden{
    overflow: hidden;
  }
  .lg\:overflow-visible{
    overflow: visible;
  }
  .lg\:rounded-\[10px\]{
    border-radius: 10px;
  }
  .lg\:rounded-xl{
    border-radius: 0.75rem;
  }
  .lg\:rounded-none{
    border-radius: 0px;
  }
  .lg\:border{
    border-width: 1px;
  }
  .lg\:border-r{
    border-right-width: 1px;
  }
  .lg\:border-neutral-100{
    --tw-border-opacity: 1;
    border-color: rgb(245 245 245 / var(--tw-border-opacity));
  }
  .lg\:bg-transparent{
    background-color: transparent;
  }
  .lg\:bg-\[\#E9E8E84D\]{
    background-color: #E9E8E84D;
  }
  .lg\:p-10{
    padding: 2.5rem;
  }
  .lg\:p-20{
    padding: 5rem;
  }
  .lg\:p-\[30px\]{
    padding: 30px;
  }
  .lg\:p-8{
    padding: 2rem;
  }
  .lg\:p-0{
    padding: 0px;
  }
  .lg\:p-6{
    padding: 1.5rem;
  }
  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:px-20{
    padding-left: 5rem;
    padding-right: 5rem;
  }
  .lg\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .lg\:py-\[46px\]{
    padding-top: 46px;
    padding-bottom: 46px;
  }
  .lg\:py-\[160px\]{
    padding-top: 160px;
    padding-bottom: 160px;
  }
  .lg\:py-\[155px\]{
    padding-top: 155px;
    padding-bottom: 155px;
  }
  .lg\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .lg\:px-\[14px\]{
    padding-left: 14px;
    padding-right: 14px;
  }
  .lg\:py-\[30px\]{
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .lg\:px-\[51px\]{
    padding-left: 51px;
    padding-right: 51px;
  }
  .lg\:py-\[63px\]{
    padding-top: 63px;
    padding-bottom: 63px;
  }
  .lg\:py-\[120px\]{
    padding-top: 120px;
    padding-bottom: 120px;
  }
  .lg\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:py-20{
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .lg\:px-40{
    padding-left: 10rem;
    padding-right: 10rem;
  }
  .lg\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .lg\:py-14{
    padding-top: 3.5rem;
    padding-bottom: 3.5rem;
  }
  .lg\:py-\[58px\]{
    padding-top: 58px;
    padding-bottom: 58px;
  }
  .lg\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .lg\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .lg\:px-10{
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .lg\:py-6{
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .lg\:pt-\[22\%\]{
    padding-top: 22%;
  }
  .lg\:pr-6{
    padding-right: 1.5rem;
  }
  .lg\:pl-\[69px\]{
    padding-left: 69px;
  }
  .lg\:pt-\[17\%\]{
    padding-top: 17%;
  }
  .lg\:pl-2{
    padding-left: 0.5rem;
  }
  .lg\:pt-\[76px\]{
    padding-top: 76px;
  }
  .lg\:pb-\[56px\]{
    padding-bottom: 56px;
  }
  .lg\:pt-0{
    padding-top: 0px;
  }
  .lg\:pl-20{
    padding-left: 5rem;
  }
  .lg\:pt-\[100px\]{
    padding-top: 100px;
  }
  .lg\:pt-\[36\%\]{
    padding-top: 36%;
  }
  .lg\:pb-\[100px\]{
    padding-bottom: 100px;
  }
  .lg\:pb-\[147px\]{
    padding-bottom: 147px;
  }
  .lg\:pb-\[50px\]{
    padding-bottom: 50px;
  }
  .lg\:pt-\[56px\]{
    padding-top: 56px;
  }
  .lg\:pl-\[91px\]{
    padding-left: 91px;
  }
  .lg\:pl-6{
    padding-left: 1.5rem;
  }
  .lg\:pb-\[68px\]{
    padding-bottom: 68px;
  }
  .lg\:pt-20{
    padding-top: 5rem;
  }
  .lg\:pb-20{
    padding-bottom: 5rem;
  }
  .lg\:pt-\[75\%\]{
    padding-top: 75%;
  }
  .lg\:pb-\[130px\]{
    padding-bottom: 130px;
  }
  .lg\:pt-\[58px\]{
    padding-top: 58px;
  }
  .lg\:pt-\[93px\]{
    padding-top: 93px;
  }
  .lg\:pt-\[72px\]{
    padding-top: 72px;
  }
  .lg\:pr-0{
    padding-right: 0px;
  }
  .lg\:pl-\[37px\]{
    padding-left: 37px;
  }
  .lg\:pl-\[44px\]{
    padding-left: 44px;
  }
  .lg\:pb-\[120px\]{
    padding-bottom: 120px;
  }
  .lg\:pt-\[32\.5\%\]{
    padding-top: 32.5%;
  }
  .lg\:pt-10{
    padding-top: 2.5rem;
  }
  .lg\:pb-\[31px\]{
    padding-bottom: 31px;
  }
  .lg\:pb-\[90px\]{
    padding-bottom: 90px;
  }
  .lg\:pb-\[169px\]{
    padding-bottom: 169px;
  }
  .lg\:pt-\[140px\]{
    padding-top: 140px;
  }
  .lg\:pb-\[93px\]{
    padding-bottom: 93px;
  }
  .lg\:pt-\[115px\]{
    padding-top: 115px;
  }
  .lg\:pt-\[65px\]{
    padding-top: 65px;
  }
  .lg\:pb-\[65px\]{
    padding-bottom: 65px;
  }
  .lg\:pt-6{
    padding-top: 1.5rem;
  }
  .lg\:pb-16{
    padding-bottom: 4rem;
  }
  .lg\:pt-\[95px\]{
    padding-top: 95px;
  }
  .lg\:pb-\[134px\]{
    padding-bottom: 134px;
  }
  .lg\:pb-\[166px\]{
    padding-bottom: 166px;
  }
  .lg\:pt-12{
    padding-top: 3rem;
  }
  .lg\:text-center{
    text-align: center;
  }
  .lg\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
  .lg\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .lg\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .lg\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .lg\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .lg\:text-\[31px\]{
    font-size: 31px;
  }
  .lg\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .lg\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .lg\:text-\[39px\]{
    font-size: 39px;
  }
  .lg\:font-normal{
    font-weight: 400;
  }
  .lg\:font-\[400\]{
    font-weight: 400;
  }
  .lg\:font-semibold{
    font-weight: 600;
  }
  .lg\:font-bold{
    font-weight: 700;
  }
  .lg\:leading-\[54px\]{
    line-height: 54px;
  }
  .lg\:leading-\[37px\]{
    line-height: 37px;
  }
  .lg\:leading-\[31px\]{
    line-height: 31px;
  }
  .lg\:text-white{
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .lg\:text-primary-700{
    --tw-text-opacity: 1;
    color: rgb(11 92 40 / var(--tw-text-opacity));
  }
  .lg\:shadow-none{
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }
  .lg\:line-clamp-2{
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .lg\:first\:hidden:first-child{
    display: none;
  }
}
@media (min-width: 1280px){
  .xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xl\:p-\[10px\]{
    padding: 10px;
  }
}
