@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap");
*, ::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.19 | MIT License | https://tailwindcss.com
*/
/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/
*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: currentColor; /* 2 */
}
::before,
::after {
  --tw-content: '';
}
/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
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: 2rem;
  padding-left: 2rem;
}
@media (min-width: 1400px){
  .container{
    max-width: 1400px;
  }
}
.sr-only{
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}
.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{
  inset: 0px;
}
.-left-\[315px\]{
  left: -315px;
}
.-right-4{
  right: -1rem;
}
.-top-4{
  top: -1rem;
}
.bottom-0{
  bottom: 0px;
}
.bottom-3{
  bottom: 0.75rem;
}
.bottom-4{
  bottom: 1rem;
}
.bottom-\[-3px\]{
  bottom: -3px;
}
.bottom-\[12px\]{
  bottom: 12px;
}
.bottom-full{
  bottom: 100%;
}
.left-0{
  left: 0px;
}
.left-1{
  left: 0.25rem;
}
.left-1\/2{
  left: 50%;
}
.left-2{
  left: 0.5rem;
}
.left-3{
  left: 0.75rem;
}
.left-3\.5{
  left: 0.875rem;
}
.left-4{
  left: 1rem;
}
.left-6{
  left: 1.5rem;
}
.left-\[-2px\]{
  left: -2px;
}
.left-\[0px\]{
  left: 0px;
}
.left-\[50\%\]{
  left: 50%;
}
.right-0{
  right: 0px;
}
.right-12{
  right: 3rem;
}
.right-2{
  right: 0.5rem;
}
.right-3{
  right: 0.75rem;
}
.right-4{
  right: 1rem;
}
.top-0{
  top: 0px;
}
.top-1{
  top: 0.25rem;
}
.top-1\/2{
  top: 50%;
}
.top-2{
  top: 0.5rem;
}
.top-3{
  top: 0.75rem;
}
.top-3\.5{
  top: 0.875rem;
}
.top-4{
  top: 1rem;
}
.top-6{
  top: 1.5rem;
}
.top-\[27px\]{
  top: 27px;
}
.top-full{
  top: 100%;
}
.top-px{
  top: 1px;
}
.z-10{
  z-index: 10;
}
.z-20{
  z-index: 20;
}
.z-30{
  z-index: 30;
}
.z-40{
  z-index: 40;
}
.z-50{
  z-index: 50;
}
.z-\[1\]{
  z-index: 1;
}
.z-\[2\]{
  z-index: 2;
}
.z-\[3\]{
  z-index: 3;
}
.z-\[70\]{
  z-index: 70;
}
.z-\[9998\]{
  z-index: 9998;
}
.z-\[9999\]{
  z-index: 9999;
}
.z-\[999\]{
  z-index: 999;
}
.z-\[9\]{
  z-index: 9;
}
.order-1{
  order: 1;
}
.order-2{
  order: 2;
}
.order-last{
  order: 9999;
}
.col-span-12{
  grid-column: span 12 / span 12;
}
.col-span-2{
  grid-column: span 2 / span 2;
}
.col-span-3{
  grid-column: span 3 / span 3;
}
.m-0{
  margin: 0px;
}
.m-auto{
  margin: auto;
}
.-mx-2{
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.-mx-4{
  margin-left: -1rem;
  margin-right: -1rem;
}
.mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-4{
  margin-left: 1rem;
  margin-right: 1rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-1{
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.my-2{
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.my-3{
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.-mb-px{
  margin-bottom: -1px;
}
.-mt-0\.5{
  margin-top: -0.125rem;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-0\.5{
  margin-bottom: 0.125rem;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-1\.5{
  margin-bottom: 0.375rem;
}
.mb-16{
  margin-bottom: 4rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-2\.5{
  margin-bottom: 0.625rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-3\.5{
  margin-bottom: 0.875rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-7{
  margin-bottom: 1.75rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mb-auto{
  margin-bottom: auto;
}
.me-1{
  margin-inline-end: 0.25rem;
}
.me-2{
  margin-inline-end: 0.5rem;
}
.me-\[2\%\]{
  margin-inline-end: 2%;
}
.me-auto{
  margin-inline-end: auto;
}
.ml-0\.5{
  margin-left: 0.125rem;
}
.ml-1{
  margin-left: 0.25rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-auto{
  margin-left: auto;
}
.ms-1{
  margin-inline-start: 0.25rem;
}
.ms-2{
  margin-inline-start: 0.5rem;
}
.ms-\[58px\]{
  margin-inline-start: 58px;
}
.ms-auto{
  margin-inline-start: auto;
}
.mt-0{
  margin-top: 0px;
}
.mt-0\.5{
  margin-top: 0.125rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-1\.5{
  margin-top: 0.375rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-3\.5{
  margin-top: 0.875rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-5{
  margin-top: 1.25rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-\[-120px\]{
  margin-top: -120px;
}
.mt-\[-160px\]{
  margin-top: -160px;
}
.mt-\[20px\]{
  margin-top: 20px;
}
.mt-\[22px\]{
  margin-top: 22px;
}
.mt-\[2px\]{
  margin-top: 2px;
}
.mt-\[30px\]{
  margin-top: 30px;
}
.mt-\[32px\]{
  margin-top: 32px;
}
.mt-\[auto\]{
  margin-top: auto;
}
.mt-auto{
  margin-top: auto;
}
.line-clamp-2{
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.hidden{
  display: none;
}
.aspect-\[4\/3\]{
  aspect-ratio: 4/3;
}
.size-fit{
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.size-full{
  width: 100%;
  height: 100%;
}
.\!h-\[46px\]{
  height: 46px !important;
}
.h-0{
  height: 0px;
}
.h-0\.5{
  height: 0.125rem;
}
.h-1\.5{
  height: 0.375rem;
}
.h-10{
  height: 2.5rem;
}
.h-11{
  height: 2.75rem;
}
.h-12{
  height: 3rem;
}
.h-16{
  height: 4rem;
}
.h-2\.5{
  height: 0.625rem;
}
.h-3{
  height: 0.75rem;
}
.h-3\.5{
  height: 0.875rem;
}
.h-32{
  height: 8rem;
}
.h-4{
  height: 1rem;
}
.h-48{
  height: 12rem;
}
.h-5{
  height: 1.25rem;
}
.h-6{
  height: 1.5rem;
}
.h-8{
  height: 2rem;
}
.h-80{
  height: 20rem;
}
.h-9{
  height: 2.25rem;
}
.h-\[105px\]{
  height: 105px;
}
.h-\[10px\]{
  height: 10px;
}
.h-\[12px\]{
  height: 12px;
}
.h-\[13px\]{
  height: 13px;
}
.h-\[140px\]{
  height: 140px;
}
.h-\[14px\]{
  height: 14px;
}
.h-\[150px\]{
  height: 150px;
}
.h-\[157px\]{
  height: 157px;
}
.h-\[15px\]{
  height: 15px;
}
.h-\[16\]{
  height: 16;
}
.h-\[16px\]{
  height: 16px;
}
.h-\[178px\]{
  height: 178px;
}
.h-\[180px\]{
  height: 180px;
}
.h-\[18px\]{
  height: 18px;
}
.h-\[192px\]{
  height: 192px;
}
.h-\[19px\]{
  height: 19px;
}
.h-\[219px\]{
  height: 219px;
}
.h-\[21px\]{
  height: 21px;
}
.h-\[22px\]{
  height: 22px;
}
.h-\[23px\]{
  height: 23px;
}
.h-\[240px\]{
  height: 240px;
}
.h-\[245px\]{
  height: 245px;
}
.h-\[24px\]{
  height: 24px;
}
.h-\[266px\]{
  height: 266px;
}
.h-\[26px\]{
  height: 26px;
}
.h-\[274px\]{
  height: 274px;
}
.h-\[275px\]{
  height: 275px;
}
.h-\[29px\]{
  height: 29px;
}
.h-\[33px\]{
  height: 33px;
}
.h-\[342px\]{
  height: 342px;
}
.h-\[343px\]{
  height: 343px;
}
.h-\[345px\]{
  height: 345px;
}
.h-\[34px\]{
  height: 34px;
}
.h-\[353px\]{
  height: 353px;
}
.h-\[35px\]{
  height: 35px;
}
.h-\[376px\!important\]{
  height: 376px !important;
}
.h-\[400px\]{
  height: 400px;
}
.h-\[45px\]{
  height: 45px;
}
.h-\[500px\]{
  height: 500px;
}
.h-\[514px\]{
  height: 514px;
}
.h-\[51px\]{
  height: 51px;
}
.h-\[76px\]{
  height: 76px;
}
.h-\[83px\]{
  height: 83px;
}
.h-\[90\%\]{
  height: 90%;
}
.h-\[92vh\]{
  height: 92vh;
}
.h-\[94px\]{
  height: 94px;
}
.h-\[auto\!important\]{
  height: auto !important;
}
.h-\[auto\]{
  height: auto;
}
.h-\[calc\(100\%-192px\)\]{
  height: calc(100% - 192px);
}
.h-\[calc\(100\%-266px\)\]{
  height: calc(100% - 266px);
}
.h-auto{
  height: auto;
}
.h-dvh{
  height: 100dvh;
}
.h-full{
  height: 100%;
}
.max-h-36{
  max-height: 9rem;
}
.max-h-64{
  max-height: 16rem;
}
.max-h-72{
  max-height: 18rem;
}
.max-h-80{
  max-height: 20rem;
}
.max-h-96{
  max-height: 24rem;
}
.max-h-\[250px\]{
  max-height: 250px;
}
.max-h-\[286px\]{
  max-height: 286px;
}
.max-h-\[513px\]{
  max-height: 513px;
}
.max-h-\[70vh\]{
  max-height: 70vh;
}
.max-h-\[725px\]{
  max-height: 725px;
}
.max-h-\[83vh\]{
  max-height: 83vh;
}
.max-h-fit{
  max-height: -moz-fit-content;
  max-height: fit-content;
}
.min-h-\[100\%\]{
  min-height: 100%;
}
.min-h-\[147px\]{
  min-height: 147px;
}
.min-h-\[176px\]{
  min-height: 176px;
}
.min-h-\[200px\]{
  min-height: 200px;
}
.min-h-\[228px\]{
  min-height: 228px;
}
.min-h-\[240px\]{
  min-height: 240px;
}
.min-h-\[280px\]{
  min-height: 280px;
}
.min-h-\[286px\]{
  min-height: 286px;
}
.min-h-\[320px\]{
  min-height: 320px;
}
.min-h-\[40vh\]{
  min-height: 40vh;
}
.min-h-\[500px\]{
  min-height: 500px;
}
.min-h-\[92px\]{
  min-height: 92px;
}
.min-h-screen{
  min-height: 100vh;
}
.\!w-auto{
  width: auto !important;
}
.w-0{
  width: 0px;
}
.w-10{
  width: 2.5rem;
}
.w-11{
  width: 2.75rem;
}
.w-12{
  width: 3rem;
}
.w-16{
  width: 4rem;
}
.w-2\/5{
  width: 40%;
}
.w-3{
  width: 0.75rem;
}
.w-3\.5{
  width: 0.875rem;
}
.w-3\/5{
  width: 60%;
}
.w-32{
  width: 8rem;
}
.w-4{
  width: 1rem;
}
.w-40{
  width: 10rem;
}
.w-5{
  width: 1.25rem;
}
.w-52{
  width: 13rem;
}
.w-6{
  width: 1.5rem;
}
.w-64{
  width: 16rem;
}
.w-8{
  width: 2rem;
}
.w-9{
  width: 2.25rem;
}
.w-\[100\%\]{
  width: 100%;
}
.w-\[10px\]{
  width: 10px;
}
.w-\[115px\]{
  width: 115px;
}
.w-\[12px\]{
  width: 12px;
}
.w-\[133px\]{
  width: 133px;
}
.w-\[13px\]{
  width: 13px;
}
.w-\[14px\]{
  width: 14px;
}
.w-\[150px\]{
  width: 150px;
}
.w-\[152px\]{
  width: 152px;
}
.w-\[16px\]{
  width: 16px;
}
.w-\[170px\]{
  width: 170px;
}
.w-\[180px\]{
  width: 180px;
}
.w-\[18px\]{
  width: 18px;
}
.w-\[200px\]{
  width: 200px;
}
.w-\[210px\]{
  width: 210px;
}
.w-\[214px\]{
  width: 214px;
}
.w-\[21px\]{
  width: 21px;
}
.w-\[22px\]{
  width: 22px;
}
.w-\[237px\]{
  width: 237px;
}
.w-\[24px\]{
  width: 24px;
}
.w-\[253px\]{
  width: 253px;
}
.w-\[26px\]{
  width: 26px;
}
.w-\[30\%\]{
  width: 30%;
}
.w-\[300px\]{
  width: 300px;
}
.w-\[315px\]{
  width: 315px;
}
.w-\[32px\]{
  width: 32px;
}
.w-\[34px\]{
  width: 34px;
}
.w-\[40\%\]{
  width: 40%;
}
.w-\[45\%\]{
  width: 45%;
}
.w-\[48\%\]{
  width: 48%;
}
.w-\[49\%\]{
  width: 49%;
}
.w-\[500px\]{
  width: 500px;
}
.w-\[51px\]{
  width: 51px;
}
.w-\[55px\]{
  width: 55px;
}
.w-\[572px\]{
  width: 572px;
}
.w-\[70\%\]{
  width: 70%;
}
.w-\[75\%\]{
  width: 75%;
}
.w-\[76px\]{
  width: 76px;
}
.w-\[770px\]{
  width: 770px;
}
.w-\[83px\]{
  width: 83px;
}
.w-\[90\%\]{
  width: 90%;
}
.w-\[96vw\]{
  width: 96vw;
}
.w-\[calc\(100\%-200px\)\]{
  width: calc(100% - 200px);
}
.w-\[calc\(100\%-234px\)\]{
  width: calc(100% - 234px);
}
.w-\[calc\(100\%-237px\)\]{
  width: calc(100% - 237px);
}
.w-\[calc\(100\%-36px\)\]{
  width: calc(100% - 36px);
}
.w-\[calc\(100\%-500px\)\]{
  width: calc(100% - 500px);
}
.w-\[calc\(50\%-12px\)\]{
  width: calc(50% - 12px);
}
.w-auto{
  width: auto;
}
.w-fit{
  width: -moz-fit-content;
  width: fit-content;
}
.w-full{
  width: 100%;
}
.w-max{
  width: -moz-max-content;
  width: max-content;
}
.w-px{
  width: 1px;
}
.min-w-0{
  min-width: 0px;
}
.min-w-3{
  min-width: 0.75rem;
}
.min-w-\[1200px\]{
  min-width: 1200px;
}
.min-w-\[16px\]{
  min-width: 16px;
}
.min-w-\[275px\]{
  min-width: 275px;
}
.min-w-\[280px\]{
  min-width: 280px;
}
.min-w-\[375px\]{
  min-width: 375px;
}
.min-w-\[80px\]{
  min-width: 80px;
}
.min-w-\[90px\]{
  min-width: 90px;
}
.min-w-max{
  min-width: -moz-max-content;
  min-width: max-content;
}
.max-w-3xl{
  max-width: 48rem;
}
.max-w-4xl{
  max-width: 56rem;
}
.max-w-5xl{
  max-width: 64rem;
}
.max-w-6xl{
  max-width: 72rem;
}
.max-w-7xl{
  max-width: 80rem;
}
.max-w-\[100\%\]{
  max-width: 100%;
}
.max-w-\[1400px\]{
  max-width: 1400px;
}
.max-w-\[1920px\]{
  max-width: 1920px;
}
.max-w-\[200px\]{
  max-width: 200px;
}
.max-w-\[300px\]{
  max-width: 300px;
}
.max-w-\[320px\]{
  max-width: 320px;
}
.max-w-\[390px\]{
  max-width: 390px;
}
.max-w-\[510px\]{
  max-width: 510px;
}
.max-w-\[700px\]{
  max-width: 700px;
}
.max-w-\[810px\]{
  max-width: 810px;
}
.max-w-\[85\%\]{
  max-width: 85%;
}
.max-w-\[95vw\]{
  max-width: 95vw;
}
.max-w-\[min\(1280px\2c 96vw\)\]{
  max-width: min(1280px, 96vw);
}
.max-w-fit{
  max-width: -moz-fit-content;
  max-width: fit-content;
}
.max-w-full{
  max-width: 100%;
}
.max-w-lg{
  max-width: 32rem;
}
.max-w-max{
  max-width: -moz-max-content;
  max-width: max-content;
}
.max-w-md{
  max-width: 28rem;
}
.max-w-sm{
  max-width: 24rem;
}
.max-w-xs{
  max-width: 20rem;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.shrink-0{
  flex-shrink: 0;
}
.flex-grow{
  flex-grow: 1;
}
.-translate-x-1\/2{
  --tw-translate-x: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-translate-y-1\/2{
  --tw-translate-y: -50%;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.translate-y-2{
  --tw-translate-y: 0.5rem;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.rotate-180{
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.-scale-x-100{
  --tw-scale-x: -1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.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));
}
@keyframes pulse{
  50%{
    opacity: .5;
  }
}
.animate-pulse{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
@keyframes spin{
  to{
    transform: rotate(360deg);
  }
}
.animate-spin{
  animation: spin 1s linear infinite;
}
.cursor-help{
  cursor: help;
}
.cursor-not-allowed{
  cursor: not-allowed;
}
.cursor-pointer{
  cursor: pointer;
}
.select-none{
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.resize-none{
  resize: none;
}
.resize{
  resize: both;
}
.list-inside{
  list-style-position: inside;
}
.list-disc{
  list-style-type: disc;
}
.list-none{
  list-style-type: none;
}
.appearance-none{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-12{
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-col{
  flex-direction: column;
}
.flex-wrap{
  flex-wrap: wrap;
}
.flex-nowrap{
  flex-wrap: nowrap;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.items-stretch{
  align-items: stretch;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.gap-0\.5{
  gap: 0.125rem;
}
.gap-1{
  gap: 0.25rem;
}
.gap-1\.5{
  gap: 0.375rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-2\.5{
  gap: 0.625rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-5{
  gap: 1.25rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-x-6{
  -moz-column-gap: 1.5rem;
       column-gap: 1.5rem;
}
.gap-y-1{
  row-gap: 0.25rem;
}
.gap-y-8{
  row-gap: 2rem;
}
.space-x-1 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.25rem * var(--tw-space-x-reverse));
  margin-left: calc(0.25rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-y-0\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.125rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.125rem * 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-1\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.375rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.375rem * var(--tw-space-y-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-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-3\.5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(0.875rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(0.875rem * 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-5 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));
}
.self-start{
  align-self: flex-start;
}
.self-center{
  align-self: center;
}
.overflow-auto{
  overflow: auto;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-visible{
  overflow: visible;
}
.overflow-x-auto{
  overflow-x: auto;
}
.overflow-y-auto{
  overflow-y: auto;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-nowrap{
  white-space: nowrap;
}
.text-nowrap{
  text-wrap: nowrap;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-2xl{
  border-radius: 1rem;
}
.rounded-\[10px\!important\]{
  border-radius: 10px !important;
}
.rounded-\[12px\]{
  border-radius: 12px;
}
.rounded-\[14px\]{
  border-radius: 14px;
}
.rounded-\[15px\]{
  border-radius: 15px;
}
.rounded-\[16px\]{
  border-radius: 16px;
}
.rounded-\[20px\]{
  border-radius: 20px;
}
.rounded-\[25px\]{
  border-radius: 25px;
}
.rounded-\[30px\!important\]{
  border-radius: 30px !important;
}
.rounded-\[4px\]{
  border-radius: 4px;
}
.rounded-\[6px\]{
  border-radius: 6px;
}
.rounded-\[8px\]{
  border-radius: 8px;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: var(--radius);
}
.rounded-md{
  border-radius: calc(var(--radius) - 2px);
}
.rounded-xl{
  border-radius: 0.75rem;
}
.rounded-b-none{
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}
.rounded-t-3xl{
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
}
.rounded-t-sm{
  border-top-left-radius: calc(var(--radius) - 4px);
  border-top-right-radius: calc(var(--radius) - 4px);
}
.rounded-t-xl{
  border-top-left-radius: 0.75rem;
  border-top-right-radius: 0.75rem;
}
.rounded-bl-\[17\.297px\]{
  border-bottom-left-radius: 17.297px;
}
.rounded-br-\[3\.243px\]{
  border-bottom-right-radius: 3.243px;
}
.rounded-tl-\[0px\]{
  border-top-left-radius: 0px;
}
.rounded-tr-\[3\.243px\]{
  border-top-right-radius: 3.243px;
}
.border{
  border-width: 1px;
}
.border-0{
  border-width: 0px;
}
.border-2{
  border-width: 2px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-0{
  border-bottom-width: 0px;
}
.border-b-2{
  border-bottom-width: 2px;
}
.border-e{
  border-inline-end-width: 1px;
}
.border-l{
  border-left-width: 1px;
}
.border-l-4{
  border-left-width: 4px;
}
.border-r{
  border-right-width: 1px;
}
.border-r-4{
  border-right-width: 4px;
}
.border-s{
  border-inline-start-width: 1px;
}
.border-t{
  border-top-width: 1px;
}
.border-t-4{
  border-top-width: 4px;
}
.border-dashed{
  border-style: dashed;
}
.border-\[\#0E63B2\]{
  --tw-border-opacity: 1;
  border-color: rgb(14 99 178 / var(--tw-border-opacity, 1));
}
.border-\[\#0a4d8a\]{
  --tw-border-opacity: 1;
  border-color: rgb(10 77 138 / var(--tw-border-opacity, 1));
}
.border-\[\#9FC282\]{
  --tw-border-opacity: 1;
  border-color: rgb(159 194 130 / var(--tw-border-opacity, 1));
}
.border-\[\#BBF7D0\]{
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
}
.border-\[\#BFDBFE\]{
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}
.border-\[\#C6C6C6\]{
  --tw-border-opacity: 1;
  border-color: rgb(198 198 198 / var(--tw-border-opacity, 1));
}
.border-\[\#C98C3C\]{
  --tw-border-opacity: 1;
  border-color: rgb(201 140 60 / var(--tw-border-opacity, 1));
}
.border-\[\#CCC\]{
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity, 1));
}
.border-\[\#D1D4D7\]{
  --tw-border-opacity: 1;
  border-color: rgb(209 212 215 / var(--tw-border-opacity, 1));
}
.border-\[\#D1D5DB\]{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-\[\#D1D5DC\]{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 220 / var(--tw-border-opacity, 1));
}
.border-\[\#D5D5D5\]{
  --tw-border-opacity: 1;
  border-color: rgb(213 213 213 / var(--tw-border-opacity, 1));
}
.border-\[\#D6D6D6\]{
  --tw-border-opacity: 1;
  border-color: rgb(214 214 214 / var(--tw-border-opacity, 1));
}
.border-\[\#DBDBDB\]{
  --tw-border-opacity: 1;
  border-color: rgb(219 219 219 / var(--tw-border-opacity, 1));
}
.border-\[\#E2E8F0\]{
  --tw-border-opacity: 1;
  border-color: rgb(226 232 240 / var(--tw-border-opacity, 1));
}
.border-\[\#E3C69C\]{
  --tw-border-opacity: 1;
  border-color: rgb(227 198 156 / var(--tw-border-opacity, 1));
}
.border-\[\#E5E7EB\]{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-\[\#EDEDED\]{
  --tw-border-opacity: 1;
  border-color: rgb(237 237 237 / var(--tw-border-opacity, 1));
}
.border-\[\#F4D799\]{
  --tw-border-opacity: 1;
  border-color: rgb(244 215 153 / var(--tw-border-opacity, 1));
}
.border-\[\#FECACA\]{
  --tw-border-opacity: 1;
  border-color: rgb(254 202 202 / var(--tw-border-opacity, 1));
}
.border-\[\#FFFFFF66\]{
  border-color: #FFFFFF66;
}
.border-\[\#c89853\]{
  --tw-border-opacity: 1;
  border-color: rgb(200 152 83 / var(--tw-border-opacity, 1));
}
.border-\[\#ccc\]{
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity, 1));
}
.border-\[\#cccccc\]{
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity, 1));
}
.border-\[var\(--dblue2\)\]{
  border-color: var(--dblue2);
}
.border-\[var\(--greybg3\)\]{
  border-color: var(--greybg3);
}
.border-\[var\(--tbo-primary\)\]{
  border-color: var(--tbo-primary);
}
.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-tbo-gold{
  --tw-border-opacity: 1;
  border-color: rgb(255 195 71 / var(--tw-border-opacity, 1));
}
.border-tbo-gold200{
  --tw-border-opacity: 1;
  border-color: rgb(163 92 10 / var(--tw-border-opacity, 1));
}
.border-tbo-lghtyellow200{
  --tw-border-opacity: 1;
  border-color: rgb(253 212 155 / var(--tw-border-opacity, 1));
}
.border-tbo-lghtyellow300{
  --tw-border-opacity: 1;
  border-color: rgb(208 168 113 / var(--tw-border-opacity, 1));
}
.border-tbo-lorange200{
  --tw-border-opacity: 1;
  border-color: rgb(248 140 92 / var(--tw-border-opacity, 1));
}
.border-tbo-platinum{
  --tw-border-opacity: 1;
  border-color: rgb(215 149 71 / var(--tw-border-opacity, 1));
}
.border-tboborder-1000{
  --tw-border-opacity: 1;
  border-color: rgb(219 219 219 / var(--tw-border-opacity, 1));
}
.border-tboborder-200{
  --tw-border-opacity: 1;
  border-color: rgb(209 212 215 / var(--tw-border-opacity, 1));
}
.border-tboborder-400{
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity, 1));
}
.border-tboborder-500{
  --tw-border-opacity: 1;
  border-color: rgb(227 227 227 / var(--tw-border-opacity, 1));
}
.border-tboprimary-200{
  --tw-border-opacity: 1;
  border-color: rgb(14 99 178 / var(--tw-border-opacity, 1));
}
.border-white{
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255 / var(--tw-border-opacity, 1));
}
.bg-\[\#00000099\]{
  background-color: #00000099;
}
.bg-\[\#001E40\]\/50{
  background-color: rgb(0 30 64 / 0.5);
}
.bg-\[\#0E63B2\]{
  --tw-bg-opacity: 1;
  background-color: rgb(14 99 178 / var(--tw-bg-opacity, 1));
}
.bg-\[\#16A34A\]{
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}
.bg-\[\#1D1D1D1A\]{
  background-color: #1D1D1D1A;
}
.bg-\[\#2D7D2F\]{
  --tw-bg-opacity: 1;
  background-color: rgb(45 125 47 / var(--tw-bg-opacity, 1));
}
.bg-\[\#4B8C4D\]{
  --tw-bg-opacity: 1;
  background-color: rgb(75 140 77 / var(--tw-bg-opacity, 1));
}
.bg-\[\#878787\]{
  --tw-bg-opacity: 1;
  background-color: rgb(135 135 135 / var(--tw-bg-opacity, 1));
}
.bg-\[\#A39382\]{
  --tw-bg-opacity: 1;
  background-color: rgb(163 147 130 / var(--tw-bg-opacity, 1));
}
.bg-\[\#C98C3C\]{
  --tw-bg-opacity: 1;
  background-color: rgb(201 140 60 / var(--tw-bg-opacity, 1));
}
.bg-\[\#D1FAE5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1));
}
.bg-\[\#D9D9D9\]{
  --tw-bg-opacity: 1;
  background-color: rgb(217 217 217 / var(--tw-bg-opacity, 1));
}
.bg-\[\#DBEAFE\]{
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}
.bg-\[\#E5E7EB\]{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.bg-\[\#E8E8E8\]{
  --tw-bg-opacity: 1;
  background-color: rgb(232 232 232 / var(--tw-bg-opacity, 1));
}
.bg-\[\#ECEEF2\]{
  --tw-bg-opacity: 1;
  background-color: rgb(236 238 242 / var(--tw-bg-opacity, 1));
}
.bg-\[\#EEF7FC\]{
  --tw-bg-opacity: 1;
  background-color: rgb(238 247 252 / var(--tw-bg-opacity, 1));
}
.bg-\[\#EFF6FF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F0F7FF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(240 247 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F0FDF4\]{
  --tw-bg-opacity: 1;
  background-color: rgb(240 253 244 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F26B25\]{
  --tw-bg-opacity: 1;
  background-color: rgb(242 107 37 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F2F2F2\]{
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F3E8FF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(243 232 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F3F4F6\]{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F4FBFF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(244 251 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F5F5F5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(245 245 245 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F6F6F6\]{
  --tw-bg-opacity: 1;
  background-color: rgb(246 246 246 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F8F8F8\]{
  --tw-bg-opacity: 1;
  background-color: rgb(248 248 248 / var(--tw-bg-opacity, 1));
}
.bg-\[\#F9FAFB\]{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FEF2F2\]{
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FEF7E8\]{
  --tw-bg-opacity: 1;
  background-color: rgb(254 247 232 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FF6B35\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 107 53 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f2f2f2\]{
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
}
.bg-\[\#fff8ea\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 248 234 / var(--tw-bg-opacity, 1));
}
.bg-\[var\(--altclr\)\]{
  background-color: var(--altclr);
}
.bg-\[var\(--dblue2\)\]{
  background-color: var(--dblue2);
}
.bg-\[var\(--lblue5\)\]{
  background-color: var(--lblue5);
}
.bg-\[var\(--tbo-color-secondary-100\)\]{
  background-color: var(--tbo-color-secondary-100);
}
.bg-\[var\(--tbo-color-tertiary3-main\)\]{
  background-color: var(--tbo-color-tertiary3-main);
}
.bg-\[var\(--tbo-primary\)\]{
  background-color: var(--tbo-primary);
}
.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-black\/50{
  background-color: rgb(0 0 0 / 0.5);
}
.bg-black\/60{
  background-color: rgb(0 0 0 / 0.6);
}
.bg-black\/90{
  background-color: rgb(0 0 0 / 0.9);
}
.bg-red{
  --tw-bg-opacity: 1;
  background-color: rgb(186 7 4 / var(--tw-bg-opacity, 1));
}
.bg-tbo-creamclr{
  --tw-bg-opacity: 1;
  background-color: rgb(255 243 224 / var(--tw-bg-opacity, 1));
}
.bg-tbo-creamclr200{
  --tw-bg-opacity: 1;
  background-color: rgb(255 250 247 / var(--tw-bg-opacity, 1));
}
.bg-tbo-gold{
  --tw-bg-opacity: 1;
  background-color: rgb(255 195 71 / var(--tw-bg-opacity, 1));
}
.bg-tbo-gold200{
  --tw-bg-opacity: 1;
  background-color: rgb(163 92 10 / var(--tw-bg-opacity, 1));
}
.bg-tbo-lghtyellow{
  --tw-bg-opacity: 1;
  background-color: rgb(255 243 226 / var(--tw-bg-opacity, 1));
}
.bg-tbo-lghtyellow400{
  --tw-bg-opacity: 1;
  background-color: rgb(215 210 203 / var(--tw-bg-opacity, 1));
}
.bg-tbo-lghtyellow500{
  --tw-bg-opacity: 1;
  background-color: rgb(163 147 130 / var(--tw-bg-opacity, 1));
}
.bg-tbo-lgtblue{
  --tw-bg-opacity: 1;
  background-color: rgb(183 210 247 / var(--tw-bg-opacity, 1));
}
.bg-tbo-lorange{
  --tw-bg-opacity: 1;
  background-color: rgb(245 124 68 / var(--tw-bg-opacity, 1));
}
.bg-tbobackground-100{
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity, 1));
}
.bg-tbobackground-200{
  --tw-bg-opacity: 1;
  background-color: rgb(251 251 251 / var(--tw-bg-opacity, 1));
}
.bg-tboblue-lgtblue100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 247 253 / var(--tw-bg-opacity, 1));
}
.bg-tbogreen-400{
  --tw-bg-opacity: 1;
  background-color: rgb(223 240 216 / var(--tw-bg-opacity, 1));
}
.bg-tbogreen-600{
  --tw-bg-opacity: 1;
  background-color: rgb(55 137 74 / var(--tw-bg-opacity, 1));
}
.bg-tbogreen-800{
  --tw-bg-opacity: 1;
  background-color: rgb(75 140 77 / var(--tw-bg-opacity, 1));
}
.bg-tboprimary-200{
  --tw-bg-opacity: 1;
  background-color: rgb(14 99 178 / var(--tw-bg-opacity, 1));
}
.bg-tbopurple-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 235 251 / var(--tw-bg-opacity, 1));
}
.bg-tbosecondary-200{
  --tw-bg-opacity: 1;
  background-color: rgb(14 99 178 / var(--tw-bg-opacity, 1));
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-white\/80{
  background-color: rgb(255 255 255 / 0.8);
}
.bg-white\/90{
  background-color: rgb(255 255 255 / 0.9);
}
.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}
.bg-opacity-75{
  --tw-bg-opacity: 0.75;
}
.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));
}
.from-\[\#519153\]{
  --tw-gradient-from: #519153 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(81 145 83 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-\[\#c89853\]{
  --tw-gradient-from: #c89853 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(200 152 83 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-black\/40{
  --tw-gradient-from: rgb(0 0 0 / 0.4) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-black\/80{
  --tw-gradient-from: rgb(0 0 0 / 0.8) var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(0 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.via-black\/20{
  --tw-gradient-to: rgb(0 0 0 / 0)  var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), rgb(0 0 0 / 0.2) var(--tw-gradient-via-position), var(--tw-gradient-to);
}
.to-\[\#4B8C4D\]{
  --tw-gradient-to: #4B8C4D var(--tw-gradient-to-position);
}
.to-\[\#fff3e0\]{
  --tw-gradient-to: #fff3e0 var(--tw-gradient-to-position);
}
.bg-contain{
  background-size: contain;
}
.bg-cover{
  background-size: cover;
}
.bg-center{
  background-position: center;
}
.bg-no-repeat{
  background-repeat: no-repeat;
}
.fill-\[\#AA8028\]{
  fill: #AA8028;
}
.fill-\[\#E3E3E3\]{
  fill: #E3E3E3;
}
.fill-\[\#FFA033\]{
  fill: #FFA033;
}
.fill-white{
  fill: #ffffff;
}
.object-contain{
  -o-object-fit: contain;
     object-fit: contain;
}
.object-cover{
  -o-object-fit: cover;
     object-fit: cover;
}
.object-center{
  -o-object-position: center;
     object-position: center;
}
.object-top{
  -o-object-position: top;
     object-position: top;
}
.p-0{
  padding: 0px;
}
.p-1{
  padding: 0.25rem;
}
.p-1\.5{
  padding: 0.375rem;
}
.p-10{
  padding: 2.5rem;
}
.p-2{
  padding: 0.5rem;
}
.p-2\.5{
  padding: 0.625rem;
}
.p-3{
  padding: 0.75rem;
}
.p-4{
  padding: 1rem;
}
.p-5{
  padding: 1.25rem;
}
.p-6{
  padding: 1.5rem;
}
.p-7{
  padding: 1.75rem;
}
.p-8{
  padding: 2rem;
}
.p-\[12px\]{
  padding: 12px;
}
.p-\[18px\]{
  padding: 18px;
}
.p-\[30px\]{
  padding: 30px;
}
.p-\[9px\]{
  padding: 9px;
}
.\!px-0{
  padding-left: 0px !important;
  padding-right: 0px !important;
}
.\!px-2{
  padding-left: 0.5rem !important;
  padding-right: 0.5rem !important;
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-1\.5{
  padding-left: 0.375rem;
  padding-right: 0.375rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-2\.5{
  padding-left: 0.625rem;
  padding-right: 0.625rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-3\.5{
  padding-left: 0.875rem;
  padding-right: 0.875rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-7{
  padding-left: 1.75rem;
  padding-right: 1.75rem;
}
.px-\[12px\]{
  padding-left: 12px;
  padding-right: 12px;
}
.px-\[15px\]{
  padding-left: 15px;
  padding-right: 15px;
}
.px-\[16px\]{
  padding-left: 16px;
  padding-right: 16px;
}
.px-\[20px\]{
  padding-left: 20px;
  padding-right: 20px;
}
.px-\[22px\]{
  padding-left: 22px;
  padding-right: 22px;
}
.px-\[40px\]{
  padding-left: 40px;
  padding-right: 40px;
}
.px-\[6px\]{
  padding-left: 6px;
  padding-right: 6px;
}
.px-\[8px\]{
  padding-left: 8px;
  padding-right: 8px;
}
.py-0\.5{
  padding-top: 0.125rem;
  padding-bottom: 0.125rem;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.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-2\.5{
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-3\.5{
  padding-top: 0.875rem;
  padding-bottom: 0.875rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-7{
  padding-top: 1.75rem;
  padding-bottom: 1.75rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[10\.5px\]{
  padding-top: 10.5px;
  padding-bottom: 10.5px;
}
.py-\[11px\]{
  padding-top: 11px;
  padding-bottom: 11px;
}
.py-\[12px\]{
  padding-top: 12px;
  padding-bottom: 12px;
}
.py-\[16px\]{
  padding-top: 16px;
  padding-bottom: 16px;
}
.py-\[2px\]{
  padding-top: 2px;
  padding-bottom: 2px;
}
.py-\[4px\]{
  padding-top: 4px;
  padding-bottom: 4px;
}
.pb-0{
  padding-bottom: 0px;
}
.pb-1{
  padding-bottom: 0.25rem;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-2{
  padding-bottom: 0.5rem;
}
.pb-2\.5{
  padding-bottom: 0.625rem;
}
.pb-3{
  padding-bottom: 0.75rem;
}
.pb-3\.5{
  padding-bottom: 0.875rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-7{
  padding-bottom: 1.75rem;
}
.pb-9{
  padding-bottom: 2.25rem;
}
.pb-\[18px\]{
  padding-bottom: 18px;
}
.pb-\[30px\]{
  padding-bottom: 30px;
}
.pb-\[40px\]{
  padding-bottom: 40px;
}
.pb-\[70px\]{
  padding-bottom: 70px;
}
.pe-0{
  padding-inline-end: 0px;
}
.pe-1{
  padding-inline-end: 0.25rem;
}
.pe-2{
  padding-inline-end: 0.5rem;
}
.pe-4{
  padding-inline-end: 1rem;
}
.pe-8{
  padding-inline-end: 2rem;
}
.pl-10{
  padding-left: 2.5rem;
}
.pr-10{
  padding-right: 2.5rem;
}
.pr-20{
  padding-right: 5rem;
}
.pr-8{
  padding-right: 2rem;
}
.ps-0{
  padding-inline-start: 0px;
}
.ps-10{
  padding-inline-start: 2.5rem;
}
.ps-12{
  padding-inline-start: 3rem;
}
.ps-2{
  padding-inline-start: 0.5rem;
}
.ps-3{
  padding-inline-start: 0.75rem;
}
.pt-0{
  padding-top: 0px;
}
.pt-1{
  padding-top: 0.25rem;
}
.pt-3{
  padding-top: 0.75rem;
}
.pt-3\.5{
  padding-top: 0.875rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-5{
  padding-top: 1.25rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-7{
  padding-top: 1.75rem;
}
.pt-\[16px\]{
  padding-top: 16px;
}
.pt-\[18px\]{
  padding-top: 18px;
}
.pt-\[20px\]{
  padding-top: 20px;
}
.pt-\[30px\]{
  padding-top: 30px;
}
.pt-\[32px\]{
  padding-top: 32px;
}
.pt-\[40px\]{
  padding-top: 40px;
}
.pt-\[60px\]{
  padding-top: 60px;
}
.pt-\[70px\]{
  padding-top: 70px;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-start{
  text-align: start;
}
.text-end{
  text-align: end;
}
.font-roboto{
  font-family: Roboto, sans-serif;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-\[10px\]{
  font-size: 10px;
}
.text-\[12px\]{
  font-size: 12px;
}
.text-\[13px\]{
  font-size: 13px;
}
.text-\[14px\]{
  font-size: 14px;
}
.text-\[16px\]{
  font-size: 16px;
}
.text-\[18px\]{
  font-size: 18px;
}
.text-\[20px\]{
  font-size: 20px;
}
.text-\[22px\]{
  font-size: 22px;
}
.text-\[24px\]{
  font-size: 24px;
}
.text-\[26px\]{
  font-size: 26px;
}
.text-\[28px\]{
  font-size: 28px;
}
.text-\[32px\]{
  font-size: 32px;
}
.text-\[3px\]{
  font-size: 3px;
}
.text-\[52px\]{
  font-size: 52px;
}
.text-\[9\.3px\]{
  font-size: 9.3px;
}
.text-\[9px\]{
  font-size: 9px;
}
.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;
}
.text-xs{
  font-size: 0.75rem;
  line-height: 1rem;
}
.font-\[600\]{
  font-weight: 600;
}
.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;
}
.italic{
  font-style: italic;
}
.leading-4{
  line-height: 1rem;
}
.leading-5{
  line-height: 1.25rem;
}
.leading-6{
  line-height: 1.5rem;
}
.leading-7{
  line-height: 1.75rem;
}
.leading-\[15px\]{
  line-height: 15px;
}
.leading-\[16px\]{
  line-height: 16px;
}
.leading-\[20px\]{
  line-height: 20px;
}
.leading-\[22px\]{
  line-height: 22px;
}
.leading-\[25px\]{
  line-height: 25px;
}
.leading-\[26px\]{
  line-height: 26px;
}
.leading-\[48px\]{
  line-height: 48px;
}
.leading-none{
  line-height: 1;
}
.leading-relaxed{
  line-height: 1.625;
}
.leading-snug{
  line-height: 1.375;
}
.leading-tight{
  line-height: 1.25;
}
.tracking-wide{
  letter-spacing: 0.025em;
}
.tracking-wider{
  letter-spacing: 0.05em;
}
.\!text-black{
  --tw-text-opacity: 1 !important;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1)) !important;
}
.\!text-tbo-gold200{
  --tw-text-opacity: 1 !important;
  color: rgb(163 92 10 / var(--tw-text-opacity, 1)) !important;
}
.\!text-tboprimary-200{
  --tw-text-opacity: 1 !important;
  color: rgb(14 99 178 / var(--tw-text-opacity, 1)) !important;
}
.text-\[\#030213\]{
  --tw-text-opacity: 1;
  color: rgb(3 2 19 / var(--tw-text-opacity, 1));
}
.text-\[\#0E63B2\]{
  --tw-text-opacity: 1;
  color: rgb(14 99 178 / var(--tw-text-opacity, 1));
}
.text-\[\#111827\]{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-\[\#15803D\]{
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}
.text-\[\#16A34A\]{
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}
.text-\[\#1D1D1F\]{
  --tw-text-opacity: 1;
  color: rgb(29 29 31 / var(--tw-text-opacity, 1));
}
.text-\[\#1D4ED8\]{
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}
.text-\[\#1E293B\]{
  --tw-text-opacity: 1;
  color: rgb(30 41 59 / var(--tw-text-opacity, 1));
}
.text-\[\#1a3c5e\]{
  --tw-text-opacity: 1;
  color: rgb(26 60 94 / var(--tw-text-opacity, 1));
}
.text-\[\#2563EB\]{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.text-\[\#2A7DE1\]{
  --tw-text-opacity: 1;
  color: rgb(42 125 225 / var(--tw-text-opacity, 1));
}
.text-\[\#333\]{
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}
.text-\[\#4A4031\]{
  --tw-text-opacity: 1;
  color: rgb(74 64 49 / var(--tw-text-opacity, 1));
}
.text-\[\#4A5565\]{
  --tw-text-opacity: 1;
  color: rgb(74 85 101 / var(--tw-text-opacity, 1));
}
.text-\[\#4B5563\]{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-\[\#4B8C4D\]{
  --tw-text-opacity: 1;
  color: rgb(75 140 77 / var(--tw-text-opacity, 1));
}
.text-\[\#4EA4A6\]{
  --tw-text-opacity: 1;
  color: rgb(78 164 166 / var(--tw-text-opacity, 1));
}
.text-\[\#585858\]{
  --tw-text-opacity: 1;
  color: rgb(88 88 88 / var(--tw-text-opacity, 1));
}
.text-\[\#595959\]{
  --tw-text-opacity: 1;
  color: rgb(89 89 89 / var(--tw-text-opacity, 1));
}
.text-\[\#62605F\]{
  --tw-text-opacity: 1;
  color: rgb(98 96 95 / var(--tw-text-opacity, 1));
}
.text-\[\#6D4C11\]{
  --tw-text-opacity: 1;
  color: rgb(109 76 17 / var(--tw-text-opacity, 1));
}
.text-\[\#6D6D6D\]{
  --tw-text-opacity: 1;
  color: rgb(109 109 109 / var(--tw-text-opacity, 1));
}
.text-\[\#6D6D6F\]{
  --tw-text-opacity: 1;
  color: rgb(109 109 111 / var(--tw-text-opacity, 1));
}
.text-\[\#8F8F8F\]{
  --tw-text-opacity: 1;
  color: rgb(143 143 143 / var(--tw-text-opacity, 1));
}
.text-\[\#991B1B\]{
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
.text-\[\#9CA3AF\]{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-\[\#9FC282\]{
  --tw-text-opacity: 1;
  color: rgb(159 194 130 / var(--tw-text-opacity, 1));
}
.text-\[\#A39382\]{
  --tw-text-opacity: 1;
  color: rgb(163 147 130 / var(--tw-text-opacity, 1));
}
.text-\[\#C98C3C\]{
  --tw-text-opacity: 1;
  color: rgb(201 140 60 / var(--tw-text-opacity, 1));
}
.text-\[\#CCC\]{
  --tw-text-opacity: 1;
  color: rgb(204 204 204 / var(--tw-text-opacity, 1));
}
.text-\[\#DC2626\]{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-\[\#E3C69C\]{
  --tw-text-opacity: 1;
  color: rgb(227 198 156 / var(--tw-text-opacity, 1));
}
.text-\[\#F59E0B\]{
  --tw-text-opacity: 1;
  color: rgb(245 158 11 / var(--tw-text-opacity, 1));
}
.text-\[\#F8F8F8\]{
  --tw-text-opacity: 1;
  color: rgb(248 248 248 / var(--tw-text-opacity, 1));
}
.text-\[\#ffffff99\]{
  color: #ffffff99;
}
.text-\[red\]{
  --tw-text-opacity: 1;
  color: rgb(255 0 0 / var(--tw-text-opacity, 1));
}
.text-\[var\(--dblue2\)\]{
  color: var(--dblue2);
}
.text-\[var\(--text\)\]{
  color: var(--text);
}
.text-\[var\(--text2\)\]{
  color: var(--text2);
}
.text-\[var\(--textgrey\)\]{
  color: var(--textgrey);
}
.text-\[var\(--textlight\)\]{
  color: var(--textlight);
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-tbo-blue{
  --tw-text-opacity: 1;
  color: rgb(14 99 178 / var(--tw-text-opacity, 1));
}
.text-tbo-gold200{
  --tw-text-opacity: 1;
  color: rgb(163 92 10 / var(--tw-text-opacity, 1));
}
.text-tbo-orange{
  --tw-text-opacity: 1;
  color: rgb(242 107 37 / var(--tw-text-opacity, 1));
}
.text-tboborder-100{
  --tw-text-opacity: 1;
  color: rgb(178 184 190 / var(--tw-text-opacity, 1));
}
.text-tboborder-1200{
  --tw-text-opacity: 1;
  color: rgb(88 88 88 / var(--tw-text-opacity, 1));
}
.text-tboborder-600{
  --tw-text-opacity: 1;
  color: rgb(144 144 144 / var(--tw-text-opacity, 1));
}
.text-tboborder-700{
  --tw-text-opacity: 1;
  color: rgb(160 160 160 / var(--tw-text-opacity, 1));
}
.text-tboborder-800{
  --tw-text-opacity: 1;
  color: rgb(216 216 216 / var(--tw-text-opacity, 1));
}
.text-tboborder-900{
  --tw-text-opacity: 1;
  color: rgb(113 113 113 / var(--tw-text-opacity, 1));
}
.text-tbodrak-200{
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}
.text-tbodrak-300{
  --tw-text-opacity: 1;
  color: rgb(87 87 87 / var(--tw-text-opacity, 1));
}
.text-tbodrak-400{
  --tw-text-opacity: 1;
  color: rgb(89 89 89 / var(--tw-text-opacity, 1));
}
.text-tbodrak-500{
  --tw-text-opacity: 1;
  color: rgb(31 31 31 / var(--tw-text-opacity, 1));
}
.text-tbogreen-700{
  --tw-text-opacity: 1;
  color: rgb(83 154 86 / var(--tw-text-opacity, 1));
}
.text-tbogreen-800{
  --tw-text-opacity: 1;
  color: rgb(75 140 77 / var(--tw-text-opacity, 1));
}
.text-tboprimary-200{
  --tw-text-opacity: 1;
  color: rgb(14 99 178 / var(--tw-text-opacity, 1));
}
.text-tbopurple-200{
  --tw-text-opacity: 1;
  color: rgb(139 47 201 / var(--tw-text-opacity, 1));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-white\/80{
  color: rgb(255 255 255 / 0.8);
}
.text-white\/90{
  color: rgb(255 255 255 / 0.9);
}
.underline{
  text-decoration-line: underline;
}
.accent-\[\#0E63B2\]{
  accent-color: #0E63B2;
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.opacity-25{
  opacity: 0.25;
}
.opacity-40{
  opacity: 0.4;
}
.opacity-50{
  opacity: 0.5;
}
.opacity-60{
  opacity: 0.6;
}
.opacity-70{
  opacity: 0.7;
}
.opacity-75{
  opacity: 0.75;
}
.opacity-90{
  opacity: 0.9;
}
.shadow{
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px 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-2xl{
  --tw-shadow: 0 25px 50px -12px rgb(0 0 0 / 0.25);
  --tw-shadow-colored: 0 25px 50px -12px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-\[0_4px_4px_0_rgba\(0\2c 0\2c 0\2c 0\.25\)\]{
  --tw-shadow: 0 4px 4px 0 rgba(0,0,0,0.25);
  --tw-shadow-colored: 0 4px 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);
}
.shadow-md{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-none{
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-sm{
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 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-xl{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.outline-none{
  outline: 2px solid transparent;
  outline-offset: 2px;
}
.outline-dashed{
  outline-style: dashed;
}
.outline-1{
  outline-width: 1px;
}
.ring-1{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}
.ring-black\/\[0\.06\]{
  --tw-ring-color: rgb(0 0 0 / 0.06);
}
.blur{
  --tw-blur: blur(8px);
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.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-sm{
  --tw-backdrop-blur: blur(4px);
  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, 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-opacity{
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.transition-shadow{
  transition-property: box-shadow;
  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-150{
  transition-duration: 150ms;
}
.duration-200{
  transition-duration: 200ms;
}
.duration-300{
  transition-duration: 300ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.\[-ms-overflow-style\:none\]{
  -ms-overflow-style: none;
}
.\[border-radius\:0_25px_24px_0\]{
  border-radius: 0 25px 24px 0;
}
.\[scrollbar-width\:none\]{
  scrollbar-width: none;
}

/* Custom scrollbar hiding */
.scrollbar-hide {
  -ms-overflow-style: none;  /* Internet Explorer 10+ */
  scrollbar-width: none;  /* Firefox */
}

.scrollbar-hide::-webkit-scrollbar {
  display: none;  /* Safari and Chrome */
}

/* Smooth scrolling */
:root {
  scroll-behavior: smooth;
}

/* Custom animations */
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.animate-fade-in-up {
  animation: fadeInUp 0.6s ease-out;
}

/* Swiper Custom Styles */
.hotel-swiper {
  padding: 20px 0;
}

.swiper .swiper-pagination-bullet{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
  height: 6px;
  width: 6px;
  background-color: rgb(0 0 0 / 0.6) !important;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 200ms;
}

.swiper .swiper-pagination-bullet:hover{
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1)) !important;
}

.swiper .swiper-pagination-bullet-active{
  height: 10px;
  width: 10px;
  --tw-bg-opacity: 1 !important;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1)) !important;
}

.swiper-button-disabled{
  cursor: not-allowed;
  opacity: 0.5;
}

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

.hotel-swiper {
    overflow: hidden !important;
  }

.hotel-swiper .swiper-wrapper {
  align-items: stretch;
}

.hotel-swiper .swiper-slide {
  transition: transform 0.3s ease;
  height: auto;
}

/* .hotel-swiper .swiper-slide:hover {
  transform: translateY(-5px);
} */

.hotel-swiper .swiper-pagination-bullet {
  background: var(--tbo-blue);
  opacity: 0.3;
}

.hotel-swiper .swiper-pagination-bullet-active {
  opacity: 1;
}

.hotel-swiper .swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
}

          /* Ensure proper slide spacing for 1.5 slides */
  .hotel-swiper .swiper-slide {
    margin-inline-end: 0;
  }
  
  /* Hide scrollbar */
  .hotel-swiper::-webkit-scrollbar {
    display: none;
  }
  
  .hotel-swiper {
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  

/*---break--- */
@custom-variant dark (&:is(.dark *));

:root {
  --mainclr:#014693;
  --altclr:#F4B434;
  --border-radius: 12px;
  --font-mono: 'Roboto', sans-serif;
  --font-roboto: 'Roboto', sans-serif;
  --greybg:#f7f7f7;
  --blue:#014693;
  --white:#fff;
  --text:#000;
  --text2:#333;
  --textlight:#595959;
  --red:#f30000;
  --red2:#BA0704;
  --link:#1E85D6;    
  --bodybg:#f2f2f2;
  --greybg2:#D1D4D7;
  --greybg3:#EDEDED;
  --greybg4:#647383;
  --bg_lblue:#D9EDF7;
  --lgreen:#DFF0D8;
  --dgreen:#4B8C4D;
  --lblue:#D9EDF7;
  --lblue2:#E9F5FF;
  --lblue3:#F8FCFF;
  --lblue4:#E3F1FB;
  --lblue5:#BADDF6;
  --dblue:#235067;
  --lyellow:#FBF8E3;
  --dyellow:#654F29;
  --lred:#FFEAEC;
  --dred:#79302F;
  --textgrey:#333333;
  --wcolor:#fff;
  --border:#B2B8BE;
  --border2:#D6E4EE;
  --border3:#D1D4D7;  
  --dblue:#44A2E7;
  --dblue2:#0E63B2;
  --font-11:.7rem;
  --font-12:.75rem;
  --font-13:.82rem;
  --font-14: .88rem;
  --font-16:1rem;
  --font-18: 1.13rem;
  --font-20: 1.25rem;
  --font-24: 1.5rem;

  /* new theme */
  /* Main Color */
  --tbo-primary: #f4b434;
  --tbo-secondary: #0e63b2;
  --tbo-tertiary: #8b2fc9;
  --tbo-netural: #1f1f1f;
  --tbo-global-color: #ffffff;
   /* Text Color */
  --tbo-color-text-dark: #333333;
  --tbo-color-text-light: #595959;
  --tbo-color-text-darker: #000000;
   /* Netural Color */
  --tbo-color-bg-800: var(--tbo-netural);
  --tbo-color-bg-700: #4b4b4b;
  --tbo-color-bg-600: #cacaca;
  --tbo-color-bg-500: #e1e1e1;
  --tbo-color-bg-400: #eeeeee;
  --tbo-color-bg-300: #f5f5f5;
  --tbo-color-bg-main: #f2f2f2;
   /* Secondary Color */
  --tbo-color-secondary-1000: #014693;
  --tbo-color-secondary-main: var(--tbo-secondary);
  --tbo-color-secondary-800: #1573c4;
  --tbo-color-secondary-700: #1e85d6;
  --tbo-color-secondary-600: #2593e3;
  --tbo-color-secondary-500: #44a2e7;
  --tbo-color-secondary-400: #65b2ea;
  --tbo-color-secondary-300: #8fc8f1;
  --tbo-color-secondary-200: #baddf6;
  --tbo-color-secondary-100: #ecf5fb;
   /* Primary Color */
  --tbo-color-primary-1000: #e4a21c;
  --tbo-color-primary-main: var(--tbo-primary);
  --tbo-color-primary-800: #fdb412;
  --tbo-color-primary-700: #f5c13a;
  --tbo-color-primary-600: #f6ca45;
  --tbo-color-primary-500: #f9e08c;
  --tbo-color-primary-400: #f9e08c;
  --tbo-color-primary-300: #fbecb9;
  --tbo-color-primary-200: #fbecb9;
  --tbo-color-primary-100: #fdf7e4;
  --tbo-color-bg-100: #fafafa;
     /* Green Color */
  --tbo-color-success-text: #2a4b2a;
  --tbo-color-success-800: #036603;
  --tbo-color-success-700: #396a3a;
  --tbo-color-success-600: #417a43;
  --tbo-color-success-500: #4b8c4d;
  --tbo-color-success-400: #539a56;
  --tbo-color-success-300: #6aa86d;
  --tbo-color-success-200: #82b685;
  --tbo-color-success-100: #a4caa6;
  --tbo-color-success-border: #9fc282;
  --tbo-color-success-bg-msg: #dff0d8;
  --tbo-color-success-bg-dark: #c7dfc8;
  --tbo-color-success-bg-light: #e8f2e9;
  
   /* Warning Color */
  --tbo-color-warning-txt: #654f29;
  --tbo-color-info-txt: #235067;
  --tbo-color-warning-border: #d6b675;
  --tbo-color-warning-bg-msg: #fbf8e3;
  --tbo-color-info-border: #7cb8c4;
  --tbo-color-info-bg-msg: #d9edf7;
  --tbo-color-info-100: #f0faff;
  
   /* Danger Red Color */
  --tbo-color-danger-txt: #f2dede;
  --tbo-color-danger-border: #c48792;
  --tbo-color-danger-bg-msg: #79302f;
  --tbo-color-danger-700: #a80503;
  --tbo-color-danger-600: #b90805;
  --tbo-color-danger-500: #e73122;
  --tbo-color-danger-400: #f53c21;
  --tbo-color-danger-300: #f24d41;
  --tbo-color-danger-200: #e96e67;
  --tbo-color-danger-100: #f39792;
     /* Tertiary Color */
  --tbo-color-tertiary1-dark: #7827ae;
  --tbo-color-tertiary1-main: #8b2fc9;
  --tbo-color-tertiary1-900: #964ad0;
  --tbo-color-tertiary1-800: #a161d6;
  --tbo-color-tertiary1-700: #ad76dd;
  --tbo-color-tertiary1-600: #b88ae3;
  --tbo-color-tertiary1-500: #c49ee8;
  --tbo-color-tertiary1-400: #cfb1ee;
  --tbo-color-tertiary1-300: #dbc5f2;
  --tbo-color-tertiary1-200: #e7d8f7;
  --tbo-color-tertiary1-100: #f3ebfb;
  --tbo-color-tertiary2-main: #4ea4a6;
  --tbo-color-tertiary2-dark: #438e90;
  --tbo-color-tertiary2-900: #62adaf;
  --tbo-color-tertiary2-800: #75b6b7;
  --tbo-color-tertiary2-700: #87bfc0;
  --tbo-color-tertiary2-600: #99c8c9;
  --tbo-color-tertiary2-500: #aad1d2;
  --tbo-color-tertiary2-400: #bbdadb;
  --tbo-color-tertiary2-300: #cce3e4;
  --tbo-color-tertiary2-200: #ddeded;
  --tbo-color-tertiary2-100: #eef6f6;
  --tbo-color-tertiary3-dark: #d25c1f;
  --tbo-color-tertiary3-main: #f26b25;
  --tbo-color-tertiary3-900: #f57c44;
  --tbo-color-tertiary3-800: #f88c5c;
  --tbo-color-tertiary3-700: #fb9b71;
  --tbo-color-tertiary3-600: #fdaa86;
  --tbo-color-tertiary3-500: #ffb89b;
  --tbo-color-tertiary3-400: #ffc7af;
  --tbo-color-tertiary3-300: #ffd5c3;
  --tbo-color-tertiary3-200: #ffe3d7;
  --tbo-color-tertiary3-100: #fff1eb;
  --tbo-color-tertiary4-main: #307fe2;
  --tbo-color-tertiary4-900: #488de6;
  --tbo-color-tertiary4-800: #71a6ec;
  --tbo-color-tertiary4-700: #83b1ef;
  --tbo-color-tertiary4-600: #95bdf2;
  --tbo-color-tertiary4-500: #a6c7f4;
  --tbo-color-tertiary4-400: #b7d2f7;
  --tbo-color-tertiary4-300: #c9def9;
  --tbo-color-tertiary4-200: #dae8fb;
  --tbo-color-tertiary4-100: #edf4fc;
  
  --radius:0.625rem;
  --background:oklch(1 0 0);
  --foreground:oklch(0.145 0 0);
  --card:oklch(1 0 0);
  --card-foreground:oklch(0.145 0 0);
  --popover:oklch(1 0 0);
  --popover-foreground:oklch(0.145 0 0);
  --primary:oklch(0.205 0 0);
  --primary-foreground:oklch(0.985 0 0);
  --secondary:oklch(0.97 0 0);
  --secondary-foreground:oklch(0.205 0 0);
  --muted:oklch(0.97 0 0);
  --muted-foreground:oklch(0.556 0 0);
  --accent:oklch(0.97 0 0);
  --accent-foreground:oklch(0.205 0 0);
  --destructive:oklch(0.577 0.245 27.325);
  --border:oklch(0.922 0 0);
  --input:oklch(0.922 0 0);
  --ring:oklch(0.708 0 0);
  --chart-1:oklch(0.646 0.222 41.116);
  --chart-2:oklch(0.6 0.118 184.704);
  --chart-3:oklch(0.398 0.07 227.392);
  --chart-4:oklch(0.828 0.189 84.429);
  --chart-5:oklch(0.769 0.188 70.08);
  --sidebar:oklch(0.985 0 0);
  --sidebar-foreground:oklch(0.145 0 0);
  --sidebar-primary:oklch(0.205 0 0);
  --sidebar-primary-foreground:oklch(0.985 0 0);
  --sidebar-accent:oklch(0.97 0 0);
  --sidebar-accent-foreground:oklch(0.205 0 0);
  --sidebar-border:oklch(0.922 0 0);
  --sidebar-ring:oklch(0.708 0 0);

}


body {
  font-family: "Roboto", sans-serif !important;
}
/*border color */
.border-red {
  --tw-border-opacity: 1;
  border-color: rgb(186 7 4/var(--tw-border-opacity))
}

.border-tboblue-default {
  --tw-border-opacity: 1;
  border-color: rgb(14 99 178/var(--tw-border-opacity))
}

.border-tboborder-100 {
  --tw-border-opacity: 1;
  border-color: rgb(178 184 190/var(--tw-border-opacity))
}

.border-tboborder-200 {
  --tw-border-opacity: 1;
  border-color: rgb(209 212 215/var(--tw-border-opacity))
}

.border-tboborder-300 {
  --tw-border-opacity: 1;
  border-color: rgb(237 237 237/var(--tw-border-opacity))
}

.border-tbodrak-100 {
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0/var(--tw-border-opacity))
}

.border-tbodrak-200 {
  --tw-border-opacity: 1;
  border-color: rgb(51 51 51/var(--tw-border-opacity))
}

.border-tbodrak-300 {
  --tw-border-opacity: 1;
  border-color: rgb(89 89 89/var(--tw-border-opacity))
}

.border-tbogreen-200 {
  --tw-border-opacity: 1;
  border-color: rgb(65 122 67/var(--tw-border-opacity))
}

.border-tbogreen-300 {
  --tw-border-opacity: 1;
  border-color: rgb(159 194 130/var(--tw-border-opacity))
}

.border-tboprimary-100 {
  --tw-border-opacity: 1;
  border-color: rgb(244 180 52/var(--tw-border-opacity))
}

.border-tbosecondary-100 {
  --tw-border-opacity: 1;
  border-color: var(--mainclr);
}

.border-tbosecondary-200 {
  --tw-border-opacity: 1;
  border-color: rgb(14 99 178/var(--tw-border-opacity))
}

.border-tbosecondary-300 {
  --tw-border-opacity: 1;
  border-color: rgb(143 200 241/var(--tw-border-opacity))
}

.border-tbosecondary-400 {
  --tw-border-opacity: 1;
  border-color: rgb(186 221 246/var(--tw-border-opacity))
}

.border-white {
  --tw-border-opacity: 1;
  border-color: rgb(255 255 255/var(--tw-border-opacity))
}
.border-b-tbosecondary-100 {
  --tw-border-opacity: 1;
  border-bottom-color: var(--mainclr);
}
.border-l-tbosecondary-100 {
  --tw-border-opacity: 1;
  border-left-color: var(--mainclr);
}
.border-b-2 {
  border-bottom-width: 2px;
}
.border-b-tboborder-100 {
  --tw-border-opacity: 1;
  border-bottom-color: rgb(178 184 190 / var(--tw-border-opacity));
}
.border-t-tboborder-100 {
  --tw-border-opacity: 1;
  border-top-color: rgb(178 184 190 / var(--tw-border-opacity));
}
.bg-tbobackground-100 {
  --tw-bg-opacity: 1;
  background-color: rgb(242 242 242 / var(--tw-bg-opacity));
}


.tpcbx{background:url(/images/platinumcollectionbg2.webp)  no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.swiper-slide{height: initial !important;}
.custom-swiper-button{width:46px; min-width: 46px; padding:12px; min-height:46px; height:46px; display:inline-block;}
.custom-swiper-button svg{width:12px !important;}
.custom-swiper-button:after{display:none;}
.tpcbx .swiper-button-next{margin-inline-end:-5px !important;  top: 120px;}
.tpcbx .swiper-button-prev{margin-inline-start: -5px !important; top: 120px;}
.tpcbx .swiper-pagination-bullet{
  background:var(--white);
}
.swiper .swiper-button-disabled{display:none !important;}
.goldgradient{background: linear-gradient(262deg, #C07927 1.05%, #E8D4AF 46.79%, #C07927 93.68%);}

.gradientbgbx{background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) -45%, rgba(0, 0, 0, 0.80) 100%); height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;}

  .cutomnavslide .swiper-button-next, .cutomnavslide .swiper-button-prev{    width: 46px;
    height: 46px;
    background: var(--dblue2);
    border-radius: 50%;
    padding: 11px;
    color: #fff; opacity: 0.6;
    display: none;
    justify-content: center;}
   .cutomnavslide .swiper-button-next:after, .cutomnavslide .swiper-button-prev:after{font-size:17px;}
   .tabactiveset:hover svg path, .bg-white.tabactiveset svg path{fill:var(--text);}
   .tabactiveset:hover svg.parkingicon path, .bg-white.tabactiveset .parkingicon path{fill:transparent; stroke:var(--black);}
   .arrowwhite svg path{stroke:#ffffff}
   .cutomnavslide .swiper-button-next:hover, .cutomnavslide .swiper-button-prev:hover{opacity:1;}
  .cutomnavslide:hover .swiper-button-next, .cutomnavslide:hover .swiper-button-prev{display:flex;}

   .bannercnt{position: absolute;
    inset-inline-end: 0;
    height: 500px;}
   .bannercnt_inner{background: #7827AE url(../../../public/images/bannerbg.png);
    border-radius: 265px 0 0 215px;
    display: flex; height:100%;
    align-items: start; position: relative;
    flex-direction: column; width:100%;
    justify-content: center;
    padding-inline-start: 70px;}
  .bannercnt:before{content: "";
    background: #7827ae;
    border-radius: 325px 0 0 215px;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    inset-inline-start: -20px;
    opacity: 0.4;}
    .tabsliderbx:hover .swiper-button-prev,  .tabsliderbx:hover .swiper-button-next{display:flex;}
  .tabsliderbx .swiper-button-prev:hover,  .tabsliderbx .swiper-button-next:hover{opacity:1;}
  .tabsliderbx .swiper-button-prev,  .tabsliderbx .swiper-button-next{background: var(--dblue2);
    color: #fff;
    border-radius: 50%;
    justify-content: center;
    width: 26px; opacity:0.6; display:none;
    height: 26px;
    padding: 11px; top: 31px !important;}
  .tabsliderbx .swiper-button-prev::after, .tabsliderbx .swiper-button-next::after{font-size: 12px;}
    .tabsliderbx .swiper-button-prev{inset-inline-start:2px;}
    .tabsliderbx .swiper-button-next{inset-inline-end:2px;}
    .tabsliderbx .swiper-button-disabled{display:none;}
.swiper .swiper-pagination-bullet{background:var(--white); opacity:1;}
.swiper .swiper-pagination-bullet.swiper-pagination-bullet-active{background:var(--dblue2); border:1px solid var(--white)}
.sliderpagination .swiper-pagination{    position: relative;
    top: 0px;
    padding-top: 20px;}
.altsliderpagination.sliderpagination .swiper-pagination-bullet{background:var(--text);}
.altsliderpagination.sliderpagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:var(--dblue2);}
/* .spagcenter .swiper-pagination{padding-inline-end: 300px;} */
.spagcenter .swiper-pagination{display:flex; width:100%; align-items:center; justify-content:center; padding-top:40px;}
.overflowinherit{overflow:inherit;}

.loader-gradient {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: conic-gradient(var(--dblue2) 0deg, #4ba3f2 90deg, #a7d4f9 180deg, transparent 360deg);
  -webkit-mask: radial-gradient(farthest-side, transparent 70%, black 71%);
  mask: radial-gradient(farthest-side, transparent 70%, black 71%);
  animation: spin 1s linear infinite; 
}

@keyframes spin {
  to { transform: rotate(360deg); }
}

/* Skeleton Shimmer */
.ph-item{position:relative;padding:0px 0;overflow:hidden;}
.ph-item:before, .phtp::before{content:" ";opacity:1 !important;display:block !important; position:absolute;top:0;inset-inline-end:0;bottom:0;inset-inline-start:50%;z-index:1;width:500% !important;margin-inline-start:-250%;animation:phAnimation .8s linear infinite;background:linear-gradient(90deg,hsla(0,0%,100%,0) 46%,hsla(0,0%,100%,.35) 50%,hsla(0,0%,100%,0) 54%) 50% 50% !important}
.delya1:before{animation-delay:1s;}
.rowloading1{background:#f0f0f0 !important;}


.phtp{position:relative;display:flex;flex-wrap:wrap;overflow:hidden; }
.rowloading{height:18px; background-color:var(--greybg) !important; display: flex; border-radius:4px;}
table.ph-item .rowloading{background-color:var(--greybg) !important;}
.rowloading.big,.rowloading.big div{height:28px;}
.rowloading .empty{background-color:hsla(0,0%,100%,0);}
.ph-picture{width:100%;height:105px;background-color:var(--greybg);}
.resutpicture{width:100%; height:165px; border-radius: 16px 16px 0 0; display: flex; background-color: var(--greybg);}
@keyframes phAnimation{0%{transform:translate3d(-30%,0,0)}to{transform:translate3d(30%,0,0)}}
.radius10{border-radius:10px;}
.ph-button{height:40px;}

.pdestination{background:var(--tbo-color-tertiary4-100);}

.mainbannerhome{background:url(../images/bannerhome.webp) no-repeat left top; height:514px; background-size:cover;}
.blacklinear{background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.00) 100%);}
.dealcard{
    border-radius: 105px 0 0 105px;
    padding-inline-start: 41px; align-content:start;
    max-width: 70%; width:70%;
    height: 100%; position: relative;
    padding-top: 20px;}
.dealcard:before{content:""; position:absolute; top:-20px; left:0; width:100%; height:120%; background:#4EA4A6; border-radius: 115px 0 0 115px; z-index:1;}
.dealcard:after{content:""; position:absolute; top:-20px; left:-10px; width:100%; height:120%; background:#99C8C9; opacity:0.3; border-radius: 125px 0 0 125px;}
.dealcard h2{line-height:16px;}

.dealcard2:before{background:#488DE6;}
.dealcard2:after{background:#488DE6;}
.dealcard3:before{background:#F26B25;}
.dealcard3:after{background:#FDAA86;}

.whitepaginationbtn .swiper-pagination{display: flex;
    align-items: center;
    justify-content: center;}
.swiper .swiper-button-prev, .swiper .swiper-button-next{top: var(--swiper-navigation-top-offset, 50%);}
.whitepaginationbtn .swiper .swiper-pagination-bullet{background:rgba(255,255,255,0.8) !important;}
.whitepaginationbtn .swiper .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#fff !important; border:0}
.new_tbohNavItem.ph-item:before, .new_tbohNavItem.phtp:before{animation: linear 2s infinite phAnimation;}

.topsliderbx .swiper-button-prev, .topsliderbx .swiper-button-next{color: rgb(255, 255, 255);
    opacity: 0.6;
    justify-content: center;
    width: 46px;
    height: 46px; display:none;
    background: var(--dblue2);
    border-radius: 50%;
    padding: 11px;}
.topsliderbx .swiper-button-prev:hover, .topsliderbx .swiper-button-next:hover{opacity:1;}
.topsliderbx .swiper:hover .swiper-button-prev, .topsliderbx .swiper:hover .swiper-button-next{display:flex;}
.topsliderbx .swiper-button-next::after, .topsliderbx .swiper-button-prev::after {
    font-size: 17px;
}

.onehalfslider .swiper-slide-next .destslidercnt, .onehalfslider .swiper-slide-prev .destslidercnt{display:none;}
.onehalfslidercounter{position:absolute; inset-inline-end:189px; top: 374px; display:none;}
.onehalfslider .swiper-button-next{width: 24px;
    height: 24px; top: 382px;
    inset-inline-end: 156px;
    display: none; opacity:1;
}
.onehalfslider .swiper-button-next:after{font-size:12;}
.onehalfslider .swiper-button-prev{width: 24px;
    height: 24px; top: 382px; inset-inline-start:initial;
    inset-inline-end: 242px;
    display: none; opacity:1;
}
.onehalfslider .swiper-button-prev:after{font-size:12;}
.onehalfslider .swiper-button-prev.swiper-button-disabled, 
.onehalfslider .swiper-button-next.swiper-button-disabled{display:flex !important; background:#B2B8BE;}
.destslidercnt h4{padding-inline-end: 105px;}

.onehalfslider:hover .swiper-button-next, .onehalfslider:hover swiper-button-prev{display:flex}
.onehalfslider:hover .onehalfslidercounter{display:block;}

.tpcswiper.swiper .swiper-pagination-bullet{background:#65625D !important;}
.tpcswiper.swiper .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#A39382 !important;}
.cutomnavslide .tpcswiper .swiper-button-next, .cutomnavslide .tpcswiper .swiper-button-prev{background:#A39382 !important;}

@media(max-width:1024px){
  .gridlftbx{width:100%;}
  .gridmainbx{flex-wrap:wrap;}
}

@media(max-width:992px){
  .spagcenter .swiper-pagination{padding-inline-end: 0;}
  .mobgridslider{width:100%; height:300px; order:1;}
  .mobgridcnt{width:100%; order:2}
  .mobgridbx{flex-wrap:wrap;}
  .topdealsbx .flex-1{width:100%; flex: initial;}
}

@media(max-width:767px){
  .bannercnt{width:70%; }
  .bannercnt_inner{padding-inline-start:20px;}
  .cutomnavslide .swiper-button-next, .cutomnavslide .swiper-button-prev{width: 35px; height: 35px;}
  .cutomnavslide .swiper-button-next:after, .cutomnavslide .swiper-button-prev:after{font-size: 14px;}
  .innerpcbanner{width: 100%;
    display: flex; margin-bottom:16px;
    justify-content: space-between;}
  .innerpcbanner svg[class="mb-16"]{width: 118px;
    height: auto;
    margin-bottom: 0;}
  .innerpcbanner .InnerBanner-module__UiKg-q__tooltipContainer button{margin-top:0;}
}

@media(max-width:480px){
  .mpadlr{padding-inline:1rem}
  .container{padding-inline: 12px;}
}

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

.after\:left-0\.5::after{
  content: var(--tw-content);
  left: 0.125rem;
}

.after\:top-0\.5::after{
  content: var(--tw-content);
  top: 0.125rem;
}

.after\:h-5::after{
  content: var(--tw-content);
  height: 1.25rem;
}

.after\:w-5::after{
  content: var(--tw-content);
  width: 1.25rem;
}

.after\:rounded-full::after{
  content: var(--tw-content);
  border-radius: 9999px;
}

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

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

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

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

.last\:border-0:last-child{
  border-width: 0px;
}

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

.focus-within\:ring-2:focus-within{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.hover\:-translate-y-\[-2px\]:hover{
  --tw-translate-y: 2px;
  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));
}

.hover\:border-\[\#0E63B2\]:hover{
  --tw-border-opacity: 1;
  border-color: rgb(14 99 178 / var(--tw-border-opacity, 1));
}

.hover\:border-tbo-goldHover:hover{
  --tw-border-opacity: 1;
  border-color: rgb(255 179 71 / var(--tw-border-opacity, 1));
}

.hover\:border-tboprimary-200:hover{
  --tw-border-opacity: 1;
  border-color: rgb(14 99 178 / var(--tw-border-opacity, 1));
}

.hover\:bg-\[\#0A4D8A\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(10 77 138 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#0b52a0\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(11 82 160 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#65625D\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(101 98 93 / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-\[\#F9FAFB\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[var\(--dblue3\)\]:hover{
  background-color: var(--dblue3);
}

.hover\:bg-tbo-blueHover:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(10 77 138 / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-tbo-gold200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(163 92 10 / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-tbo-lgtblue:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(183 210 247 / var(--tw-bg-opacity, 1));
}

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

.hover\:bg-tboprimary-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(14 99 178 / 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-tboprimary-200:hover{
  --tw-text-opacity: 1 !important;
  color: rgb(14 99 178 / var(--tw-text-opacity, 1)) !important;
}

.hover\:text-\[\#1e5fb8\]:hover{
  --tw-text-opacity: 1;
  color: rgb(30 95 184 / var(--tw-text-opacity, 1));
}

.hover\:text-\[var\(--tbo-color-tertiary3-main\)\]:hover{
  color: var(--tbo-color-tertiary3-main);
}

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

.hover\:text-red:hover{
  --tw-text-opacity: 1;
  color: rgb(186 7 4 / var(--tw-text-opacity, 1));
}

.hover\:text-tbo-blueHover:hover{
  --tw-text-opacity: 1;
  color: rgb(10 77 138 / var(--tw-text-opacity, 1));
}

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

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

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

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

.hover\:opacity-80:hover{
  opacity: 0.8;
}

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

.hover\:shadow-md:hover{
  --tw-shadow: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

.hover\:shadow-xl:hover{
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.focus\:ring-0:focus{
  --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);
}

.focus\:ring-1:focus{
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.focus\:ring-\[\#ccc\]:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(204 204 204 / var(--tw-ring-opacity, 1));
}

.disabled\:cursor-not-allowed:disabled{
  cursor: not-allowed;
}

.disabled\:opacity-40:disabled{
  opacity: 0.4;
}

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

.disabled\:opacity-60:disabled{
  opacity: 0.6;
}

.group\/parent:hover .group-hover\/parent\:visible{
  visibility: visible;
}

.group:hover .group-hover\:block{
  display: block;
}

.group\/parent:hover .group-hover\/parent\:translate-y-0{
  --tw-translate-y: 0px;
  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));
}

.group:hover .group-hover\:translate-x-1{
  --tw-translate-x: 0.25rem;
  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));
}

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

.group:hover .group-hover\:bg-\[\#0E63B2\]{
  --tw-bg-opacity: 1;
  background-color: rgb(14 99 178 / var(--tw-bg-opacity, 1));
}

.group\/link:hover .group-hover\/link\:text-tboprimary-200{
  --tw-text-opacity: 1;
  color: rgb(14 99 178 / var(--tw-text-opacity, 1));
}

.group:hover .group-hover\:underline{
  text-decoration-line: underline;
}

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

.peer:checked ~ .peer-checked\:bg-\[\#0E63B2\]{
  --tw-bg-opacity: 1;
  background-color: rgb(14 99 178 / var(--tw-bg-opacity, 1));
}

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

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

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

@media (min-width: 640px){
  .sm\:order-2{
    order: 2;
  }
  .sm\:col-span-6{
    grid-column: span 6 / span 6;
  }
  .sm\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .sm\:mb-0{
    margin-bottom: 0px;
  }
  .sm\:mb-12{
    margin-bottom: 3rem;
  }
  .sm\:mb-5{
    margin-bottom: 1.25rem;
  }
  .sm\:mb-\[30px\]{
    margin-bottom: 30px;
  }
  .sm\:mt-0{
    margin-top: 0px;
  }
  .sm\:block{
    display: block;
  }
  .sm\:inline{
    display: inline;
  }
  .sm\:flex{
    display: flex;
  }
  .sm\:grid{
    display: grid;
  }
  .sm\:hidden{
    display: none;
  }
  .sm\:size-auto{
    width: auto;
    height: auto;
  }
  .sm\:h-20{
    height: 5rem;
  }
  .sm\:h-5{
    height: 1.25rem;
  }
  .sm\:h-8{
    height: 2rem;
  }
  .sm\:h-full{
    height: 100%;
  }
  .sm\:w-5{
    width: 1.25rem;
  }
  .sm\:w-52{
    width: 13rem;
  }
  .sm\:w-8{
    width: 2rem;
  }
  .sm\:w-\[210px\]{
    width: 210px;
  }
  .sm\:w-\[213px\]{
    width: 213px;
  }
  .sm\:w-\[223px\]{
    width: 223px;
  }
  .sm\:w-\[calc\(100\%-236px\)\]{
    width: calc(100% - 236px);
  }
  .sm\:w-auto{
    width: auto;
  }
  .sm\:min-w-\[223px\]{
    min-width: 223px;
  }
  .sm\:grid-cols-1{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
  .sm\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .sm\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .sm\:flex-row{
    flex-direction: row;
  }
  .sm\:flex-nowrap{
    flex-wrap: nowrap;
  }
  .sm\:items-center{
    align-items: center;
  }
  .sm\:gap-2{
    gap: 0.5rem;
  }
  .sm\:gap-3{
    gap: 0.75rem;
  }
  .sm\:gap-4{
    gap: 1rem;
  }
  .sm\:gap-6{
    gap: 1.5rem;
  }
  .sm\:rounded-\[20px\]{
    border-radius: 20px;
  }
  .sm\:p-2\.5{
    padding: 0.625rem;
  }
  .sm\:p-3{
    padding: 0.75rem;
  }
  .sm\:p-4{
    padding: 1rem;
  }
  .sm\:p-5{
    padding: 1.25rem;
  }
  .sm\:p-6{
    padding: 1.5rem;
  }
  .sm\:\!px-8{
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .sm\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .sm\:px-2{
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
  .sm\:px-3{
    padding-left: 0.75rem;
    padding-right: 0.75rem;
  }
  .sm\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .sm\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .sm\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .sm\:py-2\.5{
    padding-top: 0.625rem;
    padding-bottom: 0.625rem;
  }
  .sm\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .sm\:pb-0{
    padding-bottom: 0px;
  }
  .sm\:pt-4{
    padding-top: 1rem;
  }
  .sm\:pt-6{
    padding-top: 1.5rem;
  }
  .sm\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .sm\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .sm\:text-\[22px\]{
    font-size: 22px;
  }
  .sm\:text-\[30px\]{
    font-size: 30px;
  }
  .sm\:text-\[40px\]{
    font-size: 40px;
  }
  .sm\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .sm\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .sm\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .sm\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
}

@media (min-width: 768px){
  .md\:left-4{
    left: 1rem;
  }
  .md\:top-4{
    top: 1rem;
  }
  .md\:top-\[100\%\]{
    top: 100%;
  }
  .md\:order-1{
    order: 1;
  }
  .md\:order-2{
    order: 2;
  }
  .md\:order-first{
    order: -9999;
  }
  .md\:order-last{
    order: 9999;
  }
  .md\:col-span-6{
    grid-column: span 6 / span 6;
  }
  .md\:mx-0{
    margin-left: 0px;
    margin-right: 0px;
  }
  .md\:mb-0{
    margin-bottom: 0px;
  }
  .md\:mb-1{
    margin-bottom: 0.25rem;
  }
  .md\:mb-16{
    margin-bottom: 4rem;
  }
  .md\:mb-3{
    margin-bottom: 0.75rem;
  }
  .md\:mb-6{
    margin-bottom: 1.5rem;
  }
  .md\:ms-0{
    margin-inline-start: 0px;
  }
  .md\:ms-auto{
    margin-inline-start: auto;
  }
  .md\:mt-0{
    margin-top: 0px;
  }
  .md\:block{
    display: block;
  }
  .md\:flex{
    display: flex;
  }
  .md\:inline-flex{
    display: inline-flex;
  }
  .md\:grid{
    display: grid;
  }
  .md\:hidden{
    display: none;
  }
  .md\:size-auto{
    width: auto;
    height: auto;
  }
  .md\:h-12{
    height: 3rem;
  }
  .md\:h-14{
    height: 3.5rem;
  }
  .md\:h-6{
    height: 1.5rem;
  }
  .md\:h-\[90vh\]{
    height: 90vh;
  }
  .md\:min-h-\[280px\]{
    min-height: 280px;
  }
  .md\:min-h-\[340px\]{
    min-height: 340px;
  }
  .md\:w-1\/2{
    width: 50%;
  }
  .md\:w-12{
    width: 3rem;
  }
  .md\:w-14{
    width: 3.5rem;
  }
  .md\:w-6{
    width: 1.5rem;
  }
  .md\:w-\[255px\]{
    width: 255px;
  }
  .md\:w-\[48\%\]{
    width: 48%;
  }
  .md\:w-\[50\%\]{
    width: 50%;
  }
  .md\:w-\[calc\(100\%-223px\)\]{
    width: calc(100% - 223px);
  }
  .md\:w-auto{
    width: auto;
  }
  .md\:max-w-\[1180px\]{
    max-width: 1180px;
  }
  .md\:max-w-\[700px\]{
    max-width: 700px;
  }
  .md\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .md\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .md\:flex-row{
    flex-direction: row;
  }
  .md\:flex-wrap{
    flex-wrap: wrap;
  }
  .md\:flex-nowrap{
    flex-wrap: nowrap;
  }
  .md\:items-center{
    align-items: center;
  }
  .md\:justify-center{
    justify-content: center;
  }
  .md\:gap-1{
    gap: 0.25rem;
  }
  .md\:gap-3{
    gap: 0.75rem;
  }
  .md\:gap-4{
    gap: 1rem;
  }
  .md\:gap-5{
    gap: 1.25rem;
  }
  .md\:gap-8{
    gap: 2rem;
  }
  .md\: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));
  }
  .md\:self-auto{
    align-self: auto;
  }
  .md\:rounded-3xl{
    border-radius: 1.5rem;
  }
  .md\:rounded-xl{
    border-radius: 0.75rem;
  }
  .md\:rounded-s-lg{
    border-start-start-radius: var(--radius);
    border-end-start-radius: var(--radius);
  }
  .md\:border-e{
    border-inline-end-width: 1px;
  }
  .md\:object-\[50\%_68\%\]{
    -o-object-position: 50% 68%;
       object-position: 50% 68%;
  }
  .md\:p-4{
    padding: 1rem;
  }
  .md\:p-6{
    padding: 1.5rem;
  }
  .md\:p-7{
    padding: 1.75rem;
  }
  .md\:p-8{
    padding: 2rem;
  }
  .md\:p-\[30px\]{
    padding: 30px;
  }
  .md\:\!px-8{
    padding-left: 2rem !important;
    padding-right: 2rem !important;
  }
  .md\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .md\:px-12{
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .md\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .md\:px-5{
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
  .md\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
  .md\:py-0{
    padding-top: 0px;
    padding-bottom: 0px;
  }
  .md\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .md\:py-4{
    padding-top: 1rem;
    padding-bottom: 1rem;
  }
  .md\:py-8{
    padding-top: 2rem;
    padding-bottom: 2rem;
  }
  .md\:pb-0{
    padding-bottom: 0px;
  }
  .md\:pb-4{
    padding-bottom: 1rem;
  }
  .md\:pb-5{
    padding-bottom: 1.25rem;
  }
  .md\:pb-\[18px\]{
    padding-bottom: 18px;
  }
  .md\:pe-0{
    padding-inline-end: 0px;
  }
  .md\:pe-2{
    padding-inline-end: 0.5rem;
  }
  .md\:pe-4{
    padding-inline-end: 1rem;
  }
  .md\:pe-8{
    padding-inline-end: 2rem;
  }
  .md\:pt-0{
    padding-top: 0px;
  }
  .md\:text-end{
    text-align: end;
  }
  .md\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .md\:text-\[20px\]{
    font-size: 20px;
  }
  .md\:text-\[22px\]{
    font-size: 22px;
  }
  .md\:text-\[28px\]{
    font-size: 28px;
  }
  .md\:text-\[32px\]{
    font-size: 32px;
  }
  .md\:text-\[42px\]{
    font-size: 42px;
  }
  .md\:text-\[48px\]{
    font-size: 48px;
  }
  .md\:text-base{
    font-size: 1rem;
    line-height: 1.5rem;
  }
  .md\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .md\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .md\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .md\:text-xs{
    font-size: 0.75rem;
    line-height: 1rem;
  }
  .md\:font-semibold{
    font-weight: 600;
  }
  .md\:leading-\[normal\]{
    line-height: normal;
  }
}

@media (min-width: 1024px){
  .lg\:top-0{
    top: 0px;
  }
  .lg\:order-1{
    order: 1;
  }
  .lg\:order-2{
    order: 2;
  }
  .lg\:order-first{
    order: -9999;
  }
  .lg\:order-last{
    order: 9999;
  }
  .lg\:col-span-11{
    grid-column: span 11 / span 11;
  }
  .lg\:col-span-4{
    grid-column: span 4 / span 4;
  }
  .lg\:ms-\[-175px\]{
    margin-inline-start: -175px;
  }
  .lg\:block{
    display: block;
  }
  .lg\:flex{
    display: flex;
  }
  .lg\:hidden{
    display: none;
  }
  .lg\:h-\[285px\]{
    height: 285px;
  }
  .lg\:h-\[380px\]{
    height: 380px;
  }
  .lg\:h-auto{
    height: auto;
  }
  .lg\:h-full{
    height: 100%;
  }
  .lg\:max-h-full{
    max-height: 100%;
  }
  .lg\:min-h-\[380px\]{
    min-height: 380px;
  }
  .lg\:min-h-\[400px\]{
    min-height: 400px;
  }
  .lg\:min-h-\[467px\]{
    min-height: 467px;
  }
  .lg\:w-\[214px\]{
    width: 214px;
  }
  .lg\:w-\[351px\]{
    width: 351px;
  }
  .lg\:w-\[445px\]{
    width: 445px;
  }
  .lg\:w-\[50\%\]{
    width: 50%;
  }
  .lg\:w-\[500px\]{
    width: 500px;
  }
  .lg\:w-\[800px\]{
    width: 800px;
  }
  .lg\:w-\[calc\(100\%-200px\)\]{
    width: calc(100% - 200px);
  }
  .lg\:w-\[calc\(100\%-230px\)\]{
    width: calc(100% - 230px);
  }
  .lg\:w-\[calc\(100\%-351px\)\]{
    width: calc(100% - 351px);
  }
  .lg\:w-\[calc\(100\%-445px\)\]{
    width: calc(100% - 445px);
  }
  .lg\:w-\[calc\(100\%-50\%\)\]{
    width: calc(100% - 50%);
  }
  .lg\:w-\[calc\(100\%-500px\)\]{
    width: calc(100% - 500px);
  }
  .lg\:w-auto{
    width: auto;
  }
  .lg\:grid-cols-2{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  .lg\:grid-cols-3{
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  .lg\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .lg\:grid-cols-5{
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }
  .lg\:flex-row{
    flex-direction: row;
  }
  .lg\:justify-center{
    justify-content: center;
  }
  .lg\:gap-4{
    gap: 1rem;
  }
  .lg\:gap-6{
    gap: 1.5rem;
  }
  .lg\:gap-8{
    gap: 2rem;
  }
  .lg\:rounded-xl{
    border-radius: 0.75rem;
  }
  .lg\:rounded-e-none{
    border-start-end-radius: 0px;
    border-end-end-radius: 0px;
  }
  .lg\:rounded-s-none{
    border-start-start-radius: 0px;
    border-end-start-radius: 0px;
  }
  .lg\:p-12{
    padding: 3rem;
  }
  .lg\:px-4{
    padding-left: 1rem;
    padding-right: 1rem;
  }
  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }
  .lg\:py-10{
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
  .lg\:pt-2{
    padding-top: 0.5rem;
  }
  .lg\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .lg\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .lg\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }
  .lg\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
  .lg\:text-\[42px\]{
    font-size: 42px;
  }
  .lg\:text-\[52px\]{
    font-size: 52px;
  }
  .lg\:text-lg{
    font-size: 1.125rem;
    line-height: 1.75rem;
  }
  .lg\:text-sm{
    font-size: 0.875rem;
    line-height: 1.25rem;
  }
  .lg\:text-xl{
    font-size: 1.25rem;
    line-height: 1.75rem;
  }
  .group:hover .lg\:group-hover\:top-0{
    top: 0px;
  }
}

@media (min-width: 1280px){
  .xl\:w-\[95\%\]{
    width: 95%;
  }
  .xl\:px-0{
    padding-left: 0px;
    padding-right: 0px;
  }
  .xl\:pb-4{
    padding-bottom: 1rem;
  }
  .xl\:text-2xl{
    font-size: 1.5rem;
    line-height: 2rem;
  }
  .xl\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }
  .xl\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }
}

@media (min-width: 1024px){
  .ltr\:lg\:text-left:where([dir="ltr"], [dir="ltr"] *){
    text-align: left;
  }
}

.rtl\:-left-4:where([dir="rtl"], [dir="rtl"] *){
  left: -1rem;
}

.rtl\:-right-\[315px\]:where([dir="rtl"], [dir="rtl"] *){
  right: -315px;
}

.rtl\:left-0:where([dir="rtl"], [dir="rtl"] *){
  left: 0px;
}

.rtl\:left-3:where([dir="rtl"], [dir="rtl"] *){
  left: 0.75rem;
}

.rtl\:left-4:where([dir="rtl"], [dir="rtl"] *){
  left: 1rem;
}

.rtl\:left-auto:where([dir="rtl"], [dir="rtl"] *){
  left: auto;
}

.rtl\:right-0:where([dir="rtl"], [dir="rtl"] *){
  right: 0px;
}

.rtl\:right-1:where([dir="rtl"], [dir="rtl"] *){
  right: 0.25rem;
}

.rtl\:right-2:where([dir="rtl"], [dir="rtl"] *){
  right: 0.5rem;
}

.rtl\:right-3:where([dir="rtl"], [dir="rtl"] *){
  right: 0.75rem;
}

.rtl\:right-4:where([dir="rtl"], [dir="rtl"] *){
  right: 1rem;
}

.rtl\:right-6:where([dir="rtl"], [dir="rtl"] *){
  right: 1.5rem;
}

.rtl\:right-auto:where([dir="rtl"], [dir="rtl"] *){
  right: auto;
}

.rtl\:scale-x-100:where([dir="rtl"], [dir="rtl"] *){
  --tw-scale-x: 1;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

@media (min-width: 768px){
  .rtl\:md\:left-auto:where([dir="rtl"], [dir="rtl"] *){
    left: auto;
  }
  .rtl\:md\:right-4:where([dir="rtl"], [dir="rtl"] *){
    right: 1rem;
  }
}

@media (min-width: 1024px){
  .rtl\:lg\:text-right:where([dir="rtl"], [dir="rtl"] *){
    text-align: right;
  }
}

.\[\&\:\:-webkit-scrollbar\]\:hidden::-webkit-scrollbar{
  display: none;
}

.\[\&\>path\]\:fill-\[\#0E63B2\]>path{
  fill: #0E63B2;
}

.\[\&_\*\]\:fill-\[\#0E63B2\] *{
  fill: #0E63B2;
}

.\[\&_\*\]\:fill-\[\#333\] *{
  fill: #333;
}

.\[\&_\*\]\:fill-\[\#6D6D6D\] *{
  fill: #6D6D6D;
}

.\[\&_\*\]\:fill-\[\#A35C0A\] *{
  fill: #A35C0A;
}

.\[\&_\*\]\:fill-\[\#F26B25\] *{
  fill: #F26B25;
}

.\[\&_\*\]\:fill-\[\#b3b2b2\] *{
  fill: #b3b2b2;
}

.\[\&_\*\]\:fill-black *{
  fill: #000000;
}

.\[\&_\*\]\:fill-white *{
  fill: #ffffff;
}

.\[\&_path\]\:fill-black path{
  fill: #000000;
}

.\[\&_path\]\:stroke-white path{
  stroke: #ffffff;
}

.group:hover .group-hover\:\[\&_path\]\:stroke-white path{
  stroke: #ffffff;
}