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

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

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

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

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: Poppins, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden] {
  display: none;
}

.breakpoint:before {
  display: block;
  text-transform: uppercase;
  content: "-";
}

@media (min-width: 640px) {

  .breakpoint::before {
    content: "sm";
  }
}

@media (min-width: 768px) {

  .breakpoint::before {
    content: "md";
  }
}

@media (min-width: 1024px) {

  .breakpoint::before {
    content: "lg";
  }
}

@media (min-width: 1280px) {

  .breakpoint::before {
    content: "xl";
  }
}

@media (min-width: 1536px) {

  .breakpoint::before {
    content: "2xl";
  }
}

[x-cloak] {
  display: none !important;
}

@media (prefers-reduced-motion: no-preference) {

  a {
    transition: color .3s ease-in-out, background-colour .3s ease-in-out;
  }
}

html {
  color: #004174;
  font-family: Poppins, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

body {
  font-size: 1rem;
  line-height: normal;
}

h1, h2, h3, h4, h5, h6, p {
  font-weight: 400;
  margin-bottom: 1rem;
  line-height: normal;
}

h1 {
  font-size: 2rem;
  line-height: 120%;
  font-weight: 500;
}

h2 {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 150%;
}

h3 {
  font-size: 1.5rem;
}

h4 {
  font-size: 20px;
}

h5 {
  font-size: 1rem;
}

h6 {
  font-size: 1rem;
}

p {
  font-size: 1rem;
}

hr {
  margin-bottom: 0.75rem;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

li:not(:last-of-type) > p {
  margin-bottom: 0.5rem;
}

li:last-of-type > p {
  margin-bottom: 0;
}

@media (min-width: 1024px) {

  h1, h2, h3, h4, h5, h6, p {
    margin-bottom: 1.5rem;
  }

  h1 {
    font-size: 3.75rem;
  }

  h2 {
    font-size: 3rem;
    line-height: 120%;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
  }

  p {
    font-size: 1.25rem;
    font-weight: 300;
  }

  hr {
    margin-bottom: 1.5rem;
  }

  ul, ol {
    margin-bottom: 1.5rem;
  }
}
	:root {
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

		@media screen and (max-width: 350px) {
	:root {
			font-size: 16px
	}
		}
	a {
  border-color: transparent;
  --tw-shadow-color: transparent;
  --tw-shadow: var(--tw-shadow-colored);
  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;
}
	a:focus-visible {
  --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);
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-color: transparent;
}
		.article-content h2 {
  margin-bottom: 0px;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 140%;
}
		@media (min-width: 1024px) {

  .article-content h2 {
    font-size: 3rem;
  }
}
		.article-content h3 {
  margin-bottom: 2.5rem;
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 300;
  --tw-text-opacity: 1;
  color: rgb(177 0 63 / var(--tw-text-opacity));
}
		.article-content p {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
}
		@media (min-width: 1024px) {

  .article-content p {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

		.article-content li > p {
  display: inline-block;
}

	.article {
  --tw-text-opacity: 1;
  color: rgb(14 40 67 / var(--tw-text-opacity));
}

	@media (min-width: 1024px) {

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

  .article * {
    grid-column: span 10 / span 10;
  }
}
		.article h2 {
  font-size: 1.5rem;
  line-height: 2rem;
  line-height: 140%;
}
		@media (min-width: 1024px) {

  .article h2 {
    font-size: 2rem;
  }
}
		.article h2:not(:first-child) {
  margin-top: 2.5rem;
}
		@media (min-width: 768px) {

  .article h2:not(:first-child) {
    margin-top: 5rem;
  }
}
		.article p {
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 300;
}
		@media (min-width: 1024px) {

  .article p {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}
		.article li > p {
  display: inline-block;
}
	.aspect-square {
		aspect-ratio: 1/1;
	}
	strong {
  font-weight: 700;
}
		.content-slider strong {
  font-weight: 500;
}

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

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

.container {
  width: 100%;
}

@media (min-width: 640px) {

  .container {
    max-width: 640px;
  }
}

@media (min-width: 768px) {

  .container {
    max-width: 768px;
  }
}

@media (min-width: 1024px) {

  .container {
    max-width: 1024px;
  }
}

@media (min-width: 1280px) {

  .container {
    max-width: 1280px;
  }
}

@media (min-width: 1536px) {

  .container {
    max-width: 1536px;
  }
}

.fluid-container {
  width: 100%;
  max-width: 1580px;
  margin-left: auto;
  margin-right: auto;
  padding-left: calc(env(safe-area-inset-left, 0rem) + 2rem);
  padding-right: calc(env(safe-area-inset-right, 0rem) + 2rem);
}

.no-scroll {
  height: 100%;
  overflow: hidden;
}

.outer-grid {
  width: 100%;
  display: grid;
  row-gap: 80px;
  padding-top: 0;
}

.outer-grid > *:last-child.full-width {
  margin-bottom: -3rem;
}

.outer-grid > *:first-child.full-width {
  margin-top: -3rem;
}

.content > *:last-child {
  margin-bottom: 0;
}

.size-sm, .size-md, .size-lg, .size-full {
  grid-column: span 12 / span 12;
}

@media (min-width: 768px) {

  .outer-grid {
    row-gap: 128px;
    padding-top: 0;
  }

  .outer-grid > *:last-child.full-width {
    margin-bottom: -4rem;
  }

  .outer-grid > *:first-child.full-width {
    margin-top: -4rem;
  }

  .size-sm {
    grid-column: span 8 / span 8;
    grid-column-start: 3;
  }

  .size-md {
    grid-column: span 8 / span 8;
    grid-column-start: 3;
  }

  .size-lg {
    grid-column: span 10 / span 10;
    grid-column-start: 2;
  }

  .size-full {
    grid-column: span 12 / span 12;
  }
}

@media (min-width: 1024px) {

  .fluid-container {
    padding-left: calc(env(safe-area-inset-left, 0rem) + 3rem);
    padding-right: calc(env(safe-area-inset-right, 0rem) + 3rem);
  }

  .outer-grid {
    row-gap: 128px;
    padding-top: 0;
  }

  .outer-grid > *:last-child.full-width {
    margin-bottom: -6rem;
  }

  .outer-grid > *:first-child.full-width {
    margin-top: -6rem;
  }

  .size-sm {
    grid-column: span 6 / span 6;
    grid-column-start: 4;
  }
}

@media (min-width: 1280px) {

  .outer-grid {
    row-gap: 160px;
  }
}

.aspect-h-1 {
  --tw-aspect-h: 1;
}

.aspect-h-9 {
  --tw-aspect-h: 9;
}

.aspect-w-1 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 1;
}

.aspect-w-1 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.aspect-w-16 {
  position: relative;
  padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
  --tw-aspect-w: 16;
}

.aspect-w-16 > * {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.button {
  position: relative;
  display: inline-block;
  flex-shrink: 0;
  cursor: pointer;
  overflow: hidden;
  border-radius: 9999px;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(253 213 1 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(253 213 1 / var(--tw-bg-opacity));
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  text-align: center;
  font-weight: 500;
  line-height: 1.375;
  text-decoration-line: none;
  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: 700ms;
}

.button:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 65 116 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 65 116 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(253 213 1 / var(--tw-text-opacity));
}

.button span {
  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: 500ms;
}

.button.button--secondary {
  --tw-border-opacity: 1;
  border-color: rgb(0 65 116 / var(--tw-border-opacity));
  background-color: transparent;
}

.button.button--secondary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 65 116 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 65 116 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(253 213 1 / var(--tw-text-opacity));
}

.button.button--tertiary {
  --tw-border-opacity: 1;
  border-color: rgb(0 65 116 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 65 116 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.button.button--tertiary:hover {
  --tw-border-opacity: 1;
  border-color: rgb(0 65 116 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 65 116 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(253 213 1 / var(--tw-text-opacity));
}

.main-nav a {
			width: calc(100%);
			background-image: linear-gradient(
				transparent calc(100% - 3px),
				#fedb00 10px
			);
			background-repeat: no-repeat;
			background-size: 0% 85%;
			transition: background-size 1s;
		}

.main-nav a:hover,
			.main-nav a:focus {
				background-size: 100% 85%;
			}

.email-signup:focus + label {
  top: -1.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

.email-signup:not(:-moz-placeholder-shown) + label {
  top: -1.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

.email-signup:not(:placeholder-shown) + label {
  top: -1.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

button:hover .yellow, a:hover .yellow {
  --tw-text-opacity: 1;
  color: rgb(253 213 1 / var(--tw-text-opacity));
}

button:hover .blue, a:hover .blue {
  --tw-text-opacity: 1;
  color: rgb(130 230 230 / var(--tw-text-opacity));
}

/* PARTICIPATING PROGRAMS */

.card-legal-note {
  margin-top: 2.5rem;
}

.card-legal-note p {
  margin-bottom: 0px;
  font-size: 0.75rem;
  line-height: 1rem;
  line-height: 18px;
  --tw-text-opacity: 1;
  color: rgb(14 40 67 / var(--tw-text-opacity));
}

.checklist__step {
  margin-left: 1rem;
  margin-right: 1rem;
}

.checklist__step ul {
  list-style-position: outside;
}

.card-text p {
  margin-bottom: 0px !important;
}

/* Hover Effect */

/* POINTS POP-UP */

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

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

.bottom-0 {
  bottom: 0px;
}

.left-0 {
  left: 0px;
}

.left-3 {
  left: 0.75rem;
}

.left-8 {
  left: 2rem;
}

.right-0 {
  right: 0px;
}

.right-1 {
  right: 0.25rem;
}

.right-4 {
  right: 1rem;
}

.right-5 {
  right: 1.25rem;
}

.top-0 {
  top: 0px;
}

.top-1 {
  top: 0.25rem;
}

.top-2 {
  top: 0.5rem;
}

.top-24 {
  top: 6rem;
}

.top-3 {
  top: 0.75rem;
}

.top-4 {
  top: 1rem;
}

.top-5 {
  top: 1.25rem;
}

.top-6 {
  top: 1.5rem;
}

.top-8 {
  top: 2rem;
}

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

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

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

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

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

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-last {
  order: 9999;
}

.col-span-1 {
  grid-column: span 1 / span 1;
}

.col-span-12 {
  grid-column: span 12 / span 12;
}

.col-span-2 {
  grid-column: span 2 / span 2;
}

.col-span-3 {
  grid-column: span 3 / span 3;
}

.col-span-4 {
  grid-column: span 4 / span 4;
}

.col-span-5 {
  grid-column: span 5 / span 5;
}

.col-span-9 {
  grid-column: span 9 / span 9;
}

.col-span-full {
  grid-column: 1 / -1;
}

.col-start-2 {
  grid-column-start: 2;
}

.row-span-1 {
  grid-row: span 1 / span 1;
}

.m-0 {
  margin: 0px;
}

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

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

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

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

.my-auto {
  margin-top: auto;
  margin-bottom: auto;
}

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

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

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

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

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

.mb-10 {
  margin-bottom: 2.5rem;
}

.mb-11 {
  margin-bottom: 2.75rem;
}

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

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

.mb-20 {
  margin-bottom: 5rem;
}

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

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

.mb-5 {
  margin-bottom: 1.25rem;
}

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

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

.mb-\[19px\] {
  margin-bottom: 19px;
}

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

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

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

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

.mr-3 {
  margin-right: 0.75rem;
}

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

.mr-5 {
  margin-right: 1.25rem;
}

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

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

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

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

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

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

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

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

.mt-\[3\.125rem\] {
  margin-top: 3.125rem;
}

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

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

.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% !important;
}

.h-1 {
  height: 0.25rem;
}

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

.h-2 {
  height: 0.5rem;
}

.h-20 {
  height: 5rem;
}

.h-32 {
  height: 8rem;
}

.h-4 {
  height: 1rem;
}

.h-40 {
  height: 10rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

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

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

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

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

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

.h-\[55\%\] {
  height: 55%;
}

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

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

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

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

.h-\[calc\(100\%-240px\)\] {
  height: calc(100% - 240px);
}

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

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

.h-screen {
  height: 100vh;
}

.max-h-0 {
  max-height: 0px;
}

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

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

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

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

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

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

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

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

.\!w-full {
  width: 100% !important;
}

.w-10 {
  width: 2.5rem;
}

.w-12 {
  width: 3rem;
}

.w-16 {
  width: 4rem;
}

.w-28 {
  width: 7rem;
}

.w-3 {
  width: 0.75rem;
}

.w-4 {
  width: 1rem;
}

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

.w-40 {
  width: 10rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-8 {
  width: 2rem;
}

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

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

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

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

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

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

.w-full {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.auto-rows-fr {
  grid-auto-rows: minmax(0, 1fr);
}

.grid-cols-12 {
  grid-template-columns: repeat(12, 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-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

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

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

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

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

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

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

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

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

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

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

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

.gap-10 {
  gap: 2.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

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

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

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

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

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

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

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

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

.space-x-1 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}

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

.space-x-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * 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-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));
}

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

.divide-solid > :not([hidden]) ~ :not([hidden]) {
  border-style: solid;
}

.divide-white > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-divide-opacity));
}

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

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

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

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

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

.rounded {
  border-radius: 0.25rem;
}

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

.rounded-\[1\.875rem\] {
  border-radius: 1.875rem;
}

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

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

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

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

.rounded-r-full {
  border-top-right-radius: 9999px;
  border-bottom-right-radius: 9999px;
}

.rounded-t-full {
  border-top-left-radius: 9999px;
  border-top-right-radius: 9999px;
}

.border {
  border-width: 1px;
}

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

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

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

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

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

.border-brand-green {
  --tw-border-opacity: 1;
  border-color: rgb(132 189 0 / var(--tw-border-opacity));
}

.border-neutral {
  --tw-border-opacity: 1;
  border-color: rgb(246 243 237 / var(--tw-border-opacity));
}

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(0 65 116 / var(--tw-border-opacity));
}

.border-secondary {
  --tw-border-opacity: 1;
  border-color: rgb(253 213 1 / var(--tw-border-opacity));
}

.border-success {
  --tw-border-opacity: 1;
  border-color: rgb(22 83 251 / var(--tw-border-opacity));
}

.border-warning {
  --tw-border-opacity: 1;
  border-color: rgb(251 62 27 / var(--tw-border-opacity));
}

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

.border-b-primary-light {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(130 230 230 / var(--tw-border-opacity));
}

.border-b-secondary {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(253 213 1 / var(--tw-border-opacity));
}

.border-t-primary-light {
  --tw-border-opacity: 1;
  border-top-color: rgb(130 230 230 / var(--tw-border-opacity));
}

.border-opacity-30 {
  --tw-border-opacity: 0.3;
}

.bg-brand-purple {
  --tw-bg-opacity: 1;
  background-color: rgb(162 167 255 / var(--tw-bg-opacity));
}

.bg-neutral {
  --tw-bg-opacity: 1;
  background-color: rgb(246 243 237 / var(--tw-bg-opacity));
}

.bg-neutral-dark {
  --tw-bg-opacity: 1;
  background-color: rgb(14 40 67 / var(--tw-bg-opacity));
}

.bg-neutral-dark\/30 {
  background-color: rgb(14 40 67 / 0.3);
}

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

.bg-primary-light {
  --tw-bg-opacity: 1;
  background-color: rgb(130 230 230 / var(--tw-bg-opacity));
}

.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(253 213 1 / var(--tw-bg-opacity));
}

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

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

.bg-opacity-30 {
  --tw-bg-opacity: 0.3;
}

.bg-\[length\:100\%_3px\] {
  background-size: 100% 3px;
}

.bg-contain {
  background-size: contain;
}

.bg-center {
  background-position: center;
}

.bg-left {
  background-position: left;
}

.bg-right {
  background-position: right;
}

.bg-repeat-x {
  background-repeat: repeat-x;
}

.fill-current {
  fill: currentColor;
}

.fill-primary {
  fill: #004174;
}

.stroke-current {
  stroke: currentColor;
}

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

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

.object-scale-down {
  -o-object-fit: scale-down;
     object-fit: scale-down;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

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

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

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

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

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

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

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

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

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

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

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

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

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

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

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

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

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

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

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

.pr-4 {
  padding-right: 1rem;
}

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

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

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

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

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

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

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

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

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

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

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

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}

.text-\[0\.625rem\] {
  font-size: 0.625rem;
}

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

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

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

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

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

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

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

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

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

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

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

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

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

.\!leading-\[120\%\] {
  line-height: 120% !important;
}

.leading-3 {
  line-height: .75rem;
}

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

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

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

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

.leading-snug {
  line-height: 1.375;
}

.leading-tight {
  line-height: 1.25;
}

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

.tracking-wider {
  letter-spacing: 0.05em;
}

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

.text-brand-green {
  --tw-text-opacity: 1;
  color: rgb(132 189 0 / var(--tw-text-opacity));
}

.text-brand-red {
  --tw-text-opacity: 1;
  color: rgb(177 0 63 / var(--tw-text-opacity));
}

.text-neutral {
  --tw-text-opacity: 1;
  color: rgb(246 243 237 / var(--tw-text-opacity));
}

.text-neutral-dark {
  --tw-text-opacity: 1;
  color: rgb(14 40 67 / var(--tw-text-opacity));
}

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(0 65 116 / var(--tw-text-opacity));
}

.text-primary-light {
  --tw-text-opacity: 1;
  color: rgb(130 230 230 / var(--tw-text-opacity));
}

.text-success {
  --tw-text-opacity: 1;
  color: rgb(22 83 251 / var(--tw-text-opacity));
}

.text-warning {
  --tw-text-opacity: 1;
  color: rgb(251 62 27 / var(--tw-text-opacity));
}

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

.text-yellow-400 {
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity));
}

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

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

.caret-primary {
  caret-color: #004174;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-25 {
  opacity: 0.25;
}

.opacity-40 {
  opacity: 0.4;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-70 {
  opacity: 0.7;
}

.opacity-\[16\%\] {
  opacity: 16%;
}

.mix-blend-multiply {
  mix-blend-mode: multiply;
}

.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-none {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

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

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

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

/* SPLIDE SLIDER */

.splide__arrow {
  top: 240px !important;
  height: 26px !important;
  width: 26px !important;
  background-color: transparent;
  opacity: 1 !important;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
}

.splide__arrow:hover {
  opacity: 0.7 !important;
}

@media (min-width: 768px) {

  .splide__arrow {
    top: 50% !important;
    height: 36px !important;
    width: 36px !important;
  }
}

@media (min-width: 1024px) {

  .splide__arrow {
    height: 86px !important;
    width: 86px !important;
  }
}

.splide__arrow.splide__arrow--prev {
  left: -13px !important;
}

@media (min-width: 768px) {

  .splide__arrow.splide__arrow--prev {
    left: -18px !important;
  }
}

@media (min-width: 1024px) {

  .splide__arrow.splide__arrow--prev {
    left: -43px !important;
  }
}

.splide__arrow.splide__arrow--next {
  right: -13px !important;
}

@media (min-width: 768px) {

  .splide__arrow.splide__arrow--next {
    right: -18px !important;
  }
}

@media (min-width: 1024px) {

  .splide__arrow.splide__arrow--next {
    right: -43px !important;
  }
}

/* FOOTER */

.footer-legal {
  --tw-text-opacity: 1;
  color: rgb(14 40 67 / var(--tw-text-opacity));
  opacity: 0.4;
}

.footer-legal p {
  margin-bottom: 0.25rem;
  font-size: 0.75rem;
  line-height: 1rem;
}

@media (min-width: 1024px) {

  .footer-legal p {
    margin-bottom: 0px;
  }
}

/* HOW IT WORKS */

.how-cta {
  margin-bottom: 2.5rem;
  --tw-text-opacity: 1;
  color: rgb(0 65 116 / var(--tw-text-opacity));
}

.how-cta p {
  margin-bottom: 0px;
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 600;
  line-height: 1.25;
}

@media (min-width: 1024px) {

  .how-cta p {
    font-size: 2rem;
  }
}

.step__intro {
  grid-column: 1 / -1;
  margin-bottom: 2.5rem;
  flex-shrink: 0;
}

@media (min-width: 768px) {

  .step__intro {
    margin-bottom: 4rem;
  }
}

@media (min-width: 1024px) {

  .step__intro {
    margin-bottom: 5rem;
  }
}

.step__intro h2 {
  font-size: 2rem;
}

@media (min-width: 1024px) {

  .step__intro h2 {
    font-size: 3.75rem;
  }
}

.step__intro p {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

@media (min-width: 1024px) {

  .step__intro p {
    font-size: 2rem;
  }
}

.step__content a {
  font-weight: 500;
  text-decoration-line: underline;
}

/* INSTITUTION LIST */

.institution_list__content {
  margin-top: 4rem;
}

@media (min-width: 768px) {

  .institution_list__content {
    grid-column: span 4 / span 4;
    grid-column-start: 2;
  }
}

@media (min-width: 1024px) {

  .institution_list__content {
    grid-column: span 10 / span 10;
    grid-column-start: 2;
    margin-top: 0px;
  }
}

.institution_list__content h2 {
  line-height: 140%;
}

@media (min-width: 768px) {

  .institution_list__content h2 {
    font-size: 1.5rem;
    line-height: 2rem;
    line-height: 140%;
  }
}

@media (min-width: 1024px) {

  .institution_list__content h2 {
    font-size: 2rem;
  }
}

/* ACCORDION */

.accordion__sidebar p {
  line-height: 140%;
}

@media (min-width: 1024px) {

  .accordion__sidebar p {
    font-size: 2rem;
  }
}

.accordion__answer {
  padding-top: 1.5rem;
}

.accordion__answer p {
  margin-bottom: 0.25rem;
  font-weight: 300;
}

@media (min-width: 1024px) {

  .accordion__answer p {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

.accordion__answer p a {
  font-weight: 500;
  text-decoration-line: underline;
}

body.fr .button {
  text-transform: none;
}

.splide__container{box-sizing:border-box;position:relative}

.splide__list{-webkit-backface-visibility:hidden;backface-visibility:hidden;display:flex;height:100%;margin:0!important;padding:0!important}

.splide.is-initialized:not(.is-active) .splide__list{display:block}

.splide__pagination{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;margin:0;pointer-events:none}

.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}

.splide:not(.is-overflow) .splide__pagination{display:none}

.splide__progress__bar{width:0}

.splide{position:relative;visibility:hidden}

.splide.is-initialized,.splide.is-rendered{visibility:visible}

.splide__slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}

.splide__slide img{vertical-align:bottom}

.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}

.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}

.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}

.splide__toggle.is-active .splide__toggle__pause{display:inline}

.splide__track{overflow:hidden;position:relative;z-index:0}

@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}

.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}

.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}

.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}

.splide--rtl{direction:rtl}

.splide__track--ttb>.splide__list{display:block}

.splide__arrow{align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:flex;height:2em;justify-content:center;opacity:.7;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:2em;z-index:1}

.splide__arrow svg{fill:#000;height:1.2em;width:1.2em}

.splide__arrow:hover:not(:disabled){opacity:.9}

.splide__arrow:disabled{opacity:.3}

.splide__arrow:focus-visible{outline:3px solid #0bf;outline-offset:3px}

.splide__arrow--prev{left:1em}

.splide__arrow--prev svg{transform:scaleX(-1)}

.splide__arrow--next{right:1em}

.splide.is-focus-in .splide__arrow:focus{outline:3px solid #0bf;outline-offset:3px}

.splide__pagination{bottom:.5em;left:0;padding:0 1em;position:absolute;right:0;z-index:1}

.splide__pagination__page{background:#ccc;border:0;border-radius:50%;display:inline-block;height:8px;margin:3px;opacity:.7;padding:0;position:relative;transition:transform .2s linear;width:8px}

.splide__pagination__page.is-active{background:#fff;transform:scale(1.4);z-index:1}

.splide__pagination__page:hover{cursor:pointer;opacity:.9}

.splide__pagination__page:focus-visible{outline:3px solid #0bf;outline-offset:3px}

.splide.is-focus-in .splide__pagination__page:focus{outline:3px solid #0bf;outline-offset:3px}

.splide__progress__bar{background:#ccc;height:3px}

.splide__slide{-webkit-tap-highlight-color:rgba(0,0,0,0)}

.splide__slide:focus{outline:0}

@supports(outline-offset:-3px){.splide__slide:focus-visible{outline:3px solid #0bf;outline-offset:-3px}}

@media screen and (-ms-high-contrast:none){.splide__slide:focus-visible{border:3px solid #0bf}}

@supports(outline-offset:-3px){.splide.is-focus-in .splide__slide:focus{outline:3px solid #0bf;outline-offset:-3px}}

@media screen and (-ms-high-contrast:none){.splide.is-focus-in .splide__slide:focus{border:3px solid #0bf}.splide.is-focus-in .splide__track>.splide__list>.splide__slide:focus{border-color:#0bf}}

.splide__toggle{cursor:pointer}

.splide__toggle:focus-visible{outline:3px solid #0bf;outline-offset:3px}

.splide.is-focus-in .splide__toggle:focus{outline:3px solid #0bf;outline-offset:3px}

.splide__track--nav>.splide__list>.splide__slide{border:3px solid transparent;cursor:pointer}

.splide__track--nav>.splide__list>.splide__slide.is-active{border:3px solid #000}

.splide__arrows--rtl .splide__arrow--prev{left:auto;right:1em}

.splide__arrows--rtl .splide__arrow--prev svg{transform:scaleX(1)}

.splide__arrows--rtl .splide__arrow--next{left:1em;right:auto}

.splide__arrows--rtl .splide__arrow--next svg{transform:scaleX(-1)}

.splide__arrows--ttb .splide__arrow{left:50%;transform:translate(-50%)}

.splide__arrows--ttb .splide__arrow--prev{top:1em}

.splide__arrows--ttb .splide__arrow--prev svg{transform:rotate(-90deg)}

.splide__arrows--ttb .splide__arrow--next{bottom:1em;top:auto}

.splide__arrows--ttb .splide__arrow--next svg{transform:rotate(90deg)}

.splide__pagination--ttb{bottom:0;display:flex;flex-direction:column;left:auto;padding:1em 0;right:.5em;top:0}

.ot-floating-button__close {
	position: relative;
}

.ot-floating-button__close svg {
  position: absolute;
  top: 50%;
  left: 50%;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.otnotice-menu-section a {
  text-decoration-line: underline;
}

#otnotice-section-f9e3b4dd-69c8-475a-bb8a-a570bedd3742 {
  margin-top: 0px !important;
}

.otnotice-section {
  position: relative;
  margin-top: 2.5rem;
}

@media (min-width: 768px) {

  .otnotice-section {
    margin-top: 5rem;
  }
}

@media (min-width: 1024px) {

  .otnotice-section {
    margin-top: 8rem;
  }
}

div.otnotice-content {
  position: relative;
  padding-left: 0px;
  padding-right: 0px;
}

td {
  padding: 1rem;
}

table {
  margin-bottom: 1rem;
}

ul {
  list-style-position: inside;
}

#otnotice-5b86d67a-1f39-4311-b530-6fe9bd87e3e1,
#otnotice-e3d781da-500b-4699-9e75-3896153a3867,
#otnotice-29128493-3498-4c26-8605-28ee18566261, #otnotice-79e26f5e-6985-4866-a2df-99822776c936,
#otnotice-777c674b-4208-4421-a621-e9eda12cc89a,
#otnotice-e29c9422-8602-4849-8a63-ff9d9767ee08,
#otnotice-3b76983a-15a7-4dad-8bf8-e4962228b8d2,
#otnotice-9e303b18-5a50-4b37-8585-ac63bfd0d48c {
  margin-top: -3.5rem;
}

@media (min-width: 768px) {

  #otnotice-5b86d67a-1f39-4311-b530-6fe9bd87e3e1,
#otnotice-e3d781da-500b-4699-9e75-3896153a3867,
#otnotice-29128493-3498-4c26-8605-28ee18566261, #otnotice-79e26f5e-6985-4866-a2df-99822776c936,
#otnotice-777c674b-4208-4421-a621-e9eda12cc89a,
#otnotice-e29c9422-8602-4849-8a63-ff9d9767ee08,
#otnotice-3b76983a-15a7-4dad-8bf8-e4962228b8d2,
#otnotice-9e303b18-5a50-4b37-8585-ac63bfd0d48c {
    margin-top: -7rem;
  }
}

#otnotice-5b86d67a-1f39-4311-b530-6fe9bd87e3e1 *, #otnotice-e3d781da-500b-4699-9e75-3896153a3867 *, #otnotice-29128493-3498-4c26-8605-28ee18566261 *, #otnotice-79e26f5e-6985-4866-a2df-99822776c936 *, #otnotice-777c674b-4208-4421-a621-e9eda12cc89a *, #otnotice-e29c9422-8602-4849-8a63-ff9d9767ee08 *, #otnotice-3b76983a-15a7-4dad-8bf8-e4962228b8d2 *, #otnotice-9e303b18-5a50-4b37-8585-ac63bfd0d48c * {
  margin-left: 0px;
  margin-right: 0px;
}

#otnotice-5b86d67a-1f39-4311-b530-6fe9bd87e3e1 h2, #otnotice-e3d781da-500b-4699-9e75-3896153a3867 h2, #otnotice-29128493-3498-4c26-8605-28ee18566261 h2, #otnotice-79e26f5e-6985-4866-a2df-99822776c936 h2, #otnotice-777c674b-4208-4421-a621-e9eda12cc89a h2, #otnotice-e29c9422-8602-4849-8a63-ff9d9767ee08 h2, #otnotice-3b76983a-15a7-4dad-8bf8-e4962228b8d2 h2, #otnotice-9e303b18-5a50-4b37-8585-ac63bfd0d48c h2 {
  font-size: 1.75rem;
  font-weight: 500;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(0 65 116 / var(--tw-text-opacity));
}

@media (min-width: 768px) {

  #otnotice-5b86d67a-1f39-4311-b530-6fe9bd87e3e1 h2, #otnotice-e3d781da-500b-4699-9e75-3896153a3867 h2, #otnotice-29128493-3498-4c26-8605-28ee18566261 h2, #otnotice-79e26f5e-6985-4866-a2df-99822776c936 h2, #otnotice-777c674b-4208-4421-a621-e9eda12cc89a h2, #otnotice-e29c9422-8602-4849-8a63-ff9d9767ee08 h2, #otnotice-3b76983a-15a7-4dad-8bf8-e4962228b8d2 h2, #otnotice-9e303b18-5a50-4b37-8585-ac63bfd0d48c h2 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

#otnotice-5b86d67a-1f39-4311-b530-6fe9bd87e3e1 .otnotice-section, #otnotice-e3d781da-500b-4699-9e75-3896153a3867 .otnotice-section, #otnotice-29128493-3498-4c26-8605-28ee18566261 .otnotice-section, #otnotice-79e26f5e-6985-4866-a2df-99822776c936 .otnotice-section, #otnotice-777c674b-4208-4421-a621-e9eda12cc89a .otnotice-section, #otnotice-e29c9422-8602-4849-8a63-ff9d9767ee08 .otnotice-section, #otnotice-3b76983a-15a7-4dad-8bf8-e4962228b8d2 .otnotice-section, #otnotice-9e303b18-5a50-4b37-8585-ac63bfd0d48c .otnotice-section {
  margin-top: 2.5rem;
}

@media (min-width: 768px) {

  #otnotice-5b86d67a-1f39-4311-b530-6fe9bd87e3e1 .otnotice-section, #otnotice-e3d781da-500b-4699-9e75-3896153a3867 .otnotice-section, #otnotice-29128493-3498-4c26-8605-28ee18566261 .otnotice-section, #otnotice-79e26f5e-6985-4866-a2df-99822776c936 .otnotice-section, #otnotice-777c674b-4208-4421-a621-e9eda12cc89a .otnotice-section, #otnotice-e29c9422-8602-4849-8a63-ff9d9767ee08 .otnotice-section, #otnotice-3b76983a-15a7-4dad-8bf8-e4962228b8d2 .otnotice-section, #otnotice-9e303b18-5a50-4b37-8585-ac63bfd0d48c .otnotice-section {
    margin-top: 5rem;
  }
}

@media (min-width: 1024px) {

  #otnotice-5b86d67a-1f39-4311-b530-6fe9bd87e3e1 .otnotice-section, #otnotice-e3d781da-500b-4699-9e75-3896153a3867 .otnotice-section, #otnotice-29128493-3498-4c26-8605-28ee18566261 .otnotice-section, #otnotice-79e26f5e-6985-4866-a2df-99822776c936 .otnotice-section, #otnotice-777c674b-4208-4421-a621-e9eda12cc89a .otnotice-section, #otnotice-e29c9422-8602-4849-8a63-ff9d9767ee08 .otnotice-section, #otnotice-3b76983a-15a7-4dad-8bf8-e4962228b8d2 .otnotice-section, #otnotice-9e303b18-5a50-4b37-8585-ac63bfd0d48c .otnotice-section {
    margin-top: 8rem;
  }
}

#otnotice-5b86d67a-1f39-4311-b530-6fe9bd87e3e1 .otnotice-menu, #otnotice-e3d781da-500b-4699-9e75-3896153a3867 .otnotice-menu, #otnotice-29128493-3498-4c26-8605-28ee18566261 .otnotice-menu, #otnotice-79e26f5e-6985-4866-a2df-99822776c936 .otnotice-menu, #otnotice-777c674b-4208-4421-a621-e9eda12cc89a .otnotice-menu, #otnotice-e29c9422-8602-4849-8a63-ff9d9767ee08 .otnotice-menu, #otnotice-3b76983a-15a7-4dad-8bf8-e4962228b8d2 .otnotice-menu, #otnotice-9e303b18-5a50-4b37-8585-ac63bfd0d48c .otnotice-menu {
  position: static;
  list-style-position: inside;
}

#otnotice-5b86d67a-1f39-4311-b530-6fe9bd87e3e1 table, #otnotice-e3d781da-500b-4699-9e75-3896153a3867 table, #otnotice-29128493-3498-4c26-8605-28ee18566261 table, #otnotice-79e26f5e-6985-4866-a2df-99822776c936 table, #otnotice-777c674b-4208-4421-a621-e9eda12cc89a table, #otnotice-e29c9422-8602-4849-8a63-ff9d9767ee08 table, #otnotice-3b76983a-15a7-4dad-8bf8-e4962228b8d2 table, #otnotice-9e303b18-5a50-4b37-8585-ac63bfd0d48c table {
  max-width: 80vw;
  overflow: auto;
}

#otnotice-5b86d67a-1f39-4311-b530-6fe9bd87e3e1 table td, #otnotice-e3d781da-500b-4699-9e75-3896153a3867 table td, #otnotice-29128493-3498-4c26-8605-28ee18566261 table td, #otnotice-79e26f5e-6985-4866-a2df-99822776c936 table td, #otnotice-777c674b-4208-4421-a621-e9eda12cc89a table td, #otnotice-e29c9422-8602-4849-8a63-ff9d9767ee08 table td, #otnotice-3b76983a-15a7-4dad-8bf8-e4962228b8d2 table td, #otnotice-9e303b18-5a50-4b37-8585-ac63bfd0d48c table td {
  padding: 0.5rem;
  font-size: 10px;
}

@media (min-width: 640px) {

  #otnotice-5b86d67a-1f39-4311-b530-6fe9bd87e3e1 table td, #otnotice-e3d781da-500b-4699-9e75-3896153a3867 table td, #otnotice-29128493-3498-4c26-8605-28ee18566261 table td, #otnotice-79e26f5e-6985-4866-a2df-99822776c936 table td, #otnotice-777c674b-4208-4421-a621-e9eda12cc89a table td, #otnotice-e29c9422-8602-4849-8a63-ff9d9767ee08 table td, #otnotice-3b76983a-15a7-4dad-8bf8-e4962228b8d2 table td, #otnotice-9e303b18-5a50-4b37-8585-ac63bfd0d48c table td {
    font-size: 0.75rem;
    line-height: 1rem;
  }
}

@media (max-width: 450px) {

#otnotice-5b86d67a-1f39-4311-b530-6fe9bd87e3e1 table td, #otnotice-e3d781da-500b-4699-9e75-3896153a3867 table td, #otnotice-29128493-3498-4c26-8605-28ee18566261 table td, #otnotice-79e26f5e-6985-4866-a2df-99822776c936 table td, #otnotice-777c674b-4208-4421-a621-e9eda12cc89a table td, #otnotice-e29c9422-8602-4849-8a63-ff9d9767ee08 table td, #otnotice-3b76983a-15a7-4dad-8bf8-e4962228b8d2 table td, #otnotice-9e303b18-5a50-4b37-8585-ac63bfd0d48c table td {
				word-wrap: break-word;
				overflow-wrap: break-word;
				word-break: break-all
		}
			}

#otnotice-5b86d67a-1f39-4311-b530-6fe9bd87e3e1 p, #otnotice-e3d781da-500b-4699-9e75-3896153a3867 p, #otnotice-29128493-3498-4c26-8605-28ee18566261 p, #otnotice-79e26f5e-6985-4866-a2df-99822776c936 p, #otnotice-777c674b-4208-4421-a621-e9eda12cc89a p, #otnotice-e29c9422-8602-4849-8a63-ff9d9767ee08 p, #otnotice-3b76983a-15a7-4dad-8bf8-e4962228b8d2 p, #otnotice-9e303b18-5a50-4b37-8585-ac63bfd0d48c p {
		overflow-wrap: anywhere;
	}

#otnotice-e3d781da-500b-4699-9e75-3896153a3867 ul.otnotice-menu,#otnotice-79e26f5e-6985-4866-a2df-99822776c936 ul.otnotice-menu,#otnotice-3b76983a-15a7-4dad-8bf8-e4962228b8d2 ul.otnotice-menu,#otnotice-9e303b18-5a50-4b37-8585-ac63bfd0d48c ul.otnotice-menu,#otnotice-e29c9422-8602-4849-8a63-ff9d9767ee08 ul.otnotice-menu {
  max-height: none;
  width: auto;
  list-style-type: disc !important;
  border-style: none;
  background-color: transparent;
  padding: 0px;
		box-shadow: none;
}

#otnotice-e3d781da-500b-4699-9e75-3896153a3867 ul.otnotice-menu li.otnotice-menu-section, #otnotice-79e26f5e-6985-4866-a2df-99822776c936 ul.otnotice-menu li.otnotice-menu-section, #otnotice-3b76983a-15a7-4dad-8bf8-e4962228b8d2 ul.otnotice-menu li.otnotice-menu-section, #otnotice-9e303b18-5a50-4b37-8585-ac63bfd0d48c ul.otnotice-menu li.otnotice-menu-section, #otnotice-e29c9422-8602-4849-8a63-ff9d9767ee08 ul.otnotice-menu li.otnotice-menu-section {
  margin-bottom: 0px;
  width: auto;
  list-style-position: inside !important;
}

#otnotice-e3d781da-500b-4699-9e75-3896153a3867 ul.otnotice-menu li.otnotice-menu-section::before, #otnotice-79e26f5e-6985-4866-a2df-99822776c936 ul.otnotice-menu li.otnotice-menu-section::before, #otnotice-3b76983a-15a7-4dad-8bf8-e4962228b8d2 ul.otnotice-menu li.otnotice-menu-section::before, #otnotice-9e303b18-5a50-4b37-8585-ac63bfd0d48c ul.otnotice-menu li.otnotice-menu-section::before, #otnotice-e29c9422-8602-4849-8a63-ff9d9767ee08 ul.otnotice-menu li.otnotice-menu-section::before {
				content: '\2022 ';
				margin-right: 0.5rem;
				text-decoration: none;
			}

#otnotice-e3d781da-500b-4699-9e75-3896153a3867 ul.otnotice-menu a, #otnotice-79e26f5e-6985-4866-a2df-99822776c936 ul.otnotice-menu a, #otnotice-3b76983a-15a7-4dad-8bf8-e4962228b8d2 ul.otnotice-menu a, #otnotice-9e303b18-5a50-4b37-8585-ac63bfd0d48c ul.otnotice-menu a, #otnotice-e29c9422-8602-4849-8a63-ff9d9767ee08 ul.otnotice-menu a {
  font-family: Poppins, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400 !important;
  --tw-text-opacity: 1 !important;
  color: rgb(0 65 116 / var(--tw-text-opacity)) !important;
  text-decoration-line: underline !important;
}

.otnotice-menu-selected-container {
  padding-right: 1rem;
}

.otnotice-menu-section-mobile a {
  text-align: left !important;
}

.file\:border-2::file-selector-button {
  border-width: 2px;
}

.file\:border-solid::file-selector-button {
  border-style: solid;
}

.file\:border-primary::file-selector-button {
  --tw-border-opacity: 1;
  border-color: rgb(0 65 116 / var(--tw-border-opacity));
}

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

.file\:px-4::file-selector-button {
  padding-left: 1rem;
  padding-right: 1rem;
}

.file\:py-2::file-selector-button {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.file\:text-xs::file-selector-button {
  font-size: 0.75rem;
  line-height: 1rem;
}

.file\:font-bold::file-selector-button {
  font-weight: 700;
}

.file\:uppercase::file-selector-button {
  text-transform: uppercase;
}

.file\:tracking-widest::file-selector-button {
  letter-spacing: 0.1em;
}

.file\:text-primary::file-selector-button {
  --tw-text-opacity: 1;
  color: rgb(0 65 116 / var(--tw-text-opacity));
}

.hover\:bg-primary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 65 116 / var(--tw-bg-opacity));
}

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

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

.hover\:text-secondary:hover {
  --tw-text-opacity: 1;
  color: rgb(253 213 1 / var(--tw-text-opacity));
}

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

.focus\:border-x-0:focus {
  border-left-width: 0px;
  border-right-width: 0px;
}

.focus\:border-t-0:focus {
  border-top-width: 0px;
}

.focus\:border-b-secondary:focus {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(253 213 1 / var(--tw-border-opacity));
}

.focus-visible\:border-primary:focus-visible {
  --tw-border-opacity: 1;
  border-color: rgb(0 65 116 / var(--tw-border-opacity));
}

.focus-visible\:border-warning:focus-visible {
  --tw-border-opacity: 1;
  border-color: rgb(251 62 27 / var(--tw-border-opacity));
}

.focus-visible\:ring: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(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-visible\:ring-primary:focus-visible {
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 65 116 / var(--tw-ring-opacity));
}

@media (prefers-reduced-motion: no-preference) {

  .motion-safe\:transition {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
  }

  .motion-safe\: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;
  }

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

@media (min-width: 640px) {

  .sm\:flex {
    display: flex;
  }

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

  .sm\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .sm\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .sm\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 768px) {

  .md\:left-0 {
    left: 0px;
  }

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

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

  .md\:-order-1 {
    order: -1;
  }

  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:col-span-12 {
    grid-column: span 12 / span 12;
  }

  .md\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .md\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .md\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .md\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .md\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .md\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .md\:col-span-9 {
    grid-column: span 9 / span 9;
  }

  .md\:col-span-full {
    grid-column: 1 / -1;
  }

  .md\:col-start-2 {
    grid-column-start: 2;
  }

  .md\:col-start-3 {
    grid-column-start: 3;
  }

  .md\:col-start-4 {
    grid-column-start: 4;
  }

  .md\:col-start-5 {
    grid-column-start: 5;
  }

  .md\:my-0 {
    margin-top: 0px;
    margin-bottom: 0px;
  }

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

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

  .md\:mb-10 {
    margin-bottom: 2.5rem;
  }

  .md\:mb-12 {
    margin-bottom: 3rem;
  }

  .md\:mb-20 {
    margin-bottom: 5rem;
  }

  .md\:mb-32 {
    margin-bottom: 8rem;
  }

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

  .md\:ml-14 {
    margin-left: 3.5rem;
  }

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

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

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

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

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

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

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

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

  .md\:h-\[70\%\] {
    height: 70%;
  }

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

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

  .md\:h-full {
    height: 100%;
  }

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

  .md\:w-10 {
    width: 2.5rem;
  }

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

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

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

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

  .md\:w-full {
    width: 100%;
  }

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

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

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

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

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

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

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

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

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

  .md\:flex-nowrap {
    flex-wrap: nowrap;
  }

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

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

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

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

  .md\:gap-10 {
    gap: 2.5rem;
  }

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

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

  .md\:gap-x-5 {
    -moz-column-gap: 1.25rem;
         column-gap: 1.25rem;
  }

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

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

  .md\:space-x-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.25rem * var(--tw-space-x-reverse));
    margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .md\:p-10 {
    padding: 2.5rem;
  }

  .md\:p-12 {
    padding: 3rem;
  }

  .md\:p-20 {
    padding: 5rem;
  }

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

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

  .md\:py-11 {
    padding-top: 2.75rem;
    padding-bottom: 2.75rem;
  }

  .md\:py-16 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .md\:py-28 {
    padding-top: 7rem;
    padding-bottom: 7rem;
  }

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

  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .md\:pb-16 {
    padding-bottom: 4rem;
  }

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

  .md\:pt-32 {
    padding-top: 8rem;
  }

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

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

  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

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

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

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

  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1024px) {

  .lg\:static {
    position: static;
  }

  .lg\:-bottom-20 {
    bottom: -5rem;
  }

  .lg\:-top-\[10rem\] {
    top: -10rem;
  }

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

  .lg\:order-1 {
    order: 1;
  }

  .lg\:col-span-10 {
    grid-column: span 10 / span 10;
  }

  .lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .lg\:col-span-3 {
    grid-column: span 3 / span 3;
  }

  .lg\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .lg\:col-span-5 {
    grid-column: span 5 / span 5;
  }

  .lg\:col-span-6 {
    grid-column: span 6 / span 6;
  }

  .lg\:col-span-7 {
    grid-column: span 7 / span 7;
  }

  .lg\:col-span-8 {
    grid-column: span 8 / span 8;
  }

  .lg\:col-span-full {
    grid-column: 1 / -1;
  }

  .lg\:col-start-1 {
    grid-column-start: 1;
  }

  .lg\:col-start-10 {
    grid-column-start: 10;
  }

  .lg\:col-start-11 {
    grid-column-start: 11;
  }

  .lg\:col-start-2 {
    grid-column-start: 2;
  }

  .lg\:col-start-3 {
    grid-column-start: 3;
  }

  .lg\:col-start-5 {
    grid-column-start: 5;
  }

  .lg\:col-start-7 {
    grid-column-start: 7;
  }

  .lg\:col-start-8 {
    grid-column-start: 8;
  }

  .lg\:col-start-9 {
    grid-column-start: 9;
  }

  .lg\:m-0 {
    margin: 0px;
  }

  .lg\:mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem;
  }

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

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

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

  .lg\:mb-10 {
    margin-bottom: 2.5rem;
  }

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

  .lg\:mb-16 {
    margin-bottom: 4rem;
  }

  .lg\:mb-20 {
    margin-bottom: 5rem;
  }

  .lg\:mb-28 {
    margin-bottom: 7rem;
  }

  .lg\:mb-40 {
    margin-bottom: 10rem;
  }

  .lg\:ml-12 {
    margin-left: 3rem;
  }

  .lg\:ml-5 {
    margin-left: 1.25rem;
  }

  .lg\:ml-8 {
    margin-left: 2rem;
  }

  .lg\:mr-10 {
    margin-right: 2.5rem;
  }

  .lg\:mr-3 {
    margin-right: 0.75rem;
  }

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

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

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

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

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

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

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-20 {
    height: 5rem;
  }

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

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

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

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

  .lg\:h-\[85\%\] {
    height: 85%;
  }

  .lg\:h-full {
    height: 100%;
  }

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

  .lg\:max-h-\[unset\] {
    max-height: unset;
  }

  .lg\:w-20 {
    width: 5rem;
  }

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

  .lg\:w-48 {
    width: 12rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:gap-20 {
    gap: 5rem;
  }

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

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

  .lg\:gap-y-20 {
    row-gap: 5rem;
  }

  .lg\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-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\:whitespace-normal {
    white-space: normal;
  }

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

  .lg\:p-10 {
    padding: 2.5rem;
  }

  .lg\:p-20 {
    padding: 5rem;
  }

  .lg\:p-6 {
    padding: 1.5rem;
  }

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

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

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

  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

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

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

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

  .lg\:pb-28 {
    padding-bottom: 7rem;
  }

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

  .lg\:pt-40 {
    padding-top: 10rem;
  }

  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .lg\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

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

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

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

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

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

  .lg\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

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

@media (min-width: 1280px) {

  .xl\:col-span-5 {
    grid-column: span 5 / span 5;
  }

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

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

  .xl\:space-x-10 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(2.5rem * var(--tw-space-x-reverse));
    margin-left: calc(2.5rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .xl\:p-10 {
    padding: 2.5rem;
  }

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

  .xl\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

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

  .xl\:text-6xl {
    font-size: 3.75rem;
    line-height: 1;
  }

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

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

  .xl\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem;
  }

  .xl\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 1536px) {

  .\32xl\:col-span-4 {
    grid-column: span 4 / span 4;
  }

  .\32xl\:space-x-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(3rem * var(--tw-space-x-reverse));
    margin-left: calc(3rem * calc(1 - var(--tw-space-x-reverse)));
  }

  .\32xl\:space-x-7 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0;
    margin-right: calc(1.75rem * var(--tw-space-x-reverse));
    margin-left: calc(1.75rem * calc(1 - var(--tw-space-x-reverse)));
  }
}

