/* Other Styles  */
@import "./css/carousel.css";

/* Avenue Overrides  */
@import "./css/avenueOverrides.css?v=20251008_02"; 

/* Application Fonts  */
@import "../css/fonts/a1-application/styles.css";
@import "./css/fonts/a1-application2/styles.css";
@import "./css/fonts/omp-app-font/styles.css";


/* Font Faces */
@font-face {
  font-family: 'Montserrat';
  src: url('../css/fonts/montserrat/Montserrat-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../css/fonts/montserrat/Montserrat-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'Montserrat';
  src: url('../css/fonts/montserrat/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}


/* TaiwindCSS  */
/* ! tailwindcss v2.2.17 | MIT License | https://tailwindcss.com  */
/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
::before,
::after {
	box-sizing: border-box;
}
/**
Use a more readable tab size (opinionated).
*/
html {
	-moz-tab-size: 4;
	tab-size: 4;
}
/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
	line-height: 1.15; /* 1 */
	-webkit-text-size-adjust: 100%; /* 2 */
}
/*
Sections
========
*/
/**
Remove the margin in all browsers.
*/
body {
	margin: 0;
}
/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/
body {
	font-family:
		system-ui,
		-apple-system, /* Firefox supports this but not yet `system-ui` */
		'Segoe UI',
		Roboto,
		Helvetica,
		Arial,
		sans-serif,
		'Apple Color Emoji',
		'Segoe UI Emoji';
}
/*
Grouping content
================
*/
/**
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)
*/
hr {
	height: 0; /* 1 */
	color: inherit; /* 2 */
}
/*
Text-level semantics
====================
*/
/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr[title] {
	text-decoration: underline dotted;
}
/**
Add the correct font weight in Edge and Safari.
*/
b,
strong {
	font-weight: bolder;
}
/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
	font-family:
		ui-monospace,
		SFMono-Regular,
		Consolas,
		'Liberation Mono',
		Menlo,
		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;
}
/*
Tabular data
============
*/
/**
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)
*/
table {
	text-indent: 0; /* 1 */
	border-color: inherit; /* 2 */
}
/*
Forms
=====
*/
/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
	font-family: inherit; /* 1 */
	font-size: 100%; /* 1 */
	line-height: 1.15; /* 1 */
	margin: 0; /* 2 */
}
/**
Remove the inheritance of text transform in Edge and Firefox.
1. Remove the inheritance of text transform in Firefox.
*/
button,
select { /* 1 */
	text-transform: none;
}
/**
Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
	-webkit-appearance: button;
}
/**
Remove the inner border and padding in Firefox.
*/
::-moz-focus-inner {
	border-style: none;
	padding: 0;
}
/**
Restore the focus styles unset by the previous rule.
*/
:-moz-focusring {
	outline: 1px dotted ButtonText;
}
/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/
:-moz-ui-invalid {
	box-shadow: none;
}
/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
	padding: 0;
}
/**
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 */
}
/*
Interactive
===========
*/
/*
Add the correct display in Chrome and Safari.
*/
summary {
	display: list-item;
}
/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */
/**
 * Removes the default spacing and border for appropriate elements.
 */
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}
button {
  background-color: transparent;
  background-image: none;
}
fieldset {
  margin: 0;
  padding: 0;
}
ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
/**
 * Tailwind custom reset styles
 */
/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */
html {
  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"; /* 1 */
  line-height: 1.5; /* 2 */
}
/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */
body {
  font-family: inherit;
  line-height: inherit;
}
/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    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 */
}
/*
 * Ensure horizontal rules are visible by default
 */
hr {
  border-top-width: 1px;
}
/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */
img {
  border-style: solid;
}
textarea {
  resize: vertical;
}
input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #a3a3a3;
}
button,
[role="button"] {
  cursor: pointer;
}
/**
 * Override legacy focus reset from Normalize with modern Firefox focus styles.
 *
 * This is actually an improvement over the new defaults in Firefox in our testing,
 * as it triggers the better focus styles even for links, which still use a dotted
 * outline in Firefox by default.
 */
:-moz-focusring {
	outline: auto;
}
table {
  border-collapse: collapse;
}
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;
}
/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit;
}
/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */
pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}
/**
 * 1. Make replaced elements `display: block` by default as that's
 *    the behavior you want almost all of the time. Inspired by
 *    CSS Remedy, with `svg` added as well.
 *
 *    https://github.com/mozdevs/cssremedy/issues/14
 * 
 * 2. Add `vertical-align: middle` to align replaced elements more
 *    sensibly by default when overriding `display` by adding a
 *    utility like `inline`.
 *
 *    This can trigger a poorly considered linting error in some
 *    tools but is included by design.
 * 
 *    https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210
 */
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;
}
/**
 * Ensure the default browser behavior of the `hidden` attribute.
 */
[hidden] {
  display: none;
}
*, ::before, ::after{
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-transform: translateX(var(--tw-translate-x)) translateY(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));
  --tw-border-opacity: 1;
  border-color: rgba(229, 229, 229, var(--tw-border-opacity));
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
  --tw-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);
  --tw-backdrop-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-opacity: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-sepia: var(--tw-empty,/*!*/ /*!*/);
  --tw-backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia);
}
.container{
  width: 100%;
}
.\!container{
  width: 100% !important;
}
@media (min-width: 768px){
  .container{
    max-width: 768px;
  }
  .\!container{
    max-width: 768px !important;
  }
}
@media (min-width: 964px){
  .container{
    max-width: 964px;
  }
  .\!container{
    max-width: 964px !important;
  }
}
@media (min-width: 1200px){
  .container{
    max-width: 1200px;
  }
  .\!container{
    max-width: 1200px !important;
  }
}
.pointer-events-none{
  pointer-events: none;
}
.visible{
  visibility: visible;
}
.invisible{
  visibility: hidden;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.sticky{
  position: sticky;
}
.inset-0{
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
}
.top-0{
  top: 0px;
}
.left-0{
  left: 0px;
}
.top-full{
  top: 100%;
}
.left-1\/2{
  left: 50%;
}
.right-0{
  right: 0px;
}
.bottom-0{
  bottom: 0px;
}
.bottom-\[-5px\]{
  bottom: -5px;
}
.top-\[10px\]{
  top: 10px;
}
.right-4{
  right: 1rem;
}
.top-1\/2{
  top: 50%;
}
.z-50{
  z-index: 50;
}
.z-10{
  z-index: 10;
}
.z-0{
  z-index: 0;
}
.z-\[-1\]{
  z-index: -1;
}
.z-\[170\]{
  z-index: 170;
}
.z-\[180\]{
  z-index: 180;
}
.z-\[60\]{
  z-index: 60;
}
.z-\[70\]{
  z-index: 70;
}
.z-\[5\]{
  z-index: 5;
}
.z-\[172\]{
  z-index: 172;
}
.z-\[40\]{
  z-index: 40;
}
.z-\[51\]{
  z-index: 51;
}
.z-\[90\]{
  z-index: 90;
}
.z-\[18\]{
  z-index: 18;
}
.z-\[1\]{
  z-index: 1;
}
.z-\[50\]{
  z-index: 50;
}
.z-20{
  z-index: 20;
}
.z-\[30\]{
  z-index: 30;
}
.order-1{
  order: 1;
}
.order-2{
  order: 2;
}
.col-span-6{
  grid-column: span 6 / span 6;
}
.col-span-1{
  grid-column: span 1 / span 1;
}
.col-span-2{
  grid-column: span 2 / span 2;
}
.col-span-3{
  grid-column: span 3 / span 3;
}
.col-span-4{
  grid-column: span 4 / span 4;
}
.col-start-1{
  grid-column-start: 1;
}
.row-start-1{
  grid-row-start: 1;
}
.\!m-0{
  margin: 0px !important;
}
.m-0{
  margin: 0px;
}
.m-4{
  margin: 1rem;
}
.m-auto{
  margin: auto;
}
.m-8{
  margin: 2rem;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-mid{
  margin-top: 20px;
  margin-bottom: 20px;
}
.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-big{
  margin-top: 40px;
  margin-bottom: 40px;
}
.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.my-small{
  margin-top: 16px;
  margin-bottom: 16px;
}
.\!my-small{
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}
.mx-3{
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.\!mx-px{
  margin-left: 1px !important;
  margin-right: 1px !important;
}
.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-10{
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
}
.my-5{
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}
.mx-8{
  margin-left: 2rem;
  margin-right: 2rem;
}
.mt-auto{
  margin-top: auto;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.ml-1{
  margin-left: 0.25rem;
}
.mb-small{
  margin-bottom: 16px;
}
.ml-2{
  margin-left: 0.5rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.\!mr-2{
  margin-right: 0.5rem !important;
}
.mb-mid{
  margin-bottom: 20px;
}
.mr-4{
  margin-right: 1rem;
}
.mt-mid{
  margin-top: 20px;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.ml-4{
  margin-left: 1rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-8{
  margin-top: 2rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mr-1{
  margin-right: 0.25rem;
}
.mb-10{
  margin-bottom: 2.5rem;
}
.mb-big{
  margin-bottom: 40px;
}
.mt-6{
  margin-top: 1.5rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-auto{
  margin-right: auto;
}
.mt-3{
  margin-top: 0.75rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-big{
  margin-top: 40px;
}
.mt-small{
  margin-top: 16px;
}
.mb-7{
  margin-bottom: 1.75rem;
}
.mb-16{
  margin-bottom: 4rem;
}
.mr-8{
  margin-right: 2rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.mr-5{
  margin-right: 1.25rem;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.table-cell{
  display: table-cell;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.\!hidden{
  display: none !important;
}
.h-\[20px\]{
  height: 20px;
}
.h-10{
  height: 2.5rem;
}
.h-full{
  height: 100%;
}
.h-\[44px\]{
  height: 44px;
}
.h-\[300px\]{
  height: 300px;
}
.h-14{
  height: 3.5rem;
}
.h-9{
  height: 2.25rem;
}
.h-4{
  height: 1rem;
}
.h-2{
  height: 0.5rem;
}
.h-6{
  height: 1.5rem;
}
.h-8{
  height: 2rem;
}
.h-\[85vh\]{
  height: 85vh;
}
.h-5{
  height: 1.25rem;
}
.h-\[17px\]{
  height: 17px;
}
.h-3{
  height: 0.75rem;
}
.h-\[450px\]{
  height: 450px;
}
.\!h-auto{
  height: auto !important;
}
.h-56{
  height: 14rem;
}
.h-\[150px\]{
  height: 150px;
}
.h-auto{
  height: auto;
}
.h-40{
  height: 10rem;
}
.h-screen{
  height: 100vh;
}
.h-\[160px\]{
  height: 160px;
}
.h-\[27px\]{
  height: 27px;
}
.h-16{
  height: 4rem;
}
.h-12{
  height: 3rem;
}
.h-fit{
  height: fit-content;
}
.max-h-\[200px\]{
  max-height: 200px;
}
.max-h-80{
  max-height: 20rem;
}
.max-h-\[100px\]{
  max-height: 100px;
}
.max-h-\[120px\]{
  max-height: 120px;
}
.max-h-\[250px\]{
  max-height: 250px;
}
.min-h-screen{
  min-height: 100vh;
}
.w-auto{
  width: auto;
}
.w-full{
  width: 100%;
}
.w-4{
  width: 1rem;
}
.w-1\/2{
  width: 50%;
}
.w-\[114px\]{
  width: 114px;
}
.w-\[87px\]{
  width: 87px;
}
.w-6{
  width: 1.5rem;
}
.w-7{
  width: 1.75rem;
}
.w-3\/5{
  width: 60%;
}
.w-4\/5{
  width: 80%;
}
.\!w-auto{
  width: auto !important;
}
.w-\[19rem\]{
  width: 19rem;
}
.w-10{
  width: 2.5rem;
}
.w-\[-webkit-fill-available\]{
  width: -webkit-fill-available;
}
.w-3\/4{
  width: 75%;
}
.w-16{
  width: 4rem;
}
.w-max{
  width: max-content;
}
.w-12{
  width: 3rem;
}
.w-\[50px\]{
  width: 50px;
}
.w-14{
  width: 3.5rem;
}
.w-2{
  width: 0.5rem;
}
.min-w-full{
  min-width: 100%;
}
.min-w-\[65px\]{
  min-width: 65px;
}
.min-w-\[180px\]{
  min-width: 180px;
}
.min-w-\[12rem\]{
  min-width: 12rem;
}
.max-w-\[640px\]{
  max-width: 640px;
}
.max-w-\[480px\]{
  max-width: 480px;
}
.max-w-\[100px\]{
  max-width: 100px;
}
.max-w-\[560px\]{
  max-width: 560px;
}
.max-w-\[250px\]{
  max-width: 250px;
}
.max-w-\[450px\]{
  max-width: 450px;
}
.max-w-\[200px\]{
  max-width: 200px;
}
.max-w-\[85px\]{
  max-width: 85px;
}
.max-w-\[140px\]{
  max-width: 140px;
}
.max-w-\[800px\]{
  max-width: 800px;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.flex-grow{
  flex-grow: 1;
}
.border-collapse{
  border-collapse: collapse;
}
.-translate-x-full{
  --tw-translate-x: -100%;
  transform: var(--tw-transform);
}
.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: var(--tw-transform);
}
.translate-x-full{
  --tw-translate-x: 100%;
  transform: var(--tw-transform);
}
.translate-y-full{
  --tw-translate-y: 100%;
  transform: var(--tw-transform);
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: var(--tw-transform);
}
.transform{
  transform: var(--tw-transform);
}
.cursor-pointer{
  cursor: pointer;
}
.select-none{
  user-select: none;
}
.resize{
  resize: both;
}
.list-inside{
  list-style-position: inside;
}
.list-none{
  list-style-type: none;
}
.list-disc{
  list-style-type: disc;
}
.grid-flow-col{
  grid-auto-flow: column;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-6{
  grid-template-columns: repeat(6, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-rows-2{
  grid-template-rows: repeat(2, minmax(0, 1fr));
}
.grid-rows-1{
  grid-template-rows: repeat(1, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.items-baseline{
  align-items: baseline;
}
.items-stretch{
  align-items: stretch;
}
.\!justify-start{
  justify-content: flex-start !important;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.justify-around{
  justify-content: space-around;
}
.gap-2{
  gap: 0.5rem;
}
.gap-10{
  gap: 2.5rem;
}
.gap-12{
  gap: 3rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-1{
  gap: 0.25rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-8{
  gap: 2rem;
}
.gap-x-8{
  column-gap: 2rem;
}
.gap-x-2{
  column-gap: 0.5rem;
}
.gap-y-1{
  row-gap: 0.25rem;
}
.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)));
}
.space-y-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.5rem * var(--tw-space-y-reverse));
}
.space-y-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.space-y-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.25rem * var(--tw-space-y-reverse));
}
.space-y-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.75rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.75rem * var(--tw-space-y-reverse));
}
.space-y-6 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));
}
.space-y-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1rem * var(--tw-space-y-reverse));
}
.self-center{
  align-self: center;
}
.justify-self-center{
  justify-self: center;
}
.overflow-auto{
  overflow: auto;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-scroll{
  overflow: scroll;
}
.overflow-x-auto{
  overflow-x: auto;
}
.overflow-y-auto{
  overflow-y: auto;
}
.overflow-y-hidden{
  overflow-y: hidden;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-t-lg{
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.rounded-b-lg{
  border-bottom-right-radius: 0.5rem;
  border-bottom-left-radius: 0.5rem;
}
.border-2{
  border-width: 2px;
}
.border{
  border-width: 1px;
}
.border-l-0{
  border-left-width: 0px;
}
.border-r-0{
  border-right-width: 0px;
}
.border-t{
  border-top-width: 1px;
}
.border-t-2{
  border-top-width: 2px;
}
.border-b{
  border-bottom-width: 1px;
}
.\!border-b{
  border-bottom-width: 1px !important;
}
.border-solid{
  border-style: solid;
}
.border-ompYellow{
  --tw-border-opacity: 1;
  border-color: rgba(255, 234, 0, var(--tw-border-opacity));
}
.border-ompGray-light{
  border-color: #FFFFFF7A;
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgba(255, 255, 255, var(--tw-border-opacity));
}
.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 212, var(--tw-border-opacity));
}
.border-gray-700{
  --tw-border-opacity: 1;
  border-color: rgba(64, 64, 64, var(--tw-border-opacity));
}
.border-ompYellow\/30{
  border-color: rgba(255, 234, 0, 0.3);
}
.border-white\/10{
  border-color: rgba(255, 255, 255, 0.1);
}
.border-black\/10{
  border-color: rgba(0, 0, 0, 0.1);
}
.border-white\/20{
  border-color: rgba(255, 255, 255, 0.2);
}
.bg-\[\#3b3403\]{
  --tw-bg-opacity: 1;
  background-color: rgba(59, 52, 3, var(--tw-bg-opacity));
}
.bg-white\/10{
  background-color: rgba(255, 255, 255, 0.1);
}
.bg-ompYellow{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 234, 0, var(--tw-bg-opacity));
}
.bg-alertGray{
  --tw-bg-opacity: 1;
  background-color: rgba(49, 49, 49, var(--tw-bg-opacity));
}
.bg-alertGreen{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 105, 45, var(--tw-bg-opacity));
}
.bg-alertRed{
  --tw-bg-opacity: 1;
  background-color: rgba(200, 30, 42, var(--tw-bg-opacity));
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
}
.bg-black\/70{
  background-color: rgba(0, 0, 0, 0.7);
}
.bg-ompGray{
  --tw-bg-opacity: 1;
  background-color: rgba(49, 49, 49, var(--tw-bg-opacity));
}
.bg-black\/80{
  background-color: rgba(0, 0, 0, 0.8);
}
.bg-ompGray-input{
  background-color: rgba(255, 255, 255, 0.08);
}
.bg-ompGray-dates{
  --tw-bg-opacity: 1;
  background-color: rgba(15, 14, 0, var(--tw-bg-opacity));
}
.bg-ompGray-slider{
  background-color: #000000FF;
}
.bg-\[\#282828\]{
  --tw-bg-opacity: 1;
  background-color: rgba(40, 40, 40, var(--tw-bg-opacity));
}
.bg-\[\#191919\]{
  --tw-bg-opacity: 1;
  background-color: rgba(25, 25, 25, var(--tw-bg-opacity));
}
.bg-white\/20{
  background-color: rgba(255, 255, 255, 0.2);
}
.bg-ompGray-ompdark{
  --tw-bg-opacity: 1;
  background-color: rgba(25, 25, 25, var(--tw-bg-opacity));
}
.bg-\[\#2a2f18\]{
  --tw-bg-opacity: 1;
  background-color: rgba(42, 47, 24, var(--tw-bg-opacity));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
}
.bg-ompGray-times{
  background-color: rgba(255, 255, 255, 0.08);
}
.bg-gray-600{
  --tw-bg-opacity: 1;
  background-color: rgba(82, 82, 82, var(--tw-bg-opacity));
}
.bg-gray-700{
  --tw-bg-opacity: 1;
  background-color: rgba(64, 64, 64, var(--tw-bg-opacity));
}
.bg-black\/20{
  background-color: rgba(0, 0, 0, 0.2);
}
.bg-\[\#1f1f1f\]{
  --tw-bg-opacity: 1;
  background-color: rgba(31, 31, 31, var(--tw-bg-opacity));
}
.bg-\[\#FFEA00\]{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 234, 0, var(--tw-bg-opacity));
}
.bg-white\/5{
  background-color: rgba(255, 255, 255, 0.05);
}
.bg-black\/50{
  background-color: rgba(0, 0, 0, 0.5);
}
.bg-black\/75{
  background-color: rgba(0, 0, 0, 0.75);
}
.\!bg-ompGray{
  --tw-bg-opacity: 1 !important;
  background-color: rgba(49, 49, 49, var(--tw-bg-opacity)) !important;
}
.bg-ompYellow-light\/5{
  background-color: rgba(255, 244, 118, 0.05);
}
.bg-white\/40{
  background-color: rgba(255, 255, 255, 0.4);
}
.\!bg-white\/10{
  background-color: rgba(255, 255, 255, 0.1) !important;
}
.bg-opacity-80{
  --tw-bg-opacity: 0.8;
}
.bg-login-page{
  background-image: url('public/assets/background-images/login_bg.png');
}
.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.bg-join-landing{
  background-image: url('public/assets/join/landing_bg.png');
}
.from-black\/80{
  --tw-gradient-from: rgba(0, 0, 0, 0.8);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}
.from-black\/50{
  --tw-gradient-from: rgba(0, 0, 0, 0.5);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
}
.to-black{
  --tw-gradient-to: #000;
}
.to-transparent{
  --tw-gradient-to: transparent;
}
.bg-cover{
  background-size: cover;
}
.bg-contain{
  background-size: contain;
}
.bg-center{
  background-position: center;
}
.bg-top{
  background-position: top;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.fill-current{
  fill: currentColor;
}
.object-contain{
  object-fit: contain;
}
.object-cover{
  object-fit: cover;
}
.p-1{
  padding: 0.25rem;
}
.p-4{
  padding: 1rem;
}
.p-6{
  padding: 1.5rem;
}
.\!p-0{
  padding: 0px !important;
}
.p-2{
  padding: 0.5rem;
}
.p-\[2px\]{
  padding: 2px;
}
.p-3{
  padding: 0.75rem;
}
.p-5{
  padding: 1.25rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-mid{
  padding-top: 20px;
  padding-bottom: 20px;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.\!px-0{
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.py-big{
  padding-top: 40px;
  padding-bottom: 40px;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.px-mid{
  padding-left: 20px;
  padding-right: 20px;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pr-1{
  padding-right: 0.25rem;
}
.\!pt-3{
  padding-top: 0.75rem !important;
}
.pr-2{
  padding-right: 0.5rem;
}
.pb-1{
  padding-bottom: 0.25rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pl-4{
  padding-left: 1rem;
}
.pb-8{
  padding-bottom: 2rem;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-2{
  padding-top: 0.5rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pt-1{
  padding-top: 0.25rem;
}
.pt-8{
  padding-top: 2rem;
}
.pr-4{
  padding-right: 1rem;
}
.pb-12{
  padding-bottom: 3rem;
}
.pl-6{
  padding-left: 1.5rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-big{
  padding-bottom: 40px;
}
.pl-2{
  padding-left: 0.5rem;
}
.pb-mid{
  padding-bottom: 20px;
}
.pt-big{
  padding-top: 40px;
}
.pb-16{
  padding-bottom: 4rem;
}
.pl-3{
  padding-left: 0.75rem;
}
.pb-24{
  padding-bottom: 6rem;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-small{
  padding-top: 16px;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.align-middle{
  vertical-align: middle;
}
.font-print{
  font-family: CourierStd;
}
.text-\[10px\]{
  font-size: 10px;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.text-lg{
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.text-base{
  font-size: 1rem;
  line-height: 1.5rem;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-\[21px\]{
  font-size: 21px;
}
.text-\[24px\]{
  font-size: 24px;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.\!text-xs{
  font-size: 0.75rem !important;
  line-height: 1rem !important;
}
.text-6xl{
  font-size: 3.75rem;
  line-height: 1;
}
.text-5xl{
  font-size: 3rem;
  line-height: 1;
}
.text-7xl{
  font-size: 4.5rem;
  line-height: 1;
}
.font-bold{
  font-weight: 700;
}
.font-semibold{
  font-weight: 600;
}
.font-normal{
  font-weight: 400;
}
.font-medium{
  font-weight: 500;
}
.\!font-light{
  font-weight: 300 !important;
}
.\!font-normal{
  font-weight: 400 !important;
}
.uppercase{
  text-transform: uppercase;
}
.lowercase{
  text-transform: lowercase;
}
.italic{
  font-style: italic;
}
.not-italic{
  font-style: normal;
}
.ordinal, .slashed-zero, .lining-nums, .oldstyle-nums, .proportional-nums, .tabular-nums, .diagonal-fractions, .stacked-fractions{
  --tw-ordinal: var(--tw-empty,/*!*/ /*!*/);
  --tw-slashed-zero: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-figure: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-spacing: var(--tw-empty,/*!*/ /*!*/);
  --tw-numeric-fraction: var(--tw-empty,/*!*/ /*!*/);
  font-variant-numeric: var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction);
}
.ordinal{
  --tw-ordinal: ordinal;
}
.leading-tight{
  line-height: 1.25;
}
.leading-none{
  line-height: 1;
}
.leading-6{
  line-height: 1.5rem;
}
.leading-4{
  line-height: 1rem;
}
.leading-snug{
  line-height: 1.375;
}
.leading-relaxed{
  line-height: 1.625;
}
.leading-normal{
  line-height: 1.5;
}
.leading-\[22px\]{
  line-height: 22px;
}
.tracking-wider{
  letter-spacing: 0.05em;
}
.text-\[\#f4efc4\]{
  --tw-text-opacity: 1;
  color: rgba(244, 239, 196, var(--tw-text-opacity));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.text-ompYellow{
  --tw-text-opacity: 1;
  color: rgba(255, 234, 0, var(--tw-text-opacity));
}
.text-white\/70{
  color: rgba(255, 255, 255, 0.7);
}
.\!text-ompYellow{
  --tw-text-opacity: 1 !important;
  color: rgba(255, 234, 0, var(--tw-text-opacity)) !important;
}
.text-\[\#FFEA00\]{
  --tw-text-opacity: 1;
  color: rgba(255, 234, 0, var(--tw-text-opacity));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.text-white\/80{
  color: rgba(255, 255, 255, 0.8);
}
.text-ompGreen{
  --tw-text-opacity: 1;
  color: rgba(115, 197, 150, var(--tw-text-opacity));
}
.text-white\/60{
  color: rgba(255, 255, 255, 0.6);
}
.text-white\/50{
  color: rgba(255, 255, 255, 0.5);
}
.text-ompGray-light{
  color: #FFFFFF7A;
}
.text-white\/75{
  color: rgba(255, 255, 255, 0.75);
}
.text-gray-200{
  --tw-text-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-text-opacity));
}
.text-alertGreen{
  --tw-text-opacity: 1;
  color: rgba(0, 105, 45, var(--tw-text-opacity));
}
.text-ompGray-active{
  --tw-text-opacity: 1;
  color: rgba(90, 90, 90, var(--tw-text-opacity));
}
.text-white\/40{
  color: rgba(255, 255, 255, 0.4);
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgba(115, 115, 115, var(--tw-text-opacity));
}
.underline{
  text-decoration: underline;
}
.opacity-90{
  opacity: 0.9;
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.opacity-20{
  opacity: 0.2;
}
.opacity-40{
  opacity: 0.4;
}
.opacity-80{
  opacity: 0.8;
}
.opacity-30{
  opacity: 0.3;
}
.opacity-75{
  opacity: 0.75;
}
.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  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 rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-filter);
}
.invert{
  --tw-invert: invert(100%);
  filter: var(--tw-filter);
}
.filter{
  filter: var(--tw-filter);
}
.backdrop-blur-sm{
  --tw-backdrop-blur: blur(4px);
  backdrop-filter: var(--tw-backdrop-filter);
}
.transition{
  transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-transform{
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-colors{
  transition-property: background-color, border-color, color, fill, stroke;
  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-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-200{
  transition-duration: 200ms;
}
.duration-150{
  transition-duration: 150ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.border-yellow-glow::before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-image: url('../public/assets/svgs/omniplex_mobile-app-2025_svgs_divider-line.svg');
  background-repeat: round;
  background-size: auto 100%;
  pointer-events: none;
}
#showcase .splide__slide{
    background-position: right !important;
  }
/* Base Styles ------------------------------ */
/* Basic Styles  */
.main-container{
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
}
@media (min-width: 480px){
  .main-container{
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1024px){
  .main-container{
    width: 80%;
  }
}
@media (min-width: 1280px){
  .main-container{
    width: 66.666667%;
  }
}
.main-container.max-w{
  width: 100%;
  padding-left: 2rem;
  padding-right: 0px;
}
@media (min-width: 768px){
  .main-container.max-w{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 1024px){
  .main-container.max-w{
    width: 75%;
  }
}
@media (min-width: 1280px){
  .main-container.max-w{
    width: 66.666667%;
  }
}
.main-container-full{
  width: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (min-width: 480px){
  .main-container-full{
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1024px){
  .main-container-full{
    width: 80%;
  }
}
@media (min-width: 1280px){
  .main-container-full{
    width: 66.666667%;
  }
}
.main-container-s2s{
  width: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (min-width: 480px){
  .main-container-s2s{
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1024px){
  .main-container-s2s{
    width: 80%;
  }
}
@media (min-width: 1280px){
  .main-container-s2s{
    width: 66.666667%;
  }
}
.main-container-noPad{
  width: 100%;
}
@media (min-width: 480px){
  .main-container-noPad{
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1024px){
  .main-container-noPad{
    width: 80%;
  }
}
@media (min-width: 1280px){
  .main-container-noPad{
    width: 66.666667%;
  }
}
.main-container-header{
  width: 100%;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
@media (min-width: 480px){
  .main-container-header{
    padding-left: 1rem;
    padding-right: 1rem;
  }
}
@media (min-width: 1024px){
  .main-container-header{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
@media (min-width: 1536px){
  .main-container-header{
    margin-left: auto;
    margin-right: auto;
  }
  .main-container-header{
    width: 66.666667%;
  }
}
.main-container.third{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (min-width: 480px){
  .main-container.third{
    width: 91.666667%;
  }
}
@media (min-width: 768px){
  .main-container.third{
    width: 75%;
  }
}
@media (min-width: 1024px){
  .main-container.third{
    width: 66.666667%;
  }
}
.main-container.half{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (min-width: 480px){
  .main-container.half{
    width: 91.666667%;
  }
}
@media (min-width: 768px){
  .main-container.half{
    width: 75%;
  }
}
@media (min-width: 1024px){
  .main-container.half{
    width: 66.666667%;
  }
}
@media (min-width: 1280px){
  .main-container.half{
    width: 50%;
  }
}
.main-container.quat{
  margin-left: auto;
  margin-right: auto;
  width: 100%;
}
@media (min-width: 480px){
  .main-container.quat{
    width: 91.666667%;
  }
}
@media (min-width: 768px){
  .main-container.quat{
    width: 75%;
  }
}
@media (min-width: 1024px){
  .main-container.quat{
    width: 66.666667%;
  }
}
@media (min-width: 1280px){
  .main-container.quat{
    width: 40%;
  }
}
/* Base Typography */
body{
  font-family: Montserrat, sans-serif;
    font-style: normal;
    /* user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    -webkit-user-drag: none; */
}
a, #filterControlls-search{
  cursor: pointer !important;
}
.ompLoader {
    width: 25px;
    aspect-ratio: 1;
    display:grid;
    -webkit-mask: conic-gradient(from 15deg,#0000,#000);
    animation: l26 1s infinite steps(12);
  }
.ompLoader,
  .ompLoader:before,
  .ompLoader:after{
    background:
      radial-gradient(closest-side at 50% 12.5%,
      #FFEA00 96%,#0000) 50% 0/20% 80% repeat-y,
      radial-gradient(closest-side at 12.5% 50%,
      #FFEA00 96%,#0000) 0 50%/80% 20% repeat-x;
  }
.ompLoader:before,
  .ompLoader:after {
    content: "";
    grid-area: 1/1;
    transform: rotate(30deg);
  }
.ompLoader:after {
    transform: rotate(60deg);
  }
@keyframes l26 {
    100% {transform:rotate(1turn)}
  }
.page-title{
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
  }
.header-navigation{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  line-height: 1.5rem;
}
@media (min-width: 1024px){
  .header-navigation{
    font-size: 1rem;
    line-height: 1.5rem;
  }
}
.header-navigation.active{
  border-radius: 0.5rem;
  background-color: rgba(255, 234, 0, 0.3);
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
/* Backgrounds  */
.cover-bg{
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
}
.main-bg{
    background: var(--gradient-radial-100, radial-gradient(216.71% 138.71% at 3.87% 100%, rgba(116, 104, 0, 0.10) 0%, rgba(255, 229, 0, 0.10) 100%), #000);
  }
/* Menu  */
#menu{
  padding-left: 1rem;
  padding-right: 1rem;
}
.menu-item, .menu-drop{
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}
/* Icons   ----------------------------------  */
/* Inputs  ------------------------------------ */
.input-text, .input-password, .input-email, .input-date, .input-search, .input-textarea, .input-select{
  display: block;
  width: 100%;
  border-radius: 0.375rem;
  background-color: rgba(255, 255, 255, 0.08);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.input-text:focus, .input-password:focus, .input-email:focus, .input-date:focus, .input-search:focus, .input-textarea:focus, .input-select:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.input-text input, .input-password input, .input-email input, .input-date input, .input-search input, .input-textarea textarea, .input-select select{
  width: 100%;
  background-color: transparent;
}
.input-text input:focus, .input-password input:focus, .input-email input:focus, .input-date input:focus, .input-search input:focus, .input-textarea textarea:focus, .input-select select:focus{
  --tw-border-opacity: 1;
  border-color: rgba(212, 212, 212, var(--tw-border-opacity));
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.input-text input,
  .input-password input,
  .input-email input,
  .input-date input,
  .input-search input,
  .input-textarea textarea,
  .input-select select {
    /* font-family: Montserrat; */
    font-size: 18px;
    font-style: normal;
    font-weight: 325;
    line-height: 28px;
  }
.input-select select:focus {
    outline: none;
  }
.input-select select:hover {
    outline: none;
    --tw-bg-opacity: 1;
    background-color: rgba(49, 49, 49, var(--tw-bg-opacity));
  }
.input-select select {
    outline: none;
    --tw-bg-opacity: 1;
    background-color: rgba(49, 49, 49, var(--tw-bg-opacity));
  }
.input-select optgroup{
  --tw-bg-opacity: 1;
  background-color: rgba(25, 25, 25, var(--tw-bg-opacity));
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.input-textarea textarea {
    height: 125px;
  }
.input-password, .input-search{
  position: relative;
}
.input-password input {
    width: calc(100% - 45px);
  }
.input-search input {
    width: calc(100% - 45px);
    left: 45px;
    position: relative;
  }
.input-password i{
  position: absolute;
  right: 1rem;
  top: 50%;
  --tw-translate-y: -50%;
  transform: var(--tw-transform);
  transform: var(--tw-transform);
  cursor: pointer;
  border-left-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.4);
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-right: 0px;
  padding-left: 1rem;
}
.input-search i{
  position: absolute;
  left: 1rem;
  top: 50%;
  --tw-translate-y: -50%;
  transform: var(--tw-transform);
  transform: var(--tw-transform);
  cursor: pointer;
  border-right-width: 1px;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0.4);
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 0px;
  padding-right: 1rem;
}
.input-group{
  display: flex;
  width: 100%;
  align-items: center;
}
.input-group > :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)));
}
.input-group .btn-solid-gray{
  width: auto;
  flex-shrink: 0;
  white-space: nowrap;
}
input:-webkit-autofill,
  input:-webkit-autofill:focus {
    transition: background-color 0s 600000s, color 0s 600000s !important;
    color: #ffffff;
  }
/* New select input styling to match the theme */
.select-input{
  width: 100%;
  background-color: transparent !important;
  display: block;
  width: 100%;
  border-radius: 0.375rem;
  background-color: rgba(255, 255, 255, 0.08);
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.select-input:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.select-input {
    /* font-family: Montserrat; */
    font-size: 18px;
    font-style: normal;
    font-weight: 325;
    line-height: 28px;
  }
.select-input option{
    font-size: 15px;
    font-family: 'Montserrat';
  }
/* When the select is focused (clicked/open) */
.select-input:focus {
    background-color: #333; /* Dark background */
    color: #fff; /* Light text */
  }
/* Attempt to style the options */
.select-input option {
    background-color: #333;
    color: #fff;
  }
/*Toggles/Switches*/
.toggle-switch{
  position: relative;
  margin-right: 0.5rem;
  height: 2rem;
  width: 3.5rem;
  min-width: 3.5rem;
  user-select: none;
}
.toggle-input{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.toggle-slider{
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  left: 0px;
  cursor: pointer;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.toggle-slider::before{
  content: "";
  position: absolute;
  content: "";
  left: 0.25rem;
  content: "";
  top: 0.25rem;
  content: "";
  height: 1.5rem;
  content: "";
  width: 1.5rem;
  content: "";
  border-radius: 9999px;
  content: "";
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity));
  content: "";
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
  content: '';
}
.toggle-input:checked~.toggle-slider{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 234, 0, var(--tw-bg-opacity));
}
.toggle-input:checked~.toggle-slider:before{
  --tw-translate-x: 1.5rem;
  transform: var(--tw-transform);
  transform: var(--tw-transform);
}
.toggle-input:disabled~.toggle-slider{
  cursor: not-allowed;
  --tw-bg-opacity: 1;
  background-color: rgba(245, 245, 245, var(--tw-bg-opacity));
}
.toggle-input:disabled~.toggle-slider:before{
  --tw-bg-opacity: 1;
  background-color: rgba(163, 163, 163, var(--tw-bg-opacity));
}
/* Buttons ----------------------------------  */
.btn-solid-yellow{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 234, 0, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
    /* font-family: Montserrat; */ 
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 0.25rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-align: center;
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 200ms;
}
.btn-solid-yellow:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(230, 211, 0, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.btn-solid-gray{
  --tw-bg-opacity: 1;
  background-color: rgba(49, 49, 49, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
    /* font-family: Montserrat; */ 
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 0.25rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-align: center;
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 200ms;
}
.btn-solid-gray:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
}
.btn-solid-black{
  --tw-bg-opacity: 1;
  background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
    /* font-family: Montserrat; */ 
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 0.25rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-align: center;
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 200ms;
}
.btn-solid-black:hover{
  --tw-bg-opacity: 1;
  background-color: rgba(34, 34, 34, var(--tw-bg-opacity));
}
.btn-just-text{
  border-style: none;
  --tw-text-opacity: 1;
  color: rgba(255, 234, 0, var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    /* font-family: Montserrat; */ 
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 0.25rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-align: center;
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 200ms;
}
.btn-just-text:focus{
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.btn-just-text:active{
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.btn-just-text {
    box-shadow: none !important;
  }
.btn-just-text-border{
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(255, 234, 0, var(--tw-border-opacity));
  --tw-text-opacity: 1;
  color: rgba(255, 234, 0, var(--tw-text-opacity));
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  outline: 2px solid transparent;
  outline-offset: 2px;
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
    /* font-family: Montserrat; */ 
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;
    border-radius: 0.25rem;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    text-align: center;
    --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
    transition-property: background-color, border-color, color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    transition-duration: 200ms;
}
.btn-just-text-border:focus{
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.btn-just-text-border:active{
  --tw-shadow: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.btn-just-text-border {
    box-shadow: none !important;
  }
.btn-solid-yellow,
  .btn-solid-gray,
  .btn-solid-black,
  .btn-just-text,
  .btn-just-text-border {
    i{
    margin-left: 0.5rem;
    margin-right: 0.5rem;
  }
    i{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  }
.btn-solid-yellow.disabled, .btn-solid-gray.disabled, .btn-solid-black.disabled, .btn-just-text.disabled, .btn-just-text-border.disabled{
  pointer-events: none;
  cursor: not-allowed;
  opacity: 0.3;
}
/* Cards   ----------------------------------  */
.showtime-card{
  position: relative;
  display: flex;
  height: auto;
  min-height: 185px;
  width: auto;
  align-items: flex-start;
  align-items: flex-end;
  gap: 1rem;
  border-radius: 0.5rem;
  padding: 1.5rem;
}
@media (min-width: 768px){
  .showtime-card{
    height: 12rem;
  }
}
@media (min-width: 1024px){
  .showtime-card{
    height: 15rem;
  }
}
@media (min-width: 1280px){
  .showtime-card{
    height: 25rem;
  }
}
.showtime-card {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
.banner-card{
  position: relative;
  display: flex;
  height: auto;
  min-height: 185px;
  width: auto;
  align-items: flex-start;
  align-items: flex-end;
  gap: 1rem;
  border-radius: 0.5rem;
  padding: 1.5rem;
}
@media (min-width: 768px){
  .banner-card{
    height: auto;
  }
}
@media (min-width: 1024px){
  .banner-card{
    height: 15rem;
  }
}
@media (min-width: 1280px){
  .banner-card{
    height: 25rem;
  }
}
.banner-card {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
  }
.showtime-card::before{
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
  --tw-gradient-from: #000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  --tw-gradient-to: transparent;
    content: "";
    border-radius: inherit;
}
.showtime-card-content{
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
}
.showtime-title{
  margin-bottom: 0px;
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 500;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
@media (min-width: 768px){
  .showtime-title{
    margin-bottom: 0.5rem;
  }
  .showtime-title{
    font-size: 1.5rem;
    line-height: 2rem;
  }
}
@media (min-width: 1024px){
  .showtime-title{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
}
@media (min-width: 1280px){
  .showtime-title{
    font-size: 3rem;
    line-height: 1;
  }
}
.showtime-title.isEvent{
  font-size: 1.125rem !important;
  line-height: 1.75rem !important;
}
@media (min-width: 768px){
  .showtime-title.isEvent{
    font-size: 1.25rem !important;
    line-height: 1.75rem !important;
  }
}
@media (min-width: 1024px){
  .showtime-title.isEvent{
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }
}
@media (min-width: 1280px){
  .showtime-title.isEvent{
    font-size: 1.5rem !important;
    line-height: 2rem !important;
  }
}
.showtime-details{
  margin-top: 0.5rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.showtime-button{
  margin-right: 0.25rem;
  width: 100px;
  min-width: 100px;
  max-width: 100px;
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 500;
  line-height: 1rem;
}
.showtime-age-rating-img{
  margin-right: 0.25rem;
  max-width: 25px;
}
.showtime-genre{
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(212, 212, 212, var(--tw-text-opacity));
}
.showTimeBox{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.showTimeBox .midSection{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.showTimeBox .bigText{
    font-size: 20px;
    font-weight: 700;
  }
.showTimeBox .smallText{
    font-size: 13px;
    font-weight: 100;
  }
@media (max-width: 1420px){
    .showTimeBox .bigText{
      font-size: 16px;
    }
  }
/* moviesCard  */
.moviesCard{
    .title{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
    .title{
    font-weight: 500;
  }
    .title{
    line-height: 1.75rem;
  }
    /* .text{
      @apply text-sm leading-5;
    } */
    .lazy-video {
      width: 100%;
      height: 200px;
      object-fit: cover;
      display: block;
    }
  }
.movieHeader .graident::before{
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  height: 100%;
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
  --tw-gradient-from: #000;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  --tw-gradient-to: rgba(0, 0, 0, 0.2);
      content: "";
      border-radius: inherit;
}
.movieHeader-content{
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
}
/* .card-base{} */
/* .card-carousel {}
  .card-hero {}
  .card-movie {} */
/* Page Styles ------------------------------ */
/* Extras Styles  */
/* New Group Selector  */
.group-nav-container {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    padding: 0.5rem 1rem;
    background: var(--ompGray-slider);
    position: sticky;
    top: 0;
    z-index: 50;
    
    /* hide scrollbar on all browsers */
    scrollbar-width: none;            /* Firefox */
    -ms-overflow-style: none;         /* IE 10+ */
  }
.group-nav-container::-webkit-scrollbar {
    display: none;                    /* Safari & Chrome */
  }
.group-nav-container{
    justify-content: flex-start; /* NOT space-between */
    /* gap: 0.5rem;  */
    cursor: grab;
  }
.group-nav-item {
    flex: 0 0 auto;
    padding: 0.35rem 0.35rem;
    background: transparent;
    border: none;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
  }
.group-nav-item p {
    padding: 5px 10px;
  }
.group-nav-item.active p, .date-nav-item.active span{
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 234, 0, var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
#mobileSliderNav .group-nav-item.active p{
  border-radius: 0.5rem;
  background-color: rgba(255, 234, 0, 0.3);
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
/* Make sure slides don’t clip overflowed text */
#groupCons .splide__slide {
    overflow: visible;
  }
.orderAgain_image img {
    height: 160px;
    display: block;
    margin-bottom: 30px;
  }
/* Never wrap your label text */
#groupCons .splide__slide p {
    white-space: nowrap;
    text-wrap-mode: nowrap;
    color: #FFFFFF7A;
  }
.splide__slide.date-item--active p {    
    border-radius: 1rem;
    background-color: rgba(255, 234, 0, 1);
    color: #000000 !important;
    text-align: center;
  }
.food-item_inline{
  display: flex;
  gap: 0.5rem;
  border-radius: 0.5rem;
  background-color: rgba(255, 255, 255, 0.08);
  padding: 0.625rem;
}
/* Gift Cards Styles  */
.removed {
    opacity: 0.5;
  }
.gc_qty{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  height: 50px;
  width: 50px;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(255, 234, 0, var(--tw-bg-opacity));
  font-size: 1.875rem;
  line-height: 2.25rem;
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity));
}
.gc_qty.inactive{
  --tw-bg-opacity: 1;
  background-color: rgba(49, 49, 49, var(--tw-bg-opacity));
}
.main-title{
  font-size: 1.5rem;
  line-height: 2rem;
  font-weight: 700;
  line-height: 2rem;
}
.main-success-title{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 2rem;
}
.sub-title{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 1.75rem;
}
.giftcards{
    p{
    font-weight: 400;
  }
    .giftcard_select{
    max-height: 56px;
  }
    .giftcard_select{
    width: auto;
  }
    .giftcard_select.active{
      border: 5px solid #ffffff;
      border-radius: 100%;
    }
    .giftcard_select-amount.active {
      border: 5px solid #ffffff;
    }
  }
/* Seating Styles  */
#seatsPlan .rl{
  display: none;
}
#draggable {
    transform-origin: 0 0;   /* scale from top-left */
  }
.seatItem{
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 0.375rem;
  padding: 0.5rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.seatIcon{
  display: flex;
  height: 2.5rem;
  width: 2.5rem;
  align-items: center;
  justify-content: flex-start;
  border-radius: 0.25rem;
}
.seatDesc{
  flex: 1 1 0%;
  text-align: left;
}
.seatPrice{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 600;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.seatCount{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 500;
}
/* Sites Styles  */
#site-selection-list .site-selection-item p{
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
  }
/* Showtime Styles  */
/* new date slider  */
.date-nav-container {
    display: flex;
    overflow-x: auto;
    white-space: nowrap;
    padding: 0.5rem 1rem;
    background: var(--ompGray-slider);
    position: sticky;
    top: 0;
    z-index: 50;
  
    /* hide scrollbar on all browsers */
    scrollbar-width: none;        /* Firefox */
    -ms-overflow-style: none;     /* IE 10+ */
  }
.date-nav-container::-webkit-scrollbar {
    display: none;                /* Safari & Chrome */
  }
.date-nav-item {
    flex: 0 0 auto;
    /* margin: 0 0.25rem; */
    padding: 0.35rem 0.35rem;
    background: transparent;
    border: none;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.2s;
  }
.date-nav-item span{
    display: inline-block;
    padding: 5px 10px;
  }
/* .date-nav-item.active span {
    @apply bg-ompYellow-activenav text-white rounded-lg;
  } */
#dates .date-item{
  margin: 0px !important;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  text-align: center;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.25rem;
    font-weight: 500;
}
#dates .date-item.active{
  border-radius: 0.5rem;
  background-color: rgba(255, 234, 0, 0.3);
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
/* Payment Styles ------------------------------ */
.gcNumberContainer{
  border-radius: 0.25rem;
  background-color: rgba(255, 255, 255, 0.08);
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(255, 234, 0, var(--tw-text-opacity));
}
.gcNumberContainer .gcRemove{
  padding-left: 0.25rem;
  font-size: 1.125rem;
  line-height: 1.75rem;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}
.payment-movie-title{
  font-size: 1.25rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 1.75rem;
}
.payment-movie-details{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  line-height: 1.5rem;
}
.payment-basket-title{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 1.75rem;
}
.payment-basket-item-title{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  line-height: 1.5rem;
}
.payment-basket-item-price{
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 400;
  line-height: 1.5rem;
}
.payment-basket-item-desc{
  font-size: 0.75rem;
  line-height: 1rem;
  font-weight: 400;
  line-height: 1rem;
}
.payment-basket-item-edit{
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  line-height: 1.25rem;
}
.payment-total{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 400;
  line-height: 1.75rem;
}
.payment-total-price{
  font-size: 1.125rem;
  line-height: 1.75rem;
  font-weight: 700;
  line-height: 1.75rem;
}

.ompUnderLine {
  text-decoration: underline;
}
.ompHR-gradient { 
  height: 1px;
  border: none;
  background: linear-gradient(90deg, rgba(35,36,0,1) 5%, rgba(255,235,0,1) 50%, rgba(35,36,0,1) 95%);
}
.ompAboutDetails ul {
  list-style: none;
  padding: 0;
  list-style-image: url(images/about/checkmark.png);
}

.ompAboutDetails li {
  margin: 5px;
}

.ompTermsDetails ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ompTermsDetails ul li {
  position: relative;  
  padding-left: 1.5rem;
}

.ompTermsDetails li:before {
  content: "\53";
  position: absolute;
  left: 0;
  display: inline-block;
  color: #FFEA00;
  font-family: 'omniplex-app-2025' !important;
}

.ompRefundDetails ul {
  list-style: disc;
  padding: 0;
}

.ompRefundDetails li {
  margin-bottom: 8px;
}

.ompRefundRadio input[type="radio"]{
  background-color: rgba(255, 255, 255, 0.08);
  appearance: none;
  margin-top: 3px;
  font: inherit;
  color: currentColor;
  width: 1.25em;
  height: 1.25em;
  border: 0.10em solid currentColor;
  border-radius: 50%;
  transform: translateY(-0.075em);
  display: grid;
  place-content: center;
}

.ompRefundRadio input[type="radio"]::before {
  content: "";
  width: 0.75em;
  height: 0.75em;
  border-radius: 50%;
}

.ompRefundRadio input[type="radio"]:checked::before{
  --tw-bg-opacity: 1;
  background-color: rgba(255, 234, 0, var(--tw-bg-opacity));
}

.ompSep{
  height: 1px;
  width: 100%;
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: transparent;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0));
  --tw-gradient-stops: var(--tw-gradient-from), #FFEA00, var(--tw-gradient-to, rgba(255, 234, 0, 0));
  --tw-gradient-to: transparent;
}

.m-8{
  margin: 2rem;
}

.mx-8{
  margin-left: 2rem;
  margin-right: 2rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.px-mid{
  padding-right: 20px;
  padding-left: 20px;
}

.pt-4{
  padding-top: 1rem;
}
.ml-8{
  margin-left: 2rem;
}

#ticketDetailsContent{
  .main-title{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .main-title{
    font-weight: 700;
  }
  .main-title{
    line-height: 2rem;
  }
  .sub-title{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .sub-title{
    font-weight: 700;
  }
  .sub-title{
    line-height: 1.75rem;
  }
  p{
    font-weight: 400;
  }
}

#UpcomingEvents{
  #switch{
    .active{
      border-bottom-width: 2px;
    }
    .active{
      --tw-border-opacity: 1;
      border-color: rgba(255, 234, 0, var(--tw-border-opacity));
    }
    .active{
      font-weight: 700;
    }
    .inactive{
      opacity: 0.2;
    }
    .inactive{
      border-bottom-width: 2px;
    }
    .inactive{
      --tw-border-opacity: 1;
      border-color: rgba(255, 234, 0, var(--tw-border-opacity));
    }
  }
}

/* Perfromance Tages */
.isSoldOut{
  pointer-events: none;
}
.perfSoldOut {
  background: rgba(239, 68, 80, 0.3);
  color: rgba(239, 68, 80, 1);
  border-radius: 0.75rem;
  padding: 0.25rem;
}


@media (min-width: 1024px){
  .lg\:w-1\/2{
    width: 50%;
  }
}

.toggle-switch {
  position: relative;
  width: 50px;
  height: 32px;
  background-color: #ffffff;
  border-radius: 30px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.toggle-switch::before {
  content: '';
  position: absolute;
  width: 22px;
  height: 23px;
  background-color: #333;
  border-radius: 50%;
  top: 4px;
  left: 3px;
  transition: left 0.3s;
}

@media (max-width: 800px) {
  .toggle-switch {
    margin: 0;
  }
  .omp_seatTicketTypetitle {
    font-size: 15px;
    line-height: 17px;
  }
}

.toggle-switch.active {
  background-color: #FFEA00 !important;
}

.toggle-switch.active::before {
  left: 31px;
  background-color: #333;
}

.toggle-switch.disabled {
  background-color: #ffffff;
  pointer-events: none;
}

.toggle-switch.disabled::before {
  background-color: #333;
  pointer-events: none;
}

#stDiv_omnipass.disabled {
  opacity: 0.3;
}

/* Limit the Omnipass logo size */
#seats_omppimg {
  max-width: 150px;
}

/* Ensure ticket price and quantity remain inline */
.ticket-details {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Display error messages underneath with a little spacing */
.omp_errorMessage {
  display: block;
  margin-top: 5px;
}

.flatpickr-calendar {
  background-color: #191919 !important;
  color: #ffffff !important;
  border: none !important;
  border-radius: 4px !important;
  z-index: 101;
}
.flatpickr-months,
.flatpickr-current-month,
.flatpickr-monthDropdown-months,
.numInputWrapper {
  /* display: none; */
  color: #ffffff !important;
}
.flatpickr-prev-month svg,
.flatpickr-next-month svg {
  fill: #ffffff !important;
}
.flatpickr-weekdays,
.flatpickr-weekdaycontainer,
.flatpickr-weekday {
  color: #ffffff !important;
  font-weight: bold !important;
  text-transform: uppercase !important;
}
.flatpickr-day {
  background-color: transparent !important;
  color: #ffffff !important;
  padding: 0rem !important;
  margin: 0.1rem !important;
  border-radius: 4px !important;
  cursor: pointer !important;
  transition: background-color 0.2s !important;
}
.flatpickr-day:hover {
  background-color: #191919 !important;
}
.flatpickr-day.selected{
  border-color: #FFEA00 !important;
  color: #FFEA00 !important;
}
.flatpickr-day.today {
  background-color: #FFEA00 !important;
  color: #000000 !important;
}
.flatpickr-day.flatpickr-disabled {
  cursor: default !important;
  opacity: 0.1 !important;
}
.flatpickr-input {
  color: #ffffff !important;
  padding: 0rem !important;
  border-radius: 4px !important;
  background: rgba(255, 255, 255, 0.08) !important;
}



/* Ratings  */
.ratingControl {
  position: relative;
  display: inline-flex;
  direction: rtl;
}
.ratingControl__radio {
  position: absolute;
  height: 0;
  width: 0;
  opacity: 0;
}
.ratingControl__star {
  position: relative;
  display: block;
  height: 32px;
  width: 17px;
  cursor: pointer;
  overflow: hidden;
}
.ratingControl__star:nth-last-of-type(odd)::before,
.ratingControl__star:nth-last-of-type(odd)::after {
  left: 0;
  clip-path: polygon(50% 0%, 50% 70%, 21% 91%, 32% 57%, 2% 35%, 39% 35%);
}
.ratingControl__star:nth-last-of-type(even)::before,
.ratingControl__star:nth-last-of-type(even)::after {
  right: 0;
  clip-path: polygon(50% 0%, 61% 35%, 98% 35%, 68% 57%, 79% 91%, 50% 70%);
}
.ratingControl__star::before,
.ratingControl__star::after {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
}
.ratingControl__star::before {
  width: 200%;
  background-color: #aaa;
}
.ratingControl__star::after {
  background-color: #f2b600;
}
.ratingControl__star:hover::after,
.ratingControl__star:hover ~ .ratingControl__star::after,
.ratingControl__radio:checked ~ .ratingControl__star::after {
  width: 200%;
}


/* New Desktop Styles  */
.footer-link{
  display: block;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(212, 212, 212, var(--tw-text-opacity));
}


.youtubeVideoIframe {
  width: 100%;
  height: 240px;
  border-radius: 0.5rem;
}

@media (min-width: 768px) {
  .youtubeVideoIframe {
    height: auto;
    min-height: 300px;
    width: 600px;
  }
}

@media (min-width: 1280px) {
  .youtubeVideoIframe {
    height: auto;
    min-height: 500px;
    width: 1000px;
  }
}

.drag-scroll {
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.drag-scroll::-webkit-scrollbar {
  display: none;
}

.drag-scroll.is-dragging {
  cursor: grabbing;
}

/* INLINE CARDS */
.feature-card-inline{
  display: flex;
  min-height: 70px;
  width: 340px;
  align-items: center;
  overflow: hidden;
  border-radius: 1rem;
  background-color: rgba(255, 255, 255, 0.05);
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-backdrop-blur: blur(4px);
  backdrop-filter: var(--tw-backdrop-filter);
}
@media (min-width: 1024px){
  .feature-card-inline{
    width: 100%;
  }
}

.feature-card-inline-image{
  height: 100%;
  width: 70px;
  object-fit: cover;
}

.feature-card-inline-body{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1rem;
}

.feature-card-inline-title{
  margin-bottom: 0.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.feature-card-inline-text{
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(212, 212, 212, var(--tw-text-opacity));
}

/*  STANDARD STACKED CARDS */

.feature-card{
  display: block;
  width: 220px;
  overflow: hidden;
  border-radius: 1rem;
  background-color: rgba(255, 255, 255, 0.05);
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  --tw-backdrop-blur: blur(4px);
  backdrop-filter: var(--tw-backdrop-filter);
}

@media (min-width: 480px){
  .feature-card{
    width: 260px;
  }
}

@media (min-width: 768px){
  .feature-card{
    width: 220px;
  }
}

@media (min-width: 1024px){
  .feature-card{
    width: 260px;
  }
}

.feature-card-image{
  height: 140px;
  width: 100%;
  object-fit: cover;
}

.feature-card-body{
  padding: 1rem;
}

.feature-card-title{
  margin-bottom: 0.25rem;
  font-size: 1rem;
  line-height: 1.5rem;
  font-weight: 600;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.feature-card-text{
  font-size: 1rem;
  line-height: 1.5rem;
  line-height: 1.25rem;
  --tw-text-opacity: 1;
  color: rgba(212, 212, 212, var(--tw-text-opacity));
}



/* Avenue styles  */
.avenue .bookingFlowContainer  h1,
.avenue .bookingFlowContainer  h2,
.avenue .bookingFlowContainer  h3,
.avenue .bookingFlowContainer  h4,
.avenue .bookingFlowContainer  h5,
.avenue .bookingFlowContainer  p,
.avenue .bookingFlowContainer  a,
.avenue .bookingFlowContainer  ul li,
.avenue.infopage  #hallSliderNav h1,
.avenue.infopage #hallSliderNav  h2,
.avenue.infopage #hallSliderNav  h3,
.avenue.infopage #hallSliderNav  h4,
.avenue.infopage #hallSliderNav  h5,
.avenue.infopage #hallSliderNav  p,
.avenue.infopage #hallSliderNav  a,
.avenue.infopage #hallSliderNav  ul li{
  color: #000000;
}

.avenue.avenue.infopage #hallSliderNav .group-nav-item.active p {
    border-radius: 0.5rem;
    background-color: #000000;
    --tw-text-opacity: 1;
    color: #ffffff;
}

.avenue .seatItem {
  border-bottom: #000 1px solid;
}

input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(1);
}


.flatpickr-current-month option, 
.flatpickr-monthDropdown-months option{
  color: #000000;
}

.avenue #selectedSeatLabels{
  color: #ffffff;
}

.filter-radio:has(input[type="radio"]:checked){
  border-radius: 0.5rem;
  border-width: 1px;
  border-width: 2px;
  --tw-border-opacity: 1;
  border-color: rgba(255, 234, 0, var(--tw-border-opacity));
}

.last\:border-b-0:last-child{
  border-bottom-width: 0px;
}

.hover\:scale-105:hover{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  transform: var(--tw-transform);
}

.hover\:bg-white\/20:hover{
  background-color: rgba(255, 255, 255, 0.2);
}

.hover\:bg-white\/30:hover{
  background-color: rgba(255, 255, 255, 0.3);
}

.hover\:bg-white\/10:hover{
  background-color: rgba(255, 255, 255, 0.1);
}

.hover\:bg-black\/10:hover{
  background-color: rgba(0, 0, 0, 0.1);
}

.hover\:text-gray-200:hover{
  --tw-text-opacity: 1;
  color: rgba(229, 229, 229, var(--tw-text-opacity));
}

.hover\:text-\[\#FFEA00\]:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 234, 0, var(--tw-text-opacity));
}

.hover\:text-white:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.hover\:text-ompYellow:hover{
  --tw-text-opacity: 1;
  color: rgba(255, 234, 0, var(--tw-text-opacity));
}

.hover\:underline:hover{
  text-decoration: underline;
}

.hover\:opacity-80:hover{
  opacity: 0.8;
}

.hover\:opacity-90:hover{
  opacity: 0.9;
}

.focus\:text-white:focus{
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity));
}

.focus\:outline-none:focus{
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.group:focus-within .group-focus-within\:visible{
  visibility: visible;
}

.group:focus-within .group-focus-within\:opacity-100{
  opacity: 1;
}

.group:hover .group-hover\:visible{
  visibility: visible;
}

.group:hover .group-hover\:block{
  display: block;
}

.group:hover .group-hover\:rotate-180{
  --tw-rotate: 180deg;
  transform: var(--tw-transform);
}

.group:hover .group-hover\:opacity-100{
  opacity: 1;
}

@media (min-width: 480px){
  .sm\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .sm\:mx-auto{
    margin-left: auto;
    margin-right: auto;
  }
  .sm\:w-3\/4{
    width: 75%;
  }
  .sm\:max-w-\[200px\]{
    max-width: 200px;
  }
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .sm\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .sm\:leading-tight{
    line-height: 1.25;
  }
}

@media (min-width: 768px){
  .md\:absolute{
    position: absolute;
  }
  .md\:relative{
    position: relative;
  }
  .md\:bottom-0{
    bottom: 0px;
  }
  .md\:order-2{
    order: 2;
  }
  .md\:order-1{
    order: 1;
  }
  .md\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .md\:col-span-3{
    grid-column: span 3 / span 3;
  }
  .md\:col-span-5{
    grid-column: span 5 / span 5;
  }
  .md\:col-span-1{
    grid-column: span 1 / span 1;
  }
  .md\:col-span-4{
    grid-column: span 4 / span 4;
  }
  .md\:col-start-2{
    grid-column-start: 2;
  }
  .md\:col-start-1{
    grid-column-start: 1;
  }
  .md\:m-auto{
    margin: auto;
  }
  .md\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .md\:block{
    display: block;
  }
  .md\:\!block{
    display: block !important;
  }
  .md\:flex{
    display: flex;
  }
  .md\:hidden{
    display: none;
  }
  .md\:h-72{
    height: 18rem;
  }
  .md\:h-20{
    height: 5rem;
  }
  .md\:h-\[360px\]{
    height: 360px;
  }
  .md\:max-h-\[55px\]{
    max-height: 55px;
  }
  .md\:w-2\/3{
    width: 66.666667%;
  }
  .md\:w-1\/2{
    width: 50%;
  }
  .md\:w-3\/4{
    width: 75%;
  }
  .md\:w-3\/6{
    width: 50%;
  }
  .md\:w-20{
    width: 5rem;
  }
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .md\:grid-cols-8{
    grid-template-columns: repeat(8, minmax(0, 1fr));
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:justify-start{
    justify-content: flex-start;
  }
  .md\:justify-around{
    justify-content: space-around;
  }
  .md\:gap-16{
    gap: 4rem;
  }
  .md\:gap-2{
    gap: 0.5rem;
  }
  .md\:gap-4{
    gap: 1rem;
  }
  .md\:gap-0{
    gap: 0px;
  }
  .md\:p-3{
    padding: 0.75rem;
  }
  .md\:p-8{
    padding: 2rem;
  }
  .md\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .md\:py-2{
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
  .md\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .md\:text-center{
    text-align: center;
  }
  .md\:text-right{
    text-align: right;
  }
  .md\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .md\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .md\:leading-tight{
    line-height: 1.25;
  }
  .md\:main-container{
    width: 100%;
  }
  .md\:main-container{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  @media (min-width: 480px){
    .md\:main-container{
      margin-left: auto;
      margin-right: auto;
    }
  }
  @media (min-width: 1024px){
    .md\:main-container{
      width: 80%;
    }
  }
  @media (min-width: 1280px){
    .md\:main-container{
      width: 66.666667%;
    }
  }

  .main-container.md\:max-w{
    width: 100%;
  }

  .main-container.md\:max-w{
    padding-left: 2rem;
  }

  .main-container.md\:max-w{
    padding-right: 0px;
  }

  @media (min-width: 768px){
    .main-container.md\:max-w{
      padding-left: 1rem;
      padding-right: 1rem;
    }
  }

  @media (min-width: 1024px){
    .main-container.md\:max-w{
      width: 75%;
    }
  }

  @media (min-width: 1280px){
    .main-container.md\:max-w{
      width: 66.666667%;
    }
  }

  .main-container.md\:third{
    margin-left: auto;
    margin-right: auto;
  }

  .main-container.md\:third{
    width: 100%;
  }

  @media (min-width: 480px){
    .main-container.md\:third{
      width: 91.666667%;
    }
  }

  @media (min-width: 768px){
    .main-container.md\:third{
      width: 75%;
    }
  }

  @media (min-width: 1024px){
    .main-container.md\:third{
      width: 66.666667%;
    }
  }

 .main-container.md\:half{
    margin-left: auto;
    margin-right: auto;
  }

 .main-container.md\:half{
    width: 100%;
  }

 @media (min-width: 480px){
    .main-container.md\:half{
      width: 91.666667%;
    }
  }

 @media (min-width: 768px){
    .main-container.md\:half{
      width: 75%;
    }
  }

 @media (min-width: 1024px){
    .main-container.md\:half{
      width: 66.666667%;
    }
  }

 @media (min-width: 1280px){
    .main-container.md\:half{
      width: 50%;
    }
  }

  .main-container.md\:quat{
    margin-left: auto;
    margin-right: auto;
  }

  .main-container.md\:quat{
    width: 100%;
  }

  @media (min-width: 480px){
    .main-container.md\:quat{
      width: 91.666667%;
    }
  }

  @media (min-width: 768px){
    .main-container.md\:quat{
      width: 75%;
    }
  }

  @media (min-width: 1024px){
    .main-container.md\:quat{
      width: 66.666667%;
    }
  }

  @media (min-width: 1280px){
    .main-container.md\:quat{
      width: 40%;
    }
  }
}

@media (min-width: 1024px){
  .lg\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .lg\:col-span-4{
    grid-column: span 4 / span 4;
  }
  .lg\:col-span-5{
    grid-column: span 5 / span 5;
  }
  .lg\:col-span-3{
    grid-column: span 3 / span 3;
  }
  .lg\:col-start-3{
    grid-column-start: 3;
  }
  .lg\:ml-8{
    margin-left: 2rem;
  }
  .lg\:block{
    display: block;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:h-80{
    height: 20rem;
  }
  .lg\:w-1\/2{
    width: 50%;
  }
  .lg\:w-1\/3{
    width: 33.333333%;
  }
  .lg\:w-4\/5{
    width: 80%;
  }
  .lg\:w-auto{
    width: auto;
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-7{
    grid-template-columns: repeat(7, minmax(0, 1fr));
  }
  .lg\:gap-4{
    gap: 1rem;
  }
  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 1280px){
  .xl\:col-span-2{
    grid-column: span 2 / span 2;
  }
  .xl\:col-span-3{
    grid-column: span 3 / span 3;
  }
  .xl\:col-span-8{
    grid-column: span 8 / span 8;
  }
  .xl\:w-1\/4{
    width: 25%;
  }
  .xl\:w-2\/6{
    width: 33.333333%;
  }
  .xl\:grid-cols-6{
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }
  .xl\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .xl\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .xl\:grid-cols-10{
    grid-template-columns: repeat(10, minmax(0, 1fr));
  }
  .xl\:gap-8{
    gap: 2rem;
  }
  .xl\:p-10{
    padding: 2.5rem;
  }
}



