*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}

::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

:root {
  --color-primary: 217 19 61;
  --color-primary-light: 255 102 102;
  --color-primary-dark: 191 10 48;
  --color-primary-darker: 163 9 42;
  --color-primary-alt: 255 136 27;
  --color-secondary: 0 40 104;
  --color-cream: 241 236 229;
  --bg-gradient: linear-gradient(72deg, #cc1239 7.51%, #d9133d 60.19%, #f01543 91.43%);
}

html[data-site="inspirus2"] {
  --color-primary: 0 40 104;
  --color-primary-light: 236 246 255;
  --color-primary-dark: 0 40 104;
  --color-primary-darker: 0 40 104;
  --color-primary-alt: 223 239 234;
  --color-secondary: 17 29 62;
  --color-cream: 241 236 229;
  --bg-gradient: linear-gradient(180deg, #FFF 37.98%, #F7F6D8 76.92%, #DFEFEA 100%);;
}

html[data-site="inspirus3"] {
  --color-primary: 255 136 27;
  --color-primary-dark: 230 109 18;
  --color-primary-darker: 204 90 11;
  --color-primary-alt: 223 239 234;
  --color-secondary: 75 89 110;
  --color-cream: 241 236 229;
  --bg-gradient: linear-gradient(72deg, #ff7a00 7.51%, #ff881b 60.19%, #ffa04d 91.43%);
}
.\!container {
  width: 100% !important;
  margin-right: auto !important;
  margin-left: auto !important;
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}
.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}
@media (min-width: 640px) {

  .\!container {
    max-width: 640px !important;
    padding-right: 2rem !important;
    padding-left: 2rem !important;
  }

  .container {
    max-width: 640px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 768px) {

  .\!container {
    max-width: 768px !important;
  }

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .\!container {
    max-width: 1024px !important;
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }

  .container {
    max-width: 1024px;
    padding-right: 3rem;
    padding-left: 3rem;
  }
}
@media (min-width: 1280px) {

  .\!container {
    max-width: 1280px !important;
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }

  .container {
    max-width: 1280px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
@media (min-width: 1536px) {

  .\!container {
    max-width: 1536px !important;
  }

  .container {
    max-width: 1536px;
  }
}
@media (min-width: 1820px) {

  .\!container {
    max-width: 1820px !important;
  }

  .container {
    max-width: 1820px;
  }
}
.lazy-load {
  opacity: 0;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
.lazy-load--loaded {
  opacity: 1;
  transition-delay: 300ms;
}

.link {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
.link--primary {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
  text-decoration-line: underline;
}
.link--primary:hover, .link--primary:active {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}

.btn {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-weight: 500;
}
.btn-rounded {
  border-radius: 9999px;
}
.btn-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.btn-primary.btn-outline {
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
  background-color: transparent;
}

.button-full-width a {
  width: 100%;
  justify-content: center;
  text-align: center;
}

.button-full-width-two a {
  width: 50%;
  justify-content: center;
  text-align: center;
}

.button-pos {
  display: flex;
  justify-content: flex-start;
}

.button-pos-r {
  display: flex;
  justify-content: flex-end;
}

@media (min-width: 1536px) {
  .ml-logo-grid {
    margin-right: 10rem;
  }
}

.BasementGrotesque-Black {
  font-family: "Basement Grotesque" !important;
  text-align: center;
  font-size: 180px;
  font-style: normal;
  font-weight: 800;
  line-height: 160px;
  letter-spacing: 27px;
  text-transform: uppercase;
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.4);
}
@media (max-width: 1280px) {
  .BasementGrotesque-Black {
    font-size: 100px !important;
    line-height: 1 !important;
  }
}
@media (max-width: 768px) {
  .BasementGrotesque-Black {
    font-size: 50px !important;
    line-height: 1 !important;
    letter-spacing: 17px !important;
  }
}
@media (max-width: 500px) {
  .BasementGrotesque-Black {
    font-size: 45px !important;
    line-height: 1 !important;
    letter-spacing: 12px !important;
  }
}

.basementGrotesque {
  font-family: "Basement Grotesque" !important;
  font-style: normal;
  font-weight: 800;
  text-transform: uppercase;
}

.BasementGrotesque-title-block,
.BasementGrotesque-title-block p {
  font-family: "Basement Grotesque" !important;
  font-size: 64px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
}
@media (max-width: 1280px) {
  .BasementGrotesque-title-block,
  .BasementGrotesque-title-block p {
    font-size: 44px !important;
    line-height: 1 !important;
  }
}
@media (max-width: 500px) {
  .BasementGrotesque-title-block,
  .BasementGrotesque-title-block p {
    font-size: 35px !important;
    line-height: 1 !important;
  }
}

.carousel-container {
  display: flex;
  justify-content: center;
  position: relative;
  overflow: hidden;
  height: 1200px;
  width: 800px;
}

.carousel-slide {
  position: absolute;
  transition: transform 1s, z-index 1s;
}

.carousel-slide.video-cell {
  width: 350px;
  height: 700px;
}
@media (max-width: 1280px) {
  .carousel-slide.video-cell {
    width: 250px !important;
    height: 350px !important;
  }
}
@media (max-width: 768px) {
  .carousel-slide.video-cell {
    margin-top: 15px !important;
    width: 150px !important;
    height: 192px !important;
  }
}

.carousel-slide.flip {
  animation: flipOutY 1s forwards;
}

.carousel-slide video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

@keyframes flipOutY {
  0% {
    transform: rotateY(0) translateX(0);
    opacity: 1;
  }
  25% {
    transform: rotateY(45deg) translateX(150px);
    opacity: 1;
  }
  50% {
    transform: rotateY(90deg) translateX(300px);
    z-index: 1; /* Ensure it moves to the back */
    opacity: 1;
  }
  75% {
    transform: rotateY(45deg) translateX(150px);
    opacity: 1;
  }
  100% {
    transform: rotateY(90deg) translateX(0px);
    opacity: 0;
    z-index: 1; /* Ensure it moves to the back */
  }
}
.solid-text {
  z-index: 20; /* Ensure Solid Text section has lower z-index than slides */
}

/* Animation keyframes */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Apply animations with staggered delays */
.ani-1,
.ani-2,
.ani-3 {
  opacity: 0; /* Ensure elements are hidden initially */
}

.ani-3 {
  animation: fadeInUp 1s ease-out forwards;
  animation-delay: 0s;
}

.ani-2 {
  animation: fadeInUp 1s ease-out forwards;
  animation-delay: 1s;
}

.ani-1 {
  animation: fadeIn 1s ease-out forwards;
  animation-delay: 2s;
}

.cd-btn .toggle-btn {
  margin-top: -7px;
}
.cd-btn .toggle-btn[aria-expanded=true]::before {
  content: "-" !important;
  font-weight: 200;
}
.cd-btn .toggle-btn[aria-expanded=false]::before {
  content: "+" !important;
  font-weight: 200;
}

.toggle-btn {
  background: none;
  border: none;
  width: 24px;
  font-size: 38px;
  line-height: 1;
  color: #ffffff;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.vid-hw {
  height: 85px;
  width: 145px;
}
@media (max-width: 1280px) {
  .vid-hw {
    height: 47px;
    width: 86px;
  }
}

.trun-text {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.testimonial-carousel {
  position: relative;
}
.testimonial-carousel.container {
  padding: 3rem 0;
}
.testimonial-carousel__track {
  flex: 1 1 auto;
  max-width: 1100px;
  margin: 0 auto;
}
.testimonial-carousel .testimonial-carousel__cell {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 2rem;
  box-sizing: border-box;
}
.testimonial-carousel .testimonial-carousel__cell[aria-hidden=true] {
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px) scale(0.98);
  pointer-events: none;
  transition: opacity 280ms ease, transform 280ms ease;
}
.testimonial-carousel .testimonial {
  display: flex;
  gap: 2.5rem;
  align-items: center;
}
.testimonial-carousel .testimonial__visual {
  position: relative;
  flex: 0 0 auto;
  width: 220px;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.testimonial-carousel .testimonial__photo {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}
.testimonial-carousel .testimonial__photo--placeholder {
  position: relative;
  z-index: 2;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  background: #f5efe9;
}
.testimonial-carousel .testimonial__quote {
  position: absolute;
  right: -10px;
  top: -10px;
  width: 80px;
  height: 80px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  z-index: 3;
}
.testimonial-carousel .testimonial__quote svg {
  width: 80px;
  height: 80px;
  display: block;
  color: #fff;
}
.testimonial-carousel .testimonial__body {
  max-width: 640px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.testimonial-carousel .testimonial__text {
  font-size: 19px;
  color: #222;
  margin-bottom: 1rem;
  line-height: 1.6;
  font-weight: 600;
}
.testimonial-carousel .testimonial__name {
  margin: 0;
  font-weight: 700;
  font-size: 1.2rem;
}
.testimonial-carousel .testimonial__role {
  color: #8a8a8a;
  font-size: 0.95rem;
}
.testimonial-carousel .testimonial-carousel__controls {
  position: absolute;
  right: 2rem;
  bottom: 20%;
  transform: translateY(-50%);
  display: flex;
  gap: 0.75rem;
  flex-direction: row;
  z-index: 5;
}
.testimonial-carousel .testimonial-carousel__prev,
.testimonial-carousel .testimonial-carousel__next {
  width: 44px;
  height: 44px;
  border-radius: 9999px;
  border: 1px solid #e4e4e4;
  background: #f6f5f3;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
@media (max-width: 900px) {
  .testimonial-carousel.container {
    padding: 2rem 0;
  }
  .testimonial-carousel .testimonial {
    flex-direction: column;
    text-align: center;
    gap: 1rem;
  }
  .testimonial-carousel .testimonial__visual {
    width: 140px;
    height: 140px;
  }
  .testimonial-carousel .testimonial__visual::before {
    width: 140px;
    height: 140px;
  }
  .testimonial-carousel .testimonial__photo,
  .testimonial-carousel .testimonial__photo--placeholder {
    width: 100px;
    height: 100px;
  }
  .testimonial-carousel .testimonial-carousel__controls {
    position: static;
    transform: none;
    flex-direction: row;
    justify-content: center;
    margin-top: 1rem;
  }
  .testimonial-carousel .testimonial-carousel__cell {
    padding: 0 1rem;
  }
  .testimonial-carousel .testimonial-carousel__cell[aria-hidden=true] {
    opacity: 1;
    visibility: visible;
    transform: none;
    pointer-events: auto;
  }
}
.testimonial-carousel .flickity-viewport {
  overflow: visible;
}
.testimonial-carousel .flickity-slider {
  align-items: center;
}

.news-carousel .carousel-cell img {
  display: block;
  width: 100%;
  height: auto;
}
.news-carousel .carousel-cell .rounded-2xl {
  border-radius: 1rem;
}
.news-carousel.flickity-enabled .carousel-cell, .news-carousel.is-draggable .carousel-cell {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
}

.logoCaro {
  width: 100%;
}

.logoCaro .carousel-cell {
  display: inline-block;
  width: auto;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.logoCaro .flickity-viewport {
  overflow: visible !important;
}

.logoCaro .flickity-slider {
  align-items: center;
  display: flex;
}

.image-fade-left,
.image-fade-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: clamp(140px, 20vw, 350px);
  height: clamp(140px, 20vw, 350px);
  pointer-events: none;
  z-index: 10;
  background: inherit;
  -webkit-mask-size: 100% 100%;
  mask-size: 100% 100%;
}

.image-fade-left {
  left: calc(50% - 50vw);
  -webkit-mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0) 100%);
}

.image-fade-right {
  right: calc(50% - 50vw);
  -webkit-mask-image: linear-gradient(270deg, #000 0%, rgba(0, 0, 0, 0) 100%);
  mask-image: linear-gradient(270deg, #000 0%, rgba(0, 0, 0, 0) 100%);
}

.fade-bg-inherit {
  background: inherit;
}

@supports not (((-webkit-mask-image: linear-gradient(#000, transparent)) or (mask-image: linear-gradient(#000, transparent))) or (-webkit-mask-image: linear-gradient(#000, transparent))) {
  .image-fade-left,
  .image-fade-right {
    display: none;
  }
}
.logo-item {
  width: 17% !important;
}

@media (max-width: 768px) {
  .logo-item {
    width: 30% !important;
  }
}
/* bleed helper: lets an element escape centered container and sit flush to viewport edges */
.bleed {
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
}

/* optional: small mobile gutters so bleed isn't edge-to-edge on phones */
@media (max-width: 480px) {
  .bleed {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
  }
}
.bleed img,
.bleed picture,
.bleed .img,
.bleed .image {
  position: static !important;
  display: block;
  width: 100%;
  height: auto !important;
  max-height: clamp(320px, 80vh, 1400px) !important; /* responsive cap */
  margin-left: auto;
  margin-right: auto;
  -o-object-fit: contain;
     object-fit: contain; /* cover for consistent fill */
}

@media (max-width: 1024px) {
  .bleed img,
  .bleed picture {
    max-width: 1000px;
  }
}
@media (max-width: 640px) {
  .bleed img,
  .bleed picture {
    max-width: 640px;
  }
}
/* directional bleeds: pin the bleed element to the left or right viewport edge */
/* directional bleeds (responsive widths) */
.bleed--left,
.bleed--right {
  /* base: pin to viewport edge */
  left: auto;
  right: calc(50% - 24vw);
  text-align: right;
  width: 54vw;
}

.bleed--left {
  text-align: left;
}

.bleed--left img,
.bleed--left picture {
  margin-left: 0 !important;
  margin-right: auto !important;
  -o-object-position: left center !important;
     object-position: left center !important;
}

.bleed--right {
  /* anchor to container left, stretch to viewport right */
  left: 0; /* container's left edge */
  right: calc(50% - 50vw); /* viewport right */
  margin-left: 0;
  margin-right: 0;
  text-align: right;
}

.bleed--right img,
.bleed--right picture {
  margin-left: auto !important;
  margin-right: 0 !important;
  -o-object-position: right center !important;
     object-position: right center !important;
}

.bleed--left-column {
  /* anchor to container right, stretch to viewport left */
  left: calc(50% - 50vw); /* viewport left */
  right: 0; /* container's right edge */
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}

.bleed--left-column img,
.bleed--left-column picture {
  margin-left: 0 !important;
  margin-right: auto !important;
  -o-object-position: left center !important;
     object-position: left center !important;
}

.bleed--right-column {
  /* anchor to container left, stretch to viewport right */
  left: 0; /* container's left edge */
  right: calc(50% - 50vw); /* viewport right */
  margin-left: 0;
  margin-right: 0;
  text-align: right;
}

.bleed--right-column img,
.bleed--right-column picture {
  margin-left: auto !important;
  margin-right: 0 !important;
  -o-object-position: right center !important;
     object-position: right center !important;
}

/* large screens: slightly narrower bleed so image doesn't overwhelm */
/* tablet and below: use bigger portion but keep sensible max height */
@media (max-width: 1023px) {
  .bleed--left,
  .bleed--right {
    width: 100vw;
    left: 0;
    right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
  }
  .bleed img,
  .bleed picture {
    max-height: none !important;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
/* mobile: make bleed full-width with gutters */
@media (max-width: 768px) {
  .bleed--left,
  .bleed--right {
    width: 100vw;
    left: 0;
    right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
  }
  .bleed img,
  .bleed picture {
    max-height: none !important;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-ExtraLight.eot");
  src: local("Manrope"), url("../fonts/Manrope-ExtraLight.eot?#iefix") format("embedded-opentype"), url("../fonts/Manrope-ExtraLight.woff2") format("woff2"), url("../fonts/Manrope-ExtraLight.woff") format("woff"), url("../fonts/Manrope-ExtraLight.ttf") format("truetype"), url("../fonts/Manrope-ExtraLight.svg#Manrope-ExtraLight") format("svg");
  font-weight: 100;
  font-style: "normal";
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Light.eot");
  src: local("Manrope"), url("../fonts/Manrope-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Manrope-Light.woff2") format("woff2"), url("../fonts/Manrope-Light.woff") format("woff"), url("../fonts/Manrope-Light.ttf") format("truetype"), url("../fonts/Manrope-Light.svg#Manrope-Light") format("svg");
  font-weight: 300;
  font-style: "normal";
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Regular.eot");
  src: local("Manrope"), url("../fonts/Manrope-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Manrope-Regular.woff2") format("woff2"), url("../fonts/Manrope-Regular.woff") format("woff"), url("../fonts/Manrope-Regular.ttf") format("truetype"), url("../fonts/Manrope-Regular.svg#Manrope-Regular") format("svg");
  font-weight: 400;
  font-style: "normal";
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Medium.eot");
  src: local("Manrope"), url("../fonts/Manrope-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Manrope-Medium.woff2") format("woff2"), url("../fonts/Manrope-Medium.woff") format("woff"), url("../fonts/Manrope-Medium.ttf") format("truetype"), url("../fonts/Manrope-Medium.svg#Manrope-Medium") format("svg");
  font-weight: 500;
  font-style: "normal";
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-SemiBold.eot");
  src: local("Manrope"), url("../fonts/Manrope-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Manrope-SemiBold.woff2") format("woff2"), url("../fonts/Manrope-SemiBold.woff") format("woff"), url("../fonts/Manrope-SemiBold.ttf") format("truetype"), url("../fonts/Manrope-SemiBold.svg#Manrope-SemiBold") format("svg");
  font-weight: 600;
  font-style: "normal";
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("../fonts/Manrope-Bold.eot");
  src: local("Manrope"), url("../fonts/Manrope-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Manrope-Bold.woff2") format("woff2"), url("../fonts/Manrope-Bold.woff") format("woff"), url("../fonts/Manrope-Bold.ttf") format("truetype"), url("../fonts/Manrope-Bold.svg#Manrope-Bold") format("svg");
  font-weight: 700;
  font-style: "normal";
  font-display: swap;
}
html {
  font-size: 0.975rem;
  line-height: 1.625;
  scroll-behavior: smooth;
  /* Default site (inspirus-web.ddev.site) */
  --color-primary: 217 19 61; /* #D9133D */
  --color-secondary: 0 40 104; /* #002868 */
}

.page-block {
  overflow-x: hidden !important;
}

body {
  -webkit-font-smoothing: subpixel-antialiased;
  -webkit-text-stroke: 1px transparent;
  font-family: Outfit, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}
body.nav-active {
  overflow: hidden;
}

/* Per-site overrides: set by data-site attribute on the <html> tag */
a {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

h1,
.h1 {
  font-family: Outfit, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 4.4rem;
  font-weight: 600;
  letter-spacing: -0.05em;
  line-height: 1.05 !important;
}
@media screen and (max-width: 768px) {
  h1,
  .h1 {
    font-size: 2.2rem;
    line-height: 1.625;
  }
}
h1.super,
.h1.super {
  font-size: 3.4rem;
  line-height: 1.625;
}
@media screen and (max-width: 768px) {
  h1.super,
  .h1.super {
    font-size: 2.2rem;
    line-height: 1.625;
  }
}
h1 a,
.h1 a {
  font-family: Outfit, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

h2,
.h2 {
  font-family: Outfit, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 3rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.25 !important;
}
@media screen and (max-width: 640px) {
  h2,
  .h2 {
    font-size: 2.2rem;
    line-height: 1.625;
  }
}
h2 a,
.h2 a {
  font-family: Outfit, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

h3,
.h3 {
  font-family: Outfit, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 2.2rem;
  font-weight: 700;
  letter-spacing: -0.025em;
  line-height: 1.25 !important;
}
@media screen and (max-width: 640px) {
  h3,
  .h3 {
    font-size: 1.1rem;
    line-height: 1.625;
  }
}
h3 a,
.h3 a {
  font-family: Outfit, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

p {
  font-weight: 300;
}
p:empty {
  margin: 15px !important;
}
p a {
  text-decoration-line: underline;
}
p strong {
  font-weight: 800;
}

p,
a,
span,
ul,
ol {
  font-family: Outfit, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

::-moz-selection {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

::selection {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.wf-loading {
  visibility: hidden;
}

.wf-active,
.wf-inactive {
  visibility: visible;
}

.curved-bot-r {
  border-bottom-right-radius: 13rem;
}

.curved-bot-l {
  border-bottom-left-radius: 13rem;
}

.curved-top-r {
  border-top-right-radius: 13rem;
}

.curved-top-l {
  border-top-left-radius: 13rem;
}

/* Reduce large corner radii on smaller devices by 10rem (13rem -> 3rem) */
@media (max-width: 1023px) {
  .curved-bot-r {
    border-bottom-right-radius: 3rem;
  }
  .curved-bot-l {
    border-bottom-left-radius: 3rem;
  }
  .curved-top-r {
    border-top-right-radius: 3rem;
  }
  .curved-top-l {
    border-top-left-radius: 3rem;
  }
}
.leading-none-important {
  line-height: 1 !important;
}

.bg-cream {
  background-color: #f1ece5;
}

.hero-title {
  max-width: 48rem;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.025em;
}

@media (min-width: 640px) {

  .hero-title {
    font-size: 3.4rem;
    line-height: 1.625;
  }
}

@media (min-width: 1024px) {

  .hero-title {
    font-size: 4.4rem;
    line-height: 1.625;
  }
}
@media screen and (max-width: 768px) {
  .hero-title {
    font-size: 2.2rem;
    line-height: 1.625;
  }
}
.hero-title h1 {
  max-width: 48rem;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.25;
  letter-spacing: -0.025em;
}
@media (min-width: 640px) {

  .hero-title h1 {
    font-size: 3.4rem;
    line-height: 1.625;
  }
}
@media (min-width: 1024px) {

  .hero-title h1 {
    font-size: 4.4rem;
    line-height: 1.625;
  }
}
@media screen and (max-width: 768px) {
  .hero-title h1 {
    font-size: 2.2rem;
    line-height: 1.625;
  }
}

.text-secondary-important {
  --tw-text-opacity: 1 !important;
  color: rgb(var(--color-secondary) / var(--tw-text-opacity, 1)) !important;
}

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

/* bleed helper: lets an element escape centered container and sit flush to viewport edges */
.bleed {
  position: relative;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw;
  width: 100vw;
}

/* optional: small mobile gutters so bleed isn't edge-to-edge on phones */
@media (max-width: 480px) {
  .bleed {
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
  }
}
.bleed img,
.bleed picture,
.bleed .img,
.bleed .image {
  position: static !important;
  display: block;
  width: 100%;
  height: auto !important;
  max-height: clamp(320px, 80vh, 1400px) !important; /* responsive cap */
  margin-left: auto;
  margin-right: auto;
  -o-object-fit: contain;
     object-fit: contain; /* cover for consistent fill */
}

@media (max-width: 1024px) {
  .bleed img,
  .bleed picture {
    max-width: 1000px;
  }
}
@media (max-width: 640px) {
  .bleed img,
  .bleed picture {
    max-width: 640px;
  }
}
/* directional bleeds: pin the bleed element to the left or right viewport edge */
/* directional bleeds (responsive widths) */
.bleed--left,
.bleed--right {
  /* base: pin to viewport edge */
  left: auto;
  right: calc(50% - 24vw);
  text-align: right;
  width: 54vw;
}

.bleed--left {
  text-align: left;
}

.bleed--left img,
.bleed--left picture {
  margin-left: 0 !important;
  margin-right: auto !important;
  -o-object-position: left center !important;
     object-position: left center !important;
}

.bleed--right {
  /* anchor to container left, stretch to viewport right */
  left: 0; /* container's left edge */
  right: calc(50% - 50vw); /* viewport right */
  margin-left: 0;
  margin-right: 0;
  text-align: right;
}

.bleed--right img,
.bleed--right picture {
  margin-left: auto !important;
  margin-right: 0 !important;
  -o-object-position: right center !important;
     object-position: right center !important;
}

.bleed--left-column {
  /* anchor to container right, stretch to viewport left */
  left: calc(50% - 50vw); /* viewport left */
  right: 0; /* container's right edge */
  margin-left: 0;
  margin-right: 0;
  text-align: left;
}

.bleed--left-column img,
.bleed--left-column picture {
  margin-left: 0 !important;
  margin-right: auto !important;
  -o-object-position: left center !important;
     object-position: left center !important;
}

.bleed--right-column {
  /* anchor to container left, stretch to viewport right */
  left: 0; /* container's left edge */
  right: calc(50% - 50vw); /* viewport right */
  margin-left: 0;
  margin-right: 0;
  text-align: right;
}

.bleed--right-column img,
.bleed--right-column picture {
  margin-left: auto !important;
  margin-right: 0 !important;
  -o-object-position: right center !important;
     object-position: right center !important;
}

/* large screens: slightly narrower bleed so image doesn't overwhelm */
/* tablet and below: use bigger portion but keep sensible max height */
@media (max-width: 1023px) {
  .bleed--left,
  .bleed--right {
    width: 100vw;
    left: 0;
    right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
  }
  .bleed img,
  .bleed picture {
    max-height: none !important;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
/* mobile: make bleed full-width with gutters */
@media (max-width: 768px) {
  .bleed--left,
  .bleed--right {
    width: 100vw;
    left: 0;
    right: 0;
    padding-left: 1rem;
    padding-right: 1rem;
    box-sizing: border-box;
  }
  .bleed img,
  .bleed picture {
    max-height: none !important;
    -o-object-fit: contain;
       object-fit: contain;
  }
}
.self-start {
  align-self: flex-start;
}

.self-center {
  align-self: center;
}

.self-end {
  align-self: flex-end;
}

.rounded-xl-important {
  border-radius: 0.75rem !important;
}

p a {
  --tw-text-opacity: 1;
  color: rgb(var(--color-secondary) / var(--tw-text-opacity, 1));
}

.faq-content p a {
  color: unset !important;
}

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

.item-image picture {
  width: 100%;
}

.leading-tight-import {
  line-height: 1.25 !important;
}

.block-title-size {
  font-size: 24px;
}

.text-link p a {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}

.redactor-entry {
  font-weight: 300;
}
.redactor-entry ol li {
  display: list-item;
  list-style-position: inside;
}
.redactor-entry ol {
  list-style: auto !important;
}
.redactor-entry ul {
  list-style: inside !important;
}

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

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.\!sticky {
  position: sticky !important;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0;
}

.inset-y-0 {
  top: 0;
  bottom: 0;
}

.inset-y-1 {
  top: 0.25rem;
  bottom: 0.25rem;
}

.-bottom-1 {
  bottom: -0.25rem;
}

.-bottom-1\.5 {
  bottom: -0.375rem;
}

.-bottom-10 {
  bottom: -2.5rem;
}

.-bottom-\[20px\] {
  bottom: -20px;
}

.-left-28 {
  left: -7rem;
}

.-right-\[165px\] {
  right: -165px;
}

.-top-10 {
  top: -2.5rem;
}

.-top-8 {
  top: -2rem;
}

.bottom-0 {
  bottom: 0;
}

.left-0 {
  left: 0;
}

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

.left-3 {
  left: 0.75rem;
}

.right-0 {
  right: 0;
}

.right-1 {
  right: 0.25rem;
}

.right-3 {
  right: 0.75rem;
}

.right-4 {
  right: 1rem;
}

.right-\[-50px\] {
  right: -50px;
}

.top-0 {
  top: 0;
}

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

.top-10 {
  top: 2.5rem;
}

.top-20 {
  top: 5rem;
}

.top-24 {
  top: 6rem;
}

.top-4 {
  top: 1rem;
}

.top-\[0px\] {
  top: 0px;
}

.-bottom-\[30px\] {
  bottom: -30px;
}

.-bottom-\[52px\] {
  bottom: -52px;
}

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

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

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

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

.z-40 {
  z-index: 40;
}

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.m-auto {
  margin: auto;
}

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

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

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

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

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

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

.-mt-0\.5 {
  margin-top: -0.125rem;
}

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

.-mt-\[100px\] {
  margin-top: -100px;
}

.mb-0 {
  margin-bottom: 0px;
}

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

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

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

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

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

.mb-5 {
  margin-bottom: 1.25rem;
}

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

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

.mb-\[-25px\] {
  margin-bottom: -25px;
}

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

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

.ml-20 {
  margin-left: 5rem;
}

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

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

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

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

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

.ml-px {
  margin-left: 1px;
}

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

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

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

.mr-6 {
  margin-right: 1.5rem;
}

.mr-auto {
  margin-right: auto;
}

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

.mt-0\.5 {
  margin-top: 0.125rem;
}

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

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

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

.mt-28 {
  margin-top: 7rem;
}

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

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

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

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

.mt-80 {
  margin-top: 20rem;
}

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

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-0\.5 {
  height: 0.125rem;
}

.h-1 {
  height: 0.25rem;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-16 {
  height: 4rem;
}

.h-2 {
  height: 0.5rem;
}

.h-2\/3 {
  height: 66.666667%;
}

.h-20 {
  height: 5rem;
}

.h-24 {
  height: 6rem;
}

.h-3 {
  height: 0.75rem;
}

.h-32 {
  height: 8rem;
}

.h-4 {
  height: 1rem;
}

.h-40 {
  height: 10rem;
}

.h-48 {
  height: 12rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.max-h-16 {
  max-height: 4rem;
}

.max-h-40 {
  max-height: 10rem;
}

.max-h-\[90vh\] {
  max-height: 90vh;
}

.min-h-32 {
  min-height: 8rem;
}

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

.w-1 {
  width: 0.25rem;
}

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

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-2 {
  width: 0.5rem;
}

.w-20 {
  width: 5rem;
}

.w-24 {
  width: 6rem;
}

.w-3 {
  width: 0.75rem;
}

.w-32 {
  width: 8rem;
}

.w-4 {
  width: 1rem;
}

.w-40 {
  width: 10rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-64 {
  width: 16rem;
}

.w-8 {
  width: 2rem;
}

.w-9 {
  width: 2.25rem;
}

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

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

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

.max-w-2xl {
  max-width: 42rem;
}

.max-w-3xl {
  max-width: 48rem;
}

.max-w-4xl {
  max-width: 56rem;
}

.max-w-5xl {
  max-width: 64rem;
}

.max-w-6xl {
  max-width: 72rem;
}

.max-w-7xl {
  max-width: 80rem;
}

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

.max-w-\[95\%\] {
  max-width: 95%;
}

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

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

.max-w-md {
  max-width: 28rem;
}

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

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

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

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

.shrink {
  flex-shrink: 1;
}

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

.grow {
  flex-grow: 1;
}

.origin-left {
  transform-origin: left;
}

.-translate-x-1\/2 {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.translate-y-3 {
  --tw-translate-y: 0.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));
}

.translate-y-8 {
  --tw-translate-y: 2rem;
  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-45 {
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-45 {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.rotate-\[-90deg\] {
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.scale-x-0 {
  --tw-scale-x: 0;
  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-x-100 {
  --tw-scale-x: 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));
}

@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}

.animate-spin {
  animation: spin 1s linear infinite;
}

.cursor-pointer {
  cursor: pointer;
}

.touch-pan-x {
  --tw-pan-x: pan-x;
  touch-action: var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom);
}

.resize {
  resize: both;
}

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

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

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

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

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

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

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

.content-center {
  align-content: center;
}

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

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

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

.items-stretch {
  align-items: stretch;
}

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

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

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

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

.gap-12 {
  gap: 3rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-x-0 {
  -moz-column-gap: 0px;
       column-gap: 0px;
}

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

.gap-y-10 {
  row-gap: 2.5rem;
}

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

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

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

.self-start {
  align-self: flex-start;
}

.self-end {
  align-self: flex-end;
}

.self-center {
  align-self: center;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

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

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

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

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

.rounded {
  border-radius: 0.25rem;
}

.rounded-2xl {
  border-radius: 1rem;
}

.rounded-3xl {
  border-radius: 1.5rem;
}

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

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

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

.rounded-xl {
  border-radius: 0.75rem;
}

.border {
  border-width: 1px;
}

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

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

.border-4 {
  border-width: 4px;
}

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

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

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

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

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

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

.border-t-2 {
  border-top-width: 2px;
}

.border-dashed {
  border-style: dashed;
}

.\!border-secondary {
  --tw-border-opacity: 1 !important;
  border-color: rgb(var(--color-secondary) / var(--tw-border-opacity, 1)) !important;
}

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

.border-\[\#800080\] {
  --tw-border-opacity: 1;
  border-color: rgb(128 0 128 / var(--tw-border-opacity, 1));
}

.border-\[\#FF0000\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 0 0 / var(--tw-border-opacity, 1));
}

.border-\[\#FFA500\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 165 0 / var(--tw-border-opacity, 1));
}

.border-blue-100 {
  --tw-border-opacity: 1;
  border-color: rgb(219 234 254 / var(--tw-border-opacity, 1));
}

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

.border-coolGray {
  --tw-border-opacity: 1;
  border-color: rgb(204 213 220 / var(--tw-border-opacity, 1));
}

.border-coolGray\/0 {
  border-color: rgb(204 213 220 / 0);
}

.border-coolGray\/10 {
  border-color: rgb(204 213 220 / 0.1);
}

.border-coolGray\/100 {
  border-color: rgb(204 213 220 / 1);
}

.border-coolGray\/15 {
  border-color: rgb(204 213 220 / 0.15);
}

.border-coolGray\/20 {
  border-color: rgb(204 213 220 / 0.2);
}

.border-coolGray\/25 {
  border-color: rgb(204 213 220 / 0.25);
}

.border-coolGray\/30 {
  border-color: rgb(204 213 220 / 0.3);
}

.border-coolGray\/35 {
  border-color: rgb(204 213 220 / 0.35);
}

.border-coolGray\/40 {
  border-color: rgb(204 213 220 / 0.4);
}

.border-coolGray\/45 {
  border-color: rgb(204 213 220 / 0.45);
}

.border-coolGray\/5 {
  border-color: rgb(204 213 220 / 0.05);
}

.border-coolGray\/50 {
  border-color: rgb(204 213 220 / 0.5);
}

.border-coolGray\/55 {
  border-color: rgb(204 213 220 / 0.55);
}

.border-coolGray\/60 {
  border-color: rgb(204 213 220 / 0.6);
}

.border-coolGray\/65 {
  border-color: rgb(204 213 220 / 0.65);
}

.border-coolGray\/70 {
  border-color: rgb(204 213 220 / 0.7);
}

.border-coolGray\/75 {
  border-color: rgb(204 213 220 / 0.75);
}

.border-coolGray\/80 {
  border-color: rgb(204 213 220 / 0.8);
}

.border-coolGray\/85 {
  border-color: rgb(204 213 220 / 0.85);
}

.border-coolGray\/90 {
  border-color: rgb(204 213 220 / 0.9);
}

.border-coolGray\/95 {
  border-color: rgb(204 213 220 / 0.95);
}

.border-coolGreen {
  --tw-border-opacity: 1;
  border-color: rgb(207 255 208 / var(--tw-border-opacity, 1));
}

.border-coolGreen\/0 {
  border-color: rgb(207 255 208 / 0);
}

.border-coolGreen\/10 {
  border-color: rgb(207 255 208 / 0.1);
}

.border-coolGreen\/100 {
  border-color: rgb(207 255 208 / 1);
}

.border-coolGreen\/15 {
  border-color: rgb(207 255 208 / 0.15);
}

.border-coolGreen\/20 {
  border-color: rgb(207 255 208 / 0.2);
}

.border-coolGreen\/25 {
  border-color: rgb(207 255 208 / 0.25);
}

.border-coolGreen\/30 {
  border-color: rgb(207 255 208 / 0.3);
}

.border-coolGreen\/35 {
  border-color: rgb(207 255 208 / 0.35);
}

.border-coolGreen\/40 {
  border-color: rgb(207 255 208 / 0.4);
}

.border-coolGreen\/45 {
  border-color: rgb(207 255 208 / 0.45);
}

.border-coolGreen\/5 {
  border-color: rgb(207 255 208 / 0.05);
}

.border-coolGreen\/50 {
  border-color: rgb(207 255 208 / 0.5);
}

.border-coolGreen\/55 {
  border-color: rgb(207 255 208 / 0.55);
}

.border-coolGreen\/60 {
  border-color: rgb(207 255 208 / 0.6);
}

.border-coolGreen\/65 {
  border-color: rgb(207 255 208 / 0.65);
}

.border-coolGreen\/70 {
  border-color: rgb(207 255 208 / 0.7);
}

.border-coolGreen\/75 {
  border-color: rgb(207 255 208 / 0.75);
}

.border-coolGreen\/80 {
  border-color: rgb(207 255 208 / 0.8);
}

.border-coolGreen\/85 {
  border-color: rgb(207 255 208 / 0.85);
}

.border-coolGreen\/90 {
  border-color: rgb(207 255 208 / 0.9);
}

.border-coolGreen\/95 {
  border-color: rgb(207 255 208 / 0.95);
}

.border-cream {
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-cream) / var(--tw-border-opacity, 1));
}

.border-cream\/0 {
  border-color: rgb(var(--color-cream) / 0);
}

.border-cream\/10 {
  border-color: rgb(var(--color-cream) / 0.1);
}

.border-cream\/100 {
  border-color: rgb(var(--color-cream) / 1);
}

.border-cream\/15 {
  border-color: rgb(var(--color-cream) / 0.15);
}

.border-cream\/20 {
  border-color: rgb(var(--color-cream) / 0.2);
}

.border-cream\/25 {
  border-color: rgb(var(--color-cream) / 0.25);
}

.border-cream\/30 {
  border-color: rgb(var(--color-cream) / 0.3);
}

.border-cream\/35 {
  border-color: rgb(var(--color-cream) / 0.35);
}

.border-cream\/40 {
  border-color: rgb(var(--color-cream) / 0.4);
}

.border-cream\/45 {
  border-color: rgb(var(--color-cream) / 0.45);
}

.border-cream\/5 {
  border-color: rgb(var(--color-cream) / 0.05);
}

.border-cream\/50 {
  border-color: rgb(var(--color-cream) / 0.5);
}

.border-cream\/55 {
  border-color: rgb(var(--color-cream) / 0.55);
}

.border-cream\/60 {
  border-color: rgb(var(--color-cream) / 0.6);
}

.border-cream\/65 {
  border-color: rgb(var(--color-cream) / 0.65);
}

.border-cream\/70 {
  border-color: rgb(var(--color-cream) / 0.7);
}

.border-cream\/75 {
  border-color: rgb(var(--color-cream) / 0.75);
}

.border-cream\/80 {
  border-color: rgb(var(--color-cream) / 0.8);
}

.border-cream\/85 {
  border-color: rgb(var(--color-cream) / 0.85);
}

.border-cream\/90 {
  border-color: rgb(var(--color-cream) / 0.9);
}

.border-cream\/95 {
  border-color: rgb(var(--color-cream) / 0.95);
}

.border-darkBlue {
  --tw-border-opacity: 1;
  border-color: rgb(17 29 62 / var(--tw-border-opacity, 1));
}

.border-darkBlue\/0 {
  border-color: rgb(17 29 62 / 0);
}

.border-darkBlue\/10 {
  border-color: rgb(17 29 62 / 0.1);
}

.border-darkBlue\/100 {
  border-color: rgb(17 29 62 / 1);
}

.border-darkBlue\/15 {
  border-color: rgb(17 29 62 / 0.15);
}

.border-darkBlue\/20 {
  border-color: rgb(17 29 62 / 0.2);
}

.border-darkBlue\/25 {
  border-color: rgb(17 29 62 / 0.25);
}

.border-darkBlue\/30 {
  border-color: rgb(17 29 62 / 0.3);
}

.border-darkBlue\/35 {
  border-color: rgb(17 29 62 / 0.35);
}

.border-darkBlue\/40 {
  border-color: rgb(17 29 62 / 0.4);
}

.border-darkBlue\/45 {
  border-color: rgb(17 29 62 / 0.45);
}

.border-darkBlue\/5 {
  border-color: rgb(17 29 62 / 0.05);
}

.border-darkBlue\/50 {
  border-color: rgb(17 29 62 / 0.5);
}

.border-darkBlue\/55 {
  border-color: rgb(17 29 62 / 0.55);
}

.border-darkBlue\/60 {
  border-color: rgb(17 29 62 / 0.6);
}

.border-darkBlue\/65 {
  border-color: rgb(17 29 62 / 0.65);
}

.border-darkBlue\/70 {
  border-color: rgb(17 29 62 / 0.7);
}

.border-darkBlue\/75 {
  border-color: rgb(17 29 62 / 0.75);
}

.border-darkBlue\/80 {
  border-color: rgb(17 29 62 / 0.8);
}

.border-darkBlue\/85 {
  border-color: rgb(17 29 62 / 0.85);
}

.border-darkBlue\/90 {
  border-color: rgb(17 29 62 / 0.9);
}

.border-darkBlue\/95 {
  border-color: rgb(17 29 62 / 0.95);
}

.border-fadedBlue {
  --tw-border-opacity: 1;
  border-color: rgb(142 156 190 / var(--tw-border-opacity, 1));
}

.border-fadedBlue\/0 {
  border-color: rgb(142 156 190 / 0);
}

.border-fadedBlue\/10 {
  border-color: rgb(142 156 190 / 0.1);
}

.border-fadedBlue\/100 {
  border-color: rgb(142 156 190 / 1);
}

.border-fadedBlue\/15 {
  border-color: rgb(142 156 190 / 0.15);
}

.border-fadedBlue\/20 {
  border-color: rgb(142 156 190 / 0.2);
}

.border-fadedBlue\/25 {
  border-color: rgb(142 156 190 / 0.25);
}

.border-fadedBlue\/30 {
  border-color: rgb(142 156 190 / 0.3);
}

.border-fadedBlue\/35 {
  border-color: rgb(142 156 190 / 0.35);
}

.border-fadedBlue\/40 {
  border-color: rgb(142 156 190 / 0.4);
}

.border-fadedBlue\/45 {
  border-color: rgb(142 156 190 / 0.45);
}

.border-fadedBlue\/5 {
  border-color: rgb(142 156 190 / 0.05);
}

.border-fadedBlue\/50 {
  border-color: rgb(142 156 190 / 0.5);
}

.border-fadedBlue\/55 {
  border-color: rgb(142 156 190 / 0.55);
}

.border-fadedBlue\/60 {
  border-color: rgb(142 156 190 / 0.6);
}

.border-fadedBlue\/65 {
  border-color: rgb(142 156 190 / 0.65);
}

.border-fadedBlue\/70 {
  border-color: rgb(142 156 190 / 0.7);
}

.border-fadedBlue\/75 {
  border-color: rgb(142 156 190 / 0.75);
}

.border-fadedBlue\/80 {
  border-color: rgb(142 156 190 / 0.8);
}

.border-fadedBlue\/85 {
  border-color: rgb(142 156 190 / 0.85);
}

.border-fadedBlue\/90 {
  border-color: rgb(142 156 190 / 0.9);
}

.border-fadedBlue\/95 {
  border-color: rgb(142 156 190 / 0.95);
}

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

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

.border-gray-50 {
  --tw-border-opacity: 1;
  border-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}

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

.border-green-100 {
  --tw-border-opacity: 1;
  border-color: rgb(222 248 234 / var(--tw-border-opacity, 1));
}

.border-green-100\/0 {
  border-color: rgb(222 248 234 / 0);
}

.border-green-100\/10 {
  border-color: rgb(222 248 234 / 0.1);
}

.border-green-100\/100 {
  border-color: rgb(222 248 234 / 1);
}

.border-green-100\/15 {
  border-color: rgb(222 248 234 / 0.15);
}

.border-green-100\/20 {
  border-color: rgb(222 248 234 / 0.2);
}

.border-green-100\/25 {
  border-color: rgb(222 248 234 / 0.25);
}

.border-green-100\/30 {
  border-color: rgb(222 248 234 / 0.3);
}

.border-green-100\/35 {
  border-color: rgb(222 248 234 / 0.35);
}

.border-green-100\/40 {
  border-color: rgb(222 248 234 / 0.4);
}

.border-green-100\/45 {
  border-color: rgb(222 248 234 / 0.45);
}

.border-green-100\/5 {
  border-color: rgb(222 248 234 / 0.05);
}

.border-green-100\/50 {
  border-color: rgb(222 248 234 / 0.5);
}

.border-green-100\/55 {
  border-color: rgb(222 248 234 / 0.55);
}

.border-green-100\/60 {
  border-color: rgb(222 248 234 / 0.6);
}

.border-green-100\/65 {
  border-color: rgb(222 248 234 / 0.65);
}

.border-green-100\/70 {
  border-color: rgb(222 248 234 / 0.7);
}

.border-green-100\/75 {
  border-color: rgb(222 248 234 / 0.75);
}

.border-green-100\/80 {
  border-color: rgb(222 248 234 / 0.8);
}

.border-green-100\/85 {
  border-color: rgb(222 248 234 / 0.85);
}

.border-green-100\/90 {
  border-color: rgb(222 248 234 / 0.9);
}

.border-green-100\/95 {
  border-color: rgb(222 248 234 / 0.95);
}

.border-green-200 {
  --tw-border-opacity: 1;
  border-color: rgb(191 241 209 / var(--tw-border-opacity, 1));
}

.border-green-200\/0 {
  border-color: rgb(191 241 209 / 0);
}

.border-green-200\/10 {
  border-color: rgb(191 241 209 / 0.1);
}

.border-green-200\/100 {
  border-color: rgb(191 241 209 / 1);
}

.border-green-200\/15 {
  border-color: rgb(191 241 209 / 0.15);
}

.border-green-200\/20 {
  border-color: rgb(191 241 209 / 0.2);
}

.border-green-200\/25 {
  border-color: rgb(191 241 209 / 0.25);
}

.border-green-200\/30 {
  border-color: rgb(191 241 209 / 0.3);
}

.border-green-200\/35 {
  border-color: rgb(191 241 209 / 0.35);
}

.border-green-200\/40 {
  border-color: rgb(191 241 209 / 0.4);
}

.border-green-200\/45 {
  border-color: rgb(191 241 209 / 0.45);
}

.border-green-200\/5 {
  border-color: rgb(191 241 209 / 0.05);
}

.border-green-200\/50 {
  border-color: rgb(191 241 209 / 0.5);
}

.border-green-200\/55 {
  border-color: rgb(191 241 209 / 0.55);
}

.border-green-200\/60 {
  border-color: rgb(191 241 209 / 0.6);
}

.border-green-200\/65 {
  border-color: rgb(191 241 209 / 0.65);
}

.border-green-200\/70 {
  border-color: rgb(191 241 209 / 0.7);
}

.border-green-200\/75 {
  border-color: rgb(191 241 209 / 0.75);
}

.border-green-200\/80 {
  border-color: rgb(191 241 209 / 0.8);
}

.border-green-200\/85 {
  border-color: rgb(191 241 209 / 0.85);
}

.border-green-200\/90 {
  border-color: rgb(191 241 209 / 0.9);
}

.border-green-200\/95 {
  border-color: rgb(191 241 209 / 0.95);
}

.border-green-300 {
  --tw-border-opacity: 1;
  border-color: rgb(143 231 170 / var(--tw-border-opacity, 1));
}

.border-green-300\/0 {
  border-color: rgb(143 231 170 / 0);
}

.border-green-300\/10 {
  border-color: rgb(143 231 170 / 0.1);
}

.border-green-300\/100 {
  border-color: rgb(143 231 170 / 1);
}

.border-green-300\/15 {
  border-color: rgb(143 231 170 / 0.15);
}

.border-green-300\/20 {
  border-color: rgb(143 231 170 / 0.2);
}

.border-green-300\/25 {
  border-color: rgb(143 231 170 / 0.25);
}

.border-green-300\/30 {
  border-color: rgb(143 231 170 / 0.3);
}

.border-green-300\/35 {
  border-color: rgb(143 231 170 / 0.35);
}

.border-green-300\/40 {
  border-color: rgb(143 231 170 / 0.4);
}

.border-green-300\/45 {
  border-color: rgb(143 231 170 / 0.45);
}

.border-green-300\/5 {
  border-color: rgb(143 231 170 / 0.05);
}

.border-green-300\/50 {
  border-color: rgb(143 231 170 / 0.5);
}

.border-green-300\/55 {
  border-color: rgb(143 231 170 / 0.55);
}

.border-green-300\/60 {
  border-color: rgb(143 231 170 / 0.6);
}

.border-green-300\/65 {
  border-color: rgb(143 231 170 / 0.65);
}

.border-green-300\/70 {
  border-color: rgb(143 231 170 / 0.7);
}

.border-green-300\/75 {
  border-color: rgb(143 231 170 / 0.75);
}

.border-green-300\/80 {
  border-color: rgb(143 231 170 / 0.8);
}

.border-green-300\/85 {
  border-color: rgb(143 231 170 / 0.85);
}

.border-green-300\/90 {
  border-color: rgb(143 231 170 / 0.9);
}

.border-green-300\/95 {
  border-color: rgb(143 231 170 / 0.95);
}

.border-green-400 {
  --tw-border-opacity: 1;
  border-color: rgb(87 208 125 / var(--tw-border-opacity, 1));
}

.border-green-400\/0 {
  border-color: rgb(87 208 125 / 0);
}

.border-green-400\/10 {
  border-color: rgb(87 208 125 / 0.1);
}

.border-green-400\/100 {
  border-color: rgb(87 208 125 / 1);
}

.border-green-400\/15 {
  border-color: rgb(87 208 125 / 0.15);
}

.border-green-400\/20 {
  border-color: rgb(87 208 125 / 0.2);
}

.border-green-400\/25 {
  border-color: rgb(87 208 125 / 0.25);
}

.border-green-400\/30 {
  border-color: rgb(87 208 125 / 0.3);
}

.border-green-400\/35 {
  border-color: rgb(87 208 125 / 0.35);
}

.border-green-400\/40 {
  border-color: rgb(87 208 125 / 0.4);
}

.border-green-400\/45 {
  border-color: rgb(87 208 125 / 0.45);
}

.border-green-400\/5 {
  border-color: rgb(87 208 125 / 0.05);
}

.border-green-400\/50 {
  border-color: rgb(87 208 125 / 0.5);
}

.border-green-400\/55 {
  border-color: rgb(87 208 125 / 0.55);
}

.border-green-400\/60 {
  border-color: rgb(87 208 125 / 0.6);
}

.border-green-400\/65 {
  border-color: rgb(87 208 125 / 0.65);
}

.border-green-400\/70 {
  border-color: rgb(87 208 125 / 0.7);
}

.border-green-400\/75 {
  border-color: rgb(87 208 125 / 0.75);
}

.border-green-400\/80 {
  border-color: rgb(87 208 125 / 0.8);
}

.border-green-400\/85 {
  border-color: rgb(87 208 125 / 0.85);
}

.border-green-400\/90 {
  border-color: rgb(87 208 125 / 0.9);
}

.border-green-400\/95 {
  border-color: rgb(87 208 125 / 0.95);
}

.border-green-50 {
  --tw-border-opacity: 1;
  border-color: rgb(243 251 245 / var(--tw-border-opacity, 1));
}

.border-green-50\/0 {
  border-color: rgb(243 251 245 / 0);
}

.border-green-50\/10 {
  border-color: rgb(243 251 245 / 0.1);
}

.border-green-50\/100 {
  border-color: rgb(243 251 245 / 1);
}

.border-green-50\/15 {
  border-color: rgb(243 251 245 / 0.15);
}

.border-green-50\/20 {
  border-color: rgb(243 251 245 / 0.2);
}

.border-green-50\/25 {
  border-color: rgb(243 251 245 / 0.25);
}

.border-green-50\/30 {
  border-color: rgb(243 251 245 / 0.3);
}

.border-green-50\/35 {
  border-color: rgb(243 251 245 / 0.35);
}

.border-green-50\/40 {
  border-color: rgb(243 251 245 / 0.4);
}

.border-green-50\/45 {
  border-color: rgb(243 251 245 / 0.45);
}

.border-green-50\/5 {
  border-color: rgb(243 251 245 / 0.05);
}

.border-green-50\/50 {
  border-color: rgb(243 251 245 / 0.5);
}

.border-green-50\/55 {
  border-color: rgb(243 251 245 / 0.55);
}

.border-green-50\/60 {
  border-color: rgb(243 251 245 / 0.6);
}

.border-green-50\/65 {
  border-color: rgb(243 251 245 / 0.65);
}

.border-green-50\/70 {
  border-color: rgb(243 251 245 / 0.7);
}

.border-green-50\/75 {
  border-color: rgb(243 251 245 / 0.75);
}

.border-green-50\/80 {
  border-color: rgb(243 251 245 / 0.8);
}

.border-green-50\/85 {
  border-color: rgb(243 251 245 / 0.85);
}

.border-green-50\/90 {
  border-color: rgb(243 251 245 / 0.9);
}

.border-green-50\/95 {
  border-color: rgb(243 251 245 / 0.95);
}

.border-green-500 {
  --tw-border-opacity: 1;
  border-color: rgb(52 168 83 / var(--tw-border-opacity, 1));
}

.border-green-500\/0 {
  border-color: rgb(52 168 83 / 0);
}

.border-green-500\/10 {
  border-color: rgb(52 168 83 / 0.1);
}

.border-green-500\/100 {
  border-color: rgb(52 168 83 / 1);
}

.border-green-500\/15 {
  border-color: rgb(52 168 83 / 0.15);
}

.border-green-500\/20 {
  border-color: rgb(52 168 83 / 0.2);
}

.border-green-500\/25 {
  border-color: rgb(52 168 83 / 0.25);
}

.border-green-500\/30 {
  border-color: rgb(52 168 83 / 0.3);
}

.border-green-500\/35 {
  border-color: rgb(52 168 83 / 0.35);
}

.border-green-500\/40 {
  border-color: rgb(52 168 83 / 0.4);
}

.border-green-500\/45 {
  border-color: rgb(52 168 83 / 0.45);
}

.border-green-500\/5 {
  border-color: rgb(52 168 83 / 0.05);
}

.border-green-500\/50 {
  border-color: rgb(52 168 83 / 0.5);
}

.border-green-500\/55 {
  border-color: rgb(52 168 83 / 0.55);
}

.border-green-500\/60 {
  border-color: rgb(52 168 83 / 0.6);
}

.border-green-500\/65 {
  border-color: rgb(52 168 83 / 0.65);
}

.border-green-500\/70 {
  border-color: rgb(52 168 83 / 0.7);
}

.border-green-500\/75 {
  border-color: rgb(52 168 83 / 0.75);
}

.border-green-500\/80 {
  border-color: rgb(52 168 83 / 0.8);
}

.border-green-500\/85 {
  border-color: rgb(52 168 83 / 0.85);
}

.border-green-500\/90 {
  border-color: rgb(52 168 83 / 0.9);
}

.border-green-500\/95 {
  border-color: rgb(52 168 83 / 0.95);
}

.border-green-600 {
  --tw-border-opacity: 1;
  border-color: rgb(47 148 75 / var(--tw-border-opacity, 1));
}

.border-green-600\/0 {
  border-color: rgb(47 148 75 / 0);
}

.border-green-600\/10 {
  border-color: rgb(47 148 75 / 0.1);
}

.border-green-600\/100 {
  border-color: rgb(47 148 75 / 1);
}

.border-green-600\/15 {
  border-color: rgb(47 148 75 / 0.15);
}

.border-green-600\/20 {
  border-color: rgb(47 148 75 / 0.2);
}

.border-green-600\/25 {
  border-color: rgb(47 148 75 / 0.25);
}

.border-green-600\/30 {
  border-color: rgb(47 148 75 / 0.3);
}

.border-green-600\/35 {
  border-color: rgb(47 148 75 / 0.35);
}

.border-green-600\/40 {
  border-color: rgb(47 148 75 / 0.4);
}

.border-green-600\/45 {
  border-color: rgb(47 148 75 / 0.45);
}

.border-green-600\/5 {
  border-color: rgb(47 148 75 / 0.05);
}

.border-green-600\/50 {
  border-color: rgb(47 148 75 / 0.5);
}

.border-green-600\/55 {
  border-color: rgb(47 148 75 / 0.55);
}

.border-green-600\/60 {
  border-color: rgb(47 148 75 / 0.6);
}

.border-green-600\/65 {
  border-color: rgb(47 148 75 / 0.65);
}

.border-green-600\/70 {
  border-color: rgb(47 148 75 / 0.7);
}

.border-green-600\/75 {
  border-color: rgb(47 148 75 / 0.75);
}

.border-green-600\/80 {
  border-color: rgb(47 148 75 / 0.8);
}

.border-green-600\/85 {
  border-color: rgb(47 148 75 / 0.85);
}

.border-green-600\/90 {
  border-color: rgb(47 148 75 / 0.9);
}

.border-green-600\/95 {
  border-color: rgb(47 148 75 / 0.95);
}

.border-green-700 {
  --tw-border-opacity: 1;
  border-color: rgb(38 111 58 / var(--tw-border-opacity, 1));
}

.border-green-700\/0 {
  border-color: rgb(38 111 58 / 0);
}

.border-green-700\/10 {
  border-color: rgb(38 111 58 / 0.1);
}

.border-green-700\/100 {
  border-color: rgb(38 111 58 / 1);
}

.border-green-700\/15 {
  border-color: rgb(38 111 58 / 0.15);
}

.border-green-700\/20 {
  border-color: rgb(38 111 58 / 0.2);
}

.border-green-700\/25 {
  border-color: rgb(38 111 58 / 0.25);
}

.border-green-700\/30 {
  border-color: rgb(38 111 58 / 0.3);
}

.border-green-700\/35 {
  border-color: rgb(38 111 58 / 0.35);
}

.border-green-700\/40 {
  border-color: rgb(38 111 58 / 0.4);
}

.border-green-700\/45 {
  border-color: rgb(38 111 58 / 0.45);
}

.border-green-700\/5 {
  border-color: rgb(38 111 58 / 0.05);
}

.border-green-700\/50 {
  border-color: rgb(38 111 58 / 0.5);
}

.border-green-700\/55 {
  border-color: rgb(38 111 58 / 0.55);
}

.border-green-700\/60 {
  border-color: rgb(38 111 58 / 0.6);
}

.border-green-700\/65 {
  border-color: rgb(38 111 58 / 0.65);
}

.border-green-700\/70 {
  border-color: rgb(38 111 58 / 0.7);
}

.border-green-700\/75 {
  border-color: rgb(38 111 58 / 0.75);
}

.border-green-700\/80 {
  border-color: rgb(38 111 58 / 0.8);
}

.border-green-700\/85 {
  border-color: rgb(38 111 58 / 0.85);
}

.border-green-700\/90 {
  border-color: rgb(38 111 58 / 0.9);
}

.border-green-700\/95 {
  border-color: rgb(38 111 58 / 0.95);
}

.border-green-800 {
  --tw-border-opacity: 1;
  border-color: rgb(31 91 48 / var(--tw-border-opacity, 1));
}

.border-green-800\/0 {
  border-color: rgb(31 91 48 / 0);
}

.border-green-800\/10 {
  border-color: rgb(31 91 48 / 0.1);
}

.border-green-800\/100 {
  border-color: rgb(31 91 48 / 1);
}

.border-green-800\/15 {
  border-color: rgb(31 91 48 / 0.15);
}

.border-green-800\/20 {
  border-color: rgb(31 91 48 / 0.2);
}

.border-green-800\/25 {
  border-color: rgb(31 91 48 / 0.25);
}

.border-green-800\/30 {
  border-color: rgb(31 91 48 / 0.3);
}

.border-green-800\/35 {
  border-color: rgb(31 91 48 / 0.35);
}

.border-green-800\/40 {
  border-color: rgb(31 91 48 / 0.4);
}

.border-green-800\/45 {
  border-color: rgb(31 91 48 / 0.45);
}

.border-green-800\/5 {
  border-color: rgb(31 91 48 / 0.05);
}

.border-green-800\/50 {
  border-color: rgb(31 91 48 / 0.5);
}

.border-green-800\/55 {
  border-color: rgb(31 91 48 / 0.55);
}

.border-green-800\/60 {
  border-color: rgb(31 91 48 / 0.6);
}

.border-green-800\/65 {
  border-color: rgb(31 91 48 / 0.65);
}

.border-green-800\/70 {
  border-color: rgb(31 91 48 / 0.7);
}

.border-green-800\/75 {
  border-color: rgb(31 91 48 / 0.75);
}

.border-green-800\/80 {
  border-color: rgb(31 91 48 / 0.8);
}

.border-green-800\/85 {
  border-color: rgb(31 91 48 / 0.85);
}

.border-green-800\/90 {
  border-color: rgb(31 91 48 / 0.9);
}

.border-green-800\/95 {
  border-color: rgb(31 91 48 / 0.95);
}

.border-green-900 {
  --tw-border-opacity: 1;
  border-color: rgb(21 61 33 / var(--tw-border-opacity, 1));
}

.border-green-900\/0 {
  border-color: rgb(21 61 33 / 0);
}

.border-green-900\/10 {
  border-color: rgb(21 61 33 / 0.1);
}

.border-green-900\/100 {
  border-color: rgb(21 61 33 / 1);
}

.border-green-900\/15 {
  border-color: rgb(21 61 33 / 0.15);
}

.border-green-900\/20 {
  border-color: rgb(21 61 33 / 0.2);
}

.border-green-900\/25 {
  border-color: rgb(21 61 33 / 0.25);
}

.border-green-900\/30 {
  border-color: rgb(21 61 33 / 0.3);
}

.border-green-900\/35 {
  border-color: rgb(21 61 33 / 0.35);
}

.border-green-900\/40 {
  border-color: rgb(21 61 33 / 0.4);
}

.border-green-900\/45 {
  border-color: rgb(21 61 33 / 0.45);
}

.border-green-900\/5 {
  border-color: rgb(21 61 33 / 0.05);
}

.border-green-900\/50 {
  border-color: rgb(21 61 33 / 0.5);
}

.border-green-900\/55 {
  border-color: rgb(21 61 33 / 0.55);
}

.border-green-900\/60 {
  border-color: rgb(21 61 33 / 0.6);
}

.border-green-900\/65 {
  border-color: rgb(21 61 33 / 0.65);
}

.border-green-900\/70 {
  border-color: rgb(21 61 33 / 0.7);
}

.border-green-900\/75 {
  border-color: rgb(21 61 33 / 0.75);
}

.border-green-900\/80 {
  border-color: rgb(21 61 33 / 0.8);
}

.border-green-900\/85 {
  border-color: rgb(21 61 33 / 0.85);
}

.border-green-900\/90 {
  border-color: rgb(21 61 33 / 0.9);
}

.border-green-900\/95 {
  border-color: rgb(21 61 33 / 0.95);
}

.border-green-950 {
  --tw-border-opacity: 1;
  border-color: rgb(5 46 22 / var(--tw-border-opacity, 1));
}

.border-green-950\/0 {
  border-color: rgb(5 46 22 / 0);
}

.border-green-950\/10 {
  border-color: rgb(5 46 22 / 0.1);
}

.border-green-950\/100 {
  border-color: rgb(5 46 22 / 1);
}

.border-green-950\/15 {
  border-color: rgb(5 46 22 / 0.15);
}

.border-green-950\/20 {
  border-color: rgb(5 46 22 / 0.2);
}

.border-green-950\/25 {
  border-color: rgb(5 46 22 / 0.25);
}

.border-green-950\/30 {
  border-color: rgb(5 46 22 / 0.3);
}

.border-green-950\/35 {
  border-color: rgb(5 46 22 / 0.35);
}

.border-green-950\/40 {
  border-color: rgb(5 46 22 / 0.4);
}

.border-green-950\/45 {
  border-color: rgb(5 46 22 / 0.45);
}

.border-green-950\/5 {
  border-color: rgb(5 46 22 / 0.05);
}

.border-green-950\/50 {
  border-color: rgb(5 46 22 / 0.5);
}

.border-green-950\/55 {
  border-color: rgb(5 46 22 / 0.55);
}

.border-green-950\/60 {
  border-color: rgb(5 46 22 / 0.6);
}

.border-green-950\/65 {
  border-color: rgb(5 46 22 / 0.65);
}

.border-green-950\/70 {
  border-color: rgb(5 46 22 / 0.7);
}

.border-green-950\/75 {
  border-color: rgb(5 46 22 / 0.75);
}

.border-green-950\/80 {
  border-color: rgb(5 46 22 / 0.8);
}

.border-green-950\/85 {
  border-color: rgb(5 46 22 / 0.85);
}

.border-green-950\/90 {
  border-color: rgb(5 46 22 / 0.9);
}

.border-green-950\/95 {
  border-color: rgb(5 46 22 / 0.95);
}

.border-lightBlue {
  --tw-border-opacity: 1;
  border-color: rgb(201 207 223 / var(--tw-border-opacity, 1));
}

.border-lightBlue\/0 {
  border-color: rgb(201 207 223 / 0);
}

.border-lightBlue\/10 {
  border-color: rgb(201 207 223 / 0.1);
}

.border-lightBlue\/100 {
  border-color: rgb(201 207 223 / 1);
}

.border-lightBlue\/15 {
  border-color: rgb(201 207 223 / 0.15);
}

.border-lightBlue\/20 {
  border-color: rgb(201 207 223 / 0.2);
}

.border-lightBlue\/25 {
  border-color: rgb(201 207 223 / 0.25);
}

.border-lightBlue\/30 {
  border-color: rgb(201 207 223 / 0.3);
}

.border-lightBlue\/35 {
  border-color: rgb(201 207 223 / 0.35);
}

.border-lightBlue\/40 {
  border-color: rgb(201 207 223 / 0.4);
}

.border-lightBlue\/45 {
  border-color: rgb(201 207 223 / 0.45);
}

.border-lightBlue\/5 {
  border-color: rgb(201 207 223 / 0.05);
}

.border-lightBlue\/50 {
  border-color: rgb(201 207 223 / 0.5);
}

.border-lightBlue\/55 {
  border-color: rgb(201 207 223 / 0.55);
}

.border-lightBlue\/60 {
  border-color: rgb(201 207 223 / 0.6);
}

.border-lightBlue\/65 {
  border-color: rgb(201 207 223 / 0.65);
}

.border-lightBlue\/70 {
  border-color: rgb(201 207 223 / 0.7);
}

.border-lightBlue\/75 {
  border-color: rgb(201 207 223 / 0.75);
}

.border-lightBlue\/80 {
  border-color: rgb(201 207 223 / 0.8);
}

.border-lightBlue\/85 {
  border-color: rgb(201 207 223 / 0.85);
}

.border-lightBlue\/90 {
  border-color: rgb(201 207 223 / 0.9);
}

.border-lightBlue\/95 {
  border-color: rgb(201 207 223 / 0.95);
}

.border-lightGray {
  --tw-border-opacity: 1;
  border-color: rgb(216 218 221 / var(--tw-border-opacity, 1));
}

.border-lightGray\/0 {
  border-color: rgb(216 218 221 / 0);
}

.border-lightGray\/10 {
  border-color: rgb(216 218 221 / 0.1);
}

.border-lightGray\/100 {
  border-color: rgb(216 218 221 / 1);
}

.border-lightGray\/15 {
  border-color: rgb(216 218 221 / 0.15);
}

.border-lightGray\/20 {
  border-color: rgb(216 218 221 / 0.2);
}

.border-lightGray\/25 {
  border-color: rgb(216 218 221 / 0.25);
}

.border-lightGray\/30 {
  border-color: rgb(216 218 221 / 0.3);
}

.border-lightGray\/35 {
  border-color: rgb(216 218 221 / 0.35);
}

.border-lightGray\/40 {
  border-color: rgb(216 218 221 / 0.4);
}

.border-lightGray\/45 {
  border-color: rgb(216 218 221 / 0.45);
}

.border-lightGray\/5 {
  border-color: rgb(216 218 221 / 0.05);
}

.border-lightGray\/50 {
  border-color: rgb(216 218 221 / 0.5);
}

.border-lightGray\/55 {
  border-color: rgb(216 218 221 / 0.55);
}

.border-lightGray\/60 {
  border-color: rgb(216 218 221 / 0.6);
}

.border-lightGray\/65 {
  border-color: rgb(216 218 221 / 0.65);
}

.border-lightGray\/70 {
  border-color: rgb(216 218 221 / 0.7);
}

.border-lightGray\/75 {
  border-color: rgb(216 218 221 / 0.75);
}

.border-lightGray\/80 {
  border-color: rgb(216 218 221 / 0.8);
}

.border-lightGray\/85 {
  border-color: rgb(216 218 221 / 0.85);
}

.border-lightGray\/90 {
  border-color: rgb(216 218 221 / 0.9);
}

.border-lightGray\/95 {
  border-color: rgb(216 218 221 / 0.95);
}

.border-lightGreen {
  --tw-border-opacity: 1;
  border-color: rgb(132 197 159 / var(--tw-border-opacity, 1));
}

.border-lightGreen\/0 {
  border-color: rgb(132 197 159 / 0);
}

.border-lightGreen\/10 {
  border-color: rgb(132 197 159 / 0.1);
}

.border-lightGreen\/100 {
  border-color: rgb(132 197 159 / 1);
}

.border-lightGreen\/15 {
  border-color: rgb(132 197 159 / 0.15);
}

.border-lightGreen\/20 {
  border-color: rgb(132 197 159 / 0.2);
}

.border-lightGreen\/25 {
  border-color: rgb(132 197 159 / 0.25);
}

.border-lightGreen\/30 {
  border-color: rgb(132 197 159 / 0.3);
}

.border-lightGreen\/35 {
  border-color: rgb(132 197 159 / 0.35);
}

.border-lightGreen\/40 {
  border-color: rgb(132 197 159 / 0.4);
}

.border-lightGreen\/45 {
  border-color: rgb(132 197 159 / 0.45);
}

.border-lightGreen\/5 {
  border-color: rgb(132 197 159 / 0.05);
}

.border-lightGreen\/50 {
  border-color: rgb(132 197 159 / 0.5);
}

.border-lightGreen\/55 {
  border-color: rgb(132 197 159 / 0.55);
}

.border-lightGreen\/60 {
  border-color: rgb(132 197 159 / 0.6);
}

.border-lightGreen\/65 {
  border-color: rgb(132 197 159 / 0.65);
}

.border-lightGreen\/70 {
  border-color: rgb(132 197 159 / 0.7);
}

.border-lightGreen\/75 {
  border-color: rgb(132 197 159 / 0.75);
}

.border-lightGreen\/80 {
  border-color: rgb(132 197 159 / 0.8);
}

.border-lightGreen\/85 {
  border-color: rgb(132 197 159 / 0.85);
}

.border-lightGreen\/90 {
  border-color: rgb(132 197 159 / 0.9);
}

.border-lightGreen\/95 {
  border-color: rgb(132 197 159 / 0.95);
}

.border-lightNavy {
  --tw-border-opacity: 1;
  border-color: rgb(77 89 110 / var(--tw-border-opacity, 1));
}

.border-lightNavy\/0 {
  border-color: rgb(77 89 110 / 0);
}

.border-lightNavy\/10 {
  border-color: rgb(77 89 110 / 0.1);
}

.border-lightNavy\/100 {
  border-color: rgb(77 89 110 / 1);
}

.border-lightNavy\/15 {
  border-color: rgb(77 89 110 / 0.15);
}

.border-lightNavy\/20 {
  border-color: rgb(77 89 110 / 0.2);
}

.border-lightNavy\/25 {
  border-color: rgb(77 89 110 / 0.25);
}

.border-lightNavy\/30 {
  border-color: rgb(77 89 110 / 0.3);
}

.border-lightNavy\/35 {
  border-color: rgb(77 89 110 / 0.35);
}

.border-lightNavy\/40 {
  border-color: rgb(77 89 110 / 0.4);
}

.border-lightNavy\/45 {
  border-color: rgb(77 89 110 / 0.45);
}

.border-lightNavy\/5 {
  border-color: rgb(77 89 110 / 0.05);
}

.border-lightNavy\/50 {
  border-color: rgb(77 89 110 / 0.5);
}

.border-lightNavy\/55 {
  border-color: rgb(77 89 110 / 0.55);
}

.border-lightNavy\/60 {
  border-color: rgb(77 89 110 / 0.6);
}

.border-lightNavy\/65 {
  border-color: rgb(77 89 110 / 0.65);
}

.border-lightNavy\/70 {
  border-color: rgb(77 89 110 / 0.7);
}

.border-lightNavy\/75 {
  border-color: rgb(77 89 110 / 0.75);
}

.border-lightNavy\/80 {
  border-color: rgb(77 89 110 / 0.8);
}

.border-lightNavy\/85 {
  border-color: rgb(77 89 110 / 0.85);
}

.border-lightNavy\/90 {
  border-color: rgb(77 89 110 / 0.9);
}

.border-lightNavy\/95 {
  border-color: rgb(77 89 110 / 0.95);
}

.border-lightPurple {
  --tw-border-opacity: 1;
  border-color: rgb(217 195 219 / var(--tw-border-opacity, 1));
}

.border-lightPurple\/0 {
  border-color: rgb(217 195 219 / 0);
}

.border-lightPurple\/10 {
  border-color: rgb(217 195 219 / 0.1);
}

.border-lightPurple\/100 {
  border-color: rgb(217 195 219 / 1);
}

.border-lightPurple\/15 {
  border-color: rgb(217 195 219 / 0.15);
}

.border-lightPurple\/20 {
  border-color: rgb(217 195 219 / 0.2);
}

.border-lightPurple\/25 {
  border-color: rgb(217 195 219 / 0.25);
}

.border-lightPurple\/30 {
  border-color: rgb(217 195 219 / 0.3);
}

.border-lightPurple\/35 {
  border-color: rgb(217 195 219 / 0.35);
}

.border-lightPurple\/40 {
  border-color: rgb(217 195 219 / 0.4);
}

.border-lightPurple\/45 {
  border-color: rgb(217 195 219 / 0.45);
}

.border-lightPurple\/5 {
  border-color: rgb(217 195 219 / 0.05);
}

.border-lightPurple\/50 {
  border-color: rgb(217 195 219 / 0.5);
}

.border-lightPurple\/55 {
  border-color: rgb(217 195 219 / 0.55);
}

.border-lightPurple\/60 {
  border-color: rgb(217 195 219 / 0.6);
}

.border-lightPurple\/65 {
  border-color: rgb(217 195 219 / 0.65);
}

.border-lightPurple\/70 {
  border-color: rgb(217 195 219 / 0.7);
}

.border-lightPurple\/75 {
  border-color: rgb(217 195 219 / 0.75);
}

.border-lightPurple\/80 {
  border-color: rgb(217 195 219 / 0.8);
}

.border-lightPurple\/85 {
  border-color: rgb(217 195 219 / 0.85);
}

.border-lightPurple\/90 {
  border-color: rgb(217 195 219 / 0.9);
}

.border-lightPurple\/95 {
  border-color: rgb(217 195 219 / 0.95);
}

.border-lightTeal {
  --tw-border-opacity: 1;
  border-color: rgb(165 223 223 / var(--tw-border-opacity, 1));
}

.border-lightTeal\/0 {
  border-color: rgb(165 223 223 / 0);
}

.border-lightTeal\/10 {
  border-color: rgb(165 223 223 / 0.1);
}

.border-lightTeal\/100 {
  border-color: rgb(165 223 223 / 1);
}

.border-lightTeal\/15 {
  border-color: rgb(165 223 223 / 0.15);
}

.border-lightTeal\/20 {
  border-color: rgb(165 223 223 / 0.2);
}

.border-lightTeal\/25 {
  border-color: rgb(165 223 223 / 0.25);
}

.border-lightTeal\/30 {
  border-color: rgb(165 223 223 / 0.3);
}

.border-lightTeal\/35 {
  border-color: rgb(165 223 223 / 0.35);
}

.border-lightTeal\/40 {
  border-color: rgb(165 223 223 / 0.4);
}

.border-lightTeal\/45 {
  border-color: rgb(165 223 223 / 0.45);
}

.border-lightTeal\/5 {
  border-color: rgb(165 223 223 / 0.05);
}

.border-lightTeal\/50 {
  border-color: rgb(165 223 223 / 0.5);
}

.border-lightTeal\/55 {
  border-color: rgb(165 223 223 / 0.55);
}

.border-lightTeal\/60 {
  border-color: rgb(165 223 223 / 0.6);
}

.border-lightTeal\/65 {
  border-color: rgb(165 223 223 / 0.65);
}

.border-lightTeal\/70 {
  border-color: rgb(165 223 223 / 0.7);
}

.border-lightTeal\/75 {
  border-color: rgb(165 223 223 / 0.75);
}

.border-lightTeal\/80 {
  border-color: rgb(165 223 223 / 0.8);
}

.border-lightTeal\/85 {
  border-color: rgb(165 223 223 / 0.85);
}

.border-lightTeal\/90 {
  border-color: rgb(165 223 223 / 0.9);
}

.border-lightTeal\/95 {
  border-color: rgb(165 223 223 / 0.95);
}

.border-orange {
  --tw-border-opacity: 1;
  border-color: rgb(255 136 27 / var(--tw-border-opacity, 1));
}

.border-orange\/0 {
  border-color: rgb(255 136 27 / 0);
}

.border-orange\/10 {
  border-color: rgb(255 136 27 / 0.1);
}

.border-orange\/100 {
  border-color: rgb(255 136 27 / 1);
}

.border-orange\/15 {
  border-color: rgb(255 136 27 / 0.15);
}

.border-orange\/20 {
  border-color: rgb(255 136 27 / 0.2);
}

.border-orange\/25 {
  border-color: rgb(255 136 27 / 0.25);
}

.border-orange\/30 {
  border-color: rgb(255 136 27 / 0.3);
}

.border-orange\/35 {
  border-color: rgb(255 136 27 / 0.35);
}

.border-orange\/40 {
  border-color: rgb(255 136 27 / 0.4);
}

.border-orange\/45 {
  border-color: rgb(255 136 27 / 0.45);
}

.border-orange\/5 {
  border-color: rgb(255 136 27 / 0.05);
}

.border-orange\/50 {
  border-color: rgb(255 136 27 / 0.5);
}

.border-orange\/55 {
  border-color: rgb(255 136 27 / 0.55);
}

.border-orange\/60 {
  border-color: rgb(255 136 27 / 0.6);
}

.border-orange\/65 {
  border-color: rgb(255 136 27 / 0.65);
}

.border-orange\/70 {
  border-color: rgb(255 136 27 / 0.7);
}

.border-orange\/75 {
  border-color: rgb(255 136 27 / 0.75);
}

.border-orange\/80 {
  border-color: rgb(255 136 27 / 0.8);
}

.border-orange\/85 {
  border-color: rgb(255 136 27 / 0.85);
}

.border-orange\/90 {
  border-color: rgb(255 136 27 / 0.9);
}

.border-orange\/95 {
  border-color: rgb(255 136 27 / 0.95);
}

.border-paleBlue {
  --tw-border-opacity: 1;
  border-color: rgb(111 129 171 / var(--tw-border-opacity, 1));
}

.border-paleBlue\/0 {
  border-color: rgb(111 129 171 / 0);
}

.border-paleBlue\/10 {
  border-color: rgb(111 129 171 / 0.1);
}

.border-paleBlue\/100 {
  border-color: rgb(111 129 171 / 1);
}

.border-paleBlue\/15 {
  border-color: rgb(111 129 171 / 0.15);
}

.border-paleBlue\/20 {
  border-color: rgb(111 129 171 / 0.2);
}

.border-paleBlue\/25 {
  border-color: rgb(111 129 171 / 0.25);
}

.border-paleBlue\/30 {
  border-color: rgb(111 129 171 / 0.3);
}

.border-paleBlue\/35 {
  border-color: rgb(111 129 171 / 0.35);
}

.border-paleBlue\/40 {
  border-color: rgb(111 129 171 / 0.4);
}

.border-paleBlue\/45 {
  border-color: rgb(111 129 171 / 0.45);
}

.border-paleBlue\/5 {
  border-color: rgb(111 129 171 / 0.05);
}

.border-paleBlue\/50 {
  border-color: rgb(111 129 171 / 0.5);
}

.border-paleBlue\/55 {
  border-color: rgb(111 129 171 / 0.55);
}

.border-paleBlue\/60 {
  border-color: rgb(111 129 171 / 0.6);
}

.border-paleBlue\/65 {
  border-color: rgb(111 129 171 / 0.65);
}

.border-paleBlue\/70 {
  border-color: rgb(111 129 171 / 0.7);
}

.border-paleBlue\/75 {
  border-color: rgb(111 129 171 / 0.75);
}

.border-paleBlue\/80 {
  border-color: rgb(111 129 171 / 0.8);
}

.border-paleBlue\/85 {
  border-color: rgb(111 129 171 / 0.85);
}

.border-paleBlue\/90 {
  border-color: rgb(111 129 171 / 0.9);
}

.border-paleBlue\/95 {
  border-color: rgb(111 129 171 / 0.95);
}

.border-paleCoolGray {
  --tw-border-opacity: 1;
  border-color: rgb(238 242 244 / var(--tw-border-opacity, 1));
}

.border-paleCoolGray\/0 {
  border-color: rgb(238 242 244 / 0);
}

.border-paleCoolGray\/10 {
  border-color: rgb(238 242 244 / 0.1);
}

.border-paleCoolGray\/100 {
  border-color: rgb(238 242 244 / 1);
}

.border-paleCoolGray\/15 {
  border-color: rgb(238 242 244 / 0.15);
}

.border-paleCoolGray\/20 {
  border-color: rgb(238 242 244 / 0.2);
}

.border-paleCoolGray\/25 {
  border-color: rgb(238 242 244 / 0.25);
}

.border-paleCoolGray\/30 {
  border-color: rgb(238 242 244 / 0.3);
}

.border-paleCoolGray\/35 {
  border-color: rgb(238 242 244 / 0.35);
}

.border-paleCoolGray\/40 {
  border-color: rgb(238 242 244 / 0.4);
}

.border-paleCoolGray\/45 {
  border-color: rgb(238 242 244 / 0.45);
}

.border-paleCoolGray\/5 {
  border-color: rgb(238 242 244 / 0.05);
}

.border-paleCoolGray\/50 {
  border-color: rgb(238 242 244 / 0.5);
}

.border-paleCoolGray\/55 {
  border-color: rgb(238 242 244 / 0.55);
}

.border-paleCoolGray\/60 {
  border-color: rgb(238 242 244 / 0.6);
}

.border-paleCoolGray\/65 {
  border-color: rgb(238 242 244 / 0.65);
}

.border-paleCoolGray\/70 {
  border-color: rgb(238 242 244 / 0.7);
}

.border-paleCoolGray\/75 {
  border-color: rgb(238 242 244 / 0.75);
}

.border-paleCoolGray\/80 {
  border-color: rgb(238 242 244 / 0.8);
}

.border-paleCoolGray\/85 {
  border-color: rgb(238 242 244 / 0.85);
}

.border-paleCoolGray\/90 {
  border-color: rgb(238 242 244 / 0.9);
}

.border-paleCoolGray\/95 {
  border-color: rgb(238 242 244 / 0.95);
}

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-primary) / var(--tw-border-opacity, 1));
}

.border-primary\/0 {
  border-color: rgb(var(--color-primary) / 0);
}

.border-primary\/10 {
  border-color: rgb(var(--color-primary) / 0.1);
}

.border-primary\/100 {
  border-color: rgb(var(--color-primary) / 1);
}

.border-primary\/15 {
  border-color: rgb(var(--color-primary) / 0.15);
}

.border-primary\/20 {
  border-color: rgb(var(--color-primary) / 0.2);
}

.border-primary\/25 {
  border-color: rgb(var(--color-primary) / 0.25);
}

.border-primary\/30 {
  border-color: rgb(var(--color-primary) / 0.3);
}

.border-primary\/35 {
  border-color: rgb(var(--color-primary) / 0.35);
}

.border-primary\/40 {
  border-color: rgb(var(--color-primary) / 0.4);
}

.border-primary\/45 {
  border-color: rgb(var(--color-primary) / 0.45);
}

.border-primary\/5 {
  border-color: rgb(var(--color-primary) / 0.05);
}

.border-primary\/50 {
  border-color: rgb(var(--color-primary) / 0.5);
}

.border-primary\/55 {
  border-color: rgb(var(--color-primary) / 0.55);
}

.border-primary\/60 {
  border-color: rgb(var(--color-primary) / 0.6);
}

.border-primary\/65 {
  border-color: rgb(var(--color-primary) / 0.65);
}

.border-primary\/70 {
  border-color: rgb(var(--color-primary) / 0.7);
}

.border-primary\/75 {
  border-color: rgb(var(--color-primary) / 0.75);
}

.border-primary\/80 {
  border-color: rgb(var(--color-primary) / 0.8);
}

.border-primary\/85 {
  border-color: rgb(var(--color-primary) / 0.85);
}

.border-primary\/90 {
  border-color: rgb(var(--color-primary) / 0.9);
}

.border-primary\/95 {
  border-color: rgb(var(--color-primary) / 0.95);
}

.border-primaryAlt {
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-primary-alt) / var(--tw-border-opacity, 1));
}

.border-primaryAlt\/0 {
  border-color: rgb(var(--color-primary-alt) / 0);
}

.border-primaryAlt\/10 {
  border-color: rgb(var(--color-primary-alt) / 0.1);
}

.border-primaryAlt\/100 {
  border-color: rgb(var(--color-primary-alt) / 1);
}

.border-primaryAlt\/15 {
  border-color: rgb(var(--color-primary-alt) / 0.15);
}

.border-primaryAlt\/20 {
  border-color: rgb(var(--color-primary-alt) / 0.2);
}

.border-primaryAlt\/25 {
  border-color: rgb(var(--color-primary-alt) / 0.25);
}

.border-primaryAlt\/30 {
  border-color: rgb(var(--color-primary-alt) / 0.3);
}

.border-primaryAlt\/35 {
  border-color: rgb(var(--color-primary-alt) / 0.35);
}

.border-primaryAlt\/40 {
  border-color: rgb(var(--color-primary-alt) / 0.4);
}

.border-primaryAlt\/45 {
  border-color: rgb(var(--color-primary-alt) / 0.45);
}

.border-primaryAlt\/5 {
  border-color: rgb(var(--color-primary-alt) / 0.05);
}

.border-primaryAlt\/50 {
  border-color: rgb(var(--color-primary-alt) / 0.5);
}

.border-primaryAlt\/55 {
  border-color: rgb(var(--color-primary-alt) / 0.55);
}

.border-primaryAlt\/60 {
  border-color: rgb(var(--color-primary-alt) / 0.6);
}

.border-primaryAlt\/65 {
  border-color: rgb(var(--color-primary-alt) / 0.65);
}

.border-primaryAlt\/70 {
  border-color: rgb(var(--color-primary-alt) / 0.7);
}

.border-primaryAlt\/75 {
  border-color: rgb(var(--color-primary-alt) / 0.75);
}

.border-primaryAlt\/80 {
  border-color: rgb(var(--color-primary-alt) / 0.8);
}

.border-primaryAlt\/85 {
  border-color: rgb(var(--color-primary-alt) / 0.85);
}

.border-primaryAlt\/90 {
  border-color: rgb(var(--color-primary-alt) / 0.9);
}

.border-primaryAlt\/95 {
  border-color: rgb(var(--color-primary-alt) / 0.95);
}

.border-primaryDark {
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-primary-dark) / var(--tw-border-opacity, 1));
}

.border-primaryDark\/0 {
  border-color: rgb(var(--color-primary-dark) / 0);
}

.border-primaryDark\/10 {
  border-color: rgb(var(--color-primary-dark) / 0.1);
}

.border-primaryDark\/100 {
  border-color: rgb(var(--color-primary-dark) / 1);
}

.border-primaryDark\/15 {
  border-color: rgb(var(--color-primary-dark) / 0.15);
}

.border-primaryDark\/20 {
  border-color: rgb(var(--color-primary-dark) / 0.2);
}

.border-primaryDark\/25 {
  border-color: rgb(var(--color-primary-dark) / 0.25);
}

.border-primaryDark\/30 {
  border-color: rgb(var(--color-primary-dark) / 0.3);
}

.border-primaryDark\/35 {
  border-color: rgb(var(--color-primary-dark) / 0.35);
}

.border-primaryDark\/40 {
  border-color: rgb(var(--color-primary-dark) / 0.4);
}

.border-primaryDark\/45 {
  border-color: rgb(var(--color-primary-dark) / 0.45);
}

.border-primaryDark\/5 {
  border-color: rgb(var(--color-primary-dark) / 0.05);
}

.border-primaryDark\/50 {
  border-color: rgb(var(--color-primary-dark) / 0.5);
}

.border-primaryDark\/55 {
  border-color: rgb(var(--color-primary-dark) / 0.55);
}

.border-primaryDark\/60 {
  border-color: rgb(var(--color-primary-dark) / 0.6);
}

.border-primaryDark\/65 {
  border-color: rgb(var(--color-primary-dark) / 0.65);
}

.border-primaryDark\/70 {
  border-color: rgb(var(--color-primary-dark) / 0.7);
}

.border-primaryDark\/75 {
  border-color: rgb(var(--color-primary-dark) / 0.75);
}

.border-primaryDark\/80 {
  border-color: rgb(var(--color-primary-dark) / 0.8);
}

.border-primaryDark\/85 {
  border-color: rgb(var(--color-primary-dark) / 0.85);
}

.border-primaryDark\/90 {
  border-color: rgb(var(--color-primary-dark) / 0.9);
}

.border-primaryDark\/95 {
  border-color: rgb(var(--color-primary-dark) / 0.95);
}

.border-primaryDarker {
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-primary-darker) / var(--tw-border-opacity, 1));
}

.border-primaryDarker\/0 {
  border-color: rgb(var(--color-primary-darker) / 0);
}

.border-primaryDarker\/10 {
  border-color: rgb(var(--color-primary-darker) / 0.1);
}

.border-primaryDarker\/100 {
  border-color: rgb(var(--color-primary-darker) / 1);
}

.border-primaryDarker\/15 {
  border-color: rgb(var(--color-primary-darker) / 0.15);
}

.border-primaryDarker\/20 {
  border-color: rgb(var(--color-primary-darker) / 0.2);
}

.border-primaryDarker\/25 {
  border-color: rgb(var(--color-primary-darker) / 0.25);
}

.border-primaryDarker\/30 {
  border-color: rgb(var(--color-primary-darker) / 0.3);
}

.border-primaryDarker\/35 {
  border-color: rgb(var(--color-primary-darker) / 0.35);
}

.border-primaryDarker\/40 {
  border-color: rgb(var(--color-primary-darker) / 0.4);
}

.border-primaryDarker\/45 {
  border-color: rgb(var(--color-primary-darker) / 0.45);
}

.border-primaryDarker\/5 {
  border-color: rgb(var(--color-primary-darker) / 0.05);
}

.border-primaryDarker\/50 {
  border-color: rgb(var(--color-primary-darker) / 0.5);
}

.border-primaryDarker\/55 {
  border-color: rgb(var(--color-primary-darker) / 0.55);
}

.border-primaryDarker\/60 {
  border-color: rgb(var(--color-primary-darker) / 0.6);
}

.border-primaryDarker\/65 {
  border-color: rgb(var(--color-primary-darker) / 0.65);
}

.border-primaryDarker\/70 {
  border-color: rgb(var(--color-primary-darker) / 0.7);
}

.border-primaryDarker\/75 {
  border-color: rgb(var(--color-primary-darker) / 0.75);
}

.border-primaryDarker\/80 {
  border-color: rgb(var(--color-primary-darker) / 0.8);
}

.border-primaryDarker\/85 {
  border-color: rgb(var(--color-primary-darker) / 0.85);
}

.border-primaryDarker\/90 {
  border-color: rgb(var(--color-primary-darker) / 0.9);
}

.border-primaryDarker\/95 {
  border-color: rgb(var(--color-primary-darker) / 0.95);
}

.border-primaryLight {
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-primary-light) / var(--tw-border-opacity, 1));
}

.border-primaryLight\/0 {
  border-color: rgb(var(--color-primary-light) / 0);
}

.border-primaryLight\/10 {
  border-color: rgb(var(--color-primary-light) / 0.1);
}

.border-primaryLight\/100 {
  border-color: rgb(var(--color-primary-light) / 1);
}

.border-primaryLight\/15 {
  border-color: rgb(var(--color-primary-light) / 0.15);
}

.border-primaryLight\/20 {
  border-color: rgb(var(--color-primary-light) / 0.2);
}

.border-primaryLight\/25 {
  border-color: rgb(var(--color-primary-light) / 0.25);
}

.border-primaryLight\/30 {
  border-color: rgb(var(--color-primary-light) / 0.3);
}

.border-primaryLight\/35 {
  border-color: rgb(var(--color-primary-light) / 0.35);
}

.border-primaryLight\/40 {
  border-color: rgb(var(--color-primary-light) / 0.4);
}

.border-primaryLight\/45 {
  border-color: rgb(var(--color-primary-light) / 0.45);
}

.border-primaryLight\/5 {
  border-color: rgb(var(--color-primary-light) / 0.05);
}

.border-primaryLight\/50 {
  border-color: rgb(var(--color-primary-light) / 0.5);
}

.border-primaryLight\/55 {
  border-color: rgb(var(--color-primary-light) / 0.55);
}

.border-primaryLight\/60 {
  border-color: rgb(var(--color-primary-light) / 0.6);
}

.border-primaryLight\/65 {
  border-color: rgb(var(--color-primary-light) / 0.65);
}

.border-primaryLight\/70 {
  border-color: rgb(var(--color-primary-light) / 0.7);
}

.border-primaryLight\/75 {
  border-color: rgb(var(--color-primary-light) / 0.75);
}

.border-primaryLight\/80 {
  border-color: rgb(var(--color-primary-light) / 0.8);
}

.border-primaryLight\/85 {
  border-color: rgb(var(--color-primary-light) / 0.85);
}

.border-primaryLight\/90 {
  border-color: rgb(var(--color-primary-light) / 0.9);
}

.border-primaryLight\/95 {
  border-color: rgb(var(--color-primary-light) / 0.95);
}

.border-purple {
  --tw-border-opacity: 1;
  border-color: rgb(155 93 162 / var(--tw-border-opacity, 1));
}

.border-purple\/0 {
  border-color: rgb(155 93 162 / 0);
}

.border-purple\/10 {
  border-color: rgb(155 93 162 / 0.1);
}

.border-purple\/100 {
  border-color: rgb(155 93 162 / 1);
}

.border-purple\/15 {
  border-color: rgb(155 93 162 / 0.15);
}

.border-purple\/20 {
  border-color: rgb(155 93 162 / 0.2);
}

.border-purple\/25 {
  border-color: rgb(155 93 162 / 0.25);
}

.border-purple\/30 {
  border-color: rgb(155 93 162 / 0.3);
}

.border-purple\/35 {
  border-color: rgb(155 93 162 / 0.35);
}

.border-purple\/40 {
  border-color: rgb(155 93 162 / 0.4);
}

.border-purple\/45 {
  border-color: rgb(155 93 162 / 0.45);
}

.border-purple\/5 {
  border-color: rgb(155 93 162 / 0.05);
}

.border-purple\/50 {
  border-color: rgb(155 93 162 / 0.5);
}

.border-purple\/55 {
  border-color: rgb(155 93 162 / 0.55);
}

.border-purple\/60 {
  border-color: rgb(155 93 162 / 0.6);
}

.border-purple\/65 {
  border-color: rgb(155 93 162 / 0.65);
}

.border-purple\/70 {
  border-color: rgb(155 93 162 / 0.7);
}

.border-purple\/75 {
  border-color: rgb(155 93 162 / 0.75);
}

.border-purple\/80 {
  border-color: rgb(155 93 162 / 0.8);
}

.border-purple\/85 {
  border-color: rgb(155 93 162 / 0.85);
}

.border-purple\/90 {
  border-color: rgb(155 93 162 / 0.9);
}

.border-purple\/95 {
  border-color: rgb(155 93 162 / 0.95);
}

.border-red {
  --tw-border-opacity: 1;
  border-color: rgb(175 75 75 / var(--tw-border-opacity, 1));
}

.border-red\/0 {
  border-color: rgb(175 75 75 / 0);
}

.border-red\/10 {
  border-color: rgb(175 75 75 / 0.1);
}

.border-red\/100 {
  border-color: rgb(175 75 75 / 1);
}

.border-red\/15 {
  border-color: rgb(175 75 75 / 0.15);
}

.border-red\/20 {
  border-color: rgb(175 75 75 / 0.2);
}

.border-red\/25 {
  border-color: rgb(175 75 75 / 0.25);
}

.border-red\/30 {
  border-color: rgb(175 75 75 / 0.3);
}

.border-red\/35 {
  border-color: rgb(175 75 75 / 0.35);
}

.border-red\/40 {
  border-color: rgb(175 75 75 / 0.4);
}

.border-red\/45 {
  border-color: rgb(175 75 75 / 0.45);
}

.border-red\/5 {
  border-color: rgb(175 75 75 / 0.05);
}

.border-red\/50 {
  border-color: rgb(175 75 75 / 0.5);
}

.border-red\/55 {
  border-color: rgb(175 75 75 / 0.55);
}

.border-red\/60 {
  border-color: rgb(175 75 75 / 0.6);
}

.border-red\/65 {
  border-color: rgb(175 75 75 / 0.65);
}

.border-red\/70 {
  border-color: rgb(175 75 75 / 0.7);
}

.border-red\/75 {
  border-color: rgb(175 75 75 / 0.75);
}

.border-red\/80 {
  border-color: rgb(175 75 75 / 0.8);
}

.border-red\/85 {
  border-color: rgb(175 75 75 / 0.85);
}

.border-red\/90 {
  border-color: rgb(175 75 75 / 0.9);
}

.border-red\/95 {
  border-color: rgb(175 75 75 / 0.95);
}

.border-sand {
  --tw-border-opacity: 1;
  border-color: rgb(246 240 233 / var(--tw-border-opacity, 1));
}

.border-sand\/0 {
  border-color: rgb(246 240 233 / 0);
}

.border-sand\/10 {
  border-color: rgb(246 240 233 / 0.1);
}

.border-sand\/100 {
  border-color: rgb(246 240 233 / 1);
}

.border-sand\/15 {
  border-color: rgb(246 240 233 / 0.15);
}

.border-sand\/20 {
  border-color: rgb(246 240 233 / 0.2);
}

.border-sand\/25 {
  border-color: rgb(246 240 233 / 0.25);
}

.border-sand\/30 {
  border-color: rgb(246 240 233 / 0.3);
}

.border-sand\/35 {
  border-color: rgb(246 240 233 / 0.35);
}

.border-sand\/40 {
  border-color: rgb(246 240 233 / 0.4);
}

.border-sand\/45 {
  border-color: rgb(246 240 233 / 0.45);
}

.border-sand\/5 {
  border-color: rgb(246 240 233 / 0.05);
}

.border-sand\/50 {
  border-color: rgb(246 240 233 / 0.5);
}

.border-sand\/55 {
  border-color: rgb(246 240 233 / 0.55);
}

.border-sand\/60 {
  border-color: rgb(246 240 233 / 0.6);
}

.border-sand\/65 {
  border-color: rgb(246 240 233 / 0.65);
}

.border-sand\/70 {
  border-color: rgb(246 240 233 / 0.7);
}

.border-sand\/75 {
  border-color: rgb(246 240 233 / 0.75);
}

.border-sand\/80 {
  border-color: rgb(246 240 233 / 0.8);
}

.border-sand\/85 {
  border-color: rgb(246 240 233 / 0.85);
}

.border-sand\/90 {
  border-color: rgb(246 240 233 / 0.9);
}

.border-sand\/95 {
  border-color: rgb(246 240 233 / 0.95);
}

.border-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(var(--color-secondary) / var(--tw-border-opacity, 1));
}

.border-secondary\/0 {
  border-color: rgb(var(--color-secondary) / 0);
}

.border-secondary\/10 {
  border-color: rgb(var(--color-secondary) / 0.1);
}

.border-secondary\/100 {
  border-color: rgb(var(--color-secondary) / 1);
}

.border-secondary\/15 {
  border-color: rgb(var(--color-secondary) / 0.15);
}

.border-secondary\/20 {
  border-color: rgb(var(--color-secondary) / 0.2);
}

.border-secondary\/25 {
  border-color: rgb(var(--color-secondary) / 0.25);
}

.border-secondary\/30 {
  border-color: rgb(var(--color-secondary) / 0.3);
}

.border-secondary\/35 {
  border-color: rgb(var(--color-secondary) / 0.35);
}

.border-secondary\/40 {
  border-color: rgb(var(--color-secondary) / 0.4);
}

.border-secondary\/45 {
  border-color: rgb(var(--color-secondary) / 0.45);
}

.border-secondary\/5 {
  border-color: rgb(var(--color-secondary) / 0.05);
}

.border-secondary\/50 {
  border-color: rgb(var(--color-secondary) / 0.5);
}

.border-secondary\/55 {
  border-color: rgb(var(--color-secondary) / 0.55);
}

.border-secondary\/60 {
  border-color: rgb(var(--color-secondary) / 0.6);
}

.border-secondary\/65 {
  border-color: rgb(var(--color-secondary) / 0.65);
}

.border-secondary\/70 {
  border-color: rgb(var(--color-secondary) / 0.7);
}

.border-secondary\/75 {
  border-color: rgb(var(--color-secondary) / 0.75);
}

.border-secondary\/80 {
  border-color: rgb(var(--color-secondary) / 0.8);
}

.border-secondary\/85 {
  border-color: rgb(var(--color-secondary) / 0.85);
}

.border-secondary\/90 {
  border-color: rgb(var(--color-secondary) / 0.9);
}

.border-secondary\/95 {
  border-color: rgb(var(--color-secondary) / 0.95);
}

.border-teal {
  --tw-border-opacity: 1;
  border-color: rgb(0 171 170 / var(--tw-border-opacity, 1));
}

.border-teal\/0 {
  border-color: rgb(0 171 170 / 0);
}

.border-teal\/10 {
  border-color: rgb(0 171 170 / 0.1);
}

.border-teal\/100 {
  border-color: rgb(0 171 170 / 1);
}

.border-teal\/15 {
  border-color: rgb(0 171 170 / 0.15);
}

.border-teal\/20 {
  border-color: rgb(0 171 170 / 0.2);
}

.border-teal\/25 {
  border-color: rgb(0 171 170 / 0.25);
}

.border-teal\/30 {
  border-color: rgb(0 171 170 / 0.3);
}

.border-teal\/35 {
  border-color: rgb(0 171 170 / 0.35);
}

.border-teal\/40 {
  border-color: rgb(0 171 170 / 0.4);
}

.border-teal\/45 {
  border-color: rgb(0 171 170 / 0.45);
}

.border-teal\/5 {
  border-color: rgb(0 171 170 / 0.05);
}

.border-teal\/50 {
  border-color: rgb(0 171 170 / 0.5);
}

.border-teal\/55 {
  border-color: rgb(0 171 170 / 0.55);
}

.border-teal\/60 {
  border-color: rgb(0 171 170 / 0.6);
}

.border-teal\/65 {
  border-color: rgb(0 171 170 / 0.65);
}

.border-teal\/70 {
  border-color: rgb(0 171 170 / 0.7);
}

.border-teal\/75 {
  border-color: rgb(0 171 170 / 0.75);
}

.border-teal\/80 {
  border-color: rgb(0 171 170 / 0.8);
}

.border-teal\/85 {
  border-color: rgb(0 171 170 / 0.85);
}

.border-teal\/90 {
  border-color: rgb(0 171 170 / 0.9);
}

.border-teal\/95 {
  border-color: rgb(0 171 170 / 0.95);
}

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

.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}

.border-white\/30 {
  border-color: rgb(255 255 255 / 0.3);
}

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

.\!bg-transparent {
  background-color: transparent !important;
}

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

.bg-\[\#071226\] {
  --tw-bg-opacity: 1;
  background-color: rgb(7 18 38 / var(--tw-bg-opacity, 1));
}

.bg-\[\#8000804c\] {
  background-color: #8000804c;
}

.bg-\[\#800080\] {
  --tw-bg-opacity: 1;
  background-color: rgb(128 0 128 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FF0000\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 0 / var(--tw-bg-opacity, 1));
}

.bg-\[\#FFA5004c\] {
  background-color: #FFA5004c;
}

.bg-\[\#FFA500\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 165 0 / var(--tw-bg-opacity, 1));
}

.bg-\[\#ff00004c\] {
  background-color: #ff00004c;
}

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-blue-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}

.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.bg-blue-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(30 58 138 / var(--tw-bg-opacity, 1));
}

.bg-coolGray {
  --tw-bg-opacity: 1;
  background-color: rgb(204 213 220 / var(--tw-bg-opacity, 1));
}

.bg-coolGray\/0 {
  background-color: rgb(204 213 220 / 0);
}

.bg-coolGray\/10 {
  background-color: rgb(204 213 220 / 0.1);
}

.bg-coolGray\/100 {
  background-color: rgb(204 213 220 / 1);
}

.bg-coolGray\/15 {
  background-color: rgb(204 213 220 / 0.15);
}

.bg-coolGray\/20 {
  background-color: rgb(204 213 220 / 0.2);
}

.bg-coolGray\/25 {
  background-color: rgb(204 213 220 / 0.25);
}

.bg-coolGray\/30 {
  background-color: rgb(204 213 220 / 0.3);
}

.bg-coolGray\/35 {
  background-color: rgb(204 213 220 / 0.35);
}

.bg-coolGray\/40 {
  background-color: rgb(204 213 220 / 0.4);
}

.bg-coolGray\/45 {
  background-color: rgb(204 213 220 / 0.45);
}

.bg-coolGray\/5 {
  background-color: rgb(204 213 220 / 0.05);
}

.bg-coolGray\/50 {
  background-color: rgb(204 213 220 / 0.5);
}

.bg-coolGray\/55 {
  background-color: rgb(204 213 220 / 0.55);
}

.bg-coolGray\/60 {
  background-color: rgb(204 213 220 / 0.6);
}

.bg-coolGray\/65 {
  background-color: rgb(204 213 220 / 0.65);
}

.bg-coolGray\/70 {
  background-color: rgb(204 213 220 / 0.7);
}

.bg-coolGray\/75 {
  background-color: rgb(204 213 220 / 0.75);
}

.bg-coolGray\/80 {
  background-color: rgb(204 213 220 / 0.8);
}

.bg-coolGray\/85 {
  background-color: rgb(204 213 220 / 0.85);
}

.bg-coolGray\/90 {
  background-color: rgb(204 213 220 / 0.9);
}

.bg-coolGray\/95 {
  background-color: rgb(204 213 220 / 0.95);
}

.bg-coolGreen {
  --tw-bg-opacity: 1;
  background-color: rgb(207 255 208 / var(--tw-bg-opacity, 1));
}

.bg-coolGreen\/0 {
  background-color: rgb(207 255 208 / 0);
}

.bg-coolGreen\/10 {
  background-color: rgb(207 255 208 / 0.1);
}

.bg-coolGreen\/100 {
  background-color: rgb(207 255 208 / 1);
}

.bg-coolGreen\/15 {
  background-color: rgb(207 255 208 / 0.15);
}

.bg-coolGreen\/20 {
  background-color: rgb(207 255 208 / 0.2);
}

.bg-coolGreen\/25 {
  background-color: rgb(207 255 208 / 0.25);
}

.bg-coolGreen\/30 {
  background-color: rgb(207 255 208 / 0.3);
}

.bg-coolGreen\/35 {
  background-color: rgb(207 255 208 / 0.35);
}

.bg-coolGreen\/40 {
  background-color: rgb(207 255 208 / 0.4);
}

.bg-coolGreen\/45 {
  background-color: rgb(207 255 208 / 0.45);
}

.bg-coolGreen\/5 {
  background-color: rgb(207 255 208 / 0.05);
}

.bg-coolGreen\/50 {
  background-color: rgb(207 255 208 / 0.5);
}

.bg-coolGreen\/55 {
  background-color: rgb(207 255 208 / 0.55);
}

.bg-coolGreen\/60 {
  background-color: rgb(207 255 208 / 0.6);
}

.bg-coolGreen\/65 {
  background-color: rgb(207 255 208 / 0.65);
}

.bg-coolGreen\/70 {
  background-color: rgb(207 255 208 / 0.7);
}

.bg-coolGreen\/75 {
  background-color: rgb(207 255 208 / 0.75);
}

.bg-coolGreen\/80 {
  background-color: rgb(207 255 208 / 0.8);
}

.bg-coolGreen\/85 {
  background-color: rgb(207 255 208 / 0.85);
}

.bg-coolGreen\/90 {
  background-color: rgb(207 255 208 / 0.9);
}

.bg-coolGreen\/95 {
  background-color: rgb(207 255 208 / 0.95);
}

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

.bg-cream\/0 {
  background-color: rgb(var(--color-cream) / 0);
}

.bg-cream\/10 {
  background-color: rgb(var(--color-cream) / 0.1);
}

.bg-cream\/100 {
  background-color: rgb(var(--color-cream) / 1);
}

.bg-cream\/15 {
  background-color: rgb(var(--color-cream) / 0.15);
}

.bg-cream\/20 {
  background-color: rgb(var(--color-cream) / 0.2);
}

.bg-cream\/25 {
  background-color: rgb(var(--color-cream) / 0.25);
}

.bg-cream\/30 {
  background-color: rgb(var(--color-cream) / 0.3);
}

.bg-cream\/35 {
  background-color: rgb(var(--color-cream) / 0.35);
}

.bg-cream\/40 {
  background-color: rgb(var(--color-cream) / 0.4);
}

.bg-cream\/45 {
  background-color: rgb(var(--color-cream) / 0.45);
}

.bg-cream\/5 {
  background-color: rgb(var(--color-cream) / 0.05);
}

.bg-cream\/50 {
  background-color: rgb(var(--color-cream) / 0.5);
}

.bg-cream\/55 {
  background-color: rgb(var(--color-cream) / 0.55);
}

.bg-cream\/60 {
  background-color: rgb(var(--color-cream) / 0.6);
}

.bg-cream\/65 {
  background-color: rgb(var(--color-cream) / 0.65);
}

.bg-cream\/70 {
  background-color: rgb(var(--color-cream) / 0.7);
}

.bg-cream\/75 {
  background-color: rgb(var(--color-cream) / 0.75);
}

.bg-cream\/80 {
  background-color: rgb(var(--color-cream) / 0.8);
}

.bg-cream\/85 {
  background-color: rgb(var(--color-cream) / 0.85);
}

.bg-cream\/90 {
  background-color: rgb(var(--color-cream) / 0.9);
}

.bg-cream\/95 {
  background-color: rgb(var(--color-cream) / 0.95);
}

.bg-darkBlue {
  --tw-bg-opacity: 1;
  background-color: rgb(17 29 62 / var(--tw-bg-opacity, 1));
}

.bg-darkBlue\/0 {
  background-color: rgb(17 29 62 / 0);
}

.bg-darkBlue\/10 {
  background-color: rgb(17 29 62 / 0.1);
}

.bg-darkBlue\/100 {
  background-color: rgb(17 29 62 / 1);
}

.bg-darkBlue\/15 {
  background-color: rgb(17 29 62 / 0.15);
}

.bg-darkBlue\/20 {
  background-color: rgb(17 29 62 / 0.2);
}

.bg-darkBlue\/25 {
  background-color: rgb(17 29 62 / 0.25);
}

.bg-darkBlue\/30 {
  background-color: rgb(17 29 62 / 0.3);
}

.bg-darkBlue\/35 {
  background-color: rgb(17 29 62 / 0.35);
}

.bg-darkBlue\/40 {
  background-color: rgb(17 29 62 / 0.4);
}

.bg-darkBlue\/45 {
  background-color: rgb(17 29 62 / 0.45);
}

.bg-darkBlue\/5 {
  background-color: rgb(17 29 62 / 0.05);
}

.bg-darkBlue\/50 {
  background-color: rgb(17 29 62 / 0.5);
}

.bg-darkBlue\/55 {
  background-color: rgb(17 29 62 / 0.55);
}

.bg-darkBlue\/60 {
  background-color: rgb(17 29 62 / 0.6);
}

.bg-darkBlue\/65 {
  background-color: rgb(17 29 62 / 0.65);
}

.bg-darkBlue\/70 {
  background-color: rgb(17 29 62 / 0.7);
}

.bg-darkBlue\/75 {
  background-color: rgb(17 29 62 / 0.75);
}

.bg-darkBlue\/80 {
  background-color: rgb(17 29 62 / 0.8);
}

.bg-darkBlue\/85 {
  background-color: rgb(17 29 62 / 0.85);
}

.bg-darkBlue\/90 {
  background-color: rgb(17 29 62 / 0.9);
}

.bg-darkBlue\/95 {
  background-color: rgb(17 29 62 / 0.95);
}

.bg-fadedBlue {
  --tw-bg-opacity: 1;
  background-color: rgb(142 156 190 / var(--tw-bg-opacity, 1));
}

.bg-fadedBlue\/0 {
  background-color: rgb(142 156 190 / 0);
}

.bg-fadedBlue\/10 {
  background-color: rgb(142 156 190 / 0.1);
}

.bg-fadedBlue\/100 {
  background-color: rgb(142 156 190 / 1);
}

.bg-fadedBlue\/15 {
  background-color: rgb(142 156 190 / 0.15);
}

.bg-fadedBlue\/20 {
  background-color: rgb(142 156 190 / 0.2);
}

.bg-fadedBlue\/25 {
  background-color: rgb(142 156 190 / 0.25);
}

.bg-fadedBlue\/30 {
  background-color: rgb(142 156 190 / 0.3);
}

.bg-fadedBlue\/35 {
  background-color: rgb(142 156 190 / 0.35);
}

.bg-fadedBlue\/40 {
  background-color: rgb(142 156 190 / 0.4);
}

.bg-fadedBlue\/45 {
  background-color: rgb(142 156 190 / 0.45);
}

.bg-fadedBlue\/5 {
  background-color: rgb(142 156 190 / 0.05);
}

.bg-fadedBlue\/50 {
  background-color: rgb(142 156 190 / 0.5);
}

.bg-fadedBlue\/55 {
  background-color: rgb(142 156 190 / 0.55);
}

.bg-fadedBlue\/60 {
  background-color: rgb(142 156 190 / 0.6);
}

.bg-fadedBlue\/65 {
  background-color: rgb(142 156 190 / 0.65);
}

.bg-fadedBlue\/70 {
  background-color: rgb(142 156 190 / 0.7);
}

.bg-fadedBlue\/75 {
  background-color: rgb(142 156 190 / 0.75);
}

.bg-fadedBlue\/80 {
  background-color: rgb(142 156 190 / 0.8);
}

.bg-fadedBlue\/85 {
  background-color: rgb(142 156 190 / 0.85);
}

.bg-fadedBlue\/90 {
  background-color: rgb(142 156 190 / 0.9);
}

.bg-fadedBlue\/95 {
  background-color: rgb(142 156 190 / 0.95);
}

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

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

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

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

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

.bg-gray-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}

.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(222 248 234 / var(--tw-bg-opacity, 1));
}

.bg-green-100\/0 {
  background-color: rgb(222 248 234 / 0);
}

.bg-green-100\/10 {
  background-color: rgb(222 248 234 / 0.1);
}

.bg-green-100\/100 {
  background-color: rgb(222 248 234 / 1);
}

.bg-green-100\/15 {
  background-color: rgb(222 248 234 / 0.15);
}

.bg-green-100\/20 {
  background-color: rgb(222 248 234 / 0.2);
}

.bg-green-100\/25 {
  background-color: rgb(222 248 234 / 0.25);
}

.bg-green-100\/30 {
  background-color: rgb(222 248 234 / 0.3);
}

.bg-green-100\/35 {
  background-color: rgb(222 248 234 / 0.35);
}

.bg-green-100\/40 {
  background-color: rgb(222 248 234 / 0.4);
}

.bg-green-100\/45 {
  background-color: rgb(222 248 234 / 0.45);
}

.bg-green-100\/5 {
  background-color: rgb(222 248 234 / 0.05);
}

.bg-green-100\/50 {
  background-color: rgb(222 248 234 / 0.5);
}

.bg-green-100\/55 {
  background-color: rgb(222 248 234 / 0.55);
}

.bg-green-100\/60 {
  background-color: rgb(222 248 234 / 0.6);
}

.bg-green-100\/65 {
  background-color: rgb(222 248 234 / 0.65);
}

.bg-green-100\/70 {
  background-color: rgb(222 248 234 / 0.7);
}

.bg-green-100\/75 {
  background-color: rgb(222 248 234 / 0.75);
}

.bg-green-100\/80 {
  background-color: rgb(222 248 234 / 0.8);
}

.bg-green-100\/85 {
  background-color: rgb(222 248 234 / 0.85);
}

.bg-green-100\/90 {
  background-color: rgb(222 248 234 / 0.9);
}

.bg-green-100\/95 {
  background-color: rgb(222 248 234 / 0.95);
}

.bg-green-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(191 241 209 / var(--tw-bg-opacity, 1));
}

.bg-green-200\/0 {
  background-color: rgb(191 241 209 / 0);
}

.bg-green-200\/10 {
  background-color: rgb(191 241 209 / 0.1);
}

.bg-green-200\/100 {
  background-color: rgb(191 241 209 / 1);
}

.bg-green-200\/15 {
  background-color: rgb(191 241 209 / 0.15);
}

.bg-green-200\/20 {
  background-color: rgb(191 241 209 / 0.2);
}

.bg-green-200\/25 {
  background-color: rgb(191 241 209 / 0.25);
}

.bg-green-200\/30 {
  background-color: rgb(191 241 209 / 0.3);
}

.bg-green-200\/35 {
  background-color: rgb(191 241 209 / 0.35);
}

.bg-green-200\/40 {
  background-color: rgb(191 241 209 / 0.4);
}

.bg-green-200\/45 {
  background-color: rgb(191 241 209 / 0.45);
}

.bg-green-200\/5 {
  background-color: rgb(191 241 209 / 0.05);
}

.bg-green-200\/50 {
  background-color: rgb(191 241 209 / 0.5);
}

.bg-green-200\/55 {
  background-color: rgb(191 241 209 / 0.55);
}

.bg-green-200\/60 {
  background-color: rgb(191 241 209 / 0.6);
}

.bg-green-200\/65 {
  background-color: rgb(191 241 209 / 0.65);
}

.bg-green-200\/70 {
  background-color: rgb(191 241 209 / 0.7);
}

.bg-green-200\/75 {
  background-color: rgb(191 241 209 / 0.75);
}

.bg-green-200\/80 {
  background-color: rgb(191 241 209 / 0.8);
}

.bg-green-200\/85 {
  background-color: rgb(191 241 209 / 0.85);
}

.bg-green-200\/90 {
  background-color: rgb(191 241 209 / 0.9);
}

.bg-green-200\/95 {
  background-color: rgb(191 241 209 / 0.95);
}

.bg-green-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(143 231 170 / var(--tw-bg-opacity, 1));
}

.bg-green-300\/0 {
  background-color: rgb(143 231 170 / 0);
}

.bg-green-300\/10 {
  background-color: rgb(143 231 170 / 0.1);
}

.bg-green-300\/100 {
  background-color: rgb(143 231 170 / 1);
}

.bg-green-300\/15 {
  background-color: rgb(143 231 170 / 0.15);
}

.bg-green-300\/20 {
  background-color: rgb(143 231 170 / 0.2);
}

.bg-green-300\/25 {
  background-color: rgb(143 231 170 / 0.25);
}

.bg-green-300\/30 {
  background-color: rgb(143 231 170 / 0.3);
}

.bg-green-300\/35 {
  background-color: rgb(143 231 170 / 0.35);
}

.bg-green-300\/40 {
  background-color: rgb(143 231 170 / 0.4);
}

.bg-green-300\/45 {
  background-color: rgb(143 231 170 / 0.45);
}

.bg-green-300\/5 {
  background-color: rgb(143 231 170 / 0.05);
}

.bg-green-300\/50 {
  background-color: rgb(143 231 170 / 0.5);
}

.bg-green-300\/55 {
  background-color: rgb(143 231 170 / 0.55);
}

.bg-green-300\/60 {
  background-color: rgb(143 231 170 / 0.6);
}

.bg-green-300\/65 {
  background-color: rgb(143 231 170 / 0.65);
}

.bg-green-300\/70 {
  background-color: rgb(143 231 170 / 0.7);
}

.bg-green-300\/75 {
  background-color: rgb(143 231 170 / 0.75);
}

.bg-green-300\/80 {
  background-color: rgb(143 231 170 / 0.8);
}

.bg-green-300\/85 {
  background-color: rgb(143 231 170 / 0.85);
}

.bg-green-300\/90 {
  background-color: rgb(143 231 170 / 0.9);
}

.bg-green-300\/95 {
  background-color: rgb(143 231 170 / 0.95);
}

.bg-green-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(87 208 125 / var(--tw-bg-opacity, 1));
}

.bg-green-400\/0 {
  background-color: rgb(87 208 125 / 0);
}

.bg-green-400\/10 {
  background-color: rgb(87 208 125 / 0.1);
}

.bg-green-400\/100 {
  background-color: rgb(87 208 125 / 1);
}

.bg-green-400\/15 {
  background-color: rgb(87 208 125 / 0.15);
}

.bg-green-400\/20 {
  background-color: rgb(87 208 125 / 0.2);
}

.bg-green-400\/25 {
  background-color: rgb(87 208 125 / 0.25);
}

.bg-green-400\/30 {
  background-color: rgb(87 208 125 / 0.3);
}

.bg-green-400\/35 {
  background-color: rgb(87 208 125 / 0.35);
}

.bg-green-400\/40 {
  background-color: rgb(87 208 125 / 0.4);
}

.bg-green-400\/45 {
  background-color: rgb(87 208 125 / 0.45);
}

.bg-green-400\/5 {
  background-color: rgb(87 208 125 / 0.05);
}

.bg-green-400\/50 {
  background-color: rgb(87 208 125 / 0.5);
}

.bg-green-400\/55 {
  background-color: rgb(87 208 125 / 0.55);
}

.bg-green-400\/60 {
  background-color: rgb(87 208 125 / 0.6);
}

.bg-green-400\/65 {
  background-color: rgb(87 208 125 / 0.65);
}

.bg-green-400\/70 {
  background-color: rgb(87 208 125 / 0.7);
}

.bg-green-400\/75 {
  background-color: rgb(87 208 125 / 0.75);
}

.bg-green-400\/80 {
  background-color: rgb(87 208 125 / 0.8);
}

.bg-green-400\/85 {
  background-color: rgb(87 208 125 / 0.85);
}

.bg-green-400\/90 {
  background-color: rgb(87 208 125 / 0.9);
}

.bg-green-400\/95 {
  background-color: rgb(87 208 125 / 0.95);
}

.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 251 245 / var(--tw-bg-opacity, 1));
}

.bg-green-50\/0 {
  background-color: rgb(243 251 245 / 0);
}

.bg-green-50\/10 {
  background-color: rgb(243 251 245 / 0.1);
}

.bg-green-50\/100 {
  background-color: rgb(243 251 245 / 1);
}

.bg-green-50\/15 {
  background-color: rgb(243 251 245 / 0.15);
}

.bg-green-50\/20 {
  background-color: rgb(243 251 245 / 0.2);
}

.bg-green-50\/25 {
  background-color: rgb(243 251 245 / 0.25);
}

.bg-green-50\/30 {
  background-color: rgb(243 251 245 / 0.3);
}

.bg-green-50\/35 {
  background-color: rgb(243 251 245 / 0.35);
}

.bg-green-50\/40 {
  background-color: rgb(243 251 245 / 0.4);
}

.bg-green-50\/45 {
  background-color: rgb(243 251 245 / 0.45);
}

.bg-green-50\/5 {
  background-color: rgb(243 251 245 / 0.05);
}

.bg-green-50\/50 {
  background-color: rgb(243 251 245 / 0.5);
}

.bg-green-50\/55 {
  background-color: rgb(243 251 245 / 0.55);
}

.bg-green-50\/60 {
  background-color: rgb(243 251 245 / 0.6);
}

.bg-green-50\/65 {
  background-color: rgb(243 251 245 / 0.65);
}

.bg-green-50\/70 {
  background-color: rgb(243 251 245 / 0.7);
}

.bg-green-50\/75 {
  background-color: rgb(243 251 245 / 0.75);
}

.bg-green-50\/80 {
  background-color: rgb(243 251 245 / 0.8);
}

.bg-green-50\/85 {
  background-color: rgb(243 251 245 / 0.85);
}

.bg-green-50\/90 {
  background-color: rgb(243 251 245 / 0.9);
}

.bg-green-50\/95 {
  background-color: rgb(243 251 245 / 0.95);
}

.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(52 168 83 / var(--tw-bg-opacity, 1));
}

.bg-green-500\/0 {
  background-color: rgb(52 168 83 / 0);
}

.bg-green-500\/10 {
  background-color: rgb(52 168 83 / 0.1);
}

.bg-green-500\/100 {
  background-color: rgb(52 168 83 / 1);
}

.bg-green-500\/15 {
  background-color: rgb(52 168 83 / 0.15);
}

.bg-green-500\/20 {
  background-color: rgb(52 168 83 / 0.2);
}

.bg-green-500\/25 {
  background-color: rgb(52 168 83 / 0.25);
}

.bg-green-500\/30 {
  background-color: rgb(52 168 83 / 0.3);
}

.bg-green-500\/35 {
  background-color: rgb(52 168 83 / 0.35);
}

.bg-green-500\/40 {
  background-color: rgb(52 168 83 / 0.4);
}

.bg-green-500\/45 {
  background-color: rgb(52 168 83 / 0.45);
}

.bg-green-500\/5 {
  background-color: rgb(52 168 83 / 0.05);
}

.bg-green-500\/50 {
  background-color: rgb(52 168 83 / 0.5);
}

.bg-green-500\/55 {
  background-color: rgb(52 168 83 / 0.55);
}

.bg-green-500\/60 {
  background-color: rgb(52 168 83 / 0.6);
}

.bg-green-500\/65 {
  background-color: rgb(52 168 83 / 0.65);
}

.bg-green-500\/70 {
  background-color: rgb(52 168 83 / 0.7);
}

.bg-green-500\/75 {
  background-color: rgb(52 168 83 / 0.75);
}

.bg-green-500\/80 {
  background-color: rgb(52 168 83 / 0.8);
}

.bg-green-500\/85 {
  background-color: rgb(52 168 83 / 0.85);
}

.bg-green-500\/90 {
  background-color: rgb(52 168 83 / 0.9);
}

.bg-green-500\/95 {
  background-color: rgb(52 168 83 / 0.95);
}

.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(47 148 75 / var(--tw-bg-opacity, 1));
}

.bg-green-600\/0 {
  background-color: rgb(47 148 75 / 0);
}

.bg-green-600\/10 {
  background-color: rgb(47 148 75 / 0.1);
}

.bg-green-600\/100 {
  background-color: rgb(47 148 75 / 1);
}

.bg-green-600\/15 {
  background-color: rgb(47 148 75 / 0.15);
}

.bg-green-600\/20 {
  background-color: rgb(47 148 75 / 0.2);
}

.bg-green-600\/25 {
  background-color: rgb(47 148 75 / 0.25);
}

.bg-green-600\/30 {
  background-color: rgb(47 148 75 / 0.3);
}

.bg-green-600\/35 {
  background-color: rgb(47 148 75 / 0.35);
}

.bg-green-600\/40 {
  background-color: rgb(47 148 75 / 0.4);
}

.bg-green-600\/45 {
  background-color: rgb(47 148 75 / 0.45);
}

.bg-green-600\/5 {
  background-color: rgb(47 148 75 / 0.05);
}

.bg-green-600\/50 {
  background-color: rgb(47 148 75 / 0.5);
}

.bg-green-600\/55 {
  background-color: rgb(47 148 75 / 0.55);
}

.bg-green-600\/60 {
  background-color: rgb(47 148 75 / 0.6);
}

.bg-green-600\/65 {
  background-color: rgb(47 148 75 / 0.65);
}

.bg-green-600\/70 {
  background-color: rgb(47 148 75 / 0.7);
}

.bg-green-600\/75 {
  background-color: rgb(47 148 75 / 0.75);
}

.bg-green-600\/80 {
  background-color: rgb(47 148 75 / 0.8);
}

.bg-green-600\/85 {
  background-color: rgb(47 148 75 / 0.85);
}

.bg-green-600\/90 {
  background-color: rgb(47 148 75 / 0.9);
}

.bg-green-600\/95 {
  background-color: rgb(47 148 75 / 0.95);
}

.bg-green-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(38 111 58 / var(--tw-bg-opacity, 1));
}

.bg-green-700\/0 {
  background-color: rgb(38 111 58 / 0);
}

.bg-green-700\/10 {
  background-color: rgb(38 111 58 / 0.1);
}

.bg-green-700\/100 {
  background-color: rgb(38 111 58 / 1);
}

.bg-green-700\/15 {
  background-color: rgb(38 111 58 / 0.15);
}

.bg-green-700\/20 {
  background-color: rgb(38 111 58 / 0.2);
}

.bg-green-700\/25 {
  background-color: rgb(38 111 58 / 0.25);
}

.bg-green-700\/30 {
  background-color: rgb(38 111 58 / 0.3);
}

.bg-green-700\/35 {
  background-color: rgb(38 111 58 / 0.35);
}

.bg-green-700\/40 {
  background-color: rgb(38 111 58 / 0.4);
}

.bg-green-700\/45 {
  background-color: rgb(38 111 58 / 0.45);
}

.bg-green-700\/5 {
  background-color: rgb(38 111 58 / 0.05);
}

.bg-green-700\/50 {
  background-color: rgb(38 111 58 / 0.5);
}

.bg-green-700\/55 {
  background-color: rgb(38 111 58 / 0.55);
}

.bg-green-700\/60 {
  background-color: rgb(38 111 58 / 0.6);
}

.bg-green-700\/65 {
  background-color: rgb(38 111 58 / 0.65);
}

.bg-green-700\/70 {
  background-color: rgb(38 111 58 / 0.7);
}

.bg-green-700\/75 {
  background-color: rgb(38 111 58 / 0.75);
}

.bg-green-700\/80 {
  background-color: rgb(38 111 58 / 0.8);
}

.bg-green-700\/85 {
  background-color: rgb(38 111 58 / 0.85);
}

.bg-green-700\/90 {
  background-color: rgb(38 111 58 / 0.9);
}

.bg-green-700\/95 {
  background-color: rgb(38 111 58 / 0.95);
}

.bg-green-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(31 91 48 / var(--tw-bg-opacity, 1));
}

.bg-green-800\/0 {
  background-color: rgb(31 91 48 / 0);
}

.bg-green-800\/10 {
  background-color: rgb(31 91 48 / 0.1);
}

.bg-green-800\/100 {
  background-color: rgb(31 91 48 / 1);
}

.bg-green-800\/15 {
  background-color: rgb(31 91 48 / 0.15);
}

.bg-green-800\/20 {
  background-color: rgb(31 91 48 / 0.2);
}

.bg-green-800\/25 {
  background-color: rgb(31 91 48 / 0.25);
}

.bg-green-800\/30 {
  background-color: rgb(31 91 48 / 0.3);
}

.bg-green-800\/35 {
  background-color: rgb(31 91 48 / 0.35);
}

.bg-green-800\/40 {
  background-color: rgb(31 91 48 / 0.4);
}

.bg-green-800\/45 {
  background-color: rgb(31 91 48 / 0.45);
}

.bg-green-800\/5 {
  background-color: rgb(31 91 48 / 0.05);
}

.bg-green-800\/50 {
  background-color: rgb(31 91 48 / 0.5);
}

.bg-green-800\/55 {
  background-color: rgb(31 91 48 / 0.55);
}

.bg-green-800\/60 {
  background-color: rgb(31 91 48 / 0.6);
}

.bg-green-800\/65 {
  background-color: rgb(31 91 48 / 0.65);
}

.bg-green-800\/70 {
  background-color: rgb(31 91 48 / 0.7);
}

.bg-green-800\/75 {
  background-color: rgb(31 91 48 / 0.75);
}

.bg-green-800\/80 {
  background-color: rgb(31 91 48 / 0.8);
}

.bg-green-800\/85 {
  background-color: rgb(31 91 48 / 0.85);
}

.bg-green-800\/90 {
  background-color: rgb(31 91 48 / 0.9);
}

.bg-green-800\/95 {
  background-color: rgb(31 91 48 / 0.95);
}

.bg-green-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(21 61 33 / var(--tw-bg-opacity, 1));
}

.bg-green-900\/0 {
  background-color: rgb(21 61 33 / 0);
}

.bg-green-900\/10 {
  background-color: rgb(21 61 33 / 0.1);
}

.bg-green-900\/100 {
  background-color: rgb(21 61 33 / 1);
}

.bg-green-900\/15 {
  background-color: rgb(21 61 33 / 0.15);
}

.bg-green-900\/20 {
  background-color: rgb(21 61 33 / 0.2);
}

.bg-green-900\/25 {
  background-color: rgb(21 61 33 / 0.25);
}

.bg-green-900\/30 {
  background-color: rgb(21 61 33 / 0.3);
}

.bg-green-900\/35 {
  background-color: rgb(21 61 33 / 0.35);
}

.bg-green-900\/40 {
  background-color: rgb(21 61 33 / 0.4);
}

.bg-green-900\/45 {
  background-color: rgb(21 61 33 / 0.45);
}

.bg-green-900\/5 {
  background-color: rgb(21 61 33 / 0.05);
}

.bg-green-900\/50 {
  background-color: rgb(21 61 33 / 0.5);
}

.bg-green-900\/55 {
  background-color: rgb(21 61 33 / 0.55);
}

.bg-green-900\/60 {
  background-color: rgb(21 61 33 / 0.6);
}

.bg-green-900\/65 {
  background-color: rgb(21 61 33 / 0.65);
}

.bg-green-900\/70 {
  background-color: rgb(21 61 33 / 0.7);
}

.bg-green-900\/75 {
  background-color: rgb(21 61 33 / 0.75);
}

.bg-green-900\/80 {
  background-color: rgb(21 61 33 / 0.8);
}

.bg-green-900\/85 {
  background-color: rgb(21 61 33 / 0.85);
}

.bg-green-900\/90 {
  background-color: rgb(21 61 33 / 0.9);
}

.bg-green-900\/95 {
  background-color: rgb(21 61 33 / 0.95);
}

.bg-green-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(5 46 22 / var(--tw-bg-opacity, 1));
}

.bg-green-950\/0 {
  background-color: rgb(5 46 22 / 0);
}

.bg-green-950\/10 {
  background-color: rgb(5 46 22 / 0.1);
}

.bg-green-950\/100 {
  background-color: rgb(5 46 22 / 1);
}

.bg-green-950\/15 {
  background-color: rgb(5 46 22 / 0.15);
}

.bg-green-950\/20 {
  background-color: rgb(5 46 22 / 0.2);
}

.bg-green-950\/25 {
  background-color: rgb(5 46 22 / 0.25);
}

.bg-green-950\/30 {
  background-color: rgb(5 46 22 / 0.3);
}

.bg-green-950\/35 {
  background-color: rgb(5 46 22 / 0.35);
}

.bg-green-950\/40 {
  background-color: rgb(5 46 22 / 0.4);
}

.bg-green-950\/45 {
  background-color: rgb(5 46 22 / 0.45);
}

.bg-green-950\/5 {
  background-color: rgb(5 46 22 / 0.05);
}

.bg-green-950\/50 {
  background-color: rgb(5 46 22 / 0.5);
}

.bg-green-950\/55 {
  background-color: rgb(5 46 22 / 0.55);
}

.bg-green-950\/60 {
  background-color: rgb(5 46 22 / 0.6);
}

.bg-green-950\/65 {
  background-color: rgb(5 46 22 / 0.65);
}

.bg-green-950\/70 {
  background-color: rgb(5 46 22 / 0.7);
}

.bg-green-950\/75 {
  background-color: rgb(5 46 22 / 0.75);
}

.bg-green-950\/80 {
  background-color: rgb(5 46 22 / 0.8);
}

.bg-green-950\/85 {
  background-color: rgb(5 46 22 / 0.85);
}

.bg-green-950\/90 {
  background-color: rgb(5 46 22 / 0.9);
}

.bg-green-950\/95 {
  background-color: rgb(5 46 22 / 0.95);
}

.bg-lightBlue {
  --tw-bg-opacity: 1;
  background-color: rgb(201 207 223 / var(--tw-bg-opacity, 1));
}

.bg-lightBlue\/0 {
  background-color: rgb(201 207 223 / 0);
}

.bg-lightBlue\/10 {
  background-color: rgb(201 207 223 / 0.1);
}

.bg-lightBlue\/100 {
  background-color: rgb(201 207 223 / 1);
}

.bg-lightBlue\/15 {
  background-color: rgb(201 207 223 / 0.15);
}

.bg-lightBlue\/20 {
  background-color: rgb(201 207 223 / 0.2);
}

.bg-lightBlue\/25 {
  background-color: rgb(201 207 223 / 0.25);
}

.bg-lightBlue\/30 {
  background-color: rgb(201 207 223 / 0.3);
}

.bg-lightBlue\/35 {
  background-color: rgb(201 207 223 / 0.35);
}

.bg-lightBlue\/40 {
  background-color: rgb(201 207 223 / 0.4);
}

.bg-lightBlue\/45 {
  background-color: rgb(201 207 223 / 0.45);
}

.bg-lightBlue\/5 {
  background-color: rgb(201 207 223 / 0.05);
}

.bg-lightBlue\/50 {
  background-color: rgb(201 207 223 / 0.5);
}

.bg-lightBlue\/55 {
  background-color: rgb(201 207 223 / 0.55);
}

.bg-lightBlue\/60 {
  background-color: rgb(201 207 223 / 0.6);
}

.bg-lightBlue\/65 {
  background-color: rgb(201 207 223 / 0.65);
}

.bg-lightBlue\/70 {
  background-color: rgb(201 207 223 / 0.7);
}

.bg-lightBlue\/75 {
  background-color: rgb(201 207 223 / 0.75);
}

.bg-lightBlue\/80 {
  background-color: rgb(201 207 223 / 0.8);
}

.bg-lightBlue\/85 {
  background-color: rgb(201 207 223 / 0.85);
}

.bg-lightBlue\/90 {
  background-color: rgb(201 207 223 / 0.9);
}

.bg-lightBlue\/95 {
  background-color: rgb(201 207 223 / 0.95);
}

.bg-lightGray {
  --tw-bg-opacity: 1;
  background-color: rgb(216 218 221 / var(--tw-bg-opacity, 1));
}

.bg-lightGray\/0 {
  background-color: rgb(216 218 221 / 0);
}

.bg-lightGray\/10 {
  background-color: rgb(216 218 221 / 0.1);
}

.bg-lightGray\/100 {
  background-color: rgb(216 218 221 / 1);
}

.bg-lightGray\/15 {
  background-color: rgb(216 218 221 / 0.15);
}

.bg-lightGray\/20 {
  background-color: rgb(216 218 221 / 0.2);
}

.bg-lightGray\/25 {
  background-color: rgb(216 218 221 / 0.25);
}

.bg-lightGray\/30 {
  background-color: rgb(216 218 221 / 0.3);
}

.bg-lightGray\/35 {
  background-color: rgb(216 218 221 / 0.35);
}

.bg-lightGray\/40 {
  background-color: rgb(216 218 221 / 0.4);
}

.bg-lightGray\/45 {
  background-color: rgb(216 218 221 / 0.45);
}

.bg-lightGray\/5 {
  background-color: rgb(216 218 221 / 0.05);
}

.bg-lightGray\/50 {
  background-color: rgb(216 218 221 / 0.5);
}

.bg-lightGray\/55 {
  background-color: rgb(216 218 221 / 0.55);
}

.bg-lightGray\/60 {
  background-color: rgb(216 218 221 / 0.6);
}

.bg-lightGray\/65 {
  background-color: rgb(216 218 221 / 0.65);
}

.bg-lightGray\/70 {
  background-color: rgb(216 218 221 / 0.7);
}

.bg-lightGray\/75 {
  background-color: rgb(216 218 221 / 0.75);
}

.bg-lightGray\/80 {
  background-color: rgb(216 218 221 / 0.8);
}

.bg-lightGray\/85 {
  background-color: rgb(216 218 221 / 0.85);
}

.bg-lightGray\/90 {
  background-color: rgb(216 218 221 / 0.9);
}

.bg-lightGray\/95 {
  background-color: rgb(216 218 221 / 0.95);
}

.bg-lightGreen {
  --tw-bg-opacity: 1;
  background-color: rgb(132 197 159 / var(--tw-bg-opacity, 1));
}

.bg-lightGreen\/0 {
  background-color: rgb(132 197 159 / 0);
}

.bg-lightGreen\/10 {
  background-color: rgb(132 197 159 / 0.1);
}

.bg-lightGreen\/100 {
  background-color: rgb(132 197 159 / 1);
}

.bg-lightGreen\/15 {
  background-color: rgb(132 197 159 / 0.15);
}

.bg-lightGreen\/20 {
  background-color: rgb(132 197 159 / 0.2);
}

.bg-lightGreen\/25 {
  background-color: rgb(132 197 159 / 0.25);
}

.bg-lightGreen\/30 {
  background-color: rgb(132 197 159 / 0.3);
}

.bg-lightGreen\/35 {
  background-color: rgb(132 197 159 / 0.35);
}

.bg-lightGreen\/40 {
  background-color: rgb(132 197 159 / 0.4);
}

.bg-lightGreen\/45 {
  background-color: rgb(132 197 159 / 0.45);
}

.bg-lightGreen\/5 {
  background-color: rgb(132 197 159 / 0.05);
}

.bg-lightGreen\/50 {
  background-color: rgb(132 197 159 / 0.5);
}

.bg-lightGreen\/55 {
  background-color: rgb(132 197 159 / 0.55);
}

.bg-lightGreen\/60 {
  background-color: rgb(132 197 159 / 0.6);
}

.bg-lightGreen\/65 {
  background-color: rgb(132 197 159 / 0.65);
}

.bg-lightGreen\/70 {
  background-color: rgb(132 197 159 / 0.7);
}

.bg-lightGreen\/75 {
  background-color: rgb(132 197 159 / 0.75);
}

.bg-lightGreen\/80 {
  background-color: rgb(132 197 159 / 0.8);
}

.bg-lightGreen\/85 {
  background-color: rgb(132 197 159 / 0.85);
}

.bg-lightGreen\/90 {
  background-color: rgb(132 197 159 / 0.9);
}

.bg-lightGreen\/95 {
  background-color: rgb(132 197 159 / 0.95);
}

.bg-lightNavy {
  --tw-bg-opacity: 1;
  background-color: rgb(77 89 110 / var(--tw-bg-opacity, 1));
}

.bg-lightNavy\/0 {
  background-color: rgb(77 89 110 / 0);
}

.bg-lightNavy\/10 {
  background-color: rgb(77 89 110 / 0.1);
}

.bg-lightNavy\/100 {
  background-color: rgb(77 89 110 / 1);
}

.bg-lightNavy\/15 {
  background-color: rgb(77 89 110 / 0.15);
}

.bg-lightNavy\/20 {
  background-color: rgb(77 89 110 / 0.2);
}

.bg-lightNavy\/25 {
  background-color: rgb(77 89 110 / 0.25);
}

.bg-lightNavy\/30 {
  background-color: rgb(77 89 110 / 0.3);
}

.bg-lightNavy\/35 {
  background-color: rgb(77 89 110 / 0.35);
}

.bg-lightNavy\/40 {
  background-color: rgb(77 89 110 / 0.4);
}

.bg-lightNavy\/45 {
  background-color: rgb(77 89 110 / 0.45);
}

.bg-lightNavy\/5 {
  background-color: rgb(77 89 110 / 0.05);
}

.bg-lightNavy\/50 {
  background-color: rgb(77 89 110 / 0.5);
}

.bg-lightNavy\/55 {
  background-color: rgb(77 89 110 / 0.55);
}

.bg-lightNavy\/60 {
  background-color: rgb(77 89 110 / 0.6);
}

.bg-lightNavy\/65 {
  background-color: rgb(77 89 110 / 0.65);
}

.bg-lightNavy\/70 {
  background-color: rgb(77 89 110 / 0.7);
}

.bg-lightNavy\/75 {
  background-color: rgb(77 89 110 / 0.75);
}

.bg-lightNavy\/80 {
  background-color: rgb(77 89 110 / 0.8);
}

.bg-lightNavy\/85 {
  background-color: rgb(77 89 110 / 0.85);
}

.bg-lightNavy\/90 {
  background-color: rgb(77 89 110 / 0.9);
}

.bg-lightNavy\/95 {
  background-color: rgb(77 89 110 / 0.95);
}

.bg-lightPurple {
  --tw-bg-opacity: 1;
  background-color: rgb(217 195 219 / var(--tw-bg-opacity, 1));
}

.bg-lightPurple\/0 {
  background-color: rgb(217 195 219 / 0);
}

.bg-lightPurple\/10 {
  background-color: rgb(217 195 219 / 0.1);
}

.bg-lightPurple\/100 {
  background-color: rgb(217 195 219 / 1);
}

.bg-lightPurple\/15 {
  background-color: rgb(217 195 219 / 0.15);
}

.bg-lightPurple\/20 {
  background-color: rgb(217 195 219 / 0.2);
}

.bg-lightPurple\/25 {
  background-color: rgb(217 195 219 / 0.25);
}

.bg-lightPurple\/30 {
  background-color: rgb(217 195 219 / 0.3);
}

.bg-lightPurple\/35 {
  background-color: rgb(217 195 219 / 0.35);
}

.bg-lightPurple\/40 {
  background-color: rgb(217 195 219 / 0.4);
}

.bg-lightPurple\/45 {
  background-color: rgb(217 195 219 / 0.45);
}

.bg-lightPurple\/5 {
  background-color: rgb(217 195 219 / 0.05);
}

.bg-lightPurple\/50 {
  background-color: rgb(217 195 219 / 0.5);
}

.bg-lightPurple\/55 {
  background-color: rgb(217 195 219 / 0.55);
}

.bg-lightPurple\/60 {
  background-color: rgb(217 195 219 / 0.6);
}

.bg-lightPurple\/65 {
  background-color: rgb(217 195 219 / 0.65);
}

.bg-lightPurple\/70 {
  background-color: rgb(217 195 219 / 0.7);
}

.bg-lightPurple\/75 {
  background-color: rgb(217 195 219 / 0.75);
}

.bg-lightPurple\/80 {
  background-color: rgb(217 195 219 / 0.8);
}

.bg-lightPurple\/85 {
  background-color: rgb(217 195 219 / 0.85);
}

.bg-lightPurple\/90 {
  background-color: rgb(217 195 219 / 0.9);
}

.bg-lightPurple\/95 {
  background-color: rgb(217 195 219 / 0.95);
}

.bg-lightTeal {
  --tw-bg-opacity: 1;
  background-color: rgb(165 223 223 / var(--tw-bg-opacity, 1));
}

.bg-lightTeal\/0 {
  background-color: rgb(165 223 223 / 0);
}

.bg-lightTeal\/10 {
  background-color: rgb(165 223 223 / 0.1);
}

.bg-lightTeal\/100 {
  background-color: rgb(165 223 223 / 1);
}

.bg-lightTeal\/15 {
  background-color: rgb(165 223 223 / 0.15);
}

.bg-lightTeal\/20 {
  background-color: rgb(165 223 223 / 0.2);
}

.bg-lightTeal\/25 {
  background-color: rgb(165 223 223 / 0.25);
}

.bg-lightTeal\/30 {
  background-color: rgb(165 223 223 / 0.3);
}

.bg-lightTeal\/35 {
  background-color: rgb(165 223 223 / 0.35);
}

.bg-lightTeal\/40 {
  background-color: rgb(165 223 223 / 0.4);
}

.bg-lightTeal\/45 {
  background-color: rgb(165 223 223 / 0.45);
}

.bg-lightTeal\/5 {
  background-color: rgb(165 223 223 / 0.05);
}

.bg-lightTeal\/50 {
  background-color: rgb(165 223 223 / 0.5);
}

.bg-lightTeal\/55 {
  background-color: rgb(165 223 223 / 0.55);
}

.bg-lightTeal\/60 {
  background-color: rgb(165 223 223 / 0.6);
}

.bg-lightTeal\/65 {
  background-color: rgb(165 223 223 / 0.65);
}

.bg-lightTeal\/70 {
  background-color: rgb(165 223 223 / 0.7);
}

.bg-lightTeal\/75 {
  background-color: rgb(165 223 223 / 0.75);
}

.bg-lightTeal\/80 {
  background-color: rgb(165 223 223 / 0.8);
}

.bg-lightTeal\/85 {
  background-color: rgb(165 223 223 / 0.85);
}

.bg-lightTeal\/90 {
  background-color: rgb(165 223 223 / 0.9);
}

.bg-lightTeal\/95 {
  background-color: rgb(165 223 223 / 0.95);
}

.bg-orange {
  --tw-bg-opacity: 1;
  background-color: rgb(255 136 27 / var(--tw-bg-opacity, 1));
}

.bg-orange\/0 {
  background-color: rgb(255 136 27 / 0);
}

.bg-orange\/10 {
  background-color: rgb(255 136 27 / 0.1);
}

.bg-orange\/100 {
  background-color: rgb(255 136 27 / 1);
}

.bg-orange\/15 {
  background-color: rgb(255 136 27 / 0.15);
}

.bg-orange\/20 {
  background-color: rgb(255 136 27 / 0.2);
}

.bg-orange\/25 {
  background-color: rgb(255 136 27 / 0.25);
}

.bg-orange\/30 {
  background-color: rgb(255 136 27 / 0.3);
}

.bg-orange\/35 {
  background-color: rgb(255 136 27 / 0.35);
}

.bg-orange\/40 {
  background-color: rgb(255 136 27 / 0.4);
}

.bg-orange\/45 {
  background-color: rgb(255 136 27 / 0.45);
}

.bg-orange\/5 {
  background-color: rgb(255 136 27 / 0.05);
}

.bg-orange\/50 {
  background-color: rgb(255 136 27 / 0.5);
}

.bg-orange\/55 {
  background-color: rgb(255 136 27 / 0.55);
}

.bg-orange\/60 {
  background-color: rgb(255 136 27 / 0.6);
}

.bg-orange\/65 {
  background-color: rgb(255 136 27 / 0.65);
}

.bg-orange\/70 {
  background-color: rgb(255 136 27 / 0.7);
}

.bg-orange\/75 {
  background-color: rgb(255 136 27 / 0.75);
}

.bg-orange\/80 {
  background-color: rgb(255 136 27 / 0.8);
}

.bg-orange\/85 {
  background-color: rgb(255 136 27 / 0.85);
}

.bg-orange\/90 {
  background-color: rgb(255 136 27 / 0.9);
}

.bg-orange\/95 {
  background-color: rgb(255 136 27 / 0.95);
}

.bg-paleBlue {
  --tw-bg-opacity: 1;
  background-color: rgb(111 129 171 / var(--tw-bg-opacity, 1));
}

.bg-paleBlue\/0 {
  background-color: rgb(111 129 171 / 0);
}

.bg-paleBlue\/10 {
  background-color: rgb(111 129 171 / 0.1);
}

.bg-paleBlue\/100 {
  background-color: rgb(111 129 171 / 1);
}

.bg-paleBlue\/15 {
  background-color: rgb(111 129 171 / 0.15);
}

.bg-paleBlue\/20 {
  background-color: rgb(111 129 171 / 0.2);
}

.bg-paleBlue\/25 {
  background-color: rgb(111 129 171 / 0.25);
}

.bg-paleBlue\/30 {
  background-color: rgb(111 129 171 / 0.3);
}

.bg-paleBlue\/35 {
  background-color: rgb(111 129 171 / 0.35);
}

.bg-paleBlue\/40 {
  background-color: rgb(111 129 171 / 0.4);
}

.bg-paleBlue\/45 {
  background-color: rgb(111 129 171 / 0.45);
}

.bg-paleBlue\/5 {
  background-color: rgb(111 129 171 / 0.05);
}

.bg-paleBlue\/50 {
  background-color: rgb(111 129 171 / 0.5);
}

.bg-paleBlue\/55 {
  background-color: rgb(111 129 171 / 0.55);
}

.bg-paleBlue\/60 {
  background-color: rgb(111 129 171 / 0.6);
}

.bg-paleBlue\/65 {
  background-color: rgb(111 129 171 / 0.65);
}

.bg-paleBlue\/70 {
  background-color: rgb(111 129 171 / 0.7);
}

.bg-paleBlue\/75 {
  background-color: rgb(111 129 171 / 0.75);
}

.bg-paleBlue\/80 {
  background-color: rgb(111 129 171 / 0.8);
}

.bg-paleBlue\/85 {
  background-color: rgb(111 129 171 / 0.85);
}

.bg-paleBlue\/90 {
  background-color: rgb(111 129 171 / 0.9);
}

.bg-paleBlue\/95 {
  background-color: rgb(111 129 171 / 0.95);
}

.bg-paleCoolGray {
  --tw-bg-opacity: 1;
  background-color: rgb(238 242 244 / var(--tw-bg-opacity, 1));
}

.bg-paleCoolGray\/0 {
  background-color: rgb(238 242 244 / 0);
}

.bg-paleCoolGray\/10 {
  background-color: rgb(238 242 244 / 0.1);
}

.bg-paleCoolGray\/100 {
  background-color: rgb(238 242 244 / 1);
}

.bg-paleCoolGray\/15 {
  background-color: rgb(238 242 244 / 0.15);
}

.bg-paleCoolGray\/20 {
  background-color: rgb(238 242 244 / 0.2);
}

.bg-paleCoolGray\/25 {
  background-color: rgb(238 242 244 / 0.25);
}

.bg-paleCoolGray\/30 {
  background-color: rgb(238 242 244 / 0.3);
}

.bg-paleCoolGray\/35 {
  background-color: rgb(238 242 244 / 0.35);
}

.bg-paleCoolGray\/40 {
  background-color: rgb(238 242 244 / 0.4);
}

.bg-paleCoolGray\/45 {
  background-color: rgb(238 242 244 / 0.45);
}

.bg-paleCoolGray\/5 {
  background-color: rgb(238 242 244 / 0.05);
}

.bg-paleCoolGray\/50 {
  background-color: rgb(238 242 244 / 0.5);
}

.bg-paleCoolGray\/55 {
  background-color: rgb(238 242 244 / 0.55);
}

.bg-paleCoolGray\/60 {
  background-color: rgb(238 242 244 / 0.6);
}

.bg-paleCoolGray\/65 {
  background-color: rgb(238 242 244 / 0.65);
}

.bg-paleCoolGray\/70 {
  background-color: rgb(238 242 244 / 0.7);
}

.bg-paleCoolGray\/75 {
  background-color: rgb(238 242 244 / 0.75);
}

.bg-paleCoolGray\/80 {
  background-color: rgb(238 242 244 / 0.8);
}

.bg-paleCoolGray\/85 {
  background-color: rgb(238 242 244 / 0.85);
}

.bg-paleCoolGray\/90 {
  background-color: rgb(238 242 244 / 0.9);
}

.bg-paleCoolGray\/95 {
  background-color: rgb(238 242 244 / 0.95);
}

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

.bg-primary\/0 {
  background-color: rgb(var(--color-primary) / 0);
}

.bg-primary\/10 {
  background-color: rgb(var(--color-primary) / 0.1);
}

.bg-primary\/100 {
  background-color: rgb(var(--color-primary) / 1);
}

.bg-primary\/15 {
  background-color: rgb(var(--color-primary) / 0.15);
}

.bg-primary\/20 {
  background-color: rgb(var(--color-primary) / 0.2);
}

.bg-primary\/25 {
  background-color: rgb(var(--color-primary) / 0.25);
}

.bg-primary\/30 {
  background-color: rgb(var(--color-primary) / 0.3);
}

.bg-primary\/35 {
  background-color: rgb(var(--color-primary) / 0.35);
}

.bg-primary\/40 {
  background-color: rgb(var(--color-primary) / 0.4);
}

.bg-primary\/45 {
  background-color: rgb(var(--color-primary) / 0.45);
}

.bg-primary\/5 {
  background-color: rgb(var(--color-primary) / 0.05);
}

.bg-primary\/50 {
  background-color: rgb(var(--color-primary) / 0.5);
}

.bg-primary\/55 {
  background-color: rgb(var(--color-primary) / 0.55);
}

.bg-primary\/60 {
  background-color: rgb(var(--color-primary) / 0.6);
}

.bg-primary\/65 {
  background-color: rgb(var(--color-primary) / 0.65);
}

.bg-primary\/70 {
  background-color: rgb(var(--color-primary) / 0.7);
}

.bg-primary\/75 {
  background-color: rgb(var(--color-primary) / 0.75);
}

.bg-primary\/80 {
  background-color: rgb(var(--color-primary) / 0.8);
}

.bg-primary\/85 {
  background-color: rgb(var(--color-primary) / 0.85);
}

.bg-primary\/90 {
  background-color: rgb(var(--color-primary) / 0.9);
}

.bg-primary\/95 {
  background-color: rgb(var(--color-primary) / 0.95);
}

.bg-primaryAlt {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-primary-alt) / var(--tw-bg-opacity, 1));
}

.bg-primaryAlt\/0 {
  background-color: rgb(var(--color-primary-alt) / 0);
}

.bg-primaryAlt\/10 {
  background-color: rgb(var(--color-primary-alt) / 0.1);
}

.bg-primaryAlt\/100 {
  background-color: rgb(var(--color-primary-alt) / 1);
}

.bg-primaryAlt\/15 {
  background-color: rgb(var(--color-primary-alt) / 0.15);
}

.bg-primaryAlt\/20 {
  background-color: rgb(var(--color-primary-alt) / 0.2);
}

.bg-primaryAlt\/25 {
  background-color: rgb(var(--color-primary-alt) / 0.25);
}

.bg-primaryAlt\/30 {
  background-color: rgb(var(--color-primary-alt) / 0.3);
}

.bg-primaryAlt\/35 {
  background-color: rgb(var(--color-primary-alt) / 0.35);
}

.bg-primaryAlt\/40 {
  background-color: rgb(var(--color-primary-alt) / 0.4);
}

.bg-primaryAlt\/45 {
  background-color: rgb(var(--color-primary-alt) / 0.45);
}

.bg-primaryAlt\/5 {
  background-color: rgb(var(--color-primary-alt) / 0.05);
}

.bg-primaryAlt\/50 {
  background-color: rgb(var(--color-primary-alt) / 0.5);
}

.bg-primaryAlt\/55 {
  background-color: rgb(var(--color-primary-alt) / 0.55);
}

.bg-primaryAlt\/60 {
  background-color: rgb(var(--color-primary-alt) / 0.6);
}

.bg-primaryAlt\/65 {
  background-color: rgb(var(--color-primary-alt) / 0.65);
}

.bg-primaryAlt\/70 {
  background-color: rgb(var(--color-primary-alt) / 0.7);
}

.bg-primaryAlt\/75 {
  background-color: rgb(var(--color-primary-alt) / 0.75);
}

.bg-primaryAlt\/80 {
  background-color: rgb(var(--color-primary-alt) / 0.8);
}

.bg-primaryAlt\/85 {
  background-color: rgb(var(--color-primary-alt) / 0.85);
}

.bg-primaryAlt\/90 {
  background-color: rgb(var(--color-primary-alt) / 0.9);
}

.bg-primaryAlt\/95 {
  background-color: rgb(var(--color-primary-alt) / 0.95);
}

.bg-primaryDark {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-primary-dark) / var(--tw-bg-opacity, 1));
}

.bg-primaryDark\/0 {
  background-color: rgb(var(--color-primary-dark) / 0);
}

.bg-primaryDark\/10 {
  background-color: rgb(var(--color-primary-dark) / 0.1);
}

.bg-primaryDark\/100 {
  background-color: rgb(var(--color-primary-dark) / 1);
}

.bg-primaryDark\/15 {
  background-color: rgb(var(--color-primary-dark) / 0.15);
}

.bg-primaryDark\/20 {
  background-color: rgb(var(--color-primary-dark) / 0.2);
}

.bg-primaryDark\/25 {
  background-color: rgb(var(--color-primary-dark) / 0.25);
}

.bg-primaryDark\/30 {
  background-color: rgb(var(--color-primary-dark) / 0.3);
}

.bg-primaryDark\/35 {
  background-color: rgb(var(--color-primary-dark) / 0.35);
}

.bg-primaryDark\/40 {
  background-color: rgb(var(--color-primary-dark) / 0.4);
}

.bg-primaryDark\/45 {
  background-color: rgb(var(--color-primary-dark) / 0.45);
}

.bg-primaryDark\/5 {
  background-color: rgb(var(--color-primary-dark) / 0.05);
}

.bg-primaryDark\/50 {
  background-color: rgb(var(--color-primary-dark) / 0.5);
}

.bg-primaryDark\/55 {
  background-color: rgb(var(--color-primary-dark) / 0.55);
}

.bg-primaryDark\/60 {
  background-color: rgb(var(--color-primary-dark) / 0.6);
}

.bg-primaryDark\/65 {
  background-color: rgb(var(--color-primary-dark) / 0.65);
}

.bg-primaryDark\/70 {
  background-color: rgb(var(--color-primary-dark) / 0.7);
}

.bg-primaryDark\/75 {
  background-color: rgb(var(--color-primary-dark) / 0.75);
}

.bg-primaryDark\/80 {
  background-color: rgb(var(--color-primary-dark) / 0.8);
}

.bg-primaryDark\/85 {
  background-color: rgb(var(--color-primary-dark) / 0.85);
}

.bg-primaryDark\/90 {
  background-color: rgb(var(--color-primary-dark) / 0.9);
}

.bg-primaryDark\/95 {
  background-color: rgb(var(--color-primary-dark) / 0.95);
}

.bg-primaryDarker {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-primary-darker) / var(--tw-bg-opacity, 1));
}

.bg-primaryDarker\/0 {
  background-color: rgb(var(--color-primary-darker) / 0);
}

.bg-primaryDarker\/10 {
  background-color: rgb(var(--color-primary-darker) / 0.1);
}

.bg-primaryDarker\/100 {
  background-color: rgb(var(--color-primary-darker) / 1);
}

.bg-primaryDarker\/15 {
  background-color: rgb(var(--color-primary-darker) / 0.15);
}

.bg-primaryDarker\/20 {
  background-color: rgb(var(--color-primary-darker) / 0.2);
}

.bg-primaryDarker\/25 {
  background-color: rgb(var(--color-primary-darker) / 0.25);
}

.bg-primaryDarker\/30 {
  background-color: rgb(var(--color-primary-darker) / 0.3);
}

.bg-primaryDarker\/35 {
  background-color: rgb(var(--color-primary-darker) / 0.35);
}

.bg-primaryDarker\/40 {
  background-color: rgb(var(--color-primary-darker) / 0.4);
}

.bg-primaryDarker\/45 {
  background-color: rgb(var(--color-primary-darker) / 0.45);
}

.bg-primaryDarker\/5 {
  background-color: rgb(var(--color-primary-darker) / 0.05);
}

.bg-primaryDarker\/50 {
  background-color: rgb(var(--color-primary-darker) / 0.5);
}

.bg-primaryDarker\/55 {
  background-color: rgb(var(--color-primary-darker) / 0.55);
}

.bg-primaryDarker\/60 {
  background-color: rgb(var(--color-primary-darker) / 0.6);
}

.bg-primaryDarker\/65 {
  background-color: rgb(var(--color-primary-darker) / 0.65);
}

.bg-primaryDarker\/70 {
  background-color: rgb(var(--color-primary-darker) / 0.7);
}

.bg-primaryDarker\/75 {
  background-color: rgb(var(--color-primary-darker) / 0.75);
}

.bg-primaryDarker\/80 {
  background-color: rgb(var(--color-primary-darker) / 0.8);
}

.bg-primaryDarker\/85 {
  background-color: rgb(var(--color-primary-darker) / 0.85);
}

.bg-primaryDarker\/90 {
  background-color: rgb(var(--color-primary-darker) / 0.9);
}

.bg-primaryDarker\/95 {
  background-color: rgb(var(--color-primary-darker) / 0.95);
}

.bg-primaryLight {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-primary-light) / var(--tw-bg-opacity, 1));
}

.bg-primaryLight\/0 {
  background-color: rgb(var(--color-primary-light) / 0);
}

.bg-primaryLight\/10 {
  background-color: rgb(var(--color-primary-light) / 0.1);
}

.bg-primaryLight\/100 {
  background-color: rgb(var(--color-primary-light) / 1);
}

.bg-primaryLight\/15 {
  background-color: rgb(var(--color-primary-light) / 0.15);
}

.bg-primaryLight\/20 {
  background-color: rgb(var(--color-primary-light) / 0.2);
}

.bg-primaryLight\/25 {
  background-color: rgb(var(--color-primary-light) / 0.25);
}

.bg-primaryLight\/30 {
  background-color: rgb(var(--color-primary-light) / 0.3);
}

.bg-primaryLight\/35 {
  background-color: rgb(var(--color-primary-light) / 0.35);
}

.bg-primaryLight\/40 {
  background-color: rgb(var(--color-primary-light) / 0.4);
}

.bg-primaryLight\/45 {
  background-color: rgb(var(--color-primary-light) / 0.45);
}

.bg-primaryLight\/5 {
  background-color: rgb(var(--color-primary-light) / 0.05);
}

.bg-primaryLight\/50 {
  background-color: rgb(var(--color-primary-light) / 0.5);
}

.bg-primaryLight\/55 {
  background-color: rgb(var(--color-primary-light) / 0.55);
}

.bg-primaryLight\/60 {
  background-color: rgb(var(--color-primary-light) / 0.6);
}

.bg-primaryLight\/65 {
  background-color: rgb(var(--color-primary-light) / 0.65);
}

.bg-primaryLight\/70 {
  background-color: rgb(var(--color-primary-light) / 0.7);
}

.bg-primaryLight\/75 {
  background-color: rgb(var(--color-primary-light) / 0.75);
}

.bg-primaryLight\/80 {
  background-color: rgb(var(--color-primary-light) / 0.8);
}

.bg-primaryLight\/85 {
  background-color: rgb(var(--color-primary-light) / 0.85);
}

.bg-primaryLight\/90 {
  background-color: rgb(var(--color-primary-light) / 0.9);
}

.bg-primaryLight\/95 {
  background-color: rgb(var(--color-primary-light) / 0.95);
}

.bg-purple {
  --tw-bg-opacity: 1;
  background-color: rgb(155 93 162 / var(--tw-bg-opacity, 1));
}

.bg-purple\/0 {
  background-color: rgb(155 93 162 / 0);
}

.bg-purple\/10 {
  background-color: rgb(155 93 162 / 0.1);
}

.bg-purple\/100 {
  background-color: rgb(155 93 162 / 1);
}

.bg-purple\/15 {
  background-color: rgb(155 93 162 / 0.15);
}

.bg-purple\/20 {
  background-color: rgb(155 93 162 / 0.2);
}

.bg-purple\/25 {
  background-color: rgb(155 93 162 / 0.25);
}

.bg-purple\/30 {
  background-color: rgb(155 93 162 / 0.3);
}

.bg-purple\/35 {
  background-color: rgb(155 93 162 / 0.35);
}

.bg-purple\/40 {
  background-color: rgb(155 93 162 / 0.4);
}

.bg-purple\/45 {
  background-color: rgb(155 93 162 / 0.45);
}

.bg-purple\/5 {
  background-color: rgb(155 93 162 / 0.05);
}

.bg-purple\/50 {
  background-color: rgb(155 93 162 / 0.5);
}

.bg-purple\/55 {
  background-color: rgb(155 93 162 / 0.55);
}

.bg-purple\/60 {
  background-color: rgb(155 93 162 / 0.6);
}

.bg-purple\/65 {
  background-color: rgb(155 93 162 / 0.65);
}

.bg-purple\/70 {
  background-color: rgb(155 93 162 / 0.7);
}

.bg-purple\/75 {
  background-color: rgb(155 93 162 / 0.75);
}

.bg-purple\/80 {
  background-color: rgb(155 93 162 / 0.8);
}

.bg-purple\/85 {
  background-color: rgb(155 93 162 / 0.85);
}

.bg-purple\/90 {
  background-color: rgb(155 93 162 / 0.9);
}

.bg-purple\/95 {
  background-color: rgb(155 93 162 / 0.95);
}

.bg-red {
  --tw-bg-opacity: 1;
  background-color: rgb(175 75 75 / var(--tw-bg-opacity, 1));
}

.bg-red\/0 {
  background-color: rgb(175 75 75 / 0);
}

.bg-red\/10 {
  background-color: rgb(175 75 75 / 0.1);
}

.bg-red\/100 {
  background-color: rgb(175 75 75 / 1);
}

.bg-red\/15 {
  background-color: rgb(175 75 75 / 0.15);
}

.bg-red\/20 {
  background-color: rgb(175 75 75 / 0.2);
}

.bg-red\/25 {
  background-color: rgb(175 75 75 / 0.25);
}

.bg-red\/30 {
  background-color: rgb(175 75 75 / 0.3);
}

.bg-red\/35 {
  background-color: rgb(175 75 75 / 0.35);
}

.bg-red\/40 {
  background-color: rgb(175 75 75 / 0.4);
}

.bg-red\/45 {
  background-color: rgb(175 75 75 / 0.45);
}

.bg-red\/5 {
  background-color: rgb(175 75 75 / 0.05);
}

.bg-red\/50 {
  background-color: rgb(175 75 75 / 0.5);
}

.bg-red\/55 {
  background-color: rgb(175 75 75 / 0.55);
}

.bg-red\/60 {
  background-color: rgb(175 75 75 / 0.6);
}

.bg-red\/65 {
  background-color: rgb(175 75 75 / 0.65);
}

.bg-red\/70 {
  background-color: rgb(175 75 75 / 0.7);
}

.bg-red\/75 {
  background-color: rgb(175 75 75 / 0.75);
}

.bg-red\/80 {
  background-color: rgb(175 75 75 / 0.8);
}

.bg-red\/85 {
  background-color: rgb(175 75 75 / 0.85);
}

.bg-red\/90 {
  background-color: rgb(175 75 75 / 0.9);
}

.bg-red\/95 {
  background-color: rgb(175 75 75 / 0.95);
}

.bg-sand {
  --tw-bg-opacity: 1;
  background-color: rgb(246 240 233 / var(--tw-bg-opacity, 1));
}

.bg-sand\/0 {
  background-color: rgb(246 240 233 / 0);
}

.bg-sand\/10 {
  background-color: rgb(246 240 233 / 0.1);
}

.bg-sand\/100 {
  background-color: rgb(246 240 233 / 1);
}

.bg-sand\/15 {
  background-color: rgb(246 240 233 / 0.15);
}

.bg-sand\/20 {
  background-color: rgb(246 240 233 / 0.2);
}

.bg-sand\/25 {
  background-color: rgb(246 240 233 / 0.25);
}

.bg-sand\/30 {
  background-color: rgb(246 240 233 / 0.3);
}

.bg-sand\/35 {
  background-color: rgb(246 240 233 / 0.35);
}

.bg-sand\/40 {
  background-color: rgb(246 240 233 / 0.4);
}

.bg-sand\/45 {
  background-color: rgb(246 240 233 / 0.45);
}

.bg-sand\/5 {
  background-color: rgb(246 240 233 / 0.05);
}

.bg-sand\/50 {
  background-color: rgb(246 240 233 / 0.5);
}

.bg-sand\/55 {
  background-color: rgb(246 240 233 / 0.55);
}

.bg-sand\/60 {
  background-color: rgb(246 240 233 / 0.6);
}

.bg-sand\/65 {
  background-color: rgb(246 240 233 / 0.65);
}

.bg-sand\/70 {
  background-color: rgb(246 240 233 / 0.7);
}

.bg-sand\/75 {
  background-color: rgb(246 240 233 / 0.75);
}

.bg-sand\/80 {
  background-color: rgb(246 240 233 / 0.8);
}

.bg-sand\/85 {
  background-color: rgb(246 240 233 / 0.85);
}

.bg-sand\/90 {
  background-color: rgb(246 240 233 / 0.9);
}

.bg-sand\/95 {
  background-color: rgb(246 240 233 / 0.95);
}

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

.bg-secondary\/0 {
  background-color: rgb(var(--color-secondary) / 0);
}

.bg-secondary\/10 {
  background-color: rgb(var(--color-secondary) / 0.1);
}

.bg-secondary\/100 {
  background-color: rgb(var(--color-secondary) / 1);
}

.bg-secondary\/15 {
  background-color: rgb(var(--color-secondary) / 0.15);
}

.bg-secondary\/20 {
  background-color: rgb(var(--color-secondary) / 0.2);
}

.bg-secondary\/25 {
  background-color: rgb(var(--color-secondary) / 0.25);
}

.bg-secondary\/30 {
  background-color: rgb(var(--color-secondary) / 0.3);
}

.bg-secondary\/35 {
  background-color: rgb(var(--color-secondary) / 0.35);
}

.bg-secondary\/40 {
  background-color: rgb(var(--color-secondary) / 0.4);
}

.bg-secondary\/45 {
  background-color: rgb(var(--color-secondary) / 0.45);
}

.bg-secondary\/5 {
  background-color: rgb(var(--color-secondary) / 0.05);
}

.bg-secondary\/50 {
  background-color: rgb(var(--color-secondary) / 0.5);
}

.bg-secondary\/55 {
  background-color: rgb(var(--color-secondary) / 0.55);
}

.bg-secondary\/60 {
  background-color: rgb(var(--color-secondary) / 0.6);
}

.bg-secondary\/65 {
  background-color: rgb(var(--color-secondary) / 0.65);
}

.bg-secondary\/70 {
  background-color: rgb(var(--color-secondary) / 0.7);
}

.bg-secondary\/75 {
  background-color: rgb(var(--color-secondary) / 0.75);
}

.bg-secondary\/80 {
  background-color: rgb(var(--color-secondary) / 0.8);
}

.bg-secondary\/85 {
  background-color: rgb(var(--color-secondary) / 0.85);
}

.bg-secondary\/90 {
  background-color: rgb(var(--color-secondary) / 0.9);
}

.bg-secondary\/95 {
  background-color: rgb(var(--color-secondary) / 0.95);
}

.bg-teal {
  --tw-bg-opacity: 1;
  background-color: rgb(0 171 170 / var(--tw-bg-opacity, 1));
}

.bg-teal\/0 {
  background-color: rgb(0 171 170 / 0);
}

.bg-teal\/10 {
  background-color: rgb(0 171 170 / 0.1);
}

.bg-teal\/100 {
  background-color: rgb(0 171 170 / 1);
}

.bg-teal\/15 {
  background-color: rgb(0 171 170 / 0.15);
}

.bg-teal\/20 {
  background-color: rgb(0 171 170 / 0.2);
}

.bg-teal\/25 {
  background-color: rgb(0 171 170 / 0.25);
}

.bg-teal\/30 {
  background-color: rgb(0 171 170 / 0.3);
}

.bg-teal\/35 {
  background-color: rgb(0 171 170 / 0.35);
}

.bg-teal\/40 {
  background-color: rgb(0 171 170 / 0.4);
}

.bg-teal\/45 {
  background-color: rgb(0 171 170 / 0.45);
}

.bg-teal\/5 {
  background-color: rgb(0 171 170 / 0.05);
}

.bg-teal\/50 {
  background-color: rgb(0 171 170 / 0.5);
}

.bg-teal\/55 {
  background-color: rgb(0 171 170 / 0.55);
}

.bg-teal\/60 {
  background-color: rgb(0 171 170 / 0.6);
}

.bg-teal\/65 {
  background-color: rgb(0 171 170 / 0.65);
}

.bg-teal\/70 {
  background-color: rgb(0 171 170 / 0.7);
}

.bg-teal\/75 {
  background-color: rgb(0 171 170 / 0.75);
}

.bg-teal\/80 {
  background-color: rgb(0 171 170 / 0.8);
}

.bg-teal\/85 {
  background-color: rgb(0 171 170 / 0.85);
}

.bg-teal\/90 {
  background-color: rgb(0 171 170 / 0.9);
}

.bg-teal\/95 {
  background-color: rgb(0 171 170 / 0.95);
}

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

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

.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}

.bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2);
}

.bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05);
}

.bg-white\/95 {
  background-color: rgb(255 255 255 / 0.95);
}

.bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}

.bg-opacity-30 {
  --tw-bg-opacity: 0.3;
}

.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}

.bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.from-black\/70 {
  --tw-gradient-from: rgb(0 0 0 / 0.7) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

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

.bg-cover {
  background-size: cover;
}

.bg-center {
  background-position: center;
}

.bg-no-repeat {
  background-repeat: no-repeat;
}

.fill-current {
  fill: currentColor;
}

.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}

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

.object-center {
  -o-object-position: center;
     object-position: center;
}

.object-left {
  -o-object-position: left;
     object-position: left;
}

.p-1 {
  padding: 0.25rem;
}

.p-10 {
  padding: 2.5rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

.px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

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

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

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

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

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

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

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

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

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

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

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

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}

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

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

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

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

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

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

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

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

.pb-1 {
  padding-bottom: 0.25rem;
}

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

.pb-12 {
  padding-bottom: 3rem;
}

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

.pb-20 {
  padding-bottom: 5rem;
}

.pb-3 {
  padding-bottom: 0.75rem;
}

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

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

.pb-6 {
  padding-bottom: 1.5rem;
}

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

.pl-10 {
  padding-left: 2.5rem;
}

.pl-12 {
  padding-left: 3rem;
}

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

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

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

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

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

.pr-3 {
  padding-right: 0.75rem;
}

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

.pr-5 {
  padding-right: 1.25rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

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

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

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

.pt-12 {
  padding-top: 3rem;
}

.pt-16 {
  padding-top: 4rem;
}

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

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

.pt-28 {
  padding-top: 7rem;
}

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

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

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

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

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

.font-sans-primary {
  font-family: Outfit, ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.text-2xl {
  font-size: 1.75rem;
  line-height: 1.625;
}

.text-3xl {
  font-size: 2.2rem;
  line-height: 1.625;
}

.text-4xl {
  font-size: 3rem;
  line-height: 1.625;
}

.text-5xl {
  font-size: 3.4rem;
  line-height: 1.625;
}

.text-6xl {
  font-size: 4.4rem;
  line-height: 1.625;
}

.text-\[11px\] {
  font-size: 11px;
}

.text-base {
  font-size: 0.975rem;
  line-height: 1.625;
}

.text-lg {
  font-size: 1.1rem;
  line-height: 1.625;
}

.text-sm {
  font-size: 0.85rem;
  line-height: 1.625;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.625;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1.625;
}

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

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.leading-5 {
  line-height: 1.25rem;
}

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

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

.leading-snug {
  line-height: 1.375;
}

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

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

.tracking-tighter {
  letter-spacing: -0.05em;
}

.\!text-secondary {
  --tw-text-opacity: 1 !important;
  color: rgb(var(--color-secondary) / var(--tw-text-opacity, 1)) !important;
}

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

.text-\[\#2443DE\] {
  --tw-text-opacity: 1;
  color: rgb(36 67 222 / var(--tw-text-opacity, 1));
}

.text-\[\#800080\] {
  --tw-text-opacity: 1;
  color: rgb(128 0 128 / var(--tw-text-opacity, 1));
}

.text-\[\#FF0000\] {
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity, 1));
}

.text-\[\#FFA500\] {
  --tw-text-opacity: 1;
  color: rgb(255 165 0 / var(--tw-text-opacity, 1));
}

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

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

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

.text-coolGray {
  --tw-text-opacity: 1;
  color: rgb(204 213 220 / var(--tw-text-opacity, 1));
}

.text-coolGray\/0 {
  color: rgb(204 213 220 / 0);
}

.text-coolGray\/10 {
  color: rgb(204 213 220 / 0.1);
}

.text-coolGray\/100 {
  color: rgb(204 213 220 / 1);
}

.text-coolGray\/15 {
  color: rgb(204 213 220 / 0.15);
}

.text-coolGray\/20 {
  color: rgb(204 213 220 / 0.2);
}

.text-coolGray\/25 {
  color: rgb(204 213 220 / 0.25);
}

.text-coolGray\/30 {
  color: rgb(204 213 220 / 0.3);
}

.text-coolGray\/35 {
  color: rgb(204 213 220 / 0.35);
}

.text-coolGray\/40 {
  color: rgb(204 213 220 / 0.4);
}

.text-coolGray\/45 {
  color: rgb(204 213 220 / 0.45);
}

.text-coolGray\/5 {
  color: rgb(204 213 220 / 0.05);
}

.text-coolGray\/50 {
  color: rgb(204 213 220 / 0.5);
}

.text-coolGray\/55 {
  color: rgb(204 213 220 / 0.55);
}

.text-coolGray\/60 {
  color: rgb(204 213 220 / 0.6);
}

.text-coolGray\/65 {
  color: rgb(204 213 220 / 0.65);
}

.text-coolGray\/70 {
  color: rgb(204 213 220 / 0.7);
}

.text-coolGray\/75 {
  color: rgb(204 213 220 / 0.75);
}

.text-coolGray\/80 {
  color: rgb(204 213 220 / 0.8);
}

.text-coolGray\/85 {
  color: rgb(204 213 220 / 0.85);
}

.text-coolGray\/90 {
  color: rgb(204 213 220 / 0.9);
}

.text-coolGray\/95 {
  color: rgb(204 213 220 / 0.95);
}

.text-coolGreen {
  --tw-text-opacity: 1;
  color: rgb(207 255 208 / var(--tw-text-opacity, 1));
}

.text-coolGreen\/0 {
  color: rgb(207 255 208 / 0);
}

.text-coolGreen\/10 {
  color: rgb(207 255 208 / 0.1);
}

.text-coolGreen\/100 {
  color: rgb(207 255 208 / 1);
}

.text-coolGreen\/15 {
  color: rgb(207 255 208 / 0.15);
}

.text-coolGreen\/20 {
  color: rgb(207 255 208 / 0.2);
}

.text-coolGreen\/25 {
  color: rgb(207 255 208 / 0.25);
}

.text-coolGreen\/30 {
  color: rgb(207 255 208 / 0.3);
}

.text-coolGreen\/35 {
  color: rgb(207 255 208 / 0.35);
}

.text-coolGreen\/40 {
  color: rgb(207 255 208 / 0.4);
}

.text-coolGreen\/45 {
  color: rgb(207 255 208 / 0.45);
}

.text-coolGreen\/5 {
  color: rgb(207 255 208 / 0.05);
}

.text-coolGreen\/50 {
  color: rgb(207 255 208 / 0.5);
}

.text-coolGreen\/55 {
  color: rgb(207 255 208 / 0.55);
}

.text-coolGreen\/60 {
  color: rgb(207 255 208 / 0.6);
}

.text-coolGreen\/65 {
  color: rgb(207 255 208 / 0.65);
}

.text-coolGreen\/70 {
  color: rgb(207 255 208 / 0.7);
}

.text-coolGreen\/75 {
  color: rgb(207 255 208 / 0.75);
}

.text-coolGreen\/80 {
  color: rgb(207 255 208 / 0.8);
}

.text-coolGreen\/85 {
  color: rgb(207 255 208 / 0.85);
}

.text-coolGreen\/90 {
  color: rgb(207 255 208 / 0.9);
}

.text-coolGreen\/95 {
  color: rgb(207 255 208 / 0.95);
}

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

.text-cream\/0 {
  color: rgb(var(--color-cream) / 0);
}

.text-cream\/10 {
  color: rgb(var(--color-cream) / 0.1);
}

.text-cream\/100 {
  color: rgb(var(--color-cream) / 1);
}

.text-cream\/15 {
  color: rgb(var(--color-cream) / 0.15);
}

.text-cream\/20 {
  color: rgb(var(--color-cream) / 0.2);
}

.text-cream\/25 {
  color: rgb(var(--color-cream) / 0.25);
}

.text-cream\/30 {
  color: rgb(var(--color-cream) / 0.3);
}

.text-cream\/35 {
  color: rgb(var(--color-cream) / 0.35);
}

.text-cream\/40 {
  color: rgb(var(--color-cream) / 0.4);
}

.text-cream\/45 {
  color: rgb(var(--color-cream) / 0.45);
}

.text-cream\/5 {
  color: rgb(var(--color-cream) / 0.05);
}

.text-cream\/50 {
  color: rgb(var(--color-cream) / 0.5);
}

.text-cream\/55 {
  color: rgb(var(--color-cream) / 0.55);
}

.text-cream\/60 {
  color: rgb(var(--color-cream) / 0.6);
}

.text-cream\/65 {
  color: rgb(var(--color-cream) / 0.65);
}

.text-cream\/70 {
  color: rgb(var(--color-cream) / 0.7);
}

.text-cream\/75 {
  color: rgb(var(--color-cream) / 0.75);
}

.text-cream\/80 {
  color: rgb(var(--color-cream) / 0.8);
}

.text-cream\/85 {
  color: rgb(var(--color-cream) / 0.85);
}

.text-cream\/90 {
  color: rgb(var(--color-cream) / 0.9);
}

.text-cream\/95 {
  color: rgb(var(--color-cream) / 0.95);
}

.text-darkBlue {
  --tw-text-opacity: 1;
  color: rgb(17 29 62 / var(--tw-text-opacity, 1));
}

.text-darkBlue\/0 {
  color: rgb(17 29 62 / 0);
}

.text-darkBlue\/10 {
  color: rgb(17 29 62 / 0.1);
}

.text-darkBlue\/100 {
  color: rgb(17 29 62 / 1);
}

.text-darkBlue\/15 {
  color: rgb(17 29 62 / 0.15);
}

.text-darkBlue\/20 {
  color: rgb(17 29 62 / 0.2);
}

.text-darkBlue\/25 {
  color: rgb(17 29 62 / 0.25);
}

.text-darkBlue\/30 {
  color: rgb(17 29 62 / 0.3);
}

.text-darkBlue\/35 {
  color: rgb(17 29 62 / 0.35);
}

.text-darkBlue\/40 {
  color: rgb(17 29 62 / 0.4);
}

.text-darkBlue\/45 {
  color: rgb(17 29 62 / 0.45);
}

.text-darkBlue\/5 {
  color: rgb(17 29 62 / 0.05);
}

.text-darkBlue\/50 {
  color: rgb(17 29 62 / 0.5);
}

.text-darkBlue\/55 {
  color: rgb(17 29 62 / 0.55);
}

.text-darkBlue\/60 {
  color: rgb(17 29 62 / 0.6);
}

.text-darkBlue\/65 {
  color: rgb(17 29 62 / 0.65);
}

.text-darkBlue\/70 {
  color: rgb(17 29 62 / 0.7);
}

.text-darkBlue\/75 {
  color: rgb(17 29 62 / 0.75);
}

.text-darkBlue\/80 {
  color: rgb(17 29 62 / 0.8);
}

.text-darkBlue\/85 {
  color: rgb(17 29 62 / 0.85);
}

.text-darkBlue\/90 {
  color: rgb(17 29 62 / 0.9);
}

.text-darkBlue\/95 {
  color: rgb(17 29 62 / 0.95);
}

.text-fadedBlue {
  --tw-text-opacity: 1;
  color: rgb(142 156 190 / var(--tw-text-opacity, 1));
}

.text-fadedBlue\/0 {
  color: rgb(142 156 190 / 0);
}

.text-fadedBlue\/10 {
  color: rgb(142 156 190 / 0.1);
}

.text-fadedBlue\/100 {
  color: rgb(142 156 190 / 1);
}

.text-fadedBlue\/15 {
  color: rgb(142 156 190 / 0.15);
}

.text-fadedBlue\/20 {
  color: rgb(142 156 190 / 0.2);
}

.text-fadedBlue\/25 {
  color: rgb(142 156 190 / 0.25);
}

.text-fadedBlue\/30 {
  color: rgb(142 156 190 / 0.3);
}

.text-fadedBlue\/35 {
  color: rgb(142 156 190 / 0.35);
}

.text-fadedBlue\/40 {
  color: rgb(142 156 190 / 0.4);
}

.text-fadedBlue\/45 {
  color: rgb(142 156 190 / 0.45);
}

.text-fadedBlue\/5 {
  color: rgb(142 156 190 / 0.05);
}

.text-fadedBlue\/50 {
  color: rgb(142 156 190 / 0.5);
}

.text-fadedBlue\/55 {
  color: rgb(142 156 190 / 0.55);
}

.text-fadedBlue\/60 {
  color: rgb(142 156 190 / 0.6);
}

.text-fadedBlue\/65 {
  color: rgb(142 156 190 / 0.65);
}

.text-fadedBlue\/70 {
  color: rgb(142 156 190 / 0.7);
}

.text-fadedBlue\/75 {
  color: rgb(142 156 190 / 0.75);
}

.text-fadedBlue\/80 {
  color: rgb(142 156 190 / 0.8);
}

.text-fadedBlue\/85 {
  color: rgb(142 156 190 / 0.85);
}

.text-fadedBlue\/90 {
  color: rgb(142 156 190 / 0.9);
}

.text-fadedBlue\/95 {
  color: rgb(142 156 190 / 0.95);
}

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

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

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

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

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

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

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}

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

.text-green-100 {
  --tw-text-opacity: 1;
  color: rgb(222 248 234 / var(--tw-text-opacity, 1));
}

.text-green-100\/0 {
  color: rgb(222 248 234 / 0);
}

.text-green-100\/10 {
  color: rgb(222 248 234 / 0.1);
}

.text-green-100\/100 {
  color: rgb(222 248 234 / 1);
}

.text-green-100\/15 {
  color: rgb(222 248 234 / 0.15);
}

.text-green-100\/20 {
  color: rgb(222 248 234 / 0.2);
}

.text-green-100\/25 {
  color: rgb(222 248 234 / 0.25);
}

.text-green-100\/30 {
  color: rgb(222 248 234 / 0.3);
}

.text-green-100\/35 {
  color: rgb(222 248 234 / 0.35);
}

.text-green-100\/40 {
  color: rgb(222 248 234 / 0.4);
}

.text-green-100\/45 {
  color: rgb(222 248 234 / 0.45);
}

.text-green-100\/5 {
  color: rgb(222 248 234 / 0.05);
}

.text-green-100\/50 {
  color: rgb(222 248 234 / 0.5);
}

.text-green-100\/55 {
  color: rgb(222 248 234 / 0.55);
}

.text-green-100\/60 {
  color: rgb(222 248 234 / 0.6);
}

.text-green-100\/65 {
  color: rgb(222 248 234 / 0.65);
}

.text-green-100\/70 {
  color: rgb(222 248 234 / 0.7);
}

.text-green-100\/75 {
  color: rgb(222 248 234 / 0.75);
}

.text-green-100\/80 {
  color: rgb(222 248 234 / 0.8);
}

.text-green-100\/85 {
  color: rgb(222 248 234 / 0.85);
}

.text-green-100\/90 {
  color: rgb(222 248 234 / 0.9);
}

.text-green-100\/95 {
  color: rgb(222 248 234 / 0.95);
}

.text-green-200 {
  --tw-text-opacity: 1;
  color: rgb(191 241 209 / var(--tw-text-opacity, 1));
}

.text-green-200\/0 {
  color: rgb(191 241 209 / 0);
}

.text-green-200\/10 {
  color: rgb(191 241 209 / 0.1);
}

.text-green-200\/100 {
  color: rgb(191 241 209 / 1);
}

.text-green-200\/15 {
  color: rgb(191 241 209 / 0.15);
}

.text-green-200\/20 {
  color: rgb(191 241 209 / 0.2);
}

.text-green-200\/25 {
  color: rgb(191 241 209 / 0.25);
}

.text-green-200\/30 {
  color: rgb(191 241 209 / 0.3);
}

.text-green-200\/35 {
  color: rgb(191 241 209 / 0.35);
}

.text-green-200\/40 {
  color: rgb(191 241 209 / 0.4);
}

.text-green-200\/45 {
  color: rgb(191 241 209 / 0.45);
}

.text-green-200\/5 {
  color: rgb(191 241 209 / 0.05);
}

.text-green-200\/50 {
  color: rgb(191 241 209 / 0.5);
}

.text-green-200\/55 {
  color: rgb(191 241 209 / 0.55);
}

.text-green-200\/60 {
  color: rgb(191 241 209 / 0.6);
}

.text-green-200\/65 {
  color: rgb(191 241 209 / 0.65);
}

.text-green-200\/70 {
  color: rgb(191 241 209 / 0.7);
}

.text-green-200\/75 {
  color: rgb(191 241 209 / 0.75);
}

.text-green-200\/80 {
  color: rgb(191 241 209 / 0.8);
}

.text-green-200\/85 {
  color: rgb(191 241 209 / 0.85);
}

.text-green-200\/90 {
  color: rgb(191 241 209 / 0.9);
}

.text-green-200\/95 {
  color: rgb(191 241 209 / 0.95);
}

.text-green-300 {
  --tw-text-opacity: 1;
  color: rgb(143 231 170 / var(--tw-text-opacity, 1));
}

.text-green-300\/0 {
  color: rgb(143 231 170 / 0);
}

.text-green-300\/10 {
  color: rgb(143 231 170 / 0.1);
}

.text-green-300\/100 {
  color: rgb(143 231 170 / 1);
}

.text-green-300\/15 {
  color: rgb(143 231 170 / 0.15);
}

.text-green-300\/20 {
  color: rgb(143 231 170 / 0.2);
}

.text-green-300\/25 {
  color: rgb(143 231 170 / 0.25);
}

.text-green-300\/30 {
  color: rgb(143 231 170 / 0.3);
}

.text-green-300\/35 {
  color: rgb(143 231 170 / 0.35);
}

.text-green-300\/40 {
  color: rgb(143 231 170 / 0.4);
}

.text-green-300\/45 {
  color: rgb(143 231 170 / 0.45);
}

.text-green-300\/5 {
  color: rgb(143 231 170 / 0.05);
}

.text-green-300\/50 {
  color: rgb(143 231 170 / 0.5);
}

.text-green-300\/55 {
  color: rgb(143 231 170 / 0.55);
}

.text-green-300\/60 {
  color: rgb(143 231 170 / 0.6);
}

.text-green-300\/65 {
  color: rgb(143 231 170 / 0.65);
}

.text-green-300\/70 {
  color: rgb(143 231 170 / 0.7);
}

.text-green-300\/75 {
  color: rgb(143 231 170 / 0.75);
}

.text-green-300\/80 {
  color: rgb(143 231 170 / 0.8);
}

.text-green-300\/85 {
  color: rgb(143 231 170 / 0.85);
}

.text-green-300\/90 {
  color: rgb(143 231 170 / 0.9);
}

.text-green-300\/95 {
  color: rgb(143 231 170 / 0.95);
}

.text-green-400 {
  --tw-text-opacity: 1;
  color: rgb(87 208 125 / var(--tw-text-opacity, 1));
}

.text-green-400\/0 {
  color: rgb(87 208 125 / 0);
}

.text-green-400\/10 {
  color: rgb(87 208 125 / 0.1);
}

.text-green-400\/100 {
  color: rgb(87 208 125 / 1);
}

.text-green-400\/15 {
  color: rgb(87 208 125 / 0.15);
}

.text-green-400\/20 {
  color: rgb(87 208 125 / 0.2);
}

.text-green-400\/25 {
  color: rgb(87 208 125 / 0.25);
}

.text-green-400\/30 {
  color: rgb(87 208 125 / 0.3);
}

.text-green-400\/35 {
  color: rgb(87 208 125 / 0.35);
}

.text-green-400\/40 {
  color: rgb(87 208 125 / 0.4);
}

.text-green-400\/45 {
  color: rgb(87 208 125 / 0.45);
}

.text-green-400\/5 {
  color: rgb(87 208 125 / 0.05);
}

.text-green-400\/50 {
  color: rgb(87 208 125 / 0.5);
}

.text-green-400\/55 {
  color: rgb(87 208 125 / 0.55);
}

.text-green-400\/60 {
  color: rgb(87 208 125 / 0.6);
}

.text-green-400\/65 {
  color: rgb(87 208 125 / 0.65);
}

.text-green-400\/70 {
  color: rgb(87 208 125 / 0.7);
}

.text-green-400\/75 {
  color: rgb(87 208 125 / 0.75);
}

.text-green-400\/80 {
  color: rgb(87 208 125 / 0.8);
}

.text-green-400\/85 {
  color: rgb(87 208 125 / 0.85);
}

.text-green-400\/90 {
  color: rgb(87 208 125 / 0.9);
}

.text-green-400\/95 {
  color: rgb(87 208 125 / 0.95);
}

.text-green-50 {
  --tw-text-opacity: 1;
  color: rgb(243 251 245 / var(--tw-text-opacity, 1));
}

.text-green-50\/0 {
  color: rgb(243 251 245 / 0);
}

.text-green-50\/10 {
  color: rgb(243 251 245 / 0.1);
}

.text-green-50\/100 {
  color: rgb(243 251 245 / 1);
}

.text-green-50\/15 {
  color: rgb(243 251 245 / 0.15);
}

.text-green-50\/20 {
  color: rgb(243 251 245 / 0.2);
}

.text-green-50\/25 {
  color: rgb(243 251 245 / 0.25);
}

.text-green-50\/30 {
  color: rgb(243 251 245 / 0.3);
}

.text-green-50\/35 {
  color: rgb(243 251 245 / 0.35);
}

.text-green-50\/40 {
  color: rgb(243 251 245 / 0.4);
}

.text-green-50\/45 {
  color: rgb(243 251 245 / 0.45);
}

.text-green-50\/5 {
  color: rgb(243 251 245 / 0.05);
}

.text-green-50\/50 {
  color: rgb(243 251 245 / 0.5);
}

.text-green-50\/55 {
  color: rgb(243 251 245 / 0.55);
}

.text-green-50\/60 {
  color: rgb(243 251 245 / 0.6);
}

.text-green-50\/65 {
  color: rgb(243 251 245 / 0.65);
}

.text-green-50\/70 {
  color: rgb(243 251 245 / 0.7);
}

.text-green-50\/75 {
  color: rgb(243 251 245 / 0.75);
}

.text-green-50\/80 {
  color: rgb(243 251 245 / 0.8);
}

.text-green-50\/85 {
  color: rgb(243 251 245 / 0.85);
}

.text-green-50\/90 {
  color: rgb(243 251 245 / 0.9);
}

.text-green-50\/95 {
  color: rgb(243 251 245 / 0.95);
}

.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(52 168 83 / var(--tw-text-opacity, 1));
}

.text-green-500\/0 {
  color: rgb(52 168 83 / 0);
}

.text-green-500\/10 {
  color: rgb(52 168 83 / 0.1);
}

.text-green-500\/100 {
  color: rgb(52 168 83 / 1);
}

.text-green-500\/15 {
  color: rgb(52 168 83 / 0.15);
}

.text-green-500\/20 {
  color: rgb(52 168 83 / 0.2);
}

.text-green-500\/25 {
  color: rgb(52 168 83 / 0.25);
}

.text-green-500\/30 {
  color: rgb(52 168 83 / 0.3);
}

.text-green-500\/35 {
  color: rgb(52 168 83 / 0.35);
}

.text-green-500\/40 {
  color: rgb(52 168 83 / 0.4);
}

.text-green-500\/45 {
  color: rgb(52 168 83 / 0.45);
}

.text-green-500\/5 {
  color: rgb(52 168 83 / 0.05);
}

.text-green-500\/50 {
  color: rgb(52 168 83 / 0.5);
}

.text-green-500\/55 {
  color: rgb(52 168 83 / 0.55);
}

.text-green-500\/60 {
  color: rgb(52 168 83 / 0.6);
}

.text-green-500\/65 {
  color: rgb(52 168 83 / 0.65);
}

.text-green-500\/70 {
  color: rgb(52 168 83 / 0.7);
}

.text-green-500\/75 {
  color: rgb(52 168 83 / 0.75);
}

.text-green-500\/80 {
  color: rgb(52 168 83 / 0.8);
}

.text-green-500\/85 {
  color: rgb(52 168 83 / 0.85);
}

.text-green-500\/90 {
  color: rgb(52 168 83 / 0.9);
}

.text-green-500\/95 {
  color: rgb(52 168 83 / 0.95);
}

.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(47 148 75 / var(--tw-text-opacity, 1));
}

.text-green-600\/0 {
  color: rgb(47 148 75 / 0);
}

.text-green-600\/10 {
  color: rgb(47 148 75 / 0.1);
}

.text-green-600\/100 {
  color: rgb(47 148 75 / 1);
}

.text-green-600\/15 {
  color: rgb(47 148 75 / 0.15);
}

.text-green-600\/20 {
  color: rgb(47 148 75 / 0.2);
}

.text-green-600\/25 {
  color: rgb(47 148 75 / 0.25);
}

.text-green-600\/30 {
  color: rgb(47 148 75 / 0.3);
}

.text-green-600\/35 {
  color: rgb(47 148 75 / 0.35);
}

.text-green-600\/40 {
  color: rgb(47 148 75 / 0.4);
}

.text-green-600\/45 {
  color: rgb(47 148 75 / 0.45);
}

.text-green-600\/5 {
  color: rgb(47 148 75 / 0.05);
}

.text-green-600\/50 {
  color: rgb(47 148 75 / 0.5);
}

.text-green-600\/55 {
  color: rgb(47 148 75 / 0.55);
}

.text-green-600\/60 {
  color: rgb(47 148 75 / 0.6);
}

.text-green-600\/65 {
  color: rgb(47 148 75 / 0.65);
}

.text-green-600\/70 {
  color: rgb(47 148 75 / 0.7);
}

.text-green-600\/75 {
  color: rgb(47 148 75 / 0.75);
}

.text-green-600\/80 {
  color: rgb(47 148 75 / 0.8);
}

.text-green-600\/85 {
  color: rgb(47 148 75 / 0.85);
}

.text-green-600\/90 {
  color: rgb(47 148 75 / 0.9);
}

.text-green-600\/95 {
  color: rgb(47 148 75 / 0.95);
}

.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(38 111 58 / var(--tw-text-opacity, 1));
}

.text-green-700\/0 {
  color: rgb(38 111 58 / 0);
}

.text-green-700\/10 {
  color: rgb(38 111 58 / 0.1);
}

.text-green-700\/100 {
  color: rgb(38 111 58 / 1);
}

.text-green-700\/15 {
  color: rgb(38 111 58 / 0.15);
}

.text-green-700\/20 {
  color: rgb(38 111 58 / 0.2);
}

.text-green-700\/25 {
  color: rgb(38 111 58 / 0.25);
}

.text-green-700\/30 {
  color: rgb(38 111 58 / 0.3);
}

.text-green-700\/35 {
  color: rgb(38 111 58 / 0.35);
}

.text-green-700\/40 {
  color: rgb(38 111 58 / 0.4);
}

.text-green-700\/45 {
  color: rgb(38 111 58 / 0.45);
}

.text-green-700\/5 {
  color: rgb(38 111 58 / 0.05);
}

.text-green-700\/50 {
  color: rgb(38 111 58 / 0.5);
}

.text-green-700\/55 {
  color: rgb(38 111 58 / 0.55);
}

.text-green-700\/60 {
  color: rgb(38 111 58 / 0.6);
}

.text-green-700\/65 {
  color: rgb(38 111 58 / 0.65);
}

.text-green-700\/70 {
  color: rgb(38 111 58 / 0.7);
}

.text-green-700\/75 {
  color: rgb(38 111 58 / 0.75);
}

.text-green-700\/80 {
  color: rgb(38 111 58 / 0.8);
}

.text-green-700\/85 {
  color: rgb(38 111 58 / 0.85);
}

.text-green-700\/90 {
  color: rgb(38 111 58 / 0.9);
}

.text-green-700\/95 {
  color: rgb(38 111 58 / 0.95);
}

.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(31 91 48 / var(--tw-text-opacity, 1));
}

.text-green-800\/0 {
  color: rgb(31 91 48 / 0);
}

.text-green-800\/10 {
  color: rgb(31 91 48 / 0.1);
}

.text-green-800\/100 {
  color: rgb(31 91 48 / 1);
}

.text-green-800\/15 {
  color: rgb(31 91 48 / 0.15);
}

.text-green-800\/20 {
  color: rgb(31 91 48 / 0.2);
}

.text-green-800\/25 {
  color: rgb(31 91 48 / 0.25);
}

.text-green-800\/30 {
  color: rgb(31 91 48 / 0.3);
}

.text-green-800\/35 {
  color: rgb(31 91 48 / 0.35);
}

.text-green-800\/40 {
  color: rgb(31 91 48 / 0.4);
}

.text-green-800\/45 {
  color: rgb(31 91 48 / 0.45);
}

.text-green-800\/5 {
  color: rgb(31 91 48 / 0.05);
}

.text-green-800\/50 {
  color: rgb(31 91 48 / 0.5);
}

.text-green-800\/55 {
  color: rgb(31 91 48 / 0.55);
}

.text-green-800\/60 {
  color: rgb(31 91 48 / 0.6);
}

.text-green-800\/65 {
  color: rgb(31 91 48 / 0.65);
}

.text-green-800\/70 {
  color: rgb(31 91 48 / 0.7);
}

.text-green-800\/75 {
  color: rgb(31 91 48 / 0.75);
}

.text-green-800\/80 {
  color: rgb(31 91 48 / 0.8);
}

.text-green-800\/85 {
  color: rgb(31 91 48 / 0.85);
}

.text-green-800\/90 {
  color: rgb(31 91 48 / 0.9);
}

.text-green-800\/95 {
  color: rgb(31 91 48 / 0.95);
}

.text-green-900 {
  --tw-text-opacity: 1;
  color: rgb(21 61 33 / var(--tw-text-opacity, 1));
}

.text-green-900\/0 {
  color: rgb(21 61 33 / 0);
}

.text-green-900\/10 {
  color: rgb(21 61 33 / 0.1);
}

.text-green-900\/100 {
  color: rgb(21 61 33 / 1);
}

.text-green-900\/15 {
  color: rgb(21 61 33 / 0.15);
}

.text-green-900\/20 {
  color: rgb(21 61 33 / 0.2);
}

.text-green-900\/25 {
  color: rgb(21 61 33 / 0.25);
}

.text-green-900\/30 {
  color: rgb(21 61 33 / 0.3);
}

.text-green-900\/35 {
  color: rgb(21 61 33 / 0.35);
}

.text-green-900\/40 {
  color: rgb(21 61 33 / 0.4);
}

.text-green-900\/45 {
  color: rgb(21 61 33 / 0.45);
}

.text-green-900\/5 {
  color: rgb(21 61 33 / 0.05);
}

.text-green-900\/50 {
  color: rgb(21 61 33 / 0.5);
}

.text-green-900\/55 {
  color: rgb(21 61 33 / 0.55);
}

.text-green-900\/60 {
  color: rgb(21 61 33 / 0.6);
}

.text-green-900\/65 {
  color: rgb(21 61 33 / 0.65);
}

.text-green-900\/70 {
  color: rgb(21 61 33 / 0.7);
}

.text-green-900\/75 {
  color: rgb(21 61 33 / 0.75);
}

.text-green-900\/80 {
  color: rgb(21 61 33 / 0.8);
}

.text-green-900\/85 {
  color: rgb(21 61 33 / 0.85);
}

.text-green-900\/90 {
  color: rgb(21 61 33 / 0.9);
}

.text-green-900\/95 {
  color: rgb(21 61 33 / 0.95);
}

.text-green-950 {
  --tw-text-opacity: 1;
  color: rgb(5 46 22 / var(--tw-text-opacity, 1));
}

.text-green-950\/0 {
  color: rgb(5 46 22 / 0);
}

.text-green-950\/10 {
  color: rgb(5 46 22 / 0.1);
}

.text-green-950\/100 {
  color: rgb(5 46 22 / 1);
}

.text-green-950\/15 {
  color: rgb(5 46 22 / 0.15);
}

.text-green-950\/20 {
  color: rgb(5 46 22 / 0.2);
}

.text-green-950\/25 {
  color: rgb(5 46 22 / 0.25);
}

.text-green-950\/30 {
  color: rgb(5 46 22 / 0.3);
}

.text-green-950\/35 {
  color: rgb(5 46 22 / 0.35);
}

.text-green-950\/40 {
  color: rgb(5 46 22 / 0.4);
}

.text-green-950\/45 {
  color: rgb(5 46 22 / 0.45);
}

.text-green-950\/5 {
  color: rgb(5 46 22 / 0.05);
}

.text-green-950\/50 {
  color: rgb(5 46 22 / 0.5);
}

.text-green-950\/55 {
  color: rgb(5 46 22 / 0.55);
}

.text-green-950\/60 {
  color: rgb(5 46 22 / 0.6);
}

.text-green-950\/65 {
  color: rgb(5 46 22 / 0.65);
}

.text-green-950\/70 {
  color: rgb(5 46 22 / 0.7);
}

.text-green-950\/75 {
  color: rgb(5 46 22 / 0.75);
}

.text-green-950\/80 {
  color: rgb(5 46 22 / 0.8);
}

.text-green-950\/85 {
  color: rgb(5 46 22 / 0.85);
}

.text-green-950\/90 {
  color: rgb(5 46 22 / 0.9);
}

.text-green-950\/95 {
  color: rgb(5 46 22 / 0.95);
}

.text-lightBlue {
  --tw-text-opacity: 1;
  color: rgb(201 207 223 / var(--tw-text-opacity, 1));
}

.text-lightBlue\/0 {
  color: rgb(201 207 223 / 0);
}

.text-lightBlue\/10 {
  color: rgb(201 207 223 / 0.1);
}

.text-lightBlue\/100 {
  color: rgb(201 207 223 / 1);
}

.text-lightBlue\/15 {
  color: rgb(201 207 223 / 0.15);
}

.text-lightBlue\/20 {
  color: rgb(201 207 223 / 0.2);
}

.text-lightBlue\/25 {
  color: rgb(201 207 223 / 0.25);
}

.text-lightBlue\/30 {
  color: rgb(201 207 223 / 0.3);
}

.text-lightBlue\/35 {
  color: rgb(201 207 223 / 0.35);
}

.text-lightBlue\/40 {
  color: rgb(201 207 223 / 0.4);
}

.text-lightBlue\/45 {
  color: rgb(201 207 223 / 0.45);
}

.text-lightBlue\/5 {
  color: rgb(201 207 223 / 0.05);
}

.text-lightBlue\/50 {
  color: rgb(201 207 223 / 0.5);
}

.text-lightBlue\/55 {
  color: rgb(201 207 223 / 0.55);
}

.text-lightBlue\/60 {
  color: rgb(201 207 223 / 0.6);
}

.text-lightBlue\/65 {
  color: rgb(201 207 223 / 0.65);
}

.text-lightBlue\/70 {
  color: rgb(201 207 223 / 0.7);
}

.text-lightBlue\/75 {
  color: rgb(201 207 223 / 0.75);
}

.text-lightBlue\/80 {
  color: rgb(201 207 223 / 0.8);
}

.text-lightBlue\/85 {
  color: rgb(201 207 223 / 0.85);
}

.text-lightBlue\/90 {
  color: rgb(201 207 223 / 0.9);
}

.text-lightBlue\/95 {
  color: rgb(201 207 223 / 0.95);
}

.text-lightGray {
  --tw-text-opacity: 1;
  color: rgb(216 218 221 / var(--tw-text-opacity, 1));
}

.text-lightGray\/0 {
  color: rgb(216 218 221 / 0);
}

.text-lightGray\/10 {
  color: rgb(216 218 221 / 0.1);
}

.text-lightGray\/100 {
  color: rgb(216 218 221 / 1);
}

.text-lightGray\/15 {
  color: rgb(216 218 221 / 0.15);
}

.text-lightGray\/20 {
  color: rgb(216 218 221 / 0.2);
}

.text-lightGray\/25 {
  color: rgb(216 218 221 / 0.25);
}

.text-lightGray\/30 {
  color: rgb(216 218 221 / 0.3);
}

.text-lightGray\/35 {
  color: rgb(216 218 221 / 0.35);
}

.text-lightGray\/40 {
  color: rgb(216 218 221 / 0.4);
}

.text-lightGray\/45 {
  color: rgb(216 218 221 / 0.45);
}

.text-lightGray\/5 {
  color: rgb(216 218 221 / 0.05);
}

.text-lightGray\/50 {
  color: rgb(216 218 221 / 0.5);
}

.text-lightGray\/55 {
  color: rgb(216 218 221 / 0.55);
}

.text-lightGray\/60 {
  color: rgb(216 218 221 / 0.6);
}

.text-lightGray\/65 {
  color: rgb(216 218 221 / 0.65);
}

.text-lightGray\/70 {
  color: rgb(216 218 221 / 0.7);
}

.text-lightGray\/75 {
  color: rgb(216 218 221 / 0.75);
}

.text-lightGray\/80 {
  color: rgb(216 218 221 / 0.8);
}

.text-lightGray\/85 {
  color: rgb(216 218 221 / 0.85);
}

.text-lightGray\/90 {
  color: rgb(216 218 221 / 0.9);
}

.text-lightGray\/95 {
  color: rgb(216 218 221 / 0.95);
}

.text-lightGreen {
  --tw-text-opacity: 1;
  color: rgb(132 197 159 / var(--tw-text-opacity, 1));
}

.text-lightGreen\/0 {
  color: rgb(132 197 159 / 0);
}

.text-lightGreen\/10 {
  color: rgb(132 197 159 / 0.1);
}

.text-lightGreen\/100 {
  color: rgb(132 197 159 / 1);
}

.text-lightGreen\/15 {
  color: rgb(132 197 159 / 0.15);
}

.text-lightGreen\/20 {
  color: rgb(132 197 159 / 0.2);
}

.text-lightGreen\/25 {
  color: rgb(132 197 159 / 0.25);
}

.text-lightGreen\/30 {
  color: rgb(132 197 159 / 0.3);
}

.text-lightGreen\/35 {
  color: rgb(132 197 159 / 0.35);
}

.text-lightGreen\/40 {
  color: rgb(132 197 159 / 0.4);
}

.text-lightGreen\/45 {
  color: rgb(132 197 159 / 0.45);
}

.text-lightGreen\/5 {
  color: rgb(132 197 159 / 0.05);
}

.text-lightGreen\/50 {
  color: rgb(132 197 159 / 0.5);
}

.text-lightGreen\/55 {
  color: rgb(132 197 159 / 0.55);
}

.text-lightGreen\/60 {
  color: rgb(132 197 159 / 0.6);
}

.text-lightGreen\/65 {
  color: rgb(132 197 159 / 0.65);
}

.text-lightGreen\/70 {
  color: rgb(132 197 159 / 0.7);
}

.text-lightGreen\/75 {
  color: rgb(132 197 159 / 0.75);
}

.text-lightGreen\/80 {
  color: rgb(132 197 159 / 0.8);
}

.text-lightGreen\/85 {
  color: rgb(132 197 159 / 0.85);
}

.text-lightGreen\/90 {
  color: rgb(132 197 159 / 0.9);
}

.text-lightGreen\/95 {
  color: rgb(132 197 159 / 0.95);
}

.text-lightNavy {
  --tw-text-opacity: 1;
  color: rgb(77 89 110 / var(--tw-text-opacity, 1));
}

.text-lightNavy\/0 {
  color: rgb(77 89 110 / 0);
}

.text-lightNavy\/10 {
  color: rgb(77 89 110 / 0.1);
}

.text-lightNavy\/100 {
  color: rgb(77 89 110 / 1);
}

.text-lightNavy\/15 {
  color: rgb(77 89 110 / 0.15);
}

.text-lightNavy\/20 {
  color: rgb(77 89 110 / 0.2);
}

.text-lightNavy\/25 {
  color: rgb(77 89 110 / 0.25);
}

.text-lightNavy\/30 {
  color: rgb(77 89 110 / 0.3);
}

.text-lightNavy\/35 {
  color: rgb(77 89 110 / 0.35);
}

.text-lightNavy\/40 {
  color: rgb(77 89 110 / 0.4);
}

.text-lightNavy\/45 {
  color: rgb(77 89 110 / 0.45);
}

.text-lightNavy\/5 {
  color: rgb(77 89 110 / 0.05);
}

.text-lightNavy\/50 {
  color: rgb(77 89 110 / 0.5);
}

.text-lightNavy\/55 {
  color: rgb(77 89 110 / 0.55);
}

.text-lightNavy\/60 {
  color: rgb(77 89 110 / 0.6);
}

.text-lightNavy\/65 {
  color: rgb(77 89 110 / 0.65);
}

.text-lightNavy\/70 {
  color: rgb(77 89 110 / 0.7);
}

.text-lightNavy\/75 {
  color: rgb(77 89 110 / 0.75);
}

.text-lightNavy\/80 {
  color: rgb(77 89 110 / 0.8);
}

.text-lightNavy\/85 {
  color: rgb(77 89 110 / 0.85);
}

.text-lightNavy\/90 {
  color: rgb(77 89 110 / 0.9);
}

.text-lightNavy\/95 {
  color: rgb(77 89 110 / 0.95);
}

.text-lightPurple {
  --tw-text-opacity: 1;
  color: rgb(217 195 219 / var(--tw-text-opacity, 1));
}

.text-lightPurple\/0 {
  color: rgb(217 195 219 / 0);
}

.text-lightPurple\/10 {
  color: rgb(217 195 219 / 0.1);
}

.text-lightPurple\/100 {
  color: rgb(217 195 219 / 1);
}

.text-lightPurple\/15 {
  color: rgb(217 195 219 / 0.15);
}

.text-lightPurple\/20 {
  color: rgb(217 195 219 / 0.2);
}

.text-lightPurple\/25 {
  color: rgb(217 195 219 / 0.25);
}

.text-lightPurple\/30 {
  color: rgb(217 195 219 / 0.3);
}

.text-lightPurple\/35 {
  color: rgb(217 195 219 / 0.35);
}

.text-lightPurple\/40 {
  color: rgb(217 195 219 / 0.4);
}

.text-lightPurple\/45 {
  color: rgb(217 195 219 / 0.45);
}

.text-lightPurple\/5 {
  color: rgb(217 195 219 / 0.05);
}

.text-lightPurple\/50 {
  color: rgb(217 195 219 / 0.5);
}

.text-lightPurple\/55 {
  color: rgb(217 195 219 / 0.55);
}

.text-lightPurple\/60 {
  color: rgb(217 195 219 / 0.6);
}

.text-lightPurple\/65 {
  color: rgb(217 195 219 / 0.65);
}

.text-lightPurple\/70 {
  color: rgb(217 195 219 / 0.7);
}

.text-lightPurple\/75 {
  color: rgb(217 195 219 / 0.75);
}

.text-lightPurple\/80 {
  color: rgb(217 195 219 / 0.8);
}

.text-lightPurple\/85 {
  color: rgb(217 195 219 / 0.85);
}

.text-lightPurple\/90 {
  color: rgb(217 195 219 / 0.9);
}

.text-lightPurple\/95 {
  color: rgb(217 195 219 / 0.95);
}

.text-lightTeal {
  --tw-text-opacity: 1;
  color: rgb(165 223 223 / var(--tw-text-opacity, 1));
}

.text-lightTeal\/0 {
  color: rgb(165 223 223 / 0);
}

.text-lightTeal\/10 {
  color: rgb(165 223 223 / 0.1);
}

.text-lightTeal\/100 {
  color: rgb(165 223 223 / 1);
}

.text-lightTeal\/15 {
  color: rgb(165 223 223 / 0.15);
}

.text-lightTeal\/20 {
  color: rgb(165 223 223 / 0.2);
}

.text-lightTeal\/25 {
  color: rgb(165 223 223 / 0.25);
}

.text-lightTeal\/30 {
  color: rgb(165 223 223 / 0.3);
}

.text-lightTeal\/35 {
  color: rgb(165 223 223 / 0.35);
}

.text-lightTeal\/40 {
  color: rgb(165 223 223 / 0.4);
}

.text-lightTeal\/45 {
  color: rgb(165 223 223 / 0.45);
}

.text-lightTeal\/5 {
  color: rgb(165 223 223 / 0.05);
}

.text-lightTeal\/50 {
  color: rgb(165 223 223 / 0.5);
}

.text-lightTeal\/55 {
  color: rgb(165 223 223 / 0.55);
}

.text-lightTeal\/60 {
  color: rgb(165 223 223 / 0.6);
}

.text-lightTeal\/65 {
  color: rgb(165 223 223 / 0.65);
}

.text-lightTeal\/70 {
  color: rgb(165 223 223 / 0.7);
}

.text-lightTeal\/75 {
  color: rgb(165 223 223 / 0.75);
}

.text-lightTeal\/80 {
  color: rgb(165 223 223 / 0.8);
}

.text-lightTeal\/85 {
  color: rgb(165 223 223 / 0.85);
}

.text-lightTeal\/90 {
  color: rgb(165 223 223 / 0.9);
}

.text-lightTeal\/95 {
  color: rgb(165 223 223 / 0.95);
}

.text-orange {
  --tw-text-opacity: 1;
  color: rgb(255 136 27 / var(--tw-text-opacity, 1));
}

.text-orange\/0 {
  color: rgb(255 136 27 / 0);
}

.text-orange\/10 {
  color: rgb(255 136 27 / 0.1);
}

.text-orange\/100 {
  color: rgb(255 136 27 / 1);
}

.text-orange\/15 {
  color: rgb(255 136 27 / 0.15);
}

.text-orange\/20 {
  color: rgb(255 136 27 / 0.2);
}

.text-orange\/25 {
  color: rgb(255 136 27 / 0.25);
}

.text-orange\/30 {
  color: rgb(255 136 27 / 0.3);
}

.text-orange\/35 {
  color: rgb(255 136 27 / 0.35);
}

.text-orange\/40 {
  color: rgb(255 136 27 / 0.4);
}

.text-orange\/45 {
  color: rgb(255 136 27 / 0.45);
}

.text-orange\/5 {
  color: rgb(255 136 27 / 0.05);
}

.text-orange\/50 {
  color: rgb(255 136 27 / 0.5);
}

.text-orange\/55 {
  color: rgb(255 136 27 / 0.55);
}

.text-orange\/60 {
  color: rgb(255 136 27 / 0.6);
}

.text-orange\/65 {
  color: rgb(255 136 27 / 0.65);
}

.text-orange\/70 {
  color: rgb(255 136 27 / 0.7);
}

.text-orange\/75 {
  color: rgb(255 136 27 / 0.75);
}

.text-orange\/80 {
  color: rgb(255 136 27 / 0.8);
}

.text-orange\/85 {
  color: rgb(255 136 27 / 0.85);
}

.text-orange\/90 {
  color: rgb(255 136 27 / 0.9);
}

.text-orange\/95 {
  color: rgb(255 136 27 / 0.95);
}

.text-paleBlue {
  --tw-text-opacity: 1;
  color: rgb(111 129 171 / var(--tw-text-opacity, 1));
}

.text-paleBlue\/0 {
  color: rgb(111 129 171 / 0);
}

.text-paleBlue\/10 {
  color: rgb(111 129 171 / 0.1);
}

.text-paleBlue\/100 {
  color: rgb(111 129 171 / 1);
}

.text-paleBlue\/15 {
  color: rgb(111 129 171 / 0.15);
}

.text-paleBlue\/20 {
  color: rgb(111 129 171 / 0.2);
}

.text-paleBlue\/25 {
  color: rgb(111 129 171 / 0.25);
}

.text-paleBlue\/30 {
  color: rgb(111 129 171 / 0.3);
}

.text-paleBlue\/35 {
  color: rgb(111 129 171 / 0.35);
}

.text-paleBlue\/40 {
  color: rgb(111 129 171 / 0.4);
}

.text-paleBlue\/45 {
  color: rgb(111 129 171 / 0.45);
}

.text-paleBlue\/5 {
  color: rgb(111 129 171 / 0.05);
}

.text-paleBlue\/50 {
  color: rgb(111 129 171 / 0.5);
}

.text-paleBlue\/55 {
  color: rgb(111 129 171 / 0.55);
}

.text-paleBlue\/60 {
  color: rgb(111 129 171 / 0.6);
}

.text-paleBlue\/65 {
  color: rgb(111 129 171 / 0.65);
}

.text-paleBlue\/70 {
  color: rgb(111 129 171 / 0.7);
}

.text-paleBlue\/75 {
  color: rgb(111 129 171 / 0.75);
}

.text-paleBlue\/80 {
  color: rgb(111 129 171 / 0.8);
}

.text-paleBlue\/85 {
  color: rgb(111 129 171 / 0.85);
}

.text-paleBlue\/90 {
  color: rgb(111 129 171 / 0.9);
}

.text-paleBlue\/95 {
  color: rgb(111 129 171 / 0.95);
}

.text-paleCoolGray {
  --tw-text-opacity: 1;
  color: rgb(238 242 244 / var(--tw-text-opacity, 1));
}

.text-paleCoolGray\/0 {
  color: rgb(238 242 244 / 0);
}

.text-paleCoolGray\/10 {
  color: rgb(238 242 244 / 0.1);
}

.text-paleCoolGray\/100 {
  color: rgb(238 242 244 / 1);
}

.text-paleCoolGray\/15 {
  color: rgb(238 242 244 / 0.15);
}

.text-paleCoolGray\/20 {
  color: rgb(238 242 244 / 0.2);
}

.text-paleCoolGray\/25 {
  color: rgb(238 242 244 / 0.25);
}

.text-paleCoolGray\/30 {
  color: rgb(238 242 244 / 0.3);
}

.text-paleCoolGray\/35 {
  color: rgb(238 242 244 / 0.35);
}

.text-paleCoolGray\/40 {
  color: rgb(238 242 244 / 0.4);
}

.text-paleCoolGray\/45 {
  color: rgb(238 242 244 / 0.45);
}

.text-paleCoolGray\/5 {
  color: rgb(238 242 244 / 0.05);
}

.text-paleCoolGray\/50 {
  color: rgb(238 242 244 / 0.5);
}

.text-paleCoolGray\/55 {
  color: rgb(238 242 244 / 0.55);
}

.text-paleCoolGray\/60 {
  color: rgb(238 242 244 / 0.6);
}

.text-paleCoolGray\/65 {
  color: rgb(238 242 244 / 0.65);
}

.text-paleCoolGray\/70 {
  color: rgb(238 242 244 / 0.7);
}

.text-paleCoolGray\/75 {
  color: rgb(238 242 244 / 0.75);
}

.text-paleCoolGray\/80 {
  color: rgb(238 242 244 / 0.8);
}

.text-paleCoolGray\/85 {
  color: rgb(238 242 244 / 0.85);
}

.text-paleCoolGray\/90 {
  color: rgb(238 242 244 / 0.9);
}

.text-paleCoolGray\/95 {
  color: rgb(238 242 244 / 0.95);
}

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

.text-primary\/0 {
  color: rgb(var(--color-primary) / 0);
}

.text-primary\/10 {
  color: rgb(var(--color-primary) / 0.1);
}

.text-primary\/100 {
  color: rgb(var(--color-primary) / 1);
}

.text-primary\/15 {
  color: rgb(var(--color-primary) / 0.15);
}

.text-primary\/20 {
  color: rgb(var(--color-primary) / 0.2);
}

.text-primary\/25 {
  color: rgb(var(--color-primary) / 0.25);
}

.text-primary\/30 {
  color: rgb(var(--color-primary) / 0.3);
}

.text-primary\/35 {
  color: rgb(var(--color-primary) / 0.35);
}

.text-primary\/40 {
  color: rgb(var(--color-primary) / 0.4);
}

.text-primary\/45 {
  color: rgb(var(--color-primary) / 0.45);
}

.text-primary\/5 {
  color: rgb(var(--color-primary) / 0.05);
}

.text-primary\/50 {
  color: rgb(var(--color-primary) / 0.5);
}

.text-primary\/55 {
  color: rgb(var(--color-primary) / 0.55);
}

.text-primary\/60 {
  color: rgb(var(--color-primary) / 0.6);
}

.text-primary\/65 {
  color: rgb(var(--color-primary) / 0.65);
}

.text-primary\/70 {
  color: rgb(var(--color-primary) / 0.7);
}

.text-primary\/75 {
  color: rgb(var(--color-primary) / 0.75);
}

.text-primary\/80 {
  color: rgb(var(--color-primary) / 0.8);
}

.text-primary\/85 {
  color: rgb(var(--color-primary) / 0.85);
}

.text-primary\/90 {
  color: rgb(var(--color-primary) / 0.9);
}

.text-primary\/95 {
  color: rgb(var(--color-primary) / 0.95);
}

.text-primaryAlt {
  --tw-text-opacity: 1;
  color: rgb(var(--color-primary-alt) / var(--tw-text-opacity, 1));
}

.text-primaryAlt\/0 {
  color: rgb(var(--color-primary-alt) / 0);
}

.text-primaryAlt\/10 {
  color: rgb(var(--color-primary-alt) / 0.1);
}

.text-primaryAlt\/100 {
  color: rgb(var(--color-primary-alt) / 1);
}

.text-primaryAlt\/15 {
  color: rgb(var(--color-primary-alt) / 0.15);
}

.text-primaryAlt\/20 {
  color: rgb(var(--color-primary-alt) / 0.2);
}

.text-primaryAlt\/25 {
  color: rgb(var(--color-primary-alt) / 0.25);
}

.text-primaryAlt\/30 {
  color: rgb(var(--color-primary-alt) / 0.3);
}

.text-primaryAlt\/35 {
  color: rgb(var(--color-primary-alt) / 0.35);
}

.text-primaryAlt\/40 {
  color: rgb(var(--color-primary-alt) / 0.4);
}

.text-primaryAlt\/45 {
  color: rgb(var(--color-primary-alt) / 0.45);
}

.text-primaryAlt\/5 {
  color: rgb(var(--color-primary-alt) / 0.05);
}

.text-primaryAlt\/50 {
  color: rgb(var(--color-primary-alt) / 0.5);
}

.text-primaryAlt\/55 {
  color: rgb(var(--color-primary-alt) / 0.55);
}

.text-primaryAlt\/60 {
  color: rgb(var(--color-primary-alt) / 0.6);
}

.text-primaryAlt\/65 {
  color: rgb(var(--color-primary-alt) / 0.65);
}

.text-primaryAlt\/70 {
  color: rgb(var(--color-primary-alt) / 0.7);
}

.text-primaryAlt\/75 {
  color: rgb(var(--color-primary-alt) / 0.75);
}

.text-primaryAlt\/80 {
  color: rgb(var(--color-primary-alt) / 0.8);
}

.text-primaryAlt\/85 {
  color: rgb(var(--color-primary-alt) / 0.85);
}

.text-primaryAlt\/90 {
  color: rgb(var(--color-primary-alt) / 0.9);
}

.text-primaryAlt\/95 {
  color: rgb(var(--color-primary-alt) / 0.95);
}

.text-primaryDark {
  --tw-text-opacity: 1;
  color: rgb(var(--color-primary-dark) / var(--tw-text-opacity, 1));
}

.text-primaryDark\/0 {
  color: rgb(var(--color-primary-dark) / 0);
}

.text-primaryDark\/10 {
  color: rgb(var(--color-primary-dark) / 0.1);
}

.text-primaryDark\/100 {
  color: rgb(var(--color-primary-dark) / 1);
}

.text-primaryDark\/15 {
  color: rgb(var(--color-primary-dark) / 0.15);
}

.text-primaryDark\/20 {
  color: rgb(var(--color-primary-dark) / 0.2);
}

.text-primaryDark\/25 {
  color: rgb(var(--color-primary-dark) / 0.25);
}

.text-primaryDark\/30 {
  color: rgb(var(--color-primary-dark) / 0.3);
}

.text-primaryDark\/35 {
  color: rgb(var(--color-primary-dark) / 0.35);
}

.text-primaryDark\/40 {
  color: rgb(var(--color-primary-dark) / 0.4);
}

.text-primaryDark\/45 {
  color: rgb(var(--color-primary-dark) / 0.45);
}

.text-primaryDark\/5 {
  color: rgb(var(--color-primary-dark) / 0.05);
}

.text-primaryDark\/50 {
  color: rgb(var(--color-primary-dark) / 0.5);
}

.text-primaryDark\/55 {
  color: rgb(var(--color-primary-dark) / 0.55);
}

.text-primaryDark\/60 {
  color: rgb(var(--color-primary-dark) / 0.6);
}

.text-primaryDark\/65 {
  color: rgb(var(--color-primary-dark) / 0.65);
}

.text-primaryDark\/70 {
  color: rgb(var(--color-primary-dark) / 0.7);
}

.text-primaryDark\/75 {
  color: rgb(var(--color-primary-dark) / 0.75);
}

.text-primaryDark\/80 {
  color: rgb(var(--color-primary-dark) / 0.8);
}

.text-primaryDark\/85 {
  color: rgb(var(--color-primary-dark) / 0.85);
}

.text-primaryDark\/90 {
  color: rgb(var(--color-primary-dark) / 0.9);
}

.text-primaryDark\/95 {
  color: rgb(var(--color-primary-dark) / 0.95);
}

.text-primaryDarker {
  --tw-text-opacity: 1;
  color: rgb(var(--color-primary-darker) / var(--tw-text-opacity, 1));
}

.text-primaryDarker\/0 {
  color: rgb(var(--color-primary-darker) / 0);
}

.text-primaryDarker\/10 {
  color: rgb(var(--color-primary-darker) / 0.1);
}

.text-primaryDarker\/100 {
  color: rgb(var(--color-primary-darker) / 1);
}

.text-primaryDarker\/15 {
  color: rgb(var(--color-primary-darker) / 0.15);
}

.text-primaryDarker\/20 {
  color: rgb(var(--color-primary-darker) / 0.2);
}

.text-primaryDarker\/25 {
  color: rgb(var(--color-primary-darker) / 0.25);
}

.text-primaryDarker\/30 {
  color: rgb(var(--color-primary-darker) / 0.3);
}

.text-primaryDarker\/35 {
  color: rgb(var(--color-primary-darker) / 0.35);
}

.text-primaryDarker\/40 {
  color: rgb(var(--color-primary-darker) / 0.4);
}

.text-primaryDarker\/45 {
  color: rgb(var(--color-primary-darker) / 0.45);
}

.text-primaryDarker\/5 {
  color: rgb(var(--color-primary-darker) / 0.05);
}

.text-primaryDarker\/50 {
  color: rgb(var(--color-primary-darker) / 0.5);
}

.text-primaryDarker\/55 {
  color: rgb(var(--color-primary-darker) / 0.55);
}

.text-primaryDarker\/60 {
  color: rgb(var(--color-primary-darker) / 0.6);
}

.text-primaryDarker\/65 {
  color: rgb(var(--color-primary-darker) / 0.65);
}

.text-primaryDarker\/70 {
  color: rgb(var(--color-primary-darker) / 0.7);
}

.text-primaryDarker\/75 {
  color: rgb(var(--color-primary-darker) / 0.75);
}

.text-primaryDarker\/80 {
  color: rgb(var(--color-primary-darker) / 0.8);
}

.text-primaryDarker\/85 {
  color: rgb(var(--color-primary-darker) / 0.85);
}

.text-primaryDarker\/90 {
  color: rgb(var(--color-primary-darker) / 0.9);
}

.text-primaryDarker\/95 {
  color: rgb(var(--color-primary-darker) / 0.95);
}

.text-primaryLight {
  --tw-text-opacity: 1;
  color: rgb(var(--color-primary-light) / var(--tw-text-opacity, 1));
}

.text-primaryLight\/0 {
  color: rgb(var(--color-primary-light) / 0);
}

.text-primaryLight\/10 {
  color: rgb(var(--color-primary-light) / 0.1);
}

.text-primaryLight\/100 {
  color: rgb(var(--color-primary-light) / 1);
}

.text-primaryLight\/15 {
  color: rgb(var(--color-primary-light) / 0.15);
}

.text-primaryLight\/20 {
  color: rgb(var(--color-primary-light) / 0.2);
}

.text-primaryLight\/25 {
  color: rgb(var(--color-primary-light) / 0.25);
}

.text-primaryLight\/30 {
  color: rgb(var(--color-primary-light) / 0.3);
}

.text-primaryLight\/35 {
  color: rgb(var(--color-primary-light) / 0.35);
}

.text-primaryLight\/40 {
  color: rgb(var(--color-primary-light) / 0.4);
}

.text-primaryLight\/45 {
  color: rgb(var(--color-primary-light) / 0.45);
}

.text-primaryLight\/5 {
  color: rgb(var(--color-primary-light) / 0.05);
}

.text-primaryLight\/50 {
  color: rgb(var(--color-primary-light) / 0.5);
}

.text-primaryLight\/55 {
  color: rgb(var(--color-primary-light) / 0.55);
}

.text-primaryLight\/60 {
  color: rgb(var(--color-primary-light) / 0.6);
}

.text-primaryLight\/65 {
  color: rgb(var(--color-primary-light) / 0.65);
}

.text-primaryLight\/70 {
  color: rgb(var(--color-primary-light) / 0.7);
}

.text-primaryLight\/75 {
  color: rgb(var(--color-primary-light) / 0.75);
}

.text-primaryLight\/80 {
  color: rgb(var(--color-primary-light) / 0.8);
}

.text-primaryLight\/85 {
  color: rgb(var(--color-primary-light) / 0.85);
}

.text-primaryLight\/90 {
  color: rgb(var(--color-primary-light) / 0.9);
}

.text-primaryLight\/95 {
  color: rgb(var(--color-primary-light) / 0.95);
}

.text-purple {
  --tw-text-opacity: 1;
  color: rgb(155 93 162 / var(--tw-text-opacity, 1));
}

.text-purple\/0 {
  color: rgb(155 93 162 / 0);
}

.text-purple\/10 {
  color: rgb(155 93 162 / 0.1);
}

.text-purple\/100 {
  color: rgb(155 93 162 / 1);
}

.text-purple\/15 {
  color: rgb(155 93 162 / 0.15);
}

.text-purple\/20 {
  color: rgb(155 93 162 / 0.2);
}

.text-purple\/25 {
  color: rgb(155 93 162 / 0.25);
}

.text-purple\/30 {
  color: rgb(155 93 162 / 0.3);
}

.text-purple\/35 {
  color: rgb(155 93 162 / 0.35);
}

.text-purple\/40 {
  color: rgb(155 93 162 / 0.4);
}

.text-purple\/45 {
  color: rgb(155 93 162 / 0.45);
}

.text-purple\/5 {
  color: rgb(155 93 162 / 0.05);
}

.text-purple\/50 {
  color: rgb(155 93 162 / 0.5);
}

.text-purple\/55 {
  color: rgb(155 93 162 / 0.55);
}

.text-purple\/60 {
  color: rgb(155 93 162 / 0.6);
}

.text-purple\/65 {
  color: rgb(155 93 162 / 0.65);
}

.text-purple\/70 {
  color: rgb(155 93 162 / 0.7);
}

.text-purple\/75 {
  color: rgb(155 93 162 / 0.75);
}

.text-purple\/80 {
  color: rgb(155 93 162 / 0.8);
}

.text-purple\/85 {
  color: rgb(155 93 162 / 0.85);
}

.text-purple\/90 {
  color: rgb(155 93 162 / 0.9);
}

.text-purple\/95 {
  color: rgb(155 93 162 / 0.95);
}

.text-red {
  --tw-text-opacity: 1;
  color: rgb(175 75 75 / var(--tw-text-opacity, 1));
}

.text-red\/0 {
  color: rgb(175 75 75 / 0);
}

.text-red\/10 {
  color: rgb(175 75 75 / 0.1);
}

.text-red\/100 {
  color: rgb(175 75 75 / 1);
}

.text-red\/15 {
  color: rgb(175 75 75 / 0.15);
}

.text-red\/20 {
  color: rgb(175 75 75 / 0.2);
}

.text-red\/25 {
  color: rgb(175 75 75 / 0.25);
}

.text-red\/30 {
  color: rgb(175 75 75 / 0.3);
}

.text-red\/35 {
  color: rgb(175 75 75 / 0.35);
}

.text-red\/40 {
  color: rgb(175 75 75 / 0.4);
}

.text-red\/45 {
  color: rgb(175 75 75 / 0.45);
}

.text-red\/5 {
  color: rgb(175 75 75 / 0.05);
}

.text-red\/50 {
  color: rgb(175 75 75 / 0.5);
}

.text-red\/55 {
  color: rgb(175 75 75 / 0.55);
}

.text-red\/60 {
  color: rgb(175 75 75 / 0.6);
}

.text-red\/65 {
  color: rgb(175 75 75 / 0.65);
}

.text-red\/70 {
  color: rgb(175 75 75 / 0.7);
}

.text-red\/75 {
  color: rgb(175 75 75 / 0.75);
}

.text-red\/80 {
  color: rgb(175 75 75 / 0.8);
}

.text-red\/85 {
  color: rgb(175 75 75 / 0.85);
}

.text-red\/90 {
  color: rgb(175 75 75 / 0.9);
}

.text-red\/95 {
  color: rgb(175 75 75 / 0.95);
}

.text-sand {
  --tw-text-opacity: 1;
  color: rgb(246 240 233 / var(--tw-text-opacity, 1));
}

.text-sand\/0 {
  color: rgb(246 240 233 / 0);
}

.text-sand\/10 {
  color: rgb(246 240 233 / 0.1);
}

.text-sand\/100 {
  color: rgb(246 240 233 / 1);
}

.text-sand\/15 {
  color: rgb(246 240 233 / 0.15);
}

.text-sand\/20 {
  color: rgb(246 240 233 / 0.2);
}

.text-sand\/25 {
  color: rgb(246 240 233 / 0.25);
}

.text-sand\/30 {
  color: rgb(246 240 233 / 0.3);
}

.text-sand\/35 {
  color: rgb(246 240 233 / 0.35);
}

.text-sand\/40 {
  color: rgb(246 240 233 / 0.4);
}

.text-sand\/45 {
  color: rgb(246 240 233 / 0.45);
}

.text-sand\/5 {
  color: rgb(246 240 233 / 0.05);
}

.text-sand\/50 {
  color: rgb(246 240 233 / 0.5);
}

.text-sand\/55 {
  color: rgb(246 240 233 / 0.55);
}

.text-sand\/60 {
  color: rgb(246 240 233 / 0.6);
}

.text-sand\/65 {
  color: rgb(246 240 233 / 0.65);
}

.text-sand\/70 {
  color: rgb(246 240 233 / 0.7);
}

.text-sand\/75 {
  color: rgb(246 240 233 / 0.75);
}

.text-sand\/80 {
  color: rgb(246 240 233 / 0.8);
}

.text-sand\/85 {
  color: rgb(246 240 233 / 0.85);
}

.text-sand\/90 {
  color: rgb(246 240 233 / 0.9);
}

.text-sand\/95 {
  color: rgb(246 240 233 / 0.95);
}

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

.text-secondary\/0 {
  color: rgb(var(--color-secondary) / 0);
}

.text-secondary\/10 {
  color: rgb(var(--color-secondary) / 0.1);
}

.text-secondary\/100 {
  color: rgb(var(--color-secondary) / 1);
}

.text-secondary\/15 {
  color: rgb(var(--color-secondary) / 0.15);
}

.text-secondary\/20 {
  color: rgb(var(--color-secondary) / 0.2);
}

.text-secondary\/25 {
  color: rgb(var(--color-secondary) / 0.25);
}

.text-secondary\/30 {
  color: rgb(var(--color-secondary) / 0.3);
}

.text-secondary\/35 {
  color: rgb(var(--color-secondary) / 0.35);
}

.text-secondary\/40 {
  color: rgb(var(--color-secondary) / 0.4);
}

.text-secondary\/45 {
  color: rgb(var(--color-secondary) / 0.45);
}

.text-secondary\/5 {
  color: rgb(var(--color-secondary) / 0.05);
}

.text-secondary\/50 {
  color: rgb(var(--color-secondary) / 0.5);
}

.text-secondary\/55 {
  color: rgb(var(--color-secondary) / 0.55);
}

.text-secondary\/60 {
  color: rgb(var(--color-secondary) / 0.6);
}

.text-secondary\/65 {
  color: rgb(var(--color-secondary) / 0.65);
}

.text-secondary\/70 {
  color: rgb(var(--color-secondary) / 0.7);
}

.text-secondary\/75 {
  color: rgb(var(--color-secondary) / 0.75);
}

.text-secondary\/80 {
  color: rgb(var(--color-secondary) / 0.8);
}

.text-secondary\/85 {
  color: rgb(var(--color-secondary) / 0.85);
}

.text-secondary\/90 {
  color: rgb(var(--color-secondary) / 0.9);
}

.text-secondary\/95 {
  color: rgb(var(--color-secondary) / 0.95);
}

.text-slate-800 {
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}

.text-teal {
  --tw-text-opacity: 1;
  color: rgb(0 171 170 / var(--tw-text-opacity, 1));
}

.text-teal\/0 {
  color: rgb(0 171 170 / 0);
}

.text-teal\/10 {
  color: rgb(0 171 170 / 0.1);
}

.text-teal\/100 {
  color: rgb(0 171 170 / 1);
}

.text-teal\/15 {
  color: rgb(0 171 170 / 0.15);
}

.text-teal\/20 {
  color: rgb(0 171 170 / 0.2);
}

.text-teal\/25 {
  color: rgb(0 171 170 / 0.25);
}

.text-teal\/30 {
  color: rgb(0 171 170 / 0.3);
}

.text-teal\/35 {
  color: rgb(0 171 170 / 0.35);
}

.text-teal\/40 {
  color: rgb(0 171 170 / 0.4);
}

.text-teal\/45 {
  color: rgb(0 171 170 / 0.45);
}

.text-teal\/5 {
  color: rgb(0 171 170 / 0.05);
}

.text-teal\/50 {
  color: rgb(0 171 170 / 0.5);
}

.text-teal\/55 {
  color: rgb(0 171 170 / 0.55);
}

.text-teal\/60 {
  color: rgb(0 171 170 / 0.6);
}

.text-teal\/65 {
  color: rgb(0 171 170 / 0.65);
}

.text-teal\/70 {
  color: rgb(0 171 170 / 0.7);
}

.text-teal\/75 {
  color: rgb(0 171 170 / 0.75);
}

.text-teal\/80 {
  color: rgb(0 171 170 / 0.8);
}

.text-teal\/85 {
  color: rgb(0 171 170 / 0.85);
}

.text-teal\/90 {
  color: rgb(0 171 170 / 0.9);
}

.text-teal\/95 {
  color: rgb(0 171 170 / 0.95);
}

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

.text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}

.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}

.text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}

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

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

.decoration-white {
  text-decoration-color: #fff;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.placeholder-gray-400::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity, 1));
}

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

.placeholder-gray-500::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(107 114 128 / var(--tw-placeholder-opacity, 1));
}

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

.placeholder-white\/60::-moz-placeholder {
  color: rgb(255 255 255 / 0.6);
}

.placeholder-white\/60::placeholder {
  color: rgb(255 255 255 / 0.6);
}

.placeholder-opacity-100::-moz-placeholder {
  --tw-placeholder-opacity: 1;
}

.placeholder-opacity-100::placeholder {
  --tw-placeholder-opacity: 1;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-75 {
  opacity: 0.75;
}

.opacity-80 {
  opacity: 0.8;
}

.opacity-90 {
  opacity: 0.9;
}

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

.shadow-\[0_10px_30px_rgba\(0\2c 0\2c 0\2c 0\.08\)\] {
  --tw-shadow: 0 10px 30px rgba(0,0,0,0.08);
  --tw-shadow-colored: 0 10px 30px 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-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-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);
}

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

.outline {
  outline-style: solid;
}

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

.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-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-4 {
  --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(4px + 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-black\/5 {
  --tw-ring-color: rgb(0 0 0 / 0.05);
}

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

.ring-primary {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(var(--color-primary) / var(--tw-ring-opacity, 1));
}

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

.blur {
  --tw-blur: blur(8px);
  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);
}

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.backdrop-filter {
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

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

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

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

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

.transition-shadow {
  transition-property: box-shadow;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}

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

.duration-150 {
  transition-duration: 150ms;
}

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

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

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

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

.text-optimize-legibility {
  text-rendering: optimizeLegibility;
}

.bg-gradient {
  background-image: var(--bg-gradient);
}

.last\:border-0:last-child {
  border-width: 0px;
}

.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-primary:focus-within {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(var(--color-primary) / var(--tw-ring-opacity, 1));
}

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

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

.hover\:border-white\/30:hover {
  border-color: rgb(255 255 255 / 0.3);
}

.hover\:bg-blue-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(30 64 175 / var(--tw-bg-opacity, 1));
}

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

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

.hover\:bg-gray-800:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-primary) / var(--tw-bg-opacity, 1));
}

.hover\:bg-primaryDark:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-primary-dark) / var(--tw-bg-opacity, 1));
}

.hover\:bg-secondary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(var(--color-secondary) / var(--tw-bg-opacity, 1));
}

.hover\:bg-white\/10:hover {
  background-color: rgb(255 255 255 / 0.1);
}

.hover\:bg-white\/20:hover {
  background-color: rgb(255 255 255 / 0.2);
}

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

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

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

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.hover\:opacity-100:hover {
  opacity: 1;
}

.hover\:opacity-40:hover {
  opacity: 0.4;
}

.hover\:opacity-80:hover {
  opacity: 0.8;
}

.hover\:shadow-lg:hover {
  --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);
}

.focus\:border-white\/40:focus {
  border-color: rgb(255 255 255 / 0.4);
}

.focus\:shadow-outline:focus {
  --tw-shadow: 0 0 0 3px rgb(217 19 61 / 0.2);
  --tw-shadow-colored: 0 0 0 3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.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-blue-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(59 130 246 / var(--tw-ring-opacity, 1));
}

.focus\:ring-blue-500\/50:focus {
  --tw-ring-color: rgb(59 130 246 / 0.5);
}

.focus\:ring-primary:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(var(--color-primary) / var(--tw-ring-opacity, 1));
}

.focus\:ring-white\/20:focus {
  --tw-ring-color: rgb(255 255 255 / 0.2);
}

.focus\:ring-white\/50:focus {
  --tw-ring-color: rgb(255 255 255 / 0.5);
}

.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}

.focus\:ring-offset-\[\#071226\]:focus {
  --tw-ring-offset-color: #071226;
}

.active\:bg-black:active {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.active\:bg-blue-200:active {
  --tw-bg-opacity: 1;
  background-color: rgb(191 219 254 / var(--tw-bg-opacity, 1));
}

.group:hover .group-hover\:scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.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));
}

.group:hover .group-hover\:scale-x-100 {
  --tw-scale-x: 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));
}

.group:hover .group-hover\:bg-opacity-100 {
  --tw-bg-opacity: 1;
}

.group:hover .group-hover\:bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}

.group:hover .group-hover\:text-blue-800 {
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px) {

  .sm\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm\:-mt-\[430px\] {
    margin-top: -430px;
  }

  .sm\:mb-0 {
    margin-bottom: 0px;
  }

  .sm\:mr-4 {
    margin-right: 1rem;
  }

  .sm\:mt-8 {
    margin-top: 2rem;
  }

  .sm\:block {
    display: block;
  }

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

  .sm\:hidden {
    display: none;
  }

  .sm\:h-10 {
    height: 2.5rem;
  }

  .sm\:h-16 {
    height: 4rem;
  }

  .sm\:h-\[800px\] {
    height: 800px;
  }

  .sm\:w-10 {
    width: 2.5rem;
  }

  .sm\:w-80 {
    width: 20rem;
  }

  .sm\:w-\[1080px\] {
    width: 1080px;
  }

  .sm\:w-auto {
    width: auto;
  }

  .sm\:flex-1 {
    flex: 1 1 0%;
  }

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

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:items-start {
    align-items: flex-start;
  }

  .sm\:items-center {
    align-items: center;
  }

  .sm\:justify-between {
    justify-content: space-between;
  }

  .sm\:gap-3 {
    gap: 0.75rem;
  }

  .sm\: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)));
  }

  .sm\: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)));
  }

  .sm\: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));
  }

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

  .sm\:p-6 {
    padding: 1.5rem;
  }

  .sm\:p-8 {
    padding: 2rem;
  }

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

  .sm\:pt-36 {
    padding-top: 9rem;
  }

  .sm\:text-2xl {
    font-size: 1.75rem;
    line-height: 1.625;
  }

  .sm\:text-4xl {
    font-size: 3rem;
    line-height: 1.625;
  }

  .sm\:text-5xl {
    font-size: 3.4rem;
    line-height: 1.625;
  }

  .sm\:text-base {
    font-size: 0.975rem;
    line-height: 1.625;
  }
}

@media (min-width: 768px) {

  .md\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-12 {
    height: 3rem;
  }

  .md\:h-28 {
    height: 7rem;
  }

  .md\:h-32 {
    height: 8rem;
  }

  .md\:h-40 {
    height: 10rem;
  }

  .md\:h-48 {
    height: 12rem;
  }

  .md\:h-\[600px\] {
    height: 600px;
  }

  .md\:h-\[700px\] {
    height: 700px;
  }

  .md\:max-h-8 {
    max-height: 2rem;
  }

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

  .md\:w-12 {
    width: 3rem;
  }

  .md\:w-28 {
    width: 7rem;
  }

  .md\:w-32 {
    width: 8rem;
  }

  .md\:w-40 {
    width: 10rem;
  }

  .md\:w-48 {
    width: 12rem;
  }

  .md\:w-96 {
    width: 24rem;
  }

  .md\:w-\[1080px\] {
    width: 1080px;
  }

  .md\:w-auto {
    width: auto;
  }

  .md\:max-w-sm {
    max-width: 24rem;
  }

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

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

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

  .md\:flex-row {
    flex-direction: row;
  }

  .md\:items-start {
    align-items: flex-start;
  }

  .md\:items-end {
    align-items: flex-end;
  }

  .md\:items-center {
    align-items: center;
  }

  .md\:justify-start {
    justify-content: flex-start;
  }

  .md\:justify-end {
    justify-content: flex-end;
  }

  .md\:gap-0 {
    gap: 0px;
  }

  .md\:gap-12 {
    gap: 3rem;
  }

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:gap-8 {
    gap: 2rem;
  }

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

  .md\:gap-y-0 {
    row-gap: 0px;
  }

  .md\: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)));
  }

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

  .md\:p-10 {
    padding: 2.5rem;
  }

  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

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

  .md\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .md\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }

  .md\:pb-0 {
    padding-bottom: 0px;
  }

  .md\:pb-12 {
    padding-bottom: 3rem;
  }

  .md\:pb-40 {
    padding-bottom: 10rem;
  }

  .md\:pl-0 {
    padding-left: 0px;
  }

  .md\:pl-6 {
    padding-left: 1.5rem;
  }

  .md\:pt-12 {
    padding-top: 3rem;
  }

  .md\:pt-20 {
    padding-top: 5rem;
  }

  .md\:pt-40 {
    padding-top: 10rem;
  }

  .md\:text-3xl {
    font-size: 2.2rem;
    line-height: 1.625;
  }

  .md\:text-5xl {
    font-size: 3.4rem;
    line-height: 1.625;
  }

  .md\:text-base {
    font-size: 0.975rem;
    line-height: 1.625;
  }

  .md\:text-lg {
    font-size: 1.1rem;
    line-height: 1.625;
  }

  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.625;
  }
}

@media (min-width: 1024px) {

  .lg\:absolute {
    position: absolute;
  }

  .lg\:left-0 {
    left: 0;
  }

  .lg\:order-1 {
    order: 1;
  }

  .lg\:order-2 {
    order: 2;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .lg\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .lg\:-mt-40 {
    margin-top: -10rem;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:ml-auto {
    margin-left: auto;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:mt-8 {
    margin-top: 2rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:inline-flex {
    display: inline-flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-12 {
    height: 3rem;
  }

  .lg\:h-32 {
    height: 8rem;
  }

  .lg\:h-36 {
    height: 9rem;
  }

  .lg\:h-48 {
    height: 12rem;
  }

  .lg\:h-56 {
    height: 14rem;
  }

  .lg\:h-\[470px\] {
    height: 470px;
  }

  .lg\:h-\[500px\] {
    height: 500px;
  }

  .lg\:h-\[800px\] {
    height: 800px;
  }

  .lg\:h-full {
    height: 100%;
  }

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

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

  .lg\:w-12 {
    width: 3rem;
  }

  .lg\:w-32 {
    width: 8rem;
  }

  .lg\:w-36 {
    width: 9rem;
  }

  .lg\:w-48 {
    width: 12rem;
  }

  .lg\:w-56 {
    width: 14rem;
  }

  .lg\:w-\[1080px\] {
    width: 1080px;
  }

  .lg\:w-\[115\%\] {
    width: 115%;
  }

  .lg\:w-\[420px\] {
    width: 420px;
  }

  .lg\:min-w-80 {
    min-width: 20rem;
  }

  .lg\:max-w-xl {
    max-width: 36rem;
  }

  .lg\:grid-cols-12 {
    grid-template-columns: repeat(12, 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\:flex-row-reverse {
    flex-direction: row-reverse;
  }

  .lg\:flex-nowrap {
    flex-wrap: nowrap;
  }

  .lg\:items-end {
    align-items: flex-end;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:items-stretch {
    align-items: stretch;
  }

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:justify-end {
    justify-content: flex-end;
  }

  .lg\:gap-12 {
    gap: 3rem;
  }

  .lg\:gap-14 {
    gap: 3.5rem;
  }

  .lg\:gap-20 {
    gap: 5rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .lg\:p-6 {
    padding: 1.5rem;
  }

  .lg\:p-8 {
    padding: 2rem;
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .lg\:pl-14 {
    padding-left: 3.5rem;
  }

  .lg\:pl-8 {
    padding-left: 2rem;
  }

  .lg\:pr-14 {
    padding-right: 3.5rem;
  }

  .lg\:pr-8 {
    padding-right: 2rem;
  }

  .lg\:pt-0 {
    padding-top: 0px;
  }

  .lg\:pt-12 {
    padding-top: 3rem;
  }

  .lg\:pt-16 {
    padding-top: 4rem;
  }

  .lg\:pt-20 {
    padding-top: 5rem;
  }

  .lg\:pt-40 {
    padding-top: 10rem;
  }

  .lg\:text-left {
    text-align: left;
  }

  .lg\:text-2xl {
    font-size: 1.75rem;
    line-height: 1.625;
  }

  .lg\:text-3xl {
    font-size: 2.2rem;
    line-height: 1.625;
  }

  .lg\:text-4xl {
    font-size: 3rem;
    line-height: 1.625;
  }

  .lg\:text-6xl {
    font-size: 4.4rem;
    line-height: 1.625;
  }
}

@media (min-width: 1280px) {

  .xl\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .xl\:mx-12 {
    margin-left: 3rem;
    margin-right: 3rem;
  }

  .xl\:h-36 {
    height: 9rem;
  }

  .xl\:h-40 {
    height: 10rem;
  }

  .xl\:h-52 {
    height: 13rem;
  }

  .xl\:h-56 {
    height: 14rem;
  }

  .xl\:h-64 {
    height: 16rem;
  }

  .xl\:h-96 {
    height: 24rem;
  }

  .xl\:w-36 {
    width: 9rem;
  }

  .xl\:w-40 {
    width: 10rem;
  }

  .xl\:w-52 {
    width: 13rem;
  }

  .xl\:w-56 {
    width: 14rem;
  }

  .xl\:w-64 {
    width: 16rem;
  }

  .xl\:w-\[130\%\] {
    width: 130%;
  }

  .xl\:w-full {
    width: 100%;
  }

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

  .xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .xl\:pl-14 {
    padding-left: 3.5rem;
  }
}

@media (min-width: 1536px) {

  .\32xl\:w-\[145\%\] {
    width: 145%;
  }
}

/*# sourceMappingURL=app.css.map*/