/*
! tailwindcss v3.4.3 | 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 */
  /* 3 */
  tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

input::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;
}

*, ::before, ::after {
  --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-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;
}

::backdrop {
  --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-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;
}

.sr-only {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border-width: 0 !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.static {
  position: static !important;
}

.absolute {
  position: absolute !important;
}

.relative {
  position: relative !important;
}

.sticky {
  position: -webkit-sticky !important;
  position: sticky !important;
}

.z-\[999999\] {
  z-index: 999999 !important;
}

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

.float-right {
  float: right !important;
}

.m-0 {
  margin: 0px !important;
}

.m-10 {
  margin: 2.5rem !important;
}

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

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

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

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

.my-12 {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

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

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

.my-6 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ml-1 {
  margin-left: 0.25rem !important;
}

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

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

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

.ml-auto {
  margin-left: auto !important;
}

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

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

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

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

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

.mr-auto {
  margin-right: auto !important;
}

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

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

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

.mt-24 {
  margin-top: 6rem !important;
}

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

.mt-40 {
  margin-top: 10rem !important;
}

.mt-56 {
  margin-top: 14rem !important;
}

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

.mt-60 {
  margin-top: 15rem !important;
}

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

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

.mt-\[200px\] {
  margin-top: 200px !important;
}

.mt-48 {
  margin-top: 12rem !important;
}

.block {
  display: block !important;
}

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

.inline {
  display: inline !important;
}

.flex {
  display: flex !important;
}

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

.table {
  display: table !important;
}

.grid {
  display: grid !important;
}

.contents {
  display: contents !important;
}

.hidden {
  display: none !important;
}

.h-10 {
  height: 2.5rem !important;
}

.h-16 {
  height: 4rem !important;
}

.h-20 {
  height: 5rem !important;
}

.h-32 {
  height: 8rem !important;
}

.h-4 {
  height: 1rem !important;
}

.h-6 {
  height: 1.5rem !important;
}

.h-8 {
  height: 2rem !important;
}

.h-96 {
  height: 24rem !important;
}

.h-\[15px\] {
  height: 15px !important;
}

.h-\[286px\] {
  height: 286px !important;
}

.h-\[42px\] {
  height: 42px !important;
}

.h-\[57px\] {
  height: 57px !important;
}

.h-\[58px\] {
  height: 58px !important;
}

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

.h-full {
  height: 100% !important;
}

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

.min-h-\[270px\] {
  min-height: 270px !important;
}

.min-h-\[314px\] {
  min-height: 314px !important;
}

.min-h-\[757px\] {
  min-height: 757px !important;
}

.min-h-\[calc\(100vh-80px\)\] {
  min-height: calc(100vh - 80px) !important;
}

.min-h-\[100vh\] {
  min-height: 100vh !important;
}

.w-1\/3 {
  width: 33.333333% !important;
}

.w-10 {
  width: 2.5rem !important;
}

.w-12 {
  width: 3rem !important;
}

.w-16 {
  width: 4rem !important;
}

.w-20 {
  width: 5rem !important;
}

.w-24 {
  width: 6rem !important;
}

.w-32 {
  width: 8rem !important;
}

.w-4 {
  width: 1rem !important;
}

.w-6 {
  width: 1.5rem !important;
}

.w-8 {
  width: 2rem !important;
}

.w-\[574px\] {
  width: 574px !important;
}

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

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

.w-\[600px\] {
  width: 600px !important;
}

.w-\[400px\] {
  width: 400px !important;
}

.w-\[175px\] {
  width: 175px !important;
}

.w-40 {
  width: 10rem !important;
}

.w-52 {
  width: 13rem !important;
}

.min-w-\[200px\] {
  min-width: 200px !important;
}

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

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

.min-w-\[375px\] {
  min-width: 375px !important;
}

.min-w-\[590px\] {
  min-width: 590px !important;
}

.max-w-\[337px\] {
  max-width: 337px !important;
}

.max-w-\[450px\] {
  max-width: 450px !important;
}

.max-w-\[480px\] {
  max-width: 480px !important;
}

.max-w-\[517px\] {
  max-width: 517px !important;
}

.max-w-\[525px\] {
  max-width: 525px !important;
}

.max-w-\[550px\] {
  max-width: 550px !important;
}

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

.max-w-\[400px\] {
  max-width: 400px !important;
}

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

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

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

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

.table-fixed {
  table-layout: fixed !important;
}

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

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

.scale-200 {
  --tw-scale-x: 2 !important;
  --tw-scale-y: 2 !important;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}

.cursor-default {
  cursor: default !important;
}

.cursor-not-allowed {
  cursor: not-allowed !important;
}

.cursor-pointer {
  cursor: pointer !important;
}

.select-none {
  -webkit-user-select: none !important;
          user-select: none !important;
}

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

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

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

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

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

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

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

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

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

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

.justify-start {
  justify-content: flex-start !important;
}

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

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

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

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-4 {
  gap: 1rem !important;
}

.gap-8 {
  gap: 2rem !important;
}

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

.gap-x-6 {
  column-gap: 1.5rem !important;
}

.gap-x-8 {
  column-gap: 2rem !important;
}

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

.space-y-16 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(4rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(4rem * var(--tw-space-y-reverse)) !important;
}

.space-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse)) !important;
}

.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
}

.space-y-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse)) !important;
}

.space-y-8 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(2rem * var(--tw-space-y-reverse)) !important;
}

.divide-y-2 > :not([hidden]) ~ :not([hidden]) {
  --tw-divide-y-reverse: 0 !important;
  border-top-width: calc(2px * calc(1 - var(--tw-divide-y-reverse))) !important;
  border-bottom-width: calc(2px * var(--tw-divide-y-reverse)) !important;
}

.divide-sky-light > :not([hidden]) ~ :not([hidden]) {
  border-color: #c9dadc !important;
}

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

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

.self-baseline {
  align-self: baseline !important;
}

.overflow-auto {
  overflow: auto !important;
}

.break-normal {
  overflow-wrap: normal !important;
  word-break: normal !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

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

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

.rounded-md {
  border-radius: 0.375rem !important;
}

.rounded-none {
  border-radius: 0px !important;
}

.rounded-xl {
  border-radius: 0.75rem !important;
}

.border {
  border-width: 1px !important;
}

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

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

.border-\[\.5px\] {
  border-width: .5px !important;
}

.border-\[1\.25px\] {
  border-width: 1.25px !important;
}

.border-\[1px\] {
  border-width: 1px !important;
}

.border-\[2px\] {
  border-width: 2px !important;
}

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

.border-b-0 {
  border-bottom-width: 0px !important;
}

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

.border-b-\[\.5px\] {
  border-bottom-width: .5px !important;
}

.border-t-0 {
  border-top-width: 0px !important;
}

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

.border-denim {
  --tw-border-opacity: 1 !important;
  border-color: rgb(51 109 145 / var(--tw-border-opacity)) !important;
}

.border-disabled {
  --tw-border-opacity: 1 !important;
  border-color: rgb(138 138 138 / var(--tw-border-opacity)) !important;
}

.border-navy {
  --tw-border-opacity: 1 !important;
  border-color: rgb(24 54 69 / var(--tw-border-opacity)) !important;
}

.border-ochre {
  --tw-border-opacity: 1 !important;
  border-color: rgb(181 137 74 / var(--tw-border-opacity)) !important;
}

.border-pink-dark {
  --tw-border-opacity: 1 !important;
  border-color: rgb(205 61 34 / var(--tw-border-opacity)) !important;
}

.border-sky {
  --tw-border-opacity: 1 !important;
  border-color: rgb(159 182 185 / var(--tw-border-opacity)) !important;
}

.border-sky-light {
  --tw-border-opacity: 1 !important;
  border-color: rgb(201 218 220 / var(--tw-border-opacity)) !important;
}

.bg-canvas {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(232 230 221 / var(--tw-bg-opacity)) !important;
}

.bg-coral {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(236 112 83 / var(--tw-bg-opacity)) !important;
}

.bg-denim {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(51 109 145 / var(--tw-bg-opacity)) !important;
}

.bg-grey {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(232 235 236 / var(--tw-bg-opacity)) !important;
}

.bg-linen {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(244 241 234 / var(--tw-bg-opacity)) !important;
}

.bg-navy {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(24 54 69 / var(--tw-bg-opacity)) !important;
}

.bg-ochre {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(181 137 74 / var(--tw-bg-opacity)) !important;
}

.bg-pink-dark {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(205 61 34 / var(--tw-bg-opacity)) !important;
}

.bg-pink-light {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(255 217 210 / var(--tw-bg-opacity)) !important;
}

.bg-sky {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(159 182 185 / var(--tw-bg-opacity)) !important;
}

.bg-sky-light {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(201 218 220 / var(--tw-bg-opacity)) !important;
}

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

.bg-opacity-50 {
  --tw-bg-opacity: 0.5 !important;
}

.object-cover {
  object-fit: cover !important;
}

.object-top {
  object-position: top !important;
}

.p-0 {
  padding: 0px !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-10 {
  padding: 2.5rem !important;
}

.p-12 {
  padding: 3rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-4 {
  padding: 1rem !important;
}

.p-6 {
  padding: 1.5rem !important;
}

.p-8 {
  padding: 2rem !important;
}

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

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

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

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

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

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

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

.py-14 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

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

.pl-2 {
  padding-left: 0.5rem !important;
}

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

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

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

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

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

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

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

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

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

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

.align-baseline {
  vertical-align: baseline !important;
}

.align-middle {
  vertical-align: middle !important;
}

.font-plex-regular {
  font-family: IBM-Plex-Sans-Regular !important;
}

.font-plex-sans-bold {
  font-family: IBM-Plex-Sans-Bold !important;
}

.font-plex-sans-medium {
  font-family: IBM-Plex-Sans-Medium !important;
}

.font-plex-sans-semi-bold {
  font-family: IBM-Plex-Sans-SemiBold !important;
}

.font-plex-serif-italic {
  font-family: IBM-Plex-Serif-Italic !important;
}

.font-plex-serif-light-italic {
  font-family: IBM-Plex-Serif-LightItalic !important;
}

.text-12 {
  font-size: 0.75rem !important;
}

.text-13 {
  font-size: 0.8125rem !important;
}

.text-14 {
  font-size: 0.875rem !important;
}

.text-16 {
  font-size: 1rem !important;
}

.text-18 {
  font-size: 1.125rem !important;
}

.text-20 {
  font-size: 1.25rem !important;
}

.text-22 {
  font-size: 1.375rem !important;
}

.text-24 {
  font-size: 1.5rem !important;
}

.text-26 {
  font-size: 1.875rem !important;
}

.text-30 {
  font-size: 2rem !important;
}

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

.uppercase {
  text-transform: uppercase !important;
}

.lowercase {
  text-transform: lowercase !important;
}

.capitalize {
  text-transform: capitalize !important;
}

.normal-case {
  text-transform: none !important;
}

.italic {
  font-style: italic !important;
}

.tracking-widest {
  letter-spacing: 0.1em !important;
}

.text-danger {
  color: #CD3D22 !important;
}

.text-denim {
  color: #336D91 !important;
}

.text-disabled {
  color: #8a8a8a !important;
}

.text-navy {
  color: #183645 !important;
}

.text-navy\/\[\.80\] {
  color: rgb(24 54 69 / .80) !important;
}

.text-ochre {
  color: #b5894a !important;
}

.text-pink-dark {
  color: #cd3d22 !important;
}

.text-sky-light {
  color: #c9dadc !important;
}

.text-white {
  color: #ffffff !important;
}

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

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

.decoration-2 {
  text-decoration-thickness: 2px !important;
}

.underline-offset-4 {
  text-underline-offset: 4px !important;
}

.accent-denim {
  accent-color: #336D91 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.shadow-\[0_-3px_4px_1px_rgba\(201\2c 218\2c 220\2c 0\.31\)\] {
  --tw-shadow: 0 -3px 4px 1px rgba(201,218,220,0.31) !important;
  --tw-shadow-colored: 0 -3px 4px 1px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.shadow-none {
  --tw-shadow: 0 0 #0000 !important;
  --tw-shadow-colored: 0 0 #0000 !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}

.outline-none {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}

.outline {
  outline-style: solid !important;
}

.outline-danger {
  outline-color: #CD3D22 !important;
}

.outline-secondary {
  outline-color: #526e7c !important;
}

.outline-sky-light {
  outline-color: #c9dadc !important;
}

.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter !important;
  transition-duration: 150ms !important;
}

.duration-200 {
  transition-duration: 200ms !important;
}

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

.first\:pl-0:first-child {
  padding-left: 0px !important;
}

.hover\:cursor-not-allowed:hover {
  cursor: not-allowed !important;
}

.hover\:cursor-pointer:hover {
  cursor: pointer !important;
}

.hover\:border-denim:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(51 109 145 / var(--tw-border-opacity)) !important;
}

.hover\:border-navy:hover {
  --tw-border-opacity: 1 !important;
  border-color: rgb(24 54 69 / var(--tw-border-opacity)) !important;
}

.hover\:bg-denim:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(51 109 145 / var(--tw-bg-opacity)) !important;
}

.hover\:bg-sky-light:hover {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(201 218 220 / var(--tw-bg-opacity)) !important;
}

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

.hover\:font-plex-sans-bold:hover {
  font-family: IBM-Plex-Sans-Bold !important;
}

.hover\:text-denim:hover {
  color: #336D91 !important;
}

.hover\:text-navy:hover {
  color: #183645 !important;
}

.hover\:text-pink-dark:hover {
  color: #cd3d22 !important;
}

.hover\:text-white:hover {
  color: #ffffff !important;
}

.hover\:underline:hover {
  text-decoration-line: underline !important;
}

.focus\:border-\[2px\]:focus {
  border-width: 2px !important;
}

.focus\:border-pink-dark:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(205 61 34 / var(--tw-border-opacity)) !important;
}

.focus\:border-sky:focus {
  --tw-border-opacity: 1 !important;
  border-color: rgb(159 182 185 / var(--tw-border-opacity)) !important;
}

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

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

.disabled\:text-disabled:disabled {
  color: #8a8a8a !important;
}

@media not all and (min-width: 992px) {
  .max-lg\:float-right {
    float: right !important;
  }

  .max-lg\:flex {
    display: flex !important;
  }

  .max-lg\:w-screen {
    width: 100vw !important;
  }

  .max-lg\:flex-col {
    flex-direction: column !important;
  }
}

@media (min-width: 576px) {
  .sm\:ml-auto {
    margin-left: auto !important;
  }

  .sm\:mt-0 {
    margin-top: 0px !important;
  }

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

  .sm\:max-w-screen {
    max-width: 100vw !important;
  }

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

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

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

  .sm\:justify-end {
    justify-content: flex-end !important;
  }

  .sm\:p-8 {
    padding: 2rem !important;
  }
}

@media (min-width: 768px) {
  .md\:mx-4 {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }

  .md\:mx-6 {
    margin-left: 1.5rem !important;
    margin-right: 1.5rem !important;
  }

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

  .md\:ml-6 {
    margin-left: 1.5rem !important;
  }

  .md\:mr-2 {
    margin-right: 0.5rem !important;
  }

  .md\:mr-24 {
    margin-right: 6rem !important;
  }

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

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

  .md\:mt-8 {
    margin-top: 2rem !important;
  }

  .md\:block {
    display: block !important;
  }

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

  .md\:hidden {
    display: none !important;
  }

  .md\:h-\[58px\] {
    height: 58px !important;
  }

  .md\:w-1\/2 {
    width: 50% !important;
  }

  .md\:w-44 {
    width: 11rem !important;
  }

  .md\:w-48 {
    width: 12rem !important;
  }

  .md\:w-9\/12 {
    width: 75% !important;
  }

  .md\:w-\[425px\] {
    width: 425px !important;
  }

  .md\:w-max {
    width: -webkit-max-content !important;
    width: max-content !important;
  }

  .md\:max-w-\[200px\] {
    max-width: 200px !important;
  }

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

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

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

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

  .md\:justify-start {
    justify-content: flex-start !important;
  }

  .md\:gap-x-8 {
    column-gap: 2rem !important;
  }

  .md\:gap-y-6 {
    row-gap: 1.5rem !important;
  }

  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0px * var(--tw-space-y-reverse)) !important;
  }

  .md\:divide-x-2 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-x-reverse: 0 !important;
    border-right-width: calc(2px * var(--tw-divide-x-reverse)) !important;
    border-left-width: calc(2px * calc(1 - var(--tw-divide-x-reverse))) !important;
  }

  .md\:divide-y-0 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(0px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(0px * var(--tw-divide-y-reverse)) !important;
  }

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

  .md\:py-0 {
    padding-top: 0px !important;
    padding-bottom: 0px !important;
  }

  .md\:text-left {
    text-align: left !important;
  }

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

  .md\:text-18 {
    font-size: 1.125rem !important;
  }
}

@media (min-width: 992px) {
  .lg\:-mx-14 {
    margin-left: -3.5rem !important;
    margin-right: -3.5rem !important;
  }

  .lg\:mb-6 {
    margin-bottom: 1.5rem !important;
  }

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

  .lg\:block {
    display: block !important;
  }

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

  .lg\:hidden {
    display: none !important;
  }

  .lg\:w-60 {
    width: 15rem !important;
  }

  .lg\:w-72 {
    width: 18rem !important;
  }

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

  .lg\:min-w-\[819px\] {
    min-width: 819px !important;
  }

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

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

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

  .lg\:justify-start {
    justify-content: flex-start !important;
  }

  .lg\:justify-center {
    justify-content: center !important;
  }

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

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

  .lg\:px-14 {
    padding-left: 3.5rem !important;
    padding-right: 3.5rem !important;
  }

  .lg\:pt-0 {
    padding-top: 0px !important;
  }

  .lg\:pt-10 {
    padding-top: 2.5rem !important;
  }

  .lg\:text-left {
    text-align: left !important;
  }
}

@media (min-width: 1115px) {
  .min-\[1115px\]\:flex {
    display: flex !important;
  }
}

@media (min-width: 1200px) {
  .xl\:h-32 {
    height: 8rem !important;
  }
}

@media (min-width: 1330px) {
  .min-\[1330px\]\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (min-width: 1440px) {
  .\32xl\:h-32 {
    height: 8rem !important;
  }

  .\32xl\:w-60 {
    width: 15rem !important;
  }
}
