<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
}

/* inter-regular - latin */
@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('https://staticsite.nomadstays.com/nomadstays/fonts/inter-v12-latin-regular.eot'); /* IE9 Compat Modes */
    src: local(''), url('https://staticsite.nomadstays.com/nomadstays/fonts/inter-v12-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('https://staticsite.nomadstays.com/nomadstays/fonts/inter-v12-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('https://staticsite.nomadstays.com/nomadstays/fonts/inter-v12-latin-regular.woff') format('woff'), /* Modern Browsers */
    url('https://staticsite.nomadstays.com/nomadstays/fonts/inter-v12-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
    url('https://staticsite.nomadstays.com/nomadstays/fonts/inter-v12-latin-regular.svg#Inter') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 500;
    font-display: swap;
    src: url('https://staticsite.nomadstays.com/nomadstays/fonts/inter-v12-latin-500.eot'); /* IE9 Compat Modes */
    src: local(''), url('https://staticsite.nomadstays.com/nomadstays/fonts/inter-v12-latin-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('https://staticsite.nomadstays.com/nomadstays/fonts/inter-v12-latin-500.woff2') format('woff2'), /* Super Modern Browsers */
    url('https://staticsite.nomadstays.com/nomadstays/fonts/inter-v12-latin-500.woff') format('woff'), /* Modern Browsers */
    url('https://staticsite.nomadstays.com/nomadstays/fonts/inter-v12-latin-500.ttf') format('truetype'), /* Safari, Android, iOS */
    url('https://staticsite.nomadstays.com/nomadstays/fonts/inter-v12-latin-500.svg#Inter') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('https://staticsite.nomadstays.com/nomadstays/fonts/inter-v12-latin-600.eot'); /* IE9 Compat Modes */
    src: local(''), url('https://staticsite.nomadstays.com/nomadstays/fonts/inter-v12-latin-600.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('https://staticsite.nomadstays.com/nomadstays/fonts/inter-v12-latin-600.woff2') format('woff2'), /* Super Modern Browsers */
    url('https://staticsite.nomadstays.com/nomadstays/fonts/inter-v12-latin-600.woff') format('woff'), /* Modern Browsers */
    url('https://staticsite.nomadstays.com/nomadstays/fonts/inter-v12-latin-600.ttf') format('truetype'), /* Safari, Android, iOS */
    url('https://staticsite.nomadstays.com/nomadstays/fonts/inter-v12-latin-600.svg#Inter') format('svg'); /* Legacy iOS */
}

@font-face {
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url('https://staticsite.nomadstays.com/nomadstays/fonts/inter-v12-latin-700.eot'); /* IE9 Compat Modes */
    src: local(''), url('https://staticsite.nomadstays.com/nomadstays/fonts/inter-v12-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('https://staticsite.nomadstays.com/nomadstays/fonts/inter-v12-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
    url('https://staticsite.nomadstays.com/nomadstays/fonts/inter-v12-latin-700.woff') format('woff'), /* Modern Browsers */
    url('https://staticsite.nomadstays.com/nomadstays/fonts/inter-v12-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
    url('https://staticsite.nomadstays.com/nomadstays/fonts/inter-v12-latin-700.svg#Inter') format('svg'); /* Legacy iOS */
}

.InterM {
    font-family: 'Inter';
    font-weight: 500;
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }

    100% {
        -webkit-transform: rotate(359deg);
        transform: rotate(359deg)
    }
}


.owl-carousel .owl-nav .owl-prev, .owl-prev::after,
.owl-carousel .owl-nav .owl-next, .owl-next::after,
.owl-carousel .owl-dot,
.gallery-carousel .owl-next::after, .gallery-carousel .owl-prev::after {
    font-display: swap;
    font: var(--fa-font-regular);
}

.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.fa {
    display: inline-block;
    font: normal normal normal 14px/1 Font Awesome 600 Pro;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.gallery-carousel .owl-next::after {
    content: "\f105";
    left: 13px;
    top: 5px;
    font-size: 22px;
    font-family: "Font Awesome 6 Pro";
}

.gallery-carousel .owl-prev::after {
    content: "\f104";
    left: 13px;
    top: 5px;
    font-size: 22px;
    font-family: "Font Awesome 6 Pro";
}

.owl-carousel .animated {
    -webkit-animation-duration: 1000ms;
    animation-duration: 1000ms;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-carousel .fadeOut {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut
}


.owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -moz-transition: height 500ms ease-in-out;
    -ms-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out
}

.owl-carousel {
    /* display: none; */
    /* width: 100%;*/
    -webkit-tap-highlight-color: transparent;
    position: relative;
    z-index: 1;
    width: 1px;
    min-width: 100%;
    *
    width: 100%;
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0,0,0)
}

.owl-carousel .owl-controls .owl-nav .owl-prev, .owl-carousel .owl-controls .owl-nav .owl-next, .owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}


.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel .owl-refresh .owl-item {
    display: none
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
    -webkit-user-select: auto;
    -moz-user-select: auto;
    -ms-user-select: auto;
    user-select: auto
}

.owl-carousel .owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: -o-grab;
    cursor: -ms-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

    .owl-carousel.owl-rtl .owl-item {
        float: right
    }

.no-js .owl-carousel {
    display: block
}

.owl-carousel .owl-item .owl-lazy {
    -webkit-transition: opacity 400ms ease;
    -moz-transition: opacity 400ms ease;
    -ms-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease
}</pre></body></html>