/*!********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./app/styles/globals.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* Open Sans loaded via layout.tsx Google Fonts link */

*, ::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: #e5e7eb; /* 2 */
}

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

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

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  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]) {
  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::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%;
}
@media (min-width: 640px){

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

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

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

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

  .container{
    max-width: 1536px;
  }
}
.pointer-events-none{
  pointer-events: none;
}
.visible{
  visibility: visible;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.inset-0{
  inset: 0px;
}
.bottom-0{
  bottom: 0px;
}
.bottom-4{
  bottom: 1rem;
}
.left-0{
  left: 0px;
}
.left-2{
  left: 0.5rem;
}
.left-3{
  left: 0.75rem;
}
.left-4{
  left: 1rem;
}
.left-\[182px\]{
  left: 182px;
}
.right-0{
  right: 0px;
}
.right-2{
  right: 0.5rem;
}
.right-\[-29px\]{
  right: -29px;
}
.top-0{
  top: 0px;
}
.top-1\/2{
  top: 50%;
}
.top-2{
  top: 0.5rem;
}
.top-3{
  top: 0.75rem;
}
.top-\[12px\]{
  top: 12px;
}
.top-\[57\.5px\]{
  top: 57.5px;
}
.top-\[58px\]{
  top: 58px;
}
.top-full{
  top: 100%;
}
.\!z-\[-1\]{
  z-index: -1 !important;
}
.z-10{
  z-index: 10;
}
.z-50{
  z-index: 50;
}
.col-span-1{
  grid-column: span 1 / span 1;
}
.col-span-2{
  grid-column: span 2 / span 2;
}
.col-span-4{
  grid-column: span 4 / span 4;
}
.row-span-3{
  grid-row: span 3 / span 3;
}
.float-right{
  float: right;
}
.-m-4{
  margin: -1rem;
}
.m-0{
  margin: 0px;
}
.mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-\[1px\]{
  margin-left: 1px;
  margin-right: 1px;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-0{
  margin-top: 0px;
  margin-bottom: 0px;
}
.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;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-\[12px\]{
  margin-top: 12px;
  margin-bottom: 12px;
}
.-mb-4{
  margin-bottom: -1rem;
}
.-mb-\[50px\]{
  margin-bottom: -50px;
}
.-ml-2{
  margin-left: -0.5rem;
}
.-mt-\[18px\]{
  margin-top: -18px;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-0\.5{
  margin-bottom: 0.125rem;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mb-\[10px\]{
  margin-bottom: 10px;
}
.mb-\[20px\]{
  margin-bottom: 20px;
}
.mb-\[5px\]{
  margin-bottom: 5px;
}
.ml-0{
  margin-left: 0px;
}
.ml-1{
  margin-left: 0.25rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-3{
  margin-left: 0.75rem;
}
.ml-4{
  margin-left: 1rem;
}
.ml-5{
  margin-left: 1.25rem;
}
.ml-64{
  margin-left: 16rem;
}
.ml-\[1px\]{
  margin-left: 1px;
}
.ml-auto{
  margin-left: auto;
}
.mr-1{
  margin-right: 0.25rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.mr-4{
  margin-right: 1rem;
}
.mr-8{
  margin-right: 2rem;
}
.mt-0\.5{
  margin-top: 0.125rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-16{
  margin-top: 4rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-\[15px\]{
  margin-top: 15px;
}
.mt-\[20px\]{
  margin-top: 20px;
}
.mt-\[36px\]{
  margin-top: 36px;
}
.mt-\[4\.75rem\]{
  margin-top: 4.75rem;
}
.mt-\[65px\]{
  margin-top: 65px;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.aspect-\[16\/9\]{
  aspect-ratio: 16/9;
}
.h-10{
  height: 2.5rem;
}
.h-11{
  height: 2.75rem;
}
.h-12{
  height: 3rem;
}
.h-14{
  height: 3.5rem;
}
.h-16{
  height: 4rem;
}
.h-2{
  height: 0.5rem;
}
.h-20{
  height: 5rem;
}
.h-24{
  height: 6rem;
}
.h-3{
  height: 0.75rem;
}
.h-32{
  height: 8rem;
}
.h-36{
  height: 9rem;
}
.h-4{
  height: 1rem;
}
.h-40{
  height: 10rem;
}
.h-48{
  height: 12rem;
}
.h-5{
  height: 1.25rem;
}
.h-56{
  height: 14rem;
}
.h-6{
  height: 1.5rem;
}
.h-64{
  height: 16rem;
}
.h-8{
  height: 2rem;
}
.h-9{
  height: 2.25rem;
}
.h-96{
  height: 24rem;
}
.h-\[10px\]{
  height: 10px;
}
.h-\[163px\]{
  height: 163px;
}
.h-\[2px\]{
  height: 2px;
}
.h-\[30vh\]{
  height: 30vh;
}
.h-\[34\.7px\]{
  height: 34.7px;
}
.h-\[350px\]{
  height: 350px;
}
.h-\[35px\]{
  height: 35px;
}
.h-\[4\.75rem\]{
  height: 4.75rem;
}
.h-\[46px\]{
  height: 46px;
}
.h-\[49\.5px\]{
  height: 49.5px;
}
.h-\[500px\]{
  height: 500px;
}
.h-\[50vh\]{
  height: 50vh;
}
.h-\[54px\]{
  height: 54px;
}
.h-\[55px\]{
  height: 55px;
}
.h-\[560px\]{
  height: 560px;
}
.h-\[57px\]{
  height: 57px;
}
.h-\[5px\]{
  height: 5px;
}
.h-\[60vh\]{
  height: 60vh;
}
.h-\[66px\]{
  height: 66px;
}
.h-\[80vh\]{
  height: 80vh;
}
.h-\[calc\(100\%-60px\)\]{
  height: calc(100% - 60px);
}
.h-auto{
  height: auto;
}
.h-fit{
  height: fit-content;
}
.h-full{
  height: 100%;
}
.h-screen{
  height: 100vh;
}
.max-h-96{
  max-height: 24rem;
}
.min-h-10{
  min-height: 2.5rem;
}
.min-h-\[150px\]{
  min-height: 150px;
}
.min-h-\[200px\]{
  min-height: 200px;
}
.min-h-\[260px\]{
  min-height: 260px;
}
.min-h-\[300px\]{
  min-height: 300px;
}
.min-h-\[600px\]{
  min-height: 600px;
}
.min-h-screen{
  min-height: 100vh;
}
.w-0{
  width: 0px;
}
.w-1\/2{
  width: 50%;
}
.w-1\/3{
  width: 33.333333%;
}
.w-1\/4{
  width: 25%;
}
.w-1\/5{
  width: 20%;
}
.w-1\/6{
  width: 16.666667%;
}
.w-10{
  width: 2.5rem;
}
.w-12{
  width: 3rem;
}
.w-16{
  width: 4rem;
}
.w-2\/3{
  width: 66.666667%;
}
.w-2\/4{
  width: 50%;
}
.w-20{
  width: 5rem;
}
.w-24{
  width: 6rem;
}
.w-28{
  width: 7rem;
}
.w-3\/4{
  width: 75%;
}
.w-3\/5{
  width: 60%;
}
.w-4{
  width: 1rem;
}
.w-4\/5{
  width: 80%;
}
.w-4\/6{
  width: 66.666667%;
}
.w-40{
  width: 10rem;
}
.w-5{
  width: 1.25rem;
}
.w-56{
  width: 14rem;
}
.w-6{
  width: 1.5rem;
}
.w-64{
  width: 16rem;
}
.w-8{
  width: 2rem;
}
.w-9{
  width: 2.25rem;
}
.w-\[125px\]{
  width: 125px;
}
.w-\[1px\]{
  width: 1px;
}
.w-\[248\.99px\]{
  width: 248.99px;
}
.w-\[270px\]{
  width: 270px;
}
.w-\[28\%\]{
  width: 28%;
}
.w-\[350px\]{
  width: 350px;
}
.w-\[40\%\]{
  width: 40%;
}
.w-\[47px\]{
  width: 47px;
}
.w-\[50vh\]{
  width: 50vh;
}
.w-\[70\%\]{
  width: 70%;
}
.w-\[80\%\]{
  width: 80%;
}
.w-\[84px\]{
  width: 84px;
}
.w-\[85\%\]{
  width: 85%;
}
.w-\[8b\.91px\]{
  width: 8b.91px;
}
.w-\[900px\]{
  width: 900px;
}
.w-auto{
  width: auto;
}
.w-fit{
  width: fit-content;
}
.w-full{
  width: 100%;
}
.w-screen{
  width: 100vw;
}
.min-w-28{
  min-width: 7rem;
}
.min-w-64{
  min-width: 16rem;
}
.min-w-\[2rem\]{
  min-width: 2rem;
}
.min-w-\[300px\]{
  min-width: 300px;
}
.min-w-full{
  min-width: 100%;
}
.max-w-3xl{
  max-width: 48rem;
}
.max-w-4xl{
  max-width: 56rem;
}
.max-w-7xl{
  max-width: 80rem;
}
.max-w-\[15ch\]{
  max-width: 15ch;
}
.max-w-\[80\%\]{
  max-width: 80%;
}
.max-w-md{
  max-width: 28rem;
}
.max-w-screen-2xl{
  max-width: 1536px;
}
.max-w-sm{
  max-width: 24rem;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.flex-grow{
  flex-grow: 1;
}
.table-auto{
  table-layout: auto;
}
.border-collapse{
  border-collapse: collapse;
}
.-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));
}
.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));
}
.rotate-45{
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.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-not-allowed{
  cursor: not-allowed;
}
.cursor-pointer{
  cursor: pointer;
}
.select-none{
  user-select: none;
}
.list-inside{
  list-style-position: inside;
}
.list-decimal{
  list-style-type: decimal;
}
.list-disc{
  list-style-type: disc;
}
.list-none{
  list-style-type: none;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-row-reverse{
  flex-direction: row-reverse;
}
.flex-col{
  flex-direction: column;
}
.flex-col-reverse{
  flex-direction: column-reverse;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.items-baseline{
  align-items: baseline;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.justify-around{
  justify-content: space-around;
}
.gap-0\.5{
  gap: 0.125rem;
}
.gap-1{
  gap: 0.25rem;
}
.gap-1\.5{
  gap: 0.375rem;
}
.gap-10{
  gap: 2.5rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-2\.5{
  gap: 0.625rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-8{
  gap: 2rem;
}
.gap-\[15px\]{
  gap: 15px;
}
.gap-\[1px\]{
  gap: 1px;
}
.gap-\[2px\]{
  gap: 2px;
}
.gap-\[30px\]{
  gap: 30px;
}
.gap-x-4{
  column-gap: 1rem;
}
.gap-y-4{
  row-gap: 1rem;
}
.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-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-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-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-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-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-gray-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-divide-opacity, 1));
}
.divide-gray-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity, 1));
}
.justify-self-end{
  justify-self: end;
}
.overflow-auto{
  overflow: auto;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-x-auto{
  overflow-x: auto;
}
.overflow-y-auto{
  overflow-y: auto;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-pre-wrap{
  white-space: pre-wrap;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-3xl{
  border-radius: 1.5rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-none{
  border-radius: 0px;
}
.rounded-sm{
  border-radius: 0.125rem;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.rounded-b-sm{
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}
.rounded-l{
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.rounded-l-none{
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.rounded-r-none{
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.rounded-t-lg{
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.rounded-t-none{
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.border{
  border-width: 1px;
}
.border-2{
  border-width: 2px;
}
.border-4{
  border-width: 4px;
}
.border-\[4px\]{
  border-width: 4px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-0{
  border-bottom-width: 0px;
}
.border-b-2{
  border-bottom-width: 2px;
}
.border-b-\[3px\]{
  border-bottom-width: 3px;
}
.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-t{
  border-top-width: 1px;
}
.border-t-0{
  border-top-width: 0px;
}
.border-t-2{
  border-top-width: 2px;
}
.border-t-\[3px\]{
  border-top-width: 3px;
}
.border-dashed{
  border-style: dashed;
}
.border-none{
  border-style: none;
}
.border-\[\#00ADEF\]{
  --tw-border-opacity: 1;
  border-color: rgb(0 173 239 / var(--tw-border-opacity, 1));
}
.border-\[\#00adef\]{
  --tw-border-opacity: 1;
  border-color: rgb(0 173 239 / var(--tw-border-opacity, 1));
}
.border-\[\#016ab8\]{
  --tw-border-opacity: 1;
  border-color: rgb(1 106 184 / var(--tw-border-opacity, 1));
}
.border-\[\#75C8F3\]{
  --tw-border-opacity: 1;
  border-color: rgb(117 200 243 / var(--tw-border-opacity, 1));
}
.border-\[\#bce8f1\]{
  --tw-border-opacity: 1;
  border-color: rgb(188 232 241 / var(--tw-border-opacity, 1));
}
.border-\[\#ccc\]{
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity, 1));
}
.border-\[\#e0e0e0\]{
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity, 1));
}
.border-\[\#e5e5e5\]{
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}
.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-blue-200{
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}
.border-blue-400{
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}
.border-blue-500{
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.border-blue-600{
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}
.border-gray-100{
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-green-200{
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
}
.border-orange-200{
  --tw-border-opacity: 1;
  border-color: rgb(254 215 170 / var(--tw-border-opacity, 1));
}
.border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(38 136 189 / var(--tw-border-opacity, 1));
}
.border-purple-200{
  --tw-border-opacity: 1;
  border-color: rgb(233 213 255 / var(--tw-border-opacity, 1));
}
.border-red-500{
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.border-transparent{
  border-color: transparent;
}
.border-b-\[\#ececec\]{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(236 236 236 / var(--tw-border-opacity, 1));
}
.border-r-gray-300{
  --tw-border-opacity: 1;
  border-right-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-r-gray-50{
  --tw-border-opacity: 1;
  border-right-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}
.border-t-\[\#00adef\]{
  --tw-border-opacity: 1;
  border-top-color: rgb(0 173 239 / var(--tw-border-opacity, 1));
}
.border-t-transparent{
  border-top-color: transparent;
}
.bg-\[\#00ADEF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 173 239 / var(--tw-bg-opacity, 1));
}
.bg-\[\#00acef\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 172 239 / var(--tw-bg-opacity, 1));
}
.bg-\[\#00adef\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 173 239 / var(--tw-bg-opacity, 1));
}
.bg-\[\#1E709C\]{
  --tw-bg-opacity: 1;
  background-color: rgb(30 112 156 / var(--tw-bg-opacity, 1));
}
.bg-\[\#1e6f9c\]{
  --tw-bg-opacity: 1;
  background-color: rgb(30 111 156 / var(--tw-bg-opacity, 1));
}
.bg-\[\#2688BD\]{
  --tw-bg-opacity: 1;
  background-color: rgb(38 136 189 / var(--tw-bg-opacity, 1));
}
.bg-\[\#2688bd\]{
  --tw-bg-opacity: 1;
  background-color: rgb(38 136 189 / var(--tw-bg-opacity, 1));
}
.bg-\[\#278EC7\]{
  --tw-bg-opacity: 1;
  background-color: rgb(39 142 199 / var(--tw-bg-opacity, 1));
}
.bg-\[\#3A761C\]{
  --tw-bg-opacity: 1;
  background-color: rgb(58 118 28 / var(--tw-bg-opacity, 1));
}
.bg-\[\#81A66F\]{
  --tw-bg-opacity: 1;
  background-color: rgb(129 166 111 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FE8800\]{
  --tw-bg-opacity: 1;
  background-color: rgb(254 136 0 / var(--tw-bg-opacity, 1));
}
.bg-\[\#c2c9d27a\]{
  background-color: #c2c9d27a;
}
.bg-\[\#d9edf7\]{
  --tw-bg-opacity: 1;
  background-color: rgb(217 237 247 / var(--tw-bg-opacity, 1));
}
.bg-\[\#ddeaff\]{
  --tw-bg-opacity: 1;
  background-color: rgb(221 234 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#e0e0e0\]{
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity, 1));
}
.bg-\[\#e5e5e5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
}
.bg-\[\#e5eef3\]{
  --tw-bg-opacity: 1;
  background-color: rgb(229 238 243 / var(--tw-bg-opacity, 1));
}
.bg-\[\#ececec\]{
  --tw-bg-opacity: 1;
  background-color: rgb(236 236 236 / var(--tw-bg-opacity, 1));
}
.bg-\[\#edf1f7\]{
  --tw-bg-opacity: 1;
  background-color: rgb(237 241 247 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f8c284\]{
  --tw-bg-opacity: 1;
  background-color: rgb(248 194 132 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f8fafc\]{
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f9f9f9\]{
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity, 1));
}
.bg-\[\#fe8800\]{
  --tw-bg-opacity: 1;
  background-color: rgb(254 136 0 / var(--tw-bg-opacity, 1));
}
.bg-\[\#ffffff\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-\[rgba\(37\2c 136\2c 190\2c \.1\)\]{
  background-color: rgba(37,136,190,.1);
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-black\/50{
  background-color: rgb(0 0 0 / 0.5);
}
.bg-blue-100{
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}
.bg-blue-400{
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity, 1));
}
.bg-blue-50{
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.bg-blue-500{
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}
.bg-blue-600{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-gray-500{
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}
.bg-gray-800{
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}
.bg-green-100{
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}
.bg-green-600{
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}
.bg-indigo-100{
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity, 1));
}
.bg-orange-100{
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity, 1));
}
.bg-orange-600{
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity, 1));
}
.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(38 136 189 / var(--tw-bg-opacity, 1));
}
.bg-purple-600{
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity, 1));
}
.bg-red-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
.bg-red-500{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.bg-red-600{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.bg-transparent{
  background-color: transparent;
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-yellow-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
}
.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}
.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-br{
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-\[\#ff0000\]{
  --tw-gradient-from: #ff0000 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-50{
  --tw-gradient-from: #eff6ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-50{
  --tw-gradient-from: #f0fdf4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 253 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-600{
  --tw-gradient-from: #16a34a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-orange-50{
  --tw-gradient-from: #fff7ed var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-50{
  --tw-gradient-from: #faf5ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-\[\#ff0000\]{
  --tw-gradient-to: #ff0000 var(--tw-gradient-to-position);
}
.to-blue-100{
  --tw-gradient-to: #dbeafe var(--tw-gradient-to-position);
}
.to-green-100{
  --tw-gradient-to: #dcfce7 var(--tw-gradient-to-position);
}
.to-green-400{
  --tw-gradient-to: #4ade80 var(--tw-gradient-to-position);
}
.to-orange-100{
  --tw-gradient-to: #ffedd5 var(--tw-gradient-to-position);
}
.to-purple-100{
  --tw-gradient-to: #f3e8ff var(--tw-gradient-to-position);
}
.object-contain{
  object-fit: contain;
}
.object-cover{
  object-fit: cover;
}
.p-0{
  padding: 0px;
}
.p-1{
  padding: 0.25rem;
}
.p-12{
  padding: 3rem;
}
.p-2{
  padding: 0.5rem;
}
.p-3{
  padding: 0.75rem;
}
.p-4{
  padding: 1rem;
}
.p-6{
  padding: 1.5rem;
}
.p-8{
  padding: 2rem;
}
.p-\[2\.25rem\]{
  padding: 2.25rem;
}
.p-\[7\.5px\]{
  padding: 7.5px;
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[12px\]{
  padding-left: 12px;
  padding-right: 12px;
}
.px-\[15px\]{
  padding-left: 15px;
  padding-right: 15px;
}
.px-\[18px\]{
  padding-left: 18px;
  padding-right: 18px;
}
.px-\[25px\]{
  padding-left: 25px;
  padding-right: 25px;
}
.px-\[28px\]{
  padding-left: 28px;
  padding-right: 28px;
}
.px-\[30px\]{
  padding-left: 30px;
  padding-right: 30px;
}
.px-\[50px\]{
  padding-left: 50px;
  padding-right: 50px;
}
.px-\[5px\]{
  padding-left: 5px;
  padding-right: 5px;
}
.px-\[6px\]{
  padding-left: 6px;
  padding-right: 6px;
}
.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-48{
  padding-top: 12rem;
  padding-bottom: 12rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[12px\]{
  padding-top: 12px;
  padding-bottom: 12px;
}
.py-\[28px\]{
  padding-top: 28px;
  padding-bottom: 28px;
}
.py-\[2px\]{
  padding-top: 2px;
  padding-bottom: 2px;
}
.py-\[3px\]{
  padding-top: 3px;
  padding-bottom: 3px;
}
.py-\[4\.5px\]{
  padding-top: 4.5px;
  padding-bottom: 4.5px;
}
.py-\[4px\]{
  padding-top: 4px;
  padding-bottom: 4px;
}
.py-\[50px\]{
  padding-top: 50px;
  padding-bottom: 50px;
}
.py-\[5px\]{
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-\[6px\]{
  padding-top: 6px;
  padding-bottom: 6px;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-12{
  padding-bottom: 3rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-\[100px\]{
  padding-bottom: 100px;
}
.pb-\[12px\]{
  padding-bottom: 12px;
}
.pb-\[30px\]{
  padding-bottom: 30px;
}
.pb-\[40px\]{
  padding-bottom: 40px;
}
.pb-\[50px\]{
  padding-bottom: 50px;
}
.pb-\[8px\]{
  padding-bottom: 8px;
}
.pl-10{
  padding-left: 2.5rem;
}
.pl-12{
  padding-left: 3rem;
}
.pl-2{
  padding-left: 0.5rem;
}
.pl-4{
  padding-left: 1rem;
}
.pl-6{
  padding-left: 1.5rem;
}
.pl-\[20px\]{
  padding-left: 20px;
}
.pl-\[30px\]{
  padding-left: 30px;
}
.pr-2{
  padding-right: 0.5rem;
}
.pr-3{
  padding-right: 0.75rem;
}
.pr-4{
  padding-right: 1rem;
}
.pr-\[15px\]{
  padding-right: 15px;
}
.pt-0{
  padding-top: 0px;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-12{
  padding-top: 3rem;
}
.pt-20{
  padding-top: 5rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-8{
  padding-top: 2rem;
}
.pt-\[4\.75rem\]{
  padding-top: 4.75rem;
}
.pt-\[60px\]{
  padding-top: 60px;
}
.pt-\[70px\]{
  padding-top: 70px;
}
.pt-\[9px\]{
  padding-top: 9px;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-justify{
  text-align: justify;
}
.text-start{
  text-align: start;
}
.text-end{
  text-align: end;
}
.align-top{
  vertical-align: top;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-\[1\.375rem\]{
  font-size: 1.375rem;
}
.text-\[10px\]{
  font-size: 10px;
}
.text-\[11px\]{
  font-size: 11px;
}
.text-\[12\.25px\]{
  font-size: 12.25px;
}
.text-\[12px\]{
  font-size: 12px;
}
.text-\[13px\]{
  font-size: 13px;
}
.text-\[14px\]{
  font-size: 14px;
}
.text-\[15px\]{
  font-size: 15px;
}
.text-\[16px\]{
  font-size: 16px;
}
.text-\[17px\]{
  font-size: 17px;
}
.text-\[18px\]{
  font-size: 18px;
}
.text-\[20px\]{
  font-size: 20px;
}
.text-\[22px\]{
  font-size: 22px;
}
.text-\[26\.25px\]{
  font-size: 26.25px;
}
.text-\[26px\]{
  font-size: 26px;
}
.text-\[28px\]{
  font-size: 28px;
}
.text-\[30px\]{
  font-size: 30px;
}
.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-bold{
  font-weight: 700;
}
.font-light{
  font-weight: 300;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.font-thin{
  font-weight: 100;
}
.uppercase{
  text-transform: uppercase;
}
.lowercase{
  text-transform: lowercase;
}
.capitalize{
  text-transform: capitalize;
}
.italic{
  font-style: italic;
}
.leading-7{
  line-height: 1.75rem;
}
.leading-8{
  line-height: 2rem;
}
.leading-\[24px\]{
  line-height: 24px;
}
.leading-\[26px\]{
  line-height: 26px;
}
.leading-\[2rem\]{
  line-height: 2rem;
}
.leading-\[30px\]{
  line-height: 30px;
}
.leading-normal{
  line-height: 1.5;
}
.leading-relaxed{
  line-height: 1.625;
}
.tracking-\[2px\]{
  letter-spacing: 2px;
}
.tracking-normal{
  letter-spacing: 0em;
}
.tracking-wide{
  letter-spacing: 0.025em;
}
.tracking-wider{
  letter-spacing: 0.05em;
}
.text-\[\#00ACEF\]{
  --tw-text-opacity: 1;
  color: rgb(0 172 239 / var(--tw-text-opacity, 1));
}
.text-\[\#00ADEF\]{
  --tw-text-opacity: 1;
  color: rgb(0 173 239 / var(--tw-text-opacity, 1));
}
.text-\[\#00adef\]{
  --tw-text-opacity: 1;
  color: rgb(0 173 239 / var(--tw-text-opacity, 1));
}
.text-\[\#016ab8\]{
  --tw-text-opacity: 1;
  color: rgb(1 106 184 / var(--tw-text-opacity, 1));
}
.text-\[\#0275d8\]{
  --tw-text-opacity: 1;
  color: rgb(2 117 216 / var(--tw-text-opacity, 1));
}
.text-\[\#144b69\]{
  --tw-text-opacity: 1;
  color: rgb(20 75 105 / var(--tw-text-opacity, 1));
}
.text-\[\#222b45\]{
  --tw-text-opacity: 1;
  color: rgb(34 43 69 / var(--tw-text-opacity, 1));
}
.text-\[\#2588be\]{
  --tw-text-opacity: 1;
  color: rgb(37 136 190 / var(--tw-text-opacity, 1));
}
.text-\[\#2c5b76\]{
  --tw-text-opacity: 1;
  color: rgb(44 91 118 / var(--tw-text-opacity, 1));
}
.text-\[\#2e2e2e\]{
  --tw-text-opacity: 1;
  color: rgb(46 46 46 / var(--tw-text-opacity, 1));
}
.text-\[\#31708f\]{
  --tw-text-opacity: 1;
  color: rgb(49 112 143 / var(--tw-text-opacity, 1));
}
.text-\[\#333333\]{
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}
.text-\[\#333\]{
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}
.text-\[\#38A745\]{
  --tw-text-opacity: 1;
  color: rgb(56 167 69 / var(--tw-text-opacity, 1));
}
.text-\[\#39761B\]{
  --tw-text-opacity: 1;
  color: rgb(57 118 27 / var(--tw-text-opacity, 1));
}
.text-\[\#3A761C\]{
  --tw-text-opacity: 1;
  color: rgb(58 118 28 / var(--tw-text-opacity, 1));
}
.text-\[\#444444\]{
  --tw-text-opacity: 1;
  color: rgb(68 68 68 / var(--tw-text-opacity, 1));
}
.text-\[\#525252\]{
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}
.text-\[\#75C8F3\]{
  --tw-text-opacity: 1;
  color: rgb(117 200 243 / var(--tw-text-opacity, 1));
}
.text-\[\#999999\]{
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity, 1));
}
.text-\[\#DDE8EF\]{
  --tw-text-opacity: 1;
  color: rgb(221 232 239 / var(--tw-text-opacity, 1));
}
.text-\[\#FE8800\]{
  --tw-text-opacity: 1;
  color: rgb(254 136 0 / var(--tw-text-opacity, 1));
}
.text-\[\#b30000\]{
  --tw-text-opacity: 1;
  color: rgb(179 0 0 / var(--tw-text-opacity, 1));
}
.text-\[\#b30100\]{
  --tw-text-opacity: 1;
  color: rgb(179 1 0 / var(--tw-text-opacity, 1));
}
.text-\[\#e29e30\]{
  --tw-text-opacity: 1;
  color: rgb(226 158 48 / var(--tw-text-opacity, 1));
}
.text-\[\#fe8800\]{
  --tw-text-opacity: 1;
  color: rgb(254 136 0 / var(--tw-text-opacity, 1));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-blue-400{
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}
.text-blue-500{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.text-blue-600{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.text-blue-700{
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}
.text-blue-800{
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}
.text-blue-900{
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}
.text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-green-600{
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}
.text-green-700{
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}
.text-green-800{
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}
.text-green-900{
  --tw-text-opacity: 1;
  color: rgb(20 83 45 / var(--tw-text-opacity, 1));
}
.text-indigo-600{
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}
.text-orange-500{
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity, 1));
}
.text-orange-600{
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity, 1));
}
.text-orange-700{
  --tw-text-opacity: 1;
  color: rgb(194 65 12 / var(--tw-text-opacity, 1));
}
.text-orange-800{
  --tw-text-opacity: 1;
  color: rgb(154 52 18 / var(--tw-text-opacity, 1));
}
.text-orange-900{
  --tw-text-opacity: 1;
  color: rgb(124 45 18 / var(--tw-text-opacity, 1));
}
.text-primary{
  --tw-text-opacity: 1;
  color: rgb(38 136 189 / var(--tw-text-opacity, 1));
}
.text-purple-600{
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity, 1));
}
.text-purple-700{
  --tw-text-opacity: 1;
  color: rgb(126 34 206 / var(--tw-text-opacity, 1));
}
.text-purple-900{
  --tw-text-opacity: 1;
  color: rgb(88 28 135 / var(--tw-text-opacity, 1));
}
.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-red-700{
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.text-red-800{
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
.text-textColor{
  --tw-text-opacity: 1;
  color: rgb(46 46 46 / var(--tw-text-opacity, 1));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-yellow-400{
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}
.text-yellow-500{
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity, 1));
}
.text-yellow-600{
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity, 1));
}
.text-yellow-800{
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity, 1));
}
.underline{
  text-decoration-line: underline;
}
.line-through{
  text-decoration-line: line-through;
}
.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.opacity-20{
  opacity: 0.2;
}
.opacity-50{
  opacity: 0.5;
}
.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-inner{
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.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-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;
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, 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-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-100{
  transition-duration: 100ms;
}
.duration-200{
  transition-duration: 200ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-500{
  transition-duration: 500ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-linear{
  transition-timing-function: linear;
}

.open-sans {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

h1,
h2,
h3,
.h3,
h4 {
  margin: 0 0 0.75em;
  color: #333;
}

@media only screen and (min-width: 768px) {

  h1,
  h2,
  h3,
  .h3,
  h4 {
    margin: 0 0 1em;
  }
}

h1 {
  font-size: 20px;
}

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 24px;
  }
}

@media only screen and (min-width: 992px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-size: 20px;
}

@media only screen and (min-width: 768px) {
  h2 {
    font-size: 24px;
  }
}

@media only screen and (min-width: 992px) {
  h2 {
    font-size: 28px;
  }
}

body {
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

h3,
.h3 {
  font-size: 1.142857em;
}

@media only screen and (min-width: 768px) {

  h3,
  .h3 {
    font-size: 1.142857em;
  }
}

@media only screen and (min-width: 992px) {

  h3,
  .h3 {
    font-size: 1.2857em;
  }
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: "Open Sans", sans-serif !important;
}

html {
  scroll-behavior: smooth;
}

html,
body {
  height: 100%;
}

body {
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: none;
  color: rgb(var(--foreground-rgb));
  background: linear-gradient(to bottom,
      transparent,
      rgb(var(--background-end-rgb))) rgb(var(--background-start-rgb));
  font-family: "Open Sans", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

a {
  color: inherit;
  text-decoration: none !important;
}

k
/* @media (prefers-color-scheme: dark) {
  html {
    color-scheme: dark;
  }
} */

.nav-bar {
  border: none;
  height: 100%;
  margin: 0;
  min-height: 0;
  font-size: 12.25px;
  font-family: inherit;
  background-color: #2588be;
  padding: 10px 0 0px 0 !important;
}

.container {
  margin: 0 auto;
  /* Center the container horizontally */
  padding: 0 10px;
  /* Default padding for smaller screens */
  max-width: 1200px;
  /* Fixed width for larger screens */
  width: 100%;
  /* Full width by default, constrained by max-width */
  box-sizing: border-box;
  /* Include padding and border in the total width */
}

@media (max-width: 1200px) {
  .container {
    padding: 0 20px;
  }
}

@media (min-width: 1536px) {
  .container {
    padding: 0 20px;
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 15px;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 10px;
  }
}

.full-width .container {
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .full-width .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.all-top-nav {
  display: flex;
  justify-content: space-between;
}

.all-top-nav .nav-left ul {
  list-style: none;
  position: relative;
}

.all-top-nav .nav-left ul li {
  display: inline-block;
  position: relative;
  font-size: 12.25px;
  color: #fff;
  padding: 10px 15px 10px 0px;
}

.all-top-nav .nav-left ul li a {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
}

.nav-right button {
  background-color: #2588be;
  color: white;
  margin-top: -5px;
  text-transform: uppercase;
  font-size: 12px;
  /* font-weight: 600; */
  padding: 5px 10px;
  border: 1px solid #fff;
}

.nav-right button:hover {
  background-color: #2588be !important;
  color: white;
}

/* .nav-top-fixed {
  position: fixed;
  top: 0;
  z-index: 9;
  transition: opacity 2s ease-in-out;
  transform: translateY(0px);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
} */

.nav-search-bar {
  position: absolute;
  top: 22%;
  right: 33%;
}

.nav-search-bar :where(.css-dev-only-do-not-override-w8mnev).ant-input:placeholder-shown {
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 600;
}

.nav-search-bar .ant-space-compact {
  position: relative;
}

.nav-search-bar input {
  position: relative;
  width: 534px;
  height: 36px;
}

.nav-search-bar button {
  top: -1px;
  height: 37px;
  margin-top: 0;
  padding: 4px 15px;
  border-color: #e5e5e5;
  border-radius: 4px;
}

.nav-search-bar button svg {
  width: 18px;
  height: 18px;
  color: #fff !important;
  font-weight: 600;
  stroke-width: 40px;
}

.below-nav {
  padding: 5px 0;
  display: flex;
  justify-content: space-between;
}

.navigation-below {
  background-color: #fff;
  width: 100%;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.34);
}

.navigation-bar {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  display: block;
  /* box-shadow: 0 8px 6px -6px black; */
  /* -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4); */
}

.navigation-bar-small {
  display: none;
  position: relative;
  width: 100%;
}

.navigation-bar-small .small-nav {
  height: 50px;
  width: 100%;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  position: fixed;
  top: 0;
  z-index: 9;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.34);
}

.navigation-bar-small .small-nav .left-side {
  display: flex;
  color: #2588be;
}

.navigation-bar-small .small-nav .left-side svg {
  height: 22px;
  width: 22px;
  color: #2588be;
}

.navigation-bar-small .small-nav .left-side .menu {
  margin-right: 10px;
}

.navigation-bar-small .small-nav .left-side .search-small {
  position: relative;
  width: 100%;
}

.navigation-bar-small .small-nav .left-side .search-small .search-nav-small {
  position: relative;
  width: 100%;
}

.navigation-bar-small .small-nav .left-side .search-small .search-nav-small .search {
  top: 50px;
  width: 86%;
  position: fixed;
}

.navbar-collapse-small {
  border-color: #2074a2;
  overflow-y: auto;
  box-shadow: none;
  background-color: #2588be;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
}

.navbar-collapse-small .navbar-nav {
  margin: 4.5px -15px;
}

.navbar-collapse-small .navbar-nav li a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 26px;
  color: hsla(0, 0%, 100%, 0.94);
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.06);
  font-size: 13px;
}

.navigation-bar-small .small-nav .right-side button {
  background-color: #fff;
  text-transform: capitalize;
  box-shadow: #fff !important;
  color: #2e2e2e;
  font-weight: 600;
}

/* .logo-container {
  background-image: url('../../assets/image/logo.png');
  background-repeat: no-repeat;
  background-size: contain;
  width: 209px;
  height: 50px;
} */

#header .logo {
  height: 60px;
  width: 186px;
  /*   height: 66px !important; */
  padding-top: 8px;
  padding-bottom: 8px;
  display: inline-block;
  transition: all 0.2s height, all 0.2s width, all 0.2s margin;
}

#header .logo span {
  display: inline-block;
  vertical-align: middle;
  width: 186px;
  height: 44px;

  /*   width: 209px;
  height: 50px; */
  transition: all 0.3s linear;
  background: url(/_next/static/media/logo.dc38c618.png) no-repeat center;
  background-size: 100%;
  transition: all 0.2s height, all 0.2s width;
}

.below-nav .nav-left img {
  object-fit: contain;
}

.below-nav .nav-right {
  display: flex;
  padding-top: 10px;
}

.below-nav .nav-right ul {
  list-style: none;
}

.below-nav .nav-right ul li {
  margin-right: 20px;
  display: inline-block;
  color: #fff;
  padding-left: 5px;
}

.below-nav .nav-right ul li svg {
  color: #000;
}

.below-nav .nav-right ul li a {
  font-size: 13px;
  color: #000;
}

.below-nav .nav-right ul li a svg {
  font-size: 8px;
  color: #000;
  margin-right: -5px;
  margin-top: -3px;
}

.nav-right ul .ant-space-item {
  margin-left: 1px;
  margin-right: -6px;
}

.banner {
  min-height: 50vh;
}

.smooth-open {
  opacity: 1;
  transition: opacity 0.3s ease-in;
}

.smooth-close {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

/* footer */
.footer-top {
  position: relative;
  padding: 20px;
  display: flex;
  justify-content: space-between;
}

.footer-top:before {
  content: "";
  display: block;
  position: absolute;
  left: -9999px;
  right: -9999px;
  bottom: 0;
  top: 0;
  background-color: #278ec7;
}

.footer-top .left-part {
  display: flex;
}

.footer-top .left-part img {
  position: relative;
}

.footer-top .left-part .download-app {
  /* margin-left: 20px; */
}

.footer-top .left-part .download-app p {
  text-transform: uppercase;
  position: relative;
  margin: 0 0 10px;
  padding-bottom: 5px;
  color: hsla(0, 0%, 100%, 0.94);
  /* font-weight: 600; */
  font-size: 16px;
  margin-left: 20px;
}

.footer-top .left-part .download-app img {
  margin-left: 20px;
  margin-top: -10px;
  border-radius: 0 !important;
}

.footer-top .right-part p {
  text-transform: uppercase;
  position: relative;
  margin: 0 0 10px;
  padding-bottom: 5px;
  color: hsla(0, 0%, 100%, 0.94);
  /* font-weight: 600; */
  font-size: 16px;
}

.footer-top .right-part .newsletter {
  width: 440px;
  /* height: 40px; */
}

.footer-top .right-part .newsletter input {
  height: 40px;
  border-radius: 0 !important;
}

.footer-top .right-part .newsletter :where(.css-dev-only-do-not-override-w8mnev).ant-input:placeholder-shown {
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 600;
}

.footer-top .right-part .newsletter button {
  right: 0;
  top: 0;
  border: 0;
  width: 115px;
  bottom: 0;
  text-transform: uppercase;
  background-color: #00adef;
  height: 40px;
  border-radius: 0 !important;
}

.footer-top .right-part .newsletter button:hover {
  background-color: #0088bc;
}

.footer-middle {
  background-color: #1e709c;
  padding: 40px;
}

.footer-middle .col-md-3 p {
  margin: 0 0 10px;
  padding-bottom: 5px;
  color: hsla(0, 0%, 100%, 0.94);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}

/* .footer-nav.width2 {
  margin: 0 -10px;
}

.footer-nav {
  padding-left: 0px;
  margin: 0;
} */

.footer-nav.width2>li {
  float: left;
  width: 50%;
  padding-left: 10px;
  /* padding-right: 10px; */
  list-style: none;
}

.footer-nav>li a {
  font-size: 13px;
  text-transform: uppercase;
  position: relative;
  /* padding-left: 10px; */
  text-decoration: none;
  color: hsla(0, 0%, 100%, 0.84);
}

.footer-nav>li {
  list-style: none;
  /* padding: 0 10px; */
}

.footer-middle .row {
  margin-bottom: 40px;
}

.patner-service {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.patner-service:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 9;
  border-top: 1px solid hsla(0, 0%, 100%, 0.2);
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
}

.patner-service p {
  position: relative;
  z-index: 9;
}

.patner-service p span {
  font-weight: 600;
  color: hsla(0, 0%, 100%, 0.94);
  font-size: 14px;
  text-transform: capitalize;
}

.patner-service p a {
  color: hsla(0, 0%, 100%, 0.94);
  font-size: 14px;
  text-transform: capitalize;
  text-decoration: none;
}

.patner-service p a:hover {
  text-decoration: underline;
}

.flags p span {
  font-weight: 600;
  color: hsla(0, 0%, 100%, 0.94);
  font-size: 14px;
  text-transform: capitalize;
}

.footer-last {
  background-color: #1a6087;
  padding: 20px 0;
}

.footer-last .col-md-6 p {
  color: hsla(0, 0%, 100%, 0.84);
  font-size: 14px;
}

.footer-last .col-md-6 ul {
  list-style: none;
}

.footer-last .col-md-6 .footer-icons {
  position: relative;
}

.social-icon {
  right: 0;
  position: absolute;
}

.footer-last .col-md-6 .social-icon li {
  display: inline-block;
  margin-left: 5px;
}

.footer-last .col-md-6 .social-icon a {
  display: inline-block;
  height: 35px;
  width: 35px;
  font-size: 15px;
  text-align: center;
  background-color: #1e709c;
  border-radius: 50%;
  margin-left: 5px;
  color: #fff;
}

.footer-last .col-md-6 .social-icon a:hover {
  background-color: #2588be;
  text-decoration: none;
}

.footer-last .col-md-6 .social-icon a svg {
  vertical-align: bottom !important;
}

/* banner */
.App {
  font-family: sans-serif;
  text-align: center;
}

.backgroundContainer {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  z-index: 9;
  position: relative;
  width: 100%;
  height: 40vh;
}

.image-slider .search h1 {
  margin-top: 20vh;
  font-size: 42px;
  font-weight: 600;
  line-height: 0.9333333;
  padding-bottom: 10px;
  color: #fff;
  margin: 0;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.45);
  letter-spacing: 3 !important;
}

.whyUs {
  margin: 0 auto;
  padding: 0 10px;
  max-width: 1200px;
  width: 100%;
  box-sizing: border-box;
}

.newContainer {
  margin: 0 auto;
  /* padding: 0 30px !important; */
  padding: 0 28px;
  /* max-width: 1082px; */
  max-width: 1200px;
  width: 100%;
  box-sizing: border-box;
}

@media (max-width: 1200px) {
  .newContainer {
    padding: 0 30.8px;
  }
}

@media (max-width: 992px) {
  .newContainer {
    padding: 0 15px;
  }
}

@media (max-width: 768px) {
  .newContainer {
    padding: 0 15px;
  }
}

@media (max-width: 480px) {
  .newContainer {
    padding: 0 10px;
  }
}

/* Media queries for .whyUs */
@media (max-width: 1200px) {
  .whyUs {
    margin: 0 50px;
  }
}

@media (max-width: 768px) {
  .whyUs {
    margin: 0 20px;
    padding: 0 5px;
  }
}

@media (max-width: 480px) {
  .whyUs {
    margin: 0 10px;
    padding: 0 2px;
  }
}

.feature-heading {
  font-weight: 600;
  line-height: 1.1;
}

.image-slider .search h2 {
  line-height: 0.9333333;
  font-weight: 300;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.45);
  font-size: 22px;
  color: #fff;
  margin: 5px 0;
}

.banner .banner-caption {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  color: #fff;
  z-index: 2;
  font-size: 17.5px;
  font-weight: 300;
}

.site-info {
  background-color: #fff;
  border-bottom: 1px solid #ececec;
  font-size: 13px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.site-info .row {
  padding: 0 60px;
}

.site-info .row .col-md-4 {
  padding-right: 30px;
  padding-left: 30px;
}

.site-info .items {
  display: flex;
}

.site-info .items .icons {
  margin-right: 15px;
}

.site-info .items .icons svg {
  font-size: 55px;
  color: #2588be;
}

.site-info .items .text-info h4 {
  font-size: 16px;
  margin: 0 0 5px;
  color: #2588be;
  text-transform: capitalize;
  font-weight: 600;
}

.site-info .items .text-info p {
  font-size: 13px;
  color: #000;
}

.destination {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f9f9f9;
}

.top-tour {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #ffffff;
}

.destination .title,
.top-tour .title {
  margin-bottom: 40px;
}

.destination .title h2,
.top-tour .title h2 {
  position: relative;
  margin-bottom: 0;
  color: #2588be;
  text-transform: uppercase;
  font-size: 24px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 1.1;
}

.section-title {
  display: block;
  margin-bottom: 30px;
  position: relative;
}

.section-title h2 {
  position: relative;
  margin-bottom: 0;
  color: #278ec7;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
}

.destination .images-info .image-text,
.top-tour .images-info .image-text {
  position: relative;
  width: 100%;
  display: block;
}

.destination .images-info .image-text figure,
.top-tour .images-info .image-text figure {
  height: 225px;
  width: 100%;
  position: relative;
  /* margin-bottom: 20px; */
  padding: 0;
  overflow: hidden;
}

.destination .images-info .image-text img,
.top-tour .images-info .image-text img {
  position: relative;
  height: 225px;
  width: 100%;
  transition: all 0.3s linear;
  backface-visibility: hidden;
}

.destination .images-info .image-text img:hover,
.top-tour .images-info .image-text img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition: all 0.3s linear;
}

.destination .images-info .image-text p,
.top-tour .images-info .image-text p {
  text-align: left;
  width: 100%;
  position: absolute;
  text-transform: capitalize;
  color: #fff;
  margin-top: 0;
  margin-left: 22px;
  margin-top: -40px;
  font-size: 24.375px;
  font-family: inherit;
  /* font-weight: 600; */
  line-height: 1.4 !important;
  display: block;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.45);
}

.destination .images-info .row,
.top-tour .images-info .row {
  padding: 0 40px;
}

.btn-view-more {
  text-align: center;
  margin-top: 40px;
  border-radius: 2px;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  background-color: #00adef;
  border-color: #006e98;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.btn-view-more:hover {
  color: #fff;
  background-color: #0088bc;
  border-color: #006e98;
  font-size: 14px;
  font-weight: 400;
}

.top-attraction {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f9f9f9;
}

/* .top-attraction {
  margin-bottom: 50px;
} */

.top-attraction .title {
  margin-bottom: 50px;
}

.top-attraction .title h2 {
  position: relative;
  margin-bottom: 0;
  color: #2588be;
  text-transform: uppercase;
  font-size: 24px;
  text-align: center;
}

.top-attraction .images-info .image-text {
  position: relative;
  width: 100%;
  display: block;
  /* background-color: #fff;
  border: 1px solid #ececec; */
}

.top-attraction .images-info .image-text figure {
  height: 168.84px;
  width: 100%;
  position: relative;
  aspect-ratio: 16/9;
  /* padding-left: 10px; */
  /* padding-right: 10px; */
  overflow: hidden;
}

.top-attraction .images-info .image-text img {
  height: 225px;
  width: 100%;
  position: relative;
  transition: all 0.3s linear;
  backface-visibility: hidden;
}

.top-attraction .images-info .image-text img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition: all 0.3s linear;
}

.top-attraction .images-info .image-text p {
  width: 100%;
  text-align: left;
  /* position: relative; */
  color: #333;
  /* margin-top: -16px; */
  margin-left: 0;
  background-color: #fff;
  border: 1px solid #ececec;
  padding: 15px;
  border-top: none;
  text-decoration: none !important;
  font-size: 15px;
  /* font-weight: 600; */
  line-height: 1.1;
  text-transform: capitalize;
}

.top-attraction .images-info .image-text p:hover {
  text-decoration: none !important;
}

.top-attraction .images-info .row {
  padding: 0 40px;
}

.below-links {
  background-color: #f9f9f9;
}

.below-links ul {
  padding: 20px;
}

.top-links ul {
  padding: 0;
  margin: 0 -20px;
}

.top-links li {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-transform: none;
  width: 25%;
}

.tab-wrapper {
  padding: 50px;
}

.tab-wrapper .nav-tabs {
  border: medium none;
  background-color: #ececec;
  border-radius: 0;
  position: relative;
  z-index: 1;
  display: flex;
  border: 1px solid #e0e0e0;
  border-bottom: 0;
  margin-bottom: 3px;
  width: 61.13%;
  /* padding-left: 0;
  list-style: none; */
}

.tab-wrapper .nav-tabs>li:first-child {
  margin-left: 0;
}

.tab-wrapper .nav-tabs>li {
  margin-left: -0.25em;
  margin-bottom: -1px;
}

.nav-tabs>li {
  float: left;
  margin-bottom: -1px;
}

.tab-wrapper .nav-tabs>li.active>a {
  background-color: #fff;
  border: medium none;
  color: #2588be;
  border-right: 1px solid #e0e0e0;
}

.tab-wrapper .nav-tabs>li>a {
  color: #525252;
  text-align: center;
  padding: 12px 25px 9px;
  border-radius: 0;
  border: medium none;
  font-size: 15px;
  margin: 0;
  font-weight: 600;
  border-right: 1px solid #e0e0e0;
}

.nav>li,
.nav>li>a {
  position: relative;
  display: block;
}

.tab-wrapper .nav-tabs>li.active>a:focus,
.tab-wrapper .nav-tabs>li.active>a:hover {
  background-color: #fff;
  border: medium none;
  color: #2588be;
  border-right: 1px solid #e0e0e0;
}

.tab-wrapper .nav-tabs>li>a:focus,
.tab-wrapper .nav-tabs>li>a:hover {
  border: medium none;
  background-color: transparent;
  color: #2588be;
  border-right: 1px solid #e0e0e0;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
  color: #555;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav>li>a:focus,
.nav>li>a:hover {
  text-decoration: none;
  background-color: #eee;
}

.nav-tabs>li>a {
  margin-right: 2px;
  line-height: 1.9;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.tab-wrapper .nav-tabs>li.active>a:focus:before,
.tab-wrapper .nav-tabs>li.active>a:hover:before {
  opacity: 1;
}

.tab-wrapper .nav-tabs>li.active>a:before {
  opacity: 1;
}

.tab-wrapper .nav-tabs>li>a:before {
  position: absolute;
  content: "";
  display: inline-block;
  opacity: 0;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  background-color: #2588be;
}

.tab-wrapper .nav-tabs>li.active>a:focus,
.tab-wrapper .nav-tabs>li.active>a:hover {
  background-color: #fff;
  border: medium none;
  color: #2588be;
  border-right: 1px solid #e0e0e0;
}

.tab-wrapper .tab-content {
  background-color: #fff;
  padding: 30px 28px 40px 28px;
  border: 1px solid #e0e0e0;
  height: 200px;
  margin-bottom: 40px;
}

.tab-content>.active {
  display: block;
}

.top-links ul {
  padding: 0;
  margin: 0 -20px;
}

.tab-content .top-links li {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-transform: none;
}

.top-links ul>li a {
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  position: relative;
  padding-left: 10px;
  text-decoration: none;
  width: 25%;
}

.top-links ul>li {
  padding-left: 20px;
  padding-right: 20px;
  float: left;
  list-style: none;
}

.tab-wrapper .nav-tabs .nav-item .active {
  border-top: 3px solid #2588be;
  color: #2588be;
  font-weight: 600;
}

.tab-wrapper .nav-tabs .nav-item a {
  color: #525252;
  font-weight: 600;
  padding: 13px;
}

.tab-wrapper .nav-tabs .nav-item a:hover {
  color: #2588be;
  font-weight: 600;
}

.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  background: 0 0;
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.top-links ul>li a {
  font-size: 13px;
  text-transform: uppercase;
  position: relative;
  padding-left: 10px;
  text-decoration: none;
  color: #2588be;
  line-height: 1.5;
}

.ant-carousel .slick-slide {
  text-align: center;
  width: 100%;
  height: 71vh;
  line-height: 71vh;
  /* background: #364d79; */
  overflow: hidden;
}

/* Target the entire tab bar */

.ant-carousel .slick-slide h3 {
  color: #fff;
}

.image-slider {
  position: relative;
  text-align: center;
}

.ant-tabs-nav {
  width: fit-content;
}

.ant-tabs-nav-wrap {
  padding: 5px;
  background-color: #e0e0e0;
  border: 1px solid #e8e8e8;
}

.ant-tabs-nav-list {
  color: #525252;
}

.ant-tabs-tab {
  color: #525252;
  border-color: transparent;
  background-color: #e0e0e0;
  padding: 8px 16px;
  margin-right: 8px;
  border-radius: 4px 4px 0 0;
  transition: all 0.3s;
}

.ant-tabs-tab-active {
  color: #2588be;
  background-color: #ffffff;
  border-color: #e8e8e8;
  border-bottom-color: transparent;
}

.ant-tabs-tab:hover {
  color: #2588be;
}

.ant-tabs-content-holder {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  padding: 10px 0;
}

.image-slider .images {
  position: relative;
}

.swiper-container {
  height: 71vh;
}

.image-slider .images img {
  /* position: absolute; */
  /* background-attachment: fixed;
  */
  background-size: cover;
  overflow: hidden;
  object-fit: cover;
  object-position: top;
  width: 100%;
  height: 71vh;
  /* transform: scale(1.2); */
}

@media only screen and (min-width: 1920px) {
  .image-slider .images img {
    min-height: 74vh !important;
  }
}

.image-slider .ant-carousel .slick-slide {
  opacity: 0;
  transition: opacity 4s ease-in-out, visibility 5s ease ease-in-out !important;
}

.image-slider .ant-carousel .slick-slide.slick-active {
  opacity: 1;
  transition: opacity 4s ease-in-out, visibility 5s ease ease-in-out !important;
}

.image-slider .ant-carousel .slick-slide .image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.image-slider .ant-carousel .slick-slide .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slick-dots button {
  display: none !important;
}

.image-slider .search-wrapper {
  text-align: center;
  position: absolute;
  top: 31%;
  width: 100%;
  /* margin-left: 27%; */
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
}

.image-slider .search-wrapper .search {
  width: 70%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.image-slider .search-wrapper .search .search-bar input {
  height: 45px;
  padding: 20px;
  border-radius: 0 !important;
}

.image-slider .search-wrapper .search .search-bar :where(.css-dev-only-do-not-override-w8mnev).ant-input:placeholder-shown {
  text-overflow: ellipsis;
  font-size: 15px;
  font-weight: 600;
}

.image-slider .search-wrapper .search {
  /* padding: 8px; */
  /* background-color: #cedceb; */
  /* margin: 20px 0 0 0; */
}

.place:-ms-input-placeholder {
  color: #999;
  font-size: 14px;
}

.search-bar {
  background-color: #c0d5ea;
  opacity: 0.9;
  padding: 8px;
  border-radius: 3px;
  width: 650px;
  margin-top: 20px;
}

.image-slider .search-wrapper .search .search-bar button {
  height: 45px;
  right: 0;
  top: 0;
  border: 0;
  width: 115px;
  bottom: 0;
  background-color: #2588be;
  border-radius: 0 3px 3px 0 !important;
  color: #fff;
}

@media (max-width: 768px) {
  .image-slider .search-wrapper {
    top: 25%;
    padding: 0 10px;
  }

  .image-slider .search-wrapper .search .search-bar {
    width: 100%;
    /* Adjust width for smaller screens */
    padding: 4px;
    /* background-color: #c0d5ea; */
  }

  .image-slider .search-wrapper .search h1 {
    font-size: 28px;
  }

  .image-slider .search-wrapper .search h2 {
    font-size: 14px;
  }

  .image-slider .search-wrapper .search .search-bar {
    display: none;
  }

  .image-slider .absolute {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    padding: 16px;
  }
}

/* Top Destination */
.top-destination {
  min-height: 60vh;
  /* height: 60vh; */
}

.destination-header {
  background-color: #efefef;
  margin-bottom: 40px;
  font-weight: 600;
  font-size: 13px;
}

.destination-header .container {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-right: 120px;
  margin-left: 120px;
  padding-left: 25px;
  padding-right: 25px;
  height: 54.7px;
}

.destination-header .newContainer .breadcrumb {
  margin: 0;
  background: none;
  border-radius: 4px;
  list-style: none;
  padding: 20px 0px !important;
}

.checkbox-label {
  font-weight: 500 !important;
}

.destination-header .newContainer .breadcrumb li {
  color: #2588be;
}

.page-right .box {
  background-color: #fff;
  padding: 20px;
  border: 3px solid #e5e5e5;
  margin-bottom: 40px;
  width: 258px;
}

.page-right .box h3 {
  font-size: 16px;
  background-color: #e5e5e5;
  padding: 15px 20px;
  margin: -21px -21px 20px;
  position: relative;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 600;
}

@media (max-width: 1024px) {
  .page-right .box {
    width: 100%;
    /* Adjust width for better fit on tablets */
    padding: 15px;
    /* Reduce padding */
    margin-bottom: 30px;
  }

  .page-right .box h3 {
    font-size: 14px;
    /* Slightly reduce font size */
    padding: 12px 15px;
    /* Adjust padding */
    margin: -15px -15px 15px;
  }
}

/* For mobile (576px and up) */
@media (max-width: 768px) {
  .page-right .box {
    width: 100%;
    /* Full width for smaller screens */
    padding: 10px;
    /* Reduce padding for mobile */
    margin-bottom: 20px;
  }

  .page-right .box h3 {
    font-size: 12px;
    /* Further reduce font size for mobile */
    padding: 10px 12px;
    margin: -12px -12px 10px;
  }
}

/* For extra small devices (max-width: 576px) */
@media (max-width: 576px) {
  .page-right .box {
    padding: 8px;
    /* Minimal padding for small devices */
    width: 100%;
    /* Full width */
    margin-bottom: 15px;
  }

  .page-right .box h3 {
    font-size: 10px;
    /* Smallest font size */
    padding: 8px 10px;
    margin: -10px -10px 8px;
  }
}

.breadcrumb>li {
  display: inline-block;
}

.destination-header .newContainer .breadcrumb li a {
  color: #2588be;
}

.destination-header .newContainer .breadcrumb li a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.destination-header .breadcrumb>li+li:before {
  color: #666;
  padding: 0 7px;
  content: "/";
}

.destination-header .breadcrumb li.active {
  color: #2e2e2e;
}

.destination-title .page-title {
  padding: 0 40px;
}

.destination-title .page-title h1 {
  font-size: 26px;
  margin-bottom: 0;
  color: #2588be;
  font-weight: 700;
}

.top-destination .destination-image .media {
  position: relative;
  padding: 20px 40px 40px 40px;
}

.top-destination .destination-image .media img {
  width: 100%;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

.top-destination .destination-image .contain-box {
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
  padding: 0 40px;
}

.top-destination .destination-image .contain-box p {
  margin: 0 0 13px;
  padding: 2px;
  font-size: 14px;
  line-height: 1.9;
  color: #2e2e2e;
}

.page-title {
  margin-bottom: 20px;
}

.page-title h1 {
  font-size: 26px;
  margin-bottom: 0;
  color: #2588be;
  font-weight: 700;
}

.holidays-destination {
  padding-bottom: 40px;
}

/* .holidays-destination .block {
  padding: 0 30px;
} */

.holidays-destination .block .block-title {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
}

.holidays-destination .block .block-title span {
  padding-right: 10px;
  background-color: #f9f9f9;
}

.holidays-destination .block .block-title:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  height: 2px;
  background-color: #e0e0e0;
  z-index: -1;
}

.holidays-destination .images-info {
  margin-top: 25px;
}

.holidays-destination .images-info .image-text {
  position: relative;
  width: 100%;
  display: block;
  border: 1px solid #ececec;
}

.holidays-destination .images-info .image-text figure {
  height: 162px;
  width: 100%;
  padding: 0;
  background: #fff;
  overflow: hidden;
  position: relative;
}

.holidays-destination .images-info .image-text figure span svg {
  position: absolute;
  right: 10px;
  top: 10px;
  font-size: 20px;
  font-weight: 300;
  background-color: transparent;
  border: 0;
  line-height: 1;
  padding: 2px;
  z-index: 8;
  width: 20px;
  height: 20px;
  /* background-color: #f1f1f1; */
  cursor: pointer;
  align-items: center;
  /* border-radius: 100%; */
}

.holidays-destination .images-info .image-text figure span svg:hover {
  color: #00adef;
}

.holidays-destination .images-info .image-text img {
  height: 225px;
  width: 100%;
  position: relative;
  transition: all 0.3s linear;
  backface-visibility: hidden;
}

.holidays-destination .images-info .image-text img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition: all 0.3s linear;
}

.holidays-destination .images-info .image-text span {
  font-size: 12px;
  color: #666;
  text-transform: capitalize;
  margin-top: 5px;
  /* Add margin-top for spacing between h4 and span */
}

.holidays-destination .images-info .image-text h4:hover {
  text-decoration: none !important;
  color: #2588be;
}

.holidays-destination .images-info .image-text h4 Link {
  text-decoration: none !important;
  color: #2588be;
}

.holidays-destination .images-info .image-text .captions {
  line-height: 1.1;
  padding: 15px;
  background-color: #fff;
  border: 1px;
}

.holidays-destination .images-info .image-text .captions h4 {
  margin: 0 0 8px;
  position: relative;
  text-align: left;
  font-size: 13px;
  font-weight: 700;
  color: #333;
}

.holidays-destination .images-info .image-text .captions h4 a {
  color: #333;
  text-decoration: none;
}

.holidays-destination .images-info .image-text .captions span {
  font-size: 15px;
  color: #636363;
}

.holidays-destination .view-more-btn {
  display: flex;
  justify-content: flex-end;
}

.holidays-destination .view-more-btn a {
  border-radius: 25px;
  border-color: transparent;
  border: 0;
  padding: 8px 30px;
  color: #fff;
  background-color: #00adef;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
}

.holidays-destination .view-more-btn a:hover {
  background-color: #006e98;
}

.activities-top {
  margin-bottom: 40px;
}

.activities-top .block {
  padding: 0 40px;
}

.activities-top .block .block-title {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
}

.activities-top .block .block-title span {
  padding-right: 10px;
  background-color: #f9f9f9;
}

.activities-top .block .block-title:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  height: 2px;
  background-color: #e0e0e0;
  z-index: -1;
}

.activities-top .images-info {
  margin-top: 25px;
  margin-bottom: 15px;
}

.activities-top .images-info .image-text {
  position: relative;
  width: 100%;
  display: block;
}

.activities-top .images-info .image-text figure {
  height: 162px;
  width: 95%;
  padding: 0;
  overflow: hidden;
  position: relative;
}

.activities-top .images-info .image-text figure span svg {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #5f5f61;
  font-size: 20px;
  font-weight: 300;
  background-color: transparent;
  border: 0;
  line-height: 1;
  padding: 0;
  z-index: 8;
}

.activities-top .images-info .image-text figure span svg:hover {
  color: #00adef;
}

.activities-top .images-info .image-text img {
  height: 225px;
  width: 100%;
  position: relative;
  transition: all 0.3s linear;
  backface-visibility: hidden;
}

.activities-top .images-info .image-text img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition: all 0.3s linear;
}

.activities-top .images-info .image-text .lower-text {
  width: 95%;
  position: relative;
  margin-top: -16px;
  margin-left: 0;
  background-color: #fff;
  border: 1px solid #ececec;
  padding: 14px 0 14px 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.activities-top .images-info .image-text .lower-text p {
  color: #333;
  text-decoration: none !important;
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 6px;
}

.activities-top .images-info .image-text .lower-text h6 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-transform: none;
  font-size: 15px;
  color: #636363;
  margin-bottom: 0;
}

.activities-top .images-info .image-text p:hover {
  text-decoration: none !important;
  color: #2588be;
}

.activities-top .view-more-btn {
  display: flex;
  justify-content: flex-end;
}

.activities-top .view-more-btn a {
  border-radius: 25px;
  border-color: transparent;
  border: 0;
  padding: 8px 30px;
  color: #fff;
  background-color: #00adef;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
}

.activities-top .view-more-btn a:hover {
  background-color: #006e98;
}

.review-section {
  margin-bottom: 40px;
}

.review-section .block {
  padding: 0 40px;
}

.review-section .block .block-title {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
}

.review-section .block .block-title span {
  padding-right: 10px;
  background-color: #f9f9f9;
}

.review-section .block .block-title:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  height: 2px;
  background-color: #e0e0e0;
  z-index: -1;
}

.review-section .review-detail {
  display: flex;
  justify-content: space-between;
  padding: 20px 40px;
}

.review-section .review-detail p {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 13px;
  font-family: inherit;
  font-weight: 600;
  line-height: 1.1;
  color: #333;
  padding-top: 5px;
}

.review-section .review-detail a {
  color: #fff !important;
  background-color: #00adef;
  border-color: #00adef;
  padding: 9px 25px;
  border-radius: 3px;
  border-width: 2px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid transparent;
}

.review-section .review-detail a:hover {
  color: #fff !important;
  background-color: #0088bc;
  border-color: #003e56;
}

.comment-section {
  display: flex;
  padding: 0px 40px;
}

.comment-section img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  margin-right: 14px;
}

.comment-section div a {
  font-weight: 500;
  font-size: 16px;
  margin-top: 0;
  color: #2588be;
}

.comment-section div a:hover {
  color: #195a7e;
  text-decoration: underline;
}

.comment-section div h6 {
  font-size: 13px;
}

.comment-section div h6 svg {
  font-size: 13px;
  margin-top: -3px;
}

.comment-section div .rating {
  display: flex;
  margin-bottom: -15px;
}

.comment-section div .rating svg {
  color: #fe8800;
}

.comment-section div .rating p {
  margin-left: 10px;
  margin-top: -4px;
  font-size: 14px;
  line-height: 1.9;
  color: #2e2e2e;
}

.comment-section div .comment {
  font-style: italic;
  margin: 0 0 13px;
  font-size: 14px;
  line-height: 1.9;
  color: #2e2e2e;
}

.comment-section .reply a {
  text-transform: uppercase;
  border-radius: 4px;
  padding: 3px 18px;
  margin-bottom: 15px;
  border: 0;
  font-size: 12px;
  font-weight: 600;
  background-color: rgba(37, 136, 190, 0.1);
  color: #144b69;
}

.comment-section .reply a:hover {
  background-color: #2588be;
  color: #fff;
}

.comment-section .comment-count {
  margin-top: 16px;
}

.comment-section .comment-count p svg {
  color: #00adef;
}

.comment-section .comment-count p {
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
  line-height: 1;
  font-size: 13px;
  cursor: pointer;
}

.comment-footer {
  display: flex;
  padding: 0px 40px;
}

/* .comment-social-media {} */
.comment-social-media {
  margin-top: 0px;
}

.comment-social-media span {
  font-size: 13px !important;
  margin-right: 10px;
}

.comment-social-media span::after {
  content: "";
  position: absolute;
  right: 0;
  top: 1px;
  width: 1px;
  height: 13px;
  background: #e3e3e3;
}

.comment-social-media a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 1px;
  width: 1px;
  height: 13px;
  background: #e3e3e3;
}

.comment-social-media a {
  padding-right: 10px;
  margin-right: 10px;
  font-weight: 400 !important;
  color: #999 !important;
  font-size: 13px !important;
}

.comment-social-media a:hover {
  color: #00adef !important;
}

.review-section-blo {
  margin: 20px 40px 0 40px;
  margin-bottom: 30px;
  list-style: none;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}

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

.write-review .writeReview {
  border-radius: 25px;
  background-color: transparent;
  border-width: 2px;
  font-weight: 600;
  padding: 6px 25px;
  font-size: 14px;
  border-color: #00adef;
  color: #00adef;
  margin-bottom: 30px;
}

.write-review .writeReview:hover {
  color: #fff;
  background-color: #00adef;
}

.holidays-destination .caption {
  max-width: 290px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  padding: 10px 15px;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  background-color: rgba(0, 0, 0, 0.34);
}

.holidays-destination .caption span {
  color: #fff;
  font-weight: 600;
  font-size: 15px;
}

.image-by-travellers .image-travellers {
  display: flex;
  justify-content: space-between;
}

.image-by-travellers .image-travellers p {
  font-weight: 600;
  line-height: 1.1;
  color: #333;
  font-size: 14px;
}

.image-by-travellers .image-travellers .btn-flat {
  color: #fff !important;
  background-color: #0088bc !important;
  border-color: #00adef !important;
  border-width: 2px;
  font-weight: 600;
  padding: 6px 25px;
}

.participate-question {
  padding: 20px 0;
}

.participate-question .display_item_wrap {
  padding: 30px;
  font-size: 14px;
  line-height: 1.9;
  color: #2e2e2e;
  background-color: #fff;
}

.participate-question .display_item_wrap h3 {
  font-size: 1.2857em;
  font-weight: 600;
  line-height: 1.1;
}

.participate-question .display_item_wrap .text-left .btn-link {
  color: #2588be;
  cursor: pointer;
  font-weight: 600;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.9;
}

.participate-question .display_item_wrap .text-left .btn-link:hover {
  color: #195a7e;
  text-decoration: underline;
  background-color: transparent;
}

.locate-my-trip {
  text-align: center;
  font-size: 65px;
  padding-top: 10px;
  color: #1e709c;
}

.locate-my-trip h3 {
  font-weight: 700;
  margin: 8px auto;
  color: #1e709c;
  font-size: 0.2857em;
}

.locate-my-trip .hiw-description p {
  color: #2e2e2e;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.3;
}

.locate-my-trip .locate-my-trip-button {
  text-align: center;
}

.locate-my-trip .locate-my-trip-button button {
  border-color: #278ec7;
  background-color: #278ec7;
  font-weight: 700;
  font-size: 17px;
  width: 30%;
  border-radius: 25px;
  padding: 9px 12px;
  text-transform: uppercase;
  color: #fff;
}

/* Destination */
.col-md-6 {
  /* padding-left: 0 !important; */
  padding-right: 0 !important;
}

.col-md-3 {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.nav-destination {
  background-color: #f9f9f9;
  position: relative;
}

.nav-destination .title {
  margin-top: 40px;
  margin-bottom: 30px;
}

/* .nav-destination .title .newContainer div {
  padding: 0 40px;
} */

.nav-destination .title .newContainer div h1 {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.1;
}

.destination-images {
  padding-bottom: 40px;
}

/* .destination-images .row {
  padding: 0 30px;
} */

.destination-images .image-text {
  width: 100%;
  display: block;
  position: relative;
  max-height: 345px;
  height: 345px;
}

.destination-images .image-text figure {
  width: 100%;
  position: relative;
  height: 345px;
}

.destination-images .image-text figure img {
  width: 100%;
  height: 345px;
}

.destination-images .image-text figure svg {
  position: absolute;
  top: 10px;
  right: 10px;
}

.destination-images .image-text div {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.destination-images .image-text div p {
  color: #fff;
  font-size: 28px;
  background-color: transparent;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.74);
  cursor: pointer;
  margin-bottom: 0px !important;
  text-transform: uppercase;
}

.destination-images .image-text div span {
  color: #fff;
  font-size: 14px;
  background-color: transparent;
  font-weight: 700;
  display: inline-block;
  /* vertical-align: middle; */
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.74);
  cursor: pointer;
  display: block;
  text-transform: uppercase;
}

.destination-images .side-small-image .col-md-6 {
  position: relative;
  margin-bottom: 12px;
}

.destination-images .side-small-image .image-text {
  max-height: 165px;
  height: 165px;
  position: relative;
}

.destination-images .side-small-image .image-text figure {
  height: 165px;
  position: relative;
}

.destination-images .side-small-image .image-text figure img {
  height: 165px;
}

.destination-images .side-small-image .image-text figure svg {
  position: absolute;
  top: 10px;
  right: 10px;
}

.destination-images .side-small-image .image-text div {
  position: absolute;
  bottom: 0px;
  left: 10px;
  padding: 10px;
}

.destination-images .side-small-image .image-text div p {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  display: inline-block;
  vertical-align: middle;
  background-color: transparent;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.74);
  cursor: pointer;
  text-transform: none !important;
  /* text-transform: uppercase !important; */
}

.destination-images .side-small-image .image-text div span {
  font-weight: 400;
  font-size: 14px;
  margin: 0 0 5px;
  color: #fff;
  text-transform: uppercase;
}

.load-more-btn {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  position: relative;
}

.load-more {
  display: flex;
  border-color: transparent;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  background-color: #00adef;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  justify-content: center;
  border-color: #00adef;
}

.load-more:hover {
  color: #fff;
  background-color: #0088bc;
  border-color: #00adef;
}

.load-more-btn svg {
  position: relative;
  top: 2px;
  margin-left: 6px;
  font-size: 22px;
  color: #fff;
  margin-bottom: 0 !important;
}

/* attractions */
.attractions {
  position: relative;
  padding: 30px 0;
}

.attractions .row {
  padding: 0 40px;
}

.attractions .row .col-md-4 input {
  height: 40px;
  border-radius: unset;
}

.attractions .row .col-md-4 .ant-select-selector {
  height: 40px;
  border-radius: unset;
}

.attractions .row .col-md-4 .ant-select-selection-item {
  display: flex;
  align-items: center;
}

.attractions .row .col-md-4 .ant-select-selection-placeholder {
  display: flex;
  align-items: center;
  color: #555;
  font-size: 14px;
  font-weight: 500;
}

/* manage booking */
.manage-booking {
  height: 230px;
  overflow: hidden;
  display: block;
  position: relative;
  z-index: 1;
}

.manage-booking figure img {
  vertical-align: top;
  -webkit-backface-visibility: hidden;
  max-width: none;
  width: 100%;
  height: 104%;
  object-fit: cover;
}

.manage-booking figure::after {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  content: "";
  background-color: #000;
  opacity: 0.4;
}

.manage-booking .inner-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px 0;
}

.manage-booking .inner-caption h1 {
  padding: 0 40px;
  font-size: 26px;
  font-family: inherit;
  font-weight: 600;
  line-height: 1.1;
  margin-block-start: 0.83em;
  margin-block-end: 0.83em;
  text-transform: capitalize;
  color: #fff !important;
}

.booking-confirm .row {
  padding: 20px 40px;
}

.booking-confirm .col-md-5 input {
  height: 40px;
  border-radius: unset;
}

.booking-confirm .col-md-5 p {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.9;
  color: #2e2e2e;
  text-transform: capitalize;
}

.booking-confirm .col-md-2 {
  display: flex;
  top: 15px;
  align-items: center;
  position: relative;
}

.booking-confirm .col-md-2 a {
  border-width: 2px;
  font-weight: 600;
  padding: 6px 25px;
  font-size: 14px;
  border: 2px solid #00adef;
  border-color: #00adef;
  text-transform: uppercase;
  border-radius: 0;
  text-decoration: none;
  color: #00adef;
  vertical-align: middle;
  line-height: 1.9;
}

.booking-confirm .col-md-2 a:hover {
  background-color: #00adef;
  color: #fff;
  border-color: #00adef;
  transition: all 0.3s linear;
}

.booking-confirm .booking-more-info {
  padding: 0 40px 40px 40px;
}

.booking-confirm .booking-more-info p {
  text-align: left;
  font-size: 14px;
  line-height: 1.9;
  color: #2e2e2e;
}

.booking-confirm .booking-more-info a {
  background-color: transparent;
  box-shadow: none;
  color: #2588be;
  font-weight: 400;
  border-radius: 0;
  font-size: 14px;
  line-height: 1.9;
  text-decoration: none;
}

.booking-confirm .booking-more-info a:hover {
  color: #195a7e;
  text-decoration: underline;
  background-color: transparent;
}

.logo {
  height: 60px;
  width: 186px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: inline-block;
  transition: all 0.2s height, all 0.2s width, all 0.2s margin;
}

/* Login */
.auth-page a {
  text-decoration: underline !important;
  z-index: 9;
  margin-left: 5px;
  color: #2588be !important;
}

.auth-page .ant-modal-content {
  border-radius: 2px !important;
}

:where(.css-dev-only-do-not-override-12jzuas).ant-modal {
  top: 50px !important;
  position: relative !important;
}

.login h4 {
  font-weight: 600;
  line-height: 1.1;
  color: #333;
  margin: 0 0 20px;
  font-size: 20px;
  text-align: center;
  text-transform: capitalize;
}

.login ol {
  list-style: none;
  display: flex;
  justify-content: center;
}

.login ol li {
  margin-right: 6px;
}

/* .login ol li {
  height: 40px;
  width: 40px;
  color: #fff;
  border-radius: 50%;
  padding: 0;
  display: inline-block;
}

.login ol li svg {
  height: 100%;
  width: 100%;
} */

.login ol .facebook svg {
  color: #3b5998;
  height: 40px;
  width: 40px;
  /* color: #fff; */
  border-radius: 50%;
}

.login ol .twitter svg {
  color: #2faaf5;
  height: 46px;
  width: 46px;
  margin-top: -3px;
  /* color: #fff; */
  border-radius: 50%;
  border: none;
}

.login ol .google svg {
  color: #df4a32;
  height: 46px;
  width: 46px;
  margin-top: -3px;
  /* color: #fff; */
  border-radius: 50%;
}

.login ol .linkedin svg {
  color: #007ab5;
  height: 40px;
  width: 40px;
  background-color: #fff;
  border-radius: 50%;
}

.login .modal-seperator {
  border-bottom: 1px solid #ccc;
  text-align: center;
  margin: 30px 0;
  position: relative;
}

.login .modal-seperator span {
  width: 40px;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 50%;
  margin: 0 auto;
  line-height: 38px;
  display: block;
  margin-bottom: -20px;
  background: #fff;
  font-weight: 600;
}

.login .login-form {
  padding: 30px 0 10px 0;
}

.login .login-form input {
  width: 100%;
  height: 36px;
  position: relative;
  margin-bottom: 14px;
  border-radius: 2px;
  border: 1px solid #ccc;
  padding: 10px;
}

.login .login-form .input_wrap {
  position: relative;
}

.login .login-form .input_wrap i {
  position: absolute;
  z-index: 9;
  right: 9px;
  top: 5px;
}

/* .formik-field {
  padding: 10px;
} */

.formik-field::placeholder {
  font-size: 14px;
  /* Additional placeholder styles */
}

.formik-error {
  color: red;
  margin-top: -14px;
  margin-bottom: 13px;
  font-size: 14px;
}

.login .remember {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.login .remember input {
  height: 0;
  position: absolute;
}

.login .remember a {
  cursor: pointer;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 1.9;
  color: #2588be;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: underline;
}

.login .remember a:hover {
  color: #195a7e;
  text-decoration: underline;
  background-color: transparent;
}

.login .privacy-policy p {
  font-size: 14px;
  line-height: 1.9;
  margin: 0 0 13px;
  color: #2e2e2e;
  text-align: center;
}

.login .privacy-policy p a {
  font-size: 14px;
  line-height: 1.9;
  background-color: transparent;
  color: #2588be;
  text-decoration: none;
}

.login .privacy-policy p a:hover {
  color: #195a7e;
  text-decoration: underline;
}

.login .signin-button {
  margin-bottom: 15px;
}

.login .signin-button button {
  border-width: 2px;
  font-weight: 400;
  border-radius: 3px;
  text-transform: none;
  font-size: 16px;
  padding: 5px 20px;
  display: block;
  width: 100%;
  transition: all 0.3s linear;
  text-decoration: none;
  opacity: 0.65;
  color: #fff;
  background-color: #00adef;
  border-color: transparent;
}

.login .signin-button button:hover {
  transition: all 0.3s linear;
  color: #fff;
  background-color: #006e98;
  border-color: #003e56;
  cursor: pointer;
}

.login .login-text-left {
  text-align: left;
  font-size: 14px;
  line-height: 1.9;
  display: flex;
  color: #2e2e2e;
}

.login .login-text-left a {
  cursor: pointer;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 1.9;
  color: #2588be;
  margin-left: 6px;
}

.login .supplier-signup {
  text-align: center;
}

.supplier-signup a {
  font-size: 14px;
  line-height: 1.9;
  cursor: pointer;
  color: #2588be;
  font-weight: 600;
}

.navbar-form {
  position: relative;
  margin: 15px 0;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s linear, visibility 0.2s linear;
  padding: 0;
  padding-right: 10px;
  display: flex;
  align-items: center;
  /* Center items vertically */
}

.search-button {
  position: absolute;
  top: 64%;
  right: 12px;
  transform: translateY(-50%);
  border-radius: 0 4px 4px 0;
  border: 0;
  box-shadow: none;
  background-color: #244893;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  padding: 4px 10px;
  cursor: pointer;
  height: 32px;
  transition: background-color 0.3s ease;
}

.search-button:hover {
  background-color: #1e3c7c;
}

.form-control {
  border: 1px solid #e5e5e5;
  border-radius: 4px !important;
  height: 36px;
  width: 300px;
  font-size: 14px;
  padding: 0 10px;
  box-shadow: none;
}

.form-control:focus {
  border-color: #dadada;
  outline: none;
}

.newbtn {
  border: 2px solid hsla(0, 0%, 100%, 0.74) !important;
  border-radius: 2px !important;
  font-weight: 500 !important;
  color: #fff !important;
  font-size: 10px !important;
  letter-spacing: 2px !important;
  padding: 8px 12px !important;
  text-transform: uppercase;
  cursor: pointer;
}

.btn-info {
  background-color: #00adef !important;
  border-color: #00adef !important;
  padding: 5px 12px !important;
  color: #f1f1f1;
  font-size: 12px;
  text-transform: uppercase;
  cursor: pointer;
}

.ui-autocomplete-input {
  width: 100% !important;
}

/* suppliers register */
.suppliers-wrap {
  padding: 50px 0;
  padding: 30px;
  background-color: #f9f9f9;
  display: flex;
  justify-content: center;
}

.suppliers-wrap .login {
  width: 100%;
  max-width: 476px;
  margin: 0 auto;
  background-color: #fff;
  padding: 30px;
}

.suppliers-wrap .login h4 {
  font-size: 26px;
}

.suppliers-wrap .login .row .col-md-6 a {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-width: 2px;
  border-radius: 3px;
  padding: 10px 20px;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  width: 100%;
  transition: all 0.3s linear;
}

.suppliers-wrap .login .row .col-md-6 a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.suppliers-wrap .login .row .col-md-6 a svg {
  color: #fff;
  margin-right: 10px;
}

.suppliers-wrap .login .row .col-md-6 a p {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 400;
}

.suppliers-wrap .login .row .col-md-6 .facebook {
  background-color: #3b5998;
  border: none;
}

.suppliers-wrap .login .row .col-md-6 .twitter {
  background-color: #2faaf5;
  border: none;
}

.suppliers-wrap .login .row .col-md-6 .google {
  background-color: #df4a32;
  border: none;
}

.suppliers-wrap .login .row .col-md-6 .linkedin {
  background-color: #007ab5;
  border: none;
}

/* bussiness patner per-register page */
.bussiness-banner {
  position: relative;
  z-index: 1;
}

.bussiness-banner .bussiness-image-wrapper {
  min-height: 71vh !important;
  position: relative;
  height: 100%;
  overflow: hidden;
}

.bussiness-banner .bussiness-image-wrapper .banner-image {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.bussiness-banner .bussiness-image-wrapper .banner-image img {
  vertical-align: top;
  -webkit-backface-visibility: hidden;
  min-width: 100%;
  object-fit: cover;
  object-position: top;
}

.banner-caption {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  color: #fff;
  z-index: 2;
  font-size: 17.5px;
  font-weight: 300;
  top: 70% !important;
}

.bussiness-banner .banner-caption h1 {
  color: #fff;
  margin: 0;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.45);
  font-weight: 600;
  line-height: 0.9333333;
  padding-bottom: 10px;
  font-size: 42px;
}

.bussiness-banner .banner-caption p {
  margin: 0 0 13px;
  margin-top: 20px !important;
  line-height: 0.9333333;
  font-weight: 300;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.45);
  font-size: 22px;
}

.bussiness-banner .banner-caption .smart_search {
  margin-top: 40px !important;
  margin-bottom: 30px !important;
  text-align: center;
  font-size: 1em;
}

.bussiness-banner .banner-caption a {
  transition: all 0.3s linear;
  text-transform: uppercase;
  box-shadow: none;
  border-width: 1px;
  background-color: #2588be;
  border-color: var(--primary-color);
  height: 50px;
  font-size: 18px;
  border-radius: 25px;
  border-color: #2588be;
  display: initial !important;
  width: 20%;
  padding: 10px 50px;
}

.bussiness-common-box {
  background-color: #fff;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  margin-top: -60px;
  padding-bottom: 60px;
  padding-top: 60px;
}

.destination {
  overflow: hidden;
}

#join-us-section {
  margin: 0px;
  padding: 0 40px;
}

.hiw-section-title {
  font-weight: 600;
  margin: 40px auto;
  color: #2588be;
  text-align: center;
  font-size: 30px;
  margin: 0px !important;
}

.hiw {
  margin-bottom: 0px;
}

#content-feature {
  padding: 30px 0px;
}

.hiw .hiw-item {
  text-align: center;
  width: 300px;
  margin: 0 auto 15px;
  border-radius: 5px;
  padding: 15px 20px;
  border: none;
  height: 200px;
}

.hiw .hiw-item a {
  color: #2588be;
  text-decoration: none;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 34%;
}

.hiw .hiw-description {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.3;
  font-size: 15px;
}

.content-icon {
  height: 100px;
  width: 100px;
  border: 1px solid lightgrey;
  border-radius: 50px;
  padding: 14px;
  color: #2588be;
  display: inline-block;
  font-size: 40px;
  padding-top: 25px;
}

.content-icon:hover {
  color: #1e709c;
}

.bussiness-box {
  padding-bottom: 60px;
  padding-top: 60px;
  font-size: 15px;
  overflow: hidden;
  background-color: #f9f9f9;
}

.bussiness-box div {
  padding: 0 40px;
  background-color: transparent;
}

.bussiness-box table tr {
  text-align: center;
}

.bussiness-box table tr td h2 {
  font-size: 28px;
  margin: 0 0 1em;
}

.bussiness-box table tr td h2 strong {
  font-weight: 600;
}

.bussiness-box table tr td p {
  font-size: 15px;
  margin: 0 0 13px;
}

.bussiness-common-light {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  font-size: 15px;
  overflow: hidden;
  background-color: #2588be;
  padding-bottom: 60px;
  padding-top: 60px;
}

.bussiness-common-light .row {
  padding: 0 40px;
}

#special-feature .border-box {
  background-color: #2588be;
  color: #fff;
  text-align: center;
  border: none;
  margin: 0 0 20px;
  padding: 15px 20px;
}

span.special-feature-title {
  font-size: 22px;
  color: #fff;
  text-align: center;
  line-height: 1.9;
}

span.special-feature-title strong {
  font-weight: 600;
}

.hiw-description {
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 1.9;
}

.bussiness-common-box .hiw-description {
  font-size: 15px;
  color: #000;
  text-align: center;
  line-height: 1.9;
}

.special-icon {
  font-size: 46px;
  background: #fe8800;
  height: 80px;
  width: 80px;
  border-radius: 50px;
  position: relative;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

.bussiness-bottom {
  background-color: #fff;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  overflow: hidden;
  padding: 30px 0px;
}

.bussiness-bottom .text-center {
  padding: 0 40px;
}

.bussiness-bottom #do-not-wait {
  font-size: 28px;
  color: #fe8800 !important;
  vertical-align: middle;
}

.bussiness-bottom #do-not-wait strong {
  font-weight: 600;
}

.bussiness-bottom .btn-signup-now {
  background-color: #fff !important;
  border-color: #016ab8 !important;
  height: 50px;
  font-size: 20px;
  color: #016ab8 !important;
  margin-left: 20px;
  margin-right: 20px;
  padding: 6px 17px;
}

.bussiness-bottom .btn-flat {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-width: 1px;
}

.bussiness-bottom .btn-signup-now:hover {
  background-color: #016ab8d4 !important;
  border-color: #016ab8d4 !important;
  color: #fff !important;
}

.bussiness-bottom .btn-signup-now:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  color: #fff;
  background-color: #1d6993;
  border-color: #103c53;
}

.bussiness-bottom #already-registered {
  font-size: 20px;
  color: #2e2e2e;
}

.bussiness-bottom #already-registered a {
  font-size: 20px;
  color: #2588be;
  text-decoration: none;
}

/* side menu drawer */
:where(.css-dev-only-do-not-override-12jzuas).ant-drawer .ant-drawer-title {
  /* margin: 0 0 10px; */
  font-size: 20px !important;
}

.side-menu-drawer svg {
  cursor: pointer;
}

.side-menu-inner-wrapper {
  overflow: auto;
  height: 100%;
  padding: 0 8px 30px 8px;
}

.side-menu-inner-wrapper .side-nav {
  margin-bottom: 40px;
}

.side-menu-inner-wrapper .side-nav ul {
  padding: 0;
  margin: 0;
  margin-top: -5px;
  font-size: 13px;
}

.side-menu-inner-wrapper .side-nav ul>li {
  border: 0;
}

.side-menu-inner-wrapper ul li {
  list-style: none;
}

.side-menu-inner-wrapper ul {
  padding: 0;
  margin: 0;
  margin-top: -5px;
  font-size: 13px;
}

.side-menu-inner-wrapper ul li {
  display: flex;
  align-items: center;
  width: 100%;
}

.side-menu-inner-wrapper ul li svg {
  color: #2588be;
  margin-left: 6px;
}

.side-menu-inner-wrapper .side-nav ul>li>a {
  color: #2588be;
  padding: 6px 0 6px 15px;
  font-weight: 600;
}

.side-nav ul li a {
  display: block;
  position: relative;
  border-bottom: 1px solid #eaeaea;
  width: 100%;
  transition: transform 0.3s, color 0.3s, -webkit-transform 0.3s;
}

.side-menu-inner-wrapper .about_text {
  margin-bottom: 40px;
}

.side-menu-inner-wrapper .about_text h3,
.side-menu-inner-wrapper .social-media h3 {
  margin: 0 0 10px;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 1.1;
}

.side-menu-inner-wrapper .about_text p {
  margin: 0 0 13px;
  line-height: 1.9;
  color: #2e2e2e;
  font-size: 14px;
}

.side-menu-inner-wrapper .about_text p a {
  color: #00adef;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.9;
}

/* .side-menu-inner-wrapper .social-media .media-link {
display: inline-block;
} */
.side-menu-inner-wrapper .social-media .media-link a {
  display: inline-block;
  height: 35px;
  width: 35px;
  font-size: 15px;
  text-align: center;
  background-color: #1e709c;
  border-radius: 50%;
  color: #fff;
  margin: 0 8px 8px 0;
}

.side-menu-inner-wrapper .social-media .media-link a svg {
  width: 50%;
  height: 50%;
  vertical-align: -webkit-baseline-middle;
}

/* about us */
#about-page .destination-header {
  margin-bottom: 0;
}

.about-page {
  background-color: #f9f9f9;
}

.about-us {
  padding: 40px 40px;
}

.about-us .about-info {
  background-color: #fff;
  padding: 20px;
}

.about-us .about-info h1 {
  color: #2588be;
  font-weight: 600;
  line-height: 1.1;
  font-size: 26px;
}

.about-us .about-info .contain-box p {
  margin: 0 0 13px;
  font-size: 14px;
  line-height: 1.9;
  color: #2e2e2e;
}

.about-us .about-info .contain-box p strong {
  font-weight: 600;
}

/* become patner */
#become-patner .destination-header {
  margin-bottom: 0;
}

.patner-page {
  background-color: #f9f9f9;
}

.patner-page-info {
  padding: 40px 40px;
}

.patner-page-info .about-info {
  background-color: #fff;
  padding: 20px;
}

.patner-page-info .about-info h1 {
  color: #2588be;
  font-weight: 600;
  line-height: 1.1;
  font-size: 26px;
  margin-bottom: 20px;
}

.patner-page-info .about-info .contain-box {
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.9;
  color: #2e2e2e;
}

.patner-page-info .about-info .contain-box p {
  margin: 0 0 13px;
  font-size: 14px;
  line-height: 1.9;
  color: #2e2e2e;
}

.patner-page-info .about-info .contain-box p strong {
  font-weight: 600;
}

.patner-page-info .about-info .contain-box ul li {
  list-style: none;
}

.patner-page-info .about-info .contain-box ul {
  padding-left: 1rem;
}

.patner-page-info .about-info .contain-box .text-center a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.9;
  transition: all 0.3s linear;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-width: 1px;
  text-decoration: none;
  color: #fff;
  background-color: #2588be;
  border-color: #2588be;
}

.patner-page-info .about-info .contain-box .text-center a:hover {
  border-color: #2588be;
  color: #fff;
  background-color: #1d6993;
}

/* cancelation policy */
.cancelation-page #cancelation-policy .cancelation-policy {
  text-align: center;
  width: 260px;
  height: 230px;
  margin: 0 auto 15px;
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 15px 20px;
  background-color: #fff;
}

.cancelation-page #cancelation-policy .cancelation-policy a {
  color: #2588be;
  text-decoration: none;
  background-color: transparent;
  outline: 0;
}

.cancelation-page #cancelation-policy .cancelation-policy a:hover {
  color: #195a7e;
  text-decoration: underline;
}

.cancelation-page #cancelation-policy .cancelation-policy a .content-icon {
  text-align: center;
  color: #2588be;
  padding: 20px 0;
  border: none;
  font-size: 0;
  height: 0;
  width: 0;
  margin-left: -37px;
}

.cancelation-page #cancelation-policy .cancelation-policy a .content-icon svg {
  margin-bottom: 36px;
}

.cancelation-page #cancelation-policy .cancelation-policy h3 {
  font-size: 16px;
  color: #2588be;
  font-weight: 700;
  margin: 8px auto;
  line-height: 1.1;
}

.cancelation-page #cancelation-policy .cancelation-policy .hiw-description {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.3;
  font-size: 14px;
  color: #2e2e2e;
}

.cancelation-page .social-media {
  padding: 40px 0 30px 0;
  display: flex;
  justify-content: flex-end;
}

.cancelation-page .social-media a {
  display: inline-block;
  height: 35px;
  width: 35px;
  font-size: 15px;
  text-align: center;
  border-radius: 50%;
  margin-left: 5px;
  background-color: #1e709c;
  color: #fff;
  text-decoration: none;
}

.cancelation-page .social-media a:hover {
  background-color: #2588be;
  text-decoration: none;
}

.cancelation-page .social-media a svg {
  vertical-align: -webkit-baseline-middle;
}

/* tour page */
.tour-page .row {
  padding: 0 40px;
}

.tour-page .box {
  background-color: #fff;
  padding: 20px;
  border: 3px solid #e5e5e5;
  margin-bottom: 40px;
}

.tour-page .box h3 {
  font-size: 16px;
  background-color: #e5e5e5;
  padding: 15px 20px;
  margin: -21px -21px 20px;
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
}

.tour-page .box label {
  display: block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.9;
  color: #2e2e2e;
}

.tour-page .box .ant-select {
  box-sizing: border-box;
  width: 100% !important;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  padding-bottom: 16px;
}

.tour-page .box .ant-select-selector {
  height: 40px !important;
  display: flex;
  align-items: center;
  border-radius: 2px;
  border-width: 2px !important;
}

.tour-page .box .ant-select-arrow {
  margin-top: -15px;
}

.tour-page .box .ant-picker {
  height: 40px;
  border-radius: 2px;
  border: 2px solid #d9d9d9 !important;
}

.tour-page .box button {
  margin-top: 16px;
  font-weight: 400;
  font-size: 14px;
  border-radius: 4px;
  color: #fff;
  background-color: #2588be;
  border-color: #2588be;
  display: block;
  width: 100%;
  text-align: center;
  padding: 8px 12px;
  text-transform: uppercase;
}

.tour-page .box button:hover {
  color: #fff;
  background-color: #1d6993;
}

.tour-page .box h6 {
  margin-top: 13px;
  margin-bottom: 13px;
  font-weight: 600;
  line-height: 1.1;
  color: #333;
  font-size: 12px;
}

.tour-page .box .ant-slider {
  margin-bottom: 42px;
}

.tour-page .box .filter-checkbox label {
  display: flex;
  font-size: 13px;
  font-weight: 500;
}

.tour-page .box .filter-checkbox button {
  text-align: left;
  display: block;
  margin-top: 8px;
  background-color: transparent;
  font-size: 11px;
  text-transform: uppercase;
  padding: 0;
  font-weight: 600;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #00adef;
}

.tour-page .box .filter-checkbox button svg {
  font-weight: 1000;
}

.tour-page .page-title {
  margin-bottom: 20px;
}

.tour-page .page-title h1 {
  font-size: 26px;
  margin-bottom: 0;
  color: #2588be;
  font-weight: 700;
}

.tour-page .page-title span {
  font-size: 14px;
  line-height: 1.9;
  color: #2e2e2e;
}

.tour-page .tour-banner-img {
  position: relative;
  width: 100%;
  height: 512px;
  margin-bottom: 20px;
}

.tour-page .tour-banner-img img {
  position: relative;
  width: 100%;
  height: 512px;
}

.tour-page .tour-banner-img .caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  padding: 10px 15px;
  transition: 0.2s ease-in;
  background-color: rgba(0, 0, 0, 0.34);
}

.tour-page .tour-banner-img p {
  color: #fff;
  margin-bottom: 0;
  text-transform: capitalize;
}

.tour-page .sorting-nav {
  display: flex;
  overflow: hidden;
  margin-bottom: 20px;
}

.tour-page .sorting-nav label {
  font-size: 14px;
  line-height: 1.9;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 500;
  color: #333;
}

.tour-page .sorting-nav ul {
  padding: 0;
  margin-top: 4px;
  font-size: 13px;
  font-weight: 600;
}

.tour-page .sorting-nav ul li {
  list-style: none;
  display: inline-block;
  margin: 0 5px;
  font-size: 13px;
  font-weight: 600;
}

.tour-page .sorting-nav ul li a {
  font-size: 13px;
  font-weight: 600;
  color: #545454;
}

.tour-page .sorting-nav ul li a:hover {
  color: #00adef;
  text-decoration: underline !important;
}

.tour-images-info .row {
  padding: 0;
}

.tour-images-info .row .col-md-4 {
  margin-bottom: 20px;
}

.tour-images-info .row .image-text {
  width: 100%;
  display: block;
  position: relative;
}

.tour-images-info .row .image-text figure {
  width: 100%;
  position: relative;
}

.tour-images-info .row .image-text figure img {
  width: 100%;
  height: 25vh;
}

.tour-images-info .row .image-text .upload-time {
  position: absolute;
  bottom: 145px;
  left: 0;
  color: hsla(0, 0%, 100%, 0.84);
  font-size: 12px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.24);
  padding: 5px 5px 5px 15px;
  /* background-color: ; */
}

.tour-images-info .row .image-text .img-more-info {
  width: 100%;
  text-align: left;
  color: #333;
  margin-top: -16px;
  margin-left: 0;
  background-color: #fff;
  border: 1px solid #ececec;
  padding: 20px 20px 6px 20px;
  text-decoration: none !important;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.1;
  text-transform: capitalize;
}

.tour-images-info .row .image-text .img-more-info .top {
  display: flex;
  justify-content: space-between;
}

.tour-images-info .row .image-text .img-more-info h3 {
  color: #333;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}

.tour-images-info .row .image-text .img-more-info p {
  font-weight: 600;
  font-size: 12px;
  color: #2588be;
}

.tour-images-info .row .image-text .img-more-info .xchange {
  font-size: 18px;
  line-height: 1;
  color: #00adef;
  cursor: pointer;
}

.tour-images-info .row .image-text .img-more-info .line {
  margin: 4px 0;
  border-bottom: 1px solid #eee;
}

.tour-images-info .row .image-text .img-more-info .bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.tour-images-info .row .image-text .img-more-info .bottom h3 {
  font-size: 13px;
  color: #fe8800;
}

.tour-images-info .row .image-text .img-more-info .bottom p {
  display: block;
  color: #2e2e2e;
  font-size: 12px;
  bottom: auto;
  line-height: 1;
  margin-top: -4px;
}

.tour-images-info .row .image-text .img-more-info .bottom .rate sub {
  display: block;
  color: #2e2e2e;
  font-size: 12px;
  bottom: auto;
  line-height: 1;
  text-align: right;
  margin-bottom: 4px;
}

.tour-images-info .row .image-text .img-more-info .bottom .rate span {
  color: #2588be;
  font-size: 15px;
  float: right;
  font-weight: 600;
  text-align: right;
}

.tour-images-info .row .image-text .ribbon {
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 95px;
  height: 95px;
}

.tour-images-info .row .image-text .ribbon.danger span {
  background: red;
}

.tour-images-info .row .image-text .ribbon span {
  font-size: 10px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  line-height: 24px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 110px;
  display: block;
  -webkit-box-shadow: 0 3px 10px -5px #000;
  box-shadow: 0 3px 10px -5px #000;
  position: absolute;
  top: 20px;
  right: -23px;
}

.ribbon.danger span:before {
  border-left: 3px solid #e60000;
  border-top: 3px solid #e60000;
}

.ribbon span:before {
  left: 0;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
}

.ribbon span:after,
.ribbon span:before {
  content: "";
  position: absolute;
  top: 100%;
  z-index: -1;
}

.ribbon.danger span:after {
  border-right: 3px solid #e60000;
  border-top: 3px solid #e60000;
}

.ribbon span:after {
  right: 0;
  border-left: 3px solid transparent;
  border-bottom: 3px solid transparent;
}

.tour-images-info .row .image-text .img-more-info .bottom .rate s {
  display: inline-block;
  position: relative;
  font-size: 14px;
  color: #b30000;
  margin-right: 6px;
}

.contain-box {
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.contain-box p {
  font-size: 14px;
  line-height: 1.9;
  color: #2e2e2e;
  margin: 0 0 13px;
}

/* location */
.location-page {
  background-color: #f9f9f9;
}

.locations {
  padding: 0 40px;
}

.locations h1 {
  font-size: 26px;
  margin-bottom: 0;
  color: #2588be;
  font-weight: 700;
}

.locations .locations-header {
  margin-top: 20px;
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 8px 20px;
  text-align: center;
}

.locations .locations-header div:not(:last-child) {
  border-right: 1px solid #ececec;
  padding-right: 30px;
  margin-right: 30px;
}

.locations .locations-header .review h3 {
  font-size: 18px;
  color: #fe8800;
  /* border-color: #fe8800;
  background-color: #fff; */
}

.locations .locations-header .favorite h3 {
  color: #2588be;
}

/* .locations .locations-header .favorite h3 svg:hover {
  background-color: #2588be;
} */

.locations .locations-header .location p {
  color: #2588be;
  cursor: pointer;
}

.locations .locations-header .location p:hover {
  color: #195a7e;
  text-decoration: underline;
}

.locations .locations-header .barchat h3 {
  color: rgb(29 154 82);
}

.locations .locations-header p {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #2e2e2e;
}

.locations .locations-image {
  margin: 20px 0;
}

.locations .locations-image img {
  width: 100%;
  max-height: 512px;
}

.locations .availability {
  padding: 15px;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 2px;
  position: relative;
  border-top: 4px solid #fe8800;
  margin-bottom: 30px;
}

.locations .availability .cost {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.3;
  padding-left: 55px;
  position: relative;
}

.locations .availability .cost i {
  position: absolute;
  left: 0;
  top: -15px;
  color: #fff;
  font-size: 24px;
  background-color: #fe8800;
  height: 60px;
  width: 40px;
  line-height: 60px;
  text-align: center;
}

.locations .availability .cost i:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: inline-block;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 7px solid #fff;
  content: "";
}

.locations .availability .cost span {
  font-weight: 600;
  display: block;
  font-size: 13px;
}

.locations .availability .cost big {
  font-size: 22px;
  font-weight: 700;
  color: #fe8800;
}

.locations .availability .cost small {
  font-weight: 600;
  font-size: 85%;
}

.locations .availability .date-picker {
  width: 100%;
}

.locations .availability .date-picker .ant-picker {
  width: 100%;
  height: 36px;
  border-radius: 3px;
}

.locations .availability .check-availability {
  margin-top: 16px;
}

.locations .availability .check-availability button {
  text-transform: none;
  padding: 8px 25px;
  border: 0;
  width: 100%;
  font-size: 16px;
  border-color: #fe8800;
  background-color: #fe8800;
  border-radius: 25px;
  color: #fff;
  font-weight: 600;
}

.locations .availability .check-availability button:hover {
  color: #fff;
  background-color: #a75a00;
  border-color: #653600;
}

.locations .sidebar-module.support {
  border-radius: 2px;
  border: 2px solid #eaeaea;
  margin-bottom: 30px;
  padding: 20px;
  background-color: #fff;
}

.locations .sidebar-module.support h4 {
  font-size: 18px;
  margin: 0;
  padding-bottom: 2px;
  font-weight: 600;
}

.locations .sidebar-module.support p {
  font-size: 14px;
  line-height: 1.9;
  color: #2e2e2e;
  margin-bottom: 8px;
}

.locations .sidebar-module.support a {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  color: #2588be;
}

.locations .sidebar-module.support a svg {
  margin-right: 6px;
}

.locations .sidebar-module.support a:hover {
  color: #195a7e;
  text-decoration: underline;
}

.locations .why-us {
  border: 1px solid #ececec;
  background-color: #fff;
  padding: 5px 0;
  font-size: 12px;
  margin-bottom: 40px;
}

.locations .why-us ul {
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.locations .why-us ul>li {
  list-style: none;
  padding: 15px;
}

.locations .why-us ul>li:not(:last-child) {
  border-bottom: 1px solid #ececec;
}

.locations .why-us .item-wrap {
  position: relative;
  /* padding-left: 14px; */
  display: block;
  line-height: 1.4;
  display: flex;
}

.locations .why-us .item-wrap .icon {
  width: 21px;
  height: 24px;
  font-size: 24px;
  color: #2588be;
  margin-right: 16px;
}

.locations .why-us .item-wrap h4 {
  font-size: 14px;
  margin: 0 0 5px;
  color: #2588be;
  font-weight: 600;
}

.locations .why-us .item-wrap p {
  margin: 0;
  font-size: 12px;
}

/* locate my trip modal*/
.locate-my-trip-modal {
  padding: 20px;
}

.locate-my-trip-modal .location {
  margin-bottom: 16px;
}

.locate-my-trip-modal .label {
  display: block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

.locate-my-trip-modal input {
  width: 100%;
  height: 36px;
  border-color: #4096ff;
  border: 1px solid #d9d9d9;
  padding-left: 10px;
}

.locate-my-trip-modal input:focus {
  border-color: #4096ff;
}

.locate-my-trip-modal input:focus-visible {
  border-color: #4096ff !important;
}

.locate-my-trip-modal .location .ant-picker {
  width: 100%;
  height: 36px;
  border-radius: 0;
}

.locate-my-trip-modal .location .check-box {
  display: flex;
  margin-bottom: 8px;
}

.locate-my-trip-modal .location .check-box span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-transform: none;
  margin: 0;
  clear: none;
  cursor: pointer;
  font-weight: 400;
  line-height: 18px;
  position: relative;
  font-size: 14px;
}

.locate-my-trip-modal .location .show-more {
  cursor: pointer;
  display: block;
  margin-top: 8px;
  background-color: transparent;
  font-size: 11px;
  text-transform: uppercase;
  padding: 0;
  font-weight: 600;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #00adef;
  text-align: center;
}

.locate-my-trip-modal .button button {
  margin-top: 10px;
  border-color: #00adef;
  background-color: #00adef;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  color: #fff;
  width: 100%;
}

.locate-my-trip-modal .button button:hover {
  color: #fff;
  background-color: #006e98;
  border-color: #003e56;
}

.locate-my-trip-modal .button button:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.locations .anchor {
  position: relative;
  margin-top: 30px;
}

.locations .anchor .anchor-main {
  /* position: fixed; */
  z-index: 2;
  border-bottom: 1px solid #ececec;
  border-top: 1px solid #ececec;
  top: 64px;
}

.locations .ant-anchor {
  background-color: #fff;
  padding: 10px;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
}

.locations .anchor .anchor-main :where(.css-dev-only-do-not-override-1m62vyb).ant-affix {
  top: 66px !important;
}

.locations .ant-anchor a {
  background-color: transparent;
  color: #2588be !important;
  font-weight: 600;
  text-transform: capitalize;
  padding: 4px 20px;
  border-radius: 20px;
  margin-right: 5px;
}

/* .locations .ant-anchor a:active {
  color: #fff;
  background-color: #00adef;
}

.locations .ant-anchor a:hover {
  color: #fff !important;
  background-color: #00adef;
} */

.locations .ant-anchor .ant-anchor-ink {
  color: #fff !important;
  background-color: #00adef !important;
}

.locations .anchor .anchor-infom {
  margin: 30px 0;
  text-align: left !important;
}

.locations .anchor .anchor-infom h4 {
  margin-bottom: 15px;
  font-size: 20px;
  margin-top: 0;
  color: #2588be;
  text-transform: uppercase;
  font-weight: 600;
}

.locations .anchor .anchor-infom p {
  font-size: 14px;
  line-height: 1.9;
  color: #2e2e2e;
  margin: 0 !important;
}

.locations .anchor .anchor-infom .row {
  margin-left: -15px;
  margin-right: -15px;
}

.locations .anchor .anchor-infom .fact-info {
  line-height: 1.9;
  color: #2e2e2e;
  padding: 0;
  margin: 0;
  font-size: 13px;
}

.locations .anchor .anchor-infom .fact-info a {
  color: #2588be;
  text-decoration: none;
}

.locations .anchor .anchor-infom .fact-info a:hover {
  color: #195a7e;
  text-decoration: none !important;
  text-decoration: underline !important;
}

.locations .anchor .anchor-infom .fact-info>li:not(:last-child) {
  margin-bottom: 8px;
  border-bottom: 1px dotted #e5e5e5;
}

.locations .anchor .anchor-infom .fact-info>li {
  list-style: none;
  padding-bottom: 8px;
}

.locations .anchor .fact-info>li span {
  display: inline-block;
  margin-right: 5px;
  font-weight: 600;
  line-height: 1.9;
  color: #2e2e2e;
}

.locations .anchor h5 {
  font-size: 16px !important;
  padding: 0;
  margin-top: 0;
  font-weight: 600;
  line-height: 1.1;
  color: #333;
}

.locations .anchor .grade-list {
  padding: 0;
  margin-bottom: 30px;
  font-size: 13px;
}

.locations .anchor .grade-list>li {
  list-style: none;
}

.locations .anchor .grade-list li {
  display: flex;
  width: 100%;
  align-items: center;
}

.locations .anchor .grade-list>li span {
  margin-right: 10px;
  min-width: 70px;
  display: inline-block;
  vertical-align: middle;
}

.locations .anchor .ant-progress-text {
  display: none !important;
}

.locations .anchor .grade-list>li .progres {
  display: flex;
  width: 70%;
}

.locations .anchor .grade-list>li .progres div {
  min-width: 70px;
  vertical-align: middle;
}

.locations .anchor .grade-list>li .progres svg {
  color: #fe8800;
  font-size: 12px;
  margin: 0 0.5px;
}

/* 
.locations .anchor .grade-list>li .progress {
  min-width: 150px;
  margin: 0;
  height: 6px;
  margin-left: 5px;
  margin-right: 5px;
}

.locations .anchor .progress {
  overflow: hidden;
  height: 26px;
  margin-bottom: 26px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
} */

.locations .anchor .itinerary-item-wrapper {
  border-left: 1px dashed #dadada;
  padding-left: 30px;
  margin-left: 11px;
}

.locations .anchor .cost_detail ul {
  /* display: flex; */
  position: relative;
  padding-left: 0.5rem;
}

.locations .anchor .cost_include ul svg {
  position: absolute;
  color: #00adef;
  font-size: 13px;
  font-weight: 400;
  margin-right: 8px;
  margin-top: 4px;
}

.locations .anchor .cost_exclude ul svg {
  position: absolute;
  color: #999;
  font-size: 12px;
  font-weight: 400;
  margin-right: 8px;
  margin-top: 4px;
}

.locations .anchor .cost_detail ul li {
  text-align: left;
  list-style: none;
  position: relative;
  display: block;
  padding-left: 20px;
  margin-bottom: 8px;
  line-height: 1.4;
  color: #2e2e2e;
  font-size: 14px;
}

.locations .anchor .anchor-infom .reviews {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 15px;
  padding-bottom: 10px;
  overflow: hidden;
}

.locations .anchor .anchor-infom .reviews a,
.locations .anchor .anchor-infom .reviews button {
  border-width: 2px;
  font-weight: 600;
  padding: 8px 25px;
  transition: all 0.3s linear;
  font-size: 14px;
  color: #fff;
  background-color: #00adef;
  border-color: #009bd6;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 2px;
}

.locations .anchor .anchor-infom .reviews a:hover,
.locations .anchor .anchor-infom .reviews button:hover {
  color: #fff;
  background-color: #0088bc;
  border-color: #006e98;
}

.locations .anchor .anchor-infom #traveller-images-display-wrap p {
  font-size: 14px;
  line-height: 1.9;
  color: #2e2e2e;
}

.locations .anchor .anchor-infom .collapse-info {
  font-weight: 600;
  line-height: 1.1;
  color: #333;
  font-size: 16px;
  padding: 0;
  margin-top: 0;
}

.locations .anchor .anchor-infom .collapse-info svg {
  color: #fff;
  background: #999999;
  border-radius: 50%;
  padding: 1px;
  font-size: 13px;
  cursor: pointer;
  position: relative;
  font-weight: 600;
}

.locations .anchor .anchor-infom .collapse-info .ant-collapse:nth-child(2) {
  margin-top: 30px;
  background-color: transparent !important;
  border: 0 !important;
  border-bottom: 0 !important;
  border-radius: 0 !important;
}

.locations .anchor .anchor-infom .collapse-info .ant-collapse:nth-child(2) .ant-collapse-item {
  border-bottom: 0 !important;
}

.locations .anchor .anchor-infom .collapse-info .ant-collapse:nth-child(2) .ant-collapse-header {
  padding: 12px 0 !important;
}

.locations .anchor .anchor-infom .collapse-info .ant-collapse:nth-child(2) .ant-collapse-header-text {
  margin-bottom: 15px;
  font-size: 20px !important;
  margin-top: 0;
  color: #2588be !important;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.1;
}

.locations .anchor .anchor-infom .collapse-info .ant-collapse:nth-child(2) .ant-collapse-expand-icon svg {
  background-color: #2588be !important;
  color: #fff;
  border-radius: 50%;
  padding: 1px;
  font-size: 18px;
  cursor: pointer;
  position: relative;
}

.locations .anchor .anchor-infom .collapse-info .ant-collapse:nth-child(2) .ant-collapse-content {
  background-color: transparent !important;
  border-top: 0 !important;
}

.locations .anchor .anchor-infom .collapse-info .ant-collapse:nth-child(2) .ant-collapse-content-box {
  padding: 0 !important;
}

.locations .anchor .anchor-infom .collapse-info .ant-collapse:nth-child(2) p {
  font-weight: 400;
}

.call-to-action {
  display: block;
  padding-top: 30px;
  border-top: 2px solid #e0e0e0;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 40px;
}

.call-to-action a {
  color: #2e2e2e;
}

.call-to-action a:hover {
  color: #2588be;
  text-decoration: underline !important;
}

.call-to-action .inquiry-btn {
  margin: 5px;
  border-radius: 2px;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  padding: 8px 30px;
  border-width: 2px;
  color: #2588be;
  border-color: #2588be;
  background-color: #fff;
}

.call-to-action .inquiry-btn:hover {
  background-color: #2588be;
  border-color: #2588be;
  color: #fff;
}

.call-to-action .btn-print,
.call-to-action .btn-inverse {
  margin: 5px;
  border-radius: 2px;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  padding: 8px 30px;
  border-width: 2px;
  color: #fff;
  border-color: #2588be;
  background-color: #2588be;
}

.call-to-action .btn-print:hover,
.call-to-action .btn-inverse:hover {
  background-color: #1d6993;
  border-color: #1b638b;
  color: #fff;
}

.call-to-action .btn-print svg,
.call-to-action .btn-inverse svg {
  margin-right: 3px;
  margin-top: -3px;
}

.page-transition-enter {
  opacity: 0;
  transform: translateY(20px);
}

.page-transition-enter-active {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 300ms, transform 300ms;
}

.page-transition-exit {
  opacity: 1;
  transform: translateY(0);
}

.page-transition-exit-active {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 300ms, transform 300ms;
}

.loading-indicator-enter {
  opacity: 0;
}

.loading-indicator-enter-active {
  opacity: 1;
  transition: opacity 400ms;
}

.loading-indicator-exit {
  opacity: 1;
}

.loading-indicator-exit-active {
  opacity: 0;
  transition: opacity 400ms;
}

.detail-nav {
  position: absolute;
  top: 120px;
}

.category-border-right {
  border-right: 2px solid #2588be;
}

.sidebar-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 1rem;
  align-self: start;
}

/* .ant-steps-item-icon {
  display: none;
}
.ant-steps.ant-steps-small .ant-steps-item-icon {
  display: none;
}
.ant-steps-item {
  background-color: #eeeeee;
  padding-top: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.ant-steps-item:nth-child(1) {
  border-top: 2px solid #0088bc;
  border-right: 1px solid #fff;
}
.ant-steps-item:nth-child(2) {
  border-top: 2px solid #0dd344;
  border-right: 1px solid #fff;
}
.ant-steps-item:nth-child(3) {
  border-top: 2px solid #0088bc;
  border-right: 1px solid #fff;
}

.ant-steps.ant-steps-navigation .ant-steps-item::before {
  display: none;
}
.ant-steps.ant-steps-navigation .ant-steps-item::after {
  display: none;
} */

.ant-select-selector {
  border: 1px solid #d9d9d9 !important;
  border-radius: 0px !important;
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.css-13cymwt-control {
  border: 1px solid #d9d9d9 !important;
  border-radius: 0px !important;
}

/* InvoicePage.css */

.invoice-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px;
}

.invoice-wrapper {
  background-color: white;
  padding: 24px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.invoice-section {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}

.invoice-header {
  font-weight: bold;
  font-size: 1.25rem;
}

.invoice-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 24px;
}

.invoice-table th,
.invoice-table td {
  border: 1px solid #ddd;
  padding: 16px;
  text-align: left;
}

.invoice-summary {
  margin-bottom: 24px;
}

.summary-header {
  font-weight: bold;
  font-size: 1.25rem;
  margin-bottom: 8px;
}

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

.list {
  list-style-type: disc;
  padding-left: 20px;
}

.ribbon {
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 100px;
  height: 100px;
}

.ribbon span {
  font-size: 10px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  line-height: 24px;
  transform: rotate(45deg);
  width: 110px;
  display: block;
  box-shadow: 0 3px 10px -5px #000;
  position: absolute;
  top: 20px;
  right: -23px;
}

.ribbon span:before,
.ribbon span:after {
  content: "";
  position: absolute;
  top: 100%;
  z-index: -1;
}

.ribbon span:before {
  left: 0px;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
}

.ribbon span:after {
  right: 0%;
  border-left: 3px solid transparent;
  border-bottom: 3px solid transparent;
}

.ribbon.left {
  left: -5px;
  right: auto;
}

.ribbon.left span {
  right: auto;
  left: -23px;
  transform: rotate(-45deg);
}

.ribbon.success span {
  background: #4e9f26;
}

.ribbon.success span:before {
  border-left: 3px solid #306117;
  border-top: 3px solid #306117;
}

.ribbon.success span:after {
  border-right: 3px solid #306117;
  border-top: 3px solid #306117;
}

.ribbon.warning span {
  background: #fe8800;
}

.ribbon.warning span:before {
  border-left: 3px solid #e57a00;
  border-top: 3px solid #e57a00;
}

.ribbon.warning span:after {
  border-right: 3px solid #e57a00;
  border-top: 3px solid #e57a00;
}

.ribbon.danger span {
  background: #ff0000;
}

.ribbon.danger span:before {
  border-left: 3px solid #e60000;
  border-top: 3px solid #e60000;
}

.ribbon.danger span:after {
  border-right: 3px solid #e60000;
  border-top: 3px solid #e60000;
}

.filter-label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 14px;
}

.filter-result-label {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 8px;
}

.filter-result .checkbox-label {
  font-size: 14px !important;
  font-weight: 400 !important;
}

:where(.css-dev-only-do-not-override-pdolm8).ant-select-multiple .ant-select-selector {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 42px;
  padding: 6px;
}

.ant-slider .ant-slider-track {
  background: #00adef;
  height: 6px;
}

.ant-slider .ant-slider-track::after {
  background: #00adef;
  height: 6px;
}

.ant-slider:hover .ant-slider-track {
  background: #00adef;
}

.ant-slider .ant-slider-handle::after {
  content: "";
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  box-shadow: 0 0 0 2px #00adef;
  outline: 0px solid transparent;
  border-radius: 50%;
  cursor: pointer;
  transition: inset-inline-start 0.2s, inset-block-start 0.2s, width 0.2s,
    height 0.2s, box-shadow 0.2s, outline 0.2s;
}

/* tour ribbon */
.ribbon {
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 95px;
  height: 95px;
}

.ribbon.danger span {
  background: red;
}

.ribbon span {
  font-size: 10px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  line-height: 24px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 110px;
  display: block;
  -webkit-box-shadow: 0 3px 10px -5px #000;
  box-shadow: 0 3px 10px -5px #000;
  position: absolute;
  top: 20px;
  right: -23px;
}

.ribbon.danger span:before {
  border-left: 3px solid #e60000;
  border-top: 3px solid #e60000;
}

.ribbon span:before {
  left: 0;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
}

.ribbon span:after,
.ribbon span:before {
  content: "";
  position: absolute;
  top: 100%;
  z-index: -1;
}

.ribbon.danger span:after {
  border-right: 3px solid #e60000;
  border-top: 3px solid #e60000;
}

.ribbon span:after {
  right: 0;
  border-left: 3px solid transparent;
  border-bottom: 3px solid transparent;
}

.ribbon span:after,
.ribbon span:before {
  content: "";
  position: absolute;
  top: 100%;
  z-index: -1;
}

/* tour calendar date */
.availability .form-group {
  position: relative;
}

.form-group {
  margin-bottom: 15px;
}

.availability .form-group.date:after {
  position: absolute;
  top: 6px;
  display: inline-block;
  font-family: simple-line-icons;
  content: "\E075";
  right: 12px;
  pointer-events: none;
}

.availability .form-control {
  border-width: 1px;
  border-radius: 2px;
  border: 1px solid #ececec;
}

.form-control {
  height: 37px;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  border-width: 2px;
}

.ant-collapse-item {
  margin-bottom: 10px;
  border-bottom: 2px solid #1890ff;
}

.blog-wrapper {
  padding-right: 15px;
}

.blog-item {
  display: block;
  margin-bottom: 10px;
  background: #fff;
  overflow: hidden;
  border-bottom: 1px solid #e3e3e3;
  padding: 20px;
}

.blog-item:last-child {
  margin-bottom: 0;
}

.blog-item.blog-single {
  border-bottom: 0;
  margin-bottom: 0;
}

.blog-media {
  position: relative;
  margin: 0 0 25px;
}

.blog-media a {
  display: block;
}

.blog-content {}

.blog-content h3 {
  line-height: 1.4;
  margin: 0 0 20px;
  color: #333;
}

.blog-content h3 a {
  color: #333;
  display: block;
}

.blog-content h3 a:hover {
  color: #d65049;
}

.blog-entry {
  padding: 0 0 20px;
  font-size: 13px;
  line-height: 25px;
  overflow-x: hidden;
  font-family: "Open Sans", sans-serif;
  color: #666;
  -webkit-font-smoothing: antialiased !important;
  font-smoothing: antialiased !important;
  background-color: #fff;
  font-weight: 400;
}

.blog-entry ul,
.blog-entry ol {
  list-style: disc;
  margin-left: 20px;
  line-height: 25px;
}

.blog-entry ul li,
.blog-entry ol li {
  margin-bottom: 7px;
}

.blog-entry ul ul,
.blog-entry ol ol {
  margin-top: 7px;
}

.blog-entry>ul,
.blog-entry>ol {
  margin-bottom: 15px;
}

.blog-entry ol {
  list-style: decimal;
}

ul.blog-meta {
  margin: 0 0 25px;
  line-height: 1.2;
  font-size: 12px;
}

ul.blog-meta li {
  display: block;
  color: #999;
  margin-right: 30px;
  float: left;
  position: relative;
}

ul.blog-meta li:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #e1e1e1;
  border-radius: 6px;
  position: absolute;
  right: -19px;
  top: 5px;
}

ul.blog-meta li:after {
  content: "";
  width: 2px;
  height: 2px;
  background: #fff;
  border-radius: 2px;
  position: absolute;
  right: -17px;
  top: 7px;
}

ul.blog-meta li:last-child:before,
ul.blog-meta li:last-child:after {
  display: none;
}

.blog-extra {
  background: #f2f2f2;
  padding: 28px 20px 25px;
  margin: 20px 0 40px;
  border-radius: 3px;
}

.blog-author {
  padding: 0;
  position: relative;
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 30px;
  margin-bottom: 40px;
}

.blog-author h5 a {
  color: #033483;
}

.blog-author h5 a:hover {
  color: #333;
}

.author-details {
  margin-left: 120px;
  position: relative;
}

.author-label {
  position: absolute;
  width: 100px;
}

.author-label img {
  width: 100%;
}

.blog-author .social {
  float: right;
  margin-top: -5px;
}

#comment-wrapper {
  background: #fff;
  padding: 30px 0 20px;
  position: relative;
}

ul.comment-item {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.comment-item li {
  position: relative;
  display: block;
  padding-left: 65px;
  padding-bottom: 30px;
  margin-bottom: 40px;
  border-bottom: 1px solid #ebe8e6;
}

ul.comment-item li li:last-child,
ul.comment-item li li li:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

ul.comment-item ul {
  margin-top: 20px;
  padding-top: 30px;
  border-top: 1px solid #ebe8e6;
  margin-left: -20px;
}

.comment-item h6 {
  margin-bottom: 5px;
}

.comment-item .comment-avatar {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.comment-item .comment-avatar img {
  width: 100%;
  border-radius: 50%;
}

.comment-item .comment-time {
  display: block;
  font-style: italic;
  font-size: 12px;
  color: #999;
  margin-bottom: 10px;
  line-height: 1.2;
}

.comment-item a.comment-reply {
  float: right;
  font-size: 10px;
  line-height: 1;
  padding: 3px 7px;
  text-transform: uppercase;
  border: 2px solid #f56961;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
}

.comment-reply {
  float: right;
  font-size: 10px;
  line-height: 1;
  padding: 3px 7px;
  text-transform: uppercase;
  border: 2px solid #2f5699;
  border-radius: 5px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
}

.comment-item a.comment-reply:hover {
  color: #fff;
  border-color: #2f5699;
  background: #2f5699;
}

.comment-reply:hover {
  color: #fff;
  border-color: #2f5699;
  background: #2f5699;
}

@media only screen and (max-width: 1199px) {
  .blog-wrapper {
    padding-right: 0;
  }
}

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

.hover\:scale-105:hover{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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-\[\#00ADEF\]:hover{
  --tw-border-opacity: 1;
  border-color: rgb(0 173 239 / var(--tw-border-opacity, 1));
}

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

.hover\:border-primary:hover{
  --tw-border-opacity: 1;
  border-color: rgb(38 136 189 / var(--tw-border-opacity, 1));
}

.hover\:bg-\[\#00ADEF\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 173 239 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#00acef\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 172 239 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#00adef\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 173 239 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#00adef\]\/70:hover{
  background-color: rgb(0 173 239 / 0.7);
}

.hover\:bg-\[\#1E709C\]\/90:hover{
  background-color: rgb(30 112 156 / 0.9);
}

.hover\:bg-\[\#81A66F\]\/90:hover{
  background-color: rgb(129 166 111 / 0.9);
}

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

.hover\:bg-black\/70:hover{
  background-color: rgb(0 0 0 / 0.7);
}

.hover\:bg-blue-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.hover\:bg-green-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1));
}

.hover\:bg-orange-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(194 65 12 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(38 136 189 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary\/90:hover{
  background-color: rgb(38 136 189 / 0.9);
}

.hover\:bg-purple-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(126 34 206 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}

.hover\:text-\[\#00ADEF\]:hover{
  --tw-text-opacity: 1;
  color: rgb(0 173 239 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#00adef\]:hover{
  --tw-text-opacity: 1;
  color: rgb(0 173 239 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#00def\]:hover{
  color: #00def;
}

.hover\:text-\[\#2c5b76\]:hover{
  --tw-text-opacity: 1;
  color: rgb(44 91 118 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-50:hover{
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity, 1));
}

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

.hover\:text-primary:hover{
  --tw-text-opacity: 1;
  color: rgb(38 136 189 / var(--tw-text-opacity, 1));
}

.hover\:text-red-700:hover{
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

.hover\:text-secondary:hover{
  --tw-text-opacity: 1;
  color: rgb(74 85 104 / 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\:shadow-lg:hover{
  --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);
}

.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\:border-transparent:focus{
  border-color: transparent;
}

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

.focus\:ring-\[\#00adef\]:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 173 239 / var(--tw-ring-opacity, 1));
}

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

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

.group:hover .group-hover\:scale-110{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.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));
}

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

.group:hover .group-hover\:text-blue-600{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px){

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

  .sm\:mb-10{
    margin-bottom: 2.5rem;
  }

  .sm\:block{
    display: block;
  }

  .sm\:w-\[389\.99px\]{
    width: 389.99px;
  }

  .sm\:w-\[50\%\]{
    width: 50%;
  }

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

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

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

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

  .sm\:gap-4{
    gap: 1rem;
  }

  .sm\:p-0{
    padding: 0px;
  }

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

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

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

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

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

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

@media (min-width: 768px){

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

  .md\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .md\:row-span-2{
    grid-row: span 2 / span 2;
  }

  .md\:-mt-10{
    margin-top: -2.5rem;
  }

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

  .md\:ml-2{
    margin-left: 0.5rem;
  }

  .md\:mt-0{
    margin-top: 0px;
  }

  .md\:block{
    display: block;
  }

  .md\:h-80{
    height: 20rem;
  }

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

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

  .md\:w-1\/4{
    width: 25%;
  }

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

  .md\:w-64{
    width: 16rem;
  }

  .md\:w-\[40\%\]{
    width: 40%;
  }

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

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

  .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\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

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

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

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

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

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

  .md\:gap-0{
    gap: 0px;
  }

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

  .md\:gap-6{
    gap: 1.5rem;
  }

  .md\:gap-\[30px\]{
    gap: 30px;
  }

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

  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

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

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

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

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

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

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

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

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

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

  .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

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

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

@media (min-width: 1024px){

  .lg\:fixed{
    position: fixed;
  }

  .lg\:top-4{
    top: 1rem;
  }

  .lg\:top-\[57\.5px\]{
    top: 57.5px;
  }

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

  .lg\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .lg\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

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

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

  .lg\:block{
    display: block;
  }

  .lg\:hidden{
    display: none;
  }

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

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

  .lg\:w-1\/4{
    width: 25%;
  }

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

  .lg\:w-\[19\.5\%\]{
    width: 19.5%;
  }

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

  .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\:flex-row{
    flex-direction: row;
  }

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

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

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

  .lg\:px-44{
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .lg\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

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

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

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

@media (min-width: 1280px){

  .xl\:block{
    display: block;
  }

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

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

  .xl\:px-\[1\.5\%\]{
    padding-left: 1.5%;
    padding-right: 1.5%;
  }
}

@media (prefers-color-scheme: dark){

  .dark\:text-gray-300{
    --tw-text-opacity: 1;
    color: rgb(209 213 219 / var(--tw-text-opacity, 1));
  }
}
/*!*****************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./app/styles/main.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
/* Open Sans loaded via layout.tsx Google Fonts link */

*, ::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: #e5e7eb; /* 2 */
}

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

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

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  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]) {
  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::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%;
}
@media (min-width: 640px){

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

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

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

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

  .container{
    max-width: 1536px;
  }
}
.pointer-events-none{
  pointer-events: none;
}
.visible{
  visibility: visible;
}
.static{
  position: static;
}
.fixed{
  position: fixed;
}
.absolute{
  position: absolute;
}
.relative{
  position: relative;
}
.inset-0{
  inset: 0px;
}
.bottom-0{
  bottom: 0px;
}
.bottom-4{
  bottom: 1rem;
}
.left-0{
  left: 0px;
}
.left-2{
  left: 0.5rem;
}
.left-3{
  left: 0.75rem;
}
.left-4{
  left: 1rem;
}
.left-\[182px\]{
  left: 182px;
}
.right-0{
  right: 0px;
}
.right-2{
  right: 0.5rem;
}
.right-\[-29px\]{
  right: -29px;
}
.top-0{
  top: 0px;
}
.top-1\/2{
  top: 50%;
}
.top-2{
  top: 0.5rem;
}
.top-3{
  top: 0.75rem;
}
.top-\[12px\]{
  top: 12px;
}
.top-\[57\.5px\]{
  top: 57.5px;
}
.top-\[58px\]{
  top: 58px;
}
.top-full{
  top: 100%;
}
.\!z-\[-1\]{
  z-index: -1 !important;
}
.z-10{
  z-index: 10;
}
.z-50{
  z-index: 50;
}
.col-span-1{
  grid-column: span 1 / span 1;
}
.col-span-2{
  grid-column: span 2 / span 2;
}
.col-span-4{
  grid-column: span 4 / span 4;
}
.row-span-3{
  grid-row: span 3 / span 3;
}
.float-right{
  float: right;
}
.-m-4{
  margin: -1rem;
}
.m-0{
  margin: 0px;
}
.mx-1{
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mx-2{
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mx-\[1px\]{
  margin-left: 1px;
  margin-right: 1px;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.my-0{
  margin-top: 0px;
  margin-bottom: 0px;
}
.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;
}
.my-4{
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.my-6{
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.my-\[12px\]{
  margin-top: 12px;
  margin-bottom: 12px;
}
.-mb-4{
  margin-bottom: -1rem;
}
.-mb-\[50px\]{
  margin-bottom: -50px;
}
.-ml-2{
  margin-left: -0.5rem;
}
.-mt-\[18px\]{
  margin-top: -18px;
}
.mb-0{
  margin-bottom: 0px;
}
.mb-0\.5{
  margin-bottom: 0.125rem;
}
.mb-1{
  margin-bottom: 0.25rem;
}
.mb-12{
  margin-bottom: 3rem;
}
.mb-2{
  margin-bottom: 0.5rem;
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.mb-5{
  margin-bottom: 1.25rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mb-\[10px\]{
  margin-bottom: 10px;
}
.mb-\[20px\]{
  margin-bottom: 20px;
}
.mb-\[5px\]{
  margin-bottom: 5px;
}
.ml-0{
  margin-left: 0px;
}
.ml-1{
  margin-left: 0.25rem;
}
.ml-2{
  margin-left: 0.5rem;
}
.ml-3{
  margin-left: 0.75rem;
}
.ml-4{
  margin-left: 1rem;
}
.ml-5{
  margin-left: 1.25rem;
}
.ml-64{
  margin-left: 16rem;
}
.ml-\[1px\]{
  margin-left: 1px;
}
.ml-auto{
  margin-left: auto;
}
.mr-1{
  margin-right: 0.25rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.mr-3{
  margin-right: 0.75rem;
}
.mr-4{
  margin-right: 1rem;
}
.mr-8{
  margin-right: 2rem;
}
.mt-0\.5{
  margin-top: 0.125rem;
}
.mt-1{
  margin-top: 0.25rem;
}
.mt-10{
  margin-top: 2.5rem;
}
.mt-12{
  margin-top: 3rem;
}
.mt-16{
  margin-top: 4rem;
}
.mt-2{
  margin-top: 0.5rem;
}
.mt-3{
  margin-top: 0.75rem;
}
.mt-4{
  margin-top: 1rem;
}
.mt-6{
  margin-top: 1.5rem;
}
.mt-8{
  margin-top: 2rem;
}
.mt-\[15px\]{
  margin-top: 15px;
}
.mt-\[20px\]{
  margin-top: 20px;
}
.mt-\[36px\]{
  margin-top: 36px;
}
.mt-\[4\.75rem\]{
  margin-top: 4.75rem;
}
.mt-\[65px\]{
  margin-top: 65px;
}
.block{
  display: block;
}
.inline-block{
  display: inline-block;
}
.inline{
  display: inline;
}
.flex{
  display: flex;
}
.inline-flex{
  display: inline-flex;
}
.table{
  display: table;
}
.grid{
  display: grid;
}
.contents{
  display: contents;
}
.hidden{
  display: none;
}
.aspect-\[16\/9\]{
  aspect-ratio: 16/9;
}
.h-10{
  height: 2.5rem;
}
.h-11{
  height: 2.75rem;
}
.h-12{
  height: 3rem;
}
.h-14{
  height: 3.5rem;
}
.h-16{
  height: 4rem;
}
.h-2{
  height: 0.5rem;
}
.h-20{
  height: 5rem;
}
.h-24{
  height: 6rem;
}
.h-3{
  height: 0.75rem;
}
.h-32{
  height: 8rem;
}
.h-36{
  height: 9rem;
}
.h-4{
  height: 1rem;
}
.h-40{
  height: 10rem;
}
.h-48{
  height: 12rem;
}
.h-5{
  height: 1.25rem;
}
.h-56{
  height: 14rem;
}
.h-6{
  height: 1.5rem;
}
.h-64{
  height: 16rem;
}
.h-8{
  height: 2rem;
}
.h-9{
  height: 2.25rem;
}
.h-96{
  height: 24rem;
}
.h-\[10px\]{
  height: 10px;
}
.h-\[163px\]{
  height: 163px;
}
.h-\[2px\]{
  height: 2px;
}
.h-\[30vh\]{
  height: 30vh;
}
.h-\[34\.7px\]{
  height: 34.7px;
}
.h-\[350px\]{
  height: 350px;
}
.h-\[35px\]{
  height: 35px;
}
.h-\[4\.75rem\]{
  height: 4.75rem;
}
.h-\[46px\]{
  height: 46px;
}
.h-\[49\.5px\]{
  height: 49.5px;
}
.h-\[500px\]{
  height: 500px;
}
.h-\[50vh\]{
  height: 50vh;
}
.h-\[54px\]{
  height: 54px;
}
.h-\[55px\]{
  height: 55px;
}
.h-\[560px\]{
  height: 560px;
}
.h-\[57px\]{
  height: 57px;
}
.h-\[5px\]{
  height: 5px;
}
.h-\[60vh\]{
  height: 60vh;
}
.h-\[66px\]{
  height: 66px;
}
.h-\[80vh\]{
  height: 80vh;
}
.h-\[calc\(100\%-60px\)\]{
  height: calc(100% - 60px);
}
.h-auto{
  height: auto;
}
.h-fit{
  height: fit-content;
}
.h-full{
  height: 100%;
}
.h-screen{
  height: 100vh;
}
.max-h-96{
  max-height: 24rem;
}
.min-h-10{
  min-height: 2.5rem;
}
.min-h-\[150px\]{
  min-height: 150px;
}
.min-h-\[200px\]{
  min-height: 200px;
}
.min-h-\[260px\]{
  min-height: 260px;
}
.min-h-\[300px\]{
  min-height: 300px;
}
.min-h-\[600px\]{
  min-height: 600px;
}
.min-h-screen{
  min-height: 100vh;
}
.w-0{
  width: 0px;
}
.w-1\/2{
  width: 50%;
}
.w-1\/3{
  width: 33.333333%;
}
.w-1\/4{
  width: 25%;
}
.w-1\/5{
  width: 20%;
}
.w-1\/6{
  width: 16.666667%;
}
.w-10{
  width: 2.5rem;
}
.w-12{
  width: 3rem;
}
.w-16{
  width: 4rem;
}
.w-2\/3{
  width: 66.666667%;
}
.w-2\/4{
  width: 50%;
}
.w-20{
  width: 5rem;
}
.w-24{
  width: 6rem;
}
.w-28{
  width: 7rem;
}
.w-3\/4{
  width: 75%;
}
.w-3\/5{
  width: 60%;
}
.w-4{
  width: 1rem;
}
.w-4\/5{
  width: 80%;
}
.w-4\/6{
  width: 66.666667%;
}
.w-40{
  width: 10rem;
}
.w-5{
  width: 1.25rem;
}
.w-56{
  width: 14rem;
}
.w-6{
  width: 1.5rem;
}
.w-64{
  width: 16rem;
}
.w-8{
  width: 2rem;
}
.w-9{
  width: 2.25rem;
}
.w-\[125px\]{
  width: 125px;
}
.w-\[1px\]{
  width: 1px;
}
.w-\[248\.99px\]{
  width: 248.99px;
}
.w-\[270px\]{
  width: 270px;
}
.w-\[28\%\]{
  width: 28%;
}
.w-\[350px\]{
  width: 350px;
}
.w-\[40\%\]{
  width: 40%;
}
.w-\[47px\]{
  width: 47px;
}
.w-\[50vh\]{
  width: 50vh;
}
.w-\[70\%\]{
  width: 70%;
}
.w-\[80\%\]{
  width: 80%;
}
.w-\[84px\]{
  width: 84px;
}
.w-\[85\%\]{
  width: 85%;
}
.w-\[8b\.91px\]{
  width: 8b.91px;
}
.w-\[900px\]{
  width: 900px;
}
.w-auto{
  width: auto;
}
.w-fit{
  width: fit-content;
}
.w-full{
  width: 100%;
}
.w-screen{
  width: 100vw;
}
.min-w-28{
  min-width: 7rem;
}
.min-w-64{
  min-width: 16rem;
}
.min-w-\[2rem\]{
  min-width: 2rem;
}
.min-w-\[300px\]{
  min-width: 300px;
}
.min-w-full{
  min-width: 100%;
}
.max-w-3xl{
  max-width: 48rem;
}
.max-w-4xl{
  max-width: 56rem;
}
.max-w-7xl{
  max-width: 80rem;
}
.max-w-\[15ch\]{
  max-width: 15ch;
}
.max-w-\[80\%\]{
  max-width: 80%;
}
.max-w-md{
  max-width: 28rem;
}
.max-w-screen-2xl{
  max-width: 1536px;
}
.max-w-sm{
  max-width: 24rem;
}
.flex-1{
  flex: 1 1 0%;
}
.flex-shrink-0{
  flex-shrink: 0;
}
.flex-grow{
  flex-grow: 1;
}
.table-auto{
  table-layout: auto;
}
.border-collapse{
  border-collapse: collapse;
}
.-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));
}
.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));
}
.rotate-45{
  --tw-rotate: 45deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.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-not-allowed{
  cursor: not-allowed;
}
.cursor-pointer{
  cursor: pointer;
}
.select-none{
  user-select: none;
}
.list-inside{
  list-style-position: inside;
}
.list-decimal{
  list-style-type: decimal;
}
.list-disc{
  list-style-type: disc;
}
.list-none{
  list-style-type: none;
}
.grid-cols-1{
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-2{
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-3{
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-4{
  grid-template-columns: repeat(4, minmax(0, 1fr));
}
.flex-row{
  flex-direction: row;
}
.flex-row-reverse{
  flex-direction: row-reverse;
}
.flex-col{
  flex-direction: column;
}
.flex-col-reverse{
  flex-direction: column-reverse;
}
.flex-wrap{
  flex-wrap: wrap;
}
.items-start{
  align-items: flex-start;
}
.items-end{
  align-items: flex-end;
}
.items-center{
  align-items: center;
}
.items-baseline{
  align-items: baseline;
}
.justify-start{
  justify-content: flex-start;
}
.justify-end{
  justify-content: flex-end;
}
.justify-center{
  justify-content: center;
}
.justify-between{
  justify-content: space-between;
}
.justify-around{
  justify-content: space-around;
}
.gap-0\.5{
  gap: 0.125rem;
}
.gap-1{
  gap: 0.25rem;
}
.gap-1\.5{
  gap: 0.375rem;
}
.gap-10{
  gap: 2.5rem;
}
.gap-2{
  gap: 0.5rem;
}
.gap-2\.5{
  gap: 0.625rem;
}
.gap-3{
  gap: 0.75rem;
}
.gap-4{
  gap: 1rem;
}
.gap-6{
  gap: 1.5rem;
}
.gap-8{
  gap: 2rem;
}
.gap-\[15px\]{
  gap: 15px;
}
.gap-\[1px\]{
  gap: 1px;
}
.gap-\[2px\]{
  gap: 2px;
}
.gap-\[30px\]{
  gap: 30px;
}
.gap-x-4{
  column-gap: 1rem;
}
.gap-y-4{
  row-gap: 1rem;
}
.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-x-2 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.5rem * var(--tw-space-x-reverse));
  margin-left: calc(0.5rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-3 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(0.75rem * var(--tw-space-x-reverse));
  margin-left: calc(0.75rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-4 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem * var(--tw-space-x-reverse));
  margin-left: calc(1rem * calc(1 - var(--tw-space-x-reverse)));
}
.space-x-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-x-reverse: 0;
  margin-right: calc(2rem * var(--tw-space-x-reverse));
  margin-left: calc(2rem * calc(1 - var(--tw-space-x-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-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-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-8 > :not([hidden]) ~ :not([hidden]){
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem * var(--tw-space-y-reverse));
}
.divide-y > :not([hidden]) ~ :not([hidden]){
  --tw-divide-y-reverse: 0;
  border-top-width: calc(1px * calc(1 - var(--tw-divide-y-reverse)));
  border-bottom-width: calc(1px * var(--tw-divide-y-reverse));
}
.divide-gray-100 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-divide-opacity, 1));
}
.divide-gray-200 > :not([hidden]) ~ :not([hidden]){
  --tw-divide-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-divide-opacity, 1));
}
.justify-self-end{
  justify-self: end;
}
.overflow-auto{
  overflow: auto;
}
.overflow-hidden{
  overflow: hidden;
}
.overflow-x-auto{
  overflow-x: auto;
}
.overflow-y-auto{
  overflow-y: auto;
}
.overflow-x-hidden{
  overflow-x: hidden;
}
.truncate{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.whitespace-pre-wrap{
  white-space: pre-wrap;
}
.rounded{
  border-radius: 0.25rem;
}
.rounded-3xl{
  border-radius: 1.5rem;
}
.rounded-full{
  border-radius: 9999px;
}
.rounded-lg{
  border-radius: 0.5rem;
}
.rounded-md{
  border-radius: 0.375rem;
}
.rounded-none{
  border-radius: 0px;
}
.rounded-sm{
  border-radius: 0.125rem;
}
.rounded-xl{
  border-radius: 0.75rem;
}
.rounded-b-sm{
  border-bottom-right-radius: 0.125rem;
  border-bottom-left-radius: 0.125rem;
}
.rounded-l{
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.rounded-l-none{
  border-top-left-radius: 0px;
  border-bottom-left-radius: 0px;
}
.rounded-r-none{
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
}
.rounded-t-lg{
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem;
}
.rounded-t-none{
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}
.border{
  border-width: 1px;
}
.border-2{
  border-width: 2px;
}
.border-4{
  border-width: 4px;
}
.border-\[4px\]{
  border-width: 4px;
}
.border-b{
  border-bottom-width: 1px;
}
.border-b-0{
  border-bottom-width: 0px;
}
.border-b-2{
  border-bottom-width: 2px;
}
.border-b-\[3px\]{
  border-bottom-width: 3px;
}
.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-t{
  border-top-width: 1px;
}
.border-t-0{
  border-top-width: 0px;
}
.border-t-2{
  border-top-width: 2px;
}
.border-t-\[3px\]{
  border-top-width: 3px;
}
.border-dashed{
  border-style: dashed;
}
.border-none{
  border-style: none;
}
.border-\[\#00ADEF\]{
  --tw-border-opacity: 1;
  border-color: rgb(0 173 239 / var(--tw-border-opacity, 1));
}
.border-\[\#00adef\]{
  --tw-border-opacity: 1;
  border-color: rgb(0 173 239 / var(--tw-border-opacity, 1));
}
.border-\[\#016ab8\]{
  --tw-border-opacity: 1;
  border-color: rgb(1 106 184 / var(--tw-border-opacity, 1));
}
.border-\[\#75C8F3\]{
  --tw-border-opacity: 1;
  border-color: rgb(117 200 243 / var(--tw-border-opacity, 1));
}
.border-\[\#bce8f1\]{
  --tw-border-opacity: 1;
  border-color: rgb(188 232 241 / var(--tw-border-opacity, 1));
}
.border-\[\#ccc\]{
  --tw-border-opacity: 1;
  border-color: rgb(204 204 204 / var(--tw-border-opacity, 1));
}
.border-\[\#e0e0e0\]{
  --tw-border-opacity: 1;
  border-color: rgb(224 224 224 / var(--tw-border-opacity, 1));
}
.border-\[\#e5e5e5\]{
  --tw-border-opacity: 1;
  border-color: rgb(229 229 229 / var(--tw-border-opacity, 1));
}
.border-black{
  --tw-border-opacity: 1;
  border-color: rgb(0 0 0 / var(--tw-border-opacity, 1));
}
.border-blue-200{
  --tw-border-opacity: 1;
  border-color: rgb(191 219 254 / var(--tw-border-opacity, 1));
}
.border-blue-400{
  --tw-border-opacity: 1;
  border-color: rgb(96 165 250 / var(--tw-border-opacity, 1));
}
.border-blue-500{
  --tw-border-opacity: 1;
  border-color: rgb(59 130 246 / var(--tw-border-opacity, 1));
}
.border-blue-600{
  --tw-border-opacity: 1;
  border-color: rgb(37 99 235 / var(--tw-border-opacity, 1));
}
.border-gray-100{
  --tw-border-opacity: 1;
  border-color: rgb(243 244 246 / var(--tw-border-opacity, 1));
}
.border-gray-200{
  --tw-border-opacity: 1;
  border-color: rgb(229 231 235 / var(--tw-border-opacity, 1));
}
.border-gray-300{
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-green-200{
  --tw-border-opacity: 1;
  border-color: rgb(187 247 208 / var(--tw-border-opacity, 1));
}
.border-orange-200{
  --tw-border-opacity: 1;
  border-color: rgb(254 215 170 / var(--tw-border-opacity, 1));
}
.border-primary{
  --tw-border-opacity: 1;
  border-color: rgb(38 136 189 / var(--tw-border-opacity, 1));
}
.border-purple-200{
  --tw-border-opacity: 1;
  border-color: rgb(233 213 255 / var(--tw-border-opacity, 1));
}
.border-red-500{
  --tw-border-opacity: 1;
  border-color: rgb(239 68 68 / var(--tw-border-opacity, 1));
}
.border-transparent{
  border-color: transparent;
}
.border-b-\[\#ececec\]{
  --tw-border-opacity: 1;
  border-bottom-color: rgb(236 236 236 / var(--tw-border-opacity, 1));
}
.border-r-gray-300{
  --tw-border-opacity: 1;
  border-right-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
}
.border-r-gray-50{
  --tw-border-opacity: 1;
  border-right-color: rgb(249 250 251 / var(--tw-border-opacity, 1));
}
.border-t-\[\#00adef\]{
  --tw-border-opacity: 1;
  border-top-color: rgb(0 173 239 / var(--tw-border-opacity, 1));
}
.border-t-transparent{
  border-top-color: transparent;
}
.bg-\[\#00ADEF\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 173 239 / var(--tw-bg-opacity, 1));
}
.bg-\[\#00acef\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 172 239 / var(--tw-bg-opacity, 1));
}
.bg-\[\#00adef\]{
  --tw-bg-opacity: 1;
  background-color: rgb(0 173 239 / var(--tw-bg-opacity, 1));
}
.bg-\[\#1E709C\]{
  --tw-bg-opacity: 1;
  background-color: rgb(30 112 156 / var(--tw-bg-opacity, 1));
}
.bg-\[\#1e6f9c\]{
  --tw-bg-opacity: 1;
  background-color: rgb(30 111 156 / var(--tw-bg-opacity, 1));
}
.bg-\[\#2688BD\]{
  --tw-bg-opacity: 1;
  background-color: rgb(38 136 189 / var(--tw-bg-opacity, 1));
}
.bg-\[\#2688bd\]{
  --tw-bg-opacity: 1;
  background-color: rgb(38 136 189 / var(--tw-bg-opacity, 1));
}
.bg-\[\#278EC7\]{
  --tw-bg-opacity: 1;
  background-color: rgb(39 142 199 / var(--tw-bg-opacity, 1));
}
.bg-\[\#3A761C\]{
  --tw-bg-opacity: 1;
  background-color: rgb(58 118 28 / var(--tw-bg-opacity, 1));
}
.bg-\[\#81A66F\]{
  --tw-bg-opacity: 1;
  background-color: rgb(129 166 111 / var(--tw-bg-opacity, 1));
}
.bg-\[\#FE8800\]{
  --tw-bg-opacity: 1;
  background-color: rgb(254 136 0 / var(--tw-bg-opacity, 1));
}
.bg-\[\#c2c9d27a\]{
  background-color: #c2c9d27a;
}
.bg-\[\#d9edf7\]{
  --tw-bg-opacity: 1;
  background-color: rgb(217 237 247 / var(--tw-bg-opacity, 1));
}
.bg-\[\#ddeaff\]{
  --tw-bg-opacity: 1;
  background-color: rgb(221 234 255 / var(--tw-bg-opacity, 1));
}
.bg-\[\#e0e0e0\]{
  --tw-bg-opacity: 1;
  background-color: rgb(224 224 224 / var(--tw-bg-opacity, 1));
}
.bg-\[\#e5e5e5\]{
  --tw-bg-opacity: 1;
  background-color: rgb(229 229 229 / var(--tw-bg-opacity, 1));
}
.bg-\[\#e5eef3\]{
  --tw-bg-opacity: 1;
  background-color: rgb(229 238 243 / var(--tw-bg-opacity, 1));
}
.bg-\[\#ececec\]{
  --tw-bg-opacity: 1;
  background-color: rgb(236 236 236 / var(--tw-bg-opacity, 1));
}
.bg-\[\#edf1f7\]{
  --tw-bg-opacity: 1;
  background-color: rgb(237 241 247 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f8c284\]{
  --tw-bg-opacity: 1;
  background-color: rgb(248 194 132 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f8fafc\]{
  --tw-bg-opacity: 1;
  background-color: rgb(248 250 252 / var(--tw-bg-opacity, 1));
}
.bg-\[\#f9f9f9\]{
  --tw-bg-opacity: 1;
  background-color: rgb(249 249 249 / var(--tw-bg-opacity, 1));
}
.bg-\[\#fe8800\]{
  --tw-bg-opacity: 1;
  background-color: rgb(254 136 0 / var(--tw-bg-opacity, 1));
}
.bg-\[\#ffffff\]{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-\[rgba\(37\2c 136\2c 190\2c \.1\)\]{
  background-color: rgba(37,136,190,.1);
}
.bg-black{
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}
.bg-black\/50{
  background-color: rgb(0 0 0 / 0.5);
}
.bg-blue-100{
  --tw-bg-opacity: 1;
  background-color: rgb(219 234 254 / var(--tw-bg-opacity, 1));
}
.bg-blue-400{
  --tw-bg-opacity: 1;
  background-color: rgb(96 165 250 / var(--tw-bg-opacity, 1));
}
.bg-blue-50{
  --tw-bg-opacity: 1;
  background-color: rgb(239 246 255 / var(--tw-bg-opacity, 1));
}
.bg-blue-500{
  --tw-bg-opacity: 1;
  background-color: rgb(59 130 246 / var(--tw-bg-opacity, 1));
}
.bg-blue-600{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}
.bg-gray-100{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}
.bg-gray-200{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}
.bg-gray-300{
  --tw-bg-opacity: 1;
  background-color: rgb(209 213 219 / var(--tw-bg-opacity, 1));
}
.bg-gray-50{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}
.bg-gray-500{
  --tw-bg-opacity: 1;
  background-color: rgb(107 114 128 / var(--tw-bg-opacity, 1));
}
.bg-gray-800{
  --tw-bg-opacity: 1;
  background-color: rgb(31 41 55 / var(--tw-bg-opacity, 1));
}
.bg-green-100{
  --tw-bg-opacity: 1;
  background-color: rgb(220 252 231 / var(--tw-bg-opacity, 1));
}
.bg-green-600{
  --tw-bg-opacity: 1;
  background-color: rgb(22 163 74 / var(--tw-bg-opacity, 1));
}
.bg-indigo-100{
  --tw-bg-opacity: 1;
  background-color: rgb(224 231 255 / var(--tw-bg-opacity, 1));
}
.bg-orange-100{
  --tw-bg-opacity: 1;
  background-color: rgb(255 237 213 / var(--tw-bg-opacity, 1));
}
.bg-orange-600{
  --tw-bg-opacity: 1;
  background-color: rgb(234 88 12 / var(--tw-bg-opacity, 1));
}
.bg-primary{
  --tw-bg-opacity: 1;
  background-color: rgb(38 136 189 / var(--tw-bg-opacity, 1));
}
.bg-purple-600{
  --tw-bg-opacity: 1;
  background-color: rgb(147 51 234 / var(--tw-bg-opacity, 1));
}
.bg-red-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 226 226 / var(--tw-bg-opacity, 1));
}
.bg-red-500{
  --tw-bg-opacity: 1;
  background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1));
}
.bg-red-600{
  --tw-bg-opacity: 1;
  background-color: rgb(220 38 38 / var(--tw-bg-opacity, 1));
}
.bg-transparent{
  background-color: transparent;
}
.bg-white{
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}
.bg-yellow-100{
  --tw-bg-opacity: 1;
  background-color: rgb(254 249 195 / var(--tw-bg-opacity, 1));
}
.bg-opacity-50{
  --tw-bg-opacity: 0.5;
}
.bg-gradient-to-b{
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops));
}
.bg-gradient-to-br{
  background-image: linear-gradient(to bottom right, var(--tw-gradient-stops));
}
.bg-gradient-to-t{
  background-image: linear-gradient(to top, var(--tw-gradient-stops));
}
.from-\[\#ff0000\]{
  --tw-gradient-from: #ff0000 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 0 0 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-blue-50{
  --tw-gradient-from: #eff6ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(239 246 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-50{
  --tw-gradient-from: #f0fdf4 var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(240 253 244 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-green-600{
  --tw-gradient-from: #16a34a var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(22 163 74 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-orange-50{
  --tw-gradient-from: #fff7ed var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(255 247 237 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.from-purple-50{
  --tw-gradient-from: #faf5ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(250 245 255 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}
.to-\[\#ff0000\]{
  --tw-gradient-to: #ff0000 var(--tw-gradient-to-position);
}
.to-blue-100{
  --tw-gradient-to: #dbeafe var(--tw-gradient-to-position);
}
.to-green-100{
  --tw-gradient-to: #dcfce7 var(--tw-gradient-to-position);
}
.to-green-400{
  --tw-gradient-to: #4ade80 var(--tw-gradient-to-position);
}
.to-orange-100{
  --tw-gradient-to: #ffedd5 var(--tw-gradient-to-position);
}
.to-purple-100{
  --tw-gradient-to: #f3e8ff var(--tw-gradient-to-position);
}
.object-contain{
  object-fit: contain;
}
.object-cover{
  object-fit: cover;
}
.p-0{
  padding: 0px;
}
.p-1{
  padding: 0.25rem;
}
.p-12{
  padding: 3rem;
}
.p-2{
  padding: 0.5rem;
}
.p-3{
  padding: 0.75rem;
}
.p-4{
  padding: 1rem;
}
.p-6{
  padding: 1.5rem;
}
.p-8{
  padding: 2rem;
}
.p-\[2\.25rem\]{
  padding: 2.25rem;
}
.p-\[7\.5px\]{
  padding: 7.5px;
}
.px-0{
  padding-left: 0px;
  padding-right: 0px;
}
.px-1{
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.px-10{
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}
.px-2{
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.px-3{
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.px-5{
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.px-8{
  padding-left: 2rem;
  padding-right: 2rem;
}
.px-\[12px\]{
  padding-left: 12px;
  padding-right: 12px;
}
.px-\[15px\]{
  padding-left: 15px;
  padding-right: 15px;
}
.px-\[18px\]{
  padding-left: 18px;
  padding-right: 18px;
}
.px-\[25px\]{
  padding-left: 25px;
  padding-right: 25px;
}
.px-\[28px\]{
  padding-left: 28px;
  padding-right: 28px;
}
.px-\[30px\]{
  padding-left: 30px;
  padding-right: 30px;
}
.px-\[50px\]{
  padding-left: 50px;
  padding-right: 50px;
}
.px-\[5px\]{
  padding-left: 5px;
  padding-right: 5px;
}
.px-\[6px\]{
  padding-left: 6px;
  padding-right: 6px;
}
.py-0{
  padding-top: 0px;
  padding-bottom: 0px;
}
.py-1{
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.py-1\.5{
  padding-top: 0.375rem;
  padding-bottom: 0.375rem;
}
.py-10{
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}
.py-12{
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.py-16{
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.py-2{
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.py-20{
  padding-top: 5rem;
  padding-bottom: 5rem;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.py-4{
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.py-48{
  padding-top: 12rem;
  padding-bottom: 12rem;
}
.py-5{
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}
.py-6{
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.py-8{
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.py-\[12px\]{
  padding-top: 12px;
  padding-bottom: 12px;
}
.py-\[28px\]{
  padding-top: 28px;
  padding-bottom: 28px;
}
.py-\[2px\]{
  padding-top: 2px;
  padding-bottom: 2px;
}
.py-\[3px\]{
  padding-top: 3px;
  padding-bottom: 3px;
}
.py-\[4\.5px\]{
  padding-top: 4.5px;
  padding-bottom: 4.5px;
}
.py-\[4px\]{
  padding-top: 4px;
  padding-bottom: 4px;
}
.py-\[50px\]{
  padding-top: 50px;
  padding-bottom: 50px;
}
.py-\[5px\]{
  padding-top: 5px;
  padding-bottom: 5px;
}
.py-\[6px\]{
  padding-top: 6px;
  padding-bottom: 6px;
}
.pb-10{
  padding-bottom: 2.5rem;
}
.pb-12{
  padding-bottom: 3rem;
}
.pb-4{
  padding-bottom: 1rem;
}
.pb-6{
  padding-bottom: 1.5rem;
}
.pb-\[100px\]{
  padding-bottom: 100px;
}
.pb-\[12px\]{
  padding-bottom: 12px;
}
.pb-\[30px\]{
  padding-bottom: 30px;
}
.pb-\[40px\]{
  padding-bottom: 40px;
}
.pb-\[50px\]{
  padding-bottom: 50px;
}
.pb-\[8px\]{
  padding-bottom: 8px;
}
.pl-10{
  padding-left: 2.5rem;
}
.pl-12{
  padding-left: 3rem;
}
.pl-2{
  padding-left: 0.5rem;
}
.pl-4{
  padding-left: 1rem;
}
.pl-6{
  padding-left: 1.5rem;
}
.pl-\[20px\]{
  padding-left: 20px;
}
.pl-\[30px\]{
  padding-left: 30px;
}
.pr-2{
  padding-right: 0.5rem;
}
.pr-3{
  padding-right: 0.75rem;
}
.pr-4{
  padding-right: 1rem;
}
.pr-\[15px\]{
  padding-right: 15px;
}
.pt-0{
  padding-top: 0px;
}
.pt-10{
  padding-top: 2.5rem;
}
.pt-12{
  padding-top: 3rem;
}
.pt-20{
  padding-top: 5rem;
}
.pt-4{
  padding-top: 1rem;
}
.pt-6{
  padding-top: 1.5rem;
}
.pt-8{
  padding-top: 2rem;
}
.pt-\[4\.75rem\]{
  padding-top: 4.75rem;
}
.pt-\[60px\]{
  padding-top: 60px;
}
.pt-\[70px\]{
  padding-top: 70px;
}
.pt-\[9px\]{
  padding-top: 9px;
}
.text-left{
  text-align: left;
}
.text-center{
  text-align: center;
}
.text-right{
  text-align: right;
}
.text-justify{
  text-align: justify;
}
.text-start{
  text-align: start;
}
.text-end{
  text-align: end;
}
.align-top{
  vertical-align: top;
}
.text-2xl{
  font-size: 1.5rem;
  line-height: 2rem;
}
.text-3xl{
  font-size: 1.875rem;
  line-height: 2.25rem;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.text-\[1\.375rem\]{
  font-size: 1.375rem;
}
.text-\[10px\]{
  font-size: 10px;
}
.text-\[11px\]{
  font-size: 11px;
}
.text-\[12\.25px\]{
  font-size: 12.25px;
}
.text-\[12px\]{
  font-size: 12px;
}
.text-\[13px\]{
  font-size: 13px;
}
.text-\[14px\]{
  font-size: 14px;
}
.text-\[15px\]{
  font-size: 15px;
}
.text-\[16px\]{
  font-size: 16px;
}
.text-\[17px\]{
  font-size: 17px;
}
.text-\[18px\]{
  font-size: 18px;
}
.text-\[20px\]{
  font-size: 20px;
}
.text-\[22px\]{
  font-size: 22px;
}
.text-\[26\.25px\]{
  font-size: 26.25px;
}
.text-\[26px\]{
  font-size: 26px;
}
.text-\[28px\]{
  font-size: 28px;
}
.text-\[30px\]{
  font-size: 30px;
}
.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-bold{
  font-weight: 700;
}
.font-light{
  font-weight: 300;
}
.font-medium{
  font-weight: 500;
}
.font-normal{
  font-weight: 400;
}
.font-semibold{
  font-weight: 600;
}
.font-thin{
  font-weight: 100;
}
.uppercase{
  text-transform: uppercase;
}
.lowercase{
  text-transform: lowercase;
}
.capitalize{
  text-transform: capitalize;
}
.italic{
  font-style: italic;
}
.leading-7{
  line-height: 1.75rem;
}
.leading-8{
  line-height: 2rem;
}
.leading-\[24px\]{
  line-height: 24px;
}
.leading-\[26px\]{
  line-height: 26px;
}
.leading-\[2rem\]{
  line-height: 2rem;
}
.leading-\[30px\]{
  line-height: 30px;
}
.leading-normal{
  line-height: 1.5;
}
.leading-relaxed{
  line-height: 1.625;
}
.tracking-\[2px\]{
  letter-spacing: 2px;
}
.tracking-normal{
  letter-spacing: 0em;
}
.tracking-wide{
  letter-spacing: 0.025em;
}
.tracking-wider{
  letter-spacing: 0.05em;
}
.text-\[\#00ACEF\]{
  --tw-text-opacity: 1;
  color: rgb(0 172 239 / var(--tw-text-opacity, 1));
}
.text-\[\#00ADEF\]{
  --tw-text-opacity: 1;
  color: rgb(0 173 239 / var(--tw-text-opacity, 1));
}
.text-\[\#00adef\]{
  --tw-text-opacity: 1;
  color: rgb(0 173 239 / var(--tw-text-opacity, 1));
}
.text-\[\#016ab8\]{
  --tw-text-opacity: 1;
  color: rgb(1 106 184 / var(--tw-text-opacity, 1));
}
.text-\[\#0275d8\]{
  --tw-text-opacity: 1;
  color: rgb(2 117 216 / var(--tw-text-opacity, 1));
}
.text-\[\#144b69\]{
  --tw-text-opacity: 1;
  color: rgb(20 75 105 / var(--tw-text-opacity, 1));
}
.text-\[\#222b45\]{
  --tw-text-opacity: 1;
  color: rgb(34 43 69 / var(--tw-text-opacity, 1));
}
.text-\[\#2588be\]{
  --tw-text-opacity: 1;
  color: rgb(37 136 190 / var(--tw-text-opacity, 1));
}
.text-\[\#2c5b76\]{
  --tw-text-opacity: 1;
  color: rgb(44 91 118 / var(--tw-text-opacity, 1));
}
.text-\[\#2e2e2e\]{
  --tw-text-opacity: 1;
  color: rgb(46 46 46 / var(--tw-text-opacity, 1));
}
.text-\[\#31708f\]{
  --tw-text-opacity: 1;
  color: rgb(49 112 143 / var(--tw-text-opacity, 1));
}
.text-\[\#333333\]{
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}
.text-\[\#333\]{
  --tw-text-opacity: 1;
  color: rgb(51 51 51 / var(--tw-text-opacity, 1));
}
.text-\[\#38A745\]{
  --tw-text-opacity: 1;
  color: rgb(56 167 69 / var(--tw-text-opacity, 1));
}
.text-\[\#39761B\]{
  --tw-text-opacity: 1;
  color: rgb(57 118 27 / var(--tw-text-opacity, 1));
}
.text-\[\#3A761C\]{
  --tw-text-opacity: 1;
  color: rgb(58 118 28 / var(--tw-text-opacity, 1));
}
.text-\[\#444444\]{
  --tw-text-opacity: 1;
  color: rgb(68 68 68 / var(--tw-text-opacity, 1));
}
.text-\[\#525252\]{
  --tw-text-opacity: 1;
  color: rgb(82 82 82 / var(--tw-text-opacity, 1));
}
.text-\[\#75C8F3\]{
  --tw-text-opacity: 1;
  color: rgb(117 200 243 / var(--tw-text-opacity, 1));
}
.text-\[\#999999\]{
  --tw-text-opacity: 1;
  color: rgb(153 153 153 / var(--tw-text-opacity, 1));
}
.text-\[\#DDE8EF\]{
  --tw-text-opacity: 1;
  color: rgb(221 232 239 / var(--tw-text-opacity, 1));
}
.text-\[\#FE8800\]{
  --tw-text-opacity: 1;
  color: rgb(254 136 0 / var(--tw-text-opacity, 1));
}
.text-\[\#b30000\]{
  --tw-text-opacity: 1;
  color: rgb(179 0 0 / var(--tw-text-opacity, 1));
}
.text-\[\#b30100\]{
  --tw-text-opacity: 1;
  color: rgb(179 1 0 / var(--tw-text-opacity, 1));
}
.text-\[\#e29e30\]{
  --tw-text-opacity: 1;
  color: rgb(226 158 48 / var(--tw-text-opacity, 1));
}
.text-\[\#fe8800\]{
  --tw-text-opacity: 1;
  color: rgb(254 136 0 / var(--tw-text-opacity, 1));
}
.text-black{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.text-blue-400{
  --tw-text-opacity: 1;
  color: rgb(96 165 250 / var(--tw-text-opacity, 1));
}
.text-blue-500{
  --tw-text-opacity: 1;
  color: rgb(59 130 246 / var(--tw-text-opacity, 1));
}
.text-blue-600{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}
.text-blue-700{
  --tw-text-opacity: 1;
  color: rgb(29 78 216 / var(--tw-text-opacity, 1));
}
.text-blue-800{
  --tw-text-opacity: 1;
  color: rgb(30 64 175 / var(--tw-text-opacity, 1));
}
.text-blue-900{
  --tw-text-opacity: 1;
  color: rgb(30 58 138 / var(--tw-text-opacity, 1));
}
.text-gray-300{
  --tw-text-opacity: 1;
  color: rgb(209 213 219 / var(--tw-text-opacity, 1));
}
.text-gray-400{
  --tw-text-opacity: 1;
  color: rgb(156 163 175 / var(--tw-text-opacity, 1));
}
.text-gray-500{
  --tw-text-opacity: 1;
  color: rgb(107 114 128 / var(--tw-text-opacity, 1));
}
.text-gray-600{
  --tw-text-opacity: 1;
  color: rgb(75 85 99 / var(--tw-text-opacity, 1));
}
.text-gray-700{
  --tw-text-opacity: 1;
  color: rgb(55 65 81 / var(--tw-text-opacity, 1));
}
.text-gray-800{
  --tw-text-opacity: 1;
  color: rgb(31 41 55 / var(--tw-text-opacity, 1));
}
.text-gray-900{
  --tw-text-opacity: 1;
  color: rgb(17 24 39 / var(--tw-text-opacity, 1));
}
.text-green-600{
  --tw-text-opacity: 1;
  color: rgb(22 163 74 / var(--tw-text-opacity, 1));
}
.text-green-700{
  --tw-text-opacity: 1;
  color: rgb(21 128 61 / var(--tw-text-opacity, 1));
}
.text-green-800{
  --tw-text-opacity: 1;
  color: rgb(22 101 52 / var(--tw-text-opacity, 1));
}
.text-green-900{
  --tw-text-opacity: 1;
  color: rgb(20 83 45 / var(--tw-text-opacity, 1));
}
.text-indigo-600{
  --tw-text-opacity: 1;
  color: rgb(79 70 229 / var(--tw-text-opacity, 1));
}
.text-orange-500{
  --tw-text-opacity: 1;
  color: rgb(249 115 22 / var(--tw-text-opacity, 1));
}
.text-orange-600{
  --tw-text-opacity: 1;
  color: rgb(234 88 12 / var(--tw-text-opacity, 1));
}
.text-orange-700{
  --tw-text-opacity: 1;
  color: rgb(194 65 12 / var(--tw-text-opacity, 1));
}
.text-orange-800{
  --tw-text-opacity: 1;
  color: rgb(154 52 18 / var(--tw-text-opacity, 1));
}
.text-orange-900{
  --tw-text-opacity: 1;
  color: rgb(124 45 18 / var(--tw-text-opacity, 1));
}
.text-primary{
  --tw-text-opacity: 1;
  color: rgb(38 136 189 / var(--tw-text-opacity, 1));
}
.text-purple-600{
  --tw-text-opacity: 1;
  color: rgb(147 51 234 / var(--tw-text-opacity, 1));
}
.text-purple-700{
  --tw-text-opacity: 1;
  color: rgb(126 34 206 / var(--tw-text-opacity, 1));
}
.text-purple-900{
  --tw-text-opacity: 1;
  color: rgb(88 28 135 / var(--tw-text-opacity, 1));
}
.text-red-500{
  --tw-text-opacity: 1;
  color: rgb(239 68 68 / var(--tw-text-opacity, 1));
}
.text-red-600{
  --tw-text-opacity: 1;
  color: rgb(220 38 38 / var(--tw-text-opacity, 1));
}
.text-red-700{
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}
.text-red-800{
  --tw-text-opacity: 1;
  color: rgb(153 27 27 / var(--tw-text-opacity, 1));
}
.text-textColor{
  --tw-text-opacity: 1;
  color: rgb(46 46 46 / var(--tw-text-opacity, 1));
}
.text-white{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.text-yellow-400{
  --tw-text-opacity: 1;
  color: rgb(250 204 21 / var(--tw-text-opacity, 1));
}
.text-yellow-500{
  --tw-text-opacity: 1;
  color: rgb(234 179 8 / var(--tw-text-opacity, 1));
}
.text-yellow-600{
  --tw-text-opacity: 1;
  color: rgb(202 138 4 / var(--tw-text-opacity, 1));
}
.text-yellow-800{
  --tw-text-opacity: 1;
  color: rgb(133 77 14 / var(--tw-text-opacity, 1));
}
.underline{
  text-decoration-line: underline;
}
.line-through{
  text-decoration-line: line-through;
}
.antialiased{
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.opacity-0{
  opacity: 0;
}
.opacity-100{
  opacity: 1;
}
.opacity-20{
  opacity: 0.2;
}
.opacity-50{
  opacity: 0.5;
}
.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-inner{
  --tw-shadow: inset 0 2px 4px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: inset 0 2px 4px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.shadow-lg{
  --tw-shadow: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 10px 15px -3px var(--tw-shadow-color), 0 4px 6px -4px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.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-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;
}
.filter{
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
.transition{
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, 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-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-100{
  transition-duration: 100ms;
}
.duration-200{
  transition-duration: 200ms;
}
.duration-300{
  transition-duration: 300ms;
}
.duration-500{
  transition-duration: 500ms;
}
.ease-in-out{
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
}
.ease-linear{
  transition-timing-function: linear;
}

.default-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.top-links ul:after,
.review-list .review-rating:after {
  content: "";
  display: block;
  clear: both;
}

.btn,
.navbar-default .dropdown-menu > li > a,
.destination-list .item:after,
.destination-list .item img,
.product-list .item-wrap,
.category-listing .item-wrap .intro-img img {
  transition: all 0.3s linear;
}

/* typography */
h1,
h2,
h3,
.h3,
h4 {
  margin: 0 0 0.75em;
  color: #333;
}

@media only screen and (min-width: 768px) {
  h1,
  h2,
  h3,
  .h3,
  h4 {
    margin: 0 0 1em;
  }
}

h1 {
  font-size: 20px;
}

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 24px;
  }
}

@media only screen and (min-width: 992px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-size: 20px;
}

@media only screen and (min-width: 768px) {
  h2 {
    font-size: 24px;
  }
}

@media only screen and (min-width: 992px) {
  h2 {
    font-size: 28px;
  }
}

h3,
.h3 {
  font-size: 1.142857em;
}

@media only screen and (min-width: 768px) {
  h3,
  .h3 {
    font-size: 1.142857em;
  }
}

@media only screen and (min-width: 992px) {
  h3,
  .h3 {
    font-size: 1.2857em;
  }
}

.sub-heading {
  font-family: inherit;
}

/* general style for html and body */
html,
video {
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

/* reset default form styles */
input[type="text"],
input[type="search"],
input[type="password"],
input[type="submit"],
input[type="reset"],
button,
textarea,
input[type="email"] {
  -webkit-appearance: none;
  border-radius: 0;
}

iframe {
  vertical-align: top;
}

#wrap {
  width: 100%;
  overflow: hidden;
  height: 100%;
  display: table;
  position: relative;
  table-layout: fixed;
}

strong {
  font-weight: 600;
}

.form-control {
  height: 37px;
  font-size: 14px;
  line-height: 18px;
  box-shadow: none;
  outline: none;
  font-weight: normal;
  border-width: 2px;
}

img {
  vertical-align: top;
  -webkit-backface-visibility: hidden;
}

.default-list li {
  display: inline-block;
  vertical-align: top;
  padding: 0 10px 10px;
}

/* background stretch styles */
.bg-stretch {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  z-index: -1;
}

.bg-stretch img {
  max-width: none;
  width: 100%;
  height: 100%;
}

/* Common-box style */
.common-box {
  padding-top: 60px;
  padding-bottom: 60px;
  overflow: hidden;
}

@media only screen and (min-width: 768px) {
  .common-box {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

@media only screen and (min-width: 992px) {
  .common-box {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}

h1,
h2,
h3,
.h3,
h4 {
  margin: 0 0 0.75em;
  color: #333;
}

@media only screen and (min-width: 768px) {
  h1,
  h2,
  h3,
  .h3,
  h4 {
    margin: 0 0 1em;
  }
}

h1 {
  font-size: 20px;
}

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 24px;
  }
}

@media only screen and (min-width: 992px) {
  h1 {
    font-size: 30px;
  }
}

h2 {
  font-size: 20px;
}

@media only screen and (min-width: 768px) {
  h2 {
    font-size: 24px;
  }
}

@media only screen and (min-width: 992px) {
  h2 {
    font-size: 28px;
  }
}

h3,
.h3 {
  font-size: 1.142857em;
}

@media only screen and (min-width: 768px) {
  h3,
  .h3 {
    font-size: 1.142857em;
  }
}

@media only screen and (min-width: 992px) {
  h3,
  .h3 {
    font-size: 1.2857em;
  }
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  font-family: "Open Sans", sans-serif !important;
}
html {
  scroll-behavior: smooth;
}
html,
body {
  min-width: 320px;
  overflow-x: hidden;
}

body {
  color: rgb(var(--foreground-rgb));
  background: linear-gradient(
      to bottom,
      transparent,
      rgb(var(--background-end-rgb))
    )
    rgb(var(--background-start-rgb));
}

a {
  color: inherit;
  text-decoration: none !important;
}
k
/* @media (prefers-color-scheme: dark) {
  html {
    color-scheme: dark;
  }
} */

.nav-bar {
  border: none;
  height: 100%;
  margin: 0;
  min-height: 0;
  font-size: 12.25px;
  font-family: inherit;
  background-color: #2588be;
  padding: 10px 0 0px 0 !important;
}

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 40px;
  padding-right: 40px;
}
.full-width .container {
  width: 100%;
}

@media only screen and (min-width: 992px) {
  .full-width .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}
.all-top-nav {
  display: flex;
  justify-content: space-between;
}

.all-top-nav .nav-left ul {
  list-style: none;
  position: relative;
}

.all-top-nav .nav-left ul li {
  display: inline-block;
  position: relative;
  font-size: 12.25px;
  color: #fff;
  padding: 10px 15px 10px 0px;
}

.all-top-nav .nav-left ul li a {
  text-decoration: none;
  color: #fff;
  text-transform: uppercase;
}

.nav-right button {
  background-color: #2588be;
  color: white;
  margin-top: -5px;
  text-transform: uppercase;
  font-size: 12px;
  /* font-weight: 600; */
  padding: 5px 10px;
  border: 1px solid #fff;
}

.nav-right button:hover {
  background-color: #2588be !important;
  color: white;
}

.nav-top-fixed {
  position: fixed;
  top: 0;
  z-index: 9;
  transition: opacity 4s ease-in-out;
  transform: translateY(0px);
  transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
}

.nav-search-bar {
  position: absolute;
  top: 22%;
  right: 33%;
}

.nav-search-bar
  :where(.css-dev-only-do-not-override-w8mnev).ant-input:placeholder-shown {
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 600;
}

.nav-search-bar .ant-space-compact {
  position: relative;
}

.nav-search-bar input {
  position: relative;
  width: 534px;
  height: 36px;
}

.nav-search-bar button {
  top: -1px;
  height: 37px;
  margin-top: 0;
  padding: 4px 15px;
  border-color: #e5e5e5;
  border-radius: 4px;
}

.nav-search-bar button svg {
  width: 18px;
  height: 18px;
  color: #fff !important;
  font-weight: 600;
  stroke-width: 40px;
}

.below-nav {
  padding: 5px 0;
  display: flex;
  justify-content: space-between;
}

.navigation-below {
  background-color: #fff;
  width: 100%;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.34);
}

.navigation-bar {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.15);
  display: block;
  /* box-shadow: 0 8px 6px -6px black; */
  /* -moz-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.4); */
}

.navigation-bar-small {
  display: none;
  position: relative;
  width: 100%;
}

.navigation-bar-small .small-nav {
  height: 50px;
  width: 100%;
  background-color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
  position: fixed;
  top: 0;
  z-index: 9;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.34);
}

.navigation-bar-small .small-nav .left-side {
  display: flex;
  color: #2588be;
}

.navigation-bar-small .small-nav .left-side svg {
  height: 22px;
  width: 22px;
  color: #2588be;
}

.navigation-bar-small .small-nav .left-side .menu {
  margin-right: 10px;
}

.navigation-bar-small .small-nav .left-side .search-small {
  position: relative;
  width: 100%;
}

.navigation-bar-small .small-nav .left-side .search-small .search-nav-small {
  position: relative;
  width: 100%;
}

.navigation-bar-small
  .small-nav
  .left-side
  .search-small
  .search-nav-small
  .search {
  top: 50px;
  width: 86%;
  position: fixed;
}

.navbar-collapse-small {
  border-color: #2074a2;
  overflow-y: auto;
  box-shadow: none;
  background-color: #2588be;
  overflow-x: visible;
  padding-right: 15px;
  padding-left: 15px;
  border-top: 1px solid transparent;
}

.navbar-collapse-small .navbar-nav {
  margin: 4.5px -15px;
}

.navbar-collapse-small .navbar-nav li a {
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 26px;
  color: hsla(0, 0%, 100%, 0.94);
  position: relative;
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.06);
  font-size: 13px;
}

.navigation-bar-small .small-nav .right-side button {
  background-color: #fff;
  text-transform: capitalize;
  box-shadow: #fff !important;
  color: #2e2e2e;
  font-weight: 600;
}

#header .logo {
  height: 60px;
  width: 186px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: inline-block;
  transition: all 0.2s height, all 0.2s width, all 0.2s margin;
}

#header .logo a {
  display: inline-block;
  vertical-align: middle;
  width: 186px;
  height: 50px;
  transition: all 0.3s linear;
  background: url(/_next/static/media/logo.dc38c618.png) no-repeat center;
  background-size: 100%;
  transition: all 0.2s height, all 0.2s width;
}

.sticky-menu {
  position: fixed;
  left: 0;
  margin: auto;
  top: 0;
  width: 100%;
  z-index: 99;
  -webkit-animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
  animation: 1000ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  box-shadow: 0 10px 15px rgba(25, 25, 25, 0.1);
  border-radius: 0;
}
#header-fixed-height.active-height {
  display: block;
  height: 80px;
}
.below-nav .nav-left img {
  object-fit: contain;
}
@media only screen and (max-width: 991px) {
  .navbar-fixed-top {
    position: absolute;
  }
}
.below-nav .nav-right {
  display: flex;
  padding-top: 10px;
}

.below-nav .nav-right ul {
  list-style: none;
}

.below-nav .nav-right ul li {
  margin-right: 20px;
  display: inline-block;
  color: #fff;
  padding-left: 5px;
}

.below-nav .nav-right ul li svg {
  color: #000;
}

.below-nav .nav-right ul li a {
  font-size: 13px;
  color: #000;
}

.below-nav .nav-right ul li a svg {
  font-size: 8px;
  color: #000;
  margin-right: -5px;
  margin-top: -3px;
}

.nav-right ul .ant-space-item {
  margin-left: 1px;
  margin-right: -6px;
}

.banner {
  min-height: 50vh;
}

.smooth-open {
  opacity: 1;
  transition: opacity 0.3s ease-in;
}

.smooth-close {
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

/* footer */
.footer-top {
  position: relative;
  padding: 20px;
  display: flex;
  justify-content: space-between;
}

.footer-top:before {
  content: "";
  display: block;
  position: absolute;
  left: -9999px;
  right: -9999px;
  bottom: 0;
  top: 0;
  background-color: #278ec7;
}

.footer-top .right-part p {
  text-transform: uppercase;
  position: relative;
  margin: 0 0 10px;
  padding-bottom: 5px;
  color: hsla(0, 0%, 100%, 0.94);
  /* font-weight: 600; */
  font-size: 16px;
}

.footer-top .right-part .newsletter {
  width: 440px;
  /* height: 40px; */
}

.footer-top .right-part .newsletter input {
  height: 40px;
  border-radius: 0 !important;
}

.footer-top
  .right-part
  .newsletter
  :where(.css-dev-only-do-not-override-w8mnev).ant-input:placeholder-shown {
  text-overflow: ellipsis;
  font-size: 14px;
  font-weight: 600;
}

.footer-top .right-part .newsletter button {
  right: 0;
  top: 0;
  border: 0;
  width: 115px;
  bottom: 0;
  text-transform: uppercase;
  background-color: #00adef;
  height: 40px;
  border-radius: 0 !important;
}

.footer-top .right-part .newsletter button:hover {
  background-color: #0088bc;
}

.footer-middle {
  background-color: #1e709c;
  padding: 40px;
}

.footer-middle .col-md-3 p {
  margin: 0 0 10px;
  padding-bottom: 5px;
  color: hsla(0, 0%, 100%, 0.94);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}

/* .footer-nav.width2 {
  margin: 0 -10px;
}

.footer-nav {
  padding-left: 0px;
  margin: 0;
} */

.footer-nav.width2 > li {
  float: left;
  width: 50%;
  padding-left: 10px;
  /* padding-right: 10px; */
  list-style: none;
}

.footer-nav > li a {
  font-size: 13px;
  text-transform: uppercase;
  position: relative;
  /* padding-left: 10px; */
  text-decoration: none;
  color: hsla(0, 0%, 100%, 0.84);
}

.footer-nav > li {
  list-style: none;
  /* padding: 0 10px; */
}

.footer-middle .row {
  margin-bottom: 40px;
}

.patner-service {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.patner-service:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  z-index: 9;
  border-top: 1px solid hsla(0, 0%, 100%, 0.2);
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
}

.patner-service p {
  position: relative;
  z-index: 9;
}

.patner-service p span {
  font-weight: 600;
  color: hsla(0, 0%, 100%, 0.94);
  font-size: 14px;
  text-transform: capitalize;
}

.patner-service p a {
  color: hsla(0, 0%, 100%, 0.94);
  font-size: 14px;
  text-transform: capitalize;
  text-decoration: none;
}

.patner-service p a:hover {
  text-decoration: underline;
}

.flags p span {
  font-weight: 600;
  color: hsla(0, 0%, 100%, 0.94);
  font-size: 14px;
  text-transform: capitalize;
}

.footer-last {
  background-color: #1a6087;
  padding: 20px 0;
}

.footer-last .col-md-6 p {
  color: hsla(0, 0%, 100%, 0.84);
  font-size: 16px;
}

.footer-last .col-md-6 ul {
  list-style: none;
}

.footer-last .col-md-6 .footer-icons {
  position: relative;
}

.social-icon {
  right: 0;
  position: absolute;
}

.footer-last .col-md-6 .social-icon li {
  display: inline-block;
  margin-left: 5px;
}

.footer-last .col-md-6 .social-icon a {
  display: inline-block;
  height: 35px;
  width: 35px;
  font-size: 15px;
  text-align: center;
  background-color: #1e709c;
  border-radius: 50%;
  margin-left: 5px;
  color: #fff;
}

.footer-last .col-md-6 .social-icon a:hover {
  background-color: #2588be;
  text-decoration: none;
}

.footer-last .col-md-6 .social-icon a svg {
  vertical-align: bottom !important;
}

/* banner */
.App {
  font-family: sans-serif;
  text-align: center;
}

.backgroundContainer {
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
  z-index: 9;
  position: relative;
  width: 100%;
  height: 40vh;
}

.image-slider .search h1 {
  margin-top: 20vh;
  font-size: 42px;
  font-weight: 600;
  line-height: 0.9333333;
  padding-bottom: 10px;
  color: #fff;
  margin: 0;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.45);
  letter-spacing: 3 !important;
}

.feature-heading {
  font-weight: 600;
  line-height: 1.1;
}
.image-slider .search h2 {
  line-height: 0.9333333;
  font-weight: 300;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.45);
  font-size: 22px;
  color: #fff;
  margin: 5px 0;
}

.banner .banner-caption {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  color: #fff;
  z-index: 2;
  font-size: 17.5px;
  font-weight: 300;
}

.site-info {
  background-color: #fff;
  border-bottom: 1px solid #ececec;
  font-size: 13px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.site-info .row {
  padding: 0 60px;
}

.site-info .row .col-md-4 {
  padding-right: 30px;
  padding-left: 30px;
}

.site-info .items {
  display: flex;
}

.site-info .items .icons {
  margin-right: 15px;
}

.site-info .items .icons svg {
  font-size: 55px;
  color: #2588be;
}

.site-info .items .text-info h4 {
  font-size: 16px;
  margin: 0 0 5px;
  color: #2588be;
  text-transform: capitalize;
  font-weight: 600;
}

.site-info .items .text-info p {
  font-size: 13px;
  color: #000;
}
/* top Destination Styles */
.destination {
  overflow: hidden;
}

.destination-list {
  margin: -7.5px;
}

.destination-list.grid:after {
  content: "";
  display: block;
  clear: both;
}

.destination-list .item-wrap {
  position: relative;
  overflow: hidden;
}

.destination-list .grid-item,
.destination-list .grid-sizer {
  width: 25%;
  padding: 7.5px;
  float: left;
}

.destination-list .grid-item.width2,
.destination-list .grid-sizer.width2 {
  width: 50%;
}

.destination-list .grid-item.width3,
.destination-list .grid-sizer.width3 {
  width: 33.333333333333333%;
}

@media only screen and (max-width: 991px) {
  .destination-list .grid-item,
  .destination-list .grid-sizer {
    width: 50%;
  }
}

@media only screen and (max-width: 500px) {
  .destination-list .grid-item,
  .destination-list .grid-sizer {
    width: 100%;
  }

  .destination-list .grid-item.width2,
  .destination-list .grid-item.width3,
  .destination-list .grid-sizer.width2,
  .destination-list .grid-sizer.width3 {
    width: 100%;
  }
}

.destination-list .grid-item img,
.destination-list .grid-sizer img {
  min-height: 100px;
}

.destination-list .item {
  position: relative;
  display: block;
  z-index: 1;
  transition: all 0.1s ease;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: transform 0.3s, opacity 0.3s;
  overflow: hidden;
}

.destination-list .item:after {
  background-color: #000;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: 0.2;
}

.destination-list .item img {
  vertical-align: top;
}

.destination-list .item .caption {
  position: absolute;
  text-align: left;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 15px 20px;
  color: #fff;
  line-height: 1.3;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.45);
}

.destination-list .item .caption h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28.125px;
}

.destination-list .item .caption h4 a {
  color: #fff;
  text-decoration: none;
}

.destination-list .item .caption .package_count {
  margin: 0;
  padding: 0;
  font-size: 18.75px;
  font-weight: 300;
  letter-spacing: 1.3px;
}

.destination-list .item-wrap:hover .inner-caption {
  opacity: 1;
}

.destination-list .item-wrap:hover .item {
  opacity: 1;
}

.destination-list .item-wrap:hover .item:after {
  opacity: 0.5;
}

.destination-list .item-wrap:hover .item img {
  transform: scale(1.1, 1.1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.destination-list .item-wrap:hover .item:focus {
  outline: 0;
}
.destination {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #f9f9f9;
}

.top-tour {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #ffffff;
}

.destination .title,
.top-tour .title {
  margin-bottom: 40px;
}

.destination .title h2,
.top-tour .title h2 {
  position: relative;
  margin-bottom: 0;
  color: #2588be;
  text-transform: uppercase;
  font-size: 24px;
  text-align: center;
  font-weight: 600;
  letter-spacing: 0.5px;
  line-height: 1.1;
}

.destination .images-info .image-text,
.top-tour .images-info .image-text {
  position: relative;
  width: 100%;
  display: block;
}

.destination .images-info .image-text figure,
.top-tour .images-info .image-text figure {
  height: 225px;
  width: 100%;
  position: relative;
  /* margin-bottom: 20px; */
  padding: 0;
  overflow: hidden;
}

.destination .images-info .image-text img,
.top-tour .images-info .image-text img {
  position: relative;
  height: 225px;
  width: 100%;
  transition: all 0.3s linear;
  backface-visibility: hidden;
}

.destination .images-info .image-text img:hover,
.top-tour .images-info .image-text img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition: all 0.3s linear;
}

.destination .images-info .image-text p,
.top-tour .images-info .image-text p {
  text-align: left;
  position: absolute;
  text-transform: capitalize;
  color: #fff;
  margin-top: 0;
  margin-left: 22px;
  margin-top: -40px;
  font-size: 24.375px;
  font-family: inherit;
  /* font-weight: 600; */
  line-height: 1.1;
  display: block;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.45);
}

.destination .images-info .row,
.top-tour .images-info .row {
  padding: 0 40px;
}

.btn-view-more {
  text-align: center;
  margin-top: 40px;
  border-radius: 2px;
  border: 0;
  padding: 12px 36px;
  color: #fff;
  background-color: #00adef;
  border-color: #006e98;
  font-size: 14px;
  font-weight: 400;
  text-transform: uppercase;
}

.btn-view-more:hover {
  color: #fff;
  background-color: #0088bc;
  border-color: #006e98;
  font-size: 14px;
  font-weight: 400;
}

.below-links {
  background-color: #f9f9f9;
}

.below-links ul {
  padding: 20px;
}

.top-links ul {
  padding: 0;
  margin: 0 -20px;
}

.top-links li {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-transform: none;
  width: 25%;
}

.tab-wrapper {
  padding: 50px;
}

.tab-wrapper .nav-tabs {
  border: medium none;
  background-color: #ececec;
  border-radius: 0;
  position: relative;
  z-index: 1;
  display: flex;
  border: 1px solid #e0e0e0;
  border-bottom: 0;
  margin-bottom: 3px;
  width: 61.13%;
  /* padding-left: 0;
  list-style: none; */
}

.tab-wrapper .nav-tabs > li:first-child {
  margin-left: 0;
}

.tab-wrapper .nav-tabs > li {
  margin-left: -0.25em;
  margin-bottom: -1px;
}

.nav-tabs > li {
  float: left;
  margin-bottom: -1px;
}

.tab-wrapper .nav-tabs > li.active > a {
  background-color: #fff;
  border: medium none;
  color: #2588be;
  border-right: 1px solid #e0e0e0;
}

.tab-wrapper .nav-tabs > li > a {
  color: #525252;
  text-align: center;
  padding: 12px 25px 9px;
  border-radius: 0;
  border: medium none;
  font-size: 15px;
  margin: 0;
  font-weight: 600;
  border-right: 1px solid #e0e0e0;
}

.nav > li,
.nav > li > a {
  position: relative;
  display: block;
}

.tab-wrapper .nav-tabs > li.active > a:focus,
.tab-wrapper .nav-tabs > li.active > a:hover {
  background-color: #fff;
  border: medium none;
  color: #2588be;
  border-right: 1px solid #e0e0e0;
}

.tab-wrapper .nav-tabs > li > a:focus,
.tab-wrapper .nav-tabs > li > a:hover {
  border: medium none;
  background-color: transparent;
  color: #2588be;
  border-right: 1px solid #e0e0e0;
}

.nav-tabs > li.active > a,
.nav-tabs > li.active > a:focus,
.nav-tabs > li.active > a:hover {
  color: #555;
  background-color: #f9f9f9;
  border: 1px solid #ddd;
  border-bottom-color: transparent;
  cursor: default;
}

.nav > li > a:focus,
.nav > li > a:hover {
  text-decoration: none;
  background-color: #eee;
}

.nav-tabs > li > a {
  margin-right: 2px;
  line-height: 1.9;
  border: 1px solid transparent;
  border-radius: 4px 4px 0 0;
}

.tab-wrapper .nav-tabs > li.active > a:focus:before,
.tab-wrapper .nav-tabs > li.active > a:hover:before {
  opacity: 1;
}

.tab-wrapper .nav-tabs > li.active > a:before {
  opacity: 1;
}

.tab-wrapper .nav-tabs > li > a:before {
  position: absolute;
  content: "";
  display: inline-block;
  opacity: 0;
  left: 0;
  right: 0;
  top: 0;
  height: 3px;
  background-color: #2588be;
}

.tab-wrapper .nav-tabs > li.active > a:focus,
.tab-wrapper .nav-tabs > li.active > a:hover {
  background-color: #fff;
  border: medium none;
  color: #2588be;
  border-right: 1px solid #e0e0e0;
}

.tab-wrapper .tab-content {
  background-color: #fff;
  padding: 30px 28px 40px 28px;
  border: 1px solid #e0e0e0;
  height: 200px;
  margin-bottom: 40px;
}

.tab-content > .active {
  display: block;
}

.top-links ul {
  padding: 0;
  margin: 0 -20px;
}

.tab-content .top-links li {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-transform: none;
}

.top-links ul > li a {
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  position: relative;
  padding-left: 10px;
  text-decoration: none;
  width: 25%;
}

.top-links ul > li {
  padding-left: 20px;
  padding-right: 20px;
  float: left;
  list-style: none;
}

.tab-wrapper .nav-tabs .nav-item .active {
  border-top: 3px solid #2588be;
  color: #2588be;
  font-weight: 600;
}

.tab-wrapper .nav-tabs .nav-item a {
  color: #525252;
  font-weight: 600;
  padding: 13px;
}

.tab-wrapper .nav-tabs .nav-item a:hover {
  color: #2588be;
  font-weight: 600;
}

.nav-tabs .nav-link {
  margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
  background: 0 0;
  border: var(--bs-nav-tabs-border-width) solid transparent;
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important;
}

.top-links ul > li a {
  font-size: 13px;
  text-transform: uppercase;
  position: relative;
  padding-left: 10px;
  text-decoration: none;
  color: #2588be;
  line-height: 1.5;
}

.ant-carousel .slick-slide {
  text-align: center;
  width: 100%;
  height: 71vh;
  line-height: 71vh;
  /* background: #364d79; */
  overflow: hidden;
}
/* Target the entire tab bar */

.ant-carousel .slick-slide h3 {
  color: #fff;
}

.image-slider {
  position: relative;
  text-align: center;
}

.ant-tabs-nav {
  width: fit-content;
}
.ant-tabs-nav-wrap {
  padding: 5px;
  background-color: #e0e0e0;
  border: 1px solid #e8e8e8;
}

.ant-tabs-nav-list {
  color: #525252;
}

.ant-tabs-tab {
  color: #525252;
  border-color: transparent;
  background-color: #e0e0e0;
  padding: 8px 16px;
  margin-right: 8px;
  border-radius: 4px 4px 0 0;
  transition: all 0.3s;
}

.ant-tabs-tab-active {
  color: #2588be;
  background-color: #ffffff;
  border-color: #e8e8e8;
  border-bottom-color: transparent;
}

.ant-tabs-tab:hover {
  color: #2588be;
}
.ant-tabs-content-holder {
  background-color: #fff;
  border: 1px solid #e8e8e8;
  padding: 10px 0;
}

.image-slider .images {
  position: relative;
}
.swiper-container {
  height: 71vh;
}

.image-slider .ant-carousel .slick-slide {
  opacity: 0;
  transition: opacity 4s ease-in-out, visibility 5s ease ease-in-out !important;
}

.image-slider .ant-carousel .slick-slide.slick-active {
  opacity: 1;
  transition: opacity 4s ease-in-out, visibility 5s ease ease-in-out !important;
}

.image-slider .ant-carousel .slick-slide .image-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
}

.image-slider .ant-carousel .slick-slide .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.slick-dots button {
  display: none !important;
}

.image-slider .search-wrapper {
  text-align: center;
  position: absolute;
  top: 31%;
  width: 100%;
  /* margin-left: 27%; */
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
}

.image-slider .search-wrapper .search {
  width: 70%;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.image-slider .search-wrapper .search .search-bar input {
  height: 45px;
  padding: 20px;
  border-radius: 0 !important;
}

.image-slider
  .search-wrapper
  .search
  .search-bar
  :where(.css-dev-only-do-not-override-w8mnev).ant-input:placeholder-shown {
  text-overflow: ellipsis;
  font-size: 15px;
  font-weight: 600;
}

.input-search:-ms-input-placeholder {
  color: #999;
  font-size: 14px;
}
.image-slider .search-wrapper .search {
  /* padding: 8px; */
  /* background-color: #cedceb; */
  /* margin: 20px 0 0 0; */
}

.search-bar {
  background-color: #c0d5ea;
  opacity: 0.9;
  padding: 8px;
  border-radius: 3px;
  width: 650px;
  margin-top: 20px;
}
.image-slider .search-wrapper .search .search-bar button {
  height: 45px;
  right: 0;
  top: 0;
  border: 0;
  width: 115px;
  bottom: 0;
  background-color: #2588be;
  border-radius: 0 3px 3px 0 !important;
  color: #fff;
}

@media (max-width: 768px) {
  .image-slider .search-wrapper {
    top: 25%;
    padding: 0 10px;
  }

  .image-slider .search-wrapper .search .search-bar {
    width: 100%; /* Adjust width for smaller screens */
    padding: 4px;
    /* background-color: #c0d5ea; */
  }
  .image-slider .search-wrapper .search h1 {
    font-size: 28px;
  }
  .image-slider .search-wrapper .search h2 {
    font-size: 14px;
  }
  .image-slider .search-wrapper .search .search-bar {
    display: none;
  }

  .image-slider .absolute {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: rgba(0, 0, 0, 0.5);
    padding: 16px;
  }
}

/* Top Destination */
.top-destination {
  min-height: 60vh;
  /* height: 60vh; */
}

.destination-header {
  background-color: #efefef;
  margin-bottom: 40px;
  font-weight: 600;
  font-size: 13px;
}

.destination-header .container {
  padding-top: 15px;
  padding-bottom: 15px;
  margin-right: 120px;
  margin-left: 120px;
  padding-left: 25px;
  padding-right: 25px;
  height: 54.7px;
}

.destination-header .breadcrumb > li + li:before {
  color: #666;
  padding: 0 7px;
  content: "/";
}

.destination-header .breadcrumb li.active {
  color: #2e2e2e;
}

.destination-title .page-title {
  padding: 0 40px;
}

.destination-title .page-title h1 {
  font-size: 26px;
  margin-bottom: 0;
  color: #2588be;
  font-weight: 700;
}

.top-destination .destination-image .media {
  position: relative;
  padding: 20px 40px 40px 40px;
}

.top-destination .destination-image .media img {
  width: 100%;
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
}

.top-destination .destination-image .contain-box {
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
  padding: 0 40px;
}

.top-destination .destination-image .contain-box p {
  margin: 0 0 13px;
  padding: 2px;
  font-size: 14px;
  line-height: 1.9;
  color: #2e2e2e;
}

.holidays-destination .view-more-btn {
  display: flex;
  justify-content: flex-end;
}

.holidays-destination .view-more-btn a {
  border-radius: 25px;
  border-color: transparent;
  border: 0;
  padding: 8px 30px;
  color: #fff;
  background-color: #00adef;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
}

.holidays-destination .view-more-btn a:hover {
  background-color: #006e98;
}

.activities-top {
  margin-bottom: 40px;
}

.activities-top .block {
  padding: 0 40px;
}

.activities-top .block .block-title {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
}

.activities-top .block .block-title span {
  padding-right: 10px;
  background-color: #f9f9f9;
}

.activities-top .block .block-title:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  height: 2px;
  background-color: #e0e0e0;
  z-index: -1;
}

.activities-top .images-info {
  margin-top: 25px;
  margin-bottom: 15px;
}

.activities-top .images-info .image-text {
  position: relative;
  width: 100%;
  display: block;
}

.activities-top .images-info .image-text figure {
  height: 162px;
  width: 95%;
  padding: 0;
  overflow: hidden;
  position: relative;
}

.activities-top .images-info .image-text figure span svg {
  position: absolute;
  right: 10px;
  top: 10px;
  color: #5f5f61;
  font-size: 20px;
  font-weight: 300;
  background-color: transparent;
  border: 0;
  line-height: 1;
  padding: 0;
  z-index: 8;
}

.activities-top .images-info .image-text figure span svg:hover {
  color: #00adef;
}

.activities-top .images-info .image-text img {
  height: 225px;
  width: 100%;
  position: relative;
  transition: all 0.3s linear;
  backface-visibility: hidden;
}

.activities-top .images-info .image-text img:hover {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
  transition: all 0.3s linear;
}

.activities-top .images-info .image-text .lower-text {
  width: 95%;
  position: relative;
  margin-top: -16px;
  margin-left: 0;
  background-color: #fff;
  border: 1px solid #ececec;
  padding: 14px 0 14px 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.activities-top .images-info .image-text .lower-text p {
  color: #333;
  text-decoration: none !important;
  font-size: 15px;
  font-weight: 600;
  text-transform: capitalize;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-bottom: 6px;
}

.activities-top .images-info .image-text .lower-text h6 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-transform: none;
  font-size: 15px;
  color: #636363;
  margin-bottom: 0;
}

.activities-top .images-info .image-text p:hover {
  text-decoration: none !important;
  color: #2588be;
}

.activities-top .view-more-btn {
  display: flex;
  justify-content: flex-end;
}

.activities-top .view-more-btn a {
  border-radius: 25px;
  border-color: transparent;
  border: 0;
  padding: 8px 30px;
  color: #fff;
  background-color: #00adef;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
}

.activities-top .view-more-btn a:hover {
  background-color: #006e98;
}

.review-section {
  margin-bottom: 40px;
}

.review-section .block {
  padding: 0 40px;
}

.review-section .block .block-title {
  font-size: 18px;
  font-weight: 700;
  position: relative;
  text-transform: uppercase;
}

.review-section .block .block-title span {
  padding-right: 10px;
  background-color: #f9f9f9;
}

.review-section .block .block-title:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  height: 2px;
  background-color: #e0e0e0;
  z-index: -1;
}

.review-section .review-detail {
  display: flex;
  justify-content: space-between;
  padding: 20px 40px;
}

.review-section .review-detail p {
  display: flex;
  justify-content: space-between;
  font-size: 14px;
  margin-bottom: 13px;
  font-family: inherit;
  font-weight: 600;
  line-height: 1.1;
  color: #333;
  padding-top: 5px;
}

.review-section .review-detail a {
  color: #fff !important;
  background-color: #00adef;
  border-color: #00adef;
  padding: 9px 25px;
  border-radius: 3px;
  border-width: 2px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  border: 1px solid transparent;
}

.review-section .review-detail a:hover {
  color: #fff !important;
  background-color: #0088bc;
  border-color: #003e56;
}

.comment-section {
  display: flex;
  padding: 0px 40px;
}

.comment-section img {
  height: 50px;
  width: 50px;
  border-radius: 50%;
  margin-right: 14px;
}

.comment-section div a {
  font-weight: 500;
  font-size: 16px;
  margin-top: 0;
  color: #2588be;
}

.comment-section div a:hover {
  color: #195a7e;
  text-decoration: underline;
}

.comment-section div h6 {
  font-size: 13px;
}

.comment-section div h6 svg {
  font-size: 13px;
  margin-top: -3px;
}

.comment-section div .rating {
  display: flex;
  margin-bottom: -15px;
}

.comment-section div .rating svg {
  color: #fe8800;
}

.comment-section div .rating p {
  margin-left: 10px;
  margin-top: -4px;
  font-size: 14px;
  line-height: 1.9;
  color: #2e2e2e;
}

.comment-section div .comment {
  font-style: italic;
  margin: 0 0 13px;
  font-size: 14px;
  line-height: 1.9;
  color: #2e2e2e;
}

.comment-section .reply a {
  text-transform: uppercase;
  border-radius: 4px;
  padding: 3px 18px;
  margin-bottom: 15px;
  border: 0;
  font-size: 12px;
  font-weight: 600;
  background-color: rgba(37, 136, 190, 0.1);
  color: #144b69;
}

.comment-section .reply a:hover {
  background-color: #2588be;
  color: #fff;
}

.comment-section .comment-count {
  margin-top: 16px;
}

.comment-section .comment-count p svg {
  color: #00adef;
}

.comment-section .comment-count p {
  float: left;
  margin-right: 10px;
  margin-bottom: 5px;
  line-height: 1;
  font-size: 13px;
  cursor: pointer;
}

.comment-footer {
  display: flex;
  padding: 0px 40px;
}

/* .comment-social-media {} */
.comment-social-media {
  margin-top: 0px;
}

.comment-social-media span {
  font-size: 13px !important;
  margin-right: 10px;
}

.comment-social-media span::after {
  content: "";
  position: absolute;
  right: 0;
  top: 1px;
  width: 1px;
  height: 13px;
  background: #e3e3e3;
}

.comment-social-media a:after {
  content: "";
  position: absolute;
  right: 0;
  top: 1px;
  width: 1px;
  height: 13px;
  background: #e3e3e3;
}

.comment-social-media a {
  padding-right: 10px;
  margin-right: 10px;
  font-weight: 400 !important;
  color: #999 !important;
  font-size: 13px !important;
}

.comment-social-media a:hover {
  color: #00adef !important;
}

.review-section-blo {
  margin: 20px 40px 0 40px;
  margin-bottom: 30px;
  list-style: none;
  padding-bottom: 20px;
  border-bottom: 1px solid #e0e0e0;
}

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

.write-review .writeReview {
  border-radius: 25px;
  background-color: transparent;
  border-width: 2px;
  font-weight: 600;
  padding: 6px 25px;
  font-size: 14px;
  border-color: #00adef;
  color: #00adef;
  margin-bottom: 30px;
}

.write-review .writeReview:hover {
  color: #fff;
  background-color: #00adef;
}

.holidays-destination .caption {
  max-width: 290px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  padding: 10px 15px;
  -webkit-transition: 0.2s ease-in;
  transition: 0.2s ease-in;
  background-color: rgba(0, 0, 0, 0.34);
}

.holidays-destination .caption span {
  color: #fff;
  font-weight: 600;
  font-size: 15px;
}

.image-by-travellers .image-travellers {
  display: flex;
  justify-content: space-between;
}

.image-by-travellers .image-travellers p {
  font-weight: 600;
  line-height: 1.1;
  color: #333;
  font-size: 14px;
}

.image-by-travellers .image-travellers .btn-flat {
  color: #fff !important;
  background-color: #0088bc !important;
  border-color: #00adef !important;
  border-width: 2px;
  font-weight: 600;
  padding: 6px 25px;
}

.participate-question {
  padding: 20px 0;
}

.participate-question .display_item_wrap {
  padding: 30px;
  font-size: 14px;
  line-height: 1.9;
  color: #2e2e2e;
  background-color: #fff;
}

.participate-question .display_item_wrap h3 {
  font-size: 1.2857em;
  font-weight: 600;
  line-height: 1.1;
}

.participate-question .display_item_wrap .text-left .btn-link {
  color: #2588be;
  cursor: pointer;
  font-weight: 600;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.9;
}

.participate-question .display_item_wrap .text-left .btn-link:hover {
  color: #195a7e;
  text-decoration: underline;
  background-color: transparent;
}

.locate-my-trip {
  text-align: center;
  font-size: 65px;
  padding-top: 10px;
  color: #1e709c;
}

.locate-my-trip h3 {
  font-weight: 700;
  margin: 8px auto;
  color: #1e709c;
  font-size: 0.2857em;
}

.locate-my-trip .hiw-description p {
  color: #2e2e2e;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.3;
}

.locate-my-trip .locate-my-trip-button {
  text-align: center;
}

.locate-my-trip .locate-my-trip-button button {
  border-color: #278ec7;
  background-color: #278ec7;
  font-weight: 700;
  font-size: 17px;
  width: 30%;
  border-radius: 25px;
  padding: 9px 12px;
  text-transform: uppercase;
  color: #fff;
}

.load-more-btn {
  display: flex;
  justify-content: center;
  margin-top: 20px;
  position: relative;
}

.load-more {
  display: flex;
  border-color: transparent;
  border: 0;
  padding: 10px 30px;
  color: #fff;
  background-color: #00adef;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  justify-content: center;
  border-color: #00adef;
}

.load-more:hover {
  color: #fff;
  background-color: #0088bc;
  border-color: #00adef;
}

.load-more-btn svg {
  position: relative;
  top: 2px;
  margin-left: 6px;
  font-size: 22px;
  color: #fff;
  margin-bottom: 0 !important;
}

/* attractions */
.attractions {
  position: relative;
  padding: 30px 0;
}

.attractions .row {
  padding: 0 40px;
}

.attractions .row .col-md-4 input {
  height: 40px;
  border-radius: unset;
}

.attractions .row .col-md-4 .ant-select-selector {
  height: 40px;
  border-radius: unset;
}

.attractions .row .col-md-4 .ant-select-selection-item {
  display: flex;
  align-items: center;
}

.attractions .row .col-md-4 .ant-select-selection-placeholder {
  display: flex;
  align-items: center;
  color: #555;
  font-size: 14px;
  font-weight: 500;
}

.logo {
  height: 60px;
  width: 186px;
  padding-top: 8px;
  padding-bottom: 8px;
  display: inline-block;
  transition: all 0.2s height, all 0.2s width, all 0.2s margin;
}

/* Login */
.auth-page a {
  text-decoration: underline !important;
  z-index: 9;
  margin-left: 5px;
  color: #2588be !important;
}

.auth-page .ant-modal-content {
  border-radius: 2px !important;
}

:where(.css-dev-only-do-not-override-12jzuas).ant-modal {
  top: 50px !important;
  position: relative !important;
}

.login h4 {
  font-weight: 600;
  line-height: 1.1;
  color: #333;
  margin: 0 0 20px;
  font-size: 20px;
  text-align: center;
  text-transform: capitalize;
}

.login ol {
  list-style: none;
  display: flex;
  justify-content: center;
}

.login ol li {
  margin-right: 6px;
}

/* .login ol li {
  height: 40px;
  width: 40px;
  color: #fff;
  border-radius: 50%;
  padding: 0;
  display: inline-block;
}

.login ol li svg {
  height: 100%;
  width: 100%;
} */

.login ol .facebook svg {
  color: #3b5998;
  height: 40px;
  width: 40px;
  /* color: #fff; */
  border-radius: 50%;
}

.login ol .twitter svg {
  color: #2faaf5;
  height: 46px;
  width: 46px;
  margin-top: -3px;
  /* color: #fff; */
  border-radius: 50%;
}

.login ol .google svg {
  color: #df4a32;
  height: 46px;
  width: 46px;
  margin-top: -3px;
  /* color: #fff; */
  border-radius: 50%;
}

.login ol .linkedin svg {
  color: #007ab5;
  height: 40px;
  width: 40px;
  background-color: #fff;
  border-radius: 50%;
}

.login .modal-seperator {
  border-bottom: 1px solid #ccc;
  text-align: center;
  margin: 30px 0;
  position: relative;
}

.login .modal-seperator span {
  width: 40px;
  height: 40px;
  border: 1px solid #ccc;
  border-radius: 50%;
  margin: 0 auto;
  line-height: 38px;
  display: block;
  margin-bottom: -20px;
  background: #fff;
  font-weight: 600;
}

.login .login-form {
  padding: 30px 0 10px 0;
}

.login .login-form input {
  width: 100%;
  height: 36px;
  position: relative;
  margin-bottom: 14px;
  border-radius: 2px;
  border: 1px solid #ccc;
  padding: 10px;
}

.login .login-form .input_wrap {
  position: relative;
}

.login .login-form .input_wrap i {
  position: absolute;
  z-index: 9;
  right: 9px;
  top: 5px;
}

/* .formik-field {
  padding: 10px;
} */

.formik-field::placeholder {
  font-size: 14px;
  /* Additional placeholder styles */
}

.formik-error {
  color: red;
  margin-top: -14px;
  margin-bottom: 13px;
  font-size: 14px;
}

.login .remember {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

.login .remember input {
  height: 0;
  position: absolute;
}

.login .remember a {
  cursor: pointer;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 1.9;
  color: #2588be;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  text-decoration: underline;
}

.login .remember a:hover {
  color: #195a7e;
  text-decoration: underline;
  background-color: transparent;
}

.login .privacy-policy p {
  font-size: 14px;
  line-height: 1.9;
  margin: 0 0 13px;
  color: #2e2e2e;
  text-align: center;
}

.login .privacy-policy p a {
  font-size: 14px;
  line-height: 1.9;
  background-color: transparent;
  color: #2588be;
  text-decoration: none;
}

.login .privacy-policy p a:hover {
  color: #195a7e;
  text-decoration: underline;
}

.login .signin-button {
  margin-bottom: 15px;
}

.login .signin-button button {
  border-width: 2px;
  font-weight: 400;
  border-radius: 3px;
  text-transform: none;
  font-size: 16px;
  padding: 5px 20px;
  display: block;
  width: 100%;
  transition: all 0.3s linear;
  text-decoration: none;
  opacity: 0.65;
  color: #fff;
  background-color: #00adef;
  border-color: transparent;
}

.login .signin-button button:hover {
  transition: all 0.3s linear;
  color: #fff;
  background-color: #006e98;
  border-color: #003e56;
  cursor: pointer;
}

.login .login-text-left {
  text-align: left;
  font-size: 14px;
  line-height: 1.9;
  display: flex;
  color: #2e2e2e;
}

.login .login-text-left a {
  cursor: pointer;
  font-weight: 600;
  text-transform: capitalize;
  font-size: 14px;
  line-height: 1.9;
  color: #2588be;
  margin-left: 6px;
}

.login .supplier-signup {
  text-align: center;
}

.supplier-signup a {
  font-size: 14px;
  line-height: 1.9;
  cursor: pointer;
  color: #2588be;
  font-weight: 600;
}

.navbar-form {
  position: relative;
  margin: 15px 0;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.2s linear, visibility 0.2s linear;
  padding: 0;
  padding-right: 10px;
  display: flex;
  align-items: center; /* Center items vertically */
}

.search-button {
  position: absolute;
  top: 64%;
  right: 12px;
  transform: translateY(-50%);
  border-radius: 0 4px 4px 0;
  border: 0;
  box-shadow: none;
  background-color: #244893;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  padding: 4px 10px;
  cursor: pointer;
  height: 32px;
  transition: background-color 0.3s ease;
}

.search-button:hover {
  background-color: #1e3c7c;
}

.form-control {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  height: 36px;
  width: 300px;
  font-size: 14px;
  padding: 0 10px;
  box-shadow: none;
}

.form-control:focus {
  border-color: #dadada;
  outline: none;
}

.newbtn {
  border: 2px solid hsla(0, 0%, 100%, 0.74) !important;
  border-radius: 2px !important;
  font-weight: 500 !important;
  color: #fff !important;
  font-size: 10px !important;
  letter-spacing: 2px !important;
  padding: 8px 12px !important;
  text-transform: uppercase;
  cursor: pointer;
}
.btn-info {
  background-color: #00adef !important;
  border-color: #00adef !important;
  padding: 5px 12px !important;
  color: #f1f1f1;
  font-size: 12px;
  text-transform: uppercase;
  cursor: pointer;
}

.ui-autocomplete-input {
  width: 100% !important;
}
/* suppliers register */
.suppliers-wrap {
  padding: 50px 0;
  padding: 30px;
  background-color: #f9f9f9;
  display: flex;
  justify-content: center;
}

.suppliers-wrap .login {
  width: 100%;
  max-width: 476px;
  margin: 0 auto;
  background-color: #fff;
  padding: 30px;
}

.suppliers-wrap .login h4 {
  font-size: 26px;
}

.suppliers-wrap .login .row .col-md-6 a {
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: center;
  border-width: 2px;
  border-radius: 3px;
  padding: 10px 20px;
  margin: 0 0 15px;
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  width: 100%;
  transition: all 0.3s linear;
}

.suppliers-wrap .login .row .col-md-6 a:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.suppliers-wrap .login .row .col-md-6 a svg {
  color: #fff;
  margin-right: 10px;
}

.suppliers-wrap .login .row .col-md-6 a p {
  margin-bottom: 0px;
  font-size: 16px;
  font-weight: 400;
}

.suppliers-wrap .login .row .col-md-6 .facebook {
  background-color: #3b5998;
}

.suppliers-wrap .login .row .col-md-6 .twitter {
  background-color: #2faaf5;
}

.suppliers-wrap .login .row .col-md-6 .google {
  background-color: #df4a32;
}

.suppliers-wrap .login .row .col-md-6 .linkedin {
  background-color: #007ab5;
}

/* bussiness patner per-register page */
.bussiness-banner {
  position: relative;
  z-index: 1;
}

.bussiness-banner .bussiness-image-wrapper {
  min-height: 71vh !important;
  position: relative;
  height: 100%;
  overflow: hidden;
}

.bussiness-banner .bussiness-image-wrapper .banner-image {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.bussiness-banner .bussiness-image-wrapper .banner-image img {
  vertical-align: top;
  -webkit-backface-visibility: hidden;
  min-width: 100%;
  object-fit: cover;
  object-position: top;
}

.banner-caption {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  color: #fff;
  z-index: 2;
  font-size: 17.5px;
  font-weight: 300;
  top: 70% !important;
}

.bussiness-banner .banner-caption h1 {
  color: #fff;
  margin: 0;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.45);
  font-weight: 600;
  line-height: 0.9333333;
  padding-bottom: 10px;
  font-size: 42px;
}

.bussiness-banner .banner-caption p {
  margin: 0 0 13px;
  margin-top: 20px !important;
  line-height: 0.9333333;
  font-weight: 300;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.45);
  font-size: 22px;
}

.bussiness-banner .banner-caption .smart_search {
  margin-top: 40px !important;
  margin-bottom: 30px !important;
  text-align: center;
  font-size: 1em;
}

.bussiness-banner .banner-caption a {
  transition: all 0.3s linear;
  text-transform: uppercase;
  box-shadow: none;
  border-width: 1px;
  background-color: #2588be;
  border-color: var(--primary-color);
  height: 50px;
  font-size: 18px;
  border-radius: 25px;
  border-color: #2588be;
  display: initial !important;
  width: 20%;
  padding: 10px 50px;
}

.bussiness-common-box {
  background-color: #fff;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  margin-top: -60px;
  padding-bottom: 60px;
  padding-top: 60px;
}

.destination {
  overflow: hidden;
}

#join-us-section {
  margin: 0px;
  padding: 0 40px;
}

.hiw-section-title {
  font-weight: 600;
  margin: 40px auto;
  color: #2588be;
  text-align: center;
  font-size: 30px;
  margin: 0px !important;
}

.hiw {
  margin-bottom: 0px;
}

#content-feature {
  padding: 30px 0px;
}

.hiw .hiw-item {
  text-align: center;
  width: 300px;
  margin: 0 auto 15px;
  border-radius: 5px;
  padding: 15px 20px;
  border: none;
  height: 200px;
}

.hiw .hiw-item a {
  color: #2588be;
  text-decoration: none;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: 34%;
}

.hiw .hiw-description {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.3;
  font-size: 15px;
}

.content-icon {
  height: 100px;
  width: 100px;
  border: 1px solid lightgrey;
  border-radius: 50px;
  padding: 14px;
  color: #2588be;
  display: inline-block;
  font-size: 40px;
  padding-top: 25px;
}

.content-icon:hover {
  color: #1e709c;
}

.bussiness-box {
  padding-bottom: 60px;
  padding-top: 60px;
  font-size: 15px;
  overflow: hidden;
  background-color: #f9f9f9;
}

.bussiness-box div {
  padding: 0 40px;
  background-color: transparent;
}

.bussiness-box table tr {
  text-align: center;
}

.bussiness-box table tr td h2 {
  font-size: 28px;
  margin: 0 0 1em;
}

.bussiness-box table tr td h2 strong {
  font-weight: 600;
}

.bussiness-box table tr td p {
  font-size: 15px;
  margin: 0 0 13px;
}

.bussiness-common-light {
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  font-size: 15px;
  overflow: hidden;
  background-color: #2588be;
  padding-bottom: 60px;
  padding-top: 60px;
}

.bussiness-common-light .row {
  padding: 0 40px;
}

#special-feature .border-box {
  background-color: #2588be;
  color: #fff;
  text-align: center;
  border: none;
  margin: 0 0 20px;
  padding: 15px 20px;
}

span.special-feature-title {
  font-size: 22px;
  color: #fff;
  text-align: center;
  line-height: 1.9;
}

span.special-feature-title strong {
  font-weight: 600;
}

.hiw-description {
  font-size: 15px;
  color: #fff;
  text-align: center;
  line-height: 1.9;
}

.bussiness-common-box .hiw-description {
  font-size: 15px;
  color: #000;
  text-align: center;
  line-height: 1.9;
}

.special-icon {
  font-size: 46px;
  background: #fe8800;
  height: 80px;
  width: 80px;
  border-radius: 50px;
  position: relative;
  text-align: center;
  display: inline-block;
  vertical-align: middle;
}

.bussiness-bottom {
  background-color: #fff;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  overflow: hidden;
  padding: 30px 0px;
}

.bussiness-bottom .text-center {
  padding: 0 40px;
}

.bussiness-bottom #do-not-wait {
  font-size: 28px;
  color: #fe8800 !important;
  vertical-align: middle;
}

.bussiness-bottom #do-not-wait strong {
  font-weight: 600;
}

.bussiness-bottom .btn-signup-now {
  background-color: #fff !important;
  border-color: #016ab8 !important;
  height: 50px;
  font-size: 20px;
  color: #016ab8 !important;
  margin-left: 20px;
  margin-right: 20px;
  padding: 6px 17px;
}

.bussiness-bottom .btn-flat {
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-width: 1px;
}

.bussiness-bottom .btn-signup-now:hover {
  background-color: #016ab8d4 !important;
  border-color: #016ab8d4 !important;
  color: #fff !important;
}

.bussiness-bottom .btn-signup-now:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
  color: #fff;
  background-color: #1d6993;
  border-color: #103c53;
}

.bussiness-bottom #already-registered {
  font-size: 20px;
  color: #2e2e2e;
}

.bussiness-bottom #already-registered a {
  font-size: 20px;
  color: #2588be;
  text-decoration: none;
}

/* side menu drawer */
:where(.css-dev-only-do-not-override-12jzuas).ant-drawer .ant-drawer-title {
  /* margin: 0 0 10px; */
  font-size: 20px !important;
}

.side-menu-drawer svg {
  cursor: pointer;
}

.side-menu-inner-wrapper {
  overflow: auto;
  height: 100%;
  padding: 0 8px 30px 8px;
}

.side-menu-inner-wrapper .side-nav {
  margin-bottom: 40px;
}

.side-menu-inner-wrapper .side-nav ul {
  padding: 0;
  margin: 0;
  margin-top: -5px;
  font-size: 13px;
}

.side-menu-inner-wrapper .side-nav ul > li {
  border: 0;
}

.side-menu-inner-wrapper ul li {
  list-style: none;
}

.side-menu-inner-wrapper ul {
  padding: 0;
  margin: 0;
  margin-top: -5px;
  font-size: 13px;
}

.side-menu-inner-wrapper ul li {
  display: flex;
  align-items: center;
}

.side-menu-inner-wrapper ul li svg {
  color: #2588be;
  margin-left: 6px;
}

.side-menu-inner-wrapper .side-nav ul > li > a {
  color: #2588be;
  padding: 6px 0 6px 15px;
  font-weight: 600;
}

.side-nav ul li a {
  display: block;
  position: relative;
  border-bottom: 1px solid #eaeaea;
  transition: transform 0.3s, color 0.3s, -webkit-transform 0.3s;
}

.side-menu-inner-wrapper .about_text {
  margin-bottom: 40px;
}

.side-menu-inner-wrapper .about_text h3,
.side-menu-inner-wrapper .social-media h3 {
  margin: 0 0 10px;
  font-size: 20px;
  text-transform: capitalize;
  font-weight: 600;
  line-height: 1.1;
}

.side-menu-inner-wrapper .about_text p {
  margin: 0 0 13px;
  line-height: 1.9;
  color: #2e2e2e;
  font-size: 14px;
}

.side-menu-inner-wrapper .about_text p a {
  color: #00adef;
  text-decoration: none;
  font-size: 14px;
  line-height: 1.9;
}

/* .side-menu-inner-wrapper .social-media .media-link {
display: inline-block;
} */
.side-menu-inner-wrapper .social-media .media-link a {
  display: inline-block;
  height: 35px;
  width: 35px;
  font-size: 15px;
  text-align: center;
  background-color: #1e709c;
  border-radius: 50%;
  color: #fff;
  margin: 0 8px 8px 0;
}

.side-menu-inner-wrapper .social-media .media-link a svg {
  width: 50%;
  height: 50%;
  vertical-align: -webkit-baseline-middle;
}

/* about us */
#about-page .destination-header {
  margin-bottom: 0;
}

.about-page {
  background-color: #f9f9f9;
}

.about-us {
  padding: 40px 40px;
}

.about-us .about-info {
  background-color: #fff;
  padding: 20px;
}

.about-us .about-info h1 {
  color: #2588be;
  font-weight: 600;
  line-height: 1.1;
  font-size: 26px;
}

.about-us .about-info .contain-box p {
  margin: 0 0 13px;
  font-size: 14px;
  line-height: 1.9;
  color: #2e2e2e;
}

.about-us .about-info .contain-box p strong {
  font-weight: 600;
}

/* become patner */
#become-patner .destination-header {
  margin-bottom: 0;
}

.patner-page {
  background-color: #f9f9f9;
}

.patner-page-info {
  padding: 40px 40px;
}

.patner-page-info .about-info {
  background-color: #fff;
  padding: 20px;
}

.patner-page-info .about-info h1 {
  color: #2588be;
  font-weight: 600;
  line-height: 1.1;
  font-size: 26px;
  margin-bottom: 20px;
}

.patner-page-info .about-info .contain-box {
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.9;
  color: #2e2e2e;
}

.patner-page-info .about-info .contain-box p {
  margin: 0 0 13px;
  font-size: 14px;
  line-height: 1.9;
  color: #2e2e2e;
}

.patner-page-info .about-info .contain-box p strong {
  font-weight: 600;
}

.patner-page-info .about-info .contain-box ul li {
  list-style: none;
}

.patner-page-info .about-info .contain-box ul {
  padding-left: 1rem;
}

.patner-page-info .about-info .contain-box .text-center a {
  display: inline-block;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  background-image: none;
  border: 1px solid transparent;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.9;
  transition: all 0.3s linear;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-width: 1px;
  text-decoration: none;
  color: #fff;
  background-color: #2588be;
  border-color: #2588be;
}

.patner-page-info .about-info .contain-box .text-center a:hover {
  border-color: #2588be;
  color: #fff;
  background-color: #1d6993;
}

/* cancelation policy */
.cancelation-page #cancelation-policy .cancelation-policy {
  text-align: center;
  width: 260px;
  height: 230px;
  margin: 0 auto 15px;
  border-radius: 5px;
  border: 1px solid #ddd;
  padding: 15px 20px;
  background-color: #fff;
}

.cancelation-page #cancelation-policy .cancelation-policy a {
  color: #2588be;
  text-decoration: none;
  background-color: transparent;
  outline: 0;
}

.cancelation-page #cancelation-policy .cancelation-policy a:hover {
  color: #195a7e;
  text-decoration: underline;
}

.cancelation-page #cancelation-policy .cancelation-policy a .content-icon {
  text-align: center;
  color: #2588be;
  padding: 20px 0;
  border: none;
  font-size: 0;
  height: 0;
  width: 0;
  margin-left: -37px;
}

.cancelation-page #cancelation-policy .cancelation-policy a .content-icon svg {
  margin-bottom: 36px;
}

.cancelation-page #cancelation-policy .cancelation-policy h3 {
  font-size: 16px;
  color: #2588be;
  font-weight: 700;
  margin: 8px auto;
  line-height: 1.1;
}

.cancelation-page #cancelation-policy .cancelation-policy .hiw-description {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 1.3;
  font-size: 14px;
  color: #2e2e2e;
}

.cancelation-page .social-media {
  padding: 40px 0 30px 0;
  display: flex;
  justify-content: flex-end;
}

.cancelation-page .social-media a {
  display: inline-block;
  height: 35px;
  width: 35px;
  font-size: 15px;
  text-align: center;
  border-radius: 50%;
  margin-left: 5px;
  background-color: #1e709c;
  color: #fff;
  text-decoration: none;
}

.cancelation-page .social-media a:hover {
  background-color: #2588be;
  text-decoration: none;
}

.cancelation-page .social-media a svg {
  vertical-align: -webkit-baseline-middle;
}

/* tour page */
.tour-page .row {
  padding: 0 40px;
}

.tour-page .box {
  background-color: #fff;
  padding: 20px;
  border: 3px solid #e5e5e5;
  margin-bottom: 40px;
}

.tour-page .box h3 {
  font-size: 16px;
  background-color: #e5e5e5;
  padding: 15px 20px;
  margin: -21px -21px 20px;
  position: relative;
  text-transform: uppercase;
  font-weight: 600;
}

.tour-page .box label {
  display: block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.9;
  color: #2e2e2e;
}

.tour-page .box .ant-select {
  box-sizing: border-box;
  width: 100% !important;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
  padding-bottom: 16px;
}

.tour-page .box .ant-select-selector {
  height: 40px !important;
  display: flex;
  align-items: center;
  border-radius: 2px;
  border-width: 2px !important;
}

.tour-page .box .ant-select-arrow {
  margin-top: -15px;
}

.tour-page .box .ant-picker {
  height: 40px;
  border-radius: 2px;
  border: 2px solid #d9d9d9 !important;
}

.tour-page .box button {
  margin-top: 16px;
  font-weight: 400;
  font-size: 14px;
  border-radius: 4px;
  color: #fff;
  background-color: #2588be;
  border-color: #2588be;
  display: block;
  width: 100%;
  text-align: center;
  padding: 8px 12px;
  text-transform: uppercase;
}

.tour-page .box button:hover {
  color: #fff;
  background-color: #1d6993;
}

.tour-page .box h6 {
  margin-top: 13px;
  margin-bottom: 13px;
  font-weight: 600;
  line-height: 1.1;
  color: #333;
  font-size: 12px;
}

.tour-page .box .ant-slider {
  margin-bottom: 42px;
}

.tour-page .box .filter-checkbox label {
  display: flex;
  font-size: 13px;
  font-weight: 500;
}

.tour-page .box .filter-checkbox button {
  text-align: left;
  display: block;
  margin-top: 8px;
  background-color: transparent;
  font-size: 11px;
  text-transform: uppercase;
  padding: 0;
  font-weight: 600;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #00adef;
}

.tour-page .box .filter-checkbox button svg {
  font-weight: 1000;
}

.tour-page .page-title {
  margin-bottom: 20px;
}

.tour-page .page-title h1 {
  font-size: 26px;
  margin-bottom: 0;
  color: #2588be;
  font-weight: 700;
}

.tour-page .page-title span {
  font-size: 14px;
  line-height: 1.9;
  color: #2e2e2e;
}

.tour-page .tour-banner-img {
  position: relative;
  width: 100%;
  height: 512px;
  margin-bottom: 20px;
}

.tour-page .tour-banner-img img {
  position: relative;
  width: 100%;
  height: 512px;
}

.tour-page .tour-banner-img .caption {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  padding: 10px 15px;
  transition: 0.2s ease-in;
  background-color: rgba(0, 0, 0, 0.34);
}

.tour-page .tour-banner-img p {
  color: #fff;
  margin-bottom: 0;
  text-transform: capitalize;
}

.tour-page .sorting-nav {
  display: flex;
  overflow: hidden;
  margin-bottom: 20px;
}

.tour-page .sorting-nav label {
  font-size: 14px;
  line-height: 1.9;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 500;
  color: #333;
}

.tour-page .sorting-nav ul {
  padding: 0;
  margin-top: 4px;
  font-size: 13px;
  font-weight: 600;
}

.tour-page .sorting-nav ul li {
  list-style: none;
  display: inline-block;
  margin: 0 5px;
  font-size: 13px;
  font-weight: 600;
}

.tour-page .sorting-nav ul li a {
  font-size: 13px;
  font-weight: 600;
  color: #545454;
}

.tour-page .sorting-nav ul li a:hover {
  color: #00adef;
  text-decoration: underline !important;
}

.tour-images-info .row {
  padding: 0;
}

.tour-images-info .row .col-md-4 {
  margin-bottom: 20px;
}

.tour-images-info .row .image-text {
  width: 100%;
  display: block;
  position: relative;
}

.tour-images-info .row .image-text figure {
  width: 100%;
  position: relative;
}

.tour-images-info .row .image-text figure img {
  width: 100%;
  height: 25vh;
}

.tour-images-info .row .image-text .upload-time {
  position: absolute;
  bottom: 145px;
  left: 0;
  color: hsla(0, 0%, 100%, 0.84);
  font-size: 12px;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.24);
  padding: 5px 5px 5px 15px;
  /* background-color: ; */
}

.tour-images-info .row .image-text .img-more-info {
  width: 100%;
  text-align: left;
  color: #333;
  margin-top: -16px;
  margin-left: 0;
  background-color: #fff;
  border: 1px solid #ececec;
  padding: 20px 20px 6px 20px;
  text-decoration: none !important;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.1;
  text-transform: capitalize;
}

.tour-images-info .row .image-text .img-more-info .top {
  display: flex;
  justify-content: space-between;
}

.tour-images-info .row .image-text .img-more-info h3 {
  color: #333;
  text-decoration: none;
  font-size: 14px;
  font-weight: 600;
}

.tour-images-info .row .image-text .img-more-info p {
  font-weight: 600;
  font-size: 12px;
  color: #2588be;
}

.tour-images-info .row .image-text .img-more-info .xchange {
  font-size: 18px;
  line-height: 1;
  color: #00adef;
  cursor: pointer;
}

.tour-images-info .row .image-text .img-more-info .line {
  margin: 4px 0;
  border-bottom: 1px solid #eee;
}

.tour-images-info .row .image-text .img-more-info .bottom {
  display: flex;
  justify-content: space-between;
  margin-top: 10px;
}

.tour-images-info .row .image-text .img-more-info .bottom h3 {
  font-size: 13px;
  color: #fe8800;
}

.tour-images-info .row .image-text .img-more-info .bottom p {
  display: block;
  color: #2e2e2e;
  font-size: 12px;
  bottom: auto;
  line-height: 1;
  margin-top: -4px;
}

.tour-images-info .row .image-text .img-more-info .bottom .rate sub {
  display: block;
  color: #2e2e2e;
  font-size: 12px;
  bottom: auto;
  line-height: 1;
  text-align: right;
  margin-bottom: 4px;
}

.tour-images-info .row .image-text .img-more-info .bottom .rate span {
  color: #2588be;
  font-size: 15px;
  float: right;
  font-weight: 600;
  text-align: right;
}

.tour-images-info .row .image-text .ribbon {
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 95px;
  height: 95px;
}

.tour-images-info .row .image-text .ribbon.danger span {
  background: red;
}

.tour-images-info .row .image-text .ribbon span {
  font-size: 10px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  line-height: 24px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 110px;
  display: block;
  -webkit-box-shadow: 0 3px 10px -5px #000;
  box-shadow: 0 3px 10px -5px #000;
  position: absolute;
  top: 20px;
  right: -23px;
}

.ribbon.danger span:before {
  border-left: 3px solid #e60000;
  border-top: 3px solid #e60000;
}

.ribbon span:before {
  left: 0;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
}

.ribbon span:after,
.ribbon span:before {
  content: "";
  position: absolute;
  top: 100%;
  z-index: -1;
}

.ribbon.danger span:after {
  border-right: 3px solid #e60000;
  border-top: 3px solid #e60000;
}

.ribbon span:after {
  right: 0;
  border-left: 3px solid transparent;
  border-bottom: 3px solid transparent;
}

.tour-images-info .row .image-text .img-more-info .bottom .rate s {
  display: inline-block;
  position: relative;
  font-size: 14px;
  color: #b30000;
  margin-right: 6px;
}

.contain-box {
  margin-bottom: 40px;
  position: relative;
  overflow: hidden;
}

.contain-box p {
  font-size: 14px;
  line-height: 1.9;
  color: #2e2e2e;
  margin: 0 0 13px;
}

/* location */
.location-page {
  background-color: #f9f9f9;
}

.locations {
  padding: 0 40px;
}

.locations h1 {
  font-size: 26px;
  margin-bottom: 0;
  color: #2588be;
  font-weight: 700;
}

.locations .locations-header {
  margin-top: 20px;
  background-color: #fff;
  display: flex;
  align-items: center;
  padding: 8px 20px;
  text-align: center;
}

.locations .locations-header div:not(:last-child) {
  border-right: 1px solid #ececec;
  padding-right: 30px;
  margin-right: 30px;
}

.locations .locations-header .review h3 {
  font-size: 18px;
  color: #fe8800;
  /* border-color: #fe8800;
  background-color: #fff; */
}

.locations .locations-header .favorite h3 {
  color: #2588be;
}

/* .locations .locations-header .favorite h3 svg:hover {
  background-color: #2588be;
} */

.locations .locations-header .location p {
  color: #2588be;
  cursor: pointer;
}

.locations .locations-header .location p:hover {
  color: #195a7e;
  text-decoration: underline;
}

.locations .locations-header .barchat h3 {
  color: rgb(29 154 82);
}

.locations .locations-header p {
  display: block;
  font-size: 14px;
  font-weight: 600;
  color: #2e2e2e;
}

.locations .locations-image {
  margin: 20px 0;
}

.locations .locations-image img {
  width: 100%;
  max-height: 512px;
}

.locations .availability {
  padding: 15px;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 2px;
  position: relative;
  border-top: 4px solid #fe8800;
  margin-bottom: 30px;
}

.locations .availability .cost {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.3;
  padding-left: 55px;
  position: relative;
}

.locations .availability .cost i {
  position: absolute;
  left: 0;
  top: -15px;
  color: #fff;
  font-size: 24px;
  background-color: #fe8800;
  height: 60px;
  width: 40px;
  line-height: 60px;
  text-align: center;
}

.locations .availability .cost i:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  display: inline-block;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 7px solid #fff;
  content: "";
}

.locations .availability .cost span {
  font-weight: 600;
  display: block;
  font-size: 13px;
}

.locations .availability .cost big {
  font-size: 22px;
  font-weight: 700;
  color: #fe8800;
}

.locations .availability .cost small {
  font-weight: 600;
  font-size: 85%;
}

.locations .availability .date-picker {
  width: 100%;
}

.locations .availability .date-picker .ant-picker {
  width: 100%;
  height: 36px;
  border-radius: 3px;
}

.locations .availability .check-availability {
  margin-top: 16px;
}

.locations .availability .check-availability button {
  text-transform: none;
  padding: 8px 25px;
  border: 0;
  width: 100%;
  font-size: 16px;
  border-color: #fe8800;
  background-color: #fe8800;
  border-radius: 25px;
  color: #fff;
  font-weight: 600;
}

.locations .availability .check-availability button:hover {
  color: #fff;
  background-color: #a75a00;
  border-color: #653600;
}

.locations .sidebar-module.support {
  border-radius: 2px;
  border: 2px solid #eaeaea;
  margin-bottom: 30px;
  padding: 20px;
  background-color: #fff;
}

.locations .sidebar-module.support h4 {
  font-size: 18px;
  margin: 0;
  padding-bottom: 2px;
  font-weight: 600;
}

.locations .sidebar-module.support p {
  font-size: 14px;
  line-height: 1.9;
  color: #2e2e2e;
  margin-bottom: 8px;
}

.locations .sidebar-module.support a {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
  color: #2588be;
}

.locations .sidebar-module.support a svg {
  margin-right: 6px;
}

.locations .sidebar-module.support a:hover {
  color: #195a7e;
  text-decoration: underline;
}

.locations .why-us {
  border: 1px solid #ececec;
  background-color: #fff;
  padding: 5px 0;
  font-size: 12px;
  margin-bottom: 40px;
}

.locations .why-us ul {
  padding: 0;
  margin: 0;
  overflow: hidden;
}

.locations .why-us ul > li {
  list-style: none;
  padding: 15px;
}

.locations .why-us ul > li:not(:last-child) {
  border-bottom: 1px solid #ececec;
}

.locations .why-us .item-wrap {
  position: relative;
  /* padding-left: 14px; */
  display: block;
  line-height: 1.4;
  display: flex;
}

.locations .why-us .item-wrap .icon {
  width: 21px;
  height: 24px;
  font-size: 24px;
  color: #2588be !important;
  margin-right: 16px;
}

.locations .why-us .item-wrap h4 {
  font-size: 14px;
  margin: 0 0 5px;
  color: #2588be !important;
  font-weight: 600;
}

.locations .why-us .item-wrap p {
  margin: 0;
  font-size: 12px;
}

/* locate my trip modal*/
.locate-my-trip-modal {
  padding: 20px;
}

.locate-my-trip-modal .location {
  margin-bottom: 16px;
}

.locate-my-trip-modal .label {
  display: block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 700;
}

.locate-my-trip-modal input {
  width: 100%;
  height: 36px;
  border-color: #4096ff;
  border: 1px solid #d9d9d9;
  padding-left: 10px;
}

.locate-my-trip-modal input:focus {
  border-color: #4096ff;
}

.locate-my-trip-modal input:focus-visible {
  border-color: #4096ff !important;
}

.locate-my-trip-modal .location .ant-picker {
  width: 100%;
  height: 36px;
  border-radius: 0;
}

.locate-my-trip-modal .location .check-box {
  display: flex;
  margin-bottom: 8px;
}

.locate-my-trip-modal .location .check-box span {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  text-transform: none;
  margin: 0;
  clear: none;
  cursor: pointer;
  font-weight: 400;
  line-height: 18px;
  position: relative;
  font-size: 14px;
}

.locate-my-trip-modal .location .show-more {
  cursor: pointer;
  display: block;
  margin-top: 8px;
  background-color: transparent;
  font-size: 11px;
  text-transform: uppercase;
  padding: 0;
  font-weight: 600;
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #00adef;
  text-align: center;
}

.locate-my-trip-modal .button button {
  margin-top: 10px;
  border-color: #00adef;
  background-color: #00adef;
  margin-bottom: 0;
  font-weight: 400;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  padding: 6px 12px;
  font-size: 14px;
  color: #fff;
  width: 100%;
}

.locate-my-trip-modal .button button:hover {
  color: #fff;
  background-color: #006e98;
  border-color: #003e56;
}

.locate-my-trip-modal .button button:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.locations .anchor {
  position: relative;
  margin-top: 30px;
}

.locations .anchor .anchor-main {
  /* position: fixed; */
  z-index: 2;
  border-bottom: 1px solid #ececec;
  border-top: 1px solid #ececec;
  top: 64px;
}

.locations .ant-anchor {
  background-color: #fff;
  padding: 10px;
  -webkit-transition: padding 0.2s;
  transition: padding 0.2s;
}

.locations
  .anchor
  .anchor-main
  :where(.css-dev-only-do-not-override-1m62vyb).ant-affix {
  top: 66px !important;
}

.locations .ant-anchor a {
  background-color: transparent;
  color: #2588be !important;
  font-weight: 600;
  text-transform: capitalize;
  padding: 4px 20px;
  border-radius: 20px;
  margin-right: 5px;
}

/* .locations .ant-anchor a:active {
  color: #fff;
  background-color: #00adef;
}

.locations .ant-anchor a:hover {
  color: #fff !important;
  background-color: #00adef;
} */

.locations .ant-anchor .ant-anchor-ink {
  color: #fff !important;
  background-color: #00adef !important;
}

.locations .anchor .anchor-infom {
  margin: 30px 0;
  text-align: left !important;
}

.locations .anchor .anchor-infom h4 {
  margin-bottom: 15px;
  font-size: 20px;
  margin-top: 0;
  color: #2588be;
  text-transform: uppercase;
  font-weight: 600;
}

.locations .anchor .anchor-infom p {
  font-size: 14px;
  line-height: 1.9;
  color: #2e2e2e;
  margin: 0 !important;
}

.locations .anchor .anchor-infom .row {
  margin-left: -15px;
  margin-right: -15px;
}

.locations .anchor .anchor-infom .fact-info {
  line-height: 1.9;
  color: #2e2e2e;
  padding: 0;
  margin: 0;
  font-size: 13px;
}

.locations .anchor .anchor-infom .fact-info a {
  color: #2588be;
  text-decoration: none;
}

.locations .anchor .anchor-infom .fact-info a:hover {
  color: #195a7e;
  text-decoration: none !important;
  text-decoration: underline !important;
}

.locations .anchor .anchor-infom .fact-info > li:not(:last-child) {
  margin-bottom: 8px;
  border-bottom: 1px dotted #e5e5e5;
}

.locations .anchor .anchor-infom .fact-info > li {
  list-style: none;
  padding-bottom: 8px;
}

.locations .anchor .fact-info > li span {
  display: inline-block;
  margin-right: 5px;
  font-weight: 600;
  line-height: 1.9;
  color: #2e2e2e;
}

.locations .anchor h5 {
  font-size: 16px !important;
  padding: 0;
  margin-top: 0;
  font-weight: 600;
  line-height: 1.1;
  color: #333;
}

.locations .anchor .grade-list {
  padding: 0;
  margin-bottom: 30px;
  font-size: 13px;
}

.locations .anchor .grade-list > li {
  list-style: none;
}

.locations .anchor .grade-list li {
  display: flex;
  width: 100%;
  align-items: center;
}

.locations .anchor .grade-list > li span {
  margin-right: 10px;
  min-width: 70px;
  display: inline-block;
  vertical-align: middle;
}

.locations .anchor .ant-progress-text {
  display: none !important;
}

.locations .anchor .grade-list > li .progres {
  display: flex;
  width: 70%;
}

.locations .anchor .grade-list > li .progres div {
  min-width: 70px;
  vertical-align: middle;
}

.locations .anchor .grade-list > li .progres svg {
  color: #fe8800;
  font-size: 12px;
  margin: 0 0.5px;
}

/* 
.locations .anchor .grade-list>li .progress {
  min-width: 150px;
  margin: 0;
  height: 6px;
  margin-left: 5px;
  margin-right: 5px;
}

.locations .anchor .progress {
  overflow: hidden;
  height: 26px;
  margin-bottom: 26px;
  background-color: #f5f5f5;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, .1);
} */

.locations .anchor .itinerary-item-wrapper {
  border-left: 1px dashed #dadada;
  padding-left: 30px;
  margin-left: 11px;
}

.locations .anchor .cost_detail ul {
  /* display: flex; */
  position: relative;
  padding-left: 0.5rem;
}

.locations .anchor .cost_include ul svg {
  position: absolute;
  color: #00adef;
  font-size: 13px;
  font-weight: 400;
  margin-right: 8px;
  margin-top: 4px;
}

.locations .anchor .cost_exclude ul svg {
  position: absolute;
  color: #999;
  font-size: 12px;
  font-weight: 400;
  margin-right: 8px;
  margin-top: 4px;
}

.locations .anchor .cost_detail ul li {
  text-align: left;
  list-style: none;
  position: relative;
  display: block;
  padding-left: 20px;
  margin-bottom: 8px;
  line-height: 1.4;
  color: #2e2e2e;
  font-size: 14px;
}

.locations .anchor .anchor-infom .reviews {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #e0e0e0;
  margin-bottom: 15px;
  padding-bottom: 10px;
  overflow: hidden;
}

.locations .anchor .anchor-infom .reviews a,
.locations .anchor .anchor-infom .reviews button {
  border-width: 2px;
  font-weight: 600;
  padding: 8px 25px;
  transition: all 0.3s linear;
  font-size: 14px;
  color: #fff;
  background-color: #00adef;
  border-color: #009bd6;
  cursor: pointer;
  text-transform: uppercase;
  border-radius: 2px;
}

.locations .anchor .anchor-infom .reviews a:hover,
.locations .anchor .anchor-infom .reviews button:hover {
  color: #fff;
  background-color: #0088bc;
  border-color: #006e98;
}

.locations .anchor .anchor-infom #traveller-images-display-wrap p {
  font-size: 14px;
  line-height: 1.9;
  color: #2e2e2e;
}

.locations .anchor .anchor-infom .collapse-info {
  font-weight: 600;
  line-height: 1.1;
  color: #333;
  font-size: 16px;
  padding: 0;
  margin-top: 0;
}

.locations .anchor .anchor-infom .collapse-info svg {
  color: #fff;
  background: #999999;
  border-radius: 50%;
  padding: 1px;
  font-size: 13px;
  cursor: pointer;
  position: relative;
  font-weight: 600;
}

.locations .anchor .anchor-infom .collapse-info .ant-collapse:nth-child(2) {
  margin-top: 30px;
  background-color: transparent !important;
  border: 0 !important;
  border-bottom: 0 !important;
  border-radius: 0 !important;
}

.locations
  .anchor
  .anchor-infom
  .collapse-info
  .ant-collapse:nth-child(2)
  .ant-collapse-item {
  border-bottom: 0 !important;
}

.locations
  .anchor
  .anchor-infom
  .collapse-info
  .ant-collapse:nth-child(2)
  .ant-collapse-header {
  padding: 12px 0 !important;
}

.locations
  .anchor
  .anchor-infom
  .collapse-info
  .ant-collapse:nth-child(2)
  .ant-collapse-header-text {
  margin-bottom: 15px;
  font-size: 20px !important;
  margin-top: 0;
  color: #2588be !important;
  text-transform: uppercase;
  font-weight: 600;
  line-height: 1.1;
}

.locations
  .anchor
  .anchor-infom
  .collapse-info
  .ant-collapse:nth-child(2)
  .ant-collapse-expand-icon
  svg {
  background-color: #2588be !important;
  color: #fff;
  border-radius: 50%;
  padding: 1px;
  font-size: 18px;
  cursor: pointer;
  position: relative;
}

.locations
  .anchor
  .anchor-infom
  .collapse-info
  .ant-collapse:nth-child(2)
  .ant-collapse-content {
  background-color: transparent !important;
  border-top: 0 !important;
}

.locations
  .anchor
  .anchor-infom
  .collapse-info
  .ant-collapse:nth-child(2)
  .ant-collapse-content-box {
  padding: 0 !important;
}

.locations .anchor .anchor-infom .collapse-info .ant-collapse:nth-child(2) p {
  font-weight: 400;
}

.call-to-action {
  display: block;
  padding-top: 30px;
  border-top: 2px solid #e0e0e0;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 40px;
}

.call-to-action a {
  color: #2e2e2e;
}

.call-to-action a:hover {
  color: #2588be;
  text-decoration: underline !important;
}

.call-to-action .inquiry-btn {
  margin: 5px;
  border-radius: 2px;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  padding: 8px 30px;
  border-width: 2px;
  color: #2588be;
  border-color: #2588be;
  background-color: #fff;
}

.call-to-action .inquiry-btn:hover {
  background-color: #2588be;
  border-color: #2588be;
  color: #fff;
}

.call-to-action .btn-print,
.call-to-action .btn-inverse {
  margin: 5px;
  border-radius: 2px;
  font-weight: 600;
  font-size: 14px;
  text-transform: uppercase;
  padding: 8px 30px;
  border-width: 2px;
  color: #fff;
  border-color: #2588be;
  background-color: #2588be;
}

.call-to-action .btn-print:hover,
.call-to-action .btn-inverse:hover {
  background-color: #1d6993;
  border-color: #1b638b;
  color: #fff;
}

.call-to-action .btn-print svg,
.call-to-action .btn-inverse svg {
  margin-right: 3px;
  margin-top: -3px;
}

.page-transition-enter {
  opacity: 0;
  transform: translateY(20px);
}

.page-transition-enter-active {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 300ms, transform 300ms;
}

.page-transition-exit {
  opacity: 1;
  transform: translateY(0);
}

.page-transition-exit-active {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 300ms, transform 300ms;
}

.loading-indicator-enter {
  opacity: 0;
}

.loading-indicator-enter-active {
  opacity: 1;
  transition: opacity 400ms;
}

.loading-indicator-exit {
  opacity: 1;
}

.loading-indicator-exit-active {
  opacity: 0;
  transition: opacity 400ms;
}

.detail-nav {
  position: absolute;
  top: 120px;
}

.category-border-right {
  border-right: 2px solid #2588be;
}

.sidebar-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 1rem;
  align-self: start;
}

/* .ant-steps-item-icon {
  display: none;
}
.ant-steps.ant-steps-small .ant-steps-item-icon {
  display: none;
}
.ant-steps-item {
  background-color: #eeeeee;
  padding-top: 10px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.ant-steps-item:nth-child(1) {
  border-top: 2px solid #0088bc;
  border-right: 1px solid #fff;
}
.ant-steps-item:nth-child(2) {
  border-top: 2px solid #0dd344;
  border-right: 1px solid #fff;
}
.ant-steps-item:nth-child(3) {
  border-top: 2px solid #0088bc;
  border-right: 1px solid #fff;
}

.ant-steps.ant-steps-navigation .ant-steps-item::before {
  display: none;
}
.ant-steps.ant-steps-navigation .ant-steps-item::after {
  display: none;
} */

.ant-select-selector {
  border: 1px solid #d9d9d9 !important;
  border-radius: 0px !important;
  /* padding-top: 4px !important;
  padding-bottom: 4px !important; */
}

.css-13cymwt-control {
  border: 1px solid #d9d9d9 !important;
  border-radius: 0px !important;
}

/* InvoicePage.css */

.invoice-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 24px;
}

.invoice-wrapper {
  background-color: white;
  padding: 24px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.invoice-section {
  display: flex;
  justify-content: space-between;
  margin-bottom: 24px;
}

.invoice-header {
  font-weight: bold;
  font-size: 1.25rem;
}

.invoice-table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 24px;
}

.invoice-table th,
.invoice-table td {
  border: 1px solid #ddd;
  padding: 16px;
  text-align: left;
}

.invoice-summary {
  margin-bottom: 24px;
}

.summary-header {
  font-weight: bold;
  font-size: 1.25rem;
  margin-bottom: 8px;
}

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

.list {
  list-style-type: disc;
  padding-left: 20px;
}

.ribbon {
  position: absolute;
  right: -5px;
  top: -5px;
  z-index: 1;
  overflow: hidden;
  width: 100px;
  height: 100px;
}
.ribbon span {
  font-size: 10px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-weight: 600;
  line-height: 24px;
  transform: rotate(45deg);
  width: 110px;
  display: block;
  box-shadow: 0 3px 10px -5px #000;
  position: absolute;
  top: 20px;
  right: -23px;
}
.ribbon span:before,
.ribbon span:after {
  content: "";
  position: absolute;
  top: 100%;
  z-index: -1;
}
.ribbon span:before {
  left: 0px;
  border-right: 3px solid transparent;
  border-bottom: 3px solid transparent;
}
.ribbon span:after {
  right: 0%;
  border-left: 3px solid transparent;
  border-bottom: 3px solid transparent;
}
.ribbon.left {
  left: -5px;
  right: auto;
}
.ribbon.left span {
  right: auto;
  left: -23px;
  transform: rotate(-45deg);
}
.ribbon.success span {
  background: #4e9f26;
}
.ribbon.success span:before {
  border-left: 3px solid #306117;
  border-top: 3px solid #306117;
}
.ribbon.success span:after {
  border-right: 3px solid #306117;
  border-top: 3px solid #306117;
}
.ribbon.warning span {
  background: #fe8800;
}
.ribbon.warning span:before {
  border-left: 3px solid #e57a00;
  border-top: 3px solid #e57a00;
}
.ribbon.warning span:after {
  border-right: 3px solid #e57a00;
  border-top: 3px solid #e57a00;
}
.ribbon.danger span {
  background: #ff0000;
}
.ribbon.danger span:before {
  border-left: 3px solid #e60000;
  border-top: 3px solid #e60000;
}
.ribbon.danger span:after {
  border-right: 3px solid #e60000;
  border-top: 3px solid #e60000;
}

.filter-label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: 600;
  font-size: 14px;
}

.filter-result-label {
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 8px;
}
.filter-result .checkbox-label {
  font-size: 14px !important;
  font-weight: 400 !important;
}
:where(.css-dev-only-do-not-override-pdolm8).ant-select-multiple
  .ant-select-selector {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 42px;
  padding: 6px;
}

.ant-slider .ant-slider-track {
  background: #00adef;
  height: 6px;
}

.ant-slider .ant-slider-track::after {
  background: #00adef;
  height: 6px;
}
.ant-slider:hover .ant-slider-track {
  background: #00adef;
}
.ant-slider .ant-slider-handle::after {
  content: "";
  position: absolute;
  inset-block-start: 0;
  inset-inline-start: 0;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  box-shadow: 0 0 0 2px #00adef;
  outline: 0px solid transparent;
  border-radius: 50%;
  cursor: pointer;
  transition: inset-inline-start 0.2s, inset-block-start 0.2s, width 0.2s,
    height 0.2s, box-shadow 0.2s, outline 0.2s;
}

#footer {
  background-color: #004d85;
  color: rgba(255, 255, 255, 0.94);
  font-size: 14px;
  position: relative;
  z-index: 1;
}

#footer a {
  color: rgba(255, 255, 255, 0.84);
}

#footer a:hover,
#footer a:focus {
  color: #fff;
}

#footer h3 {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.94);
  text-transform: uppercase;
  font-weight: 600;
  font-size: 16px;
}

.destination-images .image-texts {
  width: 100%;
  display: block;
  position: relative;
  max-height: 345px;
  height: 345px;
}

.destination-images .image-texts figure {
  width: 100%;
  height: 100%; /* Ensure it fills the container */
  position: relative;
  margin: 0;
  overflow: hidden;
}

.destination-images .image-texts figure img {
  width: 100%;
  height: 100%; /* Ensure it fills the container */
  object-fit: cover; /* Maintain aspect ratio */
}

.destination-images .image-texts figure svg {
  position: absolute;
  top: 10px;
  right: 10px;
}

.destination-images .image-texts div {
  position: absolute;
  bottom: 20px;
  left: 20px;
  color: #fff;
}

.destination-images .image-texts div p {
  font-size: 28px;
  font-weight: 700;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.74);
  cursor: pointer;
  margin-bottom: 0;
  text-transform: uppercase;
}

.destination-images .image-texts div span {
  font-size: 14px;
  font-weight: 700;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.74);
  display: block;
  text-transform: uppercase;
}

.destination-images .side-small-image .col-md-6 {
  position: relative;
  margin-bottom: 12px;
}

.destination-images .side-small-image .image-texts {
  max-height: 345px; /* Consistent with the main image-texts class */
  height: 345px;
  position: relative;
}

.destination-images .side-small-image .image-texts figure {
  height: 100%; /* Ensure it fills the container */
  position: relative;
}

.destination-images .side-small-image .image-texts figure img {
  height: 100%; /* Ensure it fills the container */
  object-fit: cover; /* Maintain aspect ratio */
}

.destination-images .side-small-image .image-texts figure svg {
  position: absolute;
  top: 10px;
  right: 10px;
}

.destination-images .side-small-image .image-texts div {
  position: absolute;
  bottom: 0px;
  left: 10px;
  padding: 20px;
}

.destination-images .side-small-image .image-texts div p {
  font-size: 28px;
  font-weight: 700;
  text-shadow: 0 0 2px rgba(0, 0, 0, 0.74);
  cursor: pointer;
  /* text-transform: uppercase; */
  text-transform: none !important;
}

.destination-images .side-small-image .image-texts div span {
  font-weight: 400;
  font-size: 14px;
  margin: 0 0 5px;
  color: #fff;
  text-transform: uppercase;
}

.category-listing {
  padding: 0;
  margin: 0 -10px -20px;
  display: block;
  overflow: hidden;
}

.category-listing > li {
  list-style: none;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}

.category-listing .item-wrap {
  background-color: #fff;
  border: 1px solid #ececec;
}

.category-listing .item-wrap .intro-img {
  overflow: hidden;
}

.category-listing .item-wrap .intro-img img {
  vertical-align: top;
}

.category-listing .item-wrap .caption {
  line-height: 1.1;
  padding: 15px;
}

.category-listing .item-wrap .caption h4 {
  margin: 0 0 8px;
  font-size: 15px;
}

.category-listing .item-wrap .caption h4 a {
  color: #333;
  text-decoration: none;
}

.category-listing .item-wrap .caption .package_count {
  font-size: 15px;
  color: #636363;
}

.category-listing .item-wrap:hover img {
  transform: scale(1.1, 1.1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.category-listing .item-wrap:hover .caption h4 a {
  color: #244893;
}

.stepwizard-step p {
  margin-top: 10px;
}

.stepwizard-row {
  display: table-row;
}

.stepwizard {
  display: table;
  width: 100%;
  position: relative;
}

.stepwizard-step button[disabled] {
  opacity: 1 !important;
  filter: alpha(opacity=100) !important;
}

.stepwizard-row:before {
  top: 14px;
  bottom: 0;
  position: absolute;
  content: " ";
  width: 100%;
  height: 1px;
  background-color: #ccc;
  z-index: 0;
}

.stepwizard-step {
  display: table-cell;
  text-align: center;
  position: relative;
}

.btn-circle {
  width: 30px;
  height: 30px;
  text-align: center;
  padding: 6px 0;
  font-size: 12px;
  line-height: 1.428571429;
  border-radius: 15px;
}

.tableHeadingCustom {
  margin-bottom: 10px;
}

input[type="checkbox"] {
  opacity: 1;
  display: initial;
}

#terms {
  overflow-y: auto;
  height: 300px;
}

.nextBtn {
  border-radius: 0;
}

/*new css*/

.stepwizard-step a {
  border-radius: 0;
  background-color: #c6c6c6;
}

.stepwizard-step a:hover {
  background-color: #c6c6c6;
}

.btn2 {
  border-top: 2px solid #1278ec;
  font-size: 14px !important;
}

.btn1 {
  border-top: 2px solid #0fd344;
  background-color: #fff;
  color: #000;
  font-size: 14px !important;
}

a.btn.btn-block.btn2.disableClick {
  border-bottom: none;
  border-right: none;
  border-left: none;
}

li.stepwizard-step.col-md-3 {
  padding-left: 1px;
  padding-right: 1px;
}

li.disabled a {
  pointer-events: none;
}

.form-group {
  padding: 0px 15px;
}

.stepwizard {
  margin-bottom: 10px;
}

input[type="submit"],
.btn-primary,
.form-control {
  -webkit-border-radius: 0px;
  border-radius: 0px;
}

.section-title i {
  position: relative;
  font-size: 16px;
  opacity: 1;
}

input[type="date"]::-webkit-calendar-picker-indicator,
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-outer-spin-button {
  display: none;
}

.file {
  width: 1px;
  height: 1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.preview-image {
  margin-top: 10px;
  height: 100px;
  min-height: 100px;
}

div.gallery {
  margin: 5px 0px;
  border: 1px solid #ccc;
  float: left;
  width: 100%;
  text-align: center;
}

div.gallery img {
  width: 100%;
}

div.desc {
  padding: 15px;
  text-align: center;
  word-wrap: break-word;
}

.btn-small {
  padding: 3px 6px;
  margin-bottom: 5px;
  font-size: 11px;
  font-weight: 600;
}

.document-file {
  height: 150px;
}

.pdfDocImage {
  color: red;
  font-size: 140px !important;
  margin-top: 10px;
}

#step-3 fieldset {
  border: 1px solid silver;
  padding: 10px;
  margin-bottom: 10px;
}

#step-3 legend {
  width: initial;
  border-bottom: none;
  margin-bottom: 0px;
  padding: 0px 10px;
}

.nav-wizard > li {
  float: left;
}
.nav > li > a {
  padding: 10px 15px;
}
.nav-wizard > li > a {
  position: relative;
  background-color: #eee;
  font-size: 14px !important;
  padding: 15px 20px;
}
.nav-wizard > li:not(:first-child) > a:before,
.nav-wizard > li:not(:last-child) > a:after {
  width: 0;
  height: 0;
  border-top: 20px inset transparent;
  border-bottom: 20px inset transparent;
  position: absolute;
  content: "";
  top: 0;
}

.btn-block {
  font-size: 14px !important;
}
.nav-wizard > li > a .badge {
  margin-left: 3px;
  color: #eee;
  background-color: #428bca;
}
.nav-wizard > li:not(:first-child) > a {
  padding-left: 34px;
}
.nav-wizard > li:not(:first-child) > a:before {
  border-left: 20px solid #fff;
  left: 0;
}
.nav-wizard > li:not(:last-child) > a {
  margin-right: 6px;
}
.nav-wizard > li:not(:last-child) > a:after {
  border-left: 20px solid #eee;
  right: -20px;
  z-index: 2;
}
.nav-wizard > li.done > a {
  background-color: #e2e2e2;
}
.nav-wizard > li.done > a:before {
  border-right-color: #e2e2e2;
}
.nav-wizard > li.done > a:after {
  border-left-color: #e2e2e2;
}
.nav-wizard > li.active > a,
.nav-wizard > li.active > a:focus,
.nav-wizard > li.active > a:hover {
  color: #fff;
  background-color: #428bca;
}
.nav-wizard > li.active > a:after {
  border-left-color: #428bca;
}
.nav-wizard > li.active > a .badge {
  color: #428bca;
  background-color: #fff;
}
.nav-wizard > li.disabled > a {
  color: #777;
}
.nav-wizard > li.disabled > a:focus,
.nav-wizard > li.disabled > a:hover {
  color: #777;
  text-decoration: none;
  background-color: #eee;
  cursor: default;
}
.nav-wizard > li.disabled > a:before {
  border-right-color: #eee;
}
.nav-wizard > li.disabled > a:after {
  border-left-color: #eee;
}
.nav-wizard.nav-justified > li {
  float: none;
}
.nav-wizard.nav-justified > li > a {
  padding: 10px 15px;
}
@media (max-width: 768px) {
  .nav-wizard.nav-justified > li > a {
    border-radius: 4px;
    margin-right: 0;
  }
  .nav-wizard.nav-justified > li > a:after,
  .nav-wizard.nav-justified > li > a:before {
    border: none !important;
  }
}

.availability {
  padding: 15px;
  background-color: #fff;
  border: 1px solid #f1f1f1;
  border-radius: 2px;
  position: relative;
  border-top: 4px solid #fe8800;
  /* margin-bottom: 30px; */
}
@media only screen and (min-width: 992px) {
  .availability.fixed {
    position: fixed;
    top: 85px;
  }
}
.availability .cost {
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 13px;
  line-height: 1.3;
  padding-left: 55px;
  position: relative;
}
.availability .cost i {
  position: absolute;
  left: 0;
  top: -15px;
  color: #fff;
  font-size: 24px;
  background-color: #fe8800;
  height: 60px;
  width: 40px;
  line-height: 60px;
  text-align: center;
}
.availability .cost i:after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-bottom: 7px solid #fff;
  content: "";
}
.availability .cost span {
  display: block;
  font-size: 13px;
}
.availability .cost sub {
  top: -6px;
  font-size: 15px;
}
.availability .cost big {
  font-size: 22px;
  font-weight: 700;
  color: #fe8800;
}
.availability .form-group {
  position: relative;
}
.availability .form-group.date:after {
  position: absolute;
  top: 6px;
  display: inline-block;
  font-family: "simple-line-icons";
  content: "\e075";
  right: 12px;
  pointer-events: none;
}
.availability .form-group .ui-datepicker {
  left: 0 !important;
  top: 100% !important;
  position: inherit !important;
  width: 100%;
}
.availability .form-control {
  border-width: 1px;
  border-radius: 2px;
  border: 1px solid #ececec;
}
.availability .form-control:focus {
  box-shadow: none;
}
.availability .btn-warning,
.availability .btn-success {
  text-transform: none;
  padding: 5px 25px;
  border: 0;
  width: 100%;
  font-size: 16px;
}
.availability .block-wrapper {
  position: relative;
}
.availability .traveller-box {
  overflow: hidden;
  padding: 10px 0 0;
  position: relative;
  z-index: 0;
}
.availability .traveller-box .form-control {
  height: 25px;
  text-align: center;
  border: 0;
  background-color: #f9f9f9;
}
.availability .traveller-box .input-group {
  margin-bottom: 8px;
}
.availability .traveller-box .input-group b {
  vertical-align: middle;
  display: table-cell;
  font-weight: 600;
  font-size: 12px;
  padding-right: 5px;
  width: 55px;
}
.availability .traveller-box .btn-minus,
.availability .traveller-box .btn-plus {
  height: 25px;
  width: 25px;
  text-align: center;
  padding: 0;
  line-height: 22px;
  background-color: #ececec;
}
.availability .traveller-box .btn-minus:before,
.availability .traveller-box .btn-plus:before {
  font-family: "FontAwesome";
  font-size: 9px;
  display: inline-block;
  font-weight: normal;
}
.availability .traveller-box .btn-plus:before {
  content: "\f067";
}
.availability .traveller-box .btn-minus:before {
  content: "\f068";
}
.availability .panel {
  display: none;
}
.availability .panel h3 {
  margin: 0;
  color: #3a761c;
}
.availability .panel h5 {
  margin: 0;
}
.availability .panel .date {
  display: block;
  margin-bottom: 15px;
  padding-top: 5px;
}
.availability .panel .date:before {
  font-family: "FontAwesome";
  content: "\f274";
  display: inline-block;
  margin-right: 5px;
}
.availability .panel ul {
  padding-left: 10px;
  margin: 0;
}
.availability .panel ul > li {
  list-style: none;
}
.availability .panel ul > li:not(:last-child) {
  margin-bottom: 4px;
}
.availability .panel ul > li b {
  font-weight: 600;
  margin-right: 5px;
}
.availability p {
  line-height: 1.2;
}
.availability .add_on {
  display: none;
  padding-bottom: 5px;
}
.availability .add_on .traveller-box {
  padding-top: 0;
}
.availability .add_on h5 {
  margin: 0 0 5px;
}
.availability .add_on .form-group {
  overflow: hidden;
}
.availability .add_on .input-group {
  width: 85px;
  float: left;
}
.availability .add_on label {
  font-weight: 400;
  margin: 0;
  font-size: 12px;
  width: calc(100% - 85px);
  float: left;
}
.availability .add_on label big {
  font-weight: 600;
  font-size: 17px;
  color: #244893;
}
.success_block,
.sorry_message,
#booking_btn {
  display: none;
}
@media only screen and (max-width: 991px) {
  .right-page .availability {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: inline-block;
    z-index: 9999;
    min-width: 320px;
    display: none;
  }
}

.sidebar-module {
  /* margin-bottom: 20px; */
  padding: 20px;
  background-color: #fff;
}
.sidebar-module h4 {
  display: block;
  font-size: 15px;
}
.sidebar-module.support {
  border-radius: 2px;
  border: 2px solid #eaeaea;
}
.sidebar-module.support h4 {
  font-size: 18px;
  margin: 0;
  padding-bottom: 2px;
  font-weight: 600;
}
.sidebar-module.support p {
  margin-bottom: 8px;
}
.sidebar-module.support a {
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 600;
  display: inline-block;
}

.why-us {
  border: 1px solid #ececec;
  background-color: #fff;
  padding: 5px 0;
  font-size: 12px;
}
.why-us ul {
  padding: 0;
  margin: 0;
}
.why-us ul > li {
  list-style: none;
  padding: 15px;
}
.why-us ul > li:not(:last-child) {
  border-bottom: 1px solid #ececec;
}
.why-us .item-wrap {
  position: relative;
  padding-left: 35px;
  display: block;
  line-height: 1.4;
}
.why-us .item-wrap h4 {
  font-size: 14px;
  margin: 0 0 5px;
  color: #278ec7;
  font-weight: 600;
}
.why-us .item-wrap i {
  font-size: 24px;
  color: #278ec7;
  position: absolute;
  left: 0;
  top: 2px;
}
.why-us .item-wrap p {
  margin: 0;
}

.category-listing {
  padding: 0;
  margin: 0 -10px -20px;
  display: block;
  overflow: hidden;
}

.category-listing > li {
  list-style: none;
  padding-left: 10px;
  padding-right: 10px;
  margin-bottom: 20px;
}

.category-listing .item-wrap {
  background-color: #fff;
  border: 1px solid #ececec;
}

.category-listing .item-wrap .intro-img {
  overflow: hidden;
}

.category-listing .item-wrap .intro-img img {
  vertical-align: top;
}

.category-listing .item-wrap .caption {
  line-height: 1.1;
  padding: 15px;
}

.category-listing .item-wrap .caption h4 {
  margin: 0 0 8px;
  font-size: 15px;
}

.category-listing .item-wrap .caption h4 a {
  color: #333;
  text-decoration: none;
}

.category-listing .item-wrap .caption .package_count {
  font-size: 15px;
  color: #636363;
}

.category-listing .item-wrap:hover img {
  transform: scale(1.1, 1.1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.category-listing .item-wrap:hover .caption h4 a {
  color: #244893;
}

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

.hover\:scale-105:hover{
  --tw-scale-x: 1.05;
  --tw-scale-y: 1.05;
  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-\[\#00ADEF\]:hover{
  --tw-border-opacity: 1;
  border-color: rgb(0 173 239 / var(--tw-border-opacity, 1));
}

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

.hover\:border-primary:hover{
  --tw-border-opacity: 1;
  border-color: rgb(38 136 189 / var(--tw-border-opacity, 1));
}

.hover\:bg-\[\#00ADEF\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 173 239 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#00acef\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 172 239 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#00adef\]:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(0 173 239 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#00adef\]\/70:hover{
  background-color: rgb(0 173 239 / 0.7);
}

.hover\:bg-\[\#1E709C\]\/90:hover{
  background-color: rgb(30 112 156 / 0.9);
}

.hover\:bg-\[\#81A66F\]\/90:hover{
  background-color: rgb(129 166 111 / 0.9);
}

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

.hover\:bg-black\/70:hover{
  background-color: rgb(0 0 0 / 0.7);
}

.hover\:bg-blue-600:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(37 99 235 / var(--tw-bg-opacity, 1));
}

.hover\:bg-blue-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(29 78 216 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-100:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(243 244 246 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-200:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(229 231 235 / var(--tw-bg-opacity, 1));
}

.hover\:bg-gray-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
}

.hover\:bg-green-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(21 128 61 / var(--tw-bg-opacity, 1));
}

.hover\:bg-orange-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(194 65 12 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(38 136 189 / var(--tw-bg-opacity, 1));
}

.hover\:bg-primary\/90:hover{
  background-color: rgb(38 136 189 / 0.9);
}

.hover\:bg-purple-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(126 34 206 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-50:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(254 242 242 / var(--tw-bg-opacity, 1));
}

.hover\:bg-red-700:hover{
  --tw-bg-opacity: 1;
  background-color: rgb(185 28 28 / var(--tw-bg-opacity, 1));
}

.hover\:text-\[\#00ADEF\]:hover{
  --tw-text-opacity: 1;
  color: rgb(0 173 239 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#00adef\]:hover{
  --tw-text-opacity: 1;
  color: rgb(0 173 239 / var(--tw-text-opacity, 1));
}

.hover\:text-\[\#00def\]:hover{
  color: #00def;
}

.hover\:text-\[\#2c5b76\]:hover{
  --tw-text-opacity: 1;
  color: rgb(44 91 118 / var(--tw-text-opacity, 1));
}

.hover\:text-gray-50:hover{
  --tw-text-opacity: 1;
  color: rgb(249 250 251 / var(--tw-text-opacity, 1));
}

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

.hover\:text-primary:hover{
  --tw-text-opacity: 1;
  color: rgb(38 136 189 / var(--tw-text-opacity, 1));
}

.hover\:text-red-700:hover{
  --tw-text-opacity: 1;
  color: rgb(185 28 28 / var(--tw-text-opacity, 1));
}

.hover\:text-secondary:hover{
  --tw-text-opacity: 1;
  color: rgb(74 85 104 / 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\:shadow-lg:hover{
  --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);
}

.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\:border-transparent:focus{
  border-color: transparent;
}

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

.focus\:ring-\[\#00adef\]:focus{
  --tw-ring-opacity: 1;
  --tw-ring-color: rgb(0 173 239 / var(--tw-ring-opacity, 1));
}

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

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

.group:hover .group-hover\:scale-110{
  --tw-scale-x: 1.1;
  --tw-scale-y: 1.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));
}

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

.group:hover .group-hover\:text-blue-600{
  --tw-text-opacity: 1;
  color: rgb(37 99 235 / var(--tw-text-opacity, 1));
}

@media (min-width: 640px){

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

  .sm\:mb-10{
    margin-bottom: 2.5rem;
  }

  .sm\:block{
    display: block;
  }

  .sm\:w-\[389\.99px\]{
    width: 389.99px;
  }

  .sm\:w-\[50\%\]{
    width: 50%;
  }

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

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

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

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

  .sm\:gap-4{
    gap: 1rem;
  }

  .sm\:p-0{
    padding: 0px;
  }

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

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

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

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

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

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

@media (min-width: 768px){

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

  .md\:col-span-2{
    grid-column: span 2 / span 2;
  }

  .md\:row-span-2{
    grid-row: span 2 / span 2;
  }

  .md\:-mt-10{
    margin-top: -2.5rem;
  }

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

  .md\:ml-2{
    margin-left: 0.5rem;
  }

  .md\:mt-0{
    margin-top: 0px;
  }

  .md\:block{
    display: block;
  }

  .md\:h-80{
    height: 20rem;
  }

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

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

  .md\:w-1\/4{
    width: 25%;
  }

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

  .md\:w-64{
    width: 16rem;
  }

  .md\:w-\[40\%\]{
    width: 40%;
  }

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

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

  .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\:grid-cols-4{
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

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

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

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

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

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

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

  .md\:gap-0{
    gap: 0px;
  }

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

  .md\:gap-6{
    gap: 1.5rem;
  }

  .md\:gap-\[30px\]{
    gap: 30px;
  }

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

  .md\:space-y-0 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(0px * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(0px * var(--tw-space-y-reverse));
  }

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

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

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

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

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

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

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

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

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

  .md\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .md\:text-5xl{
    font-size: 3rem;
    line-height: 1;
  }

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

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

@media (min-width: 1024px){

  .lg\:fixed{
    position: fixed;
  }

  .lg\:top-4{
    top: 1rem;
  }

  .lg\:top-\[57\.5px\]{
    top: 57.5px;
  }

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

  .lg\:col-span-3{
    grid-column: span 3 / span 3;
  }

  .lg\:-mx-4{
    margin-left: -1rem;
    margin-right: -1rem;
  }

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

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

  .lg\:block{
    display: block;
  }

  .lg\:hidden{
    display: none;
  }

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

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

  .lg\:w-1\/4{
    width: 25%;
  }

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

  .lg\:w-\[19\.5\%\]{
    width: 19.5%;
  }

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

  .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\:flex-row{
    flex-direction: row;
  }

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

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

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

  .lg\:px-44{
    padding-left: 11rem;
    padding-right: 11rem;
  }

  .lg\:px-8{
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .lg\:text-3xl{
    font-size: 1.875rem;
    line-height: 2.25rem;
  }

  .lg\:text-4xl{
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

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

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

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

@media (min-width: 1280px){

  .xl\:block{
    display: block;
  }

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

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

  .xl\:px-\[1\.5\%\]{
    padding-left: 1.5%;
    padding-right: 1.5%;
  }
}

@media (prefers-color-scheme: dark){

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

/*!***********************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./app/styles/responsive.css ***!
  \***********************************************************************************************************************************************************************************************************************************************************************/
@media (max-width: 767px) {
  .navigation-bar {
    display: none !important;
  }

  .navigation-bar-small {
    display: block;
  }

  .ant-drawer {
    top: 50px !important;
  }

  .ant-drawer-body {
    overflow-x: visible !important;
    padding: 0 36px !important;
    border-top: 1px solid transparent !important;
    box-shadow: none !important;
    background-color: #2588be !important;
  }

  .ant-drawer-content-wrapper {
    height: auto !important;
  }

  :where(.css-dev-only-do-not-override-1m62vyb).ant-btn-primary:not(
      :disabled
    ):not(.ant-btn-disabled):hover {
    color: #2e2e2e;
    background-color: #fff;
  }

  .ant-btn-primary {
    box-shadow: none !important;
  }

  .image-slider .search-wrapper .search {
    width: 80%;
  }

  .site-info .row {
    padding: 0;
  }

  .site-info .items {
    padding: 20px 0;
  }

  .tab-wrapper {
    width: 100%;
    padding: 50px 0;
  }

  .tab-wrapper .nav-tabs {
    width: 100%;
  }

  .footer-last {
    padding: 46px 0;
    text-align: center;
  }

  .footer-last .col-md-6 ul {
    text-align: center;
    width: 108%;
  }

  /* .top-destination {
        top: 50px;
        position: relative;
    } */

  .top-destination .destination-image .media img {
    height: 236px;
  }

  .destination-images .row .col-md-6 {
    margin-bottom: 16px;
    position: relative;
  }

  .destination-header {
    margin-top: 50px;
    position: relative;
  }

  .suppliers-page .suppliers-wrap {
    margin-top: 50px;
    position: relative;
  }

  .attractions .row .col-md-4 {
    margin-bottom: 12px;
  }
}

/*!********************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./node_modules/flag-icons/css/flag-icons.min.css ***!
  \********************************************************************************************************************************************************************************************************************************************************************************************/
.fib,.fi{background-size:contain;background-position:50%;background-repeat:no-repeat}.fi{position:relative;display:inline-block;width:1.333333em;line-height:1em}.fi:before{content:" "}.fi.fis{width:1em}.fi-xx{background-image:url(/_next/static/media/xx.7aec1681.svg)}.fi-xx.fis{background-image:url(/_next/static/media/xx.36e887fc.svg)}.fi-ad{background-image:url(/_next/static/media/ad.b565cad3.svg)}.fi-ad.fis{background-image:url(/_next/static/media/ad.14b2769a.svg)}.fi-ae{background-image:url(/_next/static/media/ae.f162af03.svg)}.fi-ae.fis{background-image:url(/_next/static/media/ae.d03f76a0.svg)}.fi-af{background-image:url(/_next/static/media/af.c6050ccd.svg)}.fi-af.fis{background-image:url(/_next/static/media/af.435470e3.svg)}.fi-ag{background-image:url(/_next/static/media/ag.62cf6a10.svg)}.fi-ag.fis{background-image:url(/_next/static/media/ag.e4ec7960.svg)}.fi-ai{background-image:url(/_next/static/media/ai.2a1a5933.svg)}.fi-ai.fis{background-image:url(/_next/static/media/ai.a4b34f84.svg)}.fi-al{background-image:url(/_next/static/media/al.5df89ac8.svg)}.fi-al.fis{background-image:url(/_next/static/media/al.4833b4f3.svg)}.fi-am{background-image:url(/_next/static/media/am.7f72827a.svg)}.fi-am.fis{background-image:url(/_next/static/media/am.34892225.svg)}.fi-ao{background-image:url(/_next/static/media/ao.a4fd2437.svg)}.fi-ao.fis{background-image:url(/_next/static/media/ao.dc602665.svg)}.fi-aq{background-image:url(/_next/static/media/aq.ce1f8e53.svg)}.fi-aq.fis{background-image:url(/_next/static/media/aq.f2df55b9.svg)}.fi-ar{background-image:url(/_next/static/media/ar.6208071e.svg)}.fi-ar.fis{background-image:url(/_next/static/media/ar.00c27288.svg)}.fi-as{background-image:url(/_next/static/media/as.01647fad.svg)}.fi-as.fis{background-image:url(/_next/static/media/as.a2913fa2.svg)}.fi-at{background-image:url(/_next/static/media/at.5b89999f.svg)}.fi-at.fis{background-image:url(/_next/static/media/at.eff32dd0.svg)}.fi-au{background-image:url(/_next/static/media/au.37597da1.svg)}.fi-au.fis{background-image:url(/_next/static/media/au.f7475e83.svg)}.fi-aw{background-image:url(/_next/static/media/aw.ffc51b5a.svg)}.fi-aw.fis{background-image:url(/_next/static/media/aw.38f24953.svg)}.fi-ax{background-image:url(/_next/static/media/ax.52a80967.svg)}.fi-ax.fis{background-image:url(/_next/static/media/ax.ff1515de.svg)}.fi-az{background-image:url(/_next/static/media/az.68efbd04.svg)}.fi-az.fis{background-image:url(/_next/static/media/az.1b8731a4.svg)}.fi-ba{background-image:url(/_next/static/media/ba.a6d937cc.svg)}.fi-ba.fis{background-image:url(/_next/static/media/ba.f7b5581c.svg)}.fi-bb{background-image:url(/_next/static/media/bb.4f50c33a.svg)}.fi-bb.fis{background-image:url(/_next/static/media/bb.39025a56.svg)}.fi-bd{background-image:url(/_next/static/media/bd.3b0570c0.svg)}.fi-bd.fis{background-image:url(/_next/static/media/bd.dda0e02d.svg)}.fi-be{background-image:url(/_next/static/media/be.77cccf17.svg)}.fi-be.fis{background-image:url(/_next/static/media/be.8dd87cc1.svg)}.fi-bf{background-image:url(/_next/static/media/bf.415d3659.svg)}.fi-bf.fis{background-image:url(/_next/static/media/bf.580f6b00.svg)}.fi-bg{background-image:url(/_next/static/media/bg.27e6e74d.svg)}.fi-bg.fis{background-image:url(/_next/static/media/bg.d5f28354.svg)}.fi-bh{background-image:url(/_next/static/media/bh.2ff06f83.svg)}.fi-bh.fis{background-image:url(/_next/static/media/bh.84867991.svg)}.fi-bi{background-image:url(/_next/static/media/bi.a6b2059a.svg)}.fi-bi.fis{background-image:url(/_next/static/media/bi.b0f6538c.svg)}.fi-bj{background-image:url(/_next/static/media/bj.1375d8c9.svg)}.fi-bj.fis{background-image:url(/_next/static/media/bj.14b050e1.svg)}.fi-bl{background-image:url(/_next/static/media/bl.0d579979.svg)}.fi-bl.fis{background-image:url(/_next/static/media/bl.2c23e677.svg)}.fi-bm{background-image:url(/_next/static/media/bm.a27098d2.svg)}.fi-bm.fis{background-image:url(/_next/static/media/bm.75279f04.svg)}.fi-bn{background-image:url(/_next/static/media/bn.c13ab93d.svg)}.fi-bn.fis{background-image:url(/_next/static/media/bn.4e5ec8c5.svg)}.fi-bo{background-image:url(/_next/static/media/bo.9eafaa77.svg)}.fi-bo.fis{background-image:url(/_next/static/media/bo.47b87e1d.svg)}.fi-bq{background-image:url(/_next/static/media/bq.f6d582bf.svg)}.fi-bq.fis{background-image:url(/_next/static/media/bq.68b35ed6.svg)}.fi-br{background-image:url(/_next/static/media/br.de35e3d0.svg)}.fi-br.fis{background-image:url(/_next/static/media/br.67a6502f.svg)}.fi-bs{background-image:url(/_next/static/media/bs.d0bf1659.svg)}.fi-bs.fis{background-image:url(/_next/static/media/bs.1fc645d9.svg)}.fi-bt{background-image:url(/_next/static/media/bt.bc95f27c.svg)}.fi-bt.fis{background-image:url(/_next/static/media/bt.1a35bb57.svg)}.fi-bv{background-image:url(/_next/static/media/bv.dbc727c7.svg)}.fi-bv.fis{background-image:url(/_next/static/media/bv.b376a0c2.svg)}.fi-bw{background-image:url(/_next/static/media/bw.df3366e6.svg)}.fi-bw.fis{background-image:url(/_next/static/media/bw.a1b03391.svg)}.fi-by{background-image:url(/_next/static/media/by.dcca2e49.svg)}.fi-by.fis{background-image:url(/_next/static/media/by.a9f5b570.svg)}.fi-bz{background-image:url(/_next/static/media/bz.07b1393a.svg)}.fi-bz.fis{background-image:url(/_next/static/media/bz.239d2201.svg)}.fi-ca{background-image:url(/_next/static/media/ca.896bca67.svg)}.fi-ca.fis{background-image:url(/_next/static/media/ca.b405d187.svg)}.fi-cc{background-image:url(/_next/static/media/cc.755d680f.svg)}.fi-cc.fis{background-image:url(/_next/static/media/cc.8bd1a967.svg)}.fi-cd{background-image:url(/_next/static/media/cd.25808585.svg)}.fi-cd.fis{background-image:url(/_next/static/media/cd.fffb6b4f.svg)}.fi-cf{background-image:url(/_next/static/media/cf.be784cc8.svg)}.fi-cf.fis{background-image:url(/_next/static/media/cf.6cff29be.svg)}.fi-cg{background-image:url(/_next/static/media/cg.d1d9c2f7.svg)}.fi-cg.fis{background-image:url(/_next/static/media/cg.4b0f3275.svg)}.fi-ch{background-image:url(/_next/static/media/ch.a4939cb8.svg)}.fi-ch.fis{background-image:url(/_next/static/media/ch.baba02d3.svg)}.fi-ci{background-image:url(/_next/static/media/ci.514886a6.svg)}.fi-ci.fis{background-image:url(/_next/static/media/ci.6778515b.svg)}.fi-ck{background-image:url(/_next/static/media/ck.04d9039d.svg)}.fi-ck.fis{background-image:url(/_next/static/media/ck.d6781181.svg)}.fi-cl{background-image:url(/_next/static/media/cl.c77df473.svg)}.fi-cl.fis{background-image:url(/_next/static/media/cl.5a22125c.svg)}.fi-cm{background-image:url(/_next/static/media/cm.a298fc08.svg)}.fi-cm.fis{background-image:url(/_next/static/media/cm.f4820dd5.svg)}.fi-cn{background-image:url(/_next/static/media/cn.7fd9bbb9.svg)}.fi-cn.fis{background-image:url(/_next/static/media/cn.cb52daf1.svg)}.fi-co{background-image:url(/_next/static/media/co.6b78e07b.svg)}.fi-co.fis{background-image:url(/_next/static/media/co.76882952.svg)}.fi-cr{background-image:url(/_next/static/media/cr.cc088912.svg)}.fi-cr.fis{background-image:url(/_next/static/media/cr.1b227430.svg)}.fi-cu{background-image:url(/_next/static/media/cu.41475839.svg)}.fi-cu.fis{background-image:url(/_next/static/media/cu.ad9e4327.svg)}.fi-cv{background-image:url(/_next/static/media/cv.8b2e1c15.svg)}.fi-cv.fis{background-image:url(/_next/static/media/cv.526fd91a.svg)}.fi-cw{background-image:url(/_next/static/media/cw.93b85dbf.svg)}.fi-cw.fis{background-image:url(/_next/static/media/cw.02547adf.svg)}.fi-cx{background-image:url(/_next/static/media/cx.fd2a5aee.svg)}.fi-cx.fis{background-image:url(/_next/static/media/cx.4676a5e8.svg)}.fi-cy{background-image:url(/_next/static/media/cy.7249484c.svg)}.fi-cy.fis{background-image:url(/_next/static/media/cy.239da485.svg)}.fi-cz{background-image:url(/_next/static/media/cz.7c86bb18.svg)}.fi-cz.fis{background-image:url(/_next/static/media/cz.83554014.svg)}.fi-de{background-image:url(/_next/static/media/de.666805f5.svg)}.fi-de.fis{background-image:url(/_next/static/media/de.7643c466.svg)}.fi-dj{background-image:url(/_next/static/media/dj.fdb22cb3.svg)}.fi-dj.fis{background-image:url(/_next/static/media/dj.5938f70a.svg)}.fi-dk{background-image:url(/_next/static/media/dk.4b0313b3.svg)}.fi-dk.fis{background-image:url(/_next/static/media/dk.89836fb3.svg)}.fi-dm{background-image:url(/_next/static/media/dm.c3205e29.svg)}.fi-dm.fis{background-image:url(/_next/static/media/dm.be65cbd3.svg)}.fi-do{background-image:url(/_next/static/media/do.90543632.svg)}.fi-do.fis{background-image:url(/_next/static/media/do.5dff1c5f.svg)}.fi-dz{background-image:url(/_next/static/media/dz.eccc2d17.svg)}.fi-dz.fis{background-image:url(/_next/static/media/dz.4d424eed.svg)}.fi-ec{background-image:url(/_next/static/media/ec.fe749fb4.svg)}.fi-ec.fis{background-image:url(/_next/static/media/ec.c410ad34.svg)}.fi-ee{background-image:url(/_next/static/media/ee.56dc3aee.svg)}.fi-ee.fis{background-image:url(/_next/static/media/ee.866fd1e9.svg)}.fi-eg{background-image:url(/_next/static/media/eg.047d5d78.svg)}.fi-eg.fis{background-image:url(/_next/static/media/eg.fa4029f7.svg)}.fi-eh{background-image:url(/_next/static/media/eh.8c2d6290.svg)}.fi-eh.fis{background-image:url(/_next/static/media/eh.fb5f92c8.svg)}.fi-er{background-image:url(/_next/static/media/er.522330c7.svg)}.fi-er.fis{background-image:url(/_next/static/media/er.dd9cd168.svg)}.fi-es{background-image:url(/_next/static/media/es.b74b7366.svg)}.fi-es.fis{background-image:url(/_next/static/media/es.56e04edb.svg)}.fi-et{background-image:url(/_next/static/media/et.2590f747.svg)}.fi-et.fis{background-image:url(/_next/static/media/et.831fb719.svg)}.fi-fi{background-image:url(/_next/static/media/fi.97487f84.svg)}.fi-fi.fis{background-image:url(/_next/static/media/fi.26d2687d.svg)}.fi-fj{background-image:url(/_next/static/media/fj.a7cdc5d9.svg)}.fi-fj.fis{background-image:url(/_next/static/media/fj.bdaf8e0b.svg)}.fi-fk{background-image:url(/_next/static/media/fk.2fa70293.svg)}.fi-fk.fis{background-image:url(/_next/static/media/fk.67b13a77.svg)}.fi-fm{background-image:url(/_next/static/media/fm.624c0401.svg)}.fi-fm.fis{background-image:url(/_next/static/media/fm.9f69c44d.svg)}.fi-fo{background-image:url(/_next/static/media/fo.67175ea9.svg)}.fi-fo.fis{background-image:url(/_next/static/media/fo.e2127081.svg)}.fi-fr{background-image:url(/_next/static/media/fr.f5380d92.svg)}.fi-fr.fis{background-image:url(/_next/static/media/fr.9b218945.svg)}.fi-ga{background-image:url(/_next/static/media/ga.c54a4716.svg)}.fi-ga.fis{background-image:url(/_next/static/media/ga.ed2911b6.svg)}.fi-gb{background-image:url(/_next/static/media/gb.a50bb9b9.svg)}.fi-gb.fis{background-image:url(/_next/static/media/gb.84704546.svg)}.fi-gd{background-image:url(/_next/static/media/gd.e05a9476.svg)}.fi-gd.fis{background-image:url(/_next/static/media/gd.14a558de.svg)}.fi-ge{background-image:url(/_next/static/media/ge.ea35a606.svg)}.fi-ge.fis{background-image:url(/_next/static/media/ge.58018902.svg)}.fi-gf{background-image:url(/_next/static/media/gf.3432de9d.svg)}.fi-gf.fis{background-image:url(/_next/static/media/gf.ebd3395c.svg)}.fi-gg{background-image:url(/_next/static/media/gg.2a17e1f5.svg)}.fi-gg.fis{background-image:url(/_next/static/media/gg.20336d11.svg)}.fi-gh{background-image:url(/_next/static/media/gh.c17cf878.svg)}.fi-gh.fis{background-image:url(/_next/static/media/gh.448b0251.svg)}.fi-gi{background-image:url(/_next/static/media/gi.1b7f29db.svg)}.fi-gi.fis{background-image:url(/_next/static/media/gi.238dcba4.svg)}.fi-gl{background-image:url(/_next/static/media/gl.78358425.svg)}.fi-gl.fis{background-image:url(/_next/static/media/gl.5444bdb4.svg)}.fi-gm{background-image:url(/_next/static/media/gm.ed8bbaab.svg)}.fi-gm.fis{background-image:url(/_next/static/media/gm.f9f1be29.svg)}.fi-gn{background-image:url(/_next/static/media/gn.649ba66f.svg)}.fi-gn.fis{background-image:url(/_next/static/media/gn.f1877078.svg)}.fi-gp{background-image:url(/_next/static/media/gp.bbea90b2.svg)}.fi-gp.fis{background-image:url(/_next/static/media/gp.6fcf1bbe.svg)}.fi-gq{background-image:url(/_next/static/media/gq.c572f675.svg)}.fi-gq.fis{background-image:url(/_next/static/media/gq.c6128d72.svg)}.fi-gr{background-image:url(/_next/static/media/gr.c44dd9de.svg)}.fi-gr.fis{background-image:url(/_next/static/media/gr.b29b73cc.svg)}.fi-gs{background-image:url(/_next/static/media/gs.fe3374bb.svg)}.fi-gs.fis{background-image:url(/_next/static/media/gs.4ae78589.svg)}.fi-gt{background-image:url(/_next/static/media/gt.c5f468c9.svg)}.fi-gt.fis{background-image:url(/_next/static/media/gt.097451fc.svg)}.fi-gu{background-image:url(/_next/static/media/gu.b033e7a6.svg)}.fi-gu.fis{background-image:url(/_next/static/media/gu.e98af0a7.svg)}.fi-gw{background-image:url(/_next/static/media/gw.ea5c7733.svg)}.fi-gw.fis{background-image:url(/_next/static/media/gw.63a96ba0.svg)}.fi-gy{background-image:url(/_next/static/media/gy.a49496e0.svg)}.fi-gy.fis{background-image:url(/_next/static/media/gy.f6fc470b.svg)}.fi-hk{background-image:url(/_next/static/media/hk.fbcde7e7.svg)}.fi-hk.fis{background-image:url(/_next/static/media/hk.dce082af.svg)}.fi-hm{background-image:url(/_next/static/media/hm.82bbdf2c.svg)}.fi-hm.fis{background-image:url(/_next/static/media/hm.5becb17f.svg)}.fi-hn{background-image:url(/_next/static/media/hn.2743fae6.svg)}.fi-hn.fis{background-image:url(/_next/static/media/hn.04ddc9c9.svg)}.fi-hr{background-image:url(/_next/static/media/hr.34b7d242.svg)}.fi-hr.fis{background-image:url(/_next/static/media/hr.f0c84cca.svg)}.fi-ht{background-image:url(/_next/static/media/ht.da0b6318.svg)}.fi-ht.fis{background-image:url(/_next/static/media/ht.9f915077.svg)}.fi-hu{background-image:url(/_next/static/media/hu.16c6335f.svg)}.fi-hu.fis{background-image:url(/_next/static/media/hu.dd178f4f.svg)}.fi-id{background-image:url(/_next/static/media/id.4cad97a8.svg)}.fi-id.fis{background-image:url(/_next/static/media/id.14f7cd20.svg)}.fi-ie{background-image:url(/_next/static/media/ie.81491cb3.svg)}.fi-ie.fis{background-image:url(/_next/static/media/ie.3ffc25e6.svg)}.fi-il{background-image:url(/_next/static/media/il.80b0a878.svg)}.fi-il.fis{background-image:url(/_next/static/media/il.189a898e.svg)}.fi-im{background-image:url(/_next/static/media/im.479ad3e9.svg)}.fi-im.fis{background-image:url(/_next/static/media/im.6477619a.svg)}.fi-in{background-image:url(/_next/static/media/in.895a1570.svg)}.fi-in.fis{background-image:url(/_next/static/media/in.d0d6fbfb.svg)}.fi-io{background-image:url(/_next/static/media/io.fc7eebc1.svg)}.fi-io.fis{background-image:url(/_next/static/media/io.6bb5f04b.svg)}.fi-iq{background-image:url(/_next/static/media/iq.ef417ed1.svg)}.fi-iq.fis{background-image:url(/_next/static/media/iq.97972d36.svg)}.fi-ir{background-image:url(/_next/static/media/ir.801fbb84.svg)}.fi-ir.fis{background-image:url(/_next/static/media/ir.b0b67ec9.svg)}.fi-is{background-image:url(/_next/static/media/is.d9058ffe.svg)}.fi-is.fis{background-image:url(/_next/static/media/is.429236e3.svg)}.fi-it{background-image:url(/_next/static/media/it.919398e6.svg)}.fi-it.fis{background-image:url(/_next/static/media/it.a33eed70.svg)}.fi-je{background-image:url(/_next/static/media/je.2b7a276f.svg)}.fi-je.fis{background-image:url(/_next/static/media/je.2f55f42c.svg)}.fi-jm{background-image:url(/_next/static/media/jm.d2a19045.svg)}.fi-jm.fis{background-image:url(/_next/static/media/jm.bdacb13d.svg)}.fi-jo{background-image:url(/_next/static/media/jo.1d753f70.svg)}.fi-jo.fis{background-image:url(/_next/static/media/jo.5f1bc0fd.svg)}.fi-jp{background-image:url(/_next/static/media/jp.469572a4.svg)}.fi-jp.fis{background-image:url(/_next/static/media/jp.f7679c7d.svg)}.fi-ke{background-image:url(/_next/static/media/ke.f16cb069.svg)}.fi-ke.fis{background-image:url(/_next/static/media/ke.97ba1711.svg)}.fi-kg{background-image:url(/_next/static/media/kg.be82c42b.svg)}.fi-kg.fis{background-image:url(/_next/static/media/kg.994fed1d.svg)}.fi-kh{background-image:url(/_next/static/media/kh.11eb9a0f.svg)}.fi-kh.fis{background-image:url(/_next/static/media/kh.e67aa6fd.svg)}.fi-ki{background-image:url(/_next/static/media/ki.9e4e595c.svg)}.fi-ki.fis{background-image:url(/_next/static/media/ki.2e09febf.svg)}.fi-km{background-image:url(/_next/static/media/km.7a0dade4.svg)}.fi-km.fis{background-image:url(/_next/static/media/km.646d1493.svg)}.fi-kn{background-image:url(/_next/static/media/kn.fd378e90.svg)}.fi-kn.fis{background-image:url(/_next/static/media/kn.108c8847.svg)}.fi-kp{background-image:url(/_next/static/media/kp.91011e5b.svg)}.fi-kp.fis{background-image:url(/_next/static/media/kp.c253ccbb.svg)}.fi-kr{background-image:url(/_next/static/media/kr.653f2f60.svg)}.fi-kr.fis{background-image:url(/_next/static/media/kr.b7c6fcdd.svg)}.fi-kw{background-image:url(/_next/static/media/kw.f6baad6c.svg)}.fi-kw.fis{background-image:url(/_next/static/media/kw.fb4eb65c.svg)}.fi-ky{background-image:url(/_next/static/media/ky.4f9c0b82.svg)}.fi-ky.fis{background-image:url(/_next/static/media/ky.c6d5a8d5.svg)}.fi-kz{background-image:url(/_next/static/media/kz.6e1e994c.svg)}.fi-kz.fis{background-image:url(/_next/static/media/kz.07b60b89.svg)}.fi-la{background-image:url(/_next/static/media/la.21965b6b.svg)}.fi-la.fis{background-image:url(/_next/static/media/la.a6797aaf.svg)}.fi-lb{background-image:url(/_next/static/media/lb.ed2ddca6.svg)}.fi-lb.fis{background-image:url(/_next/static/media/lb.95bb0628.svg)}.fi-lc{background-image:url(/_next/static/media/lc.75168bb4.svg)}.fi-lc.fis{background-image:url(/_next/static/media/lc.ab0f97c6.svg)}.fi-li{background-image:url(/_next/static/media/li.5cded325.svg)}.fi-li.fis{background-image:url(/_next/static/media/li.948747ca.svg)}.fi-lk{background-image:url(/_next/static/media/lk.b7c51dbe.svg)}.fi-lk.fis{background-image:url(/_next/static/media/lk.23166e8c.svg)}.fi-lr{background-image:url(/_next/static/media/lr.53b9aaa6.svg)}.fi-lr.fis{background-image:url(/_next/static/media/lr.24de0706.svg)}.fi-ls{background-image:url(/_next/static/media/ls.3ffccbb5.svg)}.fi-ls.fis{background-image:url(/_next/static/media/ls.9d74b3ad.svg)}.fi-lt{background-image:url(/_next/static/media/lt.bf4fafec.svg)}.fi-lt.fis{background-image:url(/_next/static/media/lt.8caacf8e.svg)}.fi-lu{background-image:url(/_next/static/media/lu.86de7018.svg)}.fi-lu.fis{background-image:url(/_next/static/media/lu.c50a5e54.svg)}.fi-lv{background-image:url(/_next/static/media/lv.a0f4e501.svg)}.fi-lv.fis{background-image:url(/_next/static/media/lv.4971dcb7.svg)}.fi-ly{background-image:url(/_next/static/media/ly.767d61c3.svg)}.fi-ly.fis{background-image:url(/_next/static/media/ly.b15665e7.svg)}.fi-ma{background-image:url(/_next/static/media/ma.ac9e8647.svg)}.fi-ma.fis{background-image:url(/_next/static/media/ma.011669b1.svg)}.fi-mc{background-image:url(/_next/static/media/mc.4575357b.svg)}.fi-mc.fis{background-image:url(/_next/static/media/mc.8d86df98.svg)}.fi-md{background-image:url(/_next/static/media/md.dba4c7fc.svg)}.fi-md.fis{background-image:url(/_next/static/media/md.1ac10547.svg)}.fi-me{background-image:url(/_next/static/media/me.4978895c.svg)}.fi-me.fis{background-image:url(/_next/static/media/me.7e20b942.svg)}.fi-mf{background-image:url(/_next/static/media/mf.ec6640d7.svg)}.fi-mf.fis{background-image:url(/_next/static/media/mf.bc094987.svg)}.fi-mg{background-image:url(/_next/static/media/mg.fdccffd8.svg)}.fi-mg.fis{background-image:url(/_next/static/media/mg.4877b16a.svg)}.fi-mh{background-image:url(/_next/static/media/mh.2e69453f.svg)}.fi-mh.fis{background-image:url(/_next/static/media/mh.84332268.svg)}.fi-mk{background-image:url(/_next/static/media/mk.e08d824e.svg)}.fi-mk.fis{background-image:url(/_next/static/media/mk.2e8a86db.svg)}.fi-ml{background-image:url(/_next/static/media/ml.8913b6a0.svg)}.fi-ml.fis{background-image:url(/_next/static/media/ml.ba7ce81b.svg)}.fi-mm{background-image:url(/_next/static/media/mm.88f1ae1b.svg)}.fi-mm.fis{background-image:url(/_next/static/media/mm.588f0238.svg)}.fi-mn{background-image:url(/_next/static/media/mn.365f5b1a.svg)}.fi-mn.fis{background-image:url(/_next/static/media/mn.b7e17957.svg)}.fi-mo{background-image:url(/_next/static/media/mo.5c0be540.svg)}.fi-mo.fis{background-image:url(/_next/static/media/mo.26867be2.svg)}.fi-mp{background-image:url(/_next/static/media/mp.fb95729b.svg)}.fi-mp.fis{background-image:url(/_next/static/media/mp.8842d0ea.svg)}.fi-mq{background-image:url(/_next/static/media/mq.552f523c.svg)}.fi-mq.fis{background-image:url(/_next/static/media/mq.ff8d61a6.svg)}.fi-mr{background-image:url(/_next/static/media/mr.b1c94640.svg)}.fi-mr.fis{background-image:url(/_next/static/media/mr.102a50bf.svg)}.fi-ms{background-image:url(/_next/static/media/ms.57d5c0e6.svg)}.fi-ms.fis{background-image:url(/_next/static/media/ms.2e19586b.svg)}.fi-mt{background-image:url(/_next/static/media/mt.2a8198a4.svg)}.fi-mt.fis{background-image:url(/_next/static/media/mt.b8ab0ef5.svg)}.fi-mu{background-image:url(/_next/static/media/mu.c9c6e4ee.svg)}.fi-mu.fis{background-image:url(/_next/static/media/mu.42abd700.svg)}.fi-mv{background-image:url(/_next/static/media/mv.f37078c1.svg)}.fi-mv.fis{background-image:url(/_next/static/media/mv.cd985551.svg)}.fi-mw{background-image:url(/_next/static/media/mw.69ded792.svg)}.fi-mw.fis{background-image:url(/_next/static/media/mw.65a71322.svg)}.fi-mx{background-image:url(/_next/static/media/mx.1134b850.svg)}.fi-mx.fis{background-image:url(/_next/static/media/mx.bc259576.svg)}.fi-my{background-image:url(/_next/static/media/my.fc14919a.svg)}.fi-my.fis{background-image:url(/_next/static/media/my.2cdcc8d1.svg)}.fi-mz{background-image:url(/_next/static/media/mz.2506e9e5.svg)}.fi-mz.fis{background-image:url(/_next/static/media/mz.4f04cc96.svg)}.fi-na{background-image:url(/_next/static/media/na.54baa000.svg)}.fi-na.fis{background-image:url(/_next/static/media/na.a64d8ca1.svg)}.fi-nc{background-image:url(/_next/static/media/nc.fe4ee3e5.svg)}.fi-nc.fis{background-image:url(/_next/static/media/nc.51c5586c.svg)}.fi-ne{background-image:url(/_next/static/media/ne.6a215ca5.svg)}.fi-ne.fis{background-image:url(/_next/static/media/ne.ddabaa80.svg)}.fi-nf{background-image:url(/_next/static/media/nf.0e3b38dc.svg)}.fi-nf.fis{background-image:url(/_next/static/media/nf.407d2ab8.svg)}.fi-ng{background-image:url(/_next/static/media/ng.ec2e74e2.svg)}.fi-ng.fis{background-image:url(/_next/static/media/ng.5247079e.svg)}.fi-ni{background-image:url(/_next/static/media/ni.5163411d.svg)}.fi-ni.fis{background-image:url(/_next/static/media/ni.bf7fcea5.svg)}.fi-nl{background-image:url(/_next/static/media/nl.c49ee8d5.svg)}.fi-nl.fis{background-image:url(/_next/static/media/nl.2c98e1df.svg)}.fi-no{background-image:url(/_next/static/media/no.4ceb414c.svg)}.fi-no.fis{background-image:url(/_next/static/media/no.a519bc0f.svg)}.fi-np{background-image:url(/_next/static/media/np.3a5eec1c.svg)}.fi-np.fis{background-image:url(/_next/static/media/np.a94793ce.svg)}.fi-nr{background-image:url(/_next/static/media/nr.f98dec91.svg)}.fi-nr.fis{background-image:url(/_next/static/media/nr.a83a706b.svg)}.fi-nu{background-image:url(/_next/static/media/nu.e3a84a02.svg)}.fi-nu.fis{background-image:url(/_next/static/media/nu.ab755ce5.svg)}.fi-nz{background-image:url(/_next/static/media/nz.16212e51.svg)}.fi-nz.fis{background-image:url(/_next/static/media/nz.e296aaa6.svg)}.fi-om{background-image:url(/_next/static/media/om.449f75b2.svg)}.fi-om.fis{background-image:url(/_next/static/media/om.0747201c.svg)}.fi-pa{background-image:url(/_next/static/media/pa.78bb9a3d.svg)}.fi-pa.fis{background-image:url(/_next/static/media/pa.beca3af6.svg)}.fi-pe{background-image:url(/_next/static/media/pe.1320cd1a.svg)}.fi-pe.fis{background-image:url(/_next/static/media/pe.74e80a97.svg)}.fi-pf{background-image:url(/_next/static/media/pf.41e90cd1.svg)}.fi-pf.fis{background-image:url(/_next/static/media/pf.43045c7c.svg)}.fi-pg{background-image:url(/_next/static/media/pg.cb62536b.svg)}.fi-pg.fis{background-image:url(/_next/static/media/pg.ed799a7c.svg)}.fi-ph{background-image:url(/_next/static/media/ph.d218202d.svg)}.fi-ph.fis{background-image:url(/_next/static/media/ph.fdc9fd6e.svg)}.fi-pk{background-image:url(/_next/static/media/pk.b52bfbe8.svg)}.fi-pk.fis{background-image:url(/_next/static/media/pk.39a05c74.svg)}.fi-pl{background-image:url(/_next/static/media/pl.4ca59b6d.svg)}.fi-pl.fis{background-image:url(/_next/static/media/pl.b7f0464c.svg)}.fi-pm{background-image:url(/_next/static/media/pm.a5508b8f.svg)}.fi-pm.fis{background-image:url(/_next/static/media/pm.6e3b8747.svg)}.fi-pn{background-image:url(/_next/static/media/pn.b4e1ab6a.svg)}.fi-pn.fis{background-image:url(/_next/static/media/pn.5e11b03b.svg)}.fi-pr{background-image:url(/_next/static/media/pr.89d15f52.svg)}.fi-pr.fis{background-image:url(/_next/static/media/pr.eac89ae4.svg)}.fi-ps{background-image:url(/_next/static/media/ps.af946441.svg)}.fi-ps.fis{background-image:url(/_next/static/media/ps.651e63e8.svg)}.fi-pt{background-image:url(/_next/static/media/pt.acd403c0.svg)}.fi-pt.fis{background-image:url(/_next/static/media/pt.751775fc.svg)}.fi-pw{background-image:url(/_next/static/media/pw.c4139f47.svg)}.fi-pw.fis{background-image:url(/_next/static/media/pw.e47cd8a0.svg)}.fi-py{background-image:url(/_next/static/media/py.975980dc.svg)}.fi-py.fis{background-image:url(/_next/static/media/py.6523d790.svg)}.fi-qa{background-image:url(/_next/static/media/qa.f779f3e2.svg)}.fi-qa.fis{background-image:url(/_next/static/media/qa.79dab309.svg)}.fi-re{background-image:url(/_next/static/media/re.d3c4fc19.svg)}.fi-re.fis{background-image:url(/_next/static/media/re.4d18457f.svg)}.fi-ro{background-image:url(/_next/static/media/ro.c05f47cb.svg)}.fi-ro.fis{background-image:url(/_next/static/media/ro.4885a544.svg)}.fi-rs{background-image:url(/_next/static/media/rs.3bffe169.svg)}.fi-rs.fis{background-image:url(/_next/static/media/rs.0f45ed27.svg)}.fi-ru{background-image:url(/_next/static/media/ru.2c447906.svg)}.fi-ru.fis{background-image:url(/_next/static/media/ru.9ee2a40e.svg)}.fi-rw{background-image:url(/_next/static/media/rw.c85e0781.svg)}.fi-rw.fis{background-image:url(/_next/static/media/rw.04eaf790.svg)}.fi-sa{background-image:url(/_next/static/media/sa.0db9e8ec.svg)}.fi-sa.fis{background-image:url(/_next/static/media/sa.9a769000.svg)}.fi-sb{background-image:url(/_next/static/media/sb.cf6a4ceb.svg)}.fi-sb.fis{background-image:url(/_next/static/media/sb.63a8b779.svg)}.fi-sc{background-image:url(/_next/static/media/sc.ae98e9c5.svg)}.fi-sc.fis{background-image:url(/_next/static/media/sc.95a235db.svg)}.fi-sd{background-image:url(/_next/static/media/sd.e0e59b6e.svg)}.fi-sd.fis{background-image:url(/_next/static/media/sd.cc39c2fd.svg)}.fi-se{background-image:url(/_next/static/media/se.ec52785e.svg)}.fi-se.fis{background-image:url(/_next/static/media/se.6e3dfa92.svg)}.fi-sg{background-image:url(/_next/static/media/sg.7ad85643.svg)}.fi-sg.fis{background-image:url(/_next/static/media/sg.6c7c77dd.svg)}.fi-sh{background-image:url(/_next/static/media/sh.3ad15ea1.svg)}.fi-sh.fis{background-image:url(/_next/static/media/sh.9a586a73.svg)}.fi-si{background-image:url(/_next/static/media/si.2451437b.svg)}.fi-si.fis{background-image:url(/_next/static/media/si.7c060dc6.svg)}.fi-sj{background-image:url(/_next/static/media/sj.239f992c.svg)}.fi-sj.fis{background-image:url(/_next/static/media/sj.86309dc7.svg)}.fi-sk{background-image:url(/_next/static/media/sk.22ca1340.svg)}.fi-sk.fis{background-image:url(/_next/static/media/sk.41f9c3b2.svg)}.fi-sl{background-image:url(/_next/static/media/sl.193f7759.svg)}.fi-sl.fis{background-image:url(/_next/static/media/sl.b8e2f9c8.svg)}.fi-sm{background-image:url(/_next/static/media/sm.4a279393.svg)}.fi-sm.fis{background-image:url(/_next/static/media/sm.9f3be35f.svg)}.fi-sn{background-image:url(/_next/static/media/sn.562c00dd.svg)}.fi-sn.fis{background-image:url(/_next/static/media/sn.3ab9bf55.svg)}.fi-so{background-image:url(/_next/static/media/so.81fb24d4.svg)}.fi-so.fis{background-image:url(/_next/static/media/so.90ac99ad.svg)}.fi-sr{background-image:url(/_next/static/media/sr.3b1c3796.svg)}.fi-sr.fis{background-image:url(/_next/static/media/sr.0953a6a0.svg)}.fi-ss{background-image:url(/_next/static/media/ss.1612a976.svg)}.fi-ss.fis{background-image:url(/_next/static/media/ss.6f65d43c.svg)}.fi-st{background-image:url(/_next/static/media/st.e2d0e812.svg)}.fi-st.fis{background-image:url(/_next/static/media/st.24c52b78.svg)}.fi-sv{background-image:url(/_next/static/media/sv.955539c3.svg)}.fi-sv.fis{background-image:url(/_next/static/media/sv.4a7ef341.svg)}.fi-sx{background-image:url(/_next/static/media/sx.1a2113b2.svg)}.fi-sx.fis{background-image:url(/_next/static/media/sx.ba3ea51f.svg)}.fi-sy{background-image:url(/_next/static/media/sy.1f32362a.svg)}.fi-sy.fis{background-image:url(/_next/static/media/sy.f444a6e6.svg)}.fi-sz{background-image:url(/_next/static/media/sz.cc9ae834.svg)}.fi-sz.fis{background-image:url(/_next/static/media/sz.61ba2742.svg)}.fi-tc{background-image:url(/_next/static/media/tc.1d40ce70.svg)}.fi-tc.fis{background-image:url(/_next/static/media/tc.79662ff0.svg)}.fi-td{background-image:url(/_next/static/media/td.4112ccd5.svg)}.fi-td.fis{background-image:url(/_next/static/media/td.5f20acc4.svg)}.fi-tf{background-image:url(/_next/static/media/tf.7c977baf.svg)}.fi-tf.fis{background-image:url(/_next/static/media/tf.5fa85387.svg)}.fi-tg{background-image:url(/_next/static/media/tg.5715bee8.svg)}.fi-tg.fis{background-image:url(/_next/static/media/tg.a1a84f46.svg)}.fi-th{background-image:url(/_next/static/media/th.b00e082a.svg)}.fi-th.fis{background-image:url(/_next/static/media/th.ef374066.svg)}.fi-tj{background-image:url(/_next/static/media/tj.cea8921a.svg)}.fi-tj.fis{background-image:url(/_next/static/media/tj.15422eff.svg)}.fi-tk{background-image:url(/_next/static/media/tk.c0bf669c.svg)}.fi-tk.fis{background-image:url(/_next/static/media/tk.4c50bf5b.svg)}.fi-tl{background-image:url(/_next/static/media/tl.2c56cc08.svg)}.fi-tl.fis{background-image:url(/_next/static/media/tl.8a381dde.svg)}.fi-tm{background-image:url(/_next/static/media/tm.c0fe3bc6.svg)}.fi-tm.fis{background-image:url(/_next/static/media/tm.6a8ec56b.svg)}.fi-tn{background-image:url(/_next/static/media/tn.37c8e7ce.svg)}.fi-tn.fis{background-image:url(/_next/static/media/tn.00f037a9.svg)}.fi-to{background-image:url(/_next/static/media/to.e21e7b02.svg)}.fi-to.fis{background-image:url(/_next/static/media/to.c6f3657c.svg)}.fi-tr{background-image:url(/_next/static/media/tr.d4c9d92a.svg)}.fi-tr.fis{background-image:url(/_next/static/media/tr.0def5aa5.svg)}.fi-tt{background-image:url(/_next/static/media/tt.e0985f1c.svg)}.fi-tt.fis{background-image:url(/_next/static/media/tt.6ab528e2.svg)}.fi-tv{background-image:url(/_next/static/media/tv.3824bd65.svg)}.fi-tv.fis{background-image:url(/_next/static/media/tv.6903cb03.svg)}.fi-tw{background-image:url(/_next/static/media/tw.73a45808.svg)}.fi-tw.fis{background-image:url(/_next/static/media/tw.be895da5.svg)}.fi-tz{background-image:url(/_next/static/media/tz.2fc608dc.svg)}.fi-tz.fis{background-image:url(/_next/static/media/tz.1c849474.svg)}.fi-ua{background-image:url(/_next/static/media/ua.f2fcca8e.svg)}.fi-ua.fis{background-image:url(/_next/static/media/ua.1906adac.svg)}.fi-ug{background-image:url(/_next/static/media/ug.950aec88.svg)}.fi-ug.fis{background-image:url(/_next/static/media/ug.447bdffc.svg)}.fi-um{background-image:url(/_next/static/media/um.dcc46281.svg)}.fi-um.fis{background-image:url(/_next/static/media/um.3bcbb586.svg)}.fi-us{background-image:url(/_next/static/media/us.ed9e9dcf.svg)}.fi-us.fis{background-image:url(/_next/static/media/us.74ba1789.svg)}.fi-uy{background-image:url(/_next/static/media/uy.9537a65d.svg)}.fi-uy.fis{background-image:url(/_next/static/media/uy.d2ccd308.svg)}.fi-uz{background-image:url(/_next/static/media/uz.f2c7bb34.svg)}.fi-uz.fis{background-image:url(/_next/static/media/uz.547d4bad.svg)}.fi-va{background-image:url(/_next/static/media/va.959875d9.svg)}.fi-va.fis{background-image:url(/_next/static/media/va.420e8e0c.svg)}.fi-vc{background-image:url(/_next/static/media/vc.fef5eea8.svg)}.fi-vc.fis{background-image:url(/_next/static/media/vc.236a0c50.svg)}.fi-ve{background-image:url(/_next/static/media/ve.fc18ce10.svg)}.fi-ve.fis{background-image:url(/_next/static/media/ve.fadaaf82.svg)}.fi-vg{background-image:url(/_next/static/media/vg.56b7d722.svg)}.fi-vg.fis{background-image:url(/_next/static/media/vg.a2ba8d0e.svg)}.fi-vi{background-image:url(/_next/static/media/vi.07ed8cfe.svg)}.fi-vi.fis{background-image:url(/_next/static/media/vi.aaeab146.svg)}.fi-vn{background-image:url(/_next/static/media/vn.72f1ed8d.svg)}.fi-vn.fis{background-image:url(/_next/static/media/vn.8508d803.svg)}.fi-vu{background-image:url(/_next/static/media/vu.e0449820.svg)}.fi-vu.fis{background-image:url(/_next/static/media/vu.e2f09778.svg)}.fi-wf{background-image:url(/_next/static/media/wf.bca98a8b.svg)}.fi-wf.fis{background-image:url(/_next/static/media/wf.f72e2367.svg)}.fi-ws{background-image:url(/_next/static/media/ws.7d68a871.svg)}.fi-ws.fis{background-image:url(/_next/static/media/ws.7f5978f7.svg)}.fi-ye{background-image:url(/_next/static/media/ye.9d9e4c9f.svg)}.fi-ye.fis{background-image:url(/_next/static/media/ye.8f3c7165.svg)}.fi-yt{background-image:url(/_next/static/media/yt.045dc596.svg)}.fi-yt.fis{background-image:url(/_next/static/media/yt.a50469fc.svg)}.fi-za{background-image:url(/_next/static/media/za.b4b48b9d.svg)}.fi-za.fis{background-image:url(/_next/static/media/za.41aa0ffd.svg)}.fi-zm{background-image:url(/_next/static/media/zm.ef3a9aef.svg)}.fi-zm.fis{background-image:url(/_next/static/media/zm.58e73af5.svg)}.fi-zw{background-image:url(/_next/static/media/zw.3e71d5a4.svg)}.fi-zw.fis{background-image:url(/_next/static/media/zw.f11b2c74.svg)}.fi-arab{background-image:url(/_next/static/media/arab.073495a5.svg)}.fi-arab.fis{background-image:url(/_next/static/media/arab.979580f2.svg)}.fi-asean{background-image:url(/_next/static/media/asean.22f23a72.svg)}.fi-asean.fis{background-image:url(/_next/static/media/asean.94b668bb.svg)}.fi-cefta{background-image:url(/_next/static/media/cefta.3c76a868.svg)}.fi-cefta.fis{background-image:url(/_next/static/media/cefta.6ce94a42.svg)}.fi-cp{background-image:url(/_next/static/media/cp.d0eb7df6.svg)}.fi-cp.fis{background-image:url(/_next/static/media/cp.f400c9ba.svg)}.fi-dg{background-image:url(/_next/static/media/dg.2de1a547.svg)}.fi-dg.fis{background-image:url(/_next/static/media/dg.52fa6fbe.svg)}.fi-eac{background-image:url(/_next/static/media/eac.1ac04507.svg)}.fi-eac.fis{background-image:url(/_next/static/media/eac.8d4776f5.svg)}.fi-es-ct{background-image:url(/_next/static/media/es-ct.5e59862b.svg)}.fi-es-ct.fis{background-image:url(/_next/static/media/es-ct.c6598d85.svg)}.fi-es-ga{background-image:url(/_next/static/media/es-ga.f3f34c34.svg)}.fi-es-ga.fis{background-image:url(/_next/static/media/es-ga.13ecfea2.svg)}.fi-es-pv{background-image:url(/_next/static/media/es-pv.75ca1be5.svg)}.fi-es-pv.fis{background-image:url(/_next/static/media/es-pv.98874354.svg)}.fi-eu{background-image:url(/_next/static/media/eu.cef9551f.svg)}.fi-eu.fis{background-image:url(/_next/static/media/eu.6f18afcd.svg)}.fi-gb-eng{background-image:url(/_next/static/media/gb-eng.e1fc6b4f.svg)}.fi-gb-eng.fis{background-image:url(/_next/static/media/gb-eng.5107a4c2.svg)}.fi-gb-nir{background-image:url(/_next/static/media/gb-nir.8ec547f4.svg)}.fi-gb-nir.fis{background-image:url(/_next/static/media/gb-nir.f40f87d5.svg)}.fi-gb-sct{background-image:url(/_next/static/media/gb-sct.10f3906a.svg)}.fi-gb-sct.fis{background-image:url(/_next/static/media/gb-sct.6618f22c.svg)}.fi-gb-wls{background-image:url(/_next/static/media/gb-wls.a6fac399.svg)}.fi-gb-wls.fis{background-image:url(/_next/static/media/gb-wls.1cf3d9cc.svg)}.fi-ic{background-image:url(/_next/static/media/ic.1404e905.svg)}.fi-ic.fis{background-image:url(/_next/static/media/ic.b8b8078e.svg)}.fi-pc{background-image:url(/_next/static/media/pc.9cfd8220.svg)}.fi-pc.fis{background-image:url(/_next/static/media/pc.25fa6033.svg)}.fi-sh-ac{background-image:url(/_next/static/media/sh-ac.49686f50.svg)}.fi-sh-ac.fis{background-image:url(/_next/static/media/sh-ac.103f8fd9.svg)}.fi-sh-hl{background-image:url(/_next/static/media/sh-hl.c4109a60.svg)}.fi-sh-hl.fis{background-image:url(/_next/static/media/sh-hl.664afc56.svg)}.fi-sh-ta{background-image:url(/_next/static/media/sh-ta.26f1bf6d.svg)}.fi-sh-ta.fis{background-image:url(/_next/static/media/sh-ta.9e06bc08.svg)}.fi-un{background-image:url(/_next/static/media/un.98053442.svg)}.fi-un.fis{background-image:url(/_next/static/media/un.f72dbd04.svg)}.fi-xk{background-image:url(/_next/static/media/xk.9fc203f3.svg)}.fi-xk.fis{background-image:url(/_next/static/media/xk.961776b9.svg)}

/*!************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[14].oneOf[12].use[3]!./node_modules/react-big-calendar/lib/css/react-big-calendar.css ***!
  \************************************************************************************************************************************************************************************************************************************************************************************************************/
@charset "UTF-8";
.rbc-btn {
  color: inherit;
  font: inherit;
  margin: 0;
}

button.rbc-btn {
  overflow: visible;
  text-transform: none;
  -webkit-appearance: button;
     -moz-appearance: button;
          appearance: button;
  cursor: pointer;
}

button[disabled].rbc-btn {
  cursor: not-allowed;
}

button.rbc-input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.rbc-calendar {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}

.rbc-m-b-negative-3 {
  margin-bottom: -3px;
}

.rbc-h-full {
  height: 100%;
}

.rbc-calendar *,
.rbc-calendar *:before,
.rbc-calendar *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

.rbc-abs-full, .rbc-row-bg {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.rbc-ellipsis, .rbc-show-more, .rbc-row-segment .rbc-event-content, .rbc-event-label {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.rbc-rtl {
  direction: rtl;
}

.rbc-off-range {
  color: #999999;
}

.rbc-off-range-bg {
  background: #e6e6e6;
}

.rbc-header {
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 3px;
  text-align: center;
  vertical-align: middle;
  font-weight: bold;
  font-size: 90%;
  min-height: 0;
  border-bottom: 1px solid #ddd;
}
.rbc-header + .rbc-header {
  border-left: 1px solid #ddd;
}
.rbc-rtl .rbc-header + .rbc-header {
  border-left-width: 0;
  border-right: 1px solid #ddd;
}
.rbc-header > a, .rbc-header > a:active, .rbc-header > a:visited {
  color: inherit;
  text-decoration: none;
}

.rbc-button-link {
  color: inherit;
  background: none;
  margin: 0;
  padding: 0;
  border: none;
  cursor: pointer;
  -webkit-user-select: text;
     -moz-user-select: text;
      -ms-user-select: text;
          user-select: text;
}

.rbc-row-content {
  position: relative;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  z-index: 4;
}

.rbc-row-content-scrollable {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}
.rbc-row-content-scrollable .rbc-row-content-scroll-container {
  height: 100%;
  overflow-y: scroll; /* IE and Edge */ /* Firefox */
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  /* Hide scrollbar for Chrome, Safari and Opera */
}
.rbc-row-content-scrollable .rbc-row-content-scroll-container::-webkit-scrollbar {
  display: none;
}

.rbc-today {
  background-color: #eaf6ff;
}

.rbc-toolbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
  font-size: 16px;
}
.rbc-toolbar .rbc-toolbar-label {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 0 10px;
  text-align: center;
}
.rbc-toolbar button {
  color: #373a3c;
  display: inline-block;
  margin: 0;
  text-align: center;
  vertical-align: middle;
  background: none;
  background-image: none;
  border: 1px solid #ccc;
  padding: 0.375rem 1rem;
  border-radius: 4px;
  line-height: normal;
  white-space: nowrap;
}
.rbc-toolbar button:active, .rbc-toolbar button.rbc-active {
  background-image: none;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  background-color: #e6e6e6;
  border-color: #adadad;
}
.rbc-toolbar button:active:hover, .rbc-toolbar button:active:focus, .rbc-toolbar button.rbc-active:hover, .rbc-toolbar button.rbc-active:focus {
  color: #373a3c;
  background-color: #d4d4d4;
  border-color: #8c8c8c;
}
.rbc-toolbar button:focus {
  color: #373a3c;
  background-color: #e6e6e6;
  border-color: #adadad;
}
.rbc-toolbar button:hover {
  color: #373a3c;
  cursor: pointer;
  background-color: #e6e6e6;
  border-color: #adadad;
}

.rbc-btn-group {
  display: inline-block;
  white-space: nowrap;
}
.rbc-btn-group > button:first-child:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rbc-btn-group > button:last-child:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rbc-rtl .rbc-btn-group > button:first-child:not(:last-child) {
  border-radius: 4px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.rbc-rtl .rbc-btn-group > button:last-child:not(:first-child) {
  border-radius: 4px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.rbc-btn-group > button:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.rbc-btn-group button + button {
  margin-left: -1px;
}
.rbc-rtl .rbc-btn-group button + button {
  margin-left: 0;
  margin-right: -1px;
}
.rbc-btn-group + .rbc-btn-group, .rbc-btn-group + button {
  margin-left: 10px;
}

@media (max-width: 767px) {
  .rbc-toolbar {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.rbc-event, .rbc-day-slot .rbc-background-event {
  border: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
  padding: 2px 5px;
  background-color: #3174ad;
  border-radius: 5px;
  color: #fff;
  cursor: pointer;
  width: 100%;
  text-align: left;
}
.rbc-slot-selecting .rbc-event, .rbc-slot-selecting .rbc-day-slot .rbc-background-event, .rbc-day-slot .rbc-slot-selecting .rbc-background-event {
  cursor: inherit;
  pointer-events: none;
}
.rbc-event.rbc-selected, .rbc-day-slot .rbc-selected.rbc-background-event {
  background-color: #265985;
}
.rbc-event:focus, .rbc-day-slot .rbc-background-event:focus {
  outline: 5px auto #3b99fc;
}

.rbc-event-label {
  font-size: 80%;
}

.rbc-event-overlaps {
  -webkit-box-shadow: -1px 1px 5px 0px rgba(51, 51, 51, 0.5);
          box-shadow: -1px 1px 5px 0px rgba(51, 51, 51, 0.5);
}

.rbc-event-continues-prior {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.rbc-event-continues-after {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.rbc-event-continues-earlier {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.rbc-event-continues-later {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.rbc-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.rbc-row-segment {
  padding: 0 1px 1px 1px;
}
.rbc-selected-cell {
  background-color: rgba(0, 0, 0, 0.1);
}

.rbc-show-more {
  background-color: rgba(255, 255, 255, 0.3);
  z-index: 4;
  font-weight: bold;
  font-size: 85%;
  height: auto;
  line-height: normal;
  color: #3174ad;
}
.rbc-show-more:hover, .rbc-show-more:focus {
  color: #265985;
}

.rbc-month-view {
  position: relative;
  border: 1px solid #ddd;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  width: 100%;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  height: 100%;
}

.rbc-month-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.rbc-month-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  -ms-flex-preferred-size: 0px;
      flex-basis: 0px;
  overflow: hidden;
  height: 100%;
}
.rbc-month-row + .rbc-month-row {
  border-top: 1px solid #ddd;
}

.rbc-date-cell {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  min-width: 0;
  padding-right: 5px;
  text-align: right;
}
.rbc-date-cell.rbc-now {
  font-weight: bold;
}
.rbc-date-cell > a, .rbc-date-cell > a:active, .rbc-date-cell > a:visited {
  color: inherit;
  text-decoration: none;
}

.rbc-row-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  overflow: hidden;
  right: 1px;
}

.rbc-day-bg {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
}
.rbc-day-bg + .rbc-day-bg {
  border-left: 1px solid #ddd;
}
.rbc-rtl .rbc-day-bg + .rbc-day-bg {
  border-left-width: 0;
  border-right: 1px solid #ddd;
}

.rbc-overlay {
  position: absolute;
  z-index: 5;
  border: 1px solid #e5e5e5;
  background-color: #fff;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25);
  padding: 10px;
}
.rbc-overlay > * + * {
  margin-top: 1px;
}

.rbc-overlay-header {
  border-bottom: 1px solid #e5e5e5;
  margin: -10px -10px 5px -10px;
  padding: 2px 10px;
}

.rbc-agenda-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  overflow: auto;
}
.rbc-agenda-view table.rbc-agenda-table {
  width: 100%;
  border: 1px solid #ddd;
  border-spacing: 0;
  border-collapse: collapse;
}
.rbc-agenda-view table.rbc-agenda-table tbody > tr > td {
  padding: 5px 10px;
  vertical-align: top;
}
.rbc-agenda-view table.rbc-agenda-table .rbc-agenda-time-cell {
  padding-left: 15px;
  padding-right: 15px;
  text-transform: lowercase;
}
.rbc-agenda-view table.rbc-agenda-table tbody > tr > td + td {
  border-left: 1px solid #ddd;
}
.rbc-rtl .rbc-agenda-view table.rbc-agenda-table tbody > tr > td + td {
  border-left-width: 0;
  border-right: 1px solid #ddd;
}
.rbc-agenda-view table.rbc-agenda-table tbody > tr + tr {
  border-top: 1px solid #ddd;
}
.rbc-agenda-view table.rbc-agenda-table thead > tr > th {
  padding: 3px 5px;
  text-align: left;
  border-bottom: 1px solid #ddd;
}
.rbc-rtl .rbc-agenda-view table.rbc-agenda-table thead > tr > th {
  text-align: right;
}

.rbc-agenda-time-cell {
  text-transform: lowercase;
}
.rbc-agenda-time-cell .rbc-continues-after:after {
  content: " »";
}
.rbc-agenda-time-cell .rbc-continues-prior:before {
  content: "« ";
}

.rbc-agenda-date-cell,
.rbc-agenda-time-cell {
  white-space: nowrap;
}

.rbc-agenda-event-cell {
  width: 100%;
}

.rbc-time-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
}
.rbc-time-column .rbc-timeslot-group {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.rbc-timeslot-group {
  border-bottom: 1px solid #ddd;
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
}

.rbc-time-gutter,
.rbc-header-gutter {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}

.rbc-label {
  padding: 0 5px;
}

.rbc-day-slot {
  position: relative;
}
.rbc-day-slot .rbc-events-container {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  margin-right: 10px;
  top: 0;
}
.rbc-day-slot .rbc-events-container.rbc-rtl {
  left: 10px;
  right: 0;
}
.rbc-day-slot .rbc-event, .rbc-day-slot .rbc-background-event {
  border: 1px solid #265985;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-height: 100%;
  min-height: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column wrap;
          flex-flow: column wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  overflow: hidden;
  position: absolute;
}
.rbc-day-slot .rbc-background-event {
  opacity: 0.75;
}
.rbc-day-slot .rbc-event-label {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  padding-right: 5px;
  width: auto;
}
.rbc-day-slot .rbc-event-content {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  word-wrap: break-word;
  line-height: 1;
  height: 100%;
  min-height: 1em;
}
.rbc-day-slot .rbc-time-slot {
  border-top: 1px solid #f7f7f7;
}

.rbc-time-view-resources .rbc-time-gutter,
.rbc-time-view-resources .rbc-time-header-gutter {
  position: sticky;
  left: 0;
  background-color: white;
  border-right: 1px solid #ddd;
  z-index: 10;
  margin-right: -1px;
}
.rbc-time-view-resources .rbc-time-header {
  overflow: hidden;
}
.rbc-time-view-resources .rbc-time-header-content {
  min-width: auto;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
  -ms-flex-preferred-size: 0px;
      flex-basis: 0px;
}
.rbc-time-view-resources .rbc-time-header-cell-single-day {
  display: none;
}
.rbc-time-view-resources .rbc-day-slot {
  min-width: 140px;
}
.rbc-time-view-resources .rbc-header,
.rbc-time-view-resources .rbc-day-bg {
  width: 140px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
  -ms-flex-preferred-size: 0 px;
      flex-basis: 0 px;
}

.rbc-time-header-content + .rbc-time-header-content {
  margin-left: -1px;
}

.rbc-time-slot {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0px;
          flex: 1 0 0;
}
.rbc-time-slot.rbc-now {
  font-weight: bold;
}

.rbc-day-header {
  text-align: center;
}

.rbc-slot-selection {
  z-index: 10;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  font-size: 75%;
  width: 100%;
  padding: 3px;
}

.rbc-slot-selecting {
  cursor: move;
}

.rbc-time-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
  border: 1px solid #ddd;
  min-height: 0;
}
.rbc-time-view .rbc-time-gutter {
  white-space: nowrap;
  text-align: right;
}
.rbc-time-view .rbc-allday-cell {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 100%;
  height: 100%;
  position: relative;
}
.rbc-time-view .rbc-allday-cell + .rbc-allday-cell {
  border-left: 1px solid #ddd;
}
.rbc-time-view .rbc-allday-events {
  position: relative;
  z-index: 4;
}
.rbc-time-view .rbc-row {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 20px;
}

.rbc-time-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.rbc-time-header.rbc-overflowing {
  border-right: 1px solid #ddd;
}
.rbc-rtl .rbc-time-header.rbc-overflowing {
  border-right-width: 0;
  border-left: 1px solid #ddd;
}
.rbc-time-header > .rbc-row:first-child {
  border-bottom: 1px solid #ddd;
}
.rbc-time-header > .rbc-row.rbc-row-resource {
  border-bottom: 1px solid #ddd;
}

.rbc-time-header-cell-single-day {
  display: none;
}

.rbc-time-header-content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-width: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border-left: 1px solid #ddd;
}
.rbc-rtl .rbc-time-header-content {
  border-left-width: 0;
  border-right: 1px solid #ddd;
}
.rbc-time-header-content > .rbc-row.rbc-row-resource {
  border-bottom: 1px solid #ddd;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.rbc-time-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
          flex: 1 0 0%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  border-top: 2px solid #ddd;
  overflow-y: auto;
  position: relative;
}
.rbc-time-content > .rbc-time-gutter {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
}
.rbc-time-content > * + * > * {
  border-left: 1px solid #ddd;
}
.rbc-rtl .rbc-time-content > * + * > * {
  border-left-width: 0;
  border-right: 1px solid #ddd;
}
.rbc-time-content > .rbc-day-slot {
  width: 100%;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.rbc-current-time-indicator {
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  height: 1px;
  background-color: #74ad31;
  pointer-events: none;
}

.rbc-resource-grouping.rbc-time-header-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.rbc-resource-grouping .rbc-row .rbc-header {
  width: 141px;
}

/*# sourceMappingURL=react-big-calendar.css.map */
