@font-face {
    font-family: 'PantonBlackCaps';
    src: url('./fonts/Panton-BlackCaps.otf');
    src: local("PantonBlackCaps", url('./fonts/Panton-BlackCaps.otf') format('otf'));
}
@font-face {
    font-family: 'Lovelo';
    src: url('./fonts/lovelo.otf');
    src: local("Lovolo", url('./fonts/lovelo.otf') format('otf'));
}
@font-face {
    font-family: 'Arvo';
    src: url('./fonts/Arvo-Regular.ttf');
    src: local("Arvo", url('./fonts/Arvo-Regular.ttf') format('ttf'));
}
@font-face {
    font-family: 'Cooper';
    src: url('./fonts/Cooper-Black.otf');
    src: local("Cooper", url('./fonts/Cooper-Black.otf') format('otf'));
}
/*
! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/
html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}
/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/
body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}
/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/
hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}
/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}
/*
Remove the default font size and weight for headings.
*/
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}
/*
Reset links to optimize for opt-in styling instead of opt-out.
*/
a {
  color: inherit;
  text-decoration: inherit;
}
/*
Add the correct font weight in Edge and Safari.
*/
b,
strong {
  font-weight: bolder;
}
/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}
/*
Add the correct font size in all browsers.
*/
small {
  font-size: 80%;
}
/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/
table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}
/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}
/*
Remove the inheritance of text transform in Edge and Firefox.
*/
button,
select {
  text-transform: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}
/*
Use the modern Firefox focus style for all focusable elements.
*/
:-moz-focusring {
  outline: auto;
}
/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/
:-moz-ui-invalid {
  box-shadow: none;
}
/*
Add the correct vertical alignment in Chrome and Firefox.
*/
progress {
  vertical-align: baseline;
}
/*
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}
/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}
/*
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}
/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item;
}
/*
Removes the default spacing and border for appropriate elements.
*/
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
fieldset {
  margin: 0;
  padding: 0;
}
legend {
  padding: 0;
}
ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/*
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;
}
[type='text'],input:where(:not([type])),[type='email'],[type='url'],[type='password'],[type='number'],[type='date'],[type='datetime-local'],[type='month'],[type='search'],[type='tel'],[type='time'],[type='week'],[multiple],textarea,select {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    border-radius: 0px;
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
    font-size: 1rem;
    line-height: 1.5rem;
    --tw-shadow: 0 0 #0000;
}
[type='text']:focus, input:where(:not([type])):focus, [type='email']:focus, [type='url']:focus, [type='password']:focus, [type='number']:focus, [type='date']:focus, [type='datetime-local']:focus, [type='month']:focus, [type='search']:focus, [type='tel']:focus, [type='time']:focus, [type='week']:focus, [multiple]:focus, textarea:focus, select:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #2563eb;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
    border-color: #2563eb;
}
input::-moz-placeholder, textarea::-moz-placeholder {
    color: #6b7280;
    opacity: 1;
}
input::placeholder,textarea::placeholder {
    color: #6b7280;
    opacity: 1;
}
::-webkit-datetime-edit-fields-wrapper {
    padding: 0;
}
::-webkit-date-and-time-value {
    min-height: 1.5em;
    text-align: inherit;
}
::-webkit-datetime-edit {
    display: inline-flex;
}
::-webkit-datetime-edit,::-webkit-datetime-edit-year-field,::-webkit-datetime-edit-month-field,::-webkit-datetime-edit-day-field,::-webkit-datetime-edit-hour-field,::-webkit-datetime-edit-minute-field,::-webkit-datetime-edit-second-field,::-webkit-datetime-edit-millisecond-field,::-webkit-datetime-edit-meridiem-field {
    padding-top: 0;
    padding-bottom: 0;
}
select {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
    background-position: right 0.5rem center;
    background-repeat: no-repeat;
    background-size: 1.5em 1.5em;
    padding-right: 2.5rem;
    -webkit-print-color-adjust: exact;
            print-color-adjust: exact;
}
[multiple],[size]:where(select:not([size="1"])) {
    background-image: initial;
    background-position: initial;
    background-repeat: unset;
    background-size: initial;
    padding-right: 0.75rem;
    -webkit-print-color-adjust: unset;
            print-color-adjust: unset;
}
[type='checkbox'],[type='radio'] {
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    padding: 0;
    -webkit-print-color-adjust: exact;
            print-color-adjust: exact;
    display: inline-block;
    vertical-align: middle;
    background-origin: border-box;
    -webkit-user-select: none;
       -moz-user-select: none;
            user-select: none;
    flex-shrink: 0;
    height: 1rem;
    width: 1rem;
    color: #2563eb;
    background-color: #fff;
    border-color: #6b7280;
    border-width: 1px;
    --tw-shadow: 0 0 #0000;
}
[type='checkbox'] {
    border-radius: 0px;
}
[type='radio'] {
    border-radius: 100%;
}
[type='checkbox']:focus,[type='radio']:focus {
    outline: 2px solid transparent;
    outline-offset: 2px;
    --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
    --tw-ring-offset-width: 2px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: #2563eb;
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
}
[type='checkbox']:checked,[type='radio']:checked {
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}
[type='checkbox']:checked {
    background-image: url("data:image/svg+xml,%3csvg viewBox='0 0 16 16' fill='white' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M12.207 4.793a1 1 0 010 1.414l-5 5a1 1 0 01-1.414 0l-2-2a1 1 0 011.414-1.414L6.5 9.086l4.293-4.293a1 1 0 011.414 0z'/%3e%3c/svg%3e");
}
@media (forced-colors: active)  {
    [type='checkbox']:checked {
        -webkit-appearance: auto;
           -moz-appearance: auto;
                appearance: auto;
    }
}
[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");
}
@media (forced-colors: active)  {
    [type='radio']:checked {
        -webkit-appearance: auto;
           -moz-appearance: auto;
                appearance: auto;
    }
}
[type='checkbox']:checked:hover,[type='checkbox']:checked:focus,[type='radio']:checked:hover,[type='radio']:checked:focus {
    border-color: transparent;
    background-color: currentColor;
}
[type='checkbox']:indeterminate {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16 16'%3e%3cpath stroke='white' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M4 8h8'/%3e%3c/svg%3e");
    border-color: transparent;
    background-color: currentColor;
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
}
@media (forced-colors: active)  {
    [type='checkbox']:indeterminate {
        -webkit-appearance: auto;
           -moz-appearance: auto;
                appearance: auto;
    }
}
[type='checkbox']:indeterminate:hover,[type='checkbox']:indeterminate:focus {
    border-color: transparent;
    background-color: currentColor;
}
[type='file'] {
    background: unset;
    border-color: inherit;
    border-width: 0;
    border-radius: 0;
    padding: 0;
    font-size: unset;
    line-height: inherit;
}
[type='file']:focus {
    outline: 1px solid ButtonText;
    outline: 1px auto -webkit-focus-ring-color;
}
h2 {
    font-size: 2.25rem;
    line-height: 2.5rem;
    font-family: PantonBlackCaps;
    --tw-text-opacity: 1;
    color: rgb(61 71 102 / var(--tw-text-opacity));
    text-transform: uppercase;
    padding-top: 3rem;
    padding-bottom: 0.5rem;
}
h3 {
    font-size: 1.5rem;
    line-height: 2rem;
    font-family: PantonBlackCaps;
    --tw-text-opacity: 1;
    color: rgb(61 71 102 / var(--tw-text-opacity));
    text-transform: uppercase;
}
h4 {
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-family: PantonBlackCaps;
    --tw-text-opacity: 1;
    color: rgb(61 71 102 / var(--tw-text-opacity));
    text-transform: uppercase;
}
a {
    --tw-text-opacity: 1;
    color: rgb(238 116 109 / var(--tw-text-opacity));
}
a:hover {
    --tw-text-opacity: 1;
    color: rgb(61 71 102 / var(--tw-text-opacity));
}
.text-white {
        color: #ffffff;
    }
.content-wrapper ul {
        list-style-type: disc;
    }
.content-wrapper ol {
        list-style-type: decimal;
    }
.content-wrapper ol,
    .content-wrapper ul {
        margin: 15px;
    }
.content-wrapper li {
        margin-left: 15px;
    }
.content-wrapper p {
        margin-bottom: 18px;
    }
.content-wrapper a {
    --tw-text-opacity: 1;
    color: rgb(238 116 109 / var(--tw-text-opacity));
        text-decoration: underline;
}
.content-wrapper a:hover {
    --tw-text-opacity: 1;
    color: rgb(61 71 102 / var(--tw-text-opacity));
        text-decoration: none;
}
.content-wrapper a.button {
        color: #ffffff;
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
        text-decoration: none;
    }
*, ::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:  ;
}
::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:  ;
}
.container {
    width: 100%;
}
@media (min-width: 640px) {
    .container {
        max-width: 640px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 768px;
    }
}
@media (min-width: 1024px) {
    .container {
        max-width: 1024px;
    }
}
@media (min-width: 1280px) {
    .container {
        max-width: 1280px;
    }
}
@media (min-width: 1536px) {
    .container {
        max-width: 1536px;
    }
}
.aspect-h-2 {
    --tw-aspect-h: 2;
}
.aspect-h-9 {
    --tw-aspect-h: 9;
}
.aspect-w-16 {
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    --tw-aspect-w: 16;
}
.aspect-w-16 > * {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.aspect-w-3 {
    position: relative;
    padding-bottom: calc(var(--tw-aspect-h) / var(--tw-aspect-w) * 100%);
    --tw-aspect-w: 3;
}
.aspect-w-3 > * {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.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;
}
.pointer-events-none {
    pointer-events: none !important;
}
.visible {
    visibility: visible !important;
}
.invisible {
    visibility: hidden !important;
}
.collapse {
    visibility: collapse !important;
}
.static {
    position: static !important;
}
.fixed {
    position: fixed !important;
}
.absolute {
    position: absolute !important;
}
.relative {
    position: relative !important;
}
.inset-0 {
    inset: 0px !important;
}
.inset-x-0 {
    left: 0px !important;
    right: 0px !important;
}
.inset-y-0 {
    top: 0px !important;
    bottom: 0px !important;
}
.left-0 {
    left: 0px !important;
}
.left-1\/2 {
    left: 50% !important;
}
.right-1\/2 {
    right: 50% !important;
}
.top-0 {
    top: 0px !important;
}
.top-16 {
    top: 4rem !important;
}
.isolate {
    isolation: isolate !important;
}
.-z-10 {
    z-index: -10 !important;
}
.z-10 {
    z-index: 10 !important;
}
.z-50 {
    z-index: 50 !important;
}
.col-span-1 {
    grid-column: span 1 / span 1 !important;
}
.-m-3 {
    margin: -0.75rem !important;
}
.m-0 {
    margin: 0px !important;
}
.m-auto {
    margin: auto !important;
}
.-mx-4 {
    margin-left: -1rem !important;
    margin-right: -1rem !important;
}
.-mx-5 {
    margin-left: -1.25rem !important;
    margin-right: -1.25rem !important;
}
.-my-2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
}
.mx-8 {
    margin-left: 2rem !important;
    margin-right: 2rem !important;
}
.mx-auto {
    margin-left: auto !important;
    margin-right: auto !important;
}
.-ml-4 {
    margin-left: -1rem !important;
}
.-ml-48 {
    margin-left: -12rem !important;
}
.-mr-2 {
    margin-right: -0.5rem !important;
}
.-mr-96 {
    margin-right: -24rem !important;
}
.mb-0 {
    margin-bottom: 0px !important;
}
.mb-1 {
    margin-bottom: 0.25rem !important;
}
.mb-12 {
    margin-bottom: 3rem !important;
}
.mb-2 {
    margin-bottom: 0.5rem !important;
}
.mb-20 {
    margin-bottom: 5rem !important;
}
.mb-3 {
    margin-bottom: 0.75rem !important;
}
.mb-4 {
    margin-bottom: 1rem !important;
}
.mb-6 {
    margin-bottom: 1.5rem !important;
}
.mb-8 {
    margin-bottom: 2rem !important;
}
.ml-10 {
    margin-left: 2.5rem !important;
}
.ml-2 {
    margin-left: 0.5rem !important;
}
.ml-3 {
    margin-left: 0.75rem !important;
}
.ml-4 {
    margin-left: 1rem !important;
}
.ml-6 {
    margin-left: 1.5rem !important;
}
.ml-8 {
    margin-left: 2rem !important;
}
.mr-10 {
    margin-right: 2.5rem !important;
}
.mr-6 {
    margin-right: 1.5rem !important;
}
.mt-1 {
    margin-top: 0.25rem !important;
}
.mt-10 {
    margin-top: 2.5rem !important;
}
.mt-12 {
    margin-top: 3rem !important;
}
.mt-16 {
    margin-top: 4rem !important;
}
.mt-2 {
    margin-top: 0.5rem !important;
}
.mt-20 {
    margin-top: 5rem !important;
}
.mt-3 {
    margin-top: 0.75rem !important;
}
.mt-4 {
    margin-top: 1rem !important;
}
.mt-5 {
    margin-top: 1.25rem !important;
}
.mt-6 {
    margin-top: 1.5rem !important;
}
.mt-8 {
    margin-top: 2rem !important;
}
.block {
    display: block !important;
}
.inline-block {
    display: inline-block !important;
}
.flex {
    display: flex !important;
}
.inline-flex {
    display: inline-flex !important;
}
.table {
    display: table !important;
}
.flow-root {
    display: flow-root !important;
}
.grid {
    display: grid !important;
}
.hidden {
    display: none !important;
}
.aspect-\[3\/2\] {
    aspect-ratio: 3/2 !important;
}
.aspect-\[6\/5\] {
    aspect-ratio: 6/5 !important;
}
.h-1\/3 {
    height: 33.333333% !important;
}
.h-12 {
    height: 3rem !important;
}
.h-14 {
    height: 3.5rem !important;
}
.h-24 {
    height: 6rem !important;
}
.h-36 {
    height: 9rem !important;
}
.h-4 {
    height: 1rem !important;
}
.h-40 {
    height: 10rem !important;
}
.h-44 {
    height: 11rem !important;
}
.h-48 {
    height: 12rem !important;
}
.h-5 {
    height: 1.25rem !important;
}
.h-6 {
    height: 1.5rem !important;
}
.h-64 {
    height: 16rem !important;
}
.h-8 {
    height: 2rem !important;
}
.h-auto {
    height: auto !important;
}
.h-full {
    height: 100% !important;
}
.max-h-12 {
    max-height: 3rem !important;
}
.w-11 {
    width: 2.75rem !important;
}
.w-12 {
    width: 3rem !important;
}
.w-14 {
    width: 3.5rem !important;
}
.w-24 {
    width: 6rem !important;
}
.w-36 {
    width: 9rem !important;
}
.w-4 {
    width: 1rem !important;
}
.w-40 {
    width: 10rem !important;
}
.w-48 {
    width: 12rem !important;
}
.w-5 {
    width: 1.25rem !important;
}
.w-6 {
    width: 1.5rem !important;
}
.w-64 {
    width: 16rem !important;
}
.w-\[200\%\] {
    width: 200% !important;
}
.w-auto {
    width: auto !important;
}
.w-full {
    width: 100% !important;
}
.w-screen {
    width: 100vw !important;
}
.min-w-full {
    min-width: 100% !important;
}
.max-w-2xl {
    max-width: 42rem !important;
}
.max-w-3xl {
    max-width: 48rem !important;
}
.max-w-5xl {
    max-width: 64rem !important;
}
.max-w-6xl {
    max-width: 72rem !important;
}
.max-w-7xl {
    max-width: 80rem !important;
}
.max-w-lg {
    max-width: 32rem !important;
}
.max-w-md {
    max-width: 28rem !important;
}
.max-w-xl {
    max-width: 36rem !important;
}
.flex-1 {
    flex: 1 1 0% !important;
}
.flex-initial {
    flex: 0 1 auto !important;
}
.flex-shrink-0 {
    flex-shrink: 0 !important;
}
.border-collapse {
    border-collapse: collapse !important;
}
.origin-top-right {
    transform-origin: top right !important;
}
.-translate-x-1\/2 {
    --tw-translate-x: -50% !important;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.translate-x-0 {
    --tw-translate-x: 0px !important;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.translate-x-5 {
    --tw-translate-x: 1.25rem !important;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.translate-y-0 {
    --tw-translate-y: 0px !important;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.translate-y-1 {
    --tw-translate-y: 0.25rem !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;
}
.skew-x-\[-30deg\] {
    --tw-skew-x: -30deg !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-100 {
    --tw-scale-x: 1 !important;
    --tw-scale-y: 1 !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-95 {
    --tw-scale-x: .95 !important;
    --tw-scale-y: .95 !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;
}
.transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
.cursor-pointer {
    cursor: pointer !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;
}
.flex-col {
    flex-direction: column !important;
}
.flex-wrap {
    flex-wrap: wrap !important;
}
.items-start {
    align-items: flex-start !important;
}
.items-center {
    align-items: center !important;
}
.justify-start {
    justify-content: flex-start !important;
}
.justify-center {
    justify-content: center !important;
}
.justify-between {
    justify-content: space-between !important;
}
.gap-0 {
    gap: 0px !important;
}
.gap-0\.5 {
    gap: 0.125rem !important;
}
.gap-1 {
    gap: 0.25rem !important;
}
.gap-4 {
    gap: 1rem !important;
}
.gap-5 {
    gap: 1.25rem !important;
}
.gap-6 {
    gap: 1.5rem !important;
}
.gap-x-6 {
    -moz-column-gap: 1.5rem !important;
         column-gap: 1.5rem !important;
}
.gap-x-8 {
    -moz-column-gap: 2rem !important;
         column-gap: 2rem !important;
}
.gap-y-12 {
    row-gap: 3rem !important;
}
.gap-y-16 {
    row-gap: 4rem !important;
}
.gap-y-4 {
    row-gap: 1rem !important;
}
.gap-y-8 {
    row-gap: 2rem !important;
}
.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;
}
.space-x-4 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse))) !important;
}
.space-x-6 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-x-reverse: 0 !important;
    margin-right: calc(1.5rem * var(--tw-space-x-reverse)) !important;
    margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-reverse))) !important;
}
.space-y-1 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(0.25rem * var(--tw-space-y-reverse)) !important;
}
.space-y-12 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(3rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(3rem * var(--tw-space-y-reverse)) !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-5 > :not([hidden]) ~ :not([hidden]) {
    --tw-space-y-reverse: 0 !important;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse))) !important;
    margin-bottom: calc(1.25rem * 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;
}
.divide-y > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-y-reverse: 0 !important;
    border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse))) !important;
    border-bottom-width: calc(1px * var(--tw-divide-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-gray-200 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgb(229 231 235 / var(--tw-divide-opacity)) !important;
}
.divide-gray-300 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgb(209 213 219 / var(--tw-divide-opacity)) !important;
}
.divide-gray-50 > :not([hidden]) ~ :not([hidden]) {
    --tw-divide-opacity: 1 !important;
    border-color: rgb(249 250 251 / var(--tw-divide-opacity)) !important;
}
.overflow-hidden {
    overflow: hidden !important;
}
.overflow-x-auto {
    overflow-x: auto !important;
}
.overflow-y-auto {
    overflow-y: auto !important;
}
.truncate {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}
.whitespace-nowrap {
    white-space: nowrap !important;
}
.rounded {
    border-radius: 0.25rem !important;
}
.rounded-2xl {
    border-radius: 1rem !important;
}
.rounded-full {
    border-radius: 9999px !important;
}
.rounded-lg {
    border-radius: 0.5rem !important;
}
.rounded-md {
    border-radius: 0.375rem !important;
}
.border {
    border-width: 1px !important;
}
.border-2 {
    border-width: 2px !important;
}
.border-b {
    border-bottom-width: 1px !important;
}
.border-b-2 {
    border-bottom-width: 2px !important;
}
.border-t {
    border-top-width: 1px !important;
}
.border-gray-100 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(243 244 246 / var(--tw-border-opacity)) !important;
}
.border-gray-200 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(229 231 235 / var(--tw-border-opacity)) !important;
}
.border-gray-300 {
    --tw-border-opacity: 1 !important;
    border-color: rgb(209 213 219 / var(--tw-border-opacity)) !important;
}
.border-transparent {
    border-color: transparent !important;
}
.bg-blue {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(61 71 102 / var(--tw-bg-opacity)) !important;
}
.bg-blue-dark {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(61 71 102 / var(--tw-bg-opacity)) !important;
}
.bg-blue-light {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(104 155 202 / var(--tw-bg-opacity)) !important;
}
.bg-gray-100 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity)) !important;
}
.bg-gray-200 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity)) !important;
}
.bg-gray-50 {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity)) !important;
}
.bg-green {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(62 197 141 / var(--tw-bg-opacity)) !important;
}
.bg-orange {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(238 116 109 / 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-20 {
    --tw-bg-opacity: 0.2 !important;
}
.bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops)) !important;
}
.object-contain {
    -o-object-fit: contain !important;
       object-fit: contain !important;
}
.object-cover {
    -o-object-fit: cover !important;
       object-fit: cover !important;
}
.object-left {
    -o-object-position: left !important;
       object-position: left !important;
}
.p-0 {
    padding: 0px !important;
}
.p-1 {
    padding: 0.25rem !important;
}
.p-2 {
    padding: 0.5rem !important;
}
.p-3 {
    padding: 0.75rem !important;
}
.p-4 {
    padding: 1rem !important;
}
.p-5 {
    padding: 1.25rem !important;
}
.p-6 {
    padding: 1.5rem !important;
}
.p-8 {
    padding: 2rem !important;
}
.px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
}
.px-2 {
    padding-left: 0.5rem !important;
    padding-right: 0.5rem !important;
}
.px-3 {
    padding-left: 0.75rem !important;
    padding-right: 0.75rem !important;
}
.px-3\.5 {
    padding-left: 0.875rem !important;
    padding-right: 0.875rem !important;
}
.px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important;
}
.px-5 {
    padding-left: 1.25rem !important;
    padding-right: 1.25rem !important;
}
.px-6 {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
}
.px-8 {
    padding-left: 2rem !important;
    padding-right: 2rem !important;
}
.py-10 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
}
.py-12 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}
.py-16 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
}
.py-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
}
.py-2\.5 {
    padding-top: 0.625rem !important;
    padding-bottom: 0.625rem !important;
}
.py-24 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
}
.py-3 {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
}
.py-4 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
}
.py-5 {
    padding-top: 1.25rem !important;
    padding-bottom: 1.25rem !important;
}
.py-6 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}
.py-8 {
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
}
.pb-12 {
    padding-bottom: 3rem !important;
}
.pb-2 {
    padding-bottom: 0.5rem !important;
}
.pb-20 {
    padding-bottom: 5rem !important;
}
.pb-6 {
    padding-bottom: 1.5rem !important;
}
.pl-4 {
    padding-left: 1rem !important;
}
.pr-3 {
    padding-right: 0.75rem !important;
}
.pr-4 {
    padding-right: 1rem !important;
}
.pt-16 {
    padding-top: 4rem !important;
}
.pt-2 {
    padding-top: 0.5rem !important;
}
.pt-5 {
    padding-top: 1.25rem !important;
}
.text-left {
    text-align: left !important;
}
.text-center {
    text-align: center !important;
}
.text-right {
    text-align: right !important;
}
.align-middle {
    vertical-align: middle !important;
}
.font-arvo {
    font-family: Arvo !important;
}
.font-lovelo {
    font-family: Lovelo !important;
}
.font-panton {
    font-family: PantonBlackCaps !important;
}
.text-2xl {
    font-size: 1.5rem !important;
    line-height: 2rem !important;
}
.text-3xl {
    font-size: 1.875rem !important;
    line-height: 2.25rem !important;
}
.text-4xl {
    font-size: 2.25rem !important;
    line-height: 2.5rem !important;
}
.text-5xl {
    font-size: 3rem !important;
    line-height: 1 !important;
}
.text-6xl {
    font-size: 3.75rem !important;
    line-height: 1 !important;
}
.text-base {
    font-size: 1rem !important;
    line-height: 1.5rem !important;
}
.text-lg {
    font-size: 1.125rem !important;
    line-height: 1.75rem !important;
}
.text-sm {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important;
}
.text-xl {
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
}
.text-xs {
    font-size: 0.75rem !important;
    line-height: 1rem !important;
}
.font-bold {
    font-weight: 700 !important;
}
.font-extrabold {
    font-weight: 800 !important;
}
.font-light {
    font-weight: 300 !important;
}
.font-medium {
    font-weight: 500 !important;
}
.font-semibold {
    font-weight: 600 !important;
}
.uppercase {
    text-transform: uppercase !important;
}
.italic {
    font-style: italic !important;
}
.leading-6 {
    line-height: 1.5rem !important;
}
.leading-7 {
    line-height: 1.75rem !important;
}
.leading-8 {
    line-height: 2rem !important;
}
.tracking-normal {
    letter-spacing: 0em !important;
}
.tracking-tight {
    letter-spacing: -0.025em !important;
}
.tracking-wide {
    letter-spacing: 0.025em !important;
}
.tracking-wider {
    letter-spacing: 0.05em !important;
}
.text-blue {
    --tw-text-opacity: 1 !important;
    color: rgb(61 71 102 / var(--tw-text-opacity)) !important;
}
.text-blue-dark {
    --tw-text-opacity: 1 !important;
    color: rgb(61 71 102 / var(--tw-text-opacity)) !important;
}
.text-gray-100 {
    --tw-text-opacity: 1 !important;
    color: rgb(243 244 246 / var(--tw-text-opacity)) !important;
}
.text-gray-300 {
    --tw-text-opacity: 1 !important;
    color: rgb(209 213 219 / var(--tw-text-opacity)) !important;
}
.text-gray-400 {
    --tw-text-opacity: 1 !important;
    color: rgb(156 163 175 / var(--tw-text-opacity)) !important;
}
.text-gray-500 {
    --tw-text-opacity: 1 !important;
    color: rgb(107 114 128 / var(--tw-text-opacity)) !important;
}
.text-gray-600 {
    --tw-text-opacity: 1 !important;
    color: rgb(75 85 99 / var(--tw-text-opacity)) !important;
}
.text-gray-700 {
    --tw-text-opacity: 1 !important;
    color: rgb(55 65 81 / var(--tw-text-opacity)) !important;
}
.text-gray-800 {
    --tw-text-opacity: 1 !important;
    color: rgb(31 41 55 / var(--tw-text-opacity)) !important;
}
.text-gray-900 {
    --tw-text-opacity: 1 !important;
    color: rgb(17 24 39 / var(--tw-text-opacity)) !important;
}
.text-orange {
    --tw-text-opacity: 1 !important;
    color: rgb(238 116 109 / var(--tw-text-opacity)) !important;
}
.text-white {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.underline {
    text-decoration-line: underline !important;
}
.no-underline {
    text-decoration-line: none !important;
}
.placeholder-gray-500::-moz-placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgb(107 114 128 / var(--tw-placeholder-opacity)) !important;
}
.placeholder-gray-500::placeholder {
    --tw-placeholder-opacity: 1 !important;
    color: rgb(107 114 128 / var(--tw-placeholder-opacity)) !important;
}
.opacity-0 {
    opacity: 0 !important;
}
.opacity-100 {
    opacity: 1 !important;
}
.opacity-25 {
    opacity: 0.25 !important;
}
.opacity-95 {
    opacity: 0.95 !important;
}
.shadow {
    --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1) !important;
    --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -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-lg {
    --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
    --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow-sm {
    --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05) !important;
    --tw-shadow-colored: 0 1px 2px 0 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-xl {
    --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1) !important;
    --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px 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;
}
.outline {
    outline-style: solid !important;
}
.ring-0 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}
.ring-1 {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}
.ring-opacity-5 {
    --tw-ring-opacity: 0.05 !important;
}
.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) !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-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
}
.transition-colors {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
    transition-duration: 150ms !important;
}
.duration-100 {
    transition-duration: 100ms !important;
}
.duration-150 {
    transition-duration: 150ms !important;
}
.duration-200 {
    transition-duration: 200ms !important;
}
.ease-in {
    transition-timing-function: cubic-bezier(0.4, 0, 1, 1) !important;
}
.ease-in-out {
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
}
.ease-out {
    transition-timing-function: cubic-bezier(0, 0, 0.2, 1) !important;
}
.placeholder-italic::-moz-placeholder {
    font-style: italic;
}
.placeholder-italic::placeholder {
    font-style: italic;
}
.group:hover .group-hover\:text-white {
        color: #ffffff;
    }
.even\:bg-gray-100:nth-child(even) {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-blue:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(61 71 102 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-gray-100:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(243 244 246 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-gray-200:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(229 231 235 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-gray-50:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(249 250 251 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-green:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(62 197 141 / var(--tw-bg-opacity)) !important;
}
.hover\:bg-orange:hover {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(238 116 109 / var(--tw-bg-opacity)) !important;
}
.hover\:text-gray-100:hover {
    --tw-text-opacity: 1 !important;
    color: rgb(243 244 246 / var(--tw-text-opacity)) !important;
}
.hover\:text-gray-500:hover {
    --tw-text-opacity: 1 !important;
    color: rgb(107 114 128 / var(--tw-text-opacity)) !important;
}
.hover\:text-gray-700:hover {
    --tw-text-opacity: 1 !important;
    color: rgb(55 65 81 / var(--tw-text-opacity)) !important;
}
.hover\:text-gray-800:hover {
    --tw-text-opacity: 1 !important;
    color: rgb(31 41 55 / var(--tw-text-opacity)) !important;
}
.hover\:text-gray-900:hover {
    --tw-text-opacity: 1 !important;
    color: rgb(17 24 39 / var(--tw-text-opacity)) !important;
}
.focus\:border-white:focus {
    --tw-border-opacity: 1 !important;
    border-color: rgb(255 255 255 / var(--tw-border-opacity)) !important;
}
.focus\:outline-none:focus {
    outline: 2px solid transparent !important;
    outline-offset: 2px !important;
}
.focus\:ring-2:focus {
    --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color) !important;
    --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color) !important;
    box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000) !important;
}
.focus\:ring-inset:focus {
    --tw-ring-inset: inset !important;
}
.focus\:ring-white:focus {
    --tw-ring-opacity: 1 !important;
    --tw-ring-color: rgb(255 255 255 / var(--tw-ring-opacity)) !important;
}
.focus\:ring-offset-2:focus {
    --tw-ring-offset-width: 2px !important;
}
.focus\:ring-offset-gray-800:focus {
    --tw-ring-offset-color: #1f2937 !important;
}
.focus-visible\:outline:focus-visible {
    outline-style: solid !important;
}
.focus-visible\:outline-2:focus-visible {
    outline-width: 2px !important;
}
.focus-visible\:outline-offset-2:focus-visible {
    outline-offset: 2px !important;
}
.group:hover .group-hover\:bg-orange {
    --tw-bg-opacity: 1 !important;
    background-color: rgb(238 116 109 / var(--tw-bg-opacity)) !important;
}
.group:hover .group-hover\:text-gray-500 {
    --tw-text-opacity: 1 !important;
    color: rgb(107 114 128 / var(--tw-text-opacity)) !important;
}
.group:hover .group-hover\:text-white {
    --tw-text-opacity: 1 !important;
    color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
@media (min-width: 640px) {
    .sm\:-mx-6 {
        margin-left: -1.5rem !important;
        margin-right: -1.5rem !important;
    }
    .sm\:-mr-80 {
        margin-right: -20rem !important;
    }
    .sm\:mb-0 {
        margin-bottom: 0px !important;
    }
    .sm\:mb-6 {
        margin-bottom: 1.5rem !important;
    }
    .sm\:ml-3 {
        margin-left: 0.75rem !important;
    }
    .sm\:ml-4 {
        margin-left: 1rem !important;
    }
    .sm\:mt-0 {
        margin-top: 0px !important;
    }
    .sm\:mt-16 {
        margin-top: 4rem !important;
    }
    .sm\:mt-4 {
        margin-top: 1rem !important;
    }
    .sm\:mt-8 {
        margin-top: 2rem !important;
    }
    .sm\:mt-px {
        margin-top: 1px !important;
    }
    .sm\:flex {
        display: flex !important;
    }
    .sm\:grid {
        display: grid !important;
    }
    .sm\:h-10 {
        height: 2.5rem !important;
    }
    .sm\:h-2\/3 {
        height: 66.666667% !important;
    }
    .sm\:h-72 {
        height: 18rem !important;
    }
    .sm\:w-auto {
        width: auto !important;
    }
    .sm\:max-w-xs {
        max-width: 20rem !important;
    }
    .sm\:flex-shrink-0 {
        flex-shrink: 0 !important;
    }
    .sm\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
    .sm\:items-start {
        align-items: flex-start !important;
    }
    .sm\:justify-center {
        justify-content: center !important;
    }
    .sm\:gap-16 {
        gap: 4rem !important;
    }
    .sm\:gap-8 {
        gap: 2rem !important;
    }
    .sm\:gap-x-6 {
        -moz-column-gap: 1.5rem !important;
             column-gap: 1.5rem !important;
    }
    .sm\:gap-y-12 {
        row-gap: 3rem !important;
    }
    .sm\:gap-y-14 {
        row-gap: 3.5rem !important;
    }
    .sm\: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;
    }
    .sm\: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;
    }
    .sm\: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;
    }
    .sm\:rounded-lg {
        border-radius: 0.5rem !important;
    }
    .sm\:border-t {
        border-top-width: 1px !important;
    }
    .sm\:border-gray-200 {
        --tw-border-opacity: 1 !important;
        border-color: rgb(229 231 235 / var(--tw-border-opacity)) !important;
    }
    .sm\:p-10 {
        padding: 2.5rem !important;
    }
    .sm\:p-8 {
        padding: 2rem !important;
    }
    .sm\:px-0 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .sm\:px-6 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
    .sm\:px-8 {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
    .sm\:py-0 {
        padding-top: 0px !important;
        padding-bottom: 0px !important;
    }
    .sm\:py-20 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }
    .sm\:py-24 {
        padding-top: 6rem !important;
        padding-bottom: 6rem !important;
    }
    .sm\:py-32 {
        padding-top: 8rem !important;
        padding-bottom: 8rem !important;
    }
    .sm\:py-8 {
        padding-top: 2rem !important;
        padding-bottom: 2rem !important;
    }
    .sm\:pl-6 {
        padding-left: 1.5rem !important;
    }
    .sm\:pr-6 {
        padding-right: 1.5rem !important;
    }
    .sm\:pt-2 {
        padding-top: 0.5rem !important;
    }
    .sm\:pt-5 {
        padding-top: 1.25rem !important;
    }
    .sm\:text-2xl {
        font-size: 1.5rem !important;
        line-height: 2rem !important;
    }
    .sm\:text-4xl {
        font-size: 2.25rem !important;
        line-height: 2.5rem !important;
    }
    .sm\:text-5xl {
        font-size: 3rem !important;
        line-height: 1 !important;
    }
    .sm\:text-6xl {
        font-size: 3.75rem !important;
        line-height: 1 !important;
    }
    .sm\:text-8xl {
        font-size: 6rem !important;
        line-height: 1 !important;
    }
    .sm\:text-sm {
        font-size: 0.875rem !important;
        line-height: 1.25rem !important;
    }
    .sm\:text-xl {
        font-size: 1.25rem !important;
        line-height: 1.75rem !important;
    }
}
@media (min-width: 768px) {
    .md\:-ml-16 {
        margin-left: -4rem !important;
    }
    .md\:mt-5 {
        margin-top: 1.25rem !important;
    }
    .md\:flex {
        display: flex !important;
    }
    .md\:hidden {
        display: none !important;
    }
    .md\:h-96 {
        height: 24rem !important;
    }
    .md\:max-w-3xl {
        max-width: 48rem !important;
    }
    .md\:max-w-xl {
        max-width: 36rem !important;
    }
    .md\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !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\:justify-start {
        justify-content: flex-start !important;
    }
    .md\: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;
    }
    .md\:rounded-lg {
        border-radius: 0.5rem !important;
    }
    .md\:px-10 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
    }
    .md\:px-6 {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }
    .md\:py-4 {
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }
    .md\:text-8xl {
        font-size: 6rem !important;
        line-height: 1 !important;
    }
    .md\:text-lg {
        font-size: 1.125rem !important;
        line-height: 1.75rem !important;
    }
}
@media (min-width: 1024px) {
    .lg\:absolute {
        position: absolute !important;
    }
    .lg\:relative {
        position: relative !important;
    }
    .lg\:inset-y-0 {
        top: 0px !important;
        bottom: 0px !important;
    }
    .lg\:left-0 {
        left: 0px !important;
    }
    .lg\:left-1\/2 {
        left: 50% !important;
    }
    .lg\:right-0 {
        right: 0px !important;
    }
    .lg\:col-span-2 {
        grid-column: span 2 / span 2 !important;
    }
    .lg\:col-start-1 {
        grid-column-start: 1 !important;
    }
    .lg\:col-start-2 {
        grid-column-start: 2 !important;
    }
    .lg\:m-0 {
        margin: 0px !important;
    }
    .lg\:-mx-8 {
        margin-left: -2rem !important;
        margin-right: -2rem !important;
    }
    .lg\:mx-0 {
        margin-left: 0px !important;
        margin-right: 0px !important;
    }
    .lg\:mx-auto {
        margin-left: auto !important;
        margin-right: auto !important;
    }
    .lg\:-mr-96 {
        margin-right: -24rem !important;
    }
    .lg\:mb-0 {
        margin-bottom: 0px !important;
    }
    .lg\:mb-24 {
        margin-bottom: 6rem !important;
    }
    .lg\:ml-0 {
        margin-left: 0px !important;
    }
    .lg\:ml-8 {
        margin-left: 2rem !important;
    }
    .lg\:mt-0 {
        margin-top: 0px !important;
    }
    .lg\:flex {
        display: flex !important;
    }
    .lg\:grid {
        display: grid !important;
    }
    .lg\:h-48 {
        height: 12rem !important;
    }
    .lg\:h-full {
        height: 100% !important;
    }
    .lg\:w-0 {
        width: 0px !important;
    }
    .lg\:w-1\/2 {
        width: 50% !important;
    }
    .lg\:w-1\/3 {
        width: 33.333333% !important;
    }
    .lg\:w-auto {
        width: auto !important;
    }
    .lg\:max-w-3xl {
        max-width: 48rem !important;
    }
    .lg\:max-w-5xl {
        max-width: 64rem !important;
    }
    .lg\:max-w-7xl {
        max-width: 80rem !important;
    }
    .lg\:max-w-none {
        max-width: none !important;
    }
    .lg\:flex-1 {
        flex: 1 1 0% !important;
    }
    .lg\:-translate-x-1\/2 {
        --tw-translate-x: -50% !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;
    }
    .lg\:grid-flow-col-dense {
        grid-auto-flow: column dense !important;
    }
    .lg\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }
    .lg\:grid-cols-2 {
        grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    }
    .lg\:grid-cols-3 {
        grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
    }
    .lg\:items-center {
        align-items: center !important;
    }
    .lg\:justify-start {
        justify-content: flex-start !important;
    }
    .lg\:justify-between {
        justify-content: space-between !important;
    }
    .lg\:gap-24 {
        gap: 6rem !important;
    }
    .lg\:gap-8 {
        gap: 2rem !important;
    }
    .lg\:gap-x-16 {
        -moz-column-gap: 4rem !important;
             column-gap: 4rem !important;
    }
    .lg\:gap-x-8 {
        -moz-column-gap: 2rem !important;
             column-gap: 2rem !important;
    }
    .lg\:gap-y-6 {
        row-gap: 1.5rem !important;
    }
    .lg\:p-8 {
        padding: 2rem !important;
    }
    .lg\:px-0 {
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
    .lg\:px-8 {
        padding-left: 2rem !important;
        padding-right: 2rem !important;
    }
    .lg\:py-14 {
        padding-top: 3.5rem !important;
        padding-bottom: 3.5rem !important;
    }
    .lg\:py-16 {
        padding-top: 4rem !important;
        padding-bottom: 4rem !important;
    }
    .lg\:py-20 {
        padding-top: 5rem !important;
        padding-bottom: 5rem !important;
    }
    .lg\:py-32 {
        padding-top: 8rem !important;
        padding-bottom: 8rem !important;
    }
    .lg\:py-48 {
        padding-top: 12rem !important;
        padding-bottom: 12rem !important;
    }
    .lg\:pb-24 {
        padding-bottom: 6rem !important;
    }
    .lg\:pb-28 {
        padding-bottom: 7rem !important;
    }
    .lg\:pl-8 {
        padding-left: 2rem !important;
    }
    .lg\:pt-24 {
        padding-top: 6rem !important;
    }
    .lg\:text-left {
        text-align: left !important;
    }
    .lg\:text-5xl {
        font-size: 3rem !important;
        line-height: 1 !important;
    }
    .lg\:text-8xl {
        font-size: 6rem !important;
        line-height: 1 !important;
    }
}
@media (min-width: 1280px) {
    .xl\:col-auto {
        grid-column: auto !important;
    }
    .xl\:col-end-1 {
        grid-column-end: 1 !important;
    }
    .xl\:row-span-2 {
        grid-row: span 2 / span 2 !important;
    }
    .xl\:row-start-1 {
        grid-row-start: 1 !important;
    }
    .xl\:row-end-2 {
        grid-row-end: 2 !important;
    }
    .xl\:mt-36 {
        margin-top: 9rem !important;
    }
    .xl\:inline {
        display: inline !important;
    }
    .xl\:h-56 {
        height: 14rem !important;
    }
    .xl\:w-56 {
        width: 14rem !important;
    }
    .xl\:max-w-none {
        max-width: none !important;
    }
    .xl\:grid-cols-1 {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }
    .xl\:grid-rows-1 {
        grid-template-rows: repeat(1, minmax(0, 1fr)) !important;
    }
    .xl\:gap-x-8 {
        -moz-column-gap: 2rem !important;
             column-gap: 2rem !important;
    }
    .xl\:px-10 {
        padding-left: 2.5rem !important;
        padding-right: 2.5rem !important;
    }
    .xl\:pr-16 {
        padding-right: 4rem !important;
    }
    .xl\:text-left {
        text-align: left !important;
    }
    .xl\:text-8xl {
        font-size: 6rem !important;
        line-height: 1 !important;
    }
}