*, ::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.14 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

button,
select {
  text-transform: none;
}

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

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

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

:-moz-focusring {
  outline: auto;
}

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

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

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

progress {
  vertical-align: baseline;
}

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

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

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

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

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

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

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

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

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

summary {
  display: list-item;
}

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

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

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Reset default styling for dialogs.
*/
dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

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

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

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

/*
Set the default cursor for buttons.
*/

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

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

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

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

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

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

/* Make elements with the HTML hidden attribute stay hidden by default */
[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}
.container{
    width: 100%;

}
@media (min-width: 560px){

    .container{
        max-width: 560px;

    }

}
@media (min-width: 900px){

    .container{
        max-width: 900px;

    }

}
@media (min-width: 1200px){

    .container{
        max-width: 1200px;

    }

}
@media (min-width: 1400px){

    .container{
        max-width: 1400px;

    }

}
@media (min-width: 1548px){

    .container{
        max-width: 1548px;

    }

}
.sr-only{
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border-width: 0;

}
.visible{
    visibility: visible;

}
.invisible{
    visibility: hidden;

}
.\!static{
    position: static !important;

}
.static{
    position: static;

}
.fixed{
    position: fixed;

}
.absolute{
    position: absolute;

}
.relative{
    position: relative;

}
.sticky{
    position: sticky;

}
.inset-0{
    inset: 0px;

}
.-bottom-\[1px\]{
    bottom: -1px;

}
.bottom-0{
    bottom: 0px;

}
.bottom-16{
    bottom: 4rem;

}
.left-0{
    left: 0px;

}
.left-3{
    left: 0.75rem;

}
.left-4{
    left: 1rem;

}
.left-8{
    left: 2rem;

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

}
.right-0{
    right: 0px;

}
.right-2{
    right: 0.5rem;

}
.right-3{
    right: 0.75rem;

}
.right-8{
    right: 2rem;

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

}
.top-0{
    top: 0px;

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

}
.top-2{
    top: 0.5rem;

}
.top-3{
    top: 0.75rem;

}
.top-\[3\.7rem\]{
    top: 3.7rem;

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

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

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

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

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

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

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

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

}
.m-0{
    margin: 0px;

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

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

}
.mx-1{
    margin-left: 0.25rem;
    margin-right: 0.25rem;

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

}
.my-10{
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;

}
.my-16{
    margin-top: 4rem;
    margin-bottom: 4rem;

}
.my-8{
    margin-top: 2rem;
    margin-bottom: 2rem;

}
.my-auto{
    margin-top: auto;
    margin-bottom: auto;

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

}
.\!mt-0{
    margin-top: 0px !important;

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

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

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

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

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

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

}
.mb-10{
    margin-bottom: 2.5rem;

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

}
.mb-14{
    margin-bottom: 3.5rem;

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

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

}
.mb-20{
    margin-bottom: 5rem;

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

}
.mb-28{
    margin-bottom: 7rem;

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

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

}
.mb-5{
    margin-bottom: 1.25rem;

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

}
.mb-7{
    margin-bottom: 1.75rem;

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

}
.mb-9{
    margin-bottom: 2.25rem;

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

}
.ml-2{
    margin-left: 0.5rem;

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

}
.mr-1{
    margin-right: 0.25rem;

}
.mr-2{
    margin-right: 0.5rem;

}
.mr-4{
    margin-right: 1rem;

}
.mt-0{
    margin-top: 0px;

}
.mt-1{
    margin-top: 0.25rem;

}
.mt-10{
    margin-top: 2.5rem;

}
.mt-11{
    margin-top: 2.75rem;

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

}
.mt-14{
    margin-top: 3.5rem;

}
.mt-16{
    margin-top: 4rem;

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

}
.mt-2\.5{
    margin-top: 0.625rem;

}
.mt-20{
    margin-top: 5rem;

}
.mt-28{
    margin-top: 7rem;

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

}
.mt-3\.5{
    margin-top: 0.875rem;

}
.mt-4{
    margin-top: 1rem;

}
.mt-5{
    margin-top: 1.25rem;

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

}
.mt-7{
    margin-top: 1.75rem;

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

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

}
.mt-auto{
    margin-top: auto;

}
.\!block{
    display: block !important;

}
.block{
    display: block;

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

}
.inline{
    display: inline;

}
.flex{
    display: flex;

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

}
.\!table{
    display: table !important;

}
.table{
    display: table;

}
.grid{
    display: grid;

}
.contents{
    display: contents;

}
.hidden{
    display: none;

}
.aspect-\[2\/1\]{
    aspect-ratio: 2/1;

}
.h-11{
    height: 2.75rem;

}
.h-12{
    height: 3rem;

}
.h-14{
    height: 3.5rem;

}
.h-16{
    height: 4rem;

}
.h-4{
    height: 1rem;

}
.h-40{
    height: 10rem;

}
.h-44{
    height: 11rem;

}
.h-5{
    height: 1.25rem;

}
.h-60{
    height: 15rem;

}
.h-72{
    height: 18rem;

}
.h-9{
    height: 2.25rem;

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

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

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

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

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

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

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

}
.h-\[calc\(100vh-60px\)\]{
    height: calc(100vh - 60px);

}
.h-auto{
    height: auto;

}
.h-full{
    height: 100%;

}
.h-screen{
    height: 100vh;

}
.max-h-72{
    max-height: 18rem;

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

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

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

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

}
.min-h-36{
    min-height: 9rem;

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

}
.w-1\/3{
    width: 33.333333%;

}
.w-11{
    width: 2.75rem;

}
.w-12{
    width: 3rem;

}
.w-14{
    width: 3.5rem;

}
.w-16{
    width: 4rem;

}
.w-36{
    width: 9rem;

}
.w-4{
    width: 1rem;

}
.w-5{
    width: 1.25rem;

}
.w-9{
    width: 2.25rem;

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

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

}
.w-full{
    width: 100%;

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

}
.max-w-6{
    max-width: 1.5rem;

}
.max-w-7{
    max-width: 1.75rem;

}
.max-w-8{
    max-width: 2rem;

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

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

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

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

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

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

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

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

}
.flex-1{
    flex: 1 1 0%;

}
.flex-shrink-0{
    flex-shrink: 0;

}
.shrink{
    flex-shrink: 1;

}
.shrink-0{
    flex-shrink: 0;

}
.grow{
    flex-grow: 1;

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

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

}
.scale-\[0\.958\]{
    --tw-scale-x: 0.958;
    --tw-scale-y: 0.958;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));

}
.scale-\[0\.98\]{
    --tw-scale-x: 0.98;
    --tw-scale-y: 0.98;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));

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

}
.cursor-pointer{
    cursor: pointer;

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

}
.columns-1{
    -moz-columns: 1;
         columns: 1;

}
.break-inside-avoid-column{
    -moz-column-break-inside: avoid;
         break-inside: avoid-column;

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

}
.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-center{
    align-items: center;

}
.\!justify-start{
    justify-content: flex-start !important;

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

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

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

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

}
.gap-1{
    gap: 0.25rem;

}
.gap-10{
    gap: 2.5rem;

}
.gap-11{
    gap: 2.75rem;

}
.gap-12{
    gap: 3rem;

}
.gap-2{
    gap: 0.5rem;

}
.gap-28{
    gap: 7rem;

}
.gap-3{
    gap: 0.75rem;

}
.gap-4{
    gap: 1rem;

}
.gap-5{
    gap: 1.25rem;

}
.gap-6{
    gap: 1.5rem;

}
.gap-7{
    gap: 1.75rem;

}
.gap-8{
    gap: 2rem;

}
.gap-9{
    gap: 2.25rem;

}
.gap-x-3{
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;

}
.gap-x-7{
    -moz-column-gap: 1.75rem;
         column-gap: 1.75rem;

}
.gap-x-8{
    -moz-column-gap: 2rem;
         column-gap: 2rem;

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

}
.gap-y-7{
    row-gap: 1.75rem;

}
.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-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-4 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1rem * var(--tw-space-y-reverse));

}
.space-y-5 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.25rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.25rem * var(--tw-space-y-reverse));

}
.space-y-6 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(1.5rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(1.5rem * var(--tw-space-y-reverse));

}
.space-y-8 > :not([hidden]) ~ :not([hidden]){
    --tw-space-y-reverse: 0;
    margin-top: calc(2rem * calc(1 - var(--tw-space-y-reverse)));
    margin-bottom: calc(2rem * var(--tw-space-y-reverse));

}
.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-light > :not([hidden]) ~ :not([hidden]){
    --tw-divide-opacity: 1;
    border-color: rgb(230 230 230 / var(--tw-divide-opacity));

}
.overflow-auto{
    overflow: auto;

}
.overflow-hidden{
    overflow: hidden;

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

}
.whitespace-nowrap{
    white-space: nowrap;

}
.text-nowrap{
    text-wrap: nowrap;

}
.rounded-full{
    border-radius: 5em;

}
.rounded-lg{
    border-radius: 30px;

}
.rounded-md{
    border-radius: 16px;

}
.rounded-sm{
    border-radius: 15px;

}
.rounded-xs{
    border-radius: 5px;

}
.rounded-b-lg{
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;

}
.rounded-b-sm{
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;

}
.rounded-t-lg{
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;

}
.rounded-tr-md{
    border-top-right-radius: 16px;

}
.border{
    border-width: 1px;

}
.border-2{
    border-width: 2px;

}
.border-y{
    border-top-width: 1px;
    border-bottom-width: 1px;

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

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

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

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

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

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

}
.border-accent{
    --tw-border-opacity: 1;
    border-color: rgb(61 174 224 / var(--tw-border-opacity));

}
.border-light{
    --tw-border-opacity: 1;
    border-color: rgb(230 230 230 / var(--tw-border-opacity));

}
.border-lightgray{
    --tw-border-opacity: 1;
    border-color: rgb(245 245 245 / var(--tw-border-opacity));

}
.border-yellow{
    --tw-border-opacity: 1;
    border-color: rgb(255 222 87 / var(--tw-border-opacity));

}
.border-b-light{
    --tw-border-opacity: 1;
    border-bottom-color: rgb(230 230 230 / var(--tw-border-opacity));

}
.border-b-yellow{
    --tw-border-opacity: 1;
    border-bottom-color: rgb(255 222 87 / var(--tw-border-opacity));

}
.border-l-yellow{
    --tw-border-opacity: 1;
    border-left-color: rgb(255 222 87 / var(--tw-border-opacity));

}
.border-t-light{
    --tw-border-opacity: 1;
    border-top-color: rgb(230 230 230 / var(--tw-border-opacity));

}
.\!bg-transparent{
    background-color: transparent !important;

}
.bg-accent{
    --tw-bg-opacity: 1;
    background-color: rgb(61 174 224 / var(--tw-bg-opacity));

}
.bg-background{
    --tw-bg-opacity: 1;
    background-color: rgb(246 243 229 / var(--tw-bg-opacity));

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

}
.bg-field{
    --tw-bg-opacity: 1;
    background-color: rgb(233 233 233 / var(--tw-bg-opacity));

}
.bg-light{
    --tw-bg-opacity: 1;
    background-color: rgb(230 230 230 / var(--tw-bg-opacity));

}
.bg-lightblue{
    --tw-bg-opacity: 1;
    background-color: rgb(231 241 245 / var(--tw-bg-opacity));

}
.bg-lightgray{
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity));

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

}
.bg-primary-light{
    --tw-bg-opacity: 1;
    background-color: rgb(216 239 249 / var(--tw-bg-opacity));

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

}
.bg-yellow{
    --tw-bg-opacity: 1;
    background-color: rgb(255 222 87 / var(--tw-bg-opacity));

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

}
.bg-opacity-20{
    --tw-bg-opacity: 0.2;

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

}
.bg-opacity-60{
    --tw-bg-opacity: 0.6;

}
.bg-opacity-80{
    --tw-bg-opacity: 0.8;

}
.bg-opacity-90{
    --tw-bg-opacity: 0.9;

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

}
.from-background{
    --tw-gradient-from: #F6F3E5 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(246 243 229 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);

}
.to-white{
    --tw-gradient-to: #FFFFFF var(--tw-gradient-to-position);

}
.object-contain{
    -o-object-fit: contain;
       object-fit: contain;

}
.object-cover{
    -o-object-fit: cover;
       object-fit: cover;

}
.\!p-0{
    padding: 0px !important;

}
.p-0{
    padding: 0px;

}
.p-10{
    padding: 2.5rem;

}
.p-2{
    padding: 0.5rem;

}
.p-3{
    padding: 0.75rem;

}
.p-4{
    padding: 1rem;

}
.p-5{
    padding: 1.25rem;

}
.p-6{
    padding: 1.5rem;

}
.p-8{
    padding: 2rem;

}
.p-\[12px_32px\]{
    padding: 12px 32px;

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

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

}
.px-0{
    padding-left: 0px;
    padding-right: 0px;

}
.px-1\.5{
    padding-left: 0.375rem;
    padding-right: 0.375rem;

}
.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-9{
    padding-left: 2.25rem;
    padding-right: 2.25rem;

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

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

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

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

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

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

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

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

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

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

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

}
.py-9{
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;

}
.pb-0{
    padding-bottom: 0px;

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

}
.pb-16{
    padding-bottom: 4rem;

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

}
.pb-2\.5{
    padding-bottom: 0.625rem;

}
.pb-3{
    padding-bottom: 0.75rem;

}
.pb-4{
    padding-bottom: 1rem;

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

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

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

}
.pb-9{
    padding-bottom: 2.25rem;

}
.pl-12{
    padding-left: 3rem;

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

}
.pl-3{
    padding-left: 0.75rem;

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

}
.pl-6{
    padding-left: 1.5rem;

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

}
.pr-0{
    padding-right: 0px;

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

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

}
.pt-10{
    padding-top: 2.5rem;

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

}
.pt-5{
    padding-top: 1.25rem;

}
.pt-6{
    padding-top: 1.5rem;

}
.pt-7{
    padding-top: 1.75rem;

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

}
.pt-9{
    padding-top: 2.25rem;

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

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

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

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

}
.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-\[14px\]{
    font-size: 14px;

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

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

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

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

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

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

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

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

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

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

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

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

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

}
.uppercase{
    text-transform: uppercase;

}
.lowercase{
    text-transform: lowercase;

}
.capitalize{
    text-transform: capitalize;

}
.leading-8{
    line-height: 2rem;

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

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

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

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

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

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

}
.leading-none{
    line-height: 1;

}
.leading-tight{
    line-height: 1.25;

}
.tracking-tight{
    letter-spacing: -0.025em;

}
.tracking-wider{
    letter-spacing: 0.05em;

}
.\!text-primary{
    --tw-text-opacity: 1 !important;
    color: rgb(0 0 0 / var(--tw-text-opacity)) !important;

}
.\!text-secondary{
    --tw-text-opacity: 1 !important;
    color: rgb(102 102 102 / var(--tw-text-opacity)) !important;

}
.text-accent{
    --tw-text-opacity: 1;
    color: rgb(61 174 224 / var(--tw-text-opacity));

}
.text-disabled{
    --tw-text-opacity: 1;
    color: rgb(160 160 160 / var(--tw-text-opacity));

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

}
.text-gray-600{
    --tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity));

}
.text-light{
    --tw-text-opacity: 1;
    color: rgb(230 230 230 / var(--tw-text-opacity));

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

}
.text-secondary{
    --tw-text-opacity: 1;
    color: rgb(102 102 102 / var(--tw-text-opacity));

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

}
.text-yellow{
    --tw-text-opacity: 1;
    color: rgb(255 222 87 / var(--tw-text-opacity));

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

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

}
.antialiased{
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

}
.opacity-0{
    opacity: 0;

}
.mix-blend-multiply{
    mix-blend-mode: multiply;

}
.shadow-lg{
    --tw-shadow: 0px 0px 110px rgba(0,0,0,.1);
    --tw-shadow-colored: 0px 0px 110px 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 1px 4px -1px rgba(0,0,0,.1);
    --tw-shadow-colored: 0 1px 4px -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-sm{
    --tw-shadow: 0 10px 20px -10px rgba(0,0,0,.1);
    --tw-shadow-colored: 0 10px 20px -10px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);

}
.shadow-xs{
    --tw-shadow: 0 0px 0px 1px rgba(0,0,0,.1);
    --tw-shadow-colored: 0 0px 0px 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);

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

}
.outline{
    outline-style: solid;

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

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

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

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

}
.transition-colors{
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;

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

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

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

}
.alignfull{
    margin: 2rem calc(50% - 50vw) !important;
    max-width: 100vw !important;
    width: 100vw;

}
.alignwide{
    margin: 2rem 0;
    max-width: undefined !important;

}
.alignnone{
    margin-left: 0px;
    margin-right: 0px;
    height: auto;
    max-width: 100%;

}
.aligncenter{
    margin: 0.5rem auto;
    display: block;

}
@media (min-width: 900px){

    .alignleft:not(.wp-block-button){
        margin-right: 0.5rem;
        float: left;

    }

    .alignright:not(.wp-block-button){
        margin-left: 0.5rem;
        float: right;

    }

    .wp-block-button.alignleft a{
        float: left;
        margin-right: 1rem;

    }

    .wp-block-button.alignright a{
        float: right;
        margin-left: 1rem;

    }

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

}
.wp-caption img{
    margin-bottom: 0.5rem;
    line-height: 1;

}
.wp-caption-text{
    font-size: 0.875rem;
    color: #4b5563;

}
.text-4xl{
    font-size: 35px;
    line-height: 45px;

}
@media (min-width: 900px){

    .text-4xl{
        font-size: 40px;
        line-height: 40px;

    }

}
@media (min-width: 1200px){

    .text-4xl{
        font-size: 50px;
        line-height: 50px;

    }

}
.text-3xl{
    font-size: 35px;
    line-height: 35px;

}
@media (min-width: 900px){

    .text-3xl{
        font-size: 40px;
        line-height: 40px;

    }

}
@media (min-width: 1200px){

    .text-3xl{
        font-size: 50px;
        line-height: 50px;

    }

}
.text-25xl{
    font-size: 26px;
    line-height: 30px;

}
@media (min-width: 900px){

    .text-25xl{
        font-size: 30px;
        line-height: 40px;

    }

}
@media (min-width: 1200px){

    .text-25xl{
        font-size: 40px;
        line-height: 50px;

    }

}
.text-21xl{
    font-size: 18px;
    line-height: 28px;

}
@media (min-width: 900px){

    .text-21xl{
        font-size: 25px;
        line-height: 30px;

    }

}
@media (min-width: 1200px){

    .text-21xl{
        font-size: 30px;
        line-height: 40px;

    }

}
.text-sm{
    font-size: 14px;
    line-height: 24px;

}
@media (min-width: 900px){

    .text-sm{
        font-size: 14px;
        line-height: 26px;

    }

}
@media (min-width: 1200px){

    .text-sm{
        font-size: 14px;
        line-height: 26px;

    }

}
.text-xxl{
    font-size: 18px;
    line-height: 26px;

}
@media (min-width: 900px){

    .text-xxl{
        font-size: 18px;
        line-height: 28px;

    }

}
@media (min-width: 1200px){

    .text-xxl{
        font-size: 22px;
        line-height: 26px;

    }

}
.text-lg{
    font-size: 16px;
    line-height: 26px;

}
@media (min-width: 1200px){

    .text-lg{
        font-size: 18px;
        line-height: 26px;

    }

}
.text-xl{
    font-size: 16px;
    line-height: 26px;

}
@media (min-width: 1200px){

    .text-xl{
        font-size: 22px;
        line-height: 32px;

    }

}
.text-listing{
    font-size: 18px;
    line-height: 26px;

}
@media (min-width: 900px){

    .text-listing{
        font-size: 20px;

    }

}
@media (min-width: 1200px){

    .text-listing{
        font-size: 22px;
        line-height: 32px;

    }

}
.text-2xl{
    font-size: 20px;
    line-height: 30px;

}
@media (min-width: 900px){

    .text-2xl{
        font-size: 20px;
        line-height: 30px;

    }

}
@media (min-width: 1200px){

    .text-2xl{
        font-size: 30px;
        line-height: 40px;

    }

}
.text-md,body{
    font-size: 16px;
    line-height: 26px;

}
html,
 body {
     scroll-behavior: smooth;
     --tw-bg-opacity: 1;
     background-color: rgb(255 255 255 / var(--tw-bg-opacity));
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     font-family: "Poppins", sans-serif;
     font-size: 16px;
 }
svg {
     display: inline;
 }
p{font-family: inherit;
line-height: inherit;}
svg,
 img {
     max-width: 100%;
     height: auto;
 }
.airport_photo img{
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    -o-object-fit: cover;
       object-fit: cover;

}
.fade {
    animation: fade-up  0.25s forwards;
}
.pace{-webkit-pointer-events:none;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}
.pace-inactive{display:none}
.pace .pace-progress{background:#3daee0;position:fixed;z-index:90000;top:0;right:100%;width:100%;height:2px}
@keyframes fade-up {
    0% {
        opacity: 0;
        transform: translateY(-10px);
    }

    100% {
        opacity: 1;
        transform: translateY(0px);
    }
}
#welcomepickups >div{
    background: none!important;
}
a, path {
    transition: all 0.2s ease;
}
.sib_signup_form{width: 100%;}
.news_excerpt:hover+header+div h3{
    --tw-text-opacity: 1;
    color: rgb(61 174 224 / var(--tw-text-opacity));
    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;

}
.newsletter-input input[type="email"]{
    border-radius: 15px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(230 230 230 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity));
    padding: 1rem;

}
.sib_loader{max-width: 24px;position:absolute;right:0;}
.btn{
    display: inline-flex;
    cursor: pointer;
    border-radius: 15px;
    --tw-bg-opacity: 1;
    background-color: rgb(61 174 224 / var(--tw-bg-opacity));
    padding: 12px 32px;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity));
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
    font-size: 16px;
    line-height: 26px;

}
@media (min-width: 560px){

    .btn{
        padding: 14px 36px;

    }

}
.btn:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(255 222 87 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));

}
.btn:hover path{
    fill: #000000;

}
.btn:active { 
        transform: scale(0.97) translate(0, 1px);

      }
.breadcrumb a:hover{
    --tw-text-opacity: 1;
    color: rgb(61 174 224 / var(--tw-text-opacity));

}
input{
    outline: none!important;
}
.nav_airport__item_wrap  a{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;

}
.nav_airport__item_wrap  a:active{
    --tw-scale-x: 0.958;
    --tw-scale-y: 0.958;
    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));
    --tw-shadow: 0 10px 20px -10px rgba(0,0,0,.1);
    --tw-shadow-colored: 0 10px 20px -10px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);

}
.news_list__items>div,
.news_list__items>li,
.minicard_list__items >div,
.blog_list__item >div{
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;

}
.news_list__items>div:hover,.news_list__items>li:hover,.minicard_list__items >div:hover,.blog_list__item >div:hover{
    --tw-scale-x: 0.98;
    --tw-scale-y: 0.98;
    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));
    --tw-shadow: 0 10px 20px -10px rgba(0,0,0,.1);
    --tw-shadow-colored: 0 10px 20px -10px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);

}
.news_list__items>div:active,.news_list__items>li:active,.minicard_list__items >div:active,.blog_list__item >div:active{
    --tw-scale-x: 0.958;
    --tw-scale-y: 0.958;
    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));
    --tw-shadow: 0 10px 20px -10px rgba(0,0,0,.1);
    --tw-shadow-colored: 0 10px 20px -10px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);

}
.mapboxgl-marker {
    height: 60px!important;
    width: 60px!important;
}
.customScroll {
    scrollbar-width: thin;
    scrollbar-color: white transparent;
     
}
.customScroll:hover {
        scrollbar-width: thin;
        scrollbar-color: lightgray transparent;
    }
.noradius{}
.container{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;

}
@media (min-width: 900px){

    .container{
        max-width: 991px;

    }

}
@media (min-width: 1200px){

    .container{
        padding-left: 24px;
        padding-right: 24px;
        max-width: 1548px;

    }

}
.menu-items a{
    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;

}
.menu-items a:hover{
    --tw-text-opacity: 1;
    color: rgb(61 174 224 / var(--tw-text-opacity));

}
.screen-reader-text {
    display: none;
}
.pagination{
    margin-top: 1.5rem;
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: center;

}
@media (min-width: 900px){

    .pagination{
        margin-top: 3rem;

    }

}
.pagination .current span{
    --tw-border-opacity: 1;
    border-color: rgb(61 174 224 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(61 174 224 / var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity)); /* Blue background and white text for the active state */

}
.ab-filter:hover{
    border-width: 1px;
    border-bottom-width: 0px;
    --tw-border-opacity: 1;
    border-color: rgb(230 230 230 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity));
         border-radius: 15px 15px 0 0;

}
.ab-filter:hover div{
    display: grid;
             border-radius: 0 0 15px 15px;

}
.breadcrumb_last{
    white-space: nowrap;display:inline-block;overflow: hidden;
    text-overflow: ellipsis;vertical-align:middle;max-width:200px;
 }
.breadcrumb-container{position: relative;  }
@media(max-width:600px){
 .breadcrumb-container::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 32px; /* Set the gradient width */
    height: 100%; /* Matches the height of .breadcrumb */
    pointer-events: none; /* Ensures it doesn’t block interaction */
    background: linear-gradient(to right, transparent, #f6f3e5); /* Gradient from transparent to white */
  }}
.loader-wheel {
    animation: spin 1s infinite linear;
    border: 2px solid rgba(223, 223, 223, 0.4);
    border-left: 2px solid #fff;
    border-radius: 50%;
    height: 32px;
    width: 32px;
  }
@keyframes spin {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
@media(max-width:0){
    .breadcrumb >span>span>.breadcrumb__separator:after{content:'...';display:inline-flex;margin-left:8px}
    .breadcrumb_last:before{
        content: url("data:image/svg+xml;charset=UTF-8,%3csvg width='7' height='8' viewBox='0 0 7 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M0.879 0.48H2.719L6.591 4.144L2.719 7.824H0.879L4.751 4.144L0.879 0.48Z' fill='black'%3e%3c/path%3e%3c/svg%3e");
        display: inline-flex;
        align-items: center;
        margin-right: 6px;
    }
    .breadcrumb__separator+span:not(.breadcrumb_last) a{display:none;}
    .breadcrumb__separator+span:not(.breadcrumb_last) .breadcrumb__separator{display:none;}
     }
.marker span {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 10px;
    margin: 16px;
    text-align: center;
    font-size: 12px;
    font-weight: 500;
    font-family: Poppins, Helvetica, Arial, sans-serif;
}
.new_review__ratings input {
    bottom: 10px;
    right: 50%;
}
.no-corner.top{border-radius: 16px 16px;/* 0 0 ;border-bottom:0*/}
.no-corner.bottom{border-radius:  0 0 16px 16px;border-top:0}
.new_review__ratings label:hover~label span:after {opacity: 0.7;}
.new_review__ratings:not(:hover) input:checked~label span:after,.new_review__ratings label:hover span:after,.new_review__ratings label:hover~label span:after 
{
    content: url("data:image/svg+xml;charset=UTF-8, %3csvg width='22' height='21' viewBox='0 0 22 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5.8179 20.8909C5.51753 20.8909 5.21849 20.798 4.966 20.6152C4.51756 20.2901 4.29401 19.7402 4.38842 19.1944L5.33183 13.6794L1.32173 9.78395C0.926959 9.39785 0.783349 8.82161 0.953015 8.29636C1.1229 7.77088 1.57846 7.38791 2.12576 7.30664L7.65528 6.50262L10.1326 1.48388C10.6202 0.492598 12.2472 0.492598 12.7348 1.48388L15.2137 6.50395L20.7563 7.30798C21.3034 7.38791 21.7579 7.77089 21.9291 8.2977C22.099 8.82317 21.9567 9.40075 21.5604 9.78528L17.5503 13.6807L18.495 19.1958C18.5878 19.7399 18.3643 20.2901 17.9188 20.6152C17.4703 20.9418 16.8781 20.9839 16.3904 20.7254L11.4343 18.1203L6.49545 20.7254C6.28236 20.8356 6.05013 20.8909 5.8179 20.8909Z' fill='%23F0CC38'/%3e%3c/svg%3e ");
}
.new_review__ratings span:after {
    content: url("data:image/svg+xml;charset=UTF-8, %3csvg width='22' height='21' viewBox='0 0 22 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M5.8179 20.8909C5.51753 20.8909 5.21849 20.798 4.966 20.6152C4.51756 20.2901 4.29401 19.7402 4.38842 19.1944L5.33183 13.6794L1.32173 9.78394C0.926959 9.39785 0.783349 8.82161 0.953015 8.29636C1.1229 7.77088 1.57846 7.38791 2.12576 7.30664L7.65528 6.50261L10.1326 1.48388C10.6202 0.492598 12.2472 0.492598 12.7348 1.48388L15.2137 6.50395L20.7563 7.30797C21.3034 7.38791 21.7579 7.77088 21.9291 8.2977C22.099 8.82317 21.9567 9.40075 21.5604 9.78528L17.5503 13.6807L18.495 19.1958C18.5878 19.7399 18.3643 20.2901 17.9188 20.6152C17.4703 20.9418 16.878 20.9839 16.3904 20.7254L11.4343 18.1203L6.49545 20.7254C6.28236 20.8356 6.05013 20.8909 5.8179 20.8909ZM11.4347 15.0273C11.6669 15.0273 11.8976 15.0826 12.1096 15.1943L15.14 16.7864L14.5637 13.4164C14.4825 12.9448 14.6392 12.4643 14.9817 12.1306L17.4258 9.75611L14.0443 9.2656C13.5711 9.19746 13.1632 8.89977 12.9515 8.47182L11.4363 5.40379L9.92262 8.47048C9.71065 8.89865 9.30295 9.19612 8.8298 9.26426L5.46276 9.75344L7.90688 12.1279C8.24933 12.4603 8.40609 12.9421 8.32482 13.4137L7.75013 16.7795L10.7603 15.1917C10.9687 15.0826 11.2009 15.0273 11.4347 15.0273Z' fill='%23F0CC38'/%3e%3c/svg%3e ");
     
    transition: color .2s ease
}
.grecaptcha-badge { 
    visibility: hidden !important;
}
.single .rich a:not(.btn){
    --tw-text-opacity: 1;
    color: rgb(61 174 224 / var(--tw-text-opacity));

}
.single .rich a:not(.btn):hover{
            text-decoration: underline;
        }
.single .rich.no-h3 h3{
    margin-bottom: -0.5rem;
    border-style: none;
    padding: 0px;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
    font-size: 16px;
    line-height: 26px;

}
@media (min-width: 1200px){

    .single .rich.no-h3 h3{
        font-size: 22px;
        line-height: 32px;

    }

}
.single .rich.no-h3 h3:after{display:none;}
.single blockquote{
    margin-top: 2.5rem;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    border-radius: 16px;
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
    --tw-gradient-from: #F6F3E5 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(246 243 229 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
    --tw-gradient-to: #FFFFFF var(--tw-gradient-to-position);
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;

}
@media (min-width: 1200px){

    .single blockquote{
        padding: 1.75rem;

    }

}
.single blockquote:before {
             line-height: 1;
             display: flex;
             height: 3rem;
             width: 3rem;
             align-items: center;
             justify-content: center;
             border-radius: 16px;
             --tw-bg-opacity: 1;
             background-color: rgb(255 222 87 / var(--tw-bg-opacity));
             content: url("data:image/svg+xml;charset=UTF-8, %3csvg width='19' height='19' viewBox='0 0 19 19' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M2.93714 8.77131V7.47142C2.93714 6.14384 4.01335 5.06763 5.34092 5.06763H6.22895C6.90896 5.06763 7.46022 4.51638 7.46022 3.83637C7.46022 3.15636 6.90896 2.60511 6.22895 2.60511H5.34126C2.65348 2.60511 0.474609 4.78398 0.474609 7.47176V8.77131V13.5106V15.1636C0.474609 15.8436 1.02586 16.3949 1.70587 16.3949H6.86694C7.54695 16.3949 8.09821 15.8436 8.09821 15.1636V10.0026C8.09821 9.32257 7.54695 8.77131 6.86694 8.77131H2.93714Z' fill='black'/%3e%3cpath d='M13.3649 8.77131V7.47142C13.3649 6.14384 14.4411 5.06763 15.7687 5.06763H16.6567C17.3367 5.06763 17.888 4.51638 17.888 3.83637C17.888 3.15636 17.3367 2.60511 16.6567 2.60511H15.769C13.0812 2.60511 10.9023 4.78398 10.9023 7.47176V8.77131V13.5106V15.1636C10.9023 15.8436 11.4536 16.3949 12.1336 16.3949H17.2947C17.9747 16.3949 18.5259 15.8436 18.5259 15.1636V10.0026C18.5259 9.32257 17.9747 8.77131 17.2947 8.77131H13.3649Z' fill='black'/%3e%3c/svg%3e ");
         }
.single blockquote p{
    margin: 0px;

}
@media(max-width:600px){
.single .rich  #airportTable tr{ display: block!important
     }}
.single .rich table{
    position: relative;
    z-index: 10;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    width: 100%;

}
@media (min-width: 900px){

    .single .rich table{
        margin-top: 2rem;

    }

}
.single .rich table:before {
             content: '';
             position: absolute;
             top: 0px;
             left: 0px;
             z-index: -10;
             height: 100%;
             width: 100%;
             border-radius: 15px;
             border-width: 1px;
             --tw-border-opacity: 1;
             border-color: rgb(230 230 230 / var(--tw-border-opacity));
             --tw-bg-opacity: 1;
             background-color: rgb(255 255 255 / var(--tw-bg-opacity))}
.single .rich table th{
    --tw-bg-opacity: 1;
    background-color: rgb(231 241 245 / var(--tw-bg-opacity));
    padding: 1.25rem;
    text-align: left;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(102 102 102 / var(--tw-text-opacity));
    font-size: 16px;
    line-height: 26px;

}
.single .rich table th:first-child{
    border-top-left-radius: 16px;

}
.single .rich table th:last-child{
    border-top-right-radius: 16px;

}
.single .rich table tbody > :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));
    --tw-divide-opacity: 1;
    border-color: rgb(230 230 230 / var(--tw-divide-opacity));

}
.single .rich table td{
    padding: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(102 102 102 / var(--tw-text-opacity));
    font-size: 16px;
    line-height: 26px;

}
.single .overflow-x-auto table{
    margin-top: 0px;
    margin-bottom: 0px;

}
.single .rich>h2,
     .single .rich>h3,
     .single .h3{
    position: relative;
    margin-top: 1.5rem;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-bottom-color: rgb(230 230 230 / var(--tw-border-opacity));
    padding-bottom: 0.75rem;
    font-size: 1.5rem;
    line-height: 2rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
    font-size: 20px;
    line-height: 30px;

}
@media (min-width: 900px){

    .single .rich>h2,
     .single .rich>h3,
     .single .h3{
        font-size: 20px;
        line-height: 30px;

    }

}
@media (min-width: 1200px){

    .single .rich>h2,
     .single .rich>h3,
     .single .h3{
        font-size: 30px;
        line-height: 40px;

    }

}
@media (min-width: 900px){

    .single .rich>h2,
     .single .rich>h3,
     .single .h3{
        margin-top: 2rem;

    }

}
.single .rich>h2:after, .single .rich>h3:after, .single .h3:after {
             content: '';
             position: absolute;
             left: 0px;
             bottom: 0px;
             display: inline-block;
             width: 9rem;
             border-bottom-width: 2px;
             --tw-border-opacity: 1;
             border-bottom-color: rgb(255 222 87 / var(--tw-border-opacity));
         }
.single .rich h4{
    margin-top: 2rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
    font-size: 16px;
    line-height: 26px;

}
@media (min-width: 1200px){

    .single .rich h4{
        font-size: 22px;
        line-height: 32px;

    }

}
.single b, .single strong{
    font-weight: 600;

}
.single .rich >ul,
        .single .rich >ol{list-style: disc;padding-left: 1.5rem}
.single .rich>p, .single p, .single ul, .single ol{
    margin-top: 1.5rem;
    --tw-text-opacity: 1;
    color: rgb(102 102 102 / var(--tw-text-opacity));
    font-size: 16px;
    line-height: 26px;

}
.single .rich>p li p,.single p li p,.single ul li p,.single ol li p{
    margin-top: 0.75rem;

}
.single .rich   img{
    width: 100%;
    border-radius: 30px;

}
.single section:not(:first-child){
    margin-top: 2.5rem;

}
@media (min-width: 560px){

    .single section:not(:first-child){
        margin-top: 2.5rem;

    }

}
.single section:first-child >h1:first-child, .single section:first-child >h2:first-child, .single section:first-child >h3:first-child, .single section:first-child >.rich >h3:first-child, .single section:first-child >.rich >h2:first-child, .single section:first-child >.rich >h1:first-child{
    margin-top: 0px !important;

}
.single .h3_class p+h3,
     .single .h3_class p+h2{
    margin-top: 2.5rem;

}
@media (min-width: 900px){

    .single .h3_class p+h3,
     .single .h3_class p+h2{
        margin-top: 2.5rem;

    }

}
.single .h3_li_class li h3{
    margin-top: 1rem;
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600;
    font-size: 16px;
    line-height: 26px;

}
@media (min-width: 1200px){

    .single .h3_li_class li h3{
        font-size: 18px;
        line-height: 26px;

    }

}
@media (min-width: 900px){

    .single .h3_li_class li h3{
        margin-top: 2rem;

    }

}
.single .h3_li_class ol+h3,
     .single .h3_li_class ul+h3{
    margin-top: 2rem;

}
@media (min-width: 900px){

    .single .h3_li_class ol+h3,
     .single .h3_li_class ul+h3{
        margin-top: 3rem;

    }

}
.title{
    position: relative;
    margin-bottom: 1rem;
    display: block;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-bottom-color: rgb(230 230 230 / var(--tw-border-opacity));
    padding-bottom: 0.5rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));

}
@media (min-width: 900px){

    .title{
        margin-bottom: 2rem;
        padding-bottom: 1rem;

    }

}
.title:after {
         content: '';
         position: absolute;
         left: 0px;
         bottom: 0px;
         display: inline-block;
         width: 9rem;
         border-bottom-width: 2px;
         --tw-border-opacity: 1;
         border-bottom-color: rgb(255 222 87 / var(--tw-border-opacity));
     }
.single-article a:not(.btn){
    --tw-text-opacity: 1;
    color: rgb(61 174 224 / var(--tw-text-opacity));

}
.single-article a:not(.btn):hover{
                text-decoration: underline;
            }
.single-article .rich >ul,
        .single-article .rich >ol{list-style: disc;padding-left: 1.5rem}
.single-article .rich>p, .single-article p, .single-article ul, .single-article ol{
    margin-top: 1.5rem;
    --tw-text-opacity: 1;
    color: rgb(102 102 102 / var(--tw-text-opacity));
    font-size: 16px;
    line-height: 26px;

}
.single-article .rich>p li p,.single-article p li p,.single-article ul li p,.single-article ol li p{
    margin-top: 0.75rem;

}
.single-article .rich img{
    margin-top: 4rem;
    width: 100%;
    border-radius: 30px;

}
.single-article .rich table{
    position: relative;
    z-index: 10;
    margin-top: 2rem;
    margin-bottom: 2rem;
    width: 100%;
         margin-left: -2.56em;
         min-width: calc(100% + 5.12rem);

}
.single-article .rich table:before {
             content: '';
             position: absolute;
             top: 0px;
             left: 0px;
             z-index: -10;
             height: 100%;
             width: 100%;
             border-width: 1px;
             --tw-border-opacity: 1;
             border-color: rgb(230 230 230 / var(--tw-border-opacity));
             --tw-bg-opacity: 1;
             background-color: rgb(255 255 255 / var(--tw-bg-opacity))}
@media(max-width:991px){
.single-article .rich table {
            min-width: unset;
            margin-left:0;
            margin-right: 0
     }
            .single-article .rich table:before{
                border:none;
                display: none;
            }
        }
.single-article .rich table th{
    --tw-bg-opacity: 1;
    background-color: rgb(231 241 245 / var(--tw-bg-opacity));
    padding: 1rem;
    text-align: left;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(102 102 102 / var(--tw-text-opacity));
    font-size: 16px;
    line-height: 26px;

}
.single-article .rich table th:first-child{
    border-top-left-radius: 16px;

}
.single-article .rich table th:last-child{
    border-top-right-radius: 16px;

}
.single-article .rich table tr:hover{
    background-color: rgb(231 241 245 / var(--tw-bg-opacity));
    --tw-bg-opacity: 0.2;

}
.single-article .rich table tbody > :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));
    --tw-divide-opacity: 1;
    border-color: rgb(230 230 230 / var(--tw-divide-opacity));

}
.single-article .rich table td{
    padding: 1rem;
    --tw-text-opacity: 1;
    color: rgb(102 102 102 / var(--tw-text-opacity));
    font-size: 16px;
    line-height: 26px;

}
.single-article.normal-table .rich table{
    position: relative;
    z-index: 10;
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    width: 100%;
    min-width: -moz-max-content !important;
    min-width: max-content !important;

}
@media (min-width: 900px){

    .single-article.normal-table .rich table{
        margin-top: 2rem;

    }

}
.single-article.normal-table .rich table:before {
            content: '';
            position: absolute;
            top: 0px;
            left: 0px;
            z-index: -10;
            height: 100%;
            width: 100%;
            border-radius: 15px;
            border-width: 1px;
            --tw-border-opacity: 1;
            border-color: rgb(230 230 230 / var(--tw-border-opacity));
            --tw-bg-opacity: 1;
            background-color: rgb(255 255 255 / var(--tw-bg-opacity))}
.single-article.normal-table .rich table th{
    --tw-bg-opacity: 1;
    background-color: rgb(231 241 245 / var(--tw-bg-opacity));
    padding: 1.25rem;
    text-align: left;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(102 102 102 / var(--tw-text-opacity));
    font-size: 16px;
    line-height: 26px;

}
.single-article.normal-table .rich table th:first-child{
    border-top-left-radius: 16px;

}
.single-article.normal-table .rich table th:last-child{
    border-top-right-radius: 16px;

}
.single-article.normal-table .rich table tbody > :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));
    --tw-divide-opacity: 1;
    border-color: rgb(230 230 230 / var(--tw-divide-opacity));

}
.single-article.normal-table .rich table td{
    padding: 1.25rem;
    --tw-text-opacity: 1;
    color: rgb(102 102 102 / var(--tw-text-opacity));
    font-size: 16px;
    line-height: 26px;

}
.single-article.normal-table .rich .overflow-x-auto table{
    margin-top: 0px;
    margin-bottom: 0px;

}
.single-article .overflow-x-auto table{
    margin-top: 0px;
    margin-bottom: 0px;

}
.single-article .rich h3{
    margin-top: 1.5rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
    font-size: 16px;
    line-height: 26px;

}
@media (min-width: 1200px){

    .single-article .rich h3{
        font-size: 22px;
        line-height: 32px;

    }

}
@media (min-width: 900px){

    .single-article .rich h3{
        margin-top: 2.25rem;

    }

}
@media (min-width: 1200px){

    .single-article .rich h3{
        margin-top: 4rem;

    }

}
.single-article .rich h2{
    position: relative;
    margin-bottom: 2rem;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-bottom-color: rgb(230 230 230 / var(--tw-border-opacity));
    padding-bottom: 0.75rem;
    font-weight: 700;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
    font-size: 18px;
    line-height: 26px;

}
@media (min-width: 900px){

    .single-article .rich h2{
        font-size: 18px;
        line-height: 28px;

    }

}
@media (min-width: 1200px){

    .single-article .rich h2{
        font-size: 22px;
        line-height: 26px;

    }

}
.single-article .rich h2:after {
             content: '';
             position: absolute;
             left: 0px;
             bottom: 0px;
             display: inline-block;
             width: 9rem;
             border-bottom-width: 2px;
             --tw-border-opacity: 1;
             border-bottom-color: rgb(255 222 87 / var(--tw-border-opacity));
         }
.single-article .rich h4{
    margin-bottom: 1rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
    font-size: 16px;
    line-height: 26px;

}
@media (min-width: 1200px){

    .single-article .rich h4{
        font-size: 22px;
        line-height: 32px;

    }

}
.single-article .rich b, .single-article .rich strong{
    font-weight: 600;

}
.single-article .table-wpr table+p{
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-size: 14px;
    line-height: 24px;

}
@media (min-width: 900px){

    .single-article .table-wpr table+p{
        font-size: 14px;
        line-height: 26px;

    }

}
@media (min-width: 1200px){

    .single-article .table-wpr table+p{
        font-size: 14px;
        line-height: 26px;

    }

}
.single-article .rich p{
    margin-top: 1rem;
    --tw-text-opacity: 1;
    color: rgb(102 102 102 / var(--tw-text-opacity));
    font-size: 16px;
    line-height: 26px;

}
.single-article section{
    margin-top: 7rem;

}
@media screen and (max-width: 600px) {
     .rich table{
        display: block !important;
        border-radius: 16px;
        border-width: 1px;
        --tw-border-opacity: 1;
        border-color: rgb(230 230 230 / var(--tw-border-opacity));
        padding-top: 1rem;
        padding-bottom: 1rem;
        padding-left: 1.25rem;
        padding-right: 1.25rem;

    }
    .rich table tbody{
        display: block;

    }
  
    .rich table caption{
        font-size: 0.875rem;
        line-height: 1.25rem;
        font-weight: 600;
        font-size: 14px;
        line-height: 24px;

    }
@media (min-width: 900px){

        .rich table caption{
            font-size: 14px;
            line-height: 26px;

        }

    }
@media (min-width: 1200px){

        .rich table caption{
            font-size: 14px;
            line-height: 26px;

        }

    }
    
    .rich table thead {
      border: none;
      clip: rect(0 0 0 0);
      height: 1px;
      margin: -1px;
      overflow: hidden;
      padding: 0;
      position: absolute;
      width: 1px;
    }
   .rich .pointer{
    padding-left:10px;
    display: flex;
    justify-content: flex-start !important;
    gap: 0.75rem;
    }
   .rich .pointer:before{
      content: url("data:image/svg+xml;charset=UTF-8, %3csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M20 10.5C20 4.98582 15.5142 0.5 10 0.5C4.48582 0.499999 -1.96081e-07 4.98582 -4.37114e-07 10.5C-6.78146e-07 16.0142 4.48582 20.5 10 20.5C15.5142 20.5 20 16.0142 20 10.5ZM9.41082 13.5892L5.24418 9.4225C5.08168 9.26 5 9.04668 5 8.83332C5 8.62 5.08168 8.40664 5.24418 8.24414C5.57 7.91832 6.09668 7.91832 6.4225 8.24414L10 11.8217L13.5775 8.24418C13.9033 7.91836 14.43 7.91836 14.7558 8.24418C15.0816 8.57 15.0816 9.09668 14.7558 9.4225L10.5891 13.5892C10.2633 13.915 9.73668 13.915 9.41082 13.5892Z' fill='%233DAEE0'/%3e%3c/svg%3e ")!important;
   }
    .rich .pointer.active:before{
        transform: scaleY(-1);
    }
    .rich table tr:first-child{display: none;border-bottom: 0;}
    .rich table tr:nth-child(2){border-top: 0;}
    .rich table tr{
      display: block;
      padding: 10px 0;

    }
      .rich table tr:hover{background: transparent!important;}
    
    .rich table td {
       display: flex;
      justify-content:flex-start;
      text-align: left;
      padding: 6px 0!important; 
      font-size: 14px;;
    }
    
    .rich table td:not(.pointer):before{
      /*
      * aria-label has no advantage, it won't be read inside a table
      content: attr(aria-label);
      */
      content: attr(data-label);
      float: left;
      font-size: 14px;
      min-width: 50%;
      display: block;
      font-weight: 600; color: #000;
    }
    
    .rich table td:last-child {
      border-bottom: 0;
    }
  
}
.heading{
    position: relative;
    margin-bottom: 2rem;
    border-bottom-width: 1px;
    --tw-border-opacity: 1;
    border-bottom-color: rgb(230 230 230 / var(--tw-border-opacity));
    padding-bottom: 0.75rem;
    font-weight: 600;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));

}
.heading:after {
         content: '';
         position: absolute;
         left: 0px;
         bottom: 0px;
         display: inline-block;
         width: 9rem;
         border-bottom-width: 2px;
         --tw-border-opacity: 1;
         border-bottom-color: rgb(255 222 87 / var(--tw-border-opacity));
     }
.nav_airport__item_wrap .checked .nav_airport__link, .nav_airport__item_wrap:hover .nav_airport__link{
    --tw-text-opacity: 1;
    color: rgb(61 174 224 / var(--tw-text-opacity));

}
.nav_airport__item_wrap .checked:after, .nav_airport__item_wrap:hover:after {
             content: '';
             position: absolute;
             bottom: -1px;
             left: 0px;
             display: block;
             height: 3px;
             width: 100%;
             --tw-bg-opacity: 1;
             background-color: rgb(61 174 224 / var(--tw-bg-opacity));
         }
.nav_airport__item_wrap .checked svg path, .nav_airport__item_wrap:hover svg path{
    fill: #3DAEE0;

}
.general_disclaimer{
    margin-top: 2rem;
    margin-bottom: 3rem;
    border-radius: 16px;
    --tw-bg-opacity: 1;
    background-color: rgb(246 243 229 / var(--tw-bg-opacity));
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-top: 1.25rem;
    padding-bottom: 1rem;
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));
    font-size: 16px;
    line-height: 26px;

}
.wpcf7 form.sent .wpcf7-response-output{
    border-radius: 15px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(245 245 245 / var(--tw-border-opacity));
    --tw-shadow: 0px 0px 110px rgba(0,0,0,.1);
    --tw-shadow-colored: 0px 0px 110px var(--tw-shadow-color);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);

}
.contact_input{
    width: 100%;
    border-radius: 15px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(230 230 230 / var(--tw-border-opacity));
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity));
    padding-left: 0.75rem;
    padding-right: 0.75rem;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;

}
.tns-controls [disabled] {
     color: #999999;
     background: #B3B3B3;
     cursor: not-allowed !important;
 }
.tns-nav {
     text-align: center;
     margin: 10px 0;
 }
.tns-nav>[aria-controls] {
     width: 9px;
     height: 9px;
     padding: 0;
     margin: 0 5px;
     border-radius: 50%;
     background: #ddd;
     border: 0;
 }
.tns-nav>.tns-nav-active {
     background: #999;
 }
.tns-nav{
    margin-top: 1.25rem;
    padding: 0px;

}
.sr-only:checked~nav{display: block!important;}
.distance_graphic{
    margin-bottom: 2.5rem;
    margin-top: 1.75rem;

}
@media (min-width: 900px){

    .distance_graphic{
        margin-top: 3rem;
        margin-bottom: 2.5rem;

    }

}
@media (min-width: 1200px){

    .distance_graphic{
        margin-bottom: 2.5rem;

    }

}
@media(max-width: 1200px){
.nav-b{
    
margin-left:0!important
}
        .nav-b a:after{
        display: none!important;
    }
}
.distance_graphic svg {
    width: 100%;
    height: auto
}
.distance_graphic__from_to {
    display: flex;
    justify-content: space-between
}
.distance_graphic__from_to .icon {
    width: 50px;
    height: 50px;
    display: none
}
@media (min-width: 37.5em) {
    .distance_graphic__from_to .icon {
        display:inline-block
    }
}
.distance_graphic__from_to h5 {
    margin: 0; 
}
.distance_graphic__from_to p {
    margin: 0;
    font-weight: 500;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-size: 14px;
    line-height: 24px;
}
@media (min-width: 900px){

    .distance_graphic__from_to p{
        font-size: 14px;
        line-height: 26px;

    }

}
@media (min-width: 1200px){

    .distance_graphic__from_to p{
        font-size: 14px;
        line-height: 26px;

    }

}
.distance_graphic__from,.distance_graphic__to{
    display: flex;
    align-items: center;
    text-transform: uppercase;

}
.distance_graphic__to {
    text-align: right;
}
@media(max-width:767px){
.distance_graphic__to {
        text-align: left;
        bottom: -35%;
        position: absolute
}
    }
.distance_graphic__line {
    border-bottom: 1px solid #000;
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
}
@media(max-width:767px){
.distance_graphic__line {
        height: 100px;
        border-left: 1px solid #000;
        border-bottom: 0;
        left:2px
}
    }
@media (min-width: 37.5em) {
    .distance_graphic__line {
        margin-left:25px;
        margin-right: 25px
    }
}
.distance_graphic__line:after,.distance_graphic__line:before {
    content: "";
    position: absolute;
    top: -3px;
    left: -3px;
    width: 6px;
    height: 6px;
    background-color: #000;
    border-radius: 3px
}
.distance_graphic__line:after {
    left: auto;
    right: -3px;
}
@media(max-width:767px){
.distance_graphic__line:after {
        bottom: -3px;
        left: -3px;
        top:auto;
        right: auto
}
    }
.distance_graphic__info{
    margin-left: 0px;
    display: flex;
    flex-wrap: wrap;
    font-size: 0.875rem;
    line-height: 1.25rem;
    font-weight: 400;
    font-size: 14px;
    line-height: 24px;

}
@media (min-width: 900px){

    .distance_graphic__info{
        font-size: 14px;
        line-height: 26px;

    }

}
@media (min-width: 1200px){

    .distance_graphic__info{
        font-size: 14px;
        line-height: 26px;

    }

}
@media(max-width:767px){
.distance_graphic__info {
        position: absolute;
        left:30px;
        top:50%
   
}
    }
@media (min-width: 37.5em) {
    .distance_graphic__info {
        margin-left:15px
    }
}
.distance_graphic__info>div {
    height: 25px;
    display: flex;
    align-items: center
}
.distance_graphic__info>div:not(:last-child):after {
    content: ">";
    font-size: 20px;
    line-height: 20px;
    margin-left: 10px;
    margin-right: 10px
}
@media (min-width: 37.5em) {
    .distance_graphic__info>div:not(:last-child):after {
        margin-left:15px;
        margin-right: 15px
    }
    .distance_graphic__info>div {
        height:40px
    }
}
.distance_graphic__info .icon {
    width: 24px;
    height: 24px;
    display: inline-block;
    margin-right: 10px;
    top: -2px;
    position: relative
}
.last\:border-none:last-child{
    border-style: none;

}
.hover\:scale-95:hover{
    --tw-scale-x: .95;
    --tw-scale-y: .95;
    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-2:hover{
    border-width: 2px;

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

}
.hover\:border-darkgray:hover{
    --tw-border-opacity: 1;
    border-color: rgb(220 220 220 / var(--tw-border-opacity));

}
.hover\:bg-accent:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(61 174 224 / var(--tw-bg-opacity));

}
.hover\:bg-light:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(230 230 230 / var(--tw-bg-opacity));

}
.hover\:bg-lightgray:hover{
    --tw-bg-opacity: 1;
    background-color: rgb(245 245 245 / var(--tw-bg-opacity));

}
.hover\:bg-opacity-10:hover{
    --tw-bg-opacity: 0.1;

}
.hover\:text-accent:hover{
    --tw-text-opacity: 1;
    color: rgb(61 174 224 / var(--tw-text-opacity));

}
.hover\:text-accent-hover:hover{
    color: #3DAEE0AA;

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

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

}
.focus\:border-primary:focus{
    --tw-border-opacity: 1;
    border-color: rgb(0 0 0 / var(--tw-border-opacity));

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

}
.focus\:bg-opacity-100:focus{
    --tw-bg-opacity: 1;

}
.focus\:text-primary:focus{
    --tw-text-opacity: 1;
    color: rgb(0 0 0 / var(--tw-text-opacity));

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

}
.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-accent:focus{
    --tw-ring-opacity: 1;
    --tw-ring-color: rgb(61 174 224 / var(--tw-ring-opacity));

}
.active\:scale-\[0\.98\]:active{
    --tw-scale-x: 0.98;
    --tw-scale-y: 0.98;
    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));

}
.active\:bg-opacity-100:active{
    --tw-bg-opacity: 1;

}
@media (min-width: 560px){

    .xs\:col-span-2{
        grid-column: span 2 / span 2;

    }

    .xs\:m-0{
        margin: 0px;

    }

    .xs\:mb-24{
        margin-bottom: 6rem;

    }

    .xs\:mt-0{
        margin-top: 0px;

    }

    .xs\:mt-10{
        margin-top: 2.5rem;

    }

    .xs\:max-w-\[318px\]{
        max-width: 318px;

    }

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

    }

    .xs\:flex-row{
        flex-direction: row;

    }

    .xs\:gap-0{
        gap: 0px;

    }

    .xs\:gap-20{
        gap: 5rem;

    }

    .xs\:p-\[14px_36px\]{
        padding: 14px 36px;

    }

    .xs\:px-11{
        padding-left: 2.75rem;
        padding-right: 2.75rem;

    }

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

    }

    .xs\:pl-16{
        padding-left: 4rem;

    }

    .xs\:text-left{
        text-align: left;

    }

    .xs\:text-start{
        text-align: start;

    }

}
@media (min-width: 900px){

    .sm\:absolute{
        position: absolute;

    }

    .sm\:sticky{
        position: sticky;

    }

    .sm\:left-6{
        left: 1.5rem;

    }

    .sm\:top-1{
        top: 0.25rem;

    }

    .sm\:top-20{
        top: 5rem;

    }

    .sm\:top-\[90px\]{
        top: 90px;

    }

    .sm\:col-span-1{
        grid-column: span 1 / span 1;

    }

    .sm\:mx-auto{
        margin-left: auto;
        margin-right: auto;

    }

    .sm\:my-8{
        margin-top: 2rem;
        margin-bottom: 2rem;

    }

    .sm\:\!mb-4{
        margin-bottom: 1rem !important;

    }

    .sm\:-mt-40{
        margin-top: -10rem;

    }

    .sm\:-mt-6{
        margin-top: -1.5rem;

    }

    .sm\:mb-0{
        margin-bottom: 0px;

    }

    .sm\:mb-10{
        margin-bottom: 2.5rem;

    }

    .sm\:mb-11{
        margin-bottom: 2.75rem;

    }

    .sm\:mb-16{
        margin-bottom: 4rem;

    }

    .sm\:mb-24{
        margin-bottom: 6rem;

    }

    .sm\:mb-28{
        margin-bottom: 7rem;

    }

    .sm\:mb-4{
        margin-bottom: 1rem;

    }

    .sm\:mb-6{
        margin-bottom: 1.5rem;

    }

    .sm\:mb-8{
        margin-bottom: 2rem;

    }

    .sm\:mb-9{
        margin-bottom: 2.25rem;

    }

    .sm\:mt-0{
        margin-top: 0px;

    }

    .sm\:mt-10{
        margin-top: 2.5rem;

    }

    .sm\:mt-12{
        margin-top: 3rem;

    }

    .sm\:mt-14{
        margin-top: 3.5rem;

    }

    .sm\:mt-20{
        margin-top: 5rem;

    }

    .sm\:mt-24{
        margin-top: 6rem;

    }

    .sm\:mt-7{
        margin-top: 1.75rem;

    }

    .sm\:mt-8{
        margin-top: 2rem;

    }

    .sm\:mt-9{
        margin-top: 2.25rem;

    }

    .sm\:\!inline-block{
        display: inline-block !important;

    }

    .sm\:flex{
        display: flex;

    }

    .sm\:grid{
        display: grid;

    }

    .sm\:hidden{
        display: none;

    }

    .sm\:h-20{
        height: 5rem;

    }

    .sm\:h-36{
        height: 9rem;

    }

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

    }

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

    }

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

    }

    .sm\:h-\[calc\(100vh-90px\)\]{
        height: calc(100vh - 90px);

    }

    .sm\:max-h-\[400px\]{
        max-height: 400px;

    }

    .sm\:max-h-\[460px\]{
        max-height: 460px;

    }

    .sm\:max-h-\[640px\]{
        max-height: 640px;

    }

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

    }

    .sm\:w-36{
        width: 9rem;

    }

    .sm\:w-auto{
        width: auto;

    }

    .sm\:max-w-96{
        max-width: 24rem;

    }

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

    }

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

    }

    .sm\:max-w-\[25\%\]{
        max-width: 25%;

    }

    .sm\:max-w-\[33\%\]{
        max-width: 33%;

    }

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

    }

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

    }

    .sm\:max-w-\[50\%\]{
        max-width: 50%;

    }

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

    }

    .sm\:max-w-\[calc\(100\%-360px\)\]{
        max-width: calc(100% - 360px);

    }

    .sm\:max-w-full{
        max-width: 100%;

    }

    .sm\:max-w-md{
        max-width: 28rem;

    }

    .sm\:max-w-xs{
        max-width: 20rem;

    }

    .sm\:columns-3{
        -moz-columns: 3;
             columns: 3;

    }

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

    }

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

    }

    .sm\:flex-row{
        flex-direction: row;

    }

    .sm\:flex-nowrap{
        flex-wrap: nowrap;

    }

    .sm\:items-center{
        align-items: center;

    }

    .sm\:justify-start{
        justify-content: flex-start;

    }

    .sm\:gap-0{
        gap: 0px;

    }

    .sm\:gap-10{
        gap: 2.5rem;

    }

    .sm\:gap-12{
        gap: 3rem;

    }

    .sm\:gap-24{
        gap: 6rem;

    }

    .sm\:gap-3{
        gap: 0.75rem;

    }

    .sm\:gap-8{
        gap: 2rem;

    }

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

    }

    .sm\: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)));

    }

    .sm\:overflow-hidden{
        overflow: hidden;

    }

    .sm\:truncate{
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;

    }

    .sm\:rounded-full{
        border-radius: 5em;

    }

    .sm\:rounded-md{
        border-radius: 16px;

    }

    .sm\:border{
        border-width: 1px;

    }

    .sm\:\!p-\[12px_32px\]{
        padding: 12px 32px !important;

    }

    .sm\:p-10{
        padding: 2.5rem;

    }

    .sm\:p-8{
        padding: 2rem;

    }

    .sm\:p-\[0px_34px_0_68px\]{
        padding: 0px 34px 0 68px;

    }

    .sm\:\!px-5{
        padding-left: 1.25rem !important;
        padding-right: 1.25rem !important;

    }

    .sm\:\!py-3{
        padding-top: 0.75rem !important;
        padding-bottom: 0.75rem !important;

    }

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

    }

    .sm\:px-16{
        padding-left: 4rem;
        padding-right: 4rem;

    }

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

    }

    .sm\:px-8{
        padding-left: 2rem;
        padding-right: 2rem;

    }

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

    }

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

    }

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

    }

    .sm\:py-16{
        padding-top: 4rem;
        padding-bottom: 4rem;

    }

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

    }

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

    }

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

    }

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

    }

    .sm\:py-9{
        padding-top: 2.25rem;
        padding-bottom: 2.25rem;

    }

    .sm\:pb-4{
        padding-bottom: 1rem;

    }

    .sm\:pb-6{
        padding-bottom: 1.5rem;

    }

    .sm\:pl-11{
        padding-left: 2.75rem;

    }

    .sm\:pl-12{
        padding-left: 3rem;

    }

    .sm\:pl-16{
        padding-left: 4rem;

    }

    .sm\:pl-5{
        padding-left: 1.25rem;

    }

    .sm\:pr-16{
        padding-right: 4rem;

    }

    .sm\:pt-14{
        padding-top: 3.5rem;

    }

    .sm\:pt-7{
        padding-top: 1.75rem;

    }

    .sm\:text-left{
        text-align: left;

    }

    .sm\:text-center{
        text-align: center;

    }

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

    }

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

    }

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

    }

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

    }

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

    }

    .sm\:text-\[40px\]{
        font-size: 40px;

    }

    .sm\:leading-\[26px\]{
        line-height: 26px;

    }

    .sm\:leading-\[28px\]{
        line-height: 28px;

    }

    .sm\:leading-\[30px\]{
        line-height: 30px;

    }

    .sm\:leading-\[40px\]{
        line-height: 40px;

    }

    .sm\:shadow-lg{
        --tw-shadow: 0px 0px 110px rgba(0,0,0,.1);
        --tw-shadow-colored: 0px 0px 110px 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: 1200px){

    .md\:sticky{
        position: sticky;

    }

    .md\:left-6{
        left: 1.5rem;

    }

    .md\:right-8{
        right: 2rem;

    }

    .md\:top-1{
        top: 0.25rem;

    }

    .md\:top-\[100px\]{
        top: 100px;

    }

    .md\:col-auto{
        grid-column: auto;

    }

    .md\:col-span-2{
        grid-column: span 2 / span 2;

    }

    .md\:my-10{
        margin-top: 2.5rem;
        margin-bottom: 2.5rem;

    }

    .md\:-mt-96{
        margin-top: -24rem;

    }

    .md\:mb-0{
        margin-bottom: 0px;

    }

    .md\:mb-10{
        margin-bottom: 2.5rem;

    }

    .md\:mb-11{
        margin-bottom: 2.75rem;

    }

    .md\:mb-16{
        margin-bottom: 4rem;

    }

    .md\:mb-20{
        margin-bottom: 5rem;

    }

    .md\:mb-28{
        margin-bottom: 7rem;

    }

    .md\:mb-8{
        margin-bottom: 2rem;

    }

    .md\:mb-9{
        margin-bottom: 2.25rem;

    }

    .md\:mt-0{
        margin-top: 0px;

    }

    .md\:mt-14{
        margin-top: 3.5rem;

    }

    .md\:mt-16{
        margin-top: 4rem;

    }

    .md\:mt-20{
        margin-top: 5rem;

    }

    .md\:mt-24{
        margin-top: 6rem;

    }

    .md\:mt-28{
        margin-top: 7rem;

    }

    .md\:mt-8{
        margin-top: 2rem;

    }

    .md\:mt-9{
        margin-top: 2.25rem;

    }

    .md\:block{
        display: block;

    }

    .md\:flex{
        display: flex;

    }

    .md\:grid{
        display: grid;

    }

    .md\:hidden{
        display: none;

    }

    .md\:h-60{
        height: 15rem;

    }

    .md\:h-64{
        height: 16rem;

    }

    .md\:h-80{
        height: 20rem;

    }

    .md\:h-\[calc\(100vh-100px\)\]{
        height: calc(100vh - 100px);

    }

    .md\:max-h-\[600px\]{
        max-height: 600px;

    }

    .md\:max-h-\[800px\]{
        max-height: 800px;

    }

    .md\:min-h-screen{
        min-height: 100vh;

    }

    .md\:w-\[600px\]{
        width: 600px;

    }

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

    }

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

    }

    .md\:min-w-\[500px\]{
        min-width: 500px;

    }

    .md\:max-w-5xl{
        max-width: 64rem;

    }

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

    }

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

    }

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

    }

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

    }

    .md\:max-w-content{
        max-width: 1548px;

    }

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

    }

    .md\:columns-4{
        -moz-columns: 4;
             columns: 4;

    }

    .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\:items-start{
        align-items: flex-start;

    }

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

    }

    .md\:gap-10{
        gap: 2.5rem;

    }

    .md\:gap-16{
        gap: 4rem;

    }

    .md\:gap-24{
        gap: 6rem;

    }

    .md\:gap-32{
        gap: 8rem;

    }

    .md\:gap-8{
        gap: 2rem;

    }

    .md\:space-x-20 > :not([hidden]) ~ :not([hidden]){
        --tw-space-x-reverse: 0;
        margin-right: calc(5rem * var(--tw-space-x-reverse));
        margin-left: calc(5rem * calc(1 - var(--tw-space-x-reverse)));

    }

    .md\:space-y-4 > :not([hidden]) ~ :not([hidden]){
        --tw-space-y-reverse: 0;
        margin-top: calc(1rem * calc(1 - var(--tw-space-y-reverse)));
        margin-bottom: calc(1rem * var(--tw-space-y-reverse));

    }

    .md\:truncate{
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;

    }

    .md\:p-10{
        padding: 2.5rem;

    }

    .md\:p-24{
        padding: 6rem;

    }

    .md\:p-6{
        padding: 1.5rem;

    }

    .md\:p-7{
        padding: 1.75rem;

    }

    .md\:p-8{
        padding: 2rem;

    }

    .md\:\!px-8{
        padding-left: 2rem !important;
        padding-right: 2rem !important;

    }

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

    }

    .md\:px-12{
        padding-left: 3rem;
        padding-right: 3rem;

    }

    .md\:px-16{
        padding-left: 4rem;
        padding-right: 4rem;

    }

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

    }

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

    }

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

    }

    .md\:py-0{
        padding-top: 0px;
        padding-bottom: 0px;

    }

    .md\:py-14{
        padding-top: 3.5rem;
        padding-bottom: 3.5rem;

    }

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

    }

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

    }

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

    }

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

    }

    .md\:pb-10{
        padding-bottom: 2.5rem;

    }

    .md\:pb-11{
        padding-bottom: 2.75rem;

    }

    .md\:pb-32{
        padding-bottom: 8rem;

    }

    .md\:pb-6{
        padding-bottom: 1.5rem;

    }

    .md\:pl-12{
        padding-left: 3rem;

    }

    .md\:pl-5{
        padding-left: 1.25rem;

    }

    .md\:pl-7{
        padding-left: 1.75rem;

    }

    .md\:pt-16{
        padding-top: 4rem;

    }

    .md\:pt-28{
        padding-top: 7rem;

    }

    .md\:pt-8{
        padding-top: 2rem;

    }

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

    }

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

    }

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

    }

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

    }

    .md\:text-\[40px\]{
        font-size: 40px;

    }

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

    }

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

    }

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

    }

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

    }

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

    }

    .md\:max-w-content{
        max-width: 1548px;

    }

}
@media (min-width: 1400px){

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

    }

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

    }

    .xmd\:flex-row{
        flex-direction: row;

    }

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

    }

}
.\[\&_a\]\:text-lg a{
    font-size: 1.125rem;
    line-height: 1.75rem;

}
.\[\&_a\]\:text-accent a{
    --tw-text-opacity: 1;
    color: rgb(61 174 224 / var(--tw-text-opacity));

}
.\[\&_a\]\:underline a{
    text-decoration-line: underline;

}
.\[\&_a\]\:hover\:underline:hover a{
    text-decoration-line: underline;

}
.\[\&_h3\]\:mb-8 h3{
    margin-bottom: 2rem;

}
.\[\&_h3\]\:mt-20 h3{
    margin-top: 5rem;

}
.\[\&_h3\]\:text-2xl h3{
    font-size: 1.5rem;
    line-height: 2rem;

}
.\[\&_h3\]\:font-semibold h3{
    font-weight: 600;

}
.\[\&_img\]\:relative img{
    position: relative;

}
.\[\&_img\]\:h-full img{
    height: 100%;

}
.\[\&_img\]\:max-h-6 img{
    max-height: 1.5rem;

}
.\[\&_img\]\:max-h-\[320px\] img{
    max-height: 320px;

}
.\[\&_img\]\:max-h-\[88px\] img{
    max-height: 88px;

}
.\[\&_img\]\:w-full img{
    width: 100%;

}
.\[\&_img\]\:max-w-\[188px\] img{
    max-width: 188px;

}
.\[\&_img\]\:rounded-lg img{
    border-radius: 30px;

}
.\[\&_img\]\:rounded-t-lg img{
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;

}
.\[\&_img\]\:object-contain img{
    -o-object-fit: contain;
       object-fit: contain;

}
.\[\&_img\]\:object-cover img{
    -o-object-fit: cover;
       object-fit: cover;

}
@media (min-width: 900px){

    .sm\:\[\&_img\]\:max-h-8 img{
        max-height: 2rem;

    }

    .sm\:\[\&_img\]\:max-h-\[460px\] img{
        max-height: 460px;

    }

}
@media (min-width: 1200px){

    .md\:\[\&_img\]\:-right-32 img{
        right: -8rem;

    }

}
.\[\&_p\]\:mb-4 p{
    margin-bottom: 1rem;

}
.\[\&_p\]\:mt-0 p{
    margin-top: 0px;

}
.\[\&_p\]\:mt-3 p{
    margin-top: 0.75rem;

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

}
.\[\&_path\]\:fill-accent path{
    fill: #3DAEE0;

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

}
.\[\&_path\]\:fill-secondary path{
    fill: #666;

}
.\[\&_path\]\:fill-white path{
    fill: #FFFFFF;

}
.hover\:\[\&_span\]\:text-accent span:hover{
    --tw-text-opacity: 1;
    color: rgb(61 174 224 / var(--tw-text-opacity));

}
.\[\&_svg\]\:w-6 svg{
    width: 1.5rem;

}
.\[\&_svg\]\:fill-\[\#4C4C4C\] svg{
    fill: #4C4C4C;

}
.\[\&_svg\]\:fill-accent svg{
    fill: #3DAEE0;

}
.\[\&_td\]\:p-4 td{
    padding: 1rem;

}
.\[\&_td\]\:pb-4 td{
    padding-bottom: 1rem;

}
.\[\&_td\]\:pt-2 td{
    padding-top: 0.5rem;

}
@media (min-width: 900px){

    .sm\:\[\&_td\]\:w-1\/2 td{
        width: 50%;

    }

    .sm\:\[\&_td\]\:py-4 td{
        padding-top: 1rem;
        padding-bottom: 1rem;

    }

}
.\[\&_tr\]\:flex tr{
    display: flex;

}
.\[\&_tr\]\:flex-col tr{
    flex-direction: column;

}
.\[\&_tr\]\:border-b tr{
    border-bottom-width: 1px;

}
.\[\&_tr\]\:border-b-light tr{
    --tw-border-opacity: 1;
    border-bottom-color: rgb(230 230 230 / var(--tw-border-opacity));

}
.\[\&_tr\]\:pt-4 tr{
    padding-top: 1rem;

}
@media (min-width: 900px){

    .sm\:\[\&_tr\]\:table-row tr{
        display: table-row;

    }

    .sm\:\[\&_tr\]\:pt-0 tr{
        padding-top: 0px;

    }

}
.\[\&_ul\]\:flex ul{
    display: flex;

}
.\[\&_ul\]\:items-center ul{
    align-items: center;

}
.\[\&_ul\]\:gap-x-\[40px\] ul{
    -moz-column-gap: 40px;
         column-gap: 40px;

}
.\[\&_ul\]\:space-y-4 ul > :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));

}
