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

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

/*
! tailwindcss v3.4.18 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

code,
kbd,
samp,
pre {
  font-family: ui-monospace, monospace;
  /* 1 */
  font-feature-settings: normal;
  /* 2 */
  font-variation-settings: normal;
  /* 3 */
  font-size: 1em;
  /* 4 */
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}

::-webkit-datetime-edit {
  display: inline-flex;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

[multiple],[size]:where(select:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {
  [type='checkbox']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

@media (forced-colors: active)  {
  [type='radio']:checked {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

@media (forced-colors: active)  {
  [type='checkbox']:indeterminate {
    -webkit-appearance: auto;
       -moz-appearance: auto;
            appearance: auto;
  }
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px solid ButtonText;
  outline: 1px auto -webkit-focus-ring-color;
}

input[type="range"]::-webkit-slider-thumb {
  height: 1rem;
  width: 1rem;
  background: #3B71CA;
  border-radius: 9999px;
  border: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.dark input[type="range"]::-webkit-slider-thumb {
  background: #8FAEE0;
}

input[type="range"]:disabled::-webkit-slider-thumb {
  background: #a3a3a3;
}

input[type="range"]:disabled:focus::-webkit-slider-thumb {
  background: #a3a3a3;
}

input[type="range"]:disabled:active::-webkit-slider-thumb {
  background: #a3a3a3;
}

.dark input[type="range"]:disabled::-webkit-slider-thumb {
  background: #737373;
}

.dark input[type="range"]:disabled:focus::-webkit-slider-thumb {
  background: #737373;
}

.dark input[type="range"]:disabled:active::-webkit-slider-thumb {
  background: #737373;
}

input[type="range"]::-moz-range-thumb {
  height: 1rem;
  width: 1rem;
  background: #3B71CA;
  border-radius: 9999px;
  border: 0;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  cursor: pointer;
}

.dark input[type="range"]::-moz-range-thumb {
  background: #8FAEE0;
}

input[type="range"]:disabled::-moz-range-thumb {
  background: #a3a3a3;
}

.dark input[type="range"]:disabled::-moz-range-thumb {
  background: #737373;
}

input[type="range"]::-moz-range-progress {
  background: #3061AF;
}

input[type="range"]::-ms-fill-lower {
  background: #3061AF;
}

.dark input[type="range"]::-moz-range-progress {
  background: #6590D5;
}

.dark input[type="range"]::-ms-fill-lower {
  background: #6590D5;
}

input[type="range"]:focus {
  outline: none;
}

input[type="range"]:focus::-webkit-slider-thumb {
  background: #3061AF;
}

input[type="range"]:active::-webkit-slider-thumb {
  background: #285192;
}

.dark input[type="range"]:focus::-webkit-slider-thumb {
  background: #6590D5;
}

.dark input[type="range"]:active::-webkit-slider-thumb {
  background: #3061AF;
}

:root [id] {
  scroll-margin-top: 2ex;
}

html {
  scroll-padding-top: 8rem;
}

body {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(89 94 125 / var(--tw-text-opacity, 1));
}

h1,
    h2,
    h3,
    h4 {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 6 60 / var(--tw-text-opacity, 1));
}

h1,
    h2 {
  text-align: left;
}

h1 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  font-size: 34px;
  line-height: 40px;
}

h2 {
  padding-top: 1rem;
  font-size: 28px;
  line-height: 34px;
}

h3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 24px;
  line-height: 28px;
}

h4 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 20px;
  line-height: 24px;
}

/* Removes padding to avoid clamping offset */

p[class*="line-clamp-"],
    p[class*=" line-clamp-"] {
  padding-top: 0px;
  padding-bottom: 0px;
}

sup {
  top: -0.7em;
  font-size: 50%;
}

select,
    option {
  cursor: pointer;
  --tw-text-opacity: 1;
  color: rgb(0 6 60 / var(--tw-text-opacity, 1));
}

select:disabled, option:disabled {
  cursor: not-allowed;
}

select:disabled::-moz-placeholder, option:disabled::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(166 173 186 / var(--tw-placeholder-opacity, 1));
}

select:disabled::placeholder, option:disabled::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(166 173 186 / var(--tw-placeholder-opacity, 1));
}

video {
  border: 0 !important;
}

.form-input,
    .form-textarea,
    .form-select,
    .form-multiselect {
  border-radius: 0.375rem !important;
}

input::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(166 173 186 / var(--tw-placeholder-opacity, 1));
}

input::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(166 173 186 / var(--tw-placeholder-opacity, 1));
}

input:focus:focus,
    select:focus:focus {
  --tw-border-opacity: 1;
  border-color: rgb(89 94 125 / var(--tw-border-opacity, 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(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);
}

input:focus,
    select:focus {
  box-shadow: none !important;
}

option:hover {
  border-width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgb(89 94 125 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(246 250 252 / var(--tw-text-opacity, 1));
}

/* Prevents arrow to be visible on number input */

input[type="number"]::-webkit-inner-spin-button,
    input[type="number"]::-webkit-outer-spin-button,
    input[type="number"] {
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield !important;
  /* Because FireFox considers 'none' as valid to display arrows */
}

input[type="checkbox"]:not(.switch) {
  border-radius: 0.125rem;
  accent-color: #00063c;
}

input[type="checkbox"]:not(.switch):checked {
  --tw-bg-opacity: 1;
  background-color: rgb(0 6 60 / var(--tw-bg-opacity, 1));
}

input[type="checkbox"]:not(.switch):checked:hover,
            input[type="checkbox"]:not(.switch):checked:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(0 6 60 / var(--tw-bg-opacity, 1));
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.5rem;
  padding-left: 1.5rem;
}

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

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

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

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

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

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

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

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

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

.form-input,.form-textarea,.form-select,.form-multiselect {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

.form-input:focus, .form-textarea:focus, .form-select:focus, .form-multiselect:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

.form-input::-moz-placeholder, .form-textarea::-moz-placeholder {
  color: #6b7280;
  opacity: 1;
}

.form-input::placeholder,.form-textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

.form-input::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

.form-input::-webkit-date-and-time-value {
  min-height: 1.5em;
  text-align: inherit;
}

.form-input::-webkit-datetime-edit {
  display: inline-flex;
}

.form-input::-webkit-datetime-edit,.form-input::-webkit-datetime-edit-year-field,.form-input::-webkit-datetime-edit-month-field,.form-input::-webkit-datetime-edit-day-field,.form-input::-webkit-datetime-edit-hour-field,.form-input::-webkit-datetime-edit-minute-field,.form-input::-webkit-datetime-edit-second-field,.form-input::-webkit-datetime-edit-millisecond-field,.form-input::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

.form-select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  -webkit-print-color-adjust: exact;
          print-color-adjust: exact;
}

.form-select:where([size]:not([size="1"])) {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  -webkit-print-color-adjust: unset;
          print-color-adjust: unset;
}

/*
  Website pages, Blog, FAQ and so on.
  The purpose of this section is to separate copywriters work and styles from more tailored work to avoid class clogging in components
  Ignoring class 'htmlDetailElementTable' is a workaround to avoid
  */

#test-achat-banner-logo {
  height: 130px;
  align-self: flex-end;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (min-width: 760px) {
  #test-achat-banner-logo {
    height: 68px;
    align-self: flex-start;
  }
}

#test-achat-banner-logo {
  border-radius: 5px 5px 5px 10px;
  box-shadow: 0.688mm 0.688mm 1.947mm rgba(0, 0, 0, 0.3);
}

.knowledge-article .card-container {
  display: grid;
  grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 3rem;
}

@media (min-width: 760px) {
  .knowledge-article .card-container {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.knowledge-article .card-container .card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  overflow: hidden;
  border-radius: 1.5rem;
  padding: 1.5rem;
  --tw-shadow: -4px -4px 8px rgba(150, 152, 175, 0.06), 8px 15px 20px 5px rgba(150, 152, 175, 0.15);;
  --tw-shadow-colored: -4px -4px 8px var(--tw-shadow-color), 8px 15px 20px 5px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-duration: 500ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.knowledge-article .card-container .card:hover {
  z-index: 10;
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.knowledge-article .card-container .card p {
  max-width: 16rem;
  padding-top: 0px;
  padding-bottom: 0px;
  --tw-text-opacity: 1;
  color: rgb(89 94 125 / var(--tw-text-opacity, 1));
}

.knowledge-article .card-container .card .btn-primary {
  margin-top: 2rem;
  display: block;
  width: 50%;
}

.knowledge-article .card-container .card h3 {
  font-size: 28px;
  line-height: 34px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 6 60 / var(--tw-text-opacity, 1));
}

.knowledge-article p {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

.knowledge-article table {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  display: grid;
  width: 100%;
  border-collapse: separate;
  --tw-border-spacing-x: 0px;
  --tw-border-spacing-y: 0px;
  border-spacing: var(--tw-border-spacing-x) var(--tw-border-spacing-y);
  align-self: stretch;
  overflow-x: auto;
  border-radius: 0.5rem;
  --tw-border-opacity: 1;
  border-color: rgb(219 227 229 / var(--tw-border-opacity, 1));
}

@media (min-width: 425px) {
  .card-slider .swiper-slide.knowledge-article table {
    max-width: 327px
  }
}

@media (min-width: 760px) {
  .knowledge-article table {
    align-self: center;
    border-width: 1px;
  }
}

.knowledge-article table p {
  padding-top: 0px;
  padding-bottom: 0px;
}

@media (min-width: 760px) {
  .knowledge-article thead {
    display: flex;
    flex-direction: column;
  }
}

@media not all and (min-width: 760px) {
  .knowledge-article thead {
    display: none;
  }
}

.knowledge-article thead,
        .knowledge-article tfoot {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(219 227 229 / var(--tw-border-opacity, 1));
}

.knowledge-article thead tr > *, .knowledge-article tfoot tr > * {
  --tw-bg-opacity: 1;
  background-color: rgb(237 242 245 / var(--tw-bg-opacity, 1));
}

.knowledge-article tbody {
  display: flex;
  flex-direction: column;
}

@media not all and (min-width: 760px) {
  .knowledge-article tbody {
    gap: 1rem;
  }
}

.knowledge-article tr {
  display: flex;
}

@media not all and (min-width: 760px) {
  .knowledge-article tr {
    flex-direction: column;
    border-radius: 0.5rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(219 227 229 / var(--tw-border-opacity, 1));
    padding: 1rem;
  }
}

.knowledge-article tr > * {
  flex: 1 1 0%;
  flex: 1;
}

@media (min-width: 760px) {
  .knowledge-article tr th:first-child,
        .knowledge-article tr td:first-child {
    padding-left: 2rem;
  }
}

.knowledge-article td,
        .knowledge-article th {
  min-width: 10rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: left;
  vertical-align: top;
  font-size: 12px;
  line-height: 18px;
}

@media not all and (min-width: 760px) {
  .knowledge-article td,
        .knowledge-article th {
    display: flex;
    width: 100%;
    min-width: 0px;
    flex-direction: column;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(0 6 60 / var(--tw-text-opacity, 1));
  }

  @media (min-width: 425px) {
    .card-slider .knowledge-article td.swiper-slide,.card-slider 
        .knowledge-article th.swiper-slide {
      max-width: 327px
    }
  }

  .knowledge-article td::before,
        .knowledge-article th::before {
    margin-right: 0.5rem;
    font-weight: 400;
    --tw-text-opacity: 1;
    color: rgb(89 94 125 / var(--tw-text-opacity, 1));
    --tw-content: attr(data-label);
    content: var(--tw-content);
  }
}

.knowledge-article th {
  --tw-text-opacity: 1;
  color: rgb(0 6 60 / var(--tw-text-opacity, 1));
}

.knowledge-article ol,
        .knowledge-article ul {
  list-style-position: outside;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1.5rem;
}

.knowledge-article ol {
  list-style-type: decimal;
}

.knowledge-article ul {
  list-style-type: disc;
}

.knowledge-article a:not(.btn-primary, .ev-pure-button-primary, .ev-pure-button-primary-small, .ev-button-primary-small) {
  text-decoration-line: underline;
}

/* Team page */

.knowledge-article .team-role {
  margin-top: 0.5rem;
  margin-bottom: 0.75rem;
  place-self: center;
  border-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(219 227 229 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
  font-weight: 500;
}

.knowledge-article .team-portrait {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  display: flex;
  align-self: center;
  width: 315px;
  max-width: 100%;
}

.knowledge-article .team-member {
  justify-content: center;
}

.knowledge-article .team-linkedin-logo {
  margin-left: auto;
  margin-right: auto;
  margin-top: 1.25rem;
  width: 32px;
}

/* Shared styles */

#page-container {
  margin-left: auto;
  margin-right: auto;
  display: flex;
  width: 100%;
  max-width: 56rem;
  flex-direction: column;
  justify-content: center;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 9rem;
}

@media (min-width: 425px) {
  .card-slider .swiper-slide#page-container {
    max-width: 327px
  }
}

@media (min-width: 960px) {
  #page-container {
    padding-left: 0px;
    padding-right: 0px;
  }
}

/* Omnescode code to be cleaned */

#site-header.scrolling {
  /* @apply lg:py-4.5 shadow-sm bg-white; */
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0px 1px 1px rgba(0, 6, 60, 0.05), 0px 0px 50px rgba(0, 6, 60, 0.05);;
  --tw-shadow-colored: 0px 1px 1px var(--tw-shadow-color), 0px 0px 50px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

#mobile-menu {
  pointer-events: none;
  opacity: 0;
}

#mobile-menu #hamburgerfocus {
  --tw-ring-shadow: 0 0 #000;
}

#mobile-menu.active {
  pointer-events: auto;
  display: flex;
  opacity: 1;
}

/*---- swiper customization ----*/

.swiper-button-prev:after,
    .swiper-button-next:after {
  display: none;
}

.swiper-button-prev,
    .swiper-button-next {
  height: 2.25rem;
  width: 2.25rem;
  border-radius: 9999px;
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  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);
}

.swiper-button-next.swiper-button-disabled,
    .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}

.swiper-button-next {
  right: calc(100% - 97.5vw);
}

@media (min-width: 760px) {
  .swiper-button-next {
    right: 10px;
    left: auto
  }
}

.swiper-button-prev {
  left: 5px;
}

@media (min-width: 760px) {
  .swiper-button-prev {
    right: auto;
    left: 10px
  }
}

/*---- filter ----*/

button.filter-pill {
  white-space: nowrap;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(237 242 245 / var(--tw-bg-opacity, 1));
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  --tw-text-opacity: 1;
  color: rgb(89 94 125 / var(--tw-text-opacity, 1));
  transition-duration: 200ms;
}

button.filter-pill:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(89 94 125 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(246 250 252 / var(--tw-text-opacity, 1));
}

button.filter-pill.active,
    button.filter-product.active {
  --tw-bg-opacity: 1;
  background-color: rgb(89 94 125 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(246 250 252 / var(--tw-text-opacity, 1));
}

.product-card-tag {
  white-space: nowrap;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(219 227 229 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  font-size: 11px;
}

/*---- Youtube videos ----*/

#video-selector button.active div div {
  background-color: transparent;
}

#video-selector button.active div div div .video-description {
  --tw-text-opacity: 1;
  color: rgb(246 250 252 / var(--tw-text-opacity, 1));
}

#video-selector button.active div div img {
  --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));
}

/* Omnescode code to be cleaned */

/*---- Graph ----*/

#risk-appetite-slider {
  cursor: pointer;
  /* overflow: hidden; */
  -webkit-appearance: none;
  margin: 10px 0;
  outline: none;
  background: #e5ebed;
  height: 6px;
  border-radius: 3px;
}

/* #risk-appetite-slider::-webkit-slider-runnable-track {
    height: 6px;
    -webkit-appearance: none;
    color: theme("colors.blue.1");
    accent-color: theme("colors.blue.1");
    margin-top: -1px;
  } */

#risk-appetite-slider::-webkit-slider-thumb {
  /* -webkit-appearance: none; */
  -webkit-appearance: none;
          appearance: none;
  border-radius: 9999px;
  box-shadow: -1px 1px 0px #00063c;
  border: 2px solid #00063c;
  height: 16px;
  width: 16px;
  background: #ffffff;
  cursor: pointer;
  margin-top: -4px;
}

/* Slider progression */

/* #risk-appetite-slider::-moz-range-progress {
    background-color: theme("colors.blue.1");
  }

  #risk-appetite-slider::-moz-range-track {
    background-color: theme("colors.grey.2");
    accent-color: theme("colors.blue.1");
  } */

/* Help page */

.scroll-container {
  overflow-y: visible;
  overflow-x: scroll;
  white-space: nowrap;
  padding-top: 3rem;
  padding-bottom: 3rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 960px) {
  .scroll-container {
    display: flex;
    justify-content: space-between;
    gap: 1.5rem;
    overflow: visible;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.scroll-container::-webkit-scrollbar {
  display: none;
}

.scroll-container .scroll-card {
  display: inline-flex;
  flex-grow: 0;
  white-space: normal;
}

@media (min-width: 960px) {
  .scroll-container .scroll-card {
    display: flex;
  }
}

.scroll-container .scroll-card:first-child {
  margin-right: 0.75rem;
}

@media (min-width: 960px) {
  .scroll-container .scroll-card:first-child {
    margin: 0px;
  }
}

.scroll-container .scroll-card:last-child {
  margin-left: 0.75rem;
}

@media (min-width: 960px) {
  .scroll-container .scroll-card:last-child {
    margin: 0px;
  }
}

.scroll-container .scroll-card:not(:first-child):not(:last-child) {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

@media (min-width: 960px) {
  .scroll-container .scroll-card:not(:first-child):not(:last-child) {
    margin: 0px;
  }
}

/*
  * -- ARTICLE SEARCH style --
  */

form[id*="search-bar-container"] span {
  width: 100%;
}

@media (min-width: 425px) {
  .card-slider form.swiper-slide[id*="search-bar-container"] span {
    max-width: 327px
  }
}

.tt-search-box,
    .tt-query,
    .tt-hint {
  display: inline-block;
  width: 100%;
  font-size: 16px;
  height: 3em;
  padding: 0 1em;
  /*line-height: 1.3em;*/
  border: 2px solid #e5ebed;
  border-right: unset;
  outline: none;
  vertical-align: baseline;
  color: #00063c;
  margin-right: 20px;
}

.tt-search-box::-moz-placeholder {
  color: #a6adba;
}

.tt-search-box::placeholder {
  color: #a6adba;
}

.tt-search-box:focus {
  border: 2px solid #dbe3e5;
  border-right: unset;
}

.tt-query {
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}

.tt-hint {
  color: #999;
}

.tt-dropdown-menu {
  margin-top: 1.25rem;
  width: 100%;
  overflow-y: auto;
  border-radius: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: -4px -4px 8px rgba(150, 152, 175, 0.06), 8px 15px 20px 5px rgba(150, 152, 175, 0.15);;
  --tw-shadow-colored: -4px -4px 8px var(--tw-shadow-color), 8px 15px 20px 5px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 425px) {
  .card-slider .swiper-slide.tt-dropdown-menu {
    max-width: 327px
  }
}

@media (min-width: 760px) {
  .tt-dropdown-menu {
    margin-top: 1.75rem;
  }
}

.tt-dropdown-menu {
  max-height: min(50vh, 500px);
  padding: 8px;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.tt-dropdown-menu::-webkit-scrollbar-thumb {
  background-color: #e5ebed;
  border: 4px solid transparent;
  border-radius: 8px;
  background-clip: padding-box;
}

.tt-dropdown-menu::-webkit-scrollbar {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  width: 16px;
}

.tt-suggestion {
  padding: 1rem 20px;
  font-size: inherit;
  line-height: 1.5em;
  color: #34495e;
}

.tt-suggestion.tt-cursor {
  color: #34495e;
  background-color: #f2f2f2;
}

.tt-suggestion:hover {
  color: #34495e;
  background-color: #f2f2f2;
  border-radius: 0.375rem;
}

.tt-suggestion p {
  margin: 0;
}

/* Labels */

.label-download-app-header {
  font-size: 20px;
  line-height: 24px;
}

@media (min-width: 760px) {
  .label-download-app-header {
    font-size: 40px;
    line-height: 46px;
  }
}

.label-download-app-header {
  word-break: break-word;
}

.label-no-linebreak {
  display: none;
}

@media (min-width: 760px) {
  .label-no-linebreak {
    display: inline;
  }
}

.nav-link {
  display: flex;
  align-items: center;
  border-radius: 0.5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  font-weight: 700;
  line-height: 1;
  transition-duration: 300ms;
}

.nav-link:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(89 94 125 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(246 250 252 / var(--tw-text-opacity, 1));
}

.nav-link.active {
  --tw-bg-opacity: 1;
  background-color: rgb(89 94 125 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(246 250 252 / var(--tw-text-opacity, 1));
  transition-duration: 300ms;
}

.html5-video-player {
  background-color: #fff !important;
}

.is-center {
  display: flex;
  justify-content: center;
}

.code-cell {
  display: flex;
  width: 2.5rem;
  border-radius: 0.25rem;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(237 242 245 / var(--tw-bg-opacity, 1));
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  font-weight: 500;
}

.code-cell:focus {
  outline-style: solid;
  outline-color: #00063c;
}

.ev-widget-simulation,
    .ev-widget-custom-cta {
  display: flex;
  justify-content: center;
}

span[id^="ev-widget-custom-news-span-"],
    span[id^="ev-widget-custom-cta-span-"] {
  display: none;
}

.switch {
  margin-right: 0.5rem;
  margin-top: 0.3rem;
  height: 0.875rem;
  width: 2rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.4375rem;
  border-style: none;
  --tw-bg-opacity: 1;
  background-color: rgb(89 94 125 / var(--tw-bg-opacity, 1));
  background-image: none !important;
  --tw-text-opacity: 1;
  color: rgb(97 255 140 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 150;
}

.switch::before {
  pointer-events: none;
  position: absolute;
  height: 0.875rem;
  width: 0.875rem;
  border-radius: 9999px;
  background-color: transparent;
  --tw-content: '';
  content: var(--tw-content);
}

.switch::after {
  position: absolute;
  z-index: 2;
  margin-left: -0.1rem;
  margin-top: -0.25rem;
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 9999px;
  --tw-border-opacity: 1;
  border-color: rgb(166 173 186 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(237 242 245 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 3px 1px -2px rgba(0,0,0,0.2), 0 2px 2px 0 rgba(0,0,0,0.14), 0 1px 5px 0 rgba(0,0,0,0.12);
  --tw-shadow-colored: 0 3px 1px -2px var(--tw-shadow-color), 0 2px 2px 0 var(--tw-shadow-color), 0 1px 5px 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);
  transition-property: background-color 0.2s,transform 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  --tw-content: '';
  content: var(--tw-content);
}

.switch:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(97 255 140 / var(--tw-bg-opacity, 1));
}

.switch:checked::after {
  position: absolute;
  z-index: 2;
  margin-top: -0.25rem;
  margin-left: 1.1rem;
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 9999px;
  --tw-border-opacity: 1;
  border-color: rgb(166 173 186 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(237 242 245 / var(--tw-bg-opacity, 1));
  transition-property: background-color 0.2s,transform 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  --tw-content: '';
  content: var(--tw-content);
}

.switch:hover {
  cursor: pointer;
}

.switch:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.switch:focus::before {
  margin-left: -0.1rem;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  opacity: 0.12;
  content: var(--tw-content);
  transition-property: box-shadow 0.2s,transform 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.switch:focus::after {
  position: absolute;
  z-index: 1;
  display: block;
  height: 1.25rem;
  width: 1.25rem;
  border-radius: 9999px;
  --tw-content: '';
  content: var(--tw-content);
}

.switch:focus:checked {
  --tw-border-opacity: 1;
  border-color: rgb(97 255 140 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(97 255 140 / var(--tw-bg-opacity, 1));
}

.switch:focus:checked::before {
  margin-left: 1.0625rem;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  content: var(--tw-content);
  transition-property: box-shadow 0.2s,transform 0.2s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

/* Premium Customer Page Full Management Section  */

.section-image-frame-smaller {
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  width: 250px;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-end;
  border-radius: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  --tw-shadow: -4px -4px 8px rgba(150, 152, 175, 0.06), 8px 15px 20px 5px rgba(150, 152, 175, 0.15);;
  --tw-shadow-colored: -4px -4px 8px var(--tw-shadow-color), 8px 15px 20px 5px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media not all and (min-width: 760px) {
  .section-image-frame-smaller {
    display: none;
  }
}

@media (min-width: 760px) {
  .section-image-frame-smaller {
    height: 280px;
    width: 300px;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 0px;
  }
}

/* Landing pages section styles */

.section-image-frame {
  display: flex;
  height: -moz-fit-content;
  height: fit-content;
  width: 250px;
  flex-shrink: 0;
  flex-direction: column;
  align-items: flex-end;
  border-radius: 2rem;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  --tw-shadow: -4px -4px 8px rgba(150, 152, 175, 0.06), 8px 15px 20px 5px rgba(150, 152, 175, 0.15);;
  --tw-shadow-colored: -4px -4px 8px var(--tw-shadow-color), 8px 15px 20px 5px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media not all and (min-width: 760px) {
  .section-image-frame {
    display: none;
  }
}

@media (min-width: 760px) {
  .section-image-frame {
    height: 400px;
    width: 363px;
    padding-left: 2rem;
    padding-right: 2rem;
    padding-bottom: 0px;
  }
}

.section-bullet-list {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

.section-bullet-item {
  display: flex;
  flex-direction: column;
}

.section-bullet-item .item-label {
  padding: 0px;
}

.section-bullet-item .item-description {
  font-size: 16px;
  line-height: 22px;
}

/* Pension fund specific classes */

.pf-title {
  font-size: 28px;
  line-height: 34px;
  text-align: center;
}

@media (min-width: 760px) {
  .pf-title {
    text-align: left;
    font-size: 48px;
    line-height: 54px;
  }
}

.green-check {
  display: flex;
  aspect-ratio: 1 / 1;
  height: 1.75rem;
  width: 1.75rem;
  flex-shrink: 0;
}

/* General styles for input, tho not applied directly on input tags for flexibility */

.input {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(219 227 229 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 6 60 / var(--tw-text-opacity, 1));
}

.input::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(89 94 125 / var(--tw-placeholder-opacity, 1));
}

.input::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(89 94 125 / var(--tw-placeholder-opacity, 1));
}

.input:focus-visible {
  --tw-border-opacity: 1;
  border-color: rgb(0 6 60 / var(--tw-border-opacity, 1));
  outline-width: 0px;
}

.input {
  height: 50px;
  border-radius: 5px;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

.input:is(select) {
  --tw-text-opacity: 1;
  color: rgb(0 6 60 / var(--tw-text-opacity, 1));
}

.input:is(select)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(0 6 60 / var(--tw-placeholder-opacity, 1));
}

.input:is(select)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(0 6 60 / var(--tw-placeholder-opacity, 1));
}

.input:is(select) {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E")
                no-repeat;
  background-color: white;
  background-position: right 0.5rem center;
  background-size: 1.5em 1.5em;
  padding-right: 2.5em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.input.fixed-height {
  height: 50px;
}

.input option {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 6 60 / var(--tw-text-opacity, 1));
}

.input-picklist-placeholder {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(219 227 229 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 6 60 / var(--tw-text-opacity, 1));
}

.input-picklist-placeholder::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(89 94 125 / var(--tw-placeholder-opacity, 1));
}

.input-picklist-placeholder::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(89 94 125 / var(--tw-placeholder-opacity, 1));
}

.input-picklist-placeholder:focus-visible {
  --tw-border-opacity: 1;
  border-color: rgb(0 6 60 / var(--tw-border-opacity, 1));
  outline-width: 0px;
}

.input-picklist-placeholder {
  height: 50px;
  border-radius: 5px;
  box-shadow: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  font-size: 14px;
  line-height: 14px;
}

.input-picklist-placeholder:is(select)::-moz-placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(0 6 60 / var(--tw-placeholder-opacity, 1));
}

.input-picklist-placeholder:is(select)::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(0 6 60 / var(--tw-placeholder-opacity, 1));
}

.input-picklist-placeholder:is(select) {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E")
                no-repeat;
  background-color: white;
  background-position: right 0.5rem center;
  background-size: 1.5em 1.5em;
  padding-right: 2.5em;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.input-picklist-placeholder.fixed-height {
  height: 50px;
}

.input-picklist-placeholder option {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(89 94 125 / var(--tw-text-opacity, 1));
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

.pointer-events-none {
  pointer-events: none;
}

.\!visible {
  visibility: visible !important;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}

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

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

.\!top-\[10px\] {
  top: 10px !important;
}

.\!top-\[22px\] {
  top: 22px !important;
}

.-left-0\.5 {
  left: -0.125rem;
}

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

.-left-\[317px\] {
  left: -317px;
}

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

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

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

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

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

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

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

.bottom-0 {
  bottom: 0px;
}

.bottom-14 {
  bottom: 3.5rem;
}

.bottom-16 {
  bottom: 4rem;
}

.bottom-20 {
  bottom: 5rem;
}

.bottom-28 {
  bottom: 7rem;
}

.bottom-3 {
  bottom: 0.75rem;
}

.bottom-36 {
  bottom: 9rem;
}

.bottom-5 {
  bottom: 1.25rem;
}

.bottom-\[17rem\] {
  bottom: 17rem;
}

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

.left-0 {
  left: 0px;
}

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

.left-20 {
  left: 5rem;
}

.left-37\.5 {
  left: 9.375rem;
}

.left-5 {
  left: 1.25rem;
}

.left-56 {
  left: 14rem;
}

.left-6 {
  left: 1.5rem;
}

.left-9 {
  left: 2.25rem;
}

.left-\[41\.3\%\] {
  left: 41.3%;
}

.right-0 {
  right: 0px;
}

.right-3 {
  right: 0.75rem;
}

.right-38\.5 {
  right: 9.625rem;
}

.right-4 {
  right: 1rem;
}

.right-5 {
  right: 1.25rem;
}

.top-0 {
  top: 0px;
}

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

.top-12 {
  top: 3rem;
}

.top-20 {
  top: 5rem;
}

.top-24 {
  top: 6rem;
}

.top-28 {
  top: 7rem;
}

.top-3 {
  top: 0.75rem;
}

.top-4 {
  top: 1rem;
}

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

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

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

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

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

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

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

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

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

.z-\[1040\] {
  z-index: 1040;
}

.z-\[1070\] {
  z-index: 1070;
}

.z-\[1080\] {
  z-index: 1080;
}

.z-\[1201\] {
  z-index: 1201;
}

.z-\[1202\] {
  z-index: 1202;
}

.z-\[1252\] {
  z-index: 1252;
}

.z-\[200\] {
  z-index: 200;
}

.z-\[999\] {
  z-index: 999;
}

.float-left {
  float: left;
}

.-m-1 {
  margin: -0.25rem;
}

.m-0 {
  margin: 0px;
}

.m-1 {
  margin: 0.25rem;
}

.m-auto {
  margin: auto;
}

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

.mx-10 {
  margin-left: 2.5rem;
  margin-right: 2.5rem;
}

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

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

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

.-ml-48 {
  margin-left: -12rem;
}

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

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

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

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

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

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

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

.mb-14 {
  margin-bottom: 3.5rem;
}

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

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

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

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

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

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

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

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

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

.ml-7 {
  margin-left: 1.75rem;
}

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

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

.mr-\[-10px\] {
  margin-right: -10px;
}

.mr-\[-3px\] {
  margin-right: -3px;
}

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

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

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

.mt-11 {
  margin-top: 2.75rem;
}

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

.mt-12\.5 {
  margin-top: 3.125rem;
}

.mt-14 {
  margin-top: 3.5rem;
}

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

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

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

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

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

.mt-3\.5 {
  margin-top: 0.875rem;
}

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

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

.mt-48 {
  margin-top: 12rem;
}

.mt-5 {
  margin-top: 1.25rem;
}

.mt-56 {
  margin-top: 14rem;
}

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

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

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

.mt-9 {
  margin-top: 2.25rem;
}

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

.mt-content-block {
  margin-top: 32px;
}

.box-border {
  box-sizing: border-box;
}

.box-content {
  box-sizing: content-box;
}

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

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

.\!block {
  display: block !important;
}

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.aspect-\[234\.18\/189\.67\] {
  aspect-ratio: 234.18/189.67;
}

.aspect-\[36\/29\] {
  aspect-ratio: 36/29;
}

.aspect-square {
  aspect-ratio: 1 / 1;
}

.aspect-video {
  aspect-ratio: 16 / 9;
}

.h-0 {
  height: 0px;
}

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-22 {
  height: 5.5rem;
}

.h-25 {
  height: 6.25rem;
}

.h-30 {
  height: 7.5rem;
}

.h-32 {
  height: 8rem;
}

.h-4 {
  height: 1rem;
}

.h-40 {
  height: 10rem;
}

.h-6 {
  height: 1.5rem;
}

.h-60 {
  height: 15rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

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

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

.h-\[2\.5rem\] {
  height: 2.5rem;
}

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

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

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

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

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

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

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

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

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

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

.h-auto {
  height: auto;
}

.h-fit {
  height: -moz-fit-content;
  height: fit-content;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

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

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

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

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

.max-h-screen {
  max-height: 100vh;
}

.min-h-screen {
  min-height: 100vh;
}

.w-0 {
  width: 0px;
}

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

.w-1\/4 {
  width: 25%;
}

.w-10 {
  width: 2.5rem;
}

.w-11 {
  width: 2.75rem;
}

.w-12 {
  width: 3rem;
}

.w-14 {
  width: 3.5rem;
}

.w-16 {
  width: 4rem;
}

.w-2 {
  width: 0.5rem;
}

.w-22 {
  width: 5.5rem;
}

.w-25 {
  width: 6.25rem;
}

.w-3 {
  width: 0.75rem;
}

.w-3\/4 {
  width: 75%;
}

.w-30 {
  width: 7.5rem;
}

.w-32 {
  width: 8rem;
}

.w-36 {
  width: 9rem;
}

.w-4\/5 {
  width: 80%;
}

.w-40 {
  width: 10rem;
}

.w-5\/12 {
  width: 41.666667%;
}

.w-50 {
  width: 12.5rem;
}

.w-52 {
  width: 13rem;
}

.w-6 {
  width: 1.5rem;
}

.w-7 {
  width: 1.75rem;
}

.w-78 {
  width: 19.5rem;
}

.w-80 {
  width: 20rem;
}

.w-9 {
  width: 2.25rem;
}

.w-92 {
  width: 23rem;
}

.w-96 {
  width: 24rem;
}

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

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

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

.w-\[2\.5rem\] {
  width: 2.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-\[calc\(100vw-3\.5rem\)\] {
  width: calc(100vw - 3.5rem);
}

.w-auto {
  width: auto;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

.w-max {
  width: -moz-max-content;
  width: max-content;
}

.w-screen {
  width: 100vw;
}

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

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

.min-w-fit {
  min-width: -moz-fit-content;
  min-width: fit-content;
}

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

.min-w-min {
  min-width: -moz-min-content;
  min-width: min-content;
}

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

.max-w-30 {
  max-width: 7.5rem;
}

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

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

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

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

.max-w-72 {
  max-width: 18rem;
}

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

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

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

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

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

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

.max-w-\[13rem\] {
  max-width: 13rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.max-w-\[calc\(100\%-1rem\)\] {
  max-width: calc(100% - 1rem);
}

.max-w-compact {
  max-width: 35ch;
}

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

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

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

.max-w-micro {
  max-width: 20ch;
}

.max-w-none {
  max-width: none;
}

.max-w-screen-2xl-custom {
  max-width: 1578px;
}

.max-w-screen-lg {
  max-width: 960px;
}

.max-w-screen-lg-custom {
  max-width: 1150px;
}

.max-w-short {
  max-width: 42ch;
}

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

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

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

.flex-auto {
  flex: 1 1 auto;
}

.flex-none {
  flex: none;
}

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

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

.shrink {
  flex-shrink: 1;
}

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

.flex-grow {
  flex-grow: 1;
}

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

.grow {
  flex-grow: 1;
}

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

.basis-48 {
  flex-basis: 12rem;
}

.basis-auto {
  flex-basis: auto;
}

.border-collapse {
  border-collapse: collapse;
}

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

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

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

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

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

.translate-y-\[8\%\] {
  --tw-translate-y: 8%;
  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-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

.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-\[1\.02\] {
  --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));
}

.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-none {
  transform: none;
}

.cursor-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

.touch-none {
  touch-action: none;
}

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

.resize {
  resize: both;
}

.scroll-mt-9 {
  scroll-margin-top: 2.25rem;
}

.list-none {
  list-style-type: none;
}

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

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

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

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

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

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

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

.place-content-start {
  place-content: start;
}

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

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

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

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

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

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem;
}

.gap-14 {
  gap: 3.5rem;
}

.gap-15 {
  gap: 3.75rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-7 {
  gap: 1.75rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-content-block {
  gap: 32px;
}

.gap-x-10 {
  -moz-column-gap: 2.5rem;
       column-gap: 2.5rem;
}

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

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

.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}

.gap-x-2\.5 {
  -moz-column-gap: 0.625rem;
       column-gap: 0.625rem;
}

.gap-x-22 {
  -moz-column-gap: 5.5rem;
       column-gap: 5.5rem;
}

.gap-x-28 {
  -moz-column-gap: 7rem;
       column-gap: 7rem;
}

.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}

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

.gap-x-6 {
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}

.gap-x-7 {
  -moz-column-gap: 1.75rem;
       column-gap: 1.75rem;
}

.gap-x-8 {
  -moz-column-gap: 2rem;
       column-gap: 2rem;
}

.gap-y-1 {
  row-gap: 0.25rem;
}

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

.gap-y-16 {
  row-gap: 4rem;
}

.gap-y-18 {
  row-gap: 4.5rem;
}

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

.gap-y-3 {
  row-gap: 0.75rem;
}

.gap-y-32 {
  row-gap: 8rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

.gap-y-5 {
  row-gap: 1.25rem;
}

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

.gap-y-60 {
  row-gap: 15rem;
}

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

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

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

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

.space-y-3\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.875rem * 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-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-clip {
  overflow: clip;
}

.overflow-visible {
  overflow: visible;
}

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

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

.scroll-smooth {
  scroll-behavior: smooth;
}

.text-ellipsis {
  text-overflow: ellipsis;
}

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

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

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

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

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

.break-normal {
  overflow-wrap: normal;
  word-break: normal;
}

.break-words {
  overflow-wrap: break-word;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-2\.5xl {
  border-radius: 1.25rem;
}

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

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

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

.rounded-5xl {
  border-radius: 2.5rem;
}

.rounded-\[50\%\] {
  border-radius: 50%;
}

.rounded-circle {
  border-radius: 50%;
}

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

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

.rounded-lg-2 {
  border-radius: 10px;
}

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

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

.rounded-xl-2 {
  border-radius: 14px;
}

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

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

.rounded-e-\[0\.25rem\]:dir(ltr) {
  border-top-right-radius: 0.25rem;
}

.rounded-e-\[0\.25rem\]:dir(rtl) {
  border-top-left-radius: 0.25rem;
}

.rounded-e-\[0\.25rem\]:dir(ltr) {
  border-bottom-right-radius: 0.25rem;
}

.rounded-e-\[0\.25rem\]:dir(rtl) {
  border-bottom-left-radius: 0.25rem;
}

.rounded-l-full {
  border-top-left-radius: 9999px;
  border-bottom-left-radius: 9999px;
}

.rounded-s-\[0\.25rem\]:dir(ltr) {
  border-top-left-radius: 0.25rem;
}

.rounded-s-\[0\.25rem\]:dir(rtl) {
  border-top-right-radius: 0.25rem;
}

.rounded-s-\[0\.25rem\]:dir(ltr) {
  border-bottom-left-radius: 0.25rem;
}

.rounded-s-\[0\.25rem\]:dir(rtl) {
  border-bottom-right-radius: 0.25rem;
}

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

.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

.border {
  border-width: 1px;
}

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

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

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

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

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

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

.border-e-0:dir(ltr) {
  border-right-width: 0px;
}

.border-e-0:dir(rtl) {
  border-left-width: 0px;
}

.border-s-0:dir(ltr) {
  border-left-width: 0px;
}

.border-s-0:dir(rtl) {
  border-right-width: 0px;
}

.border-s-\[0\.125rem\]:dir(ltr) {
  border-left-width: 0.125rem;
}

.border-s-\[0\.125rem\]:dir(rtl) {
  border-right-width: 0.125rem;
}

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

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

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

.border-blue-1 {
  --tw-border-opacity: 1;
  border-color: rgb(0 6 60 / var(--tw-border-opacity, 1));
}

.border-blue-3 {
  --tw-border-opacity: 1;
  border-color: rgb(166 173 186 / var(--tw-border-opacity, 1));
}

.border-green-2 {
  --tw-border-opacity: 1;
  border-color: rgb(33 179 129 / var(--tw-border-opacity, 1));
}

.border-grey-1 {
  --tw-border-opacity: 1;
  border-color: rgb(219 227 229 / var(--tw-border-opacity, 1));
}

.border-grey-2 {
  --tw-border-opacity: 1;
  border-color: rgb(229 235 237 / var(--tw-border-opacity, 1));
}

.border-grey-4 {
  --tw-border-opacity: 1;
  border-color: rgb(246 250 252 / var(--tw-border-opacity, 1));
}

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

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

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(59 113 202 / var(--tw-border-opacity, 1));
}

.border-red-1 {
  --tw-border-opacity: 1;
  border-color: rgb(255 0 98 / var(--tw-border-opacity, 1));
}

.border-secondary-500 {
  --tw-border-opacity: 1;
  border-color: rgb(179 185 194 / var(--tw-border-opacity, 1));
}

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

.border-t-transparent {
  border-top-color: transparent;
}

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

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

.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-black\/30 {
  background-color: rgb(0 0 0 / 0.3);
}

.bg-black\/70 {
  background-color: rgb(0 0 0 / 0.7);
}

.bg-blue-1 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 6 60 / var(--tw-bg-opacity, 1));
}

.bg-blue-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(89 94 125 / var(--tw-bg-opacity, 1));
}

.bg-blue-2\/\[\.5\] {
  background-color: rgb(89 94 125 / .5);
}

.bg-green-1 {
  --tw-bg-opacity: 1;
  background-color: rgb(97 255 140 / var(--tw-bg-opacity, 1));
}

.bg-grey-1 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 227 229 / var(--tw-bg-opacity, 1));
}

.bg-grey-1\/50 {
  background-color: rgb(219 227 229 / 0.5);
}

.bg-grey-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 235 237 / var(--tw-bg-opacity, 1));
}

.bg-grey-3 {
  --tw-bg-opacity: 1;
  background-color: rgb(237 242 245 / var(--tw-bg-opacity, 1));
}

.bg-grey-4 {
  --tw-bg-opacity: 1;
  background-color: rgb(246 250 252 / var(--tw-bg-opacity, 1));
}

.bg-lightgreen-3 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 252 240 / var(--tw-bg-opacity, 1));
}

.bg-red-1 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 0 98 / var(--tw-bg-opacity, 1));
}

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

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

.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}

.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}

.bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-dark-blue-1 {
  --tw-gradient-from: #020a52 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(2 10 82 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-white {
  --tw-gradient-from: #fff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 255 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.to-dark-blue-2 {
  --tw-gradient-to: #00010a var(--tw-gradient-to-position);
}

.to-transparent {
  --tw-gradient-to: transparent var(--tw-gradient-to-position);
}

.bg-clip-padding {
  background-clip: padding-box;
}

.fill-blue-1 {
  fill: #00063c;
}

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

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

.object-center {
  -o-object-position: center;
     object-position: center;
}

.object-top {
  -o-object-position: top;
     object-position: top;
}

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-4\.5 {
  padding: 1.125rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-7 {
  padding: 1.75rem;
}

.p-8 {
  padding: 2rem;
}

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

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.px-11 {
  padding-left: 2.75rem;
  padding-right: 2.75rem;
}

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem;
}

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

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

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

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}

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

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

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

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

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

.px-9 {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

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

.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}

.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}

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

.py-11\.5 {
  padding-top: 2.875rem;
  padding-bottom: 2.875rem;
}

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

.py-12\.5 {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}

.py-19 {
  padding-top: 4.75rem;
  padding-bottom: 4.75rem;
}

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

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

.py-3\.5 {
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}

.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-\[0\.4rem\] {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}

.pb-0 {
  padding-bottom: 0px;
}

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

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

.pb-12 {
  padding-bottom: 3rem;
}

.pb-14 {
  padding-bottom: 3.5rem;
}

.pb-2 {
  padding-bottom: 0.5rem;
}

.pb-20 {
  padding-bottom: 5rem;
}

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

.pb-3 {
  padding-bottom: 0.75rem;
}

.pb-32 {
  padding-bottom: 8rem;
}

.pb-4 {
  padding-bottom: 1rem;
}

.pb-5 {
  padding-bottom: 1.25rem;
}

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

.pb-8 {
  padding-bottom: 2rem;
}

.pb-9 {
  padding-bottom: 2.25rem;
}

.pb-92 {
  padding-bottom: 23rem;
}

.pl-0\.5 {
  padding-left: 0.125rem;
}

.pl-10 {
  padding-left: 2.5rem;
}

.pl-17\.5 {
  padding-left: 4.375rem;
}

.pl-3\.5 {
  padding-left: 0.875rem;
}

.pl-4 {
  padding-left: 1rem;
}

.pl-6 {
  padding-left: 1.5rem;
}

.pl-72 {
  padding-left: 18rem;
}

.pl-9 {
  padding-left: 2.25rem;
}

.pr-12 {
  padding-right: 3rem;
}

.pr-3 {
  padding-right: 0.75rem;
}

.pr-5 {
  padding-right: 1.25rem;
}

.pr-6 {
  padding-right: 1.5rem;
}

.pr-7 {
  padding-right: 1.75rem;
}

.pr-72 {
  padding-right: 18rem;
}

.pr-8 {
  padding-right: 2rem;
}

.pr-\[4\%\] {
  padding-right: 4%;
}

.pt-0 {
  padding-top: 0px;
}

.pt-1 {
  padding-top: 0.25rem;
}

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

.pt-11 {
  padding-top: 2.75rem;
}

.pt-12 {
  padding-top: 3rem;
}

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

.pt-15 {
  padding-top: 3.75rem;
}

.pt-16 {
  padding-top: 4rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pt-20 {
  padding-top: 5rem;
}

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

.pt-3 {
  padding-top: 0.75rem;
}

.pt-36 {
  padding-top: 9rem;
}

.pt-4 {
  padding-top: 1rem;
}

.pt-44 {
  padding-top: 11rem;
}

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

.pt-72 {
  padding-top: 18rem;
}

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

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

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

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

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

.align-middle {
  vertical-align: middle;
}

.align-bottom {
  vertical-align: bottom;
}

.text-2xl {
  font-size: 24px;
  line-height: 28px;
}

.text-3xl {
  font-size: 28px;
  line-height: 34px;
}

.text-4xl {
  font-size: 34px;
  line-height: 40px;
}

.text-5xl {
  font-size: 40px;
  line-height: 46px;
}

.text-\[11px\] {
  font-size: 11px;
}

.text-base {
  font-size: 14px;
  line-height: 20px;
}

.text-lg {
  font-size: 16px;
  line-height: 22px;
}

.text-sm {
  font-size: 12px;
  line-height: 18px;
}

.text-xl {
  font-size: 20px;
  line-height: 24px;
}

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.lowercase {
  text-transform: lowercase;
}

.normal-case {
  text-transform: none;
}

.italic {
  font-style: italic;
}

.not-italic {
  font-style: normal;
}

.leading-5 {
  line-height: 1.25rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-8 {
  line-height: 2rem;
}

.leading-\[1\.6\] {
  line-height: 1.6;
}

.leading-none {
  line-height: 1;
}

.tracking-normal {
  letter-spacing: 0em;
}

.\!text-blue-1 {
  --tw-text-opacity: 1 !important;
  color: rgb(0 6 60 / var(--tw-text-opacity, 1)) !important;
}

.\!text-blue-3 {
  --tw-text-opacity: 1 !important;
  color: rgb(166 173 186 / var(--tw-text-opacity, 1)) !important;
}

.\!text-inherit {
  color: inherit !important;
}

.\!text-primary {
  --tw-text-opacity: 1 !important;
  color: rgb(59 113 202 / var(--tw-text-opacity, 1)) !important;
}

.text-blue-1 {
  --tw-text-opacity: 1;
  color: rgb(0 6 60 / var(--tw-text-opacity, 1));
}

.text-blue-1\/0 {
  color: rgb(0 6 60 / 0);
}

.text-blue-1\/10 {
  color: rgb(0 6 60 / 0.1);
}

.text-blue-1\/100 {
  color: rgb(0 6 60 / 1);
}

.text-blue-1\/15 {
  color: rgb(0 6 60 / 0.15);
}

.text-blue-1\/20 {
  color: rgb(0 6 60 / 0.2);
}

.text-blue-1\/25 {
  color: rgb(0 6 60 / 0.25);
}

.text-blue-1\/30 {
  color: rgb(0 6 60 / 0.3);
}

.text-blue-1\/35 {
  color: rgb(0 6 60 / 0.35);
}

.text-blue-1\/40 {
  color: rgb(0 6 60 / 0.4);
}

.text-blue-1\/45 {
  color: rgb(0 6 60 / 0.45);
}

.text-blue-1\/5 {
  color: rgb(0 6 60 / 0.05);
}

.text-blue-1\/50 {
  color: rgb(0 6 60 / 0.5);
}

.text-blue-1\/55 {
  color: rgb(0 6 60 / 0.55);
}

.text-blue-1\/60 {
  color: rgb(0 6 60 / 0.6);
}

.text-blue-1\/65 {
  color: rgb(0 6 60 / 0.65);
}

.text-blue-1\/70 {
  color: rgb(0 6 60 / 0.7);
}

.text-blue-1\/75 {
  color: rgb(0 6 60 / 0.75);
}

.text-blue-1\/80 {
  color: rgb(0 6 60 / 0.8);
}

.text-blue-1\/85 {
  color: rgb(0 6 60 / 0.85);
}

.text-blue-1\/90 {
  color: rgb(0 6 60 / 0.9);
}

.text-blue-1\/95 {
  color: rgb(0 6 60 / 0.95);
}

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

.text-blue-100\/0 {
  color: rgb(219 234 254 / 0);
}

.text-blue-100\/10 {
  color: rgb(219 234 254 / 0.1);
}

.text-blue-100\/100 {
  color: rgb(219 234 254 / 1);
}

.text-blue-100\/15 {
  color: rgb(219 234 254 / 0.15);
}

.text-blue-100\/20 {
  color: rgb(219 234 254 / 0.2);
}

.text-blue-100\/25 {
  color: rgb(219 234 254 / 0.25);
}

.text-blue-100\/30 {
  color: rgb(219 234 254 / 0.3);
}

.text-blue-100\/35 {
  color: rgb(219 234 254 / 0.35);
}

.text-blue-100\/40 {
  color: rgb(219 234 254 / 0.4);
}

.text-blue-100\/45 {
  color: rgb(219 234 254 / 0.45);
}

.text-blue-100\/5 {
  color: rgb(219 234 254 / 0.05);
}

.text-blue-100\/50 {
  color: rgb(219 234 254 / 0.5);
}

.text-blue-100\/55 {
  color: rgb(219 234 254 / 0.55);
}

.text-blue-100\/60 {
  color: rgb(219 234 254 / 0.6);
}

.text-blue-100\/65 {
  color: rgb(219 234 254 / 0.65);
}

.text-blue-100\/70 {
  color: rgb(219 234 254 / 0.7);
}

.text-blue-100\/75 {
  color: rgb(219 234 254 / 0.75);
}

.text-blue-100\/80 {
  color: rgb(219 234 254 / 0.8);
}

.text-blue-100\/85 {
  color: rgb(219 234 254 / 0.85);
}

.text-blue-100\/90 {
  color: rgb(219 234 254 / 0.9);
}

.text-blue-100\/95 {
  color: rgb(219 234 254 / 0.95);
}

.text-blue-2 {
  --tw-text-opacity: 1;
  color: rgb(89 94 125 / var(--tw-text-opacity, 1));
}

.text-blue-2\/0 {
  color: rgb(89 94 125 / 0);
}

.text-blue-2\/10 {
  color: rgb(89 94 125 / 0.1);
}

.text-blue-2\/100 {
  color: rgb(89 94 125 / 1);
}

.text-blue-2\/15 {
  color: rgb(89 94 125 / 0.15);
}

.text-blue-2\/20 {
  color: rgb(89 94 125 / 0.2);
}

.text-blue-2\/25 {
  color: rgb(89 94 125 / 0.25);
}

.text-blue-2\/30 {
  color: rgb(89 94 125 / 0.3);
}

.text-blue-2\/35 {
  color: rgb(89 94 125 / 0.35);
}

.text-blue-2\/40 {
  color: rgb(89 94 125 / 0.4);
}

.text-blue-2\/45 {
  color: rgb(89 94 125 / 0.45);
}

.text-blue-2\/5 {
  color: rgb(89 94 125 / 0.05);
}

.text-blue-2\/50 {
  color: rgb(89 94 125 / 0.5);
}

.text-blue-2\/55 {
  color: rgb(89 94 125 / 0.55);
}

.text-blue-2\/60 {
  color: rgb(89 94 125 / 0.6);
}

.text-blue-2\/65 {
  color: rgb(89 94 125 / 0.65);
}

.text-blue-2\/70 {
  color: rgb(89 94 125 / 0.7);
}

.text-blue-2\/75 {
  color: rgb(89 94 125 / 0.75);
}

.text-blue-2\/80 {
  color: rgb(89 94 125 / 0.8);
}

.text-blue-2\/85 {
  color: rgb(89 94 125 / 0.85);
}

.text-blue-2\/90 {
  color: rgb(89 94 125 / 0.9);
}

.text-blue-2\/95 {
  color: rgb(89 94 125 / 0.95);
}

.text-blue-200 {
  --tw-text-opacity: 1;
  color: rgb(191 219 254 / var(--tw-text-opacity, 1));
}

.text-blue-200\/0 {
  color: rgb(191 219 254 / 0);
}

.text-blue-200\/10 {
  color: rgb(191 219 254 / 0.1);
}

.text-blue-200\/100 {
  color: rgb(191 219 254 / 1);
}

.text-blue-200\/15 {
  color: rgb(191 219 254 / 0.15);
}

.text-blue-200\/20 {
  color: rgb(191 219 254 / 0.2);
}

.text-blue-200\/25 {
  color: rgb(191 219 254 / 0.25);
}

.text-blue-200\/30 {
  color: rgb(191 219 254 / 0.3);
}

.text-blue-200\/35 {
  color: rgb(191 219 254 / 0.35);
}

.text-blue-200\/40 {
  color: rgb(191 219 254 / 0.4);
}

.text-blue-200\/45 {
  color: rgb(191 219 254 / 0.45);
}

.text-blue-200\/5 {
  color: rgb(191 219 254 / 0.05);
}

.text-blue-200\/50 {
  color: rgb(191 219 254 / 0.5);
}

.text-blue-200\/55 {
  color: rgb(191 219 254 / 0.55);
}

.text-blue-200\/60 {
  color: rgb(191 219 254 / 0.6);
}

.text-blue-200\/65 {
  color: rgb(191 219 254 / 0.65);
}

.text-blue-200\/70 {
  color: rgb(191 219 254 / 0.7);
}

.text-blue-200\/75 {
  color: rgb(191 219 254 / 0.75);
}

.text-blue-200\/80 {
  color: rgb(191 219 254 / 0.8);
}

.text-blue-200\/85 {
  color: rgb(191 219 254 / 0.85);
}

.text-blue-200\/90 {
  color: rgb(191 219 254 / 0.9);
}

.text-blue-200\/95 {
  color: rgb(191 219 254 / 0.95);
}

.text-blue-3 {
  --tw-text-opacity: 1;
  color: rgb(166 173 186 / var(--tw-text-opacity, 1));
}

.text-blue-3\/0 {
  color: rgb(166 173 186 / 0);
}

.text-blue-3\/10 {
  color: rgb(166 173 186 / 0.1);
}

.text-blue-3\/100 {
  color: rgb(166 173 186 / 1);
}

.text-blue-3\/15 {
  color: rgb(166 173 186 / 0.15);
}

.text-blue-3\/20 {
  color: rgb(166 173 186 / 0.2);
}

.text-blue-3\/25 {
  color: rgb(166 173 186 / 0.25);
}

.text-blue-3\/30 {
  color: rgb(166 173 186 / 0.3);
}

.text-blue-3\/35 {
  color: rgb(166 173 186 / 0.35);
}

.text-blue-3\/40 {
  color: rgb(166 173 186 / 0.4);
}

.text-blue-3\/45 {
  color: rgb(166 173 186 / 0.45);
}

.text-blue-3\/5 {
  color: rgb(166 173 186 / 0.05);
}

.text-blue-3\/50 {
  color: rgb(166 173 186 / 0.5);
}

.text-blue-3\/55 {
  color: rgb(166 173 186 / 0.55);
}

.text-blue-3\/60 {
  color: rgb(166 173 186 / 0.6);
}

.text-blue-3\/65 {
  color: rgb(166 173 186 / 0.65);
}

.text-blue-3\/70 {
  color: rgb(166 173 186 / 0.7);
}

.text-blue-3\/75 {
  color: rgb(166 173 186 / 0.75);
}

.text-blue-3\/80 {
  color: rgb(166 173 186 / 0.8);
}

.text-blue-3\/85 {
  color: rgb(166 173 186 / 0.85);
}

.text-blue-3\/90 {
  color: rgb(166 173 186 / 0.9);
}

.text-blue-3\/95 {
  color: rgb(166 173 186 / 0.95);
}

.text-blue-300 {
  --tw-text-opacity: 1;
  color: rgb(147 197 253 / var(--tw-text-opacity, 1));
}

.text-blue-300\/0 {
  color: rgb(147 197 253 / 0);
}

.text-blue-300\/10 {
  color: rgb(147 197 253 / 0.1);
}

.text-blue-300\/100 {
  color: rgb(147 197 253 / 1);
}

.text-blue-300\/15 {
  color: rgb(147 197 253 / 0.15);
}

.text-blue-300\/20 {
  color: rgb(147 197 253 / 0.2);
}

.text-blue-300\/25 {
  color: rgb(147 197 253 / 0.25);
}

.text-blue-300\/30 {
  color: rgb(147 197 253 / 0.3);
}

.text-blue-300\/35 {
  color: rgb(147 197 253 / 0.35);
}

.text-blue-300\/40 {
  color: rgb(147 197 253 / 0.4);
}

.text-blue-300\/45 {
  color: rgb(147 197 253 / 0.45);
}

.text-blue-300\/5 {
  color: rgb(147 197 253 / 0.05);
}

.text-blue-300\/50 {
  color: rgb(147 197 253 / 0.5);
}

.text-blue-300\/55 {
  color: rgb(147 197 253 / 0.55);
}

.text-blue-300\/60 {
  color: rgb(147 197 253 / 0.6);
}

.text-blue-300\/65 {
  color: rgb(147 197 253 / 0.65);
}

.text-blue-300\/70 {
  color: rgb(147 197 253 / 0.7);
}

.text-blue-300\/75 {
  color: rgb(147 197 253 / 0.75);
}

.text-blue-300\/80 {
  color: rgb(147 197 253 / 0.8);
}

.text-blue-300\/85 {
  color: rgb(147 197 253 / 0.85);
}

.text-blue-300\/90 {
  color: rgb(147 197 253 / 0.9);
}

.text-blue-300\/95 {
  color: rgb(147 197 253 / 0.95);
}

.text-danger {
  --tw-text-opacity: 1;
  color: rgb(220 76 100 / var(--tw-text-opacity, 1));
}

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

.text-green-2 {
  --tw-text-opacity: 1;
  color: rgb(33 179 129 / var(--tw-text-opacity, 1));
}

.text-grey-1 {
  --tw-text-opacity: 1;
  color: rgb(219 227 229 / var(--tw-text-opacity, 1));
}

.text-info {
  --tw-text-opacity: 1;
  color: rgb(84 180 211 / var(--tw-text-opacity, 1));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(59 113 202 / var(--tw-text-opacity, 1));
}

.text-primary-100 {
  --tw-text-opacity: 1;
  color: rgb(227 235 247 / var(--tw-text-opacity, 1));
}

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

.text-success {
  --tw-text-opacity: 1;
  color: rgb(20 164 77 / var(--tw-text-opacity, 1));
}

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

.text-warning {
  --tw-text-opacity: 1;
  color: rgb(228 161 27 / 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;
}

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

.underline-offset-auto {
  text-underline-offset: auto;
}

.\!opacity-0 {
  opacity: 0 !important;
}

.\!opacity-100 {
  opacity: 1 !important;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-60 {
  opacity: 0.6;
}

.opacity-70 {
  opacity: 0.7;
}

.shadow {
  --tw-shadow: -4px -4px 8px rgba(150, 152, 175, 0.06), 8px 15px 20px 5px rgba(150, 152, 175, 0.15);;
  --tw-shadow-colored: -4px -4px 8px var(--tw-shadow-color), 8px 15px 20px 5px 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-2 {
  --tw-shadow: 0 0 3px 0 rgba(0,0,0,.07),0 2px 2px 0 rgba(0,0,0,.04);
  --tw-shadow-colored: 0 0 3px 0 var(--tw-shadow-color), 0 2px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-hard-sm {
  --tw-shadow: -2px 2px 0px #00063C;;
  --tw-shadow-colored: -2px 2px 0px 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-sm {
  --tw-shadow: 0px 1px 1px rgba(0, 6, 60, 0.05), 0px 0px 50px rgba(0, 6, 60, 0.05);;
  --tw-shadow-colored: 0px 1px 1px var(--tw-shadow-color), 0px 0px 50px 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 {
  outline-style: solid;
}

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

.outline-1 {
  outline-width: 1px;
}

.outline-offset-\[-1px\] {
  outline-offset: -1px;
}

.outline-grey-1 {
  outline-color: #dbe3e5;
}

.ring {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.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-medium {
  --tw-drop-shadow: drop-shadow(-3px 2px 0px #00063C);
  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-xl {
  --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
  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);
}

.grayscale {
  --tw-grayscale: grayscale(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.invert {
  --tw-invert: invert(100%);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

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

.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.transition-\[transform\2c _opacity\] {
  transition-property: transform, opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

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

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

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

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

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

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

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

.duration-\[350ms\] {
  transition-duration: 350ms;
}

.ease-\[cubic-bezier\(0\2c 0\2c 0\.15\2c 1\)\2c _cubic-bezier\(0\2c 0\2c 0\.15\2c 1\)\] {
  transition-timing-function: cubic-bezier(0,0,0.15,1), cubic-bezier(0,0,0.15,1);
}

.ease-\[cubic-bezier\(0\.25\2c 0\.1\2c 0\.25\2c 1\.0\)\] {
  transition-timing-function: cubic-bezier(0.25,0.1,0.25,1.0);
}

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

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

.ease-linear {
  transition-timing-function: linear;
}

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

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

.transition-linear {
  transition-timing-function: linear;
}

.btn-primary,
    .ev-pure-button-primary,
    .ev-pure-button-primary-small,
    .ev-button-primary-small {
  cursor: pointer;
  border-radius: 0.375rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 6 60 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(97 255 140 / var(--tw-bg-opacity, 1));
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  text-align: center;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 6 60 / var(--tw-text-opacity, 1));
  --tw-shadow: -4px 4px 0px #00063C;
  --tw-shadow-colored: -4px 4px 0px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-duration: 200ms;
}

.btn-primary:disabled,
    .ev-pure-button-primary:disabled,
    .ev-pure-button-primary-small:disabled,
    .ev-button-primary-small:disabled {
  --tw-border-opacity: 1;
  border-color: rgb(166 173 186 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(166 173 186 / var(--tw-text-opacity, 1));
  --tw-shadow-color: #a6adba;
  --tw-shadow: var(--tw-shadow-colored);
}

.btn-primary.small, .ev-pure-button-primary.small, .ev-pure-button-primary-small.small, .ev-button-primary-small.small {
  padding: 0.5rem;
}

.btn-primary:hover, .ev-pure-button-primary:hover, .ev-pure-button-primary-small:hover, .ev-button-primary-small:hover {
  transform: translate(-2px, 2px);
  box-shadow: -2px 2px 0px #00063c;
}

.ev-pure-button-primary {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.circled-number {
  display: grid;
  height: 2rem;
  width: 2rem;
  flex: none;
  place-content: center;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 6 60 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(97 255 140 / var(--tw-bg-opacity, 1));
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 6 60 / var(--tw-text-opacity, 1));
  --tw-drop-shadow: drop-shadow(-3px 2px 0px #00063C);
  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);
}

@media (min-width: 760px) {
  .circled-number {
    height: 3.125rem;
    width: 3.125rem;
    font-size: 24px;
    line-height: 28px;
  }
}

@media (min-width: 960px) {
  .circled-number {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  }
}

.circled-number.white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(0 6 60 / var(--tw-text-opacity, 1));
}

@media (min-width: 425px) {
  .card-slider .swiper-slide.w-full {
    max-width: 327px !important
  }
}

.card-slider {
  overflow: inherit !important;
}

@media (min-width: 760px) {
  .card-slider {
    overflow: hidden !important
  }
}

/*
  * -- PRINTING style --
  * When user print a web page
  */

@media print {
  .no-print,
        .no-print * {
    display: none !important;
  }
}

.card-animate {
  transition-duration: 500ms;
}

.card-animate:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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));
}

.quick-simulation:not(.compact) input:not(:disabled),
            .quick-simulation:not(.compact) select {
  height: 3rem;
  width: 100%;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(219 227 229 / var(--tw-border-opacity, 1));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  padding: 0.5rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 6 60 / var(--tw-text-opacity, 1));
}

@media (min-width: 425px) {
  .card-slider .swiper-slide.quick-simulation:not(.compact) input:not(:disabled),.card-slider .swiper-slide
            .quick-simulation:not(.compact) select {
    max-width: 327px
  }
}

.quick-simulation:not(.compact) input:not(:disabled)::-moz-placeholder, .quick-simulation:not(.compact) select::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(166 173 186 / var(--tw-text-opacity, 1));
}

.quick-simulation:not(.compact) input:not(:disabled)::placeholder, .quick-simulation:not(.compact) select::placeholder {
  --tw-text-opacity: 1;
  color: rgb(166 173 186 / var(--tw-text-opacity, 1));
}

.quick-simulation:not(.compact) input {
  margin-top: 0.5rem;
}

.quick-simulation option {
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(0 6 60 / var(--tw-text-opacity, 1));
}

.quick-simulation span.isError input,
            .quick-simulation span.isError select {
  --tw-border-opacity: 1;
  border-color: rgb(255 0 98 / var(--tw-border-opacity, 1));
  --tw-text-opacity: 1;
  color: rgb(255 0 98 / var(--tw-text-opacity, 1));
}

.inner-span span {
  width: 100%;
}

@media (min-width: 425px) {
  .card-slider .swiper-slide.inner-span span {
    max-width: 327px
  }
}

.articles-faq-list span {
  display: flex;
  flex-direction: column;
  justify-content: center;
  -moz-column-gap: 4rem;
       column-gap: 4rem;
  row-gap: 0.5rem;
}

@media (min-width: 960px) {
  .articles-faq-list span {
    justify-content: space-between;
  }
}

.not-max-width-children .faq-collapse-card {
  max-width: 100% !important;
}

.faq-collapse-card {
  margin-left: auto !important;
  margin-right: auto !important;
  display: flex !important;
  width: 100% !important;
  max-width: 42rem !important;
  flex-shrink: 1 !important;
  flex-direction: column !important;
  -moz-column-gap: 3rem !important;
       column-gap: 3rem !important;
  border-radius: 0.75rem !important;
  padding: 1.25rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 6 60 / var(--tw-text-opacity, 1)) !important;
  --tw-shadow: 0px 1px 1px rgba(0, 6, 60, 0.05), 0px 0px 50px rgba(0, 6, 60, 0.05); !important;
  --tw-shadow-colored: 0px 1px 1px var(--tw-shadow-color), 0px 0px 50px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

@media (min-width: 425px) {
  .card-slider .swiper-slide.faq-collapse-card {
    max-width: 327px !important
  }
}

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

.accordion-item::after {
  display: none;
}

.accordion-button:not([data-twe-collapse-collapsed]) {
  color: #00063c;
  box-shadow: 0 0 0 0 #000;
}

.accordion-button:not([data-twe-collapse-collapsed]) .arrow {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

#calendly-container {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.7);
  overflow-y: hidden;
}

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

@media (min-width: 760px) {
  .text-multi-align {
    text-align: left;
  }
}

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

.bg-blue-gradient-radial {
  background: radial-gradient(circle, rgba(89, 94, 125, 1) 40%, rgba(0, 6, 60, 1) 100%);
}

.first-letter\:capitalize::first-letter {
  text-transform: capitalize;
}

.placeholder\:text-blue-1::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(0 6 60 / var(--tw-text-opacity, 1));
}

.placeholder\:text-blue-1::placeholder {
  --tw-text-opacity: 1;
  color: rgb(0 6 60 / var(--tw-text-opacity, 1));
}

.placeholder\:text-blue-2::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(89 94 125 / var(--tw-text-opacity, 1));
}

.placeholder\:text-blue-2::placeholder {
  --tw-text-opacity: 1;
  color: rgb(89 94 125 / var(--tw-text-opacity, 1));
}

.placeholder\:text-grey-2::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(229 235 237 / var(--tw-text-opacity, 1));
}

.placeholder\:text-grey-2::placeholder {
  --tw-text-opacity: 1;
  color: rgb(229 235 237 / var(--tw-text-opacity, 1));
}

.empty\:hidden:empty {
  display: none;
}

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

.hover\:translate-x-0:hover {
  --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));
}

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

.hover\:scale-105:hover {
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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\:scale-\[102\%\]:hover {
  --tw-scale-x: 102%;
  --tw-scale-y: 102%;
  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\:font-bold:hover {
  font-weight: 700;
}

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

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.group:hover .group-hover\:translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.group:hover .group-hover\:bg-transparent {
  background-color: transparent;
}

.group\/item:hover .group-hover\/item\:\!text-blue-1 {
  --tw-text-opacity: 1 !important;
  color: rgb(0 6 60 / var(--tw-text-opacity, 1)) !important;
}

.group:hover .group-hover\:text-grey-4 {
  --tw-text-opacity: 1;
  color: rgb(246 250 252 / var(--tw-text-opacity, 1));
}

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

.data-\[twe-carousel-fade\]\:z-0[data-twe-carousel-fade] {
  z-index: 0;
}

.data-\[twe-carousel-fade\]\:z-\[1\][data-twe-carousel-fade] {
  z-index: 1;
}

.data-\[twe-dropdown-show\]\:block[data-twe-dropdown-show] {
  display: block;
}

.data-\[twe-dropdown-show\]\:flex[data-twe-dropdown-show] {
  display: flex;
}

.data-\[popper-reference-hidden\]\:hidden[data-popper-reference-hidden] {
  display: none;
}

.data-\[twe-dropdown-show\]\:flex-row[data-twe-dropdown-show] {
  flex-direction: row;
}

.data-\[twe-carousel-fade\]\:opacity-0[data-twe-carousel-fade] {
  opacity: 0;
}

.data-\[twe-carousel-fade\]\:opacity-100[data-twe-carousel-fade] {
  opacity: 1;
}

.data-\[twe-carousel-fade\]\:duration-\[600ms\][data-twe-carousel-fade] {
  transition-duration: 600ms;
}

.group[data-twe-input-focused] .group-data-\[twe-input-focused\]\:border-x-0 {
  border-left-width: 0px;
  border-right-width: 0px;
}

.group[data-twe-input-state-active] .group-data-\[twe-input-state-active\]\:border-x-0 {
  border-left-width: 0px;
  border-right-width: 0px;
}

.group[data-twe-input-focused] .group-data-\[twe-input-focused\]\:border-e-0:dir(ltr) {
  border-right-width: 0px;
}

.group[data-twe-input-focused] .group-data-\[twe-input-focused\]\:border-e-0:dir(rtl) {
  border-left-width: 0px;
}

.group[data-twe-input-focused] .group-data-\[twe-input-focused\]\:border-s-0:dir(ltr) {
  border-left-width: 0px;
}

.group[data-twe-input-focused] .group-data-\[twe-input-focused\]\:border-s-0:dir(rtl) {
  border-right-width: 0px;
}

.group[data-twe-input-focused] .group-data-\[twe-input-focused\]\:border-t {
  border-top-width: 1px;
}

.group[data-twe-input-state-active] .group-data-\[twe-input-state-active\]\:border-e-0:dir(ltr) {
  border-right-width: 0px;
}

.group[data-twe-input-state-active] .group-data-\[twe-input-state-active\]\:border-e-0:dir(rtl) {
  border-left-width: 0px;
}

.group[data-twe-input-state-active] .group-data-\[twe-input-state-active\]\:border-s-0:dir(ltr) {
  border-left-width: 0px;
}

.group[data-twe-input-state-active] .group-data-\[twe-input-state-active\]\:border-s-0:dir(rtl) {
  border-right-width: 0px;
}

.group[data-twe-input-state-active] .group-data-\[twe-input-state-active\]\:border-t {
  border-top-width: 1px;
}

.group[data-twe-input-focused] .group-data-\[twe-input-focused\]\:border-solid {
  border-style: solid;
}

.group[data-twe-input-state-active] .group-data-\[twe-input-state-active\]\:border-solid {
  border-style: solid;
}

.group[data-twe-input-focused] .group-data-\[twe-input-focused\]\:border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(59 113 202 / var(--tw-border-opacity, 1));
}

.group[data-twe-input-focused] .group-data-\[twe-input-focused\]\:border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}

.group[data-twe-input-focused] .group-data-\[twe-input-focused\]\:border-t-transparent {
  border-top-color: transparent;
}

.group[data-twe-input-state-active] .group-data-\[twe-input-state-active\]\:border-t-transparent {
  border-top-color: transparent;
}

.group[data-twe-input-focused] .group-data-\[twe-input-focused\]\:shadow-notch-1 {
  --tw-shadow: -1px 0 0 #3b71ca, 0 1px 0 0 #3b71ca, 0 -1px 0 0 #3b71ca;
  --tw-shadow-colored: -1px 0 0 var(--tw-shadow-color), 0 1px 0 0 var(--tw-shadow-color), 0 -1px 0 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);
}

.group[data-twe-input-focused] .group-data-\[twe-input-focused\]\:shadow-notch-2 {
  --tw-shadow: 0 1px 0 0 #3b71ca;
  --tw-shadow-colored: 0 1px 0 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);
}

.group[data-twe-input-focused] .group-data-\[twe-input-focused\]\:shadow-notch-3 {
  --tw-shadow: 1px 0 0 #3b71ca, 0 -1px 0 0 #3b71ca, 0 1px 0 0 #3b71ca;
  --tw-shadow-colored: 1px 0 0 var(--tw-shadow-color), 0 -1px 0 0 var(--tw-shadow-color), 0 1px 0 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);
}

.group[data-twe-input-focused] .group-data-\[twe-input-focused\]\:shadow-white {
  --tw-shadow-color: #fff;
  --tw-shadow: var(--tw-shadow-colored);
}

@media (prefers-reduced-motion: reduce) {
  .motion-reduce\:transition-none {
    transition-property: none;
  }
}

@media not all and (min-width: 1280px) {
  .max-xl\:pb-12 {
    padding-bottom: 3rem;
  }
}

@media not all and (min-width: 760px) {
  .max-md\:mr-2 {
    margin-right: 0.5rem;
  }

  .max-md\:mt-\[20rem\] {
    margin-top: 20rem;
  }

  .max-md\:mt-\[24rem\] {
    margin-top: 24rem;
  }

  .max-md\:hidden {
    display: none;
  }

  .max-md\:w-3\/4 {
    width: 75%;
  }

  .max-md\:-translate-y-48 {
    --tw-translate-y: -12rem;
    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));
  }

  .max-md\:items-center {
    align-items: center;
  }

  .max-md\:justify-center {
    justify-content: center;
  }

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

  .max-md\:pt-8 {
    padding-top: 2rem;
  }
}

@media (min-width: 425px) {
  .sm\:w-67 {
    width: 16.75rem;
  }

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

@media (min-width: 760px) {
  .md\:relative {
    position: relative;
  }

  .md\:-bottom-14 {
    bottom: -3.5rem;
  }

  .md\:bottom-0 {
    bottom: 0px;
  }

  .md\:bottom-22 {
    bottom: 5.5rem;
  }

  .md\:left-0 {
    left: 0px;
  }

  .md\:right-5 {
    right: 1.25rem;
  }

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

  .md\:-ml-80 {
    margin-left: -20rem;
  }

  .md\:-mr-32 {
    margin-right: -8rem;
  }

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

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

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

  .md\:mr-16 {
    margin-right: 4rem;
  }

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

  .md\:mt-12 {
    margin-top: 3rem;
  }

  .md\:mt-12\.5 {
    margin-top: 3.125rem;
  }

  .md\:mt-16 {
    margin-top: 4rem;
  }

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

  .md\:mt-20 {
    margin-top: 5rem;
  }

  .md\:mt-32 {
    margin-top: 8rem;
  }

  .md\:mt-35 {
    margin-top: 8.75rem;
  }

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

  .md\:mt-40 {
    margin-top: 10rem;
  }

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

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-24 {
    height: 6rem;
  }

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

  .md\:h-\[70vh\] {
    height: 70vh;
  }

  .md\:h-auto {
    height: auto;
  }

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

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

  .md\:w-4\/5 {
    width: 80%;
  }

  .md\:w-80 {
    width: 20rem;
  }

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

  .md\:w-\[39rem\] {
    width: 39rem;
  }

  .md\:w-\[40\%\] {
    width: 40%;
  }

  .md\:w-\[45\%\] {
    width: 45%;
  }

  .md\:w-\[60\%\] {
    width: 60%;
  }

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

  .md\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:min-w-\[25\%\] {
    min-width: 25%;
  }

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

  .md\:min-w-\[450px\] {
    min-width: 450px;
  }

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

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

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

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

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

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

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

  .md\:max-w-none {
    max-width: none;
  }

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

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

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

  .md\:flex-col-reverse {
    flex-direction: column-reverse;
  }

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

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

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

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

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

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:gap-8 {
    gap: 2rem;
  }

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

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

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

  .md\:rounded-2\.5xl {
    border-radius: 1.25rem;
  }

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

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

  .md\:rounded-xl-2 {
    border-radius: 14px;
  }

  .md\:rounded-t-2\.5xl {
    border-top-left-radius: 1.25rem;
    border-top-right-radius: 1.25rem;
  }

  .md\:border {
    border-width: 1px;
  }

  .md\:border-b-0 {
    border-bottom-width: 0px;
  }

  .md\:border-b-5 {
    border-bottom-width: 5px;
  }

  .md\:border-none {
    border-style: none;
  }

  .md\:border-grey-1 {
    --tw-border-opacity: 1;
    border-color: rgb(219 227 229 / var(--tw-border-opacity, 1));
  }

  .md\:bg-grey-4 {
    --tw-bg-opacity: 1;
    background-color: rgb(246 250 252 / var(--tw-bg-opacity, 1));
  }

  .md\:bg-lightgreen-3 {
    --tw-bg-opacity: 1;
    background-color: rgb(229 252 240 / var(--tw-bg-opacity, 1));
  }

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

  .md\:p-0 {
    padding: 0px;
  }

  .md\:p-6 {
    padding: 1.5rem;
  }

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

  .md\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .md\:px-11 {
    padding-left: 2.75rem;
    padding-right: 2.75rem;
  }

  .md\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .md\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

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

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

  .md\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

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

  .md\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:pb-0 {
    padding-bottom: 0px;
  }

  .md\:pb-16 {
    padding-bottom: 4rem;
  }

  .md\:pb-2\.5 {
    padding-bottom: 0.625rem;
  }

  .md\:pb-20 {
    padding-bottom: 5rem;
  }

  .md\:pb-24 {
    padding-bottom: 6rem;
  }

  .md\:pb-4 {
    padding-bottom: 1rem;
  }

  .md\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .md\:pb-8 {
    padding-bottom: 2rem;
  }

  .md\:pb-9 {
    padding-bottom: 2.25rem;
  }

  .md\:pl-0 {
    padding-left: 0px;
  }

  .md\:pl-16 {
    padding-left: 4rem;
  }

  .md\:pl-6 {
    padding-left: 1.5rem;
  }

  .md\:pr-1 {
    padding-right: 0.25rem;
  }

  .md\:pr-16 {
    padding-right: 4rem;
  }

  .md\:pr-2 {
    padding-right: 0.5rem;
  }

  .md\:pr-4 {
    padding-right: 1rem;
  }

  .md\:pt-0 {
    padding-top: 0px;
  }

  .md\:pt-19 {
    padding-top: 4.75rem;
  }

  .md\:pt-2 {
    padding-top: 0.5rem;
  }

  .md\:pt-20 {
    padding-top: 5rem;
  }

  .md\:pt-24 {
    padding-top: 6rem;
  }

  .md\:pt-36 {
    padding-top: 9rem;
  }

  .md\:pt-4 {
    padding-top: 1rem;
  }

  .md\:pt-52 {
    padding-top: 13rem;
  }

  .md\:pt-8 {
    padding-top: 2rem;
  }

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

  .md\:text-right {
    text-align: right;
  }

  .md\:text-3xl {
    font-size: 28px;
    line-height: 34px;
  }

  .md\:text-4xl {
    font-size: 34px;
    line-height: 40px;
  }

  .md\:text-6xl {
    font-size: 64px;
    line-height: 70px;
  }

  .md\:leading-4 {
    line-height: 1rem;
  }

  .md\:leading-none {
    line-height: 1;
  }

  .md\:shadow {
    --tw-shadow: -4px -4px 8px rgba(150, 152, 175, 0.06), 8px 15px 20px 5px rgba(150, 152, 175, 0.15);;
    --tw-shadow-colored: -4px -4px 8px var(--tw-shadow-color), 8px 15px 20px 5px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .md\:shadow-transparent {
    --tw-shadow-color: transparent;
    --tw-shadow: var(--tw-shadow-colored);
  }

  @media (min-width: 425px) {
    .card-slider .md\:w-full.swiper-slide {
      max-width: 327px !important
    }
  }
}

@media (min-width: 960px) {
  .lg\:static {
    position: static;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:-left-16 {
    left: -4rem;
  }

  .lg\:-left-6 {
    left: -1.5rem;
  }

  .lg\:bottom-0 {
    bottom: 0px;
  }

  .lg\:bottom-5 {
    bottom: 1.25rem;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:my-10 {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
  }

  .lg\:-mr-25 {
    margin-right: -6.25rem;
  }

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

  .lg\:-mt-12 {
    margin-top: -3rem;
  }

  .lg\:-mt-25 {
    margin-top: -6.25rem;
  }

  .lg\:-mt-32 {
    margin-top: -8rem;
  }

  .lg\:ml-40 {
    margin-left: 10rem;
  }

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

  .lg\:mr-8 {
    margin-right: 2rem;
  }

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

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

  .lg\:mt-11\.5 {
    margin-top: 2.875rem;
  }

  .lg\:mt-14 {
    margin-top: 3.5rem;
  }

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

  .lg\:mt-2\.5 {
    margin-top: 0.625rem;
  }

  .lg\:mt-20 {
    margin-top: 5rem;
  }

  .lg\:mt-22\.5 {
    margin-top: 5.625rem;
  }

  .lg\:mt-35 {
    margin-top: 8.75rem;
  }

  .lg\:mt-38\.5 {
    margin-top: 9.625rem;
  }

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-16 {
    height: 4rem;
  }

  .lg\:h-full {
    height: 100%;
  }

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

  .lg\:min-h-\[60vh\] {
    min-height: 60vh;
  }

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

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

  .lg\:w-\[55\%\] {
    width: 55%;
  }

  .lg\:w-fit {
    width: -moz-fit-content;
    width: fit-content;
  }

  .lg\:w-full {
    width: 100%;
  }

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

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

  .lg\:max-w-none {
    max-width: none;
  }

  .lg\:max-w-screen-lg {
    max-width: 960px;
  }

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

  .lg\:scale-105 {
    --tw-scale-x: 1.05;
    --tw-scale-y: 1.05;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

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

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

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

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

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

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

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

  .lg\:items-baseline {
    align-items: baseline;
  }

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

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

  .lg\:justify-around {
    justify-content: space-around;
  }

  .lg\:gap-10 {
    gap: 2.5rem;
  }

  .lg\:gap-12\.5 {
    gap: 3.125rem;
  }

  .lg\:gap-15 {
    gap: 3.75rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

  .lg\:gap-y-20 {
    row-gap: 5rem;
  }

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

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

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

  .lg\:overflow-visible {
    overflow: visible;
  }

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

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

  .lg\:rounded-xl-2 {
    border-radius: 14px;
  }

  .lg\:bg-grey-4 {
    --tw-bg-opacity: 1;
    background-color: rgb(246 250 252 / var(--tw-bg-opacity, 1));
  }

  .lg\:p-0 {
    padding: 0px;
  }

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

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .lg\:px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

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

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

  .lg\:py-7\.5 {
    padding-top: 1.875rem;
    padding-bottom: 1.875rem;
  }

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

  .lg\:pb-10 {
    padding-bottom: 2.5rem;
  }

  .lg\:pb-7 {
    padding-bottom: 1.75rem;
  }

  .lg\:pb-8 {
    padding-bottom: 2rem;
  }

  .lg\:pl-17\.5 {
    padding-left: 4.375rem;
  }

  .lg\:pr-14 {
    padding-right: 3.5rem;
  }

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

  .lg\:pt-0 {
    padding-top: 0px;
  }

  .lg\:pt-16 {
    padding-top: 4rem;
  }

  .lg\:pt-19 {
    padding-top: 4.75rem;
  }

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

  .lg\:pt-36 {
    padding-top: 9rem;
  }

  .lg\:pt-40 {
    padding-top: 10rem;
  }

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

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

  .lg\:text-right {
    text-align: right;
  }

  .lg\:text-3xl {
    font-size: 28px;
    line-height: 34px;
  }

  .lg\:text-5xl {
    font-size: 40px;
    line-height: 46px;
  }

  .lg\:text-6xl {
    font-size: 64px;
    line-height: 70px;
  }

  @media (min-width: 425px) {
    .card-slider .lg\:w-full.swiper-slide {
      max-width: 327px !important
    }
  }
}

@media (min-width: 1150px) {
  .lg-custom\:ml-8 {
    margin-left: 2rem;
  }

  .lg-custom\:block {
    display: block;
  }

  .lg-custom\:flex {
    display: flex;
  }

  .lg-custom\:hidden {
    display: none;
  }

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

  .lg-custom\:items-center {
    align-items: center;
  }

  .lg-custom\:gap-x-2 {
    -moz-column-gap: 0.5rem;
         column-gap: 0.5rem;
  }

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

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

  .lg-custom\:py-4\.5 {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }

  .lg-custom\:pr-67 {
    padding-right: 16.75rem;
  }
}

@media (min-width: 1280px) {
  .xl\:mt-7 {
    margin-top: 1.75rem;
  }

  .xl\:block {
    display: block;
  }

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

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

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

  .xl\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }

  .xl\:rounded-xl-2 {
    border-radius: 14px;
  }

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

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

  .xl\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .xl\:px-20 {
    padding-left: 5rem;
    padding-right: 5rem;
  }

  .xl\:pb-0 {
    padding-bottom: 0px;
  }

  .xl\:pb-12 {
    padding-bottom: 3rem;
  }

  .xl\:pb-8 {
    padding-bottom: 2rem;
  }

  .xl\:pl-32 {
    padding-left: 8rem;
  }

  .xl\:pl-4 {
    padding-left: 1rem;
  }

  .xl\:pr-5 {
    padding-right: 1.25rem;
  }

  .xl\:pr-67 {
    padding-right: 16.75rem;
  }

  .xl\:pt-0 {
    padding-top: 0px;
  }

  .xl\:text-blue-3 {
    --tw-text-opacity: 1;
    color: rgb(166 173 186 / var(--tw-text-opacity, 1));
  }
}

@media (min-width: 1378px) {
  .\32xl\:block {
    display: block;
  }
}

@media (min-width: 1450px) {
  .xl-custom\:ml-20 {
    margin-left: 5rem;
  }

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

  .xl-custom\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }

  .xl-custom\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

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

  .xl-custom\:pr-75 {
    padding-right:  18.75rem;
  }
}

@media (prefers-color-scheme: dark) {
  .dark\:border-neutral-400 {
    --tw-border-opacity: 1;
    border-color: rgb(163 163 163 / var(--tw-border-opacity, 1));
  }

  .dark\:border-white\/10 {
    border-color: rgb(255 255 255 / 0.1);
  }

  .dark\:bg-surface-dark {
    --tw-bg-opacity: 1;
    background-color: rgb(66 66 66 / var(--tw-bg-opacity, 1));
  }

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

@media print {
  .print\:hidden {
    display: none;
  }
}

.\[\&\:has\(\>div\:hover\)_\>div\:not\(\:hover\)_a\]\:text-blue-3:has(>div:hover) >div:not(:hover) a {
  --tw-text-opacity: 1;
  color: rgb(166 173 186 / var(--tw-text-opacity, 1));
}

.\[\&_a\]\:text-blue-2 a {
  --tw-text-opacity: 1;
  color: rgb(89 94 125 / var(--tw-text-opacity, 1));
}
