/*! @import */

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

@font-face {
  font-family: "BrutalTypeExtraBold";

  src: url("/css/fonts/Brutal/BrutalTypeExtraBold/font.woff2") format("woff2"),
      url("/css/fonts/Brutal/BrutalTypeExtraBold/font.woff") format("woff");
}

@font-face {
  font-family: "BrutalTypeMedium";

  src: url("/css/fonts/Brutal/BrutalTypeMedium/font.woff2") format("woff2"),
      url("/css/fonts/Brutal/BrutalTypeMedium/font.woff") format("woff");
}

@font-face {
  font-family: "BrutalTypeRegular";

  src: url("/css/fonts/Brutal/BrutalType/font.woff2") format("woff2"),
      url("/css/fonts/Brutal/BrutalTypeMedium/font.woff") format("woff");
}

@font-face {
  font-family: "BrutalTypeLight";

  src: url("/css/fonts/Brutal/BrutalTypeLight/font.woff2") format("woff2"),
      url("/css/fonts/Brutal/BrutalTypeLight/font.woff") format("woff");
}

@font-face {
  font-family: "BrutalTypeExtraLight";

  src: url("/css/fonts/Brutal/BrutalTypeExtraLight/font.woff2")
        format("woff2"),
      url("/css/fonts/Brutal/BrutalTypeExtraLight/font.woff") format("woff");
}

@font-face {
  font-family: "BrutalTypeBold";

  src: url("/css/fonts/Brutal/BrutalTypeBold/font.woff2") format("woff2"),
      url("/css/fonts/Brutal/BrutalTypeBold/font.woff") format("woff");
}

@font-face {
  font-family: "BrutalTypeBlack";

  src: url("/css/fonts/Brutal/BrutalTypeBlack/font.woff2") format("woff2"),
      url("/css/fonts/Brutal/BrutalTypeBlack/font.woff") format("woff");
}

@font-face {
  font-family: "Avenir LT W01 35 Light";

  src: url("/css/fonts/Avenir/4fb9056b-4ac3-488b-9bac-75741b0ff0bd.woff2")
        format("woff2"),
      url("/css/fonts/Avenir/c4352a95-7a41-48c1-83ce-d8ffd2a3b118.woff")
        format("woff");
}

@font-face {
  font-family: "Avenir LT W01 45 Book";

  src: url("/css/fonts//Avenir//AvenirBook//font.woff2") format("woff2"),
      url("/css/fonts/Avenir/AvenirBook/font.woff") format("woff");
}

@font-face {
  font-family: "Avenir LT W01 65 Medium";

  src: url("/css/fonts/Avenir/e4d36745-a861-4a49-aa17-6510e67429d3.woff2")
        format("woff2"),
      url("/css/fonts/Avenir/2cac77ec-9bc0-4ee7-87e4-27650190744f.woff")
        format("woff");
}

@font-face {
  font-family: "Avenir LT W01 85 Heavy";

  src: url("/css/fonts/Avenir/65cde95a-ac33-4c65-8198-e37857968d1a.woff2")
        format("woff2"),
      url("/css/fonts/Avenir/7147ec3a-8ff8-4ec9-8c5c-bd1571dc6ae6.woff")
        format("woff");
}

@font-face {
  font-family: "Avenir LT W01 95 Black";

  src: url("/css/fonts/Avenir/16695c2d-c755-45a2-bdcf-c54843f39afd.woff2")
        format("woff2"),
      url("/css/fonts/Avenir/5a05cf7f-f332-456f-ae67-d8c26e0d35b3.woff")
        format("woff");
}

h1 span {
  font-size: 2.25rem;
  line-height: 2.5rem;
}

@media (min-width: 500px) {
  h1 span {
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 768px) {
  h1 span {
    font-size: 3.75rem;
    line-height: 1;
  }
}

@media (min-width: 1024px) {
  h1 span {
    font-size: 4.5rem;
    line-height: 1;
  }
}

@media (min-width: 1440px) {
  h1 span {
    font-size: 6rem;
    line-height: 1;
  }
}

h2 span {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

@media (min-width: 500px) {
  h2 span {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 768px) {
  h2 span {
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 1024px) {
  h2 span {
    font-size: 3.75rem;
    line-height: 1;
  }
}

h3 span {
  font-size: 1.5rem;
  line-height: 2rem;
}

@media (min-width: 500px) {
  h3 span {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}

@media (min-width: 768px) {
  h3 span {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
}

@media (min-width: 1024px) {
  h3 span {
    font-size: 3rem;
    line-height: 1;
  }
}

h1 span {
  font-size: inherit;
  line-height: inherit;
}

@media (min-width: 500px) {
  h1 span {
    font-size: inherit;
    line-height: inherit;
  }
}

@media (min-width: 768px) {
  h1 span {
    font-size: inherit;
    line-height: inherit;
  }
}

@media (min-width: 1024px) {
  h1 span {
    font-size: inherit;
    line-height: inherit;
  }
}

@media (min-width: 1440px) {
  h1 span {
    font-size: inherit;
    line-height: inherit;
  }
}

h2 span {
  font-size: inherit;
  line-height: inherit;
}

@media (min-width: 500px) {
  h2 span {
    font-size: inherit;
    line-height: inherit;
  }
}

@media (min-width: 768px) {
  h2 span {
    font-size: inherit;
    line-height: inherit;
  }
}

@media (min-width: 1024px) {
  h2 span {
    font-size: inherit;
    line-height: inherit;
  }
}

h3 span {
  font-size: inherit;
  line-height: inherit;
}

@media (min-width: 500px) {
  h3 span {
    font-size: inherit;
    line-height: inherit;
  }
}

@media (min-width: 768px) {
  h3 span {
    font-size: inherit;
    line-height: inherit;
  }
}

@media (min-width: 1024px) {
  h3 span {
    font-size: inherit;
    line-height: inherit;
  }
}

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

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

.container {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

.size-sm {
  font-size: max(0.75rem, min(0.141rem + 0.706vw, 0.875rem));
  /* 12 - 14px */
}

.size-base {
  font-size: max(0.875rem, min(0.141rem + 0.831vw, 1rem));
  /* 14 - 16px */
}

.size-lg {
  font-size: max(0.875rem, min(0.787rem + 0.282vw, 1.125rem));
  /* 16 - 18px */
}

.size-xl {
  font-size: max(1.063rem, min(0.997rem + 0.211vw, 1.25rem));
  /* 17 - 20px */
}

.size-2xl {
  font-size: max(1.125rem, min(0.999rem + 0.423vw, 1.5rem));
  /* 18 - 24px */
}

.size-3xl {
  font-size: max(1.25rem, min(1.03rem + 0.704vw, 1.875rem));
  /* 20 - 30px */
}

.size-4xl {
  font-size: max(1.5rem, min(1.236rem + 0.845vw, 2.25rem));
  /* 24 - 36px */
}

.size-5xl {
  font-size: max(1.875rem, min(1.479rem + 1.267vw, 3rem));
  /* 30 - 48px */
}

.size-6xl {
  font-size: max(2rem, min(1.384rem + 1.972vw, 3.75rem));
  /* 32 - 60px */
}

.size-7xl {
  font-size: max(2.125rem, min(1.289rem + 2.676vw, 4.5rem));
  /* 34 - 72px */
}

.size-8xl {
  font-size: max(2.375rem, min(1.099rem + 4.085vw, 6rem));
  /* 38 - 96px */
}

.size-9xl {
  font-size: max(2.625rem, min(1.408rem + 5.493vw, 8rem));
  /* 42 - 128px */
}

.size-10xl {
  font-size: max(3rem, min(1.408rem + 5.493vw, 10rem));
}

.size-11xl {
  font-size: max(4.5rem, min(1.908rem + 6.993vw, 18rem));
}

.blueBtn {
  height: -moz-fit-content;
  height: fit-content;
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  --tw-bg-opacity: 1;
  background-color: rgb(0 93 185 / var(--tw-bg-opacity));
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-family: "BrutalTypeMedium";
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  transition-duration: 0s;
}

.blueBtn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(28 53 94 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-duration: 500ms;
}

@media (min-width: 1440px) {
  .blueBtn {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.spacing {
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (min-width: 500px) {
  .spacing {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (min-width: 1024px) {
  .spacing {
    max-width: 65rem;
  }
}

@media (min-width: 1440px) {
  .spacing {
    max-width: 78.5rem;
  }
}

@media (min-width: 1920px) {
  .spacing {
    max-width: 92rem;
  }
}

.spacingContent {
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

@media (min-width: 1024px) {
  .spacingContent {
    max-width: 65rem;
  }
}

@media (min-width: 1440px) {
  .spacingContent {
    max-width: 78.5rem;
  }
}

@media (min-width: 1920px) {
  .spacingContent {
    max-width: 92rem;
  }
}

.active-tab {
  --tw-bg-opacity: 1;
  background-color: rgb(0 93 185 / var(--tw-bg-opacity));
}

.inactive-tab {
  --tw-bg-opacity: 1;
  background-color: rgb(152 153 155 / var(--tw-bg-opacity));
}

.arrow-down {
  width: 0px;
  height: 0px;
  border-left: 24px solid transparent;
  border-right: 24px solid transparent;
  border-top: 12px solid #005db9;
}

.visible {
  visibility: visible;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.bottom-0 {
  bottom: 0px;
}

.bottom-1 {
  bottom: 0.25rem;
}

.bottom-2 {
  bottom: 0.5rem;
}

.bottom-3 {
  bottom: 0.75rem;
}

.bottom-5 {
  bottom: 1.25rem;
}

.bottom-6 {
  bottom: 1.5rem;
}

.bottom-8 {
  bottom: 2rem;
}

.left-0 {
  left: 0px;
}

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

.left-2\/3 {
  left: 66.666667%;
}

.left-5 {
  left: 1.25rem;
}

.left-\[-\.5\%\] {
  left: -.5%;
}

.left-\[-55\.7\%\] {
  left: -55.7%;
}

.left-\[1\%\] {
  left: 1%;
}

.left-\[40\%\] {
  left: 40%;
}

.left-\[5\%\] {
  left: 5%;
}

.right-0 {
  right: 0px;
}

.right-1 {
  right: 0.25rem;
}

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

.right-1\/3 {
  right: 33.333333%;
}

.right-2\/3 {
  right: 66.666667%;
}

.right-3 {
  right: 0.75rem;
}

.right-4 {
  right: 1rem;
}

.right-5 {
  right: 1.25rem;
}

.right-\[-0\.5rem\] {
  right: -0.5rem;
}

.right-\[1\%\] {
  right: 1%;
}

.right-\[12\.5\%\] {
  right: 12.5%;
}

.right-\[40\%\] {
  right: 40%;
}

.right-\[5\%\] {
  right: 5%;
}

.top-0 {
  top: 0px;
}

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

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

.top-14 {
  top: 3.5rem;
}

.top-16 {
  top: 4rem;
}

.top-2 {
  top: 0.5rem;
}

.top-6 {
  top: 1.5rem;
}

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

.top-\[-7\%\] {
  top: -7%;
}

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

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

.top-\[40\%\] {
  top: 40%;
}

.top-full {
  top: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-2 {
  order: 2;
}

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

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

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.m-0 {
  margin: 0px;
}

.m-1 {
  margin: 0.25rem;
}

.m-9 {
  margin: 2.25rem;
}

.m-auto {
  margin: auto;
}

.\!mx-9 {
  margin-left: 2.25rem !important;
  margin-right: 2.25rem !important;
}

.mx-0 {
  margin-left: 0px;
  margin-right: 0px;
}

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

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}

.mx-4 {
  margin-left: 1rem;
  margin-right: 1rem;
}

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

.mx-6 {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.mx-9 {
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

.mx-\[2\.25rem\] {
  margin-left: 2.25rem;
  margin-right: 2.25rem;
}

.mx-\[20px\] {
  margin-left: 20px;
  margin-right: 20px;
}

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

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

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

.my-10 {
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}

.my-2 {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}

.my-3 {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.my-8 {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.my-9 {
  margin-top: 2.25rem;
  margin-bottom: 2.25rem;
}

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

.-ml-\[48px\] {
  margin-left: -48px;
}

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

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

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

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

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

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

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

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

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

.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-9 {
  margin-bottom: 2.25rem;
}

.mb-\[10\%\] {
  margin-bottom: 10%;
}

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

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

.ml-0 {
  margin-left: 0px;
}

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

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

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

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

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

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

.ml-\[-8rem\] {
  margin-left: -8rem;
}

.mr-0 {
  margin-right: 0px;
}

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

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

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

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

.mr-6 {
  margin-right: 1.5rem;
}

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

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

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

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

.mt-1\.5 {
  margin-top: 0.375rem;
}

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

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

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

.mt-2\.5 {
  margin-top: 0.625rem;
}

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

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

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

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

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

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

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

.mt-\[-0\.15rem\] {
  margin-top: -0.15rem;
}

.mt-\[-0\.55rem\] {
  margin-top: -0.55rem;
}

.mt-\[-0\.5px\] {
  margin-top: -0.5px;
}

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

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

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

.mt-\[-30\%\] {
  margin-top: -30%;
}

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

.mt-\[1\%\] {
  margin-top: 1%;
}

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

.mt-\[1rem\] {
  margin-top: 1rem;
}

.mt-\[30\%\] {
  margin-top: 30%;
}

.mt-\[4\.5rem\] {
  margin-top: 4.5rem;
}

.mt-\[6\.5rem\] {
  margin-top: 6.5rem;
}

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

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

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

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

.aspect-\[1440\/637\] {
  aspect-ratio: 1440/637;
}

.aspect-\[149\/71\] {
  aspect-ratio: 149/71;
}

.aspect-\[192\/65\] {
  aspect-ratio: 192/65;
}

.aspect-\[1920\/550\] {
  aspect-ratio: 1920/550;
}

.aspect-\[3\/1\] {
  aspect-ratio: 3/1;
}

.aspect-\[488\/41\] {
  aspect-ratio: 488/41;
}

.aspect-\[640\/77\] {
  aspect-ratio: 640/77;
}

.aspect-\[99\/16\] {
  aspect-ratio: 99/16;
}

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

.size-0 {
  width: 0px;
  height: 0px;
}

.size-0\.5 {
  width: 0.125rem;
  height: 0.125rem;
}

.size-1 {
  width: 0.25rem;
  height: 0.25rem;
}

.size-1\.5 {
  width: 0.375rem;
  height: 0.375rem;
}

.size-1\/12 {
  width: 8.333333%;
  height: 8.333333%;
}

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

.size-1\/3 {
  width: 33.333333%;
  height: 33.333333%;
}

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

.size-1\/5 {
  width: 20%;
  height: 20%;
}

.size-1\/6 {
  width: 16.666667%;
  height: 16.666667%;
}

.size-10 {
  width: 2.5rem;
  height: 2.5rem;
}

.size-10\/12 {
  width: 83.333333%;
  height: 83.333333%;
}

.size-11 {
  width: 2.75rem;
  height: 2.75rem;
}

.size-11\/12 {
  width: 91.666667%;
  height: 91.666667%;
}

.size-12 {
  width: 3rem;
  height: 3rem;
}

.size-14 {
  width: 3.5rem;
  height: 3.5rem;
}

.size-16 {
  width: 4rem;
  height: 4rem;
}

.size-2 {
  width: 0.5rem;
  height: 0.5rem;
}

.size-2\.5 {
  width: 0.625rem;
  height: 0.625rem;
}

.size-2\/12 {
  width: 16.666667%;
  height: 16.666667%;
}

.size-2\/3 {
  width: 66.666667%;
  height: 66.666667%;
}

.size-2\/4 {
  width: 50%;
  height: 50%;
}

.size-2\/5 {
  width: 40%;
  height: 40%;
}

.size-2\/6 {
  width: 33.333333%;
  height: 33.333333%;
}

.size-20 {
  width: 5rem;
  height: 5rem;
}

.size-24 {
  width: 6rem;
  height: 6rem;
}

.size-28 {
  width: 7rem;
  height: 7rem;
}

.size-3 {
  width: 0.75rem;
  height: 0.75rem;
}

.size-3\.5 {
  width: 0.875rem;
  height: 0.875rem;
}

.size-3\/12 {
  width: 25%;
  height: 25%;
}

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

.size-3\/5 {
  width: 60%;
  height: 60%;
}

.size-3\/6 {
  width: 50%;
  height: 50%;
}

.size-32 {
  width: 8rem;
  height: 8rem;
}

.size-36 {
  width: 9rem;
  height: 9rem;
}

.size-4 {
  width: 1rem;
  height: 1rem;
}

.size-4\/12 {
  width: 33.333333%;
  height: 33.333333%;
}

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

.size-4\/6 {
  width: 66.666667%;
  height: 66.666667%;
}

.size-40 {
  width: 10rem;
  height: 10rem;
}

.size-44 {
  width: 11rem;
  height: 11rem;
}

.size-48 {
  width: 12rem;
  height: 12rem;
}

.size-5 {
  width: 1.25rem;
  height: 1.25rem;
}

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

.size-5\/6 {
  width: 83.333333%;
  height: 83.333333%;
}

.size-52 {
  width: 13rem;
  height: 13rem;
}

.size-56 {
  width: 14rem;
  height: 14rem;
}

.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}

.size-6\/12 {
  width: 50%;
  height: 50%;
}

.size-60 {
  width: 15rem;
  height: 15rem;
}

.size-64 {
  width: 16rem;
  height: 16rem;
}

.size-7 {
  width: 1.75rem;
  height: 1.75rem;
}

.size-7\/12 {
  width: 58.333333%;
  height: 58.333333%;
}

.size-72 {
  width: 18rem;
  height: 18rem;
}

.size-8 {
  width: 2rem;
  height: 2rem;
}

.size-8\/12 {
  width: 66.666667%;
  height: 66.666667%;
}

.size-80 {
  width: 20rem;
  height: 20rem;
}

.size-9 {
  width: 2.25rem;
  height: 2.25rem;
}

.size-9\/12 {
  width: 75%;
  height: 75%;
}

.size-96 {
  width: 24rem;
  height: 24rem;
}

.size-auto {
  width: auto;
  height: auto;
}

.size-fit {
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

.size-full {
  width: 100%;
  height: 100%;
}

.size-max {
  width: -moz-max-content;
  width: max-content;
  height: -moz-max-content;
  height: max-content;
}

.size-min {
  width: -moz-min-content;
  width: min-content;
  height: -moz-min-content;
  height: min-content;
}

.size-px {
  width: 1px;
  height: 1px;
}

.h-1 {
  height: 0.25rem;
}

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

.h-1\/4 {
  height: 25%;
}

.h-10 {
  height: 2.5rem;
}

.h-12 {
  height: 3rem;
}

.h-16 {
  height: 4rem;
}

.h-2\/5 {
  height: 40%;
}

.h-3 {
  height: 0.75rem;
}

.h-3\.5 {
  height: 0.875rem;
}

.h-3\/4 {
  height: 75%;
}

.h-3\/5 {
  height: 60%;
}

.h-4 {
  height: 1rem;
}

.h-4\/5 {
  height: 80%;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-8 {
  height: 2rem;
}

.h-\[0\.1rem\] {
  height: 0.1rem;
}

.h-\[0\.35rem\] {
  height: 0.35rem;
}

.h-\[1\.25rem\] {
  height: 1.25rem;
}

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

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

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

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

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

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

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

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

.h-auto {
  height: auto;
}

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

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

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

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

.max-h-\[28rem\] {
  max-height: 28rem;
}

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

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

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

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

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

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

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

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

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

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

.min-h-\[4rem\] {
  min-height: 4rem;
}

.w-10 {
  width: 2.5rem;
}

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

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

.w-72 {
  width: 18rem;
}

.w-80 {
  width: 20rem;
}

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

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

.w-\[100vw\] {
  width: 100vw;
}

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

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

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

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

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

.w-\[4\.25rem\] {
  width: 4.25rem;
}

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

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

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

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

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

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

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

.w-\[full\] {
  width: full;
}

.w-auto {
  width: auto;
}

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

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.w-screen-scrollbar {
  width: calc(100vw -(100vw - 100%));
}

.min-w-24 {
  min-width: 6rem;
}

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

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

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

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

.min-w-\[8\.5rem\] {
  min-width: 8.5rem;
}

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

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

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

.max-w-\[14\.5rem\] {
  max-width: 14.5rem;
}

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

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

.max-w-\[15\.625rem\] {
  max-width: 15.625rem;
}

.max-w-\[15\.8rem\] {
  max-width: 15.8rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.shrink {
  flex-shrink: 1;
}

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

.grow {
  flex-grow: 1;
}

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

.basis-\[35\%\] {
  flex-basis: 35%;
}

.basis-\[60\%\] {
  flex-basis: 60%;
}

.basis-\[80\%\] {
  flex-basis: 80%;
}

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

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

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

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

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

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

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

.translate-x-\[97\%\] {
  --tw-translate-x: 97%;
  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-6 {
  --tw-translate-y: 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));
}

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

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

.translate-y-\[-4\.5\%\] {
  --tw-translate-y: -4.5%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

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

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

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

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

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

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

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

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

.scale-\[80\%\] {
  --tw-scale-x: 80%;
  --tw-scale-y: 80%;
  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));
}

.cursor-col-resize {
  cursor: col-resize;
}

.cursor-e-resize {
  cursor: e-resize;
}

.cursor-ew-resize {
  cursor: ew-resize;
}

.cursor-n-resize {
  cursor: n-resize;
}

.cursor-ne-resize {
  cursor: ne-resize;
}

.cursor-nesw-resize {
  cursor: nesw-resize;
}

.cursor-ns-resize {
  cursor: ns-resize;
}

.cursor-nw-resize {
  cursor: nw-resize;
}

.cursor-nwse-resize {
  cursor: nwse-resize;
}

.cursor-pointer {
  cursor: pointer;
}

.cursor-row-resize {
  cursor: row-resize;
}

.cursor-s-resize {
  cursor: s-resize;
}

.cursor-se-resize {
  cursor: se-resize;
}

.cursor-sw-resize {
  cursor: sw-resize;
}

.cursor-w-resize {
  cursor: w-resize;
}

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

.resize-none {
  resize: none;
}

.resize-y {
  resize: vertical;
}

.resize-x {
  resize: horizontal;
}

.resize {
  resize: both;
}

.\!snap-none {
  scroll-snap-type: none !important;
}

.list-inside {
  list-style-position: inside;
}

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

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

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

.grid-flow-row-dense {
  grid-auto-flow: row dense;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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-end {
  justify-items: end;
}

.gap-0 {
  gap: 0px;
}

.gap-1 {
  gap: 0.25rem;
}

.gap-1\.5 {
  gap: 0.375rem;
}

.gap-10 {
  gap: 2.5rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-3 {
  gap: 0.75rem;
}

.gap-4 {
  gap: 1rem;
}

.gap-5 {
  gap: 1.25rem;
}

.gap-8 {
  gap: 2rem;
}

.gap-x-20 {
  -moz-column-gap: 5rem;
       column-gap: 5rem;
}

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

.gap-x-\[64px\] {
  -moz-column-gap: 64px;
       column-gap: 64px;
}

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

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

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

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

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

.justify-self-start {
  justify-self: start;
}

.justify-self-end {
  justify-self: end;
}

.overflow-auto {
  overflow: auto;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

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

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

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

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

.\!scroll-auto {
  scroll-behavior: auto !important;
}

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

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

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

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

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

.rounded {
  border-radius: 0.25rem;
}

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

.border {
  border-width: 1px;
}

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

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

.border-\[1\.5px\] {
  border-width: 1.5px;
}

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

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

.border-l-4 {
  border-left-width: 4px;
}

.border-l-\[1px\] {
  border-left-width: 1px;
}

.border-r-4 {
  border-right-width: 4px;
}

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

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

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

.border-\[\#000000\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.border-\[\#005db9\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 93 185 / var(--tw-border-opacity));
}

.border-\[\#009add\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 154 221 / var(--tw-border-opacity));
}

.border-\[\#00a19c\] {
  --tw-border-opacity: 1;
  border-color: rgb(0 161 156 / var(--tw-border-opacity));
}

.border-\[\#1c355e\] {
  --tw-border-opacity: 1;
  border-color: rgb(28 53 94 / var(--tw-border-opacity));
}

.border-\[\#88d2e7\] {
  --tw-border-opacity: 1;
  border-color: rgb(136 210 231 / var(--tw-border-opacity));
}

.border-\[\#ddd\] {
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity));
}

.border-\[\#f0f0f0\] {
  --tw-border-opacity: 1;
  border-color: rgb(240 240 240 / var(--tw-border-opacity));
}

.border-\[\#f4f4f4\] {
  --tw-border-opacity: 1;
  border-color: rgb(244 244 244 / var(--tw-border-opacity));
}

.border-\[\#ffffff\] {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.border-\[\@linkTextColor\] {
  border-color: @linkTextColor;
}

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

.border-sigBlue {
  --tw-border-opacity: 1;
  border-color: rgb(0 93 185 / var(--tw-border-opacity));
}

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

.border-b-\[\#ddd\] {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(221 221 221 / var(--tw-border-opacity));
}

.\!bg-\[\#f4f4f4\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity)) !important;
}

.\!bg-sigBlue {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 93 185 / var(--tw-bg-opacity)) !important;
}

.bg-\[\#000000\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.bg-\[\#000107\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 1 7 / var(--tw-bg-opacity));
}

.bg-\[\#005DB9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 93 185 / var(--tw-bg-opacity));
}

.bg-\[\#005db9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 93 185 / var(--tw-bg-opacity));
}

.bg-\[\#00a19c\] {
  --tw-bg-opacity: 1;
  background-color: rgb(0 161 156 / var(--tw-bg-opacity));
}

.bg-\[\#1c355e\] {
  --tw-bg-opacity: 1;
  background-color: rgb(28 53 94 / var(--tw-bg-opacity));
}

.bg-\[\#88d2e7\] {
  --tw-bg-opacity: 1;
  background-color: rgb(136 210 231 / var(--tw-bg-opacity));
}

.bg-\[\#E0E0E0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity));
}

.bg-\[\#f0f0f0\] {
  --tw-bg-opacity: 1;
  background-color: rgb(240 240 240 / var(--tw-bg-opacity));
}

.bg-\[\#f4f4f4\] {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
}

.bg-\[\#f5f5f5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}

.bg-\[\#f9f9f9\] {
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity));
}

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

.bg-\[\@background\] {
  background-color: @background;
}

.bg-\[\@linkBackgroundColor\] {
  background-color: @linkBackgroundColor;
}

.bg-\[\@menuBackgroundColor\] {
  background-color: @menuBackgroundColor;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-sigBlue {
  --tw-bg-opacity: 1;
  background-color: rgb(0 93 185 / var(--tw-bg-opacity));
}

.bg-sigBlue\/0 {
  background-color: rgb(0 93 185 / 0);
}

.bg-sigBlue\/10 {
  background-color: rgb(0 93 185 / 0.1);
}

.bg-sigBlue\/100 {
  background-color: rgb(0 93 185 / 1);
}

.bg-sigBlue\/15 {
  background-color: rgb(0 93 185 / 0.15);
}

.bg-sigBlue\/20 {
  background-color: rgb(0 93 185 / 0.2);
}

.bg-sigBlue\/25 {
  background-color: rgb(0 93 185 / 0.25);
}

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

.bg-sigBlue\/35 {
  background-color: rgb(0 93 185 / 0.35);
}

.bg-sigBlue\/40 {
  background-color: rgb(0 93 185 / 0.4);
}

.bg-sigBlue\/45 {
  background-color: rgb(0 93 185 / 0.45);
}

.bg-sigBlue\/5 {
  background-color: rgb(0 93 185 / 0.05);
}

.bg-sigBlue\/50 {
  background-color: rgb(0 93 185 / 0.5);
}

.bg-sigBlue\/55 {
  background-color: rgb(0 93 185 / 0.55);
}

.bg-sigBlue\/60 {
  background-color: rgb(0 93 185 / 0.6);
}

.bg-sigBlue\/65 {
  background-color: rgb(0 93 185 / 0.65);
}

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

.bg-sigBlue\/75 {
  background-color: rgb(0 93 185 / 0.75);
}

.bg-sigBlue\/80 {
  background-color: rgb(0 93 185 / 0.8);
}

.bg-sigBlue\/85 {
  background-color: rgb(0 93 185 / 0.85);
}

.bg-sigBlue\/90 {
  background-color: rgb(0 93 185 / 0.9);
}

.bg-sigBlue\/95 {
  background-color: rgb(0 93 185 / 0.95);
}

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

.bg-sigNavyBlue {
  --tw-bg-opacity: 1;
  background-color: rgb(28 53 94 / var(--tw-bg-opacity));
}

.bg-sigNavyBlue\/0 {
  background-color: rgb(28 53 94 / 0);
}

.bg-sigNavyBlue\/10 {
  background-color: rgb(28 53 94 / 0.1);
}

.bg-sigNavyBlue\/100 {
  background-color: rgb(28 53 94 / 1);
}

.bg-sigNavyBlue\/15 {
  background-color: rgb(28 53 94 / 0.15);
}

.bg-sigNavyBlue\/20 {
  background-color: rgb(28 53 94 / 0.2);
}

.bg-sigNavyBlue\/25 {
  background-color: rgb(28 53 94 / 0.25);
}

.bg-sigNavyBlue\/30 {
  background-color: rgb(28 53 94 / 0.3);
}

.bg-sigNavyBlue\/35 {
  background-color: rgb(28 53 94 / 0.35);
}

.bg-sigNavyBlue\/40 {
  background-color: rgb(28 53 94 / 0.4);
}

.bg-sigNavyBlue\/45 {
  background-color: rgb(28 53 94 / 0.45);
}

.bg-sigNavyBlue\/5 {
  background-color: rgb(28 53 94 / 0.05);
}

.bg-sigNavyBlue\/50 {
  background-color: rgb(28 53 94 / 0.5);
}

.bg-sigNavyBlue\/55 {
  background-color: rgb(28 53 94 / 0.55);
}

.bg-sigNavyBlue\/60 {
  background-color: rgb(28 53 94 / 0.6);
}

.bg-sigNavyBlue\/65 {
  background-color: rgb(28 53 94 / 0.65);
}

.bg-sigNavyBlue\/70 {
  background-color: rgb(28 53 94 / 0.7);
}

.bg-sigNavyBlue\/75 {
  background-color: rgb(28 53 94 / 0.75);
}

.bg-sigNavyBlue\/80 {
  background-color: rgb(28 53 94 / 0.8);
}

.bg-sigNavyBlue\/85 {
  background-color: rgb(28 53 94 / 0.85);
}

.bg-sigNavyBlue\/90 {
  background-color: rgb(28 53 94 / 0.9);
}

.bg-sigNavyBlue\/95 {
  background-color: rgb(28 53 94 / 0.95);
}

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

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

.bg-white\/0 {
  background-color: rgb(255 255 255 / 0);
}

.bg-white\/10 {
  background-color: rgb(255 255 255 / 0.1);
}

.bg-white\/100 {
  background-color: rgb(255 255 255 / 1);
}

.bg-white\/15 {
  background-color: rgb(255 255 255 / 0.15);
}

.bg-white\/20 {
  background-color: rgb(255 255 255 / 0.2);
}

.bg-white\/25 {
  background-color: rgb(255 255 255 / 0.25);
}

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

.bg-white\/35 {
  background-color: rgb(255 255 255 / 0.35);
}

.bg-white\/40 {
  background-color: rgb(255 255 255 / 0.4);
}

.bg-white\/45 {
  background-color: rgb(255 255 255 / 0.45);
}

.bg-white\/5 {
  background-color: rgb(255 255 255 / 0.05);
}

.bg-white\/50 {
  background-color: rgb(255 255 255 / 0.5);
}

.bg-white\/55 {
  background-color: rgb(255 255 255 / 0.55);
}

.bg-white\/60 {
  background-color: rgb(255 255 255 / 0.6);
}

.bg-white\/65 {
  background-color: rgb(255 255 255 / 0.65);
}

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

.bg-white\/75 {
  background-color: rgb(255 255 255 / 0.75);
}

.bg-white\/80 {
  background-color: rgb(255 255 255 / 0.8);
}

.bg-white\/85 {
  background-color: rgb(255 255 255 / 0.85);
}

.bg-white\/90 {
  background-color: rgb(255 255 255 / 0.9);
}

.bg-white\/95 {
  background-color: rgb(255 255 255 / 0.95);
}

.bg-\[linear-gradient\(to_bottom_right\2c \#fff_0\%\2c \#fff_50\%\2c \#f0f0f0_50\%\2c \#f0f0f0_100\%\)\] {
  background-image: linear-gradient(to bottom right,#fff 0%,#fff 50%,#f0f0f0 50%,#f0f0f0 100%);
}

.bg-\[linear-gradient\(to_bottom_right\2c \#fff_0\%\2c \#fff_50\%\2c \#f4f4f4_50\%\2c \#f4f4f4_100\%\)\] {
  background-image: linear-gradient(to bottom right,#fff 0%,#fff 50%,#f4f4f4 50%,#f4f4f4 100%);
}

.bg-\[linear-gradient\(to_top_left\2c \#fff_0\%\2c \#fff_50\%\2c \#f0f0f0_50\%\2c \#f0f0f0_100\%\)\] {
  background-image: linear-gradient(to top left,#fff 0%,#fff 50%,#f0f0f0 50%,#f0f0f0 100%);
}

.bg-\[linear-gradient\(to_top_left\2c \#fff_0\%\2c \#fff_50\%\2c \#f4f4f4_50\%\2c \#f4f4f4_100\%\)\] {
  background-image: linear-gradient(to top left,#fff 0%,#fff 50%,#f4f4f4 50%,#f4f4f4 100%);
}

.bg-\[linear-gradient\(to_top_left\2c \#ffffff_0\%\2c \#ffffff_50\%\2c \#f4f4f4_50\%\2c \#f4f4f4_100\%\)\] {
  background-image: linear-gradient(to top left,#ffffff 0%,#ffffff 50%,#f4f4f4 50%,#f4f4f4 100%);
}

.bg-none {
  background-image: none;
}

.from-black\/50 {
  --tw-gradient-from: rgb(0 0 0 / 0.5) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-transparent {
  --tw-gradient-from: transparent var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-90\% {
  --tw-gradient-via-position: 90%;
}

.to-black\/50 {
  --tw-gradient-to: rgb(0 0 0 / 0.5) var(--tw-gradient-to-position);
}

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

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

.bg-\[top_center\] {
  background-position: top center;
}

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

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

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

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

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

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

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

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

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

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-3 {
  padding: 0.75rem;
}

.p-4 {
  padding: 1rem;
}

.p-5 {
  padding: 1.25rem;
}

.p-6 {
  padding: 1.5rem;
}

.p-8 {
  padding: 2rem;
}

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

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

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

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

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

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

.px-2\.5 {
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}

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

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

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

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

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

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

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

.px-\[2\.25rem\] {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
}

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

.px-\[23px\] {
  padding-left: 23px;
  padding-right: 23px;
}

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

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

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

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

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

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

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

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

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

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

.py-\[15px\] {
  padding-top: 15px;
  padding-bottom: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.pb-\[16px\] {
  padding-bottom: 16px;
}

.pb-\[45px\] {
  padding-bottom: 45px;
}

.pl-0 {
  padding-left: 0px;
}

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

.pl-3 {
  padding-left: 0.75rem;
}

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

.pl-8 {
  padding-left: 2rem;
}

.pl-\[11px\] {
  padding-left: 11px;
}

.pl-\[15px\] {
  padding-left: 15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.pt-\[113px\] {
  padding-top: 113px;
}

.pt-\[12px\] {
  padding-top: 12px;
}

.pt-\[20px\] {
  padding-top: 20px;
}

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

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

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

.align-text-top {
  vertical-align: text-top;
}

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

.font-avenirBlack {
  font-family: "Avenir LT W01 95 Black";
}

.font-avenirBook {
  font-family: "Avenir LT W01 45 Book";
}

.font-avenirHeavy {
  font-family: "Avenir LT W01 85 Heavy";
}

.font-avenirLight {
  font-family: "Avenir LT W01 35 Light";
}

.font-brutalBlack {
  font-family: "BrutalTypeBlack";
}

.font-brutalBold {
  font-family: "BrutalTypeBold";
}

.font-brutalExtraBold {
  font-family: "BrutalTypeExtraBold";
}

.font-brutalLight {
  font-family: "BrutalTypeLight";
}

.font-brutalMedium {
  font-family: "BrutalTypeMedium";
}

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

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

.text-\[2\.15em\] {
  font-size: 2.15em;
}

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

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

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

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

.font-extrabold {
  font-weight: 800;
}

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

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

.uppercase {
  text-transform: uppercase;
}

.italic {
  font-style: italic;
}

.leading-\[0\.75\] {
  line-height: 0.75;
}

.leading-\[0\.85\] {
  line-height: 0.85;
}

.leading-\[0\.9\] {
  line-height: 0.9;
}

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

.leading-normal {
  line-height: 1.5;
}

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

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

.\!text-\[\#ACACAC\] {
  --tw-text-opacity: 1 !important;
  color: rgb(172 172 172 / var(--tw-text-opacity)) !important;
}

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

.text-\[\#000000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.text-\[\#005db9\] {
  --tw-text-opacity: 1;
  color: rgb(0 93 185 / var(--tw-text-opacity));
}

.text-\[\#009add\] {
  --tw-text-opacity: 1;
  color: rgb(0 154 221 / var(--tw-text-opacity));
}

.text-\[\#00a19c\] {
  --tw-text-opacity: 1;
  color: rgb(0 161 156 / var(--tw-text-opacity));
}

.text-\[\#1c355e\] {
  --tw-text-opacity: 1;
  color: rgb(28 53 94 / var(--tw-text-opacity));
}

.text-\[\#333\] {
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity));
}

.text-\[\#88d2e7\] {
  --tw-text-opacity: 1;
  color: rgb(136 210 231 / var(--tw-text-opacity));
}

.text-\[\#ACACAC\] {
  --tw-text-opacity: 1;
  color: rgb(172 172 172 / var(--tw-text-opacity));
}

.text-\[\#f4f4f4\] {
  --tw-text-opacity: 1;
  color: rgb(244 244 244 / var(--tw-text-opacity));
}

.text-\[\#fff\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-\[\#ffffff\;\] {
  color: #ffffff;;
}

.text-\[\#ffffff\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.text-\[\@linkBackgroundColor\] {
  color: @linkBackgroundColor;
}

.text-\[\@linkTextColor\;\] {
  color: @linkTextColor;;
}

.text-\[\@linkTextColor\] {
  color: @linkTextColor;
}

.text-\[\@textColor\] {
  color: @textColor;
}

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

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

.text-black\/0 {
  color: rgb(0 0 0 / 0);
}

.text-black\/10 {
  color: rgb(0 0 0 / 0.1);
}

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

.text-black\/15 {
  color: rgb(0 0 0 / 0.15);
}

.text-black\/20 {
  color: rgb(0 0 0 / 0.2);
}

.text-black\/25 {
  color: rgb(0 0 0 / 0.25);
}

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

.text-black\/35 {
  color: rgb(0 0 0 / 0.35);
}

.text-black\/40 {
  color: rgb(0 0 0 / 0.4);
}

.text-black\/45 {
  color: rgb(0 0 0 / 0.45);
}

.text-black\/5 {
  color: rgb(0 0 0 / 0.05);
}

.text-black\/50 {
  color: rgb(0 0 0 / 0.5);
}

.text-black\/55 {
  color: rgb(0 0 0 / 0.55);
}

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

.text-black\/65 {
  color: rgb(0 0 0 / 0.65);
}

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

.text-black\/75 {
  color: rgb(0 0 0 / 0.75);
}

.text-black\/80 {
  color: rgb(0 0 0 / 0.8);
}

.text-black\/85 {
  color: rgb(0 0 0 / 0.85);
}

.text-black\/90 {
  color: rgb(0 0 0 / 0.9);
}

.text-black\/95 {
  color: rgb(0 0 0 / 0.95);
}

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

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

.text-sigBlue\/0 {
  color: rgb(0 93 185 / 0);
}

.text-sigBlue\/10 {
  color: rgb(0 93 185 / 0.1);
}

.text-sigBlue\/100 {
  color: rgb(0 93 185 / 1);
}

.text-sigBlue\/15 {
  color: rgb(0 93 185 / 0.15);
}

.text-sigBlue\/20 {
  color: rgb(0 93 185 / 0.2);
}

.text-sigBlue\/25 {
  color: rgb(0 93 185 / 0.25);
}

.text-sigBlue\/30 {
  color: rgb(0 93 185 / 0.3);
}

.text-sigBlue\/35 {
  color: rgb(0 93 185 / 0.35);
}

.text-sigBlue\/40 {
  color: rgb(0 93 185 / 0.4);
}

.text-sigBlue\/45 {
  color: rgb(0 93 185 / 0.45);
}

.text-sigBlue\/5 {
  color: rgb(0 93 185 / 0.05);
}

.text-sigBlue\/50 {
  color: rgb(0 93 185 / 0.5);
}

.text-sigBlue\/55 {
  color: rgb(0 93 185 / 0.55);
}

.text-sigBlue\/60 {
  color: rgb(0 93 185 / 0.6);
}

.text-sigBlue\/65 {
  color: rgb(0 93 185 / 0.65);
}

.text-sigBlue\/70 {
  color: rgb(0 93 185 / 0.7);
}

.text-sigBlue\/75 {
  color: rgb(0 93 185 / 0.75);
}

.text-sigBlue\/80 {
  color: rgb(0 93 185 / 0.8);
}

.text-sigBlue\/85 {
  color: rgb(0 93 185 / 0.85);
}

.text-sigBlue\/90 {
  color: rgb(0 93 185 / 0.9);
}

.text-sigBlue\/95 {
  color: rgb(0 93 185 / 0.95);
}

.text-sigNavyBlue {
  --tw-text-opacity: 1;
  color: rgb(28 53 94 / var(--tw-text-opacity));
}

.text-sigNavyBlue\/0 {
  color: rgb(28 53 94 / 0);
}

.text-sigNavyBlue\/10 {
  color: rgb(28 53 94 / 0.1);
}

.text-sigNavyBlue\/100 {
  color: rgb(28 53 94 / 1);
}

.text-sigNavyBlue\/15 {
  color: rgb(28 53 94 / 0.15);
}

.text-sigNavyBlue\/20 {
  color: rgb(28 53 94 / 0.2);
}

.text-sigNavyBlue\/25 {
  color: rgb(28 53 94 / 0.25);
}

.text-sigNavyBlue\/30 {
  color: rgb(28 53 94 / 0.3);
}

.text-sigNavyBlue\/35 {
  color: rgb(28 53 94 / 0.35);
}

.text-sigNavyBlue\/40 {
  color: rgb(28 53 94 / 0.4);
}

.text-sigNavyBlue\/45 {
  color: rgb(28 53 94 / 0.45);
}

.text-sigNavyBlue\/5 {
  color: rgb(28 53 94 / 0.05);
}

.text-sigNavyBlue\/50 {
  color: rgb(28 53 94 / 0.5);
}

.text-sigNavyBlue\/55 {
  color: rgb(28 53 94 / 0.55);
}

.text-sigNavyBlue\/60 {
  color: rgb(28 53 94 / 0.6);
}

.text-sigNavyBlue\/65 {
  color: rgb(28 53 94 / 0.65);
}

.text-sigNavyBlue\/70 {
  color: rgb(28 53 94 / 0.7);
}

.text-sigNavyBlue\/75 {
  color: rgb(28 53 94 / 0.75);
}

.text-sigNavyBlue\/80 {
  color: rgb(28 53 94 / 0.8);
}

.text-sigNavyBlue\/85 {
  color: rgb(28 53 94 / 0.85);
}

.text-sigNavyBlue\/90 {
  color: rgb(28 53 94 / 0.9);
}

.text-sigNavyBlue\/95 {
  color: rgb(28 53 94 / 0.95);
}

.text-slate-500 {
  --tw-text-opacity: 1;
  color: rgb(100 116 139 / var(--tw-text-opacity));
}

.text-transparent {
  color: transparent;
}

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

.text-white\/0 {
  color: rgb(255 255 255 / 0);
}

.text-white\/10 {
  color: rgb(255 255 255 / 0.1);
}

.text-white\/100 {
  color: rgb(255 255 255 / 1);
}

.text-white\/15 {
  color: rgb(255 255 255 / 0.15);
}

.text-white\/20 {
  color: rgb(255 255 255 / 0.2);
}

.text-white\/25 {
  color: rgb(255 255 255 / 0.25);
}

.text-white\/30 {
  color: rgb(255 255 255 / 0.3);
}

.text-white\/35 {
  color: rgb(255 255 255 / 0.35);
}

.text-white\/40 {
  color: rgb(255 255 255 / 0.4);
}

.text-white\/45 {
  color: rgb(255 255 255 / 0.45);
}

.text-white\/5 {
  color: rgb(255 255 255 / 0.05);
}

.text-white\/50 {
  color: rgb(255 255 255 / 0.5);
}

.text-white\/55 {
  color: rgb(255 255 255 / 0.55);
}

.text-white\/60 {
  color: rgb(255 255 255 / 0.6);
}

.text-white\/65 {
  color: rgb(255 255 255 / 0.65);
}

.text-white\/70 {
  color: rgb(255 255 255 / 0.7);
}

.text-white\/75 {
  color: rgb(255 255 255 / 0.75);
}

.text-white\/80 {
  color: rgb(255 255 255 / 0.8);
}

.text-white\/85 {
  color: rgb(255 255 255 / 0.85);
}

.text-white\/90 {
  color: rgb(255 255 255 / 0.9);
}

.text-white\/95 {
  color: rgb(255 255 255 / 0.95);
}

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

.decoration-1 {
  text-decoration-thickness: 1px;
}

.underline-offset-4 {
  text-underline-offset: 4px;
}

.opacity-50 {
  opacity: 0.5;
}

.shadow-left2d {
  --tw-shadow: -16px 28px 0 -6px;
  --tw-shadow-colored: -16px 28px 0 -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-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-small3d {
  --tw-shadow: -10px 11px 0 -3px, 10px 11px 0 -3px;
  --tw-shadow-colored: -10px 11px 0 -3px var(--tw-shadow-color), 10px 11px 0 -3px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-xl {
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[\#88d2e7\] {
  --tw-shadow-color: #88d2e7;
  --tw-shadow: var(--tw-shadow-colored);
}

.shadow-slate-500\/10 {
  --tw-shadow-color: rgb(100 116 139 / 0.1);
  --tw-shadow: var(--tw-shadow-colored);
}

.outline {
  outline-style: solid;
}

.outline-\[none\] {
  outline-color: none;
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

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

.transition-\[0\.3s\] {
  transition-property: 0.3s;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.duration-0 {
  transition-duration: 0s;
}

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

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.contain-size {
  --tw-contain-size: size;
  contain: var(--tw-contain-size) var(--tw-contain-layout) var(--tw-contain-paint) var(--tw-contain-style);
}

.contain-inline-size {
  --tw-contain-size: inline-size;
  contain: var(--tw-contain-size) var(--tw-contain-layout) var(--tw-contain-paint) var(--tw-contain-style);
}

.filterNavyBlue {
  filter: invert(13%) sepia(55%) saturate(1851%) hue-rotate(198deg)
    brightness(96%) contrast(87%);
}

.filterSigBlue {
  filter: invert(26%) sepia(87%) saturate(1478%) hue-rotate(190deg)
    brightness(90%) contrast(110%);
}

.filterLightGray {
  filter: invert(99%) sepia(1%) saturate(221%) hue-rotate(12deg)
    brightness(113%) contrast(88%);
}

.filterWhite {
  filter: brightness(0) invert(1);
}

@media (min-width: 375px) {
  @media not all and (min-width: 476px) {
    .\33xs\:max-xs\:size-4xl {
      font-size: max(1.5rem, min(1.236rem + 0.845vw, 2.25rem));
      /* 24 - 36px */
    }

    .\33xs\:max-xs\:size-8xl {
      font-size: max(2.375rem, min(1.099rem + 4.085vw, 6rem));
      /* 38 - 96px */
    }
  }
}

@media (min-width: 476px) {
  .xs\:size-7xl {
    font-size: max(2.125rem, min(1.289rem + 2.676vw, 4.5rem));
    /* 34 - 72px */
  }

  .xs\:size-10xl {
    font-size: max(3rem, min(1.408rem + 5.493vw, 10rem));
  }
}

@media (min-width: 768px) {
  .md\:size-xl {
    font-size: max(1.063rem, min(0.997rem + 0.211vw, 1.25rem));
    /* 17 - 20px */
  }

  .md\:size-3xl {
    font-size: max(1.25rem, min(1.03rem + 0.704vw, 1.875rem));
    /* 20 - 30px */
  }

  .md\:size-7xl {
    font-size: max(2.125rem, min(1.289rem + 2.676vw, 4.5rem));
    /* 34 - 72px */
  }

  .md\:spacing {
    width: 100%;
    max-width: -moz-fit-content;
    max-width: fit-content;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  @media (min-width: 500px) {
    .md\:spacing {
      padding-left: 20px;
      padding-right: 20px;
    }
  }

  @media (min-width: 1024px) {
    .md\:spacing {
      max-width: 65rem;
    }
  }

  @media (min-width: 1440px) {
    .md\:spacing {
      max-width: 78.5rem;
    }
  }

  @media (min-width: 1920px) {
    .md\:spacing {
      max-width: 92rem;
    }
  }

  .md\:spacingContent {
    width: 100%;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }

  @media (min-width: 1024px) {
    .md\:spacingContent {
      max-width: 65rem;
    }
  }

  @media (min-width: 1440px) {
    .md\:spacingContent {
      max-width: 78.5rem;
    }
  }

  @media (min-width: 1920px) {
    .md\:spacingContent {
      max-width: 92rem;
    }
  }
}

@media (min-width: 1024px) {
  .lg\:spacing {
    width: 100%;
    max-width: -moz-fit-content;
    max-width: fit-content;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  @media (min-width: 500px) {
    .lg\:spacing {
      padding-left: 20px;
      padding-right: 20px;
    }
  }

  @media (min-width: 1024px) {
    .lg\:spacing {
      max-width: 65rem;
    }
  }

  @media (min-width: 1440px) {
    .lg\:spacing {
      max-width: 78.5rem;
    }
  }

  @media (min-width: 1920px) {
    .lg\:spacing {
      max-width: 92rem;
    }
  }

  .lg\:spacingContent {
    width: 100%;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }

  @media (min-width: 1024px) {
    .lg\:spacingContent {
      max-width: 65rem;
    }
  }

  @media (min-width: 1440px) {
    .lg\:spacingContent {
      max-width: 78.5rem;
    }
  }

  @media (min-width: 1920px) {
    .lg\:spacingContent {
      max-width: 92rem;
    }
  }
}

.\[\&\>div\]\:spacingContent>div {
  width: 100%;
  max-width: -moz-fit-content;
  max-width: fit-content;
}

@media (min-width: 1024px) {
  .\[\&\>div\]\:spacingContent>div {
    max-width: 65rem;
  }
}

@media (min-width: 1440px) {
  .\[\&\>div\]\:spacingContent>div {
    max-width: 78.5rem;
  }
}

@media (min-width: 1920px) {
  .\[\&\>div\]\:spacingContent>div {
    max-width: 92rem;
  }
}

.\[\&_a\]\:size-4xl a {
  font-size: max(1.5rem, min(1.236rem + 0.845vw, 2.25rem));
  /* 24 - 36px */
}

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

.last\:hidden:last-child {
  display: none;
}

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

.last\:shrink:last-child {
  flex-shrink: 1;
}

.hover\:bg-\[\#000000\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#005DB9\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 93 185 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#005db9\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 93 185 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#00a19c\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 161 156 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#1c355e\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(28 53 94 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#484540\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(72 69 64 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#88d2e7\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(136 210 231 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#\]:hover {
  background-color: #;
}

.hover\:bg-\[\#d3d3d3\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(211 211 211 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#f4f4f4\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(244 244 244 / var(--tw-bg-opacity));
}

.hover\:bg-\[\#ffffff\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.hover\:bg-\[\@linkBackgroundHoverColor\]:hover {
  background-color: @linkBackgroundHoverColor;
}

.hover\:bg-\[\@menuHoverColor\]:hover {
  background-color: @menuHoverColor;
}

.hover\:bg-blue-50:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity));
}

.hover\:bg-sigBlue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 93 185 / var(--tw-bg-opacity));
}

.hover\:bg-sigNavyBlue:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(28 53 94 / var(--tw-bg-opacity));
}

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

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

.hover\:text-\[\#000000\]:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}

.hover\:text-\[\#005db9\]:hover {
  --tw-text-opacity: 1;
  color: rgb(0 93 185 / var(--tw-text-opacity));
}

.hover\:text-\[\#00a19c\]:hover {
  --tw-text-opacity: 1;
  color: rgb(0 161 156 / var(--tw-text-opacity));
}

.hover\:text-\[\#1c355e\]:hover {
  --tw-text-opacity: 1;
  color: rgb(28 53 94 / var(--tw-text-opacity));
}

.hover\:text-\[\#88d2e7\]:hover {
  --tw-text-opacity: 1;
  color: rgb(136 210 231 / var(--tw-text-opacity));
}

.hover\:text-\[\#f4f4f4\]:hover {
  --tw-text-opacity: 1;
  color: rgb(244 244 244 / var(--tw-text-opacity));
}

.hover\:text-\[\#ffffff\]:hover {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.hover\:text-\[\@linkTextHoverColor\]:hover {
  color: @linkTextHoverColor;
}

.hover\:text-\[\@textHoverColor\]:hover {
  color: @textHoverColor;
}

.hover\:text-sigBlue:hover {
  --tw-text-opacity: 1;
  color: rgb(0 93 185 / var(--tw-text-opacity));
}

.hover\:text-sigNavyBlue:hover {
  --tw-text-opacity: 1;
  color: rgb(28 53 94 / var(--tw-text-opacity));
}

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

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

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

.hover\:decoration-\[\#005DB9\]:hover {
  text-decoration-color: #005DB9;
}

.hover\:drop-shadow-lg:hover {
  --tw-drop-shadow: drop-shadow(0 10px 8px rgb(0 0 0 / 0.04)) drop-shadow(0 4px 3px rgb(0 0 0 / 0.1));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

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

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

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

.group[open] .group-open\:hidden {
  display: none;
}

.group[open] .group-open\: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));
}

@media (max-width: 2561px) {
  .max-\[2561px\]\:hidden {
    display: none;
  }
}

@media not all and (min-width: 1440px) {
  .max-xl\:right-0 {
    right: 0px;
  }

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

  .max-xl\:hidden {
    display: none;
  }
}

@media not all and (min-width: 1024px) {
  .max-lg\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .max-lg\:hidden {
    display: none;
  }

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

  .max-lg\:self-start {
    align-self: flex-start;
  }
}

@media not all and (min-width: 768px) {
  .max-md\:-mt-3 {
    margin-top: -0.75rem;
  }

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

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

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

  .max-md\:hidden {
    display: none;
  }

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

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

  .max-md\:overflow-x-hidden {
    overflow-x: hidden;
  }

  .max-md\:bg-sigGray {
    --tw-bg-opacity: 1;
    background-color: rgb(244 244 244 / var(--tw-bg-opacity));
  }

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

@media not all and (min-width: 500px) {
  .max-sm\:flex-col {
    flex-direction: column;
  }
}

@media not all and (min-width: 476px) {
  .max-xs\:px-1 {
    padding-left: 0.25rem;
    padding-right: 0.25rem;
  }
}

@media (min-width: 375px) {
  .\33xs\:top-\[53px\] {
    top: 53px;
  }

  .\33xs\:ml-0 {
    margin-left: 0px;
  }

  .\33xs\:h-5 {
    height: 1.25rem;
  }

  .\33xs\:max-w-\[195px\] {
    max-width: 195px;
  }

  .\33xs\:border-4 {
    border-width: 4px;
  }

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

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

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

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

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

  .\33xs\:py-2\.5 {
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
}

@media (min-width: 390px) {
  .\32\.5xs\:max-w-\[100\%\] {
    max-width: 100%;
  }

  .min-\[390px\]\:right-1 {
    right: 0.25rem;
  }
}

@media (min-width: 412px) {
  .\32xs\:top-\[-2px\] {
    top: -2px;
  }

  .\32xs\:h-3\/5 {
    height: 60%;
  }

  .\32xs\:h-4 {
    height: 1rem;
  }

  .\32xs\:h-5 {
    height: 1.25rem;
  }

  .\32xs\:border-8 {
    border-width: 8px;
  }
}

@media (min-width: 476px) {
  .xs\:h-1\/2 {
    height: 50%;
  }

  .xs\:h-5 {
    height: 1.25rem;
  }

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

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

@media (min-width: 500px) {
  .sm\:bottom-10 {
    bottom: 2.5rem;
  }

  .sm\:top-0 {
    top: 0px;
  }

  .sm\:top-\[73px\] {
    top: 73px;
  }

  .sm\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

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

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

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

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

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

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

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

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

  .sm\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .sm\:ml-20 {
    margin-left: 5rem;
  }

  .sm\:mr-0 {
    margin-right: 0px;
  }

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

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

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

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

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

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

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

  .sm\:block {
    display: block;
  }

  .sm\:flex {
    display: flex;
  }

  .sm\:h-12 {
    height: 3rem;
  }

  .sm\:h-16 {
    height: 4rem;
  }

  .sm\:h-2\/5 {
    height: 40%;
  }

  .sm\:h-8 {
    height: 2rem;
  }

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

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

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

  .sm\:w-\[4\.5rem\] {
    width: 4.5rem;
  }

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

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

  .sm\:min-w-\[9rem\] {
    min-width: 9rem;
  }

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

  .sm\:gap-2 {
    gap: 0.5rem;
  }

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

  .sm\:gap-6 {
    gap: 1.5rem;
  }

  .sm\:bg-inherit {
    background-color: inherit;
  }

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

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

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

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

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

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

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

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

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

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

  .sm\:pt-\[21px\] {
    padding-top: 21px;
  }

  .sm\:leading-normal {
    line-height: 1.5;
  }

  @media not all and (min-width: 768px) {
    .sm\:max-md\:left-10 {
      left: 2.5rem;
    }
  }
}

@media (min-width: 752px) {
  .min-\[752px\]\:mt-24 {
    margin-top: 6rem;
  }

  .min-\[752px\]\:mt-32 {
    margin-top: 8rem;
  }
}

@media (min-width: 768px) {
  .md\:visible {
    visibility: visible;
  }

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

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

  .md\:bottom-14 {
    bottom: 3.5rem;
  }

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

  .md\:bottom-\[30\%\] {
    bottom: 30%;
  }

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

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

  .md\:left-\[1\%\] {
    left: 1%;
  }

  .md\:right-\[1\%\] {
    right: 1%;
  }

  .md\:top-\[105px\] {
    top: 105px;
  }

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

  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .md\:mx-4 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .md\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .md\:mx-\[2\.25rem\] {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .md\:mx-\[20px\] {
    margin-left: 20px;
    margin-right: 20px;
  }

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

  .md\:-ml-10 {
    margin-left: -2.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .md\:mb-7 {
    margin-bottom: 1.75rem;
  }

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

  .md\:mb-9 {
    margin-bottom: 2.25rem;
  }

  .md\:mb-\[15\%\] {
    margin-bottom: 15%;
  }

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

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

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

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

  .md\:ml-9 {
    margin-left: 2.25rem;
  }

  .md\:mr-0 {
    margin-right: 0px;
  }

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

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

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

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

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

  .md\:mt-2\.5 {
    margin-top: 0.625rem;
  }

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

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

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

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

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

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

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

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

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

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

  .md\:mt-\[-9\%\] {
    margin-top: -9%;
  }

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

  .md\:block {
    display: block;
  }

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

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

  .md\:aspect-\[2\/1\] {
    aspect-ratio: 2/1;
  }

  .md\:h-1 {
    height: 0.25rem;
  }

  .md\:h-10 {
    height: 2.5rem;
  }

  .md\:h-14 {
    height: 3.5rem;
  }

  .md\:h-16 {
    height: 4rem;
  }

  .md\:h-24 {
    height: 6rem;
  }

  .md\:h-3\/4 {
    height: 75%;
  }

  .md\:h-5 {
    height: 1.25rem;
  }

  .md\:h-5\/6 {
    height: 83.333333%;
  }

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

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

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

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

  .md\:h-\[calc\(100\%-64rem\)\] {
    height: calc(100% - 64rem);
  }

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

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

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

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

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

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

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

  .md\:w-\[4\.75rem\] {
    width: 4.75rem;
  }

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

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

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

  .md\:min-w-\[10rem\] {
    min-width: 10rem;
  }

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

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

  .md\:max-w-\[57\.5rem\] {
    max-width: 57.5rem;
  }

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

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

  .md\:basis-1\/2 {
    flex-basis: 50%;
  }

  .md\:basis-\[38\%\] {
    flex-basis: 38%;
  }

  .md\:basis-\[50\%\] {
    flex-basis: 50%;
  }

  .md\:basis-\[55\%\] {
    flex-basis: 55%;
  }

  .md\:basis-\[60\%\] {
    flex-basis: 60%;
  }

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

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

  .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\:flex-row {
    flex-direction: row;
  }

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

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

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

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

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

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

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

  .md\:gap-6 {
    gap: 1.5rem;
  }

  .md\:gap-7 {
    gap: 1.75rem;
  }

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

  .md\:gap-x-\[64px\] {
    -moz-column-gap: 64px;
         column-gap: 64px;
  }

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

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

  .md\:justify-self-end {
    justify-self: end;
  }

  .md\:border {
    border-width: 1px;
  }

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

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

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

  .md\:bg-\[\#ffffff\] {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / 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\:bg-none {
    background-image: none;
  }

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

  .md\:p-0 {
    padding: 0px;
  }

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

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

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

  .md\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

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

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

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

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

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

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

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

  .md\:px-\[2\.25rem\] {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

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

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

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

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

  .md\:\!pb-8 {
    padding-bottom: 2rem !important;
  }

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

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

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

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

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

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

  .md\:pl-\[1\.25rem\] {
    padding-left: 1.25rem;
  }

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

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

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

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

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

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

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

  .md\:pt-\[14px\] {
    padding-top: 14px;
  }

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

  .md\:text-\[2\.15em\] {
    font-size: 2.15em;
  }

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

  @media not all and (min-width: 1024px) {
    .md\:max-lg\:object-left-top {
      -o-object-position: left top;
         object-position: left top;
    }

    .md\:max-lg\:px-5 {
      padding-left: 1.25rem;
      padding-right: 1.25rem;
    }

    .md\:max-lg\:pl-0 {
      padding-left: 0px;
    }
  }
}

@media (min-width: 1024px) {
  .lg\:visible {
    visibility: visible;
  }

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

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

  .lg\:top-\[-400px\] {
    top: -400px;
  }

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

  .lg\:mx-7 {
    margin-left: 1.75rem;
    margin-right: 1.75rem;
  }

  .lg\:mx-9 {
    margin-left: 2.25rem;
    margin-right: 2.25rem;
  }

  .lg\:mx-\[20px\] {
    margin-left: 20px;
    margin-right: 20px;
  }

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

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

  .lg\:my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
  }

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

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

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

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

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

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

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

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

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

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

  .lg\:ml-0 {
    margin-left: 0px;
  }

  .lg\:ml-10 {
    margin-left: 2.5rem;
  }

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

  .lg\:ml-9 {
    margin-left: 2.25rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:mt-\[6\.875rem\] {
    margin-top: 6.875rem;
  }

  .lg\:block {
    display: block;
  }

  .lg\:flex {
    display: flex;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:aspect-\[21\/7\] {
    aspect-ratio: 21/7;
  }

  .lg\:h-16 {
    height: 4rem;
  }

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

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

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

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

  .lg\:min-h-\[40rem\] {
    min-height: 40rem;
  }

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

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

  .lg\:w-\[46vw\] {
    width: 46vw;
  }

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

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

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

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

  .lg\:min-w-\[12rem\] {
    min-width: 12rem;
  }

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

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

  .lg\:max-w-\[57\.5rem\] {
    max-width: 57.5rem;
  }

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

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

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

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

  .lg\:basis-\[38\%\] {
    flex-basis: 38%;
  }

  .lg\:basis-\[50\%\] {
    flex-basis: 50%;
  }

  .lg\:basis-\[65\%\] {
    flex-basis: 65%;
  }

  .lg\:translate-x-\[-1px\] {
    --tw-translate-x: -1px;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

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

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

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

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

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

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

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

  .lg\:gap-0 {
    gap: 0px;
  }

  .lg\:gap-1 {
    gap: 0.25rem;
  }

  .lg\:gap-1\.5 {
    gap: 0.375rem;
  }

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

  .lg\:gap-14 {
    gap: 3.5rem;
  }

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

  .lg\:gap-6 {
    gap: 1.5rem;
  }

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

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

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

  .lg\:\!bg-none {
    background-image: none !important;
  }

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

  .lg\:object-right {
    -o-object-position: right;
       object-position: right;
  }

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

  .lg\:p-7 {
    padding: 1.75rem;
  }

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

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

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

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

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

  .lg\:px-\[4\.5rem\] {
    padding-left: 4.5rem;
    padding-right: 4.5rem;
  }

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

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

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

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

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

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

  .lg\:pl-5 {
    padding-left: 1.25rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .lg\:leading-\[0\.8\] {
    line-height: 0.8;
  }
}

@media (min-width: 1440px) {
  .xl\:bottom-20 {
    bottom: 5rem;
  }

  .xl\:bottom-3 {
    bottom: 0.75rem;
  }

  .xl\:bottom-36 {
    bottom: 9rem;
  }

  .xl\:left-10 {
    left: 2.5rem;
  }

  .xl\:top-\[-3px\] {
    top: -3px;
  }

  .xl\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

  .xl\:mx-1 {
    margin-left: 0.25rem;
    margin-right: 0.25rem;
  }

  .xl\:-ml-28 {
    margin-left: -7rem;
  }

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

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

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

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

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

  .xl\:mb-9 {
    margin-bottom: 2.25rem;
  }

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

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

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

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

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

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

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

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

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

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

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

  .xl\:mt-\[2\.75rem\] {
    margin-top: 2.75rem;
  }

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

  .xl\:mt-\[7rem\] {
    margin-top: 7rem;
  }

  .xl\:block {
    display: block;
  }

  .xl\:flex {
    display: flex;
  }

  .xl\:hidden {
    display: none;
  }

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

  .xl\:h-28 {
    height: 7rem;
  }

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

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

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

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

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

  .xl\:w-24 {
    width: 6rem;
  }

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

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

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

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

  .xl\:min-w-\[15rem\] {
    min-width: 15rem;
  }

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

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

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

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

  .xl\:max-w-\[14\.5rem\] {
    max-width: 14.5rem;
  }

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

  .xl\:max-w-\[78\.5rem\] {
    max-width: 78.5rem;
  }

  .xl\:max-w-\[83\.5rem\] {
    max-width: 83.5rem;
  }

  .xl\:max-w-\[87\.5rem\] {
    max-width: 87.5rem;
  }

  .xl\:max-w-\[97\.5rem\] {
    max-width: 97.5rem;
  }

  .xl\:basis-\[35\%\] {
    flex-basis: 35%;
  }

  .xl\:basis-\[50\%\] {
    flex-basis: 50%;
  }

  .xl\:basis-\[60\%\] {
    flex-basis: 60%;
  }

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

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

  .xl\:flex-row-reverse {
    flex-direction: row-reverse;
  }

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

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

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

  .xl\:gap-14 {
    gap: 3.5rem;
  }

  .xl\:gap-16 {
    gap: 4rem;
  }

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

  .xl\:gap-6 {
    gap: 1.5rem;
  }

  .xl\:gap-7 {
    gap: 1.75rem;
  }

  .xl\:gap-8 {
    gap: 2rem;
  }

  .xl\:bg-\[linear-gradient\(142deg\2c \#f4f4f4_0\%\2c \#f3f3f3_62\%\2c white_62\%\)\] {
    background-image: linear-gradient(142deg,#f4f4f4 0%,#f3f3f3 62%,white 62%);
  }

  .xl\:bg-\[linear-gradient\(145deg\2c \#f4f4f4_0\%\2c \#f4f4f4_75\%\2c white_75\%\)\] {
    background-image: linear-gradient(145deg,#f4f4f4 0%,#f4f4f4 75%,white 75%);
  }

  .xl\:p-0 {
    padding: 0px;
  }

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

  .xl\:p-9 {
    padding: 2.25rem;
  }

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

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

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

  .xl\:px-\[1\.15rem\] {
    padding-left: 1.15rem;
    padding-right: 1.15rem;
  }

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

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

  .xl\:pl-7 {
    padding-left: 1.75rem;
  }

  .xl\:pr-0 {
    padding-right: 0px;
  }

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

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

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

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

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

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

  .xl\:shadow-3d {
    --tw-shadow: -16px 18px 0 -6px, 16px 18px 0 -6px;
    --tw-shadow-colored: -16px 18px 0 -6px var(--tw-shadow-color), 16px 18px 0 -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);
  }

  .xl\:shadow-\[\#88d2e7\] {
    --tw-shadow-color: #88d2e7;
    --tw-shadow: var(--tw-shadow-colored);
  }
}

@media (min-width: 1920px) {
  .\32xl\:bottom-24 {
    bottom: 6rem;
  }

  .\32xl\:top-10 {
    top: 2.5rem;
  }

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

  .\32xl\:-mt-64 {
    margin-top: -16rem;
  }

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

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

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

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

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

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

  .\32xl\:mt-64 {
    margin-top: 16rem;
  }

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

  .\32xl\:mt-\[68px\] {
    margin-top: 68px;
  }

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

  .\32xl\:block {
    display: block;
  }

  .\32xl\:hidden {
    display: none;
  }

  .\32xl\:h-24 {
    height: 6rem;
  }

  .\32xl\:h-32 {
    height: 8rem;
  }

  .\32xl\:h-\[120\%\] {
    height: 120%;
  }

  .\32xl\:h-\[150vh\] {
    height: 150vh;
  }

  .\32xl\:h-\[64\%\] {
    height: 64%;
  }

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

  .\32xl\:max-h-\[350px\] {
    max-height: 350px;
  }

  .\32xl\:max-h-full {
    max-height: 100%;
  }

  .\32xl\:min-h-\[370px\] {
    min-height: 370px;
  }

  .\32xl\:min-h-\[493px\] {
    min-height: 493px;
  }

  .\32xl\:w-2\/3 {
    width: 66.666667%;
  }

  .\32xl\:w-\[3840px\] {
    width: 3840px;
  }

  .\32xl\:w-\[6\.5rem\] {
    width: 6.5rem;
  }

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

  .\32xl\:min-w-\[3840px\] {
    min-width: 3840px;
  }

  .\32xl\:max-w-\[101rem\] {
    max-width: 101rem;
  }

  .\32xl\:max-w-\[1472px\] {
    max-width: 1472px;
  }

  .\32xl\:max-w-\[92rem\] {
    max-width: 92rem;
  }

  .\32xl\:max-w-\[97rem\] {
    max-width: 97rem;
  }

  .\32xl\:max-w-\[98\.5rem\] {
    max-width: 98.5rem;
  }

  .\32xl\:basis-\[43\%\] {
    flex-basis: 43%;
  }

  .\32xl\:basis-\[50\%\] {
    flex-basis: 50%;
  }

  .\32xl\:-translate-x-\[-6\%\] {
    --tw-translate-x: 6%;
    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));
  }

  .\32xl\: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));
  }

  .\32xl\:translate-x-\[32\%\] {
    --tw-translate-x: 32%;
    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));
  }

  .\32xl\:translate-x-\[40\%\] {
    --tw-translate-x: 40%;
    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));
  }

  .\32xl\:translate-x-\[6\%\] {
    --tw-translate-x: 6%;
    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));
  }

  .\32xl\:translate-x-\[8\%\] {
    --tw-translate-x: 8%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }

  .\32xl\:translate-y-\[-51\.97\%\] {
    --tw-translate-y: -51.97%;
    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));
  }

  .\32xl\:gap-12 {
    gap: 3rem;
  }

  .\32xl\:gap-14 {
    gap: 3.5rem;
  }

  .\32xl\:gap-20 {
    gap: 5rem;
  }

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

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

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

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

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

@media (min-width: 2100px) {
  .\32\.5xl\:h-full {
    height: 100%;
  }

  .\32\.5xl\:w-\[40vw\] {
    width: 40vw;
  }

  .\32\.5xl\:translate-x-\[45\%\] {
    --tw-translate-x: 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));
  }

  .\32\.5xl\:bg-\[linear-gradient\(142deg\2c \#f4f4f4_0\%\2c \#f3f3f3_60\%\2c white_60\%\)\] {
    background-image: linear-gradient(142deg,#f4f4f4 0%,#f3f3f3 60%,white 60%);
  }
}

@media (min-width: 2300px) {
  .min-\[2300px\]\:w-\[35vw\] {
    width: 35vw;
  }
}

@media (min-width: 2700px) {
  .min-\[2700px\]\:w-\[30vw\] {
    width: 30vw;
  }
}

@media (min-width: 3440px) {
  .\33xl\:mb-4 {
    margin-bottom: 1rem;
  }

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

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

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

  .\33xl\:h-24 {
    height: 6rem;
  }

  .\33xl\:h-32 {
    height: 8rem;
  }

  .\33xl\:h-36 {
    height: 9rem;
  }

  .\33xl\:w-\[25vw\] {
    width: 25vw;
  }

  .\33xl\:w-\[5120px\] {
    width: 5120px;
  }

  .\33xl\:min-w-\[5120px\] {
    min-width: 5120px;
  }

  .\33xl\:translate-x-\[116\%\] {
    --tw-translate-x: 116%;
    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));
  }

  .\33xl\:translate-x-\[43\%\] {
    --tw-translate-x: 43%;
    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));
  }

  .\33xl\:translate-x-\[9\%\] {
    --tw-translate-x: 9%;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
  }
}

@media (min-width: 5120px) {
  .\35xl\:h-20 {
    height: 5rem;
  }

  .\35xl\:h-28 {
    height: 7rem;
  }

  .\35xl\:h-44 {
    height: 11rem;
  }

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

.\[\&\.div\>a\]\:leading-\[20px\].div>a {
  line-height: 20px;
}

.\[\&\:\:-webkit-details-marker\]\:hidden::-webkit-details-marker {
  display: none;
}

.\[\&\>\*\:nth-child\(even\)\]\:-mr-1>*:nth-child(even) {
  margin-right: -0.25rem;
}

.\[\&\>\*\:nth-child\(even\)\]\:bg-white>*:nth-child(even) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}

.hover\:\[\&\>\*\:nth-child\(even\)\]\:bg-sigBlue>*:nth-child(even):hover {
  --tw-bg-opacity: 1;
  background-color: rgb(0 93 185 / var(--tw-bg-opacity));
}

.\[\&\>\*\]\:text-pretty>* {
  text-wrap: pretty;
}

.\[\&\>\*\]\:leading-tight>* {
  line-height: 1.25;
}

@media (min-width: 500px) {
  .\[\&\>\*\]\:sm\:my-2>* {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
  }
}

.\[\&\>\:nth-child\(-n\+2\)\]\:hidden>:nth-child(-n+2) {
  display: none;
}

@media (min-width: 500px) {
  .\[\&\>\:nth-child\(-n\+2\)\]\:sm\:flex>:nth-child(-n+2) {
    display: flex;
  }
}

.\[\&\>\:nth-child\(3\)\]\:mx-auto>:nth-child(3) {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 500px) {
  .\[\&\>\:nth-child\(3\)\]\:sm\:hidden>:nth-child(3) {
    display: none;
  }
}

.\[\&\>a\+a\]\:ml-1>a+a {
  margin-left: 0.25rem;
}

.\[\&\>a\:nth-child\(n\+2\)\]\:border-l-2>a:nth-child(n+2) {
  border-left-width: 2px;
}

.\[\&\>a\:nth-child\(n\+2\)\]\:pl-1>a:nth-child(n+2) {
  padding-left: 0.25rem;
}

.\[\&\>div\+div\]\:mt-5>div+div {
  margin-top: 1.25rem;
}

.\[\&\>div\:nth-child\(2\)\>div\>img\]\:w-16>div:nth-child(2)>div>img {
  width: 4rem;
}

.\[\&\>div\>div\:nth-child\(1\)\]\:hidden>div>div:nth-child(1) {
  display: none;
}

.\[\&\>div\>div\:nth-child\(1\)\]\:grow>div>div:nth-child(1) {
  flex-grow: 1;
}

.\[\&\>div\>div\:nth-child\(2\)\]\:items-start>div>div:nth-child(2) {
  align-items: flex-start;
}

.\[\&\>div\>div\:nth-child\(2\)\]\:justify-start>div>div:nth-child(2) {
  justify-content: flex-start;
}

.\[\&\>div\>div\:nth-child\(2\)\]\:justify-center>div>div:nth-child(2) {
  justify-content: center;
}

@media (min-width: 768px) {
  .md\:\[\&\>div\>div\:nth-child\(2\)\]\:items-end>div>div:nth-child(2) {
    align-items: flex-end;
  }

  .md\:\[\&\>div\>div\:nth-child\(2\)\]\:justify-center>div>div:nth-child(2) {
    justify-content: center;
  }
}

.\[\&\>div\>div\>a\]\:py-2>div>div>a {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

@media (min-width: 1440px) {
  .\[\&\>div\>div\>a\]\:xl\:py-3>div>div>a {
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
  }
}

.\[\&\>div\>div\]\:mb-0>div>div {
  margin-bottom: 0px;
}

.\[\&\>div\>div\]\:mt-0>div>div {
  margin-top: 0px;
}

.\[\&\>div\>div\]\:mt-2\.5>div>div {
  margin-top: 0.625rem;
}

@media (min-width: 768px) {
  .\[\&\>div\>div\]\:md\:mt-3>div>div {
    margin-top: 0.75rem;
  }
}

@media (min-width: 1024px) {
  .\[\&\>div\>div\]\:lg\:mt-4>div>div {
    margin-top: 1rem;
  }
}

@media (min-width: 1440px) {
  .\[\&\>div\>div\]\:xl\:mt-5>div>div {
    margin-top: 1.25rem;
  }
}

.\[\&\>div\]\:gap-10>div {
  gap: 2.5rem;
}

.\[\&\>div\]\:gap-5>div {
  gap: 1.25rem;
}

.\[\&\>div\]\:pt-0>div {
  padding-top: 0px;
}

@media (min-width: 1920px) {
  .\[\&\>div\]\:2xl\:gap-20>div {
    gap: 5rem;
  }
}

.\[\&\>img\+img\]\:ml-2>img+img {
  margin-left: 0.5rem;
}

.\[\&\>img\+img\]\:ml-3>img+img {
  margin-left: 0.75rem;
}

.\[\&\>img\+img\]\:mt-2>img+img {
  margin-top: 0.5rem;
}

.\[\&\>img\+img\]\:border-2>img+img {
  border-width: 2px;
}

.\[\&\>img\+img\]\:border-black>img+img {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

@media (min-width: 768px) {
  .md\:\[\&\>img\+img\]\:ml-3>img+img {
    margin-left: 0.75rem;
  }
}

.\[\&\>p\:nth-child\(2\)\]\:-ml-\[6px\]>p:nth-child(2) {
  margin-left: -6px;
}

@media (min-width: 1024px) {
  .lg\:\[\&\>p\:nth-child\(2\)\]\:translate-x-\[-6px\]>p:nth-child(2) {
    --tw-translate-x: -6px;
    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: 1440px) {
  .xl\:\[\&\>p\:nth-child\(2\)\]\:translate-x-\[-11px\]>p:nth-child(2) {
    --tw-translate-x: -11px;
    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));
  }
}

.\[\&\>p\>span\]\:flex>p>span {
  display: flex;
}

.\[\&\>p\>span\]\:items-center>p>span {
  align-items: center;
}

.\[\&\>p\]\:leading-tight>p {
  line-height: 1.25;
}

@media not all and (min-width: 1024px) {
  .max-lg\:\[\&\>p\]\:px-9>p {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
}

@media (min-width: 768px) {
  .md\:\[\&\>p\]\:px-9>p {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }
}

.\[\&_\*\]\:overflow-visible * {
  overflow: visible;
}

@media not all and (min-width: 768px) {
  .\[\&_\*\]\:max-md\:block * {
    display: block;
  }
}

.\[\&_a\:hover\]\:text-sigNavyBlue a:hover {
  --tw-text-opacity: 1;
  color: rgb(28 53 94 / var(--tw-text-opacity));
}

.\[\&_div\]\:justify-start div {
  justify-content: flex-start;
}

.\[\&_p\]\:break-words p {
  overflow-wrap: break-word;
}

.\[\&_p\]\:text-left p {
  text-align: left;
}

.\[\&_p\]\:text-\[1\.3em\] p {
  font-size: 1.3em;
}

.\[\&_p\]\:font-semibold p {
  font-weight: 600;
}

.\[\&_span\:nth-child\(1\)\]\:text-\[37px\] span:nth-child(1) {
  font-size: 37px;
}

.\[\&_span\:nth-child\(1\)\]\:leading-\[40px\] span:nth-child(1) {
  line-height: 40px;
}

.\[\&_span\:nth-child\(3\)\]\:text-\[39px\] span:nth-child(3) {
  font-size: 39px;
}

.\[\&_span\:nth-child\(3\)\]\:leading-\[44px\] span:nth-child(3) {
  line-height: 44px;
}

.\[\&_span\:nth-child\(5\)\]\:text-\[76\.9px\] span:nth-child(5) {
  font-size: 76.9px;
}

.\[\&_span\:nth-child\(5\)\]\:leading-\[66px\] span:nth-child(5) {
  line-height: 66px;
}

.\[\&p\>\]\:leading-nonep> {
  line-height: 1;
}
