/* ./resources/sass/app.scss */
/* ! tailwindcss v3.3.1 | 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.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: fellix, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
Prevent resizing textareas horizontally by default.
*/
textarea {
  resize: vertical;
}
/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/
input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}
/*
Set the default cursor for buttons.
*/
button,
[role="button"] {
  cursor: pointer;
}
/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}
/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}
/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/
img,
video {
  max-width: 100%;
  height: auto;
}
/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}
.breakpoint:before {
  display: block;
  color: #FFFFFF;
  text-transform: uppercase;
  content: "-";
}
@media (min-width: 640px) {
  .breakpoint::before {
    content: "sm";
    content: "xs";
  }
}
@media (min-width: 768px) {
  .breakpoint::before {
    content: "md";
  }
}
@media (min-width: 1024px) {
  .breakpoint::before {
    content: "lg";
  }
}
@media (min-width: 1280px) {
  .breakpoint::before {
    content: "xl";
  }
}
@media (min-width: 1536px) {
  .breakpoint::before {
    content: "2xl";
  }
}
*, ::before, ::after {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
::backdrop {
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.container {
  width: 100%;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
}
.prose {
  color: #323232;
  max-width: 65ch;
}
.prose :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.prose :where([class~="lead"]):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-lead);
  font-size: 1.25em;
  line-height: 1.6;
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.prose :where(a):not(:where([class~="not-prose"] *)) {
  color: #004662;
  text-decoration: underline;
  font-weight: unset;
}
.prose :where(strong):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-bold);
  font-weight: 600;
}
.prose :where(a strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th strong):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(ol):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.prose :where(ol[type="A"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="A" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-alpha;
}
.prose :where(ol[type="a" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-alpha;
}
.prose :where(ol[type="I"]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i"]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="I" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: upper-roman;
}
.prose :where(ol[type="i" s]):not(:where([class~="not-prose"] *)) {
  list-style-type: lower-roman;
}
.prose :where(ol[type="1"]):not(:where([class~="not-prose"] *)) {
  list-style-type: decimal;
}
.prose :where(ul):not(:where([class~="not-prose"] *)) {
  list-style-type: disc;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  padding-left: 1.625em;
}
.prose :where(ol > li):not(:where([class~="not-prose"] *))::marker {
  font-weight: 400;
  color: var(--tw-prose-counters);
}
.prose :where(ul > li):not(:where([class~="not-prose"] *))::marker {
  color: var(--tw-prose-bullets);
}
.prose :where(hr):not(:where([class~="not-prose"] *)) {
  border-color: var(--tw-prose-hr);
  border-top-width: 1px;
  margin-top: 3em;
  margin-bottom: 3em;
}
.prose :where(blockquote):not(:where([class~="not-prose"] *)) {
  font-weight: 500;
  font-style: italic;
  color: var(--tw-prose-quotes);
  border-left-width: 0.25rem;
  border-left-color: var(--tw-prose-quote-borders);
  quotes: "\201C""\201D""\2018""\2019";
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  padding-left: 1em;
}
.prose :where(blockquote p:first-of-type):not(:where([class~="not-prose"] *))::before {
  content: open-quote;
}
.prose :where(blockquote p:last-of-type):not(:where([class~="not-prose"] *))::after {
  content: close-quote;
}
.prose :where(h1):not(:where([class~="not-prose"] *)) {
  color: #004990;
  font-weight: 400;
  font-size: 1.875rem;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  line-height: 1.1111111;
}
.prose :where(h1 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 900;
  color: inherit;
}
.prose :where(h2):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 700;
  font-size: 1.5em;
  margin-top: 2em;
  margin-bottom: 1em;
  line-height: 1.3333333;
}
.prose :where(h2 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 800;
  color: inherit;
}
.prose :where(h3):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  font-size: 1.25em;
  margin-top: 1.6em;
  margin-bottom: 0.6em;
  line-height: 1.6;
}
.prose :where(h3 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(h4):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  margin-top: 1.5em;
  margin-bottom: 0.5em;
  line-height: 1.5;
}
.prose :where(h4 strong):not(:where([class~="not-prose"] *)) {
  font-weight: 700;
  color: inherit;
}
.prose :where(img):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(figure > *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
  margin-bottom: 0;
}
.prose :where(figcaption):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-captions);
  font-size: 0.875em;
  line-height: 1.4285714;
  margin-top: 0.8571429em;
}
.prose :where(code):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-code);
  font-weight: 600;
  font-size: 0.875em;
}
.prose :where(code):not(:where([class~="not-prose"] *))::before {
  content: "`";
}
.prose :where(code):not(:where([class~="not-prose"] *))::after {
  content: "`";
}
.prose :where(a code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h1 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(h2 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.875em;
}
.prose :where(h3 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
  font-size: 0.9em;
}
.prose :where(h4 code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(blockquote code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(thead th code):not(:where([class~="not-prose"] *)) {
  color: inherit;
}
.prose :where(pre):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-pre-code);
  background-color: var(--tw-prose-pre-bg);
  overflow-x: auto;
  font-weight: 400;
  font-size: 0.875em;
  line-height: 1.7142857;
  margin-top: 1.7142857em;
  margin-bottom: 1.7142857em;
  border-radius: 0.375rem;
  padding-top: 0.8571429em;
  padding-right: 1.1428571em;
  padding-bottom: 0.8571429em;
  padding-left: 1.1428571em;
}
.prose :where(pre code):not(:where([class~="not-prose"] *)) {
  background-color: transparent;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  font-family: inherit;
  line-height: inherit;
}
.prose :where(pre code):not(:where([class~="not-prose"] *))::before {
  content: none;
}
.prose :where(pre code):not(:where([class~="not-prose"] *))::after {
  content: none;
}
.prose :where(table):not(:where([class~="not-prose"] *)) {
  width: 100%;
  table-layout: auto;
  text-align: left;
  margin-top: 2em;
  margin-bottom: 2em;
  font-size: 0.875em;
  line-height: 1.7142857;
}
.prose :where(thead):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-th-borders);
}
.prose :where(thead th):not(:where([class~="not-prose"] *)) {
  color: var(--tw-prose-headings);
  font-weight: 600;
  vertical-align: bottom;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody tr):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 1px;
  border-bottom-color: var(--tw-prose-td-borders);
}
.prose :where(tbody tr:last-child):not(:where([class~="not-prose"] *)) {
  border-bottom-width: 0;
}
.prose :where(tbody td):not(:where([class~="not-prose"] *)) {
  vertical-align: baseline;
}
.prose :where(tfoot):not(:where([class~="not-prose"] *)) {
  border-top-width: 1px;
  border-top-color: var(--tw-prose-th-borders);
}
.prose :where(tfoot td):not(:where([class~="not-prose"] *)) {
  vertical-align: top;
}
.prose {
  --tw-prose-body: #374151;
  --tw-prose-headings: #111827;
  --tw-prose-lead: #4b5563;
  --tw-prose-links: #111827;
  --tw-prose-bold: #111827;
  --tw-prose-counters: #6b7280;
  --tw-prose-bullets: #d1d5db;
  --tw-prose-hr: #e5e7eb;
  --tw-prose-quotes: #111827;
  --tw-prose-quote-borders: #e5e7eb;
  --tw-prose-captions: #6b7280;
  --tw-prose-code: #111827;
  --tw-prose-pre-code: #e5e7eb;
  --tw-prose-pre-bg: #1f2937;
  --tw-prose-th-borders: #d1d5db;
  --tw-prose-td-borders: #e5e7eb;
  --tw-prose-invert-body: #d1d5db;
  --tw-prose-invert-headings: #fff;
  --tw-prose-invert-lead: #9ca3af;
  --tw-prose-invert-links: #fff;
  --tw-prose-invert-bold: #fff;
  --tw-prose-invert-counters: #9ca3af;
  --tw-prose-invert-bullets: #4b5563;
  --tw-prose-invert-hr: #374151;
  --tw-prose-invert-quotes: #f3f4f6;
  --tw-prose-invert-quote-borders: #374151;
  --tw-prose-invert-captions: #9ca3af;
  --tw-prose-invert-code: #fff;
  --tw-prose-invert-pre-code: #d1d5db;
  --tw-prose-invert-pre-bg: rgb(0 0 0 / 50%);
  --tw-prose-invert-th-borders: #4b5563;
  --tw-prose-invert-td-borders: #374151;
  font-size: 1rem;
  line-height: 1.4;
}
.prose :where(video):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(figure):not(:where([class~="not-prose"] *)) {
  margin-top: 2em;
  margin-bottom: 2em;
}
.prose :where(li):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
}
.prose :where(ol > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}
.prose :where(ul > li):not(:where([class~="not-prose"] *)) {
  padding-left: 0.375em;
}
.prose :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose :where(ul ul, ul ol, ol ul, ol ol):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose :where(hr + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h2 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h3 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(h4 + *):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(thead th:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.prose :where(thead th:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.prose :where(tbody td, tfoot td):not(:where([class~="not-prose"] *)) {
  padding-top: 0.5714286em;
  padding-right: 0.5714286em;
  padding-bottom: 0.5714286em;
  padding-left: 0.5714286em;
}
.prose :where(tbody td:first-child, tfoot td:first-child):not(:where([class~="not-prose"] *)) {
  padding-left: 0;
}
.prose :where(tbody td:last-child, tfoot td:last-child):not(:where([class~="not-prose"] *)) {
  padding-right: 0;
}
.prose :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.pointer-events-auto {
  pointer-events: auto;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.collapse {
  visibility: collapse;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.-top-10 {
  top: -2.5rem;
}
.-top-\[2px\] {
  top: -2px;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-10 {
  bottom: 2.5rem;
}
.bottom-\[15px\] {
  bottom: 15px;
}
.bottom-\[30px\] {
  bottom: 30px;
}
.bottom-\[40\%\] {
  bottom: 40%;
}
.bottom-\[50\%\] {
  bottom: 50%;
}
.bottom-\[60\%\] {
  bottom: 60%;
}
.left-0 {
  left: 0px;
}
.left-1\/2 {
  left: 50%;
}
.left-2 {
  left: 0.5rem;
}
.left-4 {
  left: 1rem;
}
.left-\[-50px\] {
  left: -50px;
}
.left-\[100\%\] {
  left: 100%;
}
.left-\[48\.5\%\] {
  left: 48.5%;
}
.left-\[50\%\] {
  left: 50%;
}
.left-\[7\.7\%\] {
  left: 7.7%;
}
.left-full {
  left: 100%;
}
.right-0 {
  right: 0px;
}
.right-2 {
  right: 0.5rem;
}
.right-3 {
  right: 0.75rem;
}
.right-4 {
  right: 1rem;
}
.right-\[-0\.1rem\] {
  right: -0.1rem;
}
.right-\[100\%\] {
  right: 100%;
}
.right-\[15px\] {
  right: 15px;
}
.top-0 {
  top: 0px;
}
.top-1\/2 {
  top: 50%;
}
.top-3 {
  top: 0.75rem;
}
.top-3\.5 {
  top: 0.875rem;
}
.top-8 {
  top: 2rem;
}
.top-\[100px\] {
  top: 100px;
}
.top-\[15px\] {
  top: 15px;
}
.top-\[250px\] {
  top: 250px;
}
.top-\[30px\] {
  top: 30px;
}
.top-\[50\%\] {
  top: 50%;
}
.top-\[calc\(50\%\)\] {
  top: calc(50%);
}
.top-\[calc\(50\%-15px\)\] {
  top: calc(50% - 15px);
}
.top-\[calc\(50\%-30px\)\] {
  top: calc(50% - 30px);
}
.isolate {
  isolation: isolate;
}
.-z-10 {
  z-index: -10;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-40 {
  z-index: 40;
}
.z-50 {
  z-index: 50;
}
.z-\[-1\] {
  z-index: -1;
}
.z-\[1000\] {
  z-index: 1000;
}
.z-\[100\] {
  z-index: 100;
}
.z-\[10\] {
  z-index: 10;
}
.z-\[1\] {
  z-index: 1;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-first {
  order: -9999;
}
.col-span-6 {
  grid-column: span 6 / span 6;
}
.col-start-1 {
  grid-column-start: 1;
}
.row-start-1 {
  grid-row-start: 1;
}
.float-right {
  float: right;
}
.-m-1 {
  margin: -0.25rem;
}
.-m-1\.5 {
  margin: -0.375rem;
}
.-m-2 {
  margin: -0.5rem;
}
.-m-2\.5 {
  margin: -0.625rem;
}
.m-0 {
  margin: 0px;
}
.m-1 {
  margin: 0.25rem;
}
.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.-mx-1\.5 {
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}
.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.-my-1 {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}
.-my-1\.5 {
  margin-top: -0.375rem;
  margin-bottom: -0.375rem;
}
.-my-2 {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.-ml-8 {
  margin-left: -2rem;
}
.-ml-px {
  margin-left: -1px;
}
.-mt-2 {
  margin-top: -0.5rem;
}
.mb-0 {
  margin-bottom: 0px;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-10 {
  margin-bottom: 2.5rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mb-7 {
  margin-bottom: 1.75rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-\[1\.25rem\] {
  margin-bottom: 1.25rem;
}
.mb-\[1\.5625rem\] {
  margin-bottom: 1.5625rem;
}
.mb-\[3\.125rem\] {
  margin-bottom: 3.125rem;
}
.mb-\[3rem\] {
  margin-bottom: 3rem;
}
.ml-0 {
  margin-left: 0px;
}
.ml-1 {
  margin-left: 0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-3 {
  margin-left: 0.75rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-5 {
  margin-left: 1.25rem;
}
.ml-\[1\.875rem\] {
  margin-left: 1.875rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-0 {
  margin-right: 0px;
}
.mr-16 {
  margin-right: 4rem;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-3 {
  margin-right: 0.75rem;
}
.mr-4 {
  margin-right: 1rem;
}
.mr-5 {
  margin-right: 1.25rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mr-8 {
  margin-right: 2rem;
}
.mr-\[5px\] {
  margin-right: 5px;
}
.mr-auto {
  margin-right: auto;
}
.mt-0 {
  margin-top: 0px;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-10 {
  margin-top: 2.5rem;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-14 {
  margin-top: 3.5rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-2\.5 {
  margin-top: 0.625rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-5 {
  margin-top: 1.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-\[10px\] {
  margin-top: 10px;
}
.mt-\[2\.5rem\] {
  margin-top: 2.5rem;
}
.mt-\[9rem\] {
  margin-top: 9rem;
}
.box-border {
  box-sizing: border-box;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.\!flex {
  display: flex !important;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.flow-root {
  display: flow-root;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.aspect-\[1\.3\/1\] {
  aspect-ratio: 1.3/1;
}
.aspect-\[15\/10\] {
  aspect-ratio: 15/10;
}
.aspect-\[2\/3\] {
  aspect-ratio: 2/3;
}
.aspect-\[3\/2\] {
  aspect-ratio: 3/2;
}
.h-0 {
  height: 0px;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-16 {
  height: 4rem;
}
.h-2 {
  height: 0.5rem;
}
.h-24 {
  height: 6rem;
}
.h-3 {
  height: 0.75rem;
}
.h-3\.5 {
  height: 0.875rem;
}
.h-4 {
  height: 1rem;
}
.h-48 {
  height: 12rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-7 {
  height: 1.75rem;
}
.h-8 {
  height: 2rem;
}
.h-9 {
  height: 2.25rem;
}
.h-\[100\%\] {
  height: 100%;
}
.h-\[1000px\] {
  height: 1000px;
}
.h-\[100vh\] {
  height: 100vh;
}
.h-\[120px\] {
  height: 120px;
}
.h-\[2\.5px\] {
  height: 2.5px;
}
.h-\[200px\] {
  height: 200px;
}
.h-\[20vh\] {
  height: 20vh;
}
.h-\[23\.8vw\] {
  height: 23.8vw;
}
.h-\[25px\] {
  height: 25px;
}
.h-\[25vh\] {
  height: 25vh;
}
.h-\[2px\] {
  height: 2px;
}
.h-\[300px\] {
  height: 300px;
}
.h-\[30px\] {
  height: 30px;
}
.h-\[4\.6875rem\] {
  height: 4.6875rem;
}
.h-\[40px\] {
  height: 40px;
}
.h-\[50px\] {
  height: 50px;
}
.h-\[6px\] {
  height: 6px;
}
.h-\[85px\] {
  height: 85px;
}
.h-\[calc\(100\%\/3\)\] {
  height: calc(100% / 3);
}
.h-\[calc\(100vh\)\] {
  height: calc(100vh);
}
.h-\[calc\(100vh-100px\)\] {
  height: calc(100vh - 100px);
}
.h-auto {
  height: auto;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.max-h-72 {
  max-height: 18rem;
}
.max-h-full {
  max-height: 100%;
}
.min-h-0 {
  min-height: 0px;
}
.min-h-\[250px\] {
  min-height: 250px;
}
.min-h-\[50px\] {
  min-height: 50px;
}
.min-h-\[80svh\] {
  min-height: 80svh;
}
.min-h-\[calc\(100\%\/3\)\] {
  min-height: calc(100% / 3);
}
.min-h-full {
  min-height: 100%;
}
.min-h-screen {
  min-height: 100vh;
}
.w-1\/2 {
  width: 50%;
}
.w-10 {
  width: 2.5rem;
}
.w-12 {
  width: 3rem;
}
.w-16 {
  width: 4rem;
}
.w-2 {
  width: 0.5rem;
}
.w-24 {
  width: 6rem;
}
.w-3 {
  width: 0.75rem;
}
.w-3\.5 {
  width: 0.875rem;
}
.w-32 {
  width: 8rem;
}
.w-4 {
  width: 1rem;
}
.w-4\/5 {
  width: 80%;
}
.w-44 {
  width: 11rem;
}
.w-48 {
  width: 12rem;
}
.w-5 {
  width: 1.25rem;
}
.w-56 {
  width: 14rem;
}
.w-6 {
  width: 1.5rem;
}
.w-64 {
  width: 16rem;
}
.w-8 {
  width: 2rem;
}
.w-96 {
  width: 24rem;
}
.w-\[100px\] {
  width: 100px;
}
.w-\[100vw\] {
  width: 100vw;
}
.w-\[120px\] {
  width: 120px;
}
.w-\[25px\] {
  width: 25px;
}
.w-\[30px\] {
  width: 30px;
}
.w-\[31\%\] {
  width: 31%;
}
.w-\[37\%\] {
  width: 37%;
}
.w-\[4\.0625rem\] {
  width: 4.0625rem;
}
.w-\[40px\] {
  width: 40px;
}
.w-\[50\%\] {
  width: 50%;
}
.w-\[50px\] {
  width: 50px;
}
.w-\[6\.125rem\] {
  width: 6.125rem;
}
.w-\[6\.25rem\] {
  width: 6.25rem;
}
.w-\[6px\] {
  width: 6px;
}
.w-\[72\.22\%\] {
  width: 72.22%;
}
.w-\[80\%\] {
  width: 80%;
}
.w-\[calc\(10\%\)\] {
  width: calc(10%);
}
.w-\[calc\(10\%-15px\)\] {
  width: calc(10% - 15px);
}
.w-\[calc\(10\%-30px\)\] {
  width: calc(10% - 30px);
}
.w-\[calc\(100\%\+30px\)\] {
  width: calc(100% + 30px);
}
.w-\[calc\(100\%\+60px\)\] {
  width: calc(100% + 60px);
}
.w-\[calc\(100\%-60px\)\] {
  width: calc(100% - 60px);
}
.w-\[calc\(25\%\)\] {
  width: calc(25%);
}
.w-\[calc\(25\%-14px\)\] {
  width: calc(25% - 14px);
}
.w-\[calc\(25\%-7px\)\] {
  width: calc(25% - 7px);
}
.w-\[calc\(40\%\)\] {
  width: calc(40%);
}
.w-\[calc\(40\%-14px\)\] {
  width: calc(40% - 14px);
}
.w-\[calc\(40\%-7px\)\] {
  width: calc(40% - 7px);
}
.w-\[calc\(60\%\)\] {
  width: calc(60%);
}
.w-\[calc\(60\%-14px\)\] {
  width: calc(60% - 14px);
}
.w-\[calc\(60\%-7px\)\] {
  width: calc(60% - 7px);
}
.w-\[full\] {
  width: full;
}
.w-auto {
  width: auto;
}
.w-full {
  width: 100%;
}
.w-px {
  width: 1px;
}
.w-screen {
  width: 100vw;
}
.min-w-0 {
  min-width: 0px;
}
.min-w-full {
  min-width: 100%;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-7xl {
  max-width: 80rem;
}
.max-w-\[100vw\] {
  max-width: 100vw;
}
.max-w-\[1040px\] {
  max-width: 1040px;
}
.max-w-\[1400px\] {
  max-width: 1400px;
}
.max-w-\[1440px\] {
  max-width: 1440px;
}
.max-w-\[18\.5rem\] {
  max-width: 18.5rem;
}
.max-w-\[300px\] {
  max-width: 300px;
}
.max-w-\[400px\] {
  max-width: 400px;
}
.max-w-\[55\.25rem\] {
  max-width: 55.25rem;
}
.max-w-\[55\.5rem\] {
  max-width: 55.5rem;
}
.max-w-\[59\.375rem\] {
  max-width: 59.375rem;
}
.max-w-\[640px\] {
  max-width: 640px;
}
.max-w-\[66\.5rem\] {
  max-width: 66.5rem;
}
.max-w-\[90\%\] {
  max-width: 90%;
}
.max-w-\[960px\] {
  max-width: 960px;
}
.max-w-full {
  max-width: 100%;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-none {
  max-width: none;
}
.max-w-screen-2xl {
  max-width: 1536px;
}
.max-w-xl {
  max-width: 36rem;
}
.max-w-xs {
  max-width: 20rem;
}
.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-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.grow {
  flex-grow: 1;
}
.table-auto {
  table-layout: auto;
}
.border-collapse {
  border-collapse: collapse;
}
.origin-top-right {
  transform-origin: top right;
}
.-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-12 {
  --tw-translate-x: -3rem;
  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-y-2 {
  --tw-translate-y: -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-y-\[50\%\] {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-14 {
  --tw-translate-x: 3.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-24 {
  --tw-translate-x: 6rem;
  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-\[-50\%\] {
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-\[-99\%\] {
  --tw-translate-x: -99%;
  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-\[99\%\] {
  --tw-translate-x: 99%;
  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 {
  --tw-translate-y: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-1 {
  --tw-translate-y: 0.25rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-1\/2 {
  --tw-translate-y: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-10 {
  --tw-translate-y: 2.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-y-4 {
  --tw-translate-y: 1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[101\%\] {
  --tw-translate-y: 101%;
  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-\[20\%\] {
  --tw-translate-y: 20%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-\[50\%\] {
  --tw-translate-y: 50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-45 {
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-0 {
  --tw-rotate: 0deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-45 {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-skew-x-\[-20deg\] {
  --tw-skew-x: 20deg;
  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));
}
.-skew-x-\[20deg\] {
  --tw-skew-x: -20deg;
  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));
}
.skew-x-\[-20deg\] {
  --tw-skew-x: -20deg;
  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));
}
.skew-x-\[20deg\] {
  --tw-skew-x: 20deg;
  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-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-50 {
  --tw-scale-x: .5;
  --tw-scale-y: .5;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-90 {
  --tw-scale-x: .9;
  --tw-scale-y: .9;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-95 {
  --tw-scale-x: .95;
  --tw-scale-y: .95;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-\[1\.28\] {
  --tw-scale-x: 1.28;
  --tw-scale-y: 1.28;
  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\.39\] {
  --tw-scale-x: 1.39;
  --tw-scale-y: 1.39;
  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\.3\] {
  --tw-scale-x: 1.3;
  --tw-scale-y: 1.3;
  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\.4\] {
  --tw-scale-x: 1.4;
  --tw-scale-y: 1.4;
  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\.55\] {
  --tw-scale-x: 1.55;
  --tw-scale-y: 1.55;
  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\.5\] {
  --tw-scale-x: 1.5;
  --tw-scale-y: 1.5;
  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-\[2\.1\] {
  --tw-scale-x: 2.1;
  --tw-scale-y: 2.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-x-\[-1\] {
  --tw-scale-x: -1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-y-\[-1\] {
  --tw-scale-y: -1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes bounce {
  0% {
    transform: translateY(0);
  }
  20% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(0);
  }
  80% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-15px);
  }
  60% {
    transform: translateY(-7px);
  }
}
.animate-bounce {
  animation: bounce 4s infinite;
}
@keyframes marquee {
  0% {
    transform: translate3d(0%, 0%, 0);
  }
  100% {
    transform: translate3d(-100%, 0%, 0);
  }
}
.animate-marquee {
  animation: marquee 100s linear infinite;
}
@keyframes ripple {
  0% {
    transform: translate3d(-50%, -50%, 0) scale(0);
    opacity: 0.7;
  }
  100% {
    transform: translate3d(-50%, -50%, 0) scale(1.5);
    opacity: 0;
  }
}
.animate-ripple {
  animation: ripple 2s ease-out infinite;
}
.cursor-default {
  cursor: default;
}
.cursor-pointer {
  cursor: pointer;
}
.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize-none {
  resize: none;
}
.scroll-py-2 {
  scroll-padding-top: 0.5rem;
  scroll-padding-bottom: 0.5rem;
}
.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.auto-rows-fr {
  grid-auto-rows: minmax(0, 1fr);
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-col-reverse {
  flex-direction: column-reverse;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.justify-evenly {
  justify-content: space-evenly;
}
.justify-items-center {
  justify-items: center;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-\[0\.125rem\] {
  gap: 0.125rem;
}
.gap-\[1\.5625rem\] {
  gap: 1.5625rem;
}
.gap-\[4rem\] {
  gap: 4rem;
}
.gap-x-12 {
  -moz-column-gap: 3rem;
       column-gap: 3rem;
}
.gap-x-14 {
  -moz-column-gap: 3.5rem;
       column-gap: 3.5rem;
}
.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-x-20 {
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}
.gap-x-3 {
  -moz-column-gap: 0.75rem;
       column-gap: 0.75rem;
}
.gap-x-4 {
  -moz-column-gap: 1rem;
       column-gap: 1rem;
}
.gap-x-5 {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}
.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-16 {
  row-gap: 4rem;
}
.gap-y-3 {
  row-gap: 0.75rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.gap-y-5 {
  row-gap: 1.25rem;
}
.gap-y-7 {
  row-gap: 1.75rem;
}
.gap-y-8 {
  row-gap: 2rem;
}
.-space-x-px > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(-1px * var(--tw-space-x-reverse));
  margin-left: calc(-1px * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2.5rem * var(--tw-space-y-reverse));
}
.space-y-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-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-gray-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-divide-opacity));
}
.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity));
}
.divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-divide-opacity));
}
.self-end {
  align-self: flex-end;
}
.self-center {
  align-self: center;
}
.self-stretch {
  align-self: stretch;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-x-auto {
  overflow-x: auto;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-x-hidden {
  overflow-x: hidden;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-\[0\.625rem\] {
  border-radius: 0.625rem;
}
.rounded-\[0\.75rem\] {
  border-radius: 0.75rem;
}
.rounded-\[2rem\] {
  border-radius: 2rem;
}
.rounded-\[3rem\] {
  border-radius: 3rem;
}
.rounded-\[50\%\] {
  border-radius: 50%;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-l-md {
  border-top-left-radius: 0.375rem;
  border-bottom-left-radius: 0.375rem;
}
.rounded-r-md {
  border-top-right-radius: 0.375rem;
  border-bottom-right-radius: 0.375rem;
}
.border {
  border-width: 1px;
}
.border-0 {
  border-width: 0px;
}
.border-2 {
  border-width: 2px;
}
.border-\[1px\] {
  border-width: 1px;
}
.border-x-0 {
  border-left-width: 0px;
  border-right-width: 0px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-b-\[2px\] {
  border-bottom-width: 2px;
}
.border-l {
  border-left-width: 1px;
}
.border-l-4 {
  border-left-width: 4px;
}
.border-r {
  border-right-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-t-0 {
  border-top-width: 0px;
}
.border-t-\[2px\] {
  border-top-width: 2px;
}
.border-solid {
  border-style: solid;
}
.\!border-\[\#00305E\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(0 48 94 / var(--tw-border-opacity)) !important;
}
.border-\[\#001A41\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 26 65 / var(--tw-border-opacity));
}
.border-\[\#F2FF61\] {
  --tw-border-opacity: 1;
  border-color: rgb(242 255 97 / var(--tw-border-opacity));
}
.border-\[\#FF3737\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 55 55 / var(--tw-border-opacity));
}
.border-blue-400 {
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity));
}
.border-blue-500 {
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity));
}
.border-current {
  border-color: currentColor;
}
.border-gray-100 {
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity));
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgb(156 163 175 / var(--tw-border-opacity));
}
.border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgb(75 85 99 / var(--tw-border-opacity));
}
.border-gray-900\/10 {
  border-color: rgb(17 24 39 / 0.1);
}
.border-gray-900\/25 {
  border-color: rgb(17 24 39 / 0.25);
}
.border-green-500 {
  --tw-border-opacity: 1;
  border-color: rgb(34 197 94 / var(--tw-border-opacity));
}
.border-grey-2 {
  --tw-border-opacity: 1;
  border-color: rgb(200 200 200 / var(--tw-border-opacity));
}
.border-orange-500 {
  --tw-border-opacity: 1;
  border-color: rgb(249 115 22 / var(--tw-border-opacity));
}
.border-orange-600 {
  --tw-border-opacity: 1;
  border-color: rgb(234 88 12 / var(--tw-border-opacity));
}
.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(36 55 254 / var(--tw-border-opacity));
}
.border-red-500 {
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity));
}
.border-stone-300 {
  --tw-border-opacity: 1;
  border-color: rgb(214 211 209 / var(--tw-border-opacity));
}
.border-transparent {
  border-color: transparent;
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}
.border-yellow-2 {
  --tw-border-opacity: 1;
  border-color: rgb(242 255 97 / var(--tw-border-opacity));
}
.border-yellow-3 {
  --tw-border-opacity: 1;
  border-color: rgb(241 255 97 / var(--tw-border-opacity));
}
.border-b-yellow-3 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(241 255 97 / var(--tw-border-opacity));
}
.border-t-\[\#004990\] {
  --tw-border-opacity: 1;
  border-top-color: rgb(0 73 144 / var(--tw-border-opacity));
}
.border-t-white {
  --tw-border-opacity: 1;
  border-top-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.\!bg-\[\#00305E\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 48 94 / var(--tw-bg-opacity)) !important;
}
.bg-\[\#001A41\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 26 65 / var(--tw-bg-opacity));
}
.bg-\[\#092268\] {
  --tw-bg-opacity: 1;
  background-color: rgb(9 34 104 / var(--tw-bg-opacity));
}
.bg-\[\#163057\] {
  --tw-bg-opacity: 1;
  background-color: rgb(22 48 87 / var(--tw-bg-opacity));
}
.bg-\[\#264fe2\] {
  --tw-bg-opacity: 1;
  background-color: rgb(38 79 226 / var(--tw-bg-opacity));
}
.bg-\[\#F2FF61\] {
  --tw-bg-opacity: 1;
  background-color: rgb(242 255 97 / var(--tw-bg-opacity));
}
.bg-accent {
  --tw-bg-opacity: 1;
  background-color: rgb(36 55 254 / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-black\/90 {
  background-color: rgb(0 0 0 / 0.9);
}
.bg-blue-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity));
}
.bg-blue-3 {
  --tw-bg-opacity: 1;
  background-color: rgb(21 190 235 / var(--tw-bg-opacity));
}
.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}
.bg-blue-6 {
  --tw-bg-opacity: 1;
  background-color: rgb(36 55 254 / var(--tw-bg-opacity));
}
.bg-blue-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity));
}
.bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}
.bg-blue-8 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 48 94 / var(--tw-bg-opacity));
}
.bg-dark-blue {
  --tw-bg-opacity: 1;
  background-color: rgb(22 48 87 / var(--tw-bg-opacity));
}
.bg-deals {
  background-color: rgba(38,79,226,1);
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-gray-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity));
}
.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}
.bg-gray-900\/10 {
  background-color: rgb(17 24 39 / 0.1);
}
.bg-gray-900\/5 {
  background-color: rgb(17 24 39 / 0.05);
}
.bg-gray-900\/80 {
  background-color: rgb(17 24 39 / 0.8);
}
.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity));
}
.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}
.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
}
.bg-grey-3 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 247 248 / var(--tw-bg-opacity));
}
.bg-grey-4 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 214 / var(--tw-bg-opacity));
}
.bg-grey-6 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.bg-grey-8 {
  --tw-bg-opacity: 1;
  background-color: rgb(204 204 201 / var(--tw-bg-opacity));
}
.bg-grey-9 {
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity));
}
.bg-indigo-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(79 70 229 / var(--tw-bg-opacity));
}
.bg-orange-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity));
}
.bg-orange-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity));
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(36 55 254 / var(--tw-bg-opacity));
}
.bg-rally {
  background-color: rgba(242,255,97,1);
}
.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}
.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-yellow-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(242 255 97 / var(--tw-bg-opacity));
}
.bg-yellow-3 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 255 97 / var(--tw-bg-opacity));
}
.bg-yellow-4 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 255 97 / var(--tw-bg-opacity));
}
.bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity));
}
.bg-yellow-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(202 138 4 / var(--tw-bg-opacity));
}
.bg-opacity-25 {
  --tw-bg-opacity: 0.25;
}
.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}
.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}
.bg-\[url\(\'\/img\/header-background\.jpg\'\)\] {
  background-image: url('/img/header-background.jpg');
}
.bg-\[url\(\'\/img\/icn-arr-down\.svg\'\)\] {
  background-image: url('/img/icn-arr-down.svg');
}
.bg-\[url\(\'\/img\/icon_warning-white\.png\'\)\] {
  background-image: url('/img/icon_warning-white.png');
}
.bg-\[url\(\'\/img\/icon_warning\.svg\'\)\] {
  background-image: url('/img/icon_warning.svg');
}
.bg-\[url\(\'\/img\/yellow_check_circle\.svg\'\)\] {
  background-image: url('/img/yellow_check_circle.svg');
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-gray-900 {
  --tw-gradient-from: #111827 var(--tw-gradient-from-position);
  --tw-gradient-from-position:  ;
  --tw-gradient-to: rgb(17 24 39 / 0)  var(--tw-gradient-from-position);
  --tw-gradient-to-position:  ;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-gray-900\/40 {
  --tw-gradient-via-position:  ;
  --tw-gradient-to: rgb(17 24 39 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-to-position:  ;
  --tw-gradient-stops: var(--tw-gradient-from), rgb(17 24 39 / 0.4) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.bg-\[length\:25px_25px\] {
  background-size: 25px 25px;
}
.bg-contain {
  background-size: contain;
}
.bg-cover {
  background-size: cover;
}
.bg-center {
  background-position: center;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.fill-blue-7 {
  fill: #00315d;
}
.fill-current {
  fill: currentColor;
}
.fill-dark-blue {
  fill: #163057;
}
.fill-primary {
  fill: #2437FE;
}
.fill-white {
  fill: #FFFFFF;
}
.stroke-blue-7 {
  stroke: #00315d;
}
.stroke-dark-blue {
  stroke: #163057;
}
.stroke-white {
  stroke: #FFFFFF;
}
.stroke-yellow-3 {
  stroke: #F1FF61;
}
.object-contain {
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover {
  -o-object-fit: cover;
     object-fit: cover;
}
.object-bottom {
  -o-object-position: bottom;
     object-position: bottom;
}
.object-center {
  -o-object-position: center;
     object-position: center;
}
.object-left-bottom {
  -o-object-position: left bottom;
     object-position: left bottom;
}
.object-top {
  -o-object-position: top;
     object-position: top;
}
.p-0 {
  padding: 0px;
}
.p-1 {
  padding: 0.25rem;
}
.p-1\.5 {
  padding: 0.375rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-2\.5 {
  padding: 0.625rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-4 {
  padding: 1rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-8 {
  padding: 2rem;
}
.p-\[10px\] {
  padding: 10px;
}
.p-\[15px\] {
  padding: 15px;
}
.p-\[20px\] {
  padding: 20px;
}
.\!py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.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-\[1\.25rem\] {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-\[10px\] {
  padding-left: 10px;
  padding-right: 10px;
}
.px-\[20px\] {
  padding-left: 20px;
  padding-right: 20px;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-14 {
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[3\.125rem\] {
  padding-top: 3.125rem;
  padding-bottom: 3.125rem;
}
.py-\[4\.75rem\] {
  padding-top: 4.75rem;
  padding-bottom: 4.75rem;
}
.py-\[80px\] {
  padding-top: 80px;
  padding-bottom: 80px;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-14 {
  padding-bottom: 3.5rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-20 {
  padding-bottom: 5rem;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pb-3\.5 {
  padding-bottom: 0.875rem;
}
.pb-32 {
  padding-bottom: 8rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-\[3\.125rem\] {
  padding-bottom: 3.125rem;
}
.pl-0 {
  padding-left: 0px;
}
.pl-1 {
  padding-left: 0.25rem;
}
.pl-10 {
  padding-left: 2.5rem;
}
.pl-11 {
  padding-left: 2.75rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pl-9 {
  padding-left: 2.25rem;
}
.pr-0 {
  padding-right: 0px;
}
.pr-12 {
  padding-right: 3rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pr-8 {
  padding-right: 2rem;
}
.pr-\[10\%\] {
  padding-right: 10%;
}
.pt-0 {
  padding-top: 0px;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-14 {
  padding-top: 3.5rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-24 {
  padding-top: 6rem;
}
.pt-3 {
  padding-top: 0.75rem;
}
.pt-32 {
  padding-top: 8rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pt-40 {
  padding-top: 10rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pt-80 {
  padding-top: 20rem;
}
.pt-\[1\.5625rem\] {
  padding-top: 1.5625rem;
}
.pt-\[100\%\] {
  padding-top: 100%;
}
.pt-\[2\.5rem\] {
  padding-top: 2.5rem;
}
.pt-\[2\.8125rem\] {
  padding-top: 2.8125rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.align-baseline {
  vertical-align: baseline;
}
.align-top {
  vertical-align: top;
}
.align-middle {
  vertical-align: middle;
}
.align-bottom {
  vertical-align: bottom;
}
.font-sans {
  font-family: fellix, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
.text-\[0\.625rem\] {
  font-size: 0.625rem;
}
.text-\[0\.8125rem\] {
  font-size: 0.8125rem;
}
.text-\[0px\] {
  font-size: 0px;
}
.text-\[14px\] {
  font-size: 14px;
}
.text-\[16px\] {
  font-size: 16px;
}
.text-\[2rem\] {
  font-size: 2rem;
}
.text-\[3rem\] {
  font-size: 3rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-sm\/6 {
  font-size: 0.875rem;
  line-height: 1.5rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-black {
  font-weight: 900;
}
.font-bold {
  font-weight: 700;
}
.font-extrabold {
  font-weight: 800;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.not-italic {
  font-style: normal;
}
.leading-10 {
  line-height: 2.5rem;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-7 {
  line-height: 1.75rem;
}
.leading-8 {
  line-height: 2rem;
}
.leading-\[1\.06667\] {
  line-height: 1.06667;
}
.leading-\[1\.08\] {
  line-height: 1.08;
}
.leading-\[1\.1\] {
  line-height: 1.1;
}
.leading-\[1\.2\] {
  line-height: 1.2;
}
.leading-\[1\.3846\] {
  line-height: 1.3846;
}
.leading-\[1\.3\] {
  line-height: 1.3;
}
.leading-\[1\.4\] {
  line-height: 1.4;
}
.leading-\[100\%\] {
  line-height: 100%;
}
.leading-\[1\] {
  line-height: 1;
}
.leading-none {
  line-height: 1;
}
.leading-normal {
  line-height: 1.5;
}
.leading-tight {
  line-height: 1.25;
}
.tracking-\[0\.03em\] {
  letter-spacing: 0.03em;
}
.tracking-normal {
  letter-spacing: 0em;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.\!text-yellow-2 {
  --tw-text-opacity: 1 !important;
  color: rgb(242 255 97 / var(--tw-text-opacity)) !important;
}
.text-\[\#001A41\] {
  --tw-text-opacity: 1;
  color: rgb(0 26 65 / var(--tw-text-opacity));
}
.text-\[\#00305e\] {
  --tw-text-opacity: 1;
  color: rgb(0 48 94 / var(--tw-text-opacity));
}
.text-\[\#00315d\] {
  --tw-text-opacity: 1;
  color: rgb(0 49 93 / var(--tw-text-opacity));
}
.text-\[\#004990\] {
  --tw-text-opacity: 1;
  color: rgb(0 73 144 / var(--tw-text-opacity));
}
.text-\[\#153159\] {
  --tw-text-opacity: 1;
  color: rgb(21 49 89 / var(--tw-text-opacity));
}
.text-\[\#2437FE\] {
  --tw-text-opacity: 1;
  color: rgb(36 55 254 / var(--tw-text-opacity));
}
.text-\[\#264fe2\] {
  --tw-text-opacity: 1;
  color: rgb(38 79 226 / var(--tw-text-opacity));
}
.text-\[\#323232\] {
  --tw-text-opacity: 1;
  color: rgb(50 50 50 / var(--tw-text-opacity));
}
.text-\[\#66768D\] {
  --tw-text-opacity: 1;
  color: rgb(102 118 141 / var(--tw-text-opacity));
}
.text-\[\#F2FF61\] {
  --tw-text-opacity: 1;
  color: rgb(242 255 97 / var(--tw-text-opacity));
}
.text-\[\#FF3737\] {
  --tw-text-opacity: 1;
  color: rgb(255 55 55 / var(--tw-text-opacity));
}
.text-blue-10 {
  --tw-text-opacity: 1;
  color: rgb(38 78 226 / var(--tw-text-opacity));
}
.text-blue-11 {
  --tw-text-opacity: 1;
  color: rgb(16 48 90 / var(--tw-text-opacity));
}
.text-blue-200 {
  --tw-text-opacity: 1;
  color: rgb(191 219 254 / var(--tw-text-opacity));
}
.text-blue-6 {
  --tw-text-opacity: 1;
  color: rgb(36 55 254 / var(--tw-text-opacity));
}
.text-blue-600 {
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity));
}
.text-blue-7 {
  --tw-text-opacity: 1;
  color: rgb(0 49 93 / var(--tw-text-opacity));
}
.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity));
}
.text-blue-8 {
  --tw-text-opacity: 1;
  color: rgb(0 48 94 / var(--tw-text-opacity));
}
.text-blue-9 {
  --tw-text-opacity: 1;
  color: rgb(39 79 226 / var(--tw-text-opacity));
}
.text-blue-900 {
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity));
}
.text-blue-950 {
  --tw-text-opacity: 1;
  color: rgb(23 37 84 / var(--tw-text-opacity));
}
.text-dark-blue {
  --tw-text-opacity: 1;
  color: rgb(22 48 87 / var(--tw-text-opacity));
}
.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}
.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-green-400 {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity));
}
.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}
.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity));
}
.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity));
}
.text-grey-1 {
  --tw-text-opacity: 1;
  color: rgb(50 50 50 / var(--tw-text-opacity));
}
.text-grey-5 {
  --tw-text-opacity: 1;
  color: rgb(25 25 25 / var(--tw-text-opacity));
}
.text-orange-500 {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity));
}
.text-orange-600 {
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity));
}
.text-orange-700 {
  --tw-text-opacity: 1;
  color: rgb(194 65 12 / var(--tw-text-opacity));
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgb(36 55 254 / var(--tw-text-opacity));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}
.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}
.text-yellow-2 {
  --tw-text-opacity: 1;
  color: rgb(242 255 97 / var(--tw-text-opacity));
}
.text-yellow-3 {
  --tw-text-opacity: 1;
  color: rgb(241 255 97 / var(--tw-text-opacity));
}
.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity));
}
.text-yellow-600 {
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity));
}
.text-yellow-800 {
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity));
}
.text-zinc-800 {
  --tw-text-opacity: 1;
  color: rgb(39 39 42 / var(--tw-text-opacity));
}
.underline {
  text-decoration-line: underline;
}
.no-underline {
  text-decoration-line: none;
}
.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0 {
  opacity: 0;
}
.opacity-100 {
  opacity: 1;
}
.opacity-40 {
  opacity: 0.4;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-60 {
  opacity: 0.6;
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-2xl {
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline {
  outline-style: solid;
}
.outline-1 {
  outline-width: 1px;
}
.-outline-offset-1 {
  outline-offset: -1px;
}
.outline-gray-300 {
  outline-color: #d1d5db;
}
.ring-1 {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-inset {
  --tw-ring-inset: inset;
}
.ring-black {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
}
.ring-black\/5 {
  --tw-ring-color: rgb(0 0 0 / 0.05);
}
.ring-gray-300 {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(209 213 219 / var(--tw-ring-opacity));
}
.ring-gray-900\/5 {
  --tw-ring-color: rgb(17 24 39 / 0.05);
}
.ring-opacity-5 {
  --tw-ring-opacity: 0.05;
}
.blur-0 {
  --tw-blur: blur(0);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.blur-sm {
  --tw-blur: blur(4px);
  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);
}
.contrast-125 {
  --tw-contrast: contrast(1.25);
  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-lg {
  --tw-backdrop-blur: blur(16px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 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;
}
.delay-100 {
  transition-delay: 100ms;
}
.delay-1000 {
  transition-delay: 1000ms;
}
.delay-150 {
  transition-delay: 150ms;
}
.delay-200 {
  transition-delay: 200ms;
}
.delay-300 {
  transition-delay: 300ms;
}
.delay-500 {
  transition-delay: 500ms;
}
.delay-700 {
  transition-delay: 700ms;
}
.delay-75 {
  transition-delay: 75ms;
}
.delay-\[1500ms\] {
  transition-delay: 1500ms;
}
.delay-\[200ms\] {
  transition-delay: 200ms;
}
.delay-\[300ms\] {
  transition-delay: 300ms;
}
.delay-\[400ms\] {
  transition-delay: 400ms;
}
.delay-\[500ms\] {
  transition-delay: 500ms;
}
.duration-100 {
  transition-duration: 100ms;
}
.duration-1000 {
  transition-duration: 1000ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.duration-700 {
  transition-duration: 700ms;
}
.duration-75 {
  transition-duration: 75ms;
}
.duration-\[1000ms\] {
  transition-duration: 1000ms;
}
.duration-\[300ms\] {
  transition-duration: 300ms;
}
.duration-\[600ms\] {
  transition-duration: 600ms;
}
.duration-\[900ms\] {
  transition-duration: 900ms;
}
.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;
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.bg-gradient-blue {
  background-image: url("/img/header-background.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.bg-radial-blue-top {
  background: radial-gradient(at top, rgb(0, 35, 178) 0%, rgb(2, 49, 98) 70%, rgb(2, 49, 98) 100%);
}

.bg-radial-blue-bottom {
  background: radial-gradient(at bottom, rgb(0, 35, 178) 0%, rgb(2, 49, 98) 70%, rgb(2, 49, 98) 100%);
}

.bg-radial-blue-left {
  background: radial-gradient(at left, rgb(0, 35, 178) 0%, rgb(2, 49, 98) 70%, rgb(2, 49, 98) 100%);
}

.bg-radial-blue-right {
  background: radial-gradient(at right, rgb(0, 35, 178) 0%, rgb(2, 49, 98) 70%, rgb(2, 49, 98) 100%);
}

.bg-linear-blue-left {
  background: linear-gradient(90deg, rgb(32, 63, 155) 0%, rgb(2, 49, 98) 50%, rgb(2, 49, 98) 100%);
}

.bg-gradient-rally {
  background: linear-gradient(90deg, rgb(38, 79, 226) 0%, rgb(255, 255, 255) 50%, rgb(242, 255, 97) 100%);
}

.bg-gradient-showcase {
  background: linear-gradient(90deg, rgb(241, 254, 97) 0%, white 100%);
}

.bg-gradient-deals {
  background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgb(38, 79, 226) 100%);
}

.triangle-gradient-card {
  clip-path: polygon(100% 0, 100% 100%, 0 100%);
}

.a-text-reveal {
  position: relative;
  display: inline-block;
  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));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

main {
  opacity: 1;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 1000ms;
}
main.a-loading {
  opacity: 0;
}

/* @font-face {
    font-family: "gilroy";
    src: url("/fonts/gilroy-heavy.woff2") format("woff2"),
        url("/fonts/gilroy-heavy.woff") format("woff");
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: "gilroy";
    src: url("/fonts/gilroy-bold.woff2") format("woff2"),
        url("/fonts/gilroy-bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: "gilroy";
    src: url("/fonts/gilroy-medium.woff2") format("woff2"),
        url("/fonts/gilroy-medium.woff") format("woff");
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: "gilroy";
    src: url("/fonts/gilroy-regular.woff2") format("woff2"),
        url("/fonts/gilroy-regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
} */
@font-face {
  font-family: "fellix";
  src: url("/fonts/Fellix/Fellix-Black.woff2") format("woff2"), url("/fonts/Fellix/Fellix-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "fellix";
  src: url("/fonts/Fellix/Fellix-Bold.woff2") format("woff2"), url("/fonts/Fellix/Fellix-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "fellix";
  src: url("/fonts/Fellix/Fellix-Medium.woff2") format("woff2"), url("/fonts/Fellix/Fellix-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "fellix";
  src: url("/fonts/Fellix/Fellix-Regular.woff2") format("woff2"), url("/fonts/Fellix/Fellix-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
body {
  width: 100%;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(50 50 50 / var(--tw-text-opacity));
}

.full-size-in-container {
  position: relative;
}
.full-size-in-container:before {
  content: "";
  position: absolute;
  right: 100%;
  top: 0px;
  height: 100%;
  width: 100vw;
  --tw-bg-opacity: 1;
  background-color: rgb(38 79 226 / var(--tw-bg-opacity));
}
.full-size-in-container:after {
  content: "";
  position: absolute;
  left: 100%;
  top: 0px;
  height: 100%;
  width: 100vw;
  --tw-bg-opacity: 1;
  background-color: rgb(38 79 226 / var(--tw-bg-opacity));
}

.bloc-steps {
  display: flex;
  font-size: 1rem;
}

.bloc-steps li {
  display: flex;
  align-items: center;
  margin-right: 1rem;
}

.bloc-steps li:last-of-type {
  margin-right: 0px;
}

.bloc-steps .num {
  box-sizing: border-box;
  display: inline-block;
  border-radius: 50%;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(242 255 97 / var(--tw-border-opacity));
  text-align: center;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(242 255 97 / var(--tw-text-opacity));
  height: 2.25rem;
  min-height: 2.25rem;
  width: 2.25rem;
  min-width: 2.25rem;
  font-size: 1.25rem;
  line-height: 2.125rem;
}

.bloc-steps p {
  display: none;
  font-weight: 600;
  margin-left: 1rem;
  font-size: 0.875rem;
}

.bloc-steps .active .num {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(242 255 97 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(242 255 97 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(36 55 254 / var(--tw-text-opacity));
}

.bloc-steps .active p {
  display: block;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.bloc-warning.bloc-steps .active p:before {
  background-image: url("/img/icon_warning-white.png");
}

.bloc-warning.bloc-steps .active p a {
  text-decoration-line: underline;
  color: #FFF;
}

.bg-header-btn {
  --tw-bg-opacity: 1;
  background-color: rgb(36 55 254/var(--tw-bg-opacity));
}

.bg-header-bg {
  --tw-bg-opacity: 1;
  background-color: rgb(0 26 65/var(--tw-bg-opacity));
}

.text-header-bg {
  --tw-text-opacity: 1;
  color: rgb(0 26 65/var(--tw-text-opacity));
}

.hover\:text-header-bg:hover {
  --tw-text-opacity: 1;
  color: rgb(0 26 65/var(--tw-text-opacity));
}

.bt {
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  --tw-border-opacity: 1;
  border-color: rgb(36 55 254 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(36 55 254 / var(--tw-bg-opacity));
  text-align: center;
  border-radius: 1.5625rem;
  padding-bottom: 0.5625rem;
  padding-top: 0.5625rem;
  padding-right: 2.1875rem;
  padding-left: 2.1875rem;
  font-size: 0.9375rem;
  transition: all 0.2s linear;
  backface-visibility: hidden;
}

.c-button {
  position: relative;
  overflow: hidden;
  /* Property 1=Default, Property 2=Hover */
}
.c-button.-primary {
  z-index: 1;
  display: inline-block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(0 26 65 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 26 65 / var(--tw-bg-opacity));
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.bloc-warning.c-button.-primary:before {
  background-image: url("/img/icon_warning-white.png");
}
.bloc-warning.c-button.-primary a {
  text-decoration-line: underline;
  color: #FFF;
}
.c-button.-primary {
  border-radius: 1.5625rem;
  padding-bottom: 0.5625rem;
  padding-top: 0.5625rem;
  padding-right: 2.1875rem;
  padding-left: 2.1875rem;
  font-size: 0.9375rem;
}
.c-button.-primary:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: -1;
  height: 100%;
  width: 100%;
  --tw-translate-y: 101%;
  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));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
  border-radius: 1.5625rem;
}
.c-button.-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(0 26 65 / var(--tw-text-opacity));
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.c-button.-primary:hover:before {
  --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));
}
.c-button.header-primary {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 9999px;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(242 255 97 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  --tw-bg-opacity: 1;
  background-color: rgb(36 55 254/var(--tw-bg-opacity));
}
.c-button.header-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(0 26 65/var(--tw-text-opacity));
}
.c-button.header-primary::before {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -10;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  --tw-content: "";
  content: var(--tw-content);
  background: radial-gradient(93.13% 302.08% at 0% 76.74%,#F2FF61 44.44%,#0185CA 84.56%,#2437FE 100%);
}
.c-button.header-primary:hover {
  background-color: transparent;
}
.c-button.header-primary:hover::before {
  content: var(--tw-content);
  opacity: 1;
}
@media (min-width: 1280px) {
  .c-button.header-primary {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.c-button.login-primary {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(242 255 97 / var(--tw-bg-opacity));
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  --tw-text-opacity: 1;
  color: rgb(0 26 65/var(--tw-text-opacity));
}
.c-button.login-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(0 26 65/var(--tw-text-opacity));
}
.c-button.login-primary::before {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: -10;
  height: 100%;
  width: 100%;
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
  --tw-content: "";
  content: var(--tw-content);
  background: radial-gradient(93.13% 302.08% at 0% 76.74%,#F2FF61 44.44%,#0185CA 84.56%,#2437FE 100%);
}
.c-button.login-primary:hover {
  background-color: transparent;
}
.c-button.login-primary:hover::before {
  content: var(--tw-content);
  opacity: 1;
}
@media (min-width: 1280px) {
  .c-button.login-primary {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.c-button.login-outline-primary {
  position: relative;
  display: inline-block;
  border-radius: 9999px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(242 255 97 / var(--tw-border-opacity));
  background-color: transparent;
  padding-left: 1.75rem;
  padding-right: 1.75rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  --tw-text-opacity: 1;
  color: rgb(242 255 97 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 500ms;
}
.c-button.login-outline-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(242 255 97 / var(--tw-bg-opacity));
  color: inherit;
}
@media (min-width: 1280px) {
  .c-button.login-outline-primary {
    padding-left: 3rem;
    padding-right: 3rem;
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
.c-button.-small {
  padding-bottom: 0.25rem;
  padding-top: 0.25rem;
  padding-right: 1.0625rem;
  padding-left: 1.0625rem;
  font-size: 0.875rem;
}
.c-button.-secondary {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(36 55 254 / var(--tw-border-opacity));
  background-color: transparent;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(36 55 254 / var(--tw-text-opacity));
  border-radius: 1.5625rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.c-button.-secondary:hover, .c-button.-secondary:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(21 190 235 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.bloc-warning.c-button.-secondary:hover:before,.bloc-warning .c-button.-secondary:focus:before {
  background-image: url("/img/icon_warning-white.png");
}
.bloc-warning.c-button.-secondary:hover a,.bloc-warning .c-button.-secondary:focus a {
  text-decoration-line: underline;
  color: #FFF;
}
.c-button.-third {
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.bloc-warning.c-button.-third:before {
  background-image: url("/img/icon_warning-white.png");
}
.bloc-warning.c-button.-third a {
  text-decoration-line: underline;
  color: #FFF;
}
.c-button.-third {
  height: 2.5rem;
  border-radius: 1.5625rem;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem;
}
.c-button.-third .c-button_icon-1 {
  fill: #FFFFFF;
}
.c-button.-third .c-button_icon-2 {
  stroke: #FFFFFF;
}

.c-button-icon.-edit, .c-button-icon.-remove {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.c-button-icon.-edit svg circle, .c-button-icon.-edit svg path, .c-button-icon.-remove svg circle, .c-button-icon.-remove svg path {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.c-button-icon.-edit:hover svg circle, .c-button-icon.-remove:hover svg circle {
  fill: #2437FE;
}
.c-button-icon.-edit:hover svg path, .c-button-icon.-remove:hover svg path {
  fill: #FFFFFF;
}
.c-button-icon.-plus svg, .c-button-icon.-close svg {
  border-radius: 9999px;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.c-button-icon.-plus svg path, .c-button-icon.-plus svg line, .c-button-icon.-close svg path, .c-button-icon.-close svg line {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.c-button-icon.-plus:hover svg, .c-button-icon.-close:hover svg {
  --tw-bg-opacity: 1;
  background-color: rgb(36 55 254 / var(--tw-bg-opacity));
}
.c-button-icon.-plus:hover svg path, .c-button-icon.-close:hover svg path {
  stroke: #FFFFFF;
}
.c-button-icon.-plus:hover svg line, .c-button-icon.-close:hover svg line {
  stroke: #FFFFFF;
}

.c-footer_informations a {
  --tw-text-opacity: 1;
  color: rgb(241 255 97 / var(--tw-text-opacity));
  text-decoration-line: underline;
}
.c-footer_navigation .wpml-ls-statics-shortcode_actions {
  padding: 0px;
  margin-left: 0.875rem;
}
.c-footer_navigation ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.c-footer_navigation li {
  margin-bottom: 0.5rem;
  display: flex;
  margin-right: 0.4375rem;
  margin-left: 0.4375rem;
}
@media (min-width: 1024px) {
  .c-footer_navigation li:last-child {
    margin-right: 0;
  }
}
.c-footer_navigation li a {
  transition: all 0.2s linear;
  overflow: hidden;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  background-color: transparent;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
}
.bloc-warning.c-footer_navigation li a:before {
  background-image: url("/img/icon_warning-white.png");
}
.bloc-warning.c-footer_navigation li a a {
  text-decoration-line: underline;
  color: #FFF;
}
.c-footer_navigation li a {
  border-radius: 1.5625rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  font-size: 0.75rem;
}
.c-footer_navigation li a:hover, .c-footer_navigation li a:focus {
  --tw-border-opacity: 1;
  border-color: rgb(36 55 254 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(36 55 254 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.bloc-warning.c-footer_navigation li a:hover:before,.bloc-warning .c-footer_navigation li a:focus:before {
  background-image: url("/img/icon_warning-white.png");
}
.bloc-warning.c-footer_navigation li a:hover a,.bloc-warning .c-footer_navigation li a:focus a {
  text-decoration-line: underline;
  color: #FFF;
}

.new_footer_navigation ul {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.5rem;
}

@media (min-width: 640px) {
  .new_footer_navigation ul {
    flex-direction: row;
    gap: 1.75rem;
  }
}
.new_footer_navigation a {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  text-decoration-line: none;
}
.bloc-warning.new_footer_navigation a:before {
  background-image: url("/img/icon_warning-white.png");
}
.bloc-warning.new_footer_navigation a a {
  text-decoration-line: underline;
  color: #FFF;
}

.auth_input {
  display: block;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(36 55 254 / var(--tw-text-opacity));
}

.auth_input:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 640px) {
  .auth_input {
    padding: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .auth_input {
    font-size: 1.75rem;
  }
}

.auth_otp_input {
  display: block;
  width: 2.5rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.75rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(36 55 254 / var(--tw-text-opacity));
}

.auth_otp_input:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  outline: 2px solid transparent;
  outline-offset: 2px;
}

@media (min-width: 640px) {
  .auth_otp_input {
    width: 5rem;
    padding: 1.25rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {
  .auth_otp_input {
    font-size: 1.75rem;
  }
}

select {
  /* background-image: url(/img/icn-arr-down.svg); */
  background-position: calc(100% - 15px) center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("/img/icn-arr-down.svg");
  background-size: 25px 25px;
  background-repeat: no-repeat;
}

.form-check label:before {
  content: "";
  box-sizing: border-box;
  display: block;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(36 55 254 / var(--tw-border-opacity));
  margin-right: 0.625rem;
  height: 1rem;
  width: 1rem;
  border-radius: 0.125rem;
}
.form-check input:checked + label:before {
  --tw-bg-opacity: 1;
  background-color: rgb(36 55 254 / var(--tw-bg-opacity));
}
.form-check input:checked + label:after {
  content: "";
  position: absolute;
  left: 0px;
  margin-left: 0.0625rem;
  height: 0.875rem;
  width: 0.875rem;
  background: url(/img/icn-checkbox-white.svg) 60% 50%/80% auto no-repeat;
}
.form-check.radio label:before {
  height: 1rem;
  width: 1rem;
  border-radius: 624.9375rem;
}
.form-check.radio input:checked + label:after {
  content: "";
  background-image: none;
  position: absolute;
  inset: 0px;
  top: 50%;
  display: block;
  --tw-translate-y: -50%;
  --tw-scale-x: .5;
  --tw-scale-y: .5;
  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));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  border-radius: 624.9375rem;
}

.error-input {
  background-color: #FFE3E0 !important;
  --tw-border-opacity: 1;
  border-color: rgb(255 55 55 / var(--tw-border-opacity));
}
.error-input:focus {
  background-color: #FFE3E0 !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-text-fill-color: #2437fe !important;
  -webkit-text-size-adjust: 30px !important;
}

.qtranxs-lang-menu > a,
.qtranxs-lang-menu img,
.qtranxs-lang-menu .current-menu-item {
  display: none !important;
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.qtranxs-lang-menu > ul {
  margin-left: 0px;
}

#main-foot nav li.qtranxs-lang-menu-item a {
  box-sizing: border-box;
  padding: 0px;
  text-transform: capitalize;
  height: 2.125rem;
  min-width: 2.125rem;
  line-height: 2.125rem;
}

.inscription-container .text-wrap p {
  margin: 0px;
  line-height: 1.4;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.bloc-warning.inscription-container .text-wrap p:before {
  background-image: url("/img/icon_warning-white.png");
}

.bloc-warning.inscription-container .text-wrap p a {
  text-decoration-line: underline;
  color: #FFF;
}

.inscription-container .text-wrap p {
  margin-bottom: 1.5625rem;
  margin-top: 1.5625rem;
  font-size: 0.9375rem;
}
.inscription-container .text-wrap p strong,
.inscription-container .text-wrap p b {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 1.06667;
}
.inscription-container .text-wrap ul,
.inscription-container .text-wrap ol {
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 1.875rem;
  margin-top: 1.875rem;
}
.inscription-container .text-wrap ul li,
.inscription-container .text-wrap ol li {
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 2.1875rem;
  margin-top: 2.1875rem;
}
.inscription-container .text-wrap ul > *:last-child,
.inscription-container .text-wrap ol > *:last-child {
  margin-bottom: 0px;
}
.inscription-container .text-wrap ul li {
  position: relative;
  padding-left: 2.8125rem;
}
.inscription-container .text-wrap ul li:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  display: block;
  background-image: url("/img/yellow_check_circle.svg");
  background-size: contain;
  background-repeat: no-repeat;
  height: 1.875rem;
  width: 1.875rem;
}
.inscription-container .text-wrap > *:first-child {
  margin-top: 0;
  margin-top: 0px;
}
.inscription-container .text-wrap > *:last-child {
  margin-bottom: 0;
  margin-bottom: 0px;
}
.inscription-container .inscription-bloc1, .inscription-container .inscription-bloc3 {
  margin-top: 12.5rem;
  margin-left: 2.5rem;
}
.inscription-container .inscription-bloc1 .text-wrap p, .inscription-container .inscription-bloc3 .text-wrap p {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.bloc-warning.inscription-container .inscription-bloc1 .text-wrap p:before,.bloc-warning .inscription-container .inscription-bloc3 .text-wrap p:before {
  background-image: url("/img/icon_warning-white.png");
}
.bloc-warning.inscription-container .inscription-bloc1 .text-wrap p a,.bloc-warning .inscription-container .inscription-bloc3 .text-wrap p a {
  text-decoration-line: underline;
  color: #FFF;
}
.inscription-container .inscription-bloc1_wrapper, .inscription-container .inscription-bloc3_wrapper {
  --tw-bg-opacity: 1;
  background-color: rgb(0 26 65 / var(--tw-bg-opacity));
  padding-top: 3.75rem;
  padding-right: 1.875rem;
  padding-bottom: 3.75rem;
  padding-left: 1.875rem;
}
@media (min-width: 768px) {
  .inscription-container .inscription-bloc1, .inscription-container .inscription-bloc3 {
    margin-top: 0px;
    margin-left: 15rem;
  }
  .inscription-container .inscription-bloc1_wrapper, .inscription-container .inscription-bloc3_wrapper {
    padding-top: 5rem;
    padding-right: 3.125rem;
    padding-bottom: 5rem;
    padding-left: 5rem;
  }
}
@media (min-width: 1024px) {
  .inscription-container .inscription-bloc1, .inscription-container .inscription-bloc3 {
    margin-left: 15rem;
  }
}
.inscription-container .inscription-bloc1 li, .inscription-container .inscription-bloc3 li {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.bloc-warning.inscription-container .inscription-bloc1 li:before,.bloc-warning .inscription-container .inscription-bloc3 li:before {
  background-image: url("/img/icon_warning-white.png");
}
.bloc-warning.inscription-container .inscription-bloc1 li a,.bloc-warning .inscription-container .inscription-bloc3 li a {
  text-decoration-line: underline;
  color: #FFF;
}
.inscription-container .inscription-bloc2 {
  z-index: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.bloc-warning.inscription-container .inscription-bloc2:before {
  background-image: url("/img/icon_warning-white.png");
}
.bloc-warning.inscription-container .inscription-bloc2 a {
  text-decoration-line: underline;
  color: #FFF;
}
.inscription-container .inscription-bloc2 {
  margin-top: -2.5rem;
  margin-right: 2.5rem;
}
.inscription-container .inscription-bloc2 .text-wrap {
  position: relative;
}
.inscription-container .inscription-bloc2 .text-wrap p {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.bloc-warning.inscription-container .inscription-bloc2 .text-wrap p:before {
  background-image: url("/img/icon_warning-white.png");
}
.bloc-warning.inscription-container .inscription-bloc2 .text-wrap p a {
  text-decoration-line: underline;
  color: #FFF;
}
.inscription-container .inscription-bloc2 .text-wrap li {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.bloc-warning.inscription-container .inscription-bloc2 .text-wrap li:before {
  background-image: url("/img/icon_warning-white.png");
}
.bloc-warning.inscription-container .inscription-bloc2 .text-wrap li a {
  text-decoration-line: underline;
  color: #FFF;
}
.inscription-container .inscription-bloc2 .text-wrap h3 {
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  font-weight: 400;
  line-height: 1.1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.bloc-warning.inscription-container .inscription-bloc2 .text-wrap h3:before {
  background-image: url("/img/icon_warning-white.png");
}
.bloc-warning.inscription-container .inscription-bloc2 .text-wrap h3 a {
  text-decoration-line: underline;
  color: #FFF;
}
.inscription-container .inscription-bloc2 .text-wrap h3 {
  margin-bottom: 1.5625rem;
  font-size: 1.25rem;
}
.inscription-container .inscription-bloc2 .text-wrap h3 strong {
  display: block;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.bloc-warning.inscription-container .inscription-bloc2 .text-wrap h3 strong:before {
  background-image: url("/img/icon_warning-white.png");
}
.bloc-warning.inscription-container .inscription-bloc2 .text-wrap h3 strong a {
  text-decoration-line: underline;
  color: #FFF;
}
.inscription-container .inscription-bloc2 .text-wrap h3 strong {
  font-size: 1.5625rem;
}
.inscription-container .inscription-bloc2 .text-wrap h3::before {
  content: "";
  clip-path: polygon(40% 0, 60% 0, 60% 40%, 100% 40%, 100% 60%, 60% 60%, 60% 100%, 40% 100%, 40% 60%, 0 60%, 0 40%, 40% 40%);
  position: absolute;
  left: -50px;
  display: block;
  --tw-bg-opacity: 1;
  background-color: rgb(242 255 97 / var(--tw-bg-opacity));
  top: 0rem;
  height: 2.5rem;
  width: 2.5rem;
}
.inscription-container .inscription-bloc2_wrapper {
  --tw-bg-opacity: 1;
  background-color: rgb(0 49 93 / var(--tw-bg-opacity));
  padding-top: 2.5rem;
  padding-right: 3.125rem;
  padding-bottom: 3.75rem;
  padding-left: 3.125rem;
}
@media (min-width: 768px) {
  .inscription-container .inscription-bloc2_wrapper {
    padding-left: 3.125rem;
    padding-bottom: 5rem;
    padding-top: 3.125rem;
    padding-right: 6.875rem;
  }
}
@media (min-width: 1024px) {
  .inscription-container .inscription-bloc2 {
    width: 75%;
    margin-right: 0px;
  }
}
.inscription-container .inscription-bloc3 {
  z-index: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.bloc-warning.inscription-container .inscription-bloc3:before {
  background-image: url("/img/icon_warning-white.png");
}
.bloc-warning.inscription-container .inscription-bloc3 a {
  text-decoration-line: underline;
  color: #FFF;
}
.inscription-container .inscription-bloc3 {
  margin-top: -2.5rem;
}
.inscription-container .inscription-bloc3 .text-wrap {
  position: relative;
}
.inscription-container .inscription-bloc3 .text-wrap p {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.bloc-warning.inscription-container .inscription-bloc3 .text-wrap p:before {
  background-image: url("/img/icon_warning-white.png");
}
.bloc-warning.inscription-container .inscription-bloc3 .text-wrap p a {
  text-decoration-line: underline;
  color: #FFF;
}
.inscription-container .inscription-bloc3 .text-wrap li {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.bloc-warning.inscription-container .inscription-bloc3 .text-wrap li:before {
  background-image: url("/img/icon_warning-white.png");
}
.bloc-warning.inscription-container .inscription-bloc3 .text-wrap li a {
  text-decoration-line: underline;
  color: #FFF;
}
.inscription-container .inscription-bloc3 .text-wrap h3 {
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  font-weight: 400;
  line-height: 1.1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.bloc-warning.inscription-container .inscription-bloc3 .text-wrap h3:before {
  background-image: url("/img/icon_warning-white.png");
}
.bloc-warning.inscription-container .inscription-bloc3 .text-wrap h3 a {
  text-decoration-line: underline;
  color: #FFF;
}
.inscription-container .inscription-bloc3 .text-wrap h3 {
  margin-bottom: 1.5625rem;
  font-size: 1.25rem;
}
.inscription-container .inscription-bloc3 .text-wrap h3 strong {
  display: block;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.bloc-warning.inscription-container .inscription-bloc3 .text-wrap h3 strong:before {
  background-image: url("/img/icon_warning-white.png");
}
.bloc-warning.inscription-container .inscription-bloc3 .text-wrap h3 strong a {
  text-decoration-line: underline;
  color: #FFF;
}
.inscription-container .inscription-bloc3 .text-wrap h3 strong {
  font-size: 1.5625rem;
}
.inscription-container .inscription-bloc3 .text-wrap h3::before {
  content: "";
  clip-path: polygon(40% 0, 60% 0, 60% 40%, 100% 40%, 100% 60%, 60% 60%, 60% 100%, 40% 100%, 40% 60%, 0 60%, 0 40%, 40% 40%);
  position: absolute;
  left: -50px;
  display: block;
  --tw-bg-opacity: 1;
  background-color: rgb(242 255 97 / var(--tw-bg-opacity));
  top: 0rem;
  height: 2.5rem;
  width: 2.5rem;
}
.inscription-container .inscription-bloc3_wrapper {
  --tw-bg-opacity: 1;
  background-color: rgb(36 55 254 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.bloc-warning.inscription-container .inscription-bloc3_wrapper:before {
  background-image: url("/img/icon_warning-white.png");
}
.bloc-warning.inscription-container .inscription-bloc3_wrapper a {
  text-decoration-line: underline;
  color: #FFF;
}
.inscription-container .inscription-bloc3_wrapper {
  padding-top: 2.5rem;
  padding-right: 3.125rem;
  padding-bottom: 3.75rem;
  padding-left: 3.125rem;
}
@media (min-width: 768px) {
  .inscription-container .inscription-bloc3_wrapper {
    padding-right: 3.125rem;
    padding-left: 3.125rem;
    padding-bottom: 5rem;
    padding-top: 3.125rem;
  }
}

.c-loader {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 80px;
}

.c-loader div {
  position: absolute;
  opacity: 1;
  border-radius: 50%;
  animation: c-loader 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
  --tw-bg-opacity: 1;
  background-color: rgb(36 55 254 / var(--tw-bg-opacity));
}

.c-loader div:nth-child(2) {
  animation-delay: -0.5s;
}

@keyframes c-loader {
  0% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  4.9% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 0;
  }
  5% {
    top: 36px;
    left: 36px;
    width: 0;
    height: 0;
    opacity: 1;
  }
  100% {
    top: 0px;
    left: 0px;
    width: 72px;
    height: 72px;
    opacity: 0;
  }
}
/* TODO: rename to c-message -warning */
.bloc-warning {
  position: relative;
  min-height: 50px;
  --tw-text-opacity: 1;
  color: rgb(102 118 141 / var(--tw-text-opacity));
  padding-left: 3.75rem;
}
.bloc-warning p {
  margin-bottom: 0.5rem;
}
.bloc-warning a {
  text-decoration-line: underline;
}
.bloc-warning:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  background-image: url("/img/icon_warning.svg");
  background-size: contain;
  background-repeat: no-repeat;
  height: 3.125rem;
  width: 3.125rem;
}
.bloc-warning.text-white:before {
  background-image: url("/img/icon_warning-white.png");
}
.bloc-warning.text-white a {
  text-decoration-line: underline;
  color: #FFF;
}

.c-header-public {
  transform: translate3d(0, 0, 0);
  transition: 0.3s all ease-out;
}
.c-header-public.-hide {
  transform: translate3d(0, -100%, 0);
  transition: 0.3s all ease-out;
}
.c-header-public .menu {
  display: flex;
  align-items: center;
  justify-content: center;
  -moz-column-gap: 2rem;
       column-gap: 2rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.bloc-warning.c-header-public .menu:before {
  background-image: url("/img/icon_warning-white.png");
}
.bloc-warning.c-header-public .menu a {
  text-decoration-line: underline;
  color: #FFF;
}
.c-header-public .menu .menu-item {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
}
.c-header-public .menu .menu-item:hover {
  --tw-text-opacity: 1;
  color: rgb(242 255 97 / var(--tw-text-opacity));
}
.c-header-public .menu .menu-item-has-children {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-header-public .menu .menu-item-has-children > a {
  pointer-events: none;
  position: relative;
  z-index: 10;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.bloc-warning.c-header-public .menu .menu-item-has-children > a:before {
  background-image: url("/img/icon_warning-white.png");
}
.bloc-warning.c-header-public .menu .menu-item-has-children > a a {
  text-decoration-line: underline;
  color: #FFF;
}
.c-header-public .menu .menu-item-has-children:after {
  content: "";
  background-image: url(/img/arrow-down.svg);
  position: relative;
  z-index: 10;
  margin-left: 0.5rem;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  height: 1.5rem;
  width: 1.5rem;
}
.c-header-public .menu .menu-item-has-children .sub-menu {
  pointer-events: none;
  position: absolute;
  left: 50%;
  z-index: 1;
  display: flex;
  width: calc(100% + 30px);
  --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));
  flex-direction: column;
  justify-content: flex-end;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: center;
  opacity: 0;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  top: -0.9375rem;
  padding-top: 3.125rem;
  padding-bottom: 0.625rem;
}
.c-header-public .menu .menu-item-has-children .sub-menu a {
  display: block;
  width: 100%;
  --tw-translate-y: 1rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(0 49 93 / var(--tw-text-opacity));
  opacity: 0;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 75ms;
  transition-duration: 700ms;
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.c-header-public .menu .menu-item-has-children:hover > a {
  --tw-text-opacity: 1;
  color: rgb(0 49 93 / var(--tw-text-opacity));
}
.c-header-public .menu .menu-item-has-children:hover:after {
  content: "";
  filter: invert(1);
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.c-header-public .menu .menu-item-has-children:hover .sub-menu {
  pointer-events: auto;
  opacity: 1;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 700ms;
}
.c-header-public .menu .menu-item-has-children:hover .sub-menu a {
  --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));
  opacity: 1;
}
.c-header-public .menu .current-menu-item {
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.bloc-warning.c-header-public .menu .current-menu-item:before {
  background-image: url("/img/icon_warning-white.png");
}
.bloc-warning.c-header-public .menu .current-menu-item a {
  text-decoration-line: underline;
  color: #FFF;
}
.c-header-public .menu .current-menu-item:hover {
  --tw-text-opacity: 1;
  color: rgb(242 255 97 / var(--tw-text-opacity));
}
.c-header-public-mobile .menu > li {
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-align: center;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
.c-header-public-mobile .menu .menu-item-has-children > a {
  display: none;
}
.c-header-public-mobile .menu a {
  display: block;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.bloc-warning.c-header-public-mobile .menu a:before {
  background-image: url("/img/icon_warning-white.png");
}
.bloc-warning.c-header-public-mobile .menu a a {
  text-decoration-line: underline;
  color: #FFF;
}

.c-header-public_inner {
  height: 6rem;
}

@media (min-width: 1280px) {
  .c-header-public_inner {
    height: 9rem;
  }
}
.c-header-public_inner.sticky-header {
  height: 4.6875rem;
}
@media (min-width: 1024px) {
  .c-header-public_inner.sticky-header {
    height: 6.5rem;
  }
}
.c-header-public_inner.sticky-header .logo-with-text {
  opacity: 0;
}
.c-header-public_inner.sticky-header .logo-without-text {
  opacity: 1;
}
.c-header-public_inner.sticky-header .logo-wrapper {
  width: 4.0625rem;
}
@media (min-width: 1024px) {
  .c-header-public_inner.sticky-header .logo-wrapper {
    width: 6.25rem;
  }
}
.c-header-public_inner.sticky-header.no-icon-change .logo-with-text {
  opacity: 1;
}
.c-header-public_inner.sticky-header.no-icon-change .logo-without-text {
  opacity: 0;
}

body {
  display: flex;
  min-height: 100vh;
  flex-direction: column;
  overflow-x: hidden;
}

.c-hero-header {
  height: calc(100vh - 100px);
  min-height: 30rem;
}
.c-hero-header.-mini {
  height: calc(100vh);
}

.dropzone.dz-max-files-reached .dz-message {
  display: none;
}
.dropzone .dz-preview .dz-upload {
  width: 0%;
}
.dropzone .dz-preview .dz-remove {
  display: none;
}
.dropzone .dz-preview.dz-error {
  margin-top: 0.25rem;
  gap: 0px;
}
.dropzone .dz-preview.dz-error .dz-details > div {
  display: none;
}
.dropzone .dz-preview.dz-error .dz-details > div.dz-error-message {
  display: block;
  font-size: 0.75rem;
  line-height: 1rem;
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.dropzone .dz-preview.dz-error .dz-remove2,
.dropzone .dz-preview.dz-error img {
  display: none;
}

.termsfeed-com---palette-light .cc-nb-main-container .cc-cp-foot-save,
.termsfeed-com---palette-light .cc-nb-main-container .cc-nb-okagree,
.termsfeed-com---palette-light .cc-nb-main-container .cc-nb-reject, .termsfeed-com---palette-light .cc-pc-container .cc-cp-foot-save,
.termsfeed-com---palette-light .cc-pc-container .cc-nb-okagree,
.termsfeed-com---palette-light .cc-pc-container .cc-nb-reject {
  --tw-bg-opacity: 1;
  background-color: rgb(36 55 254 / var(--tw-bg-opacity));
}
.termsfeed-com---palette-light .cc-nb-main-container select, .termsfeed-com---palette-light .cc-pc-container select {
  border-width: 1px;
}
.termsfeed-com---palette-light .cc-nb-main-container select:focus, .termsfeed-com---palette-light .cc-pc-container select:focus {
  box-shadow: 0 0 0 2px #264fe2 !important;
}

.c-schedule ul li {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  font-weight: 700;
}
.c-schedule ul li:before {
  content: "";
  height: 1px;
  width: 32px;
  background-color: #264FE2;
  margin-right: 24px;
  min-width: 32px;
  margin-top: 11px;
}
.c-schedule ul li:after {
  content: "";
  position: absolute;
  top: 11px;
  transform: translate3d(0, -50%, 0);
  left: 32px;
  height: 14px;
  width: 14px;
  border-radius: 100%;
  background-color: #264FE2;
}

.u-hover-1 {
  transition: all 0.2s linear;
  backface-visibility: hidden;
  will-change: background-color, color;
}
.u-hover-1:hover, .u-hover-1:focus {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(22 48 87 / var(--tw-text-opacity));
}
.u-hover-1:hover .c-button_icon-1, .u-hover-1:focus .c-button_icon-1 {
  fill: #163057;
}
.u-hover-1:hover .c-button_icon-2, .u-hover-1:focus .c-button_icon-2 {
  stroke: #163057;
}

.u-box-shadow-1 {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
}

.placeholder\:text-gray-400::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

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

.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}

.before\:bottom-\[-8px\]::before {
  content: var(--tw-content);
  bottom: -8px;
}

.before\:left-0::before {
  content: var(--tw-content);
  left: 0px;
}

.before\:top-0::before {
  content: var(--tw-content);
  top: 0px;
}

.before\:h-\[1px\]::before {
  content: var(--tw-content);
  height: 1px;
}

.before\:h-full::before {
  content: var(--tw-content);
  height: 100%;
}

.before\:w-full::before {
  content: var(--tw-content);
  width: 100%;
}

.before\:scale-100::before {
  content: var(--tw-content);
  --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));
}

.before\:rounded-none::before {
  content: var(--tw-content);
  border-radius: 0px;
}

.before\:bg-accent::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(36 55 254 / var(--tw-bg-opacity));
}

.before\:opacity-0::before {
  content: var(--tw-content);
  opacity: 0;
}

.before\:transition-all::before {
  content: var(--tw-content);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.before\:duration-500::before {
  content: var(--tw-content);
  transition-duration: 500ms;
}

.before\:ease-out::before {
  content: var(--tw-content);
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.before\:content-\[\'\'\]::before {
  --tw-content: '';
  content: var(--tw-content);
}

.before\:\[background\:radial-gradient\(93\.13\%_302\.08\%_at_0\%_76\.74\%\2c \#F2FF61_44\.44\%\2c \#0185CA_84\.56\%\2c \#2437FE_100\%\)\]::before {
  content: var(--tw-content);
  background: radial-gradient(93.13% 302.08% at 0% 76.74%,#F2FF61 44.44%,#0185CA 84.56%,#2437FE 100%);
}

.checked\:bg-yellow-2:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(242 255 97 / var(--tw-bg-opacity));
}

.focus-within\:text-gray-600:focus-within {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}

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

.hover\:border-orange-600:hover {
  --tw-border-opacity: 1;
  border-color: rgb(234 88 12 / var(--tw-border-opacity));
}

.hover\:border-pink-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(236 72 153 / var(--tw-border-opacity));
}

.hover\:border-teal-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(20 184 166 / var(--tw-border-opacity));
}

.hover\:border-transparent:hover {
  border-color: transparent;
}

.hover\:bg-\[\#2437FE\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(36 55 254 / var(--tw-bg-opacity));
}

.hover\:bg-blue-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity));
}

.hover\:bg-blue-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity));
}

.hover\:bg-gray-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.hover\:bg-gray-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}

.hover\:bg-gray-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.hover\:bg-green-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}

.hover\:bg-green-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity));
}

.hover\:bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(36 55 254 / var(--tw-bg-opacity));
}

.hover\:bg-red-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}

.hover\:bg-red-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}

.hover\:bg-red-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}

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

.hover\:bg-yellow-2:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(242 255 97 / var(--tw-bg-opacity));
}

.hover\:\!text-\[\#00305E\]:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(0 48 94 / var(--tw-text-opacity)) !important;
}

.hover\:\!text-blue-9:hover {
  --tw-text-opacity: 1 !important;
  color: rgb(39 79 226 / var(--tw-text-opacity)) !important;
}

.hover\:text-gray-500:hover {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}

.hover\:text-gray-800:hover {
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity));
}

.hover\:text-gray-900:hover {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}

.hover\:text-inherit:hover {
  color: inherit;
}

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

.hover\:text-yellow-2:hover {
  --tw-text-opacity: 1;
  color: rgb(242 255 97 / var(--tw-text-opacity));
}

.hover\:text-yellow-3:hover {
  --tw-text-opacity: 1;
  color: rgb(241 255 97 / var(--tw-text-opacity));
}

.hover\:no-underline:hover {
  text-decoration-line: none;
}

.hover\:before\:h-\[calc\(100\%\+16px\)\]:hover::before {
  content: var(--tw-content);
  height: calc(100% + 16px);
}

.hover\:before\:scale-110:hover::before {
  content: var(--tw-content);
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:before\:rounded-md:hover::before {
  content: var(--tw-content);
  border-radius: 0.375rem;
}

.hover\:before\:opacity-100:hover::before {
  content: var(--tw-content);
  opacity: 1;
}

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

.focus\:border-gray-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(107 114 128 / var(--tw-border-opacity));
}

.focus\:border-transparent:focus {
  border-color: transparent;
}

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

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:outline:focus {
  outline-style: solid;
}

.focus\:outline-2:focus {
  outline-width: 2px;
}

.focus\:-outline-offset-2:focus {
  outline-offset: -2px;
}

.focus\:outline-offset-0:focus {
  outline-offset: 0px;
}

.focus\:outline-indigo-600:focus {
  outline-color: #4f46e5;
}

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

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

.focus\:ring-inset:focus {
  --tw-ring-inset: inset;
}

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

.focus\:ring-blue-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(37 99 235 / var(--tw-ring-opacity));
}

.focus\:ring-green-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(34 197 94 / var(--tw-ring-opacity));
}

.focus\:ring-green-600:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(22 163 74 / var(--tw-ring-opacity));
}

.focus\:ring-indigo-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(99 102 241 / var(--tw-ring-opacity));
}

.focus\:ring-red-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(239 68 68 / var(--tw-ring-opacity));
}

.focus\:ring-white:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity));
}

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

.focus\:ring-offset-green-50:focus {
  --tw-ring-offset-color: #f0fdf4;
}

.focus\:placeholder\:text-gray-400:focus::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.focus\:placeholder\:text-gray-400:focus::placeholder {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}

.focus-visible\:outline:focus-visible {
  outline-style: solid;
}

.focus-visible\:outline-2:focus-visible {
  outline-width: 2px;
}

.focus-visible\:outline-offset-2:focus-visible {
  outline-offset: 2px;
}

.focus-visible\:outline-blue-600:focus-visible {
  outline-color: #2563eb;
}

.focus-visible\:outline-green-600:focus-visible {
  outline-color: #16a34a;
}

.group:hover .group-hover\:fill-yellow-3 {
  fill: #F1FF61;
}

.group:hover .group-hover\:stroke-yellow-2 {
  stroke: #F2FF61;
}

.group:hover .group-hover\:stroke-yellow-3 {
  stroke: #F1FF61;
}

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

.group:hover .group-hover\:text-yellow-2 {
  --tw-text-opacity: 1;
  color: rgb(242 255 97 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-yellow-3 {
  --tw-text-opacity: 1;
  color: rgb(241 255 97 / var(--tw-text-opacity));
}

.peer:checked ~ .peer-checked\:opacity-100 {
  opacity: 1;
}

.prose-a\:text-\[\#2437FE\] :is(:where(a):not(:where([class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(36 55 254 / var(--tw-text-opacity));
}

.rem\:bottom-\[-68px\] {
  bottom: -4.25rem;
}

.rem\:left-\[-30px\] {
  left: -1.875rem;
}

.rem\:right-\[15px\] {
  right: 0.9375rem;
}

.rem\:top-\[-15px\] {
  top: -0.9375rem;
}

.rem\:top-\[-6px\] {
  top: -0.375rem;
}

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

.rem\:top-\[100px\] {
  top: 6.25rem;
}

.rem\:top-\[15px\] {
  top: 0.9375rem;
}

.rem\:top-\[30px\] {
  top: 1.875rem;
}

.rem\:top-\[40px\] {
  top: 2.5rem;
}

.rem\:top-\[70px\] {
  top: 4.375rem;
}

.rem\:mx-\[7px\] {
  margin-right: 0.4375rem;
  margin-left: 0.4375rem;
}

.rem\:my-\[25px\] {
  margin-bottom: 1.5625rem;
  margin-top: 1.5625rem;
}

.rem\:my-\[30px\] {
  margin-bottom: 1.875rem;
  margin-top: 1.875rem;
}

.rem\:my-\[35px\] {
  margin-bottom: 2.1875rem;
  margin-top: 2.1875rem;
}

.rem\:mb-\[20px\] {
  margin-bottom: 1.25rem;
}

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

.rem\:mb-\[30px\] {
  margin-bottom: 1.875rem;
}

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

.rem\:mb-\[40px\] {
  margin-bottom: 2.5rem;
}

.rem\:mb-\[43px\] {
  margin-bottom: 2.6875rem;
}

.rem\:mb-\[45px\] {
  margin-bottom: 2.8125rem;
}

.rem\:mb-\[64px\] {
  margin-bottom: 4rem;
}

.rem\:mb-\[65px\] {
  margin-bottom: 4.0625rem;
}

.rem\:ml-\[14px\] {
  margin-left: 0.875rem;
}

.rem\:ml-\[16px\] {
  margin-left: 1rem;
}

.rem\:ml-\[1px\] {
  margin-left: 0.0625rem;
}

.rem\:ml-\[240px\] {
  margin-left: 15rem;
}

.rem\:ml-\[40px\] {
  margin-left: 2.5rem;
}

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

.rem\:mr-\[16px\] {
  margin-right: 1rem;
}

.rem\:mr-\[20px\] {
  margin-right: 1.25rem;
}

.rem\:mr-\[40px\] {
  margin-right: 2.5rem;
}

.rem\:mr-\[5px\] {
  margin-right: 0.3125rem;
}

.rem\:mt-\[-40px\] {
  margin-top: -2.5rem;
}

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

.rem\:mt-\[15px\] {
  margin-top: 0.9375rem;
}

.rem\:mt-\[200px\] {
  margin-top: 12.5rem;
}

.rem\:mt-\[20px\] {
  margin-top: 1.25rem;
}

.rem\:mt-\[25px\] {
  margin-top: 1.5625rem;
}

.rem\:mt-\[30px\] {
  margin-top: 1.875rem;
}

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

.rem\:mt-\[35px\] {
  margin-top: 2.1875rem;
}

.rem\:mt-\[40px\] {
  margin-top: 2.5rem;
}

.rem\:mt-\[50px\] {
  margin-top: 3.125rem;
}

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

.rem\:h-\[100px\] {
  height: 6.25rem;
}

.rem\:h-\[10px\] {
  height: 0.625rem;
}

.rem\:h-\[14px\] {
  height: 0.875rem;
}

.rem\:h-\[150px\] {
  height: 9.375rem;
}

.rem\:h-\[15px\] {
  height: 0.9375rem;
}

.rem\:h-\[16px\] {
  height: 1rem;
}

.rem\:h-\[18px\] {
  height: 1.125rem;
}

.rem\:h-\[1px\] {
  height: 0.0625rem;
}

.rem\:h-\[200px\] {
  height: 12.5rem;
}

.rem\:h-\[20px\] {
  height: 1.25rem;
}

.rem\:h-\[24px\] {
  height: 1.5rem;
}

.rem\:h-\[250px\] {
  height: 15.625rem;
}

.rem\:h-\[25px\] {
  height: 1.5625rem;
}

.rem\:h-\[2px\] {
  height: 0.125rem;
}

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

.rem\:h-\[30px\] {
  height: 1.875rem;
}

.rem\:h-\[34px\] {
  height: 2.125rem;
}

.rem\:h-\[36px\] {
  height: 2.25rem;
}

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

.rem\:h-\[40px\] {
  height: 2.5rem;
}

.rem\:h-\[50px\] {
  height: 3.125rem;
}

.rem\:h-\[6px\] {
  height: 0.375rem;
}

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

.rem\:max-h-\[140px\] {
  max-height: 8.75rem;
}

.rem\:max-h-\[30px\] {
  max-height: 1.875rem;
}

.rem\:min-h-\[36px\] {
  min-height: 2.25rem;
}

.rem\:min-h-\[480px\] {
  min-height: 30rem;
}

.rem\:w-\[10px\] {
  width: 0.625rem;
}

.rem\:w-\[14px\] {
  width: 0.875rem;
}

.rem\:w-\[150px\] {
  width: 9.375rem;
}

.rem\:w-\[15px\] {
  width: 0.9375rem;
}

.rem\:w-\[16px\] {
  width: 1rem;
}

.rem\:w-\[170px\] {
  width: 10.625rem;
}

.rem\:w-\[18px\] {
  width: 1.125rem;
}

.rem\:w-\[20px\] {
  width: 1.25rem;
}

.rem\:w-\[24px\] {
  width: 1.5rem;
}

.rem\:w-\[25px\] {
  width: 1.5625rem;
}

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

.rem\:w-\[30px\] {
  width: 1.875rem;
}

.rem\:w-\[36px\] {
  width: 2.25rem;
}

.rem\:w-\[40px\] {
  width: 2.5rem;
}

.rem\:w-\[50px\] {
  width: 3.125rem;
}

.rem\:w-\[75px\] {
  width: 4.6875rem;
}

.rem\:w-\[80px\] {
  width: 5rem;
}

.rem\:min-w-\[140px\] {
  min-width: 8.75rem;
}

.rem\:min-w-\[320px\] {
  min-width: 20rem;
}

.rem\:min-w-\[34px\] {
  min-width: 2.125rem;
}

.rem\:min-w-\[36px\] {
  min-width: 2.25rem;
}

.rem\:max-w-\[120px\] {
  max-width: 7.5rem;
}

.rem\:max-w-\[150px\] {
  max-width: 9.375rem;
}

.rem\:max-w-\[240px\] {
  max-width: 15rem;
}

.rem\:max-w-\[280px\] {
  max-width: 17.5rem;
}

.rem\:max-w-\[320px\] {
  max-width: 20rem;
}

.rem\:max-w-\[540px\] {
  max-width: 33.75rem;
}

.rem\:gap-x-\[20px\] {
  -moz-column-gap: 1.25rem;
       column-gap: 1.25rem;
}

.rem\:gap-x-\[80px\] {
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}

.rem\:gap-y-\[40px\] {
  row-gap: 2.5rem;
}

.rem\:rounded-\[25px\] {
  border-radius: 1.5625rem;
}

.rem\:rounded-\[2px\] {
  border-radius: 0.125rem;
}

.rem\:rounded-full {
  border-radius: 624.9375rem;
}

.rem\:border-l-\[2px\] {
  border-left-width: 0.125rem;
}

.rem\:p-\[20px\] {
  padding: 1.25rem;
}

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

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

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

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

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

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

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

.rem\:py-\[100px\] {
  padding-bottom: 6.25rem;
  padding-top: 6.25rem;
}

.rem\:py-\[140px\] {
  padding-bottom: 8.75rem;
  padding-top: 8.75rem;
}

.rem\:py-\[20px\] {
  padding-bottom: 1.25rem;
  padding-top: 1.25rem;
}

.rem\:py-\[30px\] {
  padding-bottom: 1.875rem;
  padding-top: 1.875rem;
}

.rem\:py-\[40px\] {
  padding-bottom: 2.5rem;
  padding-top: 2.5rem;
}

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

.rem\:py-\[60px\] {
  padding-bottom: 3.75rem;
  padding-top: 3.75rem;
}

.rem\:py-\[9px\] {
  padding-bottom: 0.5625rem;
  padding-top: 0.5625rem;
}

.rem\:pb-\[100px\] {
  padding-bottom: 6.25rem;
}

.rem\:pb-\[10px\] {
  padding-bottom: 0.625rem;
}

.rem\:pb-\[40px\] {
  padding-bottom: 2.5rem;
}

.rem\:pb-\[60px\] {
  padding-bottom: 3.75rem;
}

.rem\:pb-\[80px\] {
  padding-bottom: 5rem;
}

.rem\:pb-\[8px\] {
  padding-bottom: 0.5rem;
}

.rem\:pl-\[10px\] {
  padding-left: 0.625rem;
}

.rem\:pl-\[20px\] {
  padding-left: 1.25rem;
}

.rem\:pl-\[30px\] {
  padding-left: 1.875rem;
}

.rem\:pl-\[45px\] {
  padding-left: 2.8125rem;
}

.rem\:pl-\[50px\] {
  padding-left: 3.125rem;
}

.rem\:pl-\[60px\] {
  padding-left: 3.75rem;
}

.rem\:pl-\[80px\] {
  padding-left: 5rem;
}

.rem\:pr-\[110px\] {
  padding-right: 6.875rem;
}

.rem\:pr-\[20px\] {
  padding-right: 1.25rem;
}

.rem\:pr-\[30px\] {
  padding-right: 1.875rem;
}

.rem\:pr-\[40px\] {
  padding-right: 2.5rem;
}

.rem\:pr-\[50px\] {
  padding-right: 3.125rem;
}

.rem\:pt-\[100px\] {
  padding-top: 6.25rem;
}

.rem\:pt-\[115px\] {
  padding-top: 7.1875rem;
}

.rem\:pt-\[172px\] {
  padding-top: 10.75rem;
}

.rem\:pt-\[30px\] {
  padding-top: 1.875rem;
}

.rem\:pt-\[40px\] {
  padding-top: 2.5rem;
}

.rem\:pt-\[50px\] {
  padding-top: 3.125rem;
}

.rem\:pt-\[60px\] {
  padding-top: 3.75rem;
}

.rem\:pt-\[80px\] {
  padding-top: 5rem;
}

.rem\:pt-\[8px\] {
  padding-top: 0.5rem;
}

.rem\:pt-\[90px\] {
  padding-top: 5.625rem;
}

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

.rem\:text-\[12px\] {
  font-size: 0.75rem;
}

.rem\:text-\[13px\] {
  font-size: 0.8125rem;
}

.rem\:text-\[14px\] {
  font-size: 0.875rem;
}

.rem\:text-\[15px\] {
  font-size: 0.9375rem;
}

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

.rem\:text-\[18px\] {
  font-size: 1.125rem;
}

.rem\:text-\[20px\] {
  font-size: 1.25rem;
}

.rem\:text-\[22px\] {
  font-size: 1.375rem;
}

.rem\:text-\[24px\] {
  font-size: 1.5rem;
}

.rem\:text-\[25px\] {
  font-size: 1.5625rem;
}

.rem\:text-\[28px\] {
  font-size: 1.75rem;
}

.rem\:text-\[30px\] {
  font-size: 1.875rem;
}

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

.rem\:text-\[40px\] {
  font-size: 2.5rem;
}

.rem\:text-\[45px\] {
  font-size: 2.8125rem;
}

.rem\:text-\[50px\] {
  font-size: 3.125rem;
}

.rem\:text-\[60px\] {
  font-size: 3.75rem;
}

.rem\:leading-\[34px\] {
  line-height: 2.125rem;
}

@media (min-width: 640px) {
  .sm\:right-5 {
    right: 1.25rem;
  }
  .sm\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .sm\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  .sm\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }
  .sm\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .sm\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .sm\:my-8 {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
  .sm\:-ml-10 {
    margin-left: -2.5rem;
  }
  .sm\:-mt-44 {
    margin-top: -11rem;
  }
  .sm\:mb-\[2\.25rem\] {
    margin-bottom: 2.25rem;
  }
  .sm\:mb-\[3\.75rem\] {
    margin-bottom: 3.75rem;
  }
  .sm\:mb-\[60px\] {
    margin-bottom: 60px;
  }
  .sm\:ml-0 {
    margin-left: 0px;
  }
  .sm\:ml-3 {
    margin-left: 0.75rem;
  }
  .sm\:ml-4 {
    margin-left: 1rem;
  }
  .sm\:mr-0 {
    margin-right: 0px;
  }
  .sm\:mt-0 {
    margin-top: 0px;
  }
  .sm\:mt-16 {
    margin-top: 4rem;
  }
  .sm\:mt-20 {
    margin-top: 5rem;
  }
  .sm\:mt-6 {
    margin-top: 1.5rem;
  }
  .sm\:mt-\[2\.25rem\] {
    margin-top: 2.25rem;
  }
  .sm\:block {
    display: block;
  }
  .sm\:flex {
    display: flex;
  }
  .sm\:grid {
    display: grid;
  }
  .sm\:hidden {
    display: none;
  }
  .sm\:h-10 {
    height: 2.5rem;
  }
  .sm\:w-0 {
    width: 0px;
  }
  .sm\:w-10 {
    width: 2.5rem;
  }
  .sm\:w-20 {
    width: 5rem;
  }
  .sm\:w-5 {
    width: 1.25rem;
  }
  .sm\:w-\[1\.875rem\] {
    width: 1.875rem;
  }
  .sm\:w-auto {
    width: auto;
  }
  .sm\:w-full {
    width: 100%;
  }
  .sm\:max-w-lg {
    max-width: 32rem;
  }
  .sm\:max-w-md {
    max-width: 28rem;
  }
  .sm\:flex-1 {
    flex: 1 1 0%;
  }
  .sm\:flex-auto {
    flex: 1 1 auto;
  }
  .sm\:translate-y-0 {
    --tw-translate-y: 0px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .sm\:scale-100 {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .sm\:scale-95 {
    --tw-scale-x: .95;
    --tw-scale-y: .95;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .sm\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .sm\:flex-row {
    flex-direction: row;
  }
  .sm\:flex-row-reverse {
    flex-direction: row-reverse;
  }
  .sm\:flex-nowrap {
    flex-wrap: nowrap;
  }
  .sm\:items-start {
    align-items: flex-start;
  }
  .sm\:items-center {
    align-items: center;
  }
  .sm\:justify-start {
    justify-content: flex-start;
  }
  .sm\:justify-between {
    justify-content: space-between;
  }
  .sm\:gap-4 {
    gap: 1rem;
  }
  .sm\:gap-6 {
    gap: 1.5rem;
  }
  .sm\:gap-7 {
    gap: 1.75rem;
  }
  .sm\:gap-8 {
    gap: 2rem;
  }
  .sm\:gap-\[1\.125rem\] {
    gap: 1.125rem;
  }
  .sm\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
  .sm\:truncate {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .sm\:rounded-lg {
    border-radius: 0.5rem;
  }
  .sm\:p-0 {
    padding: 0px;
  }
  .sm\:p-5 {
    padding: 1.25rem;
  }
  .sm\:p-6 {
    padding: 1.5rem;
  }
  .sm\:p-\[2\.5rem\] {
    padding: 2.5rem;
  }
  .sm\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .sm\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .sm\:py-32 {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }
  .sm\:py-40 {
    padding-top: 10rem;
    padding-bottom: 10rem;
  }
  .sm\:py-\[9rem\] {
    padding-top: 9rem;
    padding-bottom: 9rem;
  }
  .sm\:pb-14 {
    padding-bottom: 3.5rem;
  }
  .sm\:pb-4 {
    padding-bottom: 1rem;
  }
  .sm\:pb-\[7\.5rem\] {
    padding-bottom: 7.5rem;
  }
  .sm\:pl-0 {
    padding-left: 0px;
  }
  .sm\:pl-20 {
    padding-left: 5rem;
  }
  .sm\:pr-0 {
    padding-right: 0px;
  }
  .sm\:pr-4 {
    padding-right: 1rem;
  }
  .sm\:pt-0 {
    padding-top: 0px;
  }
  .sm\:pt-36 {
    padding-top: 9rem;
  }
  .sm\:pt-48 {
    padding-top: 12rem;
  }
  .sm\:pt-52 {
    padding-top: 13rem;
  }
  .sm\:pt-80 {
    padding-top: 20rem;
  }
  .sm\:pt-\[4\.75rem\] {
    padding-top: 4.75rem;
  }
  .sm\:text-left {
    text-align: left;
  }
  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .sm\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
  .sm\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
  .sm\:text-\[2\.375rem\] {
    font-size: 2.375rem;
  }
  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .sm\:leading-6 {
    line-height: 1.5rem;
  }
  .sm\:tracking-tight {
    letter-spacing: -0.025em;
  }
  .sm\:duration-700 {
    transition-duration: 700ms;
  }
  .sm\:rem\:h-\[150px\] {
    height: 9.375rem;
  }
}

@media (min-width: 768px) {
  .md\:fixed {
    position: fixed;
  }
  .md\:left-\[initial\] {
    left: initial;
  }
  .md\:order-1 {
    order: 1;
  }
  .md\:order-2 {
    order: 2;
  }
  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }
  .md\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }
  .md\:mb-0 {
    margin-bottom: 0px;
  }
  .md\:ml-0 {
    margin-left: 0px;
  }
  .md\:ml-4 {
    margin-left: 1rem;
  }
  .md\:ml-6 {
    margin-left: 1.5rem;
  }
  .md\:mr-0 {
    margin-right: 0px;
  }
  .md\:mt-0 {
    margin-top: 0px;
  }
  .md\:mt-8 {
    margin-top: 2rem;
  }
  .md\:inline-block {
    display: inline-block;
  }
  .md\:flex {
    display: flex;
  }
  .md\:h-\[240px\] {
    height: 240px;
  }
  .md\:h-\[380px\] {
    height: 380px;
  }
  .md\:w-1\/2 {
    width: 50%;
  }
  .md\: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));
  }
  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .md\:flex-row {
    flex-direction: row;
  }
  .md\:flex-col-reverse {
    flex-direction: column-reverse;
  }
  .md\:items-center {
    align-items: center;
  }
  .md\:justify-between {
    justify-content: space-between;
  }
  .md\:gap-y-3 {
    row-gap: 0.75rem;
  }
  .md\:border-l {
    border-left-width: 1px;
  }
  .md\:border-r {
    border-right-width: 1px;
  }
  .md\:border-grey-2 {
    --tw-border-opacity: 1;
    border-color: rgb(200 200 200 / var(--tw-border-opacity));
  }
  .md\:p-20 {
    padding: 5rem;
  }
  .md\:p-\[4\.6875rem\] {
    padding: 4.6875rem;
  }
  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .md\:py-20 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .md\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
  .md\:py-\[100px\] {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .md\:pb-0 {
    padding-bottom: 0px;
  }
  .md\:pb-\[100px\] {
    padding-bottom: 100px;
  }
  .md\:pl-0 {
    padding-left: 0px;
  }
  .md\:text-center {
    text-align: center;
  }
  .md\:text-right {
    text-align: right;
  }
  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .md\:font-semibold {
    font-weight: 600;
  }
  .md\:tracking-tight {
    letter-spacing: -0.025em;
  }
  .md\:text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
  .md\:rem\:right-\[30px\] {
    right: 1.875rem;
  }
  .md\:rem\:h-\[40px\] {
    height: 2.5rem;
  }
  .md\:rem\:h-\[52px\] {
    height: 3.25rem;
  }
  .md\:rem\:w-\[40px\] {
    width: 2.5rem;
  }
  .md\:rem\:w-\[500px\] {
    width: 31.25rem;
  }
  .md\:rem\:py-\[60px\] {
    padding-bottom: 3.75rem;
    padding-top: 3.75rem;
  }
  .md\:rem\:pb-\[100px\] {
    padding-bottom: 6.25rem;
  }
  .md\:rem\:text-\[48px\] {
    font-size: 3rem;
  }
}

@media (min-width: 1024px) {
  .lg\:fixed {
    position: fixed;
  }
  .lg\:absolute {
    position: absolute;
  }
  .lg\:inset-y-0 {
    top: 0px;
    bottom: 0px;
  }
  .lg\:right-0 {
    right: 0px;
  }
  .lg\:z-50 {
    z-index: 50;
  }
  .lg\:order-last {
    order: 9999;
  }
  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }
  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }
  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }
  .lg\:col-end-1 {
    grid-column-end: 1;
  }
  .lg\:col-end-2 {
    grid-column-end: 2;
  }
  .lg\:-mx-8 {
    margin-left: -2rem;
    margin-right: -2rem;
  }
  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }
  .lg\:mx-\[initial\] {
    margin-left: initial;
    margin-right: initial;
  }
  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }
  .lg\:mb-0 {
    margin-bottom: 0px;
  }
  .lg\:mb-14 {
    margin-bottom: 3.5rem;
  }
  .lg\:mb-8 {
    margin-bottom: 2rem;
  }
  .lg\:mb-9 {
    margin-bottom: 2.25rem;
  }
  .lg\:ml-0 {
    margin-left: 0px;
  }
  .lg\:ml-6 {
    margin-left: 1.5rem;
  }
  .lg\:ml-auto {
    margin-left: auto;
  }
  .lg\:mr-\[0\] {
    margin-right: 0;
  }
  .lg\:mt-0 {
    margin-top: 0px;
  }
  .lg\:mt-24 {
    margin-top: 6rem;
  }
  .lg\:mt-4 {
    margin-top: 1rem;
  }
  .lg\:mt-8 {
    margin-top: 2rem;
  }
  .lg\:mt-\[3\.75rem\] {
    margin-top: 3.75rem;
  }
  .lg\:block {
    display: block;
  }
  .lg\:flex {
    display: flex;
  }
  .lg\:grid {
    display: grid;
  }
  .lg\:contents {
    display: contents;
  }
  .lg\:hidden {
    display: none;
  }
  .lg\:aspect-\[1\.3\/1\] {
    aspect-ratio: 1.3/1;
  }
  .lg\:aspect-\[4\/3\] {
    aspect-ratio: 4/3;
  }
  .lg\:aspect-\[7\/5\] {
    aspect-ratio: 7/5;
  }
  .lg\:aspect-auto {
    aspect-ratio: auto;
  }
  .lg\:h-6 {
    height: 1.5rem;
  }
  .lg\:h-\[6\.5rem\] {
    height: 6.5rem;
  }
  .lg\:h-auto {
    height: auto;
  }
  .lg\:h-full {
    height: 100%;
  }
  .lg\:w-1\/2 {
    width: 50%;
  }
  .lg\:w-10\/12 {
    width: 83.333333%;
  }
  .lg\:w-36 {
    width: 9rem;
  }
  .lg\:w-72 {
    width: 18rem;
  }
  .lg\:w-96 {
    width: 24rem;
  }
  .lg\:w-\[12\.5rem\] {
    width: 12.5rem;
  }
  .lg\:w-\[200px\] {
    width: 200px;
  }
  .lg\:w-\[24rem\] {
    width: 24rem;
  }
  .lg\:w-\[37rem\] {
    width: 37rem;
  }
  .lg\:w-\[50\%\] {
    width: 50%;
  }
  .lg\:w-\[50vw\] {
    width: 50vw;
  }
  .lg\:w-\[6\.25rem\] {
    width: 6.25rem;
  }
  .lg\:w-auto {
    width: auto;
  }
  .lg\:w-full {
    width: 100%;
  }
  .lg\:w-px {
    width: 1px;
  }
  .lg\:min-w-full {
    min-width: 100%;
  }
  .lg\:max-w-\[50\%\] {
    max-width: 50%;
  }
  .lg\:max-w-lg {
    max-width: 32rem;
  }
  .lg\:max-w-none {
    max-width: none;
  }
  .lg\:max-w-xl {
    max-width: 36rem;
  }
  .lg\:flex-none {
    flex: none;
  }
  .lg\:shrink-0 {
    flex-shrink: 0;
  }
  .lg\:translate-x-10 {
    --tw-translate-x: 2.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));
  }
  .lg\:-skew-x-\[20deg\] {
    --tw-skew-x: -20deg;
    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\:skew-x-\[20deg\] {
    --tw-skew-x: 20deg;
    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\:scale-\[1\.3\] {
    --tw-scale-x: 1.3;
    --tw-scale-y: 1.3;
    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-12 {
    grid-template-columns: repeat(12, minmax(0, 1fr));
  }
  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .lg\:grid-cols-\[40\%_minmax\(100px\2c _1fr\)\] {
    grid-template-columns: 40% minmax(100px, 1fr);
  }
  .lg\:grid-cols-\[50\%_minmax\(100px\2c _1fr\)\] {
    grid-template-columns: 50% minmax(100px, 1fr);
  }
  .lg\:flex-row {
    flex-direction: row;
  }
  .lg\:flex-col {
    flex-direction: column;
  }
  .lg\:items-start {
    align-items: flex-start;
  }
  .lg\:items-center {
    align-items: center;
  }
  .lg\:justify-start {
    justify-content: flex-start;
  }
  .lg\:justify-end {
    justify-content: flex-end;
  }
  .lg\:gap-5 {
    gap: 1.25rem;
  }
  .lg\:gap-x-6 {
    -moz-column-gap: 1.5rem;
         column-gap: 1.5rem;
  }
  .lg\:gap-x-8 {
    -moz-column-gap: 2rem;
         column-gap: 2rem;
  }
  .lg\:gap-y-6 {
    row-gap: 1.5rem;
  }
  .lg\:self-end {
    align-self: flex-end;
  }
  .lg\:rounded-\[5rem\] {
    border-radius: 5rem;
  }
  .lg\:bg-gray-900\/10 {
    background-color: rgb(17 24 39 / 0.1);
  }
  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }
  .lg\:py-56 {
    padding-top: 14rem;
    padding-bottom: 14rem;
  }
  .lg\:py-\[11\.25rem\] {
    padding-top: 11.25rem;
    padding-bottom: 11.25rem;
  }
  .lg\:py-\[5rem\] {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }
  .lg\:pb-12 {
    padding-bottom: 3rem;
  }
  .lg\:pb-24 {
    padding-bottom: 6rem;
  }
  .lg\:pb-32 {
    padding-bottom: 8rem;
  }
  .lg\:pb-36 {
    padding-bottom: 9rem;
  }
  .lg\:pb-40 {
    padding-bottom: 10rem;
  }
  .lg\:pb-8 {
    padding-bottom: 2rem;
  }
  .lg\:pl-0 {
    padding-left: 0px;
  }
  .lg\:pl-72 {
    padding-left: 18rem;
  }
  .lg\:pr-0 {
    padding-right: 0px;
  }
  .lg\:pt-14 {
    padding-top: 3.5rem;
  }
  .lg\:pt-20 {
    padding-top: 5rem;
  }
  .lg\:pt-28 {
    padding-top: 7rem;
  }
  .lg\:pt-36 {
    padding-top: 9rem;
  }
  .lg\:pt-80 {
    padding-top: 20rem;
  }
  .lg\:text-left {
    text-align: left;
  }
  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }
  .lg\:text-\[1\.75rem\] {
    font-size: 1.75rem;
  }
  .lg\:text-\[1\.875rem\] {
    font-size: 1.875rem;
  }
  .lg\:text-\[2\.375rem\] {
    font-size: 2.375rem;
  }
  .lg\:text-\[2\.5rem\] {
    font-size: 2.5rem;
  }
  .rem\:lg\:ml-\[40px\] {
    margin-left: 2.5rem;
  }
  .rem\:lg\:ml-\[70px\] {
    margin-left: 4.375rem;
  }
  .lg\:rem\:h-\[250px\] {
    height: 15.625rem;
  }
  .lg\:rem\:translate-x-\[40px\] {
    transform: NaNrem;
    --tw-translate-x: 2.5rem;
  }
  .lg\:rem\:translate-y-\[16px\] {
    transform: NaNrem;
    --tw-translate-y: 1rem;
  }
  .lg\:rem\:gap-x-\[120px\] {
    -moz-column-gap: 7.5rem;
         column-gap: 7.5rem;
  }
  .lg\:rem\:gap-y-\[80px\] {
    row-gap: 5rem;
  }
}

@media (min-width: 1280px) {
  .xl\:order-1 {
    order: 1;
  }
  .xl\:order-2 {
    order: 2;
  }
  .xl\:order-none {
    order: 0;
  }
  .xl\:mb-10 {
    margin-bottom: 2.5rem;
  }
  .xl\:mb-8 {
    margin-bottom: 2rem;
  }
  .xl\:ml-0 {
    margin-left: 0px;
  }
  .xl\:mt-0 {
    margin-top: 0px;
  }
  .xl\:block {
    display: block;
  }
  .xl\:hidden {
    display: none;
  }
  .xl\:h-\[9rem\] {
    height: 9rem;
  }
  .xl\:h-full {
    height: 100%;
  }
  .xl\:w-1\/2 {
    width: 50%;
  }
  .xl\:w-1\/3 {
    width: 33.333333%;
  }
  .xl\:w-\[12\.5rem\] {
    width: 12.5rem;
  }
  .xl\:max-w-2xl {
    max-width: 42rem;
  }
  .xl\:flex-grow {
    flex-grow: 1;
  }
  .xl\:-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));
  }
  .xl\:-translate-x-\[100px\] {
    --tw-translate-x: -100px;
    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));
  }
  .xl\:-translate-x-\[40px\] {
    --tw-translate-x: -40px;
    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));
  }
  .xl\: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));
  }
  .xl\:-skew-x-\[-20deg\] {
    --tw-skew-x: 20deg;
    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));
  }
  .xl\:-skew-x-\[20deg\] {
    --tw-skew-x: -20deg;
    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));
  }
  .xl\:scale-\[1\.28\] {
    --tw-scale-x: 1.28;
    --tw-scale-y: 1.28;
    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));
  }
  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .xl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .xl\:flex-row {
    flex-direction: row;
  }
  .xl\:overflow-hidden {
    overflow: hidden;
  }
  .xl\:overflow-y-auto {
    overflow-y: auto;
  }
  .xl\:px-\[3rem\] {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .xl\:py-\[1\.125rem\] {
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
  }
  .xl\:py-\[1\.25rem\] {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
  .xl\:pt-80 {
    padding-top: 20rem;
  }
  .xl\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .xl\:text-\[1\.875rem\] {
    font-size: 1.875rem;
  }
  .xl\:text-\[4rem\] {
    font-size: 4rem;
  }
  .xl\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .xl\:opacity-100 {
    opacity: 1;
  }
  .xl\:blur-0 {
    --tw-blur: blur(0);
    filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
  }
}
