{"id":7,"date":"2024-03-17T21:16:59","date_gmt":"2024-03-17T21:16:59","guid":{"rendered":"https:\/\/ex.plo.re\/atlyachts\/?page_id=7"},"modified":"2025-05-21T13:31:16","modified_gmt":"2025-05-21T20:31:16","slug":"test-page","status":"publish","type":"page","link":"https:\/\/ex.plo.re\/atlyachts\/","title":{"rendered":"Home"},"content":{"rendered":"<div id=\"cs-content\" class=\"cs-content\"><div class=\"x-section e7-e1 m7-0 m7-1 m7-2 m7-3 m7-4 m7-5 m7-6 section1content\" style=\"--tco-dc7-1:#000000;\"><div class=\"x-row e7-e2 m7-l m7-m m7-n m7-o m7-p m7-q m7-r m7-s m7-t m7-17 m7-18\"><div class=\"x-row-inner\"><div class=\"x-col e7-e3 m7-1x m7-1y m7-1z m7-20\"><div class=\"x-div e7-e4 m7-2f m7-2g m7-2h m7-2i m7-2j m7-2k\"><div class=\"x-row x-container max width e7-e5 m7-l m7-m m7-n m7-o m7-p m7-q m7-r m7-s m7-t m7-17 m7-19\"><div class=\"x-row-inner\"><div class=\"x-col e7-e6 m7-1y m7-1z m7-20 m7-21 m7-22 m7-23 m7-24\" id=\"homeform\"><div id=\"welcome\" class=\"x-text x-text-headline e7-e11 m7-5v m7-5w m7-5x m7-5y m7-5z m7-60 m7-61 m7-62 m7-63 m7-64 m7-65 headingfont\"><div class=\"x-text-content\"><div class=\"x-text-content-text\"><h1 class=\"x-text-content-text-primary\">Your Trusted Yacht Brokerage<\/h1>\n<\/div><\/div><\/div><div class=\"x-text x-content e7-e14 m7-7a m7-7b m7-7c m7-7d m7-7e m7-7f m7-7g m7-7h bodyfont\">Welcome aboard a seamless and enjoyable experience in locating and owning your dream boat.<\/div><div class=\"x-form-integration x-form-integration-gravity-forms e7-e15 m7-8e\"><script>\n\/\/----------------------------------------------------------\n\/\/------ JAVASCRIPT HOOK FUNCTIONS FOR GRAVITY FORMS -------\n\/\/----------------------------------------------------------\n\nif ( ! gform ) {\n\tdocument.addEventListener( 'gform_main_scripts_loaded', function() { gform.scriptsLoaded = true; } );\n\tdocument.addEventListener( 'gform\/theme\/scripts_loaded', function() { gform.themeScriptsLoaded = true; } );\n\twindow.addEventListener( 'DOMContentLoaded', function() { gform.domLoaded = true; } );\n\n\tvar gform = {\n\t\tdomLoaded: false,\n\t\tscriptsLoaded: false,\n\t\tthemeScriptsLoaded: false,\n\t\tisFormEditor: () => typeof InitializeEditor === 'function',\n\n\t\t\/**\n\t\t * @deprecated 2.9 the use of initializeOnLoaded in the form editor context is deprecated.\n\t\t * @remove-in 4.0 this function will not check for gform.isFormEditor().\n\t\t *\/\n\t\tcallIfLoaded: function ( fn ) {\n\t\t\tif ( gform.domLoaded && gform.scriptsLoaded && ( gform.themeScriptsLoaded || gform.isFormEditor() ) ) {\n\t\t\t\tif ( gform.isFormEditor() ) {\n\t\t\t\t\tconsole.warn( 'The use of gform.initializeOnLoaded() is deprecated in the form editor context and will be removed in Gravity Forms 3.1.' );\n\t\t\t\t}\n\t\t\t\tfn();\n\t\t\t\treturn true;\n\t\t\t}\n\t\t\treturn false;\n\t\t},\n\n\t\t\/**\n\t\t * Call a function when all scripts are loaded\n\t\t *\n\t\t * @param function fn the callback function to call when all scripts are loaded\n\t\t *\n\t\t * @returns void\n\t\t *\/\n\t\tinitializeOnLoaded: function( fn ) {\n\t\t\tif ( ! gform.callIfLoaded( fn ) ) {\n\t\t\t\tdocument.addEventListener( 'gform_main_scripts_loaded', () => { gform.scriptsLoaded = true; gform.callIfLoaded( fn ); } );\n\t\t\t\tdocument.addEventListener( 'gform\/theme\/scripts_loaded', () => { gform.themeScriptsLoaded = true; gform.callIfLoaded( fn ); } );\n\t\t\t\twindow.addEventListener( 'DOMContentLoaded', () => { gform.domLoaded = true; gform.callIfLoaded( fn ); } );\n\t\t\t}\n\t\t},\n\n\t\thooks: { action: {}, filter: {} },\n\t\taddAction: function( action, callable, priority, tag ) {\n\t\t\tgform.addHook( 'action', action, callable, priority, tag );\n\t\t},\n\t\taddFilter: function( action, callable, priority, tag ) {\n\t\t\tgform.addHook( 'filter', action, callable, priority, tag );\n\t\t},\n\t\tdoAction: function( action ) {\n\t\t\tgform.doHook( 'action', action, arguments );\n\t\t},\n\t\tapplyFilters: function( action ) {\n\t\t\treturn gform.doHook( 'filter', action, arguments );\n\t\t},\n\t\tremoveAction: function( action, tag ) {\n\t\t\tgform.removeHook( 'action', action, tag );\n\t\t},\n\t\tremoveFilter: function( action, priority, tag ) {\n\t\t\tgform.removeHook( 'filter', action, priority, tag );\n\t\t},\n\t\taddHook: function( hookType, action, callable, priority, tag ) {\n\t\t\tif ( undefined == gform.hooks[hookType][action] ) {\n\t\t\t\tgform.hooks[hookType][action] = [];\n\t\t\t}\n\t\t\tvar hooks = gform.hooks[hookType][action];\n\t\t\tif ( undefined == tag ) {\n\t\t\t\ttag = action + '_' + hooks.length;\n\t\t\t}\n\t\t\tif( priority == undefined ){\n\t\t\t\tpriority = 10;\n\t\t\t}\n\n\t\t\tgform.hooks[hookType][action].push( { tag:tag, callable:callable, priority:priority } );\n\t\t},\n\t\tdoHook: function( hookType, action, args ) {\n\n\t\t\t\/\/ splice args from object into array and remove first index which is the hook name\n\t\t\targs = Array.prototype.slice.call(args, 1);\n\n\t\t\tif ( undefined != gform.hooks[hookType][action] ) {\n\t\t\t\tvar hooks = gform.hooks[hookType][action], hook;\n\t\t\t\t\/\/sort by priority\n\t\t\t\thooks.sort(function(a,b){return a[\"priority\"]-b[\"priority\"]});\n\n\t\t\t\thooks.forEach( function( hookItem ) {\n\t\t\t\t\thook = hookItem.callable;\n\n\t\t\t\t\tif(typeof hook != 'function')\n\t\t\t\t\t\thook = window[hook];\n\t\t\t\t\tif ( 'action' == hookType ) {\n\t\t\t\t\t\thook.apply(null, args);\n\t\t\t\t\t} else {\n\t\t\t\t\t\targs[0] = hook.apply(null, args);\n\t\t\t\t\t}\n\t\t\t\t} );\n\t\t\t}\n\t\t\tif ( 'filter'==hookType ) {\n\t\t\t\treturn args[0];\n\t\t\t}\n\t\t},\n\t\tremoveHook: function( hookType, action, priority, tag ) {\n\t\t\tif ( undefined != gform.hooks[hookType][action] ) {\n\t\t\t\tvar hooks = gform.hooks[hookType][action];\n\t\t\t\thooks = hooks.filter( function(hook, index, arr) {\n\t\t\t\t\tvar removeHook = (undefined==tag||tag==hook.tag) && (undefined==priority||priority==hook.priority);\n\t\t\t\t\treturn !removeHook;\n\t\t\t\t} );\n\t\t\t\tgform.hooks[hookType][action] = hooks;\n\t\t\t}\n\t\t}\n\t};\n}\n<\/script>\n\n                <div class='gf_browser_gecko gform_wrapper gform-theme gform-theme--foundation gform-theme--framework gform-theme--orbital' data-form-theme='orbital' data-form-index='0' id='gform_wrapper_1' ><style>#gform_wrapper_1[data-form-index=\"0\"].gform-theme,[data-parent-form=\"1_0\"]{--gf-color-primary: #204ce5;--gf-color-primary-rgb: 32, 76, 229;--gf-color-primary-contrast: #fff;--gf-color-primary-contrast-rgb: 255, 255, 255;--gf-color-primary-darker: #001AB3;--gf-color-primary-lighter: #527EFF;--gf-color-secondary: #fff;--gf-color-secondary-rgb: 255, 255, 255;--gf-color-secondary-contrast: #112337;--gf-color-secondary-contrast-rgb: 17, 35, 55;--gf-color-secondary-darker: #F5F5F5;--gf-color-secondary-lighter: #FFFFFF;--gf-color-out-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-out-ctrl-light-rgb: 17, 35, 55;--gf-color-out-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-out-ctrl-light-lighter: #F5F5F5;--gf-color-out-ctrl-dark: #585e6a;--gf-color-out-ctrl-dark-rgb: 88, 94, 106;--gf-color-out-ctrl-dark-darker: #112337;--gf-color-out-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-color-in-ctrl: #fff;--gf-color-in-ctrl-rgb: 255, 255, 255;--gf-color-in-ctrl-contrast: #112337;--gf-color-in-ctrl-contrast-rgb: 17, 35, 55;--gf-color-in-ctrl-darker: #F5F5F5;--gf-color-in-ctrl-lighter: #FFFFFF;--gf-color-in-ctrl-primary: #204ce5;--gf-color-in-ctrl-primary-rgb: 32, 76, 229;--gf-color-in-ctrl-primary-contrast: #fff;--gf-color-in-ctrl-primary-contrast-rgb: 255, 255, 255;--gf-color-in-ctrl-primary-darker: #001AB3;--gf-color-in-ctrl-primary-lighter: #527EFF;--gf-color-in-ctrl-light: rgba(17, 35, 55, 0.1);--gf-color-in-ctrl-light-rgb: 17, 35, 55;--gf-color-in-ctrl-light-darker: rgba(104, 110, 119, 0.35);--gf-color-in-ctrl-light-lighter: #F5F5F5;--gf-color-in-ctrl-dark: #585e6a;--gf-color-in-ctrl-dark-rgb: 88, 94, 106;--gf-color-in-ctrl-dark-darker: #112337;--gf-color-in-ctrl-dark-lighter: rgba(17, 35, 55, 0.65);--gf-radius: 3px;--gf-font-size-secondary: 14px;--gf-font-size-tertiary: 13px;--gf-icon-ctrl-number: url(\"data:image\/svg+xml,%3Csvg width='8' height='14' viewBox='0 0 8 14' fill='none' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4 0C4.26522 5.96046e-08 4.51957 0.105357 4.70711 0.292893L7.70711 3.29289C8.09763 3.68342 8.09763 4.31658 7.70711 4.70711C7.31658 5.09763 6.68342 5.09763 6.29289 4.70711L4 2.41421L1.70711 4.70711C1.31658 5.09763 0.683417 5.09763 0.292893 4.70711C-0.0976311 4.31658 -0.097631 3.68342 0.292893 3.29289L3.29289 0.292893C3.48043 0.105357 3.73478 0 4 0ZM0.292893 9.29289C0.683417 8.90237 1.31658 8.90237 1.70711 9.29289L4 11.5858L6.29289 9.29289C6.68342 8.90237 7.31658 8.90237 7.70711 9.29289C8.09763 9.68342 8.09763 10.3166 7.70711 10.7071L4.70711 13.7071C4.31658 14.0976 3.68342 14.0976 3.29289 13.7071L0.292893 10.7071C-0.0976311 10.3166 -0.0976311 9.68342 0.292893 9.29289Z' fill='rgba(17, 35, 55, 0.65)'\/%3E%3C\/svg%3E\");--gf-icon-ctrl-select: url(\"data:image\/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.292893 0.292893C0.683417 -0.097631 1.31658 -0.097631 1.70711 0.292893L5 3.58579L8.29289 0.292893C8.68342 -0.0976311 9.31658 -0.0976311 9.70711 0.292893C10.0976 0.683417 10.0976 1.31658 9.70711 1.70711L5.70711 5.70711C5.31658 6.09763 4.68342 6.09763 4.29289 5.70711L0.292893 1.70711C-0.0976311 1.31658 -0.0976311 0.683418 0.292893 0.292893Z' fill='rgba(17, 35, 55, 0.65)'\/%3E%3C\/svg%3E\");--gf-icon-ctrl-search: url(\"data:image\/svg+xml,%3Csvg width='640' height='640' xmlns='http:\/\/www.w3.org\/2000\/svg'%3E%3Cpath d='M256 128c-70.692 0-128 57.308-128 128 0 70.691 57.308 128 128 128 70.691 0 128-57.309 128-128 0-70.692-57.309-128-128-128zM64 256c0-106.039 85.961-192 192-192s192 85.961 192 192c0 41.466-13.146 79.863-35.498 111.248l154.125 154.125c12.496 12.496 12.496 32.758 0 45.254s-32.758 12.496-45.254 0L367.248 412.502C335.862 434.854 297.467 448 256 448c-106.039 0-192-85.962-192-192z' fill='rgba(17, 35, 55, 0.65)'\/%3E%3C\/svg%3E\");--gf-label-space-y-secondary: var(--gf-label-space-y-md-secondary);--gf-ctrl-border-color: #686e77;--gf-ctrl-size: var(--gf-ctrl-size-md);--gf-ctrl-label-color-primary: #112337;--gf-ctrl-label-color-secondary: #112337;--gf-ctrl-choice-size: var(--gf-ctrl-choice-size-md);--gf-ctrl-checkbox-check-size: var(--gf-ctrl-checkbox-check-size-md);--gf-ctrl-radio-check-size: var(--gf-ctrl-radio-check-size-md);--gf-ctrl-btn-font-size: var(--gf-ctrl-btn-font-size-md);--gf-ctrl-btn-padding-x: var(--gf-ctrl-btn-padding-x-md);--gf-ctrl-btn-size: var(--gf-ctrl-btn-size-md);--gf-ctrl-btn-border-color-secondary: #686e77;--gf-ctrl-file-btn-bg-color-hover: #EBEBEB;--gf-field-img-choice-size: var(--gf-field-img-choice-size-md);--gf-field-img-choice-card-space: var(--gf-field-img-choice-card-space-md);--gf-field-img-choice-check-ind-size: var(--gf-field-img-choice-check-ind-size-md);--gf-field-img-choice-check-ind-icon-size: var(--gf-field-img-choice-check-ind-icon-size-md);--gf-field-pg-steps-number-color: rgba(17, 35, 55, 0.8);}<\/style><div id='gf_1' class='gform_anchor' tabindex='-1'><\/div>\n                        <div class='gform_heading'>\n\t\t\t\t\t\t\t<p class='gform_required_legend'>&quot;<span class=\"gfield_required gfield_required_asterisk\">*<\/span>&quot; indicates required fields<\/p>\n                        <\/div><form method='post' enctype='multipart\/form-data' target='gform_ajax_frame_1' id='gform_1'  action='\/atlyachts\/wp-json\/wp\/v2\/pages\/7#gf_1' data-formid='1' novalidate>\n        <div id='gf_progressbar_wrapper_1' class='gf_progressbar_wrapper' data-start-at-zero=''>\n        \t<p class=\"gf_progressbar_title\">Step <span class='gf_step_current_page'>1<\/span> of <span class='gf_step_page_count'>4<\/span><span class='gf_step_page_name'> - Yacht Size<\/span>\n        \t<\/p>\n            <div class='gf_progressbar gf_progressbar_custom' aria-hidden='true'>\n                <div class='gf_progressbar_percentage percentbar_custom percentbar_25' style='width:25%; color:#ffffff; background-color:#000328;'><span>25%<\/span><\/div>\n            <\/div><\/div>\n                        <div class='gform-body gform_body'><div id='gform_page_1_1' class='gform_page ' data-js='page-field-id-0' >\n\t\t\t\t\t<div class='gform_page_fields'><div id='gform_fields_1' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id=\"field_1_28\" class=\"gfield gfield--type-honeypot gform_validation_container field_sublabel_below gfield--has-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_1_28'>X\/Twitter<\/label><div class='ginput_container'><input name='input_28' id='input_1_28' type='text' value='' autocomplete='new-password'\/><\/div><div class='gfield_description' id='gfield_description_1_28'>This field is for validation purposes and should be left unchanged.<\/div><\/div><div id=\"field_1_18\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><div class=\"gformheading\">What Size Are You Looking For?<\/div><\/div><div id=\"field_1_8\" class=\"gfield gfield--type-number gfield--input-type-number gfield--width-half field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_1_8'>Minimum Size<\/label><div class='ginput_container ginput_container_number'><input name='input_8' id='input_1_8' type='number' step='any'   value='' class='large' tabindex='23423'     aria-invalid=\"false\"  \/><\/div><\/div><div id=\"field_1_26\" class=\"gfield gfield--type-number gfield--input-type-number gfield--width-half field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_1_26'>Maximum Size<\/label><div class='ginput_container ginput_container_number'><input name='input_26' id='input_1_26' type='number' step='any'   value='' class='large' tabindex='23424'     aria-invalid=\"false\"  \/><\/div><\/div><\/div>\n                    <\/div>\n                    <div class='gform-page-footer gform_page_footer top_label'>\n                         <input type='button' id='gform_next_button_1_25' class='gform_next_button gform-theme-button button' onclick='gform.submission.handleButtonClick(this);' data-submission-type='next' value='Next' tabindex='23425' \/> \n                    <\/div>\n                <\/div>\n                <div id='gform_page_1_2' class='gform_page' data-js='page-field-id-25' style='display:none;'>\n                    <div class='gform_page_fields'>\n                        <div id='gform_fields_1_2' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id=\"field_1_23\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><div class=\"gformheading\">What Is Your Price Range?<\/div><\/div><div id=\"field_1_24\" class=\"gfield gfield--type-number gfield--input-type-number gfield--width-half field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_1_24'>Minimum Price<\/label><div class='ginput_container ginput_container_number'><input name='input_24' id='input_1_24' type='text' step='any'   value='$195,000' class='large' tabindex='23426'   placeholder='$195,000'  aria-invalid=\"false\"  \/><\/div><\/div><div id=\"field_1_9\" class=\"gfield gfield--type-number gfield--input-type-number gfield--width-half field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_1_9'>Maximum Price<\/label><div class='ginput_container ginput_container_number'><input name='input_9' id='input_1_9' type='text' step='any'   value='$880,000' class='large' tabindex='23427'     aria-invalid=\"false\"  \/><\/div><\/div><\/div>\n                    <\/div>\n                    <div class='gform-page-footer gform_page_footer top_label'>\n                        <input type='button' id='gform_previous_button_1_15' class='gform_previous_button gform-theme-button gform-theme-button--secondary button' onclick='gform.submission.handleButtonClick(this);' data-submission-type='previous' value='Previous' tabindex='23428' \/> <input type='button' id='gform_next_button_1_15' class='gform_next_button gform-theme-button button' onclick='gform.submission.handleButtonClick(this);' data-submission-type='next' value='Next' tabindex='23429' \/> \n                    <\/div>\n                <\/div>\n                <div id='gform_page_1_3' class='gform_page' data-js='page-field-id-15' style='display:none;'>\n                    <div class='gform_page_fields'>\n                        <div id='gform_fields_1_3' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id=\"field_1_19\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><div class=\"gformheading\">What Is Your Desired Age Range?<\/div><\/div><div id=\"field_1_21\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-half field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_1_21'>Oldest Year<\/label><div class='ginput_container ginput_container_text'><input name='input_21' id='input_1_21' type='text' value='' class='large'   tabindex='23430'   aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_1_22\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-half field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_1_22'>Newest Year<\/label><div class='ginput_container ginput_container_text'><input name='input_22' id='input_1_22' type='text' value='2025' class='large'   tabindex='23431'   aria-invalid=\"false\"   \/><\/div><\/div><\/div>\n                    <\/div>\n                    <div class='gform-page-footer gform_page_footer top_label'>\n                        <input type='button' id='gform_previous_button_1_11' class='gform_previous_button gform-theme-button gform-theme-button--secondary button' onclick='gform.submission.handleButtonClick(this);' data-submission-type='previous' value='Previous' tabindex='23432' \/> <input type='button' id='gform_next_button_1_11' class='gform_next_button gform-theme-button button' onclick='gform.submission.handleButtonClick(this);' data-submission-type='next' value='Next' tabindex='23433' \/> \n                    <\/div>\n                <\/div>\n                <div id='gform_page_1_4' class='gform_page' data-js='page-field-id-11' style='display:none;'>\n                    <div class='gform_page_fields'>\n                        <div id='gform_fields_1_4' class='gform_fields top_label form_sublabel_below description_below validation_below'><div id=\"field_1_20\" class=\"gfield gfield--type-html gfield--input-type-html gfield--width-full gfield_html gfield_html_formatted gfield_no_follows_desc field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><div class=\"gformheading\">Start Your Search<\/div><\/div><div id=\"field_1_10\" class=\"gfield gfield--type-text gfield--input-type-text gfield--width-third gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_1_10'>Name<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_text'><input name='input_10' id='input_1_10' type='text' value='' class='large'   tabindex='23434'  aria-required=\"true\" aria-invalid=\"false\"   \/><\/div><\/div><div id=\"field_1_12\" class=\"gfield gfield--type-email gfield--input-type-email gfield--width-third copy-12-to-27 gwcopy gfield_contains_required field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_1_12'>Email<span class=\"gfield_required\"><span class=\"gfield_required gfield_required_asterisk\">*<\/span><\/span><\/label><div class='ginput_container ginput_container_email'>\n                            <input name='input_12' id='input_1_12' type='email' value='' class='large' tabindex='23435'   aria-required=\"true\" aria-invalid=\"false\"  autocomplete=\"email\"\/>\n                        <\/div><\/div><div id=\"field_1_13\" class=\"gfield gfield--type-phone gfield--input-type-phone gfield--width-third field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><label class='gfield_label gform-field-label' for='input_1_13'>Phone<\/label><div class='ginput_container ginput_container_phone'><input name='input_13' id='input_1_13' type='tel' value='' class='large' tabindex='23436'   aria-invalid=\"false\"  autocomplete=\"tel\" \/><\/div><\/div><div id=\"field_1_27\" class=\"gfield gfield--type-hidden gfield--input-type-hidden gfield--width-full gform_hidden field_sublabel_below gfield--no-description field_description_below field_validation_below gfield_visibility_visible\"  ><div class='ginput_container ginput_container_text'><input name='input_27' id='input_1_27' type='hidden' class='gform_hidden'  aria-invalid=\"false\" value='' \/><\/div><\/div><\/div><\/div>\n        <div class='gform-page-footer gform_page_footer top_label'><input type='submit' id='gform_previous_button_1' class='gform_previous_button gform-theme-button gform-theme-button--secondary button' onclick='gform.submission.handleButtonClick(this);' data-submission-type='previous' value='Previous' tabindex='23437' \/> <input type='submit' id='gform_submit_button_1' class='gform_button button' onclick='gform.submission.handleButtonClick(this);' data-submission-type='submit' value='View Listings Now' tabindex='23438' \/> <input type='hidden' name='gform_ajax' value='form_id=1&amp;title=&amp;description=&amp;tabindex=23423&amp;theme=orbital&amp;styles=[]&amp;hash=25d9b3b8158911b3f6614234280625e2' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submission_method' data-js='gform_submission_method_1' value='iframe' \/>\n            <input type='hidden' class='gform_hidden' name='gform_theme' data-js='gform_theme_1' id='gform_theme_1' value='orbital' \/>\n            <input type='hidden' class='gform_hidden' name='gform_style_settings' data-js='gform_style_settings_1' id='gform_style_settings_1' value='[]' \/>\n            <input type='hidden' class='gform_hidden' name='is_submit_1' value='1' \/>\n            <input type='hidden' class='gform_hidden' name='gform_submit' value='1' \/>\n            \n            <input type='hidden' class='gform_hidden' name='gform_unique_id' value='' \/>\n            <input type='hidden' class='gform_hidden' name='state_1' value='WyJbXSIsIjIxY2IzMjA1YWE3NzY0ZmE5Y2NmMmY1MWNkOGU3NDFkIl0=' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_target_page_number_1' id='gform_target_page_number_1' value='2' \/>\n            <input type='hidden' autocomplete='off' class='gform_hidden' name='gform_source_page_number_1' id='gform_source_page_number_1' value='1' \/>\n            <input type='hidden' name='gform_field_values' value='' \/>\n            \n        <\/div>\n             <\/div><\/div>\n                        <\/form>\n                        <\/div>\n\t\t                <iframe style='display:none;width:0px;height:0px;' src='about:blank' name='gform_ajax_frame_1' id='gform_ajax_frame_1' title='This iframe contains the logic required to handle Ajax powered Gravity Forms.'><\/iframe>\n\t\t                <script>\ngform.initializeOnLoaded( function() {gformInitSpinner( 1, 'https:\/\/ex.plo.re\/atlyachts\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', false );jQuery('#gform_ajax_frame_1').on('load',function(){var contents = jQuery(this).contents().find('*').html();var is_postback = contents.indexOf('GF_AJAX_POSTBACK') >= 0;if(!is_postback){return;}var form_content = jQuery(this).contents().find('#gform_wrapper_1');var is_confirmation = jQuery(this).contents().find('#gform_confirmation_wrapper_1').length > 0;var is_redirect = contents.indexOf('gformRedirect(){') >= 0;var is_form = form_content.length > 0 && ! is_redirect && ! is_confirmation;var mt = parseInt(jQuery('html').css('margin-top'), 10) + parseInt(jQuery('body').css('margin-top'), 10) + 100;if(is_form){jQuery('#gform_wrapper_1').html(form_content.html());if(form_content.hasClass('gform_validation_error')){jQuery('#gform_wrapper_1').addClass('gform_validation_error');} else {jQuery('#gform_wrapper_1').removeClass('gform_validation_error');}setTimeout( function() { \/* delay the scroll by 50 milliseconds to fix a bug in chrome *\/ jQuery(document).scrollTop(jQuery('#gform_wrapper_1').offset().top - mt); }, 50 );if(window['gformInitDatepicker']) {gformInitDatepicker();}if(window['gformInitPriceFields']) {gformInitPriceFields();}var current_page = jQuery('#gform_source_page_number_1').val();gformInitSpinner( 1, 'https:\/\/ex.plo.re\/atlyachts\/wp-content\/plugins\/gravityforms\/images\/spinner.svg', false );jQuery(document).trigger('gform_page_loaded', [1, current_page]);window['gf_submitting_1'] = false;}else if(!is_redirect){var confirmation_content = jQuery(this).contents().find('.GF_AJAX_POSTBACK').html();if(!confirmation_content){confirmation_content = contents;}jQuery('#gform_wrapper_1').replaceWith(confirmation_content);jQuery(document).scrollTop(jQuery('#gf_1').offset().top - mt);jQuery(document).trigger('gform_confirmation_loaded', [1]);window['gf_submitting_1'] = false;wp.a11y.speak(jQuery('#gform_confirmation_message_1').text());}else{jQuery('#gform_1').append(contents);if(window['gformRedirect']) {gformRedirect();}}jQuery(document).trigger(\"gform_pre_post_render\", [{ formId: \"1\", currentPage: \"current_page\", abort: function() { this.preventDefault(); } }]);        if (event && event.defaultPrevented) {                return;        }        const gformWrapperDiv = document.getElementById( \"gform_wrapper_1\" );        if ( gformWrapperDiv ) {            const visibilitySpan = document.createElement( \"span\" );            visibilitySpan.id = \"gform_visibility_test_1\";            gformWrapperDiv.insertAdjacentElement( \"afterend\", visibilitySpan );        }        const visibilityTestDiv = document.getElementById( \"gform_visibility_test_1\" );        let postRenderFired = false;        function triggerPostRender() {            if ( postRenderFired ) {                return;            }            postRenderFired = true;            gform.core.triggerPostRenderEvents( 1, current_page );            if ( visibilityTestDiv ) {                visibilityTestDiv.parentNode.removeChild( visibilityTestDiv );            }        }        function debounce( func, wait, immediate ) {            var timeout;            return function() {                var context = this, args = arguments;                var later = function() {                    timeout = null;                    if ( !immediate ) func.apply( context, args );                };                var callNow = immediate && !timeout;                clearTimeout( timeout );                timeout = setTimeout( later, wait );                if ( callNow ) func.apply( context, args );            };        }        const debouncedTriggerPostRender = debounce( function() {            triggerPostRender();        }, 200 );        if ( visibilityTestDiv && visibilityTestDiv.offsetParent === null ) {            const observer = new MutationObserver( ( mutations ) => {                mutations.forEach( ( mutation ) => {                    if ( mutation.type === 'attributes' && visibilityTestDiv.offsetParent !== null ) {                        debouncedTriggerPostRender();                        observer.disconnect();                    }                });            });            observer.observe( document.body, {                attributes: true,                childList: false,                subtree: true,                attributeFilter: [ 'style', 'class' ],            });        } else {            triggerPostRender();        }    } );} );\n<\/script>\n<\/div><\/div><\/div><\/div><\/div><div class=\"x-div e7-e25 m7-2f m7-2h m7-2i m7-2j m7-2k m7-2u m7-2z m7-30 m7-31 m7-32 m7-33 m7-34\" style=\"--tco-dc7-1c:url(https:\/\/ex.plo.re\/atlyachts\/wp-content\/uploads\/sites\/550\/2024\/11\/power-yacht2.jpg);\"><div class=\"x-bg\" aria-hidden=\"true\"><div class=\"x-bg-layer-lower-image\"><\/div><\/div><div class=\"x-div e7-e26 m7-2f m7-2h m7-2i m7-2j m7-2k m7-2u m7-2z m7-31 m7-35 semitransparentdiv\"><\/div><div class=\"x-div e7-e27 m7-2f m7-2h m7-2i m7-2j m7-2k m7-32 m7-36 m7-37 m7-38 m7-39 m7-3a m7-3b\"><div class=\"x-div e7-e28 m7-2f m7-2h m7-2i m7-2j m7-2k m7-2u m7-36 m7-37 m7-39 m7-3c\"><div class=\"x-slide-container-viewport is-loading e7-e29 m7-8f m7-8g\" data-x-slide-container=\"{&quot;keyboardNavigation&quot;:true,&quot;autoplayStartInView&quot;:true,&quot;snap&quot;:true,&quot;wrapAround&quot;:true,&quot;direction&quot;:&quot;forward&quot;,&quot;startingSlide&quot;:1,&quot;autoplay&quot;:&quot;interval&quot;}\"><div class=\"x-slide-container-content\"><div class=\"x-slide-container is-inline is-paged\"><div class=\"x-slide e7-e30 m7-8i m7-8j\" data-x-slide=\"\" style=\"--tco-dc7-1d:url(https:\/\/ex.plo.re\/atlyachts\/wp-content\/uploads\/sites\/550\/2024\/11\/power-yacht2.jpg);\"><div class=\"x-bg\" aria-hidden=\"true\"><div class=\"x-bg-layer-lower-image\"><\/div><\/div><\/div><div class=\"x-slide e7-e30 m7-8i m7-8j\" data-x-slide=\"\" style=\"--tco-dc7-1d:url(https:\/\/ex.plo.re\/atlyachts\/wp-content\/uploads\/sites\/550\/2025\/05\/091424_CTNA_0175-scaled-1.jpg);\"><div class=\"x-bg\" aria-hidden=\"true\"><div class=\"x-bg-layer-lower-image\"><\/div><\/div><\/div><div class=\"x-slide e7-e30 m7-8i m7-8j\" data-x-slide=\"\" style=\"--tco-dc7-1d:url(https:\/\/ex.plo.re\/atlyachts\/wp-content\/uploads\/sites\/550\/2025\/05\/328546_288138634586531_1588592302_o.jpg);\"><div class=\"x-bg\" aria-hidden=\"true\"><div class=\"x-bg-layer-lower-image\"><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><\/div><div class=\"x-section e7-e37 m7-1 m7-6 m7-7 m7-8 aboutus gradienttop\" id=\"section2\"><div class=\"x-row e7-e38 m7-n m7-v m7-w m7-x m7-y m7-z m7-10 m7-11 m7-1a m7-1c\"><div class=\"x-row-inner\"><div class=\"x-col e7-e39 m7-1y m7-1z m7-20 m7-21 m7-22 m7-25 m7-26 m7-27\"><div class=\"x-div e7-e40 m7-2f m7-2h m7-2i m7-2j m7-2k\"><div style=\"--tco-dc7-1q:#002347;--tco-dc7-1s:#002347;\" class=\"x-text x-text-headline e7-e43 m7-5v m7-5w m7-5z m7-60 m7-61 m7-63 m7-65 m7-66 m7-67 m7-68 m7-69 m7-6a headingfont\"><div class=\"x-text-content\"><div class=\"x-text-content-text\"><h2 class=\"x-text-content-text-primary\">Work with Atlantic Yacht Sales<\/h2>\n<\/div><\/div><\/div><\/div><hr class=\"x-line e7-e44 m7-94 m7-95\" style=\"--tco-dc7-1u:#000000;\"\/><div style=\"--tco-dc7-20:#636363;--tco-dc7-22:#636363;--tco-dc7-24:#636363;\" class=\"x-text x-content e7-e47 m7-7a m7-7b m7-7c m7-7d m7-7e m7-7f m7-7g m7-7k bodyfont\">Atlantic Yacht Sales sells new and pre-owned power and sail boats. No matter what type or size of boat you are looking for, let our professional team research our network and find you the best boat that fits your needs. Atlantic Yacht Sales is a member of Boating Atlantic. We can can ship your boat worldwide. If you are looking to sell your boat, whether it is power or sail, we\u2019re not only happy to help you determine the best possible selling price for your vessel, but we can market it through our worldwide network and advertising resources. We put our industry relationships to work for you.<\/div><\/div><\/div><\/div><div class=\"x-row x-container max width e7-e55 m7-l m7-m m7-n m7-o m7-p m7-q m7-u m7-v m7-z m7-12 m7-1a m7-1d\" id=\"tiles\"><div class=\"x-row-inner\"><div class=\"x-col e7-e56 m7-1y m7-20 m7-21 m7-24 m7-25 m7-26 m7-28 m7-29 m7-2a boxshadow\"><a class=\"x-image e7-e59 m7-97 m7-98 m7-99 m7-9a\" href=\"#feat\"><img decoding=\"async\" src=\"https:\/\/ex.plo.re\/atlyachts\/wp-content\/uploads\/sites\/550\/2025\/05\/DJI_20230615124150_0222_D-scaled-1.jpg\" width=\"2560\" height=\"1919\" alt=\"Image\"><\/a><div class=\"x-div e7-e60 m7-2f m7-2h m7-2i m7-2k m7-2u m7-2v m7-3o m7-3p m7-3q\"><div style=\"--tco-dc7-2n:#002347;--tco-dc7-2q:#002347;--tco-dc7-2r:#002347;--tco-dc7-2u:#002347;\" class=\"x-text x-text-headline e7-e61 m7-5w m7-65 m7-66 m7-6b m7-6c m7-6d m7-6e m7-6f m7-6g m7-6h headingfont\"><div class=\"x-text-content\"><div class=\"x-text-content-text\"><h2 class=\"x-text-content-text-primary\">Featured Yacht Listings<\/h2>\n<\/div><\/div><\/div><div style=\"--tco-dc7-2v:#636363;--tco-dc7-2x:#636363;\" class=\"x-text x-content e7-e62 m7-7a m7-7b m7-7e m7-7f m7-7g m7-7l m7-7m m7-7n m7-7o bodyfont\">Explore our tailored solutions for yacht buyers and sellers. Navigate through our extensive listings, and let us help you find the perfect vessel for your needs!<\/div><a class=\"x-anchor x-anchor-button has-graphic e7-e63 m7-4m m7-4o m7-4p m7-4q m7-4v m7-4w m7-4x m7-4y m7-4z m7-50 m7-53 m7-57 m7-g m7-h pulse bodyfont\" tabindex=\"0\" style=\"--tco-dc7-30:#000000;--tco-dc7-33:#00008B;--tco-dc7-35:#000000;--tco-dc7-38:#00008B;--tco-dc7-3a:#000000;--tco-dc7-3d:#00008B;\" href=\"#feat\" data-x-effect=\"{&quot;durationBase&quot;:&quot;300ms&quot;}\"><div class=\"x-anchor-content\"><span class=\"x-graphic\" aria-hidden=\"true\"><span data-x-single-anim=\"x-flip-x\" class=\"x-icon x-graphic-child x-graphic-icon x-graphic-primary\" aria-hidden=\"true\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><!--! Font Awesome Pro 7.3.1 by @fontawesome - https:\/\/fontawesome.com License - https:\/\/fontawesome.com\/license (Commercial License) Copyright 2026 Fonticons, Inc. --><path fill=\"currentColor\" d=\"M507.3 267.3c6.2-6.2 6.2-16.4 0-22.6l-176-176c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6L457.4 240 16 240c-8.8 0-16 7.2-16 16s7.2 16 16 16l441.4 0-148.7 148.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l176-176z\"\/><\/svg><\/span><\/span><div class=\"x-anchor-text\"><span class=\"x-anchor-text-primary\">Explore Listings<\/span><\/div><\/div><\/a><\/div><\/div><div class=\"x-col e7-e56 m7-1y m7-20 m7-21 m7-24 m7-25 m7-26 m7-28 m7-29 m7-2a boxshadow\"><a class=\"x-image e7-e59 m7-97 m7-98 m7-99 m7-9a\" href=\"#contact\"><img decoding=\"async\" src=\"https:\/\/ex.plo.re\/atlyachts\/wp-content\/uploads\/sites\/550\/2025\/05\/350lxz-8155-scaled-1.jpg\" width=\"2560\" height=\"1707\" alt=\"Image\"><\/a><div class=\"x-div e7-e60 m7-2f m7-2h m7-2i m7-2k m7-2u m7-2v m7-3o m7-3p m7-3q\"><div style=\"--tco-dc7-2n:#002347;--tco-dc7-2q:#002347;--tco-dc7-2r:#002347;--tco-dc7-2u:#002347;\" class=\"x-text x-text-headline e7-e61 m7-5w m7-65 m7-66 m7-6b m7-6c m7-6d m7-6e m7-6f m7-6g m7-6h headingfont\"><div class=\"x-text-content\"><div class=\"x-text-content-text\"><h2 class=\"x-text-content-text-primary\">Comprehensive Yacht Services<\/h2>\n<\/div><\/div><\/div><div style=\"--tco-dc7-2v:#636363;--tco-dc7-2x:#636363;\" class=\"x-text x-content e7-e62 m7-7a m7-7b m7-7e m7-7f m7-7g m7-7l m7-7m m7-7n m7-7o bodyfont\">Selling your boat can feel overwhelming, but we'll make every step as smooth as possible. Our expert team will provide guidance through evaluations, inspections, and the entire closing process.<\/div><a class=\"x-anchor x-anchor-button has-graphic e7-e63 m7-4m m7-4o m7-4p m7-4q m7-4v m7-4w m7-4x m7-4y m7-4z m7-50 m7-53 m7-57 m7-g m7-h pulse bodyfont\" tabindex=\"0\" style=\"--tco-dc7-30:#000000;--tco-dc7-33:#00008B;--tco-dc7-35:#000000;--tco-dc7-38:#00008B;--tco-dc7-3a:#000000;--tco-dc7-3d:#00008B;\" href=\"#contact\" data-x-effect=\"{&quot;durationBase&quot;:&quot;300ms&quot;}\"><div class=\"x-anchor-content\"><span class=\"x-graphic\" aria-hidden=\"true\"><span data-x-single-anim=\"x-flip-x\" class=\"x-icon x-graphic-child x-graphic-icon x-graphic-primary\" aria-hidden=\"true\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><!--! Font Awesome Pro 7.3.1 by @fontawesome - https:\/\/fontawesome.com License - https:\/\/fontawesome.com\/license (Commercial License) Copyright 2026 Fonticons, Inc. --><path fill=\"currentColor\" d=\"M507.3 267.3c6.2-6.2 6.2-16.4 0-22.6l-176-176c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6L457.4 240 16 240c-8.8 0-16 7.2-16 16s7.2 16 16 16l441.4 0-148.7 148.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l176-176z\"\/><\/svg><\/span><\/span><div class=\"x-anchor-text\"><span class=\"x-anchor-text-primary\">Learn More<\/span><\/div><\/div><\/a><\/div><\/div><div class=\"x-col e7-e56 m7-1y m7-20 m7-21 m7-24 m7-25 m7-26 m7-28 m7-29 m7-2a boxshadow\"><a class=\"x-image e7-e59 m7-97 m7-98 m7-99 m7-9a\" href=\"#testimonials\"><img decoding=\"async\" src=\"https:\/\/ex.plo.re\/atlyachts\/wp-content\/uploads\/sites\/550\/2024\/11\/family-charter-cheers-yacht-engel-volkers-cjunge.jpeg\" width=\"1888\" height=\"1417\" alt=\"Image\"><\/a><div class=\"x-div e7-e60 m7-2f m7-2h m7-2i m7-2k m7-2u m7-2v m7-3o m7-3p m7-3q\"><div style=\"--tco-dc7-2n:#002347;--tco-dc7-2q:#002347;--tco-dc7-2r:#002347;--tco-dc7-2u:#002347;\" class=\"x-text x-text-headline e7-e61 m7-5w m7-65 m7-66 m7-6b m7-6c m7-6d m7-6e m7-6f m7-6g m7-6h headingfont\"><div class=\"x-text-content\"><div class=\"x-text-content-text\"><h2 class=\"x-text-content-text-primary\">Client Success Stories<\/h2>\n<\/div><\/div><\/div><div style=\"--tco-dc7-2v:#636363;--tco-dc7-2x:#636363;\" class=\"x-text x-content e7-e62 m7-7a m7-7b m7-7e m7-7f m7-7g m7-7l m7-7m m7-7n m7-7o bodyfont\">Whether you're looking to buy, sell, finance or just research yachts in your area, my team is here to help. We take pride in our successful transactions and satisfied clients.<\/div><a class=\"x-anchor x-anchor-button has-graphic e7-e63 m7-4m m7-4o m7-4p m7-4q m7-4v m7-4w m7-4x m7-4y m7-4z m7-50 m7-53 m7-57 m7-g m7-h pulse bodyfont\" tabindex=\"0\" style=\"--tco-dc7-30:#000000;--tco-dc7-33:#00008B;--tco-dc7-35:#000000;--tco-dc7-38:#00008B;--tco-dc7-3a:#000000;--tco-dc7-3d:#00008B;\" href=\"#testimonials\" data-x-effect=\"{&quot;durationBase&quot;:&quot;300ms&quot;}\"><div class=\"x-anchor-content\"><span class=\"x-graphic\" aria-hidden=\"true\"><span data-x-single-anim=\"x-flip-x\" class=\"x-icon x-graphic-child x-graphic-icon x-graphic-primary\" aria-hidden=\"true\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><!--! Font Awesome Pro 7.3.1 by @fontawesome - https:\/\/fontawesome.com License - https:\/\/fontawesome.com\/license (Commercial License) Copyright 2026 Fonticons, Inc. --><path fill=\"currentColor\" d=\"M507.3 267.3c6.2-6.2 6.2-16.4 0-22.6l-176-176c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6L457.4 240 16 240c-8.8 0-16 7.2-16 16s7.2 16 16 16l441.4 0-148.7 148.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l176-176z\"\/><\/svg><\/span><\/span><div class=\"x-anchor-text\"><span class=\"x-anchor-text-primary\">Read Our Reviews<\/span><\/div><\/div><\/a><\/div><\/div><div class=\"x-col e7-e56 m7-1y m7-20 m7-21 m7-24 m7-25 m7-26 m7-28 m7-29 m7-2a boxshadow\"><a class=\"x-image e7-e59 m7-97 m7-98 m7-99 m7-9a\" href=\"#contact\"><img decoding=\"async\" src=\"https:\/\/ex.plo.re\/atlyachts\/wp-content\/uploads\/sites\/550\/2024\/11\/marina-final-image-11.jpg\" width=\"1800\" height=\"1057\" alt=\"Image\"><\/a><div class=\"x-div e7-e60 m7-2f m7-2h m7-2i m7-2k m7-2u m7-2v m7-3o m7-3p m7-3q\"><div style=\"--tco-dc7-2n:#002347;--tco-dc7-2q:#002347;--tco-dc7-2r:#002347;--tco-dc7-2u:#002347;\" class=\"x-text x-text-headline e7-e61 m7-5w m7-65 m7-66 m7-6b m7-6c m7-6d m7-6e m7-6f m7-6g m7-6h headingfont\"><div class=\"x-text-content\"><div class=\"x-text-content-text\"><h2 class=\"x-text-content-text-primary\">Tech-Savvy Yacht Brokerage Sales<\/h2>\n<\/div><\/div><\/div><div style=\"--tco-dc7-2v:#636363;--tco-dc7-2x:#636363;\" class=\"x-text x-content e7-e62 m7-7a m7-7b m7-7e m7-7f m7-7g m7-7l m7-7m m7-7n m7-7o bodyfont\">Every listing. Every news blast. We leverage world class marketing to stay ahead in the industry.<\/div><a class=\"x-anchor x-anchor-button has-graphic e7-e63 m7-4m m7-4o m7-4p m7-4q m7-4v m7-4w m7-4x m7-4y m7-4z m7-50 m7-53 m7-57 m7-g m7-h pulse bodyfont\" tabindex=\"0\" style=\"--tco-dc7-30:#000000;--tco-dc7-33:#00008B;--tco-dc7-35:#000000;--tco-dc7-38:#00008B;--tco-dc7-3a:#000000;--tco-dc7-3d:#00008B;\" href=\"#contact\" data-x-effect=\"{&quot;durationBase&quot;:&quot;300ms&quot;}\"><div class=\"x-anchor-content\"><span class=\"x-graphic\" aria-hidden=\"true\"><span data-x-single-anim=\"x-flip-x\" class=\"x-icon x-graphic-child x-graphic-icon x-graphic-primary\" aria-hidden=\"true\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><!--! Font Awesome Pro 7.3.1 by @fontawesome - https:\/\/fontawesome.com License - https:\/\/fontawesome.com\/license (Commercial License) Copyright 2026 Fonticons, Inc. --><path fill=\"currentColor\" d=\"M507.3 267.3c6.2-6.2 6.2-16.4 0-22.6l-176-176c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6L457.4 240 16 240c-8.8 0-16 7.2-16 16s7.2 16 16 16l441.4 0-148.7 148.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l176-176z\"\/><\/svg><\/span><\/span><div class=\"x-anchor-text\"><span class=\"x-anchor-text-primary\">Learn More<\/span><\/div><\/div><\/a><\/div><\/div><\/div><\/div><\/div><div class=\"x-section e7-e82 m7-0 m7-1 m7-2 m7-9 m7-a gradientbottom\" id=\"feat\"><div class=\"x-bg\" aria-hidden=\"true\"><div class=\"x-bg-layer-upper-color\"><\/div><\/div><div class=\"x-row x-container max width e7-e83 m7-l m7-m m7-n m7-o m7-p m7-q m7-r m7-u m7-v m7-11 m7-13 m7-1a m7-1e\"><div class=\"x-row-inner\"><div class=\"x-col e7-e84 m7-1y m7-1z m7-20 m7-25\"><div style=\"--tco-dc7-44:#002347;--tco-dc7-46:#002347;--tco-dc7-48:#002347;\" class=\"x-text x-text-headline e7-e85 m7-5v m7-5w m7-5x m7-60 m7-63 m7-65 m7-67 m7-69 m7-6h m7-6l m7-6m headingfont\"><div class=\"x-text-content\"><div class=\"x-text-content-text\">\n<div class=\"x-text-content-text-primary\">Featured Listings<\/div><\/div><\/div><\/div><\/div><\/div><\/div><div class=\"x-row e7-e88 m7-l m7-m m7-n m7-o m7-p m7-q m7-r m7-u m7-v m7-11 m7-13 m7-1a m7-1f\"><div class=\"x-row-inner\"><div class=\"x-col e7-e89 m7-1y m7-1z m7-20 m7-25\"><div class=\"x-div e7-e90 m7-2f m7-2i m7-2j m7-2k m7-3w\" data-x-slide-context=\"\"><div class=\"x-div e7-e91 m7-2f m7-2h m7-2i m7-2j m7-2k\"><div class=\"x-slide-container-viewport is-loading e7-e92 m7-8g m7-8h\" data-x-slide-container=\"{&quot;keyboardNavigation&quot;:true,&quot;autoplayStartInView&quot;:true,&quot;snap&quot;:true,&quot;scrollBySlide&quot;:true,&quot;wrapAround&quot;:true,&quot;contain&quot;:true,&quot;int&quot;:&quot;drag off&quot;,&quot;direction&quot;:&quot;forward&quot;,&quot;startingSlide&quot;:1,&quot;autoplay&quot;:&quot;interval&quot;}\"><div class=\"x-slide-container-content x-container max width\"><div class=\"x-slide-container is-inline is-paged\"><a class=\"x-slide e7-e93 m7-8j m7-8k m7-g m7-i boxshadow slide\" data-x-slide=\"\" href=\"https:\/\/ex.plo.re\/atlyachts\/yacht\/?id=9194147 \" data-x-effect=\"{&quot;durationBase&quot;:&quot;300ms&quot;}\"><div class=\"x-div e7-e94 m7-2f m7-2h m7-2i m7-2j m7-2k m7-2u\"><span class=\"x-image e7-e95 m7-97 m7-9a m7-9b m7-9c m7-9d\"><img decoding=\"async\" src=\"https:\/\/images.boatsgroup.com\/images\/1\/41\/47\/9194147_961325714_0_050420240727_30.png\" alt=\"Image\"><\/span><\/div><div class=\"x-div e7-e96 m7-2f m7-2h m7-2i m7-2j m7-2k m7-2u\"><\/div><div class=\"x-div e7-e98 m7-2f m7-2h m7-2i m7-2k m7-2u m7-2y m7-3v m7-3x\"><div style=\"--tco-dc7-4f:#002347;--tco-dc7-4i:#002347;--tco-dc7-4j:#002347;--tco-dc7-4m:#002347;\" class=\"x-text x-text-headline e7-e99 m7-5w m7-65 m7-66 m7-6b m7-6c m7-6d m7-6e m7-6f m7-6h m7-6n m7-6o headingfont\"><div class=\"x-text-content\"><div class=\"x-text-content-text\"><h2 class=\"x-text-content-text-primary\">2024 Azimut    \n<\/h2>\n<\/div><\/div><\/div><div style=\"--tco-dc7-4p:#636363;\" class=\"x-text x-content e7-e101 m7-7a m7-7b m7-7f m7-7m m7-7o m7-7p m7-7s m7-7u bodyfont\">$1,699,437<\/div><div class=\"x-div e7-e102 m7-2f m7-2h m7-2i m7-2j m7-2k m7-2u\"><div style=\"--tco-dc7-4r:#636363;\" class=\"x-text x-content e7-e103 m7-7a m7-7b m7-7c m7-7f m7-7o m7-7s m7-7v bodyfont\">47 ft<\/div><\/div><div class=\"x-div e7-e104 m7-2f m7-2h m7-2i m7-2j m7-2k m7-2u\"><div style=\"--tco-dc7-4t:#636363;\" class=\"x-text x-content e7-e105 m7-7a m7-7b m7-7m m7-7n m7-7o m7-7s m7-7w m7-7x bodyfont\">Pensacola FL\n\n \n<\/div><\/div><\/div><\/a><a class=\"x-slide e7-e93 m7-8j m7-8k m7-g m7-i boxshadow slide\" data-x-slide=\"\" href=\"https:\/\/ex.plo.re\/atlyachts\/yacht\/?id=9205123 \" data-x-effect=\"{&quot;durationBase&quot;:&quot;300ms&quot;}\"><div class=\"x-div e7-e94 m7-2f m7-2h m7-2i m7-2j m7-2k m7-2u\"><span class=\"x-image e7-e95 m7-97 m7-9a m7-9b m7-9c m7-9d\"><img decoding=\"async\" src=\"https:\/\/ex.plo.re\/wp-content\/uploads\/2025\/03\/2024-azimut-magellano-30m-power-9517768-20240925083602492-1_XLARGE-scaled.jpg\" alt=\"Image\"><\/span><\/div><div class=\"x-div e7-e96 m7-2f m7-2h m7-2i m7-2j m7-2k m7-2u\"><\/div><div class=\"x-div e7-e98 m7-2f m7-2h m7-2i m7-2k m7-2u m7-2y m7-3v m7-3x\"><div style=\"--tco-dc7-4f:#002347;--tco-dc7-4i:#002347;--tco-dc7-4j:#002347;--tco-dc7-4m:#002347;\" class=\"x-text x-text-headline e7-e99 m7-5w m7-65 m7-66 m7-6b m7-6c m7-6d m7-6e m7-6f m7-6h m7-6n m7-6o headingfont\"><div class=\"x-text-content\"><div class=\"x-text-content-text\"><h2 class=\"x-text-content-text-primary\">2023 Yacht Example    \n<\/h2>\n<\/div><\/div><\/div><div style=\"--tco-dc7-4p:#636363;\" class=\"x-text x-content e7-e101 m7-7a m7-7b m7-7f m7-7m m7-7o m7-7p m7-7s m7-7u bodyfont\">$2,299,000<\/div><div class=\"x-div e7-e102 m7-2f m7-2h m7-2i m7-2j m7-2k m7-2u\"><div style=\"--tco-dc7-4r:#636363;\" class=\"x-text x-content e7-e103 m7-7a m7-7b m7-7c m7-7f m7-7o m7-7s m7-7v bodyfont\">88 ft<\/div><\/div><div class=\"x-div e7-e104 m7-2f m7-2h m7-2i m7-2j m7-2k m7-2u\"><div style=\"--tco-dc7-4t:#636363;\" class=\"x-text x-content e7-e105 m7-7a m7-7b m7-7m m7-7n m7-7o m7-7s m7-7w m7-7x bodyfont\">Miami FL\n\n \n<\/div><\/div><\/div><\/a><\/div><\/div><\/div><div class=\"x-div x-hide-md x-hide-sm x-hide-xs e7-e115 m7-2f m7-2h m7-2i m7-2k m7-2s m7-2z m7-36 m7-37 m7-3d m7-3v m7-3y m7-3z m7-k\"><a class=\"x-div e7-e116 m7-2f m7-2h m7-2j m7-2k m7-36 m7-38 m7-3d m7-3r m7-40 m7-41\" style=\"--tco-dc7-58:#000000;\" href=\"#prev\" data-x-effect-provider=\"colors particles effects\" data-x-slide-prev=\"\"><span class=\"x-icon e7-e117 m7-8m m7-8v\" aria-hidden=\"true\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><!--! Font Awesome Pro 7.3.1 by @fontawesome - https:\/\/fontawesome.com License - https:\/\/fontawesome.com\/license (Commercial License) Copyright 2026 Fonticons, Inc. --><path fill=\"currentColor\" d=\"M7 239c-9.4 9.4-9.4 24.6 0 33.9L175 441c9.4 9.4 24.6 9.4 33.9 0s9.4-24.6 0-33.9L81.9 280 488 280c13.3 0 24-10.7 24-24s-10.7-24-24-24L81.9 232 209 105c9.4-9.4 9.4-24.6 0-33.9s-24.6-9.4-33.9 0L7 239z\"\/><\/svg><\/span><\/a><a class=\"x-div e7-e118 m7-2f m7-2h m7-2j m7-2k m7-36 m7-38 m7-3d m7-3r m7-40 m7-42\" style=\"--tco-dc7-5b:#000000;\" href=\"#next\" data-x-effect-provider=\"colors particles effects\" data-x-slide-next=\"\"><span class=\"x-icon e7-e119 m7-8m m7-8v\" aria-hidden=\"true\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><!--! Font Awesome Pro 7.3.1 by @fontawesome - https:\/\/fontawesome.com License - https:\/\/fontawesome.com\/license (Commercial License) Copyright 2026 Fonticons, Inc. --><path fill=\"currentColor\" d=\"M505 273c9.4-9.4 9.4-24.6 0-33.9L337 71c-9.4-9.4-24.6-9.4-33.9 0s-9.4 24.6 0 33.9l127 127-406.1 0c-13.3 0-24 10.7-24 24s10.7 24 24 24l406.1 0-127 127c-9.4 9.4-9.4 24.6 0 33.9s24.6 9.4 33.9 0L505 273z\"\/><\/svg><\/span><\/a><\/div><\/div><ul class=\"x-slide-pagination is-row e7-e120 m7-9g\" data-x-slide-pagination=\"\" style=\"--tco-dc7-5d:#000000;\"><\/ul><\/div><\/div><\/div><\/div><div class=\"x-div e7-e121 m7-2f m7-2i m7-2j m7-2k m7-2m m7-36 m7-37 m7-38 m7-3d m7-43\"><div class=\"x-grid e7-e122 m7-9h\"><div class=\"x-cell e7-e123 m7-9i\"><a class=\"x-anchor x-anchor-button has-graphic e7-e124 m7-4j m7-4m m7-4o m7-4q m7-4x m7-4y m7-4z m7-50 m7-5b m7-5c m7-5d m7-5e headingfont featuredbtn\" tabindex=\"0\" style=\"--tco-dc7-5f:#000000;--tco-dc7-5i:#00008B;--tco-dc7-5k:#000000;--tco-dc7-5n:#00008B;\" href=\"https:\/\/ex.plo.re\/atlyachts\/yachts\/?agent=Yachts\"><div class=\"x-anchor-content\"><span class=\"x-graphic\" aria-hidden=\"true\"><span data-x-single-anim=\"x-flip-x\" class=\"x-icon x-graphic-child x-graphic-icon x-graphic-primary\" aria-hidden=\"true\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><!--! Font Awesome Pro 7.3.1 by @fontawesome - https:\/\/fontawesome.com License - https:\/\/fontawesome.com\/license (Commercial License) Copyright 2026 Fonticons, Inc. --><path fill=\"currentColor\" d=\"M507.3 267.3c6.2-6.2 6.2-16.4 0-22.6l-176-176c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6L457.4 240 16 240c-8.8 0-16 7.2-16 16s7.2 16 16 16l441.4 0-148.7 148.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l176-176z\"\/><\/svg><\/span><\/span><div class=\"x-anchor-text\"><span class=\"x-anchor-text-primary\">Featured Listings<\/span><\/div><\/div><\/a><\/div><div class=\"x-cell e7-e125 m7-9i\"><a class=\"x-anchor x-anchor-button has-graphic e7-e126 m7-4j m7-4m m7-4o m7-4q m7-4x m7-4y m7-50 m7-5b m7-5d m7-5e m7-5f headingfont featuredbtn\" tabindex=\"0\" style=\"--tco-dc7-5p:#000000;--tco-dc7-5s:#00008B;--tco-dc7-5u:#000000;--tco-dc7-5x:#00008B;\" href=\"https:\/\/ex.plo.re\/atlyachts\/yachts\"><div class=\"x-anchor-content\"><span class=\"x-graphic\" aria-hidden=\"true\"><span data-x-single-anim=\"x-flip-x\" class=\"x-icon x-graphic-child x-graphic-icon x-graphic-primary\" aria-hidden=\"true\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><!--! Font Awesome Pro 7.3.1 by @fontawesome - https:\/\/fontawesome.com License - https:\/\/fontawesome.com\/license (Commercial License) Copyright 2026 Fonticons, Inc. --><path fill=\"currentColor\" d=\"M507.3 267.3c6.2-6.2 6.2-16.4 0-22.6l-176-176c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6L457.4 240 16 240c-8.8 0-16 7.2-16 16s7.2 16 16 16l441.4 0-148.7 148.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l176-176z\"\/><\/svg><\/span><\/span><div class=\"x-anchor-text\"><span class=\"x-anchor-text-primary\">Search All Listings<\/span><\/div><\/div><\/a><\/div><\/div><\/div><\/div><div class=\"x-section e7-e133 m7-0 m7-1 m7-2 m7-3 m7-6 m7-b whattoexpect gradienttop gradientbottom\" id=\"news\"><div style=\"--tco-dc7-6g:#002347;--tco-dc7-6i:#002347;\" class=\"x-text x-text-headline e7-e137 m7-5w m7-5z m7-60 m7-63 m7-65 m7-66 m7-67 m7-69 m7-6c m7-6h m7-6m m7-6q m7-6r headingfont\"><div class=\"x-text-content\"><div class=\"x-text-content-text\">\n<div class=\"x-text-content-text-primary\">Recent Updates<\/div><\/div><\/div><\/div><div class=\"x-row x-container max width e7-e138 m7-l m7-m m7-n m7-o m7-p m7-q m7-r m7-u m7-v m7-11 m7-13 m7-1a m7-1g\"><div class=\"x-row-inner\"><a class=\"x-col e7-e139 m7-1y m7-20 m7-25 m7-29 m7-2b m7-g m7-i boxshadow\" href=\"https:\/\/ex.plo.re\/atlyachts\/we-have-buyers-get-your-boats-valuation-today\/\" data-x-effect=\"{&quot;durationBase&quot;:&quot;300ms&quot;}\"><div class=\"x-div e7-e140 m7-2f m7-2h m7-2j m7-2k m7-2u m7-34 m7-3a m7-3u m7-4a m7-4b\" style=\"--tco-dc7-6k:url(https:\/\/ex.plo.re\/atlyachts\/wp-content\/uploads\/sites\/550\/2025\/07\/yachts-and-boats-on-dock-stockpack-unsplash-scaled.jpg);--tco-dc7-6l:url(https:\/\/ex.plo.re\/atlyachts\/wp-content\/uploads\/sites\/550\/2025\/07\/yachts-and-boats-on-dock-stockpack-unsplash-scaled.jpg);--tco-dc7-6m:url(https:\/\/ex.plo.re\/atlyachts\/wp-content\/uploads\/sites\/550\/2025\/07\/yachts-and-boats-on-dock-stockpack-unsplash-scaled.jpg);\"><div class=\"x-bg\" aria-hidden=\"true\"><div class=\"x-bg-layer-lower-image\"><\/div><\/div><\/div><div class=\"x-div e7-e141 m7-2f m7-2h m7-2i m7-2k m7-2q m7-3v m7-3z\"><div style=\"--tco-dc7-6n:#002347;--tco-dc7-6q:#002347;\" class=\"x-text x-text-headline e7-e142 m7-5w m7-5x m7-62 m7-65 m7-6b m7-6c m7-6f m7-6h m7-6i m7-6s m7-6t headingfont\"><div class=\"x-text-content\"><div class=\"x-text-content-text\"><h2 class=\"x-text-content-text-primary\">We have buyers! Get your boat\u2019s valuation today<\/h2>\n<\/div><\/div><\/div><figure class=\"x-div e7-e143 m7-2f m7-2h m7-2i m7-2j m7-2k m7-2u\"><div style=\"--tco-dc7-6r:#636363;\" class=\"x-text x-content e7-e144 m7-7a m7-7b m7-7f m7-7g m7-7m m7-7o m7-7p m7-7z bodyfont\">Exciting News from Atlantic Yacht Sales: Your Vessel Evaluation Awaits! 2025 has been a remarkable year for Atlantic Yacht Sales, and the momentum continues to build! We are thrilled to announce that we have successfully sold over 10 boats this month alone. Our dedicated team is eager to assist you with your boating needs. If you&#8217;re considering trading in your...<\/div><\/figure><\/div><\/a><a class=\"x-col e7-e139 m7-1y m7-20 m7-25 m7-29 m7-2b m7-g m7-i boxshadow\" href=\"https:\/\/ex.plo.re\/atlyachts\/navigating-the-yacht-selling-process-a-guide-for-sellers-in-2025\/\" data-x-effect=\"{&quot;durationBase&quot;:&quot;300ms&quot;}\"><div class=\"x-div e7-e140 m7-2f m7-2h m7-2j m7-2k m7-2u m7-34 m7-3a m7-3u m7-4a m7-4b\" style=\"--tco-dc7-6k:url(https:\/\/ex.plo.re\/atlyachts\/wp-content\/uploads\/sites\/550\/2025\/02\/motor-yacht-powerboat-bavaria-stockpack-pixabay.jpg);--tco-dc7-6l:url(https:\/\/ex.plo.re\/atlyachts\/wp-content\/uploads\/sites\/550\/2025\/02\/motor-yacht-powerboat-bavaria-stockpack-pixabay.jpg);--tco-dc7-6m:url(https:\/\/ex.plo.re\/atlyachts\/wp-content\/uploads\/sites\/550\/2025\/02\/motor-yacht-powerboat-bavaria-stockpack-pixabay.jpg);\"><div class=\"x-bg\" aria-hidden=\"true\"><div class=\"x-bg-layer-lower-image\"><\/div><\/div><\/div><div class=\"x-div e7-e141 m7-2f m7-2h m7-2i m7-2k m7-2q m7-3v m7-3z\"><div style=\"--tco-dc7-6n:#002347;--tco-dc7-6q:#002347;\" class=\"x-text x-text-headline e7-e142 m7-5w m7-5x m7-62 m7-65 m7-6b m7-6c m7-6f m7-6h m7-6i m7-6s m7-6t headingfont\"><div class=\"x-text-content\"><div class=\"x-text-content-text\"><h2 class=\"x-text-content-text-primary\">Navigating the Yacht Selling Process: A Guide for Sellers in 2025<\/h2>\n<\/div><\/div><\/div><figure class=\"x-div e7-e143 m7-2f m7-2h m7-2i m7-2j m7-2k m7-2u\"><div style=\"--tco-dc7-6r:#636363;\" class=\"x-text x-content e7-e144 m7-7a m7-7b m7-7f m7-7g m7-7m m7-7o m7-7p m7-7z bodyfont\">Navigating the Yacht Selling Process: A Guide for Sellers in 2025 Selling your yacht can be a rewarding yet intricate journey. At Atlantic Yacht Sales, we are dedicated to making this process seamless and enjoyable for you in 2025. Expert Guidance Every Step of the Way With years of experience in yacht and boat sales across Canada and the greater...<\/div><\/figure><\/div><\/a><a class=\"x-col e7-e139 m7-1y m7-20 m7-25 m7-29 m7-2b m7-g m7-i boxshadow\" href=\"https:\/\/ex.plo.re\/atlyachts\/the-best-yacht-upgrades-for-enhanced-comfort-and-performance\/\" data-x-effect=\"{&quot;durationBase&quot;:&quot;300ms&quot;}\"><div class=\"x-div e7-e140 m7-2f m7-2h m7-2j m7-2k m7-2u m7-34 m7-3a m7-3u m7-4a m7-4b\" style=\"--tco-dc7-6k:url(https:\/\/ex.plo.re\/atlyachts\/wp-content\/uploads\/sites\/550\/2024\/07\/multiple-yachts-anchored.jpg);--tco-dc7-6l:url(https:\/\/ex.plo.re\/atlyachts\/wp-content\/uploads\/sites\/550\/2024\/07\/multiple-yachts-anchored.jpg);--tco-dc7-6m:url(https:\/\/ex.plo.re\/atlyachts\/wp-content\/uploads\/sites\/550\/2024\/07\/multiple-yachts-anchored.jpg);\"><div class=\"x-bg\" aria-hidden=\"true\"><div class=\"x-bg-layer-lower-image\"><\/div><\/div><\/div><div class=\"x-div e7-e141 m7-2f m7-2h m7-2i m7-2k m7-2q m7-3v m7-3z\"><div style=\"--tco-dc7-6n:#002347;--tco-dc7-6q:#002347;\" class=\"x-text x-text-headline e7-e142 m7-5w m7-5x m7-62 m7-65 m7-6b m7-6c m7-6f m7-6h m7-6i m7-6s m7-6t headingfont\"><div class=\"x-text-content\"><div class=\"x-text-content-text\"><h2 class=\"x-text-content-text-primary\">The Best Yacht Upgrades for Enhanced Comfort and Performance<\/h2>\n<\/div><\/div><\/div><figure class=\"x-div e7-e143 m7-2f m7-2h m7-2i m7-2j m7-2k m7-2u\"><div style=\"--tco-dc7-6r:#636363;\" class=\"x-text x-content e7-e144 m7-7a m7-7b m7-7f m7-7g m7-7m m7-7o m7-7p m7-7z bodyfont\">The Best Yacht Upgrades for Enhanced Comfort and Performance In the ever-evolving world of yachting, enhancing comfort and performance has never been more accessible. At Atlantic Yacht Sales, we understand how vital these upgrades are to your boating experience. Modern technology offers unparalleled reliability. From advanced navigation systems to innovative propulsion mechanisms, the latest tech ensures that you enjoy every...<\/div><\/figure><\/div><\/a><\/div><\/div><div class=\"x-div e7-e166 m7-2f m7-2h m7-2i m7-2k m7-2o m7-2p m7-2y m7-3q\"><a class=\"x-anchor x-anchor-button has-graphic e7-e167 m7-4m m7-4o m7-4q m7-4v m7-4x m7-4y m7-4z m7-50 m7-5b m7-5e m7-5g m7-5h m7-5i m7-g m7-h pulse bodyfont\" tabindex=\"0\" style=\"--tco-dc7-7i:#000000;--tco-dc7-7l:#00008B;\" href=\"https:\/\/ex.plo.re\/atlyachts\/news\/\" data-x-effect=\"{&quot;durationBase&quot;:&quot;300ms&quot;}\"><div class=\"x-anchor-content\"><span class=\"x-graphic\" aria-hidden=\"true\"><span data-x-single-anim=\"x-flip-x\" class=\"x-icon x-graphic-child x-graphic-icon x-graphic-primary\" aria-hidden=\"true\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><!--! Font Awesome Pro 7.3.1 by @fontawesome - https:\/\/fontawesome.com License - https:\/\/fontawesome.com\/license (Commercial License) Copyright 2026 Fonticons, Inc. --><path fill=\"currentColor\" d=\"M507.3 267.3c6.2-6.2 6.2-16.4 0-22.6l-176-176c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6L457.4 240 16 240c-8.8 0-16 7.2-16 16s7.2 16 16 16l441.4 0-148.7 148.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l176-176z\"\/><\/svg><\/span><\/span><div class=\"x-anchor-text\"><span class=\"x-anchor-text-primary\">Read More<\/span><\/div><\/div><\/a><\/div><\/div><div class=\"x-section e7-e170 m7-1 m7-3 m7-4 m7-6 m7-7 m7-c aboutus gradienttop\" id=\"about\"><div class=\"x-row x-container max width e7-e174 m7-l m7-m m7-n m7-v m7-y m7-z m7-10 m7-11 m7-14 m7-1a m7-1h boxshadow\"><div class=\"x-row-inner\"><div class=\"x-col e7-e175 m7-1y m7-1z m7-20 m7-21 m7-24 m7-25 m7-26 m7-28 m7-2c\"><span class=\"x-image e7-e178 m7-97 m7-98 m7-9c m7-9f\"><img decoding=\"async\" src=\"https:\/\/ex.plo.re\/atlyachts\/wp-content\/uploads\/sites\/550\/2025\/05\/2016-cruisers-yachts-48-cantius-power-9527077-20250517120457712-1_XLARGE.jpg\" alt=\"about yacht brokerage\"><\/span><\/div><div class=\"x-col e7-e179 m7-1y m7-1z m7-20 m7-25\"><div style=\"--tco-dc7-8d:#002347;--tco-dc7-8f:#002347;\" class=\"x-text x-text-headline e7-e185 m7-5v m7-5w m7-5z m7-60 m7-63 m7-64 m7-65 m7-66 m7-67 m7-6h m7-6m m7-6x headingfont\"><div class=\"x-text-content\"><div class=\"x-text-content-text\">\n<h2 class=\"x-text-content-text-primary\">Meet Atlantic Yacht Sales\n\n<\/h2><\/div><\/div><\/div><hr class=\"x-line e7-e186 m7-94 m7-96\" style=\"--tco-dc7-8h:#000000;\"\/><div style=\"--tco-dc7-8n:#636363;--tco-dc7-8p:#636363;\" class=\"x-text x-content e7-e189 m7-7a m7-7b m7-7f m7-7g m7-7m m7-7o m7-7p m7-83 bodyfont\">With a specialization in yacht and boat sales across Canada and the greater Northeast, we pride ourselves on our extensive knowledge and passionate service. Our team's diverse backgrounds and experiences ensure that we provide the best advice and support for all your boating needs. Contact us today to learn more!<\/div><a class=\"x-anchor x-anchor-button has-graphic e7-e190 m7-4m m7-4o m7-4q m7-4v m7-4x m7-4y m7-4z m7-50 m7-5b m7-5e m7-5g m7-5h m7-5o m7-g m7-h pulse bodyfont\" tabindex=\"0\" style=\"--tco-dc7-8s:#000000;--tco-dc7-8v:#00008B;\" href=\"https:\/\/ex.plo.re\/atlyachts\/#contact\" data-x-effect=\"{&quot;durationBase&quot;:&quot;300ms&quot;}\"><div class=\"x-anchor-content\"><span class=\"x-graphic\" aria-hidden=\"true\"><span data-x-single-anim=\"x-flip-x\" class=\"x-icon x-graphic-child x-graphic-icon x-graphic-primary\" aria-hidden=\"true\"><svg xmlns=\"http:\/\/www.w3.org\/2000\/svg\" viewBox=\"0 0 512 512\"><!--! Font Awesome Pro 7.3.1 by @fontawesome - https:\/\/fontawesome.com License - https:\/\/fontawesome.com\/license (Commercial License) Copyright 2026 Fonticons, Inc. --><path fill=\"currentColor\" d=\"M507.3 267.3c6.2-6.2 6.2-16.4 0-22.6l-176-176c-6.2-6.2-16.4-6.2-22.6 0s-6.2 16.4 0 22.6L457.4 240 16 240c-8.8 0-16 7.2-16 16s7.2 16 16 16l441.4 0-148.7 148.7c-6.2 6.2-6.2 16.4 0 22.6s16.4 6.2 22.6 0l176-176z\"\/><\/svg><\/span><\/span><div class=\"x-anchor-text\"><span class=\"x-anchor-text-primary\">Contact<\/span><\/div><\/div><\/a><\/div><\/div><\/div><\/div><div class=\"x-section e7-e191 m7-0 m7-1 m7-2 m7-3 m7-6 m7-b whattoexpect gradienttop gradientbottom\"><div style=\"--tco-dc7-92:#002347;--tco-dc7-94:#002347;\" class=\"x-text x-text-headline e7-e195 m7-5w m7-5z m7-60 m7-63 m7-65 m7-66 m7-67 m7-69 m7-6c m7-6h m7-6m m7-6q m7-6y headingfont\"><div class=\"x-text-content\"><div class=\"x-text-content-text\">\n<div class=\"x-text-content-text-primary\">Meet Our Team<\/div><\/div><\/div><\/div><div class=\"x-row x-container max width e7-e196 m7-l m7-m m7-n m7-o m7-p m7-q m7-u m7-v m7-z m7-11 m7-13 m7-1a m7-1i\"><div class=\"x-row-inner\"><a class=\"x-col e7-e197 m7-1y m7-20 m7-25 m7-29 m7-2b m7-g m7-i boxshadow\" href=\"https:\/\/ex.plo.re\/atlyachts\/scott-carroll\/\" data-x-effect=\"{&quot;durationBase&quot;:&quot;300ms&quot;}\"><div class=\"x-div e7-e198 m7-2f m7-2h m7-2j m7-2k m7-2u m7-34 m7-3a m7-4b m7-4f\" style=\"--tco-dc7-96:url(https:\/\/ex.plo.re\/atlyachts\/wp-content\/uploads\/sites\/550\/2025\/05\/IMG_6800-480x640-1.jpeg);--tco-dc7-97:url(https:\/\/ex.plo.re\/atlyachts\/wp-content\/uploads\/sites\/550\/2025\/05\/IMG_6800-480x640-1.jpeg);\"><div class=\"x-bg\" aria-hidden=\"true\"><div class=\"x-bg-layer-lower-image\"><\/div><\/div><\/div><div class=\"x-div e7-e199 m7-2f m7-2h m7-2i m7-2k m7-2s m7-3v m7-3z\"><div style=\"--tco-dc7-98:#002347;--tco-dc7-9b:#002347;\" class=\"x-text x-text-headline e7-e200 m7-5w m7-5x m7-60 m7-62 m7-65 m7-6b m7-6c m7-6h m7-6i m7-6s m7-6z headingfont\"><div class=\"x-text-content\"><div class=\"x-text-content-text\"><h2 class=\"x-text-content-text-primary\">Scott Carroll<\/h2>\n<\/div><\/div><\/div><\/div><\/a><a class=\"x-col e7-e197 m7-1y m7-20 m7-25 m7-29 m7-2b m7-g m7-i boxshadow\" href=\"https:\/\/ex.plo.re\/atlyachts\/chris-power\/\" data-x-effect=\"{&quot;durationBase&quot;:&quot;300ms&quot;}\"><div class=\"x-div e7-e198 m7-2f m7-2h m7-2j m7-2k m7-2u m7-34 m7-3a m7-4b m7-4f\" style=\"--tco-dc7-96:url(https:\/\/ex.plo.re\/atlyachts\/wp-content\/uploads\/sites\/550\/2025\/05\/chris-power-1.jpeg);--tco-dc7-97:url(https:\/\/ex.plo.re\/atlyachts\/wp-content\/uploads\/sites\/550\/2025\/05\/chris-power-1.jpeg);\"><div class=\"x-bg\" aria-hidden=\"true\"><div class=\"x-bg-layer-lower-image\"><\/div><\/div><\/div><div class=\"x-div e7-e199 m7-2f m7-2h m7-2i m7-2k m7-2s m7-3v m7-3z\"><div style=\"--tco-dc7-98:#002347;--tco-dc7-9b:#002347;\" class=\"x-text x-text-headline e7-e200 m7-5w m7-5x m7-60 m7-62 m7-65 m7-6b m7-6c m7-6h m7-6i m7-6s m7-6z headingfont\"><div class=\"x-text-content\"><div class=\"x-text-content-text\"><h2 class=\"x-text-content-text-primary\">Chris Power<\/h2>\n<\/div><\/div><\/div><\/div><\/a><a class=\"x-col e7-e197 m7-1y m7-20 m7-25 m7-29 m7-2b m7-g m7-i boxshadow\" href=\"https:\/\/ex.plo.re\/atlyachts\/erwyn-naidoo\/\" data-x-effect=\"{&quot;durationBase&quot;:&quot;300ms&quot;}\"><div class=\"x-div e7-e198 m7-2f m7-2h m7-2j m7-2k m7-2u m7-34 m7-3a m7-4b m7-4f\" style=\"--tco-dc7-96:url(https:\/\/ex.plo.re\/atlyachts\/wp-content\/uploads\/sites\/550\/2025\/05\/erwyn.png);--tco-dc7-97:url(https:\/\/ex.plo.re\/atlyachts\/wp-content\/uploads\/sites\/550\/2025\/05\/erwyn.png);\"><div class=\"x-bg\" aria-hidden=\"true\"><div class=\"x-bg-layer-lower-image\"><\/div><\/div><\/div><div class=\"x-div e7-e199 m7-2f m7-2h m7-2i m7-2k m7-2s m7-3v m7-3z\"><div style=\"--tco-dc7-98:#002347;--tco-dc7-9b:#002347;\" class=\"x-text x-text-headline e7-e200 m7-5w m7-5x m7-60 m7-62 m7-65 m7-6b m7-6c m7-6h m7-6i m7-6s m7-6z headingfont\"><div class=\"x-text-content\"><div class=\"x-text-content-text\"><h2 class=\"x-text-content-text-primary\">Erwyn Naidoo<\/h2>\n<\/div><\/div><\/div><\/div><\/a><a class=\"x-col e7-e197 m7-1y m7-20 m7-25 m7-29 m7-2b m7-g m7-i boxshadow\" href=\"https:\/\/ex.plo.re\/atlyachts\/doug-philp\/\" data-x-effect=\"{&quot;durationBase&quot;:&quot;300ms&quot;}\"><div class=\"x-div e7-e198 m7-2f m7-2h m7-2j m7-2k m7-2u m7-34 m7-3a m7-4b m7-4f\" style=\"--tco-dc7-96:url(https:\/\/ex.plo.re\/atlyachts\/wp-content\/uploads\/sites\/550\/2025\/05\/doug.jpg);--tco-dc7-97:url(https:\/\/ex.plo.re\/atlyachts\/wp-content\/uploads\/sites\/550\/2025\/05\/doug.jpg);\"><div class=\"x-bg\" aria-hidden=\"true\"><div class=\"x-bg-layer-lower-image\"><\/div><\/div><\/div><div class=\"x-div e7-e199 m7-2f m7-2h m7-2i m7-2k m7-2s m7-3v m7-3z\"><div style=\"--tco-dc7-98:#002347;--tco-dc7-9b:#002347;\" class=\"x-text x-text-headline e7-e200 m7-5w m7-5x m7-60 m7-62 m7-65 m7-6b m7-6c m7-6h m7-6i m7-6s m7-6z headingfont\"><div class=\"x-text-content\"><div class=\"x-text-content-text\"><h2 class=\"x-text-content-text-primary\">Doug Philp<\/h2>\n<\/div><\/div><\/div><\/div><\/a><a class=\"x-col e7-e197 m7-1y m7-20 m7-25 m7-29 m7-2b m7-g m7-i boxshadow\" href=\"https:\/\/ex.plo.re\/atlyachts\/ernest-hamilton\/\" data-x-effect=\"{&quot;durationBase&quot;:&quot;300ms&quot;}\"><div class=\"x-div e7-e198 m7-2f m7-2h m7-2j m7-2k m7-2u m7-34 m7-3a m7-4b m7-4f\" style=\"--tco-dc7-96:url(https:\/\/ex.plo.re\/atlyachts\/wp-content\/uploads\/sites\/550\/2025\/05\/ernest.jpg);--tco-dc7-97:url(https:\/\/ex.plo.re\/atlyachts\/wp-content\/uploads\/sites\/550\/2025\/05\/ernest.jpg);\"><div class=\"x-bg\" aria-hidden=\"true\"><div class=\"x-bg-layer-lower-image\"><\/div><\/div><\/div><div class=\"x-div e7-e199 m7-2f m7-2h m7-2i m7-2k m7-2s m7-3v m7-3z\"><div style=\"--tco-dc7-98:#002347;--tco-dc7-9b:#002347;\" class=\"x-text x-text-headline e7-e200 m7-5w m7-5x m7-60 m7-62 m7-65 m7-6b m7-6c m7-6h m7-6i m7-6s m7-6z headingfont\"><div class=\"x-text-content\"><div class=\"x-text-content-text\"><h2 class=\"x-text-content-text-primary\">Ernest Hamilton<\/h2>\n<\/div><\/div><\/div><\/div><\/a><a class=\"x-col e7-e197 m7-1y m7-20 m7-25 m7-29 m7-2b m7-g m7-i boxshadow\" href=\"https:\/\/ex.plo.re\/atlyachts\/ben-maloney\/\" data-x-effect=\"{&quot;durationBase&quot;:&quot;300ms&quot;}\"><div class=\"x-div e7-e198 m7-2f m7-2h m7-2j m7-2k m7-2u m7-34 m7-3a m7-4b m7-4f\" style=\"--tco-dc7-96:url(https:\/\/ex.plo.re\/atlyachts\/wp-content\/uploads\/sites\/550\/2025\/05\/ben.jpeg);--tco-dc7-97:url(https:\/\/ex.plo.re\/atlyachts\/wp-content\/uploads\/sites\/550\/2025\/05\/ben.jpeg);\"><div class=\"x-bg\" aria-hidden=\"true\"><div class=\"x-bg-layer-lower-image\"><\/div><\/div><\/div><div class=\"x-div e7-e199 m7-2f m7-2h m7-2i m7-2k m7-2s m7-3v m7-3z\"><div style=\"--tco-dc7-98:#002347;--tco-dc7-9b:#002347;\" class=\"x-text x-text-headline e7-e200 m7-5w m7-5x m7-60 m7-62 m7-65 m7-6b m7-6c m7-6h m7-6i m7-6s m7-6z headingfont\"><div class=\"x-text-content\"><div class=\"x-text-content-text\"><h2 class=\"x-text-content-text-primary\">Ben Maloney<\/h2>\n<\/div><\/div><\/div><\/div><\/a><a class=\"x-col e7-e197 m7-1y m7-20 m7-25 m7-29 m7-2b m7-g m7-i boxshadow\" href=\"https:\/\/ex.plo.re\/atlyachts\/terry-mckenna\/\" data-x-effect=\"{&quot;durationBase&quot;:&quot;300ms&quot;}\"><div class=\"x-div e7-e198 m7-2f m7-2h m7-2j m7-2k m7-2u m7-34 m7-3a m7-4b m7-4f\" style=\"--tco-dc7-96:url(https:\/\/ex.plo.re\/atlyachts\/wp-content\/uploads\/sites\/550\/2025\/05\/terry.jpg);--tco-dc7-97:url(https:\/\/ex.plo.re\/atlyachts\/wp-content\/uploads\/sites\/550\/2025\/05\/terry.jpg);\"><div class=\"x-bg\" aria-hidden=\"true\"><div class=\"x-bg-layer-lower-image\"><\/div><\/div><\/div><div class=\"x-div e7-e199 m7-2f m7-2h m7-2i m7-2k m7-2s m7-3v m7-3z\"><div style=\"--tco-dc7-98:#002347;--tco-dc7-9b:#002347;\" class=\"x-text x-text-headline e7-e200 m7-5w m7-5x m7-60 m7-62 m7-65 m7-6b m7-6c m7-6h m7-6i m7-6s m7-6z headingfont\"><div class=\"x-text-content\"><div class=\"x-text-content-text\"><h2 class=\"x-text-content-text-primary\">Terry McKenna<\/h2>\n<\/div><\/div><\/div><\/div><\/a><\/div><\/div><\/div><div class=\"x-section e7-e242 m7-0 m7-1 m7-2 m7-d\" id=\"instagram\"><div class=\"x-row x-container max width e7-e246 m7-l m7-m m7-n m7-o m7-q m7-r m7-v m7-10 m7-11 m7-15 m7-1a m7-1o\"><div class=\"x-row-inner\"><div class=\"x-col e7-e247 m7-1y m7-1z m7-20 m7-25\"><div style=\"--tco-dc7-as:#002347;--tco-dc7-au:#002347;\" class=\"x-text x-text-headline e7-e248 m7-5v m7-5w m7-5z m7-60 m7-63 m7-65 m7-66 m7-67 m7-69 m7-6h m7-6m m7-74 headingfont\"><div class=\"x-text-content\"><div class=\"x-text-content-text\">\n<div class=\"x-text-content-text-primary\">Instagram<\/div><\/div><\/div><\/div><\/div><\/div><\/div><div class=\"x-row x-container max width e7-e249 m7-l m7-m m7-n m7-o m7-p m7-q m7-r m7-u m7-v m7-11 m7-13 m7-1a m7-1p\"><div class=\"x-row-inner\"><div class=\"x-col e7-e250 m7-1y m7-1z m7-20 m7-25\"><div class=\"x-text x-content e7-e253 m7-7a m7-7b m7-7c m7-7j m7-87 m7-88\"><blockquote class=\"instagram-media\" data-instgrm-permalink=\"https:\/\/www.instagram.com\/atlanticyachtsales\/?utm_source=ig_embed&amp;utm_campaign=loading\" data-instgrm-version=\"14\" style=\" background:#FFF; border:0; border-radius:3px; box-shadow:0 0 1px 0 rgba(0,0,0,0.5),0 1px 10px 0 rgba(0,0,0,0.15); margin: 1px; max-width:540px; min-width:326px; padding:0; width:99.375%; width:-webkit-calc(100% - 2px); width:calc(100% - 2px);\">\n    <div style=\"padding:16px;\">\n        <a href=\"https:\/\/www.instagram.com\/atlanticyachtsales\/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" background:#FFFFFF; line-height:0; padding:0 0; text-align:center; text-decoration:none; width:100%;\" target=\"_blank\" rel=\"noopener\">\n            <div style=\" display: flex; flex-direction: row; align-items: center;\">\n                <div style=\"background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 40px; margin-right: 14px; width: 40px;\"><\/div>\n                <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center;\">\n                    <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 100px;\"><\/div>\n                    <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 60px;\"><\/div>\n                <\/div>\n            <\/div>\n            <div style=\"padding: 19% 0;\"><\/div>\n            <div style=\"display:block; height:50px; margin:0 auto 12px; width:50px;\">\n                <svg width=\"50px\" height=\"50px\" viewBox=\"0 0 60 60\" version=\"1.1\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\" xmlns:xlink=\"https:\/\/www.w3.org\/1999\/xlink\">\n                    <g stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">\n                        <g transform=\"translate(-511.000000, -20.000000)\" fill=\"#000000\">\n                            <g>\n                                <path d=\"M556.869,30.41 C554.814,30.41 553.148,32.076 553.148,34.131 C553.148,36.186 554.814,37.852 556.869,37.852 C558.924,37.852 560.59,36.186 560.59,34.131 C560.59,32.076 558.924,30.41 556.869,30.41 M541,60.657 C535.114,60.657 530.342,55.887 530.342,50 C530.342,44.114 535.114,39.342 541,39.342 C546.887,39.342 551.658,44.114 551.658,50 C551.658,55.887 546.887,60.657 541,60.657 M541,33.886 C532.1,33.886 524.886,41.1 524.886,50 C524.886,58.899 532.1,66.113 541,66.113 C549.9,66.113 557.115,58.899 557.115,50 C557.115,41.1 549.9,33.886 541,33.886 M565.378,62.101 C565.244,65.022 564.756,66.606 564.346,67.663 C563.803,69.06 563.154,70.057 562.106,71.106 C561.058,72.155 560.06,72.803 558.662,73.347 C557.607,73.757 556.021,74.244 553.102,74.378 C549.944,74.521 548.997,74.552 541,74.552 C533.003,74.552 532.056,74.521 528.898,74.378 C525.979,74.244 524.393,73.757 523.338,73.347 C521.94,72.803 520.942,72.155 519.894,71.106 C518.846,70.057 518.197,69.06 517.654,67.663 C517.244,66.606 516.755,65.022 516.623,62.101 C516.479,58.943 516.448,57.996 516.448,50 C516.448,42.003 516.479,41.056 516.623,37.899 C516.755,34.978 517.244,33.391 517.654,32.338 C518.197,30.938 518.846,29.942 519.894,28.894 C520.942,27.846 521.94,27.196 523.338,26.654 C524.393,26.244 525.979,25.756 528.898,25.623 C532.057,25.479 533.004,25.448 541,25.448 C548.997,25.448 549.943,25.479 553.102,25.623 C556.021,25.756 557.607,26.244 558.662,26.654 C560.06,27.196 561.058,27.846 562.106,28.894 C563.154,29.942 563.803,30.938 564.346,32.338 C564.756,33.391 565.244,34.978 565.378,37.899 C565.522,41.056 565.552,42.003 565.552,50 C565.552,57.996 565.522,58.943 565.378,62.101 M570.82,37.631 C570.674,34.438 570.167,32.258 569.425,30.349 C568.659,28.377 567.633,26.702 565.965,25.035 C564.297,23.368 562.623,22.342 560.652,21.575 C558.743,20.834 556.562,20.326 553.369,20.18 C550.169,20.033 549.148,20 541,20 C532.853,20 531.831,20.033 528.631,20.18 C525.438,20.326 523.257,20.834 521.349,21.575 C519.376,22.342 517.703,23.368 516.035,25.035 C514.368,26.702 513.342,28.377 512.574,30.349 C511.834,32.258 511.326,34.438 511.181,37.631 C511.035,40.831 511,41.851 511,50 C511,58.147 511.035,59.17 511.181,62.369 C511.326,65.562 511.834,67.743 512.574,69.651 C513.342,71.625 514.368,73.296 516.035,74.965 C517.703,76.634 519.376,77.658 521.349,78.425 C523.257,79.167 525.438,79.673 528.631,79.82 C531.831,79.965 532.853,80.001 541,80.001 C549.148,80.001 550.169,79.965 553.369,79.82 C556.562,79.673 558.743,79.167 560.652,78.425 C562.623,77.658 564.297,76.634 565.965,74.965 C567.633,73.296 568.659,71.625 569.425,69.651 C570.167,67.743 570.674,65.562 570.82,62.369 C570.966,59.17 571,58.147 571,50 C571,41.851 570.966,40.831 570.82,37.631\"><\/path>\n                            <\/g>\n                        <\/g>\n                    <\/g>\n                <\/svg>\n            <\/div>\n            <div style=\"padding-top: 8px;\">\n                <div style=\" color:#3897f0; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:550; line-height:18px;\">View this profile on Instagram<\/div>\n            <\/div>\n            <div style=\"padding: 12.5% 0;\"><\/div>\n            <div style=\"display: flex; flex-direction: row; margin-bottom: 14px; align-items: center;\">\n                <div>\n                    <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(0px) translateY(7px);\"><\/div>\n                    <div style=\"background-color: #F4F4F4; height: 12.5px; transform: rotate(-45deg) translateX(3px) translateY(1px); width: 12.5px; flex-grow: 0; margin-right: 14px; margin-left: 2px;\"><\/div>\n                    <div style=\"background-color: #F4F4F4; border-radius: 50%; height: 12.5px; width: 12.5px; transform: translateX(9px) translateY(-18px);\"><\/div>\n                <\/div>\n                <div style=\"margin-left: 8px;\">\n                    <div style=\" background-color: #F4F4F4; border-radius: 50%; flex-grow: 0; height: 20px; width: 20px;\"><\/div>\n                    <div style=\" width: 0; height: 0; border-top: 2px solid transparent; border-left: 6px solid #f4f4f4; border-bottom: 2px solid transparent; transform: translateX(16px) translateY(-4px) rotate(30deg)\"><\/div>\n                <\/div>\n                <div style=\"margin-left: auto;\">\n                    <div style=\" width: 0px; border-top: 8px solid #F4F4F4; border-right: 8px solid transparent; transform: translateY(16px);\"><\/div>\n                    <div style=\" background-color: #F4F4F4; flex-grow: 0; height: 12px; width: 16px; transform: translateY(-4px);\"><\/div>\n                    <div style=\" width: 0; height: 0; border-top: 8px solid #F4F4F4; border-left: 8px solid transparent; transform: translateY(-4px) translateX(8px);\"><\/div>\n                <\/div>\n            <\/div>\n            <div style=\"display: flex; flex-direction: column; flex-grow: 1; justify-content: center; margin-bottom: 24px;\">\n                <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; margin-bottom: 6px; width: 224px;\"><\/div>\n                <div style=\" background-color: #F4F4F4; border-radius: 4px; flex-grow: 0; height: 14px; width: 144px;\"><\/div>\n            <\/div>\n        <\/a>\n        <p style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; line-height:17px; margin-bottom:0; margin-top:8px; overflow:hidden; padding:8px 0 7px; text-align:center; text-overflow:ellipsis; white-space:nowrap;\">\n            <a href=\"https:\/\/www.instagram.com\/atlanticyachtsales\/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\" rel=\"noopener\">Instagram Account<\/a> (@<a href=\"https:\/\/www.instagram.com\/atlanticyachtsales\/?utm_source=ig_embed&amp;utm_campaign=loading\" style=\" color:#c9c8cd; font-family:Arial,sans-serif; font-size:14px; font-style:normal; font-weight:normal; line-height:17px;\" target=\"_blank\" rel=\"noopener\">atlanticyachtsales<\/a>) \u2022 Instagram photos and videos\n        <\/p>\n    <\/div>\n<\/blockquote>\n<script async src=\"\/\/www.instagram.com\/embed.js\"><\/script>\n\n<\/div><\/div><\/div><\/div><\/div><div class=\"x-section e7-e263 m7-0 m7-1 m7-2 m7-d\" id=\"videos\"><div class=\"x-row x-container max width e7-e264 m7-l m7-m m7-n m7-o m7-q m7-r m7-v m7-10 m7-11 m7-15 m7-1a m7-1s\"><div class=\"x-row-inner\"><div class=\"x-col e7-e265 m7-1y m7-1z m7-20 m7-25\"><div style=\"--tco-dc7-b8:#002347;--tco-dc7-ba:#002347;\" class=\"x-text x-text-headline e7-e266 m7-5v m7-5w m7-5z m7-60 m7-63 m7-65 m7-66 m7-67 m7-69 m7-6h m7-6m m7-75 headingfont\"><div class=\"x-text-content\"><div class=\"x-text-content-text\">\n<div class=\"x-text-content-text-primary\">Videos<\/div><\/div><\/div><\/div><\/div><\/div><\/div><div class=\"x-row x-container max width e7-e267 m7-l m7-m m7-n m7-o m7-p m7-q m7-u m7-v m7-z m7-11 m7-13 m7-1a m7-1t\"><div class=\"x-row-inner\"><div class=\"x-col e7-e268 m7-1y m7-1z m7-20 m7-25\"><div class=\"x-frame x-frame-video-embed e7-e269 m7-9j m7-9k youtubevideo\"><div class=\"x-frame-inner\"><div class=\"x-video x-video-embed\"><div class=\"x-resp-embed x-is-video x-is-youtube\"><iframe title=\"FOR SALE: 2023 REGAL 36 XO! LOW HOURS, LUXURY YACHT\" width=\"1280\" height=\"720\" src=\"https:\/\/www.youtube.com\/embed\/o-J2RpOwvOw?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe><\/div><\/div><\/div><\/div><\/div><div class=\"x-col e7-e268 m7-1y m7-1z m7-20 m7-25\"><div class=\"x-frame x-frame-video-embed e7-e269 m7-9j m7-9k youtubevideo\"><div class=\"x-frame-inner\"><div class=\"x-video x-video-embed\"><div class=\"x-resp-embed x-is-video x-is-youtube\"><iframe title=\"GREAT LOOP READY! - CUSTOM DOWNEAST CRUISER $114,900 CANADIAN!\" width=\"1280\" height=\"720\" src=\"https:\/\/www.youtube.com\/embed\/1_0tW3fJ7Vw?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe><\/div><\/div><\/div><\/div><\/div><div class=\"x-col e7-e268 m7-1y m7-1z m7-20 m7-25\"><div class=\"x-frame x-frame-video-embed e7-e269 m7-9j m7-9k youtubevideo\"><div class=\"x-frame-inner\"><div class=\"x-video x-video-embed\"><div class=\"x-resp-embed x-is-video x-is-youtube\"><iframe title=\"2009 BAYLINER 300 \/ STORED IN HEATED STORAGE SINCE NEW \/ JOYSTICK CONTROL\" width=\"1280\" height=\"720\" src=\"https:\/\/www.youtube.com\/embed\/66m4FqMLXYc?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe><\/div><\/div><\/div><\/div><\/div><div class=\"x-col e7-e268 m7-1y m7-1z m7-20 m7-25\"><div class=\"x-frame x-frame-video-embed e7-e269 m7-9j m7-9k youtubevideo\"><div class=\"x-frame-inner\"><div class=\"x-video x-video-embed\"><div class=\"x-resp-embed x-is-video x-is-youtube\"><iframe title=\"JEANNEAU 42 DS (DECK SALON)! VERY CLEAN AND TURN KEY FOR HER NEXT BLUEWATER SAILOR!\" width=\"1280\" height=\"720\" src=\"https:\/\/www.youtube.com\/embed\/8ZKUAgzyKPQ?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share\" referrerpolicy=\"strict-origin-when-cross-origin\" allowfullscreen><\/iframe><\/div><\/div><\/div><\/div><\/div><\/div><\/div><div class=\"x-row x-container max width e7-e278 m7-l m7-m m7-n m7-o m7-p m7-q m7-r m7-u m7-v m7-11 m7-13 m7-1a m7-1u\"><div class=\"x-row-inner\"><div class=\"x-col e7-e279 m7-1y m7-1z m7-20 m7-25\"><\/div><\/div><\/div><\/div><\/div>\n","protected":false},"excerpt":{"rendered":"<p>Your Trusted Yacht Brokerage Welcome aboard a seamless and enjoyable experience in locating and owning your dream boat. &quot;*&quot; indicates required fields Step 1 of 4 &#8211; Yacht Size 25% X\/TwitterThis field is for validation purposes and should be left unchanged.What Size Are You Looking For?Minimum SizeMaximum Size What Is Your Price Range?Minimum PriceMaximum Price What Is Your Desired Age &#8230; <\/p>\n<div><a href=\"https:\/\/ex.plo.re\/atlyachts\/\" class=\"more-link\">Read More<\/a><\/div>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"template-blank-4.php","meta":{"_acf_changed":false,"footnotes":""},"class_list":["post-7","page","type-page","status-publish","hentry","no-post-thumbnail"],"acf":[],"_links":{"self":[{"href":"https:\/\/ex.plo.re\/atlyachts\/wp-json\/wp\/v2\/pages\/7","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/ex.plo.re\/atlyachts\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/ex.plo.re\/atlyachts\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/ex.plo.re\/atlyachts\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/ex.plo.re\/atlyachts\/wp-json\/wp\/v2\/comments?post=7"}],"version-history":[{"count":197,"href":"https:\/\/ex.plo.re\/atlyachts\/wp-json\/wp\/v2\/pages\/7\/revisions"}],"predecessor-version":[{"id":2054,"href":"https:\/\/ex.plo.re\/atlyachts\/wp-json\/wp\/v2\/pages\/7\/revisions\/2054"}],"wp:attachment":[{"href":"https:\/\/ex.plo.re\/atlyachts\/wp-json\/wp\/v2\/media?parent=7"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}