:root {
    --lpt_font_main_color:#3f3f3f;
    --lpt_font_main_weight:400;
}

body {
    color:#3f3f3f;
    font-weight:400;
}

.wrapper-content p,
.wrapper-content li,
.wrapper-content label,
.wrapper-content input,
.wrapper-content textarea,
.wrapper-content select,
.wrapper-content .textwidget,
.wrapper-content .rtm-card-meta,
.wrapper-content .rtm-detail-list span,
.wrapper-content .rtm-check-grid span {
    color:#3f3f3f;
    font-weight:400;
}

.wrapper-content strong,
.wrapper-content b {
    color:#222;
    font-weight:800;
}

.wrapper-content a:not(.btn-a):not(.rtm-property-cta):not(.rtm-property-card__primary):not(.rtm-property-card__secondary) {
    font-weight:700;
}

.section__subtitle,
.rtm-detail-eyebrow,
.rtm-breadcrumbs {
    font-weight:800;
}

.rtm-field { width:100%; height:46px; border:1px solid #ddd; padding:0 14px; color:#333; background:#fff; }
.rtm-logo-link { display:inline-flex; align-items:center; height:80px; max-width:176px; overflow:hidden; }
.rtm-logo-img { display:block; max-height:54px; max-width:176px; width:auto; object-fit:contain; }
.header .container > .row { display:flex; align-items:center; }
.header-logo { flex:0 0 184px; max-width:184px; }
.menu-nav { flex:1 1 auto; max-width:none; }
.header .menu {
    display:flex;
    align-items:center;
    justify-content:center;
    gap:2px;
    width:100%;
    padding-left:0;
}
.header .menu > .menu__item { float:none; }
.header .menu__link {
    padding-left:8px;
    padding-right:8px;
    font-size:13px;
    letter-spacing:.15px;
}
.rtm-mega-item { position:static !important; }
.rtm-mega-menu {
    position:absolute;
    top:calc(100% + 8px);
    left:50%;
    display:grid;
    grid-template-columns:260px repeat(3, minmax(190px, 1fr));
    align-items:start;
    gap:0;
    width:min(1120px, calc(100vw - 34px));
    max-height:calc(100vh - 116px);
    overflow:hidden;
    border:1px solid rgba(0,0,0,.08);
    border-radius:0 0 14px 14px;
    background:#fff;
    box-shadow:0 22px 52px rgba(0,0,0,.2);
    opacity:0;
    visibility:hidden;
    transform:translate(-50%, 14px);
    transition:opacity .22s ease, transform .22s ease, visibility .22s ease;
    z-index:10020;
}
.rtm-mega-col {
    min-width:0;
    padding:24px 40px 28px 20px;
}
.rtm-mega-menu::before {
    content:"";
    position:absolute;
    left:0;
    right:0;
    top:-14px;
    height:14px;
}
.rtm-mega-menu_small {
    grid-template-columns:1fr 1fr;
    width:min(560px, calc(100vw - 48px));
}
.rtm-mega-item:hover > .rtm-mega-menu,
.rtm-mega-item:focus-within > .rtm-mega-menu {
    opacity:1;
    visibility:visible;
    transform:translate(-50%, 0);
}
.rtm-mega-col h4 {
    position:relative;
    margin:0 0 20px;
    padding:0 0 12px;
    border-bottom:1px solid #e1e1e1;
    color:#303030;
    font-size:14px;
    font-weight:900;
    line-height:1.2;
    text-align:left;
    text-transform:none;
    letter-spacing:0;
}
.rtm-mega-col h4::after {
    content:"";
    position:absolute;
    left:0;
    bottom:-1px;
    width:34px;
    height:1px;
    background:#252525;
}
.rtm-mega-menu a {
    height:auto !important;
    min-height:0 !important;
    line-height:1.3 !important;
}
.rtm-mega-col a {
    display:block;
    min-height:0 !important;
    margin:0;
    padding:0 0 14px;
    border-radius:0;
    color:#303030;
    font-size:14px;
    font-weight:600;
    line-height:1.32 !important;
    text-align:left;
    text-transform:none;
    transition:color .18s ease;
}
.rtm-mega-col a:hover {
    color:#b98f1f;
    background:transparent;
}
.rtm-mega-side {
    align-self:stretch;
    padding:0;
    background:#f0f0f0;
}
.rtm-mega-side-title {
    display:block;
    padding:18px 20px 8px;
    color:#252525;
    font-size:14px;
    font-weight:900;
    line-height:1.2;
    text-align:left;
}
.rtm-mega-side a {
    display:block;
    min-height:0 !important;
    padding:13px 20px;
    color:#303030;
    font-size:14px;
    font-weight:600;
    line-height:1.32 !important;
    text-align:left;
    text-transform:none;
    transition:background .18s ease, color .18s ease;
}
.rtm-mega-side a:hover {
    background:#e5e5e5;
    color:#17120a;
}
.rtm-mega-card {
    display:block;
    overflow:hidden;
    align-self:stretch;
    min-height:244px;
    border:1px solid rgba(212,175,55,.34);
    border-radius:7px;
    background:#fffaf0;
    color:#17120a;
    text-transform:none;
    box-shadow:0 12px 28px rgba(0,0,0,.08);
    transition:transform .22s ease, box-shadow .22s ease;
}
.rtm-mega-card:hover {
    transform:translateY(-4px);
    box-shadow:0 18px 38px rgba(0,0,0,.14);
}
.rtm-mega-card img {
    display:block;
    width:100%;
    height:112px;
    object-fit:cover;
    transition:transform .32s ease;
}
.rtm-mega-card:hover img {
    transform:scale(1.05);
}
.rtm-mega-card span,
.rtm-mega-card strong {
    display:block;
    padding:0 12px;
}
.rtm-mega-card span {
    margin-top:10px;
    color:#b98f1f;
    font-size:10px;
    font-weight:900;
    text-transform:uppercase;
}
.rtm-mega-card strong {
    padding-bottom:14px;
    color:#17120a;
    font-size:14px;
    line-height:1.3;
}
.rtm-nav-search { position:relative; }
.rtm-nav-auth {
    display:flex !important;
    align-items:center;
    gap:8px;
    margin-left:6px;
}
.rtm-nav-auth__link,
.rtm-nav-auth__button {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:34px;
    padding:0 11px;
    border:1px solid rgba(212,175,55,.72);
    color:#fff;
    font-size:11px;
    font-weight:900;
    line-height:1;
    text-transform:uppercase;
    letter-spacing:.25px;
}
.rtm-nav-auth__link {
    border-color:rgba(255,255,255,.32);
    background:rgba(255,255,255,.05);
}
.rtm-nav-auth__button {
    background:#d4af37;
    color:#17120a;
}
.rtm-nav-auth__link:hover,
.rtm-nav-auth__button:hover {
    border-color:#fff;
    background:#fff;
    color:#17120a;
}
.rtm-nav-auth__link::before,
.rtm-nav-auth__link::after,
.rtm-nav-auth__button::before,
.rtm-nav-auth__button::after {
    display:none !important;
    content:none !important;
}

.rtm-footer-brand {
    max-width:290px;
}

.rtm-footer-logo {
    display:inline-flex;
    align-items:center;
    max-width:170px;
    margin-bottom:18px;
}

.rtm-footer-logo img {
    display:block;
    max-width:170px;
    max-height:58px;
    object-fit:contain;
}

.rtm-footer-brand .textwidget p {
    margin-bottom:18px;
    line-height:1.75;
}

.rtm-footer-cta {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:40px;
    padding:0 14px;
    border:1px solid #d4af37;
    background:#d4af37;
    color:#17120a !important;
    font-size:11px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:0;
}

.rtm-footer-cta:hover {
    background:#fff;
    border-color:#fff;
    color:#17120a !important;
}

.footer .textwidget p {
    margin-bottom:10px;
}

.footer .textwidget a,
.footer-contacts__link,
.footer-menu__link {
    color:#b9c0c5;
}

.footer .textwidget a:hover,
.footer-contacts__link:hover,
.footer-menu__link:hover {
    color:#d4af37;
}

.footer-contacts__item {
    line-height:1.6;
}

.footer {
    margin-bottom:0 !important;
    padding-bottom:0 !important;
}
.footer-top [class*="pb-50"] {
    padding-bottom:20px !important;
}
.footer-bottom {
    display:none !important;
    min-height:0 !important;
    padding:0 !important;
}
.footer-bottom .row {
    display:flex;
    align-items:center;
    justify-content:space-between;
    min-height:0 !important;
}

.footer-copy,
.footer-menu {
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:14px;
    margin:0;
    padding:0;
    list-style:none;
}

.footer-copy li,
.footer-menu__item {
    display:inline-flex;
    align-items:center;
    margin:0 !important;
    padding:0 !important;
    line-height:1.4;
}

.footer-menu__item::before,
.footer-menu__item::after,
.footer-menu__link::before,
.footer-menu__link::after {
    display:none !important;
    content:none !important;
}

.footer-copy li,
.footer-menu__link {
    font-size:12px;
    letter-spacing:0;
    text-transform:none;
    white-space:normal;
}

.rtm-scroll-arrows {
    position:fixed;
    right:22px;
    bottom:28px;
    display:flex;
    flex-direction:column;
    gap:10px;
    z-index:10010;
    pointer-events:none;
}
.rtm-scroll-arrow {
    position:relative;
    width:44px;
    height:44px;
    border:1px solid rgba(212,175,55,.72);
    border-radius:50%;
    background:#24272b;
    box-shadow:0 12px 28px rgba(0,0,0,.24);
    cursor:pointer;
    opacity:0;
    visibility:hidden;
    transform:translateY(10px);
    transition:opacity .22s ease, visibility .22s ease, transform .22s ease, background .22s ease;
    pointer-events:auto;
}
.rtm-scroll-arrow::before {
    content:"";
    position:absolute;
    left:50%;
    top:50%;
    width:12px;
    height:12px;
    border-right:2px solid #d4af37;
    border-bottom:2px solid #d4af37;
}
.rtm-scroll-arrow_down::before {
    transform:translate(-50%, -64%) rotate(45deg);
}
.rtm-scroll-arrow_up::before {
    transform:translate(-50%, -36%) rotate(225deg);
}
.rtm-scroll-arrow.is-visible {
    opacity:1;
    visibility:visible;
    transform:translateY(0);
}
.rtm-scroll-arrow:hover {
    background:#d4af37;
}
.rtm-scroll-arrow:hover::before {
    border-color:#17120a;
}

.rtm-nav-search details { position:relative; }
.rtm-nav-search summary {
    display:flex;
    align-items:center;
    justify-content:center;
    list-style:none;
    cursor:pointer;
    width:36px;
    height:36px;
    margin-left:4px;
    border:0;
    border-radius:0;
    background:transparent;
    padding:0 !important;
}
.rtm-nav-search summary::-webkit-details-marker { display:none; }
.rtm-nav-search summary:hover { background:transparent; }
.rtm-nav-search summary::before,
.rtm-nav-search summary::after,
.rtm-nav-search summary .rtm-search-icon::before,
.rtm-nav-search summary .rtm-search-icon::after,
.rtm-nav-search summary *::before,
.rtm-nav-search summary *::after {
    display:none !important;
    content:none !important;
}
.rtm-search-icon {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:20px;
    height:20px;
    flex:0 0 20px;
    line-height:1;
}
.rtm-search-icon svg {
    display:block;
    width:19px;
    height:19px;
    fill:none;
    stroke:#d4af37;
    stroke-width:2.25;
    stroke-linecap:round;
    stroke-linejoin:round;
}
.rtm-nav-search-form {
    display:flex;
    position:absolute;
    top:calc(100% + 14px);
    right:0;
    width:340px;
    padding:12px;
    border:1px solid rgba(212,175,55,.28);
    background:rgba(22,24,27,.96);
    box-shadow:0 18px 42px rgba(0,0,0,.35);
    z-index:10000;
}
.rtm-nav-search-form input {
    width:100%;
    height:44px;
    border:1px solid rgba(255,255,255,.16);
    padding:0 14px;
    background:#fff;
    color:#222;
    outline:none;
}
.rtm-nav-search-form button {
    display:flex;
    align-items:center;
    justify-content:center;
    width:48px;
    height:44px;
    border:0;
    background:#d4af37;
    cursor:pointer;
}
.rtm-nav-search-form button .rtm-search-icon svg { stroke:#151515; }
.rtm-properties-search { display:flex; max-width:620px; margin:0 0 30px; }
.rtm-properties-search input { flex:1; height:46px; border:1px solid #ddd; padding:0 14px; }
.rtm-properties-search button { width:120px; border:0; background:#d4af37; color:#17120a; font-weight:700; }
.rtm-properties-filters {
    display:grid;
    grid-template-columns:repeat(3, minmax(150px, 1fr)) auto auto;
    gap:12px;
    align-items:end;
    margin:0 0 18px;
    padding:16px;
    border:1px solid rgba(212,175,55,.25);
    background:#fff;
}
.rtm-properties-filters label {
    margin:0;
    color:#333;
    font-size:12px;
    font-weight:900;
    text-transform:uppercase;
}
.rtm-properties-filters select {
    display:block;
    width:100%;
    height:42px;
    margin-top:6px;
    border:1px solid #ddd;
    background:#fff;
    color:#555;
    padding:0 10px;
}
.rtm-properties-filters button,
.rtm-properties-filters a {
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:42px;
    padding:0 14px;
    border:1px solid #d4af37;
    background:#d4af37;
    color:#17120a;
    font-size:12px;
    font-weight:900;
    text-transform:uppercase;
    cursor:pointer;
}
.rtm-properties-filters a {
    background:#fff;
    color:#7b5a0d;
}
.rtm-properties-filters button:hover,
.rtm-properties-filters a:hover {
    border-color:#17120a;
    background:#17120a;
    color:#fff;
}
.rtm-properties-empty {
    padding:28px;
    margin-bottom:40px;
    border:1px solid rgba(212,175,55,.25);
    background:#fff;
    text-align:center;
}
.rtm-properties-empty h3 {
    margin:0 0 8px;
    color:#17120a;
    font-size:24px;
    font-weight:900;
}
.rtm-properties-empty p {
    margin:0;
    color:#666;
}
.rtm-breadcrumbs { margin:0 0 20px; color:#888; font-size:13px; text-transform:uppercase; }
.rtm-breadcrumbs a { color:#d4af37; }
.rtm-breadcrumbs span { margin-right:8px; }
.rtm-page-hero {
    position:relative;
    overflow:hidden;
    padding-top:150px;
}
.rtm-page-hero::before {
    content:"";
    position:absolute;
    inset:0;
    z-index:1;
    background:linear-gradient(90deg, rgba(18,22,24,.56), rgba(18,22,24,.34) 52%, rgba(18,22,24,.18));
    pointer-events:none;
}
.rtm-page-hero .counters__bg {
    filter:saturate(.72) sepia(0) hue-rotate(-6deg) brightness(1.14) contrast(1.04);
}
.rtm-page-hero .container {
    position:relative;
    z-index:2;
}
.rtm-hero-copy { max-width:760px; color:#ddd; font-size:18px; }
.rtm-page-hero .section__subtitle,
.rtm-page-hero .section__title,
.rtm-page-hero .rtm-hero-copy {
    animation:rtmHeroIn .75s cubic-bezier(.2,.75,.22,1) both;
}
.rtm-page-hero .section__title {
    animation-delay:.08s;
}
.rtm-page-hero .rtm-hero-copy {
    animation-delay:.16s;
}
@keyframes rtmHeroIn {
    from { opacity:0; transform:translateY(22px); }
    to { opacity:1; transform:translateY(0); }
}
.rtm-card-meta { margin:12px 0 0; color:#888; }
.rtm-chip-list a, .rtm-chip-list span { display:inline-block; margin:0 8px 10px 0; padding:9px 14px; border:1px solid #e5e5e5; color:#555; background:#fff; }
.rtm-chip-list a:hover { border-color:#d4af37; color:#d4af37; }
.rtm-faq-heading {
    max-width:820px;
    margin:0 0 30px;
}
.rtm-faq-heading p {
    max-width:720px;
    margin:0;
    color:#666;
    font-size:16px;
    line-height:1.7;
}
.rtm-faq-grid {
    display:grid;
    grid-template-columns:repeat(2, 1fr);
    gap:18px;
}
.rtm-faq-item {
    position:relative;
    min-height:230px;
    padding:24px 24px 24px 78px;
    border:1px solid rgba(212,175,55,.28);
    border-radius:8px;
    background:#fff;
    box-shadow:0 14px 34px rgba(0,0,0,.06);
}
.rtm-faq-item > span {
    position:absolute;
    left:22px;
    top:24px;
    display:flex;
    align-items:center;
    justify-content:center;
    width:38px;
    height:38px;
    border:1px solid #eadcae;
    background:#fffaf0;
    color:#b98f1f;
    font-size:12px;
    font-weight:900;
}
.rtm-faq-item h5 {
    margin:0 0 10px;
    color:#17120a;
    font-size:18px;
    line-height:1.35;
    font-weight:900;
}
.rtm-faq-item p {
    margin:0;
    color:#666;
    font-size:14px;
    line-height:1.72;
}
.rtm-content-block p { margin-bottom:18px; }
.rtm-reveal {
    opacity:0;
    transform:translateY(34px);
    transition:opacity .72s ease, transform .72s cubic-bezier(.2,.75,.22,1);
    transition-delay:var(--rtm-reveal-delay, 0ms);
    will-change:opacity, transform;
}
.rtm-reveal.rtm-reveal-visible {
    opacity:1;
    transform:translateY(0);
}
.rtm-reveal-left {
    transform:translateX(-32px);
}
.rtm-reveal-right {
    transform:translateX(32px);
}
.rtm-reveal-scale {
    transform:translateY(24px) scale(.96);
}
.rtm-reveal-left.rtm-reveal-visible,
.rtm-reveal-right.rtm-reveal-visible {
    transform:translateX(0);
}
.rtm-reveal-scale.rtm-reveal-visible {
    transform:translateY(0) scale(1);
}
@media (prefers-reduced-motion: reduce) {
    .rtm-reveal {
        opacity:1;
        transform:none;
        transition:none;
    }
}
.rtm-featured-listings,
.rtm-list-property-section,
.rtm-family-listings,
.rtm-location-section,
.rtm-home-guides-section,
.rtm-home-faq-section,
.rtm-home-cta-section {
    padding-top:52px !important;
    padding-bottom:52px !important;
}
.rtm-featured-listings {
    background:#fbf7f7 !important;
}
.rtm-family-listings {
    background:#fff !important;
}
.rtm-family-listings .rtm-featured-heading {
    margin-bottom:22px;
}
.rtm-featured-heading {
    position:relative;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:22px;
    text-align:center;
}
.rtm-featured-heading__title {
    margin:0 0 8px;
    color:#252525;
    font-size:38px;
    line-height:1.15;
    font-weight:900;
    letter-spacing:0;
}
.rtm-featured-heading p {
    margin:0;
    color:#777;
    font-size:15px;
}
.rtm-featured-heading__link {
    position:absolute;
    right:0;
    top:50%;
    transform:translateY(-50%);
    padding:12px 22px;
    border:1px solid rgba(153,36,48,.22);
    border-radius:24px;
    background:#fff;
    color:#8f1e2d;
    font-weight:900;
    box-shadow:0 12px 26px rgba(153,36,48,.08);
}
.rtm-featured-heading__link::after {
    content:">";
    margin-left:10px;
    color:#d4af37;
}
.rtm-featured-heading__link:hover {
    border-color:#d4af37;
    color:#17120a;
}
.rtm-property-grid {
    display:flex;
    flex-wrap:wrap;
    justify-content:center;
}
.rtm-property-grid > [class*="col-"] {
    display:flex;
    margin-bottom:28px;
}
.rtm-property-card {
    display:flex;
    flex-direction:column;
    width:100%;
    min-height:100%;
    overflow:hidden;
    background:#fff;
    border:1px solid rgba(30,30,30,.12);
    border-radius:7px;
    box-shadow:0 12px 28px rgba(0,0,0,.06);
    transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
    animation:rtmCardIn .5s ease both;
}
.rtm-property-grid > [class*="col-"]:nth-child(2) .rtm-property-card { animation-delay:.08s; }
.rtm-property-grid > [class*="col-"]:nth-child(3) .rtm-property-card { animation-delay:.16s; }
.rtm-property-grid > [class*="col-"]:nth-child(4) .rtm-property-card { animation-delay:.24s; }
@keyframes rtmCardIn {
    from { opacity:0; transform:translateY(18px); }
    to { opacity:1; transform:translateY(0); }
}
.rtm-featured-listings .rtm-property-card {
    min-height:368px;
}
.rtm-family-listings .rtm-property-card {
    min-height:388px;
}
.rtm-property-card:hover {
    transform:translateY(-4px);
    border-color:rgba(212,175,55,.45);
    box-shadow:0 24px 52px rgba(0,0,0,.14);
}
.rtm-property-card__image {
    position:relative;
    display:block;
    width:100%;
    aspect-ratio:16/10;
    height:152px;
    overflow:hidden;
    background:#eee;
}
.rtm-property-card__image img {
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform .35s ease;
}
.rtm-property-card:hover .rtm-property-card__image img {
    transform:scale(1.04);
}
.rtm-property-card__badge {
    position:absolute;
    left:12px;
    top:12px;
    padding:6px 10px;
    border-radius:14px;
    background:#fff;
    color:#1f2225;
    font-size:10px;
    font-weight:900;
    text-transform:capitalize;
    letter-spacing:0;
    box-shadow:0 4px 14px rgba(0,0,0,.12);
}
.rtm-property-card__fav {
    position:absolute;
    right:12px;
    top:12px;
    display:flex;
    align-items:center;
    justify-content:center;
    width:34px;
    height:34px;
    border-radius:50%;
    background:#fff;
    color:#6f7478;
    font-size:20px;
    line-height:1;
    box-shadow:0 4px 14px rgba(0,0,0,.14);
}
.rtm-property-card__price {
    position:absolute;
    left:14px;
    bottom:12px;
    max-width:calc(100% - 28px);
    padding:9px 12px;
    border-radius:5px;
    background:#fff;
    color:#2c2c2c;
    font-size:14px;
    font-weight:900;
    box-shadow:0 5px 18px rgba(0,0,0,.16);
}
.rtm-property-card__body {
    display:flex;
    flex-direction:column;
    flex:1;
    padding:14px 14px 16px;
}
.rtm-property-card__title {
    margin:0 0 12px;
    font-size:16px;
    line-height:1.25;
    font-weight:900;
    min-height:42px;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
}
.rtm-property-card__title a {
    color:#1f2225;
}
.rtm-property-card__title a:hover {
    color:#b98f1f;
}
.rtm-property-card__location {
    position:relative;
    min-height:38px;
    margin:0 0 10px;
    padding-left:18px;
    color:#666;
    line-height:1.45;
    font-size:12px;
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
}
.rtm-property-card__location::before {
    content:"";
    position:absolute;
    left:1px;
    top:4px;
    width:9px;
    height:9px;
    border:1px solid #8f969b;
    border-radius:50% 50% 50% 0;
    transform:rotate(-45deg);
}
.rtm-property-card__facts {
    display:flex;
    flex-wrap:wrap;
    gap:9px;
    min-height:18px;
    margin:0 0 10px;
    color:#555;
    font-size:12px;
    font-weight:800;
}
.rtm-property-card__meta {
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:0;
    margin:0 0 10px;
    min-height:29px;
    border:1px solid #ddd;
    border-radius:4px;
    overflow:hidden;
}
.rtm-property-card__meta span {
    min-height:27px;
    padding:7px 9px;
    border:0;
    background:#fafafa;
    color:#52606b;
    font-size:10px;
    font-weight:800;
    line-height:1.25;
}
.rtm-property-card__meta span + span {
    text-align:right;
    border-left:1px solid #ddd;
}
.rtm-property-card__actions {
    margin-top:auto;
    display:block;
}
.rtm-property-card__primary,
.rtm-property-card__secondary {
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:35px;
    padding:9px 12px;
    font-size:12px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.3px;
}
.rtm-property-card__primary {
    border:1px solid #d8d8d8;
    border-radius:5px;
    background:#fff;
    color:#333;
}
.rtm-property-card__secondary {
    border:1px solid #d4af37;
    color:#7b5a0d;
    background:#fff;
}
.rtm-property-card__primary:hover,
.rtm-property-card__secondary:hover {
    background:#17120a;
    border-color:#17120a;
    color:#fff;
}
.rtm-property-detail-page {
    background:#fbf7f7 !important;
}
.rtm-property-detail-hero {
    display:grid;
    grid-template-columns:minmax(0, 1.45fr) 360px;
    gap:28px;
    align-items:start;
}
.rtm-property-gallery__main {
    position:relative;
    display:block;
    width:100%;
    padding:0;
    overflow:hidden;
    border:1px solid rgba(30,30,30,.12);
    background:#f7f3e8;
    cursor:zoom-in;
}
.rtm-property-gallery__main img {
    display:block;
    width:100%;
    max-height:560px;
    aspect-ratio:16/9;
    object-fit:contain;
    background:#f7f3e8;
}
.rtm-property-gallery__main span {
    position:absolute;
    left:16px;
    top:16px;
    padding:8px 12px;
    background:#fff;
    color:#17120a;
    font-size:11px;
    font-weight:900;
    text-transform:uppercase;
    box-shadow:0 8px 20px rgba(0,0,0,.18);
}
.rtm-property-gallery__main em {
    position:absolute;
    right:16px;
    bottom:16px;
    padding:8px 11px;
    background:rgba(23,18,10,.86);
    color:#fff;
    font-size:11px;
    font-style:normal;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.25px;
}
.rtm-property-gallery__thumbs {
    display:grid;
    grid-template-columns:repeat(5, 1fr);
    gap:10px;
    margin-top:10px;
}
.rtm-property-gallery__thumbs button {
    display:block;
    width:100%;
    padding:0;
    border:2px solid transparent;
    background:#f7f3e8;
    cursor:pointer;
}
.rtm-property-gallery__thumbs button.is-active,
.rtm-property-gallery__thumbs button:hover {
    border-color:#d4af37;
}
.rtm-property-gallery__thumbs img {
    display:block;
    width:100%;
    aspect-ratio:4/3;
    object-fit:cover;
    background:#eee;
}
.rtm-gallery-lightbox {
    position:fixed;
    inset:0;
    display:flex;
    align-items:center;
    justify-content:center;
    padding:34px;
    background:rgba(0,0,0,.88);
    opacity:0;
    visibility:hidden;
    pointer-events:none;
    transition:opacity .22s ease, visibility .22s ease;
    z-index:100000;
}
.rtm-gallery-lightbox.is-open {
    opacity:1;
    visibility:visible;
    pointer-events:auto;
}
.rtm-gallery-lightbox img {
    display:block;
    max-width:100%;
    max-height:90vh;
    object-fit:contain;
    background:#111;
}
.rtm-gallery-lightbox__close {
    position:absolute;
    top:18px;
    right:18px;
    width:42px;
    height:42px;
    border:1px solid rgba(255,255,255,.5);
    background:#fff;
    color:#17120a;
    font-size:20px;
    font-weight:900;
    cursor:pointer;
}
.rtm-property-enquiry-card,
.rtm-property-panel,
.rtm-property-facts div {
    border:1px solid rgba(212,175,55,.25);
    background:#fff;
    box-shadow:0 14px 36px rgba(0,0,0,.06);
}
.rtm-property-enquiry-card {
    position:sticky;
    top:104px;
    padding:26px;
}
.rtm-detail-eyebrow {
    display:block;
    margin-bottom:10px;
    color:#b98f1f;
    font-size:12px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.7px;
}
.rtm-property-enquiry-card h2,
.rtm-property-panel h2 {
    margin:0 0 14px;
    color:#17120a;
    font-size:28px;
    line-height:1.2;
    font-weight:900;
}
.rtm-property-enquiry-card p,
.rtm-property-panel p {
    margin:0 0 18px;
    color:#666;
    line-height:1.7;
}
.rtm-property-price {
    margin:18px 0;
    padding:16px;
    background:#fffaf0;
    border:1px solid #eadcae;
    color:#17120a;
    font-size:24px;
    font-weight:900;
}
.rtm-property-cta {
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:46px;
    margin-top:12px;
    padding:0 16px;
    border:1px solid #d4af37;
    background:#d4af37;
    color:#17120a;
    font-size:12px;
    font-weight:900;
    text-transform:uppercase;
    text-align:center;
}
.rtm-property-cta_light {
    background:#fff;
    color:#7b5a0d;
}
.rtm-property-cta:hover {
    border-color:#17120a;
    background:#17120a;
    color:#fff;
}
.rtm-property-facts {
    display:grid;
    grid-template-columns:repeat(6, 1fr);
    gap:12px;
    margin:26px 0;
}
.rtm-property-facts div {
    min-height:92px;
    padding:16px;
}
.rtm-property-facts span,
.rtm-property-facts strong {
    display:block;
}
.rtm-property-facts span {
    margin-bottom:8px;
    color:#8a8a8a;
    font-size:11px;
    font-weight:900;
    text-transform:uppercase;
}
.rtm-property-facts strong {
    color:#17120a;
    font-size:15px;
    line-height:1.35;
    font-weight:900;
}
.rtm-property-detail-grid {
    display:grid;
    grid-template-columns:minmax(0, 1fr) 340px;
    gap:26px;
    align-items:start;
}
.rtm-property-panel {
    margin-bottom:22px;
    padding:26px;
}
.rtm-detail-list,
.rtm-check-grid {
    display:grid;
    gap:12px;
}
.rtm-detail-list span,
.rtm-check-grid span {
    display:block;
    padding:13px 14px;
    border:1px solid #eadcae;
    background:#fffaf0;
    color:#494338;
    line-height:1.55;
    font-weight:700;
}
.rtm-check-grid {
    grid-template-columns:repeat(2, 1fr);
}

.rtm-amenities-list {
    display:grid;
    grid-template-columns:repeat(4, minmax(0, 1fr));
    gap:10px;
}

.rtm-amenities-list span {
    display:flex;
    align-items:center;
    min-height:44px;
    padding:10px 12px;
    border:1px solid #eadcae;
    background:#fffaf0;
    color:#343434;
    font-size:13px;
    font-weight:700;
    line-height:1.3;
}

.rtm-amenities-list_compact {
    grid-template-columns:repeat(2, minmax(0, 1fr));
    margin-bottom:16px;
}

.rtm-mini-heading {
    margin:8px 0 10px;
    color:#17120a;
    font-size:13px;
    font-weight:900;
    text-transform:uppercase;
}

.rtm-property-map {
    overflow:hidden;
    margin-top:18px;
    border:1px solid #eadcae;
    background:#f7f3e8;
}

.rtm-property-map iframe {
    display:block;
    width:100%;
    height:340px;
    border:0;
}

.rtm-map-link {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:40px;
    margin-top:12px;
    padding:0 14px;
    border:1px solid #d4af37;
    background:#fff;
    color:#7b5a0d;
    font-size:12px;
    font-weight:900;
    text-transform:uppercase;
}

.rtm-map-link:hover {
    background:#d4af37;
    color:#17120a;
}

.rtm-list-property-section {
    background:linear-gradient(135deg, #fff 0%, #fffaf0 100%) !important;
}
.rtm-list-property {
    display:grid;
    grid-template-columns:1.12fr .88fr;
    align-items:center;
    gap:44px;
    padding:42px;
    border:1px solid rgba(212,175,55,.28);
    border-radius:12px;
    background:#fff;
    box-shadow:0 24px 60px rgba(0,0,0,.09);
    overflow:hidden;
}
.rtm-list-property__eyebrow {
    display:inline-flex;
    margin-bottom:14px;
    padding:8px 12px;
    border:1px solid rgba(212,175,55,.45);
    color:#9b7419;
    font-size:12px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.5px;
}
.rtm-list-property__copy h2 {
    margin:0 0 14px;
    color:#17120a;
    font-size:38px;
    line-height:1.12;
    font-weight:900;
    letter-spacing:0;
}
.rtm-list-property__copy p {
    max-width:650px;
    margin:0 0 22px;
    color:#626262;
    font-size:16px;
    line-height:1.7;
}
.rtm-list-property__steps {
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:12px;
    margin:0 0 24px;
}
.rtm-list-property__steps span {
    position:relative;
    min-height:58px;
    padding:13px 12px 12px 34px;
    border:1px solid #eadcae;
    background:#fffaf0;
    color:#2a2418;
    font-size:13px;
    font-weight:900;
    line-height:1.25;
}
.rtm-list-property__steps span::before {
    content:"";
    position:absolute;
    left:12px;
    top:17px;
    width:9px;
    height:9px;
    border-radius:50%;
    background:#d4af37;
    box-shadow:0 0 0 4px rgba(212,175,55,.16);
}
.rtm-list-property__button {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:48px;
    padding:0 24px;
    border:1px solid #d4af37;
    background:#d4af37;
    color:#17120a;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.4px;
    box-shadow:0 14px 28px rgba(212,175,55,.22);
}
.rtm-list-property__button:hover {
    background:#17120a;
    border-color:#17120a;
    color:#fff;
}
.rtm-list-property__media {
    position:relative;
    min-height:340px;
    overflow:hidden;
    border-radius:10px;
}
.rtm-list-property__media img {
    display:block;
    width:100%;
    height:340px;
    object-fit:cover;
}
.rtm-list-property__note {
    position:absolute;
    left:20px;
    right:20px;
    bottom:20px;
    padding:16px 18px;
    background:rgba(23,18,10,.88);
    color:#fff;
}
.rtm-list-property__note strong,
.rtm-list-property__note span {
    display:block;
}
.rtm-list-property__note strong {
    color:#d4af37;
    font-size:18px;
    font-weight:900;
}
.rtm-list-property__note span {
    margin-top:3px;
    color:rgba(255,255,255,.82);
}
.rtm-location-section {
    background:#fbf7f7 !important;
}
.rtm-location-grid > [class*="col-"] {
    margin-bottom:28px;
}
.rtm-location-card {
    position:relative;
    display:block;
    min-height:330px;
    overflow:hidden;
    border-radius:8px;
    background:#17120a;
    box-shadow:0 18px 40px rgba(0,0,0,.12);
    animation:rtmCardIn .5s ease both;
}
.rtm-location-grid > [class*="col-"]:nth-child(2) .rtm-location-card { animation-delay:.08s; }
.rtm-location-grid > [class*="col-"]:nth-child(3) .rtm-location-card { animation-delay:.16s; }
.rtm-location-grid > [class*="col-"]:nth-child(4) .rtm-location-card { animation-delay:.24s; }
.rtm-location-card img {
    display:block;
    width:100%;
    height:330px;
    object-fit:cover;
    transition:transform .35s ease;
}
.rtm-location-card:hover img {
    transform:scale(1.05);
}
.rtm-location-card__overlay {
    position:absolute;
    inset:0;
    background:linear-gradient(180deg, rgba(0,0,0,.12), rgba(0,0,0,.76));
}
.rtm-location-card__content {
    position:absolute;
    left:0;
    right:0;
    bottom:0;
    display:block;
    padding:24px;
    color:#fff;
}
.rtm-location-card__content strong {
    display:block;
    margin-bottom:10px;
    font-size:27px;
    line-height:1.1;
    font-weight:900;
}
.rtm-location-card__content small {
    display:block;
    min-height:58px;
    color:rgba(255,255,255,.84);
    font-size:13px;
    line-height:1.45;
}
.rtm-location-card__content em {
    display:inline-flex;
    margin-top:16px;
    padding:9px 12px;
    background:#d4af37;
    color:#17120a;
    font-size:11px;
    font-style:normal;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.3px;
}
.rtm-project-location-page {
    background:#fff !important;
}
.rtm-project-page-intro {
    max-width:820px;
    margin:0 auto 34px;
    text-align:center;
}
.rtm-project-page-intro span {
    display:inline-block;
    margin-bottom:10px;
    color:#b98f1f;
    font-size:12px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.7px;
}
.rtm-project-page-intro h2 {
    margin:0 0 12px;
    color:#17120a;
    font-size:38px;
    line-height:1.15;
    font-weight:900;
}
.rtm-project-page-intro p {
    margin:0;
    color:#686868;
    font-size:16px;
    line-height:1.7;
}
.rtm-project-category-grid {
    display:grid;
    grid-template-columns:repeat(4, 1fr);
    gap:18px;
    margin-bottom:42px;
}
.rtm-project-category-card {
    display:block;
    min-height:168px;
    padding:22px;
    border:1px solid rgba(212,175,55,.28);
    border-radius:9px;
    background:#fff;
    color:#2a2418;
    box-shadow:0 16px 38px rgba(0,0,0,.06);
    transition:transform .22s ease, box-shadow .22s ease, border-color .22s ease;
}
.rtm-project-category-card strong,
.rtm-project-category-card span {
    display:block;
}
.rtm-project-category-card strong {
    margin-bottom:10px;
    color:#17120a;
    font-size:18px;
    line-height:1.25;
    font-weight:900;
}
.rtm-project-category-card span {
    color:#626262;
    font-size:14px;
    line-height:1.55;
}
.rtm-project-category-card:hover {
    transform:translateY(-4px);
    border-color:rgba(212,175,55,.58);
    box-shadow:0 24px 52px rgba(0,0,0,.12);
}
.rtm-project-category-card.is-active {
    border-color:#d4af37;
    background:#17120a;
}
.rtm-project-category-card.is-active strong,
.rtm-project-category-card.is-active span {
    color:#fff;
}
.rtm-project-results-intro {
    padding-top:4px;
}
.rtm-project-results-grid {
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:22px;
    margin-bottom:46px;
}
.rtm-project-result-card,
.rtm-project-empty {
    overflow:hidden;
    border:1px solid rgba(212,175,55,.28);
    border-radius:9px;
    background:#fff;
    box-shadow:0 16px 38px rgba(0,0,0,.07);
}
.rtm-project-result-card__image {
    display:block;
    overflow:hidden;
    background:#eee;
}
.rtm-project-result-card__image img {
    display:block;
    width:100%;
    aspect-ratio:16/10;
    object-fit:cover;
    transition:transform .35s ease;
}
.rtm-project-result-card:hover .rtm-project-result-card__image img {
    transform:scale(1.04);
}
.rtm-project-result-card__body {
    padding:20px;
}
.rtm-project-result-card__body > span {
    display:inline-block;
    margin-bottom:10px;
    padding:7px 10px;
    background:#fff7dd;
    color:#9b7419;
    font-size:10px;
    font-weight:900;
    text-transform:uppercase;
}
.rtm-project-result-card__body h3 {
    margin:0 0 10px;
    font-size:22px;
    line-height:1.25;
    font-weight:900;
}
.rtm-project-result-card__body h3 a {
    color:#17120a;
}
.rtm-project-result-card__body p {
    margin:0 0 18px;
    color:#626262;
    line-height:1.55;
}
.rtm-project-result-card__body div {
    display:flex;
    gap:10px;
}
.rtm-project-result-card__body div a,
.rtm-project-empty a {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:40px;
    padding:0 14px;
    border:1px solid #d4af37;
    background:#d4af37;
    color:#17120a;
    font-size:11px;
    font-weight:900;
    text-transform:uppercase;
}
.rtm-project-result-card__body div a + a {
    background:#fff;
    color:#7b5a0d;
}
.rtm-project-result-card__body div a:hover,
.rtm-project-empty a:hover {
    border-color:#17120a;
    background:#17120a;
    color:#fff;
}
.rtm-project-empty {
    margin-bottom:46px;
    padding:30px;
    text-align:center;
}
.rtm-project-empty h3 {
    margin:0 0 10px;
    color:#17120a;
    font-size:26px;
    font-weight:900;
}
.rtm-project-empty p {
    max-width:680px;
    margin:0 auto 18px;
    color:#666;
    line-height:1.7;
}
.rtm-project-location-intro {
    padding-top:8px;
}
.rtm-project-location-list {
    display:grid;
    gap:28px;
}
.rtm-project-location-card {
    display:grid;
    grid-template-columns:360px 1fr;
    gap:0;
    overflow:hidden;
    border:1px solid rgba(212,175,55,.28);
    border-radius:10px;
    background:#fff;
    box-shadow:0 18px 46px rgba(0,0,0,.08);
    animation:rtmCardIn .5s ease both;
}
.rtm-project-location-card:nth-child(even) {
    grid-template-columns:1fr 360px;
}
.rtm-project-location-card:nth-child(even) .rtm-project-location-card__media {
    order:2;
}
.rtm-project-location-card__media {
    position:relative;
    min-height:390px;
    background:#17120a;
}
.rtm-project-location-card__media img {
    display:block;
    width:100%;
    height:100%;
    min-height:390px;
    object-fit:cover;
    transition:transform .35s ease;
}
.rtm-project-location-card:hover .rtm-project-location-card__media img {
    transform:scale(1.04);
}
.rtm-project-location-card__media::after {
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.56));
}
.rtm-project-location-card__media span {
    position:absolute;
    left:22px;
    bottom:22px;
    z-index:1;
    color:#fff;
    font-size:34px;
    line-height:1;
    font-weight:900;
    text-shadow:0 4px 16px rgba(0,0,0,.5);
}
.rtm-project-location-card__content {
    padding:34px 36px;
}
.rtm-project-location-card__label {
    display:inline-block;
    margin-bottom:12px;
    padding:8px 11px;
    background:#fff7dd;
    color:#9b7419;
    font-size:11px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.4px;
}
.rtm-project-location-card__content h3 {
    margin:0 0 14px;
    color:#17120a;
    font-size:28px;
    line-height:1.22;
    font-weight:900;
}
.rtm-project-location-card__content p {
    margin:0 0 18px;
    color:#5f5f5f;
    font-size:15px;
    line-height:1.72;
}
.rtm-project-location-card__chips {
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-bottom:22px;
}
.rtm-project-location-card__chips span {
    padding:9px 12px;
    border:1px solid #eadcae;
    background:#fffaf0;
    color:#2a2418;
    font-size:12px;
    font-weight:900;
}
.rtm-project-location-card__button {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:44px;
    padding:0 18px;
    background:#d4af37;
    border:1px solid #d4af37;
    color:#17120a;
    font-size:12px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.3px;
}
.rtm-project-location-card__button:hover {
    background:#17120a;
    border-color:#17120a;
    color:#fff;
}
.rtm-contact-page {
    background:#fbf7f7 !important;
}
.rtm-contact-layout {
    display:grid;
    grid-template-columns:1fr 360px;
    gap:30px;
    align-items:start;
}
.rtm-contact-card,
.rtm-contact-side {
    border:1px solid rgba(212,175,55,.26);
    border-radius:10px;
    background:#fff;
    box-shadow:0 20px 50px rgba(0,0,0,.08);
}
.rtm-contact-card {
    padding:34px;
}
.rtm-contact-eyebrow {
    display:inline-flex;
    margin-bottom:12px;
    padding:8px 11px;
    background:#fff7dd;
    color:#9b7419;
    font-size:11px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.5px;
}
.rtm-contact-card h2 {
    margin:0 0 10px;
    color:#17120a;
    font-size:34px;
    line-height:1.18;
    font-weight:900;
}
.rtm-contact-card p {
    max-width:760px;
    margin:0 0 24px;
    color:#666;
    font-size:15px;
    line-height:1.7;
}
.rtm-contact-form label {
    display:block;
    margin-bottom:16px;
    color:#2b2b2b;
    font-size:13px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.35px;
}
.rtm-form-grid {
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:16px;
}
.rtm-contact-form .rtm-field {
    display:block;
    width:100%;
    height:50px;
    margin-top:8px;
    border:1px solid #d7d7d7;
    border-radius:6px;
    background:#fff;
    color:#17120a;
    font-size:15px;
    font-weight:700;
    outline:none;
    transition:border-color .18s ease, box-shadow .18s ease;
}
.rtm-contact-form textarea.rtm-field {
    min-height:132px;
    padding-top:14px;
    resize:vertical;
}
.rtm-contact-form .rtm-field:focus {
    border-color:#d4af37;
    box-shadow:0 0 0 4px rgba(212,175,55,.15);
}
.rtm-contact-submit {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:50px;
    padding:0 24px;
    border:1px solid #d4af37;
    border-radius:6px;
    background:#d4af37;
    color:#17120a;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.4px;
    cursor:pointer;
}
.rtm-contact-submit:hover {
    border-color:#17120a;
    background:#17120a;
    color:#fff;
}
.rtm-contact-side {
    overflow:hidden;
}
.rtm-contact-side__panel {
    padding:28px;
    background:linear-gradient(135deg, #17120a, #332713);
    color:#fff;
}
.rtm-contact-side__panel span {
    color:#d4af37;
    font-size:11px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.5px;
}
.rtm-contact-side__panel h3 {
    margin:10px 0;
    color:#fff;
    font-size:25px;
    line-height:1.2;
    font-weight:900;
}
.rtm-contact-side__panel p {
    margin:0;
    color:rgba(255,255,255,.78);
    line-height:1.6;
}
.rtm-contact-info {
    padding:22px 24px 8px;
}
.rtm-contact-info div {
    padding:0 0 16px;
    margin-bottom:16px;
    border-bottom:1px solid #eee;
}
.rtm-contact-info strong,
.rtm-contact-info a,
.rtm-contact-info span {
    display:block;
}
.rtm-contact-info strong {
    margin-bottom:5px;
    color:#9b7419;
    font-size:11px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.5px;
}
.rtm-contact-info a,
.rtm-contact-info span {
    color:#2f2f2f;
    font-weight:800;
    line-height:1.45;
}
.rtm-contact-list-link {
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:48px;
    margin:0 24px 24px;
    border:1px solid #d4af37;
    border-radius:6px;
    color:#7b5a0d;
    font-weight:900;
    text-align:center;
    text-transform:uppercase;
    letter-spacing:.3px;
}
.rtm-contact-list-link:hover {
    background:#d4af37;
    color:#17120a;
}
.rtm-about-page {
    background:#fff !important;
}
.rtm-about-intro {
    display:grid;
    grid-template-columns:1.05fr .95fr;
    gap:38px;
    align-items:center;
}
.rtm-about-eyebrow {
    display:inline-flex;
    margin-bottom:12px;
    padding:8px 11px;
    border:1px solid rgba(212,175,55,.42);
    background:#fff7dd;
    color:#9b7419;
    font-size:11px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.5px;
}
.rtm-about-intro__copy h2,
.rtm-about-check-copy h2,
.rtm-about-location-panel h2,
.rtm-about-section-head h2,
.rtm-about-cta-section h2 {
    margin:0 0 14px;
    color:#17120a;
    font-size:38px;
    line-height:1.15;
    font-weight:900;
    letter-spacing:0;
}
.rtm-about-intro__copy p,
.rtm-about-check-copy p,
.rtm-about-location-panel p,
.rtm-about-section-head p,
.rtm-about-cta-section p {
    margin:0 0 16px;
    color:#616161;
    font-size:16px;
    line-height:1.72;
}
.rtm-about-actions {
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-top:24px;
}
.rtm-about-actions a,
.rtm-about-cta-section a {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:46px;
    padding:0 18px;
    border:1px solid #d4af37;
    background:#d4af37;
    color:#17120a;
    font-size:12px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.35px;
}
.rtm-about-actions a + a {
    background:#fff;
    color:#7b5a0d;
}
.rtm-about-actions a:hover,
.rtm-about-cta-section a:hover {
    border-color:#17120a;
    background:#17120a;
    color:#fff;
}
.rtm-about-intro__media {
    position:relative;
    overflow:hidden;
    min-height:430px;
    border-radius:10px;
    background:#17120a;
    box-shadow:0 24px 60px rgba(0,0,0,.12);
}
.rtm-about-intro__media img {
    display:block;
    width:100%;
    height:430px;
    object-fit:cover;
}
.rtm-about-note {
    position:absolute;
    left:22px;
    right:22px;
    bottom:22px;
    padding:18px 20px;
    background:rgba(23,18,10,.88);
    color:#fff;
}
.rtm-about-note strong,
.rtm-about-note span {
    display:block;
}
.rtm-about-note strong {
    color:#d4af37;
    font-size:18px;
    font-weight:900;
}
.rtm-about-note span {
    margin-top:4px;
    color:rgba(255,255,255,.82);
    line-height:1.5;
}
.rtm-about-stat-grid {
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:18px;
    margin-top:34px;
}
.rtm-about-stat,
.rtm-about-service-card,
.rtm-about-process-card {
    border:1px solid rgba(212,175,55,.25);
    border-radius:9px;
    background:#fff;
    box-shadow:0 16px 38px rgba(0,0,0,.06);
}
.rtm-about-stat {
    padding:22px;
    text-align:center;
}
.rtm-about-stat strong {
    display:block;
    color:#17120a;
    font-size:34px;
    line-height:1;
    font-weight:900;
}
.rtm-about-stat span {
    display:block;
    margin-top:8px;
    color:#666;
    font-weight:800;
}
.rtm-about-services-section,
.rtm-about-process-section {
    background:#fbf7f7 !important;
}
.rtm-about-section-head {
    max-width:820px;
    margin:0 auto 28px;
    text-align:center;
}
.rtm-about-section-head span {
    color:#b98f1f;
    font-size:12px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.7px;
}
.rtm-about-service-grid {
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:22px;
}
.rtm-about-service-card {
    min-height:218px;
    padding:24px;
}
.rtm-about-service-card h3,
.rtm-about-process-card h3 {
    margin:0 0 12px;
    color:#17120a;
    font-size:21px;
    line-height:1.24;
    font-weight:900;
}
.rtm-about-service-card p,
.rtm-about-process-card p {
    margin:0;
    color:#626262;
    line-height:1.65;
}
.rtm-about-check-layout {
    display:grid;
    grid-template-columns:.9fr 1.1fr;
    gap:34px;
    align-items:start;
}
.rtm-about-check-list {
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:12px;
}
.rtm-about-check-list div {
    position:relative;
    min-height:72px;
    padding:15px 16px 14px 42px;
    border:1px solid #eadcae;
    background:#fffaf0;
    color:#2a2418;
    font-size:14px;
    font-weight:800;
    line-height:1.45;
}
.rtm-about-check-list div::before {
    content:"";
    position:absolute;
    left:16px;
    top:21px;
    width:10px;
    height:10px;
    border-radius:50%;
    background:#d4af37;
    box-shadow:0 0 0 5px rgba(212,175,55,.16);
}
.rtm-about-process-grid {
    display:grid;
    grid-template-columns:repeat(4, 1fr);
    gap:18px;
}
.rtm-about-process-card {
    min-height:210px;
    padding:24px;
}
.rtm-about-process-card > span {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:42px;
    height:42px;
    margin-bottom:16px;
    border-radius:50%;
    background:#17120a;
    color:#d4af37;
    font-weight:900;
}
.rtm-about-location-panel {
    display:grid;
    grid-template-columns:1.15fr .85fr;
    gap:32px;
    align-items:center;
    padding:36px;
    border:1px solid rgba(212,175,55,.28);
    border-radius:10px;
    background:linear-gradient(135deg, #fff 0%, #fffaf0 100%);
    box-shadow:0 20px 54px rgba(0,0,0,.08);
}
.rtm-about-location-panel ul {
    margin:0;
    padding:0;
    list-style:none;
}
.rtm-about-location-panel li {
    position:relative;
    padding:16px 0 16px 30px;
    border-bottom:1px solid rgba(212,175,55,.28);
    color:#2a2418;
    font-weight:900;
    line-height:1.45;
}
.rtm-about-location-panel li:last-child {
    border-bottom:0;
}
.rtm-about-location-panel li::before {
    content:">";
    position:absolute;
    left:0;
    top:16px;
    color:#b98f1f;
    font-weight:900;
}
.rtm-about-cta-section {
    background:#17120a !important;
}
.rtm-about-cta-section h2,
.rtm-about-cta-section p {
    color:#fff;
}
.rtm-about-cta-section p {
    max-width:760px;
    margin:0 auto 24px;
    color:rgba(255,255,255,.78);
}
.rtm-listing-auth-page,
.rtm-dashboard-page {
    background:#fbf7f7 !important;
}
.rtm-listing-auth-page .rtm-reveal,
.rtm-dashboard-page .rtm-reveal {
    opacity:1;
    transform:none;
}
.rtm-auth-choice,
.rtm-auth-card,
.rtm-dashboard-sidebar,
.rtm-dashboard-main,
.rtm-form-step,
.rtm-dashboard-empty,
.rtm-listing-preview {
    border:1px solid rgba(212,175,55,.25);
    border-radius:10px;
    background:#fff;
    box-shadow:0 18px 46px rgba(0,0,0,.07);
}
.rtm-auth-choice {
    display:grid;
    grid-template-columns:1fr auto;
    gap:28px;
    align-items:center;
    padding:34px;
}
.rtm-auth-choice h2,
.rtm-auth-card h2,
.rtm-dashboard-head h2,
.rtm-form-step h2,
.rtm-dashboard-empty h3 {
    margin:0 0 12px;
    color:#17120a;
    font-size:32px;
    line-height:1.18;
    font-weight:900;
}
.rtm-auth-choice p,
.rtm-auth-switch,
.rtm-form-help,
.rtm-dashboard-empty p {
    margin:0;
    color:#666;
    line-height:1.65;
}
.rtm-auth-choice__actions,
.rtm-form-actions {
    display:flex;
    flex-wrap:wrap;
    gap:12px;
}
.rtm-auth-choice__actions a,
.rtm-dashboard-button,
.rtm-dashboard-head a,
.rtm-nearby-toolbar button {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:46px;
    padding:0 18px;
    border:1px solid #d4af37;
    background:#d4af37;
    color:#17120a;
    font-size:12px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.35px;
    cursor:pointer;
}
.rtm-auth-choice__actions a + a,
.rtm-dashboard-button_light {
    background:#fff;
    color:#7b5a0d;
}
.rtm-auth-choice__actions a:hover,
.rtm-dashboard-button:hover,
.rtm-dashboard-head a:hover,
.rtm-nearby-toolbar button:hover {
    border-color:#17120a;
    background:#17120a;
    color:#fff;
}
.rtm-auth-card {
    max-width:620px;
    padding:34px;
}
.rtm-auth-card label,
.rtm-listing-form label,
.rtm-profile-form label,
.rtm-builder-manage-form label {
    display:block;
    margin-bottom:16px;
    color:#2b2b2b;
    font-size:13px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.35px;
}
.rtm-auth-card .rtm-field,
.rtm-listing-form .rtm-field,
.rtm-profile-form .rtm-field,
.rtm-builder-manage-form .rtm-field {
    display:block;
    margin-top:8px;
}
.rtm-auth-switch {
    margin-top:18px;
}
.rtm-account-type-grid {
    display:grid;
    grid-template-columns:repeat(2, 1fr);
    gap:12px;
    margin-bottom:18px;
}
.rtm-account-type-grid label,
.rtm-amenity-grid label {
    margin:0;
    position:relative;
}
.rtm-account-type-grid input,
.rtm-amenity-grid input {
    position:absolute;
    opacity:0;
}
.rtm-account-type-grid span,
.rtm-amenity-grid span {
    display:flex;
    align-items:center;
    justify-content:center;
    min-height:58px;
    padding:12px;
    border:1px solid #eadcae;
    background:#fffaf0;
    color:#2a2418;
    text-align:center;
    font-weight:900;
    line-height:1.35;
    cursor:pointer;
}
.rtm-amenity-grid span {
    flex-direction:column;
    gap:8px;
    width:100%;
    min-height:92px;
    padding:16px 10px 12px;
    border-radius:2px;
    background:#fffdf8;
    box-shadow:0 1px 0 rgba(0,0,0,.03);
    transition:background .2s ease, border-color .2s ease, color .2s ease, transform .2s ease, box-shadow .2s ease;
}
.rtm-amenity-grid span::after {
    content:"";
    position:absolute;
    top:8px;
    right:8px;
    width:13px;
    height:13px;
    border:1px solid #cfd6d2;
    background:#fff;
}
.rtm-amenity-grid span:hover {
    border-color:#d4af37;
    transform:translateY(-2px);
    box-shadow:0 8px 20px rgba(0,0,0,.08);
}
.rtm-amenity-grid em {
    font-style:normal;
    color:#2b2b2b;
    font-size:10px;
    line-height:1.25;
    text-transform:none;
    letter-spacing:0;
}
.rtm-amenity-icon {
    width:28px;
    height:28px;
    color:#b98f1f;
    fill:none;
    stroke:currentColor;
    stroke-width:1.9;
    stroke-linecap:round;
    stroke-linejoin:round;
}
.rtm-amenity-grid label:nth-child(4n+1) .rtm-amenity-icon { color:#1592c4; }
.rtm-amenity-grid label:nth-child(4n+2) .rtm-amenity-icon { color:#38a96b; }
.rtm-amenity-grid label:nth-child(4n+3) .rtm-amenity-icon { color:#f08a24; }
.rtm-amenity-grid label:nth-child(4n+4) .rtm-amenity-icon { color:#6f7f90; }
.rtm-account-type-grid input:checked + span,
.rtm-amenity-grid input:checked + span {
    border-color:#d4af37;
    background:#17120a;
    color:#fff;
}
.rtm-amenity-grid input:checked + span::after {
    border-color:#d4af37;
    background:#d4af37;
    box-shadow:inset 0 0 0 3px #17120a;
}
.rtm-amenity-grid input:checked + span .rtm-amenity-icon {
    color:#d4af37;
}
.rtm-amenity-grid input:checked + span em {
    color:#fff;
}
.rtm-dashboard-layout {
    display:grid;
    grid-template-columns:270px 1fr;
    gap:26px;
    align-items:start;
}
.rtm-dashboard-sidebar {
    position:sticky;
    top:96px;
    padding:18px;
}
.rtm-dashboard-user {
    padding:16px;
    margin-bottom:12px;
    background:#17120a;
    color:#fff;
}
.rtm-dashboard-user strong,
.rtm-dashboard-user span {
    display:block;
}
.rtm-dashboard-user span {
    margin-top:4px;
    color:#d4af37;
    font-size:12px;
    font-weight:900;
    text-transform:uppercase;
}
.rtm-dashboard-sidebar a {
    display:block;
    padding:11px 12px;
    border-bottom:1px solid #eee;
    color:#343434;
    font-weight:900;
}
.rtm-dashboard-sidebar a.is-active,
.rtm-dashboard-sidebar a:hover {
    color:#b98f1f;
    background:#fff7dd;
}
.rtm-dashboard-main {
    padding:26px;
}
.rtm-dashboard-objective {
    margin:0 0 18px;
    padding:14px 16px;
    border:1px solid #eadcae;
    background:#fffaf0;
    color:#2a2418;
    font-weight:800;
    line-height:1.5;
}
.rtm-dashboard-head {
    display:flex;
    justify-content:space-between;
    gap:16px;
    align-items:center;
    margin-bottom:20px;
}
.rtm-dashboard-stats,
.rtm-dashboard-grid,
.rtm-amenity-grid,
.rtm-media-preview {
    display:grid;
    gap:16px;
}
.rtm-dashboard-stats {
    grid-template-columns:repeat(4, 1fr);
    margin-bottom:22px;
}
.rtm-dashboard-stats div {
    padding:18px;
    border:1px solid #eadcae;
    background:#fffaf0;
}
.rtm-dashboard-stats strong,
.rtm-dashboard-stats span {
    display:block;
}
.rtm-dashboard-stats strong {
    color:#17120a;
    font-size:30px;
    line-height:1;
    font-weight:900;
}
.rtm-dashboard-stats span {
    margin-top:8px;
    color:#666;
    font-weight:800;
}
.rtm-dashboard-grid {
    grid-template-columns:repeat(2, 1fr);
}
.rtm-form-step {
    padding:24px;
    margin-bottom:20px;
}
.rtm-profile-form,
.rtm-builder-manage-form {
    margin-bottom:22px;
    padding:24px;
    border:1px solid rgba(212,175,55,.25);
    background:#fff;
}
.rtm-profile-form .rtm-dashboard-button,
.rtm-builder-manage-form .rtm-dashboard-button {
    margin-top:4px;
}
.rtm-form-step > span {
    color:#b98f1f;
    font-size:12px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.7px;
}
.rtm-listing-form textarea.rtm-field {
    min-height:112px;
    padding-top:12px;
}
.rtm-amenity-grid {
    grid-template-columns:repeat(auto-fit, minmax(96px, 1fr));
    gap:10px;
}
.rtm-nearby-toolbar {
    display:flex;
    justify-content:space-between;
    gap:16px;
    align-items:center;
    margin:16px 0;
    padding:16px;
    border:1px solid #eadcae;
    background:#fffaf0;
}
.rtm-nearby-toolbar strong {
    color:#2a2418;
}
.rtm-nearby-list {
    display:flex;
    flex-wrap:wrap;
    gap:10px;
}
.rtm-nearby-list span,
.rtm-nearby-list button {
    display:inline-flex;
    align-items:center;
    min-height:34px;
    padding:7px 10px;
    border:1px solid #e1d3a5;
    background:#fff;
    color:#4a4030;
    font-size:12px;
    font-weight:900;
}
.rtm-nearby-list button {
    cursor:pointer;
}
.rtm-media-preview {
    grid-template-columns:repeat(4, 1fr);
    margin-top:18px;
}
.rtm-media-preview__item {
    position:relative;
    overflow:hidden;
    border:1px solid #eadcae;
    background:#fffaf0;
}
.rtm-media-preview__item img,
.rtm-media-preview__item video {
    display:block;
    width:100%;
    height:120px;
    object-fit:cover;
}
.rtm-media-preview__item div {
    display:flex;
    gap:6px;
    padding:8px;
}
.rtm-media-preview__item button {
    flex:1;
    min-height:30px;
    border:1px solid #d4af37;
    background:#fff;
    color:#7b5a0d;
    font-size:11px;
    font-weight:900;
    cursor:pointer;
}
.rtm-dashboard-table {
    border:1px solid #eee;
}
.rtm-dashboard-table > div {
    display:grid;
    grid-template-columns:1.4fr 1fr auto;
    gap:14px;
    align-items:center;
    padding:15px;
    border-bottom:1px solid #eee;
}
.rtm-dashboard-table > div:last-child {
    border-bottom:0;
}
.rtm-dashboard-table strong,
.rtm-dashboard-table span,
.rtm-dashboard-table em {
    color:#2a2418;
}
.rtm-dashboard-table em {
    font-style:normal;
    font-weight:900;
    color:#b98f1f;
}
.rtm-form-alert,
.rtm-form-success {
    margin-bottom:18px;
    padding:14px 16px;
    border:1px solid #eadcae;
    background:#fffaf0;
    color:#2a2418;
    font-weight:900;
}
.rtm-form-alert {
    border-color:#e4a5a5;
    background:#fff1f1;
    color:#8a1f1f;
}
.rtm-listing-preview {
    display:none;
    padding:24px;
    margin-top:20px;
}
.rtm-listing-preview.is-visible {
    display:block;
}
.rtm-builder-manage-form {
    padding:24px;
    margin-bottom:20px;
    border:1px solid rgba(212,175,55,.25);
    background:#fffaf0;
}
.rtm-builder-manage-form textarea.rtm-field {
    min-height:110px;
    padding-top:12px;
}
.rtm-builder-table {
    background:#fff;
}
.rtm-guides-page {
    background:#fbf7f7 !important;
}
.rtm-guides-intro {
    max-width:820px;
    margin:0 auto 34px;
    text-align:center;
}
.rtm-guides-intro span {
    color:#b98f1f;
    font-size:12px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.7px;
}
.rtm-guides-intro h2 {
    margin:10px 0 10px;
    color:#17120a;
    font-size:38px;
    line-height:1.15;
    font-weight:900;
}
.rtm-guides-intro p {
    margin:0;
    color:#666;
    font-size:16px;
    line-height:1.7;
}
.rtm-guide-grid {
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:24px;
}
.rtm-guide-card {
    overflow:hidden;
    border:1px solid rgba(212,175,55,.24);
    border-radius:9px;
    background:#fff;
    box-shadow:0 16px 38px rgba(0,0,0,.07);
    animation:rtmCardIn .5s ease both;
}
.rtm-guide-card__image {
    position:relative;
    display:block;
    height:190px;
    overflow:hidden;
    background:#17120a;
}
.rtm-guide-card__image img {
    display:block;
    width:100%;
    height:100%;
    object-fit:cover;
    transition:transform .35s ease;
}
.rtm-guide-card:hover .rtm-guide-card__image img {
    transform:scale(1.05);
}
.rtm-guide-card__image span {
    position:absolute;
    left:14px;
    top:14px;
    padding:7px 10px;
    border-radius:15px;
    background:#d4af37;
    color:#17120a;
    font-size:10px;
    font-weight:900;
    text-transform:uppercase;
}
.rtm-guide-card__body {
    padding:20px;
}
.rtm-guide-card__body small {
    display:block;
    margin-bottom:9px;
    color:#b98f1f;
    font-size:11px;
    font-weight:900;
    text-transform:uppercase;
}
.rtm-guide-card__body h3 {
    min-height:54px;
    margin:0 0 10px;
    color:#17120a;
    font-size:20px;
    line-height:1.25;
    font-weight:900;
}
.rtm-guide-card__body h3 a {
    color:#17120a;
}
.rtm-guide-card__body h3 a:hover {
    color:#b98f1f;
}
.rtm-guide-card__body p {
    min-height:86px;
    margin:0 0 16px;
    color:#666;
    line-height:1.55;
}
.rtm-guide-card__link {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:40px;
    padding:0 14px;
    border:1px solid #d4af37;
    color:#7b5a0d;
    font-size:12px;
    font-weight:900;
    text-transform:uppercase;
}
.rtm-guide-card__link:hover {
    background:#d4af37;
    color:#17120a;
}
.rtm-guide-article {
    max-width:900px;
    margin:0 auto;
    padding:36px;
    border:1px solid rgba(212,175,55,.25);
    border-radius:10px;
    background:#fff;
    box-shadow:0 18px 44px rgba(0,0,0,.07);
}
.rtm-guide-article > span {
    color:#b98f1f;
    font-size:12px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.6px;
}
.rtm-guide-article h2 {
    margin:10px 0 14px;
    color:#17120a;
    font-size:36px;
    line-height:1.15;
    font-weight:900;
}
.rtm-guide-article h3 {
    margin:26px 0 12px;
    color:#17120a;
    font-size:22px;
    font-weight:900;
}
.rtm-guide-article p,
.rtm-guide-article li {
    color:#5f5f5f;
    font-size:16px;
    line-height:1.75;
}
.rtm-guide-article ul {
    margin:0;
    padding-left:20px;
}
.rtm-guide-article__actions {
    display:flex;
    flex-wrap:wrap;
    gap:12px;
    margin-top:28px;
}
.rtm-guide-article__actions a {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:44px;
    padding:0 16px;
    border:1px solid #d4af37;
    color:#7b5a0d;
    font-size:12px;
    font-weight:900;
    text-transform:uppercase;
}
.rtm-guide-article__actions a:first-child {
    background:#d4af37;
    color:#17120a;
}
.rtm-guide-article__actions a:hover {
    background:#17120a;
    border-color:#17120a;
    color:#fff;
}
.rtm-home-guides-section {
    background:#fbf7f7 !important;
}
.rtm-home-testimonials-section {
    background:#fff !important;
}
.rtm-testimonial-grid {
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:22px;
}
.rtm-testimonial-card {
    position:relative;
    min-height:250px;
    padding:30px 26px 26px;
    border:1px solid rgba(212,175,55,.28);
    border-radius:8px;
    background:#fffdf8;
    box-shadow:0 16px 38px rgba(0,0,0,.07);
    transition:transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.rtm-testimonial-card:hover {
    transform:translateY(-4px);
    border-color:rgba(212,175,55,.55);
    box-shadow:0 24px 52px rgba(0,0,0,.12);
}
.rtm-testimonial-card__quote {
    display:block;
    height:34px;
    margin-bottom:8px;
    color:#d4af37;
    font-size:64px;
    line-height:.7;
    font-family:Georgia, serif;
}
.rtm-testimonial-card p {
    min-height:108px;
    margin:0 0 22px;
    color:#4f4f4f;
    font-size:15px;
    line-height:1.72;
}
.rtm-testimonial-card div {
    padding-top:18px;
    border-top:1px solid #eadcae;
}
.rtm-testimonial-card strong,
.rtm-testimonial-card div span {
    display:block;
}
.rtm-testimonial-card strong {
    color:#17120a;
    font-size:15px;
    font-weight:900;
}
.rtm-testimonial-card div span {
    margin-top:4px;
    color:#b98f1f;
    font-size:12px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.4px;
}
.rtm-home-guide-grid {
    display:grid;
    grid-template-columns:repeat(3, 1fr);
    gap:22px;
}
.rtm-home-guide-card {
    position:relative;
    min-height:250px;
    padding:24px;
    border:1px solid rgba(212,175,55,.28);
    border-radius:9px;
    background:#fff;
    box-shadow:0 16px 38px rgba(0,0,0,.07);
    animation:rtmCardIn .5s ease both;
}
.rtm-home-guide-card::before {
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:4px;
    background:#d4af37;
}
.rtm-home-guide-card > span {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:38px;
    height:38px;
    margin-bottom:16px;
    border-radius:50%;
    background:#fff7dd;
    color:#9b7419;
    font-weight:900;
}
.rtm-home-guide-card h3 {
    min-height:58px;
    margin:0 0 12px;
    color:#17120a;
    font-size:20px;
    line-height:1.25;
    font-weight:900;
}
.rtm-home-guide-card h3 a {
    color:#17120a;
}
.rtm-home-guide-card h3 a:hover {
    color:#b98f1f;
}
.rtm-home-guide-card p {
    min-height:78px;
    margin:0 0 18px;
    color:#666;
    line-height:1.55;
}
.rtm-home-guide-card > a {
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:38px;
    padding:0 13px;
    border:1px solid #d4af37;
    color:#7b5a0d;
    font-size:12px;
    font-weight:900;
    text-transform:uppercase;
}
.rtm-home-guide-card > a:hover {
    background:#d4af37;
    color:#17120a;
}
.main-1-item__title,
.main-1-item__title span {
    color: #fff !important;
    font-family: "Cinzel", "Times New Roman", serif !important;
    font-weight: 800 !important;
    letter-spacing: 1px;
    text-shadow: 0 3px 18px rgba(0,0,0,.68);
}
.main-1-item__title_thin {
    font-weight: 800 !important;
}
.main-1-item__subtitle {
    color: #fff !important;
    font-weight: 600;
    text-shadow: 0 2px 12px rgba(0,0,0,.72);
}
.main-1-item { min-height: 680px !important; }
.main-1-item .container { min-height: 680px !important; }
.main-1-item__inner { padding-top: 80px; }
.main-1-item__inner .btn-a {
    border: 2px solid #fff !important;
    background: rgba(255,255,255,.96) !important;
    color: #1f2225 !important;
    font-weight: 800 !important;
    text-shadow: none !important;
    box-shadow: 0 10px 24px rgba(0,0,0,.28);
}
.main-1-item__inner .btn-a_color_theme {
    border-color: #d4af37 !important;
    background: #d4af37 !important;
    color: #17120a !important;
}
.main-1-item__inner .btn-a_color_white {
    border-color: #fff !important;
    background: rgba(0,0,0,.32) !important;
    color: #fff !important;
}
.main-1-item__inner .btn-a:hover {
    border-color: #fff !important;
    background: #fff !important;
    color: #17120a !important;
}
.header .menu { overflow: visible; }
.header .menu > .menu__item { position: relative; }
.header .menu .sub-menu {
    display: none !important;
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    min-width: 285px;
    margin: 0;
    padding: 12px;
    list-style: none;
    text-align: left;
    background: #fffdf7;
    border: 1px solid rgba(212,175,55,.42);
    border-radius: 8px;
    box-shadow: 0 22px 54px rgba(0,0,0,.22);
    z-index: 9999;
}
.header .menu .sub-menu::before {
    content:"";
    position:absolute;
    top:-13px;
    left:0;
    width:100%;
    height:13px;
}
.header .menu .sub-menu .sub-menu {
    top: 0;
    left: 100%;
}
.header .menu .menu-item-has-children:hover > .sub-menu,
.header .menu .menu-item-has-children:focus-within > .sub-menu {
    display: block !important;
}
.header .menu .sub-menu a {
    display: block;
    height:auto !important;
    min-height:0 !important;
    padding: 10px 12px;
    border-radius:5px;
    color: #343434;
    white-space: nowrap;
    text-transform:none;
    font-size:13px;
    line-height:1.3 !important;
    font-weight:800;
    letter-spacing:.2px;
    transition:color .18s ease, background .18s ease, transform .18s ease;
}
.header .menu .sub-menu a:hover {
    color: #b98f1f;
    background: #fff7dd;
    transform:translateX(3px);
}
@media (max-width: 767px) {
    .rtm-featured-listings,
    .rtm-list-property-section,
    .rtm-family-listings,
    .rtm-location-section,
    .rtm-home-guides-section,
    .rtm-home-faq-section,
    .rtm-home-cta-section {
        padding-top:34px !important;
        padding-bottom:34px !important;
    }
    .rtm-featured-heading,
    .rtm-family-listings .rtm-featured-heading {
        margin-bottom:18px;
    }
    .rtm-home-guide-grid {
        grid-template-columns:1fr;
    }
    .rtm-faq-grid {
        grid-template-columns:1fr;
    }
    .rtm-faq-item {
        min-height:0;
        padding:22px;
    }
    .rtm-faq-item > span {
        position:static;
        margin-bottom:14px;
    }
    .rtm-testimonial-grid {
        grid-template-columns:1fr;
    }
    .rtm-testimonial-card,
    .rtm-testimonial-card p {
        min-height:0;
    }
    .rtm-home-guide-card,
    .rtm-home-guide-card h3,
    .rtm-home-guide-card p {
        min-height:0;
    }
    .rtm-guide-grid {
        grid-template-columns:1fr;
    }
    .rtm-guides-intro h2,
    .rtm-guide-article h2 {
        font-size:30px;
    }
    .rtm-guide-article {
        padding:24px;
    }
    .rtm-contact-layout,
    .rtm-form-grid {
        display:block;
    }
    .rtm-contact-card {
        padding:24px;
        margin-bottom:24px;
    }
    .rtm-contact-card h2 {
        font-size:28px;
    }
    .rtm-property-detail-hero,
    .rtm-property-detail-grid {
        grid-template-columns:1fr;
    }
    .rtm-property-enquiry-card {
        position:static;
        padding:22px;
    }
    .rtm-property-gallery__thumbs {
        grid-template-columns:repeat(3, 1fr);
    }
    .rtm-property-facts {
        grid-template-columns:repeat(2, 1fr);
    }
    .rtm-check-grid {
        grid-template-columns:1fr;
    }
    .rtm-amenities-list,
    .rtm-amenities-list_compact {
        grid-template-columns:1fr;
    }
    .rtm-property-enquiry-card h2,
    .rtm-property-panel h2 {
        font-size:24px;
    }
    .rtm-about-intro,
    .rtm-about-check-layout,
    .rtm-about-location-panel {
        display:block;
    }
    .rtm-about-intro__copy h2,
    .rtm-about-check-copy h2,
    .rtm-about-location-panel h2,
    .rtm-about-section-head h2,
    .rtm-about-cta-section h2 {
        font-size:30px;
    }
    .rtm-about-intro__media {
        min-height:290px;
        margin-top:24px;
    }
    .rtm-about-intro__media img {
        height:290px;
    }
    .rtm-about-stat-grid,
    .rtm-about-service-grid,
    .rtm-about-check-list,
    .rtm-about-process-grid {
        grid-template-columns:1fr;
    }
    .rtm-about-service-card,
    .rtm-about-process-card {
        min-height:0;
    }
    .rtm-about-check-list {
        margin-top:22px;
    }
    .rtm-about-location-panel {
        padding:24px;
    }
    .rtm-about-location-panel ul {
        margin-top:18px;
    }
    .rtm-auth-choice,
    .rtm-dashboard-layout,
    .rtm-dashboard-head,
    .rtm-nearby-toolbar {
        display:block;
    }
    .rtm-auth-choice__actions,
    .rtm-form-actions {
        margin-top:18px;
    }
    .rtm-auth-card,
    .rtm-dashboard-main,
    .rtm-form-step {
        padding:22px;
    }
    .rtm-dashboard-sidebar {
        position:static;
        margin-bottom:22px;
    }
    .rtm-dashboard-grid,
    .rtm-dashboard-stats,
    .rtm-account-type-grid,
    .rtm-amenity-grid,
    .rtm-media-preview {
        grid-template-columns:1fr;
    }
    .rtm-dashboard-table > div {
        grid-template-columns:1fr;
    }
    .rtm-nearby-toolbar button {
        margin-top:12px;
    }
    .rtm-project-page-intro h2 {
        font-size:30px;
    }
    .rtm-project-category-grid {
        grid-template-columns:1fr;
        margin-bottom:28px;
    }
    .rtm-project-category-card {
        min-height:0;
    }
    .rtm-project-results-grid {
        grid-template-columns:1fr;
        margin-bottom:30px;
    }
    .rtm-project-result-card__body div {
        flex-direction:column;
    }
    .rtm-project-location-card,
    .rtm-project-location-card:nth-child(even) {
        display:block;
    }
    .rtm-project-location-card:nth-child(even) .rtm-project-location-card__media {
        order:0;
    }
    .rtm-project-location-card__media,
    .rtm-project-location-card__media img {
        min-height:260px;
    }
    .rtm-project-location-card__content {
        padding:24px;
    }
    .rtm-project-location-card__content h3 {
        font-size:24px;
    }
    .rtm-list-property {
        display:block;
        padding:24px;
    }
    .rtm-list-property__copy h2 {
        font-size:30px;
    }
    .rtm-list-property__steps {
        grid-template-columns:1fr;
    }
    .rtm-list-property__media {
        min-height:250px;
        margin-top:24px;
    }
    .rtm-list-property__media img {
        height:250px;
    }
    .rtm-mega-menu,
    .rtm-mega-menu_small {
        position:static;
        display:block;
        width:100%;
        max-height:none;
        overflow:visible;
        padding:14px;
        opacity:1;
        visibility:visible;
        transform:none;
        box-shadow:none;
        border-radius:0;
        margin:8px 0;
    }
    .rtm-mega-side {
        margin:-14px -14px 14px;
        padding:8px 0;
    }
    .rtm-mega-col {
        padding:12px 0 4px;
    }
    .rtm-mega-col h4 {
        margin-bottom:14px;
    }
    .rtm-mega-card {
        margin-top:12px;
    }
    .rtm-featured-listings .rtm-property-card,
    .rtm-family-listings .rtm-property-card {
        min-height:0;
    }
    .rtm-property-card__image {
        height:auto;
    }
    .rtm-featured-heading {
        display:block;
        text-align:left;
    }
    .rtm-featured-heading__title {
        font-size:30px;
    }
    .rtm-featured-heading__link {
        position:static;
        display:inline-flex;
        margin-top:16px;
        transform:none;
    }
    .rtm-nav-auth {
        display:flex !important;
        gap:10px;
        padding:10px 0;
        margin-left:0;
    }
    .rtm-nav-auth__link,
    .rtm-nav-auth__button {
        flex:1;
        min-height:38px;
    }
    .header .menu .sub-menu,
    .header .menu .sub-menu .sub-menu {
        position: static;
        min-width: 0;
        padding-left: 15px;
    }
}
@media (max-width: 767px) {
    .rtm-page-hero { padding-top:120px; }
    .rtm-nav-search-form { position:static; width:100%; box-shadow:none; }
    .rtm-properties-search { display:block; }
    .rtm-properties-search button { width:100%; height:44px; margin-top:10px; }
    .rtm-properties-filters {
        grid-template-columns:1fr;
    }
    .main-1-item { min-height: 600px !important; }
    .main-1-item .container { min-height: 600px !important; }
    .main-1-item__inner { padding-top: 55px; }
    .rtm-logo-link { max-width:165px; }
    .rtm-logo-img { max-height:48px; max-width:165px; }
    .header .container > .row { display:block; }
    .header-logo { max-width:none; }
    .header .menu { display:block; }
    .header .menu__link { padding-left:0; padding-right:0; }
    .rtm-nav-search summary { margin-left:0; }
}

.wrapper-content :where(p, li, label, input, textarea, select, small) {
    color:#3f3f3f !important;
    font-weight:400;
}

.wrapper-content :where(.rtm-featured-heading p, .rtm-faq-heading p, .rtm-faq-item p, .rtm-property-panel p, .rtm-property-enquiry-card p, .rtm-project-page-intro p, .rtm-project-result-card__body p, .rtm-project-location-card__content p, .rtm-contact-card p, .rtm-contact-side__panel p, .rtm-about-intro__copy p, .rtm-about-check-copy p, .rtm-about-location-panel p, .rtm-about-section-head p, .rtm-about-service-card p, .rtm-about-process-card p, .rtm-auth-choice p, .rtm-dashboard-empty p, .rtm-guides-intro p, .rtm-guide-card__body p, .rtm-guide-article p, .rtm-testimonial-card p, .rtm-home-guide-card p) {
    color:#3f3f3f !important;
    font-weight:400;
}

.wrapper-content :where(.rtm-detail-list span, .rtm-check-grid span, .rtm-property-card__location, .rtm-property-card__facts span, .rtm-property-card__meta span, .rtm-card-meta) {
    color:#343434 !important;
    font-weight:600;
}

.wrapper-content .main-1-item__subtitle,
.wrapper-content .rtm-page-hero .rtm-hero-copy {
    color:#fff !important;
    font-weight:400;
}

.wrapper-content .rtm-page-hero .section__subtitle {
    color:#d4af37 !important;
}

.rtm-location-card__overlay {
    background:linear-gradient(180deg, rgba(0,0,0,.08), rgba(0,0,0,.88)) !important;
}

.wrapper-content .rtm-location-card__content strong {
    color:#fff !important;
    font-weight:900;
    text-shadow:0 2px 14px rgba(0,0,0,.55);
}

.wrapper-content .rtm-location-card__content small {
    color:rgba(255,255,255,.92) !important;
    font-weight:500;
    text-shadow:0 1px 10px rgba(0,0,0,.55);
}

.wrapper-content .rtm-location-card__content em {
    color:#17120a !important;
    font-weight:900;
    text-shadow:none;
}
