*, ::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: Geist, system-ui, sans-serif;
  /* 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;
}

.container {
  width: 100%;
}

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

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

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

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

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

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

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

.inset-x-0 {
  left: 0px;
  right: 0px;
}

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

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

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.left-\[calc\(50\%-11rem\)\] {
  left: calc(50% - 11rem);
}

.right-0 {
  right: 0px;
}

.isolate {
  isolation: isolate;
}

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

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

.-m-1\.5 {
  margin: -0.375rem;
}

.m-auto {
  margin: auto;
}

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

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

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

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

.mb-\[1\.5rem\] {
  margin-bottom: 1.5rem;
}

.mb-\[2rem\] {
  margin-bottom: 2rem;
}

.mr-0 {
  margin-right: 0px;
}

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

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

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

.mt-\[1rem\] {
  margin-top: 1rem;
}

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

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

.mb-\[\.5rem\] {
  margin-bottom: .5rem;
}

.mb-\[1rem\] {
  margin-bottom: 1rem;
}

.mt-\[\.5rem\] {
  margin-top: .5rem;
}

.block {
  display: block;
}

.flex {
  display: flex;
}

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

.flow-root {
  display: flow-root;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

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

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

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

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

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

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

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

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

.w-full {
  width: 100%;
}

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

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

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

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

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

.max-w-\[90vw\] {
  max-width: 90vw;
}

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

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

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

.-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-full {
  --tw-translate-y: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

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

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

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

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

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

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

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

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

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

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

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-\[\.75rem\] {
  gap: .75rem;
}

.space-y-\[3rem\] > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(3rem * var(--tw-space-y-reverse));
}

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

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

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

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

.text-balance {
  text-wrap: balance;
}

.text-pretty {
  text-wrap: pretty;
}

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

.rounded-\[16px\] {
  border-radius: 16px;
}

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

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

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

.rounded-b-2xl {
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
}

.rounded-t-2xl {
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
}

.border {
  border-width: 1px;
}

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

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

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

.border-\[\#00754C\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 117 76 / var(--tw-border-opacity, 1));
}

.border-\[\#191E33\] {
  --tw-border-opacity: 1;
  border-color: rgb(25 30 51 / var(--tw-border-opacity, 1));
}

.border-\[\#1F283B\] {
  --tw-border-opacity: 1;
  border-color: rgb(31 40 59 / var(--tw-border-opacity, 1));
}

.border-\[\#20293D\] {
  --tw-border-opacity: 1;
  border-color: rgb(32 41 61 / var(--tw-border-opacity, 1));
}

.border-\[\#242D4D\] {
  --tw-border-opacity: 1;
  border-color: rgb(36 45 77 / var(--tw-border-opacity, 1));
}

.border-\[\#B1C8FF\]\/10 {
  border-color: rgb(177 200 255 / 0.1);
}

.bg-\[\#006E48\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 110 72 / var(--tw-bg-opacity, 1));
}

.bg-\[\#008657\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 134 87 / var(--tw-bg-opacity, 1));
}

.bg-\[\#0D0F1A\] {
  --tw-bg-opacity: 1;
  background-color: rgb(13 15 26 / var(--tw-bg-opacity, 1));
}

.bg-\[\#0F121F\] {
  --tw-bg-opacity: 1;
  background-color: rgb(15 18 31 / var(--tw-bg-opacity, 1));
}

.bg-\[\#111524\] {
  --tw-bg-opacity: 1;
  background-color: rgb(17 21 36 / var(--tw-bg-opacity, 1));
}

.bg-\[\#131824\] {
  --tw-bg-opacity: 1;
  background-color: rgb(19 24 36 / var(--tw-bg-opacity, 1));
}

.bg-\[\#131829\] {
  --tw-bg-opacity: 1;
  background-color: rgb(19 24 41 / var(--tw-bg-opacity, 1));
}

.bg-\[\#24775A\] {
  --tw-bg-opacity: 1;
  background-color: rgb(36 119 90 / var(--tw-bg-opacity, 1));
}

.bg-\[\#C41E3A\] {
  --tw-bg-opacity: 1;
  background-color: rgb(196 30 58 / var(--tw-bg-opacity, 1));
}

.bg-\[\#fff\] {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-\[\#151C2B\] {
  --tw-bg-opacity: 1;
  background-color: rgb(21 28 43 / var(--tw-bg-opacity, 1));
}

.from-\[\#ff80b5\] {
  --tw-gradient-from: #ff80b5 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 128 181 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-\[\#9089fc\] {
  --tw-gradient-to: #9089fc var(--tw-gradient-to-position);
}

.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}

.p-0 {
  padding: 0px;
}

.p-1\.5 {
  padding: 0.375rem;
}

.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}

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

.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

.px-\[1\.25rem\] {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

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

.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

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

.py-\[1\.25rem\] {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.py-\[1\.5rem\] {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-\[3rem\] {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.px-\[1rem\] {
  padding-left: 1rem;
  padding-right: 1rem;
}

.py-\[2rem\] {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pb-6 {
  padding-bottom: 1.5rem;
}

.pb-\[0rem\] {
  padding-bottom: 0rem;
}

.pb-\[1\.5rem\] {
  padding-bottom: 1.5rem;
}

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

.pt-\[3rem\] {
  padding-top: 3rem;
}

.pb-\[1rem\] {
  padding-bottom: 1rem;
}

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

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

.text-\[1\.125rem\] {
  font-size: 1.125rem;
}

.text-\[1\.25rem\] {
  font-size: 1.25rem;
}

.text-\[1\.75rem\] {
  font-size: 1.75rem;
}

.text-\[1rem\] {
  font-size: 1rem;
}

.text-\[2\.15rem\]\/\[110\%\] {
  font-size: 2.15rem;
  line-height: 110%;
}

.text-\[2rem\] {
  font-size: 2rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-lg\/6 {
  font-size: 1.125rem;
  line-height: 1.5rem;
}

.text-\[1\.5rem\] {
  font-size: 1.5rem;
}

.font-bold {
  font-weight: 700;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

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

.leading-\[150\%\] {
  line-height: 150%;
}

.leading-normal {
  line-height: 1.5;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

.text-\[\#00B576\] {
  --tw-text-opacity: 1;
  color: rgb(0 181 118 / var(--tw-text-opacity, 1));
}

.text-\[\#7780A3\] {
  --tw-text-opacity: 1;
  color: rgb(119 128 163 / var(--tw-text-opacity, 1));
}

.text-\[\#97A3BF\] {
  --tw-text-opacity: 1;
  color: rgb(151 163 191 / var(--tw-text-opacity, 1));
}

.text-\[\#9FABD7\] {
  --tw-text-opacity: 1;
  color: rgb(159 171 215 / var(--tw-text-opacity, 1));
}

.text-\[\#ADBAD9\] {
  --tw-text-opacity: 1;
  color: rgb(173 186 217 / var(--tw-text-opacity, 1));
}

.text-\[\#BFC7E4\] {
  --tw-text-opacity: 1;
  color: rgb(191 199 228 / var(--tw-text-opacity, 1));
}

.text-\[white\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

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

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

.decoration-dotted {
  text-decoration-style: dotted;
}

.underline-offset-\[4px\] {
  text-underline-offset: 4px;
}

.placeholder-\[\#ADBAD9\]::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(173 186 217 / var(--tw-placeholder-opacity, 1));
}

.placeholder-\[\#ADBAD9\]::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(173 186 217 / var(--tw-placeholder-opacity, 1));
}

.placeholder-\[\#7780A3\]::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(119 128 163 / var(--tw-placeholder-opacity, 1));
}

.placeholder-\[\#7780A3\]::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(119 128 163 / var(--tw-placeholder-opacity, 1));
}

.opacity-30 {
  opacity: 0.3;
}

.opacity-50 {
  opacity: 0.5;
}

.blur-3xl {
  --tw-blur: blur(64px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

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

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

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

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

/* ============================================
   CSS Custom Properties (Design Tokens)
   ============================================ */

:root {
  /* Colors */
  --color-primary: #00B576;
  --color-primary-dark: #008657;
  --color-primary-darker: #006d45;
  --color-primary-light: #00754C;
  --color-bg-primary: #10141F;
  --color-bg-secondary: #161C29;
  --color-bg-tertiary: #131824;
  --color-bg-base: #0c0f16;
  --color-border: #1F283B;
  --color-text-base: #FFFFFF;
  --color-text-subdued: #97A3BF;
  --color-text-muted: #ADBAD9;
  /* Spacing */
  --spacing-xs: 0.25rem;
  --spacing-sm: 0.5rem;
  --spacing-md: 1rem;
  --spacing-lg: 1.5rem;
  --spacing-xl: 2rem;
  --spacing-2xl: 2.5rem;
  --spacing-3xl: 4rem;
  /* Border Radius */
  --radius-sm: 0.75rem;
  --radius-md: 1rem;
  --radius-lg: 1.5rem;
  /* Transitions */
  --transition-fast: 0.2s ease;
  --transition-base: 0.3s ease;
  --transition-slow: 0.5s ease;
  /* Shadows */
  --shadow-glow: 0 0 10px rgba(0, 181, 118, 0.1);
}

/* ============================================
   Base Styles & Utilities
   ============================================ */

/* Fix thick underline in Firefox and add offset */

.hover\:underline:hover {
  text-decoration-thickness: 1px;
  text-underline-offset: 8px;
}

/* Ensure consistent dotted underline thickness across browsers */

.decoration-dotted {
  text-decoration-thickness: 1px;
}

body {
  background: #0D0F1A;
}

/* H2 Global Styling - Responsive */

h2 {
  font-size: 1.75rem;
  /* 28px on mobile */
  font-weight: 600;
  /* semi-bold */
  line-height: 1.1;
  /* 110% */
  letter-spacing: -0.02em;
  /* -2% */
}

@media (min-width: 640px) {
  h2 {
    font-size: 2rem;
    /* 32px on small screens */
  }
}

@media (min-width: 1024px) {
  h2 {
    font-size: 2.5rem;
    /* 40px on large screens */
    line-height: 1;
    /* 100% */
  }
}

/* ============================================
   Component Styles
   ============================================ */

/* Button Variants */

.btn-hover-green {
  transition: all var(--transition-base);
}

.btn-hover-green:hover {
  background-color: rgba(0, 181, 118, 0.05);
  border-color: var(--color-primary);
  color: var(--color-primary);
  box-shadow: var(--shadow-glow);
}

/* Navigation Button Icons */

#prev-btn:hover svg path,
#next-btn:hover svg path {
  fill: var(--color-primary);
  transition: fill var(--transition-fast);
}

/* Card Styles */

.card-base {
  background-color: #0E111C;
  border: 1px solid #20253D;
  border-radius: var(--radius-md);
  padding: 1rem;
}

.card-base:hover {
  background-color: #0D101A;
}

/* Feature Card */

.feature-card {
  background-color: #0E111C;
  border: 1px solid #20253D;
  border-radius: var(--radius-md);
  padding: 1rem;
}

.feature-card:hover {
  background-color: #0D101A;
}

.feature-card {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sm);
  text-align: left;
  border-radius: 1rem;
  padding: 1.25rem;
}

@media (min-width: 640px) {
  .feature-card {
    padding: 1.25rem;
  }
}

@media (min-width: 1024px) {
  .feature-card {
    padding: var(--spacing-lg);
  }
}

.feature-card-icon {
  display: flex;
  justify-content: flex-start;
  margin-bottom: var(--spacing-md);
}

.feature-card-title {
  color: var(--color-text-base);
  font-size: 1.25rem;
  font-weight: bold;
  line-height: 1.3;
}

@media (min-width: 1024px) {
  .feature-card-title {
    font-size: 1.25rem;
    line-height: 1.2;
  }
}

.feature-card-description {
  color: var(--color-text-subdued);
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.6;
}

@media (min-width: 1024px) {
  .feature-card-description {
    font-size: 1rem;
    line-height: 1.5;
  }
}

/* FAQ Item */

.faq-item {
  background-color: #0E111C;
  border: 1px solid #20253D;
  border-radius: var(--radius-md);
  padding: 1rem;
}

.faq-item:hover {
  background-color: #0D101A;
}

.faq-item {
  display: flex;
  flex-direction: column;
  gap: var(--spacing-sm);
  max-width: 600px;
  width: 100%;
}

/* FAQ Card */

.faq-question {
  color: var(--color-text-base);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
}

.faq-answer {
  color: var(--color-text-subdued);
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.5;
}

/* ============================================
   Utility Classes
   ============================================ */

/* Text Utilities */

.text-primary {
  color: var(--color-primary);
}

.text-subdued {
  color: var(--color-text-subdued);
}

.text-muted {
  color: var(--color-text-muted);
}

/* Link Utilities */

.link-primary {
  color: var(--color-primary);
  text-decoration: underline;
  text-decoration-style: dotted;
  transition: color var(--transition-fast);
}

.link-primary:hover {
  color: var(--color-primary-dark);
}

.backdrop\:bg-transparent::backdrop {
  background-color: transparent;
}

.hover\:border-\[\#00B576\]:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 181 118 / var(--tw-border-opacity, 1));
}

.hover\:bg-\[\#006d45\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 109 69 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[rgba\(0\2c 181\2c 118\2c 0\.1\)\]:hover {
  background-color: rgba(0,181,118,0.1);
}

.hover\:fill-\[\#00B576\]:hover {
  fill: #00B576;
}

.hover\:text-\[\#B0BBE6\]:hover {
  --tw-text-opacity: 1;
  color: rgb(176 187 230 / var(--tw-text-opacity, 1));
}

.hover\:text-\[white\]:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / 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\:decoration-dotted:hover {
  text-decoration-style: dotted;
}

.hover\:opacity-100:hover {
  opacity: 1;
}

.hover\:shadow-\[0_0_10px_rgba\(0\2c 181\2c 118\2c 0\.1\)\]:hover {
  --tw-shadow: 0 0 10px rgba(0,181,118,0.1);
  --tw-shadow-colored: 0 0 10px 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-\[\#008657\]:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 134 87 / var(--tw-border-opacity, 1));
}

.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-\[\#008657\]:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 134 87 / var(--tw-ring-opacity, 1));
}

.focus\:ring-offset-2:focus {
  --tw-ring-offset-width: 2px;
}

.focus\:ring-offset-\[\#171D2B\]:focus {
  --tw-ring-offset-color: #171D2B;
}

@media (min-width: 640px) {
  .sm\:-top-80 {
    top: -20rem;
  }

  .sm\:left-\[calc\(50\%-30rem\)\] {
    left: calc(50% - 30rem);
  }

  .sm\:mx-6 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

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

  .sm\:mb-\[2\.5rem\] {
    margin-bottom: 2.5rem;
  }

  .sm\:mb-\[2rem\] {
    margin-bottom: 2rem;
  }

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

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

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:hidden {
    display: none;
  }

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

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

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

  .sm\:min-h-0 {
    min-height: 0px;
  }

  .sm\:min-h-\[56px\] {
    min-height: 56px;
  }

  .sm\:w-auto {
    width: auto;
  }

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

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

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

  .sm\:flex-row {
    flex-direction: row;
  }

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

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

  .sm\:gap-0 {
    gap: 0px;
  }

  .sm\:gap-12 {
    gap: 3rem;
  }

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

  .sm\:rounded-l-2xl {
    border-top-left-radius: 1rem;
    border-bottom-left-radius: 1rem;
  }

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

  .sm\:rounded-l-xl {
    border-top-left-radius: 0.75rem;
    border-bottom-left-radius: 0.75rem;
  }

  .sm\:rounded-r-2xl {
    border-top-right-radius: 1rem;
    border-bottom-right-radius: 1rem;
  }

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

  .sm\:rounded-r-xl {
    border-top-right-radius: 0.75rem;
    border-bottom-right-radius: 0.75rem;
  }

  .sm\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

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

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

  .sm\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .sm\:py-48 {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }

  .sm\:py-\[2rem\] {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .sm\:py-\[4rem\] {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .sm\:pb-\[2rem\] {
    padding-bottom: 2rem;
  }

  .sm\:pt-14 {
    padding-top: 3.5rem;
  }

  .sm\:pt-\[4rem\] {
    padding-top: 4rem;
  }

  .sm\:text-\[1\.125rem\] {
    font-size: 1.125rem;
  }

  .sm\:text-\[1\.25rem\] {
    font-size: 1.25rem;
  }

  .sm\:text-\[2\.75rem\]\/\[110\%\] {
    font-size: 2.75rem;
    line-height: 110%;
  }

  .sm\:text-\[2rem\] {
    font-size: 2rem;
  }

  .sm\:text-\[1rem\] {
    font-size: 1rem;
  }

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

  .sm\:ring-\[\#1D2637\] {
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(29 38 55 / var(--tw-ring-opacity, 1));
  }
}

@media (min-width: 768px) {
  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:text-\[1\.5rem\] {
    font-size: 1.5rem;
  }

  .md\:text-\[3rem\]\/\[110\%\] {
    font-size: 3rem;
    line-height: 110%;
  }
}

@media (min-width: 1024px) {
  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:mb-\[3rem\] {
    margin-bottom: 3rem;
  }

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

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

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

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

  .lg\:min-h-0 {
    min-height: 0px;
  }

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

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

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

  .lg\:gap-x-12 {
    -moz-column-gap: 3rem;
         column-gap: 3rem;
  }

  .lg\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .lg\:py-\[6rem\] {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:py-\[4rem\] {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:pt-\[6rem\] {
    padding-top: 6rem;
  }

  .lg\:text-\[1\.25rem\] {
    font-size: 1.25rem;
  }

  .lg\:text-\[2\.5rem\] {
    font-size: 2.5rem;
  }

  .lg\:text-\[3\.5rem\]\/\[110\%\] {
    font-size: 3.5rem;
    line-height: 110%;
  }
}
