.container {
  width: 100%;
}
@media (min-width: 640px) {
  .container {
    max-width: 640px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1536px) {
  .container {
    max-width: 1536px;
  }
} /*
! tailwindcss v3.1.8 | MIT License | https://tailwindcss.com
*/ /*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}
::before,
::after {
  --tw-content: '';
} /*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/
html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
} /*
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, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", 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::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;
}
*, ::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:  ;
}
.visible {
  visibility: visible !important;
}
.fixed {
  position: fixed !important;
}
.absolute {
  position: absolute !important;
}
.relative {
  position: relative !important;
}
.sticky {
  position: sticky !important;
}
.inset-0 {
  top: 0px !important;
  right: 0px !important;
  bottom: 0px !important;
  left: 0px !important;
}
.bottom-0 {
  bottom: 0px !important;
}
.top-0 {
  top: 0px !important;
}
.right-0 {
  right: 0px !important;
}
.left-0 {
  left: 0px !important;
}
.top-full {
  top: 100% !important;
}
.z-\[9999\] {
  z-index: 9999 !important;
}
.z-\[99999\] {
  z-index: 99999 !important;
}
.z-\[1\] {
  z-index: 1 !important;
}
.z-50 {
  z-index: 50 !important;
}
.order-1 {
  order: 1 !important;
}
.order-2 {
  order: 2 !important;
}
.col-span-4 {
  grid-column: span 4 / span 4 !important;
}
.col-span-6 {
  grid-column: span 6 / span 6 !important;
}
.col-span-2 {
  grid-column: span 2 / span 2 !important;
}
.col-span-5 {
  grid-column: span 5 / span 5 !important;
}
.col-span-8 {
  grid-column: span 8 / span 8 !important;
}
.col-start-1 {
  grid-column-start: 1 !important;
}
.col-end-7 {
  grid-column-end: 7 !important;
}
.float-right {
  float: right !important;
}
.m-0 {
  margin: 0px !important;
}
.m-auto {
  margin: auto !important;
}
.mx-auto {
  margin-left: auto !important;
  margin-right: auto !important;
}
.my-5 {
  margin-top: 1.25rem !important;
  margin-bottom: 1.25rem !important;
}
.my-10 {
  margin-top: 2.5rem !important;
  margin-bottom: 2.5rem !important;
}
.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}
.mx-6 {
  margin-left: 1.5rem !important;
  margin-right: 1.5rem !important;
}
.mx-3 {
  margin-left: 0.75rem !important;
  margin-right: 0.75rem !important;
}
.my-2\.5 {
  margin-top: 0.625rem !important;
  margin-bottom: 0.625rem !important;
}
.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}
.mx-4 {
  margin-left: 1rem !important;
  margin-right: 1rem !important;
}
.mx-2 {
  margin-left: 0.5rem !important;
  margin-right: 0.5rem !important;
}
.mx-\[50px\] {
  margin-left: 50px !important;
  margin-right: 50px !important;
}
.mx-8 {
  margin-left: 2rem !important;
  margin-right: 2rem !important;
}
.my-8 {
  margin-top: 2rem !important;
  margin-bottom: 2rem !important;
}
.my-6 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}
.mb-\[0\.125rem\] {
  margin-bottom: 0.125rem !important;
}
.mb-1 {
  margin-bottom: 0.25rem !important;
}
.mr-1 {
  margin-right: 0.25rem !important;
}
.mt-4 {
  margin-top: 1rem !important;
}
.mb-4 {
  margin-bottom: 1rem !important;
}
.mt-8 {
  margin-top: 2rem !important;
}
.mt-7 {
  margin-top: 1.75rem !important;
}
.mt-10 {
  margin-top: 2.5rem !important;
}
.mt-\[25px\] {
  margin-top: 25px !important;
}
.mt-2 {
  margin-top: 0.5rem !important;
}
.ml-2 {
  margin-left: 0.5rem !important;
}
.mr-2 {
  margin-right: 0.5rem !important;
}
.ml-3 {
  margin-left: 0.75rem !important;
}
.mb-1\.5 {
  margin-bottom: 0.375rem !important;
}
.mt-5 {
  margin-top: 1.25rem !important;
}
.mb-2\.5 {
  margin-bottom: 0.625rem !important;
}
.mb-2 {
  margin-bottom: 0.5rem !important;
}
.mb-5 {
  margin-bottom: 1.25rem !important;
}
.mt-6 {
  margin-top: 1.5rem !important;
}
.mt-3 {
  margin-top: 0.75rem !important;
}
.mb-3 {
  margin-bottom: 0.75rem !important;
}
.mt-1 {
  margin-top: 0.25rem !important;
}
.ml-7 {
  margin-left: 1.75rem !important;
}
.mr-10 {
  margin-right: 2.5rem !important;
}
.ml-10 {
  margin-left: 2.5rem !important;
}
.ml-4 {
  margin-left: 1rem !important;
}
.mb-0 {
  margin-bottom: 0px !important;
}
.-mb-px {
  margin-bottom: -1px !important;
}
.mb-6 {
  margin-bottom: 1.5rem !important;
}
.mr-4 {
  margin-right: 1rem !important;
}
.ml-1 {
  margin-left: 0.25rem !important;
}
.mt-\[2px\] {
  margin-top: 2px !important;
}
.ml-auto {
  margin-left: auto !important;
}
.mb-14 {
  margin-bottom: 3.5rem !important;
}
.mb-8 {
  margin-bottom: 2rem !important;
}
.block {
  display: block !important;
}
.inline-block {
  display: inline-block !important;
}
.inline {
  display: inline !important;
}
.flex {
  display: flex !important;
}
.inline-flex {
  display: inline-flex !important;
}
.table {
  display: table !important;
}
.grid {
  display: grid !important;
}
.hidden {
  display: none !important;
}
.h-\[35vh\] {
  height: 35vh !important;
}
.h-\[25vh\] {
  height: 25vh !important;
}
.h-5 {
  height: 1.25rem !important;
}
.h-8 {
  height: 2rem !important;
}
.h-fit {
  height: -moz-fit-content !important;
  height: fit-content !important;
}
.h-28 {
  height: 7rem !important;
}
.h-screen {
  height: 100vh !important;
}
.h-12 {
  height: 3rem !important;
}
.h-48 {
  height: 12rem !important;
}
.h-6 {
  height: 1.5rem !important;
}
.h-\[36px\] {
  height: 36px !important;
}
.h-72 {
  height: 18rem !important;
}
.h-20 {
  height: 5rem !important;
}
.h-\[49px\] {
  height: 49px !important;
}
.h-\[48px\] {
  height: 48px !important;
}
.h-16 {
  height: 4rem !important;
}
.h-7 {
  height: 1.75rem !important;
}
.h-4 {
  height: 1rem !important;
}
.h-full {
  height: 100% !important;
}
.h-14 {
  height: 3.5rem !important;
}
.max-h-\[64rem\] {
  max-height: 64rem !important;
}
.max-h-0 {
  max-height: 0px !important;
}
.max-h-64 {
  max-height: 16rem !important;
}
.max-h-10 {
  max-height: 2.5rem !important;
}
.max-h-6 {
  max-height: 1.5rem !important;
}
.min-h-\[1\.5rem\] {
  min-height: 1.5rem !important;
}
.w-5 {
  width: 1.25rem !important;
}
.w-8 {
  width: 2rem !important;
}
.w-\[1\%\] {
  width: 1% !important;
}
.w-screen {
  width: 100vw !important;
}
.w-auto {
  width: auto !important;
}
.w-12 {
  width: 3rem !important;
}
.w-36 {
  width: 9rem !important;
}
.w-\[calc\(100\%\/7\)\] {
  width: calc(100% / 7) !important;
}
.w-6 {
  width: 1.5rem !important;
}
.w-full {
  width: 100% !important;
}
.w-\[95px\] {
  width: 95px !important;
}
.w-\[92vw\] {
  width: 92vw !important;
}
.w-20 {
  width: 5rem !important;
}
.w-\[65px\] {
  width: 65px !important;
}
.w-\[72px\] {
  width: 72px !important;
}
.w-\[55px\] {
  width: 55px !important;
}
.w-\[63px\] {
  width: 63px !important;
}
.w-\[54px\] {
  width: 54px !important;
}
.w-16 {
  width: 4rem !important;
}
.w-5\/6 {
  width: 83.333333% !important;
}
.w-7 {
  width: 1.75rem !important;
}
.w-fit {
  width: -moz-fit-content !important;
  width: fit-content !important;
}
.w-4 {
  width: 1rem !important;
}
.w-28 {
  width: 7rem !important;
}
.min-w-full {
  min-width: 100% !important;
}
.min-w-0 {
  min-width: 0px !important;
}
.max-w-fit {
  max-width: -moz-fit-content !important;
  max-width: fit-content !important;
}
.max-w-\[280px\] {
  max-width: 280px !important;
}
.max-w-\[521px\] {
  max-width: 521px !important;
}
.flex-auto {
  flex: 1 1 auto !important;
}
.flex-shrink-0 {
  flex-shrink: 0 !important;
}
.flex-grow {
  flex-grow: 1 !important;
}
.transform {
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)) !important;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.animate-spin {
  animation: spin 1s linear infinite !important;
}
@keyframes pulse {
  50% {
    opacity: .5;
  }
}
.animate-pulse {
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite !important;
}
.cursor-pointer {
  cursor: pointer !important;
}
.list-none {
  list-style-type: none !important;
}
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
}
.grid-cols-3 {
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
}
.grid-cols-5 {
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
}
.grid-cols-10 {
  grid-template-columns: repeat(10, minmax(0, 1fr)) !important;
}
.grid-cols-2 {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
}
.flex-row {
  flex-direction: row !important;
}
.flex-col {
  flex-direction: column !important;
}
.flex-wrap {
  flex-wrap: wrap !important;
}
.flex-nowrap {
  flex-wrap: nowrap !important;
}
.content-center {
  align-content: center !important;
}
.items-start {
  align-items: flex-start !important;
}
.items-center {
  align-items: center !important;
}
.items-stretch {
  align-items: stretch !important;
}
.justify-start {
  justify-content: flex-start !important;
}
.justify-end {
  justify-content: flex-end !important;
}
.justify-center {
  justify-content: center !important;
}
.justify-between {
  justify-content: space-between !important;
}
.justify-evenly {
  justify-content: space-evenly !important;
}
.justify-items-center {
  justify-items: center !important;
}
.gap-2 {
  gap: 0.5rem !important;
}
.gap-4 {
  gap: 1rem !important;
}
.gap-3 {
  gap: 0.75rem !important;
}
.gap-y-4 {
  row-gap: 1rem !important;
}
.gap-y-2 {
  row-gap: 0.5rem !important;
}
.space-y-3 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse)) !important;
}
.space-y-4 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-y-reverse: 0 !important;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse))) !important;
  margin-bottom: calc(1rem * var(--tw-space-y-reverse)) !important;
}
.self-start {
  align-self: flex-start !important;
}
.self-center {
  align-self: center !important;
}
.justify-self-start {
  justify-self: start !important;
}
.justify-self-end {
  justify-self: end !important;
}
.overflow-auto {
  overflow: auto !important;
}
.overflow-hidden {
  overflow: hidden !important;
}
.overflow-x-auto {
  overflow-x: auto !important;
}
.whitespace-nowrap {
  white-space: nowrap !important;
}
.break-words {
  overflow-wrap: break-word !important;
}
.rounded-full {
  border-radius: 9999px !important;
}
.rounded-md {
  border-radius: 0.375rem !important;
}
.rounded {
  border-radius: 0.25rem !important;
}
.border-4 {
  border-width: 4px !important;
}
.border {
  border-width: 1px !important;
}
.border-0 {
  border-width: 0px !important;
}
.border-2 {
  border-width: 2px !important;
}
.border-\[1px\] {
  border-width: 1px !important;
}
.border-b {
  border-bottom-width: 1px !important;
}
.border-b-2 {
  border-bottom-width: 2px !important;
}
.border-l-4 {
  border-left-width: 4px !important;
}
.border-solid {
  border-style: solid !important;
}
.border-none {
  border-style: none !important;
}
.border-gm-BU-main {
  --tw-border-opacity: 1 !important;
  border-color: rgb(201 72 12 / var(--tw-border-opacity)) !important;
}
.border-gm-GM-main {
  --tw-border-opacity: 1 !important;
  border-color: rgb(204 0 0 / var(--tw-border-opacity)) !important;
}
.border-gm-CH-main {
  --tw-border-opacity: 1 !important;
  border-color: rgb(205 152 52 / var(--tw-border-opacity)) !important;
}
.border-gm-CA-main {
  --tw-border-opacity: 1 !important;
  border-color: rgb(242 242 242 / var(--tw-border-opacity)) !important;
}
.border-divider-color {
  border-color: rgba(var(--divider-color)) !important;
}
.border-gm-light-silver {
  --tw-border-opacity: 1 !important;
  border-color: rgb(216 216 216 / var(--tw-border-opacity)) !important;
}
.border-transparent {
  border-color: transparent !important;
}
.border-text-color {
  border-color: rgba(var(--text-color)) !important;
}
.border-gm-light-gray {
  --tw-border-opacity: 1 !important;
  border-color: rgb(153 153 153 / var(--tw-border-opacity)) !important;
}
.border-search-term-border {
  border-color: rgba(var(--search-term-border)) !important;
}
.border-border-card {
  border-color: rgba(var(--border-card)) !important;
}
.border-gm-gray {
  --tw-border-opacity: 1 !important;
  border-color: rgb(63 63 56 / var(--tw-border-opacity)) !important;
}
.border-button-border-color {
  border-color: rgba(var(--button-border-color)) !important;
}
.border-gray-400 {
  --tw-border-opacity: 1 !important;
  border-color: rgb(156 163 175 / var(--tw-border-opacity)) !important;
}
.border-search-term-dark {
  border-color: rgba(var(--search-term-dark)) !important;
}
.border-r-transparent {
  border-right-color: transparent !important;
}
.border-l-gm-warning-red {
  --tw-border-opacity: 1 !important;
  border-left-color: rgb(181 0 0 / var(--tw-border-opacity)) !important;
}
.bg-gm-BU-main {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(201 72 12 / var(--tw-bg-opacity)) !important;
}
.bg-gm-GM-main {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(204 0 0 / var(--tw-bg-opacity)) !important;
}
.bg-gm-CH-main {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(205 152 52 / var(--tw-bg-opacity)) !important;
}
.bg-gm-CA-main {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity)) !important;
}
.bg-background {
  background-color: rgba(var(--background)) !important;
}
.bg-rewards-background {
  background-color: rgba(var(--my-rewards-bg)) !important;
}
.bg-light-gray {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(215 213 211 / var(--tw-bg-opacity)) !important;
}
.bg-dark-gray {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(71 71 71 / var(--tw-bg-opacity)) !important;
}
.bg-transparent {
  background-color: transparent !important;
}
.bg-\[\#212121\] {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(33 33 33 / var(--tw-bg-opacity)) !important;
}
.bg-red-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity)) !important;
}
.bg-background-card {
  background-color: rgba(var(--background-card)) !important;
}
.bg-zinc-500 {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(113 113 122 / var(--tw-bg-opacity)) !important;
}
.bg-gm-dark-gray {
  --tw-bg-opacity: 1 !important;
  background-color: rgb(33 33 33 / var(--tw-bg-opacity)) !important;
}
.bg-map-list-unselected {
  background-color: rgba(var(--map-list-unselected)) !important;
}
.bg-search-term-light {
  background-color: rgba(var(--search-term-light)) !important;
}
.bg-search-term-dark {
  background-color: rgba(var(--search-term-dark)) !important;
}
.bg-service-background {
  background-color: rgba(var(--service-background)) !important;
}
.bg-clip-padding {
  background-clip: padding-box !important;
}
.stroke-gm-BU-main {
  stroke: #c9480c !important;
}
.stroke-gm-GM-main {
  stroke: #cc0000 !important;
}
.stroke-gm-CH-main {
  stroke: #cd9834 !important;
}
.stroke-gm-CA-main {
  stroke: #f2f2f2 !important;
}
.stroke-orange-500 {
  stroke: #f97316 !important;
}
.stroke-gm-dark-green {
  stroke: #0A7305 !important;
}
.stroke-gm-light-green {
  stroke: #61AF71 !important;
}
.stroke-gm-light-green-crossBrand {
  stroke: #6DC049 !important;
}
.stroke-text-color {
  stroke: rgba(var(--text-color)) !important;
}
.stroke-gm-light-gray {
  stroke: #999999 !important;
}
.p-3 {
  padding: 0.75rem !important;
}
.p-4 {
  padding: 1rem !important;
}
.p-10 {
  padding: 2.5rem !important;
}
.p-2 {
  padding: 0.5rem !important;
}
.p-0 {
  padding: 0px !important;
}
.p-1 {
  padding: 0.25rem !important;
}
.px-4 {
  padding-left: 1rem !important;
  padding-right: 1rem !important;
}
.py-0\.5 {
  padding-top: 0.125rem !important;
  padding-bottom: 0.125rem !important;
}
.py-0 {
  padding-top: 0px !important;
  padding-bottom: 0px !important;
}
.py-4 {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}
.px-3 {
  padding-left: 0.75rem !important;
  padding-right: 0.75rem !important;
}
.py-1\.5 {
  padding-top: 0.375rem !important;
  padding-bottom: 0.375rem !important;
}
.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}
.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}
.px-6 {
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
}
.px-5 {
  padding-left: 1.25rem !important;
  padding-right: 1.25rem !important;
}
.py-3 {
  padding-top: 0.75rem !important;
  padding-bottom: 0.75rem !important;
}
.py-5 {
  padding-top: 1.25rem !important;
  padding-bottom: 1.25rem !important;
}
.px-2 {
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.pb-10 {
  padding-bottom: 2.5rem !important;
}
.pl-\[1\.5rem\] {
  padding-left: 1.5rem !important;
}
.pt-5 {
  padding-top: 1.25rem !important;
}
.pb-5 {
  padding-bottom: 1.25rem !important;
}
.pt-8 {
  padding-top: 2rem !important;
}
.pb-6 {
  padding-bottom: 1.5rem !important;
}
.pt-4 {
  padding-top: 1rem !important;
}
.pl-14 {
  padding-left: 3.5rem !important;
}
.pt-11 {
  padding-top: 2.75rem !important;
}
.pt-6 {
  padding-top: 1.5rem !important;
}
.pb-3 {
  padding-bottom: 0.75rem !important;
}
.pb-48 {
  padding-bottom: 12rem !important;
}
.pt-1 {
  padding-top: 0.25rem !important;
}
.pl-3 {
  padding-left: 0.75rem !important;
}
.pt-2 {
  padding-top: 0.5rem !important;
}
.pt-3 {
  padding-top: 0.75rem !important;
}
.pl-2 {
  padding-left: 0.5rem !important;
}
.pl-1 {
  padding-left: 0.25rem !important;
}
.pl-6 {
  padding-left: 1.5rem !important;
}
.pb-4 {
  padding-bottom: 1rem !important;
}
.pb-40 {
  padding-bottom: 10rem !important;
}
.pr-2 {
  padding-right: 0.5rem !important;
}
.pb-2 {
  padding-bottom: 0.5rem !important;
}
.pt-\[30px\] {
  padding-top: 30px !important;
}
.pb-\[30px\] {
  padding-bottom: 30px !important;
}
.pl-4 {
  padding-left: 1rem !important;
}
.pb-1 {
  padding-bottom: 0.25rem !important;
}
.pl-0 {
  padding-left: 0px !important;
}
.pl-10 {
  padding-left: 2.5rem !important;
}
.pb-2\.5 {
  padding-bottom: 0.625rem !important;
}
.pl-8 {
  padding-left: 2rem !important;
}
.pb-32 {
  padding-bottom: 8rem !important;
}
.pt-3\.5 {
  padding-top: 0.875rem !important;
}
.pl-5 {
  padding-left: 1.25rem !important;
}
.pb-8 {
  padding-bottom: 2rem !important;
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.align-middle {
  vertical-align: middle !important;
}
.align-\[-0\.125em\] {
  vertical-align: -0.125em !important;
}
.font-sans {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji" !important;
}
.text-lg {
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}
.text-base {
  font-size: 1rem !important;
  line-height: 1.5rem !important;
}
.text-xs {
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}
.text-sm {
  font-size: 0.875rem !important;
  line-height: 1.25rem !important;
}
.text-3xl {
  font-size: 1.875rem !important;
  line-height: 2.25rem !important;
}
.text-2xl {
  font-size: 1.5rem !important;
  line-height: 2rem !important;
}
.font-bold {
  font-weight: 700 !important;
}
.font-medium {
  font-weight: 500 !important;
}
.font-normal {
  font-weight: 400 !important;
}
.uppercase {
  text-transform: uppercase !important;
}
.capitalize {
  text-transform: capitalize !important;
}
.leading-normal {
  line-height: 1.5 !important;
}
.leading-snug {
  line-height: 1.375 !important;
}
.tracking-normal {
  letter-spacing: 0em !important;
}
.tracking-tight {
  letter-spacing: -0.025em !important;
}
.text-gm-BU-main {
  --tw-text-opacity: 1 !important;
  color: rgb(201 72 12 / var(--tw-text-opacity)) !important;
}
.text-gm-GM-main {
  --tw-text-opacity: 1 !important;
  color: rgb(204 0 0 / var(--tw-text-opacity)) !important;
}
.text-gm-CH-main {
  --tw-text-opacity: 1 !important;
  color: rgb(205 152 52 / var(--tw-text-opacity)) !important;
}
.text-gm-CA-main {
  --tw-text-opacity: 1 !important;
  color: rgb(242 242 242 / var(--tw-text-opacity)) !important;
}
.text-text-color {
  color: rgba(var(--text-color)) !important;
}
.text-black {
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity)) !important;
}
.text-green-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(34 197 94 / var(--tw-text-opacity)) !important;
}
.text-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.text-\[\#C9480C\] {
  --tw-text-opacity: 1 !important;
  color: rgb(201 72 12 / var(--tw-text-opacity)) !important;
}
.text-inactive-text {
  color: rgba(var(--inactive-text)) !important;
}
.text-gray-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(107 114 128 / var(--tw-text-opacity)) !important;
}
.text-red-500 {
  --tw-text-opacity: 1 !important;
  color: rgb(239 68 68 / var(--tw-text-opacity)) !important;
}
.text-gm-light-gray {
  --tw-text-opacity: 1 !important;
  color: rgb(153 153 153 / var(--tw-text-opacity)) !important;
}
.text-gm-gray {
  --tw-text-opacity: 1 !important;
  color: rgb(63 63 56 / var(--tw-text-opacity)) !important;
}
.text-transportation-subtext {
  color: rgba(var(--transportation-subtext)) !important;
}
.text-gray-200 {
  --tw-text-opacity: 1 !important;
  color: rgb(229 231 235 / var(--tw-text-opacity)) !important;
}
.text-search-text-dark {
  color: rgba(var(--search-text-dark)) !important;
}
.text-neutral-700 {
  --tw-text-opacity: 1 !important;
  color: rgb(64 64 64 / var(--tw-text-opacity)) !important;
}
.text-search-text-light {
  color: rgba(var(--search-text-light)) !important;
}
.text-gm-white {
  --tw-text-opacity: 1 !important;
  color: rgb(255 255 255 / var(--tw-text-opacity)) !important;
}
.text-gm-dark-gray {
  --tw-text-opacity: 1 !important;
  color: rgb(33 33 33 / var(--tw-text-opacity)) !important;
}
.underline {
  text-decoration-line: underline !important;
}
.decoration-solid {
  text-decoration-style: solid !important;
}
.opacity-50 {
  opacity: 0.5 !important;
}
.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1) !important;
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color) !important;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow) !important;
}
.outline-none {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}
.outline {
  outline-style: solid !important;
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow) !important;
}
.transition {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.transition-all {
  transition-property: all !important;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
  transition-duration: 150ms !important;
}
.duration-300 {
  transition-duration: 300ms !important;
}
.duration-200 {
  transition-duration: 200ms !important;
}
.duration-500 {
  transition-duration: 500ms !important;
}
.duration-100 {
  transition-duration: 100ms !important;
}
.ease-in-out {
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1) !important;
} /* Hide scrollbar for Chrome, Safari and Opera */
.no-scrollbar::-webkit-scrollbar {
    display: none !important;
  } /* Hide scrollbar for IE, Edge and Firefox */
.no-scrollbar {
    -ms-overflow-style: none !important; /* IE and Edge */
    scrollbar-width: none !important; /* Firefox */
  } /* You can add global styles to this file, and also import other style files */
.dark{
  --background: 33, 33, 33;
  --border-card: 63, 63, 56;
  --background-card: 44, 44, 44;
  --text-color: 255, 255, 255;
  --search-term-light: 255,255,255;
  --search-term-dark: 44, 44, 44;
  --search-text-light: 33, 33, 33;
  --search-text-dark: 255, 255, 255;
  --search-term-border: 255, 255, 255;
  --service-background: 44, 44, 44;
  --divider-color: 229, 231, 235;
  --inactive-text:75, 85, 99;
  --transportation-subtext:153, 153, 153;
  --nps-text-color: 216, 216, 216;
  --map-list-unselected: 113, 113, 122;
  --my-rewards-bg: 91, 92, 91;
  --ca-text-color: 33, 33, 33;
  --button-border-color: 189, 185, 185;
}
.light{
  --background: 255, 255, 255;
  --border-card:207, 207, 207;
  --background-card:216, 216, 216;
  --text-color: 33, 33, 33;
  --search-term-light: 44, 44, 44;
  --search-term-dark: 216, 216, 216;
  --search-text-light: 255, 255, 255;
  --search-text-dark: 63, 63, 56;
  --search-term-border: 153, 153, 153;
  --service-background: 251, 251, 251;
  --divider-color: 33, 33, 33;
  --inactive-text: 216, 216, 216;
  --transportation-subtext:63, 63, 56;
  --nps-text-color: 33, 33, 33;
  --map-list-unselected: 255, 255, 255;
  --my-rewards-bg: 239, 237, 234;
  --ca-text-color: 255, 255, 255;
  --button-border-color: 153, 153, 153;
}
body, html {
  margin: 0;
  padding: 0;
  height: 100%;
  overscroll-behavior: none;
  background-color: rgb(var(--background));
}
.last\:mr-0:last-child {
  margin-right: 0px !important;
}
.hover\:bg-gm-light-gray\/30:hover {
  background-color: rgb(153 153 153 / 0.3) !important;
}
.focus\:outline-none:focus {
  outline: 2px solid transparent !important;
  outline-offset: 2px !important;
}
@media (prefers-reduced-motion: reduce) {
  @keyframes spin {
    to {
      transform: rotate(360deg);
    }
  }
  .motion-reduce\:animate-\[spin_1\.5s_linear_infinite\] {
    animation: spin 1.5s linear infinite !important;
  }
}
.dark .dark\:text-neutral-200 {
  --tw-text-opacity: 1 !important;
  color: rgb(229 229 229 / var(--tw-text-opacity)) !important;
}
@media (min-width: 768px) {
  .md\:order-2 {
    order: 2 !important;
  }
  .md\:order-1 {
    order: 1 !important;
  }
  .md\:my-0 {
    margin-top: 0px !important;
    margin-bottom: 0px !important;
  }
  .md\:h-20 {
    height: 5rem !important;
  }
  .md\:h-\[25vh\] {
    height: 25vh !important;
  }
  .md\:w-auto {
    width: auto !important;
  }
  .md\:w-2\/3 {
    width: 66.666667% !important;
  }
  .md\:w-20 {
    width: 5rem !important;
  }
  .md\:w-\[685px\] {
    width: 685px !important;
  }
  .md\:w-\[351px\] {
    width: 351px !important;
  }
  .md\:flex-row {
    flex-direction: row !important;
  }
  .md\:justify-end {
    justify-content: flex-end !important;
  }
  .md\:p-0 {
    padding: 0px !important;
  }
  .md\:px-0 {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .md\:pr-2 {
    padding-right: 0.5rem !important;
  }
}

