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

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

/*
! tailwindcss v3.4.18 | MIT License | https://tailwindcss.com
*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -moz-tab-size: 4;
  /* 3 */
  -o-tab-size: 4;
     tab-size: 4;
  /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 4 */
  font-feature-settings: normal;
  /* 5 */
  font-variation-settings: normal;
  /* 6 */
  -webkit-tap-highlight-color: transparent;
  /* 7 */
}

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

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

:disabled {
  cursor: default;
}

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

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

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

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

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

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 1rem;
  padding-left: 1rem;
}

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

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

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

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

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

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

.visible {
  visibility: visible;
}

.fixed {
  position: fixed;
}

.absolute {
  position: absolute;
}

.relative {
  position: relative;
}

.inset-0 {
  inset: 0px;
}

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

.bottom-20 {
  bottom: 5rem;
}

.left-0 {
  left: 0px;
}

.left-\[0\] {
  left: 0;
}

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

.right-4 {
  right: 1rem;
}

.right-6 {
  right: 1.5rem;
}

.right-9 {
  right: 2.25rem;
}

.top-0 {
  top: 0px;
}

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

.top-2 {
  top: 0.5rem;
}

.top-4 {
  top: 1rem;
}

.top-6 {
  top: 1.5rem;
}

.top-8 {
  top: 2rem;
}

.top-9 {
  top: 2.25rem;
}

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

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

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

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.m-0 {
  margin: 0px;
}

.m-auto {
  margin: auto;
}

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

.mx-\[auto\] {
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

.\!mb-\[20px\] {
  margin-bottom: 20px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mr-\[15px\] {
  margin-right: 15px;
}

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

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

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

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

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

.mt-9 {
  margin-top: 2.25rem;
}

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

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

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

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

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

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

.block {
  display: block;
}

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

.flex {
  display: flex;
}

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

.table {
  display: table;
}

.grid {
  display: grid;
}

.contents {
  display: contents;
}

.hidden {
  display: none;
}

.h-12 {
  height: 3rem;
}

.h-5 {
  height: 1.25rem;
}

.h-6 {
  height: 1.5rem;
}

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

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

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

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

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

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

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

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

.h-auto {
  height: auto;
}

.h-full {
  height: 100%;
}

.h-screen {
  height: 100vh;
}

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

.max-h-\[80vh\] {
  max-height: 80vh;
}

.max-h-\[55vh\] {
  max-height: 55vh;
}

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

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

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

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

.w-5 {
  width: 1.25rem;
}

.w-6 {
  width: 1.5rem;
}

.w-6\/12 {
  width: 50%;
}

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

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

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

.w-\[33\.3\%\] {
  width: 33.3%;
}

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

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

.w-\[49\.65vw\] {
  width: 49.65vw;
}

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

.w-auto {
  width: auto;
}

.w-fit {
  width: -moz-fit-content;
  width: fit-content;
}

.w-full {
  width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.flex-\[1\] {
  flex: 1;
}

.grow {
  flex-grow: 1;
}

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

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

.cursor-pointer {
  cursor: pointer;
}

.resize-none {
  resize: none;
}

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

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

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

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

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

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

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

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

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

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

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

.gap-10 {
  gap: 2.5rem;
}

.gap-12 {
  gap: 3rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-y-4 {
  row-gap: 1rem;
}

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

.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-x-5 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.25rem * var(--tw-space-x-reverse));
  margin-left: calc(1.25rem * calc(1 - var(--tw-space-x-reverse)));
}

.space-x-6 > :not([hidden]) ~ :not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1.5rem * var(--tw-space-x-reverse));
  margin-left: calc(1.5rem * calc(1 - var(--tw-space-x-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-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));
}

.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-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));
}

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

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

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

.rounded-\[17\.5px\] {
  border-radius: 17.5px;
}

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

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

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

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

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

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

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

.rounded-t-\[10px\] {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.rounded-t-\[20px\] {
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

.rounded-bl-\[18px\] {
  border-bottom-left-radius: 18px;
}

.rounded-br-\[0\] {
  border-bottom-right-radius: 0;
}

.rounded-br-none {
  border-bottom-right-radius: 0px;
}

.rounded-tl-\[18px\] {
  border-top-left-radius: 18px;
}

.rounded-tr-\[18px\] {
  border-top-right-radius: 18px;
}

.border {
  border-width: 1px;
}

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

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

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

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

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

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

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

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

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

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

.\!border-\[none\] {
  border-color: none !important;
}

.\!border-\[rgba\(255\2c 255\2c 255\2c 0\.18\)\] {
  border-color: rgba(255,255,255,0.18) !important;
}

.border-\[\#5FC2D5\] {
  --tw-border-opacity: 1;
  border-color: rgb(95 194 213 / var(--tw-border-opacity, 1));
}

.border-\[\#FFFFFF33\] {
  border-color: #FFFFFF33;
}

.border-\[\#ffffff2e\] {
  border-color: #ffffff2e;
}

.border-\[rgba\(255\2c 255\2c 255\2c 0\.08\)\] {
  border-color: rgba(255,255,255,0.08);
}

.border-\[rgba\(255\2c 255\2c 255\2c 0\.14\)\] {
  border-color: rgba(255,255,255,0.14);
}

.border-\[rgba\(255\2c 255\2c 255\2c 0\.18\)\] {
  border-color: rgba(255,255,255,0.18);
}

.border-\[rgba\(255\2c 255\2c 255\2c 0\.2\)\] {
  border-color: rgba(255,255,255,0.2);
}

.border-\[solid\] {
  border-color: solid;
}

.border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgb(55 65 81 / var(--tw-border-opacity, 1));
}

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

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

.border-white\/20 {
  border-color: rgb(255 255 255 / 0.2);
}

.border-white\/25 {
  border-color: rgb(255 255 255 / 0.25);
}

.border-b-\[rgba\(255\2c 255\2c 255\2c 0\.14\)\] {
  border-bottom-color: rgba(255,255,255,0.14);
}

.border-opacity-10 {
  --tw-border-opacity: 0.1;
}

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

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

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

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

.bg-\[\#5FC2D5\] {
  --tw-bg-opacity: 1;
  background-color: rgb(95 194 213 / var(--tw-bg-opacity, 1));
}

.bg-\[\#6FCCDD\] {
  --tw-bg-opacity: 1;
  background-color: rgb(111 204 221 / var(--tw-bg-opacity, 1));
}

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

.bg-\[rgb\(var\(--primary-color\)\)\] {
  background-color: rgb(var(--primary-color));
}

.bg-\[rgba\(195\2c _195\2c _195\2c _0\.20\)\] {
  background-color: rgba(195, 195, 195, 0.20);
}

.bg-\[rgba\(255\2c 255\2c 255\2c 0\.09\)\] {
  background-color: rgba(255,255,255,0.09);
}

.bg-\[rgba\(95\2c 194\2c 213\2c 0\.11\)\] {
  background-color: rgba(95,194,213,0.11);
}

.bg-\[rgba\(95\2c 194\2c 213\2c 0\.18\)\] {
  background-color: rgba(95,194,213,0.18);
}

.bg-\[rgba\(95\2c _194\2c _213\2c _0\.18\)\] {
  background-color: rgba(95, 194, 213, 0.18);
}

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

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

.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(34 197 94 / var(--tw-bg-opacity, 1));
}

.bg-teal-500 {
  --tw-bg-opacity: 1;
  background-color: rgb(20 184 166 / var(--tw-bg-opacity, 1));
}

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

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

.bg-\[linear-gradient\(0deg\2c _rgba\(255\2c _255\2c _255\2c _0\.11\)_0\%\2c _rgba\(255\2c _255\2c _255\2c _0\.03\)_88\.24\%\)\] {
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.11) 0%, rgba(255, 255, 255, 0.03) 88.24%);
}

.bg-\[linear-gradient\(0deg\2c _rgba\(255\2c _255\2c _255\2c _0\.11\)_0\%\2c _rgba\(95\2c _194\2c _213\2c _0\.23\)_0\.01\%\2c _rgba\(95\2c _194\2c _213\2c _0\.01\)_88\.24\%\)\] {
  background-image: linear-gradient(0deg, rgba(255, 255, 255, 0.11) 0%, rgba(95, 194, 213, 0.23) 0.01%, rgba(95, 194, 213, 0.01) 88.24%);
}

.bg-\[linear-gradient\(0deg\2c rgba\(255\2c 255\2c 255\2c 0\.11\)_0\%\2c rgba\(95\2c 194\2c 213\2c 0\.23\)_0\.01\%\2c rgba\(95\2c 194\2c 213\2c 0\.01\)_88\.24\%\)\] {
  background-image: linear-gradient(0deg,rgba(255,255,255,0.11) 0%,rgba(95,194,213,0.23) 0.01%,rgba(95,194,213,0.01) 88.24%);
}

.bg-\[linear-gradient\(129deg\2c rgba\(255\2c 255\2c 255\2c 0\.11\)_8\.15\%\2c rgba\(255\2c 255\2c 255\2c 0\.04\)_93\.89\%\)\] {
  background-image: linear-gradient(129deg,rgba(255,255,255,0.11) 8.15%,rgba(255,255,255,0.04) 93.89%);
}

.bg-\[linear-gradient\(129deg\2c rgba\(255\2c 255\2c 255\2c 0\.19\)_8\.15\%\2c rgba\(255\2c 255\2c 255\2c 0\.04\)_93\.89\%\)\] {
  background-image: linear-gradient(129deg,rgba(255,255,255,0.19) 8.15%,rgba(255,255,255,0.04) 93.89%);
}

.bg-\[linear-gradient\(180deg\2c _\#1F1F1F_0\%\2c _\#030303_50\%\2c _\#000_100\%\)\] {
  background-image: linear-gradient(180deg, #1F1F1F 0%, #030303 50%, #000 100%);
}

.bg-\[linear-gradient\(180deg\2c rgba\(255\2c 255\2c 255\2c 0\.08\)_0\%\2c rgba\(0\2c 0\2c 0\2c 0\)_100\%\)\] {
  background-image: linear-gradient(180deg,rgba(255,255,255,0.08) 0%,rgba(0,0,0,0) 100%);
}

.bg-\[linear-gradient\(180deg\2c rgba\(255\2c 255\2c 255\2c 0\.1\)_0\%\2c rgba\(255\2c 255\2c 255\2c 0\.02\)_100\%\)\] {
  background-image: linear-gradient(180deg,rgba(255,255,255,0.1) 0%,rgba(255,255,255,0.02) 100%);
}

.bg-\[linear-gradient\(90deg\2c _\#5FC2D5_0\%\2c _\#5AA6C7_50\%\2c _\#453C92_100\%\)\] {
  background-image: linear-gradient(90deg, #5FC2D5 0%, #5AA6C7 50%, #453C92 100%);
}

.bg-\[linear-gradient\(90deg\2c _\#5FC2D5_57\.69\%\2c _\#5752A3_100\%\)\] {
  background-image: linear-gradient(90deg, #5FC2D5 57.69%, #5752A3 100%);
}

.bg-\[url\(\'\.\.\/images\/aboutbgdesk\.jpg\'\)\] {
  background-image: url('../images/aboutbgdesk.jpg');
}

.bg-\[url\(\'\.\.\/images\/green-tick\.svg\'\)\] {
  background-image: url('../images/green-tick.svg');
}

.bg-\[url\(\'\.\.\/images\/packagebg\.jpg\'\)\] {
  background-image: url('../images/packagebg.jpg');
}

.bg-\[url\(\'\.\.\/images\/thank-you-desk-bg\.png\'\)\] {
  background-image: url('../images/thank-you-desk-bg.png');
}

.bg-contact-us-banner-mob {
  background-image: url('/images/contact-us-banner-mob.png');
}

.bg-gradient-to-r {
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.bg-gradient-to-t {
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}

.bg-mobile-menu {
  background-image: linear-gradient(180deg, #1F1F1F 0%, #030303 53.37%, #000 100%);
}

.from-\[\#81BCD2\] {
  --tw-gradient-from: #81BCD2 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(129 188 210 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.from-\[rgba\(255\2c 255\2c 255\2c 0\.11\)\] {
  --tw-gradient-from: rgba(255,255,255,0.11) var(--tw-gradient-from-position);
  --tw-gradient-to: rgba(255, 255, 255, 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.via-\[\#7DB2CD\] {
  --tw-gradient-to: rgb(125 178 205 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), #7DB2CD var(--tw-gradient-via-position), var(--tw-gradient-to);
}

.to-\[\#5752A3\] {
  --tw-gradient-to: #5752A3 var(--tw-gradient-to-position);
}

.to-\[rgba\(255\2c 255\2c 255\2c 0\.03\)\] {
  --tw-gradient-to: rgba(255,255,255,0.03) var(--tw-gradient-to-position);
}

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

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

.bg-clip-text {
  -webkit-background-clip: text;
          background-clip: text;
}

.bg-\[0px_6px\] {
  background-position: 0px 6px;
}

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

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

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

.p-10 {
  padding: 2.5rem;
}

.p-4 {
  padding: 1rem;
}

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

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

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

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

.px-14 {
  padding-left: 3.5rem;
  padding-right: 3.5rem;
}

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

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

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

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

.px-7 {
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}

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

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

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

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

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

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

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

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

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

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

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}

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

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

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

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

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

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

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

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

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

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

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

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

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

.pb-\[113px\] {
  padding-bottom: 113px;
}

.pb-\[120px\] {
  padding-bottom: 120px;
}

.pb-\[15px\] {
  padding-bottom: 15px;
}

.pb-\[30px\] {
  padding-bottom: 30px;
}

.pb-\[7px\] {
  padding-bottom: 7px;
}

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

.pl-9 {
  padding-left: 2.25rem;
}

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

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

.pr-10 {
  padding-right: 2.5rem;
}

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

.pr-9 {
  padding-right: 2.25rem;
}

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

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

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

.pt-\[122px\] {
  padding-top: 122px;
}

.pt-\[15px\] {
  padding-top: 15px;
}

.pt-\[211px\] {
  padding-top: 211px;
}

.pt-\[218px\] {
  padding-top: 218px;
}

.pt-\[27px\] {
  padding-top: 27px;
}

.pt-\[28px\] {
  padding-top: 28px;
}

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

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

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

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

.pb-44 {
  padding-bottom: 11rem;
}

.pl-8 {
  padding-left: 2rem;
}

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

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

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

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

.font-\[\'Montserrat\'\] {
  font-family: 'Montserrat';
}

.font-\[\'ProximaNovaAW01\'\] {
  font-family: 'ProximaNovaAW01';
}

.font-\[Montserrat\] {
  font-family: Montserrat;
}

.font-montserrat {
  font-family: var(--montserrat), sans-serif;
}

.font-proxima-excn-bl {
  font-family: var(--font-proxima-excn-bl), sans-serif;
}

.font-proxima-excn-rg {
  font-family: var(--font-proxima-excn-rg), sans-serif;
}

.font-proxima-nova {
  font-family: var(--font-proxima-nova-awo1), sans-serif;
}

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

.\!text-\[45px\] {
  font-size: 45px !important;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

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

.font-\[400\] {
  font-weight: 400;
}

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

.font-extrabold {
  font-weight: 800;
}

.font-light {
  font-weight: 300;
}

.font-medium {
  font-weight: 500;
}

.font-normal {
  font-weight: 400;
}

.font-semibold {
  font-weight: 600;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

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

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

.\!leading-normal {
  line-height: 1.5 !important;
}

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

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

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

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

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

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

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

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

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

.leading-relaxed {
  line-height: 1.625;
}

.tracking-\[0px\] {
  letter-spacing: 0px;
}

.tracking-\[10\.36px\] {
  letter-spacing: 10.36px;
}

.text-\[\#000000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-\[\#000\] {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}

.text-\[\#5752A3\] {
  --tw-text-opacity: 1;
  color: rgb(87 82 163 / var(--tw-text-opacity, 1));
}

.text-\[\#5FC2D5\] {
  --tw-text-opacity: 1;
  color: rgb(95 194 213 / var(--tw-text-opacity, 1));
}

.text-\[\#A9A9A9\] {
  --tw-text-opacity: 1;
  color: rgb(169 169 169 / var(--tw-text-opacity, 1));
}

.text-\[\#D5D5D5\] {
  --tw-text-opacity: 1;
  color: rgb(213 213 213 / var(--tw-text-opacity, 1));
}

.text-\[\#FAFAFA\] {
  --tw-text-opacity: 1;
  color: rgb(250 250 250 / var(--tw-text-opacity, 1));
}

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

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

.text-\[\#FFF\] {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.text-\[rgba\(255\2c 255\2c 255\2c 0\.53\)\] {
  color: rgba(255,255,255,0.53);
}

.text-\[rgba\(255\2c 255\2c 255\2c 0\.6\)\] {
  color: rgba(255,255,255,0.6);
}

.text-\[rgba\(255\2c 255\2c 255\2c 0\.60\)\] {
  color: rgba(255,255,255,0.60);
}

.text-\[rgba\(255\2c _255\2c _255\2c _0\.53\)\] {
  color: rgba(255, 255, 255, 0.53);
}

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

.text-gray-300 {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

.text-gray-400 {
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}

.text-transparent {
  color: transparent;
}

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

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

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

.placeholder-\[rgba\(255\2c 255\2c 255\2c 0\.60\)\]::-moz-placeholder {
  color: rgba(255,255,255,0.60);
}

.placeholder-\[rgba\(255\2c 255\2c 255\2c 0\.60\)\]::placeholder {
  color: rgba(255,255,255,0.60);
}

.opacity-50 {
  opacity: 0.5;
}

.shadow-\[0_0_14px_0_rgba\(255\2c 255\2c 255\2c 0\.19\)_inset\] {
  --tw-shadow: 0 0 14px 0 rgba(255,255,255,0.19) inset;
  --tw-shadow-colored: inset 0 0 14px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[inset_0_0_10px_rgba\(255\2c 255\2c 255\2c 0\.25\)\] {
  --tw-shadow: inset 0 0 10px rgba(255,255,255,0.25);
  --tw-shadow-colored: inset 0 0 10px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-\[inset_0_0_14px_rgba\(255\2c 255\2c 255\2c 0\.19\)\] {
  --tw-shadow: inset 0 0 14px rgba(255,255,255,0.19);
  --tw-shadow-colored: inset 0 0 14px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.shadow-inner {
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

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

.backdrop-blur-\[21\.5px\] {
  --tw-backdrop-blur: blur(21.5px);
  -webkit-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);
  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);
}

.backdrop-blur-lg {
  --tw-backdrop-blur: blur(16px);
  -webkit-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);
  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);
}

.backdrop-blur-xl {
  --tw-backdrop-blur: blur(24px);
  -webkit-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);
  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);
}

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

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

.transition-colors {
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  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;
}

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

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

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

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

.\[background\:linear-gradient\(129deg\2c rgba\(255\2c 255\2c 255\2c 0\.11\)_8\.15\%\2c rgba\(255\2c 255\2c 255\2c 0\.04\)_93\.89\%\)\] {
  background: linear-gradient(129deg,rgba(255,255,255,0.11) 8.15%,rgba(255,255,255,0.04) 93.89%);
}

.\[box-shadow\:0_0_14px_0_rgba\(255\2c _255\2c _255\2c _0\.19\)_inset\] {
  box-shadow: 0 0 14px 0 rgba(255, 255, 255, 0.19) inset;
}

.\[text-shadow\:0_8px_4px_rgba\(0\2c _0\2c _0\2c _0\.25\)\] {
  text-shadow: 0 8px 4px rgba(0, 0, 0, 0.25);
}

.\[transition\:\.5s_ease\] {
  transition: .5s ease;
}

.hover\:bg-\[\#484999\]:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(72 73 153 / var(--tw-bg-opacity, 1));
}

.hover\:bg-green-400:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(74 222 128 / var(--tw-bg-opacity, 1));
}

.hover\:bg-teal-600:hover {
  --tw-bg-opacity: 1;
  background-color: rgb(13 148 136 / var(--tw-bg-opacity, 1));
}

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

.hover\:text-\[\#5752A3\]:hover {
  --tw-text-opacity: 1;
  color: rgb(87 82 163 / var(--tw-text-opacity, 1));
}

.hover\:text-\[rgba\(255\2c 255\2c 255\2c 0\.8\)\]:hover {
  color: rgba(255,255,255,0.8);
}

.hover\:text-blue-500:hover {
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-300:hover {
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}

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

.hover\:opacity-50:hover {
  opacity: 0.5;
}

.focus\:border-teal-500:focus {
  --tw-border-opacity: 1;
  border-color: rgb(20 184 166 / var(--tw-border-opacity, 1));
}

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

@media (min-width: 640px) {
  .sm\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

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

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

  .sm\:w-6\/12 {
    width: 50%;
  }

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

  .sm\:max-w-none {
    max-width: none;
  }
}

@media (min-width: 768px) {
  .md\:order-1 {
    order: 1;
  }

  .md\:order-2 {
    order: 2;
  }

  .md\:order-3 {
    order: 3;
  }

  .md\:mx-0 {
    margin-left: 0px;
    margin-right: 0px;
  }

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

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

  .md\:ml-0 {
    margin-left: 0px;
  }

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

  .md\:mr-0 {
    margin-right: 0px;
  }

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

  .md\:block {
    display: block;
  }

  .md\:flex {
    display: flex;
  }

  .md\:hidden {
    display: none;
  }

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

  .md\:w-auto {
    width: auto;
  }

  .md\:w-full {
    width: 100%;
  }

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

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

  .md\:items-start {
    align-items: flex-start;
  }

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

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

  .md\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .md\:bg-contact-us-banner {
    background-image: url('/images/contact-us-banner.jpg');
  }

  .md\:bg-cover {
    background-size: cover;
  }

  .md\:px-9 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .md\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .md\:py-6 {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

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

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

@media (min-width: 1024px) {
  .lg\:w-3\/12 {
    width: 25%;
  }

  .lg\:w-4\/12 {
    width: 33.333333%;
  }

  .lg\:w-5\/12 {
    width: 41.666667%;
  }

  .lg\:w-6\/12 {
    width: 50%;
  }

  .lg\:w-7\/12 {
    width: 58.333333%;
  }

  .lg\:w-\[25\%\] {
    width: 25%;
  }

  .lg\:w-\[75\%\] {
    width: 75%;
  }

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

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

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

  .lg\:max-w-none {
    max-width: none;
  }

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

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

  .lg\:items-start {
    align-items: flex-start;
  }

  .lg\:gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
  }

  .lg\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lg\:py-5 {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }
}

@media (min-width: 1280px) {
  .xl\:block {
    display: block;
  }

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

@media (max-width: 1200px) {
  .max-xl\:leading-\[44px\] {
    line-height: 44px;
  }
}

@media (max-width: 991px) {
  .max-lg\:mb-\[40px\] {
    margin-bottom: 40px;
  }

  .max-lg\:h-full {
    height: 100%;
  }

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

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

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

  .max-lg\:text-\[14px\] {
    font-size: 14px;
  }

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

  .max-lg\:text-\[40px\] {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .max-md\:mb-\[0\] {
    margin-bottom: 0;
  }

  .max-md\:mb-\[0px\] {
    margin-bottom: 0px;
  }

  .max-md\:mb-\[20px\] {
    margin-bottom: 20px;
  }

  .max-md\:mb-\[40px\] {
    margin-bottom: 40px;
  }

  .max-md\:bg-\[url\(\'\.\.\/images\/aboutbgmob\.jpg\'\)\] {
    background-image: url('../images/aboutbgmob.jpg');
  }

  .max-md\:bg-\[url\(\'\.\.\/images\/packagebgmob\.jpg\'\)\] {
    background-image: url('../images/packagebgmob.jpg');
  }

  .max-md\:px-\[20px\] {
    padding-left: 20px;
    padding-right: 20px;
  }

  .max-md\:py-\[90px\] {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .max-md\:pb-\[20px\] {
    padding-bottom: 20px;
  }

  .max-md\:pb-\[25px\] {
    padding-bottom: 25px;
  }

  .max-md\:pb-\[90\] {
    padding-bottom: 90;
  }

  .max-md\:pl-\[1rem\] {
    padding-left: 1rem;
  }

  .max-md\:pt-\[200\] {
    padding-top: 200;
  }

  .max-md\:pt-\[30px\] {
    padding-top: 30px;
  }

  .max-md\:text-\[44px\] {
    font-size: 44px;
  }

  .max-md\:leading-\[44px\] {
    line-height: 44px;
  }
}

@media (max-width: 575px) {
  .max-sm\:max-w-\[190px\] {
    max-width: 190px;
  }

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

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

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

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

@media(max-width:1200px) {
  .\[\@media\(max-width\:1200px\)\]\:\!mb-\[25px\] {
    margin-bottom: 25px !important;
  }

  .\[\@media\(max-width\:1200px\)\]\:mb-\[25px\] {
    margin-bottom: 25px;
  }

  .\[\@media\(max-width\:1200px\)\]\:ml-auto {
    margin-left: auto;
  }

  .\[\@media\(max-width\:1200px\)\]\:mr-auto {
    margin-right: auto;
  }

  .\[\@media\(max-width\:1200px\)\]\:mt-\[15px\] {
    margin-top: 15px;
  }

  .\[\@media\(max-width\:1200px\)\]\:block {
    display: block;
  }

  .\[\@media\(max-width\:1200px\)\]\:hidden {
    display: none;
  }

  .\[\@media\(max-width\:1200px\)\]\:h-full {
    height: 100%;
  }

  .\[\@media\(max-width\:1200px\)\]\:min-h-\[295px\] {
    min-height: 295px;
  }

  .\[\@media\(max-width\:1200px\)\]\:max-w-full {
    max-width: 100%;
  }

  .\[\@media\(max-width\:1200px\)\]\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .\[\@media\(max-width\:1200px\)\]\:flex-wrap {
    flex-wrap: wrap;
  }

  .\[\@media\(max-width\:1200px\)\]\:justify-center {
    justify-content: center;
  }

  .\[\@media\(max-width\:1200px\)\]\:rounded-\[20px\] {
    border-radius: 20px;
  }

  .\[\@media\(max-width\:1200px\)\]\:border-\[1px\] {
    border-width: 1px;
  }

  .\[\@media\(max-width\:1200px\)\]\:border-\[rgba\(95\2c 194\2c 213\2c 0\.50\)\] {
    border-color: rgba(95,194,213,0.50);
  }

  .\[\@media\(max-width\:1200px\)\]\:border-\[solid\] {
    border-color: solid;
  }

  .\[\@media\(max-width\:1200px\)\]\:bg-\[linear-gradient\(359deg\2c _rgba\(95\2c _194\2c _213\2c _0\.19\)_0\.89\%\2c _rgba\(95\2c _194\2c _213\2c _0\.04\)_99\.28\%\)\] {
    background-image: linear-gradient(359deg, rgba(95, 194, 213, 0.19) 0.89%, rgba(95, 194, 213, 0.04) 99.28%);
  }

  .\[\@media\(max-width\:1200px\)\]\:px-\[24px\] {
    padding-left: 24px;
    padding-right: 24px;
  }

  .\[\@media\(max-width\:1200px\)\]\:py-\[38px\] {
    padding-top: 38px;
    padding-bottom: 38px;
  }

  .\[\@media\(max-width\:1200px\)\]\:\!text-center {
    text-align: center !important;
  }

  .\[\@media\(max-width\:1200px\)\]\:text-center {
    text-align: center;
  }

  .\[\@media\(max-width\:1200px\)\]\:text-right {
    text-align: right;
  }

  .\[\@media\(max-width\:1200px\)\]\:backdrop-filter {
    -webkit-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);
    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);
  }
}

@media(max-width:575px) {
  .\[\@media\(max-width\:575px\)\]\:mb-\[20px\] {
    margin-bottom: 20px;
  }

  .\[\@media\(max-width\:575px\)\]\:ml-auto {
    margin-left: auto;
  }

  .\[\@media\(max-width\:575px\)\]\:mr-auto {
    margin-right: auto;
  }

  .\[\@media\(max-width\:575px\)\]\:block {
    display: block;
  }

  .\[\@media\(max-width\:575px\)\]\:text-center {
    text-align: center;
  }

  .\[\@media\(max-width\:575px\)\]\:text-\[14px\] {
    font-size: 14px;
  }
}

@media(max-width:767px) {
  .\[\@media\(max-width\:767px\)\]\:mb-\[50px\] {
    margin-bottom: 50px;
  }

  .\[\@media\(max-width\:767px\)\]\:mt-\[15px\] {
    margin-top: 15px;
  }
}

@media(max-width:991px) {
  .\[\@media\(max-width\:991px\)\]\:mt-\[30px\] {
    margin-top: 30px;
  }

  .\[\@media\(max-width\:991px\)\]\:w-full {
    width: 100%;
  }

  .\[\@media\(max-width\:991px\)\]\:flex-col-reverse {
    flex-direction: column-reverse;
  }

  .\[\@media\(max-width\:991px\)\]\:px-\[30px\] {
    padding-left: 30px;
    padding-right: 30px;
  }

  .\[\@media\(max-width\:991px\)\]\:py-\[0\] {
    padding-top: 0;
    padding-bottom: 0;
  }

  .\[\@media\(max-width\:991px\)\]\:text-\[35px\] {
    font-size: 35px;
  }

  .\[\@media\(max-width\:991px\)\]\:font-normal {
    font-weight: 400;
  }

  .\[\@media\(max-width\:991px\)\]\:leading-\[35px\] {
    line-height: 35px;
  }
}

@media(max-width:992px) {
  .\[\@media\(max-width\:992px\)\]\:block {
    display: block;
  }

  .\[\@media\(max-width\:992px\)\]\:h-\[270px\] {
    height: 270px;
  }

  .\[\@media\(max-width\:992px\)\]\:h-\[814px\] {
    height: 814px;
  }

  .\[\@media\(max-width\:992px\)\]\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .\[\@media\(max-width\:992px\)\]\:text-center {
    text-align: center;
  }

  .\[\@media\(max-width\:992px\)\]\:text-\[22px\] {
    font-size: 22px;
  }

  .\[\@media\(max-width\:992px\)\]\:text-\[30px\] {
    font-size: 30px;
  }

  .\[\@media\(max-width\:992px\)\]\:text-\[35px\] {
    font-size: 35px;
  }

  .\[\@media\(max-width\:992px\)\]\:text-\[44px\] {
    font-size: 44px;
  }

  .\[\@media\(max-width\:992px\)\]\:leading-\[35px\] {
    line-height: 35px;
  }

  .\[\@media\(max-width\:992px\)\]\:leading-\[44px\] {
    line-height: 44px;
  }
}

@media(min-width:1025px) {
  .\[\@media\(min-width\:1025px\)\]\:h-screen {
    height: 100vh;
  }

  .\[\@media\(min-width\:1025px\)\]\:object-cover {
    -o-object-fit: cover;
       object-fit: cover;
  }

  .\[\@media\(min-width\:1025px\)\]\:\[transition\:all_0\.3s_ease_0s\] {
    transition: all 0.3s ease 0s;
  }
}
