@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');.page-wrapper {
  background-color: var(--neutral-15);
  display: flex;
  flex-direction: column;
  width: 100%;
  font-family: Montserrat;
  input {
    font-family: Montserrat;
  }

  .footer {
    color: var(--text-light);
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.3px;
    line-height: 18px;
    margin-top: 40px;
    padding-bottom: 40px;
    width: 100%;
  }

  .footer-text {
    color: var(--text-light);
    font-size: 14px;
    letter-spacing: 0.3px;
    line-height: 20px;
  }

  .header-bar {
    align-items: center;
    background-color: var(--neutral-0);
    border-bottom: 1px solid var(--neutral-50);
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    height: 72px;
    justify-content: center;
    margin-bottom: 40px;
    width: 100%;
  }

  .header-centered {
    align-items: center;
    display: flex;
    flex-direction: row;
    width: 1140px;
  }

  .header-divider {
    background-color: var(--neutral-50);
    height: 36px;
    margin: 0 15px;
    width: 1px;
  }

  .header-icon {
    height: 32px;
    width: 265px;
  }

  .page {
    box-sizing: border-box;
    background-color: var(--background-light-grey);
    margin: 0 auto;
  }

  .title {
    color: var(--text-default);
    font-size: 18px;
    font-weight: 500;
    letter-spacing: -0.3px;
  }
  .body {
    min-height: 200px;
    width: 100%;
    color: #67696a;
  }
}
.error-card-container {
  display: flex;
  justify-content: center;
}

.error-card {
  background-color: var(--neutral-0);
  border-radius: 4px;
  box-shadow: 0 13px 14px 0 rgb(19 72 89 / 10%);
  box-sizing: border-box;
  color: var(--tertiary);
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
  padding: 16px;
  max-width: 75%;

  @media (width >= 1024px) {
    padding: 24px;
  }
}

.error-content-wrapper {
  align-items: flex-start;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding-bottom: 20px;
}

.error-notice {
  color: var(--tertiary);
  font-weight: 600;
  margin-bottom: 8px;
}

.error-message-wrapper {
  align-items: flex-start;
  border-radius: 4px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: left;
  padding: 16px;

  @media (width >= 768px) {
    align-items: center;
    flex-direction: row;
  }
}

.error-info-wrapper {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: center;

  a {
    align-items: center;
    color: var(--link);
    justify-content: center;
    text-decoration: none;
  }
}

.error-megaphone {
  img {
    height: 56px;
    margin-right: 24px;
    width: 64px;
  }
}

.go-back-button-container {
  margin: auto;
  display: flex;
  justify-content: center;
}
.button-wrapper {
  background-color: var(--primary);
  color: var(--text-default-on-dark);
  cursor: pointer;
  display: flex;
  flex-direction: column;
  font-weight: 600;
  height: 45px;
  justify-content: center;
  padding: 0 10px;
  text-align: center;
}

.submit {
  margin-bottom: 30px;
}
.about-text {
  height: 20px;
  width: 100%;
  color: var(--shade-blue);
  font-size: 14px;
  letter-spacing: 0.3px;
  line-height: 20px;
  text-align: center;
}

.about-input {
  height: 40px;
  width: 345px;
  color: var(--blue-grey);
}

.about-single-Line {
  box-sizing: border-box;
  padding: 40px;
  width: 100%;
  display: inline-flex;
}


@layer fe-style{
/* Theme Variables */
:root {
  /* Responsive Screen Size Breakpoints 
    Note: CSS Vars are not usable within media queries */
  --min-mobile: 390px;
  --max-mobile: 767px;
  --min-tablet: 768px;
  --max-tablet: 1023px;
  --min-desktop: 1024px;
  --max-desktop: 1199px;
  --min-hd: 1200px;

  /* Theme Colors */

  --default-icon-background: #f3f6f7;
  --default-icon-text: #8b8e8f;
  --destructive-icon-background: #fce7e6;
  --destructive-icon-text: #e3170a;
  --error: #e3170a;
  --error-dark: #880e06;
  --error-light: #fce7e6;
  --font-family: montserrat, sans-serif;
  --font-mono-family: azeret mono, monospace;
  --info: #4392f1;
  --info-dark: #285891;
  --info-light: #e7eff8;
  --link: #1172e8;
  --link-icon-background: #e7f1fd;
  --link-icon-text: #1172e8;
  --neutral-0: #fff;
  --neutral-15: #f8f9fa;
  --neutral-25: #f3f6f7;
  --neutral-35: #eef2f3;
  --neutral-50: #e7ecee;
  --neutral-55: #cfd4d6;
  --neutral-60: #b8bcbe;
  --neutral-70: #8b8e8f;
  --neutral-80: #5c5e5f;
  --neutral-95: #171818;
  --primary: #f37028;
  --primary-dark: #c25a20;
  --primary-darker: #7a3814;
  --primary-light: #f58d53;
  --primary-lighter: #f9b894;
  --secondary: #fcaf1a;
  --secondary-dark: #ca8c15;
  --secondary-darker: #7e580d;
  --secondary-light: #fdbf48;
  --secondary-lighter: #fed78d;
  --success: #4a825c;
  --success-dark: #2c4e37;
  --success-light: #ecf2ee;
  --tertiary: #0e4455;
  --tertiary-dark: #0b3644;
  --tertiary-darker: #07222b;
  --tertiary-light: #3e6977;
  --tertiary-lighter: #87a2aa;
  --text-default: #0e4455;
  --text-default-on-dark: #fff;
  --text-disabled-1: #cfd4d6;
  --text-disabled-2: #b8bcbe;
  --text-light: #5c5e5f;
  --warning: #e98a15;
  --warning-dark: #8c530d;
  --warning-light: #fcf3e7;

  /* Toastify Colors */
  --toastify-color-light: var(--neutral-0);
  --toastify-color-transparent: rgba(255, 255, 255, 70%);
  --toastify-toast-width: 450px;
  --toastify-toast-background: var(--neutral-0);
  --toastify-toast-min-height: 60px;
  --toastify-toast-max-height: 800px;
  --toastify-z-index: 9999;
  --toastify-color-progress-info: var(--info);
  --toastify-color-progress-success: var(--success);
  --toastify-color-progress-warning: var(--warning);
  --toastify-color-progress-error: var(--error);

  /* Other */
  --z-index-modal: 9000;
  --z-index-overlay: 8000;
  --logo-width: 169px;
  --logo-height: 46px;
  --mobile-logo-width: 141px;
  --mobile-logo-height: 39px;
  --dashboard-logo-tablet-height: 24px;
  --dashboard-logo-tablet-width: 198px;
  --dashboard-logo-mobile-height: 31px;
  --dashboard-logo-mobile-width: 110px;
  --fw500: 500;
  --fw600: 600;
}

/* Typography - Desktop/Tablet */

/* Note - the order of these blocks is important
  If the Typography isn't before the individual classes
  giving an element both a typography class AND an single 
  attribute class doesn't work because the rules of CSS
  give precedence to the last style IN THE FILE */

.typog-hero-large {
  font-weight: 500;
  font-size: 40px;
  line-height: 50px;
  letter-spacing: -0.3px;

  @media screen and (width <= 767px) {
    font-size: 36px;
    line-height: 46px;
  }
}

.typog-hero-small {
  font-weight: 500;
  font-size: 36px;
  line-height: 46px;
  letter-spacing: -0.3px;

  @media screen and (width <= 767px) {
    font-size: 32px;
    line-height: 42px;
  }
}

.typog-h1-extra-large {
  font-weight: 500;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: -0.3px;

  @media screen and (width <= 767px) {
    font-size: 28px;
    line-height: 38px;
  }
}

.typog-h2-large {
  font-weight: 500;
  font-size: 28px;
  line-height: 38px;
  letter-spacing: -0.3px;

  @media screen and (width <= 767px) {
    font-size: 24px;
    line-height: 34px;
  }
}

.typog-h3-med {
  font-weight: 500;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: -0.3px;

  @media screen and (width <= 767px) {
    font-size: 20px;
    line-height: 30px;
  }
}

.typog-h4-small {
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.3px;

  @media screen and (width <= 767px) {
    font-size: 18px;
    line-height: 28px;
  }
}

.typog-body-large {
  font-weight: 400;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0.3px;
}

.typog-body {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.3px;
}

.typog-tagline {
  font-weight: 700;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1.25px;
}

.typog-tagline-small {
  font-weight: 700;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 1.25px;
}

.typog-body-small {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.3px;
}

.typog-body-small-subtitle {
  font-weight: 600;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 1.25px;
}

/* Font Sizes */
.font-size-14 {
  font-size: 14px;
}

.font-size-16 {
  font-size: 16px;
}

.font-size-18 {
  font-size: 18px;
}

.font-size-20 {
  font-size: 20px;
}

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

.font-size-28 {
  font-size: 28px;
}

.font-size-32 {
  font-size: 32px;
}

.font-size-36 {
  font-size: 36px;
}

.font-size-40 {
  font-size: 40px;
}

/* Font Weights */
.font-weight-bold {
  font-weight: 700;
}

.font-weight-light {
  font-weight: 300;
}

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

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

.font-weight-reg-cell {
  font-weight: 300;
}

.font-weight-semi-bold {
  font-weight: 600;
}

/* Letter Spacing */
.letter-spacing-neg-p3 {
  letter-spacing: -0.3px;
}

.letter-spacing-neg-p5 {
  letter-spacing: -0.5px;
}

.letter-spacing-pos-p3 {
  letter-spacing: 0.3px;
}

.letter-spacing-pos-1p25 {
  letter-spacing: 1.25px;
}

/* Line Height */
.line-height-20 {
  line-height: 20px;
}

.line-height-24 {
  line-height: 24px;
}

.line-height-26 {
  line-height: 26px;
}

.line-height-28 {
  line-height: 28px;
}

.line-height-30 {
  line-height: 30px;
}

.line-height-34 {
  line-height: 34px;
}

.line-height-38 {
  line-height: 38px;
}

.line-height-42 {
  line-height: 42px;
}

.line-height-46 {
  line-height: 46px;
}

.line-height-50 {
  line-height: 50px;
}

/* Opacity */
.opac-30 {
  opacity: 0.3;
}

.opac-15 {
  opacity: 0.15;
}

.opac-02 {
  opacity: 0.02;
}
}
/* Cascade layer for calculator styles - keeps them isolated from parent project styles */
@layer calculator {
  *, ::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.19 | 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: Inter, 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;
}
  .sr-only{
position: absolute;
width: 1px;
height: 1px;
padding: 0;
margin: -1px;
overflow: hidden;
clip: rect(0, 0, 0, 0);
white-space: nowrap;
border-width: 0;
}
  .pointer-events-none{
pointer-events: none;
}
  .pointer-events-auto{
pointer-events: auto;
}
  .visible{
visibility: visible;
}
  .fixed{
position: fixed;
}
  .absolute{
position: absolute;
}
  .relative{
position: relative;
}
  .sticky{
position: sticky;
}
  .inset-0{
inset: 0px;
}
  .inset-x-0{
left: 0px;
right: 0px;
}
  .inset-y-0{
top: 0px;
bottom: 0px;
}
  .bottom-0{
bottom: 0px;
}
  .bottom-full{
bottom: 100%;
}
  .left-0{
left: 0px;
}
  .left-2{
left: 0.5rem;
}
  .left-\[50\%\]{
left: 50%;
}
  .right-0{
right: 0px;
}
  .right-2{
right: 0.5rem;
}
  .right-4{
right: 1rem;
}
  .top-0{
top: 0px;
}
  .top-1\/2{
top: 50%;
}
  .top-2{
top: 0.5rem;
}
  .top-4{
top: 1rem;
}
  .top-\[50\%\]{
top: 50%;
}
  .top-full{
top: 100%;
}
  .z-10{
z-index: 10;
}
  .z-50{
z-index: 50;
}
  .z-\[100\]{
z-index: 100;
}
  .-mx-1{
margin-left: -0.25rem;
margin-right: -0.25rem;
}
  .mx-auto{
margin-left: auto;
margin-right: auto;
}
  .my-1{
margin-top: 0.25rem;
margin-bottom: 0.25rem;
}
  .my-3{
margin-top: 0.75rem;
margin-bottom: 0.75rem;
}
  .mb-1{
margin-bottom: 0.25rem;
}
  .mb-1\.5{
margin-bottom: 0.375rem;
}
  .mb-2{
margin-bottom: 0.5rem;
}
  .mb-2\.5{
margin-bottom: 0.625rem;
}
  .mb-3{
margin-bottom: 0.75rem;
}
  .mb-3\.5{
margin-bottom: 0.875rem;
}
  .mb-4{
margin-bottom: 1rem;
}
  .mb-6{
margin-bottom: 1.5rem;
}
  .mb-8{
margin-bottom: 2rem;
}
  .mr-1{
margin-right: 0.25rem;
}
  .mr-2{
margin-right: 0.5rem;
}
  .mt-0\.5{
margin-top: 0.125rem;
}
  .mt-1{
margin-top: 0.25rem;
}
  .mt-1\.5{
margin-top: 0.375rem;
}
  .mt-2{
margin-top: 0.5rem;
}
  .mt-2\.5{
margin-top: 0.625rem;
}
  .mt-3{
margin-top: 0.75rem;
}
  .mt-4{
margin-top: 1rem;
}
  .mt-5{
margin-top: 1.25rem;
}
  .mt-6{
margin-top: 1.5rem;
}
  .mt-8{
margin-top: 2rem;
}
  .block{
display: block;
}
  .inline{
display: inline;
}
  .flex{
display: flex;
}
  .inline-flex{
display: inline-flex;
}
  .table{
display: table;
}
  .grid{
display: grid;
}
  .hidden{
display: none;
}
  .h-10{
height: 2.5rem;
}
  .h-11{
height: 2.75rem;
}
  .h-12{
height: 3rem;
}
  .h-16{
height: 4rem;
}
  .h-2{
height: 0.5rem;
}
  .h-20{
height: 5rem;
}
  .h-3{
height: 0.75rem;
}
  .h-3\.5{
height: 0.875rem;
}
  .h-4{
height: 1rem;
}
  .h-5{
height: 1.25rem;
}
  .h-6{
height: 1.5rem;
}
  .h-64{
height: 16rem;
}
  .h-7{
height: 1.75rem;
}
  .h-8{
height: 2rem;
}
  .h-9{
height: 2.25rem;
}
  .h-\[14px\]{
height: 14px;
}
  .h-\[1px\]{
height: 1px;
}
  .h-\[76px\]{
height: 76px;
}
  .h-\[var\(--radix-select-trigger-height\)\]{
height: var(--radix-select-trigger-height);
}
  .h-fit{
height: -moz-fit-content;
height: fit-content;
}
  .h-full{
height: 100%;
}
  .h-px{
height: 1px;
}
  .max-h-96{
max-height: 24rem;
}
  .max-h-screen{
max-height: 100vh;
}
  .min-h-\[40px\]{
min-height: 40px;
}
  .min-h-screen{
min-height: 100vh;
}
  .w-0\.5{
width: 0.125rem;
}
  .w-10{
width: 2.5rem;
}
  .w-11{
width: 2.75rem;
}
  .w-12{
width: 3rem;
}
  .w-20{
width: 5rem;
}
  .w-24{
width: 6rem;
}
  .w-3{
width: 0.75rem;
}
  .w-3\.5{
width: 0.875rem;
}
  .w-3\/4{
width: 75%;
}
  .w-32{
width: 8rem;
}
  .w-4{
width: 1rem;
}
  .w-40{
width: 10rem;
}
  .w-5{
width: 1.25rem;
}
  .w-72{
width: 18rem;
}
  .w-8{
width: 2rem;
}
  .w-\[110px\]{
width: 110px;
}
  .w-\[14px\]{
width: 14px;
}
  .w-\[1px\]{
width: 1px;
}
  .w-\[50\%\]{
width: 50%;
}
  .w-\[85px\]{
width: 85px;
}
  .w-full{
width: 100%;
}
  .min-w-\[8rem\]{
min-width: 8rem;
}
  .min-w-\[var\(--radix-select-trigger-width\)\]{
min-width: var(--radix-select-trigger-width);
}
  .max-w-3xl{
max-width: 48rem;
}
  .max-w-7xl{
max-width: 80rem;
}
  .max-w-\[1280px\]{
max-width: 1280px;
}
  .max-w-\[700px\]{
max-width: 700px;
}
  .max-w-\[800px\]{
max-width: 800px;
}
  .max-w-\[820px\]{
max-width: 820px;
}
  .max-w-lg{
max-width: 32rem;
}
  .max-w-xs{
max-width: 20rem;
}
  .flex-1{
flex: 1 1 0%;
}
  .shrink-0{
flex-shrink: 0;
}
  .grow{
flex-grow: 1;
}
  .-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-x-\[-50\%\]{
--tw-translate-x: -50%;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
  .translate-y-\[-50\%\]{
--tw-translate-y: -50%;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
  .rotate-180{
--tw-rotate: 180deg;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
  .scale-125{
--tw-scale-x: 1.25;
--tw-scale-y: 1.25;
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-90{
--tw-scale-x: .9;
--tw-scale-y: .9;
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 pulse{
50%{
opacity: .5;
}
}
  .animate-pulse{
animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
  @keyframes spin{
to{
transform: rotate(360deg);
}
}
  .animate-spin{
animation: spin 1s linear infinite;
}
  .cursor-default{
cursor: default;
}
  .cursor-not-allowed{
cursor: not-allowed;
}
  .cursor-pointer{
cursor: pointer;
}
  .touch-none{
touch-action: none;
}
  .touch-manipulation{
touch-action: manipulation;
}
  .select-none{
-webkit-user-select: none;
   -moz-user-select: none;
        user-select: none;
}
  .resize{
resize: both;
}
  .list-outside{
list-style-position: outside;
}
  .list-disc{
list-style-type: disc;
}
  .grid-cols-1{
grid-template-columns: repeat(1, minmax(0, 1fr));
}
  .grid-cols-2{
grid-template-columns: repeat(2, minmax(0, 1fr));
}
  .grid-cols-\[1fr_2fr\]{
grid-template-columns: 1fr 2fr;
}
  .flex-col{
flex-direction: column;
}
  .flex-col-reverse{
flex-direction: column-reverse;
}
  .flex-wrap{
flex-wrap: wrap;
}
  .items-start{
align-items: flex-start;
}
  .items-end{
align-items: flex-end;
}
  .items-center{
align-items: center;
}
  .justify-center{
justify-content: center;
}
  .justify-between{
justify-content: space-between;
}
  .gap-1{
gap: 0.25rem;
}
  .gap-1\.5{
gap: 0.375rem;
}
  .gap-10{
gap: 2.5rem;
}
  .gap-2{
gap: 0.5rem;
}
  .gap-2\.5{
gap: 0.625rem;
}
  .gap-3{
gap: 0.75rem;
}
  .gap-4{
gap: 1rem;
}
  .gap-5{
gap: 1.25rem;
}
  .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-y-1\.5 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(0.375rem * var(--tw-space-y-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-2\.5 > :not([hidden]) ~ :not([hidden]){
--tw-space-y-reverse: 0;
margin-top: calc(0.625rem * calc(1 - var(--tw-space-y-reverse)));
margin-bottom: calc(0.625rem * 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));
}
  .overflow-hidden{
overflow: hidden;
}
  .overflow-visible{
overflow: visible;
}
  .whitespace-nowrap{
white-space: nowrap;
}
  .text-nowrap{
text-wrap: nowrap;
}
  .rounded{
border-radius: 0.25rem;
}
  .rounded-full{
border-radius: 9999px;
}
  .rounded-lg{
border-radius: var(--radius);
}
  .rounded-md{
border-radius: calc(var(--radius) - 2px);
}
  .rounded-sm{
border-radius: calc(var(--radius) - 4px);
}
  .rounded-xl{
border-radius: 0.75rem;
}
  .rounded-l-full{
border-top-left-radius: 9999px;
border-bottom-left-radius: 9999px;
}
  .border{
border-width: 1px;
}
  .border-0{
border-width: 0px;
}
  .border-2{
border-width: 2px;
}
  .border-b{
border-bottom-width: 1px;
}
  .border-b-0{
border-bottom-width: 0px;
}
  .border-b-2{
border-bottom-width: 2px;
}
  .border-l{
border-left-width: 1px;
}
  .border-r{
border-right-width: 1px;
}
  .border-t{
border-top-width: 1px;
}
  .border-accent{
border-color: hsl(var(--accent));
}
  .border-accent\/\[0\.18\]{
border-color: hsl(var(--accent) / 0.18);
}
  .border-border{
border-color: hsl(var(--border));
}
  .border-destructive{
border-color: hsl(var(--destructive));
}
  .border-destructive\/20{
border-color: hsl(var(--destructive) / 0.2);
}
  .border-input{
border-color: hsl(var(--input));
}
  .border-muted{
border-color: hsl(var(--muted));
}
  .border-muted-foreground\/30{
border-color: hsl(var(--muted-foreground) / 0.3);
}
  .border-navy{
border-color: hsl(var(--navy));
}
  .border-navy\/\[0\.12\]{
border-color: hsl(var(--navy) / 0.12);
}
  .border-primary{
border-color: hsl(var(--primary-cta));
}
  .border-primary\/40{
border-color: hsl(var(--primary-cta) / 0.4);
}
  .border-red-200{
--tw-border-opacity: 1;
border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}
  .border-red-500{
--tw-border-opacity: 1;
border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
  .border-reserve{
border-color: hsl(var(--reserve));
}
  .border-reserve\/\[0\.18\]{
border-color: hsl(var(--reserve) / 0.18);
}
  .border-transparent{
border-color: transparent;
}
  .border-t-transparent{
border-top-color: transparent;
}
  .bg-accent{
background-color: hsl(var(--accent));
}
  .bg-accent\/10{
background-color: hsl(var(--accent) / 0.1);
}
  .bg-accent\/20{
background-color: hsl(var(--accent) / 0.2);
}
  .bg-accent\/30{
background-color: hsl(var(--accent) / 0.3);
}
  .bg-accent\/5{
background-color: hsl(var(--accent) / 0.05);
}
  .bg-accent\/\[0\.04\]{
background-color: hsl(var(--accent) / 0.04);
}
  .bg-background{
background-color: hsl(var(--background));
}
  .bg-black\/80{
background-color: rgb(0 0 0 / 0.8);
}
  .bg-border{
background-color: hsl(var(--border));
}
  .bg-card{
background-color: hsl(var(--card));
}
  .bg-destructive{
background-color: hsl(var(--destructive));
}
  .bg-destructive\/\[0\.08\]{
background-color: hsl(var(--destructive) / 0.08);
}
  .bg-muted{
background-color: hsl(var(--muted));
}
  .bg-muted-foreground\/20{
background-color: hsl(var(--muted-foreground) / 0.2);
}
  .bg-muted\/20{
background-color: hsl(var(--muted) / 0.2);
}
  .bg-muted\/30{
background-color: hsl(var(--muted) / 0.3);
}
  .bg-muted\/50{
background-color: hsl(var(--muted) / 0.5);
}
  .bg-muted\/60{
background-color: hsl(var(--muted) / 0.6);
}
  .bg-navy{
background-color: hsl(var(--navy));
}
  .bg-navy\/\[0\.04\]{
background-color: hsl(var(--navy) / 0.04);
}
  .bg-popover{
background-color: hsl(var(--popover));
}
  .bg-primary{
background-color: hsl(var(--primary-cta));
}
  .bg-primary\/10{
background-color: hsl(var(--primary-cta) / 0.1);
}
  .bg-red-50{
--tw-bg-opacity: 1;
background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
  .bg-reserve{
background-color: hsl(var(--reserve));
}
  .bg-reserve\/10{
background-color: hsl(var(--reserve) / 0.1);
}
  .bg-reserve\/20{
background-color: hsl(var(--reserve) / 0.2);
}
  .bg-reserve\/30{
background-color: hsl(var(--reserve) / 0.3);
}
  .bg-reserve\/5{
background-color: hsl(var(--reserve) / 0.05);
}
  .bg-reserve\/\[0\.04\]{
background-color: hsl(var(--reserve) / 0.04);
}
  .bg-secondary{
background-color: hsl(var(--secondary));
}
  .bg-transparent{
background-color: transparent;
}
  .bg-gradient-to-r{
background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
  .from-transparent{
--tw-gradient-from: transparent 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);
}
  .via-white\/10{
--tw-gradient-to: rgb(255 255 255 / 0)  var(--tw-gradient-to-position);
--tw-gradient-stops: var(--tw-gradient-from), rgb(255 255 255 / 0.1) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
  .to-transparent{
--tw-gradient-to: transparent var(--tw-gradient-to-position);
}
  .fill-accent{
fill: hsl(var(--accent));
}
  .fill-primary{
fill: hsl(var(--primary-cta));
}
  .fill-reserve{
fill: hsl(var(--reserve));
}
  .p-0{
padding: 0px;
}
  .p-0\.5{
padding: 0.125rem;
}
  .p-1{
padding: 0.25rem;
}
  .p-2\.5{
padding: 0.625rem;
}
  .p-4{
padding: 1rem;
}
  .p-5{
padding: 1.25rem;
}
  .p-6{
padding: 1.5rem;
}
  .p-8{
padding: 2rem;
}
  .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-8{
padding-left: 2rem;
padding-right: 2rem;
}
  .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-2{
padding-top: 0.5rem;
padding-bottom: 0.5rem;
}
  .py-3{
padding-top: 0.75rem;
padding-bottom: 0.75rem;
}
  .py-4{
padding-top: 1rem;
padding-bottom: 1rem;
}
  .py-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-0{
padding-bottom: 0px;
}
  .pb-2{
padding-bottom: 0.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-2{
padding-left: 0.5rem;
}
  .pl-5{
padding-left: 1.25rem;
}
  .pl-8{
padding-left: 2rem;
}
  .pr-2{
padding-right: 0.5rem;
}
  .pr-7{
padding-right: 1.75rem;
}
  .pr-8{
padding-right: 2rem;
}
  .pt-0{
padding-top: 0px;
}
  .pt-2{
padding-top: 0.5rem;
}
  .pt-3{
padding-top: 0.75rem;
}
  .pt-4{
padding-top: 1rem;
}
  .text-left{
text-align: left;
}
  .text-center{
text-align: center;
}
  .text-right{
text-align: right;
}
  .font-inter{
font-family: Inter, system-ui, sans-serif;
}
  .font-trajan{
font-family: Cinzel, Trajan Pro, Trajan, Times New Roman, serif;
}
  .\!text-sm{
font-size: 0.875rem !important;
line-height: 1.25rem !important;
}
  .text-2xl{
font-size: 1.5rem;
line-height: 2rem;
}
  .text-3xl{
font-size: 1.875rem;
line-height: 2.25rem;
}
  .text-4xl{
font-size: 2.25rem;
line-height: 2.5rem;
}
  .text-\[10px\]{
font-size: 10px;
}
  .text-\[12px\]{
font-size: 12px;
}
  .text-\[13px\]{
font-size: 13px;
}
  .text-\[15px\]{
font-size: 15px;
}
  .text-base{
font-size: 1rem;
line-height: 1.5rem;
}
  .text-lg{
font-size: 1.125rem;
line-height: 1.75rem;
}
  .text-sm{
font-size: 0.875rem;
line-height: 1.25rem;
}
  .text-xl{
font-size: 1.25rem;
line-height: 1.75rem;
}
  .text-xs{
font-size: 0.75rem;
line-height: 1rem;
}
  .font-bold{
font-weight: 700;
}
  .font-extrabold{
font-weight: 800;
}
  .font-light{
font-weight: 300;
}
  .font-medium{
font-weight: 500;
}
  .font-normal{
font-weight: 400;
}
  .font-semibold{
font-weight: 600;
}
  .uppercase{
text-transform: uppercase;
}
  .capitalize{
text-transform: capitalize;
}
  .leading-none{
line-height: 1;
}
  .leading-snug{
line-height: 1.375;
}
  .tracking-tight{
letter-spacing: -0.025em;
}
  .tracking-wide{
letter-spacing: 0.025em;
}
  .tracking-wider{
letter-spacing: 0.05em;
}
  .text-\[hsl\(20\2c 60\%\2c 32\%\)\]{
--tw-text-opacity: 1;
color: hsl(20 60% 32% / var(--tw-text-opacity, 1));
}
  .text-\[hsl\(41\2c 38\%\2c 40\%\)\]{
--tw-text-opacity: 1;
color: hsl(41 38% 40% / var(--tw-text-opacity, 1));
}
  .text-accent{
color: hsl(var(--accent));
}
  .text-card-foreground{
color: hsl(var(--card-foreground));
}
  .text-destructive{
color: hsl(var(--destructive));
}
  .text-destructive-foreground{
color: hsl(var(--destructive-foreground));
}
  .text-foreground{
color: hsl(var(--foreground));
}
  .text-foreground\/50{
color: hsl(var(--foreground) / 0.5);
}
  .text-muted-foreground{
color: hsl(var(--muted-foreground));
}
  .text-muted-foreground\/50{
color: hsl(var(--muted-foreground) / 0.5);
}
  .text-muted-foreground\/70{
color: hsl(var(--muted-foreground) / 0.7);
}
  .text-navy{
color: hsl(var(--navy));
}
  .text-popover-foreground{
color: hsl(var(--popover-foreground));
}
  .text-primary{
color: hsl(var(--primary-cta));
}
  .text-primary-foreground{
color: hsl(var(--primary-cta-foreground));
}
  .text-primary\/90{
color: hsl(var(--primary-cta) / 0.9);
}
  .text-red-600{
--tw-text-opacity: 1;
color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
  .text-reserve{
color: hsl(var(--reserve));
}
  .text-secondary-foreground{
color: hsl(var(--secondary-foreground));
}
  .text-white{
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
  .text-white\/70{
color: rgb(255 255 255 / 0.7);
}
  .text-white\/80{
color: rgb(255 255 255 / 0.8);
}
  .text-white\/90{
color: rgb(255 255 255 / 0.9);
}
  .text-white\/95{
color: rgb(255 255 255 / 0.95);
}
  .underline{
text-decoration-line: underline;
}
  .line-through{
text-decoration-line: line-through;
}
  .underline-offset-4{
text-underline-offset: 4px;
}
  .opacity-0{
opacity: 0;
}
  .opacity-40{
opacity: 0.4;
}
  .opacity-50{
opacity: 0.5;
}
  .opacity-60{
opacity: 0.6;
}
  .opacity-70{
opacity: 0.7;
}
  .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-\[0_0_12px_4px_hsl\(var\(--accent\)\/0\.4\)\]{
--tw-shadow: 0 0 12px 4px hsl(var(--accent)/0.4);
--tw-shadow-colored: 0 0 12px 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-\[0_0_12px_4px_hsl\(var\(--reserve\)\/0\.4\)\]{
--tw-shadow: 0 0 12px 4px hsl(var(--reserve)/0.4);
--tw-shadow-colored: 0 0 12px 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-\[0_0_12px_hsl\(var\(--accent\)\/0\.45\)\]{
--tw-shadow: 0 0 12px hsl(var(--accent)/0.45);
--tw-shadow-colored: 0 0 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_0_12px_hsl\(var\(--reserve\)\/0\.5\)\]{
--tw-shadow: 0 0 12px hsl(var(--reserve)/0.5);
--tw-shadow-colored: 0 0 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-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-0{
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
  .ring-offset-background{
--tw-ring-offset-color: hsl(var(--background));
}
  .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);
}
  .drop-shadow-md{
--tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
  .drop-shadow-sm{
--tw-drop-shadow: drop-shadow(0 1px 1px rgb(0 0 0 / 0.05));
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
  .filter{
filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
  .transition{
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
}
  .transition-all{
transition-property: all;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
}
  .transition-colors{
transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
transition-duration: 150ms;
}
  .transition-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-200{
transition-duration: 200ms;
}
  .duration-300{
transition-duration: 300ms;
}
  .ease-in-out{
transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
  .ease-out{
transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
  @keyframes enter{
from{
opacity: var(--tw-enter-opacity, 1);
transform: translate3d(var(--tw-enter-translate-x, 0), var(--tw-enter-translate-y, 0), 0) scale3d(var(--tw-enter-scale, 1), var(--tw-enter-scale, 1), var(--tw-enter-scale, 1)) rotate(var(--tw-enter-rotate, 0));
}
}
  @keyframes exit{
to{
opacity: var(--tw-exit-opacity, 1);
transform: translate3d(var(--tw-exit-translate-x, 0), var(--tw-exit-translate-y, 0), 0) scale3d(var(--tw-exit-scale, 1), var(--tw-exit-scale, 1), var(--tw-exit-scale, 1)) rotate(var(--tw-exit-rotate, 0));
}
}
  .animate-in{
animation-name: enter;
animation-duration: 150ms;
--tw-enter-opacity: initial;
--tw-enter-scale: initial;
--tw-enter-rotate: initial;
--tw-enter-translate-x: initial;
--tw-enter-translate-y: initial;
}
  .fade-in-0{
--tw-enter-opacity: 0;
}
  .zoom-in-95{
--tw-enter-scale: .95;
}
  .duration-200{
animation-duration: 200ms;
}
  .duration-300{
animation-duration: 300ms;
}
  .ease-in-out{
animation-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
  .ease-out{
animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
  .running{
animation-play-state: running;
}
}
/* Definition of the design system. All colors, gradients, fonts, etc should be defined here. 
All colors MUST be HSL.
*/
@layer calculator {
  :root {
    --background: 0 0% 98%;
    --foreground: 215 25% 27%;

    --card: 0 0% 100%;
    --card-foreground: 215 25% 27%;

    --popover: 0 0% 100%;
    --popover-foreground: 215 25% 27%;

    --primary-cta: 195 79% 13%;
    --primary-cta-foreground: 0 0% 100%;

    --secondary: 210 17% 93%;
    --secondary-foreground: 215 25% 27%;

    --muted: 210 17% 93%;
    --muted-foreground: 211 30% 38%;

    --accent: 22 82% 58%;
    --accent-foreground: 0 0% 100%;

    --reserve: 41 38% 52%;
    --reserve-foreground: 0 0% 100%;

    --destructive: 0 84.2% 60.2%;
    --destructive-foreground: 0 0% 100%;

    --border: 210 20% 88%;
    --input: 210 20% 88%;
    --ring: 211 50% 24%;

    --radius: 0.5rem;

    --navy: 195 79% 13%;
    --orange: 22 82% 58%;

    --sidebar-background: 0 0% 98%;

    --sidebar-foreground: 240 5.3% 26.1%;

    --sidebar-primary: 240 5.9% 10%;

    --sidebar-primary-foreground: 0 0% 98%;

    --sidebar-accent: 240 4.8% 95.9%;

    --sidebar-accent-foreground: 240 5.9% 10%;

    --sidebar-border: 220 13% 91%;

    --sidebar-ring: 217.2 91.2% 59.8%;
  }
  .dark {
    --background: 215 28% 17%;
    --foreground: 0 0% 98%;

    --card: 215 28% 17%;
    --card-foreground: 0 0% 98%;

    --popover: 215 28% 17%;
    --popover-foreground: 0 0% 98%;

    --primary-cta: 0 0% 98%;
    --primary-cta-foreground: 211 50% 24%;

    --secondary: 215 25% 27%;
    --secondary-foreground: 0 0% 98%;

    --muted: 215 25% 27%;
    --muted-foreground: 215 15% 65%;

    --accent: 22 82% 58%;
    --accent-foreground: 0 0% 100%;

    --destructive: 0 62.8% 30.6%;
    --destructive-foreground: 0 0% 98%;

    --border: 215 25% 27%;
    --input: 215 25% 27%;
    --ring: 22 82% 58%;

    --navy: 195 79% 13%;
    --orange: 22 82% 58%;
    --sidebar-background: 240 5.9% 10%;
    --sidebar-foreground: 240 4.8% 95.9%;
    --sidebar-primary: 224.3 76.3% 48%;
    --sidebar-primary-foreground: 0 0% 100%;
    --sidebar-accent: 240 3.7% 15.9%;
    --sidebar-accent-foreground: 240 4.8% 95.9%;
    --sidebar-border: 240 3.7% 15.9%;
    --sidebar-ring: 217.2 91.2% 59.8%;
  }
  *{
border-color: hsl(var(--border));
}

  body{
color: hsl(var(--foreground));
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-family: "Inter", system-ui, sans-serif;
}

  /* Subtle background texture for main content areas */
  .bg-texture {
    background-color: hsl(var(--background));
    background-image:
      radial-gradient(
        circle at 20% 50%,
        hsl(var(--muted) / 0.5) 0%,
        transparent 50%
      ),
      radial-gradient(
        circle at 80% 20%,
        hsl(var(--muted) / 0.4) 0%,
        transparent 40%
      ),
      radial-gradient(
        circle at 40% 80%,
        hsl(var(--muted) / 0.35) 0%,
        transparent 45%
      ),
      radial-gradient(
        ellipse at 60% 60%,
        hsl(var(--accent) / 0.03) 0%,
        transparent 60%
      );
  }

  .font-trajan {
    font-family: "Cinzel", "Trajan Pro", "Trajan", "Times New Roman", serif;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    font-weight: 800;
    font-feature-settings:
      "liga" 1,
      "kern" 1;
  }

  .reserve-crest {
    position: absolute;
    top: 22px;
    right: 22px;
    z-index: 5;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    padding: 9px 12px 8px;
    color: hsl(var(--reserve));
    background: hsl(var(--navy) / 0.55);
    border: 1px solid hsl(var(--reserve) / 0.8);
    border-radius: 4px;
    box-shadow:
      inset 0 0 0 2px hsl(var(--navy)),
      inset 0 0 0 3px hsl(var(--reserve) / 0.45),
      0 1px 4px hsl(var(--navy) / 0.5);
    font-size: 13px;
    line-height: 1;
  }

  /* Visible scrollbar styling - always visible (not just when scrolling) */
  .scrollbar-visible {
    scrollbar-width: thin;
    scrollbar-color: hsl(var(--muted-foreground) / 0.4) hsl(var(--muted) / 0.3);
    overflow-y: scroll !important; /* Force scrollbar to always show on macOS */
    -webkit-overflow-scrolling: touch;
  }

  .scrollbar-visible:hover {
    scrollbar-color: hsl(var(--muted-foreground) / 0.6) hsl(var(--muted) / 0.5);
  }

  .scrollbar-visible::-webkit-scrollbar {
    width: 8px;
    -webkit-appearance: none; /* Force scrollbar on macOS */
  }

  .scrollbar-visible::-webkit-scrollbar-track {
    background: hsl(var(--muted) / 0.3);
    border-radius: 4px;
  }

  .scrollbar-visible:hover::-webkit-scrollbar-track {
    background: hsl(var(--muted) / 0.5);
  }

  .scrollbar-visible::-webkit-scrollbar-thumb {
    background: hsl(var(--muted-foreground) / 0.4);
    border-radius: 4px;
    min-height: 30px; /* Ensure thumb is always visible */
  }

  .scrollbar-visible:hover::-webkit-scrollbar-thumb {
    background: hsl(var(--muted-foreground) / 0.6);
  }

  .scrollbar-visible::-webkit-scrollbar-thumb:hover {
    background: hsl(var(--muted-foreground) / 0.75);
  }

  /* Enhanced focus visibility for accessibility */
  *:focus-visible{
outline: 2px solid transparent;
outline-offset: 2px;
--tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
--tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(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);
--tw-ring-color: hsl(var(--ring));
--tw-ring-offset-width: 2px;
}

  /* Ensure sufficient contrast for disabled states */
  *:disabled{
cursor: not-allowed;
}

  /* Screen reader only content */
  .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;
  }
  /* Enhanced slider thumb visibility and keyboard focus */
  [role="slider"]:focus-visible{
--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);
--tw-ring-color: hsl(var(--ring));
--tw-ring-offset-width: 2px;
}

  /* Improve button focus states */
  button:focus-visible{
--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);
--tw-ring-color: hsl(var(--ring));
--tw-ring-offset-width: 2px;
}

  /* Improve input focus states */
  input:focus-visible,
  select:focus-visible,
  textarea:focus-visible{
--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);
--tw-ring-color: hsl(var(--ring));
--tw-ring-offset-width: 2px;
}
  /* Border glow animation for ACE indicator */
  @keyframes border-glow {
    0%,
    100% {
      border-color: hsl(var(--accent));
      box-shadow: 0 0 8px hsl(var(--accent) / 0.4);
    }
    50% {
      border-color: hsl(var(--accent) / 0.6);
      box-shadow: 0 0 16px hsl(var(--accent) / 0.6);
    }
  }

  .animate-border-glow {
    animation: border-glow 2s ease-in-out infinite;
  }
}
/* Print-friendly styles for email landing page */
@layer calculator {
  @media print {
    /* Reset backgrounds for better printing */
    body {
      background: white !important;
      -webkit-print-color-adjust: exact;
      print-color-adjust: exact;
    }

    /* Hide footer toggle controls */
    .print-hide {
      display: none !important;
    }

    /* Ensure text is readable */
    * {
      color: black !important;
    }

    /* Preserve accent colors for important elements */
    .print-preserve-color {
      color: inherit !important;
    }

    /* Remove shadows for cleaner print */
    * {
      box-shadow: none !important;
      text-shadow: none !important;
    }

    /* Ensure page breaks appropriately */
    .print-no-break {
      -moz-column-break-inside: avoid;
           break-inside: avoid;
      page-break-inside: avoid;
    }

    /* Full width on print */
    .print-full-width {
      max-width: 100% !important;
      width: 100% !important;
    }

    /* Remove hover states */
    *:hover {
      background-color: inherit !important;
    }

    /* Ensure links show URL */
    a[href]:after {
      content: none !important;
    }

    /* Page margins */
    @page {
      margin: 0.5in;
    }
  }
}
#root {
  max-width: 1280px;
}
body {
  margin: 0;
  background-color: var(--neutral-15);
  input:focus,
  select:focus,
  textarea:focus,
  button:focus {
    outline: none;
  }

  --slider-blue: #3e6977;
  --slider-grey: #cbcbcb;
}
.app-background {
  box-sizing: border-box;
  width: 100vw;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 0;
}
.page {
  flex: 1;
}
.partner-portal-react-app {
  height: 100vh;
  width: 100vw;
}
.calculator-unavailable {
  color: var(--text-light);
  display: flex;
  flex-direction: column;
  font-size: 18px;
  height: 100%;
  max-width: 600px;
  justify-content: center;
  text-align: center;
  background-color: white;
  padding: 3rem 5rem;
  align-items: center;

  p {
    margin: 0rem;
    margin-bottom: 1rem;
  }

  .file-x-icon-container {
    background-color: var(--neutral-25);
    justify-content: center;
    margin-bottom: 1rem;
    border-radius: 50%;
    width: 70px;
    height: 70px;
    display: flex;
    align-items: center;
    flex-direction: row;
  }
  .file-x-icon {
    color: var(--slider-blue);
    height: 42px;
    width: 42px;
  }
}
.file\:border-0::file-selector-button{
border-width: 0px;
}
.file\:bg-transparent::file-selector-button{
background-color: transparent;
}
.file\:text-sm::file-selector-button{
font-size: 0.875rem;
line-height: 1.25rem;
}
.file\:font-medium::file-selector-button{
font-weight: 500;
}
.file\:text-foreground::file-selector-button{
color: hsl(var(--foreground));
}
.placeholder\:text-muted-foreground::-moz-placeholder{
color: hsl(var(--muted-foreground));
}
.placeholder\:text-muted-foreground::placeholder{
color: hsl(var(--muted-foreground));
}
.hover\:scale-\[1\.02\]:hover{
--tw-scale-x: 1.02;
--tw-scale-y: 1.02;
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));
}
.hover\:bg-accent:hover{
background-color: hsl(var(--accent));
}
.hover\:bg-accent\/90:hover{
background-color: hsl(var(--accent) / 0.9);
}
.hover\:bg-background:hover{
background-color: hsl(var(--background));
}
.hover\:bg-destructive\/80:hover{
background-color: hsl(var(--destructive) / 0.8);
}
.hover\:bg-destructive\/90:hover{
background-color: hsl(var(--destructive) / 0.9);
}
.hover\:bg-muted:hover{
background-color: hsl(var(--muted));
}
.hover\:bg-muted\/50:hover{
background-color: hsl(var(--muted) / 0.5);
}
.hover\:bg-primary\/90:hover{
background-color: hsl(var(--primary-cta) / 0.9);
}
.hover\:bg-reserve\/90:hover{
background-color: hsl(var(--reserve) / 0.9);
}
.hover\:bg-secondary:hover{
background-color: hsl(var(--secondary));
}
.hover\:bg-secondary\/80:hover{
background-color: hsl(var(--secondary) / 0.8);
}
.hover\:text-accent-foreground:hover{
color: hsl(var(--accent-foreground));
}
.hover\:text-foreground:hover{
color: hsl(var(--foreground));
}
.hover\:text-muted-foreground:hover{
color: hsl(var(--muted-foreground));
}
.hover\:text-primary\/90:hover{
color: hsl(var(--primary-cta) / 0.9);
}
.hover\:underline:hover{
text-decoration-line: underline;
}
.hover\:no-underline:hover{
text-decoration-line: none;
}
.hover\:opacity-100:hover{
opacity: 1;
}
.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\:bg-accent:focus{
background-color: hsl(var(--accent));
}
.focus\:bg-reserve:focus{
background-color: hsl(var(--reserve));
}
.focus\:text-accent-foreground:focus{
color: hsl(var(--accent-foreground));
}
.focus\:text-white:focus{
--tw-text-opacity: 1;
color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.focus\:opacity-100:focus{
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-accent:focus{
--tw-ring-color: hsl(var(--accent));
}
.focus\:ring-red-500:focus{
--tw-ring-opacity: 1;
--tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity, 1));
}
.focus\:ring-reserve:focus{
--tw-ring-color: hsl(var(--reserve));
}
.focus\:ring-ring:focus{
--tw-ring-color: hsl(var(--ring));
}
.focus\:ring-offset-2:focus{
--tw-ring-offset-width: 2px;
}
.focus-visible\:outline-none:focus-visible{
outline: 2px solid transparent;
outline-offset: 2px;
}
.focus-visible\:ring-2:focus-visible{
--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-visible\:ring-ring:focus-visible{
--tw-ring-color: hsl(var(--ring));
}
.focus-visible\:ring-offset-2:focus-visible{
--tw-ring-offset-width: 2px;
}
.focus-visible\:ring-offset-background:focus-visible{
--tw-ring-offset-color: hsl(var(--background));
}
.active\:bg-muted:active{
background-color: hsl(var(--muted));
}
.disabled\:pointer-events-none:disabled{
pointer-events: none;
}
.disabled\:cursor-not-allowed:disabled{
cursor: not-allowed;
}
.disabled\:opacity-50:disabled{
opacity: 0.5;
}
.group:hover .group-hover\:opacity-100{
opacity: 1;
}
.group.destructive .group-\[\.destructive\]\:border-muted\/40{
border-color: hsl(var(--muted) / 0.4);
}
.group.toaster .group-\[\.toaster\]\:border-border{
border-color: hsl(var(--border));
}
.group.toast .group-\[\.toast\]\:bg-muted{
background-color: hsl(var(--muted));
}
.group.toast .group-\[\.toast\]\:bg-primary{
background-color: hsl(var(--primary-cta));
}
.group.toaster .group-\[\.toaster\]\:bg-background{
background-color: hsl(var(--background));
}
.group.destructive .group-\[\.destructive\]\:text-red-300{
--tw-text-opacity: 1;
color: rgb(252 165 165 / var(--tw-text-opacity, 1));
}
.group.toast .group-\[\.toast\]\:text-muted-foreground{
color: hsl(var(--muted-foreground));
}
.group.toast .group-\[\.toast\]\:text-primary-foreground{
color: hsl(var(--primary-cta-foreground));
}
.group.toaster .group-\[\.toaster\]\:text-foreground{
color: hsl(var(--foreground));
}
.group.toaster .group-\[\.toaster\]\: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);
}
.group.destructive .group-\[\.destructive\]\:hover\:border-destructive\/30:hover{
border-color: hsl(var(--destructive) / 0.3);
}
.group.destructive .group-\[\.destructive\]\:hover\:bg-destructive:hover{
background-color: hsl(var(--destructive));
}
.group.destructive .group-\[\.destructive\]\:hover\:text-destructive-foreground:hover{
color: hsl(var(--destructive-foreground));
}
.group.destructive .group-\[\.destructive\]\:hover\:text-red-50:hover{
--tw-text-opacity: 1;
color: rgb(254 242 242 / var(--tw-text-opacity, 1));
}
.group.destructive .group-\[\.destructive\]\:focus\:ring-destructive:focus{
--tw-ring-color: hsl(var(--destructive));
}
.group.destructive .group-\[\.destructive\]\:focus\:ring-red-400:focus{
--tw-ring-opacity: 1;
--tw-ring-color: rgb(248 113 113 / var(--tw-ring-opacity, 1));
}
.group.destructive .group-\[\.destructive\]\:focus\:ring-offset-red-600:focus{
--tw-ring-offset-color: #dc2626;
}
.peer:disabled ~ .peer-disabled\:cursor-not-allowed{
cursor: not-allowed;
}
.peer:disabled ~ .peer-disabled\:opacity-70{
opacity: 0.7;
}
.data-\[disabled\]\:pointer-events-none[data-disabled]{
pointer-events: none;
}
.data-\[side\=bottom\]\:translate-y-1[data-side="bottom"]{
--tw-translate-y: 0.25rem;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.data-\[side\=left\]\:-translate-x-1[data-side="left"]{
--tw-translate-x: -0.25rem;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.data-\[side\=right\]\:translate-x-1[data-side="right"]{
--tw-translate-x: 0.25rem;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.data-\[side\=top\]\:-translate-y-1[data-side="top"]{
--tw-translate-y: -0.25rem;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.data-\[state\=checked\]\:translate-x-5[data-state="checked"]{
--tw-translate-x: 1.25rem;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.data-\[state\=unchecked\]\:translate-x-0[data-state="unchecked"]{
--tw-translate-x: 0px;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.data-\[swipe\=cancel\]\:translate-x-0[data-swipe="cancel"]{
--tw-translate-x: 0px;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.data-\[swipe\=end\]\:translate-x-\[var\(--radix-toast-swipe-end-x\)\][data-swipe="end"]{
--tw-translate-x: var(--radix-toast-swipe-end-x);
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));
}
.data-\[swipe\=move\]\:translate-x-\[var\(--radix-toast-swipe-move-x\)\][data-swipe="move"]{
--tw-translate-x: var(--radix-toast-swipe-move-x);
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 accordion-up{
from{
height: var(--radix-accordion-content-height);
}
to{
height: 0;
}
}
.data-\[state\=closed\]\:animate-accordion-up[data-state="closed"]{
animation: accordion-up 0.2s ease-out;
}
@keyframes accordion-down{
from{
height: 0;
}
to{
height: var(--radix-accordion-content-height);
}
}
.data-\[state\=open\]\:animate-accordion-down[data-state="open"]{
animation: accordion-down 0.2s ease-out;
}
.data-\[state\=checked\]\:bg-primary[data-state="checked"]{
background-color: hsl(var(--primary-cta));
}
.data-\[state\=on\]\:bg-accent[data-state="on"]{
background-color: hsl(var(--accent));
}
.data-\[state\=open\]\:bg-accent[data-state="open"]{
background-color: hsl(var(--accent));
}
.data-\[state\=open\]\:bg-secondary[data-state="open"]{
background-color: hsl(var(--secondary));
}
.data-\[state\=unchecked\]\:bg-input[data-state="unchecked"]{
background-color: hsl(var(--input));
}
.data-\[state\=on\]\:text-accent-foreground[data-state="on"]{
color: hsl(var(--accent-foreground));
}
.data-\[state\=open\]\:text-muted-foreground[data-state="open"]{
color: hsl(var(--muted-foreground));
}
.data-\[disabled\]\:opacity-50[data-disabled]{
opacity: 0.5;
}
.data-\[swipe\=move\]\:transition-none[data-swipe="move"]{
transition-property: none;
}
.data-\[state\=closed\]\:duration-300[data-state="closed"]{
transition-duration: 300ms;
}
.data-\[state\=open\]\:duration-500[data-state="open"]{
transition-duration: 500ms;
}
.data-\[state\=open\]\:animate-in[data-state="open"]{
animation-name: enter;
animation-duration: 150ms;
--tw-enter-opacity: initial;
--tw-enter-scale: initial;
--tw-enter-rotate: initial;
--tw-enter-translate-x: initial;
--tw-enter-translate-y: initial;
}
.data-\[state\=closed\]\:animate-out[data-state="closed"]{
animation-name: exit;
animation-duration: 150ms;
--tw-exit-opacity: initial;
--tw-exit-scale: initial;
--tw-exit-rotate: initial;
--tw-exit-translate-x: initial;
--tw-exit-translate-y: initial;
}
.data-\[swipe\=end\]\:animate-out[data-swipe="end"]{
animation-name: exit;
animation-duration: 150ms;
--tw-exit-opacity: initial;
--tw-exit-scale: initial;
--tw-exit-rotate: initial;
--tw-exit-translate-x: initial;
--tw-exit-translate-y: initial;
}
.data-\[state\=closed\]\:fade-out-0[data-state="closed"]{
--tw-exit-opacity: 0;
}
.data-\[state\=closed\]\:fade-out-80[data-state="closed"]{
--tw-exit-opacity: 0.8;
}
.data-\[state\=open\]\:fade-in-0[data-state="open"]{
--tw-enter-opacity: 0;
}
.data-\[state\=closed\]\:zoom-out-95[data-state="closed"]{
--tw-exit-scale: .95;
}
.data-\[state\=open\]\:zoom-in-95[data-state="open"]{
--tw-enter-scale: .95;
}
.data-\[side\=bottom\]\:slide-in-from-top-2[data-side="bottom"]{
--tw-enter-translate-y: -0.5rem;
}
.data-\[side\=left\]\:slide-in-from-right-2[data-side="left"]{
--tw-enter-translate-x: 0.5rem;
}
.data-\[side\=right\]\:slide-in-from-left-2[data-side="right"]{
--tw-enter-translate-x: -0.5rem;
}
.data-\[side\=top\]\:slide-in-from-bottom-2[data-side="top"]{
--tw-enter-translate-y: 0.5rem;
}
.data-\[state\=closed\]\:slide-out-to-bottom[data-state="closed"]{
--tw-exit-translate-y: 100%;
}
.data-\[state\=closed\]\:slide-out-to-left[data-state="closed"]{
--tw-exit-translate-x: -100%;
}
.data-\[state\=closed\]\:slide-out-to-left-1\/2[data-state="closed"]{
--tw-exit-translate-x: -50%;
}
.data-\[state\=closed\]\:slide-out-to-right[data-state="closed"]{
--tw-exit-translate-x: 100%;
}
.data-\[state\=closed\]\:slide-out-to-right-full[data-state="closed"]{
--tw-exit-translate-x: 100%;
}
.data-\[state\=closed\]\:slide-out-to-top[data-state="closed"]{
--tw-exit-translate-y: -100%;
}
.data-\[state\=closed\]\:slide-out-to-top-\[48\%\][data-state="closed"]{
--tw-exit-translate-y: -48%;
}
.data-\[state\=open\]\:slide-in-from-bottom[data-state="open"]{
--tw-enter-translate-y: 100%;
}
.data-\[state\=open\]\:slide-in-from-left[data-state="open"]{
--tw-enter-translate-x: -100%;
}
.data-\[state\=open\]\:slide-in-from-left-1\/2[data-state="open"]{
--tw-enter-translate-x: -50%;
}
.data-\[state\=open\]\:slide-in-from-right[data-state="open"]{
--tw-enter-translate-x: 100%;
}
.data-\[state\=open\]\:slide-in-from-top[data-state="open"]{
--tw-enter-translate-y: -100%;
}
.data-\[state\=open\]\:slide-in-from-top-\[48\%\][data-state="open"]{
--tw-enter-translate-y: -48%;
}
.data-\[state\=open\]\:slide-in-from-top-full[data-state="open"]{
--tw-enter-translate-y: -100%;
}
.data-\[state\=closed\]\:duration-300[data-state="closed"]{
animation-duration: 300ms;
}
.data-\[state\=open\]\:duration-500[data-state="open"]{
animation-duration: 500ms;
}
@media (min-width: 640px){
.sm\:bottom-0{
bottom: 0px;
}
.sm\:right-0{
right: 0px;
}
.sm\:top-auto{
top: auto;
}
.sm\:max-w-sm{
max-width: 24rem;
}
.sm\:grid-cols-2{
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.sm\:flex-row{
flex-direction: row;
}
.sm\:flex-col{
flex-direction: column;
}
.sm\:justify-end{
justify-content: flex-end;
}
.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\:rounded-lg{
border-radius: var(--radius);
}
.sm\:p-10{
padding: 2.5rem;
}
.sm\:text-left{
text-align: left;
}
.sm\:text-3xl{
font-size: 1.875rem;
line-height: 2.25rem;
}
.data-\[state\=open\]\:sm\:slide-in-from-bottom-full[data-state="open"]{
--tw-enter-translate-y: 100%;
}
}
@media (min-width: 768px){
.md\:block{
display: block;
}
.md\:flex{
display: flex;
}
.md\:inline-flex{
display: inline-flex;
}
.md\:hidden{
display: none;
}
.md\:max-w-\[420px\]{
max-width: 420px;
}
.md\:grid-cols-2{
grid-template-columns: repeat(2, minmax(0, 1fr));
}
.md\:text-sm{
font-size: 0.875rem;
line-height: 1.25rem;
}
}
@media (min-width: 1024px){
.lg\:block{
display: block;
}
.lg\:flex{
display: flex;
}
.lg\:inline-flex{
display: inline-flex;
}
.lg\:grid{
display: grid;
}
.lg\:hidden{
display: none;
}
.lg\:max-w-\[99\%\]{
max-width: 99%;
}
.lg\:cursor-default{
cursor: default;
}
.lg\:grid-cols-\[1fr\2c 380px\]{
grid-template-columns: 1fr 380px;
}
.lg\:grid-cols-\[2fr_1fr\]{
grid-template-columns: 2fr 1fr;
}
.lg\:items-start{
align-items: flex-start;
}
.lg\:gap-6{
gap: 1.5rem;
}
.lg\:py-8{
padding-top: 2rem;
padding-bottom: 2rem;
}
}
.\[\&\>path\:first-child\]\:stroke-primary>path:first-child{
stroke: hsl(var(--primary-cta));
}
.\[\&\>path\:last-child\]\:stroke-white>path:last-child{
stroke: #fff;
}
.\[\&\>path\:nth-child\(2\)\]\:stroke-white>path:nth-child(2){
stroke: #fff;
}
.\[\&\>span\]\:line-clamp-1>span{
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
}
.\[\&\[data-state\=open\]\>svg\]\:rotate-180[data-state=open]>svg{
--tw-rotate: 180deg;
transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.\[\&_svg\]\:pointer-events-none svg{
pointer-events: none;
}
.\[\&_svg\]\:size-4 svg{
width: 1rem;
height: 1rem;
}
.\[\&_svg\]\:shrink-0 svg{
flex-shrink: 0;
}
