@font-face {
    font-family: baskerville;
    src: url(../fonts/baskerville-old-face.ttf)
}

@font-face {
    font-family: Montserrat-Regular;
    src: url(../fonts/Montserrat-Regular.ttf)
}

@font-face {
    font-family: Montserrat-Medium;
    src: url(../fonts/Montserrat-Bold.ttf)
}

/*! tailwindcss v2.2.11 | MIT License | https://tailwindcss.com*/

/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
html {
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0;
    font-family: system-ui, -apple-system, Segoe UI, Roboto, Helvetica, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji
}

hr {
    height: 0;
    color: inherit
}

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

b,
strong {
    font-weight: bolder
}

code,
kbd,
pre,
samp {
    font-family: ui-monospace, SFMono-Regular, Consolas, Liberation Mono, Menlo, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

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

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

table {
    text-indent: 0;
    border-color: inherit
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

::-moz-focus-inner {
    border-style: none;
    padding: 0
}

:-moz-focusring {
    outline: 1px dotted ButtonText
}

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

legend {
    padding: 0
}

progress {
    vertical-align: initial
}

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

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

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

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

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

button {
    background-color: initial;
    background-image: none
}

fieldset,
ol,
ul {
    margin: 0;
    padding: 0
}

ol,
ul {
    list-style: none
}

html {
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;
    line-height: 1.5
}

body {
    font-family: inherit;
    line-height: inherit
}

*,
:after,
:before {
    box-sizing: border-box;
    border: 0 solid
}

hr {
    border-top-width: 1px
}

img {
    border-style: solid
}

textarea {
    resize: vertical
}

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

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    opacity: 1;
    color: #9ca3af
}

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

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

:-moz-focusring {
    outline: auto
}

table {
    border-collapse: collapse
}

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

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

button,
input,
optgroup,
select,
textarea {
    padding: 0;
    line-height: inherit;
    color: inherit
}

code,
kbd,
pre,
samp {
    font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, Liberation Mono, Courier New, monospace
}

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

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

[hidden] {
    display: none
}

*,
:after,
:before {
    --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-transform: translateX(var(--tw-translate-x)) translateY(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-border-opacity: 1;
    border-color: rgba(229, 231, 235, var(--tw-border-opacity));
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000
}

img {
    image-rendering: -webkit-optimize-contrast
}

.draggable {
    width: 100%;
    overflow: auto
}

.draggable.rtl {
    direction: rtl
}

.draggable .image {
    width: 240vw;
    max-width: unset
}

.draggable::-webkit-scrollbar {
    display: none
}

h2 {
    font-family: Montserrat-Medium, sans-serif;
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    line-height: 1.25
}

@media (min-width:768px) {
    h2 {
        font-size: 1.5rem;
        line-height: 2rem
    }
}

@media (min-width:1024px) {
    h2 {
        line-height: 1.625
    }
}

h3 {
    font-family: Montserrat-Regular, sans-serif;
    font-size: .875rem;
    line-height: 1.25rem;
    --tw-text-opacity: 1;
    color: rgba(196, 154, 108, var(--tw-text-opacity))
}

@media (min-width:768px) {
    h3 {
        font-size: 1rem;
        line-height: 1.5rem
    }
}

@media (min-width:1280px) {
    h3 {
        font-size: 1.125rem;
        line-height: 1.75rem
    }
}

p {
    font-family: Montserrat-Regular, sans-serif;
    font-size: .75rem;
    line-height: 1rem;
    line-height: 1.375
}

@media (min-width:640px) {
    p {
        font-size: .875rem;
        line-height: 1.25rem;
        line-height: 1.375
    }
}

@media (min-width:768px) {
    p {
        font-size: 1rem;
        line-height: 1.5rem;
        line-height: 1.375
    }
}

p span.num {
    display: inline-block;
    width: 1.25rem
}

@media (min-width:768px) {
    p span.num {
        width: 1.5rem
    }

    .mobile {
        display: none
    }
}

.desktop {
    display: none
}

@media (min-width:768px) {
    .desktop {
        display: block
    }
}

.button {
    display: flex;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    cursor: pointer;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    padding: .75rem 1rem;
    font-family: Montserrat-Regular, sans-serif;
    font-size: .75rem;
    line-height: 1rem;
    font-weight: 700
}

@media (min-width:640px) {
    .button {
        font-size: 1rem;
        line-height: 1.5rem
    }
}

@media (min-width:768px) {
    .button {
        padding-left: 1.5rem;
        padding-right: 2rem
    }
}

.button {
    line-height: 1.25 !important
}

.button img {
    height: auto;
    width: .5rem
}

@media (min-width:768px) {
    .button img {
        width: .75rem
    }
}

.button span {
    margin-left: .375rem
}

@media (min-width:768px) {
    .button span {
        margin-left: .75rem
    }
}

.navbar a {
    font-size: .75rem;
    line-height: 1rem
}

.mobile-menu {
    transform: translateX(100%);
    transition: .3s
}

.mobile-menu.slide-in {
    transform: translateX(0)
}

.mobile-menu a {
    margin-bottom: 2.25rem
}

.brochure-btn {
    font-size: 10px
}

.floor-plan-carousel h3.brochure-btn {
    margin-top: .75rem;
    text-align: center
}

@media (min-width:1024px) {
    .floor-plan-carousel h3.brochure-btn {
        margin-top: 1.25rem
    }
}

.brochure-btn {
    border-radius: 9999px;
    border-width: 1px;
    border-style: solid;
    padding: .75rem 1.25rem;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 50;
    display: none;
    height: 100vh;
    width: 100%;
    align-items: center;
    --tw-bg-opacity: 1;
    background-color: rgba(0, 0, 0, var(--tw-bg-opacity));
    --tw-bg-opacity: 0.8
}

.modal .close-btn {
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
    z-index: 10;
    height: auto;
    width: 1rem;
    cursor: pointer
}

@media (min-width:1024px) {
    .modal .close-btn {
        width: 1.5rem
    }
}

.map-modal img {
    height: calc(100% - 48px);
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.gallery-modal .owl-item img {
    height: calc(100vh - 80px);
    width: calc(100% - 50px) !important;
    margin-left: auto;
    margin-right: auto;
    -o-object-fit: contain;
    object-fit: contain
}

@media (min-width:768px) {
    .gallery-modal .owl-item img {
        width: calc(100% - 80px) !important
    }
}

.modal-carousel .owl-nav {
    pointer-events: none;
    position: absolute;
    top: 50%;
    left: 0;
    display: flex;
    width: 100%;
    justify-content: space-between
}

.modal-carousel .owl-nav button {
    pointer-events: auto
}

@media (min-width:768px) {
    .modal-carousel .owl-nav button {
        margin-left: .75rem;
        margin-right: .75rem
    }
}

.modal-carousel .owl-nav button img {
    width: .875rem;
    opacity: .7
}

main {
    margin-top: 69px
}

main h2 {
    letter-spacing: 2px
}

.bg-vid,
.vid-overlay,
main {
    min-height: calc(100vh - 69px)
}

@media (min-width:1024px) {

    .bg-vid,
    .vid-overlay,
    main {
        min-height: calc(100vh - 74px)
    }

    main {
        margin-top: 74px
    }
}

.main-vid {
    transition: .8s
}

.main-vid.show {
    pointer-events: auto;
    opacity: 1
}

.vid-overlay {
    transition: 1s
}

.vid-overlay.hide {
    pointer-events: none;
    opacity: 0
}

.bg-flora {
    background: url(../images/bg-img.jpg) no-repeat top/cover;
    --tw-bg-opacity: 1;
    background-color: rgba(11, 24, 43, var(--tw-bg-opacity));
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.text-shadow {
    text-shadow: 0 0 12px #000
}

.text-shadow-small {
    text-shadow: 0 0 6px rgba(0, 0, 0, .6)
}

@media (min-width:768px) {
    .text-shadow-small {
        text-shadow: none
    }
}

.img-title {
    text-align: center;
    font-family: Montserrat-Medium, sans-serif;
    line-height: 1.25;
    --tw-text-opacity: 1;
    color: rgba(11, 24, 43, var(--tw-text-opacity))
}

@media (min-width:1024px) {
    .img-title.first {
        margin-top: 8vw !important
    }
}

@media (min-width:1160px) {
    .icons-wrapper {
        padding-left: 4rem !important;
        padding-right: 4rem !important
    }
}

.icons-wrapper .item {
    margin-bottom: 1.75rem;
    box-sizing: border-box;
    display: flex;
    width: 50%;
    flex-direction: column;
    align-items: center
}

@media (min-width:1024px) {
    .icons-wrapper .item {
        margin-bottom: 3rem;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        max-width: none;
        flex-direction: row
    }
}

.icons-wrapper p {
    max-width: 126px;
    font-size: 10px
}

.floor-plan-carousel h3.icons-wrapper p {
    margin-top: .75rem;
    text-align: center
}

@media (min-width:1024px) {
    .floor-plan-carousel h3.icons-wrapper p {
        margin-top: 1.25rem
    }
}

.icons-wrapper p {
    text-align: center;
    line-height: 1.25;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
}

@media (min-width:640px) {
    .icons-wrapper p {
        max-width: none;
        font-size: 1rem;
        line-height: 1.5rem;
        line-height: 1.375
    }
}

@media (min-width:768px) {
    .icons-wrapper p {
        line-height: 1.375
    }
}

@media (min-width:1024px) {
    .icons-wrapper p {
        margin-left: 2rem;
        text-align: left
    }
}

.icons-wrapper img {
    margin-bottom: .5rem;
    height: auto;
    width: 3.5rem
}

@media (min-width:768px) {
    .icons-wrapper img {
        width: 4rem
    }
}

@media (min-width:1024px) {
    .icons-wrapper img {
        margin-bottom: 0;
        width: 6rem
    }
}

.card {
    position: relative;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    padding-top: 3rem
}

@media (min-width:768px) {
    .card {
        padding-top: 0
    }
}

@media (min-width:1024px) {
    .card {
        width: 33.333333%;
        min-height: 1000px
    }
}

.card .top-gap {
    width: 100%;
    --tw-bg-opacity: 1;
    background-color: rgba(11, 24, 43, var(--tw-bg-opacity))
}

@media (min-width:1024px) {
    .card .top-gap {
        height: 9rem
    }
}

.card .top-gap.second {
    background-color: #6f563a
}

.card.first {
    background: url(../images/img-1.jpg?v=2) no-repeat top/cover
}

.card.second {
    background: url(../images/img-2.jpg?v=2) no-repeat top/cover
}

.card.third {
    background: url(../images/img-3.jpg?v=3) no-repeat top/cover
}

.card .content {
    padding-bottom: 100vw;
    z-index: 10;
    margin-left: auto;
    margin-right: auto;
    box-sizing: border-box;
    max-width: 24rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

@media (min-width:1024px) {
    .card .content {
        max-width: 28rem;
        padding-bottom: 2.5rem
    }
}

.card.second {
    background-position-y: -20vw !important
}

@media (min-width:460px) {
    .card {
        background-position-y: -50vw !important
    }

    .card.second {
        background-position-y: -66vw !important
    }

    .card .content {
        padding-top: 40px;
        padding-bottom: 140px
    }
}

@media (min-width:1024px) {

    .card,
    .card.second {
        background-position-y: top !important
    }

    .card .top-gap {
        height: 184px
    }

    .card .content {
        padding-top: 0
    }
}

.card h2 {
    margin-bottom: 1.25rem;
    text-align: center;
    --tw-text-opacity: 1;
    color: rgba(196, 154, 108, var(--tw-text-opacity))
}

@media (min-width:1024px) {
    .card h2 {
        margin-bottom: 2rem
    }
}

.floor-plan-carousel h3.card p {
    margin-top: .75rem;
    text-align: center
}

@media (min-width:1024px) {
    .floor-plan-carousel h3.card p {
        margin-top: 1.25rem
    }
}

.card p {
    text-align: center;
    font-size: .75rem;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
}

.li .dot {
    margin-top: .75rem;
    height: .25rem;
    width: .25rem;
    border-radius: 9999px;
    --tw-bg-opacity: 1;
    background-color: rgba(255, 255, 255, var(--tw-bg-opacity))
}

.li .text {
    width: calc(100% - 16px)
}

@media (min-width:768px) {
    .gallery-carousel {
        height: 375px
    }
}

@media (min-width:1024px) {
    .gallery-carousel {
        height: 440px
    }
}

@media (min-width:768px) {
    .gallery-carousel .owl-item {
        padding-top: 3.5rem;
        padding-bottom: 3.5rem
    }
}

.gallery-carousel .owl-item p {
    margin-top: 20px;
    transition: .6s
}

@media (min-width:768px) {
    .gallery-carousel .owl-item img {
        transition: .6s
    }

    .gallery-carousel .owl-item img.centered {
        transform: scale(1.4)
    }

    .gallery-carousel .owl-item p.centered {
        margin-top: 68px
    }
}

.gallery-carousel .owl-nav {
    position: absolute;
    left: 0;
    bottom: .75rem;
    display: flex;
    width: 100%;
    justify-content: space-between;
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

@media (min-width:768px) {
    .gallery-carousel .owl-nav {
        bottom: auto;
        top: 0;
        right: 1.25rem;
        margin-left: auto;
        margin-top: -5rem;
        width: -webkit-max-content;
        width: -moz-max-content;
        width: max-content;
        justify-content: center
    }
}

.gallery-carousel .owl-nav button {
    height: auto;
    width: 2rem
}

@media (min-width:768px) {
    .gallery-carousel .owl-nav button {
        width: 3.5rem
    }
}

.gallery-carousel .owl-nav button:first-of-type {
    margin-right: 1.5rem
}

.gallery-carousel .owl-dots {
    margin-top: .375rem;
    text-align: center
}

.carousel-dots .dot,
.floor-plan-carousel .owl-dot,
.gallery-carousel .owl-dot {
    background-color: #5c5b5b !important;
    transition: .3s;
    margin-right: .75rem !important;
    height: .5rem !important;
    width: 1.25rem !important;
    border-radius: 9999px !important
}

@media (min-width:768px) {

    .carousel-dots .dot,
    .floor-plan-carousel .owl-dot,
    .gallery-carousel .owl-dot {
        height: .625rem !important
    }
}

.carousel-dots .dot.selected,
.floor-plan-carousel .owl-dot.active,
.gallery-carousel .owl-dot.active {
    margin-right: .75rem !important;
    height: .5rem !important;
    width: 3rem !important;
    border-radius: 9999px !important;
    --tw-bg-opacity: 1 !important;
    background-color: rgba(196, 154, 108, var(--tw-bg-opacity)) !important
}

@media (min-width:768px) {

    .carousel-dots .dot.selected,
    .floor-plan-carousel .owl-dot.active,
    .gallery-carousel .owl-dot.active {
        height: .625rem !important
    }
}

.gallery-carousel .owl-dot,
.gallery-carousel .owl-dot.active {
    margin: 2rem .25rem 1.5rem !important
}

.floor-plan-carousel {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 32rem !important
}

@media (min-width:1024px) {
    .floor-plan-carousel {
        margin-left: 0 !important;
        margin-right: 0 !important;
        width: 40% !important;
        max-width: none !important
    }
}

.floor-plan-carousel .owl-item img.plan-img {
    width: calc(100% - 120px);
    margin-left: auto;
    margin-right: auto
}

.floor-plan-carousel .owl-nav button {
    top: calc(50% - 50px);
    position: absolute;
    height: auto;
    width: 2.75rem
}

.floor-plan-carousel .owl-nav .owl-prev {
    left: 0
}

.floor-plan-carousel .owl-nav .owl-next {
    right: 0
}

.floor-plan-carousel .owl-dots {
    margin-top: .375rem;
    text-align: center
}

@media (min-width:1024px) {
    .floor-plan-carousel .owl-dots {
        margin-top: 1rem
    }
}

.floor-plan-carousel h3.text-white {
    margin-top: .75rem;
    text-align: center
}

@media (min-width:1024px) {
    .floor-plan-carousel h3.text-white {
        margin-top: 1.25rem
    }
}

#floor-plans .plan {
    display: none
}

#floor-plans .plan.selected {
    display: block
}

#floor-plans h3.type {
    margin-top: 2.25rem;
    margin-bottom: 2rem;
    text-align: center
}

@media (min-width:1024px) {
    #floor-plans h3.type {
        margin-bottom: 1rem;
        margin-top: .5rem;
        text-align: left
    }
}

#floor-plans .button {
    font-size: 10px;
    width: 100%;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(196, 154, 108, var(--tw-border-opacity));
    padding-left: 1rem;
    padding-right: 1rem;
    font-family: Montserrat-Medium, sans-serif;
    --tw-text-opacity: 1;
    color: rgba(196, 154, 108, var(--tw-text-opacity))
}

@media (min-width:640px) {
    #floor-plans .button {
        font-size: 1rem;
        line-height: 1.5rem
    }
}

@media (min-width:768px) {
    #floor-plans .button {
        width: auto;
        padding-left: 1.75rem;
        padding-right: 1.75rem
    }
}

@media (min-width:1024px) {
    #floor-plans .button {
        font-size: 1.25rem;
        line-height: 1.75rem
    }
}

#floor-plans .button.selected {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 154, 108, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(11, 24, 43, var(--tw-text-opacity))
}

#floor-plans .info .item {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    display: flex;
    width: 50%;
    align-items: center
}

@media (min-width:768px) {
    #floor-plans .info .item {
        margin-top: 1.5rem;
        margin-bottom: 1.5rem
    }
}

#floor-plans .info .item img.icon {
    margin-right: 1.25rem;
    height: auto;
    width: 2.25rem;
    cursor: pointer
}

#floor-plans .info .item p {
    margin-right: .5rem
}

.floor-plan-carousel h3#floor-plans .info .item p {
    margin-top: .75rem;
    text-align: center
}

@media (min-width:1024px) {
    .floor-plan-carousel h3#floor-plans .info .item p {
        margin-top: 1.25rem
    }
}

#floor-plans .info .item p {
    text-align: justify;
    --tw-text-opacity: 1;
    color: rgba(255, 255, 255, var(--tw-text-opacity))
}

@media (min-width:1024px) {
    #floor-plans .info .item p {
        font-size: 1.125rem;
        line-height: 1.75rem
    }
}

.map-img {
    display: none
}

.map-img.selected {
    display: block
}

.map-btns .button {
    box-sizing: border-box;
    cursor: pointer;
    justify-content: center;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(196, 154, 108, var(--tw-border-opacity));
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    --tw-text-opacity: 1;
    color: rgba(196, 154, 108, var(--tw-text-opacity));
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

.map-btns.smaller {
    box-sizing: border-box;
    width: 100%;
    justify-content: center;
    overflow-x: hidden
}

.map-btns.smaller .button {
    margin-bottom: 1rem;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(196, 154, 108, var(--tw-border-opacity));
    padding-left: .5rem;
    padding-right: .5rem;
    --tw-text-opacity: 1;
    color: rgba(196, 154, 108, var(--tw-text-opacity));
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: background-color, border-color, color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s
}

@media (min-width:360px) {
    .map-btns.smaller .button {
        padding-left: .75rem;
        padding-right: .75rem
    }
}

@media (min-width:380px) {
    .map-btns.smaller .button {
        padding-left: 1rem;
        padding-right: 1rem
    }
}

.map-btns .button.selected {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 154, 108, var(--tw-bg-opacity));
    --tw-text-opacity: 1;
    color: rgba(0, 0, 0, var(--tw-text-opacity))
}

.map-info {
    display: none
}

.map-info.selected {
    display: block
}

.map-info p {
    font-size: .75rem;
    line-height: 1rem
}

@media (min-width:768px) {
    .map-info p {
        font-size: 1rem;
        line-height: 1.5rem
    }
}

.fitting p {
    line-height: 1.625
}

.accordion img.icon {
    right: calc(50% - 130px);
    position: absolute;
    top: -.25rem;
    cursor: pointer
}

@media (min-width:768px) {
    .accordion img.icon {
        top: 0
    }
}

.accordion .content {
    max-width: 190px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 2.25rem
}

@media (min-width:768px) {
    .accordion .content {
        max-width: none;
        padding-left: 0
    }
}

.accordion .content p {
    margin-bottom: .25rem;
    font-size: .75rem;
    line-height: 1rem
}

@media (min-width:640px) {
    .accordion .content p {
        font-size: .875rem;
        line-height: 1.25rem;
        line-height: 1.25
    }
}

@media (min-width:768px) {
    .accordion .content p {
        font-size: 1rem;
        line-height: 1.5rem;
        line-height: 1.25
    }
}

.accordion .content p span {
    display: inline-block;
    width: .875rem
}

@media (min-width:640px) {
    .accordion .content p span {
        width: 1.25rem
    }
}

.contact p {
    font-size: 1rem;
    line-height: 1.5rem;
    font-weight: 400;
    line-height: 1.25;
    --tw-text-opacity: 1;
    color: rgba(11, 24, 43, var(--tw-text-opacity))
}

@media (min-width:1024px) {
    .contact p {
        font-size: 1.125rem;
        line-height: 1.75rem;
        line-height: 1.25
    }
}

form {
    max-width: 560px;
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

input {
    margin-bottom: 1.75rem;
    width: 100%;
    border-radius: 9999px;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgba(196, 154, 108, var(--tw-border-opacity));
    background-color: initial;
    padding: .625rem 1.75rem;
    text-align: center;
    font-family: Montserrat-Regular, sans-serif;
    font-size: .75rem;
    line-height: 1rem;
    --tw-text-opacity: 1;
    color: rgba(196, 154, 108, var(--tw-text-opacity))
}

@media (min-width:640px) {
    input {
        font-size: .875rem;
        line-height: 1.25rem
    }
}

@media (min-width:768px) {
    input {
        font-size: 1rem;
        line-height: 1.5rem
    }
}

input::-moz-placeholder {
    --tw-text-opacity: 1;
    color: rgba(196, 154, 108, var(--tw-text-opacity))
}

input:-ms-input-placeholder {
    --tw-text-opacity: 1;
    color: rgba(196, 154, 108, var(--tw-text-opacity))
}

input::placeholder {
    --tw-text-opacity: 1;
    color: rgba(196, 154, 108, var(--tw-text-opacity))
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

input.checkbox {
    width: unset;
    display: inline-block
}

.submit {
    padding-left: .5rem;
    padding-right: .5rem
}

#rcaptcha {
    max-width: calc(100vw - 40px);
    overflow-x: auto;
    overflow-y: hidden
}

@-webkit-keyframes slideUp {
    0% {
        transform: translateY(100px);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes slideUp {
    0% {
        transform: translateY(100px);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    to {
        transform: translateY(0);
        opacity: 1
    }
}

@-webkit-keyframes flipX {
    0% {
        transform: rotateY(90deg);
        opacity: 0
    }

    to {
        transform: rotateY(0);
        opacity: 1
    }
}

@keyframes flipX {
    0% {
        transform: rotateY(90deg);
        opacity: 0
    }

    to {
        transform: rotateY(0);
        opacity: 1
    }
}

.animate,
.flip {
    opacity: 0
}

.animate.appear {
    -webkit-animation: slideUp 1.6s forwards;
    animation: slideUp 1.6s forwards
}

.flip.appear {
    -webkit-animation: flipX 1.4s forwards;
    animation: flipX 1.4s forwards
}

.animate.appear.delay-1 {
    -webkit-animation-delay: .1s;
    animation-delay: .1s
}

.animate.appear.delay-2 {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.animate.appear.delay-3 {
    -webkit-animation-delay: .3s;
    animation-delay: .3s
}

.animate.appear.delay-4 {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.animate.appear.delay-5 {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

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

.pointer-events-auto {
    pointer-events: auto
}

.fixed {
    position: fixed
}

.absolute {
    position: absolute
}

.relative {
    position: relative
}

.top-0 {
    top: 0
}

.left-0 {
    left: 0
}

.right-7 {
    right: 1.75rem
}

.top-7 {
    top: 1.75rem
}

.top-10 {
    top: 2.5rem
}

.bottom-20 {
    bottom: 5rem
}

.bottom-0 {
    bottom: 0
}

.top-5 {
    top: 1.25rem
}

.bottom-5 {
    bottom: 1.25rem
}

.top-14 {
    top: 3.5rem
}

.top-9 {
    top: 2.25rem
}

.bottom-7 {
    bottom: 1.75rem
}

.right-5 {
    right: 1.25rem
}

.z-30 {
    z-index: 30
}

.z-20 {
    z-index: 20
}

.z-10 {
    z-index: 10
}

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

.mx-1\.5 {
    margin-left: .375rem;
    margin-right: .375rem
}

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

.mx-5 {
    margin-left: 1.25rem;
    margin-right: 1.25rem
}

.my-5 {
    margin-top: 1.25rem;
    margin-bottom: 1.25rem
}

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

.mt-2 {
    margin-top: .5rem
}

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

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

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

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

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

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

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

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

.mr-1\.5 {
    margin-right: .375rem
}

.mr-1 {
    margin-right: .25rem
}

.ml-1\.5 {
    margin-left: .375rem
}

.ml-1 {
    margin-left: .25rem
}

.mt-3 {
    margin-top: .75rem
}

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

.mr-2 {
    margin-right: .5rem
}

.mb-1 {
    margin-bottom: .25rem
}

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

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

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

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

.mb-3 {
    margin-bottom: .75rem
}

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

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

.mt-1 {
    margin-top: .25rem
}

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

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

.ml-0 {
    margin-left: 0
}

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

.mr-3 {
    margin-right: .75rem
}

.mt-0 {
    margin-top: 0
}

.mt-0\.5 {
    margin-top: .125rem
}

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

.box-border {
    box-sizing: border-box
}

.inline-block {
    display: inline-block
}

.flex {
    display: flex
}

.hidden {
    display: none
}

.h-screen {
    height: 100vh
}

.h-auto {
    height: auto
}

.h-full {
    height: 100%
}

.h-10 {
    height: 2.5rem
}

.h-3 {
    height: .75rem
}

.min-h-screen {
    min-height: 100vh
}

.w-full {
    width: 100%
}

.w-9 {
    width: 2.25rem
}

.w-7 {
    width: 1.75rem
}

.w-6 {
    width: 1.5rem
}

.w-36 {
    width: 9rem
}

.w-16 {
    width: 4rem
}

.w-5 {
    width: 1.25rem
}

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

.w-24 {
    width: 6rem
}

.w-px {
    width: 1px
}

.w-8 {
    width: 2rem
}

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

.max-w-3xl {
    max-width: 48rem
}

.max-w-none {
    max-width: none
}

.max-w-xs {
    max-width: 20rem
}

.max-w-sm {
    max-width: 24rem
}

.max-w-xl {
    max-width: 36rem
}

.max-w-6xl {
    max-width: 72rem
}

.max-w-lg {
    max-width: 32rem
}

.max-w-4xl {
    max-width: 56rem
}

.max-w-5xl {
    max-width: 64rem
}

.translate-x-full {
    --tw-translate-x: 100%
}

.transform,
.translate-x-full {
    transform: var(--tw-transform)
}

.cursor-pointer {
    cursor: pointer
}

.resize {
    resize: both
}

.flex-col {
    flex-direction: column
}

.flex-wrap {
    flex-wrap: wrap
}

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

.items-center {
    align-items: center
}

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

.justify-center {
    justify-content: center
}

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

.justify-evenly {
    justify-content: space-evenly
}

.overflow-auto {
    overflow: auto
}

.overflow-hidden {
    overflow: hidden
}

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

.whitespace-nowrap {
    white-space: nowrap
}

.border {
    border-width: 1px
}

.border-themeBlue {
    --tw-border-opacity: 1;
    border-color: rgba(11, 24, 43, var(--tw-border-opacity))
}

.border-themeGold {
    --tw-border-opacity: 1;
    border-color: rgba(196, 154, 108, var(--tw-border-opacity))
}

.bg-themeBlue {
    --tw-bg-opacity: 1;
    background-color: rgba(11, 24, 43, var(--tw-bg-opacity))
}

.bg-themeGold {
    --tw-bg-opacity: 1;
    background-color: rgba(196, 154, 108, var(--tw-bg-opacity))
}

.bg-themeBlueLighter {
    --tw-bg-opacity: 1;
    background-color: rgba(0, 58, 82, var(--tw-bg-opacity))
}

.bg-footerBlue {
    --tw-bg-opacity: 1;
    background-color: rgba(2, 100, 140, var(--tw-bg-opacity))
}

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

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

.bg-opacity-70 {
    --tw-bg-opacity: 0.7
}

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

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

.from-themeBlue {
    --tw-gradient-from: #0b182b;
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(11, 24, 43, 0))
}

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

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

.object-left {
    -o-object-position: left;
    object-position: left
}

.p-5 {
    padding: 1.25rem
}

.p-3 {
    padding: .75rem
}

.p-4 {
    padding: 1rem
}

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

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

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

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

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

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

.py-2\.5 {
    padding-top: .625rem;
    padding-bottom: .625rem
}

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

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

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

.pl-10 {
    padding-left: 2.5rem
}

.pr-2 {
    padding-right: .5rem
}

.pt-20 {
    padding-top: 5rem
}

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

.pl-2 {
    padding-left: .5rem
}

.pl-1 {
    padding-left: .25rem
}

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

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

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

.pt-14 {
    padding-top: 3.5rem
}

.pl-5 {
    padding-left: 1.25rem
}

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

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

.pb-7 {
    padding-bottom: 1.75rem
}

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

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

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

.pb-36 {
    padding-bottom: 9rem
}

.pt-3 {
    padding-top: .75rem
}

.text-center {
    text-align: center
}

.text-justify {
    text-align: justify
}

.font-montserratReg {
    font-family: Montserrat-Regular, sans-serif
}

.font-montserratMedium {
    font-family: Montserrat-Medium, sans-serif
}

.font-sans {
    font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji
}

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

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem
}

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

.text-xs {
    font-size: .75rem;
    line-height: 1rem
}

.uppercase {
    text-transform: uppercase
}

.leading-tight {
    line-height: 1.25
}

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

.text-themeBlueLighter {
    --tw-text-opacity: 1;
    color: rgba(0, 58, 82, var(--tw-text-opacity))
}

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

.text-themeGold {
    --tw-text-opacity: 1;
    color: rgba(196, 154, 108, var(--tw-text-opacity))
}

.text-themeBlue {
    --tw-text-opacity: 1;
    color: rgba(11, 24, 43, var(--tw-text-opacity))
}

.text-red-700 {
    --tw-text-opacity: 1;
    color: rgba(185, 28, 28, var(--tw-text-opacity))
}

.opacity-0 {
    opacity: 0
}

.opacity-50 {
    opacity: .5
}

.shadow-2xl {
    --tw-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
    box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)
}

.raya-modal .wrapper {
    position: relative;
    z-index: 10;
    box-sizing: border-box;
    display: flex;
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    min-height: 400px
}

@media only screen and (min-width:1024px) {
    .raya-modal img {
        image-rendering: -webkit-optimize-contrast
    }
}

@media only screen and (max-height:400px) {
    .raya-modal .wrapper {
        align-items: flex-start;
        padding-top: 1.25rem;
        padding-bottom: 1.25rem
    }
}

@media (min-width:640px) {
    .sm\:top-20 {
        top: 5rem
    }

    .sm\:top-16 {
        top: 4rem
    }

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

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

    .sm\:w-32 {
        width: 8rem
    }

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

    .sm\:max-w-xl {
        max-width: 36rem
    }

    .sm\:whitespace-nowrap {
        white-space: nowrap
    }

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

    .sm\:pb-0 {
        padding-bottom: 0
    }

    .sm\:pl-3 {
        padding-left: .75rem
    }

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

    .sm\:text-6xl {
        font-size: 3.75rem;
        line-height: 1
    }

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

@media (min-width:768px) {
    .md\:top-24 {
        top: 6rem
    }

    .md\:top-20 {
        top: 5rem
    }

    .md\:top-16 {
        top: 4rem
    }

    .md\:bottom-11 {
        bottom: 2.75rem
    }

    .md\:top-7 {
        top: 1.75rem
    }

    .md\:right-7 {
        right: 1.75rem
    }

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

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

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

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

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

    .md\:mb-12 {
        margin-bottom: 3rem
    }

    .md\:mr-7 {
        margin-right: 1.75rem
    }

    .md\:mt-0 {
        margin-top: 0
    }

    .md\:mb-5 {
        margin-bottom: 1.25rem
    }

    .md\:mb-0 {
        margin-bottom: 0
    }

    .md\:block {
        display: block
    }

    .md\:flex {
        display: flex
    }

    .md\:hidden {
        display: none
    }

    .md\:w-48 {
        width: 12rem
    }

    .md\:w-24 {
        width: 6rem
    }

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

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

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

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

    .md\:w-52 {
        width: 13rem
    }

    .md\:max-w-none {
        max-width: none
    }

    .md\:max-w-xs {
        max-width: 20rem
    }

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

    .md\:justify-center {
        justify-content: center
    }

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

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

    .md\:object-center {
        -o-object-position: center;
        object-position: center
    }

    .md\:object-top {
        -o-object-position: top;
        object-position: top
    }

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

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

    .md\:pr-0 {
        padding-right: 0
    }

    .md\:pl-0 {
        padding-left: 0
    }

    .md\:pb-0 {
        padding-bottom: 0
    }

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

    .md\:pl-14 {
        padding-left: 3.5rem
    }

    .md\:pt-0 {
        padding-top: 0
    }

    .md\:pt-24 {
        padding-top: 6rem
    }

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

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

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

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

    .md\:text-themeBlueLighter {
        --tw-text-opacity: 1;
        color: rgba(0, 58, 82, var(--tw-text-opacity))
    }
}

@media (min-width:1024px) {
    .lg\:absolute {
        position: absolute
    }

    .lg\:top-28 {
        top: 7rem
    }

    .lg\:top-20 {
        top: 5rem
    }

    .lg\:top-9 {
        top: 2.25rem
    }

    .lg\:right-9 {
        right: 2.25rem
    }

    .lg\:my-11 {
        margin-top: 2.75rem;
        margin-bottom: 2.75rem
    }

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

    .lg\:mb-8 {
        margin-bottom: 2rem
    }

    .lg\:mt-12 {
        margin-top: 3rem
    }

    .lg\:mr-14 {
        margin-right: 3.5rem
    }

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

    .lg\:mt-20 {
        margin-top: 5rem
    }

    .lg\:mt-8 {
        margin-top: 2rem
    }

    .lg\:mb-0 {
        margin-bottom: 0
    }

    .lg\:block {
        display: block
    }

    .lg\:flex {
        display: flex
    }

    .lg\:hidden {
        display: none
    }

    .lg\:h-32 {
        height: 8rem
    }

    .lg\:w-10 {
        width: 2.5rem
    }

    .lg\:w-full {
        width: 100%
    }

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

    .lg\:w-3\/5 {
        width: 60%
    }

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

    .lg\:max-w-lg {
        max-width: 32rem
    }

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

    .lg\:max-w-xl {
        max-width: 36rem
    }

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

    .lg\:justify-between {
        justify-content: space-between
    }

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

    .lg\:pr-0 {
        padding-right: 0
    }

    .lg\:pl-0 {
        padding-left: 0
    }

    .lg\:pt-2 {
        padding-top: .5rem
    }

    .lg\:pt-24 {
        padding-top: 6rem
    }

    .lg\:pt-28 {
        padding-top: 7rem
    }

    .lg\:pl-14 {
        padding-left: 3.5rem
    }

    .lg\:text-left {
        text-align: left
    }

    .lg\:text-7xl {
        font-size: 4.5rem;
        line-height: 1
    }

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

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

@media (min-width:1280px) {
    .xl\:mr-8 {
        margin-right: 2rem
    }
}