/*
! tailwindcss v3.3.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: 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.
*/

html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: Roboto, sans-serif;
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

code,
kbd,
samp,
pre {
  font-family: ui-monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden] {
  display: none;
}

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

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

.container {
  width: 100%;
}

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

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

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

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

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

.container {
  max-width: 100%;
}

@media (min-width: 320px) {
  .container {
    max-width: 82%;
  }
}

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

@media (min-width: 1025px) {
  .container {
    max-width: 90%;
  }
}

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

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

.pointer-events-none {
  pointer-events: none;
}

.pointer-events-auto {
  pointer-events: auto;
}

.\!visible {
  visibility: visible !important;
}

.visible {
  visibility: visible;
}

.invisible {
  visibility: hidden;
}

.collapse {
  visibility: collapse;
}

.static {
  position: static;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.sticky {
  position: sticky;
}

.inset-0 {
  inset: 0px;
}

.\!left-auto {
  left: auto !important;
}

.\!top-auto {
  top: auto !important;
}

.-bottom-\[3\.75rem\] {
  bottom: -3.75rem;
}

.-bottom-\[47px\] {
  bottom: -47px;
}

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

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

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

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

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

.bottom-0 {
  bottom: 0px;
}

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

.bottom-16 {
  bottom: 4rem;
}

.bottom-24 {
  bottom: 6rem;
}

.bottom-4 {
  bottom: 1rem;
}

.bottom-8 {
  bottom: 2rem;
}

.bottom-\[2px\] {
  bottom: 2px;
}

.left-0 {
  left: 0px;
}

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

.left-3 {
  left: 0.75rem;
}

.left-4 {
  left: 1rem;
}

.left-\[calc\(50\%-1px\)\] {
  left: calc(50% - 1px);
}

.right-0 {
  right: 0px;
}

.right-2 {
  right: 0.5rem;
}

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

.right-4 {
  right: 1rem;
}

.right-7 {
  right: 1.75rem;
}

.right-8 {
  right: 2rem;
}

.right-\[2px\] {
  right: 2px;
}

.top-0 {
  top: 0px;
}

.top-1 {
  top: 0.25rem;
}

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

.top-2 {
  top: 0.5rem;
}

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -9999;
}

.order-last {
  order: 9999;
}

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

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

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

.float-right {
  float: right;
}

.float-left {
  float: left;
}

.m-0 {
  margin: 0px;
}

.m-8 {
  margin: 2rem;
}

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

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

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

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

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

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

.my-\[5px\] {
  margin-top: 5px;
  margin-bottom: 5px;
}

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

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

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

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

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

.mb-2\.5 {
  margin-bottom: 0.625rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.block {
  display: block;
}

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

.inline {
  display: inline;
}

.flex {
  display: flex;
}

.table {
  display: table;
}

.grid {
  display: grid;
}

.hidden {
  display: none;
}

.\!h-0 {
  height: 0px !important;
}

.h-0 {
  height: 0px;
}

.h-1 {
  height: 0.25rem;
}

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

.h-10 {
  height: 2.5rem;
}

.h-11 {
  height: 2.75rem;
}

.h-12 {
  height: 3rem;
}

.h-14 {
  height: 3.5rem;
}

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

.h-20 {
  height: 5rem;
}

.h-3 {
  height: 0.75rem;
}

.h-4 {
  height: 1rem;
}

.h-48 {
  height: 12rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

.h-7 {
  height: 1.75rem;
}

.h-8 {
  height: 2rem;
}

.h-9 {
  height: 2.25rem;
}

.h-96 {
  height: 24rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

.max-h-56 {
  max-height: 14rem;
}

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

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

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

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

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

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

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

.w-0 {
  width: 0px;
}

.w-1 {
  width: 0.25rem;
}

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

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

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

.w-10 {
  width: 2.5rem;
}

.w-2 {
  width: 0.5rem;
}

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

.w-3 {
  width: 0.75rem;
}

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

.w-4 {
  width: 1rem;
}

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-7 {
  width: 1.75rem;
}

.w-8 {
  width: 2rem;
}

.w-9 {
  width: 2.25rem;
}

.w-96 {
  width: 24rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.w-auto {
  width: auto;
}

.w-full {
  width: 100%;
}

.w-screen {
  width: 100vw;
}

.min-w-0 {
  min-width: 0px;
}

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

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

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

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

.max-w-2xl {
  max-width: 42rem;
}

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

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

.max-w-7xl {
  max-width: 80rem;
}

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

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

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

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

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

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

.max-w-md {
  max-width: 28rem;
}

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

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

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

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

.grow {
  flex-grow: 1;
}

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

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

.origin-\[0_0\] {
  transform-origin: 0 0;
}

.origin-\[center_bottom_0\] {
  transform-origin: center bottom 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.transform-none {
  transform: none;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.animate-\[fade-in_0\.15s_both\] {
  animation: fade-in 0.15s both;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.animate-\[fade-in_0\.3s_both\] {
  animation: fade-in 0.3s both;
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.animate-\[fade-in_350ms_ease-in-out\] {
  animation: fade-in 350ms ease-in-out;
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.animate-\[fade-out_0\.15s_both\] {
  animation: fade-out 0.15s both;
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.animate-\[fade-out_0\.3s_both\] {
  animation: fade-out 0.3s both;
}

@keyframes fade-out {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.animate-\[fade-out_350ms_ease-in-out\] {
  animation: fade-out 350ms ease-in-out;
}

@keyframes show-up-clock {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }

  100% {
    opacity: 1;
    transform: scale(1);
  }
}

.animate-\[show-up-clock_350ms_linear\] {
  animation: show-up-clock 350ms linear;
}

.cursor-default {
  cursor: default;
}

.cursor-pointer {
  cursor: pointer;
}

.touch-none {
  touch-action: none;
}

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

.select-none {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.select-all {
  -webkit-user-select: all;
     -moz-user-select: all;
          user-select: all;
}

.resize {
  resize: both;
}

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

.appearance-none {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.auto-cols-auto {
  grid-auto-columns: auto;
}

.grid-flow-col {
  grid-auto-flow: column;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gap-16 {
  gap: 4rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-8 {
  gap: 2rem;
}

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

.overflow-hidden {
  overflow: hidden;
}

.overflow-visible {
  overflow: visible;
}

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

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

.truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

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

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

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

.break-words {
  overflow-wrap: break-word;
}

.rounded {
  border-radius: 0.25rem;
}

.rounded-\[0\.6rem\] {
  border-radius: 0.6rem;
}

.rounded-\[100\%\] {
  border-radius: 100%;
}

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

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

.rounded-\[50\%\] {
  border-radius: 50%;
}

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

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

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

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

.rounded-sm {
  border-radius: 0.125rem;
}

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

.rounded-b-lg {
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}

.rounded-l-\[0\.25rem\] {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.rounded-r-\[0\.25rem\] {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.rounded-t-\[0\.6rem\] {
  border-top-left-radius: 0.6rem;
  border-top-right-radius: 0.6rem;
}

.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}

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

.border {
  border-width: 1px;
}

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

.border-\[\.125rem\] {
  border-width: .125rem;
}

.border-\[14px\] {
  border-width: 14px;
}

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

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

.border-l-\[0\.125rem\] {
  border-left-width: 0.125rem;
}

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

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

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

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

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

.\!border-\[\#b2b3b4\] {
  --tw-border-opacity: 1 !important;
  border-color: rgb(178 179 180 / var(--tw-border-opacity)) !important;
}

.border-\[\#3b71ca\] {
  --tw-border-opacity: 1;
  border-color: rgb(59 113 202 / var(--tw-border-opacity));
}

.border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(14 165 233 / var(--tw-border-opacity));
}

.border-transparent {
  border-color: transparent;
}

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

.border-t-transparent {
  border-top-color: transparent;
}

.\!bg-danger-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(250 229 233 / var(--tw-bg-opacity)) !important;
}

.\!bg-success-100 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(214 250 228 / var(--tw-bg-opacity)) !important;
}

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

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

.bg-\[\#3b71ca\] {
  --tw-bg-opacity: 1;
  background-color: rgb(59 113 202 / var(--tw-bg-opacity));
}

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

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

.bg-\[\#eceff1\] {
  --tw-bg-opacity: 1;
  background-color: rgb(236 239 241 / var(--tw-bg-opacity));
}

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

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

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

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

.bg-colour-2 {
  --tw-bg-opacity: 1;
  background-color: rgb(89 23 183 / var(--tw-bg-opacity));
}

.bg-colour-3 {
  --tw-bg-opacity: 1;
  background-color: rgb(253 171 249 / var(--tw-bg-opacity));
}

.bg-colour-4 {
  --tw-bg-opacity: 1;
  background-color: rgb(204 250 201 / var(--tw-bg-opacity));
}

.bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity));
}

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

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

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

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

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

.bg-clip-padding {
  background-clip: padding-box;
}

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

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

.fill-\[\#afafaf\] {
  fill: #afafaf;
}

.fill-white {
  fill: #ffffff;
}

.p-0 {
  padding: 0px;
}

.p-1 {
  padding: 0.25rem;
}

.p-2 {
  padding: 0.5rem;
}

.p-2\.5 {
  padding: 0.625rem;
}

.p-4 {
  padding: 1rem;
}

.p-\[5px\] {
  padding: 5px;
}

.p-\[auto\] {
  padding: auto;
}

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

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

.px-0\.5 {
  padding-left: 0.125rem;
  padding-right: 0.125rem;
}

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

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

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

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

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

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

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

.px-\[0\.4rem\] {
  padding-left: 0.4rem;
  padding-right: 0.4rem;
}

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

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

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

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

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

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

.py-2\.5 {
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}

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

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

.py-\[0\.32rem\] {
  padding-top: 0.32rem;
  padding-bottom: 0.32rem;
}

.py-\[0\.33rem\] {
  padding-top: 0.33rem;
  padding-bottom: 0.33rem;
}

.py-\[0\.4rem\] {
  padding-top: 0.4rem;
  padding-bottom: 0.4rem;
}

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

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

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

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

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

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

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

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

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

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

.pb-6 {
  padding-bottom: 1.5rem;
}

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

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

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

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

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

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

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

.pr-\[24px\] {
  padding-right: 24px;
}

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

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

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

.pt-2\.5 {
  padding-top: 0.625rem;
}

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

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

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

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

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

.pt-\[0\.37rem\] {
  padding-top: 0.37rem;
}

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

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

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

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

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

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

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

.font-GTamericaLight {
  font-family: GT-America-Standard-Light, san-serif;
}

.font-GTamericaLightItalic {
  font-family: GT-America-Standard-Light-Italic, san-serif;
}

.font-GTamericaRegular {
  font-family: GT-America-Standard-Regular, san-serif;
}

.font-RoslindaleItalic {
  font-family: Roslindale-DeckNarrowItalic, serif;
}

.font-RoslindaleRegular {
  font-family: Roslindale-DeckNarrowRegular, serif;
}

.text-1xl {
  font-size: 1.5rem;
  line-height: 30px;
}

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

.text-3xl {
  font-size: 2.5rem;
  line-height: 50px;
}

.text-4xl {
  font-size: 3rem;
  line-height: 62px;
}

.text-5xl {
  font-size: 4rem;
  line-height: 82px;
}

.text-\[0\.8rem\] {
  font-size: 0.8rem;
}

.text-\[0\.9rem\] {
  font-size: 0.9rem;
}

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

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

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

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

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

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

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

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

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

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

.text-lg {
  font-size: 1.25rem;
  line-height: 26px;
}

.text-sm {
  font-size: .9rem;
  line-height: 18px;
}

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

.uppercase {
  text-transform: uppercase;
}

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

.italic {
  font-style: italic;
}

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

.leading-10 {
  line-height: 2.5rem;
}

.leading-6 {
  line-height: 1.5rem;
}

.leading-9 {
  line-height: 2.25rem;
}

.leading-\[1\.2\] {
  line-height: 1.2;
}

.leading-\[1\.5\] {
  line-height: 1.5;
}

.leading-\[1\.6\] {
  line-height: 1.6;
}

.leading-\[2\.15\] {
  line-height: 2.15;
}

.leading-\[40px\] {
  line-height: 40px;
}

.leading-loose {
  line-height: 2;
}

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

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

.tracking-\[-0\.00833em\] {
  letter-spacing: -0.00833em;
}

.tracking-\[\.1rem\] {
  letter-spacing: .1rem;
}

.tracking-\[0\.1rem\] {
  letter-spacing: 0.1rem;
}

.tracking-\[1\.7px\] {
  letter-spacing: 1.7px;
}

.tracking-normal {
  letter-spacing: 0em;
}

.\!text-danger-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(176 35 58 / var(--tw-text-opacity)) !important;
}

.\!text-primary {
  --tw-text-opacity: 1 !important;
  color: rgb(14 165 233 / var(--tw-text-opacity)) !important;
}

.\!text-success-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(14 117 55 / var(--tw-text-opacity)) !important;
}

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

.text-\[\#212529\] {
  --tw-text-opacity: 1;
  color: rgb(33 37 41 / var(--tw-text-opacity));
}

.text-\[\#3b71ca\] {
  --tw-text-opacity: 1;
  color: rgb(59 113 202 / var(--tw-text-opacity));
}

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

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

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

.text-\[rgb\(220\2c 76\2c 100\)\] {
  --tw-text-opacity: 1;
  color: rgb(220 76 100 / var(--tw-text-opacity));
}

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

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

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

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

.text-colour-2 {
  --tw-text-opacity: 1;
  color: rgb(89 23 183 / var(--tw-text-opacity));
}

.text-colour-3 {
  --tw-text-opacity: 1;
  color: rgb(253 171 249 / var(--tw-text-opacity));
}

.text-colour-4 {
  --tw-text-opacity: 1;
  color: rgb(204 250 201 / var(--tw-text-opacity));
}

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

.text-primary {
  --tw-text-opacity: 1;
  color: rgb(14 165 233 / var(--tw-text-opacity));
}

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

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

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

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

.underline-offset-auto {
  text-underline-offset: auto;
}

.antialiased {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.\!opacity-0 {
  opacity: 0 !important;
}

.\!opacity-100 {
  opacity: 1 !important;
}

.opacity-0 {
  opacity: 0;
}

.opacity-100 {
  opacity: 1;
}

.opacity-50 {
  opacity: 0.5;
}

.opacity-\[\.53\] {
  opacity: .53;
}

.opacity-\[\.54\] {
  opacity: .54;
}

.shadow-\[0_10px_15px_-3px_rgba\(0\2c 0\2c 0\2c 0\.07\)\2c 0_4px_6px_-2px_rgba\(0\2c 0\2c 0\2c 0\.05\)\] {
  --tw-shadow: 0 10px 15px -3px rgba(0,0,0,0.07),0 4px 6px -2px rgba(0,0,0,0.05);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_10px_15px_-3px_rgba\(0\2c 0\2c 0\2c 0\.1\)\2c 0_4px_6px_-2px_rgba\(0\2c 0\2c 0\2c 0\.05\)\] {
  --tw-shadow: 0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -2px rgba(0,0,0,0.05);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[0_2px_5px_0_rgba\(0\2c 0\2c 0\2c 0\.16\)\2c _0_2px_10px_0_rgba\(0\2c 0\2c 0\2c 0\.12\)\] {
  --tw-shadow: 0 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
  --tw-shadow-colored: 0 2px 5px 0 var(--tw-shadow-color), 0 2px 10px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

.outline {
  outline-style: solid;
}

.blur {
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.drop-shadow {
  --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}

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

.transition-\[background-color\2c box-shadow\2c border\] {
  transition-property: background-color,box-shadow,border;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[height\] {
  transition-property: height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[opacity\] {
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[transform\2c _opacity\] {
  transition-property: transform, opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[transform\2c height\] {
  transition-property: transform,height;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

.transition-\[width\] {
  transition-property: width;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}

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

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

.delay-\[0ms\] {
  transition-delay: 0ms;
}

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

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

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

.duration-\[250ms\] {
  transition-duration: 250ms;
}

.duration-\[350ms\] {
  transition-duration: 350ms;
}

.duration-\[400ms\] {
  transition-duration: 400ms;
}

.ease-\[cubic-bezier\(0\2c 0\2c 0\.15\2c 1\)\2c _cubic-bezier\(0\2c 0\2c 0\.15\2c 1\)\] {
  transition-timing-function: cubic-bezier(0,0,0.15,1), cubic-bezier(0,0,0.15,1);
}

.ease-\[cubic-bezier\(0\.25\2c 0\.1\2c 0\.25\2c 1\)\] {
  transition-timing-function: cubic-bezier(0.25,0.1,0.25,1);
}

.ease-\[cubic-bezier\(0\.25\2c 0\.1\2c 0\.25\2c 1\.0\)\] {
  transition-timing-function: cubic-bezier(0.25,0.1,0.25,1.0);
}

.ease-\[cubic-bezier\(0\.4\2c 0\2c 0\.2\2c 1\)\] {
  transition-timing-function: cubic-bezier(0.4,0,0.2,1);
}

.ease-\[ease\] {
  transition-timing-function: ease;
}

.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}

.ease-linear {
  transition-timing-function: linear;
}

.ease-out {
  transition-timing-function: cubic-bezier(0, 0, 0.2, 1);
}

.alignfull {
  margin: 2rem calc(50% - 50vw) !important;
  max-width: 100vw !important;
  width: 100vw;
}

.alignwide {
  margin: 2rem 0;
  max-width: 1920px !important;
}

.alignnone {
  margin-left: 0px;
  margin-right: 0px;
  height: auto;
  max-width: 100%;
}

.aligncenter {
  margin: 0.5rem auto;
  display: block;
}

@media (min-width: 768px) {
  .alignleft:not(.wp-block-button) {
    margin-right: 0.5rem;
    float: left;
  }

  .alignright:not(.wp-block-button) {
    margin-left: 0.5rem;
    float: right;
  }

  .wp-block-button.alignleft a {
    float: left;
    margin-right: 1rem;
  }

  .wp-block-button.alignright a {
    float: right;
    margin-left: 1rem;
  }
}

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

.wp-caption img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.wp-caption-text {
  font-size: .9rem;
  color: #718096;
}

.\[direction\:ltr\] {
  direction: ltr;
}

.\[overflow-anchor\:none\] {
  overflow-anchor: none;
}

.\[overflow-style\:none\] {
  overflow-style: none;
}

.\[transition\:background-color_\.2s_linear\2c _height_\.2s_ease-in-out\] {
  transition: background-color .2s linear, height .2s ease-in-out;
}

.\[transition\:background-color_\.2s_linear\2c _opacity_\.2s_linear\] {
  transition: background-color .2s linear, opacity .2s linear;
}

.\[transition\:background-color_\.2s_linear\2c _width_\.2s_ease-in-out\] {
  transition: background-color .2s linear, width .2s ease-in-out;
}

.\[transition\:background-color_250ms_cubic-bezier\(0\.4\2c 0\2c 0\.2\2c 1\)_0ms\2c box-shadow_250ms_cubic-bezier\(0\.4\2c 0\2c 0\.2\2c 1\)_0ms\2c border_250ms_cubic-bezier\(0\.4\2c 0\2c 0\.2\2c 1\)_0ms\] {
  transition: background-color 250ms cubic-bezier(0.4,0,0.2,1) 0ms,box-shadow 250ms cubic-bezier(0.4,0,0.2,1) 0ms,border 250ms cubic-bezier(0.4,0,0.2,1) 0ms;
}

.building-link:after {
  content: url(../img/more.svg);
}

.home-margin {
  margin-top: -6rem;
}

.forscroll img {
  width: 80%;
}

.forscroll .bigger img {
  width: 100%;
}

.violet {
  font-style: italic;
  color: #5917B7;
}

.magenta {
  font-style: italic;
  color: #FF00FF;
}

.hud-hover {
  width: 35%;
  height: 40%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}

.stacker-box {
  margin-bottom: 48px;
  display: block;
  height: -moz-fit-content;
  height: fit-content;
}

h1.title-only {
  font-size: 48px;
  line-height: 62px;
}

.team-para p {
  margin-bottom: 1rem;
}

.goog {
  z-index: 5;
  margin-left: calc(50% - 107px);
}

.terms p,
.privacy p {
  margin-bottom: 1rem;
}

.privacy .content ul {
  list-style: disc;
  text-align: left;
  margin-left: 20px;
}

.growing {
  min-height: 375px;
  background-size: cover;
  background-position-x: center;
  height: 70vh;
}

.full-width-image {
  min-height: 375px;
  background-size: cover;
  height: 100vh;
}

.target-img {
  width: 90%;
  margin: auto;
  transition: width 1s ease;
}

.target-img.grow {
  width: 100%;
  transition: all ease .5s;
  height: auto;
}

.key {
  padding: 0;
  align-self: start;
  position: sticky;
  top: 120px;
}

.key img {
  width: 80px;
  margin-left: 20px;
}

.contact-page footer {
  z-index: 5;
  margin-top: 100px;
}

.get-in-touch a:hover {
  text-decoration: underline;
}

/* GRADIENTS */

.building-bg {
  background: radial-gradient(122.91% 228.15% at 26.67% 185.46%, rgba(255, 255, 255, 0) 45.09%, #5917B7 100%);
  background-size: 400% 400%;
  animation: gradient 20s ease infinite;
}

.availability-page,
.contact-page,
.privacy,
.terms {
  background-color: hsla(0, 0%, 100%, .15);
  background-image:
    radial-gradient(at 34% 77%, hsla(9, 0%, 100%, .25) 0px, transparent 50%),
    radial-gradient(at 73% 34%, hsla(116, 83%, 88%, .25) 0px, transparent 50%),
    radial-gradient(at 78% 47%, hsla(283, 100%, 86%, .25) 0px, transparent 50%),
    radial-gradient(at 50% 10%, hsla(116, 100%, 86%, .25) 0px, transparent 50%),
    radial-gradient(at 27% 28%, hsla(116, 83%, 88%, .25) 0px, transparent 50%),
    radial-gradient(at 13% 10%, hsla(116, 100%, 86%, .25) 0px, transparent 50%),
    radial-gradient(at 87% 11%, hsla(123, 100%, 86%, .25) 0px, transparent 50%),
    radial-gradient(at 12% 78%, hsla(264, 100%, 86%, .25) 0px, transparent 50%),
    radial-gradient(at 69% 78%, hsla(281, 0%, 100%, .25) 0px, transparent 50%),
    radial-gradient(at 45% 58%, hsla(302, 100%, 86%, .25) 0px, transparent 50%),
    radial-gradient(at 89% 94%, hsla(117, 100%, 86%, .25) 0px, transparent 50%);
}

.amenities-page {
  background-color: hsla(161, 84%, 88%, .15);
  background-image:
    radial-gradient(at 5% 3%, hsla(60, 69%, 89%, 0.25) 0px, transparent 50%),
    radial-gradient(at 2% 68%, hsla(66, 51%, 88%, 0.27) 0px, transparent 50%),
    radial-gradient(at 18% 0%, hsla(66, 66%, 81%, 0.25) 0px, transparent 50%),
    radial-gradient(at 93% 93%, hsla(162, 73%, 90%, 0.13) 0px, transparent 50%),
    radial-gradient(at 0% 27%, hsla(68, 68%, 91%, 0.25) 0px, transparent 50%);
}

.office-page {
  background-color: hsla(161, 84%, 88%, .15);
  background-image: radial-gradient(at 93% 93%, hsla(161, 85%, 88%, .15) 0px, transparent 50%),
    radial-gradient(at 9% 94%, hsl(186deg 94.33% 68.64% / 25%) 0px, transparent 50%),
    radial-gradient(at 44% 100%, hsl(186deg 62.91% 77.36% / 3%) 0px, transparent 50%),
    radial-gradient(at 16% 0%, hsla(262, 34%, 75%, .1) 0px, transparent 50%),
    radial-gradient(at 0% 0%, hsla(264, 52%, 40%, .1) 0px, transparent 50%),
    radial-gradient(at 0% 32%, hsla(186, 49%, 42%, .04) 0px, transparent 50%),
    radial-gradient(at 98% 0%, hsl(264deg 98.95% 66.85% / 16%) 0px, transparent 50%);
}

.life-page {
  background-color: hsla(300, 60%, 71%, .2);
  background-image:
    radial-gradient(at 72% 96%, hsla(161, 85%, 88%, .25) 0px, transparent 50%),
    radial-gradient(at 7% 9%, hsla(264, 77%, 40%, 0.15) 0px, transparent 50%),
    radial-gradient(at 99% 85%, hsla(161, 85%, 88%, 1.25) 0px, transparent 50%),
    radial-gradient(at 98% 38%, hsla(161, 85%, 88%, .25) 0px, transparent 50%);
}

.neighborhood-page {
  background-color: hsla(116, 83%, 88%, .15);
  background-image:
    radial-gradient(at 100% 9%, hsla(264, 77%, 40%, 0.37) 0px, transparent 20%),
    radial-gradient(at 52% 64%, hsla(167, 81%, 53%, 0.26) 0px, transparent 20%),
    radial-gradient(at 99% 98%, hsla(227, 87%, 64%, 0.17) 0px, transparent 20%),
    radial-gradient(at 93% 70%, hsla(235, 91%, 69%, 0.31) 0px, transparent 20%),
    radial-gradient(at 82% 100%, hsla(167, 81%, 53%, .5) 0px, transparent 20%),
    radial-gradient(at 27% 0%, hsla(264, 77%, 40%, 0.12) 0px, transparent 20%);
}

.home-page {
  background-color: hsla(161, 84%, 88%, .15);
  background-image:
    radial-gradient(at 5% 31%, hsla(117, 100%, 86%, .5) 0px, transparent 50%),
    radial-gradient(at 88% 58%, hsla(302, 94%, 83%, 0.09) 0px, transparent 50%),
    radial-gradient(at 41% 51%, hsla(0, 0%, 100%, 0.25) 0px, transparent 50%),
    radial-gradient(at 25% 5%, hsla(117, 100%, 86%, .25) 0px, transparent 50%),
    radial-gradient(at 0% 62%, hsla(117, 100%, 86%, .25) 0px, transparent 50%),
    radial-gradient(at 87% 97%, hsla(264, 77%, 40%, 0.25) 0px, transparent 50%);
}

.meet-bg {
  background: radial-gradient(104.58% 149.38% at -10% -8.61%, #FEF8C4 0%, #27E9C2 100%);
  background-size: 400% 400%;
  animation: gradient 20s ease infinite;
}

#base-container {
  position: relative;
  font: 24px sans-serif;
  overflow: hidden;
  height: 100vh;
}

.first-para {
  padding-left: 2em;
  font-style: italic;
  color: #e0ffff;
}

#life-blurry-background {
  position: absolute;
  width: 180%;
  height: 180%;
  top: -10%;
  left: -10%;
  background-color: #B9EFE4;
  z-index: -1;
  filter: blur(15em);
}

.circle {
  position: absolute;
  width: 90em;
  height: 90em;
  border-radius: 50%;
  left: calc(50% - 5em);
  top: calc(50% - 5em);
}

.one {
  background-color: #8E60E950;
  animation: redOrbit 15s linear infinite;
}

.two {
  background-color: #2ED4E950;
  animation: blueOrbit 15s linear infinite;
}

#this-hudson-holder {
  position: relative;
  height: calc(100vh - 4rem);
}

.hudhold {
  display: flex;
  justify-content: center;
  align-items: center;
}

.none {
  background: transparent;
}

#thishudson {
  position: relative;
}

svg#svg-325hudsondesktop {
  width: 100%;
  height: 100vh;
  display: block;
  z-index: 2;
}

.background-blend {
  position: absolute;
  z-index: 0;
  width: 100%;
}

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

.terms h2,
.privacy h2 {
  font-size: 20px;
  font-weight: 900;
  margin-top: 20px;
  margin-bottom: 10px;
}

.over-title {
  text-shadow: 2px 2px 19px #000000ab;
}

.plan-slider,
.key.desktop-key {
  display: block;
}

.stacker-key,
svg#svg-325hudsonbackgroundmobile,
svg#svg-325hudsonmobilelive {
  display: none;
}

svg#svg-325hudsonbackground {
  height: 100vh;
  width: 100vw;
}

@media (max-width: 1024px) {
  .key.desktop-key,
  .building-link:after {
    display: none;
  }

  .stacker-key {
    display: block;
    width: 250px;
    margin-top: 25px;
    margin: 25px auto 0;
  }

  .terms-links a:last-of-type {
    padding-bottom: 20px;
    padding-top: 10px;
  }

  .growing {
    min-height: 375px;
    background-size: cover;
    background-position-x: center;
    height: unset;
  }

  h1.title-only {
    font-size: 32px;
    line-height: 42px;
  }

  .full-width-image {
    min-height: 375px;
    background-size: cover;
    height: unset;
    background-position: left;
  }

  ul.sub-menu {
    padding-top: 0;
  }

  .key {
    position: relative;
    max-width: 65px;
    top: 0;
  }
}

@media (max-width: 768px) {
  footer#colophon {
    z-index: 5;
  }

  svg#enkEiQoVfew1 {
    width: 100%;
    display: none;
  }

  svg#e3kGOrqMNgl1 {
    width: 100%;
    display: block;
  }

  svg#eCgZVWBIFST1 {
    width: 100%;
    display: block;
    height: 100vh;
  }

  svg#e4AIN5eYoRD1,
  svg#svg-325hudsonbackground,
  .map.image-slider,
  .life-page .image-slider,
  .office-page .image-slider {
    display: none;
  }

  svg#svg-325hudsondesktop {
    width: 100%;
    height: 100vh;
    display: none;
    z-index: 2;
  }

  svg#svg-325hudsonmobilelive {
    width: 100vw;
    height: 100vh;
    display: block;
    z-index: 2;
  }

  svg#svg-325hudsonbackgroundmobile {
    height: 100vh;
    width: 100vw;
    display: block;
  }
}

@media (max-width: 440px) {
  .contact-page .section,
  .availability-page .section,
  .contact-page .section-header,
  .availability-page .section-header {
    min-height: 275px;
  }

  .contact-page footer {
    z-index: 5;
    margin-top: 45px;
  }

  .target-img.grow {
    width: 100%;
    transition: all ease .5s;
    min-height: 375px;
  }

  img.desktop-hero,
  .plan-slider {
    display: none;
  }

  .stacker-key {
    display: block;
    width: 240px;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1024px) {
  .desktop-hero img,
  img.desktop-hero {
    display: block;
  }

  .mobile-hero img,
  img.mobile-hero {
    display: none;
  }

  .tabs-holder {
    position: absolute;
    height: 150px;
    width: 64%;
  }
}

@keyframes redOrbit {
  from {
    transform: rotate(0deg) translateX(100%);
  }

  to {
    transform: rotate(360deg) translateX(100%);
  }
}

@keyframes blueOrbit {
  from {
    transform: rotate(0deg) translateX(-100%);
  }

  to {
    transform: rotate(360deg) translateX(-100%);
  }
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

a.plus,
a.minus,
.arrow-left,
a.arrow-left,
.arrow-right,
a.arrow-right,
a.arrow-down {
  display: block;
  content: "";
  width: 45px;
  height: 45px;
  border-radius: 30px;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
}

a.plus:hover, a.minus:hover, .arrow-left:hover, a.arrow-left:hover, .arrow-right:hover, a.arrow-right:hover, a.arrow-down:hover {
  background-color: #5917B7;
  transition: all .5s ease;
}

a.arrow-left,
.arrow-left,
a.arrow-right,
.arrow-right,
a.arrow-down {
  transition: all .5s ease;
}

a.plus {
  background-image: url(../img/plus.svg);
}

a.plus:hover {
  background-image: url(../img/plus-white.svg);
}

a.minus {
  background-image: url(../img/minus.svg);
}

a.minus:hover {
  background-image: url(../img/minus-white.svg);
}

a.arrow-left,
.arrow-left,
a.arrow-right,
.arrow-right {
  background-image: url(../img/arrow-prev-dark.svg);
  background-size: 21px;
}

a.arrow-left:hover, .arrow-left:hover, a.arrow-right:hover, .arrow-right:hover {
  background-image: url(../img/arrow-prev-white.svg);
  padding: 0 10px;
  background-size: 21px;
}

a.arrow-right,
.arrow-right {
  transform: rotate(180deg);
}

a.arrow-right:hover,  .arrow-right:hover  {
  width: 65px;
}

a.arrow-down {
  background-image: url(../img/down-dark.svg);
}

a.arrow-down:hover {
  height: 65px;
  background-image: url(../img/down-white.svg);
}

a.radio {
  display: block;
  content: "";
  width: 45px;
  height: 45px;
  border-radius: 30px;
  background-image: url(../img/unchecked.svg);
  background-repeat: no-repeat;
  background-position: center;
}

a.radio:hover {
  background-image: url(../img/checked.svg);
  transition: all .5s ease;
}

a.download,
a.hudson-next {
  content: "";
  background-color: #5917B7;
  width: -moz-fit-content;
  width: fit-content;
  height: 45px;
  border-radius: 30px;
  background-repeat: no-repeat;
  background-position-x: 107px;
  background-position-y: 12px;
  color: #fff;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  font-family: GT-America-Standard-Light-Italic;
  font-size: 18px;
  transition: all .5s ease;
  position: relative;
}

a.download:hover, a.hudson-next:hover {
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 45px;
}

a.download:hover:after, a.hudson-next:hover:after {
  opacity: 1;
  transition: all 1s ease;
}

a.download:after, a.hudson-next:after {
  content: "";
  opacity: 0;
  position: absolute;
  right: 7px;
  display: block;
  width: 25px;
  background-repeat: no-repeat;
  height: 30px;
  transition: all .5s ease;
}

a.download {
  padding: 0 19px;
}

a.download:after {
  top: 14px;
  background-image: url(../img/download.svg);
}

a.hudson-next {
  padding: 0 20px 0 13px;
}

a.hudson-next:after {
  top: 15px;
  background-image: url(../img/cta-white.svg);
}

a.cta-button {
  background: #5917B7;
  padding: 10px 22px;
  border-radius: 30px;
  color: #fff;
  font-family: 'GT-America-Standard-Light-Italic';
  transition: all .2s ease;
  font-size: 18px;
}

a.cta-button:hover {
  padding: 10px 50px 10px 20px;
  transition: all .2s ease;
}

@media screen and (max-width: 768px) {
  a.cta-button {
    padding: 10px 50px 10px 20px;
    transition: all .2s ease;
  }

  a.cta-button:after {
    content: "";
    background-image: url(../img/button-arrow.png);
    opacity: 1;
    position: absolute;
    width: 27px;
    height: 27px;
    background-repeat: no-repeat;
    background-size: 20px;
    margin-left: 10px;
    margin-top: 5px;
  }
}

a.cta-button:hover:after {
  transition: opacity .6s ease-out;
  content: "";
  background-image: url(../img/button-arrow.png);
  opacity: 1;
  position: absolute;
  width: 27px;
  height: 27px;
  background-repeat: no-repeat;
  background-size: 20px;
  margin-left: 10px;
  margin-top: 5px;
  transition: opacity 2s ease;
}

.hud-hover:hover .hudson-button.hudbutton {
  max-width: 300px;
  background-color: #5917B7;
  padding-right: 35px;
  transition: all ease-in-out .5s;
}

.hud-hover:hover .arrow-more {
  opacity: 1;
}

.arrow-holder {
  position: absolute;
  top: 50%;
  z-index: 1;
  height: 100px;
  width: 100%;
}

.btn4 {
  position: absolute;
  width: 25px;
  height: 40px;
  top: 10px;
  transition-duration: 0.5s;
  right: 0;
}

.btn4:hover {
  cursor: pointer;
}

.btn4 .iconx {
  transition-duration: 0.5s;
  position: absolute;
  height: 0px;
  width: 25px;
  top: 18px;
  background-color: #5917B7;
}

.btn4 .iconx:before {
  transition-duration: 0.5s;
  position: absolute;
  width: 25px;
  height: 3px;
  background-color: #5917B7;
  content: "";
  top: 0;
  border-radius: 5px;
}

.btn4 .iconx:after {
  transition-duration: 0.5s;
  position: absolute;
  width: 25px;
  height: 3px;
  background-color: #5917B7;
  content: "";
  top: 10px;
  border-radius: 5px;
}

.btn4 .iconx.open .iconx {
  transition: 0.5s;
}

.btn4 .iconx.open .iconx:before {
  transform: rotateZ(45deg) scaleX(1.15) translate(3px, 3px);
}

.btn4 .iconx.open .iconx:after {
  transform: rotateZ(-45deg) scaleX(1.15) translate(4px, -4px);
}

a.cta,
a.show-more,
a.show-less  {
  content: "";
  background-color: #5917B7;
  width: -moz-fit-content;
  width: fit-content;
  height: 45px;
  border-radius: 30px;
  background-repeat: no-repeat;
  background-position-x: 107px;
  background-position-y: 12px;
  color: #fff;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  padding: 0 19px;
  font-family: GT-America-Standard-Light-Italic;
  font-size: 18px;
  transition: all .5s ease;
  position: relative;
}

a.cta:hover, a.show-more:hover, a.show-less:hover {
  width: -moz-fit-content;
  width: fit-content;
  padding-right: 45px;
}

a.cta:hover:after, a.show-more:hover:after, a.show-less:hover:after {
  opacity: 1;
  transition: all 1s ease;
}

a.cta:after, a.show-more:after, a.show-less:after {
  content: "";
  opacity: 0;
  position: absolute;
  right: 7px;
  display: block;
  top: 14px;
  width: 25px;
  background-repeat: no-repeat;
  height: 30px;
  transition: all .5s ease;
}

a.cta:after {
  background-image: url(../img/cta-white.svg);
}

a.show-more:after {
  background-image: url(../img/down-white.svg);
}

a.show-less:after {
  background-image: url(../img/arrow-less.svg);
}

a.cta-link {
  display: block;
  content: "";
  width: 45px;
  height: 45px;
  border-radius: 30px;
  background-color: #ffffff;
  background-image: url(../img/plus.svg);
  background-repeat: no-repeat;
  background-position: 13px;
  color: #ffffff;
  text-decoration: none;
  font-family: 'GT-America-Standard-Light-Italic';
  position: relative;
}

a.cta-link:hover {
  width: -moz-fit-content;
  width: fit-content;
  padding: -0 60px;
  background-color: #5917B7;
  background-image: none;
  transition: all .5s ease;
}

a.cta-link:hover span {
  opacity: 1;
  transition-delay: 2s;
  transition: all 1s ease;
  top: 11px;
  left: 15px;
  position: absolute;
}

a.cta-link:hover:after {
  opacity: 1;
  transition: all .1s ease;
  z-index: 2;
}

a.cta-link:after {
  content: "";
  background-image: url(../img/button-arrow.svg);
  opacity: 0;
  position: absolute;
  right: 1px;
  top: 2px;
  background-repeat: no-repeat;
  background-position: 13px;
  transition: all .5s ease;
  z-index: 1;
  width: 44px;
  height: 40px;
  transition: all 1s ease;
}

.cta-link span {
  opacity: 0;
}

#hero-section {
  padding-top: 4rem;
  margin-top: -4rem;
  pointer-events: none;
}

img#mapzoom {
  max-width: unset;
}

.map-holder {
  max-height: 800px;
}

.hudson-button {
  background-color: #fff;
  color: white;
  text-decoration: none;
  border-radius: 60px;
  height: 45px;
  display: inline-flex;
  align-items: center;
  overflow: hidden;
  width: auto;
  max-width: 45px;
  transition: max-width 0.5s;
  position: relative;
  transition: all ease-in-out .5s;
}

.hudson-button:hover {
  max-width: 300px;
  background-color: #5917B7;
  padding-right: 35px;
  transition: all ease-in-out .5s;
}

.hudson-button:hover .icon {
  display: none;
}

.hudson-button .text {
  white-space: nowrap;
  padding-right: 15px;
  margin-left: 29px;
  font-size: 18px;
  font-family: 'GT-America-Standard-Light-Italic';
}

.icon-replace,
.icon {
  content: "";
  background-image: url(../img/plus.svg);
  opacity: 1;
  position: absolute;
  top: 12px;
  left: 13px;
  background-repeat: no-repeat;
  height: 20px;
  width: 20px;
  margin-right: 28px;
  padding: 0px 8px;
  display: flex;
  align-items: center;
}

img.arrow-more {
  padding-left: 15px;
  position: absolute;
  right: 20px;
  top: 16px;
  opacity: 0;
  transition: all ease 1s;
}

a.hudson-button:hover img.arrow-more {
  opacity: 1;
}

.neighborhood-page .section-header {
  background-color: #dcf7d1;
}

.neighbourhood-bg > figure {
  animation: imageAnimation 30s linear infinite 0s;
  backface-visibility: hidden;
  background-size: cover;
  background-position: center center;
  color: transparent;
  height: 100%;
  left: 0px;
  opacity: 0;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 33rem;
  z-index: 0;
}

.neighbourhood-bg > figure:nth-child(1) {
}

.neighbourhood-bg > figure:nth-child(2) {
  animation-delay: 6s;
}

.neighbourhood-bg > figure:nth-child(3) {
  animation-delay: 12s;
}

/* amenities-bg */

.amaenities-page .section-header {
  background-color: #dcf7d1;
}

.amenities-bg > figure {
  animation: imageAnimation 30s linear infinite 0s;
  backface-visibility: hidden;
  background-size: cover;
  background-position: center center;
  color: transparent;
  height: 100%;
  left: 0px;
  opacity: 0;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 33rem;
  z-index: 0;
}

.amenities-bg > figure:nth-child(1) {
  background-image: url('/wp-content/themes/hudson/img/amenities/001.jpg');
}

.amenities-bg > figure:nth-child(2) {
  animation-delay: 6s;
  background-image: url('/wp-content/themes/hudson/img/amenities/002.jpg');
}

.amenities-bg > figure:nth-child(3) {
  animation-delay: 12s;
  background-image: url('/wp-content/themes/hudson/img/amenities/003.jpg');
}

/* office */

.office-bg > figure {
  animation: imageAnimation 30s linear infinite 0s;
  backface-visibility: hidden;
  background-size: cover;
  background-position: center center;
  color: transparent;
  height: 100%;
  left: 0px;
  opacity: 0;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 33rem;
  z-index: 0;
}

.office-bg > figure:nth-child(1) {
  background-image: url('/wp-content/themes/hudson/img/office/001.jpg');
}

.office-bg > figure:nth-child(2) {
  animation-delay: 6s;
  background-image: url('/wp-content/themes/hudson/img/office/002.jpg');
}

.office-bg > figure:nth-child(3) {
  animation-delay: 12s;
  background-image: url('/wp-content/themes/hudson/img/office/003.jpg');
}

/* lab */

.life-science-bg > figure {
  animation: imageAnimation 30s linear infinite 0s;
  backface-visibility: hidden;
  background-size: cover;
  background-position: center center;
  color: transparent;
  height: 100%;
  left: 0px;
  opacity: 0;
  position: absolute;
  top: 0px;
  width: 100%;
  height: 33rem;
  z-index: 0;
}

.life-science-bg > figure:nth-child(1) {
  background-image: url('/wp-content/themes/hudson/img/lab/001.jpg');
}

.life-science-bg > figure:nth-child(2) {
  animation-delay: 6s;
  background-image: url('/wp-content/themes/hudson/img/lab/002.jpg');
}

.life-science-bg > figure:nth-child(3) {
  animation-delay: 12s;
  background-image: url('/wp-content/themes/hudson/img/lab/003.jpg');
}

.dg.ac {
  display: none !important;
}

.tabs-holder {
  position: absolute;
  height: 100%;
  width: 64%;
}

.tabs-holder ul li {
  width: 53%;
  margin-right: 30px;
  height: 85px;
  margin-top: 60px;
}

#one {
  top: 26%;
  left: 15%;
  position: absolute;
  width: auto;
}

#two {
  bottom: 23%;
  left: 65%;
  position: absolute;
  width: auto;
}

.mapholder2,
.mapholder3 {
  height: 100%;
  background-size: cover;
  overflow: hidden;
}

@media (max-width: 1024px) {
  ul#menu-main-menu {
    font-family: 'GT-America-Standard-Light';
    text-transform: uppercase;
    color: #555555;
    font-size: 18px;
  }

  .hudson-button {
    background-color: #fff;
    color: white;
    text-decoration: none;
    border-radius: 60px;
    height: 45px;
    display: inline-flex;
    align-items: center;
    overflow: hidden;
    width: auto;
    transition: max-width 0.5s;
    position: relative;
    max-width: 300px;
    background-color: #5917B7;
    padding-right: 35px;
  }

  a.hudson-button img.arrow-more {
    opacity: 1;
  }

  .hud-buttons {
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start;
  }

  #one,
  #two {
    left: unset;
    position: relative;
    width: unset;
    margin-top: 1.5rem;
    text-align:center;
  }

  .tabs-holder ul li {
    width: 30%;
    margin-right: 10px;
    height: 50px;
  }
}

.slider-amenities .slick-dots li button,
.slick-dots li button:before,
.slick-dots li button:hover:before,
.slick-dots li button:focus:before,
.slick-dots li button:active:before,
.slick-dots li button:visited:before,
.slick-prev,
.slick-next  {
  display: none !important;
}

.slider-amenities .slick-dots {
  bottom: 0;
  left: 0;
  list-style: none;
  padding: 0;
  position: relative;
  text-align: center;
  width: 81%;
  margin: auto;
  margin-top: 1.5rem;
}

.slider-amenities .slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 5px;
  margin: 0;
  position: relative;
  width: 10vw;
}

.slider-amenities .slick-dots li:last-child {
  margin-right: 0;
}

.slider-amenities .slick-dots .slick-active button,
.slider-amenities .slick-dots li button:hover {
  background: #000000;
  height: 2px;
}

.slider-amenities .slick-dots li button {
  background: rgba(0, 0, 0, .5);
  border: 0;
  border-radius: 0%;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 1px;
  padding: 0;
  transition: all .4s cubic-bezier(.55, .085, .68, .53);
  width: 100%;
}

.slider-panel {
  opacity: 0;
}

.slider-panel .slick-dots {
  bottom: 0;
  left: 0;
  list-style: none;
  padding: 0;
  position: relative;
  text-align: center;
  width: 81%;
  margin: auto;
  margin-top: 3rem;
}

.slider-panel .slick-dots li {
  cursor: pointer;
  display: inline-block;
  height: 5px;
  margin: 0;
  position: relative;
  width: 9vw;
}

.slider-panel .slick-dots li:last-child {
  margin-right: 0;
}

.slider-panel .slick-dots .slick-active button,
.slider-panel .slick-dots li button:hover {
  background: #000000;
  height: 2px;
}

.slider-panel .slick-dots li button {
  background: rgba(0, 0, 0, .5);
  border: 0;
  border-radius: 0%;
  cursor: pointer;
  display: block;
  font-size: 0;
  height: 1px;
  padding: 0;
  transition: all .4s cubic-bezier(.55, .085, .68, .53);
  width: 100%;
}

.image-slider {
  display:block;
}

.slick-disabled {
  opacity: 0;
  pointer-events: none;
}

.slick-initialized {
  opacity: 1;
  transition: opacity 1s ease-out;
}

@media (max-width: 1024px) {
  .slider-panel .slick-dots {
    margin-top: 1.5rem;
  }

  .slider-amenities .slick-dots {
    margin-top: 0;
  }
}

@media (min-width: 1024px) {
  .slick-prev,
  .slick-next {
    display: block !important;
  }

  .slider-panel .slick-prev,
  .slider-panel .slick-next {
    display: block;
    height: 48px;
    width: 48px;
    z-index: 999;
  }

  .slider-panel .slick-prev{
    left: -50px;
  }

  .slider-panel .slick-next {
    right: -50px;
  }
}

li#menu-item-998 {
  text-transform: none;
  /* shouldnt target menu ids if the menu changes this wont work */
}

ul#menu-building-subnav {
  display: flex;
  flex-direction: row;
  justify-content: center;
  font-family: 'GT-America-Standard-Light';
  text-transform: uppercase;
  color: #555555;
  font-size: 14px;
}

.building-subnav {
  background-color: rgba(255, 255, 255, .90);
  height: 45px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  z-index: 50;
}

.sticky-nav {
  position: sticky;
  top: 5rem;
  z-index: 5;
}

.amenities-page .sub-menu,
.office-page .sub-menu,
.life-page .sub-menu {
  display: none;
  position: absolute;
  top: -300px;
  /* on hover just display none */
}

ul#menu-main-menu {
  font-family: 'GT-America-Standard-Light';
  text-transform: uppercase;
  color: #555555;
  font-size: 14px;
}

ul#menu-building-subnav li {
  margin: 0 20px;
}

.current-menu-item {
  border-bottom: 1px solid #5917B7;
  color: #5917B7;
  width: -moz-fit-content;
  width: fit-content;
}

.menu-item:hover {
  border-bottom: 1px solid #5917B7;
}

.sub-menu.menu-item:hover {
  border-bottom: 0 solid #ffffff;
}

.building-link.menu-item:hover {
  border-bottom: 0;
}

.menu-item-981:hover>ul {
  display: block;
  /* shouldnt target menu ids if the menu changes this wont work */
}

.sub-menu li {
  margin-left: 0;
}

header {
  background: #fff;
}

#hudson {
  min-height: 500px;
}

li#menu-item-998 {
  text-transform: none;
  border: 0;
  /* shouldnt target menu ids if the menu changes this wont work */
}

.download-main-nav a {
  background: #5917B7;
  padding: 10px 20px;
  border-radius: 25px;
  color: #fff;
  transition: all ease .5s;
  border-bottom: 0 !important;
}

.download-main-nav a:hover {
  padding: 10px 45px 10px 20px;
}

.download-main-nav a:hover:after {
  content: "";
  background-image: url(../img/cta-white.svg);
  opacity: 1;
  transition: opacity .6s ease-out;
  width: 25px;
  height: 25px;
  position: absolute;
  background-repeat: no-repeat;
  margin-top: 3px;
  margin-left: 10px;
}

.download-main-nav a:after {
  opacity: 0;
}

ul.sub-menu {
  position: absolute;
  border-radius: 0 0 5px 5px;
  padding-top: 22px;
  color: #ffffff;
  margin-left: -2px;
  z-index: 10;
  opacity: 0;
  transition-property: all ease 1s;
  background: #5917B7;
  font-family: 'GT-America-Standard-Light';
  text-transform: initial;
}

ul.sub-menu li {
  margin-left: 0;
  background: #5917B7;
  padding: 5px 10px 5px 10px;
  border-bottom: 1px solid #5917B7;
}

ul.sub-menu li:last-child {
  border-radius: 0 0 5px 5px;
  padding-bottom: 10px;
}

.menu-item:hover .sub-menu {
  display: block;
  opacity: 1;
  background: transparent;
  min-width: 130px;
}

@media (max-width: 1024px) {
  ul#menu-main-menu {
    font-size: 18px;
  }

  .menu-item:hover {
    border-bottom: 1px solid #5917B7;
    width: -moz-fit-content;
    width: fit-content;
  }

  li#menu-item-998 {
    padding-top: 35px;
    /* shouldnt target menu ids if the menu changes this wont work */
  }

  div#primary-menu {
    width: 100%;
    background: #fff;
    height: 100vh;
    transition: all ease .5s;
    position: absolute;
    left: 0;
    padding: 30px;
    padding-left: 23px;
  }

  #primary-menu ul li {
    margin: 20px 0;
  }

  #primary-menu ul .sub-menu {
    position: relative;
    opacity: 1;
    color: #000;
    background-color: transparent;
    padding-top: 0;
    display: none;
  }

  #primary-menu ul .sub-menu li {
    background-color: transparent;
    color: #000;
  }
}

.selection\:bg-transparent *::-moz-selection {
  background-color: transparent;
}

.selection\:bg-transparent *::selection {
  background-color: transparent;
}

.selection\:bg-transparent::-moz-selection {
  background-color: transparent;
}

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

.checked\:after\:absolute:checked::after {
  content: var(--tw-content);
  position: absolute;
}

.checked\:after\:ml-\[5px\]:checked::after {
  content: var(--tw-content);
  margin-left: 5px;
}

.checked\:after\:mt-px:checked::after {
  content: var(--tw-content);
  margin-top: 1px;
}

.checked\:after\:block:checked::after {
  content: var(--tw-content);
  display: block;
}

.checked\:after\:h-\[9px\]:checked::after {
  content: var(--tw-content);
  height: 9px;
}

.checked\:after\:w-\[5px\]:checked::after {
  content: var(--tw-content);
  width: 5px;
}

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

.checked\:after\:border-2:checked::after {
  content: var(--tw-content);
  border-width: 2px;
}

.checked\:after\:border-l-0:checked::after {
  content: var(--tw-content);
  border-left-width: 0px;
}

.checked\:after\:border-t-0:checked::after {
  content: var(--tw-content);
  border-top-width: 0px;
}

.checked\:after\:border-solid:checked::after {
  content: var(--tw-content);
  border-style: solid;
}

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

.checked\:after\:bg-transparent:checked::after {
  content: var(--tw-content);
  background-color: transparent;
}

.checked\:after\:content-\[\'\'\]:checked::after {
  --tw-content: '';
  content: var(--tw-content);
}

.empty\:hidden:empty {
  display: none;
}

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

.hover\:rounded-\[50\%\]:hover {
  border-radius: 50%;
}

.hover\:bg-\[\#00000014\]:hover {
  background-color: #00000014;
}

.hover\:bg-\[\#00000026\]:hover {
  background-color: #00000026;
}

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

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

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

.hover\:fill-\[\#8b8b8b\]:hover {
  fill: #8b8b8b;
}

.hover\:text-\[\#3b71ca\]:hover {
  --tw-text-opacity: 1;
  color: rgb(59 113 202 / var(--tw-text-opacity));
}

.hover\:text-\[\#8b8b8b\]:hover {
  --tw-text-opacity: 1;
  color: rgb(139 139 139 / var(--tw-text-opacity));
}

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

.hover\:text-primary:hover {
  --tw-text-opacity: 1;
  color: rgb(14 165 233 / var(--tw-text-opacity));
}

.hover\:\!opacity-90:hover {
  opacity: 0.9 !important;
}

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

.hover\:\!shadow-none:hover {
  --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;
}

.hover\:outline-none:hover {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.focus\:rounded-\[50\%\]:focus {
  border-radius: 50%;
}

.focus\:bg-\[\#00000014\]:focus {
  background-color: #00000014;
}

.focus\:bg-\[\#00000026\]:focus {
  background-color: #00000026;
}

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

.focus\:text-\[\#3b71ca\]:focus {
  --tw-text-opacity: 1;
  color: rgb(59 113 202 / var(--tw-text-opacity));
}

.focus\:text-primary:focus {
  --tw-text-opacity: 1;
  color: rgb(14 165 233 / var(--tw-text-opacity));
}

.focus\:\!opacity-90:focus {
  opacity: 0.9 !important;
}

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

.focus\:placeholder\:opacity-100:focus::-moz-placeholder {
  opacity: 1;
}

.focus\:placeholder\:opacity-100:focus::placeholder {
  opacity: 1;
}

.active\:bg-\[\#cacfd1\]:active {
  --tw-bg-opacity: 1;
  background-color: rgb(202 207 209 / var(--tw-bg-opacity));
}

.group\/x:hover .group-hover\/x\:h-\[11px\] {
  height: 11px;
}

.group\/y:hover .group-hover\/y\:w-\[11px\] {
  width: 11px;
}

.group\/x:hover .group-hover\/x\:bg-\[\#999\] {
  --tw-bg-opacity: 1;
  background-color: rgb(153 153 153 / var(--tw-bg-opacity));
}

.group\/y:hover .group-hover\/y\:bg-\[\#999\] {
  --tw-bg-opacity: 1;
  background-color: rgb(153 153 153 / var(--tw-bg-opacity));
}

.group\/ps:hover .group-hover\/ps\:opacity-100 {
  opacity: 1;
}

.group\/ps:hover .group-hover\/ps\:opacity-60 {
  opacity: 0.6;
}

.group\/x:focus .group-focus\/x\:h-\[11px\] {
  height: 11px;
}

.group\/y:focus .group-focus\/y\:w-\[11px\] {
  width: 11px;
}

.group\/x:focus .group-focus\/x\:bg-\[\#999\] {
  --tw-bg-opacity: 1;
  background-color: rgb(153 153 153 / var(--tw-bg-opacity));
}

.group\/y:focus .group-focus\/y\:bg-\[\#999\] {
  --tw-bg-opacity: 1;
  background-color: rgb(153 153 153 / var(--tw-bg-opacity));
}

.group\/ps:focus .group-focus\/ps\:opacity-100 {
  opacity: 1;
}

.group\/ps:focus .group-focus\/ps\:opacity-60 {
  opacity: 0.6;
}

.group\/ps:active .group-active\/ps\:opacity-100 {
  opacity: 1;
}

.group\/ps.ps--active-x .group-\[\&\.ps--active-x\]\/ps\:block {
  display: block;
}

.group\/ps.ps--active-y .group-\[\&\.ps--active-y\]\/ps\:block {
  display: block;
}

.group\/x.ps--clicking .group-\[\&\.ps--clicking\]\/x\:h-\[11px\] {
  height: 11px;
}

.group\/y.ps--clicking .group-\[\&\.ps--clicking\]\/y\:w-\[11px\] {
  width: 11px;
}

.group[data-te-datepicker-cell-current] .group-\[\[data-te-datepicker-cell-current\]\]\:border {
  border-width: 1px;
}

.group[data-te-datepicker-cell-current] .group-\[\[data-te-datepicker-cell-current\]\]\:border-solid {
  border-style: solid;
}

.group[data-te-datepicker-cell-current] .group-\[\[data-te-datepicker-cell-current\]\]\:border-black {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity));
}

.group\/ps.ps--active-x .group-\[\&\.ps--active-x\]\/ps\:bg-transparent {
  background-color: transparent;
}

.group\/ps.ps--active-y .group-\[\&\.ps--active-y\]\/ps\:bg-transparent {
  background-color: transparent;
}

.group\/x.ps--clicking .group-\[\&\.ps--clicking\]\/x\:bg-\[\#999\] {
  --tw-bg-opacity: 1;
  background-color: rgb(153 153 153 / var(--tw-bg-opacity));
}

.group\/y.ps--clicking .group-\[\&\.ps--clicking\]\/y\:bg-\[\#999\] {
  --tw-bg-opacity: 1;
  background-color: rgb(153 153 153 / var(--tw-bg-opacity));
}

.group[data-te-datepicker-cell-selected] .group-\[\[data-te-datepicker-cell-selected\]\]\:bg-primary {
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity));
}

.group[data-te-datepicker-cell-selected] .group-\[\[data-te-datepicker-cell-selected\]\]\:text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}

.group\/ps.ps--scrolling-x .group-\[\&\.ps--scrolling-x\]\/ps\:opacity-60 {
  opacity: 0.6;
}

.group\/ps.ps--scrolling-y .group-\[\&\.ps--scrolling-y\]\/ps\:opacity-60 {
  opacity: 0.6;
}

.peer:focus ~ .peer-focus\:-translate-y-\[0\.75rem\] {
  --tw-translate-y: -0.75rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.peer:focus ~ .peer-focus\:-translate-y-\[0\.9rem\] {
  --tw-translate-y: -0.9rem;
  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));
}

.peer:focus ~ .peer-focus\:-translate-y-\[1\.15rem\] {
  --tw-translate-y: -1.15rem;
  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));
}

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

.peer:focus ~ .peer-focus\:\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

.data-\[te-datepicker-cell-disabled\]\:pointer-events-none[data-te-datepicker-cell-disabled] {
  pointer-events: none;
}

.data-\[te-carousel-fade\]\:z-0[data-te-carousel-fade] {
  z-index: 0;
}

.data-\[te-carousel-fade\]\:z-\[1\][data-te-carousel-fade] {
  z-index: 1;
}

.data-\[te-input-state-active\]\:block[data-te-input-state-active] {
  display: block;
}

.data-\[te-input-state-active\]\:-translate-y-\[0\.75rem\][data-te-input-state-active] {
  --tw-translate-y: -0.75rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.data-\[te-input-state-active\]\:-translate-y-\[0\.9rem\][data-te-input-state-active] {
  --tw-translate-y: -0.9rem;
  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));
}

.data-\[te-input-state-active\]\:-translate-y-\[1\.15rem\][data-te-input-state-active] {
  --tw-translate-y: -1.15rem;
  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));
}

.data-\[te-input-state-active\]\:scale-\[0\.8\][data-te-input-state-active] {
  --tw-scale-x: 0.8;
  --tw-scale-y: 0.8;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

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

.data-\[te-datepicker-cell-disabled\]\:cursor-default[data-te-datepicker-cell-disabled] {
  cursor: default;
}

.data-\[te-input-disabled\]\:cursor-default[data-te-input-disabled] {
  cursor: default;
}

.data-\[te-select-option-disabled\]\:cursor-default[data-te-select-option-disabled] {
  cursor: default;
}

.data-\[te-select-selected\]\:data-\[te-select-option-disabled\]\:cursor-default[data-te-select-option-disabled][data-te-select-selected] {
  cursor: default;
}

.data-\[te-input-disabled\]\:bg-\[\#e9ecef\][data-te-input-disabled] {
  --tw-bg-opacity: 1;
  background-color: rgb(233 236 239 / var(--tw-bg-opacity));
}

.data-\[te-input-multiple-active\]\:bg-black\/5[data-te-input-multiple-active] {
  background-color: rgb(0 0 0 / 0.05);
}

.data-\[te-input-state-active\]\:bg-black\/5[data-te-input-state-active] {
  background-color: rgb(0 0 0 / 0.05);
}

.data-\[te-select-option-selected\]\:bg-black\/\[0\.02\][data-te-select-option-selected] {
  background-color: rgb(0 0 0 / 0.02);
}

.data-\[te-select-option-selected\]\:data-\[te-input-state-active\]\:bg-black\/5[data-te-input-state-active][data-te-select-option-selected] {
  background-color: rgb(0 0 0 / 0.05);
}

.data-\[te-select-selected\]\:data-\[te-select-option-disabled\]\:bg-transparent[data-te-select-option-disabled][data-te-select-selected] {
  background-color: transparent;
}

.data-\[te-carousel-fade\]\:opacity-0[data-te-carousel-fade] {
  opacity: 0;
}

.data-\[te-carousel-fade\]\:opacity-100[data-te-carousel-fade] {
  opacity: 1;
}

.data-\[te-select-open\]\:opacity-100[data-te-select-open] {
  opacity: 1;
}

.data-\[te-carousel-fade\]\:duration-0[data-te-carousel-fade] {
  transition-duration: 0s;
}

.data-\[te-input-state-active\]\:placeholder\:opacity-100[data-te-input-state-active]::-moz-placeholder {
  opacity: 1;
}

.data-\[te-input-state-active\]\:placeholder\:opacity-100[data-te-input-state-active]::placeholder {
  opacity: 1;
}

.data-\[te-datepicker-cell-disabled\]\:hover\:cursor-default:hover[data-te-datepicker-cell-disabled] {
  cursor: default;
}

.group[data-te-datepicker-cell-focused] .group-\[\[data-te-datepicker-cell-focused\]\]\:data-\[te-datepicker-cell-selected\]\:bg-primary[data-te-datepicker-cell-selected] {
  --tw-bg-opacity: 1;
  background-color: rgb(14 165 233 / var(--tw-bg-opacity));
}

.group[data-te-select-option-text-ref] .group-data-\[te-select-option-text-ref\]\:mr-2\.5 {
  margin-right: 0.625rem;
}

.group\/validation[data-te-was-validated] .group-data-\[te-was-validated\]\/validation\:mb-4 {
  margin-bottom: 1rem;
}

.group[data-te-input-focused] .group-data-\[te-input-focused\]\:border-x-0 {
  border-left-width: 0px;
  border-right-width: 0px;
}

.group[data-te-input-state-active] .group-data-\[te-input-state-active\]\:border-x-0 {
  border-left-width: 0px;
  border-right-width: 0px;
}

.group[data-te-input-focused] .group-data-\[te-input-focused\]\:border-l-0 {
  border-left-width: 0px;
}

.group[data-te-input-focused] .group-data-\[te-input-focused\]\:border-r-0 {
  border-right-width: 0px;
}

.group[data-te-input-focused] .group-data-\[te-input-focused\]\:border-t {
  border-top-width: 1px;
}

.group[data-te-input-state-active] .group-data-\[te-input-state-active\]\:border-l-0 {
  border-left-width: 0px;
}

.group[data-te-input-state-active] .group-data-\[te-input-state-active\]\:border-r-0 {
  border-right-width: 0px;
}

.group[data-te-input-state-active] .group-data-\[te-input-state-active\]\:border-t {
  border-top-width: 1px;
}

.group[data-te-input-focused] .group-data-\[te-input-focused\]\:border-solid {
  border-style: solid;
}

.group[data-te-input-state-active] .group-data-\[te-input-state-active\]\:border-solid {
  border-style: solid;
}

.group[data-te-input-focused] .group-data-\[te-input-focused\]\:border-primary {
  --tw-border-opacity: 1;
  border-color: rgb(14 165 233 / var(--tw-border-opacity));
}

.group[data-te-input-focused] .group-data-\[te-input-focused\]\:border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity));
}

.group[data-te-input-focused] .group-data-\[te-input-focused\]\:border-t-transparent {
  border-top-color: transparent;
}

.group[data-te-input-state-active] .group-data-\[te-input-state-active\]\:border-t-transparent {
  border-top-color: transparent;
}

.group\/opt[data-te-select-option-group-ref] .group-data-\[te-select-option-group-ref\]\/opt\:pl-7 {
  padding-left: 1.75rem;
}

.group[data-te-input-focused] .group-data-\[te-input-focused\]\:shadow-\[-1px_0_0_\#3b71ca\2c _0_1px_0_0_\#3b71ca\2c _0_-1px_0_0_\#3b71ca\] {
  --tw-shadow: -1px 0 0 #3b71ca, 0 1px 0 0 #3b71ca, 0 -1px 0 0 #3b71ca;
  --tw-shadow-colored: -1px 0 0 var(--tw-shadow-color), 0 1px 0 0 var(--tw-shadow-color), 0 -1px 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group[data-te-input-focused] .group-data-\[te-input-focused\]\:shadow-\[-1px_0_0_\#ffffff\2c _0_1px_0_0_\#ffffff\2c _0_-1px_0_0_\#ffffff\] {
  --tw-shadow: -1px 0 0 #ffffff, 0 1px 0 0 #ffffff, 0 -1px 0 0 #ffffff;
  --tw-shadow-colored: -1px 0 0 var(--tw-shadow-color), 0 1px 0 0 var(--tw-shadow-color), 0 -1px 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group[data-te-input-focused] .group-data-\[te-input-focused\]\:shadow-\[0_1px_0_0_\#3b71ca\] {
  --tw-shadow: 0 1px 0 0 #3b71ca;
  --tw-shadow-colored: 0 1px 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group[data-te-input-focused] .group-data-\[te-input-focused\]\:shadow-\[0_1px_0_0_\#ffffff\] {
  --tw-shadow: 0 1px 0 0 #ffffff;
  --tw-shadow-colored: 0 1px 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group[data-te-input-focused] .group-data-\[te-input-focused\]\:shadow-\[1px_0_0_\#3b71ca\2c _0_-1px_0_0_\#3b71ca\2c _0_1px_0_0_\#3b71ca\] {
  --tw-shadow: 1px 0 0 #3b71ca, 0 -1px 0 0 #3b71ca, 0 1px 0 0 #3b71ca;
  --tw-shadow-colored: 1px 0 0 var(--tw-shadow-color), 0 -1px 0 0 var(--tw-shadow-color), 0 1px 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group[data-te-input-focused] .group-data-\[te-input-focused\]\:shadow-\[1px_0_0_\#ffffff\2c _0_-1px_0_0_\#ffffff\2c _0_1px_0_0_\#ffffff\] {
  --tw-shadow: 1px 0 0 #ffffff, 0 -1px 0 0 #ffffff, 0 1px 0 0 #ffffff;
  --tw-shadow-colored: 1px 0 0 var(--tw-shadow-color), 0 -1px 0 0 var(--tw-shadow-color), 0 1px 0 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.group\/validation[data-te-was-validated] .peer:valid ~ .group-data-\[te-was-validated\]\/validation\:peer-valid\:block {
  display: block;
}

.group\/validation[data-te-was-validated] .peer:invalid ~ .group-data-\[te-was-validated\]\/validation\:peer-invalid\:block {
  display: block;
}

.group\/validation[data-te-was-validated] .peer:invalid ~ .group-data-\[te-was-validated\]\/validation\:peer-invalid\:text-\[rgb\(220\2c 76\2c 100\)\] {
  --tw-text-opacity: 1;
  color: rgb(220 76 100 / var(--tw-text-opacity));
}

.peer[data-te-input-state-active] ~ .peer-data-\[te-input-state-active\]\:-translate-y-\[0\.75rem\] {
  --tw-translate-y: -0.75rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.peer[data-te-input-state-active] ~ .peer-data-\[te-input-state-active\]\:-translate-y-\[0\.9rem\] {
  --tw-translate-y: -0.9rem;
  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));
}

.peer[data-te-input-state-active] ~ .peer-data-\[te-input-state-active\]\:-translate-y-\[1\.15rem\] {
  --tw-translate-y: -1.15rem;
  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));
}

.peer[data-te-input-state-active] ~ .peer-data-\[te-input-state-active\]\:scale-\[0\.8\] {
  --tw-scale-x: 0.8;
  --tw-scale-y: 0.8;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.peer[data-te-input-focused] ~ .peer-data-\[te-input-focused\]\:\!text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}

:is([dir="rtl"] .rtl\:\!left-auto) {
  left: auto !important;
}

:is([dir="rtl"] .rtl\:\!origin-\[50\%_50\%_0\]) {
  transform-origin: 50% 50% 0 !important;
}

:is([dir="rtl"] .rtl\:\[direction\:rtl\]) {
  direction: rtl;
}

@media (prefers-reduced-motion: reduce) {
  .motion-reduce\:animate-none {
    animation: none;
  }

  .motion-reduce\:transition-none {
    transition-property: none;
  }
}

@media (prefers-color-scheme: dark) {
  .dark\:border-0 {
    border-width: 0px;
  }

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

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

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

  .dark\:hover\:text-\[\#3b71ca\]:hover {
    --tw-text-opacity: 1;
    color: rgb(59 113 202 / var(--tw-text-opacity));
  }

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

  .dark\:focus\:text-\[\#3b71ca\]:focus {
    --tw-text-opacity: 1;
    color: rgb(59 113 202 / var(--tw-text-opacity));
  }

  .group[data-te-datepicker-cell-current] .dark\:group-\[\[data-te-datepicker-cell-current\]\]\:border-white {
    --tw-border-opacity: 1;
    border-color: rgb(255 255 255 / var(--tw-border-opacity));
  }

  .group:not([data-te-datepicker-cell-disabled]):not([data-te-datepicker-cell-selected]):hover .dark\:group-\[\:not\(\[data-te-datepicker-cell-disabled\]\)\:not\(\[data-te-datepicker-cell-selected\]\)\:hover\]\:bg-white\/10 {
    background-color: rgb(255 255 255 / 0.1);
  }

  .group:not([data-te-datepicker-cell-selected])[data-te-datepicker-cell-focused] .dark\:group-\[\:not\(\[data-te-datepicker-cell-selected\]\)\[data-te-datepicker-cell-focused\]\]\:bg-white\/10 {
    background-color: rgb(255 255 255 / 0.1);
  }

  .dark\:data-\[te-input-multiple-active\]\:bg-white\/30[data-te-input-multiple-active] {
    background-color: rgb(255 255 255 / 0.3);
  }

  .dark\:data-\[te-input-state-active\]\:bg-white\/30[data-te-input-state-active] {
    background-color: rgb(255 255 255 / 0.3);
  }

  .dark\:data-\[te-select-option-selected\]\:data-\[te-input-state-active\]\:bg-white\/30[data-te-input-state-active][data-te-select-option-selected] {
    background-color: rgb(255 255 255 / 0.3);
  }
}

@media (min-width: 768px) {
  .sm\:right-0 {
    right: 0px;
  }

  .sm\:right-12 {
    right: 3rem;
  }

  .sm\:top-1 {
    top: 0.25rem;
  }

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

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

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

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

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

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

  .sm\:px-32 {
    padding-left: 8rem;
    padding-right: 8rem;
  }

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

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

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

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

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

  .sm\:pl-40 {
    padding-left: 10rem;
  }

  .sm\:pr-32 {
    padding-right: 8rem;
  }

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

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

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

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

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

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

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

@media (min-width: 1025px) {
  .md\:-left-8 {
    left: -2rem;
  }

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

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

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

  .md\:bottom-24 {
    bottom: 6rem;
  }

  .md\:left-12 {
    left: 3rem;
  }

  .md\:right-12 {
    right: 3rem;
  }

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

  .md\:order-first {
    order: -9999;
  }

  .md\:order-last {
    order: 9999;
  }

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

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

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

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

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

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

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

  .md\:w-2\/3 {
    width: 66.666667%;
  }

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

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

  .md\:grid-flow-col {
    grid-auto-flow: column;
  }

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

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

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

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

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

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

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

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

  .md\:place-self-end {
    place-self: end;
  }

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

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

  .md\:p-8 {
    padding: 2rem;
  }

  .md\:px-14 {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

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

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

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

  .md\:pb-14 {
    padding-bottom: 3.5rem;
  }

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

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

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

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

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

  .md\:pb-7 {
    padding-bottom: 1.75rem;
  }

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

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

  .md\:pl-64 {
    padding-left: 16rem;
  }

  .md\:pr-64 {
    padding-right: 16rem;
  }

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

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

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

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

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

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

  .md\:pt-7 {
    padding-top: 1.75rem;
  }

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

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

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

  .md\:text-3xl {
    font-size: 2.5rem;
    line-height: 50px;
  }

  .md\:text-4xl {
    font-size: 3rem;
    line-height: 62px;
  }

  .md\:text-5xl {
    font-size: 4rem;
    line-height: 82px;
  }

  .md\:text-lg {
    font-size: 1.25rem;
    line-height: 26px;
  }

  .md\:text-sm {
    font-size: .9rem;
    line-height: 18px;
  }

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

@media (min-width: 1440px) {
  .lg\:p-0 {
    padding: 0px;
  }

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

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

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

  .lg\:pb-24 {
    padding-bottom: 6rem;
  }

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

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

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

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

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

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

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

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

  .lg\:text-5xl {
    font-size: 4rem;
    line-height: 82px;
  }
}

@media (min-width: 1920px) {
  .xl\:pb-12 {
    padding-bottom: 3rem;
  }

  .xl\:pb-14 {
    padding-bottom: 3.5rem;
  }

  .xl\:pb-24 {
    padding-bottom: 6rem;
  }

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

  .xl\:pb-32 {
    padding-bottom: 8rem;
  }

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

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

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

  .xl\:pt-28 {
    padding-top: 7rem;
  }

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

  .xl\:text-1xl {
    font-size: 1.5rem;
    line-height: 30px;
  }

  .xl\:text-2xl {
    font-size: 2rem;
    line-height: 42px;
  }

  .xl\:text-3xl {
    font-size: 2.5rem;
    line-height: 50px;
  }
}

@media not all and (min-width: 1025px) {
  @media (orientation: landscape) {
    .max-md\:landscape\:h-8 {
      height: 2rem;
    }
  }
}

@media (min-width: 320px) {
  @media not all and (min-width: 1025px) {
    @media (orientation: landscape) {
      .xs\:max-md\:landscape\:mt-24 {
        margin-top: 6rem;
      }

      .xs\:max-md\:landscape\:h-8 {
        height: 2rem;
      }

      .xs\:max-md\:landscape\:h-\[360px\] {
        height: 360px;
      }

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

      .xs\:max-md\:landscape\:w-8 {
        width: 2rem;
      }

      .xs\:max-md\:landscape\:w-\[475px\] {
        width: 475px;
      }

      .xs\:max-md\:landscape\:flex-row {
        flex-direction: row;
      }
    }
  }

  @media (max-width: 825px) {
    @media (orientation: landscape) {
      .min-\[320px\]\:max-\[825px\]\:landscape\:h-auto {
        height: auto;
      }

      .min-\[320px\]\:max-\[825px\]\:landscape\:min-h-\[305px\] {
        min-height: 305px;
      }

      .min-\[320px\]\:max-\[825px\]\:landscape\:min-h-\[auto\] {
        min-height: auto;
      }

      .min-\[320px\]\:max-\[825px\]\:landscape\:min-w-\[auto\] {
        min-width: auto;
      }

      .min-\[320px\]\:max-\[825px\]\:landscape\:\!flex-row {
        flex-direction: row !important;
      }

      .min-\[320px\]\:max-\[825px\]\:landscape\:flex-col {
        flex-direction: column;
      }

      .min-\[320px\]\:max-\[825px\]\:landscape\:\!justify-around {
        justify-content: space-around !important;
      }

      .min-\[320px\]\:max-\[825px\]\:landscape\:overflow-y-auto {
        overflow-y: auto;
      }

      .min-\[320px\]\:max-\[825px\]\:landscape\:rounded-lg {
        border-radius: 0.5rem;
      }

      .min-\[320px\]\:max-\[825px\]\:landscape\:rounded-bl-lg {
        border-bottom-left-radius: 0.5rem;
      }

      .min-\[320px\]\:max-\[825px\]\:landscape\:rounded-bl-none {
        border-bottom-left-radius: 0px;
      }

      .min-\[320px\]\:max-\[825px\]\:landscape\:rounded-tr-none {
        border-top-right-radius: 0px;
      }

      .min-\[320px\]\:max-\[825px\]\:landscape\:p-\[10px\] {
        padding: 10px;
      }

      .min-\[320px\]\:max-\[825px\]\:landscape\:pr-\[10px\] {
        padding-right: 10px;
      }

      .min-\[320px\]\:max-\[825px\]\:landscape\:text-5xl {
        font-size: 4rem;
        line-height: 82px;
      }

      .min-\[320px\]\:max-\[825px\]\:landscape\:text-\[3rem\] {
        font-size: 3rem;
      }
    }
  }
}

.\[\&\.ps--clicking\]\:bg-\[\#eee\].ps--clicking {
  --tw-bg-opacity: 1;
  background-color: rgb(238 238 238 / var(--tw-bg-opacity));
}

.\[\&\.ps--clicking\]\:\!opacity-90.ps--clicking {
  opacity: 0.9 !important;
}

.\[\&\:\:-webkit-scrollbar-button\]\:block::-webkit-scrollbar-button {
  display: block;
}

.\[\&\:\:-webkit-scrollbar-button\]\:h-0::-webkit-scrollbar-button {
  height: 0px;
}

.\[\&\:\:-webkit-scrollbar-button\]\:bg-transparent::-webkit-scrollbar-button {
  background-color: transparent;
}

.\[\&\:\:-webkit-scrollbar-thumb\]\:h-\[50px\]::-webkit-scrollbar-thumb {
  height: 50px;
}

.\[\&\:\:-webkit-scrollbar-thumb\]\:rounded::-webkit-scrollbar-thumb {
  border-radius: 0.25rem;
}

.\[\&\:\:-webkit-scrollbar-thumb\]\:bg-\[\#999\]::-webkit-scrollbar-thumb {
  --tw-bg-opacity: 1;
  background-color: rgb(153 153 153 / var(--tw-bg-opacity));
}

.\[\&\:\:-webkit-scrollbar-track-piece\]\:rounded-none::-webkit-scrollbar-track-piece {
  border-radius: 0px;
}

.\[\&\:\:-webkit-scrollbar-track-piece\]\:rounded-l::-webkit-scrollbar-track-piece {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.\[\&\:\:-webkit-scrollbar-track-piece\]\:bg-transparent::-webkit-scrollbar-track-piece {
  background-color: transparent;
}

.\[\&\:\:-webkit-scrollbar\]\:h-1::-webkit-scrollbar {
  height: 0.25rem;
}

.\[\&\:\:-webkit-scrollbar\]\:w-1::-webkit-scrollbar {
  width: 0.25rem;
}

.\[\&\:not\(\[data-te-input-placeholder-active\]\)\]\:placeholder\:opacity-0:not([data-te-input-placeholder-active])::-moz-placeholder {
  opacity: 0;
}

.\[\&\:not\(\[data-te-input-placeholder-active\]\)\]\:placeholder\:opacity-0:not([data-te-input-placeholder-active])::placeholder {
  opacity: 0;
}

.hover\:\[\&\:not\(\[data-te-select-option-disabled\]\)\]\:bg-black\/5:not([data-te-select-option-disabled]):hover {
  background-color: rgb(0 0 0 / 0.05);
}

@media (prefers-color-scheme: dark) {
  .dark\:hover\:\[\&\:not\(\[data-te-select-option-disabled\]\)\]\:bg-white\/30:not([data-te-select-option-disabled]):hover {
    background-color: rgb(255 255 255 / 0.3);
  }
}

.\[\&\>svg\]\:mx-auto>svg {
  margin-left: auto;
  margin-right: auto;
}

.\[\&\>svg\]\:h-4>svg {
  height: 1rem;
}

.\[\&\>svg\]\:h-5>svg {
  height: 1.25rem;
}

.\[\&\>svg\]\:w-4>svg {
  width: 1rem;
}

.\[\&\>svg\]\:w-5>svg {
  width: 1.25rem;
}

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

@media (prefers-color-scheme: dark) {
  .dark\:\[\&\>svg\]\:fill-white>svg {
    fill: #ffffff;
  }
}