/*
! tailwindcss v3.1.6 | 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.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  font-family: Exo, ui-sans-serif, system-ui; /* 4 */
}

/*
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]) {
  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::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;
}

[type='text'],[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
  appearance: none;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  border-radius: 0px;
  padding-top: 0.5rem;
  padding-right: 0.75rem;
  padding-bottom: 0.5rem;
  padding-left: 0.75rem;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-shadow: 0 0 #0000;
}

[type='text']:focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
  border-color: #2563eb;
}

input::placeholder,textarea::placeholder {
  color: #6b7280;
  opacity: 1;
}

::-webkit-datetime-edit-fields-wrapper {
  padding: 0;
}

::-webkit-date-and-time-value {
  min-height: 1.5em;
}

::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
  padding-top: 0;
  padding-bottom: 0;
}

select {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 0.5rem center;
  background-repeat: no-repeat;
  background-size: 1.5em 1.5em;
  padding-right: 2.5rem;
  color-adjust: exact;
}

[multiple] {
  background-image: initial;
  background-position: initial;
  background-repeat: unset;
  background-size: initial;
  padding-right: 0.75rem;
  color-adjust: unset;
}

[type='checkbox'],[type='radio'] {
  appearance: none;
  padding: 0;
  color-adjust: exact;
  display: inline-block;
  vertical-align: middle;
  background-origin: border-box;
  user-select: none;
  flex-shrink: 0;
  height: 1rem;
  width: 1rem;
  color: #2563eb;
  background-color: #fff;
  border-color: #6b7280;
  border-width: 1px;
  --tw-shadow: 0 0 #0000;
}

[type='checkbox'] {
  border-radius: 0px;
}

[type='radio'] {
  border-radius: 100%;
}

[type='checkbox']:focus,[type='radio']:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 2px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: #2563eb;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}

[type='checkbox']:checked,[type='radio']:checked {
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}

[type='radio']:checked {
  background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
}

[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='checkbox']:indeterminate {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
  border-color: transparent;
  background-color: currentColor;
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
}

[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}

[type='file'] {
  background: unset;
  border-color: inherit;
  border-width: 0;
  border-radius: 0;
  padding: 0;
  font-size: unset;
  line-height: inherit;
}

[type='file']:focus {
  outline: 1px auto -webkit-focus-ring-color;
}
  html {
    overflow-x: hidden;
    height: 100%;
  }

  body {
    height: 100%;
    background: white;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

  /* MISC */
  button {
    -webkit-tap-highlight-color: transparent;
  }

  a {
    -webkit-tap-highlight-color: transparent;
  }

  label {
    -webkit-tap-highlight-color: transparent;
  }

  @media (max-width: 450px) {
    .container {
      max-width: none !important;
    }
  }
    p {
  font-size: 1rem;
  line-height: 1.5rem;
        -webkit-font-smoothing: antialiased;
        font-synthesis: none;
        text-rendering: optimizeLegibility;
}

  .text-xsm{
      font-size: 12px;
  }

  .typeahead-text {
  --tw-text-opacity: 1;
  color: rgb(0 26 113 / var(--tw-text-opacity));
}

  /* PROSE */
  .rte-prose {
  max-width: none !important;
}
  .rte-prose :is(:where(h1):not(:where([class~="not-prose"] *))) {
  font-size: 3.75rem;
  line-height: 1;
}
  .rte-prose :is(:where(h2):not(:where([class~="not-prose"] *))) {
  font-size: 42px;
  line-height: 3rem;
}
  .rte-prose :is(:where(h3):not(:where([class~="not-prose"] *))) {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
  .rte-prose :is(:where(h4):not(:where([class~="not-prose"] *))) {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
  .rte-prose :is(:where(p):not(:where([class~="not-prose"] *))) {
  margin-top: 0px !important;
  overflow-wrap: break-word;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
  .rte-prose :is(:where(a):not(:where([class~="not-prose"] *))) {
  overflow-wrap: break-word;
  font-size: 1rem;
  line-height: 1.5rem;
  --tw-text-opacity: 1 !important;
  color: rgb(109 171 228 / var(--tw-text-opacity)) !important;
  text-decoration-line: none !important;
}
  .rte-prose :is(:where(ol):not(:where([class~="not-prose"] *))) {
  margin-bottom: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
  .rte-prose * :is(:where(ol):not(:where([class~="not-prose"] *)))::marker {
  color: rgb(0 0 0 );
}
  .rte-prose :is(:where(ol):not(:where([class~="not-prose"] *)))::marker {
  color: rgb(0 0 0 );
}
  .rte-prose :is(:where(ul):not(:where([class~="not-prose"] *))) {
  margin-bottom: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
  .rte-prose * :is(:where(ul):not(:where([class~="not-prose"] *)))::marker {
  color: rgb(0 0 0 );
}
  .rte-prose :is(:where(ul):not(:where([class~="not-prose"] *)))::marker {
  color: rgb(0 0 0 );
}
  .rte-prose :is(:where(img):not(:where([class~="not-prose"] *))) {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
  margin-left: auto;
  margin-right: auto;
  max-height: 24rem;
  border-radius: 0.375rem;
  object-fit: contain;
}
  @media (min-width: 1024px) {

  .rte-prose :is(:where(h2):not(:where([class~="not-prose"] *))) {
    font-size: 3rem;
    line-height: 1;
  }

  .rte-prose :is(:where(h3):not(:where([class~="not-prose"] *))) {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

    .job-description-prose {
  max-width: none !important;
}

    .job-description-prose :is(:where(h1):not(:where([class~="not-prose"] *))) {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

    .job-description-prose :is(:where(h2):not(:where([class~="not-prose"] *))) {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

    .job-description-prose :is(:where(h3):not(:where([class~="not-prose"] *))) {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

    .job-description-prose :is(:where(h4):not(:where([class~="not-prose"] *))) {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

    .job-description-prose :is(:where(p):not(:where([class~="not-prose"] *))) {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

    .job-description-prose :is(:where(a):not(:where([class~="not-prose"] *))) {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

    .job-description-prose :is(:where(a):not(:where([class~="not-prose"] *))):hover {
  text-decoration-line: underline !important;
}

    .job-description-prose :is(:where(ol):not(:where([class~="not-prose"] *))) {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

    .job-description-prose * :is(:where(ol):not(:where([class~="not-prose"] *)))::marker {
  color: rgb(0 0 0 ) !important;
}

    .job-description-prose :is(:where(ol):not(:where([class~="not-prose"] *)))::marker {
  color: rgb(0 0 0 ) !important;
}

    .job-description-prose :is(:where(ul):not(:where([class~="not-prose"] *))) {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}

    .job-description-prose * :is(:where(ul):not(:where([class~="not-prose"] *)))::marker {
  color: rgb(0 0 0 ) !important;
}

    .job-description-prose :is(:where(ul):not(:where([class~="not-prose"] *)))::marker {
  color: rgb(0 0 0 ) !important;
}

    .job-description-prose * :is(:where(li):not(:where([class~="not-prose"] *)))::marker {
  color: rgb(0 0 0 ) !important;
}

    .job-description-prose :is(:where(li):not(:where([class~="not-prose"] *)))::marker {
  color: rgb(0 0 0 ) !important;
}

    .job-apply-declartaion-prose :is(:where(p):not(:where([class~="not-prose"] *))) {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

    .job-apply-declartaion-prose :is(:where(a):not(:where([class~="not-prose"] *))) {
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1 !important;
  color: rgb(0 26 113 / var(--tw-text-opacity)) !important;
  text-decoration-line: none !important;
}

    .job-apply-declartaion-prose :is(:where(a):not(:where([class~="not-prose"] *))):hover {
  text-decoration-line: underline !important;
}

    @media (min-width: 1024px) {

  .job-apply-declartaion-prose :is(:where(p):not(:where([class~="not-prose"] *))) {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .job-apply-declartaion-prose :is(:where(a):not(:where([class~="not-prose"] *))) {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

*, ::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%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
@media (min-width: 360px) {

  .container {
    max-width: 360px;
  }
}
@media (min-width: 450px) {

  .container {
    max-width: 450px;
  }
}
@media (min-width: 640px) {

  .container {
    max-width: 640px;
    padding-right: 2rem;
    padding-left: 2rem;
  }
}
@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
    padding-right: 4rem;
    padding-left: 4rem;
  }
}
@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
    padding-right: 12rem;
    padding-left: 12rem;
  }
}
@media (min-width: 2000px) {

  .container {
    max-width: 2000px;
    padding-right: 24rem;
    padding-left: 24rem;
  }
}
.prose {
  color: var(--tw-prose-body);
  max-width: 65ch;
}
.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: var(--tw-prose-links);
  text-decoration: underline;
  font-weight: 500;
}
.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: var(--tw-prose-headings);
  font-weight: 800;
  font-size: 2.25em;
  margin-top: 0;
  margin-bottom: 0.8888889em;
  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.75;
}
.prose :where(p):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
  margin-bottom: 1.25em;
}
.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;
}
.prose-sm :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.5714286em;
  margin-bottom: 0.5714286em;
}
.prose-sm :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}
.prose-sm :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.1428571em;
}
.prose-sm :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.1428571em;
}
.prose-sm :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.1428571em;
}
.prose-sm :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-sm :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose-base :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.75em;
  margin-bottom: 0.75em;
}
.prose-base :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose-base :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose-base :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.25em;
}
.prose-base :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.25em;
}
.prose-base :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-base :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose-lg :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8888889em;
  margin-bottom: 0.8888889em;
}
.prose-lg :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}
.prose-lg :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}
.prose-lg :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}
.prose-lg :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}
.prose-lg :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-lg :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose-xl :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8em;
  margin-bottom: 0.8em;
}
.prose-xl :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.2em;
}
.prose-xl :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.2em;
}
.prose-xl :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.2em;
}
.prose-xl :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.2em;
}
.prose-xl :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-xl :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
.prose-2xl :where(.prose > ul > li p):not(:where([class~="not-prose"] *)) {
  margin-top: 0.8333333em;
  margin-bottom: 0.8333333em;
}
.prose-2xl :where(.prose > ul > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}
.prose-2xl :where(.prose > ul > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}
.prose-2xl :where(.prose > ol > li > *:first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 1.3333333em;
}
.prose-2xl :where(.prose > ol > li > *:last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 1.3333333em;
}
.prose-2xl :where(.prose > :first-child):not(:where([class~="not-prose"] *)) {
  margin-top: 0;
}
.prose-2xl :where(.prose > :last-child):not(:where([class~="not-prose"] *)) {
  margin-bottom: 0;
}
/* ACCORDION */
.active .accordion-chevron {
  --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));
}
.active .accordion-icon {
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.active-chevron svg {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.panel {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
  }
/* STANDARD */
.badge{
      font-size: 12px;
      display: inline-flex;
      user-select: none;
      align-items: center;
      justify-content: center;
      gap: 0.5rem;
      overflow-wrap: normal;
      word-break: normal;
      border-radius: 0.375rem;
      font-weight: 500;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
      transition-duration: 150ms;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
@media (min-width: 640px) {

  .badge {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
.badge-sm{
      font-size: 12px;
      display: inline-flex;
      user-select: none;
      align-items: center;
      justify-content: center;
      gap: 0.5rem;
      overflow-wrap: normal;
      word-break: normal;
      border-radius: 0.375rem;
      font-weight: 500;
      transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
      transition-duration: 150ms;
      transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  }
@media (min-width: 640px) {

  .badge-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
}
.badge-sm {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
/* STANDARD */
.btn {
  display: inline-flex;
  height: 52px;
  cursor: pointer;
  user-select: none;
  align-items: center;
  justify-content: center;
  gap: 0.75rem;
  white-space: nowrap;
  padding-left: 2rem;
  padding-right: 2rem;
  text-align: center;
  vertical-align: middle;
  font-family: Exo, ui-sans-serif, system-ui;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
  text-decoration-line: none;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 1280px) {

  .btn {
    height: 54px;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }
}
/* PAGINATION */
.pagination {
  display: flex;
  height: 3rem;
  width: 3rem;
  cursor: pointer;
  user-select: none;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  font-weight: 500;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 640px) {

  .pagination {
    height: 3.5rem;
    width: 3.5rem;
  }
}
.pagination-active {
  display: flex;
  height: 3rem;
  width: 3rem;
  cursor: pointer;
  user-select: none;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  font-weight: 500;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 640px) {

  .pagination-active {
    height: 3.5rem;
    width: 3.5rem;
  }
}
.pagination-active {
  pointer-events: none;
  --tw-bg-opacity: 1;
  background-color: rgb(0 26 113 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.pagination-disabled {
  display: flex;
  height: 3rem;
  width: 3rem;
  cursor: pointer;
  user-select: none;
  align-items: center;
  justify-content: center;
  border-radius: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  font-weight: 500;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
@media (min-width: 640px) {

  .pagination-disabled {
    height: 3.5rem;
    width: 3.5rem;
  }
}
.pagination-disabled {
  pointer-events: none;
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}
/* STANDARD */
.input {
  height: 3.5rem;
  width: 100%;
  border-radius: 0.5rem;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  padding: 1rem;
}
.input::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity));
}
.input {
  caret-color: currentColor;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.input: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(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);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
}
.input:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(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);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
}
/* TEXTAREA */
.input-floating-form-textarea {
  position: relative;
  z-index: 10;
  width: 100%;
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
  border-width: 0px;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  background-color: transparent;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity));
  --tw-bg-opacity: 0.03;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 2rem !important;
  caret-color: currentColor;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.input-floating-form-textarea:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 26 113 / var(--tw-border-opacity));
  --tw-bg-opacity: 0.05;
}
.input-floating-form-textarea:focus {
  --tw-border-opacity: 1;
  border-color: rgb(109 171 228 / var(--tw-border-opacity));
}
.input-text-area {
  height: 3.5rem;
  width: 100%;
  border-radius: 0.5rem;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  padding: 1rem;
}
.input-text-area::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity));
}
.input-text-area {
  caret-color: currentColor;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.input-text-area: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(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);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
}
.input-text-area:focus-visible {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(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);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 0 0 / var(--tw-ring-opacity));
}
.input-text-area {
  height: auto;
  padding: 1rem;
}
/* CHECKBOX */
.checkbox-group-form {
  position: relative;
  cursor: pointer;
}
.checkbox-group-form input {
  height: 1.5rem;
  width: 1.5rem;
  cursor: pointer;
  border-radius: 0.25rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(0 26 113 / var(--tw-text-opacity));
  accent-color: #001A71;
}
.checkbox-group-form input: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);
  --tw-ring-offset-width: 0px;
}
.checkbox-group-form label {
  position: absolute;
  left: 2.25rem;
  top: 0.25rem;
  cursor: pointer;
  user-select: none;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.checkbox-group {
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 2000px) {

  .checkbox-group {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.checkbox-group input {
  height: 1.5rem;
  width: 1.5rem;
  cursor: pointer;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(38 38 38 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 26 113 / var(--tw-text-opacity));
  accent-color: #001A71;
}
.checkbox-group input:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(0 26 113 / var(--tw-bg-opacity));
}
.checkbox-group input: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);
  --tw-ring-offset-width: 0px;
}
.sc-declaration-modal-checkbox [type="checkbox"]:checked {
  accent-color: #001A71;
}
.checkbox-group label {
  cursor: pointer;
  user-select: none;
  font-weight: 500;
}
/* RADIO */
.radio-group {
  display: flex;
  cursor: pointer;
  align-items: center;
  gap: 1rem;
}
@media (min-width: 2000px) {

  .radio-group {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.radio-group input {
  height: 1.5rem;
  width: 1.5rem;
  cursor: pointer;
  border-radius: 0.25rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(38 38 38 / var(--tw-border-opacity));
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(0 26 113 / var(--tw-text-opacity));
}
.radio-group input:checked {
  --tw-bg-opacity: 1;
  background-color: rgb(0 26 113 / var(--tw-bg-opacity));
}
.radio-group input: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);
  --tw-ring-offset-width: 0px;
}
.radio-group label {
  cursor: pointer;
  user-select: none;
  font-weight: 500;
}
/* FLOATING */
.input-floating-form-input {
  position: relative;
  z-index: 10;
  width: 100%;
  border-width: 0px;
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
  background-color: transparent;
  padding-left: 0px;
  padding-right: 0px;
  padding-top: 2rem !important;
  caret-color: currentColor;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.input-floating-form-input:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 26 113 / var(--tw-border-opacity));
}
.input-floating-form-input:focus {
  --tw-border-opacity: 1;
  border-color: rgb(109 171 228 / var(--tw-border-opacity));
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.input-floating-form-input::placeholder, 
        .input-floating-form-textarea::placeholder {
  font-weight: 300;
  text-transform: capitalize;
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
  opacity: 0;
  transition-property: all;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.input-floating .input-floating-form-input:focus-within::placeholder, 
    .input-floating .input-floating-form-input:focus::placeholder, 
    .input-floating .input-floating-form-textarea:focus-within::placeholder, 
    .input-floating .input-floating-form-textarea:focus::placeholder {
  opacity: 1;
}
.input-floating-form-input ~ .input-floating-form-label {
  pointer-events: none;
  position: absolute;
  left: 0px;
  top: 0px;
  --tw-translate-y: 1rem;
  --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));
  user-select: none;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  transition-property: all;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.input-floating-form-textarea ~ .input-floating-form-label {
  pointer-events: none;
  position: absolute;
  left: 0px;
  top: 0px;
  --tw-translate-y: 0.75rem;
  --tw-translate-x: 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));
  user-select: none;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  transition-property: all;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.input-floating input:focus-within ~ label, 
    .input-floating input:not(:placeholder-shown) ~ label {
  --tw-translate-x: 1.5rem;
  --tw-translate-y: 1.25rem;
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  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));
}
@media (min-width: 2000px) {

  .input-floating input:focus-within ~ label, 
    .input-floating input:not(:placeholder-shown) ~ label {
    --tw-translate-x: 2rem;
    --tw-scale-x: 0.7;
    --tw-scale-y: 0.7;
    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));
  }
}
.input-floating input:focus-within ~ label,
    .input-floating input:not(:placeholder-shown) ~ label {
        transform-origin: top left;
    }
.input-floating-banner-search input:focus-within ~ label, 
    .input-floating-banner-search input:not(:placeholder-shown) ~ label {
  transform-origin: top left;
  --tw-translate-y: 1rem;
  --tw-scale-x: 0.45;
  --tw-scale-y: 0.45;
  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-text-opacity: 1;
}
.input-floating-banner-search-sm input:focus-within ~ label, 
    .input-floating-banner-search-sm input:not(:placeholder-shown) ~ label {
  --tw-translate-y: 0.875rem !important;
  --tw-scale-x: .5 !important;
  --tw-scale-y: .5 !important;
  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)) !important;
}
.input-floating-banner-search input:focus-within ~ #banner-search-sub-label, 
    .input-floating-banner-search input:not(:placeholder-shown) ~ #banner-search-sub-label {
  --tw-text-opacity: 0 !important;
}
.input-floating-banner-search input:focus-within:placeholder-shown, 
    .input-floating-banner-search input:not(:placeholder-shown):placeholder-shown {
  opacity: 1;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}
.input-floating input:focus-within ~ .input-floating-form-label, 
    .input-floating input:not(:placeholder-shown) ~ .input-floating-form-label {
  transform-origin: top left;
  --tw-translate-y: 0.25rem;
  --tw-translate-x: 0px;
  --tw-scale-x: 0.7;
  --tw-scale-y: 0.7;
  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));
}
.input-floating textarea:focus-within ~ .input-floating-form-label, 
    .input-floating textarea:not(:placeholder-shown) ~ .input-floating-form-label {
  transform-origin: top left;
  --tw-translate-y: 0.625rem;
  --tw-translate-x: 1rem;
  --tw-scale-x: 0.7;
  --tw-scale-y: 0.7;
  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));
}
.input-floating input:focus-within ~ .input-floating-form-label, 
    .input-floating input:focus ~ .input-floating-form-label, 
    .input-floating textarea:focus-within ~ .input-floating-form-label, 
    .input-floating textarea:focus ~ .input-floating-form-label {
  --tw-text-opacity: 1;
  color: rgb(109 171 228 / var(--tw-text-opacity));
}
.input-floating label {
        z-index: 10;
    }
/* DROPDOWN */
.dropdown-group.active div {
  display: block !important;
}
/* BANNER */
.banner-search-keywords-active {
  width: 170% !important;
}
.banner-search-keywords-active #banner-search-keywords-underlay {
  opacity: 1 !important;
}
.banner-search-location-active {
  width: 140% !important;
}
.banner-search-location-active #banner-search-location-underlay {
  opacity: 1 !important;
}
.banner-search-text-inactive input, 
  .banner-search-text-inactive label, 
  .banner-search-text-inactive #banner-search-sub-label {
  color: rgb(38 38 38 / var(--tw-text-opacity)) !important;
  --tw-text-opacity: 0.2 !important;
}
.banner-search-text-active label {
  --tw-text-opacity: 1 !important;
}
.banner-search-text-active #banner-search-sub-label {
  color: rgb(156 163 175 / var(--tw-text-opacity)) !important;
  --tw-text-opacity: 1 !important;
}
#banner-search-keywords-typeahead-autocomplete .selected, 
  #banner-search-location-typeahead-autocomplete .selected {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity)) !important;
}
/* SORT */
.sort-by-select-mobile {
  color: transparent;
}
.sort-by-select-mobile option {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}
/* JOBS SAVED */
.js-btn-saved-active {
  --tw-text-opacity: 1;
  color: rgb(190 24 93 / var(--tw-text-opacity));
}
.js-btn-saved-active svg {
    fill: currentColor;
  }
/* GOOGLE PLACES */
.pac-container {
  z-index: 50;
  margin-top: 1rem;
  max-height: 20rem !important;
  flex-direction: column;
  overflow: hidden;
  overflow-y: scroll !important;
  border-radius: 0.5rem;
  border-width: 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  font-family: Exo, ui-sans-serif, system-ui;
  --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);
}
.pac-item-query {
  font-size: 1rem;
  line-height: 1.5rem;
}
.is-invalid ~ .invalid-feedback,
    .was-validated :invalid ~ .invalid-feedback,
    .is-invalid ~ .png-validation_text,
    .was-validated :invalid ~ .png-validation_text {
        display: block;
    }
.validation-fail .input-floating-form-input:invalid ~ .input-floating-form-label, 
    .is-invalid ~ .input-floating-form-label {
  --tw-text-opacity: 1;
  color: rgb(172 55 55 / var(--tw-text-opacity));
}
.is-invalid ~ .input-floating-form-label {
  --tw-text-opacity: 1 !important;
  color: rgb(172 55 55 / var(--tw-text-opacity)) !important;
}
.validation-fail .input-floating-form-textarea:invalid ~ .input-floating-form-label {
  --tw-text-opacity: 1;
  color: rgb(172 55 55 / var(--tw-text-opacity));
}
.validation-fail .input-floating-form-input:invalid {
  --tw-border-opacity: 1;
  border-color: rgb(172 55 55 / var(--tw-border-opacity));
}
.is-invalid {
  --tw-border-opacity: 1 !important;
  border-color: rgb(172 55 55 / var(--tw-border-opacity)) !important;
}
.is-invalid-checkbox :not(input:checked) {
  --tw-border-opacity: 1 !important;
  border-color: rgb(172 55 55 / var(--tw-border-opacity)) !important;
}
.is-invalid-checkbox label {
  --tw-text-opacity: 1;
  color: rgb(172 55 55 / var(--tw-text-opacity));
}
.validation-fail .input-floating-form-textarea:invalid {
  --tw-border-opacity: 1;
  border-color: rgb(172 55 55 / var(--tw-border-opacity));
}
.validation-fail .input-form-checkbox:invalid {
  --tw-border-opacity: 1 !important;
  border-color: rgb(172 55 55 / var(--tw-border-opacity)) !important;
}
.validation-fail .input-form-checkbox:invalid ~ label {
  --tw-text-opacity: 1;
  color: rgb(172 55 55 / var(--tw-text-opacity));
}
.validation-fail .text-box:invalid, 
    .validation-fail .png-text-box:invalid {
  padding-right: 2.75rem;
  --tw-text-opacity: 1;
  color: rgb(172 55 55 / var(--tw-text-opacity));
}
.validation-fail .text-box:invalid::placeholder, 
    .validation-fail .png-text-box:invalid::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(226 164 164 / var(--tw-placeholder-opacity));
}
.validation-fail .text-box:invalid, 
    .validation-fail .png-text-box:invalid {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(172 55 55 / var(--tw-ring-opacity));
}
.validation-fail .text-box:invalid:focus, 
    .validation-fail .png-text-box:invalid:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.validation-fail .text-box:invalid ~ .invalid-icon, 
    .validation-fail .png-text-box:invalid ~ .png-validation_invalid-icon {
  display: flex !important;
}
.validation-fail .validation-form-text, 
    .is-invalid ~ .invalid-feedback .validation-form-text {
  padding-top: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 400;
  --tw-text-opacity: 1;
  color: rgb(172 55 55 / var(--tw-text-opacity));
}
.input-floating-form-input.is-valid, 
    .was-validated .input-floating-form-input:valid {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.input-floating-form-input.is-valid:focus, 
    .was-validated .input-floating-form-input:valid:focus {
  --tw-border-opacity: 1;
  border-color: rgb(109 171 228 / var(--tw-border-opacity));
}
.input-floating-form-input.is-valid,
    .was-validated .input-floating-form-input:valid {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%232D9731'%3E%3Cpath fill-rule='evenodd' d='M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z' clip-rule='evenodd' /%3E%3C/svg%3E");
        padding-right: calc(2em + 0.5rem);
        background-repeat: no-repeat;
        background-position: right 0 center;
        background-size: calc(1em + 0.75rem) calc(1em + 0.75rem);
    }
.input-floating-form-textarea.is-valid, 
    .was-validated .input-floating-form-textarea:valid {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.input-floating-form-textarea.is-valid:focus, 
    .was-validated .input-floating-form-textarea:valid:focus {
  --tw-border-opacity: 1;
  border-color: rgb(109 171 228 / var(--tw-border-opacity));
}
.input-floating-form-textarea.is-valid,
    .was-validated .input-floating-form-textarea:valid {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20' fill='%232D9731'%3E%3Cpath fill-rule='evenodd' d='M10 18a8 8 0 100-16 8 8 0 000 16zm3.707-9.293a1 1 0 00-1.414-1.414L9 10.586 7.707 9.293a1 1 0 00-1.414 1.414l2 2a1 1 0 001.414 0l4-4z' clip-rule='evenodd' /%3E%3C/svg%3E");
        background-repeat: no-repeat;
        background-position: right 0.5em top 0.5em;
        background-size: calc(1em + 0.75rem) calc(1em + 0.75rem);
    }
.validation-summary ul {
  list-style-type: disc !important;
}
.validation-summary ul > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important;
}
.validation-summary ul li {
  text-transform: capitalize;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.pointer-events-none {
  pointer-events: none;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.static {
  position: static;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.inset-0 {
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.inset-y-0 {
  top: 0px;
  bottom: 0px;
}
.inset-x-0 {
  left: 0px;
  right: 0px;
}
.top-0 {
  top: 0px;
}
.left-0 {
  left: 0px;
}
.bottom-0 {
  bottom: 0px;
}
.right-0 {
  right: 0px;
}
.top-1\/2 {
  top: 50%;
}
.left-3 {
  left: 0.75rem;
}
.right-4 {
  right: 1rem;
}
.left-2 {
  left: 0.5rem;
}
.right-12 {
  right: 3rem;
}
.bottom-6 {
  bottom: 1.5rem;
}
.left-1\/2 {
  left: 50%;
}
.left-\[40\%\] {
  left: 40%;
}
.right-6 {
  right: 1.5rem;
}
.-bottom-8 {
  bottom: -2rem;
}
.top-3 {
  top: 0.75rem;
}
.top-4 {
  top: 1rem;
}
.top-\[6\.5rem\] {
  top: 6.5rem;
}
.\!top-\[4\.5rem\] {
  top: 4.5rem !important;
}
.left-\[41\%\] {
  left: 41%;
}
.\!left-\[42\%\] {
  left: 42% !important;
}
.top-24 {
  top: 6rem;
}
.top-12 {
  top: 3rem;
}
.-bottom-\[45px\] {
  bottom: -45px;
}
.bottom-12 {
  bottom: 3rem;
}
.top-\[50\%\] {
  top: 50%;
}
.right-\[17\.5px\] {
  right: 17.5px;
}
.right-3 {
  right: 0.75rem;
}
.right-5 {
  right: 1.25rem;
}
.-bottom-7 {
  bottom: -1.75rem;
}
.-bottom-3 {
  bottom: -0.75rem;
}
.-top-7 {
  top: -1.75rem;
}
.-top-6 {
  top: -1.5rem;
}
.left-8 {
  left: 2rem;
}
.top-20 {
  top: 5rem;
}
.top-\[80px\] {
  top: 80px;
}
.bottom-32 {
  bottom: 8rem;
}
.-top-2\.5 {
  top: -0.625rem;
}
.-top-2 {
  top: -0.5rem;
}
.left-6 {
  left: 1.5rem;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-30 {
  z-index: 30;
}
.z-0 {
  z-index: 0;
}
.z-50 {
  z-index: 50;
}
.z-80 {
  z-index: 80;
}
.z-40 {
  z-index: 40;
}
.z-100 {
  z-index: 100;
}
.z-110 {
  z-index: 110;
}
.z-120 {
  z-index: 120;
}
.order-first {
  order: -9999;
}
.order-1 {
  order: 1;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-4 {
  order: 4;
}
.order-5 {
  order: 5;
}
.order-6 {
  order: 6;
}
.col-span-3 {
  grid-column: span 3 / span 3;
}
.col-span-2 {
  grid-column: span 2 / span 2;
}
.-m-2\.5 {
  margin: -0.625rem;
}
.-m-2 {
  margin: -0.5rem;
}
.-m-3 {
  margin: -0.75rem;
}
.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.mx-2\.5 {
  margin-left: 0.625rem;
  margin-right: 0.625rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}
.-mx-1\.5 {
  margin-left: -0.375rem;
  margin-right: -0.375rem;
}
.-my-1\.5 {
  margin-top: -0.375rem;
  margin-bottom: -0.375rem;
}
.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.-my-1 {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}
.mx-8 {
  margin-left: 2rem;
  margin-right: 2rem;
}
.-mx-2\.5 {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
}
.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}
.-mx-4 {
  margin-left: -1rem;
  margin-right: -1rem;
}
.-my-4 {
  margin-top: -1rem;
  margin-bottom: -1rem;
}
.-my-2 {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.mt-20 {
  margin-top: 5rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mt-16 {
  margin-top: 4rem;
}
.mt-8 {
  margin-top: 2rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-4 {
  margin-top: 1rem;
}
.mt-12 {
  margin-top: 3rem;
}
.\!mb-8 {
  margin-bottom: 2rem !important;
}
.ml-3 {
  margin-left: 0.75rem;
}
.\!mb-12 {
  margin-bottom: 3rem !important;
}
.mb-8 {
  margin-bottom: 2rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.ml-auto {
  margin-left: auto;
}
.mt-1 {
  margin-top: 0.25rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mr-1 {
  margin-right: 0.25rem;
}
.\!mt-6 {
  margin-top: 1.5rem !important;
}
.-mb-0\.5 {
  margin-bottom: -0.125rem;
}
.-mb-0 {
  margin-bottom: -0px;
}
.mt-5 {
  margin-top: 1.25rem;
}
.ml-0 {
  margin-left: 0px;
}
.-mr-1 {
  margin-right: -0.25rem;
}
.ml-2 {
  margin-left: 0.5rem;
}
.mt-18 {
  margin-top: 4.5rem;
}
.mb-6 {
  margin-bottom: 1.5rem;
}
.mr-4 {
  margin-right: 1rem;
}
.ml-4 {
  margin-left: 1rem;
}
.-mb-1 {
  margin-bottom: -0.25rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-22 {
  margin-top: 5.5rem;
}
.mb-24 {
  margin-bottom: 6rem;
}
.\!mt-8 {
  margin-top: 2rem !important;
}
.mr-0 {
  margin-right: 0px;
}
.-mt-16 {
  margin-top: -4rem;
}
.mr-8 {
  margin-right: 2rem;
}
.\!mt-0 {
  margin-top: 0px !important;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.ml-1\.5 {
  margin-left: 0.375rem;
}
.ml-1 {
  margin-left: 0.25rem;
}
.-mt-2 {
  margin-top: -0.5rem;
}
.ml-16 {
  margin-left: 4rem;
}
.-ml-px {
  margin-left: -1px;
}
.mb-1\.5 {
  margin-bottom: 0.375rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.\!mt-16 {
  margin-top: 4rem !important;
}
.\!mb-0 {
  margin-bottom: 0px !important;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.hidden {
  display: none;
}
.h-full {
  height: 100%;
}
.h-px {
  height: 1px;
}
.h-2 {
  height: 0.5rem;
}
.h-\[52px\] {
  height: 52px;
}
.h-12 {
  height: 3rem;
}
.h-6 {
  height: 1.5rem;
}
.h-5 {
  height: 1.25rem;
}
.h-80 {
  height: 20rem;
}
.h-4 {
  height: 1rem;
}
.h-7 {
  height: 1.75rem;
}
.h-\[450px\] {
  height: 450px;
}
.h-\[22px\] {
  height: 22px;
}
.h-\[600px\] {
  height: 600px;
}
.h-48 {
  height: 12rem;
}
.h-28 {
  height: 7rem;
}
.h-auto {
  height: auto;
}
.h-14 {
  height: 3.5rem;
}
.h-1 {
  height: 0.25rem;
}
.h-16 {
  height: 4rem;
}
.h-screen {
  height: 100vh;
}
.h-18 {
  height: 4.5rem;
}
.h-\[calc\(100vh-156px\)\] {
  height: calc(100vh - 156px);
}
.h-\[13px\] {
  height: 13px;
}
.h-13 {
  height: 3.25rem;
}
.h-40 {
  height: 10rem;
}
.h-\[40vh\] {
  height: 40vh;
}
.h-\[60vh\] {
  height: 60vh;
}
.h-8 {
  height: 2rem;
}
.h-20 {
  height: 5rem;
}
.h-\[85vh\] {
  height: 85vh;
}
.h-52 {
  height: 13rem;
}
.h-32 {
  height: 8rem;
}
.h-64 {
  height: 16rem;
}
.h-\[350px\] {
  height: 350px;
}
.h-56 {
  height: 14rem;
}
.h-60 {
  height: 15rem;
}
.h-24 {
  height: 6rem;
}
.h-72 {
  height: 18rem;
}
.h-70 {
  height: 17.5rem;
}
.h-1\/2 {
  height: 50%;
}
.h-\[220px\] {
  height: 220px;
}
.h-3\.5 {
  height: 0.875rem;
}
.h-3 {
  height: 0.75rem;
}
.h-\[390px\] {
  height: 390px;
}
.h-\[calc\(100vh-80px\)\] {
  height: calc(100vh - 80px);
}
.h-\[calc\(100\%-76px\)\] {
  height: calc(100% - 76px);
}
.h-11 {
  height: 2.75rem;
}
.h-\[calc\(100\%-120px\)\] {
  height: calc(100% - 120px);
}
.h-10 {
  height: 2.5rem;
}
.h-\[60px\] {
  height: 60px;
}
.h-\[150px\] {
  height: 150px;
}
.h-\[125px\] {
  height: 125px;
}
.h-\[242px\] {
  height: 242px;
}
.h-2\.5 {
  height: 0.625rem;
}
.h-0 {
  height: 0px;
}
.\!h-12 {
  height: 3rem !important;
}
.h-\[18px\] {
  height: 18px;
}
.h-\[2\.5px\] {
  height: 2.5px;
}
.max-h-\[40vh\] {
  max-height: 40vh;
}
.max-h-\[235px\] {
  max-height: 235px;
}
.max-h-\[110\%\] {
  max-height: 110%;
}
.max-h-70 {
  max-height: 17.5rem;
}
.max-h-\[1200px\] {
  max-height: 1200px;
}
.max-h-\[85vh\] {
  max-height: 85vh;
}
.max-h-\[120px\] {
  max-height: 120px;
}
.max-h-\[30vh\] {
  max-height: 30vh;
}
.max-h-\[60vh\] {
  max-height: 60vh;
}
.max-h-\[900px\] {
  max-height: 900px;
}
.max-h-\[calc\(100\%-4rem\)\] {
  max-height: calc(100% - 4rem);
}
.max-h-\[248px\] {
  max-height: 248px;
}
.max-h-\[80px\] {
  max-height: 80px;
}
.max-h-48 {
  max-height: 12rem;
}
.max-h-40 {
  max-height: 10rem;
}
.min-h-80 {
  min-height: 20rem;
}
.min-h-\[72px\] {
  min-height: 72px;
}
.min-h-\[440px\] {
  min-height: 440px;
}
.min-h-\[390px\] {
  min-height: 390px;
}
.min-h-\[350px\] {
  min-height: 350px;
}
.min-h-\[500px\] {
  min-height: 500px;
}
.min-h-40 {
  min-height: 10rem;
}
.min-h-\[100vh\] {
  min-height: 100vh;
}
.min-h-screen {
  min-height: 100vh;
}
.min-h-\[400px\] {
  min-height: 400px;
}
.min-h-28 {
  min-height: 7rem;
}
.w-screen {
  width: 100vw;
}
.w-2\/5 {
  width: 40%;
}
.w-full {
  width: 100%;
}
.w-1\/2 {
  width: 50%;
}
.w-12 {
  width: 3rem;
}
.w-6 {
  width: 1.5rem;
}
.w-5 {
  width: 1.25rem;
}
.w-4 {
  width: 1rem;
}
.w-7 {
  width: 1.75rem;
}
.w-\[22px\] {
  width: 22px;
}
.w-1\/3 {
  width: 33.333333%;
}
.w-\[110\%\] {
  width: 110%;
}
.w-auto {
  width: auto;
}
.w-px {
  width: 1px;
}
.w-14 {
  width: 3.5rem;
}
.w-\[40\%\] {
  width: 40%;
}
.\!w-\[42\%\] {
  width: 42% !important;
}
.w-\[41\%\] {
  width: 41%;
}
.w-0 {
  width: 0px;
}
.w-2 {
  width: 0.5rem;
}
.w-18 {
  width: 4.5rem;
}
.w-8 {
  width: 2rem;
}
.w-\[100vw\] {
  width: 100vw;
}
.w-16 {
  width: 4rem;
}
.w-24 {
  width: 6rem;
}
.w-\[180px\] {
  width: 180px;
}
.w-\[92\%\] {
  width: 92%;
}
.w-20 {
  width: 5rem;
}
.w-\[90\%\] {
  width: 90%;
}
.w-3\.5 {
  width: 0.875rem;
}
.w-3 {
  width: 0.75rem;
}
.w-1\/4 {
  width: 25%;
}
.w-36 {
  width: 9rem;
}
.w-10 {
  width: 2.5rem;
}
.w-\[92px\] {
  width: 92px;
}
.w-2\.5 {
  width: 0.625rem;
}
.w-\[85vw\] {
  width: 85vw;
}
.w-\[115\%\] {
  width: 115%;
}
.w-\[121px\] {
  width: 121px;
}
.w-\[250px\] {
  width: 250px;
}
.w-28 {
  width: 7rem;
}
.w-44 {
  width: 11rem;
}
.w-56 {
  width: 14rem;
}
.min-w-0 {
  min-width: 0px;
}
.max-w-xl {
  max-width: 36rem;
}
.max-w-2xl {
  max-width: 42rem;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-lg {
  max-width: 32rem;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-\[325px\] {
  max-width: 325px;
}
.max-w-5xl {
  max-width: 64rem;
}
.max-w-\[130px\] {
  max-width: 130px;
}
.max-w-xs {
  max-width: 20rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.shrink {
  flex-shrink: 1;
}
.border-collapse {
  border-collapse: collapse;
}
.origin-top-left {
  transform-origin: top left;
}
.-translate-y-1\/2 {
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-x-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-9 {
  --tw-translate-x: 2.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-\[20px\] {
  --tw-translate-y: 20px;
  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\.5 {
  --tw-translate-y: -0.625rem;
  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-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-full {
  --tw-translate-y: 100%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-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-3 {
  --tw-translate-y: 0.75rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-12 {
  --tw-translate-y: 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-\[12\%\] {
  --tw-translate-x: -12%;
  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-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-full {
  --tw-translate-y: 100% !important;
  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)) !important;
}
.translate-y-\[72px\] {
  --tw-translate-y: 72px;
  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-6 {
  --tw-rotate: 6deg;
  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-6 {
  --tw-rotate: -6deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-90 {
  --tw-rotate: 90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-\[87deg\] {
  --tw-rotate: -87deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-45 {
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-45 {
  --tw-rotate: -45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-rotate-90 {
  --tw-rotate: -90deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.scale-75 {
  --tw-scale-x: .75;
  --tw-scale-y: .75;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@keyframes spin {

  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite;
}
@keyframes pulse {

  50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.cursor-pointer {
  cursor: pointer;
}
.cursor-not-allowed {
  cursor: not-allowed;
}
.select-none {
  user-select: none;
}
.resize {
  resize: both;
}
.list-disc {
  list-style-type: disc;
}
.grid-flow-row {
  grid-auto-flow: row;
}
.auto-rows-fr {
  grid-auto-rows: minmax(0, 1fr);
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-nowrap {
  flex-wrap: nowrap;
}
.place-content-center {
  place-content: center;
}
.place-items-center {
  place-items: center;
}
.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-items-center {
  justify-items: center;
}
.gap-4 {
  gap: 1rem;
}
.gap-24 {
  gap: 6rem;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-2 {
  gap: 0.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-0\.5 {
  gap: 0.125rem;
}
.gap-0 {
  gap: 0px;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-2\.5 {
  gap: 0.625rem;
}
.gap-16 {
  gap: 4rem;
}
.gap-1\.5 {
  gap: 0.375rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-x-24 {
  column-gap: 6rem;
}
.gap-x-6 {
  column-gap: 1.5rem;
}
.gap-y-6 {
  row-gap: 1.5rem;
}
.gap-x-8 {
  column-gap: 2rem;
}
.gap-y-4 {
  row-gap: 1rem;
}
.gap-y-8 {
  row-gap: 2rem;
}
.gap-x-4 {
  column-gap: 1rem;
}
.gap-y-16 {
  row-gap: 4rem;
}
.gap-x-16 {
  column-gap: 4rem;
}
.gap-y-2 {
  row-gap: 0.5rem;
}
.gap-y-10 {
  row-gap: 2.5rem;
}
.gap-x-3 {
  column-gap: 0.75rem;
}
.gap-x-12 {
  column-gap: 3rem;
}
.gap-y-12 {
  row-gap: 3rem;
}
.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));
}
.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-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-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-1\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-reverse));
}
.space-y-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-0\.5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.125rem * var(--tw-space-y-reverse));
}
.space-y-0 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0px * var(--tw-space-y-reverse));
}
.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-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(4rem * 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-x-\[1px\] > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-x-reverse: 0;
  border-right-width: calc(1px * var(--tw-divide-x-reverse));
  border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
}
.divide-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0;
  border-top-width: calc(8px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(8px * var(--tw-divide-y-reverse));
}
.divide-solid > :not([hidden]) ~ :not([hidden]) {
  border-style: solid;
}
.divide-gray-200 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity));
}
.divide-slate-100 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(241 245 249 / var(--tw-divide-opacity));
}
.divide-white > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-divide-opacity));
}
.divide-opacity-10 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 0.1;
}
.place-self-center {
  place-self: center;
}
.self-start {
  align-self: flex-start;
}
.self-center {
  align-self: center;
}
.justify-self-center {
  justify-self: center;
}
.overflow-auto {
  overflow: auto;
}
.overflow-hidden {
  overflow: hidden;
}
.overflow-y-auto {
  overflow-y: auto;
}
.overflow-y-hidden {
  overflow-y: hidden;
}
.overflow-y-scroll {
  overflow-y: scroll;
}
.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.text-clip {
  text-overflow: clip;
}
.whitespace-normal {
  white-space: normal;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.break-words {
  overflow-wrap: break-word;
}
.break-all {
  word-break: break-all;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-none {
  border-radius: 0px;
}
.rounded {
  border-radius: 0.25rem;
}
.\!rounded-3xl {
  border-radius: 1.5rem !important;
}
.rounded-2xl {
  border-radius: 1rem;
}
.rounded-\[2rem\] {
  border-radius: 2rem;
}
.rounded-3xl {
  border-radius: 1.5rem;
}
.rounded-\[20px\] {
  border-radius: 20px;
}
.rounded-\[14px\] {
  border-radius: 14px;
}
.rounded-r-\[2rem\] {
  border-top-right-radius: 2rem;
  border-bottom-right-radius: 2rem;
}
.rounded-t-\[14px\] {
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
}
.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.rounded-l {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.rounded-r {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.rounded-r-lg {
  border-top-right-radius: 0.5rem;
  border-bottom-right-radius: 0.5rem;
}
.\!rounded-bl-none {
  border-bottom-left-radius: 0px !important;
}
.rounded-tl-xl {
  border-top-left-radius: 0.75rem;
}
.rounded-bl-none {
  border-bottom-left-radius: 0px;
}
.rounded-tr-full {
  border-top-right-radius: 9999px;
}
.rounded-tl-full {
  border-top-left-radius: 9999px;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-\[3px\] {
  border-width: 3px;
}
.border-\[8px\] {
  border-width: 8px;
}
.border-\[16px\] {
  border-width: 16px;
}
.border-0 {
  border-width: 0px;
}
.border-\[2px\] {
  border-width: 2px;
}
.border-y {
  border-top-width: 1px;
  border-bottom-width: 1px;
}
.border-t {
  border-top-width: 1px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-r {
  border-right-width: 1px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-l {
  border-left-width: 1px;
}
.border-t-8 {
  border-top-width: 8px;
}
.border-dashed {
  border-style: dashed;
}
.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / 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-slate-200 {
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity));
}
.border-primary-500 {
  --tw-border-opacity: 1;
  border-color: rgb(0 26 113 / var(--tw-border-opacity));
}
.border-black {
  --tw-border-opacity: 1;
  border-color: rgb(38 38 38 / var(--tw-border-opacity));
}
.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity));
}
.\!border-white {
  --tw-border-opacity: 1 !important;
  border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
}
.\!border-transparent {
  border-color: transparent !important;
}
.border-\[\#E5E5E5\] {
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity));
}
.border-\[\#EAEAED\] {
  --tw-border-opacity: 1;
  border-color: rgb(234 234 237 / var(--tw-border-opacity));
}
.border-cta-500 {
  --tw-border-opacity: 1;
  border-color: rgb(109 171 228 / var(--tw-border-opacity));
}
.border-opacity-30 {
  --tw-border-opacity: 0.3;
}
.border-opacity-5 {
  --tw-border-opacity: 0.05;
}
.border-opacity-50 {
  --tw-border-opacity: 0.5;
}
.border-opacity-10 {
  --tw-border-opacity: 0.1;
}
.bg-\[\#000\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}
.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}
.bg-slate-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity));
}
.bg-\[\#E9993F\] {
  --tw-bg-opacity: 1;
  background-color: rgb(233 153 63 / var(--tw-bg-opacity));
}
.bg-cta-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(247 250 253 / var(--tw-bg-opacity));
}
.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity));
}
.bg-cta-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(109 171 228 / var(--tw-bg-opacity));
}
.bg-primary-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 26 113 / var(--tw-bg-opacity));
}
.bg-transparent {
  background-color: transparent;
}
.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}
.bg-gray-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity));
}
.\!bg-gray-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity)) !important;
}
.bg-primary-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(133 161 255 / var(--tw-bg-opacity));
}
.bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 252 232 / var(--tw-bg-opacity));
}
.bg-sky-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(2 132 199 / var(--tw-bg-opacity));
}
.bg-slate-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(15 23 42 / var(--tw-bg-opacity));
}
.bg-primary-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 21 93 / var(--tw-bg-opacity));
}
.bg-\[black\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}
.bg-primary-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 24 103 / var(--tw-bg-opacity));
}
.bg-cta-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(40 131 215 / var(--tw-bg-opacity));
}
.bg-\[\#EFEFEF\] {
  --tw-bg-opacity: 1;
  background-color: rgb(239 239 239 / var(--tw-bg-opacity));
}
.bg-slate-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}
.bg-slate-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(226 232 240 / var(--tw-bg-opacity));
}
.bg-\[\#F8F8F9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 249 / var(--tw-bg-opacity));
}
.bg-primary-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 17 72 / var(--tw-bg-opacity));
}
.\!bg-blackTrue {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity)) !important;
}
.bg-gray-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
}
.\!bg-black {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity)) !important;
}
.bg-cta-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(27 89 147 / var(--tw-bg-opacity));
}
.bg-\[\#F0F4FD\] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 244 253 / var(--tw-bg-opacity));
}
.\!bg-primary-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 26 113 / var(--tw-bg-opacity)) !important;
}
.\!bg-primary-200 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(133 161 255 / var(--tw-bg-opacity)) !important;
}
.bg-opacity-0 {
  --tw-bg-opacity: 0;
}
.bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}
.bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}
.\!bg-opacity-100 {
  --tw-bg-opacity: 1 !important;
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.from-black {
  --tw-gradient-from: #262626;
  --tw-gradient-to: rgb(38 38 38 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-500 {
  --tw-gradient-from: #001A71;
  --tw-gradient-to: rgb(0 26 113 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#000\] {
  --tw-gradient-from: #000;
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[black\] {
  --tw-gradient-from: black;
  --tw-gradient-to: rgb(0 0 0 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-primary-700 {
  --tw-gradient-from: #00155D;
  --tw-gradient-to: rgb(0 21 93 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-cta-500 {
  --tw-gradient-to: #6DABE4;
}
.to-transparent {
  --tw-gradient-to: transparent;
}
.fill-cta-500 {
  fill: #6DABE4;
}
.fill-transparent {
  fill: transparent;
}
.fill-primary-500 {
  fill: #001A71;
}
.fill-white {
  fill: #fff;
}
.\!fill-cta-500 {
  fill: #6DABE4 !important;
}
.\!fill-primary-500 {
  fill: #001A71 !important;
}
.stroke-current {
  stroke: currentColor;
}
.object-contain {
  object-fit: contain;
}
.object-cover {
  object-fit: cover;
}
.p-4 {
  padding: 1rem;
}
.p-6 {
  padding: 1.5rem;
}
.p-1 {
  padding: 0.25rem;
}
.p-0 {
  padding: 0px;
}
.p-1\.5 {
  padding: 0.375rem;
}
.p-8 {
  padding: 2rem;
}
.p-2 {
  padding: 0.5rem;
}
.p-0\.5 {
  padding: 0.125rem;
}
.p-12 {
  padding: 3rem;
}
.p-3 {
  padding: 0.75rem;
}
.p-\[0\.25rem\] {
  padding: 0.25rem;
}
.p-\[0\.125rem\] {
  padding: 0.125rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-1\.5 {
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.px-0 {
  padding-left: 0px;
  padding-right: 0px;
}
.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}
.py-0\.5 {
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-24 {
  padding-top: 6rem;
  padding-bottom: 6rem;
}
.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.py-32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
}
.py-\[11px\] {
  padding-top: 11px;
  padding-bottom: 11px;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-\[18px\] {
  padding-top: 18px;
  padding-bottom: 18px;
}
.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.\!px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pt-20 {
  padding-top: 5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.pl-6 {
  padding-left: 1.5rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pt-4 {
  padding-top: 1rem;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-8 {
  padding-left: 2rem;
}
.pr-3 {
  padding-right: 0.75rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pr-20 {
  padding-right: 5rem;
}
.pl-3 {
  padding-left: 0.75rem;
}
.pl-7 {
  padding-left: 1.75rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.\!pt-9 {
  padding-top: 2.25rem !important;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-24 {
  padding-top: 6rem;
}
.pt-\[29vh\] {
  padding-top: 29vh;
}
.pb-1\.5 {
  padding-bottom: 0.375rem;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pr-0 {
  padding-right: 0px;
}
.pl-4 {
  padding-left: 1rem;
}
.pl-9 {
  padding-left: 2.25rem;
}
.pr-11 {
  padding-right: 2.75rem;
}
.pr-12 {
  padding-right: 3rem;
}
.pl-0 {
  padding-left: 0px;
}
.pb-3 {
  padding-bottom: 0.75rem;
}
.pr-4 {
  padding-right: 1rem;
}
.pr-28 {
  padding-right: 7rem;
}
.pl-3\.5 {
  padding-left: 0.875rem;
}
.pr-2 {
  padding-right: 0.5rem;
}
.pr-6 {
  padding-right: 1.5rem;
}
.pr-5 {
  padding-right: 1.25rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pt-14 {
  padding-top: 3.5rem;
}
.pr-8 {
  padding-right: 2rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-start {
  text-align: start;
}
.font-sans {
  font-family: Exo, ui-sans-serif, system-ui;
}
.font-logo {
  font-family: Days One, ui-serif, Georgia;
}
.font-serif {
  font-family: Nobile, ui-serif, Georgia;
}
.font-timeline {
  font-family: Reenie Beanie, ui-serif, Georgia;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-\[46px\] {
  font-size: 46px;
}
.text-\[36px\] {
  font-size: 36px;
}
.text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}
.text-\[72px\] {
  font-size: 72px;
}
.text-\[30px\] {
  font-size: 30px;
}
.text-\[23px\] {
  font-size: 23px;
}
.text-\[12px\] {
  font-size: 12px;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-bold {
  font-weight: 700;
}
.font-semibold {
  font-weight: 600;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-light {
  font-weight: 300;
}
.font-extrabold {
  font-weight: 800;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.italic {
  font-style: italic;
}
.leading-none {
  line-height: 1;
}
.leading-6 {
  line-height: 1.5rem;
}
.leading-tight {
  line-height: 1.25;
}
.leading-5 {
  line-height: 1.25rem;
}
.leading-\[22px\] {
  line-height: 22px;
}
.leading-\[38px\] {
  line-height: 38px;
}
.leading-\[1\.1\] {
  line-height: 1.1;
}
.\!leading-5 {
  line-height: 1.25rem !important;
}
.tracking-wide {
  letter-spacing: 0.025em;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.text-primary-500 {
  --tw-text-opacity: 1;
  color: rgb(0 26 113 / var(--tw-text-opacity));
}
.text-primary-700 {
  --tw-text-opacity: 1;
  color: rgb(0 21 93 / var(--tw-text-opacity));
}
.text-primary-900 {
  --tw-text-opacity: 1;
  color: rgb(0 17 72 / var(--tw-text-opacity));
}
.text-cta-500 {
  --tw-text-opacity: 1;
  color: rgb(109 171 228 / var(--tw-text-opacity));
}
.text-cta-700 {
  --tw-text-opacity: 1;
  color: rgb(40 131 215 / var(--tw-text-opacity));
}
.text-cta-900 {
  --tw-text-opacity: 1;
  color: rgb(27 89 147 / var(--tw-text-opacity));
}
.text-primary-500\/0 {
  color: rgb(0 26 113 / 0);
}
.text-primary-500\/5 {
  color: rgb(0 26 113 / 0.05);
}
.text-primary-500\/7 {
  color: rgb(0 26 113 / 0.07);
}
.text-primary-500\/10 {
  color: rgb(0 26 113 / 0.1);
}
.text-primary-500\/15 {
  color: rgb(0 26 113 / 0.15);
}
.text-primary-500\/20 {
  color: rgb(0 26 113 / 0.2);
}
.text-primary-500\/25 {
  color: rgb(0 26 113 / 0.25);
}
.text-primary-500\/30 {
  color: rgb(0 26 113 / 0.3);
}
.text-primary-500\/40 {
  color: rgb(0 26 113 / 0.4);
}
.text-primary-500\/50 {
  color: rgb(0 26 113 / 0.5);
}
.text-primary-500\/60 {
  color: rgb(0 26 113 / 0.6);
}
.text-primary-500\/70 {
  color: rgb(0 26 113 / 0.7);
}
.text-primary-500\/75 {
  color: rgb(0 26 113 / 0.75);
}
.text-primary-500\/80 {
  color: rgb(0 26 113 / 0.8);
}
.text-primary-500\/90 {
  color: rgb(0 26 113 / 0.9);
}
.text-primary-500\/95 {
  color: rgb(0 26 113 / 0.95);
}
.text-primary-500\/100 {
  color: rgb(0 26 113 / 1);
}
.text-primary-700\/0 {
  color: rgb(0 21 93 / 0);
}
.text-primary-700\/5 {
  color: rgb(0 21 93 / 0.05);
}
.text-primary-700\/7 {
  color: rgb(0 21 93 / 0.07);
}
.text-primary-700\/10 {
  color: rgb(0 21 93 / 0.1);
}
.text-primary-700\/15 {
  color: rgb(0 21 93 / 0.15);
}
.text-primary-700\/20 {
  color: rgb(0 21 93 / 0.2);
}
.text-primary-700\/25 {
  color: rgb(0 21 93 / 0.25);
}
.text-primary-700\/30 {
  color: rgb(0 21 93 / 0.3);
}
.text-primary-700\/40 {
  color: rgb(0 21 93 / 0.4);
}
.text-primary-700\/50 {
  color: rgb(0 21 93 / 0.5);
}
.text-primary-700\/60 {
  color: rgb(0 21 93 / 0.6);
}
.text-primary-700\/70 {
  color: rgb(0 21 93 / 0.7);
}
.text-primary-700\/75 {
  color: rgb(0 21 93 / 0.75);
}
.text-primary-700\/80 {
  color: rgb(0 21 93 / 0.8);
}
.text-primary-700\/90 {
  color: rgb(0 21 93 / 0.9);
}
.text-primary-700\/95 {
  color: rgb(0 21 93 / 0.95);
}
.text-primary-700\/100 {
  color: rgb(0 21 93 / 1);
}
.text-primary-900\/0 {
  color: rgb(0 17 72 / 0);
}
.text-primary-900\/5 {
  color: rgb(0 17 72 / 0.05);
}
.text-primary-900\/7 {
  color: rgb(0 17 72 / 0.07);
}
.text-primary-900\/10 {
  color: rgb(0 17 72 / 0.1);
}
.text-primary-900\/15 {
  color: rgb(0 17 72 / 0.15);
}
.text-primary-900\/20 {
  color: rgb(0 17 72 / 0.2);
}
.text-primary-900\/25 {
  color: rgb(0 17 72 / 0.25);
}
.text-primary-900\/30 {
  color: rgb(0 17 72 / 0.3);
}
.text-primary-900\/40 {
  color: rgb(0 17 72 / 0.4);
}
.text-primary-900\/50 {
  color: rgb(0 17 72 / 0.5);
}
.text-primary-900\/60 {
  color: rgb(0 17 72 / 0.6);
}
.text-primary-900\/70 {
  color: rgb(0 17 72 / 0.7);
}
.text-primary-900\/75 {
  color: rgb(0 17 72 / 0.75);
}
.text-primary-900\/80 {
  color: rgb(0 17 72 / 0.8);
}
.text-primary-900\/90 {
  color: rgb(0 17 72 / 0.9);
}
.text-primary-900\/95 {
  color: rgb(0 17 72 / 0.95);
}
.text-primary-900\/100 {
  color: rgb(0 17 72 / 1);
}
.text-cta-500\/0 {
  color: rgb(109 171 228 / 0);
}
.text-cta-500\/5 {
  color: rgb(109 171 228 / 0.05);
}
.text-cta-500\/7 {
  color: rgb(109 171 228 / 0.07);
}
.text-cta-500\/10 {
  color: rgb(109 171 228 / 0.1);
}
.text-cta-500\/15 {
  color: rgb(109 171 228 / 0.15);
}
.text-cta-500\/20 {
  color: rgb(109 171 228 / 0.2);
}
.text-cta-500\/25 {
  color: rgb(109 171 228 / 0.25);
}
.text-cta-500\/30 {
  color: rgb(109 171 228 / 0.3);
}
.text-cta-500\/40 {
  color: rgb(109 171 228 / 0.4);
}
.text-cta-500\/50 {
  color: rgb(109 171 228 / 0.5);
}
.text-cta-500\/60 {
  color: rgb(109 171 228 / 0.6);
}
.text-cta-500\/70 {
  color: rgb(109 171 228 / 0.7);
}
.text-cta-500\/75 {
  color: rgb(109 171 228 / 0.75);
}
.text-cta-500\/80 {
  color: rgb(109 171 228 / 0.8);
}
.text-cta-500\/90 {
  color: rgb(109 171 228 / 0.9);
}
.text-cta-500\/95 {
  color: rgb(109 171 228 / 0.95);
}
.text-cta-500\/100 {
  color: rgb(109 171 228 / 1);
}
.text-cta-700\/0 {
  color: rgb(40 131 215 / 0);
}
.text-cta-700\/5 {
  color: rgb(40 131 215 / 0.05);
}
.text-cta-700\/7 {
  color: rgb(40 131 215 / 0.07);
}
.text-cta-700\/10 {
  color: rgb(40 131 215 / 0.1);
}
.text-cta-700\/15 {
  color: rgb(40 131 215 / 0.15);
}
.text-cta-700\/20 {
  color: rgb(40 131 215 / 0.2);
}
.text-cta-700\/25 {
  color: rgb(40 131 215 / 0.25);
}
.text-cta-700\/30 {
  color: rgb(40 131 215 / 0.3);
}
.text-cta-700\/40 {
  color: rgb(40 131 215 / 0.4);
}
.text-cta-700\/50 {
  color: rgb(40 131 215 / 0.5);
}
.text-cta-700\/60 {
  color: rgb(40 131 215 / 0.6);
}
.text-cta-700\/70 {
  color: rgb(40 131 215 / 0.7);
}
.text-cta-700\/75 {
  color: rgb(40 131 215 / 0.75);
}
.text-cta-700\/80 {
  color: rgb(40 131 215 / 0.8);
}
.text-cta-700\/90 {
  color: rgb(40 131 215 / 0.9);
}
.text-cta-700\/95 {
  color: rgb(40 131 215 / 0.95);
}
.text-cta-700\/100 {
  color: rgb(40 131 215 / 1);
}
.text-cta-900\/0 {
  color: rgb(27 89 147 / 0);
}
.text-cta-900\/5 {
  color: rgb(27 89 147 / 0.05);
}
.text-cta-900\/7 {
  color: rgb(27 89 147 / 0.07);
}
.text-cta-900\/10 {
  color: rgb(27 89 147 / 0.1);
}
.text-cta-900\/15 {
  color: rgb(27 89 147 / 0.15);
}
.text-cta-900\/20 {
  color: rgb(27 89 147 / 0.2);
}
.text-cta-900\/25 {
  color: rgb(27 89 147 / 0.25);
}
.text-cta-900\/30 {
  color: rgb(27 89 147 / 0.3);
}
.text-cta-900\/40 {
  color: rgb(27 89 147 / 0.4);
}
.text-cta-900\/50 {
  color: rgb(27 89 147 / 0.5);
}
.text-cta-900\/60 {
  color: rgb(27 89 147 / 0.6);
}
.text-cta-900\/70 {
  color: rgb(27 89 147 / 0.7);
}
.text-cta-900\/75 {
  color: rgb(27 89 147 / 0.75);
}
.text-cta-900\/80 {
  color: rgb(27 89 147 / 0.8);
}
.text-cta-900\/90 {
  color: rgb(27 89 147 / 0.9);
}
.text-cta-900\/95 {
  color: rgb(27 89 147 / 0.95);
}
.text-cta-900\/100 {
  color: rgb(27 89 147 / 1);
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}
.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity));
}
.text-gray-500 {
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity));
}
.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity));
}
.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity));
}
.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity));
}
.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}
.text-\[\#000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-danger {
  --tw-text-opacity: 1;
  color: rgb(172 55 55 / var(--tw-text-opacity));
}
.text-danger-500 {
  --tw-text-opacity: 1;
  color: rgb(172 55 55 / var(--tw-text-opacity));
}
.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity));
}
.text-yellow-800 {
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity));
}
.text-yellow-700 {
  --tw-text-opacity: 1;
  color: rgb(161 98 7 / var(--tw-text-opacity));
}
.\!text-black {
  --tw-text-opacity: 1 !important;
  color: rgb(38 38 38 / var(--tw-text-opacity)) !important;
}
.text-sky-600 {
  --tw-text-opacity: 1;
  color: rgb(2 132 199 / var(--tw-text-opacity));
}
.text-gray-600 {
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity));
}
.text-slate-600 {
  --tw-text-opacity: 1;
  color: rgb(71 85 105 / var(--tw-text-opacity));
}
.text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}
.text-slate-400 {
  --tw-text-opacity: 1;
  color: rgb(148 163 184 / var(--tw-text-opacity));
}
.text-inherit {
  color: inherit;
}
.text-orange-500 {
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity));
}
.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}
.text-\[\#E9993F\] {
  --tw-text-opacity: 1;
  color: rgb(233 153 63 / var(--tw-text-opacity));
}
.\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.\!text-gray-300 {
  --tw-text-opacity: 1 !important;
  color: rgb(209 213 219 / var(--tw-text-opacity)) !important;
}
.text-opacity-30 {
  --tw-text-opacity: 0.3;
}
.text-opacity-20 {
  --tw-text-opacity: 0.2;
}
.underline {
  text-decoration-line: underline;
}
.placeholder-gray-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(156 163 175 / var(--tw-placeholder-opacity));
}
.placeholder-blackTrue::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(0 0 0 / var(--tw-placeholder-opacity));
}
.placeholder-slate-400::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(148 163 184 / var(--tw-placeholder-opacity));
}
.placeholder-opacity-20::placeholder {
  --tw-placeholder-opacity: 0.2;
}
.caret-cta-500 {
  caret-color: #6DABE4;
}
.\!opacity-50 {
  opacity: 0.5 !important;
}
.opacity-25 {
  opacity: 0.25;
}
.opacity-75 {
  opacity: 0.75;
}
.opacity-10 {
  opacity: 0.1;
}
.opacity-5 {
  opacity: 0.05;
}
.opacity-20 {
  opacity: 0.2;
}
.opacity-0 {
  opacity: 0;
}
.\!opacity-0 {
  opacity: 0 !important;
}
.\!opacity-60 {
  opacity: 0.6 !important;
}
.\!opacity-70 {
  opacity: 0.7 !important;
}
.opacity-30 {
  opacity: 0.3;
}
.opacity-50 {
  opacity: 0.5;
}
.opacity-15 {
  opacity: 0.15;
}
.opacity-60 {
  opacity: 0.6;
}
.\!opacity-30 {
  opacity: 0.3 !important;
}
.\!opacity-100 {
  opacity: 1 !important;
}
.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);
}
.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) !important;
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.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);
}
.outline {
  outline-style: solid;
}
.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-\[\#DFDFDF\] {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(223 223 223 / var(--tw-ring-opacity));
}
.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-md {
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-2xl {
  --tw-drop-shadow: drop-shadow(0 25px 25px rgb(0 0 0 / 0.15));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-xl {
  --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-filter {
  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-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  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 {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-500 {
  transition-duration: 500ms;
}
.duration-150 {
  transition-duration: 150ms;
}
.duration-200 {
  transition-duration: 200ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.duration-100 {
  transition-duration: 100ms;
}
.duration-1000 {
  transition-duration: 1000ms;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}
.will-change-transform {
  will-change: transform;
}
.line-clamp-1 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.line-clamp-2 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.line-clamp-3 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.line-clamp-5 {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}
.bg-gradient-primary {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #001A71;
  --tw-gradient-to: rgb(0 26 113 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #2883D7;
}
.bg-gradient-cta {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #001A71;
  --tw-gradient-to: rgb(0 26 113 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #2883D7;
}
.to-xl-bg-gradient-primary {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #001A71;
  --tw-gradient-to: rgb(0 26 113 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #2883D7;
}
@media (min-width: 1280px) {

  .to-xl-bg-gradient-primary {
    background-image: none;
  }
}
.from-xl-bg-gradient-primary {
  --tw-gradient-from: #001A71;
  --tw-gradient-to: rgb(0 26 113 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #2883D7;
}
@media (min-width: 1280px) {

  .from-xl-bg-gradient-primary {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }
}
.text-gradient-cta {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #001A71;
  --tw-gradient-to: rgb(0 26 113 / 0);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #2883D7;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        display: inline-block;
        padding-bottom: 0.375rem;
}
.glass {
        background: rgba(0, 0, 0, 0.60);
        backdrop-filter: blur(5px);
        -webkit-backdrop-filter: blur(5px);
    }
/* CUSTOM GRID HELPERS */
@media (min-width: 1280px) {
        /* Dealing with 2 orphan items */
        .sc-card-grid li:last-child:nth-child(3n - 1) {
            grid-column-end: -2;
        }

        .sc-card-grid li:nth-last-child(2):nth-child(3n + 1) {
            grid-column-end: 4;
        }

        /* Dealing with single orphan */

        .sc-card-grid li:last-child:nth-child(3n - 2) {
            grid-column-end: 5;
        }

        /* Target the second item on the last row, as long as it is the last item in the grid */

        .sc-card-grid-expand li:last-child:nth-child(3n - 1) {
            grid-column: span 2;
        }

        /* Target the first item on the last row, if it is the last item */

        .sc-card-grid-expand li:last-child:nth-child(3n - 2) {
            grid-column: span 3;
        }
        /* Dealing with 2 orphan items */
        .sc-card-grid-4-col li:last-child:nth-child(3n - 1) {
            grid-column-end: -2;
        }

        .sc-card-grid-4-col li:nth-last-child(2):nth-child(3n + 1) {
            grid-column-end: 6;
        }

        /* Dealing with single orphan */

        .sc-card-grid-4-col li:last-child:nth-child(3n - 2) {
            grid-column-end: 7;
        }

        /* Target the second item on the last row, as long as it is the last item in the grid */

        .sc-card-grid-expand li:last-child:nth-child(3n - 1) {
            grid-column: span 2;
        }

        /* Target the first item on the last row, if it is the last item */

        .sc-card-grid-expand li:last-child:nth-child(3n - 2) {
            grid-column: span 3;
        }
    }
/* Active */
.nav-active {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
/* Pipes */
.sc-pipe {
  height: 1.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
    content: "";
    width: 1px;
}
.sc-pipe-h {
  width: 2.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
    content: "";
    height: 1px;
}
.content {
    content: "";
  }
.sc-mask {
    position: absolute;
    background-position: 50%;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0.4;
    background-size: cover;
  }
.hide-scrollbar::-webkit-scrollbar {
    -webkit-appearance: none;
  }
.hide-scrollbar {
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none; /* Hide scrollbar in FF */
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
  }
iframe:focus-visible {
    outline: none;
  }
.modal-box-shadow {
        box-shadow: 0px 0px 40px rgba(38, 38, 38, 0.6);
    }
.box-shadow-search-bar {
        box-shadow: 0px 20px 40px rgba(38, 38, 38, 0.15);
    }
.box-shadow-typeahead {
        box-shadow: 0px 0px 40px rgba(38, 38, 38, 0.1);
    }
.transition-bg-hover {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-duration: 200ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.transition-mask-hover {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-duration: 300ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.transition-text-hover {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-duration: 150ms;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.transition-nav-tone-change {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
  transition-timing-function: linear;
}
.transiton-opacity-transform {
    transition-property: transform, opacity;
  }

h1 {
  font-size: 3rem;
  line-height: 1;
}

@media (min-width: 1280px) {

  h1 {
    font-size: 3.75rem;
    line-height: 1;
  }
}

h2 {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

@media (min-width: 1280px) {

  h2 {
    font-size: 3rem;
    line-height: 1;
  }
}

h3 {
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 1280px) {

  h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

h4 {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

@media (min-width: 1280px) {

  h4 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
}

h5 {
  font-size: 1.5rem;
  line-height: 2rem;
}

.nav-light-mode {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.nav-light-mode #nav-logo, 
.nav-light-mode #nav-menu-btn-text {
  --tw-text-opacity: 1;
  color: rgb(0 26 113 / var(--tw-text-opacity));
}

.nav-light-mode #nav-menu-btn-bar {
  --tw-bg-opacity: 1;
  background-color: rgb(0 26 113 / var(--tw-bg-opacity));
}

.validation-fail .png-text-box:invalid {
  padding-right: 2.75rem;
  --tw-text-opacity: 1;
  color: rgb(172 55 55 / var(--tw-text-opacity));
}

.validation-fail .png-text-box:invalid::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(226 164 164 / var(--tw-placeholder-opacity));
}

.validation-fail .png-text-box:invalid {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(172 55 55 / var(--tw-ring-opacity));
}

.validation-fail .png-text-box:invalid:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.validation-fail .png-text-box:invalid ~ .invalid-icon {
  display: flex !important;
}

.png-text-box {
  position: relative;
  z-index: 10;
  display: block;
  height: 3rem;
  width: 100%;
  border-radius: 0.25rem !important;
  border-width: 0px;
}

.png-text-box::placeholder {
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(202 202 202 / var(--tw-text-opacity));
}

.png-text-box:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(109 171 228 / var(--tw-ring-opacity));
}

.png-validation_text {
  position: relative;
  z-index: 0;
  margin-left: -3px;
  margin-right: -3px;
  margin-top: -0.25rem;
  display: none;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(172 55 55 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-bottom: 0.25rem;
  padding-top: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.png-validation_invalid-icon {
  pointer-events: none;
  position: absolute;
  top: 0.875rem;
  right: 0px;
  z-index: 10;
  display: flex;
  display: none;
  align-items: center;
  padding-right: 1rem;
}

.png-validation_invalid-icon svg {
  height: 1.25rem;
  width: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(172 55 55 / var(--tw-text-opacity));
}

.png-text-box_invalid input {
  padding-right: 2.75rem;
  --tw-text-opacity: 1;
  color: rgb(172 55 55 / var(--tw-text-opacity));
}

.png-text-box_invalid input::placeholder {
  --tw-placeholder-opacity: 1;
  color: rgb(226 164 164 / var(--tw-placeholder-opacity));
}

.png-text-box_invalid input {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
  --tw-ring-opacity: 1 !important;
  --tw-ring-color: rgb(172 55 55 / var(--tw-ring-opacity)) !important;
}

.png-text-box_invalid input:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.png-text-box_invalid .png-validation_text, 
.png-text-box_invalid .png-validation_invalid-icon {
  display: block !important;
}

.placeholder\:text-right::placeholder {
  text-align: right;
}

.placeholder\:font-medium::placeholder {
  font-weight: 500;
}

.placeholder\:text-\[\#CACACA\]::placeholder {
  --tw-text-opacity: 1;
  color: rgb(202 202 202 / var(--tw-text-opacity));
}

.first\:border-t:first-child {
  border-top-width: 1px;
}

.first\:pt-0:first-child {
  padding-top: 0px;
}

.last\:mb-2:last-child {
  margin-bottom: 0.5rem;
}

.last\:pb-0:last-child {
  padding-bottom: 0px;
}

.first-of-type\:mt-6:first-of-type {
  margin-top: 1.5rem;
}

.checked\:\!bg-white:checked {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.placeholder-shown\:font-bold:placeholder-shown {
  font-weight: 700;
}

.placeholder-shown\:font-normal:placeholder-shown {
  font-weight: 400;
}

.placeholder-shown\:opacity-0:placeholder-shown {
  opacity: 0;
}

.hover\:border-primary-500:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 26 113 / var(--tw-border-opacity));
}

.hover\:bg-black:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#ec8716\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(236 135 22 / 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-cta-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(75 151 222 / var(--tw-bg-opacity));
}

.hover\:bg-white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.hover\:bg-primary-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 24 103 / var(--tw-bg-opacity));
}

.hover\:bg-red-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}

.hover\:bg-gray-200:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.hover\:bg-cta-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(40 131 215 / 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-primary-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 21 93 / var(--tw-bg-opacity));
}

.hover\:\!bg-gray-50:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity)) !important;
}

.hover\:bg-primary-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(225 232 255 / var(--tw-bg-opacity));
}

.hover\:bg-transparent:hover {
  background-color: transparent;
}

.hover\:bg-slate-100:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(241 245 249 / var(--tw-bg-opacity));
}

.hover\:bg-gray-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity));
}

.hover\:bg-sky-700:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(3 105 161 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#fff\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#000\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.hover\:bg-slate-300:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(203 213 225 / var(--tw-bg-opacity));
}

.hover\:\!bg-white:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity)) !important;
}

.hover\:bg-primary-500:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 26 113 / var(--tw-bg-opacity));
}

.hover\:\!bg-gray-200:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity)) !important;
}

.hover\:\!bg-primary-200:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(133 161 255 / var(--tw-bg-opacity)) !important;
}

.hover\:\!bg-primary-500:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 26 113 / var(--tw-bg-opacity)) !important;
}

.hover\:bg-opacity-5:hover {
  --tw-bg-opacity: 0.05;
}

.hover\:bg-opacity-15:hover {
  --tw-bg-opacity: 0.15;
}

.hover\:bg-opacity-30:hover {
  --tw-bg-opacity: 0.3;
}

.hover\:bg-opacity-20:hover {
  --tw-bg-opacity: 0.2;
}

.hover\:\!bg-opacity-15:hover {
  --tw-bg-opacity: 0.15 !important;
}

.hover\:text-primary-500:hover {
  --tw-text-opacity: 1;
  color: rgb(0 26 113 / var(--tw-text-opacity));
}

.hover\:text-primary-700:hover {
  --tw-text-opacity: 1;
  color: rgb(0 21 93 / var(--tw-text-opacity));
}

.hover\:text-primary-900:hover {
  --tw-text-opacity: 1;
  color: rgb(0 17 72 / var(--tw-text-opacity));
}

.hover\:text-cta-500:hover {
  --tw-text-opacity: 1;
  color: rgb(109 171 228 / var(--tw-text-opacity));
}

.hover\:text-cta-700:hover {
  --tw-text-opacity: 1;
  color: rgb(40 131 215 / var(--tw-text-opacity));
}

.hover\:text-cta-900:hover {
  --tw-text-opacity: 1;
  color: rgb(27 89 147 / var(--tw-text-opacity));
}

.hover\:text-primary-500\/0:hover {
  color: rgb(0 26 113 / 0);
}

.hover\:text-primary-500\/5:hover {
  color: rgb(0 26 113 / 0.05);
}

.hover\:text-primary-500\/7:hover {
  color: rgb(0 26 113 / 0.07);
}

.hover\:text-primary-500\/10:hover {
  color: rgb(0 26 113 / 0.1);
}

.hover\:text-primary-500\/15:hover {
  color: rgb(0 26 113 / 0.15);
}

.hover\:text-primary-500\/20:hover {
  color: rgb(0 26 113 / 0.2);
}

.hover\:text-primary-500\/25:hover {
  color: rgb(0 26 113 / 0.25);
}

.hover\:text-primary-500\/30:hover {
  color: rgb(0 26 113 / 0.3);
}

.hover\:text-primary-500\/40:hover {
  color: rgb(0 26 113 / 0.4);
}

.hover\:text-primary-500\/50:hover {
  color: rgb(0 26 113 / 0.5);
}

.hover\:text-primary-500\/60:hover {
  color: rgb(0 26 113 / 0.6);
}

.hover\:text-primary-500\/70:hover {
  color: rgb(0 26 113 / 0.7);
}

.hover\:text-primary-500\/75:hover {
  color: rgb(0 26 113 / 0.75);
}

.hover\:text-primary-500\/80:hover {
  color: rgb(0 26 113 / 0.8);
}

.hover\:text-primary-500\/90:hover {
  color: rgb(0 26 113 / 0.9);
}

.hover\:text-primary-500\/95:hover {
  color: rgb(0 26 113 / 0.95);
}

.hover\:text-primary-500\/100:hover {
  color: rgb(0 26 113 / 1);
}

.hover\:text-primary-700\/0:hover {
  color: rgb(0 21 93 / 0);
}

.hover\:text-primary-700\/5:hover {
  color: rgb(0 21 93 / 0.05);
}

.hover\:text-primary-700\/7:hover {
  color: rgb(0 21 93 / 0.07);
}

.hover\:text-primary-700\/10:hover {
  color: rgb(0 21 93 / 0.1);
}

.hover\:text-primary-700\/15:hover {
  color: rgb(0 21 93 / 0.15);
}

.hover\:text-primary-700\/20:hover {
  color: rgb(0 21 93 / 0.2);
}

.hover\:text-primary-700\/25:hover {
  color: rgb(0 21 93 / 0.25);
}

.hover\:text-primary-700\/30:hover {
  color: rgb(0 21 93 / 0.3);
}

.hover\:text-primary-700\/40:hover {
  color: rgb(0 21 93 / 0.4);
}

.hover\:text-primary-700\/50:hover {
  color: rgb(0 21 93 / 0.5);
}

.hover\:text-primary-700\/60:hover {
  color: rgb(0 21 93 / 0.6);
}

.hover\:text-primary-700\/70:hover {
  color: rgb(0 21 93 / 0.7);
}

.hover\:text-primary-700\/75:hover {
  color: rgb(0 21 93 / 0.75);
}

.hover\:text-primary-700\/80:hover {
  color: rgb(0 21 93 / 0.8);
}

.hover\:text-primary-700\/90:hover {
  color: rgb(0 21 93 / 0.9);
}

.hover\:text-primary-700\/95:hover {
  color: rgb(0 21 93 / 0.95);
}

.hover\:text-primary-700\/100:hover {
  color: rgb(0 21 93 / 1);
}

.hover\:text-primary-900\/0:hover {
  color: rgb(0 17 72 / 0);
}

.hover\:text-primary-900\/5:hover {
  color: rgb(0 17 72 / 0.05);
}

.hover\:text-primary-900\/7:hover {
  color: rgb(0 17 72 / 0.07);
}

.hover\:text-primary-900\/10:hover {
  color: rgb(0 17 72 / 0.1);
}

.hover\:text-primary-900\/15:hover {
  color: rgb(0 17 72 / 0.15);
}

.hover\:text-primary-900\/20:hover {
  color: rgb(0 17 72 / 0.2);
}

.hover\:text-primary-900\/25:hover {
  color: rgb(0 17 72 / 0.25);
}

.hover\:text-primary-900\/30:hover {
  color: rgb(0 17 72 / 0.3);
}

.hover\:text-primary-900\/40:hover {
  color: rgb(0 17 72 / 0.4);
}

.hover\:text-primary-900\/50:hover {
  color: rgb(0 17 72 / 0.5);
}

.hover\:text-primary-900\/60:hover {
  color: rgb(0 17 72 / 0.6);
}

.hover\:text-primary-900\/70:hover {
  color: rgb(0 17 72 / 0.7);
}

.hover\:text-primary-900\/75:hover {
  color: rgb(0 17 72 / 0.75);
}

.hover\:text-primary-900\/80:hover {
  color: rgb(0 17 72 / 0.8);
}

.hover\:text-primary-900\/90:hover {
  color: rgb(0 17 72 / 0.9);
}

.hover\:text-primary-900\/95:hover {
  color: rgb(0 17 72 / 0.95);
}

.hover\:text-primary-900\/100:hover {
  color: rgb(0 17 72 / 1);
}

.hover\:text-cta-500\/0:hover {
  color: rgb(109 171 228 / 0);
}

.hover\:text-cta-500\/5:hover {
  color: rgb(109 171 228 / 0.05);
}

.hover\:text-cta-500\/7:hover {
  color: rgb(109 171 228 / 0.07);
}

.hover\:text-cta-500\/10:hover {
  color: rgb(109 171 228 / 0.1);
}

.hover\:text-cta-500\/15:hover {
  color: rgb(109 171 228 / 0.15);
}

.hover\:text-cta-500\/20:hover {
  color: rgb(109 171 228 / 0.2);
}

.hover\:text-cta-500\/25:hover {
  color: rgb(109 171 228 / 0.25);
}

.hover\:text-cta-500\/30:hover {
  color: rgb(109 171 228 / 0.3);
}

.hover\:text-cta-500\/40:hover {
  color: rgb(109 171 228 / 0.4);
}

.hover\:text-cta-500\/50:hover {
  color: rgb(109 171 228 / 0.5);
}

.hover\:text-cta-500\/60:hover {
  color: rgb(109 171 228 / 0.6);
}

.hover\:text-cta-500\/70:hover {
  color: rgb(109 171 228 / 0.7);
}

.hover\:text-cta-500\/75:hover {
  color: rgb(109 171 228 / 0.75);
}

.hover\:text-cta-500\/80:hover {
  color: rgb(109 171 228 / 0.8);
}

.hover\:text-cta-500\/90:hover {
  color: rgb(109 171 228 / 0.9);
}

.hover\:text-cta-500\/95:hover {
  color: rgb(109 171 228 / 0.95);
}

.hover\:text-cta-500\/100:hover {
  color: rgb(109 171 228 / 1);
}

.hover\:text-cta-700\/0:hover {
  color: rgb(40 131 215 / 0);
}

.hover\:text-cta-700\/5:hover {
  color: rgb(40 131 215 / 0.05);
}

.hover\:text-cta-700\/7:hover {
  color: rgb(40 131 215 / 0.07);
}

.hover\:text-cta-700\/10:hover {
  color: rgb(40 131 215 / 0.1);
}

.hover\:text-cta-700\/15:hover {
  color: rgb(40 131 215 / 0.15);
}

.hover\:text-cta-700\/20:hover {
  color: rgb(40 131 215 / 0.2);
}

.hover\:text-cta-700\/25:hover {
  color: rgb(40 131 215 / 0.25);
}

.hover\:text-cta-700\/30:hover {
  color: rgb(40 131 215 / 0.3);
}

.hover\:text-cta-700\/40:hover {
  color: rgb(40 131 215 / 0.4);
}

.hover\:text-cta-700\/50:hover {
  color: rgb(40 131 215 / 0.5);
}

.hover\:text-cta-700\/60:hover {
  color: rgb(40 131 215 / 0.6);
}

.hover\:text-cta-700\/70:hover {
  color: rgb(40 131 215 / 0.7);
}

.hover\:text-cta-700\/75:hover {
  color: rgb(40 131 215 / 0.75);
}

.hover\:text-cta-700\/80:hover {
  color: rgb(40 131 215 / 0.8);
}

.hover\:text-cta-700\/90:hover {
  color: rgb(40 131 215 / 0.9);
}

.hover\:text-cta-700\/95:hover {
  color: rgb(40 131 215 / 0.95);
}

.hover\:text-cta-700\/100:hover {
  color: rgb(40 131 215 / 1);
}

.hover\:text-cta-900\/0:hover {
  color: rgb(27 89 147 / 0);
}

.hover\:text-cta-900\/5:hover {
  color: rgb(27 89 147 / 0.05);
}

.hover\:text-cta-900\/7:hover {
  color: rgb(27 89 147 / 0.07);
}

.hover\:text-cta-900\/10:hover {
  color: rgb(27 89 147 / 0.1);
}

.hover\:text-cta-900\/15:hover {
  color: rgb(27 89 147 / 0.15);
}

.hover\:text-cta-900\/20:hover {
  color: rgb(27 89 147 / 0.2);
}

.hover\:text-cta-900\/25:hover {
  color: rgb(27 89 147 / 0.25);
}

.hover\:text-cta-900\/30:hover {
  color: rgb(27 89 147 / 0.3);
}

.hover\:text-cta-900\/40:hover {
  color: rgb(27 89 147 / 0.4);
}

.hover\:text-cta-900\/50:hover {
  color: rgb(27 89 147 / 0.5);
}

.hover\:text-cta-900\/60:hover {
  color: rgb(27 89 147 / 0.6);
}

.hover\:text-cta-900\/70:hover {
  color: rgb(27 89 147 / 0.7);
}

.hover\:text-cta-900\/75:hover {
  color: rgb(27 89 147 / 0.75);
}

.hover\:text-cta-900\/80:hover {
  color: rgb(27 89 147 / 0.8);
}

.hover\:text-cta-900\/90:hover {
  color: rgb(27 89 147 / 0.9);
}

.hover\:text-cta-900\/95:hover {
  color: rgb(27 89 147 / 0.95);
}

.hover\:text-cta-900\/100:hover {
  color: rgb(27 89 147 / 1);
}

.hover\:text-gray-200:hover {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}

.hover\:text-black:hover {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}

.hover\:text-white:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:text-gray-300:hover {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.hover\:text-cta-600:hover {
  --tw-text-opacity: 1;
  color: rgb(75 151 222 / var(--tw-text-opacity));
}

.hover\:text-gray-700:hover {
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity));
}

.hover\:underline:hover {
  text-decoration-line: underline;
}

.focus\:z-10:focus {
  z-index: 10;
}

.focus\:text-primary-500:focus {
  --tw-text-opacity: 1;
  color: rgb(0 26 113 / var(--tw-text-opacity));
}

.focus\:text-primary-700:focus {
  --tw-text-opacity: 1;
  color: rgb(0 21 93 / var(--tw-text-opacity));
}

.focus\:text-primary-900:focus {
  --tw-text-opacity: 1;
  color: rgb(0 17 72 / var(--tw-text-opacity));
}

.focus\:text-cta-500:focus {
  --tw-text-opacity: 1;
  color: rgb(109 171 228 / var(--tw-text-opacity));
}

.focus\:text-cta-700:focus {
  --tw-text-opacity: 1;
  color: rgb(40 131 215 / var(--tw-text-opacity));
}

.focus\:text-cta-900:focus {
  --tw-text-opacity: 1;
  color: rgb(27 89 147 / var(--tw-text-opacity));
}

.focus\:text-primary-500\/0:focus {
  color: rgb(0 26 113 / 0);
}

.focus\:text-primary-500\/5:focus {
  color: rgb(0 26 113 / 0.05);
}

.focus\:text-primary-500\/7:focus {
  color: rgb(0 26 113 / 0.07);
}

.focus\:text-primary-500\/10:focus {
  color: rgb(0 26 113 / 0.1);
}

.focus\:text-primary-500\/15:focus {
  color: rgb(0 26 113 / 0.15);
}

.focus\:text-primary-500\/20:focus {
  color: rgb(0 26 113 / 0.2);
}

.focus\:text-primary-500\/25:focus {
  color: rgb(0 26 113 / 0.25);
}

.focus\:text-primary-500\/30:focus {
  color: rgb(0 26 113 / 0.3);
}

.focus\:text-primary-500\/40:focus {
  color: rgb(0 26 113 / 0.4);
}

.focus\:text-primary-500\/50:focus {
  color: rgb(0 26 113 / 0.5);
}

.focus\:text-primary-500\/60:focus {
  color: rgb(0 26 113 / 0.6);
}

.focus\:text-primary-500\/70:focus {
  color: rgb(0 26 113 / 0.7);
}

.focus\:text-primary-500\/75:focus {
  color: rgb(0 26 113 / 0.75);
}

.focus\:text-primary-500\/80:focus {
  color: rgb(0 26 113 / 0.8);
}

.focus\:text-primary-500\/90:focus {
  color: rgb(0 26 113 / 0.9);
}

.focus\:text-primary-500\/95:focus {
  color: rgb(0 26 113 / 0.95);
}

.focus\:text-primary-500\/100:focus {
  color: rgb(0 26 113 / 1);
}

.focus\:text-primary-700\/0:focus {
  color: rgb(0 21 93 / 0);
}

.focus\:text-primary-700\/5:focus {
  color: rgb(0 21 93 / 0.05);
}

.focus\:text-primary-700\/7:focus {
  color: rgb(0 21 93 / 0.07);
}

.focus\:text-primary-700\/10:focus {
  color: rgb(0 21 93 / 0.1);
}

.focus\:text-primary-700\/15:focus {
  color: rgb(0 21 93 / 0.15);
}

.focus\:text-primary-700\/20:focus {
  color: rgb(0 21 93 / 0.2);
}

.focus\:text-primary-700\/25:focus {
  color: rgb(0 21 93 / 0.25);
}

.focus\:text-primary-700\/30:focus {
  color: rgb(0 21 93 / 0.3);
}

.focus\:text-primary-700\/40:focus {
  color: rgb(0 21 93 / 0.4);
}

.focus\:text-primary-700\/50:focus {
  color: rgb(0 21 93 / 0.5);
}

.focus\:text-primary-700\/60:focus {
  color: rgb(0 21 93 / 0.6);
}

.focus\:text-primary-700\/70:focus {
  color: rgb(0 21 93 / 0.7);
}

.focus\:text-primary-700\/75:focus {
  color: rgb(0 21 93 / 0.75);
}

.focus\:text-primary-700\/80:focus {
  color: rgb(0 21 93 / 0.8);
}

.focus\:text-primary-700\/90:focus {
  color: rgb(0 21 93 / 0.9);
}

.focus\:text-primary-700\/95:focus {
  color: rgb(0 21 93 / 0.95);
}

.focus\:text-primary-700\/100:focus {
  color: rgb(0 21 93 / 1);
}

.focus\:text-primary-900\/0:focus {
  color: rgb(0 17 72 / 0);
}

.focus\:text-primary-900\/5:focus {
  color: rgb(0 17 72 / 0.05);
}

.focus\:text-primary-900\/7:focus {
  color: rgb(0 17 72 / 0.07);
}

.focus\:text-primary-900\/10:focus {
  color: rgb(0 17 72 / 0.1);
}

.focus\:text-primary-900\/15:focus {
  color: rgb(0 17 72 / 0.15);
}

.focus\:text-primary-900\/20:focus {
  color: rgb(0 17 72 / 0.2);
}

.focus\:text-primary-900\/25:focus {
  color: rgb(0 17 72 / 0.25);
}

.focus\:text-primary-900\/30:focus {
  color: rgb(0 17 72 / 0.3);
}

.focus\:text-primary-900\/40:focus {
  color: rgb(0 17 72 / 0.4);
}

.focus\:text-primary-900\/50:focus {
  color: rgb(0 17 72 / 0.5);
}

.focus\:text-primary-900\/60:focus {
  color: rgb(0 17 72 / 0.6);
}

.focus\:text-primary-900\/70:focus {
  color: rgb(0 17 72 / 0.7);
}

.focus\:text-primary-900\/75:focus {
  color: rgb(0 17 72 / 0.75);
}

.focus\:text-primary-900\/80:focus {
  color: rgb(0 17 72 / 0.8);
}

.focus\:text-primary-900\/90:focus {
  color: rgb(0 17 72 / 0.9);
}

.focus\:text-primary-900\/95:focus {
  color: rgb(0 17 72 / 0.95);
}

.focus\:text-primary-900\/100:focus {
  color: rgb(0 17 72 / 1);
}

.focus\:text-cta-500\/0:focus {
  color: rgb(109 171 228 / 0);
}

.focus\:text-cta-500\/5:focus {
  color: rgb(109 171 228 / 0.05);
}

.focus\:text-cta-500\/7:focus {
  color: rgb(109 171 228 / 0.07);
}

.focus\:text-cta-500\/10:focus {
  color: rgb(109 171 228 / 0.1);
}

.focus\:text-cta-500\/15:focus {
  color: rgb(109 171 228 / 0.15);
}

.focus\:text-cta-500\/20:focus {
  color: rgb(109 171 228 / 0.2);
}

.focus\:text-cta-500\/25:focus {
  color: rgb(109 171 228 / 0.25);
}

.focus\:text-cta-500\/30:focus {
  color: rgb(109 171 228 / 0.3);
}

.focus\:text-cta-500\/40:focus {
  color: rgb(109 171 228 / 0.4);
}

.focus\:text-cta-500\/50:focus {
  color: rgb(109 171 228 / 0.5);
}

.focus\:text-cta-500\/60:focus {
  color: rgb(109 171 228 / 0.6);
}

.focus\:text-cta-500\/70:focus {
  color: rgb(109 171 228 / 0.7);
}

.focus\:text-cta-500\/75:focus {
  color: rgb(109 171 228 / 0.75);
}

.focus\:text-cta-500\/80:focus {
  color: rgb(109 171 228 / 0.8);
}

.focus\:text-cta-500\/90:focus {
  color: rgb(109 171 228 / 0.9);
}

.focus\:text-cta-500\/95:focus {
  color: rgb(109 171 228 / 0.95);
}

.focus\:text-cta-500\/100:focus {
  color: rgb(109 171 228 / 1);
}

.focus\:text-cta-700\/0:focus {
  color: rgb(40 131 215 / 0);
}

.focus\:text-cta-700\/5:focus {
  color: rgb(40 131 215 / 0.05);
}

.focus\:text-cta-700\/7:focus {
  color: rgb(40 131 215 / 0.07);
}

.focus\:text-cta-700\/10:focus {
  color: rgb(40 131 215 / 0.1);
}

.focus\:text-cta-700\/15:focus {
  color: rgb(40 131 215 / 0.15);
}

.focus\:text-cta-700\/20:focus {
  color: rgb(40 131 215 / 0.2);
}

.focus\:text-cta-700\/25:focus {
  color: rgb(40 131 215 / 0.25);
}

.focus\:text-cta-700\/30:focus {
  color: rgb(40 131 215 / 0.3);
}

.focus\:text-cta-700\/40:focus {
  color: rgb(40 131 215 / 0.4);
}

.focus\:text-cta-700\/50:focus {
  color: rgb(40 131 215 / 0.5);
}

.focus\:text-cta-700\/60:focus {
  color: rgb(40 131 215 / 0.6);
}

.focus\:text-cta-700\/70:focus {
  color: rgb(40 131 215 / 0.7);
}

.focus\:text-cta-700\/75:focus {
  color: rgb(40 131 215 / 0.75);
}

.focus\:text-cta-700\/80:focus {
  color: rgb(40 131 215 / 0.8);
}

.focus\:text-cta-700\/90:focus {
  color: rgb(40 131 215 / 0.9);
}

.focus\:text-cta-700\/95:focus {
  color: rgb(40 131 215 / 0.95);
}

.focus\:text-cta-700\/100:focus {
  color: rgb(40 131 215 / 1);
}

.focus\:text-cta-900\/0:focus {
  color: rgb(27 89 147 / 0);
}

.focus\:text-cta-900\/5:focus {
  color: rgb(27 89 147 / 0.05);
}

.focus\:text-cta-900\/7:focus {
  color: rgb(27 89 147 / 0.07);
}

.focus\:text-cta-900\/10:focus {
  color: rgb(27 89 147 / 0.1);
}

.focus\:text-cta-900\/15:focus {
  color: rgb(27 89 147 / 0.15);
}

.focus\:text-cta-900\/20:focus {
  color: rgb(27 89 147 / 0.2);
}

.focus\:text-cta-900\/25:focus {
  color: rgb(27 89 147 / 0.25);
}

.focus\:text-cta-900\/30:focus {
  color: rgb(27 89 147 / 0.3);
}

.focus\:text-cta-900\/40:focus {
  color: rgb(27 89 147 / 0.4);
}

.focus\:text-cta-900\/50:focus {
  color: rgb(27 89 147 / 0.5);
}

.focus\:text-cta-900\/60:focus {
  color: rgb(27 89 147 / 0.6);
}

.focus\:text-cta-900\/70:focus {
  color: rgb(27 89 147 / 0.7);
}

.focus\:text-cta-900\/75:focus {
  color: rgb(27 89 147 / 0.75);
}

.focus\:text-cta-900\/80:focus {
  color: rgb(27 89 147 / 0.8);
}

.focus\:text-cta-900\/90:focus {
  color: rgb(27 89 147 / 0.9);
}

.focus\:text-cta-900\/95:focus {
  color: rgb(27 89 147 / 0.95);
}

.focus\:text-cta-900\/100:focus {
  color: rgb(27 89 147 / 1);
}

.focus\:underline:focus {
  text-decoration-line: underline;
}

.focus\:outline-none:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.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-\[3px\]: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(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.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-cta-800:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(33 110 181 / var(--tw-ring-opacity));
}

.focus\:ring-cta-500:focus {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(109 171 228 / 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-offset-2:focus {
  --tw-ring-offset-width: 2px;
}

.focus-visible\:outline-none:focus-visible {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.group:hover .group-hover\:border-black {
  --tw-border-opacity: 1;
  border-color: rgb(38 38 38 / var(--tw-border-opacity));
}

.group:hover .group-hover\:border-opacity-75 {
  --tw-border-opacity: 0.75;
}

.group:hover .group-hover\:bg-primary-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(0 26 113 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-\[\#000\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity));
}

.group:hover .group-hover\:bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}

.group:hover .group-hover\:bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}

.group:hover .group-hover\:bg-opacity-100 {
  --tw-bg-opacity: 1;
}

.group:hover .group-hover\:text-primary-500 {
  --tw-text-opacity: 1;
  color: rgb(0 26 113 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity));
}

.group:hover .group-hover\:text-gray-200 {
  --tw-text-opacity: 1;
  color: rgb(229 231 235 / var(--tw-text-opacity));
}

.group:hover .group-hover\:underline {
  text-decoration-line: underline;
}

.group:hover .group-hover\:\!opacity-5 {
  opacity: 0.05 !important;
}

.group:hover .group-hover\:opacity-70 {
  opacity: 0.7;
}

.group:hover .group-hover\:opacity-60 {
  opacity: 0.6;
}

.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}

.prose-p\:text-sm :is(:where(p):not(:where([class~="not-prose"] *))) {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.prose-p\:text-black :is(:where(p):not(:where([class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}

.prose-a\:text-cta-500 :is(:where(a):not(:where([class~="not-prose"] *))) {
  --tw-text-opacity: 1;
  color: rgb(109 171 228 / var(--tw-text-opacity));
}

.prose-a\:no-underline :is(:where(a):not(:where([class~="not-prose"] *))) {
  text-decoration-line: none;
}

.hover\:prose-a\:underline :is(:where(a):not(:where([class~="not-prose"] *))):hover {
  text-decoration-line: underline;
}

@media (min-width: 640px) {

  .sm\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .sm\:mb-0 {
    margin-bottom: 0px;
  }

  .sm\:mt-6 {
    margin-top: 1.5rem;
  }

  .sm\:ml-0 {
    margin-left: 0px;
  }

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:grid {
    display: grid;
  }

  .sm\:h-96 {
    height: 24rem;
  }

  .sm\:h-72 {
    height: 18rem;
  }

  .sm\:h-\[260px\] {
    height: 260px;
  }

  .sm\:h-12 {
    height: 3rem;
  }

  .sm\:max-h-\[275px\] {
    max-height: 275px;
  }

  .sm\:max-h-\[38vh\] {
    max-height: 38vh;
  }

  .sm\:w-60 {
    width: 15rem;
  }

  .sm\:w-full {
    width: 100%;
  }

  .sm\:w-12 {
    width: 3rem;
  }

  .sm\:w-32 {
    width: 8rem;
  }

  .sm\:max-w-lg {
    max-width: 32rem;
  }

  .sm\:max-w-3xl {
    max-width: 48rem;
  }

  .sm\:max-w-sm {
    max-width: 24rem;
  }

  .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-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:items-start {
    align-items: flex-start;
  }

  .sm\:justify-center {
    justify-content: center;
  }

  .sm\:justify-between {
    justify-content: space-between;
  }

  .sm\:gap-8 {
    gap: 2rem;
  }

  .sm\:gap-6 {
    gap: 1.5rem;
  }

  .sm\:gap-y-0 {
    row-gap: 0px;
  }

  .sm\:gap-x-8 {
    column-gap: 2rem;
  }

  .sm\: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));
  }

  .sm\:border-l {
    border-left-width: 1px;
  }

  .sm\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .sm\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .sm\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .sm\:text-\[2\.75rem\] {
    font-size: 2.75rem;
  }

  .sm\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .sm\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .sm\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .sm\:last\:odd\:col-end-4:nth-child(odd):last-child {
    grid-column-end: 4;
  }
}

@media (min-width: 768px) {

  @media (max-width: 450px) {
    .md\:container {
      max-width: none !important;
    }
  }

  .md\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  @media (min-width: 360px) {

    .md\:container {
      max-width: 360px;
    }
  }

  @media (min-width: 450px) {

    .md\:container {
      max-width: 450px;
    }
  }

  @media (min-width: 640px) {

    .md\:container {
      max-width: 640px;
      padding-right: 2rem;
      padding-left: 2rem;
    }
  }

  @media (min-width: 768px) {

    .md\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {

    .md\:container {
      max-width: 1024px;
      padding-right: 4rem;
      padding-left: 4rem;
    }
  }

  @media (min-width: 1280px) {

    .md\:container {
      max-width: 1280px;
      padding-right: 4rem;
      padding-left: 4rem;
    }
  }

  @media (min-width: 1536px) {

    .md\:container {
      max-width: 1536px;
      padding-right: 12rem;
      padding-left: 12rem;
    }
  }

  @media (min-width: 2000px) {

    .md\:container {
      max-width: 2000px;
      padding-right: 24rem;
      padding-left: 24rem;
    }
  }

  .md\:absolute {
    position: absolute;
  }

  .md\:right-6 {
    right: 1.5rem;
  }

  .md\:-bottom-8 {
    bottom: -2rem;
  }

  .md\:top-0 {
    top: 0px;
  }

  .md\:right-1\/2 {
    right: 50%;
  }

  .md\:right-auto {
    right: auto;
  }

  .md\:left-\[49\.9\%\] {
    left: 49.9%;
  }

  .md\:order-last {
    order: 9999;
  }

  .md\:order-first {
    order: -9999;
  }

  .md\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:col-start-3 {
    grid-column-start: 3;
  }

  .md\:col-start-2 {
    grid-column-start: 2;
  }

  .md\:-mx-1 {
    margin-left: -0.25rem;
    margin-right: -0.25rem;
  }

  .md\:mx-2 {
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }

  .md\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .md\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem;
  }

  .md\:mx-3 {
    margin-left: 0.75rem;
    margin-right: 0.75rem;
  }

  .md\:mt-0 {
    margin-top: 0px;
  }

  .md\:mt-6 {
    margin-top: 1.5rem;
  }

  .md\:ml-0 {
    margin-left: 0px;
  }

  .md\:mr-0 {
    margin-right: 0px;
  }

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:inline-flex {
    display: inline-flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:h-full {
    height: 100%;
  }

  .md\:h-28 {
    height: 7rem;
  }

  .md\:h-96 {
    height: 24rem;
  }

  .md\:h-\[300px\] {
    height: 300px;
  }

  .md\:max-h-\[110\%\] {
    max-height: 110%;
  }

  .md\:max-h-\[150px\] {
    max-height: 150px;
  }

  .md\:min-h-\[420px\] {
    min-height: 420px;
  }

  .md\:min-h-\[750px\] {
    min-height: 750px;
  }

  .md\:w-2\/5 {
    width: 40%;
  }

  .md\:w-\[110\%\] {
    width: 110%;
  }

  .md\:w-1\/2 {
    width: 50%;
  }

  .md\:w-full {
    width: 100%;
  }

  .md\:max-w-md {
    max-width: 28rem;
  }

  .md\:max-w-\[900px\] {
    max-width: 900px;
  }

  .md\:max-w-none {
    max-width: none;
  }

  .md\:-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));
  }

  .md\:rotate-\[12deg\] {
    --tw-rotate: 12deg;
    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\:auto-rows-fr {
    grid-auto-rows: minmax(0, 1fr);
  }

  .md\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .md\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .md\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .md\:flex-col {
    flex-direction: column;
  }

  .md\:place-items-center {
    place-items: center;
  }

  .md\:justify-end {
    justify-content: flex-end;
  }

  .md\:justify-center {
    justify-content: center;
  }

  .md\:gap-4 {
    gap: 1rem;
  }

  .md\:gap-8 {
    gap: 2rem;
  }

  .md\:gap-y-4 {
    row-gap: 1rem;
  }

  .md\:gap-y-0 {
    row-gap: 0px;
  }

  .md\:gap-x-8 {
    column-gap: 2rem;
  }

  .md\:gap-y-2 {
    row-gap: 0.5rem;
  }

  .md\:gap-x-6 {
    column-gap: 1.5rem;
  }

  .md\:gap-x-16 {
    column-gap: 4rem;
  }

  .md\:gap-y-8 {
    row-gap: 2rem;
  }

  .md\:space-y-16 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(4rem * var(--tw-space-y-reverse));
  }

  .md\: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));
  }

  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .md\: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));
  }

  .md\:space-y-3 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
  }

  .md\:self-center {
    align-self: center;
  }

  .md\:rounded-md {
    border-radius: 0.375rem;
  }

  .md\:border {
    border-width: 1px;
  }

  .md\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
  }

  .md\:bg-cta-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(109 171 228 / var(--tw-bg-opacity));
  }

  .md\:bg-primary-500 {
    --tw-bg-opacity: 1;
    background-color: rgb(0 26 113 / var(--tw-bg-opacity));
  }

  .md\:bg-transparent {
    background-color: transparent;
  }

  .md\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .md\:py-4 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .md\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .md\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .md\:pb-6 {
    padding-bottom: 1.5rem;
  }

  .md\:pr-6 {
    padding-right: 1.5rem;
  }

  .md\:pr-0 {
    padding-right: 0px;
  }

  .md\:pl-10 {
    padding-left: 2.5rem;
  }

  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .md\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .md\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .md\:leading-7 {
    line-height: 1.75rem;
  }

  .md\:line-clamp-2 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }

  .md\:last\:pb-8:last-child {
    padding-bottom: 2rem;
  }

  .md\:last\:odd\:col-end-4:nth-child(odd):last-child {
    grid-column-end: 4;
  }

  .md\:hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity));
  }

  .group:hover .md\:group-hover\:bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  }
}

@media (min-width: 1024px) {

  @media (max-width: 450px) {
    .lg\:container {
      max-width: none !important;
    }
  }

  .lg\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  @media (min-width: 360px) {

    .lg\:container {
      max-width: 360px;
    }
  }

  @media (min-width: 450px) {

    .lg\:container {
      max-width: 450px;
    }
  }

  @media (min-width: 640px) {

    .lg\:container {
      max-width: 640px;
      padding-right: 2rem;
      padding-left: 2rem;
    }
  }

  @media (min-width: 768px) {

    .lg\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {

    .lg\:container {
      max-width: 1024px;
      padding-right: 4rem;
      padding-left: 4rem;
    }
  }

  @media (min-width: 1280px) {

    .lg\:container {
      max-width: 1280px;
      padding-right: 4rem;
      padding-left: 4rem;
    }
  }

  @media (min-width: 1536px) {

    .lg\:container {
      max-width: 1536px;
      padding-right: 12rem;
      padding-left: 12rem;
    }
  }

  @media (min-width: 2000px) {

    .lg\:container {
      max-width: 2000px;
      padding-right: 24rem;
      padding-left: 24rem;
    }
  }

  .lg\:absolute {
    position: absolute;
  }

  .lg\:bottom-8 {
    bottom: 2rem;
  }

  .lg\:left-auto {
    left: auto;
  }

  .lg\:right-0 {
    right: 0px;
  }

  .lg\:left-1\/3 {
    left: 33.333333%;
  }

  .lg\:right-8 {
    right: 2rem;
  }

  .lg\:top-0 {
    top: 0px;
  }

  .lg\:-top-7 {
    top: -1.75rem;
  }

  .lg\:bottom-0 {
    bottom: 0px;
  }

  .lg\:left-\[40\%\] {
    left: 40%;
  }

  .lg\:order-last {
    order: 9999;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-full {
    grid-column: 1 / -1;
  }

  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .lg\:col-start-2 {
    grid-column-start: 2;
  }

  .lg\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .lg\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .lg\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

  .lg\:mt-0 {
    margin-top: 0px;
  }

  .lg\:mb-0 {
    margin-bottom: 0px;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:h-80 {
    height: 20rem;
  }

  .lg\:h-full {
    height: 100%;
  }

  .lg\:h-auto {
    height: auto;
  }

  .lg\:h-48 {
    height: 12rem;
  }

  .lg\:h-\[400px\] {
    height: 400px;
  }

  .lg\:h-\[500px\] {
    height: 500px;
  }

  .lg\:h-\[275px\] {
    height: 275px;
  }

  .lg\:h-7 {
    height: 1.75rem;
  }

  .lg\:h-64 {
    height: 16rem;
  }

  .lg\:h-\[350px\] {
    height: 350px;
  }

  .lg\:w-auto {
    width: auto;
  }

  .lg\:w-1\/3 {
    width: 33.333333%;
  }

  .lg\:w-1\/2 {
    width: 50%;
  }

  .lg\:w-\[calc\(50\%-16px\)\] {
    width: calc(50% - 16px);
  }

  .lg\:w-\[600px\] {
    width: 600px;
  }

  .lg\:w-7 {
    width: 1.75rem;
  }

  .lg\:w-24 {
    width: 6rem;
  }

  .lg\:w-\[40\%\] {
    width: 40%;
  }

  .lg\:max-w-3xl {
    max-width: 48rem;
  }

  .lg\:max-w-none {
    max-width: none;
  }

  .lg\:max-w-2xl {
    max-width: 42rem;
  }

  .lg\: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));
  }

  .lg\:rotate-\[10deg\] {
    --tw-rotate: 10deg;
    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\:-rotate-\[10deg\] {
    --tw-rotate: -10deg;
    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-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .lg\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .lg\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .lg\:grid-cols-1 {
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }

  .lg\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .lg\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .lg\:flex-row {
    flex-direction: row;
  }

  .lg\:flex-wrap {
    flex-wrap: wrap;
  }

  .lg\:items-end {
    align-items: flex-end;
  }

  .lg\:items-center {
    align-items: center;
  }

  .lg\:justify-start {
    justify-content: flex-start;
  }

  .lg\:justify-center {
    justify-content: center;
  }

  .lg\:justify-between {
    justify-content: space-between;
  }

  .lg\:gap-16 {
    gap: 4rem;
  }

  .lg\:gap-6 {
    gap: 1.5rem;
  }

  .lg\:gap-0 {
    gap: 0px;
  }

  .lg\:gap-12 {
    gap: 3rem;
  }

  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:gap-x-16 {
    column-gap: 4rem;
  }

  .lg\:gap-x-8 {
    column-gap: 2rem;
  }

  .lg\:gap-y-10 {
    row-gap: 2.5rem;
  }

  .lg\:gap-y-8 {
    row-gap: 2rem;
  }

  .lg\: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));
  }

  .lg\: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));
  }

  .lg\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

  .lg\: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));
  }

  .lg\: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));
  }

  .lg\:divide-x > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0;
    border-right-width: calc(1px * var(--tw-divide-x-reverse));
    border-left-width: calc(1px * calc(1 - var(--tw-divide-x-reverse)));
  }

  .lg\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse)));
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse));
  }

  .lg\:place-self-start {
    place-self: start;
  }

  .lg\:place-self-center {
    place-self: center;
  }

  .lg\:rounded-xl {
    border-radius: 0.75rem;
  }

  .lg\:rounded-md {
    border-radius: 0.375rem;
  }

  .lg\:border-0 {
    border-width: 0px;
  }

  .lg\:border-\[20px\] {
    border-width: 20px;
  }

  .lg\:bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
  }

  .lg\:p-10 {
    padding: 2.5rem;
  }

  .lg\:p-8 {
    padding: 2rem;
  }

  .lg\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .lg\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .lg\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .lg\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .lg\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lg\:py-3\.5 {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
  }

  .lg\:py-3 {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }

  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .lg\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .lg\:pt-16 {
    padding-top: 4rem;
  }

  .lg\:pb-16 {
    padding-bottom: 4rem;
  }

  .lg\:pr-16 {
    padding-right: 4rem;
  }

  .lg\:pl-16 {
    padding-left: 4rem;
  }

  .lg\:pb-0 {
    padding-bottom: 0px;
  }

  .lg\:pt-13 {
    padding-top: 3.25rem;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .lg\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:text-\[52px\] {
    font-size: 52px;
  }

  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg\:text-\[56px\] {
    font-size: 56px;
  }

  .lg\:text-\[26px\] {
    font-size: 26px;
  }

  .lg\:leading-6 {
    line-height: 1.5rem;
  }

  .lg\:leading-\[52px\] {
    line-height: 52px;
  }

  .lg\:leading-\[32px\] {
    line-height: 32px;
  }

  .lg\:leading-7 {
    line-height: 1.75rem;
  }

  .lg\:line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .lg\:last\:odd\:col-span-2:nth-child(odd):last-child {
    grid-column: span 2 / span 2;
  }

  .lg\:hover\:border-cta-700:hover {
    --tw-border-opacity: 1;
    border-color: rgb(40 131 215 / var(--tw-border-opacity));
  }

  .lg\:hover\:bg-cta-700:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(40 131 215 / var(--tw-bg-opacity));
  }

  .lg\:hover\:text-white:hover {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
  }
}

@media (min-width: 1280px) {

  @media (max-width: 450px) {
    .xl\:container {
      max-width: none !important;
    }
  }

  .xl\:container {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 1.25rem;
    padding-left: 1.25rem;
  }

  @media (min-width: 360px) {

    .xl\:container {
      max-width: 360px;
    }
  }

  @media (min-width: 450px) {

    .xl\:container {
      max-width: 450px;
    }
  }

  @media (min-width: 640px) {

    .xl\:container {
      max-width: 640px;
      padding-right: 2rem;
      padding-left: 2rem;
    }
  }

  @media (min-width: 768px) {

    .xl\:container {
      max-width: 768px;
    }
  }

  @media (min-width: 1024px) {

    .xl\:container {
      max-width: 1024px;
      padding-right: 4rem;
      padding-left: 4rem;
    }
  }

  @media (min-width: 1280px) {

    .xl\:container {
      max-width: 1280px;
      padding-right: 4rem;
      padding-left: 4rem;
    }
  }

  @media (min-width: 1536px) {

    .xl\:container {
      max-width: 1536px;
      padding-right: 12rem;
      padding-left: 12rem;
    }
  }

  @media (min-width: 2000px) {

    .xl\:container {
      max-width: 2000px;
      padding-right: 24rem;
      padding-left: 24rem;
    }
  }

  .xl\:absolute {
    position: absolute;
  }

  .xl\:relative {
    position: relative;
  }

  .xl\:top-0 {
    top: 0px;
  }

  .xl\:left-0 {
    left: 0px;
  }

  .xl\:right-\[10rem\] {
    right: 10rem;
  }

  .xl\:top-28 {
    top: 7rem;
  }

  .xl\:top-20 {
    top: 5rem;
  }

  .xl\:right-0 {
    right: 0px;
  }

  .xl\:bottom-0 {
    bottom: 0px;
  }

  .xl\:top-auto {
    top: auto;
  }

  .xl\:order-2 {
    order: 2;
  }

  .xl\:order-3 {
    order: 3;
  }

  .xl\:order-first {
    order: -9999;
  }

  .xl\:order-last {
    order: 9999;
  }

  .xl\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .xl\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .xl\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .xl\:m-0 {
    margin: 0px;
  }

  .xl\:my-24 {
    margin-top: 6rem;
    margin-bottom: 6rem;
  }

  .xl\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .xl\:mx-auto {
    margin-left: auto;
    margin-right: auto;
  }

  .xl\:my-4 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  .xl\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .xl\:mt-24 {
    margin-top: 6rem;
  }

  .xl\:mt-20 {
    margin-top: 5rem;
  }

  .xl\:mb-8 {
    margin-bottom: 2rem;
  }

  .xl\:mt-0 {
    margin-top: 0px;
  }

  .xl\:\!mb-24 {
    margin-bottom: 6rem !important;
  }

  .xl\:ml-4 {
    margin-left: 1rem;
  }

  .xl\:mb-0 {
    margin-bottom: 0px;
  }

  .xl\:mt-3 {
    margin-top: 0.75rem;
  }

  .xl\:mb-24 {
    margin-bottom: 6rem;
  }

  .xl\:mt-32 {
    margin-top: 8rem;
  }

  .xl\:\!mt-auto {
    margin-top: auto !important;
  }

  .xl\:mt-8 {
    margin-top: 2rem;
  }

  .xl\:-mt-8 {
    margin-top: -2rem;
  }

  .xl\:\!mb-2 {
    margin-bottom: 0.5rem !important;
  }

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:grid {
    display: grid;
  }

  .xl\:hidden {
    display: none;
  }

  .xl\:h-\[56px\] {
    height: 56px;
  }

  .xl\:h-full {
    height: 100%;
  }

  .xl\:h-\[calc\(100vh-80px\)\] {
    height: calc(100vh - 80px);
  }

  .xl\:h-\[90\%\] {
    height: 90%;
  }

  .xl\:h-\[calc\(100\%-225\.6px\)\] {
    height: calc(100% - 225.6px);
  }

  .xl\:h-\[328px\] {
    height: 328px;
  }

  .xl\:h-\[45vh\] {
    height: 45vh;
  }

  .xl\:h-\[55vh\] {
    height: 55vh;
  }

  .xl\:h-20 {
    height: 5rem;
  }

  .xl\:h-32 {
    height: 8rem;
  }

  .xl\:h-\[390px\] {
    height: 390px;
  }

  .xl\:h-\[6\.5rem\] {
    height: 6.5rem;
  }

  .xl\:h-16 {
    height: 4rem;
  }

  .xl\:h-64 {
    height: 16rem;
  }

  .xl\:h-\[400px\] {
    height: 400px;
  }

  .xl\:h-72 {
    height: 18rem;
  }

  .xl\:h-60 {
    height: 15rem;
  }

  .xl\:h-52 {
    height: 13rem;
  }

  .xl\:max-h-full {
    max-height: 100%;
  }

  .xl\:max-h-\[200px\] {
    max-height: 200px;
  }

  .xl\:min-h-\[100vh\] {
    min-height: 100vh;
  }

  .xl\:min-h-\[700px\] {
    min-height: 700px;
  }

  .xl\:min-h-\[315px\] {
    min-height: 315px;
  }

  .xl\:min-h-\[385px\] {
    min-height: 385px;
  }

  .xl\:min-h-\[35rem\] {
    min-height: 35rem;
  }

  .xl\:min-h-\[390px\] {
    min-height: 390px;
  }

  .xl\:w-full {
    width: 100%;
  }

  .xl\:w-\[30vw\] {
    width: 30vw;
  }

  .xl\:w-\[42\%\] {
    width: 42%;
  }

  .xl\:w-\[16\%\] {
    width: 16%;
  }

  .xl\:w-\[41\%\] {
    width: 41%;
  }

  .xl\:w-1\/2 {
    width: 50%;
  }

  .xl\:w-16 {
    width: 4rem;
  }

  .xl\:w-64 {
    width: 16rem;
  }

  .xl\:w-\[calc\(33\.3333\%-16px\)\] {
    width: calc(33.3333% - 16px);
  }

  .xl\:w-36 {
    width: 9rem;
  }

  .xl\:max-w-none {
    max-width: none;
  }

  .xl\:max-w-fit {
    max-width: fit-content;
  }

  .xl\:max-w-\[26rem\] {
    max-width: 26rem;
  }

  .xl\:max-w-md {
    max-width: 28rem;
  }

  .xl\:max-w-3xl {
    max-width: 48rem;
  }

  .xl\:max-w-4xl {
    max-width: 56rem;
  }

  .xl\:max-w-xl {
    max-width: 36rem;
  }

  .xl\:max-w-sm {
    max-width: 24rem;
  }

  .xl\:max-w-\[160px\] {
    max-width: 160px;
  }

  .xl\:translate-x-6 {
    --tw-translate-x: 1.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));
  }

  .xl\: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));
  }

  .xl\:translate-y-8 {
    --tw-translate-y: 2rem;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .xl\:grid-flow-row {
    grid-auto-flow: row;
  }

  .xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .xl\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .xl\:grid-cols-6 {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .xl\:grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .xl\:grid-cols-8 {
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }

  .xl\:flex-col {
    flex-direction: column;
  }

  .xl\:items-start {
    align-items: flex-start;
  }

  .xl\:items-center {
    align-items: center;
  }

  .xl\:justify-start {
    justify-content: flex-start;
  }

  .xl\:justify-center {
    justify-content: center;
  }

  .xl\:gap-6 {
    gap: 1.5rem;
  }

  .xl\:gap-32 {
    gap: 8rem;
  }

  .xl\:gap-3 {
    gap: 0.75rem;
  }

  .xl\:gap-16 {
    gap: 4rem;
  }

  .xl\:gap-24 {
    gap: 6rem;
  }

  .xl\:gap-4 {
    gap: 1rem;
  }

  .xl\:gap-0 {
    gap: 0px;
  }

  .xl\:gap-8 {
    gap: 2rem;
  }

  .xl\:gap-12 {
    gap: 3rem;
  }

  .xl\:gap-x-16 {
    column-gap: 4rem;
  }

  .xl\:gap-x-32 {
    column-gap: 8rem;
  }

  .xl\:gap-x-24 {
    column-gap: 6rem;
  }

  .xl\:gap-y-0 {
    row-gap: 0px;
  }

  .xl\:gap-x-8 {
    column-gap: 2rem;
  }

  .xl\: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));
  }

  .xl\: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));
  }

  .xl\: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));
  }

  .xl\: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));
  }

  .xl\:space-y-20 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0;
    margin-top: calc(5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(5rem * var(--tw-space-y-reverse));
  }

  .xl\: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));
  }

  .xl\:self-end {
    align-self: flex-end;
  }

  .xl\:overflow-hidden {
    overflow: hidden;
  }

  .xl\:overflow-y-scroll {
    overflow-y: scroll;
  }

  .xl\:rounded-xl {
    border-radius: 0.75rem;
  }

  .xl\:rounded-lg {
    border-radius: 0.5rem;
  }

  .xl\:rounded-none {
    border-radius: 0px;
  }

  .xl\:rounded-md {
    border-radius: 0.375rem;
  }

  .xl\:rounded-l-lg {
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
  }

  .xl\:rounded-r-lg {
    border-top-right-radius: 0.5rem;
    border-bottom-right-radius: 0.5rem;
  }

  .xl\:border {
    border-width: 1px;
  }

  .xl\:border-y {
    border-top-width: 1px;
    border-bottom-width: 1px;
  }

  .xl\:border-t {
    border-top-width: 1px;
  }

  .xl\:border-r {
    border-right-width: 1px;
  }

  .xl\:border-gray-200 {
    --tw-border-opacity: 1;
    border-color: rgb(229 231 235 / var(--tw-border-opacity));
  }

  .xl\:bg-transparent {
    background-color: transparent;
  }

  .xl\:bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  }

  .xl\:bg-gray-50 {
    --tw-bg-opacity: 1;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity));
  }

  .xl\:bg-gray-200 {
    --tw-bg-opacity: 1;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity));
  }

  .xl\:p-8 {
    padding: 2rem;
  }

  .xl\:p-2 {
    padding: 0.5rem;
  }

  .xl\:p-12 {
    padding: 3rem;
  }

  .xl\:p-6 {
    padding: 1.5rem;
  }

  .xl\:p-0 {
    padding: 0px;
  }

  .xl\:py-24 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .xl\:px-0 {
    padding-left: 0px;
    padding-right: 0px;
  }

  .xl\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .xl\:py-0 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .xl\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .xl\:px-16 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .xl\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .xl\:\!px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }

  .xl\:px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .xl\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .xl\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .xl\:pb-24 {
    padding-bottom: 6rem;
  }

  .xl\:pb-16 {
    padding-bottom: 4rem;
  }

  .xl\:pl-0 {
    padding-left: 0px;
  }

  .xl\:pt-8 {
    padding-top: 2rem;
  }

  .xl\:pt-16 {
    padding-top: 4rem;
  }

  .xl\:pb-12 {
    padding-bottom: 3rem;
  }

  .xl\:pt-0 {
    padding-top: 0px;
  }

  .xl\:pb-8 {
    padding-bottom: 2rem;
  }

  .xl\:\!pt-10 {
    padding-top: 2.5rem !important;
  }

  .xl\:pr-8 {
    padding-right: 2rem;
  }

  .xl\:pl-8 {
    padding-left: 2rem;
  }

  .xl\:pt-32 {
    padding-top: 8rem;
  }

  .xl\:pl-24 {
    padding-left: 6rem;
  }

  .xl\:pb-0 {
    padding-bottom: 0px;
  }

  .xl\:pr-6 {
    padding-right: 1.5rem;
  }

  .xl\:pl-6 {
    padding-left: 1.5rem;
  }

  .xl\:pt-24 {
    padding-top: 6rem;
  }

  .xl\:text-left {
    text-align: left;
  }

  .xl\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .xl\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .xl\:text-sm {
    font-size: 0.875rem;
    line-height: 1.25rem;
  }

  .xl\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .xl\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .xl\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .xl\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .xl\:text-7xl {
    font-size: 4.5rem;
    line-height: 1;
  }

  .xl\:text-\[64px\] {
    font-size: 64px;
  }

  .xl\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .xl\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .xl\:text-\[2\.75rem\] {
    font-size: 2.75rem;
  }

  .xl\:text-\[60px\] {
    font-size: 60px;
  }

  .xl\:leading-\[66px\] {
    line-height: 66px;
  }

  .xl\:leading-\[38px\] {
    line-height: 38px;
  }

  .xl\:text-primary-500 {
    --tw-text-opacity: 1;
    color: rgb(0 26 113 / var(--tw-text-opacity));
  }

  .xl\:text-black {
    --tw-text-opacity: 1;
    color: rgb(38 38 38 / var(--tw-text-opacity));
  }

  .xl\:shadow-none {
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  }

  .xl\: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);
  }

  .xl\: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);
  }

  .xl\:duration-700 {
    transition-duration: 700ms;
  }

  .xl\:line-clamp-3 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
  }

  .xl\:line-clamp-4 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
  }

  .xl\:line-clamp-5 {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
  }

  .xl\:last\:odd\:col-end-auto:nth-child(odd):last-child {
    grid-column-end: auto;
  }
}

@media (min-width: 1536px) {

  .\32xl\:right-\[18rem\] {
    right: 18rem;
  }

  .\32xl\:right-\[13vw\] {
    right: 13vw;
  }

  .\32xl\:ml-16 {
    margin-left: 4rem;
  }

  .\32xl\:h-72 {
    height: 18rem;
  }

  .\32xl\:w-72 {
    width: 18rem;
  }

  .\32xl\: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));
  }
}

@media (min-width: 360px) {

  .xxsm\:block {
    display: block;
  }

  .xxsm\:justify-end {
    justify-content: flex-end;
  }
}

@media (min-width: 450px) {

  .xsm\:block {
    display: block;
  }

  .xsm\:hidden {
    display: none;
  }

  .xsm\:gap-4 {
    gap: 1rem;
  }

  .xsm\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 2000px) {

  .\33xl\:right-\[28rem\] {
    right: 28rem;
  }

  .\33xl\:top-\[7\.5rem\] {
    top: 7.5rem;
  }

  .\33xl\:\!top-\[5\.5rem\] {
    top: 5.5rem !important;
  }

  .\33xl\:top-36 {
    top: 9rem;
  }

  .\33xl\:top-24 {
    top: 6rem;
  }

  .\33xl\:col-span-1 {
    grid-column: span 1 / span 1;
  }

  .\33xl\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .\33xl\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .\33xl\:ml-32 {
    margin-left: 8rem;
  }

  .\33xl\:mb-6 {
    margin-bottom: 1.5rem;
  }

  .\33xl\:mb-4 {
    margin-bottom: 1rem;
  }

  .\33xl\:mt-36 {
    margin-top: 9rem;
  }

  .\33xl\:-mb-2 {
    margin-bottom: -0.5rem;
  }

  .\33xl\:\!mt-12 {
    margin-top: 3rem !important;
  }

  .\33xl\:h-8 {
    height: 2rem;
  }

  .\33xl\:h-16 {
    height: 4rem;
  }

  .\33xl\:h-7 {
    height: 1.75rem;
  }

  .\33xl\:h-\[450px\] {
    height: 450px;
  }

  .\33xl\:h-\[375px\] {
    height: 375px;
  }

  .\33xl\:h-64 {
    height: 16rem;
  }

  .\33xl\:h-18 {
    height: 4.5rem;
  }

  .\33xl\:h-\[550px\] {
    height: 550px;
  }

  .\33xl\:h-\[350px\] {
    height: 350px;
  }

  .\33xl\:h-\[500px\] {
    height: 500px;
  }

  .\33xl\:h-72 {
    height: 18rem;
  }

  .\33xl\:h-76 {
    height: 19rem;
  }

  .\33xl\:h-56 {
    height: 14rem;
  }

  .\33xl\:min-h-\[500px\] {
    min-height: 500px;
  }

  .\33xl\:w-8 {
    width: 2rem;
  }

  .\33xl\:w-7 {
    width: 1.75rem;
  }

  .\33xl\:w-18 {
    width: 4.5rem;
  }

  .\33xl\:max-w-4xl {
    max-width: 56rem;
  }

  .\33xl\:max-w-lg {
    max-width: 32rem;
  }

  .\33xl\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .\33xl\:grid-cols-5 {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .\33xl\:gap-2 {
    gap: 0.5rem;
  }

  .\33xl\:gap-12 {
    gap: 3rem;
  }

  .\33xl\:gap-6 {
    gap: 1.5rem;
  }

  .\33xl\:gap-8 {
    gap: 2rem;
  }

  .\33xl\:gap-\[1\.75rem\] {
    gap: 1.75rem;
  }

  .\33xl\: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));
  }

  .\33xl\: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));
  }

  .\33xl\:p-6 {
    padding: 1.5rem;
  }

  .\33xl\:py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }

  .\33xl\:px-12 {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .\33xl\:pb-8 {
    padding-bottom: 2rem;
  }

  .\33xl\:pb-16 {
    padding-bottom: 4rem;
  }

  .\33xl\:pt-12 {
    padding-top: 3rem;
  }

  .\33xl\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .\33xl\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .\33xl\:text-base {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .\33xl\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .\33xl\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .\33xl\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

  .\33xl\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
