Check server response of

Server response
NS records
Whois domain
Response headers
Request headers
Raw HTML code
301 Moved Permanently - a1avr.com
HTTP Status: 301
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
Server: nginx
Date: Tue, 06 May 2025 18:15:58 GMT
Content-Type: text/html
Content-Length: 162
Connection: keep-alive
d-cache: from-cache
Cache-Control: no-cache, no-store, must-revalidate
Expires: Thu, 01 Jan 1970 00:00:00 GMT
X-Content-Type-Options: nosniff
X-Frame-Options: SAMEORIGIN
Content-Security-Policy: frame-ancestors 'self'
Location: https://www.a1avr.com/
D-Geo: EU

HTTP Code 301 Moved Permanently

301 status code means that the requested resource has been permanently moved to a new URL. All future requests should use the new address.

When is Code 301 used?

  • When changing a website domain
  • When modifying URL structures
  • When setting up redirects for SEO

What does Code 301 mean for the user?

The browser will automatically redirect the user to the new address, and search engines will update their indexes.

200 OK - https://www.a1avr.com/
HTTP Status: 200
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
server: nginx
date: Tue, 06 May 2025 18:15:59 GMT
content-type: text/html;charset=utf-8
transfer-encoding: chunked
d-cache: from-cache
strict-transport-security: max-age=31536000; preload
x-frame-options: SAMEORIGIN
content-security-policy: frame-ancestors 'self'
x-content-type-options: nosniff
vary: user-agent,accept-encoding
link: <https://le-de.cdn-website.com/12fccd507a934848aac8dba7a4c090fb/dms3rep/multi/opt/aia+vacation+%289%29-1920w.jpg>; rel=preload; as=image; fetchpriority=high
cache-control: no-cache, no-store, must-revalidate
expires: Thu, 01 Jan 1970 00:00:00 GMT
d-geo: EU

HTTP Code 200 OK

200 status code is a standard successful HTTP server response. It means that the client’s request (e.g., from a browser) was successfully processed, and the server is delivering the requested data.

When is Code 200 used?

  • When loading a web page
  • When successfully receiving an API response
  • When processing a form or another HTTP request

What does Code 200 mean for the user?

The user receives content without errors, and the page or application functions properly. If Code 200 is accompanied by data, the browser or program processes and displays it to the user.

GET / HTTP/1.1
Host: a1avr.com
Accept: */*
User-Agent: Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; [email protected])
<!doctype html >
<html xmlns="http://www.w3.org/1999/xhtml" lang="en"
      class="">
<head>
    <meta charset="utf-8">
    






































<script type="text/javascript">
    window._currentDevice = 'desktop';
    window.Parameters = window.Parameters || {
        HomeUrl: 'https://www.a1avr.com/',
        AccountUUID: '2fdee3a3bb30460a8c2712d2e568523d',
        SystemID: 'EU_PRODUCTION',
        SiteAlias: '12fccd507a934848aac8dba7a4c090fb',
        SiteType: atob('RFVEQU9ORQ=='),
        PublicationDate: 'Wed Apr 30 14:32:56 UTC 2025',
        ExternalUid: null,
        IsSiteMultilingual: false,
        InitialPostAlias: '',
        InitialPostPageUuid: '',
        InitialDynamicItem: '',
        DynamicPageInfo: {
            isDynamicPage: false,
            base64JsonRowData: 'null',
        },
        InitialPageAlias: 'home',
        InitialPageUuid: '6fae58a16ea34deb937cc78f1baca8a9',
        InitialPageId: '33324928',
        InitialEncodedPageAlias: 'aG9tZQ==',
        InitialHeaderUuid: 'eafaf1feb715483fa2ecede092dd0832',
        CurrentPageUrl: '',
        IsCurrentHomePage: true,
        AllowAjax: false,
        AfterAjaxCommand: null,
        HomeLinkText: 'Back To Home',
        UseGalleryModule: false,
        CurrentThemeName: 'Layout Theme',
        ThemeVersion: '53850',
        DefaultPageAlias: '',
        RemoveDID: true,
        WidgetStyleID: null,
        IsHeaderFixed: false,
        IsHeaderSkinny: false,
        IsBfs: true,
        StorePageAlias: 'null',
        StorePagesUrls: 'e30=',
        IsNewStore: 'false',
        StorePath: '',
        StoreId: 'null',
        StoreVersion: 0,
        StoreBaseUrl: '',
        StoreCleanUrl: true,
        StoreDisableScrolling: true,
        IsStoreSuspended: false,
        HasCustomDomain: true,
        SimpleSite: false,
        showCookieNotification: false,
        cookiesNotificationMarkup: 'null',
        translatedPageUrl: '',
        isFastMigrationSite: false,
        sidebarPosition: 'NA',
        currentLanguage: 'en',
        currentLocale: 'en',
        NavItems: '{}',
        errors: {
            general: 'There was an error connecting to the page.<br/> Make sure you are not offline.',
            password: 'Incorrect name/password combination',
            tryAgain: 'Try again'
        },
        NavigationAreaParams: {
            ShowBackToHomeOnInnerPages: true,
            NavbarSize: -1,
            NavbarLiveHomePage: 'https://www.a1avr.com/',
            BlockContainerSelector: '.dmBody',
            NavbarSelector: '#dmNav:has(a)',
            SubNavbarSelector: '#subnav_main'
        },
        hasCustomCode: true,
        planID: '3901',
        customTemplateId: 'null',
        siteTemplateId: 'null',
        productId: 'DM_DIRECT',
        disableTracking: false,
        pageType: 'FROM_SCRATCH',
        isRuntimeServer: true,
        isInEditor: false,
        hasNativeStore: false,
        defaultLang: 'en',
        hamburgerMigration: null,
        isFlexSite : false
    };

    window.Parameters.LayoutID = {};
    window.Parameters.LayoutID[window._currentDevice] = 6;
    window.Parameters.LayoutVariationID = {};
    window.Parameters.LayoutVariationID[window._currentDevice] = 5;
</script>






















<!-- Injecting site-wide to the head -->




<!-- End Injecting site-wide to the head -->

<!-- Inject secured cdn script -->


<!-- ========= Meta Tags ========= -->
<!-- PWA settings -->
<script>
    function toHash(str) {
        var hash = 5381, i = str.length;
        while (i) {
            hash = hash * 33 ^ str.charCodeAt(--i)
        }
        return hash >>> 0
    }
</script>
<script>
    (function (global) {
    //const cacheKey = global.cacheKey;
    const isOffline = 'onLine' in navigator && navigator.onLine === false;
    const hasServiceWorkerSupport = 'serviceWorker' in navigator;
    if (isOffline) {
        console.log('offline mode');
    }
    if (!hasServiceWorkerSupport) {
        console.log('service worker is not supported');
    }
    if (hasServiceWorkerSupport && !isOffline) {
        window.addEventListener('load', function () {
            const serviceWorkerPath = '/runtime-service-worker.js?v=3';
            navigator.serviceWorker
                .register(serviceWorkerPath, { scope: './' })
                .then(
                    function (registration) {
                        // Registration was successful
                        console.log(
                            'ServiceWorker registration successful with scope: ',
                            registration.scope
                        );
                    },
                    function (err) {
                        // registration failed :(
                        console.log('ServiceWorker registration failed: ', err);
                    }
                )
                .catch(function (err) {
                    console.log(err);
                });
        });

        // helper function to refresh the page
        var refreshPage = (function () {
            var refreshing;
            return function () {
                if (refreshing) return;
                // prevent multiple refreshes
                var refreshkey = 'refreshed' + location.href;
                var prevRefresh = localStorage.getItem(refreshkey);
                if (prevRefresh) {
                    localStorage.removeItem(refreshkey);
                    if (Date.now() - prevRefresh < 30000) {
                        return; // dont go into a refresh loop
                    }
                }
                refreshing = true;
                localStorage.setItem(refreshkey, Date.now());
                console.log('refereshing page');
                window.location.reload();
            };
        })();

        function messageServiceWorker(data) {
            return new Promise(function (resolve, reject) {
                if (navigator.serviceWorker.controller) {
                    var worker = navigator.serviceWorker.controller;
                    var messageChannel = new MessageChannel();
                    messageChannel.port1.onmessage = replyHandler;
                    worker.postMessage(data, [messageChannel.port2]);
                    function replyHandler(event) {
                        resolve(event.data);
                    }
                } else {
                    resolve();
                }
            });
        }
    }
})(window);
</script>
<!-- Add manifest -->
<!-- End PWA settings -->



<link rel="canonical" href="https://www.a1avr.com/">

<meta id="view" name="viewport" content="initial-scale=1, minimum-scale=1, maximum-scale=5, viewport-fit=cover">
<meta name="apple-mobile-web-app-capable" content="yes">

<!--Add favorites icons-->

<link rel="icon" type="image/x-icon" href="https://de.cdn-website.com/12fccd507a934848aac8dba7a4c090fb/site_favicon_16_1741084510746.ico"/>

<!-- End favorite icons -->
<link rel="preconnect" href="https://le-de.cdn-website.com/"/>



<!-- render the required CSS and JS in the head section -->
<script id='d-js-dmapi'>
    window.SystemID = 'EU_PRODUCTION';

    if (!window.dmAPI) {
        window.dmAPI = {
            registerExternalRuntimeComponent: function () {
            },
            getCurrentDeviceType: function () {
                return window._currentDevice;
            },
            runOnReady: (ns, fn) => {
                const safeFn = dmAPI.toSafeFn(fn);
                ns = ns || 'global_' + Math.random().toString(36).slice(2, 11);
                const eventName = 'afterAjax.' + ns;

                if (document.readyState === 'complete') {
                    $.DM.events.off(eventName).on(eventName, safeFn);
                    setTimeout(function () {
                        safeFn({
                            isAjax: false,
                        });
                    }, 0);
                } else {
                    window?.waitForDeferred?.('dmAjax', () => {
                        $.DM.events.off(eventName).on(eventName, safeFn);
                        safeFn({
                            isAjax: false,
                        });
                    });
                }
            },
            toSafeFn: (fn) => {
                if (fn?.safe) {
                    return fn;
                }
                const safeFn = function (...args) {
                    try {
                        return fn?.apply(null, args);
                    } catch (e) {
                        console.log('function failed ' + e.message);
                    }
                };
                safeFn.safe = true;
                return safeFn;
            }
        };
    }

    if (!window.requestIdleCallback) {
        window.requestIdleCallback = function (fn) {
            setTimeout(fn, 0);
        }
    }
</script>

<!-- loadCSS function header.jsp-->






<script id="d-js-load-css">
/**
 * There are a few <link> tags with CSS resource in them that are preloaded in the page
 * in each of those there is a "onload" handler which invokes the loadCSS callback
 * defined here.
 * We are monitoring 3 main CSS files - the runtime, the global and the page.
 * When each load we check to see if we can append them all in a batch. If threre
 * is no page css (which may happen on inner pages) then we do not wait for it
 */
(function () {
  let cssLinks = {};
  function loadCssLink(link) {
    link.onload = null;
    link.rel = "stylesheet";
    link.type = "text/css";
  }
  
    function checkCss() {
      const pageCssLink = document.querySelector("[id*='CssLink']");
      const widgetCssLink = document.querySelector("[id*='widgetCSS']");

        if (cssLinks && cssLinks.runtime && cssLinks.global && (!pageCssLink || cssLinks.page) && (!widgetCssLink || cssLinks.widget)) {
            const storedRuntimeCssLink = cssLinks.runtime;
            const storedPageCssLink = cssLinks.page;
            const storedGlobalCssLink = cssLinks.global;
            const storedWidgetCssLink = cssLinks.widget;

            storedGlobalCssLink.disabled = true;
            loadCssLink(storedGlobalCssLink);

            if (storedPageCssLink) {
                storedPageCssLink.disabled = true;
                loadCssLink(storedPageCssLink);
            }

            if(storedWidgetCssLink) {
                storedWidgetCssLink.disabled = true;
                loadCssLink(storedWidgetCssLink);
            }

            storedRuntimeCssLink.disabled = true;
            loadCssLink(storedRuntimeCssLink);

            requestAnimationFrame(() => {
                setTimeout(() => {
                    storedRuntimeCssLink.disabled = false;
                    storedGlobalCssLink.disabled = false;
                    if (storedPageCssLink) {
                      storedPageCssLink.disabled = false;
                    }
                    if (storedWidgetCssLink) {
                      storedWidgetCssLink.disabled = false;
                    }
                    // (SUP-4179) Clear the accumulated cssLinks only when we're
                    // sure that the document has finished loading and the document 
                    // has been parsed.
                    if(document.readyState === 'interactive') {
                      cssLinks = null;
                    }
                }, 0);
            });
        }
    }
  

  function loadCSS(link) {
    try {
      var urlParams = new URLSearchParams(window.location.search);
      var noCSS = !!urlParams.get("nocss");
      var cssTimeout = urlParams.get("cssTimeout") || 0;

      if (noCSS) {
        return;
      }
      if (link.href && link.href.includes("d-css-runtime")) {
        cssLinks.runtime = link;
        checkCss();
      } else if (link.id === "siteGlobalCss") {
        cssLinks.global = link;
        checkCss();
      } 
      
      else if (link.id && link.id.includes("CssLink")) {
        cssLinks.page = link;
        checkCss();
      } else if (link.id && link.id.includes("widgetCSS")) {
        cssLinks.widget = link;
        checkCss();
      }
      
      else {
        requestIdleCallback(function () {
          window.setTimeout(function () {
            loadCssLink(link);
          }, parseInt(cssTimeout, 10));
        });
      }
    } catch (e) {
      throw e
    }
  }
  window.loadCSS = window.loadCSS || loadCSS;
})();
</script>



<script data-role="deferred-init" type="text/javascript">
    /* usage: window.getDeferred(<deferred name>).resolve() or window.getDeferred(<deferred name>).promise.then(...)*/
    function Def() {
        this.promise = new Promise((function (a, b) {
            this.resolve = a, this.reject = b
        }).bind(this))
    }

    const defs = {};
    window.getDeferred = function (a) {
        return null == defs[a] && (defs[a] = new Def), defs[a]
    }
    window.waitForDeferred = function (b, a, c) {
        let d = window?.getDeferred?.(b);
        d
            ? d.promise.then(a)
            : c && ["complete", "interactive"].includes(document.readyState)
                ? setTimeout(a, 1)
                : c
                    ? document.addEventListener("DOMContentLoaded", a)
                    : console.error(`Deferred  does not exist`);
    };
</script>
<style id="forceCssIncludes">
    /* This file is auto-generated from a `scss` file with the same name */

.videobgwrapper{overflow:hidden;position:absolute;z-index:0;width:100%;height:100%;top:0;left:0;pointer-events:none;border-radius:inherit}.videobgframe{position:absolute;width:101%;height:100%;top:50%;left:50%;transform:translateY(-50%) translateX(-50%);object-fit:fill}#dm video.videobgframe{margin:0}@media (max-width:767px){.dmRoot .dmPhotoGallery.newPhotoGallery:not(.photo-gallery-done){min-height:80vh}}@media (min-width:1025px){.dmRoot .dmPhotoGallery.newPhotoGallery:not(.photo-gallery-done){min-height:45vh}}@media (min-width:768px) and (max-width:1024px){.responsiveTablet .dmPhotoGallery.newPhotoGallery:not(.photo-gallery-done){min-height:45vh}}#dm [data-show-on-page-only]{display:none!important}#dmRoot div.stickyHeaderFix div.site_content{margin-top:0!important}#dmRoot div.stickyHeaderFix div.hamburger-header-container{position:relative}
    
body #dm #\31 038744843:not(.photo-gallery-done):not([data-widget-initialized]) { height: 44.796875px !important; min-height: initial;}
</style>
<style id="cssVariables" type="text/css">
    :root {
  --color_1: rgba(48, 21, 5, 1);
  --color_2: rgba(255, 255, 255, 1);
  --color_3: rgba(244, 204, 142, 1);
  --color_4: rgba(229, 121, 0, 1);
  --color_5: rgba(255, 254, 239, 1);
}
</style>


<style id="hideAnimFix">
  .dmDesktopBody:not(.editGrid) [data-anim-desktop]:not([data-anim-desktop='none']), .dmDesktopBody:not(.editGrid) [data-anim-extended] {
    visibility: hidden;
  }

  .dmDesktopBody:not(.editGrid) .dmNewParagraph[data-anim-desktop]:not([data-anim-desktop='none']), .dmDesktopBody:not(.editGrid) .dmNewParagraph[data-anim-extended] {
    visibility: hidden !important;
  }

  
  #dmRoot:not(.editGrid) .flex-element [data-anim-extended] {
    visibility: hidden;
  }

  
</style>



<style id="criticalCss">
    @charset "UTF-8";@font-face{font-family:Roboto;font-style:normal;font-weight:100;font-stretch:100%;font-display:swap;src:url(https://de.cdn-website.com/fonts/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Roboto;font-style:normal;font-weight:300;font-stretch:100%;font-display:swap;src:url(https://de.cdn-website.com/fonts/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Roboto;font-style:normal;font-weight:400;font-stretch:100%;font-display:swap;src:url(https://de.cdn-website.com/fonts/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Roboto;font-style:normal;font-weight:500;font-stretch:100%;font-display:swap;src:url(https://de.cdn-website.com/fonts/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Roboto;font-style:normal;font-weight:700;font-stretch:100%;font-display:swap;src:url(https://de.cdn-website.com/fonts/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Roboto;font-style:normal;font-weight:900;font-stretch:100%;font-display:swap;src:url(https://de.cdn-website.com/fonts/s/roboto/v47/KFO7CnqEu92Fr1ME7kSn66aGLdTylUAMa3yUBA.woff2) format('woff2');unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--color_1:rgba(48, 21, 5, 1);--color_2:rgba(255, 255, 255, 1);--color_3:rgba(244, 204, 142, 1);--color_4:rgba(229, 121, 0, 1);--color_5:rgba(255, 254, 239, 1)}.dmInner{min-height:100vh!important;position:relative;min-width:768px!important}[dmtemplateid*=amburger] .dmLayoutWrapper{overflow:hidden}#dm .dmWidget .icon{font-size:26px}body.dmRoot #dm .dmOuter .dmInner .dmWidget .icon.hasFontIcon{height:26px;margin-top:-13px;line-height:normal;text-align:center;background-image:none}.dmRoot .hasFontIcon{background-image:none!important}.dmPopupMask{position:fixed;margin:0;display:none;width:10px;z-index:1000000999;top:0;left:0}#dmRoot .dmPopup,.dmPopup,.dmPopupClose:before,[data-display-type=block]{display:block}.dmPopup{text-align:left;position:fixed;top:10px;left:0;width:93%;z-index:1000009999!important;box-sizing:border-box;background:#f5f5f5;overflow-y:auto;height:100%}.dmPopup .dmPopupTitle{text-align:left;font:700 19px Helvetica,Arial;margin:20px 20px 35px;color:#999}#dmPopup{opacity:0}.dmPopupClose,.dmPopupClose:before{position:absolute;visibility:visible}.dmPopupClose{border-radius:25px;width:27px;height:27px;z-index:1;background-color:rgba(255,255,255,.4);top:12px;right:12px}.dmPopupClose:before{font-size:20px;color:#000;top:3px;right:3px}body.dmDesktopBody:not(.mac) .data::-webkit-scrollbar{width:5px;height:5px}body.dmDesktopBody:not(.mac) .data::-webkit-scrollbar-track{background:rgba(0,0,0,.1)}body.dmDesktopBody:not(.mac) .data::-webkit-scrollbar-thumb{background:#c8c8c8;box-shadow:inset 0 1px 2px #454545;border-radius:45px}#dm .header-over-content #stickyHeaderSpacer{height:0!important}#dm .header-over-content .site_content{margin-top:0!important}.dmRespRow.fullBleedMode>.dmRespColsWrapper{width:100%!important;max-width:100%!important}.dmRespRow.fullBleedMode{padding-left:0!important;padding-right:0!important}#dm .dmRespRow .dmRespColsWrapper{display:flex}#dm .dmInner .dmWidget.align-center,.align-center{margin-left:auto;margin-right:auto}body.fix-mobile-scrolling{overflow:initial}#dmRoot{text-decoration-skip-ink:none}@media (min-width:1025px){#dmRoot.responsiveTablet #dm #dmStyle_outerContainer #dmStyle_innerContainer .showOnMedium{display:none!important}#dmRoot.responsiveTablet #dm [data-responsive-name=ResponsiveDesktopTopTabletHamburger] .site_content{margin-top:0!important}:root{--btn-text-font-size:14px}}@media (max-width:767px){#dmRoot.responsiveTablet #dm #dmStyle_outerContainer #dmStyle_innerContainer #hamburger-header-container~#stickyHeaderSpacer,#dmRoot.responsiveTablet #dm #dmStyle_outerContainer #dmStyle_innerContainer .showOnLarge{display:none!important}}@media (min-width:768px) and (max-width:1024px){#dmRoot.responsiveTablet #dm #dmStyle_outerContainer #dmStyle_innerContainer #hamburger-header-container~#stickyHeaderSpacer,#dmRoot.responsiveTablet #dm #dmStyle_outerContainer #dmStyle_innerContainer .showOnLarge,[data-hidden-on-tablet]{display:none!important}:root{--btn-text-font-size:14px}}@media (min-width:1025px) and (max-width:1399px){[data-hidden-on-desktop]{display:none!important}}body{-webkit-overflow-scrolling:touch}:not(.runtime-module-container) .layout-drawer,:not(.runtime-module-container) .layout-drawer-hamburger,:not(.runtime-module-container) .layout-drawer-overlay{visibility:hidden}:not(.runtime-module-container) .layout-drawer{position:fixed;transform:translate(-100%,-100%)}:not(.runtime-module-container) .layout-drawer[data-origin=side-reverse]{transform:translate(100%,0)}:not(.runtime-module-container) .layout-drawer-overlay{opacity:0}.runtime-module-container{width:100%}.runtime-module-container[dmtemplateid*=amburger] #site_content,.runtime-module-container[dmtemplateid*=amburger] .dmInner{position:static}.runtime-module-container[dmtemplateid*=amburger] #site_content .site_content{position:relative}.runtime-module-container[dmtemplateid*=amburger] .dmLayoutWrapper{background-color:transparent}.runtime-module-container .hamburger-header-container{position:fixed;z-index:2;top:0;left:0;width:100%}.runtime-module-container .hamburger-header-container .hamburger-header{min-height:43px}.runtime-module-container .layout-drawer,.runtime-module-container .layout-drawer-hamburger,.runtime-module-container .layout-drawer-overlay{visibility:visible}.runtime-module-container[dmtemplateid*=amburger] .site_content{margin-top:59px}.runtime-module-container .layout-drawer,.runtime-module-container .layout-drawer-overlay{height:100%;position:fixed;top:0;left:0}.runtime-module-container .layout-drawer{background-color:#fff;width:75vw;transform:translate(-100%,0);overflow:auto;-webkit-overflow-scrolling:auto;z-index:13;display:flex;flex-direction:column}.runtime-module-container .layout-drawer .dmRespRow:not(.dmPlaceHolderRespRow) .dmRespColsWrapper .dmRespCol:not(.content-removed):only-child:empty{min-height:0}.runtime-module-container .layout-drawer[data-origin=side-reverse]{transform:translate(100%,0);left:auto;right:0}.runtime-module-container .layout-drawer-overlay{width:100vw;background-color:rgba(0,0,0,.4);opacity:0;z-index:6}.runtime-module-container.layout-drawer_push-content .layout-drawer{transform:translate(-100%,0)}.runtime-module-container.layout-drawer_push-content.hamburger-reverse .layout-drawer{transform:translate(100%,0)}body:not([data-flex-site]) .layout-drawer .dmRespRow:not(:first-of-type):not(:last-of-type){flex:1 1 auto}.layout-drawer-hamburger{background:0 0;-webkit-appearance:none;appearance:none;position:fixed;left:18px;margin-left:env(safe-area-inset-left);padding:17px 11px;z-index:14;width:52px;height:52px;color:#787878;display:flex;flex-direction:column;border:0;justify-content:space-between;align-items:stretch;top:18px;border-radius:0}.layout-drawer-hamburger:not(:focus){outline:unset}.layout-drawer-hamburger .hamburger__slice{display:block;height:0;width:100%;border:1px solid currentColor;transform-origin:center}@media (max-width:767px){.layout-drawer-hamburger{background:0 0;-webkit-appearance:none;appearance:none;position:fixed;left:10px;margin-left:env(safe-area-inset-left);padding:13px 9px;z-index:14;width:40px;height:40px;color:#787878;display:flex;flex-direction:column;border:0;justify-content:space-between;align-items:stretch;top:10px;border-radius:0}.layout-drawer-hamburger:not(:focus){outline:unset}.layout-drawer-hamburger .hamburger__slice{display:block;height:0;width:100%;border:1px solid currentColor;transform-origin:center}}.hamburger-reverse .layout-drawer-hamburger{left:auto;right:10px;margin-right:env(safe-area-inset-right)}#dm-outer-wrapper #hamburger-header-container #hamburger-header .dmRespCol{display:flex;flex-direction:column;justify-content:center}nav{display:block}html{font-family:Source Sans Pro;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}h1{font-size:2em;margin:.67em 0}strong{font-weight:700}img{border:0;max-width:100%;-ms-interpolation-mode:bicubic;display:inline-block}svg:not(:root){overflow:hidden}button{font-family:inherit;font-size:100%;margin:0;line-height:normal;text-transform:none;-webkit-appearance:button}button::-moz-focus-inner{border:0;padding:0}*,:after,:before{box-sizing:border-box}.dmRespRow{padding-top:15px;padding-bottom:15px}.dmRespRow .dmRespRow:after,.dmRespRow .dmRespRow:before,.dmRespRow:after,.dmRespRow:before{content:' ';display:table}.dmRespRow .dmRespRow:after,.dmRespRow:after{clear:both}.dmRespRow,.dmRespRow .dmRespColsWrapper{max-width:960px;position:relative;margin:0 auto;width:100%}@media screen and (min-width:1200px){.rows-1200 .dmRespRow:not(.fullBleedMode) .dmRespColsWrapper{max-width:1200px}}.dmRespRow .dmRespCol{position:relative;width:100%;display:inline-block;vertical-align:top;float:left}.dmRespRow .dmRespCol>*{max-width:100%}.dmRespRow .dmRespRow{width:auto;margin-top:0;margin-bottom:0;max-width:none}.dmDesktopBody .dmRespRow .large-2{position:relative;width:16.66667%}.dmDesktopBody .dmRespRow .large-3{position:relative;width:25%}.dmDesktopBody .dmRespRow .large-4{position:relative;width:33.33333%}.dmDesktopBody .dmRespRow .large-6{position:relative;width:50%}.dmDesktopBody .dmRespRow .large-8{position:relative;width:66.66667%}.dmDesktopBody .dmRespRow .large-9{position:relative;width:75%}.dmDesktopBody .dmRespRow .large-10{position:relative;width:83.33333%}.dmDesktopBody .dmRespRow .large-12{position:relative;width:100%}[class*=' dm-common-icons-']{speak:none;font-style:normal;font-weight:400;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:dm-common-icons!important}.dm-common-icons-close:before{content:'\e901'}#dm div.dmContent [class*=' icon-'],[class*=' icon-']{font-family:FontAwesome!important;font-weight:400;font-style:normal;text-decoration:inherit;-webkit-font-smoothing:antialiased}[class*=' icon-']:before{text-decoration:none;display:inline-block;speak:none}a [class*=' icon-']{display:inline}[class*=' icon-']{display:inline;width:auto;height:auto;line-height:normal;vertical-align:baseline;background-image:none;background-position:0 0;background-repeat:repeat;margin-top:0}.icon-star:before{content:'\f005'}.icon-angle-down:before{content:'\f107'}#dm .dmRespRow .dmRespCol>.dmWidget{overflow:initial}@media (min-width:768px){.hamburger-reverse .layout-drawer-hamburger{right:18px}#dm .dmRespRow .dmRespCol>.dmWidget{width:280px;max-width:100%}}@media (max-width:767px){#dm .dmInner .dmWidget{width:100%}}#dm .dmInner .dmWidget:not(.displayNone){display:inline-block}#dm .dmInner .dmWidget.flexButton:not(.displayNone){display:flex}#dm .dmInner .dmWidget.flexButton{display:flex;align-items:center;justify-content:center;padding:10px 7px}#dm .dmInner .dmWidget.flexButton .text{padding:0!important;flex-grow:1;max-width:-webkit-max-content;max-width:max-content}#dm .dmInner .dmWidget.flexButton:after{display:none}#dm .dmInner .dmWidget{text-decoration:none;margin:10px 0;clear:both;position:relative;text-align:center;line-height:22px;box-shadow:none;background-image:none;padding:0;height:auto;border-style:solid;white-space:nowrap}#dm .dmInner .dmWidget:after{content:'';display:inline-block;height:100%;vertical-align:middle;width:0;margin-right:-.25em}#dm .dmInner .dmWidget .iconBg{position:absolute;left:0;width:50px;top:50%;margin-top:-13px}#dm .dmWidget .text{display:inline-block;vertical-align:middle;font-size:1.125em;line-height:normal;white-space:normal;padding:10px 7px;max-width:98%}html:not(.ios-preview) #dm .hasStickyHeader .dmInner div.dmHeaderContainer{position:fixed!important;z-index:101;width:100%;min-width:768px}#dm .header-over-content .dmHeaderContainer{position:absolute;z-index:101;width:100%}.dmNewParagraph[data-version]{line-height:initial}.dmNewParagraph[data-version] h1,.dmNewParagraph[data-version] p{margin-top:0;margin-bottom:0}.dmNewParagraph[data-version] a{vertical-align:initial}.inlineBindingLink{color:inherit!important;text-decoration:inherit!important}.graphicWidget{width:200px;height:200px;margin:10px auto;text-align:center}.graphicWidget svg.svg{width:100%;height:100%;color:#000;fill:#000}.graphicWidgetV2{width:60px;height:60px}.graphicWidgetV3{font-size:0}.imageWidget{position:relative}.imageWidget a{font-style:italic;text-align:center}.imageWidget img[width][height],img[width][height]{height:auto}*{border:0 solid #333;scrollbar-arrow-color:#fff;scrollbar-track-color:#F2F2F2;scrollbar-face-color:silver;scrollbar-highlight-color:silver;scrollbar-3dlight-color:silver;scrollbar-shadow-color:silver;scrollbar-darkshadow-color:silver;scrollbar-width:12px}A IMG{border:none}h1,ul{margin-left:0;margin-right:0}.dmInner *{-webkit-font-smoothing:antialiased}a,img,li,ul{vertical-align:top}#site_content{position:relative}.dmOuter{word-wrap:break-word}.dmInner{font-size:16px;background:#fff;color:#666}.dmDesktopBody .dmInner{min-width:960px}.dmInner a{color:#463939;outline:0;vertical-align:inherit}.dmInner ul:not(.defaultList){padding:0}.dmHeader{background:#68ccd1;color:#666;text-align:center;position:relative;width:100%;max-width:100%}DIV.dmBody{padding:0;clear:both}.dmContent{margin:0;padding:0}#site_content ul:not(.defaultList){-webkit-padding-start:0;-moz-padding-start:0;list-style-position:inside}.dmRespRowsWrapper{max-width:960px;margin:0 auto}.dmRespCol>[dmle_extension]:not(:first-child){margin-top:10px}.dmLargeBody .imageWidget:not(.displayNone){display:inline-block;max-width:100%}#dm .dmRespColsWrapper,.dmStandardDesktop{display:block}.imageWidget:not(.displayNone) img{width:100%}.dmNewParagraph{text-align:left;margin:8px 0;padding:2px 0}.dmLargeBody .dmRespRowsWrapper>.dmRespRow .dmRespCol,.dmLargeBody .fHeader .dmRespRow .dmRespCol{padding-left:.75%;padding-right:.75%}.dmLargeBody .dmRespRowsWrapper>.dmRespRow .dmRespCol:first-child,.dmLargeBody .fHeader .dmRespRow .dmRespCol:first-child{padding-left:0;padding-right:1.5%}.dmLargeBody .dmRespRowsWrapper>.dmRespRow .dmRespCol:last-child,.dmLargeBody .fHeader .dmRespRow .dmRespCol:last-child{padding-right:0;padding-left:1.5%}.dmLargeBody .dmRespRowsWrapper>.dmRespRow .dmRespCol:only-child,.dmLargeBody .fHeader .dmRespRow .dmRespCol:only-child{padding-left:0;padding-right:0}#dmFirstContainer .dmRespRowsWrapper:after,#dmFirstContainer .dmRespRowsWrapper:before{content:"";display:table}.dmLinksMenu>ul{display:block;margin:0;font-size:inherit}.dmStandardDesktop{margin:0 auto}body{width:100%;overflow:hidden;-webkit-text-size-adjust:100%!important;-ms-text-size-adjust:100%!important;background-color:#eee}.main-navigation.unifiednav{-js-display:flex;display:flex;justify-content:flex-start;align-items:stretch;overflow:visible}.main-navigation.unifiednav ul{list-style:none;padding:0;margin:0;font-size:1rem}.main-navigation.unifiednav .unifiednav__container{-js-display:flex;display:flex;justify-content:flex-start;list-style:none}.main-navigation.unifiednav .unifiednav__container>.unifiednav__item-wrap{-js-display:flex;display:flex;justify-content:flex-start;position:relative;font-weight:400}.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap::after,.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap::before{content:'';align-self:center;font-weight:700}.main-navigation.unifiednav .unifiednav__container>.unifiednav__item-wrap>.unifiednav__item{-js-display:flex;display:flex;justify-content:flex-start;align-items:center;flex-direction:row;color:inherit;text-decoration:none;position:relative;padding:12px 15px;margin:0;font-weight:inherit;letter-spacing:.03em}.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item{padding:0 15px}.main-navigation.unifiednav .unifiednav__container>.unifiednav__item-wrap>.unifiednav__item .nav-item-text{white-space:nowrap}.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item .nav-item-text::after,.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item .nav-item-text::before{content:'';width:100%;height:0;border:0 solid transparent;border-top-color:currentColor;display:block;opacity:0}#dm .dmWidget:not([data-buttonstyle]) .iconBg,.main-navigation.unifiednav .unifiednav__container .unifiednav__item:not(.unifiednav__item_has-sub-nav) .icon{display:none}.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item.dmNavItemSelected .nav-item-text::after,.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item.dmNavItemSelected .nav-item-text::before{opacity:1}.main-navigation.unifiednav.effect-text-color{padding:12px 15px}.main-navigation.unifiednav.effect-background{padding:0}.main-navigation.unifiednav.effect-background .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item{padding:12px 15px;margin:0 15px 0 0}.main-navigation.unifiednav.effect-background .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item.dmNavItemSelected{background-color:#333;color:#fafafa}.main-navigation.unifiednav.effect-text-color .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item.dmNavItemSelected{color:#9a9a9a}.main-navigation.unifiednav[layout-main=horizontal_nav_layout_8] .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item{border-radius:30px;padding:12px 30px;margin:0 15px 0 0}.main-navigation.unifiednav:not(.unifiednav_vertical)>.unifiednav__container{justify-content:inherit}#dm .p_hfcontainer nav.main-navigation.unifiednav{min-width:9em!important;text-align:initial!important}#dm .main-navigation.unifiednav[data-nav-structure=VERTICAL] .unifiednav__container{flex-direction:column;flex:1 1 100%}#dm .main-navigation.unifiednav[data-nav-structure=VERTICAL] .unifiednav__container>.unifiednav__item-wrap>.unifiednav__item{padding:8px 0;margin:0}#dm .main-navigation.unifiednav[data-nav-structure=VERTICAL] .unifiednav__container>.unifiednav__item-wrap>.unifiednav__item .nav-item-text{white-space:initial}#dm .main-navigation.unifiednav[data-nav-structure=VERTICAL] .unifiednav__container:not([data-depth])>.unifiednav__item-wrap{flex-direction:column}#dm .main-navigation.unifiednav[data-nav-structure=VERTICAL] .unifiednav__container:not([data-depth])>.unifiednav__item-wrap::after{content:''!important;width:100%;height:0;color:#d1d1d1;align-self:flex-start;border:0 solid currentColor}#dm .main-navigation.unifiednav[data-nav-structure=VERTICAL][layout-main=vertical_nav_layout_1] .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item{padding:15px 0}#dm .main-navigation.unifiednav[data-nav-structure=VERTICAL][layout-main=vertical_nav_layout_1] .unifiednav__container:not([data-depth])>.unifiednav__item-wrap::after{border-top-width:1px}#dm .main-navigation.unifiednav[data-nav-structure=VERTICAL][data-show-vertical-sub-items=HIDE]>.unifiednav__container:not([data-depth])>.unifiednav__item-wrap .unifiednav__item.dmNavItemSelected>.nav-item-text .icon::before{transform:rotate(180deg)}#dm .main-navigation.unifiednav:not([data-nav-structure=VERTICAL])>.unifiednav__container{flex-wrap:wrap;justify-content:inherit}#dm .main-navigation.unifiednav:not([data-nav-structure=VERTICAL])>.unifiednav__container .nav-item-text::before{text-align:left}#dm .main-navigation.unifiednav:not([data-nav-structure=VERTICAL]) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::after,#dm .main-navigation.unifiednav:not([data-nav-structure=VERTICAL]) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::before{content:''}#dm .dmBody .dmRespRowsWrapper{max-width:none;background-color:transparent}.dmLargeBody .dmRespRow{width:100%;max-width:none;margin-left:0;margin-right:0;padding-left:40px;padding-right:40px}.dm-bfs.dm-layout-home div.dmInner{background-color:#fff}.dmStandardDesktop .dmHeader{background-color:#68ccd1;max-width:100%}.dmRespRow:not(.dmPlaceHolderRespRow) .dmRespColsWrapper .dmRespCol:not(.content-removed).empty-column,.dmRespRow:not(.dmPlaceHolderRespRow) .dmRespColsWrapper .dmRespCol:not(.content-removed):only-child:empty{min-height:100px}.dmRespRow:not(.dmPlaceHolderRespRow) .dmRespCol:not(.content-removed).empty-column,.dmRespRow:not(.dmPlaceHolderRespRow) .dmRespCol:not(.content-removed):empty{min-height:1px}.dmRespRow:not(.dmPlaceHolderRespRow) .dmRespColsWrapper .dmRespCol:not(.content-removed):only-child.empty-column{min-height:100px}#dm div.dmRespCol>*{line-height:2}#dm div.dmInner{line-height:initial}#dm div.dmInner h1{font-family:Montserrat,"Montserrat Fallback"}#dm DIV.dmInner{background-repeat:no-repeat;background-image:url(https://irt-cdn.multiscreensite.com/ce0bb35f932b47bb809d0e37905542ba/dms3rep/multi/site_background_education-2087x1173.jpg);background-size:cover;background-position:50% 0}#dm div.dmOuter div.dmInner{background-position:center center;background-repeat:repeat;background-size:auto}#dm .dmNewParagraph a,#dm div.dmNewParagraph a{text-decoration:underline;color:rgba(147,147,147,1)}#dm div.dmInner,#dm div.dmInner .dmRespCol{color:rgba(147,147,147,1);font-family:Roboto,"Roboto Fallback";font-size:16px}.dmLargeBody .dmBody .dmRespRowsWrapper{background-color:transparent}#dm .dmRespCol div.dmNewParagraph,#dm div.dmInner,#dm div.dmInner .dmRespCol{color:rgba(26,27,31,1);font-family:Poppins,"Poppins Fallback";font-weight:300}#dm div.dmContent h1{color:#1a1b1f;direction:ltr;font-family:Poppins,"Poppins Fallback";font-weight:400;font-style:normal;text-decoration:none;text-transform:uppercase}#dm div.dmContent .dmNewParagraph[data-version] h1{text-decoration:inherit}#dm div.dmContent .dmNewParagraph[data-version] h1 *{text-decoration:none}#dm div.dmNewParagraph p{line-height:1.5;font-weight:300}#dm DIV.dmOuter DIV.dmInner{background-image:none;background-color:rgba(255,255,255,1)}#dm div.dmContent h1{font-size:42px;line-height:1.2}@media all{:root{--btn-border-l-color:rgba(0, 0, 0, 0);--btn-border-r-color:rgba(0, 0, 0, 0);--btn-border-b-width:0px;--btn-text-direction:ltr;--btn-border-radius:1px;--btn-border-t-width:0px;--btn-border-tl-radius:300px;--btn-border-br-radius:300px;--btn-border-bl-radius:300px;--btn-bg-color:var(--color_4);--btn-border-r-width:0px;--btn-border-tr-radius:300px;--btn-bg-image:none;--btn-border-b-color:rgba(0, 0, 0, 0);--btn-border-l-width:0px;--border-style:solid;--btn-border-t-color:rgba(0, 0, 0, 0);--btn-text-align:center;--btn-text-color:rgb(255, 255, 255);--btn-text-decoration:none;--btn-text-font-weight:400;--btn-text-font-family:Poppins,"Poppins Fallback";--btn-icon-color:rgb(247, 247, 247);--btn-icon-fill:rgb(247, 247, 247);--btn-icon-wrpr-display:none;--btn-hover-border-b-color:var(--btn-hover-border-color);--btn-hover-bg:rgba(254, 153, 36, 1);--btn-hover-border-t-color:var(--btn-hover-border-color);--btn-hover-border-r-color:var(--btn-hover-border-color);--btn-hover-border-l-color:var(--btn-hover-border-color);--btn-hover-border-color:rgb(65, 67, 69);--btn-hover-text-color:var(--btn-text-color);--btn-hover-text-font-weight:var(--btn-text-font-weight);--btn-hover-text-decoration:var(--btn-text-decoration);--btn-hover-text-font-style:var(--btn-text-font-style)}}@media (min-width:0px) and (max-width:767px){:root{--btn-text-font-size:16px}}#dm .dmWidget:not([data-buttonstyle]){overflow:initial;background-clip:border-box;border-radius:1px}#dm .dmWidget:not([data-buttonstyle]) .text,#dm .dmWidget:not([data-buttonstyle]).flexButton{padding:16px 0}@media (min-width:768px){#dm .dmRespRow .dmRespCol>.dmWidget{width:222px}}#dm div.dmInner #site_content .dmWidget,#dm div.dmInner .dmHeader .dmWidget{background-color:var(--btn-bg-color);background-image:var(--btn-bg-image);border-color:var(--btn-border-color);border-bottom-color:var(--btn-border-b-color);border-left-color:var(--btn-border-l-color);border-right-color:var(--btn-border-r-color);border-top-color:var(--btn-border-t-color);border-radius:var(--btn-border-radius);border-bottom-left-radius:var(--btn-border-bl-radius);border-bottom-right-radius:var(--btn-border-br-radius);border-top-left-radius:var(--btn-border-tl-radius);border-top-right-radius:var(--btn-border-tr-radius);border-width:var(--btn-border-width);border-bottom-width:var(--btn-border-b-width);border-left-width:var(--btn-border-l-width);border-right-width:var(--btn-border-r-width);border-top-width:var(--btn-border-t-width);direction:var(--btn-text-direction);text-align:var(--btn-text-align)}#dm div.dmInner #site_content .dmWidget span.text{color:var(--btn-text-color);font-family:var(--btn-text-font-family);font-size:var(--btn-text-font-size);font-weight:var(--btn-text-font-weight);text-decoration:var(--btn-text-decoration)}#dm div.dmInner #site_content .dmWidget span.icon,#dm div.dmInner .dmHeader .dmWidget span.icon{color:var(--btn-icon-color);fill:var(--btn-icon-fill)}#dm div.dmInner #site_content .dmWidget:not([data-buttonstyle]) .iconBg,#dm div.dmInner .dmHeader .dmWidget:not([data-buttonstyle]) .iconBg{display:var(--btn-icon-wrpr-display)}#dm .p_hfcontainer .main-navigation.unifiednav:not(.unifiednav_vertical) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::after,#dm .p_hfcontainer .main-navigation.unifiednav:not(.unifiednav_vertical) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::before{font-size:14px!important}#dm .p_hfcontainer div.u_1239130184 img,#dm .p_hfcontainer div.u_1923160809 img{border-radius:0!important;-moz-border-radius:0!important;-webkit-border-radius:0!important}#dm .p_hfcontainer .u_1923160809{width:100%!important}.responsiveTablet .stickyHeaderSpacer{height:90.2px!important}#dm .dmInner div.dmHeader,#dm .dmInner div.dmHeader.u_hcontainer,#dm .dmInner div.u_hcontainer{background-color:rgba(0,0,0,0)!important;box-shadow:none!important;-moz-box-shadow:none!important;-webkit-box-shadow:none!important}#dm .p_hfcontainer nav.u_1342730713.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item{color:var(--color_1)!important;text-transform:uppercase!important;font-size:14px!important}#dm .p_hfcontainer nav.u_1342730713.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item.dmNavItemSelected{color:var(--color_2)!important}#dm .p_hfcontainer .u_1342730713.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item{margin:0 15px 0 0!important;padding:5px 15px!important}div.u_1587616293 .svg{width:50%!important;color:var(--color_4)!important;fill:var(--color_4)!important}div.u_1587616293{border-radius:50%!important;border-color:var(--color_4)!important;border-width:1px!important;border-style:solid!important}#dm .p_hfcontainer div.u_1177912422{background-color:var(--color_2)!important;border-top-style:solid!important;border-top-width:0!important}#dm .p_hfcontainer div.u_1759965593{background-color:var(--color_2)!important;border-bottom-width:1px!important;border-bottom-style:solid!important}#dm .p_hfcontainer .u_1342730713.main-navigation.unifiednav:not([data-nav-structure=VERTICAL]) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::after,#dm .p_hfcontainer .u_1342730713.main-navigation.unifiednav:not([data-nav-structure=VERTICAL]) .unifiednav__container:not([data-depth])>.unifiednav__item-wrap:not(:last-child)::before{font-size:14px!important}#dm .p_hfcontainer div.u_1484564570{border-right-style:solid!important;border-right-color:rgba(212,212,212,1)!important;border-right-width:0!important}#dm .p_hfcontainer nav.u_1742987344{color:#000!important}#dm .p_hfcontainer nav.u_1742987344.main-navigation.unifiednav[data-nav-structure=VERTICAL] .unifiednav__container:not([data-depth])>.unifiednav__item-wrap::after{border-top-color:rgba(239,239,239,1)!important}div.u_1313413004,div.u_1371331897{border-color:var(--color_4)!important}#dm .p_hfcontainer nav.u_1742987344.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item{color:rgba(49,49,49,1)!important;font-weight:400!important;text-transform:uppercase!important;font-size:18px!important}div.u_1313413004 .svg,div.u_1371331897 .svg{color:var(--color_4)!important;fill:var(--color_4)!important}div.u_1890456952 img{border-radius:0!important;-moz-border-radius:0!important;-webkit-border-radius:0!important}#dm .p_hfcontainer div.u_1856632300,div.u_1313413004,div.u_1371331897{border-radius:50%!important;border-width:1px!important;border-style:solid!important}#dm .p_hfcontainer .u_1890456952{width:100%!important}#dm .p_hfcontainer .u_1742987344.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item{text-align:center!important;justify-content:center!important}#dm .p_hfcontainer .u_1742987344.main-navigation.unifiednav[data-nav-structure=VERTICAL] .unifiednav__container:not([data-depth])>.unifiednav__item-wrap::after{align-self:center!important}div.u_1371331897 .svg{width:50%!important}div.u_1313413004 .svg{width:50%!important}#dm .p_hfcontainer div.u_1587616293 .svg,#dm .p_hfcontainer div.u_1856632300 .svg{fill:rgba(60,159,218,1)!important;color:rgba(60,159,218,1)!important}#dm .p_hfcontainer div.u_1587616293,#dm .p_hfcontainer div.u_1856632300{border-color:rgba(60,159,218,1)!important}#dm .p_hfcontainer a.u_1863253230{background-color:rgba(60,159,218,1)!important}#dm .p_hfcontainer nav.u_1342730713.main-navigation.unifiednav.effect-background .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item.dmNavItemSelected{background-color:rgba(60,159,218,1)!important;background-image:none!important}#dm .p_hfcontainer div.u_1856632300 .svg{width:50%!important}#dm .p_hfcontainer a.u_1073620833{background-color:rgba(60,159,218,1)!important}#dm .p_hfcontainer div#hamburger-drawer.layout-drawer,#dm .p_hfcontainer div#hamburger-header{background-color:rgba(255,255,255,1)!important}#dm .p_hfcontainer nav.u_1742987344.main-navigation.unifiednav .unifiednav__container:not([data-depth])>.unifiednav__item-wrap>.unifiednav__item.dmNavItemSelected{font-weight:400!important;color:rgba(60,159,218,1)!important}#dm .dmInner div.u_hcontainer{float:none!important;top:0!important;left:0!important;width:100%!important;position:relative!important;height:auto!important;max-width:100%!important;min-width:0!important;text-align:center!important;padding:25px 0 20px!important;margin:0 auto!important}#dm .dmInner div.dmHeader.u_hcontainer{padding-bottom:20px!important;padding-top:25px!important}#dm .p_hfcontainer div#hamburger-header{box-shadow:none!important;-moz-box-shadow:none!important;-webkit-box-shadow:none!important;border-bottom-style:solid!important;border-bottom-color:rgba(249,249,249,1)!important;border-bottom-width:0!important}[dmtemplateid=Hamburger] .layout-drawer-hamburger.hamburger-on-header{color:rgba(0,0,0,1)!important;background-color:rgba(0,0,0,0)!important}[dmtemplateid=Hamburger] .site_content{margin-top:74px!important}@media (min-width:1025px){.responsiveTablet .stickyHeaderSpacer{height:202.23px!important}}#dm .p_hfcontainer div.u_1759965593,#dm .p_hfcontainer nav.u_1342730713{float:none!important;left:0!important;height:auto!important;min-height:auto!important;max-width:100%!important}@media (min-width:768px) and (max-width:1024px){.responsiveTablet [dmtemplateid=Hamburger] .site_content{margin-top:110.78px!important}.responsiveTablet [dmtemplateid=Hamburger].runtime-module-container .layout-drawer-hamburger{top:45px!important}}#dm .dmInner div.fHeader .dmHeader[freeheader=true]{padding-top:12px!important;padding-bottom:12px!important}.fHeader #hcontainer.dmHeader[freeheader=true]{padding-top:initial!important;padding-bottom:initial!important}#dm .p_hfcontainer div.u_1855757911{padding-left:0!important}#dm .dmInner div.fHeader.dmHeaderContainer #hcontainer.dmHeader[freeheader=true]{margin:0!important;padding:0!important}#dm .p_hfcontainer div.u_1759965593{top:0!important;width:auto!important;position:relative!important;min-width:0!important;text-align:center!important;padding:14px 15px!important;margin:0!important}#dm .p_hfcontainer nav.u_1342730713{top:0!important;width:calc(100% - 0px)!important;position:relative!important;justify-content:center!important;align-items:stretch!important;min-width:25px!important;text-align:start!important;padding:5px 15px!important;margin:0!important}div.u_1371331897,div.u_1587616293{width:34px!important;height:34px!important}div.u_1444919448{width:auto!important;padding:0 40px!important}#dm .p_hfcontainer div.u_1690808635,#dm .p_hfcontainer div.u_1860177096,div.u_1690808635{width:calc(100% - 0px)!important;padding:2px 0!important;float:none!important;top:0!important;left:0!important;min-width:25px!important;min-height:auto!important;position:relative!important;height:auto!important}div.u_1690808635{max-width:100%!important;margin:12px 0 8px!important}#dm .p_hfcontainer div.u_1860177096{max-width:100%!important;margin:2px 0 8px!important}#dm .p_hfcontainer div.u_1690808635{max-width:100%!important;margin:10px 0 0!important}#dm .p_hfcontainer div.u_1177912422{float:none!important;top:0!important;left:0!important;width:auto!important;position:relative!important;height:auto!important;min-height:auto!important;max-width:100%!important;min-width:0!important;text-align:center!important;padding:5px 40px!important;margin:0!important}.stickyHeaderSpacer{height:196.33px!important}[dmtemplateid=Hamburger].runtime-module-container .layout-drawer-hamburger{top:58.78px!important}#dm .p_hfcontainer div.u_1705692124,#dm .p_hfcontainer div.u_1923160809,a.u_1073620833,div.u_1890456952{float:none!important;top:0!important;left:0!important;text-align:center!important}#dm .p_hfcontainer div.u_1923160809{width:109.69px!important;position:relative!important;max-width:100%!important;min-width:25px!important;display:block!important;height:auto!important;min-height:auto!important;padding:0!important;margin:0 722px 0 0!important}#dm .p_hfcontainer div.u_1705692124{width:auto!important;position:relative!important;height:auto!important;max-width:100%!important;min-width:0!important;min-height:auto!important;margin:0!important;padding:13px 40px 15px!important}a.u_1073620833{width:calc(100% - 161px)!important;position:relative!important;max-width:142.87px!important;min-width:25px!important;height:auto!important;min-height:53.11px!important;padding:16px 0!important}#dm .p_hfcontainer nav.u_1742987344,div.u_1313413004,div.u_1890456952{min-height:auto!important;position:relative!important}#dm .p_hfcontainer div.u_1655486006{margin-left:0!important;margin-right:0!important;padding-left:0!important;padding-right:0!important}#dm .p_hfcontainer div.u_1391878327{padding:0!important;margin:0!important}#dm .p_hfcontainer div.u_1484564570{padding-right:15px!important}#dm .p_hfcontainer div.u_1683284057{margin-top:0!important;padding:0!important}#dm .p_hfcontainer #hamburger-drawer.layout-drawer:not([data-origin=top]){width:45vw!important}div.u_1890456952{width:109.69px!important;max-width:100%!important;min-width:25px!important;display:block!important;height:auto!important;padding:0!important}#dm .p_hfcontainer div.u_1009157225{width:auto!important;padding:80px 50px 0!important;margin:0!important}#dm .p_hfcontainer nav.u_1742987344,div.u_1313413004{float:none!important;top:0!important;left:0!important;max-width:100%!important;padding:0!important}#dm .p_hfcontainer nav.u_1742987344{width:calc(100% - 0px)!important;height:auto!important;justify-content:flex-start!important;align-items:stretch!important;min-width:25px!important;text-align:start!important;margin:32px 0 0!important}div.u_1313413004{display:block!important;width:33.99px!important;height:33.99px!important;min-width:0!important;text-align:center!important;margin:10px auto 2px!important}div.u_1601991622{width:auto!important;padding:0 40px!important}div.u_1089998543,div.u_1474088955{width:calc(100% - 0px)!important;min-height:auto!important;max-width:100%!important;min-width:25px!important;padding:2px 0!important;float:none!important;top:0!important;left:0!important;height:auto!important}div.u_1474088955{position:relative!important;margin:10px 0 0!important}div.u_1089998543{position:relative!important;margin:2px 0 8px!important}div.u_1371331897,div.u_1694225616{min-width:0!important;text-align:center!important;min-height:auto!important;max-width:100%!important}div.u_1694225616{width:auto!important;float:none!important;top:0!important;left:0!important;position:relative!important;height:auto!important;margin:3px 0 0!important;padding:0 40px!important}div.u_1371331897{float:none!important;top:0!important;left:0!important;position:relative!important;display:block!important;padding:0!important;margin:0 auto 10px!important}#dm .p_hfcontainer div.u_1089998543,#dm .p_hfcontainer div.u_1890456952{float:none!important;top:0!important;left:0!important;position:relative!important;height:auto!important}#dm .p_hfcontainer div.u_1089998543{width:calc(100% - 0px)!important;min-height:auto!important;max-width:100%!important;min-width:25px!important;padding:2px 0!important;margin:2px auto 8px!important}#dm .p_hfcontainer div.u_1242576652{width:auto!important;padding:30px 15px 100px!important;margin:0!important}#dm .p_hfcontainer div.u_1890456952{width:calc(100% - 102px)!important;min-height:auto!important;max-width:132.16px!important;min-width:25px!important;text-align:center!important;padding:0!important;margin:0 auto!important}#dm .p_hfcontainer div.u_1587616293,#dm .p_hfcontainer div.u_1856632300{height:23.99px!important;min-height:auto!important;padding:0!important;float:none!important;top:0!important;position:relative!important;text-align:center!important;left:0!important;display:block!important}#dm .p_hfcontainer div.u_1587616293{width:24px!important;max-width:27.99px!important;min-width:25px!important;margin:10px auto 2px!important}#dm .p_hfcontainer div.u_1856632300{width:23.99px!important;max-width:100%!important;min-width:0!important;margin:0 auto 10px!important}#dm .p_hfcontainer div.u_1313413004,#dm .p_hfcontainer div.u_1371331897{width:28px!important;height:28px!important}#dm .p_hfcontainer a.u_1863253230{float:none!important;top:0!important;left:0!important;width:calc(100% - 161px)!important;position:relative!important;max-width:142.87px!important;min-width:25px!important;text-align:center!important;height:auto!important;min-height:53.1px!important;padding:16px 0!important;margin:24px auto 0!important}#dm .p_hfcontainer div.u_1444919448,#dm .p_hfcontainer div.u_1582414018{width:auto!important;min-height:auto!important;max-width:100%!important;min-width:0!important;float:none!important;top:0!important;text-align:center!important;height:auto!important;position:relative!important}#dm .p_hfcontainer div.u_1582414018{left:0!important;margin:3px 0 0!important;padding:6px 40px!important}#dm .p_hfcontainer div.u_1444919448{left:0!important;margin:15px 0 0!important;padding:0 40px!important}#dm .p_hfcontainer div.u_1239130184{float:none!important;top:0!important;left:0!important;width:calc(100% - 105px)!important;position:relative!important;max-width:152.69px!important;min-width:25px!important;text-align:center!important;display:block!important;height:auto!important;min-height:auto!important;padding:0!important;margin:0 auto!important}#dm .dmBody div.u_1038744843,#dm .dmBody div.u_1525614426{float:none!important;top:0!important;left:0!important;min-height:auto!important;max-width:100%!important;text-align:start!important}#dm .dmBody div.u_1128608506{background-color:rgba(60,159,218,1)!important;border-radius:12px!important;background-image:url(https://le-de.cdn-website.com/12fccd507a934848aac8dba7a4c090fb/dms3rep/multi/opt/shutterstock_381784087-removebg-preview-1920w.png),url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAABhGlDQ1BJQ0MgcHJvZmlsZQAAKJF9kT1Iw0AcxV9TpUUqHSwo4pChOlkQFemoVShChVArtOpgcukXNGlIUlwcBdeCgx+LVQcXZ10dXAVB8APEzc1J0UVK/F9aaBHjwXE/3t173L0DhEaFaVbPBKDptplOJsRsblUMvEJAGEEMIi4zy5iTpBQ8x9c9fHy9i/Es73N/jn41bzHAJxLPMsO0iTeIZzZtg/M+cYSVZJX4nHjcpAsSP3JdafEb56LLAs+MmJn0PHGEWCx2sdLFrGRqxNPEUVXTKV/ItljlvMVZq9RY+578haG8vrLMdZojSGIRS5AgQkENZVRgI0arToqFNO0nPPzDrl8il0KuMhg5FlCFBtn1g//B726twtRkKymUAHpfHOdjFAjsAs2643wfO07zBPA/A1d6x19tAPFP0usdLXoEhLeBi+uOpuwBlzvA0JMhm7Ir+WkKhQLwfkbflAMGboG+tVZv7X2cPgAZ6ip1AxwcAmNFyl73eHewu7d/z7T7+wFwJnKmZ9+MiwAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAAuIwAALiMBeKU/dgAAAAd0SU1FB+UCDwksLkLIPkkAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=)!important}#dm .d-page-1716942098 DIV.dmInner{background-repeat:no-repeat!important;background-size:cover!important;background-attachment:fixed!important;background-position:50% 50%!important}#dm .dmBody div.u_1877715409{float:none!important;top:0!important;left:0!important;width:calc(100% - 0px)!important;position:relative!important;height:auto!important;min-height:auto!important;max-width:100%!important;min-width:25px!important;padding:2px 0!important;margin:-8px auto 8px!important}#dm .dmBody div.u_1926140145{margin:0!important;padding:0 0 0 50px!important}#dm .dmBody div.u_1359837991{float:none!important;top:0!important;left:0!important;width:345.44px!important;position:relative!important;height:auto!important;min-height:auto!important;max-width:100%!important;min-width:0!important;display:block!important;padding:2px 0!important;margin:129px auto 8px 0!important}#dm .dmBody div.u_1128608506{background-repeat:no-repeat!important;background-size:contain!important;background-position:100% 0!important;width:auto!important;margin:0 0 12px!important;padding:15px 40px 15px 20px!important}#dm .dmBody div.u_1412946592{width:auto!important;margin:0!important;padding:40px!important}#dm .dmBody div.u_1038744843{width:calc(100% - 0px)!important;position:relative!important;height:44.8px!important;min-width:25px!important;padding:0!important;margin:320px auto 0!important}#dm .dmBody div.u_1525614426{background-color:var(--color_2)!important;box-shadow:none!important;-moz-box-shadow:none!important;-webkit-box-shadow:none!important;background-repeat:no-repeat!important;background-image:url(https://le-de.cdn-website.com/12fccd507a934848aac8dba7a4c090fb/dms3rep/multi/opt/aia+vacation+%289%29-1920w.jpg),url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAYAAAAfFcSJAAABhGlDQ1BJQ0MgcHJvZmlsZQAAKJF9kT1Iw0AcxV9TpUUqHSwo4pChOlkQFemoVShChVArtOpgcukXNGlIUlwcBdeCgx+LVQcXZ10dXAVB8APEzc1J0UVK/F9aaBHjwXE/3t173L0DhEaFaVbPBKDptplOJsRsblUMvEJAGEEMIi4zy5iTpBQ8x9c9fHy9i/Es73N/jn41bzHAJxLPMsO0iTeIZzZtg/M+cYSVZJX4nHjcpAsSP3JdafEb56LLAs+MmJn0PHGEWCx2sdLFrGRqxNPEUVXTKV/ItljlvMVZq9RY+578haG8vrLMdZojSGIRS5AgQkENZVRgI0arToqFNO0nPPzDrl8il0KuMhg5FlCFBtn1g//B726twtRkKymUAHpfHOdjFAjsAs2643wfO07zBPA/A1d6x19tAPFP0usdLXoEhLeBi+uOpuwBlzvA0JMhm7Ir+WkKhQLwfkbflAMGboG+tVZv7X2cPgAZ6ip1AxwcAmNFyl73eHewu7d/z7T7+wFwJnKmZ9+MiwAAAAZiS0dEAP8A/wD/oL2nkwAAAAlwSFlzAAAuIwAALiMBeKU/dgAAAAd0SU1FB+UCDwksLkLIPkkAAAAZdEVYdENvbW1lbnQAQ3JlYXRlZCB3aXRoIEdJTVBXgQ4XAAAAC0lEQVQI12NgAAIAAAUAAeImBZsAAAAASUVORK5CYII=)!important;width:auto!important;position:relative!important;height:auto!important;min-width:0!important;background-attachment:fixed!important;background-size:cover!important;padding:250px 40px 200px!important;margin:0!important}.font-size-14,.size-14{font-size:14px!important}.font-size-12,.size-12{font-size:12px!important}.font-size-32,.size-32{font-size:32px!important}#\31 073620833,#\31 406250129,#\31 469368308,#\31 655486006,#hamburger-drawer{order:0}#\31 073620833,#\31 469368308{flex-direction:row}#\31 033325454,#\31 060771443,#\31 074787170,#\31 081847432,#\31 096542333,#\31 131474093,#\31 152359997,#\31 162654151,#\31 193994357,#\31 194410192,#\31 198677661,#\31 208053400,#\31 333499583,#\31 341937170,#\31 342730713,#\31 369396150,#\31 424587488,#\31 469942216,#\31 525028469,#\31 550939136,#\31 562814548,#\31 571600653,#\31 625549443,#\31 632989872,#\31 646829864,#\31 670852296,#\31 689703363,#\31 704330567,#\31 714337377,#\31 742987344,#\31 750291737,#\31 757853806,#\31 788082523,#\31 863253230,#\31 893765077,#\31 949160182,#\31 973637691,#guesty-widget_1038744843,#inputs-section{order:0;flex-direction:row} #dm .dmPhotoGallery.newPhotoGallery .dmPhotoGalleryHolder:not(.photo-gallery-done) {display: none;} @media (max-width:767px){ [data-hidden-on-mobile] {display:none!important}}
    .dmDesktopBody [data-anim-desktop]:not([data-anim-desktop='none']) {
      visibility: hidden;
    }

    
</style>



<style id="fontFallbacks">
    @font-face {
  font-family: "Raleway Fallback";
  src: local('Arial');
  ascent-override: 89.616%;
  descent-override: 22.3087%;
  size-adjust: 104.892%;
  line-gap-override: 0%;
 }@font-face {
  font-family: "Roboto Fallback";
  src: local('Arial');
  ascent-override: 92.6709%;
  descent-override: 24.3871%;
  size-adjust: 100.1106%;
  line-gap-override: 0%;
 }@font-face {
  font-family: "Playfair Display Fallback";
  src: local('Arial');
  ascent-override: 106.3701%;
  descent-override: 24.6755%;
  size-adjust: 101.7204%;
  line-gap-override: 0%;
 }@font-face {
  font-family: "Montserrat Fallback";
  src: local('Arial');
  ascent-override: 84.9466%;
  descent-override: 22.0264%;
  size-adjust: 113.954%;
  line-gap-override: 0%;
 }@font-face {
  font-family: "Poppins Fallback";
  src: local('Arial');
  ascent-override: 92.326%;
  descent-override: 30.7753%;
  line-gap-override: 8.793%;
  size-adjust: 113.7274%;
}
</style>


<!-- End render the required css and JS in the head section -->









  <link type="application/rss+xml" rel="alternate" href="https://www.a1avr.com/feed/rss2"/>
  <link type="application/atom+xml" rel="alternate" href="https://www.a1avr.com/feed/atom"/>
  <meta property="og:type" content="website"/>
  <meta property="og:url" content="https://www.a1avr.com/"/>
  <script type="application/ld+json">


    {
        "@context" : "https://schema.org",
        "@type" : "WebSite",
        "name" : "Realty Associates of St. Johns County Inc.",
        "url" : "https://www.a1avr.com/"
    }


  </script>
  <title>
    
    Amazing Short-Term Rentals | Saint Augustine, FL
  
  </title>
  <meta name="description" content="Book a dream trip in Saint Augustine, FL, with the amazing short-term rentals from A1A Vacation Rentals. Discover our fantastic properties today! "/>

  <meta name="twitter:card" content="summary"/>
  <meta name="twitter:title" content="Amazing Short-Term Rentals | Saint Augustine, FL"/>
  <meta name="twitter:description" content="Book a dream trip in Saint Augustine, FL, with the amazing short-term rentals from A1A Vacation Rentals. Discover our fantastic properties today! "/>
  <meta property="og:description" content="Book a dream trip in Saint Augustine, FL, with the amazing short-term rentals from A1A Vacation Rentals. Discover our fantastic properties today! "/>
  <meta property="og:title" content="Amazing Short-Term Rentals | Saint Augustine, FL"/>




<!-- SYS- RVVfUFJPRFVDVElPTg== -->
</head>





















<body id="dmRoot" data-page-alias="home"  class="dmRoot dmDesktopBody fix-mobile-scrolling addCanvasBorder dmResellerSite dmLargeBody responsiveTablet "
      style="padding:0;margin:0;"
      
    >

















<!-- ========= Site Content ========= -->
<div id="dm" class='dmwr'>
    
    <div class="dm_wrapper standard-var5 widgetStyle-3 standard">
         <div dmwrapped="true" id="1901957768" class="dm-home-page" themewaschanged="true" desktop-global-classes="header-over-content" tablet-global-classes="header-over-content"> <div dmtemplateid="Hamburger" data-responsive-name="ResponsiveDesktopTopTabletHamburger" class="runtime-module-container dm-bfs dm-layout-home hasAnimations hasStickyHeader inMiniHeaderMode rows-1200 hide-back-to-top hamburger-reverse layout-drawer_push-content header-over-content dmPageBody d-page-1716942098 dmFreeHeader" id="dm-outer-wrapper" data-page-class="1716942098" data-soch="true"> <div id="dmStyle_outerContainer" class="dmOuter"> <div id="dmStyle_innerContainer" class="dmInner"> <div class="dmLayoutWrapper standard-var dmStandardDesktop"> <div id="site_content"> <div class="p_hfcontainer showOnMedium"> <div id="hamburger-drawer" class="hamburger-drawer layout-drawer" layout="2fef9973807a46bbbdad5938e9d68e93===header" data-origin="side-reverse" data-auto-height="true" data-push-content="true"> <div class="u_1683284057 dmRespRow middleDrawerRow" style="text-align: center;" id="1683284057"> <div class="dmRespColsWrapper" id="1469368308"> <div class="u_1484564570 dmRespCol small-12 medium-12 large-12 empty-column" id="1484564570"></div> 
</div> 
</div> 
 <div class="u_1009157225 dmRespRow" style="text-align: center;" id="1009157225"> <div class="dmRespColsWrapper" id="1571600653"> <div class="u_1391878327 dmRespCol small-12 medium-12 large-12" id="1391878327"> <div class="u_1890456952 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1890456952" data-binding="W3siYmluZGluZ05hbWUiOiJpbWFnZSIsInZhbHVlIjoic2l0ZV9pbWFnZXMubG9nbyJ9XQ=="> <a href="/" id="1786123723" file="false"><img src="https://le-de.cdn-website.com/12fccd507a934848aac8dba7a4c090fb/dms3rep/multi/opt/fulllogo_nobuffer_-_Logan_Bishop-removebg-preview-1920w.png" id="1269415391" class="" data-dm-image-path="https://de.cdn-website.com/12fccd507a934848aac8dba7a4c090fb/dms3rep/multi/fulllogo_nobuffer_-_Logan_Bishop-removebg-preview.png" width="0.0" height="0.0" data-diy-image="" alt="" onerror="handleImageLoadError(this)"/></a> 
</div> 
 <nav class="u_1742987344 effect-text-color main-navigation unifiednav dmLinksMenu" role="navigation" layout-main="vertical_nav_layout_1" layout-sub="" data-show-vertical-sub-items="HIDE" id="1742987344" dmle_extension="onelinksmenu" data-element-type="onelinksmenu" data-logo-src="" alt="" data-nav-structure="VERTICAL" wr="true" icon="true" surround="true" adwords="" navigation-id="unifiedNav"> <ul role="menubar" class="unifiednav__container  " data-auto="navigation-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/" class="unifiednav__item  dmNavItemSelected  dmUDNavigationItem_00  " target="" data-target-page-alias="" data-auto="selected-page"> <span class="nav-item-text " data-link-text="
         Home
        " data-auto="page-text-style">Home<span class="icon icon-angle-down"></span> 
</span> 
</a> 
</li> 
 <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/properties" class="unifiednav__item  dmUDNavigationItem_010101639940  " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Properties" data-auto="page-text-style">Properties<span class="icon icon-angle-down"></span> 
</span> 
</a> 
</li> 
 <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/about-us" class="unifiednav__item  dmUDNavigationItem_010101933048  " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="About Us" data-auto="page-text-style">About Us<span class="icon icon-angle-down"></span> 
</span> 
</a> 
</li> 
 <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/property-management-services" class="unifiednav__item  dmUDNavigationItem_010101308481  " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Property Management Services" data-auto="page-text-style">Property Management Services<span class="icon icon-angle-down"></span> 
</span> 
</a> 
</li> 
 <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/contact-us" class="unifiednav__item  dmUDNavigationItem_010101294902  " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Contact Us" data-auto="page-text-style">Contact Us<span class="icon icon-angle-down"></span> 
</span> 
</a> 
</li> 
 <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/things-to-do" class="unifiednav__item  dmUDNavigationItem_010101472801  " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Things to Do" data-auto="page-text-style">Things to Do<span class="icon icon-angle-down"></span> 
</span> 
</a> 
</li> 
</ul> 
</nav> 
</div> 
</div> 
</div> 
 <div class="u_1242576652 dmRespRow" style="text-align: center;" id="1242576652"> <div class="dmRespColsWrapper" id="1096542333"> <div class="u_1592566015 dmRespCol small-12 medium-12 large-12" id="1592566015"> <span id="1362148572"></span> 
 <div class="dmRespRow u_1601991622" id="1601991622"> <div class="dmRespColsWrapper" id="1081847432"> <div class="u_1871646282 dmRespCol small-12 large-2 medium-2" id="1871646282"> <div class="u_1313413004 graphicWidget graphicWidgetV2 graphicWidgetV3" data-element-type="graphic" data-widget-type="graphic" id="1313413004" data-layout="graphic-style-2"> <svg width="100%" height="100%" version="1.1" viewbox="0 0 100 100" xmlns="http://www.w3.org/2000/svg" id="1926833298" class="svg u_1926833298" data-icon-custom="true"> <title id="1486080025">phone icon</title> 
 <path d="m88.398 93.102c-1.8984 2.8984-5.1992 4.6016-8.6992 4.3984-3.5-0.19922-8-0.69922-11.102-1.5-13.801-3.6016-28.102-12.199-40.199-24.301-12.102-12.102-20.699-26.398-24.301-40.199-0.80078-3.1016-1.1992-7.5-1.5-11-0.19922-3.3984 1.3984-6.6992 4.3008-8.6016l12.301-8.1992c3.1992-2.1016 7.5-1 9.1992 2.3984l10 19.301c1.3984 2.6992 0.69922 6.1016-1.6992 8l-9 7c3.6016 6.6992 7 12.102 13.602 18.602 6.1016 6.1016 11.398 9.6992 18.301 13.398l7.1016-9.1016c1.8984-2.3984 5.3008-3.1992 8-1.6992l19.398 10c3.3984 1.6992 4.5 6 2.3984 9.1992z"></path> 
</svg> 
</div> 
</div> 
 <div class="u_1943689330 dmRespCol small-12 large-10 medium-10" id="1943689330"> <div class="u_1474088955 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1474088955" style="transition: opacity 1s ease-in-out;" new-inline-bind-applied="true" data-diy-text=""><p style="letter-spacing: 0.2em;"><span class="inline-data-binding" data-encoded-value="KzE5MDQ0NjE5Njk2" data-inline-binding="content_library.global.phone.phone" data-inline-binding-encoded="Y29udGVudF9saWJyYXJ5Lmdsb2JhbC5waG9uZS5waG9uZQ=="><a class="inlineBindingLink" target="_blank" href="tel:904-461-9696">904-461-9696</a></span><span style="display: initial;"><span class="ql-cursor"></span></span></p></div> 
</div> 
</div> 
</div> 
 <div class="u_1694225616 dmRespRow" id="1694225616"> <div class="dmRespColsWrapper" id="1131474093"> <div class="u_1592237583 dmRespCol small-12 large-2 medium-2" id="1592237583"> <div class="u_1371331897 graphicWidget graphicWidgetV2 graphicWidgetV3" data-element-type="graphic" data-widget-type="graphic" id="1371331897" data-layout="graphic-style-2"> <svg width="100%" height="100%" version="1.1" viewbox="0 0 100 100" xmlns="http://www.w3.org/2000/svg" id="1650809091" class="svg u_1650809091" data-icon-custom="true"> <title id="1631886627">mail icon 2</title> 
 <g> <path d="m87.922 22.93h-76.266l38.328 33.809z"></path> 
 <path d="m9 25.496v49.387l31.016-22.027z"></path> 
 <path d="m51.219 60.574c-0.34766 0.30859-0.78516 0.46484-1.2227 0.46484s-0.87109-0.15234-1.2188-0.45703l-5.918-5.2227-30.57 21.707h75.328l-30.715-21.559z"></path> 
 <path d="m59.723 52.996 31.277 21.949v-49.824z"></path> 
</g> 
</svg> 
</div> 
</div> 
 <div class="u_1580185630 dmRespCol small-12 large-10 medium-10" id="1580185630"> <div class="u_1089998543 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1089998543" style="transition: opacity 1s ease-in-out;" new-inline-bind-applied="true" data-diy-text=""><p style="letter-spacing: 0.2em;"><span class="inline-data-binding" data-encoded-value="YWNjb3VudGluZ0BhMWF2ci5jb20=" data-inline-binding="content_library.global.email.email" data-inline-binding-encoded="Y29udGVudF9saWJyYXJ5Lmdsb2JhbC5lbWFpbC5lbWFpbA=="><a class="inlineBindingLink" target="_blank" href="mailto:[email protected]">[email protected]</a></span><span style="display: initial;"><span class="ql-cursor"></span></span></p></div> 
</div> 
</div> 
</div> 
</div> 
</div> 
</div> 
</div> 
 <div class="layout-drawer-overlay" id="layout-drawer-overlay"></div> 
</div> 
 <div class="site_content"> <div id="hamburger-header-container" class="showOnMedium hamburger-header-container p_hfcontainer"> <div id="hamburger-header" class="hamburger-header p_hfcontainer" layout="44dc38f951e9489490b055748e10ba9f===header"> <div class="u_1705692124 dmRespRow" style="text-align: center;" id="1705692124"> <div class="dmRespColsWrapper" id="1469942216"> <div class="u_1655486006 dmRespCol small-12 large-8 medium-8" id="1655486006"> <div class="u_1923160809 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1923160809" data-binding="W3siYmluZGluZ05hbWUiOiJpbWFnZSIsInZhbHVlIjoic2l0ZV9pbWFnZXMubG9nbyJ9XQ=="> <a href="/" id="1573522578" file="false"><img src="https://le-de.cdn-website.com/12fccd507a934848aac8dba7a4c090fb/dms3rep/multi/opt/fulllogo_nobuffer_-_Logan_Bishop-removebg-preview-1920w.png" id="1761992403" class="" data-dm-image-path="https://de.cdn-website.com/12fccd507a934848aac8dba7a4c090fb/dms3rep/multi/fulllogo_nobuffer_-_Logan_Bishop-removebg-preview.png" width="0.0" height="0.0" data-diy-image="" alt="" onerror="handleImageLoadError(this)"/></a> 
</div> 
</div> 
 <div class="u_1406250129 dmRespCol small-12 large-4 medium-4" id="1406250129"> <a data-display-type="block" class="u_1073620833 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient flexButton" file="false" href="/contact-us" data-element-type="dButtonLinkId" id="1073620833"> <span class="iconBg" aria-hidden="true" id="1241190857"> <span class="icon hasFontIcon icon-star" id="1129397220"></span> 
</span> 
 <span class="text" id="1453483546">CONTACT US</span> 
</a> 
</div> 
</div> 
</div> 
</div> 
</div> 
 <button class="showOnMedium layout-drawer-hamburger hamburger-on-header" id="layout-drawer-hamburger" aria-label="menu"> <span class="hamburger__slice"></span> 
 <span class="hamburger__slice"></span> 
 <span class="hamburger__slice"></span> 
</button> 
 <div class="dmHeaderContainer fHeader d-header-wrapper showOnLarge"> <div id="hcontainer" class="u_hcontainer dmHeader p_hfcontainer" freeheader="true" headerlayout="b58ba5b5703b4cd7b5f5f7951565dc87===horizontal-layout-5" preserve-sticky-header="true" layout="78f5c343822e4eb3aac27f4ad5d13812===header" data-scrollable-target="body" data-scrollable-target-threshold="1" data-scroll-responder-id="1" logo-size-target="83%" mini-header-show-only-navigation-row="true"> <div dm:templateorder="85" class="dmHeaderResp dmHeaderStack noSwitch" id="1709005236"> <div class="u_1759965593 dmRespRow dmDefaultListContentRow fullBleedChanged fullBleedMode" style="text-align:center" id="1759965593"> <div class="dmRespColsWrapper" id="1788082523"> <div class="u_1075332329 dmRespCol small-12 medium-4 large-4" id="1075332329"> <span id="1600759163"></span> 
 <div class="u_1444919448 dmRespRow" id="1444919448"> <div class="dmRespColsWrapper" id="1333499583"> <div class="u_1699236292 dmRespCol small-12 large-2 medium-2" id="1699236292"> <div class="u_1587616293 graphicWidget graphicWidgetV2 graphicWidgetV3" data-element-type="graphic" data-widget-type="graphic" id="1587616293" data-layout="graphic-style-2"> <svg width="100%" height="100%" version="1.1" viewbox="0 0 100 100" xmlns="http://www.w3.org/2000/svg" id="1907619449" class="svg u_1907619449" data-icon-custom="true"> <title id="1076784161">phone icon 4</title> 
 <path d="m88.398 93.102c-1.8984 2.8984-5.1992 4.6016-8.6992 4.3984-3.5-0.19922-8-0.69922-11.102-1.5-13.801-3.6016-28.102-12.199-40.199-24.301-12.102-12.102-20.699-26.398-24.301-40.199-0.80078-3.1016-1.1992-7.5-1.5-11-0.19922-3.3984 1.3984-6.6992 4.3008-8.6016l12.301-8.1992c3.1992-2.1016 7.5-1 9.1992 2.3984l10 19.301c1.3984 2.6992 0.69922 6.1016-1.6992 8l-9 7c3.6016 6.6992 7 12.102 13.602 18.602 6.1016 6.1016 11.398 9.6992 18.301 13.398l7.1016-9.1016c1.8984-2.3984 5.3008-3.1992 8-1.6992l19.398 10c3.3984 1.6992 4.5 6 2.3984 9.1992z"></path> 
</svg> 
</div> 
</div> 
 <div class="u_1951261415 dmRespCol small-12 large-10 medium-10" id="1951261415"> <div class="u_1690808635 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1690808635" style="transition: opacity 1s ease-in-out;" new-inline-bind-applied="true" data-diy-text=""><p style="letter-spacing: 0.2em;" class="size-14 m-size-11"><span style="display: initial;" class="font-size-14 m-font-size-11"><span class="inline-data-binding" data-encoded-value="KzE5MDQ0NjE5Njk2" data-inline-binding="content_library.global.phone.phone" data-inline-binding-encoded="Y29udGVudF9saWJyYXJ5Lmdsb2JhbC5waG9uZS5waG9uZQ=="><a class="inlineBindingLink" target="_blank" href="tel:904-461-9696">904-461-9696</a></span></span></p></div> 
</div> 
</div> 
</div> 
 <div class="u_1582414018 dmRespRow" id="1582414018"> <div class="dmRespColsWrapper" id="1424587488"> <div class="u_1171190955 dmRespCol small-12 large-2 medium-2" id="1171190955"> <div class="u_1856632300 graphicWidget graphicWidgetV2 graphicWidgetV3" data-element-type="graphic" data-widget-type="graphic" id="1856632300" data-layout="graphic-style-2"> <svg width="100%" height="100%" version="1.1" viewbox="0 0 100 100" xmlns="http://www.w3.org/2000/svg" id="1559416928" class="svg u_1559416928" data-icon-custom="true"> <title id="1187380930">mail icon</title> 
 <g> <path d="m87.922 22.93h-76.266l38.328 33.809z"></path> 
 <path d="m9 25.496v49.387l31.016-22.027z"></path> 
 <path d="m51.219 60.574c-0.34766 0.30859-0.78516 0.46484-1.2227 0.46484s-0.87109-0.15234-1.2188-0.45703l-5.918-5.2227-30.57 21.707h75.328l-30.715-21.559z"></path> 
 <path d="m59.723 52.996 31.277 21.949v-49.824z"></path> 
</g> 
</svg> 
</div> 
</div> 
 <div class="u_1539608574 dmRespCol small-12 large-10 medium-10" id="1539608574"> <div class="u_1860177096 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1860177096" style="transition: opacity 1s ease-in-out;" new-inline-bind-applied="true" data-diy-text=""><p style="letter-spacing: 0.2em;" class="size-14 m-size-11"><span style="display: initial;" class="font-size-14 m-font-size-11"><span class="inline-data-binding" data-encoded-value="YWNjb3VudGluZ0BhMWF2ci5jb20=" data-inline-binding="content_library.global.email.email" data-inline-binding-encoded="Y29udGVudF9saWJyYXJ5Lmdsb2JhbC5lbWFpbC5lbWFpbA=="><a class="inlineBindingLink" target="_blank" href="mailto:[email protected]">[email protected]</a></span></span></p></div> 
</div> 
</div> 
</div> 
</div> 
 <div class="u_1855757911 dmRespCol small-12 medium-4 large-4" id="1855757911"> <span id="1028682068"></span> 
 <div class="u_1239130184 imageWidget align-center" data-widget-type="image" id="1239130184" data-element-type="image" data-binding="W3siYmluZGluZ05hbWUiOiJpbWFnZSIsInZhbHVlIjoic2l0ZV9pbWFnZXMubG9nbyJ9XQ=="> <a href="/" id="1873265105"><img src="https://le-de.cdn-website.com/12fccd507a934848aac8dba7a4c090fb/dms3rep/multi/opt/fulllogo_nobuffer_-_Logan_Bishop-removebg-preview-1920w.png" id="1822694295" class="" data-dm-image-path="https://de.cdn-website.com/12fccd507a934848aac8dba7a4c090fb/dms3rep/multi/fulllogo_nobuffer_-_Logan_Bishop-removebg-preview.png" data-diy-image="" alt="" onerror="handleImageLoadError(this)" height="0.0" width="0.0"/></a> 
</div> 
</div> 
 <div class="dmRespCol small-12 medium-4 large-4" id="1385729768"> <a data-display-type="block" class="u_1863253230 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient flexButton" file="false" href="/contact-us" data-element-type="dButtonLinkId" id="1863253230"> <span class="iconBg" aria-hidden="true" id="1343002896"> <span class="icon hasFontIcon icon-star" id="1561086809"></span> 
</span> 
 <span class="text" id="1646465105">CONTACT US</span> 
</a> 
</div> 
</div> 
</div> 
 <div class="u_1177912422 dmRespRow" id="1177912422"> <div class="dmRespColsWrapper" id="1750291737"> <div class="dmRespCol large-12 medium-12 small-12" id="1138815260"> <nav class="u_1342730713 effect-background main-navigation unifiednav dmLinksMenu" role="navigation" layout-main="horizontal_nav_layout_8" layout-sub="submenu_horizontal_1" data-show-vertical-sub-items="HOVER" id="1342730713" dmle_extension="onelinksmenu" data-element-type="onelinksmenu" data-logo-src="" alt="" data-nav-structure="HORIZONTAL" wr="true" icon="true" surround="true" adwords="" navigation-id="unifiedNav"> <ul role="menubar" class="unifiednav__container  " data-auto="navigation-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/" class="unifiednav__item  dmNavItemSelected  dmUDNavigationItem_00  " target="" data-target-page-alias="" data-auto="selected-page"> <span class="nav-item-text " data-link-text="
         Home
        " data-auto="page-text-style">Home<span class="icon icon-angle-down"></span> 
</span> 
</a> 
</li> 
 <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/properties" class="unifiednav__item  dmUDNavigationItem_010101639940  " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Properties" data-auto="page-text-style">Properties<span class="icon icon-angle-down"></span> 
</span> 
</a> 
</li> 
 <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/about-us" class="unifiednav__item  dmUDNavigationItem_010101933048  " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="About Us" data-auto="page-text-style">About Us<span class="icon icon-angle-down"></span> 
</span> 
</a> 
</li> 
 <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/property-management-services" class="unifiednav__item  dmUDNavigationItem_010101308481  " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Property Management Services" data-auto="page-text-style">Property Management Services<span class="icon icon-angle-down"></span> 
</span> 
</a> 
</li> 
 <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/contact-us" class="unifiednav__item  dmUDNavigationItem_010101294902  " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Contact Us" data-auto="page-text-style">Contact Us<span class="icon icon-angle-down"></span> 
</span> 
</a> 
</li> 
 <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/things-to-do" class="unifiednav__item  dmUDNavigationItem_010101472801  " target="" data-target-page-alias=""> <span class="nav-item-text " data-link-text="Things to Do" data-auto="page-text-style">Things to Do<span class="icon icon-angle-down"></span> 
</span> 
</a> 
</li> 
</ul> 
</nav> 
</div> 
</div> 
</div> 
</div> 
</div> 
</div> 
 <div class="stickyHeaderSpacer" id="stickyHeaderSpacer" data-new="true"></div> 
 <div dmwrapped="true" id="dmFirstContainer" class="dmBody u_dmStyle_template_home dm-home-page" themewaschanged="true" desktop-global-classes="header-over-content" tablet-global-classes="header-over-content"> <div id="allWrapper" class="allWrapper"><!-- navigation placeholders --> <div id="dm_content" class="dmContent" role="main"> <div dm:templateorder="170" class="dmHomeRespTmpl mainBorder dmRespRowsWrapper dmFullRowRespTmpl" id="1716942098"> <div class="u_1525614426 dmRespRow dmSectionParallaxNew" id="1525614426"> <div class="dmRespColsWrapper" id="1689703363"> <div class="dmRespCol small-12 medium-12 large-12" id="1407565058"> <div class="u_1038744843 widget-4d05b6 dmCustomWidget" data-lazy-load="false" data-title="" id="1038744843" dmle_extension="custom_extension" data-element-type="custom_extension" icon="false" surround="false" data-widget-id="4d05b646cff94fcb8f3f623339e51293" data-widget-version="188" data-widget-config="e30="></div> 
</div> 
</div> 
</div> 
 <div class="dmRespRow u_1412946592" id="1412946592"> <div class="dmRespColsWrapper" id="1562814548"> <div class="dmRespCol small-12 large-6 medium-6 u_1641026421" id="1641026421"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1592373185" style="transition: opacity 1s ease-in-out;"><p class="m-size-10 size-12" style="letter-spacing: 0.2em;"><strong class="font-size-12 m-font-size-10" style="display: unset; font-weight: bold; color: rgb(60, 159, 218);">your beachfront escape awaits</strong></p></div> 
 <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1446676364" style="transition: opacity 1s ease-in-out;"> <h1><span style="display: unset;">Discover Fantastic Short-Term Rentals in Saint Augustine, FL</span></h1> 
</div> 
 <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1717549823" style="transition: opacity 1s ease-in-out;"><p><span style="display: unset;">Looking for the perfect place to stay in Saint Augustine? At A1A Vacation Rentals, we offer a wide selection of short-term rentals that provide the ideal escape for a relaxing and memorable vacation. Whether you&rsquo;re here to soak up the rich history, explore beautiful beaches, or enjoy the local charm, we have a variety of properties designed to suit every need and budget. Your dream getaway in Saint Augustine awaits!</span></p></div> 
 <a data-display-type="block" class="u_1341937170 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient flexButton" file="false" href="/about-us" data-element-type="dButtonLinkId" id="1341937170"> <span class="iconBg" aria-hidden="true" id="1594639735"> <span class="icon hasFontIcon icon-star" id="1384833718"></span> 
</span> 
 <span class="text" id="1154484197">ABOUT US</span> 
</a> 
</div> 
 <div class="dmRespCol large-6 medium-6 small-12 u_1926140145" id="1926140145"> <div class="dmRespRow u_1128608506" id="1128608506" mode="1"> <div class="dmRespColsWrapper" id="1704330567"> <div class="u_1478181473 dmRespCol large-9 medium-9 small-12" id="1478181473"> <div class="u_1359837991 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1359837991" style="transition: none; text-align: left; display: block;"><p class="m-size-26 size-32" style="line-height: 1;"><a href="https://a1avr.guestybookings.com/en/properties?minOccupancy=1" target="_blank" runtime_url="https://a1avr.guestybookings.com/en/properties?minOccupancy=1" type="url" class="font-size-32 m-font-size-26" style="color: var(--color_2); font-weight: normal; display: unset;">OUR PROPERTIES</a></p></div> 
 <div class="u_1877715409 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1877715409" style="transition: opacity 1s ease-in-out;"><p><a href="https://a1avr.guestybookings.com/en/properties?minOccupancy=1" target="_blank" runtime_url="https://a1avr.guestybookings.com/en/properties?minOccupancy=1" type="url" style="color: var(--color_2); display: unset;">browse our properties</a></p></div> 
</div> 
 <div class="u_1691321784 dmRespCol empty-column large-3 medium-3 small-12" id="1691321784"></div> 
</div> 
</div> 
 <div class="dmRespRow u_1856534029" id="1856534029"> <div class="dmRespColsWrapper" id="1198677661"> <div class="dmRespCol small-12 medium-12 large-12" id="1206527026"> <div data-element-type="spacer" class="u_1700106428 dmSpacer" id="1700106428"></div> 
</div> 
</div> 
</div> 
</div> 
</div> 
</div> 
 <div class="u_1756084188 dmRespRow" id="1756084188"> <div class="dmRespColsWrapper" id="1973637691"> <div class="dmRespCol large-6 medium-6 small-12 u_1411927838" id="1411927838" data-anim-extended="eyJkZXNrdG9wIjp7InRyaWdnZXIiOiJlbnRyYW5jZSIsImFuaW1hdGlvbiI6ImZhZGVJbiIsInJldmVyc2UiOmZhbHNlfX0=" data-anim-desktop="fadeIn"> <div class="u_1263144369 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1263144369" style="text-align: left; transition: none 0s ease 0s; display: block;" data-ai-tag="Section title"> <h2><span style="display: unset;">Why Saint Augustine, FL, is the Perfect Vacation Destination</span></h2> 
</div> 
 <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1860981724" style="transition: opacity 1s ease-in-out;"><p><span style="display: unset;">Saint Augustine, known as the nation&rsquo;s oldest city, is a truly unique vacation spot offering a blend of history, culture, and coastal beauty. Walk through cobblestone streets lined with historic landmarks, visit the famous Castillo de San Marcos, or simply relax on the nearby sandy beaches. The city&rsquo;s vibrant art scene, delicious cuisine, and charming shops make it the perfect destination for travelers of all kinds. With year-round warm weather, Saint Augustine is a great place for both outdoor adventures and cultural explorations.</span><span style="display: initial;"><br/></span></p></div> 
 <div class="u_1716107144 dmRespRow" id="1716107144"> <div class="dmRespColsWrapper" id="1369396150"> <div class="u_1247559170 dmRespCol small-12 large-2 medium-2" id="1247559170"> <div class="u_1547347433 graphicWidget graphicWidgetV2 graphicWidgetV3" data-element-type="graphic" data-widget-type="graphic" id="1547347433" data-layout="graphic-style-2"> <svg width="100%" height="100%" version="1.1" viewbox="0 0 100 100" xmlns="http://www.w3.org/2000/svg" id="1459619272" class="svg u_1459619272" data-icon-custom="true"> <title id="1427870764">tick icon</title> 
 <path d="m70.984 26.688-4.25 4.25c-9.3633 9.3828-16.578 17.25-25.156 26.031l-8.7188-7.375-4.5938-3.875-7.75 9.1562 4.5938 3.875 13 11 4.2188 3.5625 3.9062-3.9062c10.789-10.812 18.457-19.434 29-30l4.25-4.25z"></path> 
</svg> 
</div> 
</div> 
 <div class="u_1053896521 dmRespCol small-12 large-10 medium-10" id="1053896521"> <div class="u_1182940155 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1182940155" style="transition: opacity 1s ease-in-out;" data-diy-text=""><p style="letter-spacing: 0.2em;"><span style="display: initial;">seamless booking, stress-free stays</span></p></div> 
</div> 
</div> 
</div> 
 <div class="dmRespRow u_1239076727" id="1239076727"> <div class="dmRespColsWrapper" id="1625549443"> <div class="u_1796694781 dmRespCol small-12 large-2 medium-2" id="1796694781"> <div class="u_1795495043 graphicWidget graphicWidgetV2 graphicWidgetV3" data-element-type="graphic" data-widget-type="graphic" id="1795495043" data-layout="graphic-style-2"> <svg width="100%" height="100%" version="1.1" viewbox="0 0 100 100" xmlns="http://www.w3.org/2000/svg" id="1744447978" class="svg u_1744447978" data-icon-custom="true"> <title id="1033519339">tick icon 1</title> 
 <path d="m70.984 26.688-4.25 4.25c-9.3633 9.3828-16.578 17.25-25.156 26.031l-8.7188-7.375-4.5938-3.875-7.75 9.1562 4.5938 3.875 13 11 4.2188 3.5625 3.9062-3.9062c10.789-10.812 18.457-19.434 29-30l4.25-4.25z"></path> 
</svg> 
</div> 
</div> 
 <div class="u_1924206435 dmRespCol small-12 large-10 medium-10" id="1924206435"> <div class="u_1817401004 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1817401004" style="transition: opacity 1s ease-in-out;" data-diy-text=""><p style="letter-spacing: 0.2em;"><span style="display: initial;">clean, comfortable &amp; family-friendly</span></p></div> 
</div> 
</div> 
</div> 
 <div class="dmRespRow u_1623705755" id="1623705755"> <div class="dmRespColsWrapper" id="1757853806"> <div class="u_1279366162 dmRespCol small-12 large-2 medium-2" id="1279366162"> <div class="u_1365756634 graphicWidget graphicWidgetV2 graphicWidgetV3" data-element-type="graphic" data-widget-type="graphic" id="1365756634" data-layout="graphic-style-2"> <svg width="100%" height="100%" version="1.1" viewbox="0 0 100 100" xmlns="http://www.w3.org/2000/svg" id="1042239251" class="svg u_1042239251" data-icon-custom="true"> <title id="1298547138">tick icon 2</title> 
 <path d="m70.984 26.688-4.25 4.25c-9.3633 9.3828-16.578 17.25-25.156 26.031l-8.7188-7.375-4.5938-3.875-7.75 9.1562 4.5938 3.875 13 11 4.2188 3.5625 3.9062-3.9062c10.789-10.812 18.457-19.434 29-30l4.25-4.25z"></path> 
</svg> 
</div> 
</div> 
 <div class="u_1507044334 dmRespCol small-12 large-10 medium-10" id="1507044334"> <div class="u_1547857091 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1547857091" style="transition: opacity 1s ease-in-out;" data-diy-text=""><p style="letter-spacing: 0.2em;"><span style="display: initial;">prime locations &amp; local expertise</span></p></div> 
</div> 
</div> 
</div> 
</div> 
 <div class="dmRespCol small-12 large-6 medium-6" id="1711322254"> <div data-element-type="spacer" class="u_1549148615 dmSpacer" id="1549148615"></div> 
</div> 
</div> 
</div> 
 <div class="dmRespRow u_1367331936 mobile-columns-reversed" id="1367331936" data-page-element-type="section" data-page-element-id="1601578315"> <div class="dmRespColsWrapper" id="1074787170"> <div class="u_1606712468 dmRespCol small-12 large-7 medium-7" id="1606712468"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1841132206" style="transition: opacity 1s ease-in-out;"><p class="size-14 m-size-11" style="letter-spacing: 0.2em;"><strong class="font-size-14 m-font-size-11" style="display: unset; font-weight: bold; color: rgb(60, 159, 218);">who we are</strong></p></div> 
 <div class="u_1109468435 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1109468435" style="text-align: left; transition: none 0s ease 0s; display: block;" data-ai-tag="Section title"> <h2><span style="display: unset;">Experience Comfort and Convenience</span></h2> 
</div> 
 <div class="u_1292081130 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1292081130" data-ai-tag="Paragraph" style="text-align: left; transition: none 0s ease 0s; display: block;"><p><span style="display: unset;">We believe that your vacation home should be as enjoyable as the destination itself. That&rsquo;s why all our short-term rentals are equipped with modern amenities to ensure a relaxing and stress-free stay. Enjoy spacious living areas, fully stocked kitchens, free Wi-Fi, and comfortable bedrooms designed for ultimate relaxation. Whether you&rsquo;re traveling solo, with a partner, or with family and friends, our properties provide the perfect setting for making lasting memories.</span><span style="display: initial;"><br/></span></p></div> 
 <div class="u_1837080390 dmRespRow" id="1837080390" mode="2"> <div class="dmRespColsWrapper" id="1194410192"> <div class="dmRespCol medium-6 large-6 u_1683669406 small-6" id="1683669406"> <div class="u_1534860617 graphicWidget graphicWidgetV2 graphicWidgetV3" data-element-type="graphic" data-widget-type="graphic" id="1534860617"> <svg width="100%" height="100%" version="1.1" viewbox="0 0 100 100" xmlns="http://www.w3.org/2000/svg" id="1325757105" class="svg u_1325757105" data-icon-custom="true"> <title id="1956698490">palm icon</title> 
 <path d="m14.688 76.949c0.36328-4.9727 2.5312-9.4492 5.8555-12.773 0.78906-0.78906 1.6406-1.5117 2.5508-2.1641-0.35938-8.1641 0.57031-15.176 2.7891-21.023 1.2773-3.3633 2.9727-6.3438 5.0898-8.9375-2.082 0.16016-4.1289 0.39844-6.1406 0.70312-4.5781 0.70312-8.9492 1.7773-13.125 3.1797-0.42578 0.14062-0.90625 0.089844-1.3047-0.17578-0.6875-0.45703-0.87109-1.3867-0.41016-2.0742 4.2656-6.3672 8.957-9.9336 14.055-10.699l0.33594-0.046875c-3.5117-1.7031-7.0664-3.1055-10.656-4.2383-0.45312-0.125-0.83594-0.45703-1.0117-0.92969-0.28516-0.77734 0.11328-1.6367 0.89062-1.9219 7.1953-2.6367 13.082-2.7656 17.652-0.38672l0.30469 0.16406c-1.832-3.4297-3.8789-6.6523-6.1133-9.6758-0.30469-0.36719-0.42578-0.875-0.28906-1.3672 0.22656-0.79297 1.0547-1.2578 1.8516-1.0312 7.3711 2.0977 12.207 5.457 14.504 10.07 1.0781 2.168 1.5859 4.5859 1.5156 7.2539 5.6602-6.2383 13.535-6.6172 23.629-1.1406 0.72266 0.39453 0.99219 1.3047 0.59766 2.0273-0.23047 0.42188-0.63672 0.69141-1.0781 0.76172-3.7188 0.59375-7.457 1.4688-11.215 2.6562l0.32812 0.09375c4.9375 1.5 9.0547 5.707 12.348 12.621 0.35547 0.74609 0.039063 1.6445-0.70703 2-0.46484 0.22266-0.98438 0.18359-1.3945-0.058593-3.2891-1.668-6.7305-3.125-10.344-4.3438 3.1367 4.0586 3.9883 9.9492 2.5508 17.668-0.14844 0.8125-0.92969 1.3477-1.7383 1.2031-0.47656-0.085937-0.85937-0.39062-1.0664-0.79297-2.0156-3.9492-4.3867-7.7773-7.1523-11.461-2.5-3.3281-5.332-6.5586-8.5352-9.6797-2.1641 2.5078-3.9023 6.2773-5.1211 10.566-1.3867 4.8672-2.0977 10.363-2.0078 15.441 0.875-0.11719 1.7656-0.17578 2.6719-0.17578 5.5625 0 10.602 2.2578 14.25 5.9062 3.3242 3.3203 5.4961 7.8008 5.8555 12.777h40.098c0.82812 0 1.5 0.67188 1.5 1.5 0 0.82813-0.67188 1.5-1.5 1.5h-90.004c-0.82812 0-1.5-0.67187-1.5-1.5 0-0.82812 0.67188-1.5 1.5-1.5h9.6914zm-10.164 15.16c-0.78125-0.26172-1.207-1.1094-0.94531-1.8945 0.26172-0.78125 1.1094-1.207 1.8945-0.94531 1.5195 0.50781 2.9141 1.168 4.3047 1.8242 2.5508 1.2031 5.1094 2.4102 8.0781 2.4102 2.1055 0 3.9102-0.98438 5.7148-1.9688 2.1484-1.1719 4.3008-2.3438 7.1445-2.3438s4.9961 1.1719 7.1445 2.3438c1.8047 0.98438 3.6094 1.9688 5.7148 1.9688s3.9102-0.98438 5.7148-1.9688c2.1484-1.1719 4.2969-2.3438 7.1445-2.3438 2.8438 0 4.9961 1.1719 7.1445 2.3438 1.8047 0.98438 3.6094 1.9688 5.7148 1.9688s3.9102-0.98438 5.7148-1.9688c2.1445-1.1719 4.2969-2.3438 7.1406-2.3438s4.9961 1.1719 7.1445 2.3438c1.8047 0.98438 3.6094 1.9688 5.7148 1.9688 0.82813 0 1.5 0.67188 1.5 1.5s-0.67187 1.5-1.5 1.5c-2.8438 0-4.9961-1.1719-7.1445-2.3438-1.8047-0.98438-3.6094-1.9688-5.7148-1.9688-2.1055 0-3.9102 0.98438-5.7148 1.9688-2.1484 1.1719-4.3008 2.3438-7.1445 2.3438s-4.9961-1.1719-7.1445-2.3438c-1.8047-0.98438-3.6094-1.9688-5.7148-1.9688-2.1055 0-3.9102 0.98438-5.7148 1.9688-2.1484 1.1719-4.3008 2.3438-7.1445 2.3438s-4.9961-1.1719-7.1445-2.3438c-1.8047-0.98438-3.6094-1.9688-5.7148-1.9688-2.1055 0-3.9102 0.98438-5.7148 1.9688-2.1484 1.1719-4.3008 2.3438-7.1445 2.3438-3.6289 0-6.4922-1.3516-9.3555-2.7031-1.3164-0.62109-2.6406-1.2461-3.9766-1.6914zm0-6.6562c-0.78125-0.26172-1.207-1.1094-0.94531-1.8945 0.26172-0.78125 1.1094-1.207 1.8945-0.94531 1.5195 0.50781 2.9141 1.168 4.3047 1.8242 2.5508 1.2031 5.1094 2.4102 8.0781 2.4102 2.1055 0 3.9102-0.98438 5.7148-1.9688 2.1484-1.1719 4.3008-2.3438 7.1445-2.3438s4.9961 1.1719 7.1445 2.3438c1.8047 0.98438 3.6094 1.9688 5.7148 1.9688s3.9102-0.98438 5.7148-1.9688c2.1484-1.1719 4.2969-2.3438 7.1445-2.3438 2.8438 0 4.9961 1.1719 7.1445 2.3438 1.8047 0.98438 3.6094 1.9688 5.7148 1.9688s3.9102-0.98438 5.7148-1.9688c2.1445-1.1719 4.2969-2.3438 7.1406-2.3438s4.9961 1.1719 7.1445 2.3438c1.8047 0.98438 3.6094 1.9688 5.7148 1.9688 0.82813 0 1.5 0.67188 1.5 1.5s-0.67187 1.5-1.5 1.5c-2.8438 0-4.9961-1.1719-7.1445-2.3438-1.8047-0.98438-3.6094-1.9688-5.7148-1.9688-2.1055 0-3.9102 0.98438-5.7148 1.9688-2.1484 1.1719-4.3008 2.3438-7.1445 2.3438s-4.9961-1.1719-7.1445-2.3438c-1.8047-0.98438-3.6094-1.9688-5.7148-1.9688-2.1055 0-3.9102 0.98438-5.7148 1.9688-2.1484 1.1719-4.3008 2.3438-7.1445 2.3438s-4.9961-1.1719-7.1445-2.3438c-1.8047-0.98438-3.6094-1.9688-5.7148-1.9688-2.1055 0-3.9102 0.98438-5.7148 1.9688-2.1484 1.1719-4.3008 2.3438-7.1445 2.3438-3.6289 0-6.4922-1.3516-9.3555-2.7031-1.3164-0.62109-2.6406-1.2461-3.9766-1.6914zm38.031-58.68c0.82812-0.38281 1.6406-0.71484 2.4453-0.99219 2.3711-1.0625 4.7383-1.9961 7.1016-2.8047 2.9922-1.0234 5.9922-1.8633 8.9961-2.5195-8.1562-3.0898-14.336-0.98047-18.543 6.3203zm3.6211 1.7617c-0.65625 0.29297-1.3086 0.59766-1.9648 0.91016 0.96875 0.19141 1.8867 0.42188 2.7578 0.69531 2.3984 0.51953 4.7266 1.1289 6.9922 1.8242 3.0391 0.93359 5.9609 2.0234 8.7773 3.2539-2.4336-3.7734-5.207-6.1328-8.3125-7.0742-2.4766-0.75391-5.2305-0.62109-8.25 0.39453zm-0.71875 4.3398c-0.63672-0.12891-1.2773-0.25391-1.9258-0.37109 2.4258 2.5352 4.6328 5.1406 6.6445 7.8203 1.9062 2.5391 3.6289 5.1328 5.1758 7.7734 0.39063-8.0352-2.9102-13.113-9.8945-15.223zm-7.2305-9.9141c0.39453 0.78516 0.75781 1.6211 1.0938 2.5117 1.1016-4.1328 0.93359-7.6367-0.49219-10.508-1.4492-2.9102-4.2383-5.2539-8.3594-7.0234 1.6836 2.5703 3.2461 5.2734 4.6719 8.1172 1.1133 2.2148 2.1406 4.5156 3.0859 6.9062zm-1.957 3.2617c-0.24219-0.66797-0.49219-1.3281-0.75-1.9805-1.4531-2.8711-3.3359-4.9062-5.6523-6.1133-2.8828-1.5-6.5156-1.7578-10.891-0.76562 2.875 1.0898 5.7227 2.3555 8.5469 3.8125 2.2188 1.1484 4.4219 2.4102 6.6055 3.7969 0.70703 0.37109 1.4219 0.78516 2.1406 1.25zm-2.0078 2.4102c-0.54297-0.36328-1.0859-0.71875-1.6328-1.0703-2.8555-1.4609-5.5742-1.9961-8.1523-1.6094-3.2148 0.48047-6.3008 2.4102-9.2578 5.7891 2.9727-0.8125 6.0273-1.4688 9.1641-1.9492 3.0977-0.47656 6.2969-0.78125 9.5938-0.91016l0.28125-0.24609zm1.6797 3.1836-0.71875 0.015625c-2.8398 2.793-5.0195 6.1992-6.5391 10.211-1.9258 5.0859-2.8125 11.164-2.6523 18.227 0.99609-0.48047 2.0391-0.88281 3.1172-1.1992-0.16016-5.5312 0.58594-11.566 2.1016-16.887 1.1367-3.9844 2.7188-7.6055 4.6914-10.363zm15.953 45.129c-0.35547-4.1484-2.1836-7.875-4.9648-10.656-3.1016-3.1055-7.3945-5.0273-12.137-5.0273-4.7383 0-9.0312 1.9219-12.133 5.0273-2.7812 2.7734-4.6094 6.5039-4.9648 10.656z"></path> 
</svg> 
</div> 
 <div class="u_1479387886 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1479387886" style="transition: none; text-align: left; display: block;" data-diy-text=""><p style="letter-spacing: 0.2em;"><span style="display: initial;">Beachfront &amp; intracoastal stays</span></p></div> 
</div> 
 <div class="dmRespCol medium-6 large-6 u_1964225507 small-6" id="1964225507"> <div class="u_1423375307 graphicWidget graphicWidgetV2 graphicWidgetV3" data-element-type="graphic" data-widget-type="graphic" id="1423375307"> <svg width="100%" height="100%" version="1.1" viewbox="0 0 100 100" xmlns="http://www.w3.org/2000/svg" id="1434914832" class="svg u_1434914832" data-icon-custom="true"> <title id="1021068671">beach house icon</title> 
 <g> <path d="m28.32 47.902h7.6875c0.81641 0 1.4766-0.66016 1.4766-1.4766v-7.6992c0-0.81641-0.66016-1.4766-1.4766-1.4766h-7.6875c-0.8125 0.003906-1.4648 0.66406-1.4648 1.4766v7.6758c-0.007813 0.39453 0.14453 0.77344 0.41797 1.0547 0.27734 0.28125 0.65234 0.44141 1.0469 0.44531zm1.4766-7.6875h4.7344v4.7344h-4.7344z"></path> 
 <path d="m41.602 47.902h7.6758c0.81641 0 1.4766-0.66016 1.4766-1.4766v-7.6992c0-0.81641-0.66016-1.4766-1.4766-1.4766h-7.6758c-0.81641 0-1.4766 0.66016-1.4766 1.4766v7.6758c-0.007812 0.39844 0.14453 0.77734 0.42188 1.0586 0.27734 0.28516 0.66016 0.44141 1.0547 0.44141zm1.4648-7.6875h4.7344v4.7344h-4.7344z"></path> 
 <path d="m98.398 36.02c-1.3477-1.6094-3.3828-2.4805-5.4766-2.3438-0.49219 0.03125-0.98047 0.085938-1.4688 0.16797-0.28906-2.1406-1.8984-3.8711-4.0117-4.3164-0.79688-0.15625-1.5703 0.36328-1.7266 1.1602s0.36719 1.5703 1.1641 1.7266c0.62891 0.13281 1.1641 0.54688 1.4531 1.125-1.3359-0.40234-2.7539-0.42969-4.1055-0.078124-2.4727 0.63672-4.5742 2.2695-5.8047 4.5078-0.39453 0.71484-0.13672 1.6133 0.57422 2.0078 0.34375 0.1875 0.74609 0.23438 1.1211 0.125 0.375-0.11328 0.6875-0.36719 0.875-0.71094 0.83984-1.5352 2.2695-2.6562 3.957-3.1094 0.27344-0.078125 0.55078-0.125 0.83594-0.13672-2.2305 1.4336-3.8711 3.625-4.625 6.168-0.54297 2.0195-0.39062 4.1641 0.42969 6.0859 0.22656 0.54687 0.76172 0.90234 1.3516 0.90234 0.19922-0.003906 0.39453-0.046875 0.57422-0.125 0.36328-0.14844 0.64844-0.4375 0.79688-0.80078 0.14453-0.35938 0.14062-0.76562-0.015625-1.125-0.5625-1.3242-0.66797-2.7969-0.29297-4.1836 0.70703-2.1289 2.2109-3.9062 4.1914-4.9609-0.84375 7.9688-2.9219 33.012 2.7188 44.16h-7.5312v-31.137c0-0.39062-0.15625-0.76562-0.43359-1.043-0.27734-0.27344-0.65234-0.42578-1.043-0.42578h-10.023v-16.391h2.4336c0.67578-0.007812 1.2617-0.47266 1.4219-1.1289 0.17188-0.64844-0.12109-1.332-0.71094-1.6562l-28.273-15.523c-0.44531-0.23828-0.97656-0.23828-1.4219 0l-28.273 15.547c-0.60156 0.31641-0.90625 1.0039-0.73828 1.6602 0.16797 0.66016 0.76953 1.1133 1.4492 1.1016h2.4336v13.844c-0.19141-0.39062-0.4375-0.75-0.73438-1.0703-0.84375-1.3438-2.293-2.1836-3.875-2.2539-1.1953 0.027344-2.3516 0.42188-3.3164 1.125-0.035156-0.89844 0.28906-1.7734 0.90234-2.4336 0.89062-0.6875 2.5039 0 2.5234 0 0.74219 0.32812 1.6094-0.003907 1.9414-0.74609 0.32812-0.73828-0.003906-1.6055-0.74609-1.9375-1.7656-0.83594-3.8359-0.71484-5.4883 0.32812-0.52734 0.41016-0.95703 0.92969-1.2617 1.5195-0.90625-1.1719-2.1094-2.082-3.4844-2.625-0.76562-0.28516-1.6172 0.10938-1.9023 0.875-0.28125 0.76562 0.10938 1.6133 0.875 1.8984 0.96484 0.375 1.7852 1.043 2.3555 1.9062-0.49219-0.17969-1-0.30469-1.5195-0.375-1.7969-0.32031-3.6367 0.23828-4.9492 1.5-0.95703 1.0039-1.9727 2.9531-1.375 6.5391 0.17187 0.76562 0.91016 1.2578 1.6797 1.1289 0.77344-0.125 1.3125-0.83594 1.2266-1.6133-0.31641-1.8594-0.10156-3.2812 0.59766-4.0117 0.66797-0.57422 1.5625-0.80859 2.4258-0.64453 0.51172 0.070313 1.0078 0.24219 1.4531 0.50781-0.98438 0.23828-1.8828 0.75-2.5938 1.4766-1.9297 2.0195-2.1875 5.4805-0.77734 10.316 0.18359 0.625 0.75781 1.0547 1.4102 1.0586 0.13672 0.015625 0.27734 0.015625 0.41797 0 0.77734-0.22656 1.2266-1.043 1-1.8242-1.0586-3.6289-1.0391-6.2812 0.066407-7.4414h0.003906c0.82031-0.69531 1.9062-0.98828 2.9648-0.80078 1.3633 2.3555 6.6406 13.258 1.2734 32.809h-7.0586c-0.81641 0-1.4766 0.66016-1.4766 1.4766 0 0.8125 0.66016 1.4766 1.4766 1.4766h92.648c0.81641 0 1.4805-0.66406 1.4805-1.4766 0-0.81641-0.66406-1.4766-1.4805-1.4766h-2.5234c-6.1094-8.8828-4.1133-34.793-3.2461-43.406 0.83594 0.98438 1.4492 2.1367 1.793 3.3828 0.53125 1.9492 0.11328 4.0391-1.1289 5.6367-0.48828 0.64844-0.36328 1.5703 0.28125 2.0625 0.65234 0.48438 1.5664 0.35938 2.0625-0.28125 1.7656-2.3164 2.3594-5.3164 1.6016-8.1289-0.49609-1.793-1.4102-3.4414-2.6602-4.8125 1.1562-0.085938 2.2852 0.38672 3.0312 1.2734 0.76953 0.94531 1.0703 2.1875 0.82422 3.3828-0.17188 0.78516 0.32031 1.5664 1.1055 1.75s1.5703-0.29297 1.7695-1.0742c0.50391-2.1367-0.011719-4.3867-1.3984-6.0898zm-68.691 16.574v5.9766l-1.7461-0.003906v-5.9727zm4.7109 0v5.9766l-1.7461-0.003906v-5.9727zm4.7227 0v5.9766l-1.7461-0.003906v-5.9727zm4.7109 0v5.9766l-1.7422-0.003906v-5.9727zm4.7227 0v5.9766l-1.7422-0.003906v-5.9727zm4.7344 0v5.9766l-1.7656-0.003906v-5.9727zm10.148-2.9414h-7.1758v-9.4375h7.2461zm0 2.9414v5.9766l-7.1758-0.003906v-5.9727zm8.4102 18.465h8.5742v1.6562l-8.5586 0.003906zm0-2.9414 0.003906-1.6562h8.5703v1.6562zm0 7.543h8.5742v1.6562h-8.5586zm8.5742-12.133h-8.5586v-2.0156h8.5586zm-11.512-4.9609h-2.5156v-5.9727h2.5156zm-43.969 0h-1.8164v-5.9727h1.8594zm6.7656 2.9414v20.758h-6.1016v-20.754zm2.9531 0 25.129 0.003907v20.754h-25.062zm28.016 0h6.168v20.758h-6.1016zm9.1211 18.762h8.625v1.9961h-8.5586zm8.625-27.676v5.9766l-8.5586-0.003906v-5.9727zm-34.398-34.656 22.547 12.402h-45.098zm22.887 15.332v16.383h-2.5156v-10.926c0-0.81641-0.66016-1.4766-1.4766-1.4766h-10.148 0.003907c-0.78906 0.035156-1.4102 0.6875-1.4102 1.4766v10.902h-30.238v-16.359zm-56.133 15.016c0.71875-0.79688 1.6836-1.332 2.7383-1.5195 0.21484 0 0.84375 0 1.6133 1.1289l0.16797 0.20312s1.1289 1.1953 0.30469 3.8789v-0.003906c-0.22656 0.77734 0.21484 1.5938 0.99219 1.8281 0.14062 0.019531 0.28516 0.019531 0.42969 0 0.44141-0.015625 0.85547-0.22656 1.125-0.57812v6.7656c0 0.39062 0.15234 0.76562 0.42578 1.043 0.27734 0.27734 0.64844 0.43359 1.0391 0.43359h1.0156v20.801h-8.25c5.1602-19.469 0.25781-30.664-1.6016-33.98z"></path> 
</g> 
</svg> 
</div> 
 <div class="u_1906588802 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1906588802" style="transition: opacity 1s ease-in-out;" data-diy-text=""><p style="letter-spacing: 0.2em;"><span style="display: initial;">Close to attractions &amp; dining</span></p></div> 
</div> 
</div> 
</div> 
 <div class="u_1437420422 dmRespRow" id="1437420422" mode="2"> <div class="dmRespColsWrapper" id="1714337377"> <div class="dmRespCol medium-6 large-6 u_1969042433 small-6" id="1969042433"> <div class="u_1817917446 graphicWidget graphicWidgetV2 graphicWidgetV3" data-element-type="graphic" data-widget-type="graphic" id="1817917446"> <svg width="100%" height="100%" version="1.1" viewbox="0 0 100 100" xmlns="http://www.w3.org/2000/svg" id="1553561227" class="svg u_1553561227" data-icon-custom="true"> <title id="1594402928">rosette icon</title> 
 <path d="m50 71.016c-0.42969 0-0.83594-0.19531-1.1016-0.53516l-5.5586-7.0742-8.3516 3.3516c-0.39844 0.16016-0.84766 0.12891-1.2227-0.085937-0.37109-0.21484-0.625-0.58984-0.6875-1.0156l-1.2656-8.9102-8.9141-1.2695c-0.42188-0.058593-0.79688-0.3125-1.0117-0.68359-0.21484-0.375-0.24609-0.82422-0.085938-1.2227l3.3516-8.3516-7.0742-5.5586h-0.003906c-0.33594-0.26562-0.53125-0.67188-0.53125-1.1016 0-0.42969 0.19531-0.83594 0.53125-1.0977l7.0781-5.5625-3.3516-8.3516c-0.16016-0.39844-0.12891-0.85156 0.085938-1.2227 0.21484-0.37109 0.58594-0.625 1.0117-0.6875l8.9102-1.2656 1.2656-8.9102h0.003906c0.058594-0.42578 0.3125-0.80078 0.68359-1.0156 0.375-0.21484 0.82422-0.24609 1.2227-0.085937l8.3516 3.3516 5.5625-7.0742c0.26562-0.33984 0.67187-0.53516 1.1016-0.53516s0.83594 0.19531 1.1016 0.53516l5.5586 7.0742 8.3516-3.3516c0.39844-0.16016 0.84766-0.12891 1.2227 0.085937 0.37109 0.21484 0.625 0.58984 0.68359 1.0156l1.2656 8.9102 8.918 1.2695c0.42188 0.058594 0.79688 0.3125 1.0117 0.68359 0.21484 0.375 0.24609 0.82422 0.085938 1.2227l-3.3516 8.3516 7.0742 5.5586v0.003907c0.33984 0.26562 0.53516 0.67187 0.53516 1.0977 0 0.42969-0.19531 0.83594-0.53516 1.1016l-7.0742 5.5586 3.3516 8.3516c0.16016 0.39844 0.12891 0.84766-0.085938 1.2227-0.21484 0.37109-0.58984 0.625-1.0117 0.68359l-8.9102 1.2656-1.2695 8.9141c-0.0625 0.42578-0.31641 0.79688-0.6875 1.0117-0.375 0.21484-0.82422 0.24609-1.2227 0.085937l-8.3516-3.3477-5.5586 7.0742c-0.26562 0.33984-0.67187 0.53516-1.1016 0.53516zm-6.207-10.699c0.42969 0 0.83203 0.19922 1.0977 0.53516l5.1055 6.5 5.1055-6.5h0.003907c0.38281-0.48828 1.0469-0.66406 1.6211-0.43359l7.6719 3.0742 1.1641-8.1836c0.089844-0.61719 0.57422-1.1016 1.1914-1.1875l8.1836-1.1641-3.0781-7.6719c-0.23047-0.57422-0.054687-1.2344 0.43359-1.6211l6.5-5.1055-6.5-5.1055c-0.48828-0.38672-0.66406-1.0469-0.43359-1.625l3.0781-7.6719-8.1875-1.1562c-0.61719-0.085938-1.1016-0.57422-1.1875-1.1914l-1.1641-8.1875-7.668 3.0781c-0.57812 0.23047-1.2383 0.054687-1.625-0.43359l-5.1055-6.5-5.1055 6.5c-0.38672 0.48828-1.0469 0.66406-1.625 0.43359l-7.668-3.0781-1.1641 8.1836v0.003906c-0.085938 0.61719-0.57031 1.1016-1.1875 1.1914l-8.1875 1.1602 3.0781 7.668c0.23438 0.57812 0.054687 1.2383-0.43359 1.625l-6.5 5.1055 6.5 5.1055c0.48828 0.38672 0.66797 1.0469 0.43359 1.6211l-3.0781 7.6719 8.1836 1.1641h0.003906c0.61719 0.085937 1.1016 0.57031 1.1875 1.1875l1.1641 8.1836 7.6719-3.0781h-0.003907c0.16797-0.0625 0.34375-0.097656 0.52344-0.097656z"></path> 
 <path d="m50 57.266c-10.316 0-18.707-8.3906-18.707-18.707s8.3906-18.707 18.707-18.707 18.707 8.3906 18.707 18.707c0 10.312-8.3906 18.707-18.707 18.707zm0-34.613c-8.7695 0-15.906 7.1367-15.906 15.906 0 8.7695 7.1367 15.906 15.906 15.906s15.906-7.1367 15.906-15.906c0-8.7734-7.1367-15.906-15.906-15.906z"></path> 
 <path d="m56.359 49.746c-0.22656 0-0.44922-0.054688-0.64844-0.16016l-5.7109-3-5.7109 3c-0.46875 0.24609-1.043 0.20703-1.4727-0.10938-0.42969-0.3125-0.64453-0.84375-0.55469-1.3672l1.0898-6.3555-4.6172-4.5h-0.003906c-0.37891-0.375-0.51562-0.92969-0.35156-1.4375 0.16406-0.50391 0.60156-0.875 1.1289-0.95312l6.3828-0.92969 2.8555-5.7812c0.23438-0.47656 0.72266-0.77734 1.2539-0.77734s1.0195 0.30078 1.2539 0.77734l2.8555 5.7812 6.3828 0.92969c0.52734 0.078125 0.96484 0.44922 1.1289 0.95312 0.16406 0.50781 0.027344 1.0625-0.35156 1.4375l-4.6172 4.5 1.0898 6.3555h-0.003907c0.070313 0.40625-0.042969 0.82422-0.30859 1.1406-0.26563 0.3125-0.65625 0.49609-1.0703 0.49609zm-6.3594-6.1445c0.22656 0 0.44922 0.054688 0.65234 0.16016l3.8477 2.0234-0.73438-4.2852c-0.078125-0.45312 0.070313-0.91797 0.39844-1.2383l3.1133-3.0352-4.3008-0.625h0.003907c-0.45703-0.066406-0.85156-0.35547-1.0547-0.76562l-1.9258-3.8984-1.9258 3.8984c-0.20312 0.41016-0.59766 0.69922-1.0547 0.76562l-4.3008 0.625 3.1133 3.0352h0.003907c0.32812 0.32031 0.47656 0.78516 0.39844 1.2383l-0.73438 4.2852 3.8516-2.0234c0.19922-0.10547 0.42188-0.16016 0.64844-0.16016z"></path> 
 <path d="m56.117 63.23c-0.64063 0.003906-1.2031-0.42969-1.3633-1.0508-0.16016-0.62109 0.12109-1.2734 0.6875-1.5781l0.15625-0.085937v-0.003906c0.32812-0.18359 0.71484-0.23438 1.0742-0.13281 0.36328 0.10156 0.66797 0.34375 0.84766 0.67188 0.18359 0.32812 0.22266 0.71484 0.11719 1.0742s-0.35156 0.66406-0.68359 0.83984l-0.15625 0.089844-0.003906-0.003907c-0.20703 0.11719-0.4375 0.17969-0.67578 0.17969z"></path> 
 <path d="m65.121 93.898c-0.50781 0-0.97656-0.27734-1.2227-0.71875l-13.699-24.703c-0.375-0.67578-0.12891-1.5273 0.54688-1.9023 0.67578-0.375 1.5273-0.13281 1.9023 0.54297l11.734 21.168 0.77344-4.7773c0.070312-0.42578 0.32812-0.79297 0.70312-1.0039 0.375-0.20703 0.82812-0.23047 1.2227-0.066406l4.4609 1.8789-10.891-19.645c-0.33984-0.67188-0.089844-1.4961 0.57031-1.8594s1.4883-0.14453 1.8789 0.5l12.852 23.188c0.28906 0.52344 0.21484 1.168-0.18359 1.6133-0.39844 0.44531-1.0352 0.58594-1.582 0.35547l-6.5508-2.7578-1.1367 7.0117c-0.09375 0.58984-0.55469 1.0547-1.1406 1.1562-0.078125 0.015625-0.16016 0.019532-0.23828 0.019532z"></path> 
 <path d="m34.879 93.898c-0.078125 0-0.16016-0.003907-0.24219-0.019532-0.58594-0.10547-1.043-0.56641-1.1367-1.1562l-1.1367-7.0117-6.5508 2.7539c-0.54688 0.23047-1.1797 0.085937-1.5781-0.35547s-0.47266-1.0859-0.1875-1.6094l12.836-23.16c0.36719-0.67969 1.2148-0.93359 1.8984-0.56641 0.67969 0.36719 0.93359 1.2188 0.56641 1.8984l-10.891 19.645 4.4609-1.8789c0.39453-0.16406 0.84766-0.14062 1.2227 0.066406 0.375 0.21094 0.63281 0.57812 0.70312 1.0039l0.77344 4.7773 11.73-21.168c0.375-0.67578 1.2266-0.92188 1.9062-0.54688 0.67578 0.375 0.92188 1.2305 0.54688 1.9062l-13.699 24.703c-0.24609 0.44141-0.71484 0.71875-1.2227 0.71875z"></path> 
 <path d="m43.883 63.23c-0.23828 0-0.47266-0.0625-0.68359-0.17578l-0.15625-0.089844c-0.32812-0.17969-0.57422-0.48047-0.67969-0.83984s-0.058593-0.74609 0.12109-1.0742c0.18359-0.32812 0.48828-0.56641 0.85156-0.66797 0.35937-0.097656 0.74609-0.050781 1.0703 0.13672l0.13281 0.074219c0.56641 0.30078 0.85547 0.94922 0.70313 1.5742-0.15625 0.625-0.71484 1.0625-1.3594 1.0625z"></path> 
</svg> 
</div> 
 <div class="u_1241856092 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1241856092" style="transition: opacity 1s ease-in-out;" data-diy-text=""><p style="letter-spacing: 0.2em;"><span style="display: initial;">Loyal guests, year after year</span></p></div> 
</div> 
 <div class="dmRespCol medium-6 large-6 u_1240203601 small-6" id="1240203601"> <div class="u_1342919561 graphicWidget graphicWidgetV2 graphicWidgetV3" data-element-type="graphic" data-widget-type="graphic" id="1342919561"> <svg width="100%" height="100%" version="1.1" viewbox="0 0 100 100" xmlns="http://www.w3.org/2000/svg" id="1145500609" class="svg u_1145500609" data-icon-custom="true"> <title id="1419248273">cogs icon 4</title> 
 <g> <path d="m93.266 27.387c-0.035156-1.0195-0.45312-1.9805-1.1758-2.7031-0.77344-0.77344-1.8516-1.2031-2.9648-1.1758-3.9258 0.12891-7.0195 3.4297-6.9023 7.3594l0.21484 6.5625-1.1094 4.4844c-1.3438-0.007812-2.6875 0.49609-3.7109 1.5195l-7.2969 7.3047-2.5273 0.4375c-1.6328 0.27734-3.1797 1.0742-4.3516 2.25l-5.0273 5.0273c-1.4805 1.4805-2.3242 3.4453-2.3711 5.5352l-0.1875 8.332c-2.3438 0.77734-4.0547 2.9727-4.082 5.5742l-0.11719 10.91c-0.015625 1.582 0.58594 3.0781 1.6992 4.2188 1.1133 1.1367 2.5977 1.7734 4.1797 1.7891l18.102 0.1875h0.066406c1.5586 0 3.0312-0.60156 4.1523-1.6992 1.1367-1.1133 1.7734-2.5977 1.7891-4.1797l0.11719-10.906c0.015625-1.582-0.58594-3.082-1.6992-4.2188-0.62891-0.64453-1.3789-1.1172-2.1953-1.4219l0.035156-0.25391c0.27734-1.8555 1.1211-3.5312 2.4453-4.8555l8.4922-8.4922c2.168-2.168 3.5391-5.0352 3.8555-8.0664l0.90234-8.5469c0.0625-0.30859 0.097656-0.63281 0.10156-0.96484l0.003906-0.023437v-0.039063c0-0.054687 0.007813-0.10938 0.007813-0.16406zm-14.504 50.793l-0.11719 10.906c-0.007812 0.78125-0.32422 1.5156-0.88672 2.0664-0.56641 0.55469-1.3398 0.84766-2.0898 0.84766l-18.098-0.19141c-0.78125-0.007813-1.5156-0.32422-2.0664-0.88672-0.55078-0.5625-0.85156-1.3047-0.84375-2.0859l0.11719-10.91c0.015625-1.6133 1.3359-2.9102 2.9414-2.9102h0.03125l18.098 0.19531c0.78125 0.007812 1.5156 0.32422 2.0664 0.88672 0.55469 0.55859 0.85547 1.3008 0.84766 2.082zm7.9531-21.324l-8.4922 8.4922c-1.7812 1.7812-2.918 4.0391-3.2891 6.5391l-0.046875 0.30859-16.023-0.17187 0.17969-7.9727c0.03125-1.3125 0.5625-2.5508 1.4922-3.4844l5.0273-5.0273c0.73438-0.73437 1.707-1.2383 2.7383-1.4141l3-0.51953c0.10547-0.019531 0.20703-0.046875 0.30469-0.085938 0.007812-0.003906 0.011719-0.007812 0.019531-0.011719 0.17969-0.074218 0.33984-0.18359 0.47656-0.31641 0.003907-0.003906 0.003907-0.003906 0.007813-0.003906l7.6328-7.6406c0.85937-0.85938 2.2578-0.85938 3.1133 0 0.85938 0.85938 0.85938 2.2578 0 3.1172l-8.7695 8.7695c-0.58594 0.58594-0.58594 1.5352 0 2.1211 0.29297 0.30078 0.67578 0.44531 1.0586 0.44531 0.38281 0 0.76953-0.14453 1.0625-0.4375l8.7695-8.7695c2.0273-2.0273 2.0273-5.3281 0-7.3594-0.24219-0.24219-0.50391-0.44922-0.77734-0.63281l1.1992-4.8516c0.003906-0.015625 0.003906-0.03125 0.007812-0.050781 0.011719-0.050782 0.015625-0.10156 0.023438-0.15234 0.003906-0.050782 0.011718-0.10156 0.011718-0.15625 0-0.015625 0.003906-0.03125 0.003906-0.050782l-0.21875-6.7695c-0.070312-2.2773 1.7266-4.1914 3.9844-4.2695 0.30859-0.007812 0.5625 0.10156 0.76172 0.30078 0.12891 0.12891 0.28906 0.35547 0.30078 0.68359l0.4375 13.672-0.10156 0.96094c-0.003906 0.035156-0.011719 0.070312-0.011719 0.10547l-0.88281 8.3672c-0.25 2.3555-1.3164 4.5781-3 6.2656z"></path> 
 <path d="m77.738 79.555c0 3.4219-5.1328 3.4219-5.1328 0 0-3.4219 5.1328-3.4219 5.1328 0"></path> 
 <path d="m44.145 72.312l-0.1875-8.332c-0.046875-2.0898-0.89062-4.0547-2.3711-5.5352l-5.0273-5.0273c-1.1719-1.1719-2.7188-1.9727-4.3477-2.2461l-2.5312-0.4375-7.3008-7.3047c-1.0234-1.0195-2.3672-1.5234-3.7109-1.5195l-1.1094-4.4883 0.21484-6.5664c0.11719-3.9258-2.9766-7.2266-6.918-7.3594-1.1016-0.023438-2.1758 0.40234-2.9492 1.1758-0.72266 0.72266-1.1406 1.6836-1.1758 2.7109l-0.44141 13.793c0 0.058594 0.007813 0.11719 0.007813 0.17578v0.015626 0.011718c0.003906 0.33594 0.039063 0.66406 0.10547 0.98047l0.90234 8.543c0.31641 3.0352 1.6875 5.8984 3.8555 8.0664l8.4922 8.4922c1.3203 1.3242 2.168 3 2.4414 4.8516l0.039062 0.25781c-0.81641 0.30078-1.5664 0.77734-2.1953 1.4219-1.1133 1.1367-1.7148 2.6367-1.6992 4.2188l0.11719 10.906c0.015625 1.582 0.65234 3.0664 1.7891 4.1797 1.1211 1.0977 2.5938 1.6992 4.1523 1.6992h0.066406l18.098-0.19141c1.582-0.015626 3.0664-0.65234 4.1797-1.7891s1.7188-2.6367 1.6992-4.2188l-0.11719-10.91c-0.027344-2.6016-1.7344-4.7969-4.0781-5.5742zm-22.367-6.9688l-8.4922-8.4922c-1.6836-1.6836-2.7461-3.9062-2.9922-6.2617l-0.88281-8.3672c0-0.035156-0.007812-0.070312-0.011718-0.10547l-0.10156-0.96094 0.4375-13.668c0.011719-0.33203 0.16797-0.55859 0.30078-0.6875 0.19922-0.19922 0.46484-0.30078 0.74219-0.30078 2.2734 0.074219 4.0703 1.9883 4 4.2656l-0.21875 6.7695c0 0.015625 0.003906 0.03125 0.003906 0.050782 0 0.050781 0.003906 0.10156 0.011719 0.15625 0.003906 0.050781 0.011719 0.10547 0.023437 0.15234 0.003906 0.015625 0.003906 0.03125 0.007813 0.050781l1.1992 4.8516c-0.27344 0.18359-0.53516 0.39453-0.77734 0.63672-2.0273 2.0273-2.0273 5.3281 0 7.3594l8.7695 8.7695c0.28906 0.29297 0.67578 0.4375 1.0586 0.4375 0.38281 0 0.76953-0.14453 1.0625-0.4375 0.58594-0.58594 0.58594-1.5352 0-2.1211l-8.7695-8.7695c-0.85938-0.85938-0.85938-2.2578 0-3.1172 0.85937-0.85938 2.2578-0.85938 3.1133 0l7.6367 7.6406c0.003906 0.003907 0.003906 0.003907 0.007812 0.003907 0.13672 0.13281 0.29688 0.24219 0.47656 0.31641 0.007813 0.003906 0.011719 0.007813 0.019532 0.007813 0.097656 0.039062 0.19531 0.070312 0.30469 0.085937l3.0039 0.51953c1.0273 0.17578 1.9961 0.67578 2.7344 1.4102l5.0273 5.0273c0.93359 0.93359 1.4648 2.168 1.4922 3.4805l0.17969 7.9727-16.023 0.17188-0.046875-0.31641c-0.37891-2.4922-1.5195-4.75-3.2969-6.5312zm22.719 25.574c-0.55078 0.5625-1.2852 0.87891-2.0664 0.88672l-18.098 0.19531c-0.79297 0-1.5234-0.29297-2.0859-0.84375s-0.87891-1.2852-0.88672-2.0664l-0.12109-10.91c-0.007812-0.78125 0.28906-1.5234 0.84375-2.0859 0.55078-0.5625 1.2852-0.87891 2.0664-0.88672l18.098-0.19531h0.03125c1.6094 0 2.9258 1.3008 2.9414 2.9102l0.11719 10.91c0.011718 0.78125-0.28516 1.5234-0.83984 2.0859z"></path> 
 <path d="m27.395 79.555c0 3.4219-5.1328 3.4219-5.1328 0 0-3.4219 5.1328-3.4219 5.1328 0"></path> 
 <path d="m29.82 33.477h2.8203c0.35938 1.2227 0.84375 2.3945 1.4492 3.5039l-1.9961 1.9961c-1.2305 1.2305-1.2305 3.2344 0 4.4648l2.8008 2.8008c0.61719 0.61719 1.4258 0.92578 2.2344 0.92578s1.6172-0.30859 2.2344-0.92578l1.9961-1.9961c1.1094 0.60547 2.2812 1.0898 3.5039 1.4492v2.8203c0 1.7422 1.418 3.1602 3.1602 3.1602h3.9492c1.7422 0 3.1602-1.418 3.1602-3.1602v-2.8203c1.2227-0.35937 2.3945-0.84375 3.5039-1.4492l1.9961 1.9961c0.61719 0.61719 1.4258 0.92578 2.2344 0.92578 0.80859 0 1.6172-0.30859 2.2344-0.92578l2.8008-2.8008c1.2305-1.2305 1.2305-3.2344 0-4.4648l-1.9961-1.9961c0.60547-1.1094 1.0898-2.2812 1.4492-3.5039h2.8203c1.7422 0 3.1602-1.418 3.1602-3.1602v-3.9492c0-1.7422-1.418-3.1602-3.1602-3.1602h-2.8203c-0.35938-1.2227-0.84375-2.3945-1.4492-3.5039l1.9961-1.9961c1.2305-1.2305 1.2305-3.2344 0-4.4648l-2.8008-2.8008c-1.1914-1.1914-3.2773-1.1914-4.4688 0l-1.9961 1.9961c-1.1094-0.60547-2.2812-1.0938-3.5039-1.4492l0.003907-2.8281c0-1.7422-1.418-3.1602-3.1602-3.1602h-3.9492c-1.7422 0-3.1602 1.418-3.1602 3.1602v2.8164c-1.2227 0.35938-2.3945 0.84375-3.5039 1.4492l-1.9961-1.9961c-1.1914-1.1914-3.2773-1.1914-4.4688 0l-2.8008 2.8008c-1.2305 1.2305-1.2305 3.2344 0 4.4648l1.9961 1.9961c-0.60547 1.1094-1.0898 2.2812-1.4492 3.5039h-2.8203c-1.7422 0-3.1602 1.418-3.1602 3.1602v3.9492c-0.003906 1.7539 1.4141 3.1719 3.1562 3.1719zm-0.16016-7.1133c0-0.09375 0.070313-0.16016 0.16016-0.16016h3.9648 0.003906c0.003907 0 0.007813-0.003906 0.007813-0.003906 0.15625 0 0.30078-0.03125 0.44141-0.074219 0.023438-0.007812 0.050781-0.011719 0.074219-0.023438 0.13672-0.050781 0.26172-0.12109 0.37891-0.21094 0.019532-0.015625 0.039063-0.03125 0.058594-0.050781 0.11328-0.09375 0.21484-0.20312 0.29688-0.32812 0.007813-0.011719 0.015625-0.027344 0.023437-0.042969 0.078126-0.13281 0.14063-0.27734 0.17969-0.43359 0-0.003906 0.003906-0.007812 0.007812-0.015625 0.37891-1.7109 1.043-3.3125 1.9727-4.7656 0.046875-0.074218 0.082031-0.14844 0.11328-0.22656 0.003906-0.011719 0.011719-0.019532 0.015625-0.027344 0.070313-0.17188 0.10156-0.35156 0.10547-0.53125 0-0.011719 0.003906-0.023438 0.003906-0.03125 0-0.18359-0.039062-0.35938-0.10156-0.52734-0.003907-0.011718-0.007813-0.023437-0.011719-0.035156-0.074219-0.17578-0.17969-0.33984-0.31641-0.47656-0.003906-0.003907-0.003906-0.007813-0.007812-0.007813l-0.011719-0.011719-0.003906-0.003906-2.793-2.793c-0.058594-0.058593-0.058594-0.16406 0-0.22656l2.8008-2.8008c0.054687-0.050782 0.17187-0.050782 0.22266 0l2.8125 2.8125c0.007812 0.007812 0.011718 0.007812 0.019531 0.011718 0.12891 0.125 0.27344 0.21875 0.43359 0.28906 0.035156 0.015625 0.070312 0.027343 0.10938 0.042969 0.16016 0.058593 0.32812 0.097656 0.49609 0.097656h0.003906c0.16797 0 0.33594-0.039063 0.5-0.097656 0.046875-0.015626 0.09375-0.039063 0.13672-0.0625 0.054688-0.027344 0.11328-0.042969 0.16797-0.074219 1.4531-0.93359 3.0586-1.5977 4.7656-1.9727 0.035156-0.007812 0.066406-0.023437 0.10156-0.035156 0.058593-0.015625 0.11719-0.03125 0.17188-0.054687 0.042968-0.019531 0.082031-0.046875 0.125-0.066407 0.042968-0.023437 0.089844-0.046874 0.12891-0.074218 0.042969-0.027344 0.078125-0.0625 0.11719-0.097656 0.035156-0.03125 0.074218-0.058594 0.10547-0.089844 0.03125-0.035156 0.0625-0.074219 0.089844-0.10938 0.03125-0.039063 0.0625-0.074219 0.089844-0.11328 0.023437-0.039063 0.042968-0.078126 0.066406-0.12109 0.023438-0.042969 0.050781-0.085938 0.070312-0.13281 0.019532-0.046875 0.03125-0.097656 0.046876-0.14844 0.011718-0.042969 0.027343-0.085938 0.035156-0.12891 0.011718-0.0625 0.015625-0.13281 0.019531-0.19531 0.003906-0.03125 0.007813-0.058594 0.007813-0.089844v-0.019531-0.007812-3.957c-0.003907-0.089844 0.066406-0.16016 0.15625-0.16016h3.9492c0.09375 0 0.16016 0.070312 0.16016 0.16016v3.9453 0.007812 0.019531c0 0.03125 0.007813 0.058594 0.007813 0.089844 0.003906 0.066406 0.007813 0.13281 0.019531 0.19531 0.007813 0.046875 0.023438 0.085937 0.035156 0.12891 0.015626 0.050781 0.027344 0.10156 0.046876 0.14844 0.019531 0.046876 0.046874 0.089844 0.070312 0.13281 0.023438 0.039063 0.039062 0.082031 0.066406 0.12109 0.027344 0.039062 0.058594 0.078125 0.089844 0.11328s0.058594 0.074219 0.089844 0.10938c0.03125 0.03125 0.070312 0.0625 0.10547 0.089844 0.039063 0.03125 0.074219 0.066406 0.11719 0.097656 0.039062 0.027344 0.085938 0.050781 0.12891 0.074219 0.039063 0.023437 0.082032 0.046875 0.125 0.066406 0.054688 0.023438 0.11328 0.039062 0.17188 0.054688 0.035157 0.011718 0.066407 0.027343 0.10156 0.035156 1.707 0.37891 3.3125 1.0391 4.7656 1.9727 0.054687 0.035156 0.11328 0.050781 0.16797 0.074219 0.046874 0.023437 0.089843 0.046875 0.13672 0.0625 0.16406 0.058593 0.33203 0.097656 0.5 0.097656h0.003906c0.17188 0 0.33594-0.039063 0.49609-0.097656 0.035156-0.011719 0.070313-0.027344 0.10938-0.042969 0.15625-0.070312 0.30469-0.16406 0.43359-0.28906 0.007813-0.007813 0.011719-0.007813 0.019531-0.011719l2.8125-2.8125c0.054688-0.050781 0.17188-0.050781 0.22266 0l2.8008 2.8008c0.058594 0.058594 0.058594 0.16406 0 0.22266l-2.7969 2.7969-0.003907 0.003907-0.011718 0.011718c-0.003906 0.003906-0.003906 0.007813-0.007813 0.007813-0.13672 0.14062-0.24609 0.30078-0.31641 0.47656-0.003906 0.011719-0.007813 0.023438-0.011719 0.035157-0.066406 0.16797-0.10156 0.34766-0.10156 0.52734 0 0.011719 0.003906 0.023438 0.003906 0.03125 0.003906 0.17969 0.035156 0.35938 0.10547 0.53125 0.003906 0.011719 0.011719 0.019531 0.015625 0.027344 0.03125 0.078125 0.066406 0.15234 0.11328 0.22656 0.92969 1.4531 1.5938 3.0586 1.9727 4.7656 0 0.003907 0.003907 0.007813 0.007813 0.015626 0.035156 0.15625 0.097656 0.30078 0.17969 0.43359 0.007813 0.015625 0.015625 0.027344 0.023438 0.042969 0.082031 0.125 0.17969 0.23047 0.29297 0.32812 0.019531 0.015625 0.039062 0.035156 0.0625 0.050781 0.11328 0.085938 0.23828 0.15625 0.375 0.20703 0.023437 0.007812 0.050781 0.015624 0.074218 0.023437 0.14062 0.046875 0.28516 0.074219 0.44141 0.074219 0.003907 0 0.007813 0.003906 0.007813 0.003906h0.003906 3.9648c0.09375 0 0.16016 0.070312 0.16016 0.16016v3.9492c0 0.09375-0.070312 0.16016-0.16016 0.16016h-3.9453-0.003906-0.019531c-0.03125 0-0.0625 0.007813-0.09375 0.011719-0.066406 0.003906-0.12891 0.007812-0.19141 0.019531-0.050781 0.007813-0.09375 0.027344-0.14062 0.039063-0.046875 0.015625-0.09375 0.023437-0.13672 0.042968-0.054687 0.023438-0.10156 0.050782-0.15234 0.078126-0.035156 0.019531-0.070312 0.035156-0.10156 0.054687-0.050781 0.03125-0.09375 0.070313-0.13672 0.10547-0.027344 0.023437-0.0625 0.046875-0.089844 0.074218-0.039062 0.039063-0.074218 0.085938-0.11328 0.12891-0.023437 0.03125-0.054687 0.058593-0.074219 0.089843-0.035156 0.050782-0.0625 0.10156-0.089844 0.15625-0.015624 0.03125-0.039062 0.0625-0.054687 0.097657-0.027344 0.0625-0.046875 0.13281-0.066406 0.19922-0.007813 0.027343-0.019531 0.050781-0.023438 0.074218-0.37891 1.7109-1.043 3.3125-1.9727 4.7656-0.046875 0.074219-0.082031 0.14844-0.11328 0.22656-0.003906 0.011718-0.011719 0.019531-0.015625 0.027344-0.070313 0.17187-0.10156 0.35156-0.10547 0.53125 0 0.011718-0.003906 0.023437-0.003906 0.03125 0 0.18359 0.039062 0.35937 0.10156 0.52734 0.003906 0.011719 0.007813 0.023438 0.011719 0.035157 0.074219 0.17578 0.17969 0.33984 0.31641 0.47656 0.003907 0.003906 0.003907 0.007812 0.007813 0.007812l0.011718 0.011719 0.003907 0.003907 2.7969 2.7969c0.058594 0.058594 0.058594 0.16406 0 0.22266l-2.8008 2.8008c-0.0625 0.058594-0.16406 0.058594-0.22266 0l-2.793-2.793c-0.003907-0.003906-0.003907-0.003906-0.007813-0.007812l-0.007813-0.007813c-0.003906-0.003906-0.007812-0.003906-0.007812-0.003906-0.14062-0.13672-0.30469-0.24609-0.48047-0.31641-0.011719-0.003906-0.023437-0.007813-0.035156-0.011719-0.16797-0.066406-0.34766-0.10156-0.52734-0.10156-0.011719 0-0.023437 0.003907-0.039062 0.003907-0.17969 0.003906-0.35547 0.035156-0.52734 0.10156-0.011719 0.003907-0.019531 0.011719-0.03125 0.015625-0.074219 0.03125-0.15234 0.066406-0.22656 0.11328-1.4531 0.92969-3.0586 1.5938-4.7656 1.9727-0.027344 0.007812-0.050782 0.019531-0.078126 0.027344-0.066406 0.019531-0.13672 0.039062-0.19922 0.066406-0.039063 0.015625-0.070313 0.039062-0.10938 0.058594-0.050781 0.027343-0.10156 0.050781-0.14453 0.082031-0.039063 0.027343-0.070313 0.058593-0.10547 0.089843-0.039063 0.03125-0.078125 0.0625-0.11328 0.097657-0.03125 0.03125-0.058594 0.070312-0.085938 0.10547-0.03125 0.039062-0.066406 0.078124-0.09375 0.12109-0.023438 0.035157-0.042969 0.078125-0.0625 0.11719-0.023438 0.046875-0.050781 0.089843-0.070312 0.14062-0.019532 0.046875-0.027344 0.09375-0.042969 0.14062s-0.03125 0.089843-0.039063 0.13672c-0.011718 0.058593-0.015625 0.12109-0.019531 0.17969-0.003906 0.035156-0.011719 0.070313-0.011719 0.10547v3.9688c0 0.09375-0.070312 0.16016-0.16016 0.16016h-3.9492c-0.09375 0-0.16016-0.070312-0.16016-0.16016v-3.9688c0-0.035156-0.007813-0.070313-0.011719-0.10547-0.003906-0.0625-0.007812-0.12109-0.019531-0.17969-0.007813-0.046876-0.027344-0.09375-0.039063-0.13672-0.015624-0.046875-0.023437-0.09375-0.042968-0.14062-0.019532-0.050782-0.046875-0.09375-0.070313-0.14062-0.019531-0.039063-0.039062-0.078125-0.0625-0.11719-0.027343-0.042969-0.0625-0.078125-0.09375-0.12109-0.027343-0.035157-0.054687-0.074219-0.085937-0.10547-0.035156-0.035157-0.074219-0.066407-0.11328-0.097657-0.035156-0.03125-0.070312-0.0625-0.10547-0.089843-0.046875-0.03125-0.097656-0.054688-0.14453-0.082031-0.035156-0.019532-0.070312-0.042969-0.10937-0.058594-0.0625-0.027344-0.13281-0.046875-0.19922-0.066406-0.027344-0.007813-0.050781-0.019532-0.078125-0.027344-1.707-0.37891-3.3125-1.043-4.7656-1.9727-0.074219-0.046876-0.15234-0.082032-0.22656-0.11719-0.007812-0.003906-0.015625-0.007812-0.023437-0.011719-0.17578-0.070312-0.35938-0.10156-0.53906-0.10547-0.007812 0-0.015625-0.003906-0.023437-0.003906-0.18359 0-0.36719 0.039063-0.53906 0.10547-0.007812 0.003906-0.015625 0.003906-0.023437 0.007813-0.17969 0.074218-0.34375 0.17969-0.48438 0.32031-0.003906 0.003906-0.003906 0.003906-0.007813 0.003906l-0.007812 0.007813c-0.003907 0.003906-0.007813 0.007812-0.011719 0.011719l-2.793 2.793c-0.058593 0.058594-0.16406 0.058594-0.22266 0l-2.8008-2.8008c-0.058594-0.058594-0.058594-0.16406 0-0.22266l2.7969-2.7969 0.003906-0.003906 0.011719-0.011719c0.003906-0.003907 0.003906-0.007813 0.007812-0.007813 0.13672-0.14062 0.24609-0.30078 0.31641-0.47656 0.003907-0.011719 0.007813-0.023438 0.011719-0.035156 0.066407-0.16797 0.10156-0.34766 0.10156-0.52734 0-0.011719-0.003906-0.023438-0.003906-0.03125-0.003907-0.17969-0.035157-0.35938-0.10547-0.53125-0.003907-0.011719-0.011719-0.019532-0.015625-0.027344-0.03125-0.078125-0.066406-0.15234-0.11328-0.22656-0.92969-1.4531-1.5938-3.0586-1.9727-4.7656-0.007812-0.027343-0.019531-0.054687-0.027344-0.082031-0.019531-0.066406-0.035156-0.13281-0.0625-0.19141-0.019531-0.042969-0.042968-0.082031-0.066406-0.12109-0.023437-0.042969-0.046875-0.089843-0.074218-0.13281-0.027344-0.042969-0.066407-0.078125-0.097657-0.11719-0.027343-0.035156-0.054687-0.070312-0.089843-0.10156-0.035157-0.035157-0.074219-0.0625-0.11719-0.09375-0.035156-0.027344-0.070312-0.058594-0.10938-0.085938-0.039063-0.027343-0.085937-0.046875-0.12891-0.070312-0.042969-0.023438-0.082031-0.046875-0.125-0.0625-0.050781-0.019531-0.10547-0.035157-0.16016-0.050781-0.039062-0.011719-0.078124-0.027344-0.11719-0.035157-0.066406-0.011719-0.13281-0.015625-0.19922-0.019531-0.03125-0.003906-0.058594-0.007812-0.089844-0.007812h-0.019531-0.003906-3.9453c-0.09375 0-0.16016-0.070313-0.16016-0.16016z"></path> 
 <path d="m50 36.648c4.582 0 8.3086-3.7266 8.3086-8.3086 0-4.582-3.7266-8.3086-8.3086-8.3086s-8.3086 3.7266-8.3086 8.3086c0 4.582 3.7266 8.3086 8.3086 8.3086zm0-13.617c2.9258 0 5.3086 2.3828 5.3086 5.3086 0 2.9258-2.3828 5.3086-5.3086 5.3086s-5.3086-2.3828-5.3086-5.3086c0-2.9297 2.3828-5.3086 5.3086-5.3086z"></path> 
</g> 
</svg> 
</div> 
 <div class="u_1216895577 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1216895577" style="transition: opacity 1s ease-in-out;" data-diy-text=""><p class="size-16 m-size-15" style="letter-spacing: 0.2em;"><span class="font-size-16 m-font-size-15" style="display: initial;" m-font-size-set="true">Community Association management</span></p></div> 
</div> 
</div> 
</div> 
</div> 
 <div class="u_1723052403 dmRespCol small-12 large-5 medium-5" id="1723052403"> <div data-element-type="spacer" class="u_1179772144 dmSpacer hide-for-small" id="1179772144"></div> 
 <div class="dmRespRow u_1338464537" id="1338464537" data-anim-extended="eyJkZXNrdG9wIjp7InRyaWdnZXIiOiJlbnRyYW5jZSIsImFuaW1hdGlvbiI6InNsaWRlSW5Db21ibyIsImR1cmF0aW9uIjowLjUsImRlbGF5IjowLCJpbnRlbnNpdHkiOjAuNCwiZGlyIjoicmlnaHQifX0=" data-anim-desktop="slideInCombo"> <div class="dmRespColsWrapper" id="1646829864"> <div class="u_1033032461 dmRespCol small-12 large-9 medium-9" id="1033032461"> <div class="u_1910386667 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1910386667" style="transition: none; text-align: left; display: block;"><p class="m-size-26 size-32" style="line-height: 1;"><span class="m-font-size-26 font-size-32" style="display: unset; color: var(--color_2); font-weight: normal;">ABOUT US</span></p></div> 
 <div class="u_1738562888 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1738562888" style="transition: opacity 1s ease-in-out;"><p><span style="color: var(--color_2); display: unset;">learn more what we do</span></p></div> 
</div> 
 <div class="u_1665268925 dmRespCol small-12 large-3 medium-3" id="1665268925"> <div class="u_1906205815 graphicWidget graphicWidgetV2 graphicWidgetV3" data-element-type="graphic" data-widget-type="graphic" id="1906205815"> <a href="/about-us" id="1304613201" file="false"> <svg width="100%" height="100%" version="1.1" viewbox="0 0 100 100" xmlns="http://www.w3.org/2000/svg" id="1433815996" class="svg u_1433815996" data-icon-custom="true"> <path d="m50 2.5c-26.34 0-47.5 21.16-47.5 47.5s21.16 47.5 47.5 47.5 47.5-21.16 47.5-47.5-21.16-47.5-47.5-47.5zm26.77 50.52-14.68 14.68c-0.85938 0.87109-2.1602 1.3008-3.0195 1.3008-1.3008 0-2.1602-0.42969-3.0195-1.3008-1.7305-1.7188-1.7305-4.3086 0-6.0391l7.3398-7.3398h-40.59c-2.6016 0-4.3203-1.7305-4.3203-4.3203s1.7188-4.3203 4.3203-4.3203h40.59l-7.3398-7.3398c-1.7305-1.7305-1.7305-4.3203 0-6.0391 1.7188-1.7305 4.3086-1.7305 6.0391 0l14.68 14.68c0.87109 0.85938 1.3008 1.7188 1.3008 3.0195s-0.42969 2.1602-1.3008 3.0195z"></path> 
</svg> 
</a> 
</div> 
</div> 
</div> 
</div> 
</div> 
</div> 
</div> 
 <div class="u_1290093125 dmRespRow" id="1290093125" data-page-element-type="section" data-page-element-id="1184584071"> <div class="dmRespColsWrapper" id="1632989872"> <div class="dmRespCol large-12 medium-12 small-12 u_1800775765" id="1800775765"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1966556743" style="transition: opacity 1s ease-in-out;"><p class="text-align-center m-size-10 size-12" style="letter-spacing: 0.2em;"><strong class="font-size-12 m-font-size-10" style="display: unset; font-weight: bold; color: var(--color_2);">our reviews</strong></p></div> 
 <div class="u_1857774608 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1857774608" data-ai-tag="Section title"> <h2 class="text-align-center"><span style="color: var(--color_2); display: unset;">What our guests say</span></h2> 
</div> 
</div> 
</div> 
</div> 
 <div class="u_1770909371 dmRespRow" id="1770909371" data-page-element-type="section" data-page-element-id="1184584071"> <div class="dmRespColsWrapper" id="1670852296"> <div class="u_1694407587 dmRespCol small-12 large-4 medium-4" id="1694407587"> <div class="u_1344641649 dmRespRow" id="1344641649" mode="2"> <div class="dmRespColsWrapper" id="1949160182"> <div class="u_1129286833 dmRespCol small-9 large-8 medium-8" id="1129286833"> <div class="u_1256166071 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1256166071" data-ai-tag="Testimonial 1 name" background-image":""}"="" style="text-align: left; display: block; transition: none 0s ease 0s;"><p><strong style="display: unset; font-weight: bold;">John P.</strong></p></div> 
 <div class="u_1492899249 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1492899249" data-ai-tag="Testimonial 1: days/months/years ago" background-image":""}"="" style="text-align: left; display: block; transition: none;"><p class="m-size-13 size-16" style="line-height: 1;"><span class="m-font-size-13 font-size-16" style="display: unset;">6 months ago</span></p></div> 
</div> 
 <div class="u_1880574091 dmRespCol small-3 large-4 medium-4" id="1880574091"> <div class="u_1189575137 default dmShape" font-size-0="" id="1189575137" dmle_extension="shape" data-element-type="shape" text-position="center_center" wr="true" version="2" icon="true" surround="true" adwords="" shape-text="" shape-description="" shape-image="https://de.cdn-website.com/12fccd507a934848aac8dba7a4c090fb/dms3rep/multi/pexels-photo-837140-6fe64ddb.jpeg" alt-text="A man wearing sunglasses and a tan coat is standing on a street" tooltip="" shape-type="circle" shape-color="black" border-color-shape="" overlay-color="#ffffff" image-position="xMidYMid" shape-keep-proportion="false" shape-layout="layout1" border-width-shape="0" overlay-opacity="50" link-attrs="e30="> <a data-link-id="shape-link-container" id="1116958235"> <svg width="100%" height="100%" viewbox="0.00 0.00 100 100" preserveaspectratio="none" id="1134410279"> <g> <clippath id="shape-1189575137"> <path d="M 50, 50 m -50, 0 a 50,50 0 1,0 100,0 a 50,50 0 1,0 -100,0"></path> 
</clippath> 
 <image clip-path="url(#shape-1189575137)" width="100%" height="100%" xlink:href="https://le-de.cdn-website.com/12fccd507a934848aac8dba7a4c090fb/dms3rep/multi/opt/pexels-photo-837140-6fe64ddb-1920w.jpeg" alt="A man wearing sunglasses and a tan coat is standing on a street" preserveaspectratio="xMidYMid slice"></image> 
<!-- In order to add stroke on image, need to create new shape without fill just with stroke --></g> 
</svg> 
</a> 
</div> 
</div> 
</div> 
</div> 
 <div class="u_1001025922 graphicWidget graphicWidgetV2 graphicWidgetV3" data-element-type="graphic" data-widget-type="graphic" id="1001025922"> <svg id="1052834920" data-name="Слой 1" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 117.25 20" class="svg u_1052834920" data-icon-custom="true" data-icon-name="stars.svg"> <title id="1522207445">5 star icon 3</title> 
 <defs> <style>.cls-1-1670365560-1670365560 {
        fill: #00000;
        stroke-width: 0px;
      }</style> 
</defs> 
 <path class="cls-1-1670365560-1670365560" d="M9.58,1.26c.34-.82,1.51-.82,1.86,0l2.03,4.82c.14.34.47.58.85.61l5.27.42c.89.07,1.25,1.17.57,1.75l-4.01,3.4c-.29.24-.41.62-.32.99l1.23,5.08c.21.86-.74,1.54-1.5,1.08l-4.51-2.72c-.32-.19-.73-.19-1.05,0l-4.51,2.72c-.76.46-1.71-.22-1.5-1.08l1.23-5.08c.09-.36-.04-.74-.32-.99L.86,8.85c-.68-.58-.32-1.68.57-1.75l5.27-.42c.38-.03.7-.26.85-.61l2.03-4.82Z"></path> 
 <path class="cls-1-1670365560-1670365560" d="M33.58,1.26c.34-.82,1.51-.82,1.86,0l2.03,4.82c.15.34.47.58.85.61l5.27.42c.89.07,1.25,1.17.57,1.75l-4.01,3.4c-.29.24-.41.62-.32.99l1.23,5.08c.21.86-.74,1.54-1.5,1.08l-4.51-2.72c-.32-.19-.73-.19-1.05,0l-4.51,2.72c-.76.46-1.71-.22-1.5-1.08l1.23-5.08c.09-.36-.04-.74-.32-.99l-4.01-3.4c-.68-.58-.32-1.68.57-1.75l5.27-.42c.38-.03.7-.26.85-.61l2.03-4.82Z"></path> 
 <path class="cls-1-1670365560-1670365560" d="M57.58,1.26c.34-.82,1.51-.82,1.86,0l2.03,4.82c.15.34.47.58.85.61l5.27.42c.89.07,1.25,1.17.57,1.75l-4.01,3.4c-.29.24-.41.62-.32.99l1.23,5.08c.21.86-.74,1.54-1.5,1.08l-4.51-2.72c-.32-.19-.73-.19-1.05,0l-4.51,2.72c-.76.46-1.71-.22-1.5-1.08l1.23-5.08c.09-.36-.04-.74-.32-.99l-4.01-3.4c-.68-.58-.32-1.68.57-1.75l5.27-.42c.38-.03.7-.26.85-.61l2.03-4.82Z"></path> 
 <path class="cls-1-1670365560-1670365560" d="M81.58,1.26c.34-.82,1.51-.82,1.86,0l2.03,4.82c.14.34.47.58.85.61l5.27.42c.89.07,1.25,1.17.57,1.75l-4.01,3.4c-.29.24-.41.62-.32.99l1.23,5.08c.21.86-.74,1.54-1.5,1.08l-4.51-2.72c-.32-.19-.73-.19-1.05,0l-4.51,2.72c-.76.46-1.71-.22-1.5-1.08l1.23-5.08c.09-.36-.04-.74-.32-.99l-4.01-3.4c-.68-.58-.32-1.68.57-1.75l5.27-.42c.38-.03.7-.26.85-.61l2.03-4.82Z"></path> 
 <path class="cls-1-1670365560-1670365560" d="M105.58,1.26c.34-.82,1.51-.82,1.86,0l2.03,4.82c.14.34.47.58.85.61l5.27.42c.89.07,1.25,1.17.57,1.75l-4.01,3.4c-.29.24-.41.62-.32.99l1.23,5.08c.21.86-.74,1.54-1.5,1.08l-4.51-2.72c-.32-.19-.73-.19-1.05,0l-4.51,2.72c-.76.46-1.71-.22-1.5-1.08l1.23-5.08c.09-.36-.04-.74-.32-.99l-4.01-3.4c-.68-.58-.32-1.68.57-1.75l5.27-.42c.38-.03.7-.26.85-.61l2.03-4.82Z"></path> 
</svg> 
</div> 
 <div class="u_1649670576 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1649670576" data-ai-tag="Testimonial 1 long quote" style="transition: none 0s ease 0s; text-align: left; display: block;"><p class="m-size-12 text-align-left size-15" style="line-height: 1.5;"><span class="m-font-size-12 font-size-15" style="color: var(--color_1); display: unset; font-style: italic;">&quot;Our stay was absolutely perfect! Waking up to ocean views and having direct beach access made our trip unforgettable. The home was spotless, and the service was top-notch.&quot;</span></p></div> 
</div> 
 <div class="u_1609012649 dmRespCol small-12 large-4 medium-4" id="1609012649"> <div class="u_1261427233 dmRespRow" id="1261427233" mode="2"> <div class="dmRespColsWrapper" id="1525028469"> <div class="u_1651535527 dmRespCol small-9 large-8 medium-8" id="1651535527"> <div class="u_1940163239 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1940163239" data-ai-tag="Testimonial 2 name" background-image":""}"="" style="text-align: left; display: block; transition: none 0s ease 0s;"><p><strong style="display: unset; font-weight: bold;">Veronica A.</strong></p></div> 
 <div class="u_1015028282 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1015028282" data-ai-tag="Testimonial 2: days/months/years ago" background-image":""}"="" style="text-align: left; display: block; transition: none 0s ease 0s;"><p class="m-size-13 size-16"><span class="m-font-size-13 font-size-16" style="display: unset;">3 months ago</span></p></div> 
</div> 
 <div class="u_1766119552 dmRespCol small-3 large-4 medium-4" id="1766119552"> <div class="u_1003758216 default dmShape" font-size-0="" id="1003758216" dmle_extension="shape" data-element-type="shape" text-position="center_center" wr="true" version="2" icon="true" surround="true" adwords="" shape-text="" shape-description="" shape-image="https://de.cdn-website.com/12fccd507a934848aac8dba7a4c090fb/dms3rep/multi/pexels-photo-712513-fbea7f57.jpeg" alt-text="A woman wearing a scarf is holding a cup of coffee" tooltip="" shape-type="circle" shape-color="black" border-color-shape="" overlay-color="#ffffff" image-position="xMidYMid" shape-keep-proportion="false" shape-layout="layout1" border-width-shape="0" overlay-opacity="50" link-attrs="e30="> <a data-link-id="shape-link-container" id="1997712081"> <svg width="100%" height="100%" viewbox="0.00 0.00 100 100" preserveaspectratio="none" id="1623570033"> <g> <clippath id="shape-1003758216"> <path d="M 50, 50 m -50, 0 a 50,50 0 1,0 100,0 a 50,50 0 1,0 -100,0"></path> 
</clippath> 
 <image clip-path="url(#shape-1003758216)" width="100%" height="100%" xlink:href="https://le-de.cdn-website.com/12fccd507a934848aac8dba7a4c090fb/dms3rep/multi/opt/pexels-photo-712513-fbea7f57-1920w.jpeg" alt="A woman wearing a scarf is holding a cup of coffee" preserveaspectratio="xMidYMid slice"></image> 
<!-- In order to add stroke on image, need to create new shape without fill just with stroke --></g> 
</svg> 
</a> 
</div> 
</div> 
</div> 
</div> 
 <div class="u_1831659290 graphicWidget graphicWidgetV2 graphicWidgetV3" data-element-type="graphic" data-widget-type="graphic" id="1831659290"> <svg id="1256944353" data-name="Слой 1" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 117.25 20" class="svg u_1256944353" data-icon-custom="true" data-icon-name="stars.svg"> <title id="1694512084">5 star icon 2</title> 
 <defs> <style>.cls-1-1670365560-1670365560 {
        fill: #00000;
        stroke-width: 0px;
      }</style> 
</defs> 
 <path class="cls-1-1670365560-1670365560" d="M9.58,1.26c.34-.82,1.51-.82,1.86,0l2.03,4.82c.14.34.47.58.85.61l5.27.42c.89.07,1.25,1.17.57,1.75l-4.01,3.4c-.29.24-.41.62-.32.99l1.23,5.08c.21.86-.74,1.54-1.5,1.08l-4.51-2.72c-.32-.19-.73-.19-1.05,0l-4.51,2.72c-.76.46-1.71-.22-1.5-1.08l1.23-5.08c.09-.36-.04-.74-.32-.99L.86,8.85c-.68-.58-.32-1.68.57-1.75l5.27-.42c.38-.03.7-.26.85-.61l2.03-4.82Z"></path> 
 <path class="cls-1-1670365560-1670365560" d="M33.58,1.26c.34-.82,1.51-.82,1.86,0l2.03,4.82c.15.34.47.58.85.61l5.27.42c.89.07,1.25,1.17.57,1.75l-4.01,3.4c-.29.24-.41.62-.32.99l1.23,5.08c.21.86-.74,1.54-1.5,1.08l-4.51-2.72c-.32-.19-.73-.19-1.05,0l-4.51,2.72c-.76.46-1.71-.22-1.5-1.08l1.23-5.08c.09-.36-.04-.74-.32-.99l-4.01-3.4c-.68-.58-.32-1.68.57-1.75l5.27-.42c.38-.03.7-.26.85-.61l2.03-4.82Z"></path> 
 <path class="cls-1-1670365560-1670365560" d="M57.58,1.26c.34-.82,1.51-.82,1.86,0l2.03,4.82c.15.34.47.58.85.61l5.27.42c.89.07,1.25,1.17.57,1.75l-4.01,3.4c-.29.24-.41.62-.32.99l1.23,5.08c.21.86-.74,1.54-1.5,1.08l-4.51-2.72c-.32-.19-.73-.19-1.05,0l-4.51,2.72c-.76.46-1.71-.22-1.5-1.08l1.23-5.08c.09-.36-.04-.74-.32-.99l-4.01-3.4c-.68-.58-.32-1.68.57-1.75l5.27-.42c.38-.03.7-.26.85-.61l2.03-4.82Z"></path> 
 <path class="cls-1-1670365560-1670365560" d="M81.58,1.26c.34-.82,1.51-.82,1.86,0l2.03,4.82c.14.34.47.58.85.61l5.27.42c.89.07,1.25,1.17.57,1.75l-4.01,3.4c-.29.24-.41.62-.32.99l1.23,5.08c.21.86-.74,1.54-1.5,1.08l-4.51-2.72c-.32-.19-.73-.19-1.05,0l-4.51,2.72c-.76.46-1.71-.22-1.5-1.08l1.23-5.08c.09-.36-.04-.74-.32-.99l-4.01-3.4c-.68-.58-.32-1.68.57-1.75l5.27-.42c.38-.03.7-.26.85-.61l2.03-4.82Z"></path> 
 <path class="cls-1-1670365560-1670365560" d="M105.58,1.26c.34-.82,1.51-.82,1.86,0l2.03,4.82c.14.34.47.58.85.61l5.27.42c.89.07,1.25,1.17.57,1.75l-4.01,3.4c-.29.24-.41.62-.32.99l1.23,5.08c.21.86-.74,1.54-1.5,1.08l-4.51-2.72c-.32-.19-.73-.19-1.05,0l-4.51,2.72c-.76.46-1.71-.22-1.5-1.08l1.23-5.08c.09-.36-.04-.74-.32-.99l-4.01-3.4c-.68-.58-.32-1.68.57-1.75l5.27-.42c.38-.03.7-.26.85-.61l2.03-4.82Z"></path> 
</svg> 
</div> 
 <div class="u_1443220113 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1443220113" data-ai-tag="Testimonial 1 long quote" style="transition: none 0s ease 0s; text-align: left; display: block;"><p class="m-size-12 text-align-left size-15" style="line-height: 1.5;"><span class="m-font-size-12 font-size-15" style="color: var(--color_1); display: unset; font-style: italic;">&quot;The beachfront house was perfect for our family getaway! Plenty of space for the kids, a fully stocked kitchen, and just minutes from historic downtown. We&rsquo;ll definitely be back!&quot;</span></p></div> 
</div> 
 <div class="u_1548977338 dmRespCol small-12 large-4 medium-4" id="1548977338"> <div class="u_1940292494 dmRespRow" id="1940292494" mode="2"> <div class="dmRespColsWrapper" id="1208053400"> <div class="u_1268665024 dmRespCol small-9 large-8 medium-8" id="1268665024"> <div class="u_1311992549 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1311992549" data-ai-tag="Testimonial 3 name" background-image":""}"="" style="text-align: left; display: block; transition: none 0s ease 0s;"><p><strong style="font-weight: bold; display: unset;">Kevin B.</strong></p></div> 
 <div class="u_1332387688 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1332387688" data-ai-tag="Testimonial 3: days/months/years ago" background-image":""}"="" style="text-align: left; display: block; transition: none 0s ease 0s;"><p class="m-size-13 size-16"><span class="m-font-size-13 font-size-16" style="display: unset;">1 month ago</span></p></div> 
</div> 
 <div class="u_1187633355 dmRespCol small-3 large-4 medium-4" id="1187633355"> <div class="u_1278298906 default dmShape" font-size-0="" id="1278298906" dmle_extension="shape" data-element-type="shape" text-position="center_center" wr="true" version="2" icon="true" surround="true" adwords="" shape-text="" shape-description="" shape-image="https://de.cdn-website.com/12fccd507a934848aac8dba7a4c090fb/dms3rep/multi/pexels-photo-1121796-ba0c3739.jpeg" alt-text="A man wearing sunglasses is leaning against a wall" tooltip="" shape-type="circle" shape-color="black" border-color-shape="" overlay-color="#ffffff" image-position="xMidYMid" shape-keep-proportion="false" shape-layout="layout1" border-width-shape="0" overlay-opacity="50" link-attrs="e30="> <a data-link-id="shape-link-container" id="1656590404"> <svg width="100%" height="100%" viewbox="0.00 0.00 100 100" preserveaspectratio="none" id="1498375507"> <g> <clippath id="shape-1278298906"> <path d="M 50, 50 m -50, 0 a 50,50 0 1,0 100,0 a 50,50 0 1,0 -100,0"></path> 
</clippath> 
 <image clip-path="url(#shape-1278298906)" width="100%" height="100%" xlink:href="https://le-de.cdn-website.com/12fccd507a934848aac8dba7a4c090fb/dms3rep/multi/opt/pexels-photo-1121796-ba0c3739-1920w.jpeg" alt="A man wearing sunglasses is leaning against a wall" preserveaspectratio="xMidYMid slice"></image> 
<!-- In order to add stroke on image, need to create new shape without fill just with stroke --></g> 
</svg> 
</a> 
</div> 
</div> 
</div> 
</div> 
 <div class="u_1297359514 graphicWidget graphicWidgetV2 graphicWidgetV3" data-element-type="graphic" data-widget-type="graphic" id="1297359514"> <svg id="1525388077" data-name="Слой 1" xmlns="http://www.w3.org/2000/svg" viewbox="0 0 117.25 20" class="svg u_1525388077" data-icon-custom="true" data-icon-name="stars.svg"> <title id="1670746426">5 star icon</title> 
 <defs> <style>.cls-1-1670365560-1670365560 {
        fill: #00000;
        stroke-width: 0px;
      }</style> 
</defs> 
 <path class="cls-1-1670365560-1670365560" d="M9.58,1.26c.34-.82,1.51-.82,1.86,0l2.03,4.82c.14.34.47.58.85.61l5.27.42c.89.07,1.25,1.17.57,1.75l-4.01,3.4c-.29.24-.41.62-.32.99l1.23,5.08c.21.86-.74,1.54-1.5,1.08l-4.51-2.72c-.32-.19-.73-.19-1.05,0l-4.51,2.72c-.76.46-1.71-.22-1.5-1.08l1.23-5.08c.09-.36-.04-.74-.32-.99L.86,8.85c-.68-.58-.32-1.68.57-1.75l5.27-.42c.38-.03.7-.26.85-.61l2.03-4.82Z"></path> 
 <path class="cls-1-1670365560-1670365560" d="M33.58,1.26c.34-.82,1.51-.82,1.86,0l2.03,4.82c.15.34.47.58.85.61l5.27.42c.89.07,1.25,1.17.57,1.75l-4.01,3.4c-.29.24-.41.62-.32.99l1.23,5.08c.21.86-.74,1.54-1.5,1.08l-4.51-2.72c-.32-.19-.73-.19-1.05,0l-4.51,2.72c-.76.46-1.71-.22-1.5-1.08l1.23-5.08c.09-.36-.04-.74-.32-.99l-4.01-3.4c-.68-.58-.32-1.68.57-1.75l5.27-.42c.38-.03.7-.26.85-.61l2.03-4.82Z"></path> 
 <path class="cls-1-1670365560-1670365560" d="M57.58,1.26c.34-.82,1.51-.82,1.86,0l2.03,4.82c.15.34.47.58.85.61l5.27.42c.89.07,1.25,1.17.57,1.75l-4.01,3.4c-.29.24-.41.62-.32.99l1.23,5.08c.21.86-.74,1.54-1.5,1.08l-4.51-2.72c-.32-.19-.73-.19-1.05,0l-4.51,2.72c-.76.46-1.71-.22-1.5-1.08l1.23-5.08c.09-.36-.04-.74-.32-.99l-4.01-3.4c-.68-.58-.32-1.68.57-1.75l5.27-.42c.38-.03.7-.26.85-.61l2.03-4.82Z"></path> 
 <path class="cls-1-1670365560-1670365560" d="M81.58,1.26c.34-.82,1.51-.82,1.86,0l2.03,4.82c.14.34.47.58.85.61l5.27.42c.89.07,1.25,1.17.57,1.75l-4.01,3.4c-.29.24-.41.62-.32.99l1.23,5.08c.21.86-.74,1.54-1.5,1.08l-4.51-2.72c-.32-.19-.73-.19-1.05,0l-4.51,2.72c-.76.46-1.71-.22-1.5-1.08l1.23-5.08c.09-.36-.04-.74-.32-.99l-4.01-3.4c-.68-.58-.32-1.68.57-1.75l5.27-.42c.38-.03.7-.26.85-.61l2.03-4.82Z"></path> 
 <path class="cls-1-1670365560-1670365560" d="M105.58,1.26c.34-.82,1.51-.82,1.86,0l2.03,4.82c.14.34.47.58.85.61l5.27.42c.89.07,1.25,1.17.57,1.75l-4.01,3.4c-.29.24-.41.62-.32.99l1.23,5.08c.21.86-.74,1.54-1.5,1.08l-4.51-2.72c-.32-.19-.73-.19-1.05,0l-4.51,2.72c-.76.46-1.71-.22-1.5-1.08l1.23-5.08c.09-.36-.04-.74-.32-.99l-4.01-3.4c-.68-.58-.32-1.68.57-1.75l5.27-.42c.38-.03.7-.26.85-.61l2.03-4.82Z"></path> 
</svg> 
</div> 
 <div class="u_1413629835 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1413629835" data-ai-tag="Testimonial 1 long quote" style="transition: none 0s ease 0s; text-align: left; display: block;"><p class="text-align-left m-size-12 size-15" style="line-height: 1.5;"><span class="font-size-15 m-font-size-12" style="font-style: italic; display: unset; color: var(--color_1);">&quot;It was everything we hoped for&mdash;clean, comfortable, and right on the beach! The booking process was seamless, and the team was incredibly helpful. St. Augustine has become our go-to vacation spot!&quot;</span></p></div> 
</div> 
</div> 
</div> 
 <div class="dmRespRow u_1900562886" id="1900562886" data-page-element-type="section" data-page-element-id="1601578315"> <div class="dmRespColsWrapper" id="1060771443"> <div class="u_1916567378 dmRespCol small-12 large-5 medium-5" id="1916567378"> <div data-element-type="spacer" class="dmSpacer" id="1197612672"></div> 
</div> 
 <div class="u_1712615231 dmRespCol small-12 large-7 medium-7" id="1712615231"> <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1227752011" style="transition: opacity 1s ease-in-out;"><p class="size-14 m-size-11" style="letter-spacing: 0.2em;"><strong class="font-size-14 m-font-size-11" style="color: rgb(60, 159, 218); font-weight: bold; display: unset;">our property solutions</strong></p></div> 
 <div class="u_1254162433 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1254162433" style="text-align: left; transition: none 0s ease 0s; display: block;" data-ai-tag="Section title"> <h2><span style="display: unset;">Expert Property Management for Stress-Free Ownership</span></h2> 
</div> 
 <div class="u_1737839361 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1737839361" data-ai-tag="Paragraph" style="text-align: left; transition: none 0s ease 0s; display: block;"><p><span style="display: unset;">Maximize your investment with our full-service property management solutions. From marketing and guest bookings to maintenance and housekeeping, we handle every detail to ensure your vacation rental operates seamlessly. As St. Augustine&rsquo;s trusted rental experts, we prioritize high occupancy rates, guest satisfaction, and property care&mdash;so you can enjoy the benefits of ownership without the hassle. Whether you own a beachfront condo or a spacious coastal home, our team is committed to delivering top-tier service and results.</span></p></div> 
 <a data-display-type="block" class="u_1550939136 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient flexButton" file="false" href="/property-management-services" data-element-type="dButtonLinkId" id="1550939136"> <span class="iconBg" aria-hidden="true" id="1802850198"> <span class="icon hasFontIcon icon-star" id="1926694789"></span> 
</span> 
 <span class="text" id="1985799525">LEARN MORE</span> 
</a> 
</div> 
</div> 
</div> 
 <div class="u_1793650304 dmRespRow" id="1793650304"> <div class="dmRespColsWrapper" id="1193994357"> <div class="dmRespCol large-6 medium-6 small-12 u_1872859001" id="1872859001" data-anim-extended="eyJkZXNrdG9wIjp7InRyaWdnZXIiOiJlbnRyYW5jZSIsImFuaW1hdGlvbiI6ImZhZGVJbiIsInJldmVyc2UiOmZhbHNlfX0=" data-anim-desktop="fadeIn"> <div class="u_1672623473 graphicWidget graphicWidgetV2 graphicWidgetV3" data-element-type="graphic" data-widget-type="graphic" id="1672623473"> <svg width="100%" height="100%" version="1.1" viewbox="0 0 100 100" xmlns="http://www.w3.org/2000/svg" id="1800804170" class="svg u_1800804170" data-icon-custom="true"> <title id="1389625320">pool icon</title> 
 <path d="m18.75 93.227c1.7891 1.3477 3.9805 2.0859 6.25 2.0859s4.4609-0.74219 6.25-2.0859c1.7891 1.3477 3.9805 2.0859 6.25 2.0859s4.4609-0.74219 6.25-2.0859c1.7891 1.3477 3.9805 2.0859 6.25 2.0859s4.4609-0.74219 6.25-2.0859c1.7891 1.3477 3.9805 2.0859 6.25 2.0859s4.4609-0.74219 6.25-2.0859c1.7891 1.3477 3.9805 2.0859 6.25 2.0859s4.4609-0.74219 6.25-2.0859c1.7891 1.3477 3.9805 2.0859 6.25 2.0859 2.7578 0 5.4023-1.0977 7.3516-3.0469h0.003907c0.60938-0.60938 0.60938-1.6016 0-2.2109-0.61328-0.60938-1.6016-0.60938-2.2109 0-1.3633 1.3672-3.2148 2.1328-5.1445 2.1328s-3.7812-0.76562-5.1445-2.1328c0.074219 0.074218 0.15234 0.17969 0.15234 0.17969s-0.77344-0.64062-1.2578-0.64062-1.2578 0.64062-1.2578 0.64062 0.078124-0.10547 0.15234-0.17969c-1.3633 1.3672-3.2148 2.1328-5.1445 2.1328s-3.7812-0.76562-5.1445-2.1328c0.074219 0.074218 0.15234 0.17969 0.15234 0.17969s-0.77344-0.64062-1.2578-0.64062-1.2578 0.64062-1.2578 0.64062 0.078124-0.10547 0.15234-0.17969c-1.3633 1.3672-3.2148 2.1328-5.1445 2.1328s-3.7812-0.76562-5.1445-2.1328c0.074219 0.074218 0.15234 0.17969 0.15234 0.17969s-0.77344-0.64062-1.2578-0.64062-1.2578 0.64062-1.2578 0.64062 0.078124-0.10547 0.15234-0.17969c-1.3633 1.3672-3.2148 2.1328-5.1445 2.1328s-3.7812-0.76562-5.1445-2.1328c0.074219 0.074218 0.15234 0.17969 0.15234 0.17969s-0.77344-0.64062-1.2578-0.64062-1.2578 0.64062-1.2578 0.64062 0.078124-0.10547 0.15234-0.17969c-1.3633 1.3672-3.2148 2.1328-5.1445 2.1328s-3.7812-0.76562-5.1445-2.1328c0.074219 0.074218 0.15234 0.17969 0.15234 0.17969s-0.77344-0.64062-1.2578-0.64062-1.2578 0.64062-1.2578 0.64062 0.078124-0.10547 0.15234-0.17969c-1.3633 1.3672-3.2148 2.1328-5.1445 2.1328s-3.7812-0.76562-5.1445-2.1328c0.074219 0.074218 0.15234 0.17969 0.15234 0.17969s-0.77344-0.64062-1.2578-0.64062-1.2578 0.64062-1.2578 0.64062 0.078124-0.10547 0.15234-0.17969c-1.3633 1.3672-3.2148 2.1328-5.1445 2.1328s-3.7812-0.76562-5.1445-2.1328c-0.61328-0.60938-1.6016-0.60938-2.2109 0-0.60938 0.60937-0.60938 1.6016 0 2.2109h0.003907c1.9492 1.9492 4.5938 3.0469 7.3516 3.0469 2.2695 0 4.4609-0.74219 6.25-2.0859zm0-8.418c1.7891 1.3477 3.9805 2.0859 6.25 2.0859s4.4609-0.74219 6.25-2.0859c1.7891 1.3477 3.9805 2.0859 6.25 2.0859s4.4609-0.74219 6.25-2.0859c1.7891 1.3477 3.9805 2.0859 6.25 2.0859s4.4609-0.74219 6.25-2.0859c1.7891 1.3477 3.9805 2.0859 6.25 2.0859s4.4609-0.74219 6.25-2.0859c1.7891 1.3477 3.9805 2.0859 6.25 2.0859s4.4609-0.74219 6.25-2.0859c1.7891 1.3477 3.9805 2.0859 6.25 2.0859 2.7578 0 5.4023-1.0977 7.3516-3.0469h0.003907c0.60938-0.60938 0.60938-1.6016 0-2.2109-0.61328-0.60938-1.6016-0.60938-2.2109 0-1.3633 1.3672-3.2148 2.1328-5.1445 2.1328s-3.7812-0.76562-5.1445-2.1328c0.074219 0.074219 0.15234 0.17969 0.15234 0.17969s-0.77344-0.64062-1.2578-0.64062-1.2578 0.64062-1.2578 0.64062 0.078124-0.10547 0.15234-0.17969c-1.3633 1.3672-3.2148 2.1328-5.1445 2.1328s-3.7812-0.76562-5.1445-2.1328c0.074219 0.074219 0.15234 0.17969 0.15234 0.17969s-0.77344-0.64062-1.2578-0.64062-1.2578 0.64062-1.2578 0.64062 0.078124-0.10547 0.15234-0.17969c-1.3633 1.3672-3.2148 2.1328-5.1445 2.1328s-3.7812-0.76562-5.1445-2.1328c0.074219 0.074219 0.15234 0.17969 0.15234 0.17969s-0.77344-0.64062-1.2578-0.64062-1.2578 0.64062-1.2578 0.64062 0.078124-0.10547 0.15234-0.17969c-1.3633 1.3672-3.2148 2.1328-5.1445 2.1328s-3.7812-0.76562-5.1445-2.1328c0.074219 0.074219 0.15234 0.17969 0.15234 0.17969s-0.77344-0.64062-1.2578-0.64062-1.2578 0.64062-1.2578 0.64062 0.078124-0.10547 0.15234-0.17969c-1.3633 1.3672-3.2148 2.1328-5.1445 2.1328s-3.7812-0.76562-5.1445-2.1328c0.074219 0.074219 0.15234 0.17969 0.15234 0.17969s-0.77344-0.64062-1.2578-0.64062-1.2578 0.64062-1.2578 0.64062 0.078124-0.10547 0.15234-0.17969c-1.3633 1.3672-3.2148 2.1328-5.1445 2.1328s-3.7812-0.76562-5.1445-2.1328c0.074219 0.074219 0.15234 0.17969 0.15234 0.17969s-0.77344-0.64062-1.2578-0.64062-1.2578 0.64062-1.2578 0.64062 0.078124-0.10547 0.15234-0.17969c-1.3633 1.3672-3.2148 2.1328-5.1445 2.1328s-3.7812-0.76562-5.1445-2.1328c-0.61328-0.60938-1.6016-0.60938-2.2109 0s-0.60938 1.6016 0 2.2109h0.003907c1.9492 1.9492 4.5938 3.0469 7.3516 3.0469 2.2695 0 4.4609-0.74219 6.25-2.0859zm7.0039-73.168c-12.93 2.0469-22.211 13.848-20.949 27.055 0.082031 0.85938 0.84375 1.4883 1.7031 1.4062l21.766-2.0742 3.4922 36.656h-25.516c-0.86328 0-1.5625 0.69922-1.5625 1.5625 0 0.86328 0.69922 1.5625 1.5625 1.5625h87.5c0.86328 0 1.5625-0.69922 1.5625-1.5625 0-0.86328-0.69922-1.5625-1.5625-1.5625h-9.7773l-2.0938-6.2852h2.5312c2.5703 0 4.6523-2.082 4.6523-4.6523 0-2.5703-2.0859-4.6523-4.6523-4.6523h-36.836l-3.3125-15.125c-0.51562-2.5078-2.9609-4.1328-5.4727-3.6289-2.5195 0.50391-4.1523 2.957-3.6484 5.4766l4.0859 18.863c0.40234 1.9766 2.0234 3.4414 3.9766 3.6875l-2.1055 6.3203h-6.1914l-3.5234-36.953 21.773-2.0781c0.85938-0.082031 1.4922-0.84375 1.4102-1.7031-1.2578-13.211-12.613-23.047-25.695-22.605l-0.5-5.2383c-0.082032-0.85938-0.84766-1.4922-1.7031-1.4102-0.85938 0.082031-1.4922 0.84766-1.4102 1.7031l0.5 5.2422zm20.73 56.758-2.0938 6.2852h36.289l-2.0938-6.2852zm37.926-3.125h-40.625c-0.72656 0-1.3555-0.51172-1.5-1.2266l-4.082-18.852c-0.16406-0.82422 0.375-1.6289 1.1992-1.7891 0.82812-0.16406 1.6328 0.36719 1.7969 1.1953l3.5898 16.387c0.16016 0.71875 0.79297 1.2266 1.5273 1.2266h38.09c0.84375 0 1.5273 0.68359 1.5273 1.5273s-0.68359 1.5273-1.5273 1.5273zm-63.086-49.164c-8.1914 3.3828-13.73 11.555-13.508 20.727l10.273-0.98047c-0.50391-7.4336 0.54297-14.102 2.5781-18.477 0.20703-0.44922 0.42578-0.87109 0.65625-1.2734zm6.7344-1.5977c1.6328 0.023437 3.1641 1.3242 4.6016 3.3125 2.5742 3.5664 4.6016 9.3672 5.4453 16.109l-16.898 1.6133c-0.44922-6.7773 0.44531-12.859 2.2969-16.852 1.043-2.2422 2.3125-3.8164 3.9297-4.1289 0.054687-0.007812 0.11719-0.011718 0.17578-0.019531 0.14844-0.011719 0.30469-0.023437 0.45312-0.039063zm6.3242 0.44531c0.27344 0.32422 0.54297 0.66797 0.80859 1.0352 2.8203 3.9102 5.1094 10.262 6.0234 17.656l10.031-0.95703c-1.4922-8.9414-8.3281-15.852-16.863-17.734z" fill-rule="evenodd"></path> 
</svg> 
</div> 
 <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1282960575" style="transition: opacity 1s ease-in-out;"><p class="m-size-10 size-12" style="letter-spacing: 0.2em;"><strong class="font-size-12 m-font-size-10" style="font-weight: bold; color: rgb(60, 159, 218); display: unset;">book your stay today</strong></p></div> 
 <div class="u_1011832503 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1011832503" style="text-align: left; transition: none 0s ease 0s; display: block;" data-ai-tag="Section title"> <h2><span style="display: unset;">Start Your St. Augustine Adventure Today!</span></h2> 
</div> 
 <div class="dmNewParagraph" data-element-type="paragraph" data-version="5" id="1351369886" style="transition: opacity 1s ease-in-out;"><p><span style="display: unset;">Browse our amazing short-term rentals and book your perfect getaway with ease. Whether it&rsquo;s a beachfront escape or a cozy coastal retreat, your dream stay awaits! Get in touch with A1A Vacation Rentals today!</span></p></div> 
 <a data-display-type="block" class="u_1152359997 align-center dmButtonLink dmWidget dmWwr default dmOnlyButton dmDefaultGradient flexButton" file="false" href="/contact-us" data-element-type="dButtonLinkId" id="1152359997"> <span class="iconBg" aria-hidden="true" id="1459502761"> <span class="icon hasFontIcon icon-star" id="1329186724"></span> 
</span> 
 <span class="text" id="1581332239">CONTACT US</span> 
</a> 
</div> 
 <div class="dmRespCol small-12 large-6 medium-6" id="1223803717"> <div data-element-type="spacer" class="u_1220755823 dmSpacer hide-for-small" id="1220755823"></div> 
</div> 
</div> 
</div> 
</div> 
</div> 
</div> 
</div> 
 <div class="dmFooterContainer"> <div id="fcontainer" class="u_fcontainer f_hcontainer dmFooter p_hfcontainer"> <div dm:templateorder="250" class="dmFooterResp generalFooter" id="1943048428"> <div class="dmRespRow u_1595801134" id="1595801134"> <div class="dmRespColsWrapper" id="1162654151"> <div class="dmRespCol small-12 large-3 medium-3" id="1639215239"> <div class="u_1665609811 imageWidget align-center" data-element-type="image" data-widget-type="image" id="1665609811" data-binding="W3siYmluZGluZ05hbWUiOiJpbWFnZSIsInZhbHVlIjoic2l0ZV9pbWFnZXMubG9nbyJ9XQ=="> <a href="/" id="1761931028"><img src="https://le-de.cdn-website.com/12fccd507a934848aac8dba7a4c090fb/dms3rep/multi/opt/fulllogo_nobuffer_-_Logan_Bishop-removebg-preview-146w.png" alt="" id="1196620475" class="" data-dm-image-path="https://de.cdn-website.com/12fccd507a934848aac8dba7a4c090fb/dms3rep/multi/fulllogo_nobuffer_-_Logan_Bishop-removebg-preview.png" width="122.25" height="92.265625" data-diy-image="" onerror="handleImageLoadError(this)"/></a> 
</div> 
</div> 
 <div class="dmRespCol small-12 large-3 medium-3" id="1267361862"> <div class="dmNewParagraph u_1157304656" data-element-type="paragraph" data-version="5" id="1157304656" style="transition: none; text-align: left; display: block;"> <h4><span style="display: unset; color: rgb(60, 159, 218);">Office</span></h4> 
</div> 
 <div class="u_1521786210 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1521786210"><p><span style="font-weight:300;display:initial;font-family:Poppins, 'Poppins Fallback';">2085 A1A South, Suite 205, St. Augustine Beach, FL 32080</span></p></div> 
</div> 
 <div class="dmRespCol small-12 large-3 medium-3" id="1477609767"> <div class="u_1804665552 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1804665552" style="transition: opacity 1s ease-in-out; text-align: left; display: block;"> <h4><span style="display: unset; color: rgb(60, 159, 218);">Contact</span></h4> 
</div> 
 <div class="u_1707926081 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1707926081" new-inline-bind-applied="true" data-diy-text=""><p><span style="display: initial;"><span class="inline-data-binding" data-encoded-value="KzE5MDQ0NjE5Njk2" data-inline-binding="content_library.global.phone.phone" data-inline-binding-encoded="Y29udGVudF9saWJyYXJ5Lmdsb2JhbC5waG9uZS5waG9uZQ=="><a class="inlineBindingLink" target="_blank" href="tel:904-461-9696">904-461-9696</a></span></span></p><p><span class="inline-data-binding" data-encoded-value="YWNjb3VudGluZ0BhMWF2ci5jb20=" data-inline-binding="content_library.global.email.email" data-inline-binding-encoded="Y29udGVudF9saWJyYXJ5Lmdsb2JhbC5lbWFpbC5lbWFpbA=="><a class="inlineBindingLink" target="_blank" href="mailto:[email protected]">[email protected]</a></span><span style="display: initial;"><span class="ql-cursor"></span></span></p></div> 
 <div class="u_1101985979 align-center text-align-center dmSocialHub gapSpacing" id="1101985979" dmle_extension="social_hub" data-element-type="social_hub" data-binding="W3siYmluZGluZ05hbWUiOiJzb2NpYWwiLCJ2YWx1ZSI6ImNvbnRlbnRfbGlicmFyeS5nbG9iYWwuc29jaWFsIn1d" wr="true" networks="" icon="true" surround="true" adwords=""> <div class="socialHubWrapper"> <div class="socialHubInnerDiv "> <a href="https://facebook.com/st.augustinevacationrentals/" target="_blank" dm_dont_rewrite_url="true" aria-label="facebook" onclick="dm_gaq_push_event &amp;&amp; dm_gaq_push_event(&apos;socialLink&apos;, &apos;click&apos;, &apos;Facebook&apos;)"> <span class="dmSocialFacebook dm-social-icons-facebook oneIcon socialHubIcon style8" aria-hidden="true" data-hover-effect="zoomout"></span> 
</a> 
</div> 
</div> 
</div> 
</div> 
 <div class="dmRespCol large-3 medium-3 small-12" id="1022233941"> <div class="u_1508395493 dmNewParagraph" data-element-type="paragraph" data-version="5" id="1508395493" style="transition: none; text-align: left; display: block;"> <h4><span style="display: unset; color: rgb(60, 159, 218);">Quick links</span></h4> 
</div> 
 <nav class="u_1893765077 unifiednav_vertical effect-text-fill main-navigation unifiednav dmLinksMenu" role="navigation" layout-main="vertical_nav_layout_4" layout-sub="" data-show-vertical-sub-items="HOVER" id="1893765077" dmle_extension="onelinksmenu" data-element-type="onelinksmenu" alt="" data-nav-structure="VERTICAL" wr="true" icon="true" surround="true" adwords="" navigation-id="unifiedNav"> <ul role="menubar" class="unifiednav__container  " data-auto="navigation-pages"> <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/properties" class="unifiednav__item    " target="" data-target-page-alias="properties"> <span class="nav-item-text " data-link-text="Properties" data-auto="page-text-style">Properties<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> 
</span> 
</a> 
</li> 
 <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/about-us" class="unifiednav__item    " target="" data-target-page-alias="about-us"> <span class="nav-item-text " data-link-text="About Us" data-auto="page-text-style">About Us<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> 
</span> 
</a> 
</li> 
 <li role="menuitem" class=" unifiednav__item-wrap " data-auto="more-pages" data-depth="0"> <a href="/property-management-services" class="unifiednav__item    " target="" data-target-page-alias="property-management-services"> <span class="nav-item-text " data-link-text="Property Management Services" data-auto="page-text-style">Property Management Services<span class="icon icon-angle-down" data-hidden-on-mobile="" data-hidden-on-desktop="" data-hidden-on-tablet=""></span> 
</span> 
</a> 
</li> 
</ul> 
</nav> 
</div> 
</div> 
</div> 
 <div class="dmRespRow u_1870081892" id="1870081892"> <div class="dmRespColsWrapper" id="1033325454"> <div class="dmRespCol large-12 medium-12 small-12" id="1232659569"> <div class="u_1939381065 widget-1f5975 dmCustomWidget" data-lazy-load="" data-title="" id="1939381065" dmle_extension="custom_extension" data-element-type="custom_extension" icon="false" surround="false" data-widget-id="1f5975986930429f819d4cd2154b5c4a" data-widget-version="22" data-widget-config="eyJjb3B5cmlnaHRUZXh0IjoiPHAgY2xhc3M9XCJydGVCbG9ja1wiPkFsbCBSaWdodHMgUmVzZXJ2ZWQgfCDCoEExQSBWYWNhdGlvbiBSZW50YWxzPC9wPiJ9"> <div class="copyright"> <div>&copy; 2025&nbsp;</div> 
 <div><p class="rteBlock">All Rights Reserved | &nbsp;A1A Vacation Rentals</p></div> 
</div> 
</div> 
</div> 
</div> 
</div> 
</div> 
 <div id="1236746004" dmle_extension="powered_by" data-element-type="powered_by" icon="true" surround="false"></div> 
</div> 
</div> 
</div> 
</div> 
</div> 
</div> 
</div> 
</div> 
</div> 

    </div>
</div>
<!--  Add full CSS and Javascript before the close tag of the body if needed -->






















<!-- Google Fonts Include -->













<!-- loadCSS function fonts.jsp-->



<link rel="preload" href="https://de.cdn-website.com/fonts/css2?family=Raleway:[email protected]&family=Roboto:wght@100;300;400;500;700;900&family=Playfair+Display:[email protected]&family=Montserrat:[email protected]&family=Poppins:wght@100;200;300;400;500;600;700;800;900&amp;subset=latin-ext&amp;display=swap"  as="style" fetchpriority="low" onload="loadCSS(this)" />

<style>
@font-face {
  font-family: "Syne-Regular";
  src: url("https://de.cdn-website.com/12fccd507a934848aac8dba7a4c090fb/fonts/Syne-Regular-9994_400.ttf");
  font-weight: 400;
  font-style: normal;
}
</style>


<style>
@font-face {
  font-family: "Syne-Bold";
  src: url("https://de.cdn-website.com/12fccd507a934848aac8dba7a4c090fb/fonts/Syne-Bold-e86e_400.ttf");
  font-weight: 400;
  font-style: normal;
}
</style>






<!-- RT CSS Include d-css-runtime-desktop-one-package-structured-global-->
<link rel="preload" as="style" fetchpriority="low" onload="loadCSS(this)" href="https://static.cdn-website.com/mnlt/production/5429/_dm/s/rt/dist/css/d-css-runtime-desktop-one-package-structured-global.min.css" />

<!-- End of RT CSS Include -->

<link rel="preload" href="https://de.cdn-website.com/WIDGET_CSS/2b296bf4800efcb3065158fd6a9fa131.css" id="widgetCSS" as="style" fetchpriority="low" onload="loadCSS(this)" />

<!-- Support `img` size attributes -->
<style>img[width][height] {
  height: auto;
}</style>

<!-- Support showing sticky element on page only -->
<style>
  body[data-page-alias="home"] #dm [data-show-on-page-only="home"] {
    display: block !important;
  }
</style>

<!-- This is populated in Ajax navigation -->
<style id="pageAdditionalWidgetsCss" type="text/css">
</style>




<!-- Site CSS -->
<link rel="preload" href="https://de.cdn-website.com/12fccd507a934848aac8dba7a4c090fb/files/12fccd507a934848aac8dba7a4c090fb_withFlex_1.min.css?v=28" id="siteGlobalCss" as="style" fetchpriority="low" onload="loadCSS(this)" />



<style id="customWidgetStyle" type="text/css">
    
</style>
<style id="innerPagesStyle" type="text/css">
    
</style>


<style
        id="additionalGlobalCss" type="text/css"
>
</style>

<!-- Page CSS -->
<link rel="preload" href="https://de.cdn-website.com/12fccd507a934848aac8dba7a4c090fb/files/12fccd507a934848aac8dba7a4c090fb_home_withFlex_1.min.css?v=28" id="homeCssLink" as="style" fetchpriority="low" onload="loadCSS(this)" />

<style id="pagestyle" type="text/css">
    
</style>

<style id="pagestyleDevice" type="text/css">
    
</style>

<!-- Flex Sections CSS -->





<style id="globalFontSizeStyle" type="text/css">
    .font-size-14, .size-14, .size-14 > font { font-size: 14px !important; }.font-size-12, .size-12, .size-12 > font { font-size: 12px !important; }.font-size-32, .size-32, .size-32 > font { font-size: 32px !important; }.font-size-16, .size-16, .size-16 > font { font-size: 16px !important; }.font-size-15, .size-15, .size-15 > font { font-size: 15px !important; }
</style>
<style id="pageFontSizeStyle" type="text/css">
</style>

<!-- ========= JS Section ========= -->
<script>
    var isWLR = true;

    window.customWidgetsFunctions = {};
    window.customWidgetsStrings = {};
    window.collections = {};
    window.currentLanguage = "ENGLISH"
    window.isSitePreview = false;
</script>
<script>
    window.customWidgetsFunctions["1f5975986930429f819d4cd2154b5c4a~22"] = function (element, data, api) {
        null
    };
</script>
<script>
    window.customWidgetsFunctions["4d05b646cff94fcb8f3f623339e51293~188"] = function (element, data, api) {
        try {
    const e = "guesty-widget_" + element.attributes.id.value, t = document.createElement("div");
    t.setAttribute("id", e), element.appendChild(t), function (e, t, n, a, s, o) {
        function c(t) {
            e.console.log("[Guesty Embedded Widget]:", t)
        }

        var r, d, i, m, l, u, h;
        r = a, d = t.getElementsByTagName("head")[0], (i = t.createElement("link")).rel = "stylesheet", i.type = "text/css", i.href = r, i.media = "all", d.appendChild(i), m = function () {
            try {
                e.GuestySearchBarWidget.create(o).catch((function (e) {
                    c(e.message), c(e)
                }))
            } catch (e) {
                c(e.message), c(e)
            }
        }, l = !1, u = function (e, n) {
            var a = t.createElement("script");
            return a.type = "text/javascript", a.src = e, a.async = "true", a.onload = a.onreadystatechange = n, a
        }
        ("https://s3.amazonaws.com/guesty-frontend-production/testdir/search-bar-production.js?v16", (function () {
            l || this.readyState && "complete" != this.readyState || (l = !0, m())
        })), (h = t.getElementsByTagName("script")[0]).parentNode.insertBefore(u, h)
    }(window, window.document, 0,
        "https://s3.amazonaws.com/guesty-frontend-production/testdir/search-bar-production.css?v16", 0, {
            siteId: window?.dmAPI?.getSiteName(),
            rootElementID: e,
            noCache: false,
            locale: ["en", "de", "es", "fr", "it", "ja", "ko", "pt", "el", "pl", "ro", "in", "zh", "nl"].includes(data?.locale) ? data?.locale : "en",
            widgetId: data?.widgetId,
            elementId: data?.elementId,
            requestCitiesSeparately: false,
        })
} catch (e) {
    console.log(e)
}

    };
</script>
<script type="text/javascript">

    var d_version = "production_5429";
    var build = "2025-04-30T12_48_38";
    window['v' + 'ersion'] = d_version;

    function buildEditorParent() {
        window.isMultiScreen = true;
        window.editorParent = {};
        window.previewParent = {};
        window.assetsCacheQueryParam = "?version=2025-04-30T12_48_38";
        try {
            var _p = window.parent;
            if (_p && _p.document && _p.$ && _p.$.dmfw) {
                window.editorParent = _p;
            } else if (_p.isSitePreview) {
                window.previewParent = _p;
            }
        } catch (e) {

        }
    }

    buildEditorParent();
</script>

<!-- Load jQuery -->
<script type="text/javascript" id='d-js-jquery'
        src="https://static.cdn-website.com/libs/jquery/jquery-3.7.0.min.js"></script>
<!-- End Load jQuery -->
<!-- Injecting site-wide before scripts -->
<!-- End Injecting site-wide to the head -->


<script>
    var _jquery = window.$;

    var jqueryAliases = ['$', 'jquery', 'jQuery'];

    jqueryAliases.forEach((alias) => {
        Object.defineProperty(window, alias, {
            get() {
                return _jquery;
            },
            set() {
                console.warn("Trying to over-write the global jquery object!");
            }
        });
    });
    window.jQuery.migrateMute = true;
</script>
<script>
    window.cookiesNotificationMarkupPreview = 'null';
</script>

<!-- HEAD RT JS Include -->
<script id='d-js-params'>
    window.INSITE = window.INSITE || {};
    window.INSITE.device = "desktop";

    window.rtCommonProps = {};
    rtCommonProps["rt.ajax.ajaxScriptsFix"] =true;
    rtCommonProps["rt.pushnotifs.sslframe.encoded"] = 'aHR0cHM6Ly97c3ViZG9tYWlufS5wdXNoLW5vdGlmcy5jb20=';
    rtCommonProps["runtimecollector.url"] = 'https://rtc.eu-multiscreensite.com';
    rtCommonProps["performance.tabletPreview.removeScroll"] = 'false';
    rtCommonProps["inlineEditGrid.snap"] =true;
    rtCommonProps["popup.insite.cookie.ttl"] = '0.5';
    rtCommonProps["rt.pushnotifs.force.button"] =true;
    rtCommonProps["common.mapbox.token"] = 'pk.eyJ1IjoiZGFubnliMTIzIiwiYSI6ImNqMGljZ256dzAwMDAycXBkdWxwbDgzeXYifQ.Ck5P-0NKPVKAZ6SH98gxxw';
    rtCommonProps["common.mapbox.js.override"] =false;
    rtCommonProps["common.here.appId"] = 'iYvDjIQ2quyEu0rg0hLo';
    rtCommonProps["common.here.appCode"] = '1hcIxLJcbybmtBYTD9Z1UA';
    rtCommonProps["isCoverage.test"] =false;
    rtCommonProps["ecommerce.ecwid.script"] = 'https://app.multiscreenstore.com/script.js';
    rtCommonProps["feature.flag.mappy.kml"] =false;
    rtCommonProps["common.resources.dist.cdn"] =true;
    rtCommonProps["common.build.dist.folder"] = 'production/5429';
    rtCommonProps["common.resources.cdn.host"] = 'https://static.cdn-website.com';
    rtCommonProps["common.resources.folder"] = 'https://static.cdn-website.com/mnlt/production/5429';
    rtCommonProps["feature.flag.runtime.backgroundSlider.preload.slowly"] =true;
    rtCommonProps["feature.flag.runtime.newAnimation.enabled"] =true;
    rtCommonProps["feature.flag.runtime.newAnimation.jitAnimation.enabled"] =true;
    rtCommonProps["feature.flag.sites.google.analytics.gtag"] =true;
    rtCommonProps["feature.flag.runOnReadyNewTask"] =true;
    rtCommonProps["isAutomation.test"] =false;

    
    rtCommonProps['common.mapsProvider'] = 'mapbox';
    
    rtCommonProps['common.mapsProvider.version'] = '0.52.0';
    rtCommonProps['common.geocodeProvider'] = 'mapbox';
    rtCommonProps['common.map.defaults.radiusSize'] = '1500';
    rtCommonProps['common.map.defaults.radiusBg'] = 'rgba(255, 255, 255, 0.4)';
    rtCommonProps['common.map.defaults.strokeColor'] = 'rgba(255, 255, 255, 1)';
    rtCommonProps['common.map.defaults.strokeSize'] = '2';
    rtCommonProps['server.for.resources'] = '';
    rtCommonProps['feature.flag.lazy.widgets'] = true;
    rtCommonProps['feature.flag.single.wow'] = false;
    rtCommonProps['feature.flag.disallowPopupsInEditor'] = true;
    rtCommonProps['feature.flag.mark.anchors'] = true;
    rtCommonProps['captcha.public.key'] = '6LffcBsUAAAAAMU-MYacU-6QHY4iDtUEYv_Ppwlz';
    rtCommonProps['captcha.invisible.public.key'] = '6LeiWB8UAAAAAHYnVJM7_-7ap6bXCUNGiv7bBPME';
    rtCommonProps["images.sizes.small"] =160;
    rtCommonProps["images.sizes.mobile"] =640;
    rtCommonProps["images.sizes.tablet"] =1280;
    rtCommonProps["images.sizes.desktop"] =1920;
    rtCommonProps["modules.resources.cdn"] =true;
    rtCommonProps["import.images.storage.imageCDN"] = 'https://le-de.cdn-website.com/';
    rtCommonProps["feature.flag.runtime.inp.threshold"] =150;
    rtCommonProps["feature.flag.performance.logs"] =true;
    rtCommonProps["site.widget.form.captcha.type"] = 'g_recaptcha';
    rtCommonProps["friendly.captcha.site.key"] = 'FCMGSQG9GVNMFS8K';
    rtCommonProps["cookiebot.mapbox.consent.category"] = 'marketing';
    // feature flags that's used out of runtime module (in  legacy files)
    rtCommonProps["platform.monolith.personalization.dateTimeCondition.popupMsgAction.moveToclient.enabled"] =true;

    window.rtFlags = {};
    rtFlags["unsuspendEcwidStoreOnRuntime.enabled"] =false;
    rtFlags["scripts.widgetCount.enabled"] =true;
    rtFlags["ecom.ecwidNewUrlStructure.enabled"] = false;
    rtFlags["ecom.ecwid.storefrontV3.enabled"] = false;
    rtFlags["ecom.ecwid.old.store.fix.facebook.share"] = true;
    rtFlags["feature.flag.photo.gallery.exact.size"] =true;
    rtFlags["geocode.search.localize"] =false;
    rtFlags["feature.flag.runtime.newAnimation.asyncInit.setTimeout.enabled"] =false;
    rtFlags["twitter.heightLimit.enabled"] = true;
    rtFlags["editor.classicHybrid.photogallery.fix"] =true;
    rtFlags["runtime.lottieOverflow"] =false;
    rtFlags["runtime.monitoring.sentry.ignoreErrors"] = "";
    rtFlags["contact.form.browserValidation.enabled"] =true;
    rtFlags["streamline.monolith.personalization.supportMultipleConditions.enabled"] =false;
    rtFlags["runtime.cwv.report.cls.enabled"] =false;
    rtFlags["editor.link.on.container"] =false;
    rtFlags["flex.runtime.popup.with.show"] =true;
    rtFlags["contact.form.useActiveForm"] =true;
    rtFlags["runtime.ssr.productStore.internal.observer"] =true;
    rtFlags["runtime.ssr.productCustomizations"] =true;
    rtFlags["flex.megaMenu.a11y"] =false;
</script>
<script src="https://static.cdn-website.com/mnlt/production/5429/_dm/s/rt/dist/scripts/d-js-one-runtime-unified-desktop.min.js"  id="d-js-core"></script>
<!-- End of HEAD RT JS Include -->
<script src="https://static.cdn-website.com/mnlt/production/5429/_dm/s/rt/dist/scripts/d-js-jquery-migrate.min.js" ></script>
<script>
    
    $(window).bind("orientationchange", function (e) {
        $.layoutManager.initLayout();
        
    });
    $(document).resize(function () {
        
    });
</script>
<script type="text/javascript" id="d_track_campaign">
(function() {
    if (!window.location.search) {
        return;
    }
	const cleanParams = window.location.search.substring(1); // Strip ?
	const queryParams = cleanParams.split('&');

	const expires = 'expires=' + new Date().getTime() + 24 * 60 * 60 * 1000;
	const domain = 'domain=' + window.location.hostname;
	const path = "path=/";

	queryParams.forEach((param) => {
		const [key, value = ''] = param.split('=');
		if (key.startsWith('utm_')) {
			const cookieName = "_dm_rt_" + key.substring(4);
			const cookie = cookieName + "=" + value;
			const joined = [cookie, expires, domain, path].join(";");
			document.cookie = joined;
		}
	});
}());
</script>
<script type="text/javascript" >
  var _dm_gaq = {};
  var _gaq = _gaq || [];
  var _dm_insite = [];
</script>

<script type="text/javascript" id="d_track_sp">
;(function(p,l,o,w,i,n,g){if(!p[i]){p.GlobalSnowplowNamespace=p.GlobalSnowplowNamespace||[];
p.GlobalSnowplowNamespace.push(i);p[i]=function(){(p[i].q=p[i].q||[]).push(arguments)
};p[i].q=p[i].q||[];n=l.createElement(o);g=l.getElementsByTagName(o)[0];n.async=1;
n.src=w;g.parentNode.insertBefore(n,g)}}(window,document,"script","//d3uzsv7k2lpopp.cloudfront.net/sp-2.0.0-dm-0.1.min.js","snowplow"));
window.dmsnowplow  = window.snowplow;

dmsnowplow('newTracker', 'cf', 'd3uzsv7k2lpopp.cloudfront.net', { // Initialise a tracker
  appId: '12fccd507a934848aac8dba7a4c090fb'
});

// snowplow queries element styles so we wait until CSS calculations are done.
requestAnimationFrame(() => {
	dmsnowplow('trackPageView');
	_dm_insite.forEach((rule) => {
		// Specifically in popup only the client knows if it is shown or not so we don't always want to track its impression here
		// the tracking is in popup.js
		if (rule.actionName !== "popup") {
			dmsnowplow('trackStructEvent', 'insite', 'impression', rule.ruleType, rule.ruleId);
		}
		window?.waitForDeferred?.('dmAjax', () => {
			$.DM.events.trigger('event-ruleTriggered', {value: rule});
		});
	});
});
</script>
   <div style="display:none;" id="P6iryBW0Wu"></div>

<!-- photoswipe markup -->









<!-- Root element of PhotoSwipe. Must have class pswp. -->
<div class="pswp" tabindex="-1" role="dialog" aria-hidden="true">

    <!-- Background of PhotoSwipe. 
         It's a separate element as animating opacity is faster than rgba(). -->
    <div class="pswp__bg"></div>

    <!-- Slides wrapper with overflow:hidden. -->
    <div class="pswp__scroll-wrap">

        <!-- Container that holds slides. 
            PhotoSwipe keeps only 3 of them in the DOM to save memory.
            Don't modify these 3 pswp__item elements, data is added later on. -->
        <div class="pswp__container">
            <div class="pswp__item"></div>
            <div class="pswp__item"></div>
            <div class="pswp__item"></div>
        </div>

        <!-- Default (PhotoSwipeUI_Default) interface on top of sliding area. Can be changed. -->
        <div class="pswp__ui pswp__ui--hidden">

            <div class="pswp__top-bar">

                <!--  Controls are self-explanatory. Order can be changed. -->

                <div class="pswp__counter"></div>

                <button class="pswp__button pswp__button--close" title="Close (Esc)"></button>

                <button class="pswp__button pswp__button--share" title="Share"></button>

                <button class="pswp__button pswp__button--fs" title="Toggle fullscreen"></button>

                <button class="pswp__button pswp__button--zoom" title="Zoom in/out"></button>

                <!-- Preloader demo http://codepen.io/dimsemenov/pen/yyBWoR -->
                <!-- element will get class pswp__preloader--active when preloader is running -->
                <div class="pswp__preloader">
                    <div class="pswp__preloader__icn">
                      <div class="pswp__preloader__cut">
                        <div class="pswp__preloader__donut"></div>
                      </div>
                    </div>
                </div>
            </div>

            <div class="pswp__share-modal pswp__share-modal--hidden pswp__single-tap">
                <div class="pswp__share-tooltip"></div> 
            </div>

            <button class="pswp__button pswp__button--arrow--left" title="Previous (arrow left)">
            </button>

            <button class="pswp__button pswp__button--arrow--right" title="Next (arrow right)">
            </button>

            <div class="pswp__caption">
                <div class="pswp__caption__center"></div>
            </div>

        </div>

    </div>

</div>
<div id="fb-root"
        data-locale="en"></div>
<!-- Alias: 12fccd507a934848aac8dba7a4c090fb -->
<div class="dmPopupMask" id="dmPopupMask"></div>
<div id="dmPopup" class="dmPopup">
	<div class="dmPopupCloseWrapper"> <div class="dmPopupClose dm-common-icons-close oneIcon" onclick="dmHidePopup(event);"></div> </div>
 	<div class="dmPopupTitle"> <span></span> Share by:</div> 
	<div class="data"></div>
</div><script id="d_track_personalization">
	window?.waitForDeferred?.('dmAjax', () => {
		// Collects client data and updates cookies used by smart sites
		window.expireDays = 365;
		window.visitLength = 30 * 60000;
		$.setCookie("dm_timezone_offset", (new Date()).getTimezoneOffset(), window.expireDays);
			setSmartSiteCookiesInternal("dm_this_page_view","dm_last_page_view","dm_total_visits","dm_last_visit");
	});
</script>
<script type="text/javascript">
    
    Parameters.NavigationAreaParams.MoreButtonText = 'MORE';
    
    Parameters.NavigationAreaParams.LessButtonText = 'LESS';
    Parameters.HomeLinkText = 'Home';
    </script>
<!--  End Script tags -->
<!--  Site Wide Html Markup -->
<!--  Site Wide Html Markup -->
</body>
</html>
                               

Whois info of domain

Domain Name: A1AVR.COM
Registry Domain ID: 2951384939_DOMAIN_COM-VRSN
Registrar WHOIS Server: whois.squarespace.domains
Registrar URL: http://domains2.squarespace.com
Updated Date: 2025-01-17T17:36:18Z
Creation Date: 2025-01-17T17:36:17Z
Registry Expiry Date: 2026-01-17T17:36:17Z
Registrar: Squarespace Domains II LLC
Registrar IANA ID: 895
Registrar Abuse Contact Email: [email protected]
Registrar Abuse Contact Phone: +1.6466935324
Domain Status: clientDeleteProhibited https://icann.org/epp#clientDeleteProhibited
Domain Status: clientTransferProhibited https://icann.org/epp#clientTransferProhibited
Name Server: NS-CLOUD-E1.GOOGLEDOMAINS.COM
Name Server: NS-CLOUD-E2.GOOGLEDOMAINS.COM
Name Server: NS-CLOUD-E3.GOOGLEDOMAINS.COM
Name Server: NS-CLOUD-E4.GOOGLEDOMAINS.COM
DNSSEC: unsigned
URL of the ICANN Whois Inaccuracy Complaint Form: https://www.icann.org/wicf/
>>> Last update of whois database: 2025-05-06T18:15:54Z <<<
For more information on Whois status codes, please visit https://icann.org/epp
NOTICE: The expiration date displayed in this record is the date the
TERMS OF USE: You are not authorized to access or query our Whois
by the following terms of use: You agree that you may use this Data only
to: (1) allow, enable, or otherwise support the transmission of mass