/*
! 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: currentColor; /* 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: Geomanist, sans-serif; /* 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;
}
  body.is-frontend {
  font-family: Geomanist, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
}
  @media (min-width: 1024px) {
    body.is-frontend {
    font-size: 1rem;
    line-height: 1.5rem;
  }
  }
  h1 {
  font-weight: 700;
  font-size: 2.25rem;
  line-height: 2.5rem;
}
  @media (min-width: 1024px) {
    h1 {
    font-size: 3rem;
    line-height: 1;
  }
  }
  @media (min-width: 1280px) {
    h1 {
    font-size: 3.75rem;
    line-height: 1;
  }
  }
  h2 {
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 2.25rem;
}
  @media (min-width: 1024px) {
    h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  }
  @media (min-width: 1280px) {
    h2 {
    font-size: 3rem;
    line-height: 1;
  }
  }
  h3 {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
}
  @media (min-width: 1024px) {
    h3 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  }
  @media (min-width: 1280px) {
    h3 {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  }
  h4 {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
}
  @media (min-width: 1024px) {
    h4 {
    font-size: 1.5rem;
    line-height: 2rem;
  }
  }
  @media (min-width: 1280px) {
    h4 {
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  }
  h5 {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
}
  h6 {
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.5rem;
}
  picture {
  display: block;
  border-radius: 0.25rem;
  width: 100%;
}
  picture img {
  border-radius: 0.25rem;
  width: 100%;
}
  .prose > *,
  .ck-content > * {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
  .prose > :first-child,
  .ck-content > :first-child {
  margin-top: 0px;
}
  .prose > :last-child,
  .ck-content > :last-child {
  margin-bottom: 0px;
}
  .prose div h1:first-child,
  .prose div h2:first-child,
  .prose div h3:first-child,
  .prose div h4:first-child,
  .prose div h5:first-child,
  .prose div h6:first-child,
  .prose div p:first-child,
  .prose div table:first-child,
  .prose div blockquote:first-child,
  .prose div hr:first-child,
  .prose table h1:first-child,
  .prose table h2:first-child,
  .prose table h3:first-child,
  .prose table h4:first-child,
  .prose table h5:first-child,
  .prose table h6:first-child,
  .prose table p:first-child,
  .prose table table:first-child,
  .prose table blockquote:first-child,
  .prose table hr:first-child,
  .ck-content div h1:first-child,
  .ck-content div h2:first-child,
  .ck-content div h3:first-child,
  .ck-content div h4:first-child,
  .ck-content div h5:first-child,
  .ck-content div h6:first-child,
  .ck-content div p:first-child,
  .ck-content div table:first-child,
  .ck-content div blockquote:first-child,
  .ck-content div hr:first-child,
  .ck-content table h1:first-child,
  .ck-content table h2:first-child,
  .ck-content table h3:first-child,
  .ck-content table h4:first-child,
  .ck-content table h5:first-child,
  .ck-content table h6:first-child,
  .ck-content table p:first-child,
  .ck-content table table:first-child,
  .ck-content table blockquote:first-child,
  .ck-content table hr:first-child {
  margin-top: 0px;
}
  .prose div h1:last-child,
  .prose div h2:last-child,
  .prose div h3:last-child,
  .prose div h4:last-child,
  .prose div h5:last-child,
  .prose div h6:last-child,
  .prose div p:last-child,
  .prose div table:last-child,
  .prose div blockquote:last-child,
  .prose div hr:last-child,
  .prose table h1:last-child,
  .prose table h2:last-child,
  .prose table h3:last-child,
  .prose table h4:last-child,
  .prose table h5:last-child,
  .prose table h6:last-child,
  .prose table p:last-child,
  .prose table table:last-child,
  .prose table blockquote:last-child,
  .prose table hr:last-child,
  .ck-content div h1:last-child,
  .ck-content div h2:last-child,
  .ck-content div h3:last-child,
  .ck-content div h4:last-child,
  .ck-content div h5:last-child,
  .ck-content div h6:last-child,
  .ck-content div p:last-child,
  .ck-content div table:last-child,
  .ck-content div blockquote:last-child,
  .ck-content div hr:last-child,
  .ck-content table h1:last-child,
  .ck-content table h2:last-child,
  .ck-content table h3:last-child,
  .ck-content table h4:last-child,
  .ck-content table h5:last-child,
  .ck-content table h6:last-child,
  .ck-content table p:last-child,
  .ck-content table table:last-child,
  .ck-content table blockquote:last-child,
  .ck-content table hr:last-child {
  margin-bottom: 0px;
}
  .prose ol,
  .prose ul,
  .ck-content ol,
  .ck-content ul {
  padding-left: 1rem;
}
  .prose ol li,
  .prose ul li,
  .ck-content ol li,
  .ck-content ul li {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
  padding-left: 0.5rem;
  letter-spacing: -0.025em;
}
  .prose ol ol,
  .prose ol ul,
  .prose ul ol,
  .prose ul ul,
  .ck-content ol ol,
  .ck-content ol ul,
  .ck-content ul ol,
  .ck-content ul ul {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
  .prose ul,
  .ck-content ul {
  list-style-type: none;
  padding-left: 0px;
}
  .prose ul > li,
  .ck-content ul > li {
  position: relative;
  padding-left: 1.5rem;
}
  .prose ul > li::before,
  .ck-content ul > li::before {
  position: absolute;
  top: 0.5rem;
  left: 0px;
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(17 156 169 / var(--tw-bg-opacity));
    content: "";
}
  .prose ul > ul,
  .ck-content ul > ul {
  padding-left: 1rem;
}
  .prose ol,
  .ck-content ol {
  list-style-type: decimal;
}
  .prose h1 a:not(.btn),
  .prose h2 a:not(.btn),
  .prose h3 a:not(.btn),
  .prose h4 a:not(.btn),
  .prose h5 a:not(.btn),
  .prose h6 a:not(.btn),
  .prose p a:not(.btn),
  .prose li a:not(.btn),
  .prose table a:not(.btn),
  .prose blockquote a:not(.btn),
  .ck-content h1 a:not(.btn),
  .ck-content h2 a:not(.btn),
  .ck-content h3 a:not(.btn),
  .ck-content h4 a:not(.btn),
  .ck-content h5 a:not(.btn),
  .ck-content h6 a:not(.btn),
  .ck-content p a:not(.btn),
  .ck-content li a:not(.btn),
  .ck-content table a:not(.btn),
  .ck-content blockquote a:not(.btn) {
  border-bottom-width: 2px;
  font-weight: 600;
}
  .prose h1 a:not(.btn) strong,
  .prose h2 a:not(.btn) strong,
  .prose h3 a:not(.btn) strong,
  .prose h4 a:not(.btn) strong,
  .prose h5 a:not(.btn) strong,
  .prose h6 a:not(.btn) strong,
  .prose p a:not(.btn) strong,
  .prose li a:not(.btn) strong,
  .prose table a:not(.btn) strong,
  .prose blockquote a:not(.btn) strong,
  .ck-content h1 a:not(.btn) strong,
  .ck-content h2 a:not(.btn) strong,
  .ck-content h3 a:not(.btn) strong,
  .ck-content h4 a:not(.btn) strong,
  .ck-content h5 a:not(.btn) strong,
  .ck-content h6 a:not(.btn) strong,
  .ck-content p a:not(.btn) strong,
  .ck-content li a:not(.btn) strong,
  .ck-content table a:not(.btn) strong,
  .ck-content blockquote a:not(.btn) strong {
    font-weight: inherit;
  }
  .prose strong,
  .ck-content strong {
  font-weight: 700;
}
  .prose blockquote,
  .ck-content blockquote {
  --tw-bg-opacity: 1;
  background-color: rgb(21 82 119 / var(--tw-bg-opacity));
  line-height: 1.625;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  padding: 1.5rem;
  border-radius: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
  @media (min-width: 768px) {
    .prose blockquote,
    .ck-content blockquote {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    padding: 2.5rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  }
  @media (min-width: 1024px) {
    .prose blockquote,
    .ck-content blockquote {
    margin-left: -4rem;
  }
  }
  .prose blockquote > *:first-child,
  .ck-content blockquote > *:first-child {
  margin-top: 0px;
}
  .prose blockquote > *:last-child,
  .ck-content blockquote > *:last-child {
  margin-bottom: 0px;
}
  .prose figure,
  .prose picture,
  .prose .media-image,
  .ck-content figure,
  .ck-content picture,
  .ck-content .media-image {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
  .prose figure:first-child,
  .prose picture:first-child,
  .prose .media-image:first-child,
  .ck-content figure:first-child,
  .ck-content picture:first-child,
  .ck-content .media-image:first-child {
  margin-top: 0px;
}
  .prose figure:last-child,
  .prose picture:last-child,
  .prose .media-image:last-child,
  .ck-content figure:last-child,
  .ck-content picture:last-child,
  .ck-content .media-image:last-child {
  margin-bottom: 0px;
}
  .prose figure .media-image,
  .ck-content figure .media-image {
  margin-bottom: 0px;
}
  .prose figure figcaption,
  .ck-content figure figcaption {
  font-style: italic;
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-top: 0.5rem;
}
  .prose table,
  .ck-content table {
  margin-top: 2rem;
  margin-bottom: 2rem;
  width: 100%;
}
  .prose table tr,
  .ck-content table tr {
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
}
  .prose table tr:nth-child(odd),
  .ck-content table tr:nth-child(odd) {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
  .prose table tr:last-child,
  .ck-content table tr:last-child {
  border-bottom-width: 0px;
}
  .prose table tr > :last-child,
  .ck-content table tr > :last-child {
  border-right-width: 0px;
}
  .prose table th,
  .prose table td,
  .ck-content table th,
  .ck-content table td {
  vertical-align: top;
  border-right-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  padding: 0.5rem;
}
  .prose table th,
  .ck-content table th {
  border-bottom-width: 2px;
  --tw-border-opacity: 1;
  border-bottom-color: rgb(0 108 120 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(17 156 169 / var(--tw-bg-opacity));
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
  .prose hr,
  .ck-content hr {
  border-width: 1px;
  margin-top: 2rem;
  margin-bottom: 2rem;
  clear: both;
}
  .prose iframe,
  .ck-content iframe {
  width: 100%;
  aspect-ratio: 4/3;
}
  h1 {
  margin-top: 0px;
  margin-bottom: 0.7em;
}
  h2 {
  margin-top: 2em;
  margin-bottom: 0.6em;
}
  h3 {
  margin-top: 0.6em;
  margin-bottom: 0.6em;
}
  h4 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}
  h5 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}
  h6 {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}
  p {
  margin-top: 1em;
  margin-bottom: 1em;
}
  [type=text],
  [type=email],
  [type=url],
  [type=password],
  [type=number],
  [type=date],
  [type=month],
  [type=search],
  [type=tel],
  [type=time],
  [multiple],
  textarea,
  select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
  border-radius: 0px;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  padding-left: 1rem;
  padding-right: 1rem;
  font-size: 1rem;
  line-height: 1.5rem;
}
  [type=text]:focus,
  [type=email]:focus,
  [type=url]:focus,
  [type=password]:focus,
  [type=number]:focus,
  [type=date]:focus,
  [type=month]:focus,
  [type=search]:focus,
  [type=tel]:focus,
  [type=time]:focus,
  [multiple]:focus,
  textarea:focus,
  select:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
  input::-moz-placeholder,
  textarea::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
  opacity: 1;
}
  input::-moz-placeholder, textarea::-moz-placeholder {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
  opacity: 1;
}
  input::placeholder,
  textarea::placeholder {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
  opacity: 1;
}
  select {
  background-repeat: no-repeat;
  padding-right: 2.5rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-size: 1.5em 1.5em;
    -webkit-print-color-adjust: exact;
            print-color-adjust: exact;
}
  [multiple] {
  padding-right: 0.75rem;
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    -webkit-print-color-adjust: unset;
            print-color-adjust: unset;
}
  [type=checkbox],
  [type=radio] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0px;
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
  height: 1.25rem;
  width: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(47 55 57 / var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
    -webkit-print-color-adjust: exact;
            print-color-adjust: exact;
    background-origin: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
}
  [type=checkbox] {
  border-radius: 0px;
}
  [type=radio] {
    border-radius: 100%;
  }
  [type=checkbox]:focus,
  [type=radio]:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}
  [type=checkbox]:checked,
  [type=radio]:checked {
  border-color: transparent;
  background-color: currentColor;
  background-position: center;
  background-repeat: no-repeat;
    background-size: 100% 100%;
}
  [type=checkbox]:checked {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3E%3C/svg%3E");
  }
  [type=radio]:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3ccircle cx='8' cy='8' r='3'/%3e%3c/svg%3e");
  }
  [type=checkbox]:checked:hover,
  [type=checkbox]:checked:focus,
  [type=radio]:checked:hover,
  [type=radio]:checked:focus {
  border-color: transparent;
  background-color: currentColor;
}
  [type=checkbox]:indeterminate {
  border-color: transparent;
  background-color: currentColor;
  background-position: center;
  background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    background-size: 100% 100%;
}
  [type=checkbox]:indeterminate:hover,
  [type=checkbox]:indeterminate:focus {
  border-color: transparent;
  background-color: currentColor;
}
  [type=file] {
  border-width: 0px;
  border-radius: 0px;
  padding: 0px;
    background: unset;
    border-color: inherit;
    font-size: unset;
    line-height: inherit;
}
  [type=file]:focus {
    outline: 1px auto -webkit-focus-ring-color;
  }
  /* Specific styles for editing media in the CMS. */
  /* stylelint-disable */
  /* stylelint-enable */

*, ::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:  ;
}
:root {
  --color-transparent: transparent;
  --color-current: currentColor;
  --color-primary: #2F3739;
  --color-primary-mid: #979B9C;
  --color-primary-bright: #D5D7D7;
  --color-primary-light: #F4F5F5;
  --color-secondary: #155277;
  --color-secondary-mid: #3D7299;
  --color-secondary-bright: #2B96DD;
  --color-secondary-light: #80C0EB;
  --color-tertiary: #006C78;
  --color-tertiary-mid: #119CA9;
  --color-tertiary-bright: #3CB9C5;
  --color-tertiary-light: #8AD5DC;
  --color-black: #000000;
  --color-white: #ffffff;
  --color-green-50: #f0fdf4;
  --color-green-100: #dcfce7;
  --color-green-200: #bbf7d0;
  --color-green-300: #86efac;
  --color-green-400: #4ade80;
  --color-green-500: #22c55e;
  --color-green-600: #16a34a;
  --color-green-700: #15803d;
  --color-green-800: #166534;
  --color-green-900: #14532d;
  --color-green-950: #052e16;
  --color-red-50: #fef2f2;
  --color-red-100: #fee2e2;
  --color-red-200: #fecaca;
  --color-red-300: #fca5a5;
  --color-red-400: #f87171;
  --color-red-500: #ef4444;
  --color-red-600: #dc2626;
  --color-red-700: #b91c1c;
  --color-red-800: #991b1b;
  --color-red-900: #7f1d1d;
  --color-red-950: #450a0a;
  --color-grey-50: #fafafa;
  --color-grey-100: #f5f5f5;
  --color-grey-200: #e5e5e5;
  --color-grey-300: #d4d4d4;
  --color-grey-400: #a3a3a3;
  --color-grey-500: #737373;
  --color-grey-600: #525252;
  --color-grey-700: #404040;
  --color-grey-800: #262626;
  --color-grey-900: #171717;
  --color-grey-950: #0a0a0a;
  --screen-sm: 640px;
  --screen-md: 768px;
  --screen-lg: 1024px;
  --screen-xl: 1280px;
  --screen-2xl: 1536px;
  --font-sans: Geomanist,sans-serif;
  --text-15: 0.938rem;
  --text-22: 1.375rem;
  --text-42: 2.625rem;
  --text-54: 3.375rem;
  --text-xs: 0.75rem;
  --text-xs-line-height: 1rem;
  --text-sm: 0.875rem;
  --text-sm-line-height: 1.25rem;
  --text-base: 1rem;
  --text-base-line-height: 1.5rem;
  --text-lg: 1.125rem;
  --text-lg-line-height: 1.75rem;
  --text-xl: 1.25rem;
  --text-xl-line-height: 1.75rem;
  --text-2xl: 1.5rem;
  --text-2xl-line-height: 2rem;
  --text-3xl: 1.875rem;
  --text-3xl-line-height: 2.25rem;
  --text-4xl: 2.25rem;
  --text-4xl-line-height: 2.5rem;
  --text-5xl: 3rem;
  --text-5xl-line-height: 1;
  --text-6xl: 3.75rem;
  --text-6xl-line-height: 1;
  --text-7xl: 4.5rem;
  --text-7xl-line-height: 1;
  --text-8xl: 6rem;
  --text-8xl-line-height: 1;
  --text-9xl: 8rem;
  --text-9xl-line-height: 1;
  --font-thin: 100;
  --font-extralight: 200;
  --font-light: 300;
  --font-normal: 400;
  --font-medium: 500;
  --font-semibold: 600;
  --font-bold: 700;
  --font-extrabold: 800;
  --font-black: 900;
  --font-bolder: bolder;
  --leading-3: .75rem;
  --leading-4: 1rem;
  --leading-5: 1.25rem;
  --leading-6: 1.5rem;
  --leading-7: 1.75rem;
  --leading-8: 2rem;
  --leading-9: 2.25rem;
  --leading-10: 2.5rem;
  --leading-15: 0.938rem;
  --leading-22: 1.375rem;
  --leading-42: 2.625rem;
  --leading-54: 3.375rem;
  --leading-none: 1;
  --leading-tight: 1.25;
  --leading-snug: 1.375;
  --leading-normal: 1.5;
  --leading-relaxed: 1.625;
  --leading-loose: 2;
  --tracking-tighter: -0.05em;
  --tracking-tight: -0.025em;
  --tracking-normal: 0em;
  --tracking-wide: 0.025em;
  --tracking-wider: 0.05em;
  --tracking-widest: 0.1em;
  --bg-auto: auto;
  --bg-cover: cover;
  --bg-contain: contain;
  --border-0: 0px;
  --border-2: 2px;
  --border-4: 4px;
  --border-8: 8px;
  --border-default: 1px;
  --rounded-none: 0px;
  --rounded-sm: 0.125rem;
  --rounded-default: 0.25rem;
  --rounded-md: 0.375rem;
  --rounded-lg: 0.5rem;
  --rounded-xl: 0.75rem;
  --rounded-2xl: 1rem;
  --rounded-3xl: 1.5rem;
  --rounded-full: 9999px;
  --w-0: 0px;
  --w-1: 0.25rem;
  --w-2: 0.5rem;
  --w-3: 0.75rem;
  --w-4: 1rem;
  --w-5: 1.25rem;
  --w-6: 1.5rem;
  --w-7: 1.75rem;
  --w-8: 2rem;
  --w-9: 2.25rem;
  --w-10: 2.5rem;
  --w-11: 2.75rem;
  --w-12: 3rem;
  --w-14: 3.5rem;
  --w-16: 4rem;
  --w-20: 5rem;
  --w-24: 6rem;
  --w-28: 7rem;
  --w-32: 8rem;
  --w-36: 9rem;
  --w-40: 10rem;
  --w-44: 11rem;
  --w-48: 12rem;
  --w-52: 13rem;
  --w-56: 14rem;
  --w-60: 15rem;
  --w-64: 16rem;
  --w-72: 18rem;
  --w-80: 20rem;
  --w-96: 24rem;
  --w-auto: auto;
  --w-px: 1px;
  --w-0_5: 0.125rem;
  --w-1_5: 0.375rem;
  --w-2_5: 0.625rem;
  --w-3_5: 0.875rem;
  --w-1-2: 50%;
  --w-1-3: 33.333333%;
  --w-2-3: 66.666667%;
  --w-1-4: 25%;
  --w-2-4: 50%;
  --w-3-4: 75%;
  --w-1-5: 20%;
  --w-2-5: 40%;
  --w-3-5: 60%;
  --w-4-5: 80%;
  --w-1-6: 16.666667%;
  --w-2-6: 33.333333%;
  --w-3-6: 50%;
  --w-4-6: 66.666667%;
  --w-5-6: 83.333333%;
  --w-1-12: 8.333333%;
  --w-2-12: 16.666667%;
  --w-3-12: 25%;
  --w-4-12: 33.333333%;
  --w-5-12: 41.666667%;
  --w-6-12: 50%;
  --w-7-12: 58.333333%;
  --w-8-12: 66.666667%;
  --w-9-12: 75%;
  --w-10-12: 83.333333%;
  --w-11-12: 91.666667%;
  --w-full: 100%;
  --w-screen: 100vw;
  --w-svw: 100svw;
  --w-lvw: 100lvw;
  --w-dvw: 100dvw;
  --w-min: min-content;
  --w-max: max-content;
  --w-fit: fit-content;
  --w-1-2-cols: var(--one-of-two-cols);
  --w-1-3-cols: var(--one-of-three-cols);
  --w-2-3-cols: var(--two-of-three-cols);
  --w-1-4-cols: var(--one-of-four-cols);
  --w-2-4-cols: var(--two-of-four-cols);
  --w-3-4-cols: var(--three-of-four-cols);
  --h-0: 0px;
  --h-1: 0.25rem;
  --h-2: 0.5rem;
  --h-3: 0.75rem;
  --h-4: 1rem;
  --h-5: 1.25rem;
  --h-6: 1.5rem;
  --h-7: 1.75rem;
  --h-8: 2rem;
  --h-9: 2.25rem;
  --h-10: 2.5rem;
  --h-11: 2.75rem;
  --h-12: 3rem;
  --h-14: 3.5rem;
  --h-16: 4rem;
  --h-20: 5rem;
  --h-24: 6rem;
  --h-28: 7rem;
  --h-32: 8rem;
  --h-36: 9rem;
  --h-40: 10rem;
  --h-44: 11rem;
  --h-48: 12rem;
  --h-52: 13rem;
  --h-56: 14rem;
  --h-60: 15rem;
  --h-64: 16rem;
  --h-72: 18rem;
  --h-80: 20rem;
  --h-96: 24rem;
  --h-128: 32rem;
  --h-auto: auto;
  --h-px: 1px;
  --h-0_5: 0.125rem;
  --h-1_5: 0.375rem;
  --h-2_5: 0.625rem;
  --h-3_5: 0.875rem;
  --h-1-2: 50%;
  --h-1-3: 33.333333%;
  --h-2-3: 66.666667%;
  --h-1-4: 25%;
  --h-2-4: 50%;
  --h-3-4: 75%;
  --h-1-5: 20%;
  --h-2-5: 40%;
  --h-3-5: 60%;
  --h-4-5: 80%;
  --h-1-6: 16.666667%;
  --h-2-6: 33.333333%;
  --h-3-6: 50%;
  --h-4-6: 66.666667%;
  --h-5-6: 83.333333%;
  --h-full: 100%;
  --h-screen: 100vh;
  --h-svh: 100svh;
  --h-lvh: 100lvh;
  --h-dvh: 100dvh;
  --h-min: min-content;
  --h-max: max-content;
  --h-fit: fit-content;
  --min-w-0: 0px;
  --min-w-1: 0.25rem;
  --min-w-2: 0.5rem;
  --min-w-3: 0.75rem;
  --min-w-4: 1rem;
  --min-w-5: 1.25rem;
  --min-w-6: 1.5rem;
  --min-w-7: 1.75rem;
  --min-w-8: 2rem;
  --min-w-9: 2.25rem;
  --min-w-10: 2.5rem;
  --min-w-11: 2.75rem;
  --min-w-12: 3rem;
  --min-w-14: 3.5rem;
  --min-w-16: 4rem;
  --min-w-20: 5rem;
  --min-w-24: 6rem;
  --min-w-28: 7rem;
  --min-w-32: 8rem;
  --min-w-36: 9rem;
  --min-w-40: 10rem;
  --min-w-44: 11rem;
  --min-w-48: 12rem;
  --min-w-52: 13rem;
  --min-w-56: 14rem;
  --min-w-60: 15rem;
  --min-w-64: 16rem;
  --min-w-72: 18rem;
  --min-w-80: 20rem;
  --min-w-96: 24rem;
  --min-w-px: 1px;
  --min-w-0_5: 0.125rem;
  --min-w-1_5: 0.375rem;
  --min-w-2_5: 0.625rem;
  --min-w-3_5: 0.875rem;
  --min-w-full: 100%;
  --min-w-min: min-content;
  --min-w-max: max-content;
  --min-w-fit: fit-content;
  --min-h-0: 0px;
  --min-h-1: 0.25rem;
  --min-h-2: 0.5rem;
  --min-h-3: 0.75rem;
  --min-h-4: 1rem;
  --min-h-5: 1.25rem;
  --min-h-6: 1.5rem;
  --min-h-7: 1.75rem;
  --min-h-8: 2rem;
  --min-h-9: 2.25rem;
  --min-h-10: 2.5rem;
  --min-h-11: 2.75rem;
  --min-h-12: 3rem;
  --min-h-14: 3.5rem;
  --min-h-16: 4rem;
  --min-h-20: 5rem;
  --min-h-24: 6rem;
  --min-h-28: 7rem;
  --min-h-32: 8rem;
  --min-h-36: 9rem;
  --min-h-40: 10rem;
  --min-h-44: 11rem;
  --min-h-48: 12rem;
  --min-h-52: 13rem;
  --min-h-56: 14rem;
  --min-h-60: 15rem;
  --min-h-64: 16rem;
  --min-h-72: 18rem;
  --min-h-80: 20rem;
  --min-h-96: 24rem;
  --min-h-100: 25rem;
  --min-h-px: 1px;
  --min-h-0_5: 0.125rem;
  --min-h-1_5: 0.375rem;
  --min-h-2_5: 0.625rem;
  --min-h-3_5: 0.875rem;
  --min-h-full: 100%;
  --min-h-screen: 100vh;
  --min-h-svh: 100svh;
  --min-h-lvh: 100lvh;
  --min-h-dvh: 100dvh;
  --min-h-min: min-content;
  --min-h-max: max-content;
  --min-h-fit: fit-content;
  --min-h-1-4-screen: 25vh;
  --min-h-1-2-screen: 50vh;
  --min-h-3-4-screen: 75vh;
  --max-w-0: 0px;
  --max-w-1: 0.25rem;
  --max-w-2: 0.5rem;
  --max-w-3: 0.75rem;
  --max-w-4: 1rem;
  --max-w-5: 1.25rem;
  --max-w-6: 1.5rem;
  --max-w-7: 1.75rem;
  --max-w-8: 2rem;
  --max-w-9: 2.25rem;
  --max-w-10: 2.5rem;
  --max-w-11: 2.75rem;
  --max-w-12: 3rem;
  --max-w-14: 3.5rem;
  --max-w-16: 4rem;
  --max-w-20: 5rem;
  --max-w-24: 6rem;
  --max-w-28: 7rem;
  --max-w-32: 8rem;
  --max-w-36: 9rem;
  --max-w-40: 10rem;
  --max-w-44: 11rem;
  --max-w-48: 12rem;
  --max-w-52: 13rem;
  --max-w-56: 14rem;
  --max-w-60: 15rem;
  --max-w-64: 16rem;
  --max-w-72: 18rem;
  --max-w-80: 20rem;
  --max-w-96: 24rem;
  --max-w-px: 1px;
  --max-w-0_5: 0.125rem;
  --max-w-1_5: 0.375rem;
  --max-w-2_5: 0.625rem;
  --max-w-3_5: 0.875rem;
  --max-w-none: none;
  --max-w-xs: 20rem;
  --max-w-sm: 24rem;
  --max-w-md: 28rem;
  --max-w-lg: 32rem;
  --max-w-xl: 36rem;
  --max-w-2xl: 42rem;
  --max-w-3xl: 48rem;
  --max-w-4xl: 56rem;
  --max-w-5xl: 64rem;
  --max-w-6xl: 72rem;
  --max-w-7xl: 80rem;
  --max-w-full: 100%;
  --max-w-min: min-content;
  --max-w-max: max-content;
  --max-w-fit: fit-content;
  --max-w-prose: 65ch;
  --max-w-screen-sm: 640px;
  --max-w-screen-md: 768px;
  --max-w-screen-lg: 1024px;
  --max-w-screen-xl: 1280px;
  --max-w-screen-2xl: 1536px;
  --max-w-2xs: 16rem;
  --max-h-0: 0px;
  --max-h-1: 0.25rem;
  --max-h-2: 0.5rem;
  --max-h-3: 0.75rem;
  --max-h-4: 1rem;
  --max-h-5: 1.25rem;
  --max-h-6: 1.5rem;
  --max-h-7: 1.75rem;
  --max-h-8: 2rem;
  --max-h-9: 2.25rem;
  --max-h-10: 2.5rem;
  --max-h-11: 2.75rem;
  --max-h-12: 3rem;
  --max-h-14: 3.5rem;
  --max-h-16: 4rem;
  --max-h-20: 5rem;
  --max-h-24: 6rem;
  --max-h-28: 7rem;
  --max-h-32: 8rem;
  --max-h-36: 9rem;
  --max-h-40: 10rem;
  --max-h-44: 11rem;
  --max-h-48: 12rem;
  --max-h-52: 13rem;
  --max-h-56: 14rem;
  --max-h-60: 15rem;
  --max-h-64: 16rem;
  --max-h-72: 18rem;
  --max-h-80: 20rem;
  --max-h-96: 24rem;
  --max-h-128: 32rem;
  --max-h-px: 1px;
  --max-h-0_5: 0.125rem;
  --max-h-1_5: 0.375rem;
  --max-h-2_5: 0.625rem;
  --max-h-3_5: 0.875rem;
  --max-h-none: none;
  --max-h-full: 100%;
  --max-h-screen: 100vh;
  --max-h-svh: 100svh;
  --max-h-lvh: 100lvh;
  --max-h-dvh: 100dvh;
  --max-h-min: min-content;
  --max-h-max: max-content;
  --max-h-fit: fit-content;
  --p-0: 0px;
  --p-1: 0.25rem;
  --p-2: 0.5rem;
  --p-3: 0.75rem;
  --p-4: 1rem;
  --p-5: 1.25rem;
  --p-6: 1.5rem;
  --p-7: 1.75rem;
  --p-8: 2rem;
  --p-9: 2.25rem;
  --p-10: 2.5rem;
  --p-11: 2.75rem;
  --p-12: 3rem;
  --p-14: 3.5rem;
  --p-16: 4rem;
  --p-20: 5rem;
  --p-24: 6rem;
  --p-28: 7rem;
  --p-32: 8rem;
  --p-36: 9rem;
  --p-40: 10rem;
  --p-44: 11rem;
  --p-48: 12rem;
  --p-52: 13rem;
  --p-56: 14rem;
  --p-60: 15rem;
  --p-64: 16rem;
  --p-72: 18rem;
  --p-80: 20rem;
  --p-96: 24rem;
  --p-px: 1px;
  --p-0_5: 0.125rem;
  --p-1_5: 0.375rem;
  --p-2_5: 0.625rem;
  --p-3_5: 0.875rem;
  --m-0: 0px;
  --m-1: 0.25rem;
  --m-2: 0.5rem;
  --m-3: 0.75rem;
  --m-4: 1rem;
  --m-5: 1.25rem;
  --m-6: 1.5rem;
  --m-7: 1.75rem;
  --m-8: 2rem;
  --m-9: 2.25rem;
  --m-10: 2.5rem;
  --m-11: 2.75rem;
  --m-12: 3rem;
  --m-14: 3.5rem;
  --m-16: 4rem;
  --m-20: 5rem;
  --m-24: 6rem;
  --m-28: 7rem;
  --m-32: 8rem;
  --m-36: 9rem;
  --m-40: 10rem;
  --m-44: 11rem;
  --m-48: 12rem;
  --m-52: 13rem;
  --m-56: 14rem;
  --m-60: 15rem;
  --m-64: 16rem;
  --m-72: 18rem;
  --m-80: 20rem;
  --m-96: 24rem;
  --m-auto: auto;
  --m-px: 1px;
  --m-0_5: 0.125rem;
  --m-1_5: 0.375rem;
  --m-2_5: 0.625rem;
  --m-3_5: 0.875rem;
  --m-1-2-screen: 50vw;
  --shadows-sm: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --shadows-default: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --shadows-md: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --shadows-lg: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --shadows-xl: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --shadows-2xl: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --shadows-inner: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --shadows-none: none;
  --shadows-halo: 0 0 0 6px rgba(0, 0, 0, 0.15);
  --z-0: 0;
  --z-1: 1;
  --z-10: 10;
  --z-20: 20;
  --z-30: 30;
  --z-40: 40;
  --z-50: 50;
  --z-auto: auto;
  --opacity-0: 0;
  --opacity-5: 0.05;
  --opacity-10: 0.1;
  --opacity-15: 0.15;
  --opacity-20: 0.2;
  --opacity-25: 0.25;
  --opacity-30: 0.3;
  --opacity-35: 0.35;
  --opacity-40: 0.4;
  --opacity-45: 0.45;
  --opacity-50: 0.5;
  --opacity-55: 0.55;
  --opacity-60: 0.6;
  --opacity-65: 0.65;
  --opacity-70: 0.7;
  --opacity-75: 0.75;
  --opacity-80: 0.8;
  --opacity-85: 0.85;
  --opacity-90: 0.9;
  --opacity-95: 0.95;
  --opacity-100: 1;
}
.prose h1 + *:not(hr),
  .prose h2 + *:not(hr),
  .prose h3 + *:not(hr),
  .prose h4 + *:not(hr),
  .prose h5 + *:not(hr),
  .prose h6 + *:not(hr),
  .prose hr + *:not(hr),
  .ck-content h1 + *:not(hr),
  .ck-content h2 + *:not(hr),
  .ck-content h3 + *:not(hr),
  .ck-content h4 + *:not(hr),
  .ck-content h5 + *:not(hr),
  .ck-content h6 + *:not(hr),
  .ck-content hr + *:not(hr) {
  margin-top: 0px;
}
@media (min-width: 1024px) {
    .container {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
  }
@media (min-width: 1280px) {
    .container {
    max-width: 1280px;
  }
  }
@media (min-width: 1536px) {
    .container {
    max-width: 1536px;
  }
  }
@media (min-width: 1024px) {
    .container-wide {
    max-width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
  }
@media (min-width: 1280px) {
    .container-wide {
    max-width: 1280px;
  }
  }
@media (min-width: 1536px) {
    .container-wide {
    max-width: 1536px;
  }
  }
.btn {
  display: inline-block;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  padding-left: 2rem;
  padding-right: 2rem;
  border-radius: 0.25rem;
  text-decoration-line: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  transition-duration: 300ms;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.btn.btn__tertiary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 108 120 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  border-style: none;
}
.btn.btn__tertiary:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(21 82 119 / var(--tw-bg-opacity));
}
.btn.btn__tertiary:focus {
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 1px;
  outline-color: #8AD5DC;
}
.btn.btn__tertiary-transparent {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(47 55 57 / var(--tw-text-opacity));
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 108 120 / var(--tw-border-opacity));
}
.btn.btn__tertiary-transparent:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(21 82 119 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  border-color: transparent;
}
.btn.btn__tertiary-transparent:focus {
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 1px;
  outline-color: #8AD5DC;
}
.btn.btn__tertiary-transparent--no-border {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(47 55 57 / var(--tw-text-opacity));
  border-style: none;
  position: relative;
}
.btn.btn__tertiary-transparent--no-border::after {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(0 108 120 / var(--tw-bg-opacity));
    content: "";
}
.btn.btn__tertiary-transparent--no-border:focus {
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 1px;
  outline-color: #8AD5DC;
}
.btn.btn__white {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(47 55 57 / var(--tw-text-opacity));
  border-style: none;
}
.btn.btn__white:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(138 213 220 / var(--tw-bg-opacity));
}
.btn.btn__white:focus {
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 1px;
  outline-color: #ffffff;
}
.btn.btn__white-transparent {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  border-width: 2px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.btn.btn__white-transparent:hover {
  --tw-text-opacity: 1;
  color: rgb(47 55 57 / var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(138 213 220 / var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(138 213 220 / var(--tw-border-opacity));
}
.btn.btn__white-transparent:focus {
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 1px;
  outline-color: #ffffff;
}
.btn.btn__white-transparent--no-border {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  border-style: none;
  position: relative;
}
.btn.btn__white-transparent--no-border::after {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 0.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(138 213 220 / var(--tw-bg-opacity));
}
.btn.btn__white-transparent--no-border:focus {
  outline-style: solid;
  outline-width: 2px;
  outline-offset: 1px;
  outline-color: #ffffff;
}
.bg-parallax {
    background-attachment: fixed;
  }
@supports (-webkit-overflow-scrolling: touch) {
    .bg-parallax {
      background-attachment: unset;
    }
  }
.section-bg-video .video-wrapper--file {
  position: absolute;
  width: 100%;
  height: 100%;
}
.section-bg-video .video-wrapper--file video {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.section-bg-video .video-wrapper--remote {
  position: absolute;
  top: 50%;
  left: 50%;
  --tw-translate-x: -50%;
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
@media (aspect-ratio >= 16/9) {
    .section-bg-video .video-wrapper--remote {
      width: 177%;
      padding-top: 100%;
    }
  }
@media (aspect-ratio <= 16/9) {
    .section-bg-video .video-wrapper--remote {
      width: 177.777vh;
      padding-top: 100vh;
    }
  }
.section-bg-video .video-wrapper--remote iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  pointer-events: none;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.visible {
  visibility: visible;
}
.invisible {
  visibility: hidden;
}
.static {
  position: static;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.sticky {
  position: sticky;
}
.inset-0 {
  inset: 0px;
}
.inset-0\.5 {
  inset: 0.125rem;
}
.-top-12 {
  top: -3rem;
}
.bottom-0 {
  bottom: 0px;
}
.bottom-0\.5 {
  bottom: 0.125rem;
}
.bottom-1 {
  bottom: 0.25rem;
}
.bottom-1\.5 {
  bottom: 0.375rem;
}
.bottom-1\/2 {
  bottom: 50%;
}
.bottom-1\/3 {
  bottom: 33.333333%;
}
.bottom-1\/4 {
  bottom: 25%;
}
.bottom-10 {
  bottom: 2.5rem;
}
.bottom-11 {
  bottom: 2.75rem;
}
.bottom-12 {
  bottom: 3rem;
}
.bottom-14 {
  bottom: 3.5rem;
}
.bottom-16 {
  bottom: 4rem;
}
.bottom-2 {
  bottom: 0.5rem;
}
.bottom-2\.5 {
  bottom: 0.625rem;
}
.bottom-2\/3 {
  bottom: 66.666667%;
}
.bottom-2\/4 {
  bottom: 50%;
}
.bottom-20 {
  bottom: 5rem;
}
.bottom-24 {
  bottom: 6rem;
}
.bottom-28 {
  bottom: 7rem;
}
.bottom-3 {
  bottom: 0.75rem;
}
.bottom-3\.5 {
  bottom: 0.875rem;
}
.bottom-3\/4 {
  bottom: 75%;
}
.bottom-32 {
  bottom: 8rem;
}
.bottom-36 {
  bottom: 9rem;
}
.bottom-4 {
  bottom: 1rem;
}
.bottom-40 {
  bottom: 10rem;
}
.bottom-44 {
  bottom: 11rem;
}
.bottom-48 {
  bottom: 12rem;
}
.bottom-5 {
  bottom: 1.25rem;
}
.bottom-52 {
  bottom: 13rem;
}
.bottom-56 {
  bottom: 14rem;
}
.bottom-6 {
  bottom: 1.5rem;
}
.bottom-60 {
  bottom: 15rem;
}
.bottom-64 {
  bottom: 16rem;
}
.bottom-7 {
  bottom: 1.75rem;
}
.bottom-72 {
  bottom: 18rem;
}
.bottom-8 {
  bottom: 2rem;
}
.bottom-80 {
  bottom: 20rem;
}
.bottom-9 {
  bottom: 2.25rem;
}
.bottom-96 {
  bottom: 24rem;
}
.bottom-auto {
  bottom: auto;
}
.bottom-full {
  bottom: 100%;
}
.bottom-px {
  bottom: 1px;
}
.left-0 {
  left: 0px;
}
.left-0\.5 {
  left: 0.125rem;
}
.left-1 {
  left: 0.25rem;
}
.left-1\.5 {
  left: 0.375rem;
}
.left-1\/2 {
  left: 50%;
}
.left-1\/3 {
  left: 33.333333%;
}
.left-1\/4 {
  left: 25%;
}
.left-10 {
  left: 2.5rem;
}
.left-11 {
  left: 2.75rem;
}
.left-12 {
  left: 3rem;
}
.left-14 {
  left: 3.5rem;
}
.left-16 {
  left: 4rem;
}
.left-2 {
  left: 0.5rem;
}
.left-2\.5 {
  left: 0.625rem;
}
.left-2\/3 {
  left: 66.666667%;
}
.left-2\/4 {
  left: 50%;
}
.left-20 {
  left: 5rem;
}
.left-24 {
  left: 6rem;
}
.left-28 {
  left: 7rem;
}
.left-3 {
  left: 0.75rem;
}
.left-3\.5 {
  left: 0.875rem;
}
.left-3\/4 {
  left: 75%;
}
.left-32 {
  left: 8rem;
}
.left-36 {
  left: 9rem;
}
.left-4 {
  left: 1rem;
}
.left-40 {
  left: 10rem;
}
.left-44 {
  left: 11rem;
}
.left-48 {
  left: 12rem;
}
.left-5 {
  left: 1.25rem;
}
.left-52 {
  left: 13rem;
}
.left-56 {
  left: 14rem;
}
.left-6 {
  left: 1.5rem;
}
.left-60 {
  left: 15rem;
}
.left-64 {
  left: 16rem;
}
.left-7 {
  left: 1.75rem;
}
.left-72 {
  left: 18rem;
}
.left-8 {
  left: 2rem;
}
.left-80 {
  left: 20rem;
}
.left-9 {
  left: 2.25rem;
}
.left-96 {
  left: 24rem;
}
.left-auto {
  left: auto;
}
.left-full {
  left: 100%;
}
.left-px {
  left: 1px;
}
.right-0 {
  right: 0px;
}
.right-0\.5 {
  right: 0.125rem;
}
.right-1 {
  right: 0.25rem;
}
.right-1\.5 {
  right: 0.375rem;
}
.right-1\/2 {
  right: 50%;
}
.right-1\/3 {
  right: 33.333333%;
}
.right-1\/4 {
  right: 25%;
}
.right-10 {
  right: 2.5rem;
}
.right-11 {
  right: 2.75rem;
}
.right-12 {
  right: 3rem;
}
.right-14 {
  right: 3.5rem;
}
.right-16 {
  right: 4rem;
}
.right-2 {
  right: 0.5rem;
}
.right-2\.5 {
  right: 0.625rem;
}
.right-2\/3 {
  right: 66.666667%;
}
.right-2\/4 {
  right: 50%;
}
.right-20 {
  right: 5rem;
}
.right-24 {
  right: 6rem;
}
.right-28 {
  right: 7rem;
}
.right-3 {
  right: 0.75rem;
}
.right-3\.5 {
  right: 0.875rem;
}
.right-3\/4 {
  right: 75%;
}
.right-32 {
  right: 8rem;
}
.right-36 {
  right: 9rem;
}
.right-4 {
  right: 1rem;
}
.right-40 {
  right: 10rem;
}
.right-44 {
  right: 11rem;
}
.right-48 {
  right: 12rem;
}
.right-5 {
  right: 1.25rem;
}
.right-52 {
  right: 13rem;
}
.right-56 {
  right: 14rem;
}
.right-6 {
  right: 1.5rem;
}
.right-60 {
  right: 15rem;
}
.right-64 {
  right: 16rem;
}
.right-7 {
  right: 1.75rem;
}
.right-72 {
  right: 18rem;
}
.right-8 {
  right: 2rem;
}
.right-80 {
  right: 20rem;
}
.right-9 {
  right: 2.25rem;
}
.right-96 {
  right: 24rem;
}
.right-auto {
  right: auto;
}
.right-full {
  right: 100%;
}
.right-px {
  right: 1px;
}
.top-0 {
  top: 0px;
}
.top-0\.5 {
  top: 0.125rem;
}
.top-1 {
  top: 0.25rem;
}
.top-1\.5 {
  top: 0.375rem;
}
.top-1\/2 {
  top: 50%;
}
.top-1\/3 {
  top: 33.333333%;
}
.top-1\/4 {
  top: 25%;
}
.top-10 {
  top: 2.5rem;
}
.top-11 {
  top: 2.75rem;
}
.top-12 {
  top: 3rem;
}
.top-14 {
  top: 3.5rem;
}
.top-16 {
  top: 4rem;
}
.top-2 {
  top: 0.5rem;
}
.top-2\.5 {
  top: 0.625rem;
}
.top-2\/3 {
  top: 66.666667%;
}
.top-2\/4 {
  top: 50%;
}
.top-20 {
  top: 5rem;
}
.top-24 {
  top: 6rem;
}
.top-28 {
  top: 7rem;
}
.top-3 {
  top: 0.75rem;
}
.top-3\.5 {
  top: 0.875rem;
}
.top-3\/4 {
  top: 75%;
}
.top-32 {
  top: 8rem;
}
.top-36 {
  top: 9rem;
}
.top-4 {
  top: 1rem;
}
.top-40 {
  top: 10rem;
}
.top-44 {
  top: 11rem;
}
.top-48 {
  top: 12rem;
}
.top-5 {
  top: 1.25rem;
}
.top-52 {
  top: 13rem;
}
.top-56 {
  top: 14rem;
}
.top-6 {
  top: 1.5rem;
}
.top-60 {
  top: 15rem;
}
.top-64 {
  top: 16rem;
}
.top-7 {
  top: 1.75rem;
}
.top-72 {
  top: 18rem;
}
.top-8 {
  top: 2rem;
}
.top-80 {
  top: 20rem;
}
.top-9 {
  top: 2.25rem;
}
.top-96 {
  top: 24rem;
}
.top-auto {
  top: auto;
}
.top-full {
  top: 100%;
}
.top-px {
  top: 1px;
}
.-z-1 {
  z-index: -1;
}
.-z-10 {
  z-index: -10;
}
.z-1 {
  z-index: 1;
}
.z-10 {
  z-index: 10;
}
.z-20 {
  z-index: 20;
}
.z-50 {
  z-index: 50;
}
.order-2 {
  order: 2;
}
.order-3 {
  order: 3;
}
.order-first {
  order: -9999;
}
.order-last {
  order: 9999;
}
.m-0 {
  margin: 0px;
}
.-mx-5 {
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}
.mx-1 {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mx-5 {
  margin-left: 1.25rem;
  margin-right: 1.25rem;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.my-0 {
  margin-top: 0px;
  margin-bottom: 0px;
}
.my-1 {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-12 {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.my-16 {
  margin-top: 4rem;
  margin-bottom: 4rem;
}
.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.-mb-12 {
  margin-bottom: -3rem;
}
.-mb-2 {
  margin-bottom: -0.5rem;
}
.-ml-1\/2-screen {
  margin-left: -50vw;
}
.-ml-2 {
  margin-left: -0.5rem;
}
.-mr-2 {
  margin-right: -0.5rem;
}
.mb-1 {
  margin-bottom: 0.25rem;
}
.mb-12 {
  margin-bottom: 3rem;
}
.mb-16 {
  margin-bottom: 4rem;
}
.mb-2 {
  margin-bottom: 0.5rem;
}
.mb-3 {
  margin-bottom: 0.75rem;
}
.mb-3\.5 {
  margin-bottom: 0.875rem;
}
.mb-4 {
  margin-bottom: 1rem;
}
.mb-5 {
  margin-bottom: 1.25rem;
}
.mb-8 {
  margin-bottom: 2rem;
}
.ml-0 {
  margin-left: 0px;
}
.ml-2 {
  margin-left: 0.5rem;
}
.ml-4 {
  margin-left: 1rem;
}
.ml-5 {
  margin-left: 1.25rem;
}
.ml-auto {
  margin-left: auto;
}
.mr-0 {
  margin-right: 0px;
}
.mr-2 {
  margin-right: 0.5rem;
}
.mr-2\.5 {
  margin-right: 0.625rem;
}
.mr-6 {
  margin-right: 1.5rem;
}
.mr-auto {
  margin-right: auto;
}
.mt-0 {
  margin-top: 0px;
}
.mt-12 {
  margin-top: 3rem;
}
.mt-2 {
  margin-top: 0.5rem;
}
.mt-3 {
  margin-top: 0.75rem;
}
.mt-6 {
  margin-top: 1.5rem;
}
.mt-8 {
  margin-top: 2rem;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.inline {
  display: inline;
}
.flex {
  display: flex;
}
.inline-flex {
  display: inline-flex;
}
.table {
  display: table;
}
.grid {
  display: grid;
}
.contents {
  display: contents;
}
.hidden {
  display: none;
}
.aspect-square {
  aspect-ratio: 1 / 1;
}
.h-10 {
  height: 2.5rem;
}
.h-12 {
  height: 3rem;
}
.h-128 {
  height: 32rem;
}
.h-16 {
  height: 4rem;
}
.h-20 {
  height: 5rem;
}
.h-24 {
  height: 6rem;
}
.h-36 {
  height: 9rem;
}
.h-4 {
  height: 1rem;
}
.h-48 {
  height: 12rem;
}
.h-5 {
  height: 1.25rem;
}
.h-6 {
  height: 1.5rem;
}
.h-60 {
  height: 15rem;
}
.h-64 {
  height: 16rem;
}
.h-\[26rem\] {
  height: 26rem;
}
.h-\[29rem\] {
  height: 29rem;
}
.h-full {
  height: 100%;
}
.h-screen {
  height: 100vh;
}
.max-h-72 {
  max-height: 18rem;
}
.max-h-\[63px\] {
  max-height: 63px;
}
.min-h-1\/2-screen {
  min-height: 50vh;
}
.min-h-1\/4-screen {
  min-height: 25vh;
}
.min-h-24 {
  min-height: 6rem;
}
.min-h-3\/4-screen {
  min-height: 75vh;
}
.min-h-64 {
  min-height: 16rem;
}
.min-h-full {
  min-height: 100%;
}
.min-h-screen {
  min-height: 100vh;
}
.w-1\/2-cols {
  width: var(--one-of-two-cols);
}
.w-1\/3-cols {
  width: var(--one-of-three-cols);
}
.w-1\/4-cols {
  width: var(--one-of-four-cols);
}
.w-10 {
  width: 2.5rem;
}
.w-12 {
  width: 3rem;
}
.w-14 {
  width: 3.5rem;
}
.w-24 {
  width: 6rem;
}
.w-28 {
  width: 7rem;
}
.w-3\/12 {
  width: 25%;
}
.w-4 {
  width: 1rem;
}
.w-5 {
  width: 1.25rem;
}
.w-6 {
  width: 1.5rem;
}
.w-6\/12 {
  width: 50%;
}
.w-\[80vw\] {
  width: 80vw;
}
.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}
.w-full {
  width: 100%;
}
.w-screen {
  width: 100vw;
}
.max-w-3xl {
  max-width: 48rem;
}
.max-w-4xl {
  max-width: 56rem;
}
.max-w-\[10\.75rem\] {
  max-width: 10.75rem;
}
.max-w-\[265px\] {
  max-width: 265px;
}
.max-w-md {
  max-width: 28rem;
}
.max-w-screen-2xl {
  max-width: 1536px;
}
.max-w-screen-sm {
  max-width: 640px;
}
.max-w-screen-xl {
  max-width: 1280px;
}
.max-w-sm {
  max-width: 24rem;
}
.max-w-xl {
  max-width: 36rem;
}
.flex-1 {
  flex: 1 1 0%;
}
.flex-shrink-0 {
  flex-shrink: 0;
}
.shrink-0 {
  flex-shrink: 0;
}
.flex-grow {
  flex-grow: 1;
}
.grow {
  flex-grow: 1;
}
.grow-0 {
  flex-grow: 0;
}
.basis-auto {
  flex-basis: auto;
}
.-translate-x-2 {
  --tw-translate-x: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-x-2 {
  --tw-translate-x: 0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.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));
}
.cursor-pointer {
  cursor: pointer;
}
.resize {
  resize: both;
}
.list-none {
  list-style-type: none;
}
.auto-rows-auto {
  grid-auto-rows: auto;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4 {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.flex-row {
  flex-direction: row;
}
.flex-row-reverse {
  flex-direction: row-reverse;
}
.flex-col {
  flex-direction: column;
}
.flex-wrap {
  flex-wrap: wrap;
}
.items-start {
  align-items: flex-start;
}
.items-end {
  align-items: flex-end;
}
.items-center {
  align-items: center;
}
.justify-start {
  justify-content: flex-start;
}
.justify-end {
  justify-content: flex-end;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-1 {
  gap: 0.25rem;
}
.gap-10 {
  gap: 2.5rem;
}
.gap-12 {
  gap: 3rem;
}
.gap-3 {
  gap: 0.75rem;
}
.gap-4 {
  gap: 1rem;
}
.gap-6 {
  gap: 1.5rem;
}
.gap-8 {
  gap: 2rem;
}
.gap-x-2 {
  -moz-column-gap: 0.5rem;
       column-gap: 0.5rem;
}
.gap-y-5 {
  row-gap: 1.25rem;
}
.self-stretch {
  align-self: stretch;
}
.\!overflow-visible {
  overflow: visible !important;
}
.text-ellipsis {
  text-overflow: ellipsis;
}
.text-clip {
  text-overflow: clip;
}
.whitespace-nowrap {
  white-space: nowrap;
}
.text-wrap {
  text-wrap: wrap;
}
.text-nowrap {
  text-wrap: nowrap;
}
.text-balance {
  text-wrap: balance;
}
.text-pretty {
  text-wrap: pretty;
}
.rounded {
  border-radius: 0.25rem;
}
.rounded-full {
  border-radius: 9999px;
}
.rounded-lg {
  border-radius: 0.5rem;
}
.rounded-md {
  border-radius: 0.375rem;
}
.rounded-sm {
  border-radius: 0.125rem;
}
.rounded-xl {
  border-radius: 0.75rem;
}
.rounded-bl {
  border-bottom-left-radius: 0.25rem;
}
.border {
  border-width: 1px;
}
.border-2 {
  border-width: 2px;
}
.border-b {
  border-bottom-width: 1px;
}
.border-b-0 {
  border-bottom-width: 0px;
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-b-\[4px\] {
  border-bottom-width: 4px;
}
.border-l-0 {
  border-left-width: 0px;
}
.border-l-2 {
  border-left-width: 2px;
}
.border-l-8 {
  border-left-width: 8px;
}
.border-t {
  border-top-width: 1px;
}
.border-solid {
  border-style: solid;
}
.border-dashed {
  border-style: dashed;
}
.border-green-600 {
  --tw-border-opacity: 1;
  border-color: rgb(22 163 74 / var(--tw-border-opacity));
}
.border-grey-300 {
  --tw-border-opacity: 1;
  border-color: rgb(212 212 212 / var(--tw-border-opacity));
}
.border-primary-bright {
  --tw-border-opacity: 1;
  border-color: rgb(213 215 215 / var(--tw-border-opacity));
}
.border-red-600 {
  --tw-border-opacity: 1;
  border-color: rgb(220 38 38 / var(--tw-border-opacity));
}
.border-tertiary {
  --tw-border-opacity: 1;
  border-color: rgb(0 108 120 / var(--tw-border-opacity));
}
.border-tertiary-bright {
  --tw-border-opacity: 1;
  border-color: rgb(60 185 197 / var(--tw-border-opacity));
}
.border-tertiary-light {
  --tw-border-opacity: 1;
  border-color: rgb(138 213 220 / var(--tw-border-opacity));
}
.border-transparent {
  border-color: transparent;
}
.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.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-black\/\[\.3\] {
  background-color: rgb(0 0 0 / .3);
}
.bg-current {
  background-color: currentColor;
}
.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}
.bg-green-100\/0 {
  background-color: rgb(220 252 231 / 0);
}
.bg-green-100\/10 {
  background-color: rgb(220 252 231 / 0.1);
}
.bg-green-100\/100 {
  background-color: rgb(220 252 231 / 1);
}
.bg-green-100\/15 {
  background-color: rgb(220 252 231 / 0.15);
}
.bg-green-100\/20 {
  background-color: rgb(220 252 231 / 0.2);
}
.bg-green-100\/25 {
  background-color: rgb(220 252 231 / 0.25);
}
.bg-green-100\/30 {
  background-color: rgb(220 252 231 / 0.3);
}
.bg-green-100\/35 {
  background-color: rgb(220 252 231 / 0.35);
}
.bg-green-100\/40 {
  background-color: rgb(220 252 231 / 0.4);
}
.bg-green-100\/45 {
  background-color: rgb(220 252 231 / 0.45);
}
.bg-green-100\/5 {
  background-color: rgb(220 252 231 / 0.05);
}
.bg-green-100\/50 {
  background-color: rgb(220 252 231 / 0.5);
}
.bg-green-100\/55 {
  background-color: rgb(220 252 231 / 0.55);
}
.bg-green-100\/60 {
  background-color: rgb(220 252 231 / 0.6);
}
.bg-green-100\/65 {
  background-color: rgb(220 252 231 / 0.65);
}
.bg-green-100\/70 {
  background-color: rgb(220 252 231 / 0.7);
}
.bg-green-100\/75 {
  background-color: rgb(220 252 231 / 0.75);
}
.bg-green-100\/80 {
  background-color: rgb(220 252 231 / 0.8);
}
.bg-green-100\/85 {
  background-color: rgb(220 252 231 / 0.85);
}
.bg-green-100\/90 {
  background-color: rgb(220 252 231 / 0.9);
}
.bg-green-100\/95 {
  background-color: rgb(220 252 231 / 0.95);
}
.bg-green-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity));
}
.bg-green-200\/0 {
  background-color: rgb(187 247 208 / 0);
}
.bg-green-200\/10 {
  background-color: rgb(187 247 208 / 0.1);
}
.bg-green-200\/100 {
  background-color: rgb(187 247 208 / 1);
}
.bg-green-200\/15 {
  background-color: rgb(187 247 208 / 0.15);
}
.bg-green-200\/20 {
  background-color: rgb(187 247 208 / 0.2);
}
.bg-green-200\/25 {
  background-color: rgb(187 247 208 / 0.25);
}
.bg-green-200\/30 {
  background-color: rgb(187 247 208 / 0.3);
}
.bg-green-200\/35 {
  background-color: rgb(187 247 208 / 0.35);
}
.bg-green-200\/40 {
  background-color: rgb(187 247 208 / 0.4);
}
.bg-green-200\/45 {
  background-color: rgb(187 247 208 / 0.45);
}
.bg-green-200\/5 {
  background-color: rgb(187 247 208 / 0.05);
}
.bg-green-200\/50 {
  background-color: rgb(187 247 208 / 0.5);
}
.bg-green-200\/55 {
  background-color: rgb(187 247 208 / 0.55);
}
.bg-green-200\/60 {
  background-color: rgb(187 247 208 / 0.6);
}
.bg-green-200\/65 {
  background-color: rgb(187 247 208 / 0.65);
}
.bg-green-200\/70 {
  background-color: rgb(187 247 208 / 0.7);
}
.bg-green-200\/75 {
  background-color: rgb(187 247 208 / 0.75);
}
.bg-green-200\/80 {
  background-color: rgb(187 247 208 / 0.8);
}
.bg-green-200\/85 {
  background-color: rgb(187 247 208 / 0.85);
}
.bg-green-200\/90 {
  background-color: rgb(187 247 208 / 0.9);
}
.bg-green-200\/95 {
  background-color: rgb(187 247 208 / 0.95);
}
.bg-green-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(134 239 172 / var(--tw-bg-opacity));
}
.bg-green-300\/0 {
  background-color: rgb(134 239 172 / 0);
}
.bg-green-300\/10 {
  background-color: rgb(134 239 172 / 0.1);
}
.bg-green-300\/100 {
  background-color: rgb(134 239 172 / 1);
}
.bg-green-300\/15 {
  background-color: rgb(134 239 172 / 0.15);
}
.bg-green-300\/20 {
  background-color: rgb(134 239 172 / 0.2);
}
.bg-green-300\/25 {
  background-color: rgb(134 239 172 / 0.25);
}
.bg-green-300\/30 {
  background-color: rgb(134 239 172 / 0.3);
}
.bg-green-300\/35 {
  background-color: rgb(134 239 172 / 0.35);
}
.bg-green-300\/40 {
  background-color: rgb(134 239 172 / 0.4);
}
.bg-green-300\/45 {
  background-color: rgb(134 239 172 / 0.45);
}
.bg-green-300\/5 {
  background-color: rgb(134 239 172 / 0.05);
}
.bg-green-300\/50 {
  background-color: rgb(134 239 172 / 0.5);
}
.bg-green-300\/55 {
  background-color: rgb(134 239 172 / 0.55);
}
.bg-green-300\/60 {
  background-color: rgb(134 239 172 / 0.6);
}
.bg-green-300\/65 {
  background-color: rgb(134 239 172 / 0.65);
}
.bg-green-300\/70 {
  background-color: rgb(134 239 172 / 0.7);
}
.bg-green-300\/75 {
  background-color: rgb(134 239 172 / 0.75);
}
.bg-green-300\/80 {
  background-color: rgb(134 239 172 / 0.8);
}
.bg-green-300\/85 {
  background-color: rgb(134 239 172 / 0.85);
}
.bg-green-300\/90 {
  background-color: rgb(134 239 172 / 0.9);
}
.bg-green-300\/95 {
  background-color: rgb(134 239 172 / 0.95);
}
.bg-green-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity));
}
.bg-green-400\/0 {
  background-color: rgb(74 222 128 / 0);
}
.bg-green-400\/10 {
  background-color: rgb(74 222 128 / 0.1);
}
.bg-green-400\/100 {
  background-color: rgb(74 222 128 / 1);
}
.bg-green-400\/15 {
  background-color: rgb(74 222 128 / 0.15);
}
.bg-green-400\/20 {
  background-color: rgb(74 222 128 / 0.2);
}
.bg-green-400\/25 {
  background-color: rgb(74 222 128 / 0.25);
}
.bg-green-400\/30 {
  background-color: rgb(74 222 128 / 0.3);
}
.bg-green-400\/35 {
  background-color: rgb(74 222 128 / 0.35);
}
.bg-green-400\/40 {
  background-color: rgb(74 222 128 / 0.4);
}
.bg-green-400\/45 {
  background-color: rgb(74 222 128 / 0.45);
}
.bg-green-400\/5 {
  background-color: rgb(74 222 128 / 0.05);
}
.bg-green-400\/50 {
  background-color: rgb(74 222 128 / 0.5);
}
.bg-green-400\/55 {
  background-color: rgb(74 222 128 / 0.55);
}
.bg-green-400\/60 {
  background-color: rgb(74 222 128 / 0.6);
}
.bg-green-400\/65 {
  background-color: rgb(74 222 128 / 0.65);
}
.bg-green-400\/70 {
  background-color: rgb(74 222 128 / 0.7);
}
.bg-green-400\/75 {
  background-color: rgb(74 222 128 / 0.75);
}
.bg-green-400\/80 {
  background-color: rgb(74 222 128 / 0.8);
}
.bg-green-400\/85 {
  background-color: rgb(74 222 128 / 0.85);
}
.bg-green-400\/90 {
  background-color: rgb(74 222 128 / 0.9);
}
.bg-green-400\/95 {
  background-color: rgb(74 222 128 / 0.95);
}
.bg-green-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity));
}
.bg-green-50\/0 {
  background-color: rgb(240 253 244 / 0);
}
.bg-green-50\/10 {
  background-color: rgb(240 253 244 / 0.1);
}
.bg-green-50\/100 {
  background-color: rgb(240 253 244 / 1);
}
.bg-green-50\/15 {
  background-color: rgb(240 253 244 / 0.15);
}
.bg-green-50\/20 {
  background-color: rgb(240 253 244 / 0.2);
}
.bg-green-50\/25 {
  background-color: rgb(240 253 244 / 0.25);
}
.bg-green-50\/30 {
  background-color: rgb(240 253 244 / 0.3);
}
.bg-green-50\/35 {
  background-color: rgb(240 253 244 / 0.35);
}
.bg-green-50\/40 {
  background-color: rgb(240 253 244 / 0.4);
}
.bg-green-50\/45 {
  background-color: rgb(240 253 244 / 0.45);
}
.bg-green-50\/5 {
  background-color: rgb(240 253 244 / 0.05);
}
.bg-green-50\/50 {
  background-color: rgb(240 253 244 / 0.5);
}
.bg-green-50\/55 {
  background-color: rgb(240 253 244 / 0.55);
}
.bg-green-50\/60 {
  background-color: rgb(240 253 244 / 0.6);
}
.bg-green-50\/65 {
  background-color: rgb(240 253 244 / 0.65);
}
.bg-green-50\/70 {
  background-color: rgb(240 253 244 / 0.7);
}
.bg-green-50\/75 {
  background-color: rgb(240 253 244 / 0.75);
}
.bg-green-50\/80 {
  background-color: rgb(240 253 244 / 0.8);
}
.bg-green-50\/85 {
  background-color: rgb(240 253 244 / 0.85);
}
.bg-green-50\/90 {
  background-color: rgb(240 253 244 / 0.9);
}
.bg-green-50\/95 {
  background-color: rgb(240 253 244 / 0.95);
}
.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}
.bg-green-500\/0 {
  background-color: rgb(34 197 94 / 0);
}
.bg-green-500\/10 {
  background-color: rgb(34 197 94 / 0.1);
}
.bg-green-500\/100 {
  background-color: rgb(34 197 94 / 1);
}
.bg-green-500\/15 {
  background-color: rgb(34 197 94 / 0.15);
}
.bg-green-500\/20 {
  background-color: rgb(34 197 94 / 0.2);
}
.bg-green-500\/25 {
  background-color: rgb(34 197 94 / 0.25);
}
.bg-green-500\/30 {
  background-color: rgb(34 197 94 / 0.3);
}
.bg-green-500\/35 {
  background-color: rgb(34 197 94 / 0.35);
}
.bg-green-500\/40 {
  background-color: rgb(34 197 94 / 0.4);
}
.bg-green-500\/45 {
  background-color: rgb(34 197 94 / 0.45);
}
.bg-green-500\/5 {
  background-color: rgb(34 197 94 / 0.05);
}
.bg-green-500\/50 {
  background-color: rgb(34 197 94 / 0.5);
}
.bg-green-500\/55 {
  background-color: rgb(34 197 94 / 0.55);
}
.bg-green-500\/60 {
  background-color: rgb(34 197 94 / 0.6);
}
.bg-green-500\/65 {
  background-color: rgb(34 197 94 / 0.65);
}
.bg-green-500\/70 {
  background-color: rgb(34 197 94 / 0.7);
}
.bg-green-500\/75 {
  background-color: rgb(34 197 94 / 0.75);
}
.bg-green-500\/80 {
  background-color: rgb(34 197 94 / 0.8);
}
.bg-green-500\/85 {
  background-color: rgb(34 197 94 / 0.85);
}
.bg-green-500\/90 {
  background-color: rgb(34 197 94 / 0.9);
}
.bg-green-500\/95 {
  background-color: rgb(34 197 94 / 0.95);
}
.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
}
.bg-green-600\/0 {
  background-color: rgb(22 163 74 / 0);
}
.bg-green-600\/10 {
  background-color: rgb(22 163 74 / 0.1);
}
.bg-green-600\/100 {
  background-color: rgb(22 163 74 / 1);
}
.bg-green-600\/15 {
  background-color: rgb(22 163 74 / 0.15);
}
.bg-green-600\/20 {
  background-color: rgb(22 163 74 / 0.2);
}
.bg-green-600\/25 {
  background-color: rgb(22 163 74 / 0.25);
}
.bg-green-600\/30 {
  background-color: rgb(22 163 74 / 0.3);
}
.bg-green-600\/35 {
  background-color: rgb(22 163 74 / 0.35);
}
.bg-green-600\/40 {
  background-color: rgb(22 163 74 / 0.4);
}
.bg-green-600\/45 {
  background-color: rgb(22 163 74 / 0.45);
}
.bg-green-600\/5 {
  background-color: rgb(22 163 74 / 0.05);
}
.bg-green-600\/50 {
  background-color: rgb(22 163 74 / 0.5);
}
.bg-green-600\/55 {
  background-color: rgb(22 163 74 / 0.55);
}
.bg-green-600\/60 {
  background-color: rgb(22 163 74 / 0.6);
}
.bg-green-600\/65 {
  background-color: rgb(22 163 74 / 0.65);
}
.bg-green-600\/70 {
  background-color: rgb(22 163 74 / 0.7);
}
.bg-green-600\/75 {
  background-color: rgb(22 163 74 / 0.75);
}
.bg-green-600\/80 {
  background-color: rgb(22 163 74 / 0.8);
}
.bg-green-600\/85 {
  background-color: rgb(22 163 74 / 0.85);
}
.bg-green-600\/90 {
  background-color: rgb(22 163 74 / 0.9);
}
.bg-green-600\/95 {
  background-color: rgb(22 163 74 / 0.95);
}
.bg-green-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity));
}
.bg-green-700\/0 {
  background-color: rgb(21 128 61 / 0);
}
.bg-green-700\/10 {
  background-color: rgb(21 128 61 / 0.1);
}
.bg-green-700\/100 {
  background-color: rgb(21 128 61 / 1);
}
.bg-green-700\/15 {
  background-color: rgb(21 128 61 / 0.15);
}
.bg-green-700\/20 {
  background-color: rgb(21 128 61 / 0.2);
}
.bg-green-700\/25 {
  background-color: rgb(21 128 61 / 0.25);
}
.bg-green-700\/30 {
  background-color: rgb(21 128 61 / 0.3);
}
.bg-green-700\/35 {
  background-color: rgb(21 128 61 / 0.35);
}
.bg-green-700\/40 {
  background-color: rgb(21 128 61 / 0.4);
}
.bg-green-700\/45 {
  background-color: rgb(21 128 61 / 0.45);
}
.bg-green-700\/5 {
  background-color: rgb(21 128 61 / 0.05);
}
.bg-green-700\/50 {
  background-color: rgb(21 128 61 / 0.5);
}
.bg-green-700\/55 {
  background-color: rgb(21 128 61 / 0.55);
}
.bg-green-700\/60 {
  background-color: rgb(21 128 61 / 0.6);
}
.bg-green-700\/65 {
  background-color: rgb(21 128 61 / 0.65);
}
.bg-green-700\/70 {
  background-color: rgb(21 128 61 / 0.7);
}
.bg-green-700\/75 {
  background-color: rgb(21 128 61 / 0.75);
}
.bg-green-700\/80 {
  background-color: rgb(21 128 61 / 0.8);
}
.bg-green-700\/85 {
  background-color: rgb(21 128 61 / 0.85);
}
.bg-green-700\/90 {
  background-color: rgb(21 128 61 / 0.9);
}
.bg-green-700\/95 {
  background-color: rgb(21 128 61 / 0.95);
}
.bg-green-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(22 101 52 / var(--tw-bg-opacity));
}
.bg-green-800\/0 {
  background-color: rgb(22 101 52 / 0);
}
.bg-green-800\/10 {
  background-color: rgb(22 101 52 / 0.1);
}
.bg-green-800\/100 {
  background-color: rgb(22 101 52 / 1);
}
.bg-green-800\/15 {
  background-color: rgb(22 101 52 / 0.15);
}
.bg-green-800\/20 {
  background-color: rgb(22 101 52 / 0.2);
}
.bg-green-800\/25 {
  background-color: rgb(22 101 52 / 0.25);
}
.bg-green-800\/30 {
  background-color: rgb(22 101 52 / 0.3);
}
.bg-green-800\/35 {
  background-color: rgb(22 101 52 / 0.35);
}
.bg-green-800\/40 {
  background-color: rgb(22 101 52 / 0.4);
}
.bg-green-800\/45 {
  background-color: rgb(22 101 52 / 0.45);
}
.bg-green-800\/5 {
  background-color: rgb(22 101 52 / 0.05);
}
.bg-green-800\/50 {
  background-color: rgb(22 101 52 / 0.5);
}
.bg-green-800\/55 {
  background-color: rgb(22 101 52 / 0.55);
}
.bg-green-800\/60 {
  background-color: rgb(22 101 52 / 0.6);
}
.bg-green-800\/65 {
  background-color: rgb(22 101 52 / 0.65);
}
.bg-green-800\/70 {
  background-color: rgb(22 101 52 / 0.7);
}
.bg-green-800\/75 {
  background-color: rgb(22 101 52 / 0.75);
}
.bg-green-800\/80 {
  background-color: rgb(22 101 52 / 0.8);
}
.bg-green-800\/85 {
  background-color: rgb(22 101 52 / 0.85);
}
.bg-green-800\/90 {
  background-color: rgb(22 101 52 / 0.9);
}
.bg-green-800\/95 {
  background-color: rgb(22 101 52 / 0.95);
}
.bg-green-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(20 83 45 / var(--tw-bg-opacity));
}
.bg-green-900\/0 {
  background-color: rgb(20 83 45 / 0);
}
.bg-green-900\/10 {
  background-color: rgb(20 83 45 / 0.1);
}
.bg-green-900\/100 {
  background-color: rgb(20 83 45 / 1);
}
.bg-green-900\/15 {
  background-color: rgb(20 83 45 / 0.15);
}
.bg-green-900\/20 {
  background-color: rgb(20 83 45 / 0.2);
}
.bg-green-900\/25 {
  background-color: rgb(20 83 45 / 0.25);
}
.bg-green-900\/30 {
  background-color: rgb(20 83 45 / 0.3);
}
.bg-green-900\/35 {
  background-color: rgb(20 83 45 / 0.35);
}
.bg-green-900\/40 {
  background-color: rgb(20 83 45 / 0.4);
}
.bg-green-900\/45 {
  background-color: rgb(20 83 45 / 0.45);
}
.bg-green-900\/5 {
  background-color: rgb(20 83 45 / 0.05);
}
.bg-green-900\/50 {
  background-color: rgb(20 83 45 / 0.5);
}
.bg-green-900\/55 {
  background-color: rgb(20 83 45 / 0.55);
}
.bg-green-900\/60 {
  background-color: rgb(20 83 45 / 0.6);
}
.bg-green-900\/65 {
  background-color: rgb(20 83 45 / 0.65);
}
.bg-green-900\/70 {
  background-color: rgb(20 83 45 / 0.7);
}
.bg-green-900\/75 {
  background-color: rgb(20 83 45 / 0.75);
}
.bg-green-900\/80 {
  background-color: rgb(20 83 45 / 0.8);
}
.bg-green-900\/85 {
  background-color: rgb(20 83 45 / 0.85);
}
.bg-green-900\/90 {
  background-color: rgb(20 83 45 / 0.9);
}
.bg-green-900\/95 {
  background-color: rgb(20 83 45 / 0.95);
}
.bg-green-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(5 46 22 / var(--tw-bg-opacity));
}
.bg-green-950\/0 {
  background-color: rgb(5 46 22 / 0);
}
.bg-green-950\/10 {
  background-color: rgb(5 46 22 / 0.1);
}
.bg-green-950\/100 {
  background-color: rgb(5 46 22 / 1);
}
.bg-green-950\/15 {
  background-color: rgb(5 46 22 / 0.15);
}
.bg-green-950\/20 {
  background-color: rgb(5 46 22 / 0.2);
}
.bg-green-950\/25 {
  background-color: rgb(5 46 22 / 0.25);
}
.bg-green-950\/30 {
  background-color: rgb(5 46 22 / 0.3);
}
.bg-green-950\/35 {
  background-color: rgb(5 46 22 / 0.35);
}
.bg-green-950\/40 {
  background-color: rgb(5 46 22 / 0.4);
}
.bg-green-950\/45 {
  background-color: rgb(5 46 22 / 0.45);
}
.bg-green-950\/5 {
  background-color: rgb(5 46 22 / 0.05);
}
.bg-green-950\/50 {
  background-color: rgb(5 46 22 / 0.5);
}
.bg-green-950\/55 {
  background-color: rgb(5 46 22 / 0.55);
}
.bg-green-950\/60 {
  background-color: rgb(5 46 22 / 0.6);
}
.bg-green-950\/65 {
  background-color: rgb(5 46 22 / 0.65);
}
.bg-green-950\/70 {
  background-color: rgb(5 46 22 / 0.7);
}
.bg-green-950\/75 {
  background-color: rgb(5 46 22 / 0.75);
}
.bg-green-950\/80 {
  background-color: rgb(5 46 22 / 0.8);
}
.bg-green-950\/85 {
  background-color: rgb(5 46 22 / 0.85);
}
.bg-green-950\/90 {
  background-color: rgb(5 46 22 / 0.9);
}
.bg-green-950\/95 {
  background-color: rgb(5 46 22 / 0.95);
}
.bg-grey-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.bg-grey-100\/0 {
  background-color: rgb(245 245 245 / 0);
}
.bg-grey-100\/10 {
  background-color: rgb(245 245 245 / 0.1);
}
.bg-grey-100\/100 {
  background-color: rgb(245 245 245 / 1);
}
.bg-grey-100\/15 {
  background-color: rgb(245 245 245 / 0.15);
}
.bg-grey-100\/20 {
  background-color: rgb(245 245 245 / 0.2);
}
.bg-grey-100\/25 {
  background-color: rgb(245 245 245 / 0.25);
}
.bg-grey-100\/30 {
  background-color: rgb(245 245 245 / 0.3);
}
.bg-grey-100\/35 {
  background-color: rgb(245 245 245 / 0.35);
}
.bg-grey-100\/40 {
  background-color: rgb(245 245 245 / 0.4);
}
.bg-grey-100\/45 {
  background-color: rgb(245 245 245 / 0.45);
}
.bg-grey-100\/5 {
  background-color: rgb(245 245 245 / 0.05);
}
.bg-grey-100\/50 {
  background-color: rgb(245 245 245 / 0.5);
}
.bg-grey-100\/55 {
  background-color: rgb(245 245 245 / 0.55);
}
.bg-grey-100\/60 {
  background-color: rgb(245 245 245 / 0.6);
}
.bg-grey-100\/65 {
  background-color: rgb(245 245 245 / 0.65);
}
.bg-grey-100\/70 {
  background-color: rgb(245 245 245 / 0.7);
}
.bg-grey-100\/75 {
  background-color: rgb(245 245 245 / 0.75);
}
.bg-grey-100\/80 {
  background-color: rgb(245 245 245 / 0.8);
}
.bg-grey-100\/85 {
  background-color: rgb(245 245 245 / 0.85);
}
.bg-grey-100\/90 {
  background-color: rgb(245 245 245 / 0.9);
}
.bg-grey-100\/95 {
  background-color: rgb(245 245 245 / 0.95);
}
.bg-grey-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
}
.bg-grey-200\/0 {
  background-color: rgb(229 229 229 / 0);
}
.bg-grey-200\/10 {
  background-color: rgb(229 229 229 / 0.1);
}
.bg-grey-200\/100 {
  background-color: rgb(229 229 229 / 1);
}
.bg-grey-200\/15 {
  background-color: rgb(229 229 229 / 0.15);
}
.bg-grey-200\/20 {
  background-color: rgb(229 229 229 / 0.2);
}
.bg-grey-200\/25 {
  background-color: rgb(229 229 229 / 0.25);
}
.bg-grey-200\/30 {
  background-color: rgb(229 229 229 / 0.3);
}
.bg-grey-200\/35 {
  background-color: rgb(229 229 229 / 0.35);
}
.bg-grey-200\/40 {
  background-color: rgb(229 229 229 / 0.4);
}
.bg-grey-200\/45 {
  background-color: rgb(229 229 229 / 0.45);
}
.bg-grey-200\/5 {
  background-color: rgb(229 229 229 / 0.05);
}
.bg-grey-200\/50 {
  background-color: rgb(229 229 229 / 0.5);
}
.bg-grey-200\/55 {
  background-color: rgb(229 229 229 / 0.55);
}
.bg-grey-200\/60 {
  background-color: rgb(229 229 229 / 0.6);
}
.bg-grey-200\/65 {
  background-color: rgb(229 229 229 / 0.65);
}
.bg-grey-200\/70 {
  background-color: rgb(229 229 229 / 0.7);
}
.bg-grey-200\/75 {
  background-color: rgb(229 229 229 / 0.75);
}
.bg-grey-200\/80 {
  background-color: rgb(229 229 229 / 0.8);
}
.bg-grey-200\/85 {
  background-color: rgb(229 229 229 / 0.85);
}
.bg-grey-200\/90 {
  background-color: rgb(229 229 229 / 0.9);
}
.bg-grey-200\/95 {
  background-color: rgb(229 229 229 / 0.95);
}
.bg-grey-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity));
}
.bg-grey-300\/0 {
  background-color: rgb(212 212 212 / 0);
}
.bg-grey-300\/10 {
  background-color: rgb(212 212 212 / 0.1);
}
.bg-grey-300\/100 {
  background-color: rgb(212 212 212 / 1);
}
.bg-grey-300\/15 {
  background-color: rgb(212 212 212 / 0.15);
}
.bg-grey-300\/20 {
  background-color: rgb(212 212 212 / 0.2);
}
.bg-grey-300\/25 {
  background-color: rgb(212 212 212 / 0.25);
}
.bg-grey-300\/30 {
  background-color: rgb(212 212 212 / 0.3);
}
.bg-grey-300\/35 {
  background-color: rgb(212 212 212 / 0.35);
}
.bg-grey-300\/40 {
  background-color: rgb(212 212 212 / 0.4);
}
.bg-grey-300\/45 {
  background-color: rgb(212 212 212 / 0.45);
}
.bg-grey-300\/5 {
  background-color: rgb(212 212 212 / 0.05);
}
.bg-grey-300\/50 {
  background-color: rgb(212 212 212 / 0.5);
}
.bg-grey-300\/55 {
  background-color: rgb(212 212 212 / 0.55);
}
.bg-grey-300\/60 {
  background-color: rgb(212 212 212 / 0.6);
}
.bg-grey-300\/65 {
  background-color: rgb(212 212 212 / 0.65);
}
.bg-grey-300\/70 {
  background-color: rgb(212 212 212 / 0.7);
}
.bg-grey-300\/75 {
  background-color: rgb(212 212 212 / 0.75);
}
.bg-grey-300\/80 {
  background-color: rgb(212 212 212 / 0.8);
}
.bg-grey-300\/85 {
  background-color: rgb(212 212 212 / 0.85);
}
.bg-grey-300\/90 {
  background-color: rgb(212 212 212 / 0.9);
}
.bg-grey-300\/95 {
  background-color: rgb(212 212 212 / 0.95);
}
.bg-grey-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(163 163 163 / var(--tw-bg-opacity));
}
.bg-grey-400\/0 {
  background-color: rgb(163 163 163 / 0);
}
.bg-grey-400\/10 {
  background-color: rgb(163 163 163 / 0.1);
}
.bg-grey-400\/100 {
  background-color: rgb(163 163 163 / 1);
}
.bg-grey-400\/15 {
  background-color: rgb(163 163 163 / 0.15);
}
.bg-grey-400\/20 {
  background-color: rgb(163 163 163 / 0.2);
}
.bg-grey-400\/25 {
  background-color: rgb(163 163 163 / 0.25);
}
.bg-grey-400\/30 {
  background-color: rgb(163 163 163 / 0.3);
}
.bg-grey-400\/35 {
  background-color: rgb(163 163 163 / 0.35);
}
.bg-grey-400\/40 {
  background-color: rgb(163 163 163 / 0.4);
}
.bg-grey-400\/45 {
  background-color: rgb(163 163 163 / 0.45);
}
.bg-grey-400\/5 {
  background-color: rgb(163 163 163 / 0.05);
}
.bg-grey-400\/50 {
  background-color: rgb(163 163 163 / 0.5);
}
.bg-grey-400\/55 {
  background-color: rgb(163 163 163 / 0.55);
}
.bg-grey-400\/60 {
  background-color: rgb(163 163 163 / 0.6);
}
.bg-grey-400\/65 {
  background-color: rgb(163 163 163 / 0.65);
}
.bg-grey-400\/70 {
  background-color: rgb(163 163 163 / 0.7);
}
.bg-grey-400\/75 {
  background-color: rgb(163 163 163 / 0.75);
}
.bg-grey-400\/80 {
  background-color: rgb(163 163 163 / 0.8);
}
.bg-grey-400\/85 {
  background-color: rgb(163 163 163 / 0.85);
}
.bg-grey-400\/90 {
  background-color: rgb(163 163 163 / 0.9);
}
.bg-grey-400\/95 {
  background-color: rgb(163 163 163 / 0.95);
}
.bg-grey-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}
.bg-grey-50\/0 {
  background-color: rgb(250 250 250 / 0);
}
.bg-grey-50\/10 {
  background-color: rgb(250 250 250 / 0.1);
}
.bg-grey-50\/100 {
  background-color: rgb(250 250 250 / 1);
}
.bg-grey-50\/15 {
  background-color: rgb(250 250 250 / 0.15);
}
.bg-grey-50\/20 {
  background-color: rgb(250 250 250 / 0.2);
}
.bg-grey-50\/25 {
  background-color: rgb(250 250 250 / 0.25);
}
.bg-grey-50\/30 {
  background-color: rgb(250 250 250 / 0.3);
}
.bg-grey-50\/35 {
  background-color: rgb(250 250 250 / 0.35);
}
.bg-grey-50\/40 {
  background-color: rgb(250 250 250 / 0.4);
}
.bg-grey-50\/45 {
  background-color: rgb(250 250 250 / 0.45);
}
.bg-grey-50\/5 {
  background-color: rgb(250 250 250 / 0.05);
}
.bg-grey-50\/50 {
  background-color: rgb(250 250 250 / 0.5);
}
.bg-grey-50\/55 {
  background-color: rgb(250 250 250 / 0.55);
}
.bg-grey-50\/60 {
  background-color: rgb(250 250 250 / 0.6);
}
.bg-grey-50\/65 {
  background-color: rgb(250 250 250 / 0.65);
}
.bg-grey-50\/70 {
  background-color: rgb(250 250 250 / 0.7);
}
.bg-grey-50\/75 {
  background-color: rgb(250 250 250 / 0.75);
}
.bg-grey-50\/80 {
  background-color: rgb(250 250 250 / 0.8);
}
.bg-grey-50\/85 {
  background-color: rgb(250 250 250 / 0.85);
}
.bg-grey-50\/90 {
  background-color: rgb(250 250 250 / 0.9);
}
.bg-grey-50\/95 {
  background-color: rgb(250 250 250 / 0.95);
}
.bg-grey-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(115 115 115 / var(--tw-bg-opacity));
}
.bg-grey-500\/0 {
  background-color: rgb(115 115 115 / 0);
}
.bg-grey-500\/10 {
  background-color: rgb(115 115 115 / 0.1);
}
.bg-grey-500\/100 {
  background-color: rgb(115 115 115 / 1);
}
.bg-grey-500\/15 {
  background-color: rgb(115 115 115 / 0.15);
}
.bg-grey-500\/20 {
  background-color: rgb(115 115 115 / 0.2);
}
.bg-grey-500\/25 {
  background-color: rgb(115 115 115 / 0.25);
}
.bg-grey-500\/30 {
  background-color: rgb(115 115 115 / 0.3);
}
.bg-grey-500\/35 {
  background-color: rgb(115 115 115 / 0.35);
}
.bg-grey-500\/40 {
  background-color: rgb(115 115 115 / 0.4);
}
.bg-grey-500\/45 {
  background-color: rgb(115 115 115 / 0.45);
}
.bg-grey-500\/5 {
  background-color: rgb(115 115 115 / 0.05);
}
.bg-grey-500\/50 {
  background-color: rgb(115 115 115 / 0.5);
}
.bg-grey-500\/55 {
  background-color: rgb(115 115 115 / 0.55);
}
.bg-grey-500\/60 {
  background-color: rgb(115 115 115 / 0.6);
}
.bg-grey-500\/65 {
  background-color: rgb(115 115 115 / 0.65);
}
.bg-grey-500\/70 {
  background-color: rgb(115 115 115 / 0.7);
}
.bg-grey-500\/75 {
  background-color: rgb(115 115 115 / 0.75);
}
.bg-grey-500\/80 {
  background-color: rgb(115 115 115 / 0.8);
}
.bg-grey-500\/85 {
  background-color: rgb(115 115 115 / 0.85);
}
.bg-grey-500\/90 {
  background-color: rgb(115 115 115 / 0.9);
}
.bg-grey-500\/95 {
  background-color: rgb(115 115 115 / 0.95);
}
.bg-grey-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 82 / var(--tw-bg-opacity));
}
.bg-grey-600\/0 {
  background-color: rgb(82 82 82 / 0);
}
.bg-grey-600\/10 {
  background-color: rgb(82 82 82 / 0.1);
}
.bg-grey-600\/100 {
  background-color: rgb(82 82 82 / 1);
}
.bg-grey-600\/15 {
  background-color: rgb(82 82 82 / 0.15);
}
.bg-grey-600\/20 {
  background-color: rgb(82 82 82 / 0.2);
}
.bg-grey-600\/25 {
  background-color: rgb(82 82 82 / 0.25);
}
.bg-grey-600\/30 {
  background-color: rgb(82 82 82 / 0.3);
}
.bg-grey-600\/35 {
  background-color: rgb(82 82 82 / 0.35);
}
.bg-grey-600\/40 {
  background-color: rgb(82 82 82 / 0.4);
}
.bg-grey-600\/45 {
  background-color: rgb(82 82 82 / 0.45);
}
.bg-grey-600\/5 {
  background-color: rgb(82 82 82 / 0.05);
}
.bg-grey-600\/50 {
  background-color: rgb(82 82 82 / 0.5);
}
.bg-grey-600\/55 {
  background-color: rgb(82 82 82 / 0.55);
}
.bg-grey-600\/60 {
  background-color: rgb(82 82 82 / 0.6);
}
.bg-grey-600\/65 {
  background-color: rgb(82 82 82 / 0.65);
}
.bg-grey-600\/70 {
  background-color: rgb(82 82 82 / 0.7);
}
.bg-grey-600\/75 {
  background-color: rgb(82 82 82 / 0.75);
}
.bg-grey-600\/80 {
  background-color: rgb(82 82 82 / 0.8);
}
.bg-grey-600\/85 {
  background-color: rgb(82 82 82 / 0.85);
}
.bg-grey-600\/90 {
  background-color: rgb(82 82 82 / 0.9);
}
.bg-grey-600\/95 {
  background-color: rgb(82 82 82 / 0.95);
}
.bg-grey-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity));
}
.bg-grey-700\/0 {
  background-color: rgb(64 64 64 / 0);
}
.bg-grey-700\/10 {
  background-color: rgb(64 64 64 / 0.1);
}
.bg-grey-700\/100 {
  background-color: rgb(64 64 64 / 1);
}
.bg-grey-700\/15 {
  background-color: rgb(64 64 64 / 0.15);
}
.bg-grey-700\/20 {
  background-color: rgb(64 64 64 / 0.2);
}
.bg-grey-700\/25 {
  background-color: rgb(64 64 64 / 0.25);
}
.bg-grey-700\/30 {
  background-color: rgb(64 64 64 / 0.3);
}
.bg-grey-700\/35 {
  background-color: rgb(64 64 64 / 0.35);
}
.bg-grey-700\/40 {
  background-color: rgb(64 64 64 / 0.4);
}
.bg-grey-700\/45 {
  background-color: rgb(64 64 64 / 0.45);
}
.bg-grey-700\/5 {
  background-color: rgb(64 64 64 / 0.05);
}
.bg-grey-700\/50 {
  background-color: rgb(64 64 64 / 0.5);
}
.bg-grey-700\/55 {
  background-color: rgb(64 64 64 / 0.55);
}
.bg-grey-700\/60 {
  background-color: rgb(64 64 64 / 0.6);
}
.bg-grey-700\/65 {
  background-color: rgb(64 64 64 / 0.65);
}
.bg-grey-700\/70 {
  background-color: rgb(64 64 64 / 0.7);
}
.bg-grey-700\/75 {
  background-color: rgb(64 64 64 / 0.75);
}
.bg-grey-700\/80 {
  background-color: rgb(64 64 64 / 0.8);
}
.bg-grey-700\/85 {
  background-color: rgb(64 64 64 / 0.85);
}
.bg-grey-700\/90 {
  background-color: rgb(64 64 64 / 0.9);
}
.bg-grey-700\/95 {
  background-color: rgb(64 64 64 / 0.95);
}
.bg-grey-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity));
}
.bg-grey-800\/0 {
  background-color: rgb(38 38 38 / 0);
}
.bg-grey-800\/10 {
  background-color: rgb(38 38 38 / 0.1);
}
.bg-grey-800\/100 {
  background-color: rgb(38 38 38 / 1);
}
.bg-grey-800\/15 {
  background-color: rgb(38 38 38 / 0.15);
}
.bg-grey-800\/20 {
  background-color: rgb(38 38 38 / 0.2);
}
.bg-grey-800\/25 {
  background-color: rgb(38 38 38 / 0.25);
}
.bg-grey-800\/30 {
  background-color: rgb(38 38 38 / 0.3);
}
.bg-grey-800\/35 {
  background-color: rgb(38 38 38 / 0.35);
}
.bg-grey-800\/40 {
  background-color: rgb(38 38 38 / 0.4);
}
.bg-grey-800\/45 {
  background-color: rgb(38 38 38 / 0.45);
}
.bg-grey-800\/5 {
  background-color: rgb(38 38 38 / 0.05);
}
.bg-grey-800\/50 {
  background-color: rgb(38 38 38 / 0.5);
}
.bg-grey-800\/55 {
  background-color: rgb(38 38 38 / 0.55);
}
.bg-grey-800\/60 {
  background-color: rgb(38 38 38 / 0.6);
}
.bg-grey-800\/65 {
  background-color: rgb(38 38 38 / 0.65);
}
.bg-grey-800\/70 {
  background-color: rgb(38 38 38 / 0.7);
}
.bg-grey-800\/75 {
  background-color: rgb(38 38 38 / 0.75);
}
.bg-grey-800\/80 {
  background-color: rgb(38 38 38 / 0.8);
}
.bg-grey-800\/85 {
  background-color: rgb(38 38 38 / 0.85);
}
.bg-grey-800\/90 {
  background-color: rgb(38 38 38 / 0.9);
}
.bg-grey-800\/95 {
  background-color: rgb(38 38 38 / 0.95);
}
.bg-grey-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity));
}
.bg-grey-900\/0 {
  background-color: rgb(23 23 23 / 0);
}
.bg-grey-900\/10 {
  background-color: rgb(23 23 23 / 0.1);
}
.bg-grey-900\/100 {
  background-color: rgb(23 23 23 / 1);
}
.bg-grey-900\/15 {
  background-color: rgb(23 23 23 / 0.15);
}
.bg-grey-900\/20 {
  background-color: rgb(23 23 23 / 0.2);
}
.bg-grey-900\/25 {
  background-color: rgb(23 23 23 / 0.25);
}
.bg-grey-900\/30 {
  background-color: rgb(23 23 23 / 0.3);
}
.bg-grey-900\/35 {
  background-color: rgb(23 23 23 / 0.35);
}
.bg-grey-900\/40 {
  background-color: rgb(23 23 23 / 0.4);
}
.bg-grey-900\/45 {
  background-color: rgb(23 23 23 / 0.45);
}
.bg-grey-900\/5 {
  background-color: rgb(23 23 23 / 0.05);
}
.bg-grey-900\/50 {
  background-color: rgb(23 23 23 / 0.5);
}
.bg-grey-900\/55 {
  background-color: rgb(23 23 23 / 0.55);
}
.bg-grey-900\/60 {
  background-color: rgb(23 23 23 / 0.6);
}
.bg-grey-900\/65 {
  background-color: rgb(23 23 23 / 0.65);
}
.bg-grey-900\/70 {
  background-color: rgb(23 23 23 / 0.7);
}
.bg-grey-900\/75 {
  background-color: rgb(23 23 23 / 0.75);
}
.bg-grey-900\/80 {
  background-color: rgb(23 23 23 / 0.8);
}
.bg-grey-900\/85 {
  background-color: rgb(23 23 23 / 0.85);
}
.bg-grey-900\/90 {
  background-color: rgb(23 23 23 / 0.9);
}
.bg-grey-900\/95 {
  background-color: rgb(23 23 23 / 0.95);
}
.bg-grey-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 10 / var(--tw-bg-opacity));
}
.bg-grey-950\/0 {
  background-color: rgb(10 10 10 / 0);
}
.bg-grey-950\/10 {
  background-color: rgb(10 10 10 / 0.1);
}
.bg-grey-950\/100 {
  background-color: rgb(10 10 10 / 1);
}
.bg-grey-950\/15 {
  background-color: rgb(10 10 10 / 0.15);
}
.bg-grey-950\/20 {
  background-color: rgb(10 10 10 / 0.2);
}
.bg-grey-950\/25 {
  background-color: rgb(10 10 10 / 0.25);
}
.bg-grey-950\/30 {
  background-color: rgb(10 10 10 / 0.3);
}
.bg-grey-950\/35 {
  background-color: rgb(10 10 10 / 0.35);
}
.bg-grey-950\/40 {
  background-color: rgb(10 10 10 / 0.4);
}
.bg-grey-950\/45 {
  background-color: rgb(10 10 10 / 0.45);
}
.bg-grey-950\/5 {
  background-color: rgb(10 10 10 / 0.05);
}
.bg-grey-950\/50 {
  background-color: rgb(10 10 10 / 0.5);
}
.bg-grey-950\/55 {
  background-color: rgb(10 10 10 / 0.55);
}
.bg-grey-950\/60 {
  background-color: rgb(10 10 10 / 0.6);
}
.bg-grey-950\/65 {
  background-color: rgb(10 10 10 / 0.65);
}
.bg-grey-950\/70 {
  background-color: rgb(10 10 10 / 0.7);
}
.bg-grey-950\/75 {
  background-color: rgb(10 10 10 / 0.75);
}
.bg-grey-950\/80 {
  background-color: rgb(10 10 10 / 0.8);
}
.bg-grey-950\/85 {
  background-color: rgb(10 10 10 / 0.85);
}
.bg-grey-950\/90 {
  background-color: rgb(10 10 10 / 0.9);
}
.bg-grey-950\/95 {
  background-color: rgb(10 10 10 / 0.95);
}
.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(47 55 57 / var(--tw-bg-opacity));
}
.bg-primary-bright {
  --tw-bg-opacity: 1;
  background-color: rgb(213 215 215 / var(--tw-bg-opacity));
}
.bg-primary-bright\/0 {
  background-color: rgb(213 215 215 / 0);
}
.bg-primary-bright\/10 {
  background-color: rgb(213 215 215 / 0.1);
}
.bg-primary-bright\/100 {
  background-color: rgb(213 215 215 / 1);
}
.bg-primary-bright\/15 {
  background-color: rgb(213 215 215 / 0.15);
}
.bg-primary-bright\/20 {
  background-color: rgb(213 215 215 / 0.2);
}
.bg-primary-bright\/25 {
  background-color: rgb(213 215 215 / 0.25);
}
.bg-primary-bright\/30 {
  background-color: rgb(213 215 215 / 0.3);
}
.bg-primary-bright\/35 {
  background-color: rgb(213 215 215 / 0.35);
}
.bg-primary-bright\/40 {
  background-color: rgb(213 215 215 / 0.4);
}
.bg-primary-bright\/45 {
  background-color: rgb(213 215 215 / 0.45);
}
.bg-primary-bright\/5 {
  background-color: rgb(213 215 215 / 0.05);
}
.bg-primary-bright\/50 {
  background-color: rgb(213 215 215 / 0.5);
}
.bg-primary-bright\/55 {
  background-color: rgb(213 215 215 / 0.55);
}
.bg-primary-bright\/60 {
  background-color: rgb(213 215 215 / 0.6);
}
.bg-primary-bright\/65 {
  background-color: rgb(213 215 215 / 0.65);
}
.bg-primary-bright\/70 {
  background-color: rgb(213 215 215 / 0.7);
}
.bg-primary-bright\/75 {
  background-color: rgb(213 215 215 / 0.75);
}
.bg-primary-bright\/80 {
  background-color: rgb(213 215 215 / 0.8);
}
.bg-primary-bright\/85 {
  background-color: rgb(213 215 215 / 0.85);
}
.bg-primary-bright\/90 {
  background-color: rgb(213 215 215 / 0.9);
}
.bg-primary-bright\/95 {
  background-color: rgb(213 215 215 / 0.95);
}
.bg-primary-light {
  --tw-bg-opacity: 1;
  background-color: rgb(244 245 245 / var(--tw-bg-opacity));
}
.bg-primary-light\/0 {
  background-color: rgb(244 245 245 / 0);
}
.bg-primary-light\/10 {
  background-color: rgb(244 245 245 / 0.1);
}
.bg-primary-light\/100 {
  background-color: rgb(244 245 245 / 1);
}
.bg-primary-light\/15 {
  background-color: rgb(244 245 245 / 0.15);
}
.bg-primary-light\/20 {
  background-color: rgb(244 245 245 / 0.2);
}
.bg-primary-light\/25 {
  background-color: rgb(244 245 245 / 0.25);
}
.bg-primary-light\/30 {
  background-color: rgb(244 245 245 / 0.3);
}
.bg-primary-light\/35 {
  background-color: rgb(244 245 245 / 0.35);
}
.bg-primary-light\/40 {
  background-color: rgb(244 245 245 / 0.4);
}
.bg-primary-light\/45 {
  background-color: rgb(244 245 245 / 0.45);
}
.bg-primary-light\/5 {
  background-color: rgb(244 245 245 / 0.05);
}
.bg-primary-light\/50 {
  background-color: rgb(244 245 245 / 0.5);
}
.bg-primary-light\/55 {
  background-color: rgb(244 245 245 / 0.55);
}
.bg-primary-light\/60 {
  background-color: rgb(244 245 245 / 0.6);
}
.bg-primary-light\/65 {
  background-color: rgb(244 245 245 / 0.65);
}
.bg-primary-light\/70 {
  background-color: rgb(244 245 245 / 0.7);
}
.bg-primary-light\/75 {
  background-color: rgb(244 245 245 / 0.75);
}
.bg-primary-light\/80 {
  background-color: rgb(244 245 245 / 0.8);
}
.bg-primary-light\/85 {
  background-color: rgb(244 245 245 / 0.85);
}
.bg-primary-light\/90 {
  background-color: rgb(244 245 245 / 0.9);
}
.bg-primary-light\/95 {
  background-color: rgb(244 245 245 / 0.95);
}
.bg-primary-mid {
  --tw-bg-opacity: 1;
  background-color: rgb(151 155 156 / var(--tw-bg-opacity));
}
.bg-primary-mid\/0 {
  background-color: rgb(151 155 156 / 0);
}
.bg-primary-mid\/10 {
  background-color: rgb(151 155 156 / 0.1);
}
.bg-primary-mid\/100 {
  background-color: rgb(151 155 156 / 1);
}
.bg-primary-mid\/15 {
  background-color: rgb(151 155 156 / 0.15);
}
.bg-primary-mid\/20 {
  background-color: rgb(151 155 156 / 0.2);
}
.bg-primary-mid\/25 {
  background-color: rgb(151 155 156 / 0.25);
}
.bg-primary-mid\/30 {
  background-color: rgb(151 155 156 / 0.3);
}
.bg-primary-mid\/35 {
  background-color: rgb(151 155 156 / 0.35);
}
.bg-primary-mid\/40 {
  background-color: rgb(151 155 156 / 0.4);
}
.bg-primary-mid\/45 {
  background-color: rgb(151 155 156 / 0.45);
}
.bg-primary-mid\/5 {
  background-color: rgb(151 155 156 / 0.05);
}
.bg-primary-mid\/50 {
  background-color: rgb(151 155 156 / 0.5);
}
.bg-primary-mid\/55 {
  background-color: rgb(151 155 156 / 0.55);
}
.bg-primary-mid\/60 {
  background-color: rgb(151 155 156 / 0.6);
}
.bg-primary-mid\/65 {
  background-color: rgb(151 155 156 / 0.65);
}
.bg-primary-mid\/70 {
  background-color: rgb(151 155 156 / 0.7);
}
.bg-primary-mid\/75 {
  background-color: rgb(151 155 156 / 0.75);
}
.bg-primary-mid\/80 {
  background-color: rgb(151 155 156 / 0.8);
}
.bg-primary-mid\/85 {
  background-color: rgb(151 155 156 / 0.85);
}
.bg-primary-mid\/90 {
  background-color: rgb(151 155 156 / 0.9);
}
.bg-primary-mid\/95 {
  background-color: rgb(151 155 156 / 0.95);
}
.bg-primary\/0 {
  background-color: rgb(47 55 57 / 0);
}
.bg-primary\/10 {
  background-color: rgb(47 55 57 / 0.1);
}
.bg-primary\/100 {
  background-color: rgb(47 55 57 / 1);
}
.bg-primary\/15 {
  background-color: rgb(47 55 57 / 0.15);
}
.bg-primary\/20 {
  background-color: rgb(47 55 57 / 0.2);
}
.bg-primary\/25 {
  background-color: rgb(47 55 57 / 0.25);
}
.bg-primary\/30 {
  background-color: rgb(47 55 57 / 0.3);
}
.bg-primary\/35 {
  background-color: rgb(47 55 57 / 0.35);
}
.bg-primary\/40 {
  background-color: rgb(47 55 57 / 0.4);
}
.bg-primary\/45 {
  background-color: rgb(47 55 57 / 0.45);
}
.bg-primary\/5 {
  background-color: rgb(47 55 57 / 0.05);
}
.bg-primary\/50 {
  background-color: rgb(47 55 57 / 0.5);
}
.bg-primary\/55 {
  background-color: rgb(47 55 57 / 0.55);
}
.bg-primary\/60 {
  background-color: rgb(47 55 57 / 0.6);
}
.bg-primary\/65 {
  background-color: rgb(47 55 57 / 0.65);
}
.bg-primary\/70 {
  background-color: rgb(47 55 57 / 0.7);
}
.bg-primary\/75 {
  background-color: rgb(47 55 57 / 0.75);
}
.bg-primary\/80 {
  background-color: rgb(47 55 57 / 0.8);
}
.bg-primary\/85 {
  background-color: rgb(47 55 57 / 0.85);
}
.bg-primary\/90 {
  background-color: rgb(47 55 57 / 0.9);
}
.bg-primary\/95 {
  background-color: rgb(47 55 57 / 0.95);
}
.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}
.bg-red-100\/0 {
  background-color: rgb(254 226 226 / 0);
}
.bg-red-100\/10 {
  background-color: rgb(254 226 226 / 0.1);
}
.bg-red-100\/100 {
  background-color: rgb(254 226 226 / 1);
}
.bg-red-100\/15 {
  background-color: rgb(254 226 226 / 0.15);
}
.bg-red-100\/20 {
  background-color: rgb(254 226 226 / 0.2);
}
.bg-red-100\/25 {
  background-color: rgb(254 226 226 / 0.25);
}
.bg-red-100\/30 {
  background-color: rgb(254 226 226 / 0.3);
}
.bg-red-100\/35 {
  background-color: rgb(254 226 226 / 0.35);
}
.bg-red-100\/40 {
  background-color: rgb(254 226 226 / 0.4);
}
.bg-red-100\/45 {
  background-color: rgb(254 226 226 / 0.45);
}
.bg-red-100\/5 {
  background-color: rgb(254 226 226 / 0.05);
}
.bg-red-100\/50 {
  background-color: rgb(254 226 226 / 0.5);
}
.bg-red-100\/55 {
  background-color: rgb(254 226 226 / 0.55);
}
.bg-red-100\/60 {
  background-color: rgb(254 226 226 / 0.6);
}
.bg-red-100\/65 {
  background-color: rgb(254 226 226 / 0.65);
}
.bg-red-100\/70 {
  background-color: rgb(254 226 226 / 0.7);
}
.bg-red-100\/75 {
  background-color: rgb(254 226 226 / 0.75);
}
.bg-red-100\/80 {
  background-color: rgb(254 226 226 / 0.8);
}
.bg-red-100\/85 {
  background-color: rgb(254 226 226 / 0.85);
}
.bg-red-100\/90 {
  background-color: rgb(254 226 226 / 0.9);
}
.bg-red-100\/95 {
  background-color: rgb(254 226 226 / 0.95);
}
.bg-red-200 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity));
}
.bg-red-200\/0 {
  background-color: rgb(254 202 202 / 0);
}
.bg-red-200\/10 {
  background-color: rgb(254 202 202 / 0.1);
}
.bg-red-200\/100 {
  background-color: rgb(254 202 202 / 1);
}
.bg-red-200\/15 {
  background-color: rgb(254 202 202 / 0.15);
}
.bg-red-200\/20 {
  background-color: rgb(254 202 202 / 0.2);
}
.bg-red-200\/25 {
  background-color: rgb(254 202 202 / 0.25);
}
.bg-red-200\/30 {
  background-color: rgb(254 202 202 / 0.3);
}
.bg-red-200\/35 {
  background-color: rgb(254 202 202 / 0.35);
}
.bg-red-200\/40 {
  background-color: rgb(254 202 202 / 0.4);
}
.bg-red-200\/45 {
  background-color: rgb(254 202 202 / 0.45);
}
.bg-red-200\/5 {
  background-color: rgb(254 202 202 / 0.05);
}
.bg-red-200\/50 {
  background-color: rgb(254 202 202 / 0.5);
}
.bg-red-200\/55 {
  background-color: rgb(254 202 202 / 0.55);
}
.bg-red-200\/60 {
  background-color: rgb(254 202 202 / 0.6);
}
.bg-red-200\/65 {
  background-color: rgb(254 202 202 / 0.65);
}
.bg-red-200\/70 {
  background-color: rgb(254 202 202 / 0.7);
}
.bg-red-200\/75 {
  background-color: rgb(254 202 202 / 0.75);
}
.bg-red-200\/80 {
  background-color: rgb(254 202 202 / 0.8);
}
.bg-red-200\/85 {
  background-color: rgb(254 202 202 / 0.85);
}
.bg-red-200\/90 {
  background-color: rgb(254 202 202 / 0.9);
}
.bg-red-200\/95 {
  background-color: rgb(254 202 202 / 0.95);
}
.bg-red-300 {
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity));
}
.bg-red-300\/0 {
  background-color: rgb(252 165 165 / 0);
}
.bg-red-300\/10 {
  background-color: rgb(252 165 165 / 0.1);
}
.bg-red-300\/100 {
  background-color: rgb(252 165 165 / 1);
}
.bg-red-300\/15 {
  background-color: rgb(252 165 165 / 0.15);
}
.bg-red-300\/20 {
  background-color: rgb(252 165 165 / 0.2);
}
.bg-red-300\/25 {
  background-color: rgb(252 165 165 / 0.25);
}
.bg-red-300\/30 {
  background-color: rgb(252 165 165 / 0.3);
}
.bg-red-300\/35 {
  background-color: rgb(252 165 165 / 0.35);
}
.bg-red-300\/40 {
  background-color: rgb(252 165 165 / 0.4);
}
.bg-red-300\/45 {
  background-color: rgb(252 165 165 / 0.45);
}
.bg-red-300\/5 {
  background-color: rgb(252 165 165 / 0.05);
}
.bg-red-300\/50 {
  background-color: rgb(252 165 165 / 0.5);
}
.bg-red-300\/55 {
  background-color: rgb(252 165 165 / 0.55);
}
.bg-red-300\/60 {
  background-color: rgb(252 165 165 / 0.6);
}
.bg-red-300\/65 {
  background-color: rgb(252 165 165 / 0.65);
}
.bg-red-300\/70 {
  background-color: rgb(252 165 165 / 0.7);
}
.bg-red-300\/75 {
  background-color: rgb(252 165 165 / 0.75);
}
.bg-red-300\/80 {
  background-color: rgb(252 165 165 / 0.8);
}
.bg-red-300\/85 {
  background-color: rgb(252 165 165 / 0.85);
}
.bg-red-300\/90 {
  background-color: rgb(252 165 165 / 0.9);
}
.bg-red-300\/95 {
  background-color: rgb(252 165 165 / 0.95);
}
.bg-red-400 {
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity));
}
.bg-red-400\/0 {
  background-color: rgb(248 113 113 / 0);
}
.bg-red-400\/10 {
  background-color: rgb(248 113 113 / 0.1);
}
.bg-red-400\/100 {
  background-color: rgb(248 113 113 / 1);
}
.bg-red-400\/15 {
  background-color: rgb(248 113 113 / 0.15);
}
.bg-red-400\/20 {
  background-color: rgb(248 113 113 / 0.2);
}
.bg-red-400\/25 {
  background-color: rgb(248 113 113 / 0.25);
}
.bg-red-400\/30 {
  background-color: rgb(248 113 113 / 0.3);
}
.bg-red-400\/35 {
  background-color: rgb(248 113 113 / 0.35);
}
.bg-red-400\/40 {
  background-color: rgb(248 113 113 / 0.4);
}
.bg-red-400\/45 {
  background-color: rgb(248 113 113 / 0.45);
}
.bg-red-400\/5 {
  background-color: rgb(248 113 113 / 0.05);
}
.bg-red-400\/50 {
  background-color: rgb(248 113 113 / 0.5);
}
.bg-red-400\/55 {
  background-color: rgb(248 113 113 / 0.55);
}
.bg-red-400\/60 {
  background-color: rgb(248 113 113 / 0.6);
}
.bg-red-400\/65 {
  background-color: rgb(248 113 113 / 0.65);
}
.bg-red-400\/70 {
  background-color: rgb(248 113 113 / 0.7);
}
.bg-red-400\/75 {
  background-color: rgb(248 113 113 / 0.75);
}
.bg-red-400\/80 {
  background-color: rgb(248 113 113 / 0.8);
}
.bg-red-400\/85 {
  background-color: rgb(248 113 113 / 0.85);
}
.bg-red-400\/90 {
  background-color: rgb(248 113 113 / 0.9);
}
.bg-red-400\/95 {
  background-color: rgb(248 113 113 / 0.95);
}
.bg-red-50 {
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}
.bg-red-50\/0 {
  background-color: rgb(254 242 242 / 0);
}
.bg-red-50\/10 {
  background-color: rgb(254 242 242 / 0.1);
}
.bg-red-50\/100 {
  background-color: rgb(254 242 242 / 1);
}
.bg-red-50\/15 {
  background-color: rgb(254 242 242 / 0.15);
}
.bg-red-50\/20 {
  background-color: rgb(254 242 242 / 0.2);
}
.bg-red-50\/25 {
  background-color: rgb(254 242 242 / 0.25);
}
.bg-red-50\/30 {
  background-color: rgb(254 242 242 / 0.3);
}
.bg-red-50\/35 {
  background-color: rgb(254 242 242 / 0.35);
}
.bg-red-50\/40 {
  background-color: rgb(254 242 242 / 0.4);
}
.bg-red-50\/45 {
  background-color: rgb(254 242 242 / 0.45);
}
.bg-red-50\/5 {
  background-color: rgb(254 242 242 / 0.05);
}
.bg-red-50\/50 {
  background-color: rgb(254 242 242 / 0.5);
}
.bg-red-50\/55 {
  background-color: rgb(254 242 242 / 0.55);
}
.bg-red-50\/60 {
  background-color: rgb(254 242 242 / 0.6);
}
.bg-red-50\/65 {
  background-color: rgb(254 242 242 / 0.65);
}
.bg-red-50\/70 {
  background-color: rgb(254 242 242 / 0.7);
}
.bg-red-50\/75 {
  background-color: rgb(254 242 242 / 0.75);
}
.bg-red-50\/80 {
  background-color: rgb(254 242 242 / 0.8);
}
.bg-red-50\/85 {
  background-color: rgb(254 242 242 / 0.85);
}
.bg-red-50\/90 {
  background-color: rgb(254 242 242 / 0.9);
}
.bg-red-50\/95 {
  background-color: rgb(254 242 242 / 0.95);
}
.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}
.bg-red-500\/0 {
  background-color: rgb(239 68 68 / 0);
}
.bg-red-500\/10 {
  background-color: rgb(239 68 68 / 0.1);
}
.bg-red-500\/100 {
  background-color: rgb(239 68 68 / 1);
}
.bg-red-500\/15 {
  background-color: rgb(239 68 68 / 0.15);
}
.bg-red-500\/20 {
  background-color: rgb(239 68 68 / 0.2);
}
.bg-red-500\/25 {
  background-color: rgb(239 68 68 / 0.25);
}
.bg-red-500\/30 {
  background-color: rgb(239 68 68 / 0.3);
}
.bg-red-500\/35 {
  background-color: rgb(239 68 68 / 0.35);
}
.bg-red-500\/40 {
  background-color: rgb(239 68 68 / 0.4);
}
.bg-red-500\/45 {
  background-color: rgb(239 68 68 / 0.45);
}
.bg-red-500\/5 {
  background-color: rgb(239 68 68 / 0.05);
}
.bg-red-500\/50 {
  background-color: rgb(239 68 68 / 0.5);
}
.bg-red-500\/55 {
  background-color: rgb(239 68 68 / 0.55);
}
.bg-red-500\/60 {
  background-color: rgb(239 68 68 / 0.6);
}
.bg-red-500\/65 {
  background-color: rgb(239 68 68 / 0.65);
}
.bg-red-500\/70 {
  background-color: rgb(239 68 68 / 0.7);
}
.bg-red-500\/75 {
  background-color: rgb(239 68 68 / 0.75);
}
.bg-red-500\/80 {
  background-color: rgb(239 68 68 / 0.8);
}
.bg-red-500\/85 {
  background-color: rgb(239 68 68 / 0.85);
}
.bg-red-500\/90 {
  background-color: rgb(239 68 68 / 0.9);
}
.bg-red-500\/95 {
  background-color: rgb(239 68 68 / 0.95);
}
.bg-red-600 {
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}
.bg-red-600\/0 {
  background-color: rgb(220 38 38 / 0);
}
.bg-red-600\/10 {
  background-color: rgb(220 38 38 / 0.1);
}
.bg-red-600\/100 {
  background-color: rgb(220 38 38 / 1);
}
.bg-red-600\/15 {
  background-color: rgb(220 38 38 / 0.15);
}
.bg-red-600\/20 {
  background-color: rgb(220 38 38 / 0.2);
}
.bg-red-600\/25 {
  background-color: rgb(220 38 38 / 0.25);
}
.bg-red-600\/30 {
  background-color: rgb(220 38 38 / 0.3);
}
.bg-red-600\/35 {
  background-color: rgb(220 38 38 / 0.35);
}
.bg-red-600\/40 {
  background-color: rgb(220 38 38 / 0.4);
}
.bg-red-600\/45 {
  background-color: rgb(220 38 38 / 0.45);
}
.bg-red-600\/5 {
  background-color: rgb(220 38 38 / 0.05);
}
.bg-red-600\/50 {
  background-color: rgb(220 38 38 / 0.5);
}
.bg-red-600\/55 {
  background-color: rgb(220 38 38 / 0.55);
}
.bg-red-600\/60 {
  background-color: rgb(220 38 38 / 0.6);
}
.bg-red-600\/65 {
  background-color: rgb(220 38 38 / 0.65);
}
.bg-red-600\/70 {
  background-color: rgb(220 38 38 / 0.7);
}
.bg-red-600\/75 {
  background-color: rgb(220 38 38 / 0.75);
}
.bg-red-600\/80 {
  background-color: rgb(220 38 38 / 0.8);
}
.bg-red-600\/85 {
  background-color: rgb(220 38 38 / 0.85);
}
.bg-red-600\/90 {
  background-color: rgb(220 38 38 / 0.9);
}
.bg-red-600\/95 {
  background-color: rgb(220 38 38 / 0.95);
}
.bg-red-700 {
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}
.bg-red-700\/0 {
  background-color: rgb(185 28 28 / 0);
}
.bg-red-700\/10 {
  background-color: rgb(185 28 28 / 0.1);
}
.bg-red-700\/100 {
  background-color: rgb(185 28 28 / 1);
}
.bg-red-700\/15 {
  background-color: rgb(185 28 28 / 0.15);
}
.bg-red-700\/20 {
  background-color: rgb(185 28 28 / 0.2);
}
.bg-red-700\/25 {
  background-color: rgb(185 28 28 / 0.25);
}
.bg-red-700\/30 {
  background-color: rgb(185 28 28 / 0.3);
}
.bg-red-700\/35 {
  background-color: rgb(185 28 28 / 0.35);
}
.bg-red-700\/40 {
  background-color: rgb(185 28 28 / 0.4);
}
.bg-red-700\/45 {
  background-color: rgb(185 28 28 / 0.45);
}
.bg-red-700\/5 {
  background-color: rgb(185 28 28 / 0.05);
}
.bg-red-700\/50 {
  background-color: rgb(185 28 28 / 0.5);
}
.bg-red-700\/55 {
  background-color: rgb(185 28 28 / 0.55);
}
.bg-red-700\/60 {
  background-color: rgb(185 28 28 / 0.6);
}
.bg-red-700\/65 {
  background-color: rgb(185 28 28 / 0.65);
}
.bg-red-700\/70 {
  background-color: rgb(185 28 28 / 0.7);
}
.bg-red-700\/75 {
  background-color: rgb(185 28 28 / 0.75);
}
.bg-red-700\/80 {
  background-color: rgb(185 28 28 / 0.8);
}
.bg-red-700\/85 {
  background-color: rgb(185 28 28 / 0.85);
}
.bg-red-700\/90 {
  background-color: rgb(185 28 28 / 0.9);
}
.bg-red-700\/95 {
  background-color: rgb(185 28 28 / 0.95);
}
.bg-red-800 {
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity));
}
.bg-red-800\/0 {
  background-color: rgb(153 27 27 / 0);
}
.bg-red-800\/10 {
  background-color: rgb(153 27 27 / 0.1);
}
.bg-red-800\/100 {
  background-color: rgb(153 27 27 / 1);
}
.bg-red-800\/15 {
  background-color: rgb(153 27 27 / 0.15);
}
.bg-red-800\/20 {
  background-color: rgb(153 27 27 / 0.2);
}
.bg-red-800\/25 {
  background-color: rgb(153 27 27 / 0.25);
}
.bg-red-800\/30 {
  background-color: rgb(153 27 27 / 0.3);
}
.bg-red-800\/35 {
  background-color: rgb(153 27 27 / 0.35);
}
.bg-red-800\/40 {
  background-color: rgb(153 27 27 / 0.4);
}
.bg-red-800\/45 {
  background-color: rgb(153 27 27 / 0.45);
}
.bg-red-800\/5 {
  background-color: rgb(153 27 27 / 0.05);
}
.bg-red-800\/50 {
  background-color: rgb(153 27 27 / 0.5);
}
.bg-red-800\/55 {
  background-color: rgb(153 27 27 / 0.55);
}
.bg-red-800\/60 {
  background-color: rgb(153 27 27 / 0.6);
}
.bg-red-800\/65 {
  background-color: rgb(153 27 27 / 0.65);
}
.bg-red-800\/70 {
  background-color: rgb(153 27 27 / 0.7);
}
.bg-red-800\/75 {
  background-color: rgb(153 27 27 / 0.75);
}
.bg-red-800\/80 {
  background-color: rgb(153 27 27 / 0.8);
}
.bg-red-800\/85 {
  background-color: rgb(153 27 27 / 0.85);
}
.bg-red-800\/90 {
  background-color: rgb(153 27 27 / 0.9);
}
.bg-red-800\/95 {
  background-color: rgb(153 27 27 / 0.95);
}
.bg-red-900 {
  --tw-bg-opacity: 1;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity));
}
.bg-red-900\/0 {
  background-color: rgb(127 29 29 / 0);
}
.bg-red-900\/10 {
  background-color: rgb(127 29 29 / 0.1);
}
.bg-red-900\/100 {
  background-color: rgb(127 29 29 / 1);
}
.bg-red-900\/15 {
  background-color: rgb(127 29 29 / 0.15);
}
.bg-red-900\/20 {
  background-color: rgb(127 29 29 / 0.2);
}
.bg-red-900\/25 {
  background-color: rgb(127 29 29 / 0.25);
}
.bg-red-900\/30 {
  background-color: rgb(127 29 29 / 0.3);
}
.bg-red-900\/35 {
  background-color: rgb(127 29 29 / 0.35);
}
.bg-red-900\/40 {
  background-color: rgb(127 29 29 / 0.4);
}
.bg-red-900\/45 {
  background-color: rgb(127 29 29 / 0.45);
}
.bg-red-900\/5 {
  background-color: rgb(127 29 29 / 0.05);
}
.bg-red-900\/50 {
  background-color: rgb(127 29 29 / 0.5);
}
.bg-red-900\/55 {
  background-color: rgb(127 29 29 / 0.55);
}
.bg-red-900\/60 {
  background-color: rgb(127 29 29 / 0.6);
}
.bg-red-900\/65 {
  background-color: rgb(127 29 29 / 0.65);
}
.bg-red-900\/70 {
  background-color: rgb(127 29 29 / 0.7);
}
.bg-red-900\/75 {
  background-color: rgb(127 29 29 / 0.75);
}
.bg-red-900\/80 {
  background-color: rgb(127 29 29 / 0.8);
}
.bg-red-900\/85 {
  background-color: rgb(127 29 29 / 0.85);
}
.bg-red-900\/90 {
  background-color: rgb(127 29 29 / 0.9);
}
.bg-red-900\/95 {
  background-color: rgb(127 29 29 / 0.95);
}
.bg-red-950 {
  --tw-bg-opacity: 1;
  background-color: rgb(69 10 10 / var(--tw-bg-opacity));
}
.bg-red-950\/0 {
  background-color: rgb(69 10 10 / 0);
}
.bg-red-950\/10 {
  background-color: rgb(69 10 10 / 0.1);
}
.bg-red-950\/100 {
  background-color: rgb(69 10 10 / 1);
}
.bg-red-950\/15 {
  background-color: rgb(69 10 10 / 0.15);
}
.bg-red-950\/20 {
  background-color: rgb(69 10 10 / 0.2);
}
.bg-red-950\/25 {
  background-color: rgb(69 10 10 / 0.25);
}
.bg-red-950\/30 {
  background-color: rgb(69 10 10 / 0.3);
}
.bg-red-950\/35 {
  background-color: rgb(69 10 10 / 0.35);
}
.bg-red-950\/40 {
  background-color: rgb(69 10 10 / 0.4);
}
.bg-red-950\/45 {
  background-color: rgb(69 10 10 / 0.45);
}
.bg-red-950\/5 {
  background-color: rgb(69 10 10 / 0.05);
}
.bg-red-950\/50 {
  background-color: rgb(69 10 10 / 0.5);
}
.bg-red-950\/55 {
  background-color: rgb(69 10 10 / 0.55);
}
.bg-red-950\/60 {
  background-color: rgb(69 10 10 / 0.6);
}
.bg-red-950\/65 {
  background-color: rgb(69 10 10 / 0.65);
}
.bg-red-950\/70 {
  background-color: rgb(69 10 10 / 0.7);
}
.bg-red-950\/75 {
  background-color: rgb(69 10 10 / 0.75);
}
.bg-red-950\/80 {
  background-color: rgb(69 10 10 / 0.8);
}
.bg-red-950\/85 {
  background-color: rgb(69 10 10 / 0.85);
}
.bg-red-950\/90 {
  background-color: rgb(69 10 10 / 0.9);
}
.bg-red-950\/95 {
  background-color: rgb(69 10 10 / 0.95);
}
.bg-secondary {
  --tw-bg-opacity: 1;
  background-color: rgb(21 82 119 / var(--tw-bg-opacity));
}
.bg-secondary-bright {
  --tw-bg-opacity: 1;
  background-color: rgb(43 150 221 / var(--tw-bg-opacity));
}
.bg-secondary-bright\/0 {
  background-color: rgb(43 150 221 / 0);
}
.bg-secondary-bright\/10 {
  background-color: rgb(43 150 221 / 0.1);
}
.bg-secondary-bright\/100 {
  background-color: rgb(43 150 221 / 1);
}
.bg-secondary-bright\/15 {
  background-color: rgb(43 150 221 / 0.15);
}
.bg-secondary-bright\/20 {
  background-color: rgb(43 150 221 / 0.2);
}
.bg-secondary-bright\/25 {
  background-color: rgb(43 150 221 / 0.25);
}
.bg-secondary-bright\/30 {
  background-color: rgb(43 150 221 / 0.3);
}
.bg-secondary-bright\/35 {
  background-color: rgb(43 150 221 / 0.35);
}
.bg-secondary-bright\/40 {
  background-color: rgb(43 150 221 / 0.4);
}
.bg-secondary-bright\/45 {
  background-color: rgb(43 150 221 / 0.45);
}
.bg-secondary-bright\/5 {
  background-color: rgb(43 150 221 / 0.05);
}
.bg-secondary-bright\/50 {
  background-color: rgb(43 150 221 / 0.5);
}
.bg-secondary-bright\/55 {
  background-color: rgb(43 150 221 / 0.55);
}
.bg-secondary-bright\/60 {
  background-color: rgb(43 150 221 / 0.6);
}
.bg-secondary-bright\/65 {
  background-color: rgb(43 150 221 / 0.65);
}
.bg-secondary-bright\/70 {
  background-color: rgb(43 150 221 / 0.7);
}
.bg-secondary-bright\/75 {
  background-color: rgb(43 150 221 / 0.75);
}
.bg-secondary-bright\/80 {
  background-color: rgb(43 150 221 / 0.8);
}
.bg-secondary-bright\/85 {
  background-color: rgb(43 150 221 / 0.85);
}
.bg-secondary-bright\/90 {
  background-color: rgb(43 150 221 / 0.9);
}
.bg-secondary-bright\/95 {
  background-color: rgb(43 150 221 / 0.95);
}
.bg-secondary-light {
  --tw-bg-opacity: 1;
  background-color: rgb(128 192 235 / var(--tw-bg-opacity));
}
.bg-secondary-light\/0 {
  background-color: rgb(128 192 235 / 0);
}
.bg-secondary-light\/10 {
  background-color: rgb(128 192 235 / 0.1);
}
.bg-secondary-light\/100 {
  background-color: rgb(128 192 235 / 1);
}
.bg-secondary-light\/15 {
  background-color: rgb(128 192 235 / 0.15);
}
.bg-secondary-light\/20 {
  background-color: rgb(128 192 235 / 0.2);
}
.bg-secondary-light\/25 {
  background-color: rgb(128 192 235 / 0.25);
}
.bg-secondary-light\/30 {
  background-color: rgb(128 192 235 / 0.3);
}
.bg-secondary-light\/35 {
  background-color: rgb(128 192 235 / 0.35);
}
.bg-secondary-light\/40 {
  background-color: rgb(128 192 235 / 0.4);
}
.bg-secondary-light\/45 {
  background-color: rgb(128 192 235 / 0.45);
}
.bg-secondary-light\/5 {
  background-color: rgb(128 192 235 / 0.05);
}
.bg-secondary-light\/50 {
  background-color: rgb(128 192 235 / 0.5);
}
.bg-secondary-light\/55 {
  background-color: rgb(128 192 235 / 0.55);
}
.bg-secondary-light\/60 {
  background-color: rgb(128 192 235 / 0.6);
}
.bg-secondary-light\/65 {
  background-color: rgb(128 192 235 / 0.65);
}
.bg-secondary-light\/70 {
  background-color: rgb(128 192 235 / 0.7);
}
.bg-secondary-light\/75 {
  background-color: rgb(128 192 235 / 0.75);
}
.bg-secondary-light\/80 {
  background-color: rgb(128 192 235 / 0.8);
}
.bg-secondary-light\/85 {
  background-color: rgb(128 192 235 / 0.85);
}
.bg-secondary-light\/90 {
  background-color: rgb(128 192 235 / 0.9);
}
.bg-secondary-light\/95 {
  background-color: rgb(128 192 235 / 0.95);
}
.bg-secondary-mid {
  --tw-bg-opacity: 1;
  background-color: rgb(61 114 153 / var(--tw-bg-opacity));
}
.bg-secondary-mid\/0 {
  background-color: rgb(61 114 153 / 0);
}
.bg-secondary-mid\/10 {
  background-color: rgb(61 114 153 / 0.1);
}
.bg-secondary-mid\/100 {
  background-color: rgb(61 114 153 / 1);
}
.bg-secondary-mid\/15 {
  background-color: rgb(61 114 153 / 0.15);
}
.bg-secondary-mid\/20 {
  background-color: rgb(61 114 153 / 0.2);
}
.bg-secondary-mid\/25 {
  background-color: rgb(61 114 153 / 0.25);
}
.bg-secondary-mid\/30 {
  background-color: rgb(61 114 153 / 0.3);
}
.bg-secondary-mid\/35 {
  background-color: rgb(61 114 153 / 0.35);
}
.bg-secondary-mid\/40 {
  background-color: rgb(61 114 153 / 0.4);
}
.bg-secondary-mid\/45 {
  background-color: rgb(61 114 153 / 0.45);
}
.bg-secondary-mid\/5 {
  background-color: rgb(61 114 153 / 0.05);
}
.bg-secondary-mid\/50 {
  background-color: rgb(61 114 153 / 0.5);
}
.bg-secondary-mid\/55 {
  background-color: rgb(61 114 153 / 0.55);
}
.bg-secondary-mid\/60 {
  background-color: rgb(61 114 153 / 0.6);
}
.bg-secondary-mid\/65 {
  background-color: rgb(61 114 153 / 0.65);
}
.bg-secondary-mid\/70 {
  background-color: rgb(61 114 153 / 0.7);
}
.bg-secondary-mid\/75 {
  background-color: rgb(61 114 153 / 0.75);
}
.bg-secondary-mid\/80 {
  background-color: rgb(61 114 153 / 0.8);
}
.bg-secondary-mid\/85 {
  background-color: rgb(61 114 153 / 0.85);
}
.bg-secondary-mid\/90 {
  background-color: rgb(61 114 153 / 0.9);
}
.bg-secondary-mid\/95 {
  background-color: rgb(61 114 153 / 0.95);
}
.bg-secondary\/0 {
  background-color: rgb(21 82 119 / 0);
}
.bg-secondary\/10 {
  background-color: rgb(21 82 119 / 0.1);
}
.bg-secondary\/100 {
  background-color: rgb(21 82 119 / 1);
}
.bg-secondary\/15 {
  background-color: rgb(21 82 119 / 0.15);
}
.bg-secondary\/20 {
  background-color: rgb(21 82 119 / 0.2);
}
.bg-secondary\/25 {
  background-color: rgb(21 82 119 / 0.25);
}
.bg-secondary\/30 {
  background-color: rgb(21 82 119 / 0.3);
}
.bg-secondary\/35 {
  background-color: rgb(21 82 119 / 0.35);
}
.bg-secondary\/40 {
  background-color: rgb(21 82 119 / 0.4);
}
.bg-secondary\/45 {
  background-color: rgb(21 82 119 / 0.45);
}
.bg-secondary\/5 {
  background-color: rgb(21 82 119 / 0.05);
}
.bg-secondary\/50 {
  background-color: rgb(21 82 119 / 0.5);
}
.bg-secondary\/55 {
  background-color: rgb(21 82 119 / 0.55);
}
.bg-secondary\/60 {
  background-color: rgb(21 82 119 / 0.6);
}
.bg-secondary\/65 {
  background-color: rgb(21 82 119 / 0.65);
}
.bg-secondary\/70 {
  background-color: rgb(21 82 119 / 0.7);
}
.bg-secondary\/75 {
  background-color: rgb(21 82 119 / 0.75);
}
.bg-secondary\/80 {
  background-color: rgb(21 82 119 / 0.8);
}
.bg-secondary\/85 {
  background-color: rgb(21 82 119 / 0.85);
}
.bg-secondary\/90 {
  background-color: rgb(21 82 119 / 0.9);
}
.bg-secondary\/95 {
  background-color: rgb(21 82 119 / 0.95);
}
.bg-tertiary {
  --tw-bg-opacity: 1;
  background-color: rgb(0 108 120 / var(--tw-bg-opacity));
}
.bg-tertiary-bright {
  --tw-bg-opacity: 1;
  background-color: rgb(60 185 197 / var(--tw-bg-opacity));
}
.bg-tertiary-bright\/0 {
  background-color: rgb(60 185 197 / 0);
}
.bg-tertiary-bright\/10 {
  background-color: rgb(60 185 197 / 0.1);
}
.bg-tertiary-bright\/100 {
  background-color: rgb(60 185 197 / 1);
}
.bg-tertiary-bright\/15 {
  background-color: rgb(60 185 197 / 0.15);
}
.bg-tertiary-bright\/20 {
  background-color: rgb(60 185 197 / 0.2);
}
.bg-tertiary-bright\/25 {
  background-color: rgb(60 185 197 / 0.25);
}
.bg-tertiary-bright\/30 {
  background-color: rgb(60 185 197 / 0.3);
}
.bg-tertiary-bright\/35 {
  background-color: rgb(60 185 197 / 0.35);
}
.bg-tertiary-bright\/40 {
  background-color: rgb(60 185 197 / 0.4);
}
.bg-tertiary-bright\/45 {
  background-color: rgb(60 185 197 / 0.45);
}
.bg-tertiary-bright\/5 {
  background-color: rgb(60 185 197 / 0.05);
}
.bg-tertiary-bright\/50 {
  background-color: rgb(60 185 197 / 0.5);
}
.bg-tertiary-bright\/55 {
  background-color: rgb(60 185 197 / 0.55);
}
.bg-tertiary-bright\/60 {
  background-color: rgb(60 185 197 / 0.6);
}
.bg-tertiary-bright\/65 {
  background-color: rgb(60 185 197 / 0.65);
}
.bg-tertiary-bright\/70 {
  background-color: rgb(60 185 197 / 0.7);
}
.bg-tertiary-bright\/75 {
  background-color: rgb(60 185 197 / 0.75);
}
.bg-tertiary-bright\/80 {
  background-color: rgb(60 185 197 / 0.8);
}
.bg-tertiary-bright\/85 {
  background-color: rgb(60 185 197 / 0.85);
}
.bg-tertiary-bright\/90 {
  background-color: rgb(60 185 197 / 0.9);
}
.bg-tertiary-bright\/95 {
  background-color: rgb(60 185 197 / 0.95);
}
.bg-tertiary-light {
  --tw-bg-opacity: 1;
  background-color: rgb(138 213 220 / var(--tw-bg-opacity));
}
.bg-tertiary-light\/0 {
  background-color: rgb(138 213 220 / 0);
}
.bg-tertiary-light\/10 {
  background-color: rgb(138 213 220 / 0.1);
}
.bg-tertiary-light\/100 {
  background-color: rgb(138 213 220 / 1);
}
.bg-tertiary-light\/15 {
  background-color: rgb(138 213 220 / 0.15);
}
.bg-tertiary-light\/20 {
  background-color: rgb(138 213 220 / 0.2);
}
.bg-tertiary-light\/25 {
  background-color: rgb(138 213 220 / 0.25);
}
.bg-tertiary-light\/30 {
  background-color: rgb(138 213 220 / 0.3);
}
.bg-tertiary-light\/35 {
  background-color: rgb(138 213 220 / 0.35);
}
.bg-tertiary-light\/40 {
  background-color: rgb(138 213 220 / 0.4);
}
.bg-tertiary-light\/45 {
  background-color: rgb(138 213 220 / 0.45);
}
.bg-tertiary-light\/5 {
  background-color: rgb(138 213 220 / 0.05);
}
.bg-tertiary-light\/50 {
  background-color: rgb(138 213 220 / 0.5);
}
.bg-tertiary-light\/55 {
  background-color: rgb(138 213 220 / 0.55);
}
.bg-tertiary-light\/60 {
  background-color: rgb(138 213 220 / 0.6);
}
.bg-tertiary-light\/65 {
  background-color: rgb(138 213 220 / 0.65);
}
.bg-tertiary-light\/70 {
  background-color: rgb(138 213 220 / 0.7);
}
.bg-tertiary-light\/75 {
  background-color: rgb(138 213 220 / 0.75);
}
.bg-tertiary-light\/80 {
  background-color: rgb(138 213 220 / 0.8);
}
.bg-tertiary-light\/85 {
  background-color: rgb(138 213 220 / 0.85);
}
.bg-tertiary-light\/90 {
  background-color: rgb(138 213 220 / 0.9);
}
.bg-tertiary-light\/95 {
  background-color: rgb(138 213 220 / 0.95);
}
.bg-tertiary-mid {
  --tw-bg-opacity: 1;
  background-color: rgb(17 156 169 / var(--tw-bg-opacity));
}
.bg-tertiary-mid\/0 {
  background-color: rgb(17 156 169 / 0);
}
.bg-tertiary-mid\/10 {
  background-color: rgb(17 156 169 / 0.1);
}
.bg-tertiary-mid\/100 {
  background-color: rgb(17 156 169 / 1);
}
.bg-tertiary-mid\/15 {
  background-color: rgb(17 156 169 / 0.15);
}
.bg-tertiary-mid\/20 {
  background-color: rgb(17 156 169 / 0.2);
}
.bg-tertiary-mid\/25 {
  background-color: rgb(17 156 169 / 0.25);
}
.bg-tertiary-mid\/30 {
  background-color: rgb(17 156 169 / 0.3);
}
.bg-tertiary-mid\/35 {
  background-color: rgb(17 156 169 / 0.35);
}
.bg-tertiary-mid\/40 {
  background-color: rgb(17 156 169 / 0.4);
}
.bg-tertiary-mid\/45 {
  background-color: rgb(17 156 169 / 0.45);
}
.bg-tertiary-mid\/5 {
  background-color: rgb(17 156 169 / 0.05);
}
.bg-tertiary-mid\/50 {
  background-color: rgb(17 156 169 / 0.5);
}
.bg-tertiary-mid\/55 {
  background-color: rgb(17 156 169 / 0.55);
}
.bg-tertiary-mid\/60 {
  background-color: rgb(17 156 169 / 0.6);
}
.bg-tertiary-mid\/65 {
  background-color: rgb(17 156 169 / 0.65);
}
.bg-tertiary-mid\/70 {
  background-color: rgb(17 156 169 / 0.7);
}
.bg-tertiary-mid\/75 {
  background-color: rgb(17 156 169 / 0.75);
}
.bg-tertiary-mid\/80 {
  background-color: rgb(17 156 169 / 0.8);
}
.bg-tertiary-mid\/85 {
  background-color: rgb(17 156 169 / 0.85);
}
.bg-tertiary-mid\/90 {
  background-color: rgb(17 156 169 / 0.9);
}
.bg-tertiary-mid\/95 {
  background-color: rgb(17 156 169 / 0.95);
}
.bg-tertiary\/0 {
  background-color: rgb(0 108 120 / 0);
}
.bg-tertiary\/10 {
  background-color: rgb(0 108 120 / 0.1);
}
.bg-tertiary\/100 {
  background-color: rgb(0 108 120 / 1);
}
.bg-tertiary\/15 {
  background-color: rgb(0 108 120 / 0.15);
}
.bg-tertiary\/20 {
  background-color: rgb(0 108 120 / 0.2);
}
.bg-tertiary\/25 {
  background-color: rgb(0 108 120 / 0.25);
}
.bg-tertiary\/30 {
  background-color: rgb(0 108 120 / 0.3);
}
.bg-tertiary\/35 {
  background-color: rgb(0 108 120 / 0.35);
}
.bg-tertiary\/40 {
  background-color: rgb(0 108 120 / 0.4);
}
.bg-tertiary\/45 {
  background-color: rgb(0 108 120 / 0.45);
}
.bg-tertiary\/5 {
  background-color: rgb(0 108 120 / 0.05);
}
.bg-tertiary\/50 {
  background-color: rgb(0 108 120 / 0.5);
}
.bg-tertiary\/55 {
  background-color: rgb(0 108 120 / 0.55);
}
.bg-tertiary\/60 {
  background-color: rgb(0 108 120 / 0.6);
}
.bg-tertiary\/65 {
  background-color: rgb(0 108 120 / 0.65);
}
.bg-tertiary\/70 {
  background-color: rgb(0 108 120 / 0.7);
}
.bg-tertiary\/75 {
  background-color: rgb(0 108 120 / 0.75);
}
.bg-tertiary\/80 {
  background-color: rgb(0 108 120 / 0.8);
}
.bg-tertiary\/85 {
  background-color: rgb(0 108 120 / 0.85);
}
.bg-tertiary\/90 {
  background-color: rgb(0 108 120 / 0.9);
}
.bg-tertiary\/95 {
  background-color: rgb(0 108 120 / 0.95);
}
.bg-transparent {
  background-color: transparent;
}
.bg-transparent\/0 {
  background-color: rgb(0 0 0 / 0);
}
.bg-transparent\/10 {
  background-color: rgb(0 0 0 / 0.1);
}
.bg-transparent\/100 {
  background-color: rgb(0 0 0 / 1);
}
.bg-transparent\/15 {
  background-color: rgb(0 0 0 / 0.15);
}
.bg-transparent\/20 {
  background-color: rgb(0 0 0 / 0.2);
}
.bg-transparent\/25 {
  background-color: rgb(0 0 0 / 0.25);
}
.bg-transparent\/30 {
  background-color: rgb(0 0 0 / 0.3);
}
.bg-transparent\/35 {
  background-color: rgb(0 0 0 / 0.35);
}
.bg-transparent\/40 {
  background-color: rgb(0 0 0 / 0.4);
}
.bg-transparent\/45 {
  background-color: rgb(0 0 0 / 0.45);
}
.bg-transparent\/5 {
  background-color: rgb(0 0 0 / 0.05);
}
.bg-transparent\/50 {
  background-color: rgb(0 0 0 / 0.5);
}
.bg-transparent\/55 {
  background-color: rgb(0 0 0 / 0.55);
}
.bg-transparent\/60 {
  background-color: rgb(0 0 0 / 0.6);
}
.bg-transparent\/65 {
  background-color: rgb(0 0 0 / 0.65);
}
.bg-transparent\/70 {
  background-color: rgb(0 0 0 / 0.7);
}
.bg-transparent\/75 {
  background-color: rgb(0 0 0 / 0.75);
}
.bg-transparent\/80 {
  background-color: rgb(0 0 0 / 0.8);
}
.bg-transparent\/85 {
  background-color: rgb(0 0 0 / 0.85);
}
.bg-transparent\/90 {
  background-color: rgb(0 0 0 / 0.9);
}
.bg-transparent\/95 {
  background-color: rgb(0 0 0 / 0.95);
}
.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-opacity-0 {
  --tw-bg-opacity: 0;
}
.bg-opacity-10 {
  --tw-bg-opacity: 0.1;
}
.bg-opacity-100 {
  --tw-bg-opacity: 1;
}
.bg-opacity-15 {
  --tw-bg-opacity: 0.15;
}
.bg-opacity-20 {
  --tw-bg-opacity: 0.2;
}
.bg-opacity-25 {
  --tw-bg-opacity: 0.25;
}
.bg-opacity-30 {
  --tw-bg-opacity: 0.3;
}
.bg-opacity-35 {
  --tw-bg-opacity: 0.35;
}
.bg-opacity-40 {
  --tw-bg-opacity: 0.4;
}
.bg-opacity-45 {
  --tw-bg-opacity: 0.45;
}
.bg-opacity-5 {
  --tw-bg-opacity: 0.05;
}
.bg-opacity-50 {
  --tw-bg-opacity: 0.5;
}
.bg-opacity-55 {
  --tw-bg-opacity: 0.55;
}
.bg-opacity-60 {
  --tw-bg-opacity: 0.6;
}
.bg-opacity-65 {
  --tw-bg-opacity: 0.65;
}
.bg-opacity-70 {
  --tw-bg-opacity: 0.7;
}
.bg-opacity-75 {
  --tw-bg-opacity: 0.75;
}
.bg-opacity-80 {
  --tw-bg-opacity: 0.8;
}
.bg-opacity-85 {
  --tw-bg-opacity: 0.85;
}
.bg-opacity-90 {
  --tw-bg-opacity: 0.9;
}
.bg-opacity-95 {
  --tw-bg-opacity: 0.95;
}
.bg-gradient-to-b {
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-bl {
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}
.bg-gradient-to-br {
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-l {
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.bg-gradient-to-tl {
  background-image: linear-gradient(to top left, var(--tw-gradient-stops));
}
.bg-gradient-to-tr {
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}
.bg-none {
  background-image: none;
}
.bg-auto {
  background-size: auto;
}
.bg-contain {
  background-size: contain;
}
.bg-cover {
  background-size: cover;
}
.bg-fixed {
  background-attachment: fixed;
}
.bg-local {
  background-attachment: local;
}
.bg-scroll {
  background-attachment: scroll;
}
.bg-clip-border {
  background-clip: border-box;
}
.bg-clip-padding {
  background-clip: padding-box;
}
.bg-clip-content {
  background-clip: content-box;
}
.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}
.bg-bottom {
  background-position: bottom;
}
.bg-center {
  background-position: center;
}
.bg-left {
  background-position: left;
}
.bg-left-bottom {
  background-position: left bottom;
}
.bg-left-top {
  background-position: left top;
}
.bg-right {
  background-position: right;
}
.bg-right-bottom {
  background-position: right bottom;
}
.bg-right-top {
  background-position: right top;
}
.bg-top {
  background-position: top;
}
.bg-repeat {
  background-repeat: repeat;
}
.bg-no-repeat {
  background-repeat: no-repeat;
}
.bg-repeat-x {
  background-repeat: repeat-x;
}
.bg-repeat-y {
  background-repeat: repeat-y;
}
.bg-repeat-round {
  background-repeat: round;
}
.bg-repeat-space {
  background-repeat: space;
}
.bg-origin-border {
  background-origin: border-box;
}
.bg-origin-padding {
  background-origin: padding-box;
}
.bg-origin-content {
  background-origin: content-box;
}
.fill-current {
  fill: currentColor;
}
.p-0 {
  padding: 0px;
}
.p-10 {
  padding: 2.5rem;
}
.p-16 {
  padding: 4rem;
}
.p-5 {
  padding: 1.25rem;
}
.p-8 {
  padding: 2rem;
}
.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-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5 {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}
.py-1 {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16 {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pb-0 {
  padding-bottom: 0px;
}
.pb-1 {
  padding-bottom: 0.25rem;
}
.pb-10 {
  padding-bottom: 2.5rem;
}
.pb-12 {
  padding-bottom: 3rem;
}
.pb-16 {
  padding-bottom: 4rem;
}
.pb-2 {
  padding-bottom: 0.5rem;
}
.pb-24 {
  padding-bottom: 6rem;
}
.pb-36 {
  padding-bottom: 9rem;
}
.pb-4 {
  padding-bottom: 1rem;
}
.pb-6 {
  padding-bottom: 1.5rem;
}
.pb-8 {
  padding-bottom: 2rem;
}
.pb-\[56\.25\%\] {
  padding-bottom: 56.25%;
}
.pl-0 {
  padding-left: 0px;
}
.pl-2 {
  padding-left: 0.5rem;
}
.pl-4 {
  padding-left: 1rem;
}
.pr-5 {
  padding-right: 1.25rem;
}
.pt-0 {
  padding-top: 0px;
}
.pt-10 {
  padding-top: 2.5rem;
}
.pt-12 {
  padding-top: 3rem;
}
.pt-16 {
  padding-top: 4rem;
}
.pt-2 {
  padding-top: 0.5rem;
}
.pt-24 {
  padding-top: 6rem;
}
.pt-36 {
  padding-top: 9rem;
}
.pt-5 {
  padding-top: 1.25rem;
}
.pt-6 {
  padding-top: 1.5rem;
}
.pt-8 {
  padding-top: 2rem;
}
.text-left {
  text-align: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
.text-justify {
  text-align: justify;
}
.text-start {
  text-align: start;
}
.text-end {
  text-align: end;
}
.text-15 {
  font-size: 0.938rem;
}
.text-22 {
  font-size: 1.375rem;
}
.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-42 {
  font-size: 2.625rem;
}
.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-54 {
  font-size: 3.375rem;
}
.text-5xl {
  font-size: 3rem;
  line-height: 1;
}
.text-6xl {
  font-size: 3.75rem;
  line-height: 1;
}
.text-7xl {
  font-size: 4.5rem;
  line-height: 1;
}
.text-8xl {
  font-size: 6rem;
  line-height: 1;
}
.text-9xl {
  font-size: 8rem;
  line-height: 1;
}
.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-xs {
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-\[15px\] {
  font-weight: 15px;
}
.font-bold {
  font-weight: 700;
}
.font-light {
  font-weight: 300;
}
.font-medium {
  font-weight: 500;
}
.font-normal {
  font-weight: 400;
}
.font-semibold {
  font-weight: 600;
}
.uppercase {
  text-transform: uppercase;
}
.lowercase {
  text-transform: lowercase;
}
.capitalize {
  text-transform: capitalize;
}
.leading-42 {
  line-height: 2.625rem;
}
.leading-54 {
  line-height: 3.375rem;
}
.leading-relaxed {
  line-height: 1.625;
}
.leading-snug {
  line-height: 1.375;
}
.-tracking-wide {
  letter-spacing: -0.025em;
}
.tracking-tight {
  letter-spacing: -0.025em;
}
.tracking-wider {
  letter-spacing: 0.05em;
}
.tracking-widest {
  letter-spacing: 0.1em;
}
.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-current {
  color: currentColor;
}
.text-green-100 {
  --tw-text-opacity: 1;
  color: rgb(220 252 231 / var(--tw-text-opacity));
}
.text-green-100\/0 {
  color: rgb(220 252 231 / 0);
}
.text-green-100\/10 {
  color: rgb(220 252 231 / 0.1);
}
.text-green-100\/100 {
  color: rgb(220 252 231 / 1);
}
.text-green-100\/15 {
  color: rgb(220 252 231 / 0.15);
}
.text-green-100\/20 {
  color: rgb(220 252 231 / 0.2);
}
.text-green-100\/25 {
  color: rgb(220 252 231 / 0.25);
}
.text-green-100\/30 {
  color: rgb(220 252 231 / 0.3);
}
.text-green-100\/35 {
  color: rgb(220 252 231 / 0.35);
}
.text-green-100\/40 {
  color: rgb(220 252 231 / 0.4);
}
.text-green-100\/45 {
  color: rgb(220 252 231 / 0.45);
}
.text-green-100\/5 {
  color: rgb(220 252 231 / 0.05);
}
.text-green-100\/50 {
  color: rgb(220 252 231 / 0.5);
}
.text-green-100\/55 {
  color: rgb(220 252 231 / 0.55);
}
.text-green-100\/60 {
  color: rgb(220 252 231 / 0.6);
}
.text-green-100\/65 {
  color: rgb(220 252 231 / 0.65);
}
.text-green-100\/70 {
  color: rgb(220 252 231 / 0.7);
}
.text-green-100\/75 {
  color: rgb(220 252 231 / 0.75);
}
.text-green-100\/80 {
  color: rgb(220 252 231 / 0.8);
}
.text-green-100\/85 {
  color: rgb(220 252 231 / 0.85);
}
.text-green-100\/90 {
  color: rgb(220 252 231 / 0.9);
}
.text-green-100\/95 {
  color: rgb(220 252 231 / 0.95);
}
.text-green-200 {
  --tw-text-opacity: 1;
  color: rgb(187 247 208 / var(--tw-text-opacity));
}
.text-green-200\/0 {
  color: rgb(187 247 208 / 0);
}
.text-green-200\/10 {
  color: rgb(187 247 208 / 0.1);
}
.text-green-200\/100 {
  color: rgb(187 247 208 / 1);
}
.text-green-200\/15 {
  color: rgb(187 247 208 / 0.15);
}
.text-green-200\/20 {
  color: rgb(187 247 208 / 0.2);
}
.text-green-200\/25 {
  color: rgb(187 247 208 / 0.25);
}
.text-green-200\/30 {
  color: rgb(187 247 208 / 0.3);
}
.text-green-200\/35 {
  color: rgb(187 247 208 / 0.35);
}
.text-green-200\/40 {
  color: rgb(187 247 208 / 0.4);
}
.text-green-200\/45 {
  color: rgb(187 247 208 / 0.45);
}
.text-green-200\/5 {
  color: rgb(187 247 208 / 0.05);
}
.text-green-200\/50 {
  color: rgb(187 247 208 / 0.5);
}
.text-green-200\/55 {
  color: rgb(187 247 208 / 0.55);
}
.text-green-200\/60 {
  color: rgb(187 247 208 / 0.6);
}
.text-green-200\/65 {
  color: rgb(187 247 208 / 0.65);
}
.text-green-200\/70 {
  color: rgb(187 247 208 / 0.7);
}
.text-green-200\/75 {
  color: rgb(187 247 208 / 0.75);
}
.text-green-200\/80 {
  color: rgb(187 247 208 / 0.8);
}
.text-green-200\/85 {
  color: rgb(187 247 208 / 0.85);
}
.text-green-200\/90 {
  color: rgb(187 247 208 / 0.9);
}
.text-green-200\/95 {
  color: rgb(187 247 208 / 0.95);
}
.text-green-300 {
  --tw-text-opacity: 1;
  color: rgb(134 239 172 / var(--tw-text-opacity));
}
.text-green-300\/0 {
  color: rgb(134 239 172 / 0);
}
.text-green-300\/10 {
  color: rgb(134 239 172 / 0.1);
}
.text-green-300\/100 {
  color: rgb(134 239 172 / 1);
}
.text-green-300\/15 {
  color: rgb(134 239 172 / 0.15);
}
.text-green-300\/20 {
  color: rgb(134 239 172 / 0.2);
}
.text-green-300\/25 {
  color: rgb(134 239 172 / 0.25);
}
.text-green-300\/30 {
  color: rgb(134 239 172 / 0.3);
}
.text-green-300\/35 {
  color: rgb(134 239 172 / 0.35);
}
.text-green-300\/40 {
  color: rgb(134 239 172 / 0.4);
}
.text-green-300\/45 {
  color: rgb(134 239 172 / 0.45);
}
.text-green-300\/5 {
  color: rgb(134 239 172 / 0.05);
}
.text-green-300\/50 {
  color: rgb(134 239 172 / 0.5);
}
.text-green-300\/55 {
  color: rgb(134 239 172 / 0.55);
}
.text-green-300\/60 {
  color: rgb(134 239 172 / 0.6);
}
.text-green-300\/65 {
  color: rgb(134 239 172 / 0.65);
}
.text-green-300\/70 {
  color: rgb(134 239 172 / 0.7);
}
.text-green-300\/75 {
  color: rgb(134 239 172 / 0.75);
}
.text-green-300\/80 {
  color: rgb(134 239 172 / 0.8);
}
.text-green-300\/85 {
  color: rgb(134 239 172 / 0.85);
}
.text-green-300\/90 {
  color: rgb(134 239 172 / 0.9);
}
.text-green-300\/95 {
  color: rgb(134 239 172 / 0.95);
}
.text-green-400 {
  --tw-text-opacity: 1;
  color: rgb(74 222 128 / var(--tw-text-opacity));
}
.text-green-400\/0 {
  color: rgb(74 222 128 / 0);
}
.text-green-400\/10 {
  color: rgb(74 222 128 / 0.1);
}
.text-green-400\/100 {
  color: rgb(74 222 128 / 1);
}
.text-green-400\/15 {
  color: rgb(74 222 128 / 0.15);
}
.text-green-400\/20 {
  color: rgb(74 222 128 / 0.2);
}
.text-green-400\/25 {
  color: rgb(74 222 128 / 0.25);
}
.text-green-400\/30 {
  color: rgb(74 222 128 / 0.3);
}
.text-green-400\/35 {
  color: rgb(74 222 128 / 0.35);
}
.text-green-400\/40 {
  color: rgb(74 222 128 / 0.4);
}
.text-green-400\/45 {
  color: rgb(74 222 128 / 0.45);
}
.text-green-400\/5 {
  color: rgb(74 222 128 / 0.05);
}
.text-green-400\/50 {
  color: rgb(74 222 128 / 0.5);
}
.text-green-400\/55 {
  color: rgb(74 222 128 / 0.55);
}
.text-green-400\/60 {
  color: rgb(74 222 128 / 0.6);
}
.text-green-400\/65 {
  color: rgb(74 222 128 / 0.65);
}
.text-green-400\/70 {
  color: rgb(74 222 128 / 0.7);
}
.text-green-400\/75 {
  color: rgb(74 222 128 / 0.75);
}
.text-green-400\/80 {
  color: rgb(74 222 128 / 0.8);
}
.text-green-400\/85 {
  color: rgb(74 222 128 / 0.85);
}
.text-green-400\/90 {
  color: rgb(74 222 128 / 0.9);
}
.text-green-400\/95 {
  color: rgb(74 222 128 / 0.95);
}
.text-green-50 {
  --tw-text-opacity: 1;
  color: rgb(240 253 244 / var(--tw-text-opacity));
}
.text-green-50\/0 {
  color: rgb(240 253 244 / 0);
}
.text-green-50\/10 {
  color: rgb(240 253 244 / 0.1);
}
.text-green-50\/100 {
  color: rgb(240 253 244 / 1);
}
.text-green-50\/15 {
  color: rgb(240 253 244 / 0.15);
}
.text-green-50\/20 {
  color: rgb(240 253 244 / 0.2);
}
.text-green-50\/25 {
  color: rgb(240 253 244 / 0.25);
}
.text-green-50\/30 {
  color: rgb(240 253 244 / 0.3);
}
.text-green-50\/35 {
  color: rgb(240 253 244 / 0.35);
}
.text-green-50\/40 {
  color: rgb(240 253 244 / 0.4);
}
.text-green-50\/45 {
  color: rgb(240 253 244 / 0.45);
}
.text-green-50\/5 {
  color: rgb(240 253 244 / 0.05);
}
.text-green-50\/50 {
  color: rgb(240 253 244 / 0.5);
}
.text-green-50\/55 {
  color: rgb(240 253 244 / 0.55);
}
.text-green-50\/60 {
  color: rgb(240 253 244 / 0.6);
}
.text-green-50\/65 {
  color: rgb(240 253 244 / 0.65);
}
.text-green-50\/70 {
  color: rgb(240 253 244 / 0.7);
}
.text-green-50\/75 {
  color: rgb(240 253 244 / 0.75);
}
.text-green-50\/80 {
  color: rgb(240 253 244 / 0.8);
}
.text-green-50\/85 {
  color: rgb(240 253 244 / 0.85);
}
.text-green-50\/90 {
  color: rgb(240 253 244 / 0.9);
}
.text-green-50\/95 {
  color: rgb(240 253 244 / 0.95);
}
.text-green-500 {
  --tw-text-opacity: 1;
  color: rgb(34 197 94 / var(--tw-text-opacity));
}
.text-green-500\/0 {
  color: rgb(34 197 94 / 0);
}
.text-green-500\/10 {
  color: rgb(34 197 94 / 0.1);
}
.text-green-500\/100 {
  color: rgb(34 197 94 / 1);
}
.text-green-500\/15 {
  color: rgb(34 197 94 / 0.15);
}
.text-green-500\/20 {
  color: rgb(34 197 94 / 0.2);
}
.text-green-500\/25 {
  color: rgb(34 197 94 / 0.25);
}
.text-green-500\/30 {
  color: rgb(34 197 94 / 0.3);
}
.text-green-500\/35 {
  color: rgb(34 197 94 / 0.35);
}
.text-green-500\/40 {
  color: rgb(34 197 94 / 0.4);
}
.text-green-500\/45 {
  color: rgb(34 197 94 / 0.45);
}
.text-green-500\/5 {
  color: rgb(34 197 94 / 0.05);
}
.text-green-500\/50 {
  color: rgb(34 197 94 / 0.5);
}
.text-green-500\/55 {
  color: rgb(34 197 94 / 0.55);
}
.text-green-500\/60 {
  color: rgb(34 197 94 / 0.6);
}
.text-green-500\/65 {
  color: rgb(34 197 94 / 0.65);
}
.text-green-500\/70 {
  color: rgb(34 197 94 / 0.7);
}
.text-green-500\/75 {
  color: rgb(34 197 94 / 0.75);
}
.text-green-500\/80 {
  color: rgb(34 197 94 / 0.8);
}
.text-green-500\/85 {
  color: rgb(34 197 94 / 0.85);
}
.text-green-500\/90 {
  color: rgb(34 197 94 / 0.9);
}
.text-green-500\/95 {
  color: rgb(34 197 94 / 0.95);
}
.text-green-600 {
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity));
}
.text-green-600\/0 {
  color: rgb(22 163 74 / 0);
}
.text-green-600\/10 {
  color: rgb(22 163 74 / 0.1);
}
.text-green-600\/100 {
  color: rgb(22 163 74 / 1);
}
.text-green-600\/15 {
  color: rgb(22 163 74 / 0.15);
}
.text-green-600\/20 {
  color: rgb(22 163 74 / 0.2);
}
.text-green-600\/25 {
  color: rgb(22 163 74 / 0.25);
}
.text-green-600\/30 {
  color: rgb(22 163 74 / 0.3);
}
.text-green-600\/35 {
  color: rgb(22 163 74 / 0.35);
}
.text-green-600\/40 {
  color: rgb(22 163 74 / 0.4);
}
.text-green-600\/45 {
  color: rgb(22 163 74 / 0.45);
}
.text-green-600\/5 {
  color: rgb(22 163 74 / 0.05);
}
.text-green-600\/50 {
  color: rgb(22 163 74 / 0.5);
}
.text-green-600\/55 {
  color: rgb(22 163 74 / 0.55);
}
.text-green-600\/60 {
  color: rgb(22 163 74 / 0.6);
}
.text-green-600\/65 {
  color: rgb(22 163 74 / 0.65);
}
.text-green-600\/70 {
  color: rgb(22 163 74 / 0.7);
}
.text-green-600\/75 {
  color: rgb(22 163 74 / 0.75);
}
.text-green-600\/80 {
  color: rgb(22 163 74 / 0.8);
}
.text-green-600\/85 {
  color: rgb(22 163 74 / 0.85);
}
.text-green-600\/90 {
  color: rgb(22 163 74 / 0.9);
}
.text-green-600\/95 {
  color: rgb(22 163 74 / 0.95);
}
.text-green-700 {
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity));
}
.text-green-700\/0 {
  color: rgb(21 128 61 / 0);
}
.text-green-700\/10 {
  color: rgb(21 128 61 / 0.1);
}
.text-green-700\/100 {
  color: rgb(21 128 61 / 1);
}
.text-green-700\/15 {
  color: rgb(21 128 61 / 0.15);
}
.text-green-700\/20 {
  color: rgb(21 128 61 / 0.2);
}
.text-green-700\/25 {
  color: rgb(21 128 61 / 0.25);
}
.text-green-700\/30 {
  color: rgb(21 128 61 / 0.3);
}
.text-green-700\/35 {
  color: rgb(21 128 61 / 0.35);
}
.text-green-700\/40 {
  color: rgb(21 128 61 / 0.4);
}
.text-green-700\/45 {
  color: rgb(21 128 61 / 0.45);
}
.text-green-700\/5 {
  color: rgb(21 128 61 / 0.05);
}
.text-green-700\/50 {
  color: rgb(21 128 61 / 0.5);
}
.text-green-700\/55 {
  color: rgb(21 128 61 / 0.55);
}
.text-green-700\/60 {
  color: rgb(21 128 61 / 0.6);
}
.text-green-700\/65 {
  color: rgb(21 128 61 / 0.65);
}
.text-green-700\/70 {
  color: rgb(21 128 61 / 0.7);
}
.text-green-700\/75 {
  color: rgb(21 128 61 / 0.75);
}
.text-green-700\/80 {
  color: rgb(21 128 61 / 0.8);
}
.text-green-700\/85 {
  color: rgb(21 128 61 / 0.85);
}
.text-green-700\/90 {
  color: rgb(21 128 61 / 0.9);
}
.text-green-700\/95 {
  color: rgb(21 128 61 / 0.95);
}
.text-green-800 {
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity));
}
.text-green-800\/0 {
  color: rgb(22 101 52 / 0);
}
.text-green-800\/10 {
  color: rgb(22 101 52 / 0.1);
}
.text-green-800\/100 {
  color: rgb(22 101 52 / 1);
}
.text-green-800\/15 {
  color: rgb(22 101 52 / 0.15);
}
.text-green-800\/20 {
  color: rgb(22 101 52 / 0.2);
}
.text-green-800\/25 {
  color: rgb(22 101 52 / 0.25);
}
.text-green-800\/30 {
  color: rgb(22 101 52 / 0.3);
}
.text-green-800\/35 {
  color: rgb(22 101 52 / 0.35);
}
.text-green-800\/40 {
  color: rgb(22 101 52 / 0.4);
}
.text-green-800\/45 {
  color: rgb(22 101 52 / 0.45);
}
.text-green-800\/5 {
  color: rgb(22 101 52 / 0.05);
}
.text-green-800\/50 {
  color: rgb(22 101 52 / 0.5);
}
.text-green-800\/55 {
  color: rgb(22 101 52 / 0.55);
}
.text-green-800\/60 {
  color: rgb(22 101 52 / 0.6);
}
.text-green-800\/65 {
  color: rgb(22 101 52 / 0.65);
}
.text-green-800\/70 {
  color: rgb(22 101 52 / 0.7);
}
.text-green-800\/75 {
  color: rgb(22 101 52 / 0.75);
}
.text-green-800\/80 {
  color: rgb(22 101 52 / 0.8);
}
.text-green-800\/85 {
  color: rgb(22 101 52 / 0.85);
}
.text-green-800\/90 {
  color: rgb(22 101 52 / 0.9);
}
.text-green-800\/95 {
  color: rgb(22 101 52 / 0.95);
}
.text-green-900 {
  --tw-text-opacity: 1;
  color: rgb(20 83 45 / var(--tw-text-opacity));
}
.text-green-900\/0 {
  color: rgb(20 83 45 / 0);
}
.text-green-900\/10 {
  color: rgb(20 83 45 / 0.1);
}
.text-green-900\/100 {
  color: rgb(20 83 45 / 1);
}
.text-green-900\/15 {
  color: rgb(20 83 45 / 0.15);
}
.text-green-900\/20 {
  color: rgb(20 83 45 / 0.2);
}
.text-green-900\/25 {
  color: rgb(20 83 45 / 0.25);
}
.text-green-900\/30 {
  color: rgb(20 83 45 / 0.3);
}
.text-green-900\/35 {
  color: rgb(20 83 45 / 0.35);
}
.text-green-900\/40 {
  color: rgb(20 83 45 / 0.4);
}
.text-green-900\/45 {
  color: rgb(20 83 45 / 0.45);
}
.text-green-900\/5 {
  color: rgb(20 83 45 / 0.05);
}
.text-green-900\/50 {
  color: rgb(20 83 45 / 0.5);
}
.text-green-900\/55 {
  color: rgb(20 83 45 / 0.55);
}
.text-green-900\/60 {
  color: rgb(20 83 45 / 0.6);
}
.text-green-900\/65 {
  color: rgb(20 83 45 / 0.65);
}
.text-green-900\/70 {
  color: rgb(20 83 45 / 0.7);
}
.text-green-900\/75 {
  color: rgb(20 83 45 / 0.75);
}
.text-green-900\/80 {
  color: rgb(20 83 45 / 0.8);
}
.text-green-900\/85 {
  color: rgb(20 83 45 / 0.85);
}
.text-green-900\/90 {
  color: rgb(20 83 45 / 0.9);
}
.text-green-900\/95 {
  color: rgb(20 83 45 / 0.95);
}
.text-green-950 {
  --tw-text-opacity: 1;
  color: rgb(5 46 22 / var(--tw-text-opacity));
}
.text-green-950\/0 {
  color: rgb(5 46 22 / 0);
}
.text-green-950\/10 {
  color: rgb(5 46 22 / 0.1);
}
.text-green-950\/100 {
  color: rgb(5 46 22 / 1);
}
.text-green-950\/15 {
  color: rgb(5 46 22 / 0.15);
}
.text-green-950\/20 {
  color: rgb(5 46 22 / 0.2);
}
.text-green-950\/25 {
  color: rgb(5 46 22 / 0.25);
}
.text-green-950\/30 {
  color: rgb(5 46 22 / 0.3);
}
.text-green-950\/35 {
  color: rgb(5 46 22 / 0.35);
}
.text-green-950\/40 {
  color: rgb(5 46 22 / 0.4);
}
.text-green-950\/45 {
  color: rgb(5 46 22 / 0.45);
}
.text-green-950\/5 {
  color: rgb(5 46 22 / 0.05);
}
.text-green-950\/50 {
  color: rgb(5 46 22 / 0.5);
}
.text-green-950\/55 {
  color: rgb(5 46 22 / 0.55);
}
.text-green-950\/60 {
  color: rgb(5 46 22 / 0.6);
}
.text-green-950\/65 {
  color: rgb(5 46 22 / 0.65);
}
.text-green-950\/70 {
  color: rgb(5 46 22 / 0.7);
}
.text-green-950\/75 {
  color: rgb(5 46 22 / 0.75);
}
.text-green-950\/80 {
  color: rgb(5 46 22 / 0.8);
}
.text-green-950\/85 {
  color: rgb(5 46 22 / 0.85);
}
.text-green-950\/90 {
  color: rgb(5 46 22 / 0.9);
}
.text-green-950\/95 {
  color: rgb(5 46 22 / 0.95);
}
.text-grey-100 {
  --tw-text-opacity: 1;
  color: rgb(245 245 245 / var(--tw-text-opacity));
}
.text-grey-100\/0 {
  color: rgb(245 245 245 / 0);
}
.text-grey-100\/10 {
  color: rgb(245 245 245 / 0.1);
}
.text-grey-100\/100 {
  color: rgb(245 245 245 / 1);
}
.text-grey-100\/15 {
  color: rgb(245 245 245 / 0.15);
}
.text-grey-100\/20 {
  color: rgb(245 245 245 / 0.2);
}
.text-grey-100\/25 {
  color: rgb(245 245 245 / 0.25);
}
.text-grey-100\/30 {
  color: rgb(245 245 245 / 0.3);
}
.text-grey-100\/35 {
  color: rgb(245 245 245 / 0.35);
}
.text-grey-100\/40 {
  color: rgb(245 245 245 / 0.4);
}
.text-grey-100\/45 {
  color: rgb(245 245 245 / 0.45);
}
.text-grey-100\/5 {
  color: rgb(245 245 245 / 0.05);
}
.text-grey-100\/50 {
  color: rgb(245 245 245 / 0.5);
}
.text-grey-100\/55 {
  color: rgb(245 245 245 / 0.55);
}
.text-grey-100\/60 {
  color: rgb(245 245 245 / 0.6);
}
.text-grey-100\/65 {
  color: rgb(245 245 245 / 0.65);
}
.text-grey-100\/70 {
  color: rgb(245 245 245 / 0.7);
}
.text-grey-100\/75 {
  color: rgb(245 245 245 / 0.75);
}
.text-grey-100\/80 {
  color: rgb(245 245 245 / 0.8);
}
.text-grey-100\/85 {
  color: rgb(245 245 245 / 0.85);
}
.text-grey-100\/90 {
  color: rgb(245 245 245 / 0.9);
}
.text-grey-100\/95 {
  color: rgb(245 245 245 / 0.95);
}
.text-grey-200 {
  --tw-text-opacity: 1;
  color: rgb(229 229 229 / var(--tw-text-opacity));
}
.text-grey-200\/0 {
  color: rgb(229 229 229 / 0);
}
.text-grey-200\/10 {
  color: rgb(229 229 229 / 0.1);
}
.text-grey-200\/100 {
  color: rgb(229 229 229 / 1);
}
.text-grey-200\/15 {
  color: rgb(229 229 229 / 0.15);
}
.text-grey-200\/20 {
  color: rgb(229 229 229 / 0.2);
}
.text-grey-200\/25 {
  color: rgb(229 229 229 / 0.25);
}
.text-grey-200\/30 {
  color: rgb(229 229 229 / 0.3);
}
.text-grey-200\/35 {
  color: rgb(229 229 229 / 0.35);
}
.text-grey-200\/40 {
  color: rgb(229 229 229 / 0.4);
}
.text-grey-200\/45 {
  color: rgb(229 229 229 / 0.45);
}
.text-grey-200\/5 {
  color: rgb(229 229 229 / 0.05);
}
.text-grey-200\/50 {
  color: rgb(229 229 229 / 0.5);
}
.text-grey-200\/55 {
  color: rgb(229 229 229 / 0.55);
}
.text-grey-200\/60 {
  color: rgb(229 229 229 / 0.6);
}
.text-grey-200\/65 {
  color: rgb(229 229 229 / 0.65);
}
.text-grey-200\/70 {
  color: rgb(229 229 229 / 0.7);
}
.text-grey-200\/75 {
  color: rgb(229 229 229 / 0.75);
}
.text-grey-200\/80 {
  color: rgb(229 229 229 / 0.8);
}
.text-grey-200\/85 {
  color: rgb(229 229 229 / 0.85);
}
.text-grey-200\/90 {
  color: rgb(229 229 229 / 0.9);
}
.text-grey-200\/95 {
  color: rgb(229 229 229 / 0.95);
}
.text-grey-300 {
  --tw-text-opacity: 1;
  color: rgb(212 212 212 / var(--tw-text-opacity));
}
.text-grey-300\/0 {
  color: rgb(212 212 212 / 0);
}
.text-grey-300\/10 {
  color: rgb(212 212 212 / 0.1);
}
.text-grey-300\/100 {
  color: rgb(212 212 212 / 1);
}
.text-grey-300\/15 {
  color: rgb(212 212 212 / 0.15);
}
.text-grey-300\/20 {
  color: rgb(212 212 212 / 0.2);
}
.text-grey-300\/25 {
  color: rgb(212 212 212 / 0.25);
}
.text-grey-300\/30 {
  color: rgb(212 212 212 / 0.3);
}
.text-grey-300\/35 {
  color: rgb(212 212 212 / 0.35);
}
.text-grey-300\/40 {
  color: rgb(212 212 212 / 0.4);
}
.text-grey-300\/45 {
  color: rgb(212 212 212 / 0.45);
}
.text-grey-300\/5 {
  color: rgb(212 212 212 / 0.05);
}
.text-grey-300\/50 {
  color: rgb(212 212 212 / 0.5);
}
.text-grey-300\/55 {
  color: rgb(212 212 212 / 0.55);
}
.text-grey-300\/60 {
  color: rgb(212 212 212 / 0.6);
}
.text-grey-300\/65 {
  color: rgb(212 212 212 / 0.65);
}
.text-grey-300\/70 {
  color: rgb(212 212 212 / 0.7);
}
.text-grey-300\/75 {
  color: rgb(212 212 212 / 0.75);
}
.text-grey-300\/80 {
  color: rgb(212 212 212 / 0.8);
}
.text-grey-300\/85 {
  color: rgb(212 212 212 / 0.85);
}
.text-grey-300\/90 {
  color: rgb(212 212 212 / 0.9);
}
.text-grey-300\/95 {
  color: rgb(212 212 212 / 0.95);
}
.text-grey-400 {
  --tw-text-opacity: 1;
  color: rgb(163 163 163 / var(--tw-text-opacity));
}
.text-grey-400\/0 {
  color: rgb(163 163 163 / 0);
}
.text-grey-400\/10 {
  color: rgb(163 163 163 / 0.1);
}
.text-grey-400\/100 {
  color: rgb(163 163 163 / 1);
}
.text-grey-400\/15 {
  color: rgb(163 163 163 / 0.15);
}
.text-grey-400\/20 {
  color: rgb(163 163 163 / 0.2);
}
.text-grey-400\/25 {
  color: rgb(163 163 163 / 0.25);
}
.text-grey-400\/30 {
  color: rgb(163 163 163 / 0.3);
}
.text-grey-400\/35 {
  color: rgb(163 163 163 / 0.35);
}
.text-grey-400\/40 {
  color: rgb(163 163 163 / 0.4);
}
.text-grey-400\/45 {
  color: rgb(163 163 163 / 0.45);
}
.text-grey-400\/5 {
  color: rgb(163 163 163 / 0.05);
}
.text-grey-400\/50 {
  color: rgb(163 163 163 / 0.5);
}
.text-grey-400\/55 {
  color: rgb(163 163 163 / 0.55);
}
.text-grey-400\/60 {
  color: rgb(163 163 163 / 0.6);
}
.text-grey-400\/65 {
  color: rgb(163 163 163 / 0.65);
}
.text-grey-400\/70 {
  color: rgb(163 163 163 / 0.7);
}
.text-grey-400\/75 {
  color: rgb(163 163 163 / 0.75);
}
.text-grey-400\/80 {
  color: rgb(163 163 163 / 0.8);
}
.text-grey-400\/85 {
  color: rgb(163 163 163 / 0.85);
}
.text-grey-400\/90 {
  color: rgb(163 163 163 / 0.9);
}
.text-grey-400\/95 {
  color: rgb(163 163 163 / 0.95);
}
.text-grey-50 {
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity));
}
.text-grey-50\/0 {
  color: rgb(250 250 250 / 0);
}
.text-grey-50\/10 {
  color: rgb(250 250 250 / 0.1);
}
.text-grey-50\/100 {
  color: rgb(250 250 250 / 1);
}
.text-grey-50\/15 {
  color: rgb(250 250 250 / 0.15);
}
.text-grey-50\/20 {
  color: rgb(250 250 250 / 0.2);
}
.text-grey-50\/25 {
  color: rgb(250 250 250 / 0.25);
}
.text-grey-50\/30 {
  color: rgb(250 250 250 / 0.3);
}
.text-grey-50\/35 {
  color: rgb(250 250 250 / 0.35);
}
.text-grey-50\/40 {
  color: rgb(250 250 250 / 0.4);
}
.text-grey-50\/45 {
  color: rgb(250 250 250 / 0.45);
}
.text-grey-50\/5 {
  color: rgb(250 250 250 / 0.05);
}
.text-grey-50\/50 {
  color: rgb(250 250 250 / 0.5);
}
.text-grey-50\/55 {
  color: rgb(250 250 250 / 0.55);
}
.text-grey-50\/60 {
  color: rgb(250 250 250 / 0.6);
}
.text-grey-50\/65 {
  color: rgb(250 250 250 / 0.65);
}
.text-grey-50\/70 {
  color: rgb(250 250 250 / 0.7);
}
.text-grey-50\/75 {
  color: rgb(250 250 250 / 0.75);
}
.text-grey-50\/80 {
  color: rgb(250 250 250 / 0.8);
}
.text-grey-50\/85 {
  color: rgb(250 250 250 / 0.85);
}
.text-grey-50\/90 {
  color: rgb(250 250 250 / 0.9);
}
.text-grey-50\/95 {
  color: rgb(250 250 250 / 0.95);
}
.text-grey-500 {
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity));
}
.text-grey-500\/0 {
  color: rgb(115 115 115 / 0);
}
.text-grey-500\/10 {
  color: rgb(115 115 115 / 0.1);
}
.text-grey-500\/100 {
  color: rgb(115 115 115 / 1);
}
.text-grey-500\/15 {
  color: rgb(115 115 115 / 0.15);
}
.text-grey-500\/20 {
  color: rgb(115 115 115 / 0.2);
}
.text-grey-500\/25 {
  color: rgb(115 115 115 / 0.25);
}
.text-grey-500\/30 {
  color: rgb(115 115 115 / 0.3);
}
.text-grey-500\/35 {
  color: rgb(115 115 115 / 0.35);
}
.text-grey-500\/40 {
  color: rgb(115 115 115 / 0.4);
}
.text-grey-500\/45 {
  color: rgb(115 115 115 / 0.45);
}
.text-grey-500\/5 {
  color: rgb(115 115 115 / 0.05);
}
.text-grey-500\/50 {
  color: rgb(115 115 115 / 0.5);
}
.text-grey-500\/55 {
  color: rgb(115 115 115 / 0.55);
}
.text-grey-500\/60 {
  color: rgb(115 115 115 / 0.6);
}
.text-grey-500\/65 {
  color: rgb(115 115 115 / 0.65);
}
.text-grey-500\/70 {
  color: rgb(115 115 115 / 0.7);
}
.text-grey-500\/75 {
  color: rgb(115 115 115 / 0.75);
}
.text-grey-500\/80 {
  color: rgb(115 115 115 / 0.8);
}
.text-grey-500\/85 {
  color: rgb(115 115 115 / 0.85);
}
.text-grey-500\/90 {
  color: rgb(115 115 115 / 0.9);
}
.text-grey-500\/95 {
  color: rgb(115 115 115 / 0.95);
}
.text-grey-600 {
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity));
}
.text-grey-600\/0 {
  color: rgb(82 82 82 / 0);
}
.text-grey-600\/10 {
  color: rgb(82 82 82 / 0.1);
}
.text-grey-600\/100 {
  color: rgb(82 82 82 / 1);
}
.text-grey-600\/15 {
  color: rgb(82 82 82 / 0.15);
}
.text-grey-600\/20 {
  color: rgb(82 82 82 / 0.2);
}
.text-grey-600\/25 {
  color: rgb(82 82 82 / 0.25);
}
.text-grey-600\/30 {
  color: rgb(82 82 82 / 0.3);
}
.text-grey-600\/35 {
  color: rgb(82 82 82 / 0.35);
}
.text-grey-600\/40 {
  color: rgb(82 82 82 / 0.4);
}
.text-grey-600\/45 {
  color: rgb(82 82 82 / 0.45);
}
.text-grey-600\/5 {
  color: rgb(82 82 82 / 0.05);
}
.text-grey-600\/50 {
  color: rgb(82 82 82 / 0.5);
}
.text-grey-600\/55 {
  color: rgb(82 82 82 / 0.55);
}
.text-grey-600\/60 {
  color: rgb(82 82 82 / 0.6);
}
.text-grey-600\/65 {
  color: rgb(82 82 82 / 0.65);
}
.text-grey-600\/70 {
  color: rgb(82 82 82 / 0.7);
}
.text-grey-600\/75 {
  color: rgb(82 82 82 / 0.75);
}
.text-grey-600\/80 {
  color: rgb(82 82 82 / 0.8);
}
.text-grey-600\/85 {
  color: rgb(82 82 82 / 0.85);
}
.text-grey-600\/90 {
  color: rgb(82 82 82 / 0.9);
}
.text-grey-600\/95 {
  color: rgb(82 82 82 / 0.95);
}
.text-grey-700 {
  --tw-text-opacity: 1;
  color: rgb(64 64 64 / var(--tw-text-opacity));
}
.text-grey-700\/0 {
  color: rgb(64 64 64 / 0);
}
.text-grey-700\/10 {
  color: rgb(64 64 64 / 0.1);
}
.text-grey-700\/100 {
  color: rgb(64 64 64 / 1);
}
.text-grey-700\/15 {
  color: rgb(64 64 64 / 0.15);
}
.text-grey-700\/20 {
  color: rgb(64 64 64 / 0.2);
}
.text-grey-700\/25 {
  color: rgb(64 64 64 / 0.25);
}
.text-grey-700\/30 {
  color: rgb(64 64 64 / 0.3);
}
.text-grey-700\/35 {
  color: rgb(64 64 64 / 0.35);
}
.text-grey-700\/40 {
  color: rgb(64 64 64 / 0.4);
}
.text-grey-700\/45 {
  color: rgb(64 64 64 / 0.45);
}
.text-grey-700\/5 {
  color: rgb(64 64 64 / 0.05);
}
.text-grey-700\/50 {
  color: rgb(64 64 64 / 0.5);
}
.text-grey-700\/55 {
  color: rgb(64 64 64 / 0.55);
}
.text-grey-700\/60 {
  color: rgb(64 64 64 / 0.6);
}
.text-grey-700\/65 {
  color: rgb(64 64 64 / 0.65);
}
.text-grey-700\/70 {
  color: rgb(64 64 64 / 0.7);
}
.text-grey-700\/75 {
  color: rgb(64 64 64 / 0.75);
}
.text-grey-700\/80 {
  color: rgb(64 64 64 / 0.8);
}
.text-grey-700\/85 {
  color: rgb(64 64 64 / 0.85);
}
.text-grey-700\/90 {
  color: rgb(64 64 64 / 0.9);
}
.text-grey-700\/95 {
  color: rgb(64 64 64 / 0.95);
}
.text-grey-800 {
  --tw-text-opacity: 1;
  color: rgb(38 38 38 / var(--tw-text-opacity));
}
.text-grey-800\/0 {
  color: rgb(38 38 38 / 0);
}
.text-grey-800\/10 {
  color: rgb(38 38 38 / 0.1);
}
.text-grey-800\/100 {
  color: rgb(38 38 38 / 1);
}
.text-grey-800\/15 {
  color: rgb(38 38 38 / 0.15);
}
.text-grey-800\/20 {
  color: rgb(38 38 38 / 0.2);
}
.text-grey-800\/25 {
  color: rgb(38 38 38 / 0.25);
}
.text-grey-800\/30 {
  color: rgb(38 38 38 / 0.3);
}
.text-grey-800\/35 {
  color: rgb(38 38 38 / 0.35);
}
.text-grey-800\/40 {
  color: rgb(38 38 38 / 0.4);
}
.text-grey-800\/45 {
  color: rgb(38 38 38 / 0.45);
}
.text-grey-800\/5 {
  color: rgb(38 38 38 / 0.05);
}
.text-grey-800\/50 {
  color: rgb(38 38 38 / 0.5);
}
.text-grey-800\/55 {
  color: rgb(38 38 38 / 0.55);
}
.text-grey-800\/60 {
  color: rgb(38 38 38 / 0.6);
}
.text-grey-800\/65 {
  color: rgb(38 38 38 / 0.65);
}
.text-grey-800\/70 {
  color: rgb(38 38 38 / 0.7);
}
.text-grey-800\/75 {
  color: rgb(38 38 38 / 0.75);
}
.text-grey-800\/80 {
  color: rgb(38 38 38 / 0.8);
}
.text-grey-800\/85 {
  color: rgb(38 38 38 / 0.85);
}
.text-grey-800\/90 {
  color: rgb(38 38 38 / 0.9);
}
.text-grey-800\/95 {
  color: rgb(38 38 38 / 0.95);
}
.text-grey-900 {
  --tw-text-opacity: 1;
  color: rgb(23 23 23 / var(--tw-text-opacity));
}
.text-grey-900\/0 {
  color: rgb(23 23 23 / 0);
}
.text-grey-900\/10 {
  color: rgb(23 23 23 / 0.1);
}
.text-grey-900\/100 {
  color: rgb(23 23 23 / 1);
}
.text-grey-900\/15 {
  color: rgb(23 23 23 / 0.15);
}
.text-grey-900\/20 {
  color: rgb(23 23 23 / 0.2);
}
.text-grey-900\/25 {
  color: rgb(23 23 23 / 0.25);
}
.text-grey-900\/30 {
  color: rgb(23 23 23 / 0.3);
}
.text-grey-900\/35 {
  color: rgb(23 23 23 / 0.35);
}
.text-grey-900\/40 {
  color: rgb(23 23 23 / 0.4);
}
.text-grey-900\/45 {
  color: rgb(23 23 23 / 0.45);
}
.text-grey-900\/5 {
  color: rgb(23 23 23 / 0.05);
}
.text-grey-900\/50 {
  color: rgb(23 23 23 / 0.5);
}
.text-grey-900\/55 {
  color: rgb(23 23 23 / 0.55);
}
.text-grey-900\/60 {
  color: rgb(23 23 23 / 0.6);
}
.text-grey-900\/65 {
  color: rgb(23 23 23 / 0.65);
}
.text-grey-900\/70 {
  color: rgb(23 23 23 / 0.7);
}
.text-grey-900\/75 {
  color: rgb(23 23 23 / 0.75);
}
.text-grey-900\/80 {
  color: rgb(23 23 23 / 0.8);
}
.text-grey-900\/85 {
  color: rgb(23 23 23 / 0.85);
}
.text-grey-900\/90 {
  color: rgb(23 23 23 / 0.9);
}
.text-grey-900\/95 {
  color: rgb(23 23 23 / 0.95);
}
.text-grey-950 {
  --tw-text-opacity: 1;
  color: rgb(10 10 10 / var(--tw-text-opacity));
}
.text-grey-950\/0 {
  color: rgb(10 10 10 / 0);
}
.text-grey-950\/10 {
  color: rgb(10 10 10 / 0.1);
}
.text-grey-950\/100 {
  color: rgb(10 10 10 / 1);
}
.text-grey-950\/15 {
  color: rgb(10 10 10 / 0.15);
}
.text-grey-950\/20 {
  color: rgb(10 10 10 / 0.2);
}
.text-grey-950\/25 {
  color: rgb(10 10 10 / 0.25);
}
.text-grey-950\/30 {
  color: rgb(10 10 10 / 0.3);
}
.text-grey-950\/35 {
  color: rgb(10 10 10 / 0.35);
}
.text-grey-950\/40 {
  color: rgb(10 10 10 / 0.4);
}
.text-grey-950\/45 {
  color: rgb(10 10 10 / 0.45);
}
.text-grey-950\/5 {
  color: rgb(10 10 10 / 0.05);
}
.text-grey-950\/50 {
  color: rgb(10 10 10 / 0.5);
}
.text-grey-950\/55 {
  color: rgb(10 10 10 / 0.55);
}
.text-grey-950\/60 {
  color: rgb(10 10 10 / 0.6);
}
.text-grey-950\/65 {
  color: rgb(10 10 10 / 0.65);
}
.text-grey-950\/70 {
  color: rgb(10 10 10 / 0.7);
}
.text-grey-950\/75 {
  color: rgb(10 10 10 / 0.75);
}
.text-grey-950\/80 {
  color: rgb(10 10 10 / 0.8);
}
.text-grey-950\/85 {
  color: rgb(10 10 10 / 0.85);
}
.text-grey-950\/90 {
  color: rgb(10 10 10 / 0.9);
}
.text-grey-950\/95 {
  color: rgb(10 10 10 / 0.95);
}
.text-primary {
  --tw-text-opacity: 1;
  color: rgb(47 55 57 / var(--tw-text-opacity));
}
.text-primary-bright {
  --tw-text-opacity: 1;
  color: rgb(213 215 215 / var(--tw-text-opacity));
}
.text-primary-bright\/0 {
  color: rgb(213 215 215 / 0);
}
.text-primary-bright\/10 {
  color: rgb(213 215 215 / 0.1);
}
.text-primary-bright\/100 {
  color: rgb(213 215 215 / 1);
}
.text-primary-bright\/15 {
  color: rgb(213 215 215 / 0.15);
}
.text-primary-bright\/20 {
  color: rgb(213 215 215 / 0.2);
}
.text-primary-bright\/25 {
  color: rgb(213 215 215 / 0.25);
}
.text-primary-bright\/30 {
  color: rgb(213 215 215 / 0.3);
}
.text-primary-bright\/35 {
  color: rgb(213 215 215 / 0.35);
}
.text-primary-bright\/40 {
  color: rgb(213 215 215 / 0.4);
}
.text-primary-bright\/45 {
  color: rgb(213 215 215 / 0.45);
}
.text-primary-bright\/5 {
  color: rgb(213 215 215 / 0.05);
}
.text-primary-bright\/50 {
  color: rgb(213 215 215 / 0.5);
}
.text-primary-bright\/55 {
  color: rgb(213 215 215 / 0.55);
}
.text-primary-bright\/60 {
  color: rgb(213 215 215 / 0.6);
}
.text-primary-bright\/65 {
  color: rgb(213 215 215 / 0.65);
}
.text-primary-bright\/70 {
  color: rgb(213 215 215 / 0.7);
}
.text-primary-bright\/75 {
  color: rgb(213 215 215 / 0.75);
}
.text-primary-bright\/80 {
  color: rgb(213 215 215 / 0.8);
}
.text-primary-bright\/85 {
  color: rgb(213 215 215 / 0.85);
}
.text-primary-bright\/90 {
  color: rgb(213 215 215 / 0.9);
}
.text-primary-bright\/95 {
  color: rgb(213 215 215 / 0.95);
}
.text-primary-light {
  --tw-text-opacity: 1;
  color: rgb(244 245 245 / var(--tw-text-opacity));
}
.text-primary-light\/0 {
  color: rgb(244 245 245 / 0);
}
.text-primary-light\/10 {
  color: rgb(244 245 245 / 0.1);
}
.text-primary-light\/100 {
  color: rgb(244 245 245 / 1);
}
.text-primary-light\/15 {
  color: rgb(244 245 245 / 0.15);
}
.text-primary-light\/20 {
  color: rgb(244 245 245 / 0.2);
}
.text-primary-light\/25 {
  color: rgb(244 245 245 / 0.25);
}
.text-primary-light\/30 {
  color: rgb(244 245 245 / 0.3);
}
.text-primary-light\/35 {
  color: rgb(244 245 245 / 0.35);
}
.text-primary-light\/40 {
  color: rgb(244 245 245 / 0.4);
}
.text-primary-light\/45 {
  color: rgb(244 245 245 / 0.45);
}
.text-primary-light\/5 {
  color: rgb(244 245 245 / 0.05);
}
.text-primary-light\/50 {
  color: rgb(244 245 245 / 0.5);
}
.text-primary-light\/55 {
  color: rgb(244 245 245 / 0.55);
}
.text-primary-light\/60 {
  color: rgb(244 245 245 / 0.6);
}
.text-primary-light\/65 {
  color: rgb(244 245 245 / 0.65);
}
.text-primary-light\/70 {
  color: rgb(244 245 245 / 0.7);
}
.text-primary-light\/75 {
  color: rgb(244 245 245 / 0.75);
}
.text-primary-light\/80 {
  color: rgb(244 245 245 / 0.8);
}
.text-primary-light\/85 {
  color: rgb(244 245 245 / 0.85);
}
.text-primary-light\/90 {
  color: rgb(244 245 245 / 0.9);
}
.text-primary-light\/95 {
  color: rgb(244 245 245 / 0.95);
}
.text-primary-mid {
  --tw-text-opacity: 1;
  color: rgb(151 155 156 / var(--tw-text-opacity));
}
.text-primary-mid\/0 {
  color: rgb(151 155 156 / 0);
}
.text-primary-mid\/10 {
  color: rgb(151 155 156 / 0.1);
}
.text-primary-mid\/100 {
  color: rgb(151 155 156 / 1);
}
.text-primary-mid\/15 {
  color: rgb(151 155 156 / 0.15);
}
.text-primary-mid\/20 {
  color: rgb(151 155 156 / 0.2);
}
.text-primary-mid\/25 {
  color: rgb(151 155 156 / 0.25);
}
.text-primary-mid\/30 {
  color: rgb(151 155 156 / 0.3);
}
.text-primary-mid\/35 {
  color: rgb(151 155 156 / 0.35);
}
.text-primary-mid\/40 {
  color: rgb(151 155 156 / 0.4);
}
.text-primary-mid\/45 {
  color: rgb(151 155 156 / 0.45);
}
.text-primary-mid\/5 {
  color: rgb(151 155 156 / 0.05);
}
.text-primary-mid\/50 {
  color: rgb(151 155 156 / 0.5);
}
.text-primary-mid\/55 {
  color: rgb(151 155 156 / 0.55);
}
.text-primary-mid\/60 {
  color: rgb(151 155 156 / 0.6);
}
.text-primary-mid\/65 {
  color: rgb(151 155 156 / 0.65);
}
.text-primary-mid\/70 {
  color: rgb(151 155 156 / 0.7);
}
.text-primary-mid\/75 {
  color: rgb(151 155 156 / 0.75);
}
.text-primary-mid\/80 {
  color: rgb(151 155 156 / 0.8);
}
.text-primary-mid\/85 {
  color: rgb(151 155 156 / 0.85);
}
.text-primary-mid\/90 {
  color: rgb(151 155 156 / 0.9);
}
.text-primary-mid\/95 {
  color: rgb(151 155 156 / 0.95);
}
.text-primary\/0 {
  color: rgb(47 55 57 / 0);
}
.text-primary\/10 {
  color: rgb(47 55 57 / 0.1);
}
.text-primary\/100 {
  color: rgb(47 55 57 / 1);
}
.text-primary\/15 {
  color: rgb(47 55 57 / 0.15);
}
.text-primary\/20 {
  color: rgb(47 55 57 / 0.2);
}
.text-primary\/25 {
  color: rgb(47 55 57 / 0.25);
}
.text-primary\/30 {
  color: rgb(47 55 57 / 0.3);
}
.text-primary\/35 {
  color: rgb(47 55 57 / 0.35);
}
.text-primary\/40 {
  color: rgb(47 55 57 / 0.4);
}
.text-primary\/45 {
  color: rgb(47 55 57 / 0.45);
}
.text-primary\/5 {
  color: rgb(47 55 57 / 0.05);
}
.text-primary\/50 {
  color: rgb(47 55 57 / 0.5);
}
.text-primary\/55 {
  color: rgb(47 55 57 / 0.55);
}
.text-primary\/60 {
  color: rgb(47 55 57 / 0.6);
}
.text-primary\/65 {
  color: rgb(47 55 57 / 0.65);
}
.text-primary\/70 {
  color: rgb(47 55 57 / 0.7);
}
.text-primary\/75 {
  color: rgb(47 55 57 / 0.75);
}
.text-primary\/80 {
  color: rgb(47 55 57 / 0.8);
}
.text-primary\/85 {
  color: rgb(47 55 57 / 0.85);
}
.text-primary\/90 {
  color: rgb(47 55 57 / 0.9);
}
.text-primary\/95 {
  color: rgb(47 55 57 / 0.95);
}
.text-red-100 {
  --tw-text-opacity: 1;
  color: rgb(254 226 226 / var(--tw-text-opacity));
}
.text-red-100\/0 {
  color: rgb(254 226 226 / 0);
}
.text-red-100\/10 {
  color: rgb(254 226 226 / 0.1);
}
.text-red-100\/100 {
  color: rgb(254 226 226 / 1);
}
.text-red-100\/15 {
  color: rgb(254 226 226 / 0.15);
}
.text-red-100\/20 {
  color: rgb(254 226 226 / 0.2);
}
.text-red-100\/25 {
  color: rgb(254 226 226 / 0.25);
}
.text-red-100\/30 {
  color: rgb(254 226 226 / 0.3);
}
.text-red-100\/35 {
  color: rgb(254 226 226 / 0.35);
}
.text-red-100\/40 {
  color: rgb(254 226 226 / 0.4);
}
.text-red-100\/45 {
  color: rgb(254 226 226 / 0.45);
}
.text-red-100\/5 {
  color: rgb(254 226 226 / 0.05);
}
.text-red-100\/50 {
  color: rgb(254 226 226 / 0.5);
}
.text-red-100\/55 {
  color: rgb(254 226 226 / 0.55);
}
.text-red-100\/60 {
  color: rgb(254 226 226 / 0.6);
}
.text-red-100\/65 {
  color: rgb(254 226 226 / 0.65);
}
.text-red-100\/70 {
  color: rgb(254 226 226 / 0.7);
}
.text-red-100\/75 {
  color: rgb(254 226 226 / 0.75);
}
.text-red-100\/80 {
  color: rgb(254 226 226 / 0.8);
}
.text-red-100\/85 {
  color: rgb(254 226 226 / 0.85);
}
.text-red-100\/90 {
  color: rgb(254 226 226 / 0.9);
}
.text-red-100\/95 {
  color: rgb(254 226 226 / 0.95);
}
.text-red-200 {
  --tw-text-opacity: 1;
  color: rgb(254 202 202 / var(--tw-text-opacity));
}
.text-red-200\/0 {
  color: rgb(254 202 202 / 0);
}
.text-red-200\/10 {
  color: rgb(254 202 202 / 0.1);
}
.text-red-200\/100 {
  color: rgb(254 202 202 / 1);
}
.text-red-200\/15 {
  color: rgb(254 202 202 / 0.15);
}
.text-red-200\/20 {
  color: rgb(254 202 202 / 0.2);
}
.text-red-200\/25 {
  color: rgb(254 202 202 / 0.25);
}
.text-red-200\/30 {
  color: rgb(254 202 202 / 0.3);
}
.text-red-200\/35 {
  color: rgb(254 202 202 / 0.35);
}
.text-red-200\/40 {
  color: rgb(254 202 202 / 0.4);
}
.text-red-200\/45 {
  color: rgb(254 202 202 / 0.45);
}
.text-red-200\/5 {
  color: rgb(254 202 202 / 0.05);
}
.text-red-200\/50 {
  color: rgb(254 202 202 / 0.5);
}
.text-red-200\/55 {
  color: rgb(254 202 202 / 0.55);
}
.text-red-200\/60 {
  color: rgb(254 202 202 / 0.6);
}
.text-red-200\/65 {
  color: rgb(254 202 202 / 0.65);
}
.text-red-200\/70 {
  color: rgb(254 202 202 / 0.7);
}
.text-red-200\/75 {
  color: rgb(254 202 202 / 0.75);
}
.text-red-200\/80 {
  color: rgb(254 202 202 / 0.8);
}
.text-red-200\/85 {
  color: rgb(254 202 202 / 0.85);
}
.text-red-200\/90 {
  color: rgb(254 202 202 / 0.9);
}
.text-red-200\/95 {
  color: rgb(254 202 202 / 0.95);
}
.text-red-300 {
  --tw-text-opacity: 1;
  color: rgb(252 165 165 / var(--tw-text-opacity));
}
.text-red-300\/0 {
  color: rgb(252 165 165 / 0);
}
.text-red-300\/10 {
  color: rgb(252 165 165 / 0.1);
}
.text-red-300\/100 {
  color: rgb(252 165 165 / 1);
}
.text-red-300\/15 {
  color: rgb(252 165 165 / 0.15);
}
.text-red-300\/20 {
  color: rgb(252 165 165 / 0.2);
}
.text-red-300\/25 {
  color: rgb(252 165 165 / 0.25);
}
.text-red-300\/30 {
  color: rgb(252 165 165 / 0.3);
}
.text-red-300\/35 {
  color: rgb(252 165 165 / 0.35);
}
.text-red-300\/40 {
  color: rgb(252 165 165 / 0.4);
}
.text-red-300\/45 {
  color: rgb(252 165 165 / 0.45);
}
.text-red-300\/5 {
  color: rgb(252 165 165 / 0.05);
}
.text-red-300\/50 {
  color: rgb(252 165 165 / 0.5);
}
.text-red-300\/55 {
  color: rgb(252 165 165 / 0.55);
}
.text-red-300\/60 {
  color: rgb(252 165 165 / 0.6);
}
.text-red-300\/65 {
  color: rgb(252 165 165 / 0.65);
}
.text-red-300\/70 {
  color: rgb(252 165 165 / 0.7);
}
.text-red-300\/75 {
  color: rgb(252 165 165 / 0.75);
}
.text-red-300\/80 {
  color: rgb(252 165 165 / 0.8);
}
.text-red-300\/85 {
  color: rgb(252 165 165 / 0.85);
}
.text-red-300\/90 {
  color: rgb(252 165 165 / 0.9);
}
.text-red-300\/95 {
  color: rgb(252 165 165 / 0.95);
}
.text-red-400 {
  --tw-text-opacity: 1;
  color: rgb(248 113 113 / var(--tw-text-opacity));
}
.text-red-400\/0 {
  color: rgb(248 113 113 / 0);
}
.text-red-400\/10 {
  color: rgb(248 113 113 / 0.1);
}
.text-red-400\/100 {
  color: rgb(248 113 113 / 1);
}
.text-red-400\/15 {
  color: rgb(248 113 113 / 0.15);
}
.text-red-400\/20 {
  color: rgb(248 113 113 / 0.2);
}
.text-red-400\/25 {
  color: rgb(248 113 113 / 0.25);
}
.text-red-400\/30 {
  color: rgb(248 113 113 / 0.3);
}
.text-red-400\/35 {
  color: rgb(248 113 113 / 0.35);
}
.text-red-400\/40 {
  color: rgb(248 113 113 / 0.4);
}
.text-red-400\/45 {
  color: rgb(248 113 113 / 0.45);
}
.text-red-400\/5 {
  color: rgb(248 113 113 / 0.05);
}
.text-red-400\/50 {
  color: rgb(248 113 113 / 0.5);
}
.text-red-400\/55 {
  color: rgb(248 113 113 / 0.55);
}
.text-red-400\/60 {
  color: rgb(248 113 113 / 0.6);
}
.text-red-400\/65 {
  color: rgb(248 113 113 / 0.65);
}
.text-red-400\/70 {
  color: rgb(248 113 113 / 0.7);
}
.text-red-400\/75 {
  color: rgb(248 113 113 / 0.75);
}
.text-red-400\/80 {
  color: rgb(248 113 113 / 0.8);
}
.text-red-400\/85 {
  color: rgb(248 113 113 / 0.85);
}
.text-red-400\/90 {
  color: rgb(248 113 113 / 0.9);
}
.text-red-400\/95 {
  color: rgb(248 113 113 / 0.95);
}
.text-red-50 {
  --tw-text-opacity: 1;
  color: rgb(254 242 242 / var(--tw-text-opacity));
}
.text-red-50\/0 {
  color: rgb(254 242 242 / 0);
}
.text-red-50\/10 {
  color: rgb(254 242 242 / 0.1);
}
.text-red-50\/100 {
  color: rgb(254 242 242 / 1);
}
.text-red-50\/15 {
  color: rgb(254 242 242 / 0.15);
}
.text-red-50\/20 {
  color: rgb(254 242 242 / 0.2);
}
.text-red-50\/25 {
  color: rgb(254 242 242 / 0.25);
}
.text-red-50\/30 {
  color: rgb(254 242 242 / 0.3);
}
.text-red-50\/35 {
  color: rgb(254 242 242 / 0.35);
}
.text-red-50\/40 {
  color: rgb(254 242 242 / 0.4);
}
.text-red-50\/45 {
  color: rgb(254 242 242 / 0.45);
}
.text-red-50\/5 {
  color: rgb(254 242 242 / 0.05);
}
.text-red-50\/50 {
  color: rgb(254 242 242 / 0.5);
}
.text-red-50\/55 {
  color: rgb(254 242 242 / 0.55);
}
.text-red-50\/60 {
  color: rgb(254 242 242 / 0.6);
}
.text-red-50\/65 {
  color: rgb(254 242 242 / 0.65);
}
.text-red-50\/70 {
  color: rgb(254 242 242 / 0.7);
}
.text-red-50\/75 {
  color: rgb(254 242 242 / 0.75);
}
.text-red-50\/80 {
  color: rgb(254 242 242 / 0.8);
}
.text-red-50\/85 {
  color: rgb(254 242 242 / 0.85);
}
.text-red-50\/90 {
  color: rgb(254 242 242 / 0.9);
}
.text-red-50\/95 {
  color: rgb(254 242 242 / 0.95);
}
.text-red-500 {
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity));
}
.text-red-500\/0 {
  color: rgb(239 68 68 / 0);
}
.text-red-500\/10 {
  color: rgb(239 68 68 / 0.1);
}
.text-red-500\/100 {
  color: rgb(239 68 68 / 1);
}
.text-red-500\/15 {
  color: rgb(239 68 68 / 0.15);
}
.text-red-500\/20 {
  color: rgb(239 68 68 / 0.2);
}
.text-red-500\/25 {
  color: rgb(239 68 68 / 0.25);
}
.text-red-500\/30 {
  color: rgb(239 68 68 / 0.3);
}
.text-red-500\/35 {
  color: rgb(239 68 68 / 0.35);
}
.text-red-500\/40 {
  color: rgb(239 68 68 / 0.4);
}
.text-red-500\/45 {
  color: rgb(239 68 68 / 0.45);
}
.text-red-500\/5 {
  color: rgb(239 68 68 / 0.05);
}
.text-red-500\/50 {
  color: rgb(239 68 68 / 0.5);
}
.text-red-500\/55 {
  color: rgb(239 68 68 / 0.55);
}
.text-red-500\/60 {
  color: rgb(239 68 68 / 0.6);
}
.text-red-500\/65 {
  color: rgb(239 68 68 / 0.65);
}
.text-red-500\/70 {
  color: rgb(239 68 68 / 0.7);
}
.text-red-500\/75 {
  color: rgb(239 68 68 / 0.75);
}
.text-red-500\/80 {
  color: rgb(239 68 68 / 0.8);
}
.text-red-500\/85 {
  color: rgb(239 68 68 / 0.85);
}
.text-red-500\/90 {
  color: rgb(239 68 68 / 0.9);
}
.text-red-500\/95 {
  color: rgb(239 68 68 / 0.95);
}
.text-red-600 {
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity));
}
.text-red-600\/0 {
  color: rgb(220 38 38 / 0);
}
.text-red-600\/10 {
  color: rgb(220 38 38 / 0.1);
}
.text-red-600\/100 {
  color: rgb(220 38 38 / 1);
}
.text-red-600\/15 {
  color: rgb(220 38 38 / 0.15);
}
.text-red-600\/20 {
  color: rgb(220 38 38 / 0.2);
}
.text-red-600\/25 {
  color: rgb(220 38 38 / 0.25);
}
.text-red-600\/30 {
  color: rgb(220 38 38 / 0.3);
}
.text-red-600\/35 {
  color: rgb(220 38 38 / 0.35);
}
.text-red-600\/40 {
  color: rgb(220 38 38 / 0.4);
}
.text-red-600\/45 {
  color: rgb(220 38 38 / 0.45);
}
.text-red-600\/5 {
  color: rgb(220 38 38 / 0.05);
}
.text-red-600\/50 {
  color: rgb(220 38 38 / 0.5);
}
.text-red-600\/55 {
  color: rgb(220 38 38 / 0.55);
}
.text-red-600\/60 {
  color: rgb(220 38 38 / 0.6);
}
.text-red-600\/65 {
  color: rgb(220 38 38 / 0.65);
}
.text-red-600\/70 {
  color: rgb(220 38 38 / 0.7);
}
.text-red-600\/75 {
  color: rgb(220 38 38 / 0.75);
}
.text-red-600\/80 {
  color: rgb(220 38 38 / 0.8);
}
.text-red-600\/85 {
  color: rgb(220 38 38 / 0.85);
}
.text-red-600\/90 {
  color: rgb(220 38 38 / 0.9);
}
.text-red-600\/95 {
  color: rgb(220 38 38 / 0.95);
}
.text-red-700 {
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity));
}
.text-red-700\/0 {
  color: rgb(185 28 28 / 0);
}
.text-red-700\/10 {
  color: rgb(185 28 28 / 0.1);
}
.text-red-700\/100 {
  color: rgb(185 28 28 / 1);
}
.text-red-700\/15 {
  color: rgb(185 28 28 / 0.15);
}
.text-red-700\/20 {
  color: rgb(185 28 28 / 0.2);
}
.text-red-700\/25 {
  color: rgb(185 28 28 / 0.25);
}
.text-red-700\/30 {
  color: rgb(185 28 28 / 0.3);
}
.text-red-700\/35 {
  color: rgb(185 28 28 / 0.35);
}
.text-red-700\/40 {
  color: rgb(185 28 28 / 0.4);
}
.text-red-700\/45 {
  color: rgb(185 28 28 / 0.45);
}
.text-red-700\/5 {
  color: rgb(185 28 28 / 0.05);
}
.text-red-700\/50 {
  color: rgb(185 28 28 / 0.5);
}
.text-red-700\/55 {
  color: rgb(185 28 28 / 0.55);
}
.text-red-700\/60 {
  color: rgb(185 28 28 / 0.6);
}
.text-red-700\/65 {
  color: rgb(185 28 28 / 0.65);
}
.text-red-700\/70 {
  color: rgb(185 28 28 / 0.7);
}
.text-red-700\/75 {
  color: rgb(185 28 28 / 0.75);
}
.text-red-700\/80 {
  color: rgb(185 28 28 / 0.8);
}
.text-red-700\/85 {
  color: rgb(185 28 28 / 0.85);
}
.text-red-700\/90 {
  color: rgb(185 28 28 / 0.9);
}
.text-red-700\/95 {
  color: rgb(185 28 28 / 0.95);
}
.text-red-800 {
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity));
}
.text-red-800\/0 {
  color: rgb(153 27 27 / 0);
}
.text-red-800\/10 {
  color: rgb(153 27 27 / 0.1);
}
.text-red-800\/100 {
  color: rgb(153 27 27 / 1);
}
.text-red-800\/15 {
  color: rgb(153 27 27 / 0.15);
}
.text-red-800\/20 {
  color: rgb(153 27 27 / 0.2);
}
.text-red-800\/25 {
  color: rgb(153 27 27 / 0.25);
}
.text-red-800\/30 {
  color: rgb(153 27 27 / 0.3);
}
.text-red-800\/35 {
  color: rgb(153 27 27 / 0.35);
}
.text-red-800\/40 {
  color: rgb(153 27 27 / 0.4);
}
.text-red-800\/45 {
  color: rgb(153 27 27 / 0.45);
}
.text-red-800\/5 {
  color: rgb(153 27 27 / 0.05);
}
.text-red-800\/50 {
  color: rgb(153 27 27 / 0.5);
}
.text-red-800\/55 {
  color: rgb(153 27 27 / 0.55);
}
.text-red-800\/60 {
  color: rgb(153 27 27 / 0.6);
}
.text-red-800\/65 {
  color: rgb(153 27 27 / 0.65);
}
.text-red-800\/70 {
  color: rgb(153 27 27 / 0.7);
}
.text-red-800\/75 {
  color: rgb(153 27 27 / 0.75);
}
.text-red-800\/80 {
  color: rgb(153 27 27 / 0.8);
}
.text-red-800\/85 {
  color: rgb(153 27 27 / 0.85);
}
.text-red-800\/90 {
  color: rgb(153 27 27 / 0.9);
}
.text-red-800\/95 {
  color: rgb(153 27 27 / 0.95);
}
.text-red-900 {
  --tw-text-opacity: 1;
  color: rgb(127 29 29 / var(--tw-text-opacity));
}
.text-red-900\/0 {
  color: rgb(127 29 29 / 0);
}
.text-red-900\/10 {
  color: rgb(127 29 29 / 0.1);
}
.text-red-900\/100 {
  color: rgb(127 29 29 / 1);
}
.text-red-900\/15 {
  color: rgb(127 29 29 / 0.15);
}
.text-red-900\/20 {
  color: rgb(127 29 29 / 0.2);
}
.text-red-900\/25 {
  color: rgb(127 29 29 / 0.25);
}
.text-red-900\/30 {
  color: rgb(127 29 29 / 0.3);
}
.text-red-900\/35 {
  color: rgb(127 29 29 / 0.35);
}
.text-red-900\/40 {
  color: rgb(127 29 29 / 0.4);
}
.text-red-900\/45 {
  color: rgb(127 29 29 / 0.45);
}
.text-red-900\/5 {
  color: rgb(127 29 29 / 0.05);
}
.text-red-900\/50 {
  color: rgb(127 29 29 / 0.5);
}
.text-red-900\/55 {
  color: rgb(127 29 29 / 0.55);
}
.text-red-900\/60 {
  color: rgb(127 29 29 / 0.6);
}
.text-red-900\/65 {
  color: rgb(127 29 29 / 0.65);
}
.text-red-900\/70 {
  color: rgb(127 29 29 / 0.7);
}
.text-red-900\/75 {
  color: rgb(127 29 29 / 0.75);
}
.text-red-900\/80 {
  color: rgb(127 29 29 / 0.8);
}
.text-red-900\/85 {
  color: rgb(127 29 29 / 0.85);
}
.text-red-900\/90 {
  color: rgb(127 29 29 / 0.9);
}
.text-red-900\/95 {
  color: rgb(127 29 29 / 0.95);
}
.text-red-950 {
  --tw-text-opacity: 1;
  color: rgb(69 10 10 / var(--tw-text-opacity));
}
.text-red-950\/0 {
  color: rgb(69 10 10 / 0);
}
.text-red-950\/10 {
  color: rgb(69 10 10 / 0.1);
}
.text-red-950\/100 {
  color: rgb(69 10 10 / 1);
}
.text-red-950\/15 {
  color: rgb(69 10 10 / 0.15);
}
.text-red-950\/20 {
  color: rgb(69 10 10 / 0.2);
}
.text-red-950\/25 {
  color: rgb(69 10 10 / 0.25);
}
.text-red-950\/30 {
  color: rgb(69 10 10 / 0.3);
}
.text-red-950\/35 {
  color: rgb(69 10 10 / 0.35);
}
.text-red-950\/40 {
  color: rgb(69 10 10 / 0.4);
}
.text-red-950\/45 {
  color: rgb(69 10 10 / 0.45);
}
.text-red-950\/5 {
  color: rgb(69 10 10 / 0.05);
}
.text-red-950\/50 {
  color: rgb(69 10 10 / 0.5);
}
.text-red-950\/55 {
  color: rgb(69 10 10 / 0.55);
}
.text-red-950\/60 {
  color: rgb(69 10 10 / 0.6);
}
.text-red-950\/65 {
  color: rgb(69 10 10 / 0.65);
}
.text-red-950\/70 {
  color: rgb(69 10 10 / 0.7);
}
.text-red-950\/75 {
  color: rgb(69 10 10 / 0.75);
}
.text-red-950\/80 {
  color: rgb(69 10 10 / 0.8);
}
.text-red-950\/85 {
  color: rgb(69 10 10 / 0.85);
}
.text-red-950\/90 {
  color: rgb(69 10 10 / 0.9);
}
.text-red-950\/95 {
  color: rgb(69 10 10 / 0.95);
}
.text-secondary {
  --tw-text-opacity: 1;
  color: rgb(21 82 119 / var(--tw-text-opacity));
}
.text-secondary-bright {
  --tw-text-opacity: 1;
  color: rgb(43 150 221 / var(--tw-text-opacity));
}
.text-secondary-bright\/0 {
  color: rgb(43 150 221 / 0);
}
.text-secondary-bright\/10 {
  color: rgb(43 150 221 / 0.1);
}
.text-secondary-bright\/100 {
  color: rgb(43 150 221 / 1);
}
.text-secondary-bright\/15 {
  color: rgb(43 150 221 / 0.15);
}
.text-secondary-bright\/20 {
  color: rgb(43 150 221 / 0.2);
}
.text-secondary-bright\/25 {
  color: rgb(43 150 221 / 0.25);
}
.text-secondary-bright\/30 {
  color: rgb(43 150 221 / 0.3);
}
.text-secondary-bright\/35 {
  color: rgb(43 150 221 / 0.35);
}
.text-secondary-bright\/40 {
  color: rgb(43 150 221 / 0.4);
}
.text-secondary-bright\/45 {
  color: rgb(43 150 221 / 0.45);
}
.text-secondary-bright\/5 {
  color: rgb(43 150 221 / 0.05);
}
.text-secondary-bright\/50 {
  color: rgb(43 150 221 / 0.5);
}
.text-secondary-bright\/55 {
  color: rgb(43 150 221 / 0.55);
}
.text-secondary-bright\/60 {
  color: rgb(43 150 221 / 0.6);
}
.text-secondary-bright\/65 {
  color: rgb(43 150 221 / 0.65);
}
.text-secondary-bright\/70 {
  color: rgb(43 150 221 / 0.7);
}
.text-secondary-bright\/75 {
  color: rgb(43 150 221 / 0.75);
}
.text-secondary-bright\/80 {
  color: rgb(43 150 221 / 0.8);
}
.text-secondary-bright\/85 {
  color: rgb(43 150 221 / 0.85);
}
.text-secondary-bright\/90 {
  color: rgb(43 150 221 / 0.9);
}
.text-secondary-bright\/95 {
  color: rgb(43 150 221 / 0.95);
}
.text-secondary-light {
  --tw-text-opacity: 1;
  color: rgb(128 192 235 / var(--tw-text-opacity));
}
.text-secondary-light\/0 {
  color: rgb(128 192 235 / 0);
}
.text-secondary-light\/10 {
  color: rgb(128 192 235 / 0.1);
}
.text-secondary-light\/100 {
  color: rgb(128 192 235 / 1);
}
.text-secondary-light\/15 {
  color: rgb(128 192 235 / 0.15);
}
.text-secondary-light\/20 {
  color: rgb(128 192 235 / 0.2);
}
.text-secondary-light\/25 {
  color: rgb(128 192 235 / 0.25);
}
.text-secondary-light\/30 {
  color: rgb(128 192 235 / 0.3);
}
.text-secondary-light\/35 {
  color: rgb(128 192 235 / 0.35);
}
.text-secondary-light\/40 {
  color: rgb(128 192 235 / 0.4);
}
.text-secondary-light\/45 {
  color: rgb(128 192 235 / 0.45);
}
.text-secondary-light\/5 {
  color: rgb(128 192 235 / 0.05);
}
.text-secondary-light\/50 {
  color: rgb(128 192 235 / 0.5);
}
.text-secondary-light\/55 {
  color: rgb(128 192 235 / 0.55);
}
.text-secondary-light\/60 {
  color: rgb(128 192 235 / 0.6);
}
.text-secondary-light\/65 {
  color: rgb(128 192 235 / 0.65);
}
.text-secondary-light\/70 {
  color: rgb(128 192 235 / 0.7);
}
.text-secondary-light\/75 {
  color: rgb(128 192 235 / 0.75);
}
.text-secondary-light\/80 {
  color: rgb(128 192 235 / 0.8);
}
.text-secondary-light\/85 {
  color: rgb(128 192 235 / 0.85);
}
.text-secondary-light\/90 {
  color: rgb(128 192 235 / 0.9);
}
.text-secondary-light\/95 {
  color: rgb(128 192 235 / 0.95);
}
.text-secondary-mid {
  --tw-text-opacity: 1;
  color: rgb(61 114 153 / var(--tw-text-opacity));
}
.text-secondary-mid\/0 {
  color: rgb(61 114 153 / 0);
}
.text-secondary-mid\/10 {
  color: rgb(61 114 153 / 0.1);
}
.text-secondary-mid\/100 {
  color: rgb(61 114 153 / 1);
}
.text-secondary-mid\/15 {
  color: rgb(61 114 153 / 0.15);
}
.text-secondary-mid\/20 {
  color: rgb(61 114 153 / 0.2);
}
.text-secondary-mid\/25 {
  color: rgb(61 114 153 / 0.25);
}
.text-secondary-mid\/30 {
  color: rgb(61 114 153 / 0.3);
}
.text-secondary-mid\/35 {
  color: rgb(61 114 153 / 0.35);
}
.text-secondary-mid\/40 {
  color: rgb(61 114 153 / 0.4);
}
.text-secondary-mid\/45 {
  color: rgb(61 114 153 / 0.45);
}
.text-secondary-mid\/5 {
  color: rgb(61 114 153 / 0.05);
}
.text-secondary-mid\/50 {
  color: rgb(61 114 153 / 0.5);
}
.text-secondary-mid\/55 {
  color: rgb(61 114 153 / 0.55);
}
.text-secondary-mid\/60 {
  color: rgb(61 114 153 / 0.6);
}
.text-secondary-mid\/65 {
  color: rgb(61 114 153 / 0.65);
}
.text-secondary-mid\/70 {
  color: rgb(61 114 153 / 0.7);
}
.text-secondary-mid\/75 {
  color: rgb(61 114 153 / 0.75);
}
.text-secondary-mid\/80 {
  color: rgb(61 114 153 / 0.8);
}
.text-secondary-mid\/85 {
  color: rgb(61 114 153 / 0.85);
}
.text-secondary-mid\/90 {
  color: rgb(61 114 153 / 0.9);
}
.text-secondary-mid\/95 {
  color: rgb(61 114 153 / 0.95);
}
.text-secondary\/0 {
  color: rgb(21 82 119 / 0);
}
.text-secondary\/10 {
  color: rgb(21 82 119 / 0.1);
}
.text-secondary\/100 {
  color: rgb(21 82 119 / 1);
}
.text-secondary\/15 {
  color: rgb(21 82 119 / 0.15);
}
.text-secondary\/20 {
  color: rgb(21 82 119 / 0.2);
}
.text-secondary\/25 {
  color: rgb(21 82 119 / 0.25);
}
.text-secondary\/30 {
  color: rgb(21 82 119 / 0.3);
}
.text-secondary\/35 {
  color: rgb(21 82 119 / 0.35);
}
.text-secondary\/40 {
  color: rgb(21 82 119 / 0.4);
}
.text-secondary\/45 {
  color: rgb(21 82 119 / 0.45);
}
.text-secondary\/5 {
  color: rgb(21 82 119 / 0.05);
}
.text-secondary\/50 {
  color: rgb(21 82 119 / 0.5);
}
.text-secondary\/55 {
  color: rgb(21 82 119 / 0.55);
}
.text-secondary\/60 {
  color: rgb(21 82 119 / 0.6);
}
.text-secondary\/65 {
  color: rgb(21 82 119 / 0.65);
}
.text-secondary\/70 {
  color: rgb(21 82 119 / 0.7);
}
.text-secondary\/75 {
  color: rgb(21 82 119 / 0.75);
}
.text-secondary\/80 {
  color: rgb(21 82 119 / 0.8);
}
.text-secondary\/85 {
  color: rgb(21 82 119 / 0.85);
}
.text-secondary\/90 {
  color: rgb(21 82 119 / 0.9);
}
.text-secondary\/95 {
  color: rgb(21 82 119 / 0.95);
}
.text-tertiary {
  --tw-text-opacity: 1;
  color: rgb(0 108 120 / var(--tw-text-opacity));
}
.text-tertiary-bright {
  --tw-text-opacity: 1;
  color: rgb(60 185 197 / var(--tw-text-opacity));
}
.text-tertiary-bright\/0 {
  color: rgb(60 185 197 / 0);
}
.text-tertiary-bright\/10 {
  color: rgb(60 185 197 / 0.1);
}
.text-tertiary-bright\/100 {
  color: rgb(60 185 197 / 1);
}
.text-tertiary-bright\/15 {
  color: rgb(60 185 197 / 0.15);
}
.text-tertiary-bright\/20 {
  color: rgb(60 185 197 / 0.2);
}
.text-tertiary-bright\/25 {
  color: rgb(60 185 197 / 0.25);
}
.text-tertiary-bright\/30 {
  color: rgb(60 185 197 / 0.3);
}
.text-tertiary-bright\/35 {
  color: rgb(60 185 197 / 0.35);
}
.text-tertiary-bright\/40 {
  color: rgb(60 185 197 / 0.4);
}
.text-tertiary-bright\/45 {
  color: rgb(60 185 197 / 0.45);
}
.text-tertiary-bright\/5 {
  color: rgb(60 185 197 / 0.05);
}
.text-tertiary-bright\/50 {
  color: rgb(60 185 197 / 0.5);
}
.text-tertiary-bright\/55 {
  color: rgb(60 185 197 / 0.55);
}
.text-tertiary-bright\/60 {
  color: rgb(60 185 197 / 0.6);
}
.text-tertiary-bright\/65 {
  color: rgb(60 185 197 / 0.65);
}
.text-tertiary-bright\/70 {
  color: rgb(60 185 197 / 0.7);
}
.text-tertiary-bright\/75 {
  color: rgb(60 185 197 / 0.75);
}
.text-tertiary-bright\/80 {
  color: rgb(60 185 197 / 0.8);
}
.text-tertiary-bright\/85 {
  color: rgb(60 185 197 / 0.85);
}
.text-tertiary-bright\/90 {
  color: rgb(60 185 197 / 0.9);
}
.text-tertiary-bright\/95 {
  color: rgb(60 185 197 / 0.95);
}
.text-tertiary-light {
  --tw-text-opacity: 1;
  color: rgb(138 213 220 / var(--tw-text-opacity));
}
.text-tertiary-light\/0 {
  color: rgb(138 213 220 / 0);
}
.text-tertiary-light\/10 {
  color: rgb(138 213 220 / 0.1);
}
.text-tertiary-light\/100 {
  color: rgb(138 213 220 / 1);
}
.text-tertiary-light\/15 {
  color: rgb(138 213 220 / 0.15);
}
.text-tertiary-light\/20 {
  color: rgb(138 213 220 / 0.2);
}
.text-tertiary-light\/25 {
  color: rgb(138 213 220 / 0.25);
}
.text-tertiary-light\/30 {
  color: rgb(138 213 220 / 0.3);
}
.text-tertiary-light\/35 {
  color: rgb(138 213 220 / 0.35);
}
.text-tertiary-light\/40 {
  color: rgb(138 213 220 / 0.4);
}
.text-tertiary-light\/45 {
  color: rgb(138 213 220 / 0.45);
}
.text-tertiary-light\/5 {
  color: rgb(138 213 220 / 0.05);
}
.text-tertiary-light\/50 {
  color: rgb(138 213 220 / 0.5);
}
.text-tertiary-light\/55 {
  color: rgb(138 213 220 / 0.55);
}
.text-tertiary-light\/60 {
  color: rgb(138 213 220 / 0.6);
}
.text-tertiary-light\/65 {
  color: rgb(138 213 220 / 0.65);
}
.text-tertiary-light\/70 {
  color: rgb(138 213 220 / 0.7);
}
.text-tertiary-light\/75 {
  color: rgb(138 213 220 / 0.75);
}
.text-tertiary-light\/80 {
  color: rgb(138 213 220 / 0.8);
}
.text-tertiary-light\/85 {
  color: rgb(138 213 220 / 0.85);
}
.text-tertiary-light\/90 {
  color: rgb(138 213 220 / 0.9);
}
.text-tertiary-light\/95 {
  color: rgb(138 213 220 / 0.95);
}
.text-tertiary-mid {
  --tw-text-opacity: 1;
  color: rgb(17 156 169 / var(--tw-text-opacity));
}
.text-tertiary-mid\/0 {
  color: rgb(17 156 169 / 0);
}
.text-tertiary-mid\/10 {
  color: rgb(17 156 169 / 0.1);
}
.text-tertiary-mid\/100 {
  color: rgb(17 156 169 / 1);
}
.text-tertiary-mid\/15 {
  color: rgb(17 156 169 / 0.15);
}
.text-tertiary-mid\/20 {
  color: rgb(17 156 169 / 0.2);
}
.text-tertiary-mid\/25 {
  color: rgb(17 156 169 / 0.25);
}
.text-tertiary-mid\/30 {
  color: rgb(17 156 169 / 0.3);
}
.text-tertiary-mid\/35 {
  color: rgb(17 156 169 / 0.35);
}
.text-tertiary-mid\/40 {
  color: rgb(17 156 169 / 0.4);
}
.text-tertiary-mid\/45 {
  color: rgb(17 156 169 / 0.45);
}
.text-tertiary-mid\/5 {
  color: rgb(17 156 169 / 0.05);
}
.text-tertiary-mid\/50 {
  color: rgb(17 156 169 / 0.5);
}
.text-tertiary-mid\/55 {
  color: rgb(17 156 169 / 0.55);
}
.text-tertiary-mid\/60 {
  color: rgb(17 156 169 / 0.6);
}
.text-tertiary-mid\/65 {
  color: rgb(17 156 169 / 0.65);
}
.text-tertiary-mid\/70 {
  color: rgb(17 156 169 / 0.7);
}
.text-tertiary-mid\/75 {
  color: rgb(17 156 169 / 0.75);
}
.text-tertiary-mid\/80 {
  color: rgb(17 156 169 / 0.8);
}
.text-tertiary-mid\/85 {
  color: rgb(17 156 169 / 0.85);
}
.text-tertiary-mid\/90 {
  color: rgb(17 156 169 / 0.9);
}
.text-tertiary-mid\/95 {
  color: rgb(17 156 169 / 0.95);
}
.text-tertiary\/0 {
  color: rgb(0 108 120 / 0);
}
.text-tertiary\/10 {
  color: rgb(0 108 120 / 0.1);
}
.text-tertiary\/100 {
  color: rgb(0 108 120 / 1);
}
.text-tertiary\/15 {
  color: rgb(0 108 120 / 0.15);
}
.text-tertiary\/20 {
  color: rgb(0 108 120 / 0.2);
}
.text-tertiary\/25 {
  color: rgb(0 108 120 / 0.25);
}
.text-tertiary\/30 {
  color: rgb(0 108 120 / 0.3);
}
.text-tertiary\/35 {
  color: rgb(0 108 120 / 0.35);
}
.text-tertiary\/40 {
  color: rgb(0 108 120 / 0.4);
}
.text-tertiary\/45 {
  color: rgb(0 108 120 / 0.45);
}
.text-tertiary\/5 {
  color: rgb(0 108 120 / 0.05);
}
.text-tertiary\/50 {
  color: rgb(0 108 120 / 0.5);
}
.text-tertiary\/55 {
  color: rgb(0 108 120 / 0.55);
}
.text-tertiary\/60 {
  color: rgb(0 108 120 / 0.6);
}
.text-tertiary\/65 {
  color: rgb(0 108 120 / 0.65);
}
.text-tertiary\/70 {
  color: rgb(0 108 120 / 0.7);
}
.text-tertiary\/75 {
  color: rgb(0 108 120 / 0.75);
}
.text-tertiary\/80 {
  color: rgb(0 108 120 / 0.8);
}
.text-tertiary\/85 {
  color: rgb(0 108 120 / 0.85);
}
.text-tertiary\/90 {
  color: rgb(0 108 120 / 0.9);
}
.text-tertiary\/95 {
  color: rgb(0 108 120 / 0.95);
}
.text-transparent {
  color: transparent;
}
.text-transparent\/0 {
  color: rgb(0 0 0 / 0);
}
.text-transparent\/10 {
  color: rgb(0 0 0 / 0.1);
}
.text-transparent\/100 {
  color: rgb(0 0 0 / 1);
}
.text-transparent\/15 {
  color: rgb(0 0 0 / 0.15);
}
.text-transparent\/20 {
  color: rgb(0 0 0 / 0.2);
}
.text-transparent\/25 {
  color: rgb(0 0 0 / 0.25);
}
.text-transparent\/30 {
  color: rgb(0 0 0 / 0.3);
}
.text-transparent\/35 {
  color: rgb(0 0 0 / 0.35);
}
.text-transparent\/40 {
  color: rgb(0 0 0 / 0.4);
}
.text-transparent\/45 {
  color: rgb(0 0 0 / 0.45);
}
.text-transparent\/5 {
  color: rgb(0 0 0 / 0.05);
}
.text-transparent\/50 {
  color: rgb(0 0 0 / 0.5);
}
.text-transparent\/55 {
  color: rgb(0 0 0 / 0.55);
}
.text-transparent\/60 {
  color: rgb(0 0 0 / 0.6);
}
.text-transparent\/65 {
  color: rgb(0 0 0 / 0.65);
}
.text-transparent\/70 {
  color: rgb(0 0 0 / 0.7);
}
.text-transparent\/75 {
  color: rgb(0 0 0 / 0.75);
}
.text-transparent\/80 {
  color: rgb(0 0 0 / 0.8);
}
.text-transparent\/85 {
  color: rgb(0 0 0 / 0.85);
}
.text-transparent\/90 {
  color: rgb(0 0 0 / 0.9);
}
.text-transparent\/95 {
  color: rgb(0 0 0 / 0.95);
}
.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);
}
.text-opacity-0 {
  --tw-text-opacity: 0;
}
.text-opacity-10 {
  --tw-text-opacity: 0.1;
}
.text-opacity-100 {
  --tw-text-opacity: 1;
}
.text-opacity-15 {
  --tw-text-opacity: 0.15;
}
.text-opacity-20 {
  --tw-text-opacity: 0.2;
}
.text-opacity-25 {
  --tw-text-opacity: 0.25;
}
.text-opacity-30 {
  --tw-text-opacity: 0.3;
}
.text-opacity-35 {
  --tw-text-opacity: 0.35;
}
.text-opacity-40 {
  --tw-text-opacity: 0.4;
}
.text-opacity-45 {
  --tw-text-opacity: 0.45;
}
.text-opacity-5 {
  --tw-text-opacity: 0.05;
}
.text-opacity-50 {
  --tw-text-opacity: 0.5;
}
.text-opacity-55 {
  --tw-text-opacity: 0.55;
}
.text-opacity-60 {
  --tw-text-opacity: 0.6;
}
.text-opacity-65 {
  --tw-text-opacity: 0.65;
}
.text-opacity-70 {
  --tw-text-opacity: 0.7;
}
.text-opacity-75 {
  --tw-text-opacity: 0.75;
}
.text-opacity-80 {
  --tw-text-opacity: 0.8;
}
.text-opacity-85 {
  --tw-text-opacity: 0.85;
}
.text-opacity-90 {
  --tw-text-opacity: 0.9;
}
.text-opacity-95 {
  --tw-text-opacity: 0.95;
}
.underline {
  text-decoration-line: underline;
}
.decoration-2 {
  text-decoration-thickness: 2px;
}
.underline-offset-\[6px\] {
  text-underline-offset: 6px;
}
.opacity-0 {
  opacity: 0;
}
.bg-blend-normal {
  background-blend-mode: normal;
}
.bg-blend-multiply {
  background-blend-mode: multiply;
}
.bg-blend-screen {
  background-blend-mode: screen;
}
.bg-blend-overlay {
  background-blend-mode: overlay;
}
.bg-blend-darken {
  background-blend-mode: darken;
}
.bg-blend-lighten {
  background-blend-mode: lighten;
}
.bg-blend-color-dodge {
  background-blend-mode: color-dodge;
}
.bg-blend-color-burn {
  background-blend-mode: color-burn;
}
.bg-blend-hard-light {
  background-blend-mode: hard-light;
}
.bg-blend-soft-light {
  background-blend-mode: soft-light;
}
.bg-blend-difference {
  background-blend-mode: difference;
}
.bg-blend-exclusion {
  background-blend-mode: exclusion;
}
.bg-blend-hue {
  background-blend-mode: hue;
}
.bg-blend-saturation {
  background-blend-mode: saturation;
}
.bg-blend-color {
  background-blend-mode: color;
}
.bg-blend-luminosity {
  background-blend-mode: luminosity;
}
.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);
}
.brightness-50 {
  --tw-brightness: brightness(.5);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.drop-shadow-xl {
  --tw-drop-shadow: drop-shadow(0 20px 13px rgb(0 0 0 / 0.03)) drop-shadow(0 8px 5px rgb(0 0 0 / 0.08));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.backdrop-blur {
  --tw-backdrop-blur: blur(8px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-blur-sm {
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-brightness-0 {
  --tw-backdrop-brightness: brightness(0);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-brightness-100 {
  --tw-backdrop-brightness: brightness(1);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-brightness-105 {
  --tw-backdrop-brightness: brightness(1.05);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-brightness-110 {
  --tw-backdrop-brightness: brightness(1.1);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-brightness-125 {
  --tw-backdrop-brightness: brightness(1.25);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-brightness-150 {
  --tw-backdrop-brightness: brightness(1.5);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-brightness-200 {
  --tw-backdrop-brightness: brightness(2);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-brightness-50 {
  --tw-backdrop-brightness: brightness(.5);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-brightness-75 {
  --tw-backdrop-brightness: brightness(.75);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-brightness-90 {
  --tw-backdrop-brightness: brightness(.9);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.backdrop-brightness-95 {
  --tw-backdrop-brightness: brightness(.95);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.transition-all {
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-opacity {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform {
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300 {
  transition-duration: 300ms;
}
.align-left {
  text-align: left;
  float: left;
  margin-right: 1.5rem;
    max-width: calc(50% - 1.5rem);
}
.align-center {
  text-align: center;
}
.align-right {
  text-align: right;
  float: right;
  margin-left: 1.5rem;
    max-width: calc(50% - 1.5rem);
}
.align-left img,
  .align-left picture,
  .align-right img,
  .align-right picture,
  .align-center img,
  .align-center picture {
  display: inline-block;
  width: auto;
}
.align-left,
  .align-center,
  .align-right,
  .media-image,
  .media-video {
  margin-top: 0px;
  margin-bottom: 1.5rem;
}
.align-left:last-child,
  .align-center:last-child,
  .align-right:last-child,
  .media-image:last-child,
  .media-video:last-child {
  margin-bottom: 0px;
}
figure .align-left,
  figure .align-center,
  figure .align-right,
  figure .media-image,
  figure .media-video {
  margin-top: 0px;
  margin-bottom: 0px;
}
.align-center,
  .media-image,
  .media-video {
  clear: both;
}
.before\:absolute > .section__container,
  .after\:absolute > .section__container {
  position: relative;
  z-index: 1;
}
i[class*=material-icons-],
  span[class*=material-icons-] {
    font-size: inherit;
    vertical-align: middle;
  }
.arrow {
  width: 1.5rem;
  height: 1.25rem;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
    -webkit-mask-image: url("/themes/custom/wateruk_theme/images/arrow.svg");
            mask-image: url("/themes/custom/wateruk_theme/images/arrow.svg");
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: 18px 14px;
            mask-size: 18px 14px;
}
.arrow.arrow-right {
  margin-left: 0.5rem;
    -webkit-mask-position: bottom;
            mask-position: bottom;
}
.arrow.arrow-left {
  margin-right: 0.5rem;
  --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));
    -webkit-mask-position: top;
            mask-position: top;
}
.arrow.arrow-right__small, .arrow.arrow-left__small {
  width: 0.875rem;
  height: 0.875rem;
    -webkit-mask-position: center;
            mask-position: center;
    -webkit-mask-size: 100%;
            mask-size: 100%;
}
.arrow.arrow-right__large, .arrow.arrow-left__large {
  margin-left: 1rem;
  width: 3.5rem;
  height: 3rem;
    -webkit-mask-size: 50px 39px;
            mask-size: 50px 39px;
}
.chevron {
  width: 1.5rem;
  height: 1.25rem;
    -webkit-mask-image: url("/themes/custom/wateruk_theme/images/chevron.svg");
            mask-image: url("/themes/custom/wateruk_theme/images/chevron.svg");
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: 14px 14px;
            mask-size: 14px 14px;
    -webkit-mask-position: center;
            mask-position: center;
}
.chevron.chevron-right {
  margin-left: 0.5rem;
}
.chevron.chevron-left {
  margin-right: 0.5rem;
  --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));
}
.chevron.chevron-right__small, .chevron.chevron-left__small {
    -webkit-mask-size: 4px 8px;
            mask-size: 4px 8px;
    -webkit-mask-position: center 5px;
            mask-position: center 5px;
  }
.home {
  --tw-bg-opacity: 1;
  background-color: rgb(0 108 120 / var(--tw-bg-opacity));
    -webkit-mask-image: url("/themes/custom/wateruk_theme/images/home.svg");
            mask-image: url("/themes/custom/wateruk_theme/images/home.svg");
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: 16px 16px;
            mask-size: 16px 16px;
    -webkit-mask-position: bottom;
            mask-position: bottom;
}
.download {
  --tw-bg-opacity: 1;
  background-color: rgb(60 185 197 / var(--tw-bg-opacity));
    -webkit-mask-image: url("/themes/custom/wateruk_theme/images/download-icon.svg");
            mask-image: url("/themes/custom/wateruk_theme/images/download-icon.svg");
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: 20px 20px;
            mask-size: 20px 20px;
    -webkit-mask-position: center;
            mask-position: center;
}
.search-icon {
    -webkit-mask-image: url("/themes/custom/wateruk_theme/images/search.svg");
            mask-image: url("/themes/custom/wateruk_theme/images/search.svg");
    -webkit-mask-repeat: no-repeat;
            mask-repeat: no-repeat;
    -webkit-mask-size: 24px 24px;
            mask-size: 24px 24px;
    -webkit-mask-position: center;
            mask-position: center;
  }
.pill > * {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  --tw-text-opacity: 1;
  color: rgb(0 108 120 / var(--tw-text-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(0 108 120 / var(--tw-border-opacity));
  border-style: solid;
  border-width: 1px;
  border-radius: 9999px;
  display: block;
}
@font-face {
  font-family: Geomanist;
  src: url("../../fonts/geomanist-bold-italic-webfont.eot");
  src: url("../../fonts/geomanist-bold-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/geomanist-bold-italic-webfont.woff2") format("woff2"), url("../../fonts/geomanist-bold-italic-webfont.woff") format("woff"), url("../../fonts/geomanist-bold-italic-webfont.ttf") format("truetype"), url("../../fonts/geomanist-bold-italic-webfont.svg#geomanistitalic") format("svg");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: Geomanist;
  src: url("../../fonts/geomanist-bold-webfont.eot");
  src: url("../../fonts/geomanist-bold-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/geomanist-bold-webfont.woff2") format("woff2"), url("../../fonts/geomanist-bold-webfont.woff") format("woff"), url("../../fonts/geomanist-bold-webfont.ttf") format("truetype"), url("../../fonts/geomanist-bold-webfont.svg#geomanistregular") format("svg");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: Geomanist;
  src: url("../../fonts/geomanist-medium-italic-webfont.eot");
  src: url("../../fonts/geomanist-medium-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/geomanist-medium-italic-webfont.woff2") format("woff2"), url("../../fonts/geomanist-medium-italic-webfont.woff") format("woff"), url("../../fonts/geomanist-medium-italic-webfont.ttf") format("truetype"), url("../../fonts/geomanist-medium-italic-webfont.svg#geomanistitalic") format("svg");
  font-weight: 600;
  font-style: italic;
}
@font-face {
  font-family: Geomanist;
  src: url("../../fonts/geomanist-medium-webfont.eot");
  src: url("../../fonts/geomanist-medium-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/geomanist-medium-webfont.woff2") format("woff2"), url("../../fonts/geomanist-medium-webfont.woff") format("woff"), url("../../fonts/geomanist-medium-webfont.ttf") format("truetype"), url("../../fonts/geomanist-medium-webfont.svg#geomanistregular") format("svg");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: Geomanist;
  src: url("../../fonts/geomanist-book-italic-webfont.eot");
  src: url("../../fonts/geomanist-book-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/geomanist-book-italic-webfont.woff2") format("woff2"), url("../../fonts/geomanist-book-italic-webfont.woff") format("woff"), url("../../fonts/geomanist-book-italic-webfont.ttf") format("truetype"), url("../../fonts/geomanist-book-italic-webfont.svg#geomanistitalic") format("svg");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: Geomanist;
  src: url("../../fonts/geomanist-book-webfont.eot");
  src: url("../../fonts/geomanist-book-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/geomanist-book-webfont.woff2") format("woff2"), url("../../fonts/geomanist-book-webfont.woff") format("woff"), url("../../fonts/geomanist-book-webfont.ttf") format("truetype"), url("../../fonts/geomanist-book-webfont.svg#geomanistregular") format("svg");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: Geomanist;
  src: url("../../fonts/geomanist-regular-italic-webfont.eot");
  src: url("../../fonts/geomanist-regular-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/geomanist-regular-italic-webfont.woff2") format("woff2"), url("../../fonts/geomanist-regular-italic-webfont.woff") format("woff"), url("../../fonts/geomanist-regular-italic-webfont.ttf") format("truetype"), url("../../fonts/geomanist-regular-italic-webfont.svg#geomanistitalic") format("svg");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: Geomanist;
  src: url("../../fonts/geomanist-regular-webfont.eot");
  src: url("../../fonts/geomanist-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../../fonts/geomanist-regular-webfont.woff2") format("woff2"), url("../../fonts/geomanist-regular-webfont.woff") format("woff"), url("../../fonts/geomanist-regular-webfont.ttf") format("truetype"), url("../../fonts/geomanist-regular-webfont.svg#geomanistregular") format("svg");
  font-weight: 400;
  font-style: normal;
}
body.cke_editable {
  padding: 1rem !important;
}
body.cke_editable .media-library-item__edit {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  bottom: auto;
  left: auto;
  z-index: 10;
  display: inline-block;
  width: auto;
  height: auto;
  padding: calc(0.25rem - 1px) calc(0.75rem - 1px);
  background: #d3d4d9;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.25);
  border-radius: 2px;
  font-size: 0.79rem;
  font-weight: 700;
  font-family: BlinkMacSystemFont, -apple-system, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
body.cke_editable .media-library-item__edit:hover {
  background-color: #c1c2c7;
}
main .contextual-links a {
  border-bottom-width: 0px;
}
#drupal-live-announce {
  bottom: -1px;
}
.node-preview-container {
  right: 1.5rem;
  bottom: 1.5rem;
  width: auto;
  padding: 1rem;
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 242 / var(--tw-bg-opacity));
  --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);
  --tw-text-opacity: 1;
  color: rgb(86 86 86 / var(--tw-text-opacity));
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(221 221 221 / var(--tw-border-opacity));
  font-family: "Source Sans Pro", "Lucida Grande", Verdana, sans-serif;
}
.node-preview-container .node-preview-backlink {
  text-decoration-line: underline;
}
.node-preview-container .node-preview-backlink:hover {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.node-preview-container .form-item-view-mode {
  display: block;
  padding-top: 0.5rem;
  padding-bottom: 0px;
}
.node-preview-container .form-item-view-mode label {
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.node-preview-container .form-item-view-mode select {
  font-size: 0.75rem;
  line-height: 1rem;
  line-height: 1;
}
.wave::before {
  position: absolute;
  left: 0px;
  right: 0px;
  height: 100%;
  content: "";
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  mask-mode: alpha;
}
.wave__primary-light::before {
  --tw-bg-opacity: 1;
  background-color: rgb(244 245 245 / var(--tw-bg-opacity));
}
.wave__secondary::before {
  --tw-bg-opacity: 1;
  background-color: rgb(21 82 119 / var(--tw-bg-opacity));
}
.wave__tertiary::before {
  --tw-bg-opacity: 1;
  background-color: rgb(0 108 120 / var(--tw-bg-opacity));
}
.wave__white::before {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.wave.wave-vertical__top::before, .wave.wave-vertical__bottom::before {
  max-height: 7rem;
}
@media (min-width: 640px) {
  .wave.wave-vertical__top::before, .wave.wave-vertical__bottom::before {
    max-height: 9rem;
  }
}
@media (min-width: 768px) {
  .wave.wave-vertical__top::before, .wave.wave-vertical__bottom::before {
    max-height: 12rem;
  }
}
@media (min-width: 1024px) {
  .wave.wave-vertical__top::before, .wave.wave-vertical__bottom::before {
    max-height: 16rem;
  }
}
@media (min-width: 1280px) {
  .wave.wave-vertical__top::before, .wave.wave-vertical__bottom::before {
    max-height: 24rem;
  }
}
@media (min-width: 1536px) {
  .wave.wave-vertical__top::before, .wave.wave-vertical__bottom::before {
    max-height: 32rem;
  }
}
.wave.wave-vertical__top::before {
  top: 0px;
  -webkit-mask-image: url("/themes/custom/wateruk_theme/images/wave-background-top.svg");
          mask-image: url("/themes/custom/wateruk_theme/images/wave-background-top.svg");
  -webkit-mask-position: top;
          mask-position: top;
}
.wave.wave-vertical__bottom::before {
  bottom: 0px;
  -webkit-mask-image: url("/themes/custom/wateruk_theme/images/wave-background-bottom.svg");
          mask-image: url("/themes/custom/wateruk_theme/images/wave-background-bottom.svg");
  -webkit-mask-position: bottom;
          mask-position: bottom;
}
.wave.wave-horizontal__right::before {
  --tw-scale-x: -1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.preset--bg-tertiary-mid {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.preset--bg-tertiary-mid.overlay-bg::before {
  --tw-bg-opacity: 1;
  background-color: rgb(17 156 169 / var(--tw-bg-opacity));
  position: absolute;
  inset: 0px;
  opacity: 0.8;
  content: "";
}
.preset--bg-tertiary-mid .pre-header:not(:is(.no-accent *)) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.preset--bg-tertiary-mid a:not(:is(.no-accent *)),
.preset--bg-tertiary-mid .link__text:not(:is(.no-accent *)) {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.preset--bg-tertiary-mid .arrow:not(:is(.no-accent *)) {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.preset--bg-tertiary-mid ul:not(:is(.no-accent *)) > li::before {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.preset--bg-tertiary-mid .quote__icon:not(:is(.no-accent *)) {
  fill: #ffffff;
}
.preset--bg-tertiary-mid [class*=-card__type]:not(:is(.no-accent *)) {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.preset--bg-tertiary-mid .update-indicator:not(:is(.no-accent *)) {
  --tw-bg-opacity: 1;
  background-color: rgb(21 82 119 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.preset--bg-tertiary-mid .section--statistics__stat-text {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--color-white);
}
.preset--bg-tertiary-mid .glide__arrow {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.preset--bg-tertiary-mid .btn {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(47 55 57 / var(--tw-text-opacity));
}
.preset--bg-tertiary-mid .btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(138 213 220 / var(--tw-bg-opacity));
}
.preset--bg-tertiary-mid .btn:focus {
  outline-style: solid;
  outline-width: 2px;
  outline-color: #ffffff;
}
.preset--bg-tertiary-mid .btn .arrow {
  --tw-bg-opacity: 1;
  background-color: rgb(0 108 120 / var(--tw-bg-opacity));
}
.preset--bg-tertiary {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.preset--bg-tertiary.overlay-bg::before {
  --tw-bg-opacity: 1;
  background-color: rgb(0 108 120 / var(--tw-bg-opacity));
  position: absolute;
  inset: 0px;
  opacity: 0.8;
  content: "";
}
.preset--bg-tertiary .pre-header:not(:is(.no-accent *)) {
  --tw-text-opacity: 1;
  color: rgb(138 213 220 / var(--tw-text-opacity));
}
.preset--bg-tertiary a:not(:is(.no-accent *)),
.preset--bg-tertiary .link__text:not(:is(.no-accent *)) {
  --tw-border-opacity: 1;
  border-color: rgb(138 213 220 / var(--tw-border-opacity));
}
.preset--bg-tertiary .arrow:not(:is(.no-accent *)) {
  --tw-bg-opacity: 1;
  background-color: rgb(138 213 220 / var(--tw-bg-opacity));
}
.preset--bg-tertiary ul:not(:is(.no-accent *)) > li::before {
  --tw-bg-opacity: 1;
  background-color: rgb(138 213 220 / var(--tw-bg-opacity));
}
.preset--bg-tertiary .quote__icon:not(:is(.no-accent *)) {
  fill: #8AD5DC;
}
.preset--bg-tertiary [class*=-card__type]:not(:is(.no-accent *)) {
  --tw-text-opacity: 1;
  color: rgb(138 213 220 / var(--tw-text-opacity));
}
.preset--bg-tertiary .update-indicator:not(:is(.no-accent *)) {
  --tw-bg-opacity: 1;
  background-color: rgb(244 245 245 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(47 55 57 / var(--tw-text-opacity));
}
.preset--bg-tertiary .section--statistics__stat-text {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--color-white);
}
.preset--bg-tertiary .glide__arrow {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.preset--bg-tertiary .btn {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(47 55 57 / var(--tw-text-opacity));
}
.preset--bg-tertiary .btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(138 213 220 / var(--tw-bg-opacity));
}
.preset--bg-tertiary .btn:focus {
  outline-style: solid;
  outline-width: 2px;
  outline-color: #ffffff;
}
.preset--bg-tertiary .btn .arrow {
  --tw-bg-opacity: 1;
  background-color: rgb(0 108 120 / var(--tw-bg-opacity));
}
.preset--bg-secondary-mid {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.preset--bg-secondary-mid.overlay-bg::before {
  --tw-bg-opacity: 1;
  background-color: rgb(61 114 153 / var(--tw-bg-opacity));
  position: absolute;
  inset: 0px;
  opacity: 0.8;
  content: "";
}
.preset--bg-secondary-mid .pre-header:not(:is(.no-accent *)) {
  --tw-text-opacity: 1;
  color: rgb(138 213 220 / var(--tw-text-opacity));
}
.preset--bg-secondary-mid a:not(:is(.no-accent *)),
.preset--bg-secondary-mid .link__text:not(:is(.no-accent *)) {
  --tw-border-opacity: 1;
  border-color: rgb(138 213 220 / var(--tw-border-opacity));
}
.preset--bg-secondary-mid .arrow:not(:is(.no-accent *)) {
  --tw-bg-opacity: 1;
  background-color: rgb(138 213 220 / var(--tw-bg-opacity));
}
.preset--bg-secondary-mid ul:not(:is(.no-accent *)) > li::before {
  --tw-bg-opacity: 1;
  background-color: rgb(138 213 220 / var(--tw-bg-opacity));
}
.preset--bg-secondary-mid .quote__icon:not(:is(.no-accent *)) {
  fill: #8AD5DC;
}
.preset--bg-secondary-mid [class*=-card__type]:not(:is(.no-accent *)) {
  --tw-text-opacity: 1;
  color: rgb(138 213 220 / var(--tw-text-opacity));
}
.preset--bg-secondary-mid .update-indicator:not(:is(.no-accent *)) {
  --tw-bg-opacity: 1;
  background-color: rgb(21 82 119 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.preset--bg-secondary-mid .section--statistics__stat-text {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--color-white);
}
.preset--bg-secondary-mid .glide__arrow {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.preset--bg-secondary-mid .btn {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(47 55 57 / var(--tw-text-opacity));
}
.preset--bg-secondary-mid .btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(138 213 220 / var(--tw-bg-opacity));
}
.preset--bg-secondary-mid .btn:focus {
  outline-style: solid;
  outline-width: 2px;
  outline-color: #ffffff;
}
.preset--bg-secondary-mid .btn .arrow {
  --tw-bg-opacity: 1;
  background-color: rgb(0 108 120 / var(--tw-bg-opacity));
}
.preset--bg-secondary {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.preset--bg-secondary.overlay-bg::before {
  --tw-bg-opacity: 1;
  background-color: rgb(21 82 119 / var(--tw-bg-opacity));
  position: absolute;
  inset: 0px;
  opacity: 0.8;
  content: "";
}
.preset--bg-secondary .pre-header:not(:is(.no-accent *)) {
  --tw-text-opacity: 1;
  color: rgb(138 213 220 / var(--tw-text-opacity));
}
.preset--bg-secondary a:not(:is(.no-accent *)),
.preset--bg-secondary .link__text:not(:is(.no-accent *)) {
  --tw-border-opacity: 1;
  border-color: rgb(138 213 220 / var(--tw-border-opacity));
}
.preset--bg-secondary .arrow:not(:is(.no-accent *)) {
  --tw-bg-opacity: 1;
  background-color: rgb(138 213 220 / var(--tw-bg-opacity));
}
.preset--bg-secondary ul:not(:is(.no-accent *)) > li::before {
  --tw-bg-opacity: 1;
  background-color: rgb(138 213 220 / var(--tw-bg-opacity));
}
.preset--bg-secondary .quote__icon:not(:is(.no-accent *)) {
  fill: #8AD5DC;
}
.preset--bg-secondary [class*=-card__type]:not(:is(.no-accent *)) {
  --tw-text-opacity: 1;
  color: rgb(138 213 220 / var(--tw-text-opacity));
}
.preset--bg-secondary .update-indicator:not(:is(.no-accent *)) {
  --tw-bg-opacity: 1;
  background-color: rgb(244 245 245 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(47 55 57 / var(--tw-text-opacity));
}
.preset--bg-secondary .section--statistics__stat-text {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--color-white);
}
.preset--bg-secondary .glide__arrow {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.preset--bg-secondary .btn {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(47 55 57 / var(--tw-text-opacity));
}
.preset--bg-secondary .btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(138 213 220 / var(--tw-bg-opacity));
}
.preset--bg-secondary .btn:focus {
  outline-style: solid;
  outline-width: 2px;
  outline-color: #ffffff;
}
.preset--bg-secondary .btn .arrow {
  --tw-bg-opacity: 1;
  background-color: rgb(0 108 120 / var(--tw-bg-opacity));
}
.preset--bg-tertiary-light {
  --tw-text-opacity: 1;
  color: rgb(47 55 57 / var(--tw-text-opacity));
}
.preset--bg-tertiary-light.overlay-bg::before {
  --tw-bg-opacity: 1;
  background-color: rgb(138 213 220 / var(--tw-bg-opacity));
  position: absolute;
  inset: 0px;
  opacity: 0.8;
  content: "";
}
.preset--bg-tertiary-light .pre-header:not(:is(.no-accent *)) {
  --tw-text-opacity: 1;
  color: rgb(0 108 120 / var(--tw-text-opacity));
}
.preset--bg-tertiary-light a:not(:is(.no-accent *)),
.preset--bg-tertiary-light .link__text:not(:is(.no-accent *)) {
  --tw-border-opacity: 1;
  border-color: rgb(0 108 120 / var(--tw-border-opacity));
}
.preset--bg-tertiary-light .arrow:not(:is(.no-accent *)) {
  --tw-bg-opacity: 1;
  background-color: rgb(0 108 120 / var(--tw-bg-opacity));
}
.preset--bg-tertiary-light ul:not(:is(.no-accent *)) > li::before {
  --tw-bg-opacity: 1;
  background-color: rgb(0 108 120 / var(--tw-bg-opacity));
}
.preset--bg-tertiary-light .quote__icon:not(:is(.no-accent *)) {
  fill: #006C78;
}
.preset--bg-tertiary-light [class*=-card__type]:not(:is(.no-accent *)) {
  --tw-text-opacity: 1;
  color: rgb(0 108 120 / var(--tw-text-opacity));
}
.preset--bg-tertiary-light .update-indicator:not(:is(.no-accent *)) {
  --tw-bg-opacity: 1;
  background-color: rgb(21 82 119 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.preset--bg-tertiary-light .section--statistics__stat-text {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--color-primary);
}
.preset--bg-tertiary-light .glide__arrow {
  --tw-bg-opacity: 1;
  background-color: rgb(47 55 57 / var(--tw-bg-opacity));
}
.preset--bg-tertiary-light .btn {
  --tw-bg-opacity: 1;
  background-color: rgb(0 108 120 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.preset--bg-tertiary-light .btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(21 82 119 / var(--tw-bg-opacity));
}
.preset--bg-tertiary-light .btn:focus {
  outline-style: solid;
  outline-width: 2px;
  outline-color: #8AD5DC;
}
.preset--bg-tertiary-light .btn .arrow {
  --tw-bg-opacity: 1;
  background-color: rgb(138 213 220 / var(--tw-bg-opacity));
}
.preset--bg-secondary-light {
  --tw-text-opacity: 1;
  color: rgb(47 55 57 / var(--tw-text-opacity));
}
.preset--bg-secondary-light.overlay-bg::before {
  --tw-bg-opacity: 1;
  background-color: rgb(128 192 235 / var(--tw-bg-opacity));
  position: absolute;
  inset: 0px;
  opacity: 0.8;
  content: "";
}
.preset--bg-secondary-light .pre-header:not(:is(.no-accent *)) {
  --tw-text-opacity: 1;
  color: rgb(21 82 119 / var(--tw-text-opacity));
}
.preset--bg-secondary-light a:not(:is(.no-accent *)),
.preset--bg-secondary-light .link__text:not(:is(.no-accent *)) {
  --tw-border-opacity: 1;
  border-color: rgb(21 82 119 / var(--tw-border-opacity));
}
.preset--bg-secondary-light .arrow:not(:is(.no-accent *)) {
  --tw-bg-opacity: 1;
  background-color: rgb(21 82 119 / var(--tw-bg-opacity));
}
.preset--bg-secondary-light ul:not(:is(.no-accent *)) > li::before {
  --tw-bg-opacity: 1;
  background-color: rgb(21 82 119 / var(--tw-bg-opacity));
}
.preset--bg-secondary-light .quote__icon:not(:is(.no-accent *)) {
  fill: #155277;
}
.preset--bg-secondary-light [class*=-card__type]:not(:is(.no-accent *)) {
  --tw-text-opacity: 1;
  color: rgb(21 82 119 / var(--tw-text-opacity));
}
.preset--bg-secondary-light .update-indicator:not(:is(.no-accent *)) {
  --tw-bg-opacity: 1;
  background-color: rgb(21 82 119 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.preset--bg-secondary-light .section--statistics__stat-text {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--color-primary);
}
.preset--bg-secondary-light .glide__arrow {
  --tw-bg-opacity: 1;
  background-color: rgb(47 55 57 / var(--tw-bg-opacity));
}
.preset--bg-secondary-light .btn {
  --tw-bg-opacity: 1;
  background-color: rgb(0 108 120 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.preset--bg-secondary-light .btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(21 82 119 / var(--tw-bg-opacity));
}
.preset--bg-secondary-light .btn:focus {
  outline-style: solid;
  outline-width: 2px;
  outline-color: #8AD5DC;
}
.preset--bg-secondary-light .btn .arrow {
  --tw-bg-opacity: 1;
  background-color: rgb(138 213 220 / var(--tw-bg-opacity));
}
.preset--bg-primary-light {
  --tw-text-opacity: 1;
  color: rgb(47 55 57 / var(--tw-text-opacity));
}
.preset--bg-primary-light.overlay-bg::before {
  --tw-bg-opacity: 1;
  background-color: rgb(244 245 245 / var(--tw-bg-opacity));
  position: absolute;
  inset: 0px;
  opacity: 0.8;
  content: "";
}
.preset--bg-primary-light .pre-header:not(:is(.no-accent *)) {
  --tw-text-opacity: 1;
  color: rgb(17 156 169 / var(--tw-text-opacity));
}
.preset--bg-primary-light a:not(:is(.no-accent *)),
.preset--bg-primary-light .link__text:not(:is(.no-accent *)) {
  --tw-border-opacity: 1;
  border-color: rgb(17 156 169 / var(--tw-border-opacity));
}
.preset--bg-primary-light .arrow:not(:is(.no-accent *)) {
  --tw-bg-opacity: 1;
  background-color: rgb(17 156 169 / var(--tw-bg-opacity));
}
.preset--bg-primary-light ul:not(:is(.no-accent *)) > li::before {
  --tw-bg-opacity: 1;
  background-color: rgb(17 156 169 / var(--tw-bg-opacity));
}
.preset--bg-primary-light .quote__icon:not(:is(.no-accent *)) {
  fill: #119CA9;
}
.preset--bg-primary-light [class*=-card__type]:not(:is(.no-accent *)) {
  --tw-text-opacity: 1;
  color: rgb(17 156 169 / var(--tw-text-opacity));
}
.preset--bg-primary-light .update-indicator:not(:is(.no-accent *)) {
  --tw-bg-opacity: 1;
  background-color: rgb(21 82 119 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.preset--bg-primary-light .section--statistics__stat-text {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--color-primary);
}
.preset--bg-primary-light .glide__arrow {
  --tw-bg-opacity: 1;
  background-color: rgb(47 55 57 / var(--tw-bg-opacity));
}
.preset--bg-primary-light .btn {
  --tw-bg-opacity: 1;
  background-color: rgb(0 108 120 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.preset--bg-primary-light .btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(21 82 119 / var(--tw-bg-opacity));
}
.preset--bg-primary-light .btn:focus {
  outline-style: solid;
  outline-width: 2px;
  outline-color: #8AD5DC;
}
.preset--bg-primary-light .btn .arrow {
  --tw-bg-opacity: 1;
  background-color: rgb(138 213 220 / var(--tw-bg-opacity));
}
.preset--bg-white {
  --tw-text-opacity: 1;
  color: rgb(47 55 57 / var(--tw-text-opacity));
}
.preset--bg-white.overlay-bg::before {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  position: absolute;
  inset: 0px;
  opacity: 0.8;
  content: "";
}
.preset--bg-white .pre-header:not(:is(.no-accent *)) {
  --tw-text-opacity: 1;
  color: rgb(17 156 169 / var(--tw-text-opacity));
}
.preset--bg-white a:not(:is(.no-accent *)),
.preset--bg-white .link__text:not(:is(.no-accent *)) {
  --tw-border-opacity: 1;
  border-color: rgb(17 156 169 / var(--tw-border-opacity));
}
.preset--bg-white .arrow:not(:is(.no-accent *)) {
  --tw-bg-opacity: 1;
  background-color: rgb(17 156 169 / var(--tw-bg-opacity));
}
.preset--bg-white ul:not(:is(.no-accent *)) > li::before {
  --tw-bg-opacity: 1;
  background-color: rgb(17 156 169 / var(--tw-bg-opacity));
}
.preset--bg-white .quote__icon:not(:is(.no-accent *)) {
  fill: #119CA9;
}
.preset--bg-white [class*=-card__type]:not(:is(.no-accent *)) {
  --tw-text-opacity: 1;
  color: rgb(17 156 169 / var(--tw-text-opacity));
}
.preset--bg-white .update-indicator:not(:is(.no-accent *)) {
  --tw-bg-opacity: 1;
  background-color: rgb(21 82 119 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.preset--bg-white .section--statistics__stat-text {
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: var(--color-primary);
}
.preset--bg-white .glide__arrow {
  --tw-bg-opacity: 1;
  background-color: rgb(47 55 57 / var(--tw-bg-opacity));
}
.preset--bg-white .btn {
  --tw-bg-opacity: 1;
  background-color: rgb(0 108 120 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.preset--bg-white .btn:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(21 82 119 / var(--tw-bg-opacity));
}
.preset--bg-white .btn:focus {
  outline-style: solid;
  outline-width: 2px;
  outline-color: #8AD5DC;
}
.preset--bg-white .btn .arrow {
  --tw-bg-opacity: 1;
  background-color: rgb(138 213 220 / var(--tw-bg-opacity));
}
a.anchor-point {
  scroll-margin-top: 4.3rem;
}
.toolbar-horizontal .a.anchor-point,
.toolbar-vertical .a.anchor-point {
  scroll-margin-top: 0;
}
.article .header__background {
  -webkit-mask-image: url("/themes/custom/wateruk_theme/images/wave-background-top.svg");
          mask-image: url("/themes/custom/wateruk_theme/images/wave-background-top.svg");
  mask-mode: alpha;
  -webkit-mask-size: 100% 100%;
          mask-size: 100% 100%;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: bottom;
          mask-position: bottom;
}
.article .addtoany_list > a {
  padding: 0.875rem;
}
.view--news-views-and-publications-listing .views-exposed-form {
  padding-bottom: 4rem;
}
.view--news-views-and-publications-listing .views-exposed-form .form-item-query {
  padding-bottom: 4rem;
}
@media (min-width: 1024px) {
  .view--news-views-and-publications-listing .views-exposed-form .form-item-query {
    width: 50%;
  }
}
.view--news-views-and-publications-listing .views-exposed-form .form-item-query label {
  --tw-text-opacity: 1;
  color: rgb(0 108 120 / var(--tw-text-opacity));
  font-size: 1.125rem;
  line-height: 1.75rem;
  padding-bottom: 1rem;
}
.view--news-views-and-publications-listing .views-exposed-form .form-item-query input {
  --tw-border-opacity: 1;
  border-color: rgb(0 108 120 / var(--tw-border-opacity));
  height: 60px;
}
.view--news-views-and-publications-listing .views-exposed-form .form-item-query .input--submit .btn {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 1rem;
  z-index: 1;
  --tw-bg-opacity: 1;
  background-color: rgb(0 108 120 / var(--tw-bg-opacity));
  height: auto;
  opacity: 1;
  -webkit-mask-size: 24px 24px;
          mask-size: 24px 24px;
  -webkit-mask-image: url("/themes/custom/wateruk_theme/images/search.svg");
          mask-image: url("/themes/custom/wateruk_theme/images/search.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.view--news-views-and-publications-listing .views-exposed-form .form-item-query .input--submit .btn .arrow {
  display: none;
}
.view--news-views-and-publications-listing .views-exposed-form .form-item-query .form-submit {
  opacity: 0;
  position: relative;
  cursor: pointer;
  height: 100%;
}
.view--news-views-and-publications-listing .views-exposed-form .item-list__checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}
.view--news-views-and-publications-listing .views-exposed-form .item-list__checkbox .facet-item {
  padding-bottom: 0px;
}
.view--news-views-and-publications-listing .views-exposed-form .item-list__checkbox .facet-item input {
  z-index: -10;
  position: absolute;
}
.view--news-views-and-publications-listing .views-exposed-form .item-list__checkbox .facet-item label {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 0.25rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 108 120 / var(--tw-border-opacity));
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 108 120 / var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.25rem;
}
.view--news-views-and-publications-listing .views-exposed-form .item-list__checkbox .facet-item label.is-active {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 108 120 / var(--tw-bg-opacity));
}
.view--news-views-and-publications-listing .form-actions {
  display: none;
}
.view--search .views-exposed-form {
  padding-bottom: 4rem;
}
.view--search .views-exposed-form .form-item-query {
  padding-bottom: 4rem;
}
@media (min-width: 1024px) {
  .view--search .views-exposed-form .form-item-query {
    width: 50%;
  }
}
.view--search .views-exposed-form .form-item-query label {
  --tw-text-opacity: 1;
  color: rgb(0 108 120 / var(--tw-text-opacity));
  font-size: 1.125rem;
  line-height: 1.75rem;
  padding-bottom: 1rem;
}
.view--search .views-exposed-form .form-item-query input {
  --tw-border-opacity: 1;
  border-color: rgb(0 108 120 / var(--tw-border-opacity));
  height: 60px;
}
.view--search .views-exposed-form .form-item-query .input--submit .btn {
  position: absolute;
  right: 0px;
  top: 0px;
  padding: 1rem;
  z-index: 1;
  --tw-bg-opacity: 1;
  background-color: rgb(0 108 120 / var(--tw-bg-opacity));
  height: auto;
  opacity: 1;
  -webkit-mask-size: 24px 24px;
          mask-size: 24px 24px;
  -webkit-mask-image: url("/themes/custom/wateruk_theme/images/search.svg");
          mask-image: url("/themes/custom/wateruk_theme/images/search.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: center;
          mask-position: center;
}
.view--search .views-exposed-form .form-item-query .input--submit .btn .arrow {
  display: none;
}
.view--search .views-exposed-form .form-item-query .form-submit {
  opacity: 0;
  position: relative;
  cursor: pointer;
  height: 100%;
}
.view--search .views-exposed-form .item-list__checkbox {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
}
.view--search .views-exposed-form .item-list__checkbox .facet-item {
  padding-bottom: 0px;
}
.view--search .views-exposed-form .item-list__checkbox .facet-item input {
  z-index: -10;
  position: absolute;
}
.view--search .views-exposed-form .item-list__checkbox .facet-item label {
  display: block;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border-radius: 0.25rem;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgb(0 108 120 / var(--tw-border-opacity));
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgb(0 108 120 / var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding: 1.25rem;
}
.view--search .views-exposed-form .item-list__checkbox .facet-item label.is-active {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(0 108 120 / var(--tw-bg-opacity));
}
.find-my-supplier .wateruk-find-my-supplier {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.find-my-supplier .wateruk-find-my-supplier .form-item-postcode {
  padding-bottom: 1.5rem;
  text-align: center;
}
.find-my-supplier .wateruk-find-my-supplier .form-item-postcode label {
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(0 108 120 / var(--tw-text-opacity));
  padding-bottom: 2rem;
}
.find-my-supplier .wateruk-find-my-supplier .form-item-postcode input {
  text-align: center;
  font-size: 3.375rem;
  line-height: 3.375rem;
  max-width: 24rem;
  font-weight: 700;
  --tw-border-opacity: 1;
  border-color: rgb(0 108 120 / var(--tw-border-opacity));
}
.find-my-supplier .wateruk-find-my-supplier .input--submit {
  position: relative;
}
.find-my-supplier .wateruk-find-my-supplier .input--submit .btn {
  --tw-bg-opacity: 1;
  background-color: rgb(0 108 120 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  padding-right: 4rem;
}
.find-my-supplier .wateruk-find-my-supplier .input--submit .arrow {
  position: absolute;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  right: 1.25rem;
  top: 1.25rem;
}
.find-my-supplier .search-results-container .results-static {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.find-my-supplier .search-results-container .results-static p {
  text-transform: uppercase;
  margin: 0px;
}
.find-my-supplier .search-results-container .results-static p:first-child a {
  display: block;
  font-weight: 700;
  line-height: 2.625rem;
  font-size: 2.625rem;
  -webkit-text-decoration: underline 2px;
          text-decoration: underline 2px;
  text-underline-offset: 0.5rem;
  transition: text-underline-offset 300ms;
}
@media (min-width: 1024px) {
  .find-my-supplier .search-results-container .results-static p:first-child a {
    line-height: 3.375rem;
    font-size: 3.375rem;
  }
}
.find-my-supplier .search-results-container .results-static p:first-child a:hover {
  text-underline-offset: 0.25rem;
}
.find-my-supplier .search-results-container .find-my-supplier-results .results-message {
  margin-bottom: 2rem;
}
.find-my-supplier .search-results-container .find-my-supplier-results .message-icon {
  --tw-bg-opacity: 1;
  background-color: rgb(21 82 119 / var(--tw-bg-opacity));
  margin-right: 0.75rem;
  -webkit-mask-image: url("/themes/custom/wateruk_theme/images/information-icon.svg");
          mask-image: url("/themes/custom/wateruk_theme/images/information-icon.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 24px 24px;
          mask-size: 24px 24px;
  -webkit-mask-position: center;
          mask-position: center;
  height: 24px;
  width: 24px;
}
.find-my-supplier .search-results-container .find-my-supplier-results .suppliers-list {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.find-my-supplier .search-results-container .find-my-supplier-results .supplier-purpose + .supplier-purpose {
  border-top-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  margin-top: 2.5rem;
  padding-top: 2.5rem;
}
@media (min-width: 768px) {
  .find-my-supplier .search-results-container .find-my-supplier-results .supplier-purpose + .supplier-purpose {
    margin-top: 3rem;
    padding-top: 3rem;
  }
}
.find-my-supplier .search-results-container .find-my-supplier-results .supplier__preheader {
  text-transform: uppercase;
  margin: 0px;
}
@media (min-width: 768px) {
  .find-my-supplier .search-results-container .find-my-supplier-results .supplier__preheader {
    margin-bottom: 2rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
}
.find-my-supplier .search-results-container .find-my-supplier-results article h2 {
  margin-top: 0px;
}
.find-my-supplier .search-results-container .find-my-supplier-results article .btn {
  font-size: 0.875rem;
  line-height: 1.25rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
@media (min-width: 1024px) {
  .find-my-supplier .search-results-container .find-my-supplier-results article .btn {
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.find-my-supplier .search-results-container .find-my-supplier-results article .btn .arrow {
  --tw-bg-opacity: 1;
  background-color: rgb(21 82 119 / var(--tw-bg-opacity));
  -webkit-mask-position: center;
          mask-position: center;
}
.find-my-supplier .search-results-container .find-my-supplier-results .supplier-option {
  width: 25%;
  margin-top: 2rem;
  margin-bottom: 2rem;
  border-bottom-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  font-style: italic;
  text-align: center;
  opacity: 0.75;
  line-height: 0.1rem;
}
.find-my-supplier .search-results-container .find-my-supplier-results .supplier-option span {
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  --tw-bg-opacity: 1;
  background-color: rgb(21 82 119 / var(--tw-bg-opacity));
}
.maintenance-page .page-content {
  text-align: center;
}
.maintenance-page a {
  margin-right: 1.25rem;
}
.maintenance-page a img {
  vertical-align: middle;
  display: inline-block;
  margin-right: 0.25rem;
  height: 1.25rem;
}
.has-breadcrumb .section--hero {
  padding-top: 80px;
}
.section--hero .hero__logo {
  -webkit-mask-image: url("/themes/custom/wateruk_theme/images/wateruk_brand_logo.svg");
          mask-image: url("/themes/custom/wateruk_theme/images/wateruk_brand_logo.svg");
  mask-mode: alpha;
  -webkit-mask-size: contain;
          mask-size: contain;
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: bottom;
          mask-position: bottom;
}
.section--hero .hero__text--drop-shadow .pre-header,
.section--hero .hero__text--drop-shadow .headline {
  text-shadow: 0 2px 7px rgb(47 55 57 / 0.7);
}
.section--hero .hero__text--drop-shadow .text-column {
  text-shadow: 0 2px 5px rgb(47 55 57 / 0.7);
}
.section--statistics {
  gap: 1.25rem;
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
@media (min-width: 640px) {
  .section--statistics {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (min-width: 1024px) {
  .section--statistics {
    gap: 2.5rem;
    grid-template-columns: repeat(3, minmax(auto, 1fr));
  }
}
.section--statistics__stat-text {
  font-size: 3.75rem;
  line-height: 1;
  margin-top: 1rem;
  margin-bottom: 0px;
}
@media (min-width: 1024px) {
  .section--statistics__stat-text {
    font-size: 4.5rem;
    line-height: 1;
  }
}
@media (min-width: 1280px) {
  .section--statistics__stat-text {
    font-size: 6rem;
    line-height: 1;
    line-height: 99px;
  }
}
@media (min-width: 1536px) {
  .section--statistics__stat-text {
    font-size: 8rem;
    line-height: 1;
  }
}
body #cookiesjsr .cookiesjsr-layer .cookiesjsr-layer--actions .cookiesjsr-btn, body #cookiesjsr .cookiesjsr-banner--action .cookiesjsr-btn {
  display: inline-block;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  border-radius: 0.25rem;
  text-decoration-line: none;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-timing-function: cubic-bezier(0.4, 0, 1, 1);
  transition-duration: 300ms;
  text-transform: none;
  width: -moz-fit-content;
  width: fit-content;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 2rem;
  padding-right: 2rem;
}
body #cookiesjsr .cookiesjsr-layer .cookiesjsr-layer--actions .cookiesjsr-btn:hover, body #cookiesjsr .cookiesjsr-banner--action .cookiesjsr-btn:hover {
  transform: scale(1);
  -webkit-text-decoration: underline 2px;
          text-decoration: underline 2px;
  text-underline-offset: 0.5rem;
}
body #cookiesjsr .cookiesjsr-layer .cookiesjsr-links a, body #cookiesjsr .cookiesjsr-service-group--tab, body #cookiesjsr .cookiesjsr-banner--action .cookiesjsr-btn.cookiesjsr-settings, body #cookiesjsr .cookiesjsr-links a {
  -webkit-text-decoration: underline 2px;
          text-decoration: underline 2px;
  text-underline-offset: 0.5rem;
  transition: text-underline-offset 300ms;
}
body #cookiesjsr .cookiesjsr-service-group--tab:hover, body #cookiesjsr .cookiesjsr-banner--action .cookiesjsr-btn.cookiesjsr-settings:hover, body #cookiesjsr .cookiesjsr-links a:hover {
  text-underline-offset: 0.25rem;
}
body #cookiesjsr .cookiesjsr-banner--action .cookiesjsr-btn.important:hover::after {
  --tw-translate-x: 0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
body #cookiesjsr .cookiesjsr-banner--action .cookiesjsr-btn.important::after {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: 0.5rem;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  --tw-bg-opacity: 1;
  background-color: rgb(244 245 245 / var(--tw-bg-opacity));
  -webkit-mask-image: url("/themes/custom/wateruk_theme/images/arrow.svg");
          mask-image: url("/themes/custom/wateruk_theme/images/arrow.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-size: 18px 14px;
          mask-size: 18px 14px;
  -webkit-mask-position: bottom;
          mask-position: bottom;
  content: "";
}
body #cookiesjsr {
  --banner-bg-color: var(--color-tertiary-light);
  --layer-body-bg-color: var(--color-tertiary-bright);
  --layer-tab-active-bg-color: var(--color-tertiary-light);
  --layer-tab-active-font-color: var(--color-primary);
  --layer-tab-bg-color: var(--color-tertiary-bright);
  --layer-tab-font-color: var(--color-primary);
  --layer-font-light: var(--color-primary);
  --layer-header-font-color: var(--color-primary);
  --layer-footer-font-color: var(--color-primary);
  --link-list-separator-color: var(--color-primary);
  --layer-header-height: 105px;
  --layer-footer-height: 110px;
}
body #cookiesjsr .cookiesjsr-banner {
  justify-content: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  left: 1rem;
  right: 1rem;
  top: 1rem;
  bottom: auto;
  border-radius: 0.25rem;
  width: calc(100% - 2rem);
}
@media (min-width: 1024px) {
  body #cookiesjsr .cookiesjsr-banner {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 60px;
    padding-right: 60px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    top: auto;
    border-radius: 0px;
  }
}
body #cookiesjsr .cookiesjsr-links li {
  padding: 0px;
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
body #cookiesjsr .cookiesjsr-links li::before {
  content: unset;
}
body #cookiesjsr .cookiesjsr-links a {
  --tw-text-opacity: 1;
  color: rgb(47 55 57 / var(--tw-text-opacity));
  font-size: 1rem;
  line-height: 2rem;
}
body #cookiesjsr .cookiesjsr-banner--info {
  width: auto;
  --tw-text-opacity: 1;
  color: rgb(47 55 57 / var(--tw-text-opacity));
  margin-bottom: 2rem;
}
@media (min-width: 1024px) {
  body #cookiesjsr .cookiesjsr-banner--info {
    margin-bottom: 0px;
  }
}
body #cookiesjsr .cookiesjsr-banner--info .cookiesjsr-links {
  flex-direction: row;
}
body #cookiesjsr .cookiesjsr-banner--action {
  flex-direction: row;
  justify-content: flex-start;
  gap: 1.25rem;
  padding: 0 var(--default-margin, 1.25em);
}
@media (min-width: 768px) {
  body #cookiesjsr .cookiesjsr-banner--action {
    flex-direction: column;
    padding: 0px;
    gap: 0px;
    align-items: flex-end;
  }
}
@media (min-width: 1024px) {
  body #cookiesjsr .cookiesjsr-banner--action {
    flex-direction: row;
    justify-content: flex-end;
    margin-left: auto;
    width: auto;
  }
}
body #cookiesjsr .cookiesjsr-banner--action .cookiesjsr-btn.cookiesjsr-settings {
  background-color: transparent;
  --tw-text-opacity: 1;
  color: rgb(47 55 57 / var(--tw-text-opacity));
  border-width: 0px;
  padding: 0px;
  margin: 0px;
}
@media (min-width: 768px) {
  body #cookiesjsr .cookiesjsr-banner--action .cookiesjsr-btn.cookiesjsr-settings {
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
body #cookiesjsr .cookiesjsr-banner--action .cookiesjsr-btn.important {
  --tw-border-opacity: 1;
  border-color: rgb(47 55 57 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(47 55 57 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(244 245 245 / var(--tw-text-opacity));
  margin: 0px;
}
body #cookiesjsr .cookiesjsr-service-group--tab {
  padding: 2.5rem;
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
body #cookiesjsr .cookiesjsr-layer--header {
  --tw-bg-opacity: 1;
  background-color: rgb(0 108 120 / var(--tw-bg-opacity));
  height: var(--layer-header-height);
  padding: 2.5rem;
  border-bottom-width: 0px;
}
body #cookiesjsr .cookiesjsr-layer--header .cookiesjsr-layer--title {
  display: block;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.75rem;
}
body #cookiesjsr .cookiesjsr-layer {
  max-height: 647px;
}
body #cookiesjsr .cookiesjsr-layer .cookiesjsr-service--action {
  width: auto;
}
body #cookiesjsr .cookiesjsr-layer .cookiesjsr-service-group--intro {
  font-size: 0.938rem;
  font-weight: 400;
}
body #cookiesjsr .cookiesjsr-layer .cookiesjsr-links a {
  --tw-text-opacity: 1;
  color: rgb(47 55 57 / var(--tw-text-opacity));
  font-size: 0.938rem;
  font-weight: 400;
}
body #cookiesjsr .cookiesjsr-layer .cookiesjsr-service--description h3 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  font-size: 0.938rem;
}
body #cookiesjsr .cookiesjsr-layer .cookiesjsr-service--always-on {
  border-radius: 0.25rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(21 82 119 / var(--tw-bg-opacity));
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
}
body #cookiesjsr .cookiesjsr-layer .cookiesjsr-service--always-on span {
  text-transform: uppercase;
  background-color: transparent;
}
body #cookiesjsr .cookiesjsr-layer .cookiesjsr-switch.active {
  --tw-bg-opacity: 1;
  background-color: rgb(0 108 120 / var(--tw-bg-opacity));
}
body #cookiesjsr .cookiesjsr-layer .cookiesjsr-layer--actions {
  justify-content: flex-end;
}
body #cookiesjsr .cookiesjsr-layer .cookiesjsr-layer--actions .cookiesjsr-btn.allowAll {
  --tw-bg-opacity: 1;
  background-color: rgb(0 108 120 / var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
body #cookiesjsr .cookiesjsr-layer .cookiesjsr-layer--actions .cookiesjsr-btn.important {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgb(0 108 120 / var(--tw-text-opacity));
}
body #cookiesjsr .cookiesjsr-layer .cookiesjsr-layer--actions .cookiesjsr-btn.important:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
body #cookiesjsr .cookiesjsr-layer--footer {
  --tw-bg-opacity: 1;
  background-color: rgb(0 108 120 / var(--tw-bg-opacity));
  border-top-width: 0px;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  height: var(--layer-footer-height);
}
body #cookiesjsr .cookiesjsr-layer--footer .cookiesjsr-layer--label-all {
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.tfa-entry-form {
  max-width: 600px;
  margin: 20px auto;
  padding: 20px;
}
.tfa-entry-form label {
  font-size: 2.4rem;
  font-weight: 700;
  display: block;
  padding: 15px 0;
  line-height: 2.4rem;
}
.tfa-entry-form a {
  text-decoration: underline;
}
.pre-header__links ul.menu {
  display: flex;
  flex-direction: row;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: relative;
  list-style-type: none;
  gap: 2rem;
  margin-top: 8px;
}
.local-tasks-block ul:not(.contextual-links) {
  display: flex;
  flex-direction: row;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  position: relative;
  list-style-type: none;
  gap: 2rem;
  margin-top: 8px;
  text-decoration: underline;
}
:root {
  --one-of-two-cols: calc((100% - 2.5rem) / 2 * 1);
  --one-of-three-cols: calc((100% - (2 * 2.5rem)) / 3 * 1);
  --two-of-three-cols: calc((100% - (2 * 2.5rem)) / 3 * 2 + (1 * 2.5rem));
  --one-of-four-cols: calc((100% - (3 * 2.5rem)) / 4 * 1);
  --two-of-four-cols: calc((100% - (3 * 2.5rem)) / 4 * 2 + (1 * 2.5rem));
  --three-of-four-cols: calc((100% - (3 * 2.5rem)) / 4 * 3 + (2 * 2.5rem));
}
.spb-popup-main-wrapper {
  margin: 0 !important;
  transform: translate(-50%, -50%);
  height: 500px;
  overflow-y: auto;
  padding: 30px;
  border: 0;
}
.spb-popup-main-wrapper .spb-controls {
  top: 10px;
}
.spb-popup-main-wrapper .spb-controls button.spb_minimize {
  background: #a8a6a6;
}
.spb-popup-main-wrapper .spb-controls button {
  width: 30px;
  height: 30px;
  background: #006c78;
  border: 0;
  color: #fff;
  font-size: 20px;
  line-height: 1px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.spb-popup-main-wrapper #block-wateruk-theme-webform h2 {
  margin-top: 0;
  font-size: 26px;
  line-height: 32px;
  margin-bottom: 10px;
}
.spb-popup-main-wrapper #block-wateruk-theme-webform form .fieldset-wrapper .js-webform-radios .js-form-item {
  padding-bottom: 10px;
}
.spb-popup-main-wrapper #block-wateruk-theme-webform form .fieldset-wrapper .js-webform-radios .js-form-item label {
  padding: 0;
  color: #2f3739;
}
.spb-popup-main-wrapper #block-wateruk-theme-webform form .fieldset-wrapper .js-webform-radios .js-form-item:last-child {
  padding-bottom: 10px;
}
.spb-popup-main-wrapper #block-wateruk-theme-webform form .fieldset-legend.js-form-required {
  font-size: 13px;
  line-height: 19px;
  color: #2f3739;
}
.spb-popup-main-wrapper #block-wateruk-theme-webform form .js-form-item.form-item .description {
  font-size: 12px;
  line-height: 16px;
}
.spb-popup-main-wrapper #block-wateruk-theme-webform form .js-form-item.form-item textarea {
  height: 80px;
  resize: none;
  padding: 10px;
  border-color: #2f3739;
}
.spb-popup-main-wrapper #block-wateruk-theme-webform form .form-actions .input--submit input {
  font-size: 16px;
  line-height: 22px;
  padding: 10px 25px;
  color: #fff;
  background: #006c78;
  border: 1px solid #006c78;
}
.spb-popup-main-wrapper #block-wateruk-theme-webform form .form-actions .input--submit input:hover {
  background: #fff;
  color: #006c78;
}
.spb-popup-main-wrapper #block-wateruk-theme-webform form .js-form-item.form-item.js-form-type-textarea label {
  font-size: 14px;
  line-height: 20px;
  padding-bottom: 5px;
  color: #2f3739;
}
.spb_overlay {
  background-color: rgba(0, 0, 0, 0.6);
}
.spb_minimized {
  width: 50px;
  height: 50px;
  padding: 10px;
  background: #006c78;
  color: #fff;
  font-size: 25px;
  right: 20px;
  border: 1px solid #fff;
}
@media (width <= 600px) {
  .spb-popup-main-wrapper {
    width: calc(100% - 50px) !important;
    height: calc(100% - 50px);
  }
  .spb-popup-main-wrapper .spb-controls {
    top: 10px;
    right: 15px;
  }
}
.before\:bg-parallax::before {
    content: var(--tw-content);
    background-attachment: fixed;
  }
@supports (-webkit-overflow-scrolling: touch) {
    .before\:bg-parallax::before {
      content: var(--tw-content);
      background-attachment: unset;
    }
  }
.before\:absolute::before {
  content: var(--tw-content);
  position: absolute;
}
.before\:before\:absolute::before::before {
  content: var(--tw-content);
  position: absolute;
}
.before\:inset-0::before {
  content: var(--tw-content);
  inset: 0px;
}
.before\:inset-0\.5::before {
  content: var(--tw-content);
  inset: 0.125rem;
}
.before\:bottom-0::before {
  content: var(--tw-content);
  bottom: 0px;
}
.before\:bottom-0\.5::before {
  content: var(--tw-content);
  bottom: 0.125rem;
}
.before\:bottom-1::before {
  content: var(--tw-content);
  bottom: 0.25rem;
}
.before\:bottom-1\.5::before {
  content: var(--tw-content);
  bottom: 0.375rem;
}
.before\:bottom-1\/2::before {
  content: var(--tw-content);
  bottom: 50%;
}
.before\:bottom-1\/3::before {
  content: var(--tw-content);
  bottom: 33.333333%;
}
.before\:bottom-1\/4::before {
  content: var(--tw-content);
  bottom: 25%;
}
.before\:bottom-10::before {
  content: var(--tw-content);
  bottom: 2.5rem;
}
.before\:bottom-11::before {
  content: var(--tw-content);
  bottom: 2.75rem;
}
.before\:bottom-12::before {
  content: var(--tw-content);
  bottom: 3rem;
}
.before\:bottom-14::before {
  content: var(--tw-content);
  bottom: 3.5rem;
}
.before\:bottom-16::before {
  content: var(--tw-content);
  bottom: 4rem;
}
.before\:bottom-2::before {
  content: var(--tw-content);
  bottom: 0.5rem;
}
.before\:bottom-2\.5::before {
  content: var(--tw-content);
  bottom: 0.625rem;
}
.before\:bottom-2\/3::before {
  content: var(--tw-content);
  bottom: 66.666667%;
}
.before\:bottom-2\/4::before {
  content: var(--tw-content);
  bottom: 50%;
}
.before\:bottom-20::before {
  content: var(--tw-content);
  bottom: 5rem;
}
.before\:bottom-24::before {
  content: var(--tw-content);
  bottom: 6rem;
}
.before\:bottom-28::before {
  content: var(--tw-content);
  bottom: 7rem;
}
.before\:bottom-3::before {
  content: var(--tw-content);
  bottom: 0.75rem;
}
.before\:bottom-3\.5::before {
  content: var(--tw-content);
  bottom: 0.875rem;
}
.before\:bottom-3\/4::before {
  content: var(--tw-content);
  bottom: 75%;
}
.before\:bottom-32::before {
  content: var(--tw-content);
  bottom: 8rem;
}
.before\:bottom-36::before {
  content: var(--tw-content);
  bottom: 9rem;
}
.before\:bottom-4::before {
  content: var(--tw-content);
  bottom: 1rem;
}
.before\:bottom-40::before {
  content: var(--tw-content);
  bottom: 10rem;
}
.before\:bottom-44::before {
  content: var(--tw-content);
  bottom: 11rem;
}
.before\:bottom-48::before {
  content: var(--tw-content);
  bottom: 12rem;
}
.before\:bottom-5::before {
  content: var(--tw-content);
  bottom: 1.25rem;
}
.before\:bottom-52::before {
  content: var(--tw-content);
  bottom: 13rem;
}
.before\:bottom-56::before {
  content: var(--tw-content);
  bottom: 14rem;
}
.before\:bottom-6::before {
  content: var(--tw-content);
  bottom: 1.5rem;
}
.before\:bottom-60::before {
  content: var(--tw-content);
  bottom: 15rem;
}
.before\:bottom-64::before {
  content: var(--tw-content);
  bottom: 16rem;
}
.before\:bottom-7::before {
  content: var(--tw-content);
  bottom: 1.75rem;
}
.before\:bottom-72::before {
  content: var(--tw-content);
  bottom: 18rem;
}
.before\:bottom-8::before {
  content: var(--tw-content);
  bottom: 2rem;
}
.before\:bottom-80::before {
  content: var(--tw-content);
  bottom: 20rem;
}
.before\:bottom-9::before {
  content: var(--tw-content);
  bottom: 2.25rem;
}
.before\:bottom-96::before {
  content: var(--tw-content);
  bottom: 24rem;
}
.before\:bottom-auto::before {
  content: var(--tw-content);
  bottom: auto;
}
.before\:bottom-full::before {
  content: var(--tw-content);
  bottom: 100%;
}
.before\:bottom-px::before {
  content: var(--tw-content);
  bottom: 1px;
}
.before\:left-0::before {
  content: var(--tw-content);
  left: 0px;
}
.before\:left-0\.5::before {
  content: var(--tw-content);
  left: 0.125rem;
}
.before\:left-1::before {
  content: var(--tw-content);
  left: 0.25rem;
}
.before\:left-1\.5::before {
  content: var(--tw-content);
  left: 0.375rem;
}
.before\:left-1\/2::before {
  content: var(--tw-content);
  left: 50%;
}
.before\:left-1\/3::before {
  content: var(--tw-content);
  left: 33.333333%;
}
.before\:left-1\/4::before {
  content: var(--tw-content);
  left: 25%;
}
.before\:left-10::before {
  content: var(--tw-content);
  left: 2.5rem;
}
.before\:left-11::before {
  content: var(--tw-content);
  left: 2.75rem;
}
.before\:left-12::before {
  content: var(--tw-content);
  left: 3rem;
}
.before\:left-14::before {
  content: var(--tw-content);
  left: 3.5rem;
}
.before\:left-16::before {
  content: var(--tw-content);
  left: 4rem;
}
.before\:left-2::before {
  content: var(--tw-content);
  left: 0.5rem;
}
.before\:left-2\.5::before {
  content: var(--tw-content);
  left: 0.625rem;
}
.before\:left-2\/3::before {
  content: var(--tw-content);
  left: 66.666667%;
}
.before\:left-2\/4::before {
  content: var(--tw-content);
  left: 50%;
}
.before\:left-20::before {
  content: var(--tw-content);
  left: 5rem;
}
.before\:left-24::before {
  content: var(--tw-content);
  left: 6rem;
}
.before\:left-28::before {
  content: var(--tw-content);
  left: 7rem;
}
.before\:left-3::before {
  content: var(--tw-content);
  left: 0.75rem;
}
.before\:left-3\.5::before {
  content: var(--tw-content);
  left: 0.875rem;
}
.before\:left-3\/4::before {
  content: var(--tw-content);
  left: 75%;
}
.before\:left-32::before {
  content: var(--tw-content);
  left: 8rem;
}
.before\:left-36::before {
  content: var(--tw-content);
  left: 9rem;
}
.before\:left-4::before {
  content: var(--tw-content);
  left: 1rem;
}
.before\:left-40::before {
  content: var(--tw-content);
  left: 10rem;
}
.before\:left-44::before {
  content: var(--tw-content);
  left: 11rem;
}
.before\:left-48::before {
  content: var(--tw-content);
  left: 12rem;
}
.before\:left-5::before {
  content: var(--tw-content);
  left: 1.25rem;
}
.before\:left-52::before {
  content: var(--tw-content);
  left: 13rem;
}
.before\:left-56::before {
  content: var(--tw-content);
  left: 14rem;
}
.before\:left-6::before {
  content: var(--tw-content);
  left: 1.5rem;
}
.before\:left-60::before {
  content: var(--tw-content);
  left: 15rem;
}
.before\:left-64::before {
  content: var(--tw-content);
  left: 16rem;
}
.before\:left-7::before {
  content: var(--tw-content);
  left: 1.75rem;
}
.before\:left-72::before {
  content: var(--tw-content);
  left: 18rem;
}
.before\:left-8::before {
  content: var(--tw-content);
  left: 2rem;
}
.before\:left-80::before {
  content: var(--tw-content);
  left: 20rem;
}
.before\:left-9::before {
  content: var(--tw-content);
  left: 2.25rem;
}
.before\:left-96::before {
  content: var(--tw-content);
  left: 24rem;
}
.before\:left-auto::before {
  content: var(--tw-content);
  left: auto;
}
.before\:left-full::before {
  content: var(--tw-content);
  left: 100%;
}
.before\:left-px::before {
  content: var(--tw-content);
  left: 1px;
}
.before\:right-0::before {
  content: var(--tw-content);
  right: 0px;
}
.before\:right-0\.5::before {
  content: var(--tw-content);
  right: 0.125rem;
}
.before\:right-1::before {
  content: var(--tw-content);
  right: 0.25rem;
}
.before\:right-1\.5::before {
  content: var(--tw-content);
  right: 0.375rem;
}
.before\:right-1\/2::before {
  content: var(--tw-content);
  right: 50%;
}
.before\:right-1\/3::before {
  content: var(--tw-content);
  right: 33.333333%;
}
.before\:right-1\/4::before {
  content: var(--tw-content);
  right: 25%;
}
.before\:right-10::before {
  content: var(--tw-content);
  right: 2.5rem;
}
.before\:right-11::before {
  content: var(--tw-content);
  right: 2.75rem;
}
.before\:right-12::before {
  content: var(--tw-content);
  right: 3rem;
}
.before\:right-14::before {
  content: var(--tw-content);
  right: 3.5rem;
}
.before\:right-16::before {
  content: var(--tw-content);
  right: 4rem;
}
.before\:right-2::before {
  content: var(--tw-content);
  right: 0.5rem;
}
.before\:right-2\.5::before {
  content: var(--tw-content);
  right: 0.625rem;
}
.before\:right-2\/3::before {
  content: var(--tw-content);
  right: 66.666667%;
}
.before\:right-2\/4::before {
  content: var(--tw-content);
  right: 50%;
}
.before\:right-20::before {
  content: var(--tw-content);
  right: 5rem;
}
.before\:right-24::before {
  content: var(--tw-content);
  right: 6rem;
}
.before\:right-28::before {
  content: var(--tw-content);
  right: 7rem;
}
.before\:right-3::before {
  content: var(--tw-content);
  right: 0.75rem;
}
.before\:right-3\.5::before {
  content: var(--tw-content);
  right: 0.875rem;
}
.before\:right-3\/4::before {
  content: var(--tw-content);
  right: 75%;
}
.before\:right-32::before {
  content: var(--tw-content);
  right: 8rem;
}
.before\:right-36::before {
  content: var(--tw-content);
  right: 9rem;
}
.before\:right-4::before {
  content: var(--tw-content);
  right: 1rem;
}
.before\:right-40::before {
  content: var(--tw-content);
  right: 10rem;
}
.before\:right-44::before {
  content: var(--tw-content);
  right: 11rem;
}
.before\:right-48::before {
  content: var(--tw-content);
  right: 12rem;
}
.before\:right-5::before {
  content: var(--tw-content);
  right: 1.25rem;
}
.before\:right-52::before {
  content: var(--tw-content);
  right: 13rem;
}
.before\:right-56::before {
  content: var(--tw-content);
  right: 14rem;
}
.before\:right-6::before {
  content: var(--tw-content);
  right: 1.5rem;
}
.before\:right-60::before {
  content: var(--tw-content);
  right: 15rem;
}
.before\:right-64::before {
  content: var(--tw-content);
  right: 16rem;
}
.before\:right-7::before {
  content: var(--tw-content);
  right: 1.75rem;
}
.before\:right-72::before {
  content: var(--tw-content);
  right: 18rem;
}
.before\:right-8::before {
  content: var(--tw-content);
  right: 2rem;
}
.before\:right-80::before {
  content: var(--tw-content);
  right: 20rem;
}
.before\:right-9::before {
  content: var(--tw-content);
  right: 2.25rem;
}
.before\:right-96::before {
  content: var(--tw-content);
  right: 24rem;
}
.before\:right-auto::before {
  content: var(--tw-content);
  right: auto;
}
.before\:right-full::before {
  content: var(--tw-content);
  right: 100%;
}
.before\:right-px::before {
  content: var(--tw-content);
  right: 1px;
}
.before\:top-0::before {
  content: var(--tw-content);
  top: 0px;
}
.before\:top-0\.5::before {
  content: var(--tw-content);
  top: 0.125rem;
}
.before\:top-1::before {
  content: var(--tw-content);
  top: 0.25rem;
}
.before\:top-1\.5::before {
  content: var(--tw-content);
  top: 0.375rem;
}
.before\:top-1\/2::before {
  content: var(--tw-content);
  top: 50%;
}
.before\:top-1\/3::before {
  content: var(--tw-content);
  top: 33.333333%;
}
.before\:top-1\/4::before {
  content: var(--tw-content);
  top: 25%;
}
.before\:top-10::before {
  content: var(--tw-content);
  top: 2.5rem;
}
.before\:top-11::before {
  content: var(--tw-content);
  top: 2.75rem;
}
.before\:top-12::before {
  content: var(--tw-content);
  top: 3rem;
}
.before\:top-14::before {
  content: var(--tw-content);
  top: 3.5rem;
}
.before\:top-16::before {
  content: var(--tw-content);
  top: 4rem;
}
.before\:top-2::before {
  content: var(--tw-content);
  top: 0.5rem;
}
.before\:top-2\.5::before {
  content: var(--tw-content);
  top: 0.625rem;
}
.before\:top-2\/3::before {
  content: var(--tw-content);
  top: 66.666667%;
}
.before\:top-2\/4::before {
  content: var(--tw-content);
  top: 50%;
}
.before\:top-20::before {
  content: var(--tw-content);
  top: 5rem;
}
.before\:top-24::before {
  content: var(--tw-content);
  top: 6rem;
}
.before\:top-28::before {
  content: var(--tw-content);
  top: 7rem;
}
.before\:top-3::before {
  content: var(--tw-content);
  top: 0.75rem;
}
.before\:top-3\.5::before {
  content: var(--tw-content);
  top: 0.875rem;
}
.before\:top-3\/4::before {
  content: var(--tw-content);
  top: 75%;
}
.before\:top-32::before {
  content: var(--tw-content);
  top: 8rem;
}
.before\:top-36::before {
  content: var(--tw-content);
  top: 9rem;
}
.before\:top-4::before {
  content: var(--tw-content);
  top: 1rem;
}
.before\:top-40::before {
  content: var(--tw-content);
  top: 10rem;
}
.before\:top-44::before {
  content: var(--tw-content);
  top: 11rem;
}
.before\:top-48::before {
  content: var(--tw-content);
  top: 12rem;
}
.before\:top-5::before {
  content: var(--tw-content);
  top: 1.25rem;
}
.before\:top-52::before {
  content: var(--tw-content);
  top: 13rem;
}
.before\:top-56::before {
  content: var(--tw-content);
  top: 14rem;
}
.before\:top-6::before {
  content: var(--tw-content);
  top: 1.5rem;
}
.before\:top-60::before {
  content: var(--tw-content);
  top: 15rem;
}
.before\:top-64::before {
  content: var(--tw-content);
  top: 16rem;
}
.before\:top-7::before {
  content: var(--tw-content);
  top: 1.75rem;
}
.before\:top-72::before {
  content: var(--tw-content);
  top: 18rem;
}
.before\:top-8::before {
  content: var(--tw-content);
  top: 2rem;
}
.before\:top-80::before {
  content: var(--tw-content);
  top: 20rem;
}
.before\:top-9::before {
  content: var(--tw-content);
  top: 2.25rem;
}
.before\:top-96::before {
  content: var(--tw-content);
  top: 24rem;
}
.before\:top-auto::before {
  content: var(--tw-content);
  top: auto;
}
.before\:top-full::before {
  content: var(--tw-content);
  top: 100%;
}
.before\:top-px::before {
  content: var(--tw-content);
  top: 1px;
}
.before\:-z-1::before {
  content: var(--tw-content);
  z-index: -1;
}
.before\:-z-10::before {
  content: var(--tw-content);
  z-index: -10;
}
.before\:z-1::before {
  content: var(--tw-content);
  z-index: 1;
}
.before\:z-10::before {
  content: var(--tw-content);
  z-index: 10;
}
.before\:bg-black::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.before\:bg-black\/0::before {
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0);
}
.before\:bg-black\/10::before {
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.1);
}
.before\:bg-black\/100::before {
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 1);
}
.before\:bg-black\/15::before {
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.15);
}
.before\:bg-black\/20::before {
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.2);
}
.before\:bg-black\/25::before {
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.25);
}
.before\:bg-black\/30::before {
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.3);
}
.before\:bg-black\/35::before {
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.35);
}
.before\:bg-black\/40::before {
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.4);
}
.before\:bg-black\/45::before {
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.45);
}
.before\:bg-black\/5::before {
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.05);
}
.before\:bg-black\/50::before {
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.5);
}
.before\:bg-black\/55::before {
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.55);
}
.before\:bg-black\/60::before {
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.6);
}
.before\:bg-black\/65::before {
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.65);
}
.before\:bg-black\/70::before {
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.7);
}
.before\:bg-black\/75::before {
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.75);
}
.before\:bg-black\/80::before {
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.8);
}
.before\:bg-black\/85::before {
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.85);
}
.before\:bg-black\/90::before {
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.9);
}
.before\:bg-black\/95::before {
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.95);
}
.before\:bg-current::before {
  content: var(--tw-content);
  background-color: currentColor;
}
.before\:bg-green-100::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity));
}
.before\:bg-green-100\/0::before {
  content: var(--tw-content);
  background-color: rgb(220 252 231 / 0);
}
.before\:bg-green-100\/10::before {
  content: var(--tw-content);
  background-color: rgb(220 252 231 / 0.1);
}
.before\:bg-green-100\/100::before {
  content: var(--tw-content);
  background-color: rgb(220 252 231 / 1);
}
.before\:bg-green-100\/15::before {
  content: var(--tw-content);
  background-color: rgb(220 252 231 / 0.15);
}
.before\:bg-green-100\/20::before {
  content: var(--tw-content);
  background-color: rgb(220 252 231 / 0.2);
}
.before\:bg-green-100\/25::before {
  content: var(--tw-content);
  background-color: rgb(220 252 231 / 0.25);
}
.before\:bg-green-100\/30::before {
  content: var(--tw-content);
  background-color: rgb(220 252 231 / 0.3);
}
.before\:bg-green-100\/35::before {
  content: var(--tw-content);
  background-color: rgb(220 252 231 / 0.35);
}
.before\:bg-green-100\/40::before {
  content: var(--tw-content);
  background-color: rgb(220 252 231 / 0.4);
}
.before\:bg-green-100\/45::before {
  content: var(--tw-content);
  background-color: rgb(220 252 231 / 0.45);
}
.before\:bg-green-100\/5::before {
  content: var(--tw-content);
  background-color: rgb(220 252 231 / 0.05);
}
.before\:bg-green-100\/50::before {
  content: var(--tw-content);
  background-color: rgb(220 252 231 / 0.5);
}
.before\:bg-green-100\/55::before {
  content: var(--tw-content);
  background-color: rgb(220 252 231 / 0.55);
}
.before\:bg-green-100\/60::before {
  content: var(--tw-content);
  background-color: rgb(220 252 231 / 0.6);
}
.before\:bg-green-100\/65::before {
  content: var(--tw-content);
  background-color: rgb(220 252 231 / 0.65);
}
.before\:bg-green-100\/70::before {
  content: var(--tw-content);
  background-color: rgb(220 252 231 / 0.7);
}
.before\:bg-green-100\/75::before {
  content: var(--tw-content);
  background-color: rgb(220 252 231 / 0.75);
}
.before\:bg-green-100\/80::before {
  content: var(--tw-content);
  background-color: rgb(220 252 231 / 0.8);
}
.before\:bg-green-100\/85::before {
  content: var(--tw-content);
  background-color: rgb(220 252 231 / 0.85);
}
.before\:bg-green-100\/90::before {
  content: var(--tw-content);
  background-color: rgb(220 252 231 / 0.9);
}
.before\:bg-green-100\/95::before {
  content: var(--tw-content);
  background-color: rgb(220 252 231 / 0.95);
}
.before\:bg-green-200::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(187 247 208 / var(--tw-bg-opacity));
}
.before\:bg-green-200\/0::before {
  content: var(--tw-content);
  background-color: rgb(187 247 208 / 0);
}
.before\:bg-green-200\/10::before {
  content: var(--tw-content);
  background-color: rgb(187 247 208 / 0.1);
}
.before\:bg-green-200\/100::before {
  content: var(--tw-content);
  background-color: rgb(187 247 208 / 1);
}
.before\:bg-green-200\/15::before {
  content: var(--tw-content);
  background-color: rgb(187 247 208 / 0.15);
}
.before\:bg-green-200\/20::before {
  content: var(--tw-content);
  background-color: rgb(187 247 208 / 0.2);
}
.before\:bg-green-200\/25::before {
  content: var(--tw-content);
  background-color: rgb(187 247 208 / 0.25);
}
.before\:bg-green-200\/30::before {
  content: var(--tw-content);
  background-color: rgb(187 247 208 / 0.3);
}
.before\:bg-green-200\/35::before {
  content: var(--tw-content);
  background-color: rgb(187 247 208 / 0.35);
}
.before\:bg-green-200\/40::before {
  content: var(--tw-content);
  background-color: rgb(187 247 208 / 0.4);
}
.before\:bg-green-200\/45::before {
  content: var(--tw-content);
  background-color: rgb(187 247 208 / 0.45);
}
.before\:bg-green-200\/5::before {
  content: var(--tw-content);
  background-color: rgb(187 247 208 / 0.05);
}
.before\:bg-green-200\/50::before {
  content: var(--tw-content);
  background-color: rgb(187 247 208 / 0.5);
}
.before\:bg-green-200\/55::before {
  content: var(--tw-content);
  background-color: rgb(187 247 208 / 0.55);
}
.before\:bg-green-200\/60::before {
  content: var(--tw-content);
  background-color: rgb(187 247 208 / 0.6);
}
.before\:bg-green-200\/65::before {
  content: var(--tw-content);
  background-color: rgb(187 247 208 / 0.65);
}
.before\:bg-green-200\/70::before {
  content: var(--tw-content);
  background-color: rgb(187 247 208 / 0.7);
}
.before\:bg-green-200\/75::before {
  content: var(--tw-content);
  background-color: rgb(187 247 208 / 0.75);
}
.before\:bg-green-200\/80::before {
  content: var(--tw-content);
  background-color: rgb(187 247 208 / 0.8);
}
.before\:bg-green-200\/85::before {
  content: var(--tw-content);
  background-color: rgb(187 247 208 / 0.85);
}
.before\:bg-green-200\/90::before {
  content: var(--tw-content);
  background-color: rgb(187 247 208 / 0.9);
}
.before\:bg-green-200\/95::before {
  content: var(--tw-content);
  background-color: rgb(187 247 208 / 0.95);
}
.before\:bg-green-300::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(134 239 172 / var(--tw-bg-opacity));
}
.before\:bg-green-300\/0::before {
  content: var(--tw-content);
  background-color: rgb(134 239 172 / 0);
}
.before\:bg-green-300\/10::before {
  content: var(--tw-content);
  background-color: rgb(134 239 172 / 0.1);
}
.before\:bg-green-300\/100::before {
  content: var(--tw-content);
  background-color: rgb(134 239 172 / 1);
}
.before\:bg-green-300\/15::before {
  content: var(--tw-content);
  background-color: rgb(134 239 172 / 0.15);
}
.before\:bg-green-300\/20::before {
  content: var(--tw-content);
  background-color: rgb(134 239 172 / 0.2);
}
.before\:bg-green-300\/25::before {
  content: var(--tw-content);
  background-color: rgb(134 239 172 / 0.25);
}
.before\:bg-green-300\/30::before {
  content: var(--tw-content);
  background-color: rgb(134 239 172 / 0.3);
}
.before\:bg-green-300\/35::before {
  content: var(--tw-content);
  background-color: rgb(134 239 172 / 0.35);
}
.before\:bg-green-300\/40::before {
  content: var(--tw-content);
  background-color: rgb(134 239 172 / 0.4);
}
.before\:bg-green-300\/45::before {
  content: var(--tw-content);
  background-color: rgb(134 239 172 / 0.45);
}
.before\:bg-green-300\/5::before {
  content: var(--tw-content);
  background-color: rgb(134 239 172 / 0.05);
}
.before\:bg-green-300\/50::before {
  content: var(--tw-content);
  background-color: rgb(134 239 172 / 0.5);
}
.before\:bg-green-300\/55::before {
  content: var(--tw-content);
  background-color: rgb(134 239 172 / 0.55);
}
.before\:bg-green-300\/60::before {
  content: var(--tw-content);
  background-color: rgb(134 239 172 / 0.6);
}
.before\:bg-green-300\/65::before {
  content: var(--tw-content);
  background-color: rgb(134 239 172 / 0.65);
}
.before\:bg-green-300\/70::before {
  content: var(--tw-content);
  background-color: rgb(134 239 172 / 0.7);
}
.before\:bg-green-300\/75::before {
  content: var(--tw-content);
  background-color: rgb(134 239 172 / 0.75);
}
.before\:bg-green-300\/80::before {
  content: var(--tw-content);
  background-color: rgb(134 239 172 / 0.8);
}
.before\:bg-green-300\/85::before {
  content: var(--tw-content);
  background-color: rgb(134 239 172 / 0.85);
}
.before\:bg-green-300\/90::before {
  content: var(--tw-content);
  background-color: rgb(134 239 172 / 0.9);
}
.before\:bg-green-300\/95::before {
  content: var(--tw-content);
  background-color: rgb(134 239 172 / 0.95);
}
.before\:bg-green-400::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity));
}
.before\:bg-green-400\/0::before {
  content: var(--tw-content);
  background-color: rgb(74 222 128 / 0);
}
.before\:bg-green-400\/10::before {
  content: var(--tw-content);
  background-color: rgb(74 222 128 / 0.1);
}
.before\:bg-green-400\/100::before {
  content: var(--tw-content);
  background-color: rgb(74 222 128 / 1);
}
.before\:bg-green-400\/15::before {
  content: var(--tw-content);
  background-color: rgb(74 222 128 / 0.15);
}
.before\:bg-green-400\/20::before {
  content: var(--tw-content);
  background-color: rgb(74 222 128 / 0.2);
}
.before\:bg-green-400\/25::before {
  content: var(--tw-content);
  background-color: rgb(74 222 128 / 0.25);
}
.before\:bg-green-400\/30::before {
  content: var(--tw-content);
  background-color: rgb(74 222 128 / 0.3);
}
.before\:bg-green-400\/35::before {
  content: var(--tw-content);
  background-color: rgb(74 222 128 / 0.35);
}
.before\:bg-green-400\/40::before {
  content: var(--tw-content);
  background-color: rgb(74 222 128 / 0.4);
}
.before\:bg-green-400\/45::before {
  content: var(--tw-content);
  background-color: rgb(74 222 128 / 0.45);
}
.before\:bg-green-400\/5::before {
  content: var(--tw-content);
  background-color: rgb(74 222 128 / 0.05);
}
.before\:bg-green-400\/50::before {
  content: var(--tw-content);
  background-color: rgb(74 222 128 / 0.5);
}
.before\:bg-green-400\/55::before {
  content: var(--tw-content);
  background-color: rgb(74 222 128 / 0.55);
}
.before\:bg-green-400\/60::before {
  content: var(--tw-content);
  background-color: rgb(74 222 128 / 0.6);
}
.before\:bg-green-400\/65::before {
  content: var(--tw-content);
  background-color: rgb(74 222 128 / 0.65);
}
.before\:bg-green-400\/70::before {
  content: var(--tw-content);
  background-color: rgb(74 222 128 / 0.7);
}
.before\:bg-green-400\/75::before {
  content: var(--tw-content);
  background-color: rgb(74 222 128 / 0.75);
}
.before\:bg-green-400\/80::before {
  content: var(--tw-content);
  background-color: rgb(74 222 128 / 0.8);
}
.before\:bg-green-400\/85::before {
  content: var(--tw-content);
  background-color: rgb(74 222 128 / 0.85);
}
.before\:bg-green-400\/90::before {
  content: var(--tw-content);
  background-color: rgb(74 222 128 / 0.9);
}
.before\:bg-green-400\/95::before {
  content: var(--tw-content);
  background-color: rgb(74 222 128 / 0.95);
}
.before\:bg-green-50::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity));
}
.before\:bg-green-50\/0::before {
  content: var(--tw-content);
  background-color: rgb(240 253 244 / 0);
}
.before\:bg-green-50\/10::before {
  content: var(--tw-content);
  background-color: rgb(240 253 244 / 0.1);
}
.before\:bg-green-50\/100::before {
  content: var(--tw-content);
  background-color: rgb(240 253 244 / 1);
}
.before\:bg-green-50\/15::before {
  content: var(--tw-content);
  background-color: rgb(240 253 244 / 0.15);
}
.before\:bg-green-50\/20::before {
  content: var(--tw-content);
  background-color: rgb(240 253 244 / 0.2);
}
.before\:bg-green-50\/25::before {
  content: var(--tw-content);
  background-color: rgb(240 253 244 / 0.25);
}
.before\:bg-green-50\/30::before {
  content: var(--tw-content);
  background-color: rgb(240 253 244 / 0.3);
}
.before\:bg-green-50\/35::before {
  content: var(--tw-content);
  background-color: rgb(240 253 244 / 0.35);
}
.before\:bg-green-50\/40::before {
  content: var(--tw-content);
  background-color: rgb(240 253 244 / 0.4);
}
.before\:bg-green-50\/45::before {
  content: var(--tw-content);
  background-color: rgb(240 253 244 / 0.45);
}
.before\:bg-green-50\/5::before {
  content: var(--tw-content);
  background-color: rgb(240 253 244 / 0.05);
}
.before\:bg-green-50\/50::before {
  content: var(--tw-content);
  background-color: rgb(240 253 244 / 0.5);
}
.before\:bg-green-50\/55::before {
  content: var(--tw-content);
  background-color: rgb(240 253 244 / 0.55);
}
.before\:bg-green-50\/60::before {
  content: var(--tw-content);
  background-color: rgb(240 253 244 / 0.6);
}
.before\:bg-green-50\/65::before {
  content: var(--tw-content);
  background-color: rgb(240 253 244 / 0.65);
}
.before\:bg-green-50\/70::before {
  content: var(--tw-content);
  background-color: rgb(240 253 244 / 0.7);
}
.before\:bg-green-50\/75::before {
  content: var(--tw-content);
  background-color: rgb(240 253 244 / 0.75);
}
.before\:bg-green-50\/80::before {
  content: var(--tw-content);
  background-color: rgb(240 253 244 / 0.8);
}
.before\:bg-green-50\/85::before {
  content: var(--tw-content);
  background-color: rgb(240 253 244 / 0.85);
}
.before\:bg-green-50\/90::before {
  content: var(--tw-content);
  background-color: rgb(240 253 244 / 0.9);
}
.before\:bg-green-50\/95::before {
  content: var(--tw-content);
  background-color: rgb(240 253 244 / 0.95);
}
.before\:bg-green-500::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity));
}
.before\:bg-green-500\/0::before {
  content: var(--tw-content);
  background-color: rgb(34 197 94 / 0);
}
.before\:bg-green-500\/10::before {
  content: var(--tw-content);
  background-color: rgb(34 197 94 / 0.1);
}
.before\:bg-green-500\/100::before {
  content: var(--tw-content);
  background-color: rgb(34 197 94 / 1);
}
.before\:bg-green-500\/15::before {
  content: var(--tw-content);
  background-color: rgb(34 197 94 / 0.15);
}
.before\:bg-green-500\/20::before {
  content: var(--tw-content);
  background-color: rgb(34 197 94 / 0.2);
}
.before\:bg-green-500\/25::before {
  content: var(--tw-content);
  background-color: rgb(34 197 94 / 0.25);
}
.before\:bg-green-500\/30::before {
  content: var(--tw-content);
  background-color: rgb(34 197 94 / 0.3);
}
.before\:bg-green-500\/35::before {
  content: var(--tw-content);
  background-color: rgb(34 197 94 / 0.35);
}
.before\:bg-green-500\/40::before {
  content: var(--tw-content);
  background-color: rgb(34 197 94 / 0.4);
}
.before\:bg-green-500\/45::before {
  content: var(--tw-content);
  background-color: rgb(34 197 94 / 0.45);
}
.before\:bg-green-500\/5::before {
  content: var(--tw-content);
  background-color: rgb(34 197 94 / 0.05);
}
.before\:bg-green-500\/50::before {
  content: var(--tw-content);
  background-color: rgb(34 197 94 / 0.5);
}
.before\:bg-green-500\/55::before {
  content: var(--tw-content);
  background-color: rgb(34 197 94 / 0.55);
}
.before\:bg-green-500\/60::before {
  content: var(--tw-content);
  background-color: rgb(34 197 94 / 0.6);
}
.before\:bg-green-500\/65::before {
  content: var(--tw-content);
  background-color: rgb(34 197 94 / 0.65);
}
.before\:bg-green-500\/70::before {
  content: var(--tw-content);
  background-color: rgb(34 197 94 / 0.7);
}
.before\:bg-green-500\/75::before {
  content: var(--tw-content);
  background-color: rgb(34 197 94 / 0.75);
}
.before\:bg-green-500\/80::before {
  content: var(--tw-content);
  background-color: rgb(34 197 94 / 0.8);
}
.before\:bg-green-500\/85::before {
  content: var(--tw-content);
  background-color: rgb(34 197 94 / 0.85);
}
.before\:bg-green-500\/90::before {
  content: var(--tw-content);
  background-color: rgb(34 197 94 / 0.9);
}
.before\:bg-green-500\/95::before {
  content: var(--tw-content);
  background-color: rgb(34 197 94 / 0.95);
}
.before\:bg-green-600::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity));
}
.before\:bg-green-600\/0::before {
  content: var(--tw-content);
  background-color: rgb(22 163 74 / 0);
}
.before\:bg-green-600\/10::before {
  content: var(--tw-content);
  background-color: rgb(22 163 74 / 0.1);
}
.before\:bg-green-600\/100::before {
  content: var(--tw-content);
  background-color: rgb(22 163 74 / 1);
}
.before\:bg-green-600\/15::before {
  content: var(--tw-content);
  background-color: rgb(22 163 74 / 0.15);
}
.before\:bg-green-600\/20::before {
  content: var(--tw-content);
  background-color: rgb(22 163 74 / 0.2);
}
.before\:bg-green-600\/25::before {
  content: var(--tw-content);
  background-color: rgb(22 163 74 / 0.25);
}
.before\:bg-green-600\/30::before {
  content: var(--tw-content);
  background-color: rgb(22 163 74 / 0.3);
}
.before\:bg-green-600\/35::before {
  content: var(--tw-content);
  background-color: rgb(22 163 74 / 0.35);
}
.before\:bg-green-600\/40::before {
  content: var(--tw-content);
  background-color: rgb(22 163 74 / 0.4);
}
.before\:bg-green-600\/45::before {
  content: var(--tw-content);
  background-color: rgb(22 163 74 / 0.45);
}
.before\:bg-green-600\/5::before {
  content: var(--tw-content);
  background-color: rgb(22 163 74 / 0.05);
}
.before\:bg-green-600\/50::before {
  content: var(--tw-content);
  background-color: rgb(22 163 74 / 0.5);
}
.before\:bg-green-600\/55::before {
  content: var(--tw-content);
  background-color: rgb(22 163 74 / 0.55);
}
.before\:bg-green-600\/60::before {
  content: var(--tw-content);
  background-color: rgb(22 163 74 / 0.6);
}
.before\:bg-green-600\/65::before {
  content: var(--tw-content);
  background-color: rgb(22 163 74 / 0.65);
}
.before\:bg-green-600\/70::before {
  content: var(--tw-content);
  background-color: rgb(22 163 74 / 0.7);
}
.before\:bg-green-600\/75::before {
  content: var(--tw-content);
  background-color: rgb(22 163 74 / 0.75);
}
.before\:bg-green-600\/80::before {
  content: var(--tw-content);
  background-color: rgb(22 163 74 / 0.8);
}
.before\:bg-green-600\/85::before {
  content: var(--tw-content);
  background-color: rgb(22 163 74 / 0.85);
}
.before\:bg-green-600\/90::before {
  content: var(--tw-content);
  background-color: rgb(22 163 74 / 0.9);
}
.before\:bg-green-600\/95::before {
  content: var(--tw-content);
  background-color: rgb(22 163 74 / 0.95);
}
.before\:bg-green-700::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity));
}
.before\:bg-green-700\/0::before {
  content: var(--tw-content);
  background-color: rgb(21 128 61 / 0);
}
.before\:bg-green-700\/10::before {
  content: var(--tw-content);
  background-color: rgb(21 128 61 / 0.1);
}
.before\:bg-green-700\/100::before {
  content: var(--tw-content);
  background-color: rgb(21 128 61 / 1);
}
.before\:bg-green-700\/15::before {
  content: var(--tw-content);
  background-color: rgb(21 128 61 / 0.15);
}
.before\:bg-green-700\/20::before {
  content: var(--tw-content);
  background-color: rgb(21 128 61 / 0.2);
}
.before\:bg-green-700\/25::before {
  content: var(--tw-content);
  background-color: rgb(21 128 61 / 0.25);
}
.before\:bg-green-700\/30::before {
  content: var(--tw-content);
  background-color: rgb(21 128 61 / 0.3);
}
.before\:bg-green-700\/35::before {
  content: var(--tw-content);
  background-color: rgb(21 128 61 / 0.35);
}
.before\:bg-green-700\/40::before {
  content: var(--tw-content);
  background-color: rgb(21 128 61 / 0.4);
}
.before\:bg-green-700\/45::before {
  content: var(--tw-content);
  background-color: rgb(21 128 61 / 0.45);
}
.before\:bg-green-700\/5::before {
  content: var(--tw-content);
  background-color: rgb(21 128 61 / 0.05);
}
.before\:bg-green-700\/50::before {
  content: var(--tw-content);
  background-color: rgb(21 128 61 / 0.5);
}
.before\:bg-green-700\/55::before {
  content: var(--tw-content);
  background-color: rgb(21 128 61 / 0.55);
}
.before\:bg-green-700\/60::before {
  content: var(--tw-content);
  background-color: rgb(21 128 61 / 0.6);
}
.before\:bg-green-700\/65::before {
  content: var(--tw-content);
  background-color: rgb(21 128 61 / 0.65);
}
.before\:bg-green-700\/70::before {
  content: var(--tw-content);
  background-color: rgb(21 128 61 / 0.7);
}
.before\:bg-green-700\/75::before {
  content: var(--tw-content);
  background-color: rgb(21 128 61 / 0.75);
}
.before\:bg-green-700\/80::before {
  content: var(--tw-content);
  background-color: rgb(21 128 61 / 0.8);
}
.before\:bg-green-700\/85::before {
  content: var(--tw-content);
  background-color: rgb(21 128 61 / 0.85);
}
.before\:bg-green-700\/90::before {
  content: var(--tw-content);
  background-color: rgb(21 128 61 / 0.9);
}
.before\:bg-green-700\/95::before {
  content: var(--tw-content);
  background-color: rgb(21 128 61 / 0.95);
}
.before\:bg-green-800::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(22 101 52 / var(--tw-bg-opacity));
}
.before\:bg-green-800\/0::before {
  content: var(--tw-content);
  background-color: rgb(22 101 52 / 0);
}
.before\:bg-green-800\/10::before {
  content: var(--tw-content);
  background-color: rgb(22 101 52 / 0.1);
}
.before\:bg-green-800\/100::before {
  content: var(--tw-content);
  background-color: rgb(22 101 52 / 1);
}
.before\:bg-green-800\/15::before {
  content: var(--tw-content);
  background-color: rgb(22 101 52 / 0.15);
}
.before\:bg-green-800\/20::before {
  content: var(--tw-content);
  background-color: rgb(22 101 52 / 0.2);
}
.before\:bg-green-800\/25::before {
  content: var(--tw-content);
  background-color: rgb(22 101 52 / 0.25);
}
.before\:bg-green-800\/30::before {
  content: var(--tw-content);
  background-color: rgb(22 101 52 / 0.3);
}
.before\:bg-green-800\/35::before {
  content: var(--tw-content);
  background-color: rgb(22 101 52 / 0.35);
}
.before\:bg-green-800\/40::before {
  content: var(--tw-content);
  background-color: rgb(22 101 52 / 0.4);
}
.before\:bg-green-800\/45::before {
  content: var(--tw-content);
  background-color: rgb(22 101 52 / 0.45);
}
.before\:bg-green-800\/5::before {
  content: var(--tw-content);
  background-color: rgb(22 101 52 / 0.05);
}
.before\:bg-green-800\/50::before {
  content: var(--tw-content);
  background-color: rgb(22 101 52 / 0.5);
}
.before\:bg-green-800\/55::before {
  content: var(--tw-content);
  background-color: rgb(22 101 52 / 0.55);
}
.before\:bg-green-800\/60::before {
  content: var(--tw-content);
  background-color: rgb(22 101 52 / 0.6);
}
.before\:bg-green-800\/65::before {
  content: var(--tw-content);
  background-color: rgb(22 101 52 / 0.65);
}
.before\:bg-green-800\/70::before {
  content: var(--tw-content);
  background-color: rgb(22 101 52 / 0.7);
}
.before\:bg-green-800\/75::before {
  content: var(--tw-content);
  background-color: rgb(22 101 52 / 0.75);
}
.before\:bg-green-800\/80::before {
  content: var(--tw-content);
  background-color: rgb(22 101 52 / 0.8);
}
.before\:bg-green-800\/85::before {
  content: var(--tw-content);
  background-color: rgb(22 101 52 / 0.85);
}
.before\:bg-green-800\/90::before {
  content: var(--tw-content);
  background-color: rgb(22 101 52 / 0.9);
}
.before\:bg-green-800\/95::before {
  content: var(--tw-content);
  background-color: rgb(22 101 52 / 0.95);
}
.before\:bg-green-900::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(20 83 45 / var(--tw-bg-opacity));
}
.before\:bg-green-900\/0::before {
  content: var(--tw-content);
  background-color: rgb(20 83 45 / 0);
}
.before\:bg-green-900\/10::before {
  content: var(--tw-content);
  background-color: rgb(20 83 45 / 0.1);
}
.before\:bg-green-900\/100::before {
  content: var(--tw-content);
  background-color: rgb(20 83 45 / 1);
}
.before\:bg-green-900\/15::before {
  content: var(--tw-content);
  background-color: rgb(20 83 45 / 0.15);
}
.before\:bg-green-900\/20::before {
  content: var(--tw-content);
  background-color: rgb(20 83 45 / 0.2);
}
.before\:bg-green-900\/25::before {
  content: var(--tw-content);
  background-color: rgb(20 83 45 / 0.25);
}
.before\:bg-green-900\/30::before {
  content: var(--tw-content);
  background-color: rgb(20 83 45 / 0.3);
}
.before\:bg-green-900\/35::before {
  content: var(--tw-content);
  background-color: rgb(20 83 45 / 0.35);
}
.before\:bg-green-900\/40::before {
  content: var(--tw-content);
  background-color: rgb(20 83 45 / 0.4);
}
.before\:bg-green-900\/45::before {
  content: var(--tw-content);
  background-color: rgb(20 83 45 / 0.45);
}
.before\:bg-green-900\/5::before {
  content: var(--tw-content);
  background-color: rgb(20 83 45 / 0.05);
}
.before\:bg-green-900\/50::before {
  content: var(--tw-content);
  background-color: rgb(20 83 45 / 0.5);
}
.before\:bg-green-900\/55::before {
  content: var(--tw-content);
  background-color: rgb(20 83 45 / 0.55);
}
.before\:bg-green-900\/60::before {
  content: var(--tw-content);
  background-color: rgb(20 83 45 / 0.6);
}
.before\:bg-green-900\/65::before {
  content: var(--tw-content);
  background-color: rgb(20 83 45 / 0.65);
}
.before\:bg-green-900\/70::before {
  content: var(--tw-content);
  background-color: rgb(20 83 45 / 0.7);
}
.before\:bg-green-900\/75::before {
  content: var(--tw-content);
  background-color: rgb(20 83 45 / 0.75);
}
.before\:bg-green-900\/80::before {
  content: var(--tw-content);
  background-color: rgb(20 83 45 / 0.8);
}
.before\:bg-green-900\/85::before {
  content: var(--tw-content);
  background-color: rgb(20 83 45 / 0.85);
}
.before\:bg-green-900\/90::before {
  content: var(--tw-content);
  background-color: rgb(20 83 45 / 0.9);
}
.before\:bg-green-900\/95::before {
  content: var(--tw-content);
  background-color: rgb(20 83 45 / 0.95);
}
.before\:bg-green-950::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(5 46 22 / var(--tw-bg-opacity));
}
.before\:bg-green-950\/0::before {
  content: var(--tw-content);
  background-color: rgb(5 46 22 / 0);
}
.before\:bg-green-950\/10::before {
  content: var(--tw-content);
  background-color: rgb(5 46 22 / 0.1);
}
.before\:bg-green-950\/100::before {
  content: var(--tw-content);
  background-color: rgb(5 46 22 / 1);
}
.before\:bg-green-950\/15::before {
  content: var(--tw-content);
  background-color: rgb(5 46 22 / 0.15);
}
.before\:bg-green-950\/20::before {
  content: var(--tw-content);
  background-color: rgb(5 46 22 / 0.2);
}
.before\:bg-green-950\/25::before {
  content: var(--tw-content);
  background-color: rgb(5 46 22 / 0.25);
}
.before\:bg-green-950\/30::before {
  content: var(--tw-content);
  background-color: rgb(5 46 22 / 0.3);
}
.before\:bg-green-950\/35::before {
  content: var(--tw-content);
  background-color: rgb(5 46 22 / 0.35);
}
.before\:bg-green-950\/40::before {
  content: var(--tw-content);
  background-color: rgb(5 46 22 / 0.4);
}
.before\:bg-green-950\/45::before {
  content: var(--tw-content);
  background-color: rgb(5 46 22 / 0.45);
}
.before\:bg-green-950\/5::before {
  content: var(--tw-content);
  background-color: rgb(5 46 22 / 0.05);
}
.before\:bg-green-950\/50::before {
  content: var(--tw-content);
  background-color: rgb(5 46 22 / 0.5);
}
.before\:bg-green-950\/55::before {
  content: var(--tw-content);
  background-color: rgb(5 46 22 / 0.55);
}
.before\:bg-green-950\/60::before {
  content: var(--tw-content);
  background-color: rgb(5 46 22 / 0.6);
}
.before\:bg-green-950\/65::before {
  content: var(--tw-content);
  background-color: rgb(5 46 22 / 0.65);
}
.before\:bg-green-950\/70::before {
  content: var(--tw-content);
  background-color: rgb(5 46 22 / 0.7);
}
.before\:bg-green-950\/75::before {
  content: var(--tw-content);
  background-color: rgb(5 46 22 / 0.75);
}
.before\:bg-green-950\/80::before {
  content: var(--tw-content);
  background-color: rgb(5 46 22 / 0.8);
}
.before\:bg-green-950\/85::before {
  content: var(--tw-content);
  background-color: rgb(5 46 22 / 0.85);
}
.before\:bg-green-950\/90::before {
  content: var(--tw-content);
  background-color: rgb(5 46 22 / 0.9);
}
.before\:bg-green-950\/95::before {
  content: var(--tw-content);
  background-color: rgb(5 46 22 / 0.95);
}
.before\:bg-grey-100::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity));
}
.before\:bg-grey-100\/0::before {
  content: var(--tw-content);
  background-color: rgb(245 245 245 / 0);
}
.before\:bg-grey-100\/10::before {
  content: var(--tw-content);
  background-color: rgb(245 245 245 / 0.1);
}
.before\:bg-grey-100\/100::before {
  content: var(--tw-content);
  background-color: rgb(245 245 245 / 1);
}
.before\:bg-grey-100\/15::before {
  content: var(--tw-content);
  background-color: rgb(245 245 245 / 0.15);
}
.before\:bg-grey-100\/20::before {
  content: var(--tw-content);
  background-color: rgb(245 245 245 / 0.2);
}
.before\:bg-grey-100\/25::before {
  content: var(--tw-content);
  background-color: rgb(245 245 245 / 0.25);
}
.before\:bg-grey-100\/30::before {
  content: var(--tw-content);
  background-color: rgb(245 245 245 / 0.3);
}
.before\:bg-grey-100\/35::before {
  content: var(--tw-content);
  background-color: rgb(245 245 245 / 0.35);
}
.before\:bg-grey-100\/40::before {
  content: var(--tw-content);
  background-color: rgb(245 245 245 / 0.4);
}
.before\:bg-grey-100\/45::before {
  content: var(--tw-content);
  background-color: rgb(245 245 245 / 0.45);
}
.before\:bg-grey-100\/5::before {
  content: var(--tw-content);
  background-color: rgb(245 245 245 / 0.05);
}
.before\:bg-grey-100\/50::before {
  content: var(--tw-content);
  background-color: rgb(245 245 245 / 0.5);
}
.before\:bg-grey-100\/55::before {
  content: var(--tw-content);
  background-color: rgb(245 245 245 / 0.55);
}
.before\:bg-grey-100\/60::before {
  content: var(--tw-content);
  background-color: rgb(245 245 245 / 0.6);
}
.before\:bg-grey-100\/65::before {
  content: var(--tw-content);
  background-color: rgb(245 245 245 / 0.65);
}
.before\:bg-grey-100\/70::before {
  content: var(--tw-content);
  background-color: rgb(245 245 245 / 0.7);
}
.before\:bg-grey-100\/75::before {
  content: var(--tw-content);
  background-color: rgb(245 245 245 / 0.75);
}
.before\:bg-grey-100\/80::before {
  content: var(--tw-content);
  background-color: rgb(245 245 245 / 0.8);
}
.before\:bg-grey-100\/85::before {
  content: var(--tw-content);
  background-color: rgb(245 245 245 / 0.85);
}
.before\:bg-grey-100\/90::before {
  content: var(--tw-content);
  background-color: rgb(245 245 245 / 0.9);
}
.before\:bg-grey-100\/95::before {
  content: var(--tw-content);
  background-color: rgb(245 245 245 / 0.95);
}
.before\:bg-grey-200::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity));
}
.before\:bg-grey-200\/0::before {
  content: var(--tw-content);
  background-color: rgb(229 229 229 / 0);
}
.before\:bg-grey-200\/10::before {
  content: var(--tw-content);
  background-color: rgb(229 229 229 / 0.1);
}
.before\:bg-grey-200\/100::before {
  content: var(--tw-content);
  background-color: rgb(229 229 229 / 1);
}
.before\:bg-grey-200\/15::before {
  content: var(--tw-content);
  background-color: rgb(229 229 229 / 0.15);
}
.before\:bg-grey-200\/20::before {
  content: var(--tw-content);
  background-color: rgb(229 229 229 / 0.2);
}
.before\:bg-grey-200\/25::before {
  content: var(--tw-content);
  background-color: rgb(229 229 229 / 0.25);
}
.before\:bg-grey-200\/30::before {
  content: var(--tw-content);
  background-color: rgb(229 229 229 / 0.3);
}
.before\:bg-grey-200\/35::before {
  content: var(--tw-content);
  background-color: rgb(229 229 229 / 0.35);
}
.before\:bg-grey-200\/40::before {
  content: var(--tw-content);
  background-color: rgb(229 229 229 / 0.4);
}
.before\:bg-grey-200\/45::before {
  content: var(--tw-content);
  background-color: rgb(229 229 229 / 0.45);
}
.before\:bg-grey-200\/5::before {
  content: var(--tw-content);
  background-color: rgb(229 229 229 / 0.05);
}
.before\:bg-grey-200\/50::before {
  content: var(--tw-content);
  background-color: rgb(229 229 229 / 0.5);
}
.before\:bg-grey-200\/55::before {
  content: var(--tw-content);
  background-color: rgb(229 229 229 / 0.55);
}
.before\:bg-grey-200\/60::before {
  content: var(--tw-content);
  background-color: rgb(229 229 229 / 0.6);
}
.before\:bg-grey-200\/65::before {
  content: var(--tw-content);
  background-color: rgb(229 229 229 / 0.65);
}
.before\:bg-grey-200\/70::before {
  content: var(--tw-content);
  background-color: rgb(229 229 229 / 0.7);
}
.before\:bg-grey-200\/75::before {
  content: var(--tw-content);
  background-color: rgb(229 229 229 / 0.75);
}
.before\:bg-grey-200\/80::before {
  content: var(--tw-content);
  background-color: rgb(229 229 229 / 0.8);
}
.before\:bg-grey-200\/85::before {
  content: var(--tw-content);
  background-color: rgb(229 229 229 / 0.85);
}
.before\:bg-grey-200\/90::before {
  content: var(--tw-content);
  background-color: rgb(229 229 229 / 0.9);
}
.before\:bg-grey-200\/95::before {
  content: var(--tw-content);
  background-color: rgb(229 229 229 / 0.95);
}
.before\:bg-grey-300::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(212 212 212 / var(--tw-bg-opacity));
}
.before\:bg-grey-300\/0::before {
  content: var(--tw-content);
  background-color: rgb(212 212 212 / 0);
}
.before\:bg-grey-300\/10::before {
  content: var(--tw-content);
  background-color: rgb(212 212 212 / 0.1);
}
.before\:bg-grey-300\/100::before {
  content: var(--tw-content);
  background-color: rgb(212 212 212 / 1);
}
.before\:bg-grey-300\/15::before {
  content: var(--tw-content);
  background-color: rgb(212 212 212 / 0.15);
}
.before\:bg-grey-300\/20::before {
  content: var(--tw-content);
  background-color: rgb(212 212 212 / 0.2);
}
.before\:bg-grey-300\/25::before {
  content: var(--tw-content);
  background-color: rgb(212 212 212 / 0.25);
}
.before\:bg-grey-300\/30::before {
  content: var(--tw-content);
  background-color: rgb(212 212 212 / 0.3);
}
.before\:bg-grey-300\/35::before {
  content: var(--tw-content);
  background-color: rgb(212 212 212 / 0.35);
}
.before\:bg-grey-300\/40::before {
  content: var(--tw-content);
  background-color: rgb(212 212 212 / 0.4);
}
.before\:bg-grey-300\/45::before {
  content: var(--tw-content);
  background-color: rgb(212 212 212 / 0.45);
}
.before\:bg-grey-300\/5::before {
  content: var(--tw-content);
  background-color: rgb(212 212 212 / 0.05);
}
.before\:bg-grey-300\/50::before {
  content: var(--tw-content);
  background-color: rgb(212 212 212 / 0.5);
}
.before\:bg-grey-300\/55::before {
  content: var(--tw-content);
  background-color: rgb(212 212 212 / 0.55);
}
.before\:bg-grey-300\/60::before {
  content: var(--tw-content);
  background-color: rgb(212 212 212 / 0.6);
}
.before\:bg-grey-300\/65::before {
  content: var(--tw-content);
  background-color: rgb(212 212 212 / 0.65);
}
.before\:bg-grey-300\/70::before {
  content: var(--tw-content);
  background-color: rgb(212 212 212 / 0.7);
}
.before\:bg-grey-300\/75::before {
  content: var(--tw-content);
  background-color: rgb(212 212 212 / 0.75);
}
.before\:bg-grey-300\/80::before {
  content: var(--tw-content);
  background-color: rgb(212 212 212 / 0.8);
}
.before\:bg-grey-300\/85::before {
  content: var(--tw-content);
  background-color: rgb(212 212 212 / 0.85);
}
.before\:bg-grey-300\/90::before {
  content: var(--tw-content);
  background-color: rgb(212 212 212 / 0.9);
}
.before\:bg-grey-300\/95::before {
  content: var(--tw-content);
  background-color: rgb(212 212 212 / 0.95);
}
.before\:bg-grey-400::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(163 163 163 / var(--tw-bg-opacity));
}
.before\:bg-grey-400\/0::before {
  content: var(--tw-content);
  background-color: rgb(163 163 163 / 0);
}
.before\:bg-grey-400\/10::before {
  content: var(--tw-content);
  background-color: rgb(163 163 163 / 0.1);
}
.before\:bg-grey-400\/100::before {
  content: var(--tw-content);
  background-color: rgb(163 163 163 / 1);
}
.before\:bg-grey-400\/15::before {
  content: var(--tw-content);
  background-color: rgb(163 163 163 / 0.15);
}
.before\:bg-grey-400\/20::before {
  content: var(--tw-content);
  background-color: rgb(163 163 163 / 0.2);
}
.before\:bg-grey-400\/25::before {
  content: var(--tw-content);
  background-color: rgb(163 163 163 / 0.25);
}
.before\:bg-grey-400\/30::before {
  content: var(--tw-content);
  background-color: rgb(163 163 163 / 0.3);
}
.before\:bg-grey-400\/35::before {
  content: var(--tw-content);
  background-color: rgb(163 163 163 / 0.35);
}
.before\:bg-grey-400\/40::before {
  content: var(--tw-content);
  background-color: rgb(163 163 163 / 0.4);
}
.before\:bg-grey-400\/45::before {
  content: var(--tw-content);
  background-color: rgb(163 163 163 / 0.45);
}
.before\:bg-grey-400\/5::before {
  content: var(--tw-content);
  background-color: rgb(163 163 163 / 0.05);
}
.before\:bg-grey-400\/50::before {
  content: var(--tw-content);
  background-color: rgb(163 163 163 / 0.5);
}
.before\:bg-grey-400\/55::before {
  content: var(--tw-content);
  background-color: rgb(163 163 163 / 0.55);
}
.before\:bg-grey-400\/60::before {
  content: var(--tw-content);
  background-color: rgb(163 163 163 / 0.6);
}
.before\:bg-grey-400\/65::before {
  content: var(--tw-content);
  background-color: rgb(163 163 163 / 0.65);
}
.before\:bg-grey-400\/70::before {
  content: var(--tw-content);
  background-color: rgb(163 163 163 / 0.7);
}
.before\:bg-grey-400\/75::before {
  content: var(--tw-content);
  background-color: rgb(163 163 163 / 0.75);
}
.before\:bg-grey-400\/80::before {
  content: var(--tw-content);
  background-color: rgb(163 163 163 / 0.8);
}
.before\:bg-grey-400\/85::before {
  content: var(--tw-content);
  background-color: rgb(163 163 163 / 0.85);
}
.before\:bg-grey-400\/90::before {
  content: var(--tw-content);
  background-color: rgb(163 163 163 / 0.9);
}
.before\:bg-grey-400\/95::before {
  content: var(--tw-content);
  background-color: rgb(163 163 163 / 0.95);
}
.before\:bg-grey-50::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(250 250 250 / var(--tw-bg-opacity));
}
.before\:bg-grey-50\/0::before {
  content: var(--tw-content);
  background-color: rgb(250 250 250 / 0);
}
.before\:bg-grey-50\/10::before {
  content: var(--tw-content);
  background-color: rgb(250 250 250 / 0.1);
}
.before\:bg-grey-50\/100::before {
  content: var(--tw-content);
  background-color: rgb(250 250 250 / 1);
}
.before\:bg-grey-50\/15::before {
  content: var(--tw-content);
  background-color: rgb(250 250 250 / 0.15);
}
.before\:bg-grey-50\/20::before {
  content: var(--tw-content);
  background-color: rgb(250 250 250 / 0.2);
}
.before\:bg-grey-50\/25::before {
  content: var(--tw-content);
  background-color: rgb(250 250 250 / 0.25);
}
.before\:bg-grey-50\/30::before {
  content: var(--tw-content);
  background-color: rgb(250 250 250 / 0.3);
}
.before\:bg-grey-50\/35::before {
  content: var(--tw-content);
  background-color: rgb(250 250 250 / 0.35);
}
.before\:bg-grey-50\/40::before {
  content: var(--tw-content);
  background-color: rgb(250 250 250 / 0.4);
}
.before\:bg-grey-50\/45::before {
  content: var(--tw-content);
  background-color: rgb(250 250 250 / 0.45);
}
.before\:bg-grey-50\/5::before {
  content: var(--tw-content);
  background-color: rgb(250 250 250 / 0.05);
}
.before\:bg-grey-50\/50::before {
  content: var(--tw-content);
  background-color: rgb(250 250 250 / 0.5);
}
.before\:bg-grey-50\/55::before {
  content: var(--tw-content);
  background-color: rgb(250 250 250 / 0.55);
}
.before\:bg-grey-50\/60::before {
  content: var(--tw-content);
  background-color: rgb(250 250 250 / 0.6);
}
.before\:bg-grey-50\/65::before {
  content: var(--tw-content);
  background-color: rgb(250 250 250 / 0.65);
}
.before\:bg-grey-50\/70::before {
  content: var(--tw-content);
  background-color: rgb(250 250 250 / 0.7);
}
.before\:bg-grey-50\/75::before {
  content: var(--tw-content);
  background-color: rgb(250 250 250 / 0.75);
}
.before\:bg-grey-50\/80::before {
  content: var(--tw-content);
  background-color: rgb(250 250 250 / 0.8);
}
.before\:bg-grey-50\/85::before {
  content: var(--tw-content);
  background-color: rgb(250 250 250 / 0.85);
}
.before\:bg-grey-50\/90::before {
  content: var(--tw-content);
  background-color: rgb(250 250 250 / 0.9);
}
.before\:bg-grey-50\/95::before {
  content: var(--tw-content);
  background-color: rgb(250 250 250 / 0.95);
}
.before\:bg-grey-500::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(115 115 115 / var(--tw-bg-opacity));
}
.before\:bg-grey-500\/0::before {
  content: var(--tw-content);
  background-color: rgb(115 115 115 / 0);
}
.before\:bg-grey-500\/10::before {
  content: var(--tw-content);
  background-color: rgb(115 115 115 / 0.1);
}
.before\:bg-grey-500\/100::before {
  content: var(--tw-content);
  background-color: rgb(115 115 115 / 1);
}
.before\:bg-grey-500\/15::before {
  content: var(--tw-content);
  background-color: rgb(115 115 115 / 0.15);
}
.before\:bg-grey-500\/20::before {
  content: var(--tw-content);
  background-color: rgb(115 115 115 / 0.2);
}
.before\:bg-grey-500\/25::before {
  content: var(--tw-content);
  background-color: rgb(115 115 115 / 0.25);
}
.before\:bg-grey-500\/30::before {
  content: var(--tw-content);
  background-color: rgb(115 115 115 / 0.3);
}
.before\:bg-grey-500\/35::before {
  content: var(--tw-content);
  background-color: rgb(115 115 115 / 0.35);
}
.before\:bg-grey-500\/40::before {
  content: var(--tw-content);
  background-color: rgb(115 115 115 / 0.4);
}
.before\:bg-grey-500\/45::before {
  content: var(--tw-content);
  background-color: rgb(115 115 115 / 0.45);
}
.before\:bg-grey-500\/5::before {
  content: var(--tw-content);
  background-color: rgb(115 115 115 / 0.05);
}
.before\:bg-grey-500\/50::before {
  content: var(--tw-content);
  background-color: rgb(115 115 115 / 0.5);
}
.before\:bg-grey-500\/55::before {
  content: var(--tw-content);
  background-color: rgb(115 115 115 / 0.55);
}
.before\:bg-grey-500\/60::before {
  content: var(--tw-content);
  background-color: rgb(115 115 115 / 0.6);
}
.before\:bg-grey-500\/65::before {
  content: var(--tw-content);
  background-color: rgb(115 115 115 / 0.65);
}
.before\:bg-grey-500\/70::before {
  content: var(--tw-content);
  background-color: rgb(115 115 115 / 0.7);
}
.before\:bg-grey-500\/75::before {
  content: var(--tw-content);
  background-color: rgb(115 115 115 / 0.75);
}
.before\:bg-grey-500\/80::before {
  content: var(--tw-content);
  background-color: rgb(115 115 115 / 0.8);
}
.before\:bg-grey-500\/85::before {
  content: var(--tw-content);
  background-color: rgb(115 115 115 / 0.85);
}
.before\:bg-grey-500\/90::before {
  content: var(--tw-content);
  background-color: rgb(115 115 115 / 0.9);
}
.before\:bg-grey-500\/95::before {
  content: var(--tw-content);
  background-color: rgb(115 115 115 / 0.95);
}
.before\:bg-grey-600::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(82 82 82 / var(--tw-bg-opacity));
}
.before\:bg-grey-600\/0::before {
  content: var(--tw-content);
  background-color: rgb(82 82 82 / 0);
}
.before\:bg-grey-600\/10::before {
  content: var(--tw-content);
  background-color: rgb(82 82 82 / 0.1);
}
.before\:bg-grey-600\/100::before {
  content: var(--tw-content);
  background-color: rgb(82 82 82 / 1);
}
.before\:bg-grey-600\/15::before {
  content: var(--tw-content);
  background-color: rgb(82 82 82 / 0.15);
}
.before\:bg-grey-600\/20::before {
  content: var(--tw-content);
  background-color: rgb(82 82 82 / 0.2);
}
.before\:bg-grey-600\/25::before {
  content: var(--tw-content);
  background-color: rgb(82 82 82 / 0.25);
}
.before\:bg-grey-600\/30::before {
  content: var(--tw-content);
  background-color: rgb(82 82 82 / 0.3);
}
.before\:bg-grey-600\/35::before {
  content: var(--tw-content);
  background-color: rgb(82 82 82 / 0.35);
}
.before\:bg-grey-600\/40::before {
  content: var(--tw-content);
  background-color: rgb(82 82 82 / 0.4);
}
.before\:bg-grey-600\/45::before {
  content: var(--tw-content);
  background-color: rgb(82 82 82 / 0.45);
}
.before\:bg-grey-600\/5::before {
  content: var(--tw-content);
  background-color: rgb(82 82 82 / 0.05);
}
.before\:bg-grey-600\/50::before {
  content: var(--tw-content);
  background-color: rgb(82 82 82 / 0.5);
}
.before\:bg-grey-600\/55::before {
  content: var(--tw-content);
  background-color: rgb(82 82 82 / 0.55);
}
.before\:bg-grey-600\/60::before {
  content: var(--tw-content);
  background-color: rgb(82 82 82 / 0.6);
}
.before\:bg-grey-600\/65::before {
  content: var(--tw-content);
  background-color: rgb(82 82 82 / 0.65);
}
.before\:bg-grey-600\/70::before {
  content: var(--tw-content);
  background-color: rgb(82 82 82 / 0.7);
}
.before\:bg-grey-600\/75::before {
  content: var(--tw-content);
  background-color: rgb(82 82 82 / 0.75);
}
.before\:bg-grey-600\/80::before {
  content: var(--tw-content);
  background-color: rgb(82 82 82 / 0.8);
}
.before\:bg-grey-600\/85::before {
  content: var(--tw-content);
  background-color: rgb(82 82 82 / 0.85);
}
.before\:bg-grey-600\/90::before {
  content: var(--tw-content);
  background-color: rgb(82 82 82 / 0.9);
}
.before\:bg-grey-600\/95::before {
  content: var(--tw-content);
  background-color: rgb(82 82 82 / 0.95);
}
.before\:bg-grey-700::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(64 64 64 / var(--tw-bg-opacity));
}
.before\:bg-grey-700\/0::before {
  content: var(--tw-content);
  background-color: rgb(64 64 64 / 0);
}
.before\:bg-grey-700\/10::before {
  content: var(--tw-content);
  background-color: rgb(64 64 64 / 0.1);
}
.before\:bg-grey-700\/100::before {
  content: var(--tw-content);
  background-color: rgb(64 64 64 / 1);
}
.before\:bg-grey-700\/15::before {
  content: var(--tw-content);
  background-color: rgb(64 64 64 / 0.15);
}
.before\:bg-grey-700\/20::before {
  content: var(--tw-content);
  background-color: rgb(64 64 64 / 0.2);
}
.before\:bg-grey-700\/25::before {
  content: var(--tw-content);
  background-color: rgb(64 64 64 / 0.25);
}
.before\:bg-grey-700\/30::before {
  content: var(--tw-content);
  background-color: rgb(64 64 64 / 0.3);
}
.before\:bg-grey-700\/35::before {
  content: var(--tw-content);
  background-color: rgb(64 64 64 / 0.35);
}
.before\:bg-grey-700\/40::before {
  content: var(--tw-content);
  background-color: rgb(64 64 64 / 0.4);
}
.before\:bg-grey-700\/45::before {
  content: var(--tw-content);
  background-color: rgb(64 64 64 / 0.45);
}
.before\:bg-grey-700\/5::before {
  content: var(--tw-content);
  background-color: rgb(64 64 64 / 0.05);
}
.before\:bg-grey-700\/50::before {
  content: var(--tw-content);
  background-color: rgb(64 64 64 / 0.5);
}
.before\:bg-grey-700\/55::before {
  content: var(--tw-content);
  background-color: rgb(64 64 64 / 0.55);
}
.before\:bg-grey-700\/60::before {
  content: var(--tw-content);
  background-color: rgb(64 64 64 / 0.6);
}
.before\:bg-grey-700\/65::before {
  content: var(--tw-content);
  background-color: rgb(64 64 64 / 0.65);
}
.before\:bg-grey-700\/70::before {
  content: var(--tw-content);
  background-color: rgb(64 64 64 / 0.7);
}
.before\:bg-grey-700\/75::before {
  content: var(--tw-content);
  background-color: rgb(64 64 64 / 0.75);
}
.before\:bg-grey-700\/80::before {
  content: var(--tw-content);
  background-color: rgb(64 64 64 / 0.8);
}
.before\:bg-grey-700\/85::before {
  content: var(--tw-content);
  background-color: rgb(64 64 64 / 0.85);
}
.before\:bg-grey-700\/90::before {
  content: var(--tw-content);
  background-color: rgb(64 64 64 / 0.9);
}
.before\:bg-grey-700\/95::before {
  content: var(--tw-content);
  background-color: rgb(64 64 64 / 0.95);
}
.before\:bg-grey-800::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(38 38 38 / var(--tw-bg-opacity));
}
.before\:bg-grey-800\/0::before {
  content: var(--tw-content);
  background-color: rgb(38 38 38 / 0);
}
.before\:bg-grey-800\/10::before {
  content: var(--tw-content);
  background-color: rgb(38 38 38 / 0.1);
}
.before\:bg-grey-800\/100::before {
  content: var(--tw-content);
  background-color: rgb(38 38 38 / 1);
}
.before\:bg-grey-800\/15::before {
  content: var(--tw-content);
  background-color: rgb(38 38 38 / 0.15);
}
.before\:bg-grey-800\/20::before {
  content: var(--tw-content);
  background-color: rgb(38 38 38 / 0.2);
}
.before\:bg-grey-800\/25::before {
  content: var(--tw-content);
  background-color: rgb(38 38 38 / 0.25);
}
.before\:bg-grey-800\/30::before {
  content: var(--tw-content);
  background-color: rgb(38 38 38 / 0.3);
}
.before\:bg-grey-800\/35::before {
  content: var(--tw-content);
  background-color: rgb(38 38 38 / 0.35);
}
.before\:bg-grey-800\/40::before {
  content: var(--tw-content);
  background-color: rgb(38 38 38 / 0.4);
}
.before\:bg-grey-800\/45::before {
  content: var(--tw-content);
  background-color: rgb(38 38 38 / 0.45);
}
.before\:bg-grey-800\/5::before {
  content: var(--tw-content);
  background-color: rgb(38 38 38 / 0.05);
}
.before\:bg-grey-800\/50::before {
  content: var(--tw-content);
  background-color: rgb(38 38 38 / 0.5);
}
.before\:bg-grey-800\/55::before {
  content: var(--tw-content);
  background-color: rgb(38 38 38 / 0.55);
}
.before\:bg-grey-800\/60::before {
  content: var(--tw-content);
  background-color: rgb(38 38 38 / 0.6);
}
.before\:bg-grey-800\/65::before {
  content: var(--tw-content);
  background-color: rgb(38 38 38 / 0.65);
}
.before\:bg-grey-800\/70::before {
  content: var(--tw-content);
  background-color: rgb(38 38 38 / 0.7);
}
.before\:bg-grey-800\/75::before {
  content: var(--tw-content);
  background-color: rgb(38 38 38 / 0.75);
}
.before\:bg-grey-800\/80::before {
  content: var(--tw-content);
  background-color: rgb(38 38 38 / 0.8);
}
.before\:bg-grey-800\/85::before {
  content: var(--tw-content);
  background-color: rgb(38 38 38 / 0.85);
}
.before\:bg-grey-800\/90::before {
  content: var(--tw-content);
  background-color: rgb(38 38 38 / 0.9);
}
.before\:bg-grey-800\/95::before {
  content: var(--tw-content);
  background-color: rgb(38 38 38 / 0.95);
}
.before\:bg-grey-900::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(23 23 23 / var(--tw-bg-opacity));
}
.before\:bg-grey-900\/0::before {
  content: var(--tw-content);
  background-color: rgb(23 23 23 / 0);
}
.before\:bg-grey-900\/10::before {
  content: var(--tw-content);
  background-color: rgb(23 23 23 / 0.1);
}
.before\:bg-grey-900\/100::before {
  content: var(--tw-content);
  background-color: rgb(23 23 23 / 1);
}
.before\:bg-grey-900\/15::before {
  content: var(--tw-content);
  background-color: rgb(23 23 23 / 0.15);
}
.before\:bg-grey-900\/20::before {
  content: var(--tw-content);
  background-color: rgb(23 23 23 / 0.2);
}
.before\:bg-grey-900\/25::before {
  content: var(--tw-content);
  background-color: rgb(23 23 23 / 0.25);
}
.before\:bg-grey-900\/30::before {
  content: var(--tw-content);
  background-color: rgb(23 23 23 / 0.3);
}
.before\:bg-grey-900\/35::before {
  content: var(--tw-content);
  background-color: rgb(23 23 23 / 0.35);
}
.before\:bg-grey-900\/40::before {
  content: var(--tw-content);
  background-color: rgb(23 23 23 / 0.4);
}
.before\:bg-grey-900\/45::before {
  content: var(--tw-content);
  background-color: rgb(23 23 23 / 0.45);
}
.before\:bg-grey-900\/5::before {
  content: var(--tw-content);
  background-color: rgb(23 23 23 / 0.05);
}
.before\:bg-grey-900\/50::before {
  content: var(--tw-content);
  background-color: rgb(23 23 23 / 0.5);
}
.before\:bg-grey-900\/55::before {
  content: var(--tw-content);
  background-color: rgb(23 23 23 / 0.55);
}
.before\:bg-grey-900\/60::before {
  content: var(--tw-content);
  background-color: rgb(23 23 23 / 0.6);
}
.before\:bg-grey-900\/65::before {
  content: var(--tw-content);
  background-color: rgb(23 23 23 / 0.65);
}
.before\:bg-grey-900\/70::before {
  content: var(--tw-content);
  background-color: rgb(23 23 23 / 0.7);
}
.before\:bg-grey-900\/75::before {
  content: var(--tw-content);
  background-color: rgb(23 23 23 / 0.75);
}
.before\:bg-grey-900\/80::before {
  content: var(--tw-content);
  background-color: rgb(23 23 23 / 0.8);
}
.before\:bg-grey-900\/85::before {
  content: var(--tw-content);
  background-color: rgb(23 23 23 / 0.85);
}
.before\:bg-grey-900\/90::before {
  content: var(--tw-content);
  background-color: rgb(23 23 23 / 0.9);
}
.before\:bg-grey-900\/95::before {
  content: var(--tw-content);
  background-color: rgb(23 23 23 / 0.95);
}
.before\:bg-grey-950::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(10 10 10 / var(--tw-bg-opacity));
}
.before\:bg-grey-950\/0::before {
  content: var(--tw-content);
  background-color: rgb(10 10 10 / 0);
}
.before\:bg-grey-950\/10::before {
  content: var(--tw-content);
  background-color: rgb(10 10 10 / 0.1);
}
.before\:bg-grey-950\/100::before {
  content: var(--tw-content);
  background-color: rgb(10 10 10 / 1);
}
.before\:bg-grey-950\/15::before {
  content: var(--tw-content);
  background-color: rgb(10 10 10 / 0.15);
}
.before\:bg-grey-950\/20::before {
  content: var(--tw-content);
  background-color: rgb(10 10 10 / 0.2);
}
.before\:bg-grey-950\/25::before {
  content: var(--tw-content);
  background-color: rgb(10 10 10 / 0.25);
}
.before\:bg-grey-950\/30::before {
  content: var(--tw-content);
  background-color: rgb(10 10 10 / 0.3);
}
.before\:bg-grey-950\/35::before {
  content: var(--tw-content);
  background-color: rgb(10 10 10 / 0.35);
}
.before\:bg-grey-950\/40::before {
  content: var(--tw-content);
  background-color: rgb(10 10 10 / 0.4);
}
.before\:bg-grey-950\/45::before {
  content: var(--tw-content);
  background-color: rgb(10 10 10 / 0.45);
}
.before\:bg-grey-950\/5::before {
  content: var(--tw-content);
  background-color: rgb(10 10 10 / 0.05);
}
.before\:bg-grey-950\/50::before {
  content: var(--tw-content);
  background-color: rgb(10 10 10 / 0.5);
}
.before\:bg-grey-950\/55::before {
  content: var(--tw-content);
  background-color: rgb(10 10 10 / 0.55);
}
.before\:bg-grey-950\/60::before {
  content: var(--tw-content);
  background-color: rgb(10 10 10 / 0.6);
}
.before\:bg-grey-950\/65::before {
  content: var(--tw-content);
  background-color: rgb(10 10 10 / 0.65);
}
.before\:bg-grey-950\/70::before {
  content: var(--tw-content);
  background-color: rgb(10 10 10 / 0.7);
}
.before\:bg-grey-950\/75::before {
  content: var(--tw-content);
  background-color: rgb(10 10 10 / 0.75);
}
.before\:bg-grey-950\/80::before {
  content: var(--tw-content);
  background-color: rgb(10 10 10 / 0.8);
}
.before\:bg-grey-950\/85::before {
  content: var(--tw-content);
  background-color: rgb(10 10 10 / 0.85);
}
.before\:bg-grey-950\/90::before {
  content: var(--tw-content);
  background-color: rgb(10 10 10 / 0.9);
}
.before\:bg-grey-950\/95::before {
  content: var(--tw-content);
  background-color: rgb(10 10 10 / 0.95);
}
.before\:bg-primary::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(47 55 57 / var(--tw-bg-opacity));
}
.before\:bg-primary-bright::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(213 215 215 / var(--tw-bg-opacity));
}
.before\:bg-primary-bright\/0::before {
  content: var(--tw-content);
  background-color: rgb(213 215 215 / 0);
}
.before\:bg-primary-bright\/10::before {
  content: var(--tw-content);
  background-color: rgb(213 215 215 / 0.1);
}
.before\:bg-primary-bright\/100::before {
  content: var(--tw-content);
  background-color: rgb(213 215 215 / 1);
}
.before\:bg-primary-bright\/15::before {
  content: var(--tw-content);
  background-color: rgb(213 215 215 / 0.15);
}
.before\:bg-primary-bright\/20::before {
  content: var(--tw-content);
  background-color: rgb(213 215 215 / 0.2);
}
.before\:bg-primary-bright\/25::before {
  content: var(--tw-content);
  background-color: rgb(213 215 215 / 0.25);
}
.before\:bg-primary-bright\/30::before {
  content: var(--tw-content);
  background-color: rgb(213 215 215 / 0.3);
}
.before\:bg-primary-bright\/35::before {
  content: var(--tw-content);
  background-color: rgb(213 215 215 / 0.35);
}
.before\:bg-primary-bright\/40::before {
  content: var(--tw-content);
  background-color: rgb(213 215 215 / 0.4);
}
.before\:bg-primary-bright\/45::before {
  content: var(--tw-content);
  background-color: rgb(213 215 215 / 0.45);
}
.before\:bg-primary-bright\/5::before {
  content: var(--tw-content);
  background-color: rgb(213 215 215 / 0.05);
}
.before\:bg-primary-bright\/50::before {
  content: var(--tw-content);
  background-color: rgb(213 215 215 / 0.5);
}
.before\:bg-primary-bright\/55::before {
  content: var(--tw-content);
  background-color: rgb(213 215 215 / 0.55);
}
.before\:bg-primary-bright\/60::before {
  content: var(--tw-content);
  background-color: rgb(213 215 215 / 0.6);
}
.before\:bg-primary-bright\/65::before {
  content: var(--tw-content);
  background-color: rgb(213 215 215 / 0.65);
}
.before\:bg-primary-bright\/70::before {
  content: var(--tw-content);
  background-color: rgb(213 215 215 / 0.7);
}
.before\:bg-primary-bright\/75::before {
  content: var(--tw-content);
  background-color: rgb(213 215 215 / 0.75);
}
.before\:bg-primary-bright\/80::before {
  content: var(--tw-content);
  background-color: rgb(213 215 215 / 0.8);
}
.before\:bg-primary-bright\/85::before {
  content: var(--tw-content);
  background-color: rgb(213 215 215 / 0.85);
}
.before\:bg-primary-bright\/90::before {
  content: var(--tw-content);
  background-color: rgb(213 215 215 / 0.9);
}
.before\:bg-primary-bright\/95::before {
  content: var(--tw-content);
  background-color: rgb(213 215 215 / 0.95);
}
.before\:bg-primary-light::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(244 245 245 / var(--tw-bg-opacity));
}
.before\:bg-primary-light\/0::before {
  content: var(--tw-content);
  background-color: rgb(244 245 245 / 0);
}
.before\:bg-primary-light\/10::before {
  content: var(--tw-content);
  background-color: rgb(244 245 245 / 0.1);
}
.before\:bg-primary-light\/100::before {
  content: var(--tw-content);
  background-color: rgb(244 245 245 / 1);
}
.before\:bg-primary-light\/15::before {
  content: var(--tw-content);
  background-color: rgb(244 245 245 / 0.15);
}
.before\:bg-primary-light\/20::before {
  content: var(--tw-content);
  background-color: rgb(244 245 245 / 0.2);
}
.before\:bg-primary-light\/25::before {
  content: var(--tw-content);
  background-color: rgb(244 245 245 / 0.25);
}
.before\:bg-primary-light\/30::before {
  content: var(--tw-content);
  background-color: rgb(244 245 245 / 0.3);
}
.before\:bg-primary-light\/35::before {
  content: var(--tw-content);
  background-color: rgb(244 245 245 / 0.35);
}
.before\:bg-primary-light\/40::before {
  content: var(--tw-content);
  background-color: rgb(244 245 245 / 0.4);
}
.before\:bg-primary-light\/45::before {
  content: var(--tw-content);
  background-color: rgb(244 245 245 / 0.45);
}
.before\:bg-primary-light\/5::before {
  content: var(--tw-content);
  background-color: rgb(244 245 245 / 0.05);
}
.before\:bg-primary-light\/50::before {
  content: var(--tw-content);
  background-color: rgb(244 245 245 / 0.5);
}
.before\:bg-primary-light\/55::before {
  content: var(--tw-content);
  background-color: rgb(244 245 245 / 0.55);
}
.before\:bg-primary-light\/60::before {
  content: var(--tw-content);
  background-color: rgb(244 245 245 / 0.6);
}
.before\:bg-primary-light\/65::before {
  content: var(--tw-content);
  background-color: rgb(244 245 245 / 0.65);
}
.before\:bg-primary-light\/70::before {
  content: var(--tw-content);
  background-color: rgb(244 245 245 / 0.7);
}
.before\:bg-primary-light\/75::before {
  content: var(--tw-content);
  background-color: rgb(244 245 245 / 0.75);
}
.before\:bg-primary-light\/80::before {
  content: var(--tw-content);
  background-color: rgb(244 245 245 / 0.8);
}
.before\:bg-primary-light\/85::before {
  content: var(--tw-content);
  background-color: rgb(244 245 245 / 0.85);
}
.before\:bg-primary-light\/90::before {
  content: var(--tw-content);
  background-color: rgb(244 245 245 / 0.9);
}
.before\:bg-primary-light\/95::before {
  content: var(--tw-content);
  background-color: rgb(244 245 245 / 0.95);
}
.before\:bg-primary-mid::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(151 155 156 / var(--tw-bg-opacity));
}
.before\:bg-primary-mid\/0::before {
  content: var(--tw-content);
  background-color: rgb(151 155 156 / 0);
}
.before\:bg-primary-mid\/10::before {
  content: var(--tw-content);
  background-color: rgb(151 155 156 / 0.1);
}
.before\:bg-primary-mid\/100::before {
  content: var(--tw-content);
  background-color: rgb(151 155 156 / 1);
}
.before\:bg-primary-mid\/15::before {
  content: var(--tw-content);
  background-color: rgb(151 155 156 / 0.15);
}
.before\:bg-primary-mid\/20::before {
  content: var(--tw-content);
  background-color: rgb(151 155 156 / 0.2);
}
.before\:bg-primary-mid\/25::before {
  content: var(--tw-content);
  background-color: rgb(151 155 156 / 0.25);
}
.before\:bg-primary-mid\/30::before {
  content: var(--tw-content);
  background-color: rgb(151 155 156 / 0.3);
}
.before\:bg-primary-mid\/35::before {
  content: var(--tw-content);
  background-color: rgb(151 155 156 / 0.35);
}
.before\:bg-primary-mid\/40::before {
  content: var(--tw-content);
  background-color: rgb(151 155 156 / 0.4);
}
.before\:bg-primary-mid\/45::before {
  content: var(--tw-content);
  background-color: rgb(151 155 156 / 0.45);
}
.before\:bg-primary-mid\/5::before {
  content: var(--tw-content);
  background-color: rgb(151 155 156 / 0.05);
}
.before\:bg-primary-mid\/50::before {
  content: var(--tw-content);
  background-color: rgb(151 155 156 / 0.5);
}
.before\:bg-primary-mid\/55::before {
  content: var(--tw-content);
  background-color: rgb(151 155 156 / 0.55);
}
.before\:bg-primary-mid\/60::before {
  content: var(--tw-content);
  background-color: rgb(151 155 156 / 0.6);
}
.before\:bg-primary-mid\/65::before {
  content: var(--tw-content);
  background-color: rgb(151 155 156 / 0.65);
}
.before\:bg-primary-mid\/70::before {
  content: var(--tw-content);
  background-color: rgb(151 155 156 / 0.7);
}
.before\:bg-primary-mid\/75::before {
  content: var(--tw-content);
  background-color: rgb(151 155 156 / 0.75);
}
.before\:bg-primary-mid\/80::before {
  content: var(--tw-content);
  background-color: rgb(151 155 156 / 0.8);
}
.before\:bg-primary-mid\/85::before {
  content: var(--tw-content);
  background-color: rgb(151 155 156 / 0.85);
}
.before\:bg-primary-mid\/90::before {
  content: var(--tw-content);
  background-color: rgb(151 155 156 / 0.9);
}
.before\:bg-primary-mid\/95::before {
  content: var(--tw-content);
  background-color: rgb(151 155 156 / 0.95);
}
.before\:bg-primary\/0::before {
  content: var(--tw-content);
  background-color: rgb(47 55 57 / 0);
}
.before\:bg-primary\/10::before {
  content: var(--tw-content);
  background-color: rgb(47 55 57 / 0.1);
}
.before\:bg-primary\/100::before {
  content: var(--tw-content);
  background-color: rgb(47 55 57 / 1);
}
.before\:bg-primary\/15::before {
  content: var(--tw-content);
  background-color: rgb(47 55 57 / 0.15);
}
.before\:bg-primary\/20::before {
  content: var(--tw-content);
  background-color: rgb(47 55 57 / 0.2);
}
.before\:bg-primary\/25::before {
  content: var(--tw-content);
  background-color: rgb(47 55 57 / 0.25);
}
.before\:bg-primary\/30::before {
  content: var(--tw-content);
  background-color: rgb(47 55 57 / 0.3);
}
.before\:bg-primary\/35::before {
  content: var(--tw-content);
  background-color: rgb(47 55 57 / 0.35);
}
.before\:bg-primary\/40::before {
  content: var(--tw-content);
  background-color: rgb(47 55 57 / 0.4);
}
.before\:bg-primary\/45::before {
  content: var(--tw-content);
  background-color: rgb(47 55 57 / 0.45);
}
.before\:bg-primary\/5::before {
  content: var(--tw-content);
  background-color: rgb(47 55 57 / 0.05);
}
.before\:bg-primary\/50::before {
  content: var(--tw-content);
  background-color: rgb(47 55 57 / 0.5);
}
.before\:bg-primary\/55::before {
  content: var(--tw-content);
  background-color: rgb(47 55 57 / 0.55);
}
.before\:bg-primary\/60::before {
  content: var(--tw-content);
  background-color: rgb(47 55 57 / 0.6);
}
.before\:bg-primary\/65::before {
  content: var(--tw-content);
  background-color: rgb(47 55 57 / 0.65);
}
.before\:bg-primary\/70::before {
  content: var(--tw-content);
  background-color: rgb(47 55 57 / 0.7);
}
.before\:bg-primary\/75::before {
  content: var(--tw-content);
  background-color: rgb(47 55 57 / 0.75);
}
.before\:bg-primary\/80::before {
  content: var(--tw-content);
  background-color: rgb(47 55 57 / 0.8);
}
.before\:bg-primary\/85::before {
  content: var(--tw-content);
  background-color: rgb(47 55 57 / 0.85);
}
.before\:bg-primary\/90::before {
  content: var(--tw-content);
  background-color: rgb(47 55 57 / 0.9);
}
.before\:bg-primary\/95::before {
  content: var(--tw-content);
  background-color: rgb(47 55 57 / 0.95);
}
.before\:bg-red-100::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity));
}
.before\:bg-red-100\/0::before {
  content: var(--tw-content);
  background-color: rgb(254 226 226 / 0);
}
.before\:bg-red-100\/10::before {
  content: var(--tw-content);
  background-color: rgb(254 226 226 / 0.1);
}
.before\:bg-red-100\/100::before {
  content: var(--tw-content);
  background-color: rgb(254 226 226 / 1);
}
.before\:bg-red-100\/15::before {
  content: var(--tw-content);
  background-color: rgb(254 226 226 / 0.15);
}
.before\:bg-red-100\/20::before {
  content: var(--tw-content);
  background-color: rgb(254 226 226 / 0.2);
}
.before\:bg-red-100\/25::before {
  content: var(--tw-content);
  background-color: rgb(254 226 226 / 0.25);
}
.before\:bg-red-100\/30::before {
  content: var(--tw-content);
  background-color: rgb(254 226 226 / 0.3);
}
.before\:bg-red-100\/35::before {
  content: var(--tw-content);
  background-color: rgb(254 226 226 / 0.35);
}
.before\:bg-red-100\/40::before {
  content: var(--tw-content);
  background-color: rgb(254 226 226 / 0.4);
}
.before\:bg-red-100\/45::before {
  content: var(--tw-content);
  background-color: rgb(254 226 226 / 0.45);
}
.before\:bg-red-100\/5::before {
  content: var(--tw-content);
  background-color: rgb(254 226 226 / 0.05);
}
.before\:bg-red-100\/50::before {
  content: var(--tw-content);
  background-color: rgb(254 226 226 / 0.5);
}
.before\:bg-red-100\/55::before {
  content: var(--tw-content);
  background-color: rgb(254 226 226 / 0.55);
}
.before\:bg-red-100\/60::before {
  content: var(--tw-content);
  background-color: rgb(254 226 226 / 0.6);
}
.before\:bg-red-100\/65::before {
  content: var(--tw-content);
  background-color: rgb(254 226 226 / 0.65);
}
.before\:bg-red-100\/70::before {
  content: var(--tw-content);
  background-color: rgb(254 226 226 / 0.7);
}
.before\:bg-red-100\/75::before {
  content: var(--tw-content);
  background-color: rgb(254 226 226 / 0.75);
}
.before\:bg-red-100\/80::before {
  content: var(--tw-content);
  background-color: rgb(254 226 226 / 0.8);
}
.before\:bg-red-100\/85::before {
  content: var(--tw-content);
  background-color: rgb(254 226 226 / 0.85);
}
.before\:bg-red-100\/90::before {
  content: var(--tw-content);
  background-color: rgb(254 226 226 / 0.9);
}
.before\:bg-red-100\/95::before {
  content: var(--tw-content);
  background-color: rgb(254 226 226 / 0.95);
}
.before\:bg-red-200::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(254 202 202 / var(--tw-bg-opacity));
}
.before\:bg-red-200\/0::before {
  content: var(--tw-content);
  background-color: rgb(254 202 202 / 0);
}
.before\:bg-red-200\/10::before {
  content: var(--tw-content);
  background-color: rgb(254 202 202 / 0.1);
}
.before\:bg-red-200\/100::before {
  content: var(--tw-content);
  background-color: rgb(254 202 202 / 1);
}
.before\:bg-red-200\/15::before {
  content: var(--tw-content);
  background-color: rgb(254 202 202 / 0.15);
}
.before\:bg-red-200\/20::before {
  content: var(--tw-content);
  background-color: rgb(254 202 202 / 0.2);
}
.before\:bg-red-200\/25::before {
  content: var(--tw-content);
  background-color: rgb(254 202 202 / 0.25);
}
.before\:bg-red-200\/30::before {
  content: var(--tw-content);
  background-color: rgb(254 202 202 / 0.3);
}
.before\:bg-red-200\/35::before {
  content: var(--tw-content);
  background-color: rgb(254 202 202 / 0.35);
}
.before\:bg-red-200\/40::before {
  content: var(--tw-content);
  background-color: rgb(254 202 202 / 0.4);
}
.before\:bg-red-200\/45::before {
  content: var(--tw-content);
  background-color: rgb(254 202 202 / 0.45);
}
.before\:bg-red-200\/5::before {
  content: var(--tw-content);
  background-color: rgb(254 202 202 / 0.05);
}
.before\:bg-red-200\/50::before {
  content: var(--tw-content);
  background-color: rgb(254 202 202 / 0.5);
}
.before\:bg-red-200\/55::before {
  content: var(--tw-content);
  background-color: rgb(254 202 202 / 0.55);
}
.before\:bg-red-200\/60::before {
  content: var(--tw-content);
  background-color: rgb(254 202 202 / 0.6);
}
.before\:bg-red-200\/65::before {
  content: var(--tw-content);
  background-color: rgb(254 202 202 / 0.65);
}
.before\:bg-red-200\/70::before {
  content: var(--tw-content);
  background-color: rgb(254 202 202 / 0.7);
}
.before\:bg-red-200\/75::before {
  content: var(--tw-content);
  background-color: rgb(254 202 202 / 0.75);
}
.before\:bg-red-200\/80::before {
  content: var(--tw-content);
  background-color: rgb(254 202 202 / 0.8);
}
.before\:bg-red-200\/85::before {
  content: var(--tw-content);
  background-color: rgb(254 202 202 / 0.85);
}
.before\:bg-red-200\/90::before {
  content: var(--tw-content);
  background-color: rgb(254 202 202 / 0.9);
}
.before\:bg-red-200\/95::before {
  content: var(--tw-content);
  background-color: rgb(254 202 202 / 0.95);
}
.before\:bg-red-300::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(252 165 165 / var(--tw-bg-opacity));
}
.before\:bg-red-300\/0::before {
  content: var(--tw-content);
  background-color: rgb(252 165 165 / 0);
}
.before\:bg-red-300\/10::before {
  content: var(--tw-content);
  background-color: rgb(252 165 165 / 0.1);
}
.before\:bg-red-300\/100::before {
  content: var(--tw-content);
  background-color: rgb(252 165 165 / 1);
}
.before\:bg-red-300\/15::before {
  content: var(--tw-content);
  background-color: rgb(252 165 165 / 0.15);
}
.before\:bg-red-300\/20::before {
  content: var(--tw-content);
  background-color: rgb(252 165 165 / 0.2);
}
.before\:bg-red-300\/25::before {
  content: var(--tw-content);
  background-color: rgb(252 165 165 / 0.25);
}
.before\:bg-red-300\/30::before {
  content: var(--tw-content);
  background-color: rgb(252 165 165 / 0.3);
}
.before\:bg-red-300\/35::before {
  content: var(--tw-content);
  background-color: rgb(252 165 165 / 0.35);
}
.before\:bg-red-300\/40::before {
  content: var(--tw-content);
  background-color: rgb(252 165 165 / 0.4);
}
.before\:bg-red-300\/45::before {
  content: var(--tw-content);
  background-color: rgb(252 165 165 / 0.45);
}
.before\:bg-red-300\/5::before {
  content: var(--tw-content);
  background-color: rgb(252 165 165 / 0.05);
}
.before\:bg-red-300\/50::before {
  content: var(--tw-content);
  background-color: rgb(252 165 165 / 0.5);
}
.before\:bg-red-300\/55::before {
  content: var(--tw-content);
  background-color: rgb(252 165 165 / 0.55);
}
.before\:bg-red-300\/60::before {
  content: var(--tw-content);
  background-color: rgb(252 165 165 / 0.6);
}
.before\:bg-red-300\/65::before {
  content: var(--tw-content);
  background-color: rgb(252 165 165 / 0.65);
}
.before\:bg-red-300\/70::before {
  content: var(--tw-content);
  background-color: rgb(252 165 165 / 0.7);
}
.before\:bg-red-300\/75::before {
  content: var(--tw-content);
  background-color: rgb(252 165 165 / 0.75);
}
.before\:bg-red-300\/80::before {
  content: var(--tw-content);
  background-color: rgb(252 165 165 / 0.8);
}
.before\:bg-red-300\/85::before {
  content: var(--tw-content);
  background-color: rgb(252 165 165 / 0.85);
}
.before\:bg-red-300\/90::before {
  content: var(--tw-content);
  background-color: rgb(252 165 165 / 0.9);
}
.before\:bg-red-300\/95::before {
  content: var(--tw-content);
  background-color: rgb(252 165 165 / 0.95);
}
.before\:bg-red-400::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(248 113 113 / var(--tw-bg-opacity));
}
.before\:bg-red-400\/0::before {
  content: var(--tw-content);
  background-color: rgb(248 113 113 / 0);
}
.before\:bg-red-400\/10::before {
  content: var(--tw-content);
  background-color: rgb(248 113 113 / 0.1);
}
.before\:bg-red-400\/100::before {
  content: var(--tw-content);
  background-color: rgb(248 113 113 / 1);
}
.before\:bg-red-400\/15::before {
  content: var(--tw-content);
  background-color: rgb(248 113 113 / 0.15);
}
.before\:bg-red-400\/20::before {
  content: var(--tw-content);
  background-color: rgb(248 113 113 / 0.2);
}
.before\:bg-red-400\/25::before {
  content: var(--tw-content);
  background-color: rgb(248 113 113 / 0.25);
}
.before\:bg-red-400\/30::before {
  content: var(--tw-content);
  background-color: rgb(248 113 113 / 0.3);
}
.before\:bg-red-400\/35::before {
  content: var(--tw-content);
  background-color: rgb(248 113 113 / 0.35);
}
.before\:bg-red-400\/40::before {
  content: var(--tw-content);
  background-color: rgb(248 113 113 / 0.4);
}
.before\:bg-red-400\/45::before {
  content: var(--tw-content);
  background-color: rgb(248 113 113 / 0.45);
}
.before\:bg-red-400\/5::before {
  content: var(--tw-content);
  background-color: rgb(248 113 113 / 0.05);
}
.before\:bg-red-400\/50::before {
  content: var(--tw-content);
  background-color: rgb(248 113 113 / 0.5);
}
.before\:bg-red-400\/55::before {
  content: var(--tw-content);
  background-color: rgb(248 113 113 / 0.55);
}
.before\:bg-red-400\/60::before {
  content: var(--tw-content);
  background-color: rgb(248 113 113 / 0.6);
}
.before\:bg-red-400\/65::before {
  content: var(--tw-content);
  background-color: rgb(248 113 113 / 0.65);
}
.before\:bg-red-400\/70::before {
  content: var(--tw-content);
  background-color: rgb(248 113 113 / 0.7);
}
.before\:bg-red-400\/75::before {
  content: var(--tw-content);
  background-color: rgb(248 113 113 / 0.75);
}
.before\:bg-red-400\/80::before {
  content: var(--tw-content);
  background-color: rgb(248 113 113 / 0.8);
}
.before\:bg-red-400\/85::before {
  content: var(--tw-content);
  background-color: rgb(248 113 113 / 0.85);
}
.before\:bg-red-400\/90::before {
  content: var(--tw-content);
  background-color: rgb(248 113 113 / 0.9);
}
.before\:bg-red-400\/95::before {
  content: var(--tw-content);
  background-color: rgb(248 113 113 / 0.95);
}
.before\:bg-red-50::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity));
}
.before\:bg-red-50\/0::before {
  content: var(--tw-content);
  background-color: rgb(254 242 242 / 0);
}
.before\:bg-red-50\/10::before {
  content: var(--tw-content);
  background-color: rgb(254 242 242 / 0.1);
}
.before\:bg-red-50\/100::before {
  content: var(--tw-content);
  background-color: rgb(254 242 242 / 1);
}
.before\:bg-red-50\/15::before {
  content: var(--tw-content);
  background-color: rgb(254 242 242 / 0.15);
}
.before\:bg-red-50\/20::before {
  content: var(--tw-content);
  background-color: rgb(254 242 242 / 0.2);
}
.before\:bg-red-50\/25::before {
  content: var(--tw-content);
  background-color: rgb(254 242 242 / 0.25);
}
.before\:bg-red-50\/30::before {
  content: var(--tw-content);
  background-color: rgb(254 242 242 / 0.3);
}
.before\:bg-red-50\/35::before {
  content: var(--tw-content);
  background-color: rgb(254 242 242 / 0.35);
}
.before\:bg-red-50\/40::before {
  content: var(--tw-content);
  background-color: rgb(254 242 242 / 0.4);
}
.before\:bg-red-50\/45::before {
  content: var(--tw-content);
  background-color: rgb(254 242 242 / 0.45);
}
.before\:bg-red-50\/5::before {
  content: var(--tw-content);
  background-color: rgb(254 242 242 / 0.05);
}
.before\:bg-red-50\/50::before {
  content: var(--tw-content);
  background-color: rgb(254 242 242 / 0.5);
}
.before\:bg-red-50\/55::before {
  content: var(--tw-content);
  background-color: rgb(254 242 242 / 0.55);
}
.before\:bg-red-50\/60::before {
  content: var(--tw-content);
  background-color: rgb(254 242 242 / 0.6);
}
.before\:bg-red-50\/65::before {
  content: var(--tw-content);
  background-color: rgb(254 242 242 / 0.65);
}
.before\:bg-red-50\/70::before {
  content: var(--tw-content);
  background-color: rgb(254 242 242 / 0.7);
}
.before\:bg-red-50\/75::before {
  content: var(--tw-content);
  background-color: rgb(254 242 242 / 0.75);
}
.before\:bg-red-50\/80::before {
  content: var(--tw-content);
  background-color: rgb(254 242 242 / 0.8);
}
.before\:bg-red-50\/85::before {
  content: var(--tw-content);
  background-color: rgb(254 242 242 / 0.85);
}
.before\:bg-red-50\/90::before {
  content: var(--tw-content);
  background-color: rgb(254 242 242 / 0.9);
}
.before\:bg-red-50\/95::before {
  content: var(--tw-content);
  background-color: rgb(254 242 242 / 0.95);
}
.before\:bg-red-500::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity));
}
.before\:bg-red-500\/0::before {
  content: var(--tw-content);
  background-color: rgb(239 68 68 / 0);
}
.before\:bg-red-500\/10::before {
  content: var(--tw-content);
  background-color: rgb(239 68 68 / 0.1);
}
.before\:bg-red-500\/100::before {
  content: var(--tw-content);
  background-color: rgb(239 68 68 / 1);
}
.before\:bg-red-500\/15::before {
  content: var(--tw-content);
  background-color: rgb(239 68 68 / 0.15);
}
.before\:bg-red-500\/20::before {
  content: var(--tw-content);
  background-color: rgb(239 68 68 / 0.2);
}
.before\:bg-red-500\/25::before {
  content: var(--tw-content);
  background-color: rgb(239 68 68 / 0.25);
}
.before\:bg-red-500\/30::before {
  content: var(--tw-content);
  background-color: rgb(239 68 68 / 0.3);
}
.before\:bg-red-500\/35::before {
  content: var(--tw-content);
  background-color: rgb(239 68 68 / 0.35);
}
.before\:bg-red-500\/40::before {
  content: var(--tw-content);
  background-color: rgb(239 68 68 / 0.4);
}
.before\:bg-red-500\/45::before {
  content: var(--tw-content);
  background-color: rgb(239 68 68 / 0.45);
}
.before\:bg-red-500\/5::before {
  content: var(--tw-content);
  background-color: rgb(239 68 68 / 0.05);
}
.before\:bg-red-500\/50::before {
  content: var(--tw-content);
  background-color: rgb(239 68 68 / 0.5);
}
.before\:bg-red-500\/55::before {
  content: var(--tw-content);
  background-color: rgb(239 68 68 / 0.55);
}
.before\:bg-red-500\/60::before {
  content: var(--tw-content);
  background-color: rgb(239 68 68 / 0.6);
}
.before\:bg-red-500\/65::before {
  content: var(--tw-content);
  background-color: rgb(239 68 68 / 0.65);
}
.before\:bg-red-500\/70::before {
  content: var(--tw-content);
  background-color: rgb(239 68 68 / 0.7);
}
.before\:bg-red-500\/75::before {
  content: var(--tw-content);
  background-color: rgb(239 68 68 / 0.75);
}
.before\:bg-red-500\/80::before {
  content: var(--tw-content);
  background-color: rgb(239 68 68 / 0.8);
}
.before\:bg-red-500\/85::before {
  content: var(--tw-content);
  background-color: rgb(239 68 68 / 0.85);
}
.before\:bg-red-500\/90::before {
  content: var(--tw-content);
  background-color: rgb(239 68 68 / 0.9);
}
.before\:bg-red-500\/95::before {
  content: var(--tw-content);
  background-color: rgb(239 68 68 / 0.95);
}
.before\:bg-red-600::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity));
}
.before\:bg-red-600\/0::before {
  content: var(--tw-content);
  background-color: rgb(220 38 38 / 0);
}
.before\:bg-red-600\/10::before {
  content: var(--tw-content);
  background-color: rgb(220 38 38 / 0.1);
}
.before\:bg-red-600\/100::before {
  content: var(--tw-content);
  background-color: rgb(220 38 38 / 1);
}
.before\:bg-red-600\/15::before {
  content: var(--tw-content);
  background-color: rgb(220 38 38 / 0.15);
}
.before\:bg-red-600\/20::before {
  content: var(--tw-content);
  background-color: rgb(220 38 38 / 0.2);
}
.before\:bg-red-600\/25::before {
  content: var(--tw-content);
  background-color: rgb(220 38 38 / 0.25);
}
.before\:bg-red-600\/30::before {
  content: var(--tw-content);
  background-color: rgb(220 38 38 / 0.3);
}
.before\:bg-red-600\/35::before {
  content: var(--tw-content);
  background-color: rgb(220 38 38 / 0.35);
}
.before\:bg-red-600\/40::before {
  content: var(--tw-content);
  background-color: rgb(220 38 38 / 0.4);
}
.before\:bg-red-600\/45::before {
  content: var(--tw-content);
  background-color: rgb(220 38 38 / 0.45);
}
.before\:bg-red-600\/5::before {
  content: var(--tw-content);
  background-color: rgb(220 38 38 / 0.05);
}
.before\:bg-red-600\/50::before {
  content: var(--tw-content);
  background-color: rgb(220 38 38 / 0.5);
}
.before\:bg-red-600\/55::before {
  content: var(--tw-content);
  background-color: rgb(220 38 38 / 0.55);
}
.before\:bg-red-600\/60::before {
  content: var(--tw-content);
  background-color: rgb(220 38 38 / 0.6);
}
.before\:bg-red-600\/65::before {
  content: var(--tw-content);
  background-color: rgb(220 38 38 / 0.65);
}
.before\:bg-red-600\/70::before {
  content: var(--tw-content);
  background-color: rgb(220 38 38 / 0.7);
}
.before\:bg-red-600\/75::before {
  content: var(--tw-content);
  background-color: rgb(220 38 38 / 0.75);
}
.before\:bg-red-600\/80::before {
  content: var(--tw-content);
  background-color: rgb(220 38 38 / 0.8);
}
.before\:bg-red-600\/85::before {
  content: var(--tw-content);
  background-color: rgb(220 38 38 / 0.85);
}
.before\:bg-red-600\/90::before {
  content: var(--tw-content);
  background-color: rgb(220 38 38 / 0.9);
}
.before\:bg-red-600\/95::before {
  content: var(--tw-content);
  background-color: rgb(220 38 38 / 0.95);
}
.before\:bg-red-700::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity));
}
.before\:bg-red-700\/0::before {
  content: var(--tw-content);
  background-color: rgb(185 28 28 / 0);
}
.before\:bg-red-700\/10::before {
  content: var(--tw-content);
  background-color: rgb(185 28 28 / 0.1);
}
.before\:bg-red-700\/100::before {
  content: var(--tw-content);
  background-color: rgb(185 28 28 / 1);
}
.before\:bg-red-700\/15::before {
  content: var(--tw-content);
  background-color: rgb(185 28 28 / 0.15);
}
.before\:bg-red-700\/20::before {
  content: var(--tw-content);
  background-color: rgb(185 28 28 / 0.2);
}
.before\:bg-red-700\/25::before {
  content: var(--tw-content);
  background-color: rgb(185 28 28 / 0.25);
}
.before\:bg-red-700\/30::before {
  content: var(--tw-content);
  background-color: rgb(185 28 28 / 0.3);
}
.before\:bg-red-700\/35::before {
  content: var(--tw-content);
  background-color: rgb(185 28 28 / 0.35);
}
.before\:bg-red-700\/40::before {
  content: var(--tw-content);
  background-color: rgb(185 28 28 / 0.4);
}
.before\:bg-red-700\/45::before {
  content: var(--tw-content);
  background-color: rgb(185 28 28 / 0.45);
}
.before\:bg-red-700\/5::before {
  content: var(--tw-content);
  background-color: rgb(185 28 28 / 0.05);
}
.before\:bg-red-700\/50::before {
  content: var(--tw-content);
  background-color: rgb(185 28 28 / 0.5);
}
.before\:bg-red-700\/55::before {
  content: var(--tw-content);
  background-color: rgb(185 28 28 / 0.55);
}
.before\:bg-red-700\/60::before {
  content: var(--tw-content);
  background-color: rgb(185 28 28 / 0.6);
}
.before\:bg-red-700\/65::before {
  content: var(--tw-content);
  background-color: rgb(185 28 28 / 0.65);
}
.before\:bg-red-700\/70::before {
  content: var(--tw-content);
  background-color: rgb(185 28 28 / 0.7);
}
.before\:bg-red-700\/75::before {
  content: var(--tw-content);
  background-color: rgb(185 28 28 / 0.75);
}
.before\:bg-red-700\/80::before {
  content: var(--tw-content);
  background-color: rgb(185 28 28 / 0.8);
}
.before\:bg-red-700\/85::before {
  content: var(--tw-content);
  background-color: rgb(185 28 28 / 0.85);
}
.before\:bg-red-700\/90::before {
  content: var(--tw-content);
  background-color: rgb(185 28 28 / 0.9);
}
.before\:bg-red-700\/95::before {
  content: var(--tw-content);
  background-color: rgb(185 28 28 / 0.95);
}
.before\:bg-red-800::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(153 27 27 / var(--tw-bg-opacity));
}
.before\:bg-red-800\/0::before {
  content: var(--tw-content);
  background-color: rgb(153 27 27 / 0);
}
.before\:bg-red-800\/10::before {
  content: var(--tw-content);
  background-color: rgb(153 27 27 / 0.1);
}
.before\:bg-red-800\/100::before {
  content: var(--tw-content);
  background-color: rgb(153 27 27 / 1);
}
.before\:bg-red-800\/15::before {
  content: var(--tw-content);
  background-color: rgb(153 27 27 / 0.15);
}
.before\:bg-red-800\/20::before {
  content: var(--tw-content);
  background-color: rgb(153 27 27 / 0.2);
}
.before\:bg-red-800\/25::before {
  content: var(--tw-content);
  background-color: rgb(153 27 27 / 0.25);
}
.before\:bg-red-800\/30::before {
  content: var(--tw-content);
  background-color: rgb(153 27 27 / 0.3);
}
.before\:bg-red-800\/35::before {
  content: var(--tw-content);
  background-color: rgb(153 27 27 / 0.35);
}
.before\:bg-red-800\/40::before {
  content: var(--tw-content);
  background-color: rgb(153 27 27 / 0.4);
}
.before\:bg-red-800\/45::before {
  content: var(--tw-content);
  background-color: rgb(153 27 27 / 0.45);
}
.before\:bg-red-800\/5::before {
  content: var(--tw-content);
  background-color: rgb(153 27 27 / 0.05);
}
.before\:bg-red-800\/50::before {
  content: var(--tw-content);
  background-color: rgb(153 27 27 / 0.5);
}
.before\:bg-red-800\/55::before {
  content: var(--tw-content);
  background-color: rgb(153 27 27 / 0.55);
}
.before\:bg-red-800\/60::before {
  content: var(--tw-content);
  background-color: rgb(153 27 27 / 0.6);
}
.before\:bg-red-800\/65::before {
  content: var(--tw-content);
  background-color: rgb(153 27 27 / 0.65);
}
.before\:bg-red-800\/70::before {
  content: var(--tw-content);
  background-color: rgb(153 27 27 / 0.7);
}
.before\:bg-red-800\/75::before {
  content: var(--tw-content);
  background-color: rgb(153 27 27 / 0.75);
}
.before\:bg-red-800\/80::before {
  content: var(--tw-content);
  background-color: rgb(153 27 27 / 0.8);
}
.before\:bg-red-800\/85::before {
  content: var(--tw-content);
  background-color: rgb(153 27 27 / 0.85);
}
.before\:bg-red-800\/90::before {
  content: var(--tw-content);
  background-color: rgb(153 27 27 / 0.9);
}
.before\:bg-red-800\/95::before {
  content: var(--tw-content);
  background-color: rgb(153 27 27 / 0.95);
}
.before\:bg-red-900::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(127 29 29 / var(--tw-bg-opacity));
}
.before\:bg-red-900\/0::before {
  content: var(--tw-content);
  background-color: rgb(127 29 29 / 0);
}
.before\:bg-red-900\/10::before {
  content: var(--tw-content);
  background-color: rgb(127 29 29 / 0.1);
}
.before\:bg-red-900\/100::before {
  content: var(--tw-content);
  background-color: rgb(127 29 29 / 1);
}
.before\:bg-red-900\/15::before {
  content: var(--tw-content);
  background-color: rgb(127 29 29 / 0.15);
}
.before\:bg-red-900\/20::before {
  content: var(--tw-content);
  background-color: rgb(127 29 29 / 0.2);
}
.before\:bg-red-900\/25::before {
  content: var(--tw-content);
  background-color: rgb(127 29 29 / 0.25);
}
.before\:bg-red-900\/30::before {
  content: var(--tw-content);
  background-color: rgb(127 29 29 / 0.3);
}
.before\:bg-red-900\/35::before {
  content: var(--tw-content);
  background-color: rgb(127 29 29 / 0.35);
}
.before\:bg-red-900\/40::before {
  content: var(--tw-content);
  background-color: rgb(127 29 29 / 0.4);
}
.before\:bg-red-900\/45::before {
  content: var(--tw-content);
  background-color: rgb(127 29 29 / 0.45);
}
.before\:bg-red-900\/5::before {
  content: var(--tw-content);
  background-color: rgb(127 29 29 / 0.05);
}
.before\:bg-red-900\/50::before {
  content: var(--tw-content);
  background-color: rgb(127 29 29 / 0.5);
}
.before\:bg-red-900\/55::before {
  content: var(--tw-content);
  background-color: rgb(127 29 29 / 0.55);
}
.before\:bg-red-900\/60::before {
  content: var(--tw-content);
  background-color: rgb(127 29 29 / 0.6);
}
.before\:bg-red-900\/65::before {
  content: var(--tw-content);
  background-color: rgb(127 29 29 / 0.65);
}
.before\:bg-red-900\/70::before {
  content: var(--tw-content);
  background-color: rgb(127 29 29 / 0.7);
}
.before\:bg-red-900\/75::before {
  content: var(--tw-content);
  background-color: rgb(127 29 29 / 0.75);
}
.before\:bg-red-900\/80::before {
  content: var(--tw-content);
  background-color: rgb(127 29 29 / 0.8);
}
.before\:bg-red-900\/85::before {
  content: var(--tw-content);
  background-color: rgb(127 29 29 / 0.85);
}
.before\:bg-red-900\/90::before {
  content: var(--tw-content);
  background-color: rgb(127 29 29 / 0.9);
}
.before\:bg-red-900\/95::before {
  content: var(--tw-content);
  background-color: rgb(127 29 29 / 0.95);
}
.before\:bg-red-950::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(69 10 10 / var(--tw-bg-opacity));
}
.before\:bg-red-950\/0::before {
  content: var(--tw-content);
  background-color: rgb(69 10 10 / 0);
}
.before\:bg-red-950\/10::before {
  content: var(--tw-content);
  background-color: rgb(69 10 10 / 0.1);
}
.before\:bg-red-950\/100::before {
  content: var(--tw-content);
  background-color: rgb(69 10 10 / 1);
}
.before\:bg-red-950\/15::before {
  content: var(--tw-content);
  background-color: rgb(69 10 10 / 0.15);
}
.before\:bg-red-950\/20::before {
  content: var(--tw-content);
  background-color: rgb(69 10 10 / 0.2);
}
.before\:bg-red-950\/25::before {
  content: var(--tw-content);
  background-color: rgb(69 10 10 / 0.25);
}
.before\:bg-red-950\/30::before {
  content: var(--tw-content);
  background-color: rgb(69 10 10 / 0.3);
}
.before\:bg-red-950\/35::before {
  content: var(--tw-content);
  background-color: rgb(69 10 10 / 0.35);
}
.before\:bg-red-950\/40::before {
  content: var(--tw-content);
  background-color: rgb(69 10 10 / 0.4);
}
.before\:bg-red-950\/45::before {
  content: var(--tw-content);
  background-color: rgb(69 10 10 / 0.45);
}
.before\:bg-red-950\/5::before {
  content: var(--tw-content);
  background-color: rgb(69 10 10 / 0.05);
}
.before\:bg-red-950\/50::before {
  content: var(--tw-content);
  background-color: rgb(69 10 10 / 0.5);
}
.before\:bg-red-950\/55::before {
  content: var(--tw-content);
  background-color: rgb(69 10 10 / 0.55);
}
.before\:bg-red-950\/60::before {
  content: var(--tw-content);
  background-color: rgb(69 10 10 / 0.6);
}
.before\:bg-red-950\/65::before {
  content: var(--tw-content);
  background-color: rgb(69 10 10 / 0.65);
}
.before\:bg-red-950\/70::before {
  content: var(--tw-content);
  background-color: rgb(69 10 10 / 0.7);
}
.before\:bg-red-950\/75::before {
  content: var(--tw-content);
  background-color: rgb(69 10 10 / 0.75);
}
.before\:bg-red-950\/80::before {
  content: var(--tw-content);
  background-color: rgb(69 10 10 / 0.8);
}
.before\:bg-red-950\/85::before {
  content: var(--tw-content);
  background-color: rgb(69 10 10 / 0.85);
}
.before\:bg-red-950\/90::before {
  content: var(--tw-content);
  background-color: rgb(69 10 10 / 0.9);
}
.before\:bg-red-950\/95::before {
  content: var(--tw-content);
  background-color: rgb(69 10 10 / 0.95);
}
.before\:bg-secondary::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(21 82 119 / var(--tw-bg-opacity));
}
.before\:bg-secondary-bright::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(43 150 221 / var(--tw-bg-opacity));
}
.before\:bg-secondary-bright\/0::before {
  content: var(--tw-content);
  background-color: rgb(43 150 221 / 0);
}
.before\:bg-secondary-bright\/10::before {
  content: var(--tw-content);
  background-color: rgb(43 150 221 / 0.1);
}
.before\:bg-secondary-bright\/100::before {
  content: var(--tw-content);
  background-color: rgb(43 150 221 / 1);
}
.before\:bg-secondary-bright\/15::before {
  content: var(--tw-content);
  background-color: rgb(43 150 221 / 0.15);
}
.before\:bg-secondary-bright\/20::before {
  content: var(--tw-content);
  background-color: rgb(43 150 221 / 0.2);
}
.before\:bg-secondary-bright\/25::before {
  content: var(--tw-content);
  background-color: rgb(43 150 221 / 0.25);
}
.before\:bg-secondary-bright\/30::before {
  content: var(--tw-content);
  background-color: rgb(43 150 221 / 0.3);
}
.before\:bg-secondary-bright\/35::before {
  content: var(--tw-content);
  background-color: rgb(43 150 221 / 0.35);
}
.before\:bg-secondary-bright\/40::before {
  content: var(--tw-content);
  background-color: rgb(43 150 221 / 0.4);
}
.before\:bg-secondary-bright\/45::before {
  content: var(--tw-content);
  background-color: rgb(43 150 221 / 0.45);
}
.before\:bg-secondary-bright\/5::before {
  content: var(--tw-content);
  background-color: rgb(43 150 221 / 0.05);
}
.before\:bg-secondary-bright\/50::before {
  content: var(--tw-content);
  background-color: rgb(43 150 221 / 0.5);
}
.before\:bg-secondary-bright\/55::before {
  content: var(--tw-content);
  background-color: rgb(43 150 221 / 0.55);
}
.before\:bg-secondary-bright\/60::before {
  content: var(--tw-content);
  background-color: rgb(43 150 221 / 0.6);
}
.before\:bg-secondary-bright\/65::before {
  content: var(--tw-content);
  background-color: rgb(43 150 221 / 0.65);
}
.before\:bg-secondary-bright\/70::before {
  content: var(--tw-content);
  background-color: rgb(43 150 221 / 0.7);
}
.before\:bg-secondary-bright\/75::before {
  content: var(--tw-content);
  background-color: rgb(43 150 221 / 0.75);
}
.before\:bg-secondary-bright\/80::before {
  content: var(--tw-content);
  background-color: rgb(43 150 221 / 0.8);
}
.before\:bg-secondary-bright\/85::before {
  content: var(--tw-content);
  background-color: rgb(43 150 221 / 0.85);
}
.before\:bg-secondary-bright\/90::before {
  content: var(--tw-content);
  background-color: rgb(43 150 221 / 0.9);
}
.before\:bg-secondary-bright\/95::before {
  content: var(--tw-content);
  background-color: rgb(43 150 221 / 0.95);
}
.before\:bg-secondary-light::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(128 192 235 / var(--tw-bg-opacity));
}
.before\:bg-secondary-light\/0::before {
  content: var(--tw-content);
  background-color: rgb(128 192 235 / 0);
}
.before\:bg-secondary-light\/10::before {
  content: var(--tw-content);
  background-color: rgb(128 192 235 / 0.1);
}
.before\:bg-secondary-light\/100::before {
  content: var(--tw-content);
  background-color: rgb(128 192 235 / 1);
}
.before\:bg-secondary-light\/15::before {
  content: var(--tw-content);
  background-color: rgb(128 192 235 / 0.15);
}
.before\:bg-secondary-light\/20::before {
  content: var(--tw-content);
  background-color: rgb(128 192 235 / 0.2);
}
.before\:bg-secondary-light\/25::before {
  content: var(--tw-content);
  background-color: rgb(128 192 235 / 0.25);
}
.before\:bg-secondary-light\/30::before {
  content: var(--tw-content);
  background-color: rgb(128 192 235 / 0.3);
}
.before\:bg-secondary-light\/35::before {
  content: var(--tw-content);
  background-color: rgb(128 192 235 / 0.35);
}
.before\:bg-secondary-light\/40::before {
  content: var(--tw-content);
  background-color: rgb(128 192 235 / 0.4);
}
.before\:bg-secondary-light\/45::before {
  content: var(--tw-content);
  background-color: rgb(128 192 235 / 0.45);
}
.before\:bg-secondary-light\/5::before {
  content: var(--tw-content);
  background-color: rgb(128 192 235 / 0.05);
}
.before\:bg-secondary-light\/50::before {
  content: var(--tw-content);
  background-color: rgb(128 192 235 / 0.5);
}
.before\:bg-secondary-light\/55::before {
  content: var(--tw-content);
  background-color: rgb(128 192 235 / 0.55);
}
.before\:bg-secondary-light\/60::before {
  content: var(--tw-content);
  background-color: rgb(128 192 235 / 0.6);
}
.before\:bg-secondary-light\/65::before {
  content: var(--tw-content);
  background-color: rgb(128 192 235 / 0.65);
}
.before\:bg-secondary-light\/70::before {
  content: var(--tw-content);
  background-color: rgb(128 192 235 / 0.7);
}
.before\:bg-secondary-light\/75::before {
  content: var(--tw-content);
  background-color: rgb(128 192 235 / 0.75);
}
.before\:bg-secondary-light\/80::before {
  content: var(--tw-content);
  background-color: rgb(128 192 235 / 0.8);
}
.before\:bg-secondary-light\/85::before {
  content: var(--tw-content);
  background-color: rgb(128 192 235 / 0.85);
}
.before\:bg-secondary-light\/90::before {
  content: var(--tw-content);
  background-color: rgb(128 192 235 / 0.9);
}
.before\:bg-secondary-light\/95::before {
  content: var(--tw-content);
  background-color: rgb(128 192 235 / 0.95);
}
.before\:bg-secondary-mid::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(61 114 153 / var(--tw-bg-opacity));
}
.before\:bg-secondary-mid\/0::before {
  content: var(--tw-content);
  background-color: rgb(61 114 153 / 0);
}
.before\:bg-secondary-mid\/10::before {
  content: var(--tw-content);
  background-color: rgb(61 114 153 / 0.1);
}
.before\:bg-secondary-mid\/100::before {
  content: var(--tw-content);
  background-color: rgb(61 114 153 / 1);
}
.before\:bg-secondary-mid\/15::before {
  content: var(--tw-content);
  background-color: rgb(61 114 153 / 0.15);
}
.before\:bg-secondary-mid\/20::before {
  content: var(--tw-content);
  background-color: rgb(61 114 153 / 0.2);
}
.before\:bg-secondary-mid\/25::before {
  content: var(--tw-content);
  background-color: rgb(61 114 153 / 0.25);
}
.before\:bg-secondary-mid\/30::before {
  content: var(--tw-content);
  background-color: rgb(61 114 153 / 0.3);
}
.before\:bg-secondary-mid\/35::before {
  content: var(--tw-content);
  background-color: rgb(61 114 153 / 0.35);
}
.before\:bg-secondary-mid\/40::before {
  content: var(--tw-content);
  background-color: rgb(61 114 153 / 0.4);
}
.before\:bg-secondary-mid\/45::before {
  content: var(--tw-content);
  background-color: rgb(61 114 153 / 0.45);
}
.before\:bg-secondary-mid\/5::before {
  content: var(--tw-content);
  background-color: rgb(61 114 153 / 0.05);
}
.before\:bg-secondary-mid\/50::before {
  content: var(--tw-content);
  background-color: rgb(61 114 153 / 0.5);
}
.before\:bg-secondary-mid\/55::before {
  content: var(--tw-content);
  background-color: rgb(61 114 153 / 0.55);
}
.before\:bg-secondary-mid\/60::before {
  content: var(--tw-content);
  background-color: rgb(61 114 153 / 0.6);
}
.before\:bg-secondary-mid\/65::before {
  content: var(--tw-content);
  background-color: rgb(61 114 153 / 0.65);
}
.before\:bg-secondary-mid\/70::before {
  content: var(--tw-content);
  background-color: rgb(61 114 153 / 0.7);
}
.before\:bg-secondary-mid\/75::before {
  content: var(--tw-content);
  background-color: rgb(61 114 153 / 0.75);
}
.before\:bg-secondary-mid\/80::before {
  content: var(--tw-content);
  background-color: rgb(61 114 153 / 0.8);
}
.before\:bg-secondary-mid\/85::before {
  content: var(--tw-content);
  background-color: rgb(61 114 153 / 0.85);
}
.before\:bg-secondary-mid\/90::before {
  content: var(--tw-content);
  background-color: rgb(61 114 153 / 0.9);
}
.before\:bg-secondary-mid\/95::before {
  content: var(--tw-content);
  background-color: rgb(61 114 153 / 0.95);
}
.before\:bg-secondary\/0::before {
  content: var(--tw-content);
  background-color: rgb(21 82 119 / 0);
}
.before\:bg-secondary\/10::before {
  content: var(--tw-content);
  background-color: rgb(21 82 119 / 0.1);
}
.before\:bg-secondary\/100::before {
  content: var(--tw-content);
  background-color: rgb(21 82 119 / 1);
}
.before\:bg-secondary\/15::before {
  content: var(--tw-content);
  background-color: rgb(21 82 119 / 0.15);
}
.before\:bg-secondary\/20::before {
  content: var(--tw-content);
  background-color: rgb(21 82 119 / 0.2);
}
.before\:bg-secondary\/25::before {
  content: var(--tw-content);
  background-color: rgb(21 82 119 / 0.25);
}
.before\:bg-secondary\/30::before {
  content: var(--tw-content);
  background-color: rgb(21 82 119 / 0.3);
}
.before\:bg-secondary\/35::before {
  content: var(--tw-content);
  background-color: rgb(21 82 119 / 0.35);
}
.before\:bg-secondary\/40::before {
  content: var(--tw-content);
  background-color: rgb(21 82 119 / 0.4);
}
.before\:bg-secondary\/45::before {
  content: var(--tw-content);
  background-color: rgb(21 82 119 / 0.45);
}
.before\:bg-secondary\/5::before {
  content: var(--tw-content);
  background-color: rgb(21 82 119 / 0.05);
}
.before\:bg-secondary\/50::before {
  content: var(--tw-content);
  background-color: rgb(21 82 119 / 0.5);
}
.before\:bg-secondary\/55::before {
  content: var(--tw-content);
  background-color: rgb(21 82 119 / 0.55);
}
.before\:bg-secondary\/60::before {
  content: var(--tw-content);
  background-color: rgb(21 82 119 / 0.6);
}
.before\:bg-secondary\/65::before {
  content: var(--tw-content);
  background-color: rgb(21 82 119 / 0.65);
}
.before\:bg-secondary\/70::before {
  content: var(--tw-content);
  background-color: rgb(21 82 119 / 0.7);
}
.before\:bg-secondary\/75::before {
  content: var(--tw-content);
  background-color: rgb(21 82 119 / 0.75);
}
.before\:bg-secondary\/80::before {
  content: var(--tw-content);
  background-color: rgb(21 82 119 / 0.8);
}
.before\:bg-secondary\/85::before {
  content: var(--tw-content);
  background-color: rgb(21 82 119 / 0.85);
}
.before\:bg-secondary\/90::before {
  content: var(--tw-content);
  background-color: rgb(21 82 119 / 0.9);
}
.before\:bg-secondary\/95::before {
  content: var(--tw-content);
  background-color: rgb(21 82 119 / 0.95);
}
.before\:bg-tertiary::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(0 108 120 / var(--tw-bg-opacity));
}
.before\:bg-tertiary-bright::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(60 185 197 / var(--tw-bg-opacity));
}
.before\:bg-tertiary-bright\/0::before {
  content: var(--tw-content);
  background-color: rgb(60 185 197 / 0);
}
.before\:bg-tertiary-bright\/10::before {
  content: var(--tw-content);
  background-color: rgb(60 185 197 / 0.1);
}
.before\:bg-tertiary-bright\/100::before {
  content: var(--tw-content);
  background-color: rgb(60 185 197 / 1);
}
.before\:bg-tertiary-bright\/15::before {
  content: var(--tw-content);
  background-color: rgb(60 185 197 / 0.15);
}
.before\:bg-tertiary-bright\/20::before {
  content: var(--tw-content);
  background-color: rgb(60 185 197 / 0.2);
}
.before\:bg-tertiary-bright\/25::before {
  content: var(--tw-content);
  background-color: rgb(60 185 197 / 0.25);
}
.before\:bg-tertiary-bright\/30::before {
  content: var(--tw-content);
  background-color: rgb(60 185 197 / 0.3);
}
.before\:bg-tertiary-bright\/35::before {
  content: var(--tw-content);
  background-color: rgb(60 185 197 / 0.35);
}
.before\:bg-tertiary-bright\/40::before {
  content: var(--tw-content);
  background-color: rgb(60 185 197 / 0.4);
}
.before\:bg-tertiary-bright\/45::before {
  content: var(--tw-content);
  background-color: rgb(60 185 197 / 0.45);
}
.before\:bg-tertiary-bright\/5::before {
  content: var(--tw-content);
  background-color: rgb(60 185 197 / 0.05);
}
.before\:bg-tertiary-bright\/50::before {
  content: var(--tw-content);
  background-color: rgb(60 185 197 / 0.5);
}
.before\:bg-tertiary-bright\/55::before {
  content: var(--tw-content);
  background-color: rgb(60 185 197 / 0.55);
}
.before\:bg-tertiary-bright\/60::before {
  content: var(--tw-content);
  background-color: rgb(60 185 197 / 0.6);
}
.before\:bg-tertiary-bright\/65::before {
  content: var(--tw-content);
  background-color: rgb(60 185 197 / 0.65);
}
.before\:bg-tertiary-bright\/70::before {
  content: var(--tw-content);
  background-color: rgb(60 185 197 / 0.7);
}
.before\:bg-tertiary-bright\/75::before {
  content: var(--tw-content);
  background-color: rgb(60 185 197 / 0.75);
}
.before\:bg-tertiary-bright\/80::before {
  content: var(--tw-content);
  background-color: rgb(60 185 197 / 0.8);
}
.before\:bg-tertiary-bright\/85::before {
  content: var(--tw-content);
  background-color: rgb(60 185 197 / 0.85);
}
.before\:bg-tertiary-bright\/90::before {
  content: var(--tw-content);
  background-color: rgb(60 185 197 / 0.9);
}
.before\:bg-tertiary-bright\/95::before {
  content: var(--tw-content);
  background-color: rgb(60 185 197 / 0.95);
}
.before\:bg-tertiary-light::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(138 213 220 / var(--tw-bg-opacity));
}
.before\:bg-tertiary-light\/0::before {
  content: var(--tw-content);
  background-color: rgb(138 213 220 / 0);
}
.before\:bg-tertiary-light\/10::before {
  content: var(--tw-content);
  background-color: rgb(138 213 220 / 0.1);
}
.before\:bg-tertiary-light\/100::before {
  content: var(--tw-content);
  background-color: rgb(138 213 220 / 1);
}
.before\:bg-tertiary-light\/15::before {
  content: var(--tw-content);
  background-color: rgb(138 213 220 / 0.15);
}
.before\:bg-tertiary-light\/20::before {
  content: var(--tw-content);
  background-color: rgb(138 213 220 / 0.2);
}
.before\:bg-tertiary-light\/25::before {
  content: var(--tw-content);
  background-color: rgb(138 213 220 / 0.25);
}
.before\:bg-tertiary-light\/30::before {
  content: var(--tw-content);
  background-color: rgb(138 213 220 / 0.3);
}
.before\:bg-tertiary-light\/35::before {
  content: var(--tw-content);
  background-color: rgb(138 213 220 / 0.35);
}
.before\:bg-tertiary-light\/40::before {
  content: var(--tw-content);
  background-color: rgb(138 213 220 / 0.4);
}
.before\:bg-tertiary-light\/45::before {
  content: var(--tw-content);
  background-color: rgb(138 213 220 / 0.45);
}
.before\:bg-tertiary-light\/5::before {
  content: var(--tw-content);
  background-color: rgb(138 213 220 / 0.05);
}
.before\:bg-tertiary-light\/50::before {
  content: var(--tw-content);
  background-color: rgb(138 213 220 / 0.5);
}
.before\:bg-tertiary-light\/55::before {
  content: var(--tw-content);
  background-color: rgb(138 213 220 / 0.55);
}
.before\:bg-tertiary-light\/60::before {
  content: var(--tw-content);
  background-color: rgb(138 213 220 / 0.6);
}
.before\:bg-tertiary-light\/65::before {
  content: var(--tw-content);
  background-color: rgb(138 213 220 / 0.65);
}
.before\:bg-tertiary-light\/70::before {
  content: var(--tw-content);
  background-color: rgb(138 213 220 / 0.7);
}
.before\:bg-tertiary-light\/75::before {
  content: var(--tw-content);
  background-color: rgb(138 213 220 / 0.75);
}
.before\:bg-tertiary-light\/80::before {
  content: var(--tw-content);
  background-color: rgb(138 213 220 / 0.8);
}
.before\:bg-tertiary-light\/85::before {
  content: var(--tw-content);
  background-color: rgb(138 213 220 / 0.85);
}
.before\:bg-tertiary-light\/90::before {
  content: var(--tw-content);
  background-color: rgb(138 213 220 / 0.9);
}
.before\:bg-tertiary-light\/95::before {
  content: var(--tw-content);
  background-color: rgb(138 213 220 / 0.95);
}
.before\:bg-tertiary-mid::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(17 156 169 / var(--tw-bg-opacity));
}
.before\:bg-tertiary-mid\/0::before {
  content: var(--tw-content);
  background-color: rgb(17 156 169 / 0);
}
.before\:bg-tertiary-mid\/10::before {
  content: var(--tw-content);
  background-color: rgb(17 156 169 / 0.1);
}
.before\:bg-tertiary-mid\/100::before {
  content: var(--tw-content);
  background-color: rgb(17 156 169 / 1);
}
.before\:bg-tertiary-mid\/15::before {
  content: var(--tw-content);
  background-color: rgb(17 156 169 / 0.15);
}
.before\:bg-tertiary-mid\/20::before {
  content: var(--tw-content);
  background-color: rgb(17 156 169 / 0.2);
}
.before\:bg-tertiary-mid\/25::before {
  content: var(--tw-content);
  background-color: rgb(17 156 169 / 0.25);
}
.before\:bg-tertiary-mid\/30::before {
  content: var(--tw-content);
  background-color: rgb(17 156 169 / 0.3);
}
.before\:bg-tertiary-mid\/35::before {
  content: var(--tw-content);
  background-color: rgb(17 156 169 / 0.35);
}
.before\:bg-tertiary-mid\/40::before {
  content: var(--tw-content);
  background-color: rgb(17 156 169 / 0.4);
}
.before\:bg-tertiary-mid\/45::before {
  content: var(--tw-content);
  background-color: rgb(17 156 169 / 0.45);
}
.before\:bg-tertiary-mid\/5::before {
  content: var(--tw-content);
  background-color: rgb(17 156 169 / 0.05);
}
.before\:bg-tertiary-mid\/50::before {
  content: var(--tw-content);
  background-color: rgb(17 156 169 / 0.5);
}
.before\:bg-tertiary-mid\/55::before {
  content: var(--tw-content);
  background-color: rgb(17 156 169 / 0.55);
}
.before\:bg-tertiary-mid\/60::before {
  content: var(--tw-content);
  background-color: rgb(17 156 169 / 0.6);
}
.before\:bg-tertiary-mid\/65::before {
  content: var(--tw-content);
  background-color: rgb(17 156 169 / 0.65);
}
.before\:bg-tertiary-mid\/70::before {
  content: var(--tw-content);
  background-color: rgb(17 156 169 / 0.7);
}
.before\:bg-tertiary-mid\/75::before {
  content: var(--tw-content);
  background-color: rgb(17 156 169 / 0.75);
}
.before\:bg-tertiary-mid\/80::before {
  content: var(--tw-content);
  background-color: rgb(17 156 169 / 0.8);
}
.before\:bg-tertiary-mid\/85::before {
  content: var(--tw-content);
  background-color: rgb(17 156 169 / 0.85);
}
.before\:bg-tertiary-mid\/90::before {
  content: var(--tw-content);
  background-color: rgb(17 156 169 / 0.9);
}
.before\:bg-tertiary-mid\/95::before {
  content: var(--tw-content);
  background-color: rgb(17 156 169 / 0.95);
}
.before\:bg-tertiary\/0::before {
  content: var(--tw-content);
  background-color: rgb(0 108 120 / 0);
}
.before\:bg-tertiary\/10::before {
  content: var(--tw-content);
  background-color: rgb(0 108 120 / 0.1);
}
.before\:bg-tertiary\/100::before {
  content: var(--tw-content);
  background-color: rgb(0 108 120 / 1);
}
.before\:bg-tertiary\/15::before {
  content: var(--tw-content);
  background-color: rgb(0 108 120 / 0.15);
}
.before\:bg-tertiary\/20::before {
  content: var(--tw-content);
  background-color: rgb(0 108 120 / 0.2);
}
.before\:bg-tertiary\/25::before {
  content: var(--tw-content);
  background-color: rgb(0 108 120 / 0.25);
}
.before\:bg-tertiary\/30::before {
  content: var(--tw-content);
  background-color: rgb(0 108 120 / 0.3);
}
.before\:bg-tertiary\/35::before {
  content: var(--tw-content);
  background-color: rgb(0 108 120 / 0.35);
}
.before\:bg-tertiary\/40::before {
  content: var(--tw-content);
  background-color: rgb(0 108 120 / 0.4);
}
.before\:bg-tertiary\/45::before {
  content: var(--tw-content);
  background-color: rgb(0 108 120 / 0.45);
}
.before\:bg-tertiary\/5::before {
  content: var(--tw-content);
  background-color: rgb(0 108 120 / 0.05);
}
.before\:bg-tertiary\/50::before {
  content: var(--tw-content);
  background-color: rgb(0 108 120 / 0.5);
}
.before\:bg-tertiary\/55::before {
  content: var(--tw-content);
  background-color: rgb(0 108 120 / 0.55);
}
.before\:bg-tertiary\/60::before {
  content: var(--tw-content);
  background-color: rgb(0 108 120 / 0.6);
}
.before\:bg-tertiary\/65::before {
  content: var(--tw-content);
  background-color: rgb(0 108 120 / 0.65);
}
.before\:bg-tertiary\/70::before {
  content: var(--tw-content);
  background-color: rgb(0 108 120 / 0.7);
}
.before\:bg-tertiary\/75::before {
  content: var(--tw-content);
  background-color: rgb(0 108 120 / 0.75);
}
.before\:bg-tertiary\/80::before {
  content: var(--tw-content);
  background-color: rgb(0 108 120 / 0.8);
}
.before\:bg-tertiary\/85::before {
  content: var(--tw-content);
  background-color: rgb(0 108 120 / 0.85);
}
.before\:bg-tertiary\/90::before {
  content: var(--tw-content);
  background-color: rgb(0 108 120 / 0.9);
}
.before\:bg-tertiary\/95::before {
  content: var(--tw-content);
  background-color: rgb(0 108 120 / 0.95);
}
.before\:bg-transparent::before {
  content: var(--tw-content);
  background-color: transparent;
}
.before\:bg-transparent\/0::before {
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0);
}
.before\:bg-transparent\/10::before {
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.1);
}
.before\:bg-transparent\/100::before {
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 1);
}
.before\:bg-transparent\/15::before {
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.15);
}
.before\:bg-transparent\/20::before {
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.2);
}
.before\:bg-transparent\/25::before {
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.25);
}
.before\:bg-transparent\/30::before {
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.3);
}
.before\:bg-transparent\/35::before {
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.35);
}
.before\:bg-transparent\/40::before {
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.4);
}
.before\:bg-transparent\/45::before {
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.45);
}
.before\:bg-transparent\/5::before {
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.05);
}
.before\:bg-transparent\/50::before {
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.5);
}
.before\:bg-transparent\/55::before {
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.55);
}
.before\:bg-transparent\/60::before {
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.6);
}
.before\:bg-transparent\/65::before {
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.65);
}
.before\:bg-transparent\/70::before {
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.7);
}
.before\:bg-transparent\/75::before {
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.75);
}
.before\:bg-transparent\/80::before {
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.8);
}
.before\:bg-transparent\/85::before {
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.85);
}
.before\:bg-transparent\/90::before {
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.9);
}
.before\:bg-transparent\/95::before {
  content: var(--tw-content);
  background-color: rgb(0 0 0 / 0.95);
}
.before\:bg-white::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
}
.before\:bg-white\/0::before {
  content: var(--tw-content);
  background-color: rgb(255 255 255 / 0);
}
.before\:bg-white\/10::before {
  content: var(--tw-content);
  background-color: rgb(255 255 255 / 0.1);
}
.before\:bg-white\/100::before {
  content: var(--tw-content);
  background-color: rgb(255 255 255 / 1);
}
.before\:bg-white\/15::before {
  content: var(--tw-content);
  background-color: rgb(255 255 255 / 0.15);
}
.before\:bg-white\/20::before {
  content: var(--tw-content);
  background-color: rgb(255 255 255 / 0.2);
}
.before\:bg-white\/25::before {
  content: var(--tw-content);
  background-color: rgb(255 255 255 / 0.25);
}
.before\:bg-white\/30::before {
  content: var(--tw-content);
  background-color: rgb(255 255 255 / 0.3);
}
.before\:bg-white\/35::before {
  content: var(--tw-content);
  background-color: rgb(255 255 255 / 0.35);
}
.before\:bg-white\/40::before {
  content: var(--tw-content);
  background-color: rgb(255 255 255 / 0.4);
}
.before\:bg-white\/45::before {
  content: var(--tw-content);
  background-color: rgb(255 255 255 / 0.45);
}
.before\:bg-white\/5::before {
  content: var(--tw-content);
  background-color: rgb(255 255 255 / 0.05);
}
.before\:bg-white\/50::before {
  content: var(--tw-content);
  background-color: rgb(255 255 255 / 0.5);
}
.before\:bg-white\/55::before {
  content: var(--tw-content);
  background-color: rgb(255 255 255 / 0.55);
}
.before\:bg-white\/60::before {
  content: var(--tw-content);
  background-color: rgb(255 255 255 / 0.6);
}
.before\:bg-white\/65::before {
  content: var(--tw-content);
  background-color: rgb(255 255 255 / 0.65);
}
.before\:bg-white\/70::before {
  content: var(--tw-content);
  background-color: rgb(255 255 255 / 0.7);
}
.before\:bg-white\/75::before {
  content: var(--tw-content);
  background-color: rgb(255 255 255 / 0.75);
}
.before\:bg-white\/80::before {
  content: var(--tw-content);
  background-color: rgb(255 255 255 / 0.8);
}
.before\:bg-white\/85::before {
  content: var(--tw-content);
  background-color: rgb(255 255 255 / 0.85);
}
.before\:bg-white\/90::before {
  content: var(--tw-content);
  background-color: rgb(255 255 255 / 0.9);
}
.before\:bg-white\/95::before {
  content: var(--tw-content);
  background-color: rgb(255 255 255 / 0.95);
}
.before\:bg-opacity-0::before {
  content: var(--tw-content);
  --tw-bg-opacity: 0;
}
.before\:bg-opacity-10::before {
  content: var(--tw-content);
  --tw-bg-opacity: 0.1;
}
.before\:bg-opacity-100::before {
  content: var(--tw-content);
  --tw-bg-opacity: 1;
}
.before\:bg-opacity-15::before {
  content: var(--tw-content);
  --tw-bg-opacity: 0.15;
}
.before\:bg-opacity-20::before {
  content: var(--tw-content);
  --tw-bg-opacity: 0.2;
}
.before\:bg-opacity-25::before {
  content: var(--tw-content);
  --tw-bg-opacity: 0.25;
}
.before\:bg-opacity-30::before {
  content: var(--tw-content);
  --tw-bg-opacity: 0.3;
}
.before\:bg-opacity-35::before {
  content: var(--tw-content);
  --tw-bg-opacity: 0.35;
}
.before\:bg-opacity-40::before {
  content: var(--tw-content);
  --tw-bg-opacity: 0.4;
}
.before\:bg-opacity-45::before {
  content: var(--tw-content);
  --tw-bg-opacity: 0.45;
}
.before\:bg-opacity-5::before {
  content: var(--tw-content);
  --tw-bg-opacity: 0.05;
}
.before\:bg-opacity-50::before {
  content: var(--tw-content);
  --tw-bg-opacity: 0.5;
}
.before\:bg-opacity-55::before {
  content: var(--tw-content);
  --tw-bg-opacity: 0.55;
}
.before\:bg-opacity-60::before {
  content: var(--tw-content);
  --tw-bg-opacity: 0.6;
}
.before\:bg-opacity-65::before {
  content: var(--tw-content);
  --tw-bg-opacity: 0.65;
}
.before\:bg-opacity-70::before {
  content: var(--tw-content);
  --tw-bg-opacity: 0.7;
}
.before\:bg-opacity-75::before {
  content: var(--tw-content);
  --tw-bg-opacity: 0.75;
}
.before\:bg-opacity-80::before {
  content: var(--tw-content);
  --tw-bg-opacity: 0.8;
}
.before\:bg-opacity-85::before {
  content: var(--tw-content);
  --tw-bg-opacity: 0.85;
}
.before\:bg-opacity-90::before {
  content: var(--tw-content);
  --tw-bg-opacity: 0.9;
}
.before\:bg-opacity-95::before {
  content: var(--tw-content);
  --tw-bg-opacity: 0.95;
}
.before\:bg-gradient-to-b::before {
  content: var(--tw-content);
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.before\:bg-gradient-to-bl::before {
  content: var(--tw-content);
  background-image: linear-gradient(to bottom left, var(--tw-gradient-stops));
}
.before\:bg-gradient-to-br::before {
  content: var(--tw-content);
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.before\:bg-gradient-to-l::before {
  content: var(--tw-content);
  background-image: linear-gradient(to left, var(--tw-gradient-stops));
}
.before\:bg-gradient-to-r::before {
  content: var(--tw-content);
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}
.before\:bg-gradient-to-t::before {
  content: var(--tw-content);
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.before\:bg-gradient-to-tl::before {
  content: var(--tw-content);
  background-image: linear-gradient(to top left, var(--tw-gradient-stops));
}
.before\:bg-gradient-to-tr::before {
  content: var(--tw-content);
  background-image: linear-gradient(to top right, var(--tw-gradient-stops));
}
.before\:bg-none::before {
  content: var(--tw-content);
  background-image: none;
}
.before\:bg-auto::before {
  content: var(--tw-content);
  background-size: auto;
}
.before\:bg-contain::before {
  content: var(--tw-content);
  background-size: contain;
}
.before\:bg-cover::before {
  content: var(--tw-content);
  background-size: cover;
}
.before\:bg-fixed::before {
  content: var(--tw-content);
  background-attachment: fixed;
}
.before\:bg-local::before {
  content: var(--tw-content);
  background-attachment: local;
}
.before\:bg-scroll::before {
  content: var(--tw-content);
  background-attachment: scroll;
}
.before\:bg-clip-border::before {
  content: var(--tw-content);
  background-clip: border-box;
}
.before\:bg-clip-padding::before {
  content: var(--tw-content);
  background-clip: padding-box;
}
.before\:bg-clip-content::before {
  content: var(--tw-content);
  background-clip: content-box;
}
.before\:bg-clip-text::before {
  content: var(--tw-content);
  -webkit-background-clip: text;
          background-clip: text;
}
.before\:bg-bottom::before {
  content: var(--tw-content);
  background-position: bottom;
}
.before\:bg-center::before {
  content: var(--tw-content);
  background-position: center;
}
.before\:bg-left::before {
  content: var(--tw-content);
  background-position: left;
}
.before\:bg-left-bottom::before {
  content: var(--tw-content);
  background-position: left bottom;
}
.before\:bg-left-top::before {
  content: var(--tw-content);
  background-position: left top;
}
.before\:bg-right::before {
  content: var(--tw-content);
  background-position: right;
}
.before\:bg-right-bottom::before {
  content: var(--tw-content);
  background-position: right bottom;
}
.before\:bg-right-top::before {
  content: var(--tw-content);
  background-position: right top;
}
.before\:bg-top::before {
  content: var(--tw-content);
  background-position: top;
}
.before\:bg-repeat::before {
  content: var(--tw-content);
  background-repeat: repeat;
}
.before\:bg-no-repeat::before {
  content: var(--tw-content);
  background-repeat: no-repeat;
}
.before\:bg-repeat-x::before {
  content: var(--tw-content);
  background-repeat: repeat-x;
}
.before\:bg-repeat-y::before {
  content: var(--tw-content);
  background-repeat: repeat-y;
}
.before\:bg-repeat-round::before {
  content: var(--tw-content);
  background-repeat: round;
}
.before\:bg-repeat-space::before {
  content: var(--tw-content);
  background-repeat: space;
}
.before\:bg-origin-border::before {
  content: var(--tw-content);
  background-origin: border-box;
}
.before\:bg-origin-padding::before {
  content: var(--tw-content);
  background-origin: padding-box;
}
.before\:bg-origin-content::before {
  content: var(--tw-content);
  background-origin: content-box;
}
.before\:bg-blend-normal::before {
  content: var(--tw-content);
  background-blend-mode: normal;
}
.before\:bg-blend-multiply::before {
  content: var(--tw-content);
  background-blend-mode: multiply;
}
.before\:bg-blend-screen::before {
  content: var(--tw-content);
  background-blend-mode: screen;
}
.before\:bg-blend-overlay::before {
  content: var(--tw-content);
  background-blend-mode: overlay;
}
.before\:bg-blend-darken::before {
  content: var(--tw-content);
  background-blend-mode: darken;
}
.before\:bg-blend-lighten::before {
  content: var(--tw-content);
  background-blend-mode: lighten;
}
.before\:bg-blend-color-dodge::before {
  content: var(--tw-content);
  background-blend-mode: color-dodge;
}
.before\:bg-blend-color-burn::before {
  content: var(--tw-content);
  background-blend-mode: color-burn;
}
.before\:bg-blend-hard-light::before {
  content: var(--tw-content);
  background-blend-mode: hard-light;
}
.before\:bg-blend-soft-light::before {
  content: var(--tw-content);
  background-blend-mode: soft-light;
}
.before\:bg-blend-difference::before {
  content: var(--tw-content);
  background-blend-mode: difference;
}
.before\:bg-blend-exclusion::before {
  content: var(--tw-content);
  background-blend-mode: exclusion;
}
.before\:bg-blend-hue::before {
  content: var(--tw-content);
  background-blend-mode: hue;
}
.before\:bg-blend-saturation::before {
  content: var(--tw-content);
  background-blend-mode: saturation;
}
.before\:bg-blend-color::before {
  content: var(--tw-content);
  background-blend-mode: color;
}
.before\:bg-blend-luminosity::before {
  content: var(--tw-content);
  background-blend-mode: luminosity;
}
.before\:backdrop-blur::before {
  content: var(--tw-content);
  --tw-backdrop-blur: blur(8px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.before\:backdrop-blur-sm::before {
  content: var(--tw-content);
  --tw-backdrop-blur: blur(4px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.before\:backdrop-brightness-0::before {
  content: var(--tw-content);
  --tw-backdrop-brightness: brightness(0);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.before\:backdrop-brightness-100::before {
  content: var(--tw-content);
  --tw-backdrop-brightness: brightness(1);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.before\:backdrop-brightness-105::before {
  content: var(--tw-content);
  --tw-backdrop-brightness: brightness(1.05);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.before\:backdrop-brightness-110::before {
  content: var(--tw-content);
  --tw-backdrop-brightness: brightness(1.1);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.before\:backdrop-brightness-125::before {
  content: var(--tw-content);
  --tw-backdrop-brightness: brightness(1.25);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.before\:backdrop-brightness-150::before {
  content: var(--tw-content);
  --tw-backdrop-brightness: brightness(1.5);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.before\:backdrop-brightness-200::before {
  content: var(--tw-content);
  --tw-backdrop-brightness: brightness(2);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.before\:backdrop-brightness-50::before {
  content: var(--tw-content);
  --tw-backdrop-brightness: brightness(.5);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.before\:backdrop-brightness-75::before {
  content: var(--tw-content);
  --tw-backdrop-brightness: brightness(.75);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.before\:backdrop-brightness-90::before {
  content: var(--tw-content);
  --tw-backdrop-brightness: brightness(.9);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.before\:backdrop-brightness-95::before {
  content: var(--tw-content);
  --tw-backdrop-brightness: brightness(.95);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.after\:absolute::after {
  content: var(--tw-content);
  position: absolute;
}
.after\:inset-0::after {
  content: var(--tw-content);
  inset: 0px;
}
.before\:after\:absolute::after::before {
  content: var(--tw-content);
  position: absolute;
}
.last\:-mb-2:last-child {
  margin-bottom: -0.5rem;
}
.last\:mb-0:last-child {
  margin-bottom: 0px;
}
.hover\:mt-0:hover {
  margin-top: 0px;
}
.hover\:h-\[31rem\]:hover {
  height: 31rem;
}
.hover\:border-b-2:hover {
  border-bottom-width: 2px;
}
.hover\:border-current:hover {
  border-color: currentColor;
}
.hover\:border-tertiary-bright:hover {
  --tw-border-opacity: 1;
  border-color: rgb(60 185 197 / var(--tw-border-opacity));
}
.hover\:text-current:hover {
  color: currentColor;
}
.hover\:underline:hover {
  text-decoration-line: underline;
}
.hover\:decoration-2:hover {
  text-decoration-thickness: 2px;
}
.hover\:underline-offset-\[6px\]:hover {
  text-underline-offset: 6px;
}
.hover\:shadow-halo:hover {
  --tw-shadow: 0 0 0 6px rgba(0, 0, 0, 0.15);
  --tw-shadow-colored: 0 0 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);
}
.hover\:shadow-tertiary\/\[\.2\]:hover {
  --tw-shadow-color: rgb(0 108 120 / .2);
  --tw-shadow: var(--tw-shadow-colored);
}
.focus\:border-tertiary:focus {
  --tw-border-opacity: 1;
  border-color: rgb(0 108 120 / var(--tw-border-opacity));
}
.group:hover .group-hover\:-translate-x-2 {
  --tw-translate-x: -0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:-translate-y-3 {
  --tw-translate-y: -0.75rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:translate-x-0 {
  --tw-translate-x: 0px;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:translate-x-2 {
  --tw-translate-x: 0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:scale-110 {
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.group:hover .group-hover\:border-tertiary {
  --tw-border-opacity: 1;
  border-color: rgb(0 108 120 / var(--tw-border-opacity));
}
.group:hover .group-hover\:border-tertiary-bright {
  --tw-border-opacity: 1;
  border-color: rgb(60 185 197 / var(--tw-border-opacity));
}
.group:hover .group-hover\:border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}
.group:hover .group-hover\:border-b-primary {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(47 55 57 / var(--tw-border-opacity));
}
.group:hover .group-hover\:opacity-100 {
  opacity: 1;
}
.group:hover .group-hover\:backdrop-blur-\[2px\] {
  --tw-backdrop-blur: blur(2px);
  -webkit-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
          backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
:where(.child\:absolute) > :where(:not(.not-child)) {
  position: absolute;
}
:where(.child\:left-0) > :where(:not(.not-child)) {
  left: 0px;
}
:where(.child\:top-0) > :where(:not(.not-child)) {
  top: 0px;
}
:where(.child\:inline-block) > :where(:not(.not-child)) {
  display: inline-block;
}
:where(.child\:\!h-full) > :where(:not(.not-child)) {
  height: 100% !important;
}
:where(.child\:h-full) > :where(:not(.not-child)) {
  height: 100%;
}
:where(.child\:w-full) > :where(:not(.not-child)) {
  width: 100%;
}
:where(.child\:rounded-full) > :where(:not(.not-child)) {
  border-radius: 9999px;
}
:where(.child\:object-cover) > :where(:not(.not-child)) {
  -o-object-fit: cover;
     object-fit: cover;
}
:where(.child\:pb-0) > :where(:not(.not-child)) {
  padding-bottom: 0px;
}
:where(.descendant\:\!h-full) :where(:not(.not-descendant)) {
  height: 100% !important;
}
:where(.descendant\:\!w-full) :where(:not(.not-descendant)) {
  width: 100% !important;
}
:where(.descendant\:\!h-full) :where(:not(.not-descendant)) {
  height: 100% !important;
}
:where(.descendant\:\!w-full) :where(:not(.not-descendant)) {
  width: 100% !important;
}
:where(.descendant-nav\:justify-end) nav:where(:not(.not-descendant-nav)) {
  justify-content: flex-end;
}
:where(.descendant-nav\:justify-center) nav:where(:not(.not-descendant-nav)) {
  justify-content: center;
}
:where(.descendant-nav\:justify-end) :where(:not(.not-descendant-nav)) nav {
  justify-content: flex-end;
}
:where(.descendant-nav\:justify-center) :where(:not(.not-descendant-nav)) nav {
  justify-content: center;
}
:where(.child-div\:whitespace-normal) > div:where(:not(.not-child-div)) {
  white-space: normal;
}
:where(.descendant-img\:object-cover) img:where(:not(.not-descendant-img)) {
  -o-object-fit: cover;
     object-fit: cover;
}
:where(.descendant-img\:object-cover) :where(:not(.not-descendant-img)) img {
  -o-object-fit: cover;
     object-fit: cover;
}
:where(.child-iframe\:absolute) > iframe:where(:not(.not-child-iframe)) {
  position: absolute;
}
:where(.child-iframe\:inset-0) > iframe:where(:not(.not-child-iframe)) {
  inset: 0px;
}
:where(.child-picture\:w-auto) > picture:where(:not(.not-child-picture)) {
  width: auto;
}
@media (min-width: 640px) {

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

  .sm\:max-h-32 {
    max-height: 8rem;
  }

  .sm\:w-1\/2-cols {
    width: var(--one-of-two-cols);
  }

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

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

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

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

  .sm\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 768px) {

  .md\:-left-4 {
    left: -1rem;
  }

  .md\:-right-4 {
    right: -1rem;
  }

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

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

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

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

  .md\:block {
    display: block;
  }

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

  .md\:flex {
    display: flex;
  }

  .md\:grid {
    display: grid;
  }

  .md\:hidden {
    display: none;
  }

  .md\:h-10 {
    height: 2.5rem;
  }

  .md\:h-12 {
    height: 3rem;
  }

  .md\:h-128 {
    height: 32rem;
  }

  .md\:h-16 {
    height: 4rem;
  }

  .md\:h-24 {
    height: 6rem;
  }

  .md\:h-36 {
    height: 9rem;
  }

  .md\:h-48 {
    height: 12rem;
  }

  .md\:h-6 {
    height: 1.5rem;
  }

  .md\:h-60 {
    height: 15rem;
  }

  .md\:h-64 {
    height: 16rem;
  }

  .md\:min-h-80 {
    min-height: 20rem;
  }

  .md\:w-3\/12 {
    width: 25%;
  }

  .md\:w-6\/12 {
    width: 50%;
  }

  .md\:w-8\/12 {
    width: 66.666667%;
  }

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

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

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

  .md\:max-w-xs {
    max-width: 20rem;
  }

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

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

  .md\:grid-cols-2-pref-l {
    grid-template-columns: var(--two-of-three-cols) var(--one-of-three-cols);
  }

  .md\:grid-cols-2-pref-l-flex {
    grid-template-columns: minmax(var(--one-of-three-cols), var(--two-of-three-cols)) auto;
  }

  .md\:grid-cols-2-pref-r {
    grid-template-columns: var(--one-of-three-cols) var(--two-of-three-cols);
  }

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

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

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

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

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

  .md\:gap-3 {
    gap: 0.75rem;
  }

  .md\:rounded {
    border-radius: 0.25rem;
  }

  .md\:border-b-0 {
    border-bottom-width: 0px;
  }

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

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

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

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

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

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

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

  .md\:pb-36 {
    padding-bottom: 9rem;
  }

  .md\:pb-48 {
    padding-bottom: 12rem;
  }

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

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

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

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

  .md\:pt-48 {
    padding-top: 12rem;
  }

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

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

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

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

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

  :where(.md\:descendant-nav\:justify-end) nav:where(:not(.not-descendant-nav)) {
    justify-content: flex-end;
  }

  :where(.md\:descendant-nav\:justify-end) :where(:not(.not-descendant-nav)) nav {
    justify-content: flex-end;
  }
}
@media (min-width: 1024px) {

  .lg\:absolute {
    position: absolute;
  }

  .lg\:relative {
    position: relative;
  }

  .lg\:inset-0 {
    inset: 0px;
  }

  .lg\:-left-16 {
    left: -4rem;
  }

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

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

  .lg\:-top-32 {
    top: -8rem;
  }

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

  .lg\:top-auto {
    top: auto;
  }

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

  .lg\:order-none {
    order: 0;
  }

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

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

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

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

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

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

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

  .lg\:-mr-16 {
    margin-right: -4rem;
  }

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

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

  .lg\:ml-auto {
    margin-left: auto;
  }

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

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

  .lg\:block {
    display: block;
  }

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

  .lg\:flex {
    display: flex;
  }

  .lg\:grid {
    display: grid;
  }

  .lg\:hidden {
    display: none;
  }

  .lg\:h-96 {
    height: 24rem;
  }

  .lg\:max-h-52 {
    max-height: 13rem;
  }

  .lg\:max-h-96 {
    max-height: 24rem;
  }

  .lg\:min-h-100 {
    min-height: 25rem;
  }

  .lg\:w-1\/3-cols {
    width: var(--one-of-three-cols);
  }

  .lg\:w-24 {
    width: 6rem;
  }

  .lg\:w-44 {
    width: 11rem;
  }

  .lg\:w-6\/12 {
    width: 50%;
  }

  .lg\:w-8\/12 {
    width: 66.666667%;
  }

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

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

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

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

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

  .lg\:grid-cols-2-pref-l {
    grid-template-columns: var(--two-of-three-cols) var(--one-of-three-cols);
  }

  .lg\:grid-cols-2-pref-r {
    grid-template-columns: var(--one-of-three-cols) var(--two-of-three-cols);
  }

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

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

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

  .lg\:rounded {
    border-radius: 0.25rem;
  }

  .lg\:p-16 {
    padding: 4rem;
  }

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

  .lg\:px-28 {
    padding-left: 7rem;
    padding-right: 7rem;
  }

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

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

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

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

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

  .lg\:pl-28 {
    padding-left: 7rem;
  }

  .lg\:pl-32 {
    padding-left: 8rem;
  }

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

  .lg\:pr-44 {
    padding-right: 11rem;
  }

  .lg\:text-54 {
    font-size: 3.375rem;
  }

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

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

  .lg\:leading-54 {
    line-height: 3.375rem;
  }

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

  .lg\:hover\:h-\[28rem\]:hover {
    height: 28rem;
  }
}
@media (min-width: 1280px) {

  .xl\:h-128 {
    height: 32rem;
  }

  .xl\:max-h-128 {
    max-height: 32rem;
  }

  .xl\:w-1\/4-cols {
    width: var(--one-of-four-cols);
  }

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

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

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

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

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

/*# sourceMappingURL=styles.css.map */