https://www.blackstoneestateagents.com/

ID de exploración:
4a4aa4a3-cd78-4c35-9bdf-9a03a1ce0007Finalizado
URL enviada:
https://www.blackstoneestateagents.com/
Informe finalizado:

Enlaces: 8 encontrados

EnlaceTexto
https://blackstoneestateagents.content.homeflow.co.ukAdmin
https://blackstoneestateagents.content.homeflow.co.uk/site_content_chunksContent chunks
https://www.facebook.com/pages/Blackstone-Estate-Agents/169958709691597Facebook
https://www.homeflow.co.uk/ Website by
https://www.teamprop.co.uk/
https://www.naea.co.uk/.cls-1{fill:#fff;}.cls-2{fill:none;}naea-propertymark
https://www.tpos.co.uk/logo-tpo
https://www.tradingstandards.uklogo-trading-standards-rbg

Variables JavaScript: 36 encontradas

NombreTipo
onbeforetoggleobject
documentPictureInPictureobject
onscrollendobject
Homeflowobject
Ctesiusobject
agencyIdnumber
_typeoffunction
cookieconsentobject
readyQobject
bindReadyQobject

Mensajes de registro de la consola: 1 encontrados

TipoCategoríaRegistro
logother
URL
https://www.blackstoneestateagents.com/
Texto
[v3] [production] [phobos]

HTML

<!DOCTYPE html><html lang="en"><head>
  <meta charset="utf-8">
  <meta http-equiv="Content-Type" content="text/html; charset=utf-8">

  
    
  

  

<script type="text/javascript" async="" src="https://www.google-analytics.com/analytics.js"></script><script type="text/javascript" async="" src="https://www.googletagmanager.com/gtag/js?id=G-7CKXWHHDZD&amp;l=dataLayer&amp;cx=c"></script><script>
  window.Homeflow = {
    __events: [],
    __config: {
      // defaults
      'flash_message_success': 'Success!',
      'flash_message_warning': 'Warning!',
      'root_url': '/',
      'enable_draw_a_map': false,
      'pin_clustering': false,
      'skip_polygon': true,
      'hide_place_from_form': true,
      'minimum_interesting_properties': 1,
      'sales_price_dropdown_list': "",
      'lettings_price_dropdown_list': "",
      'properties_list_view': 'properties_list_view',
      'draggable_map_view': 'draggable_map_view',
      'togglable_list': 'togglable_list',
      'draggable_map_toggle_view': 'draggable_map_toggle_view',
      'properties_grid_toggle_view': 'properties_grid_toggle_view',
      'permit_blank_searches': false,
      'default_channel': 'sales',
      'disable_autocomplete': false,
      'autoscroll_infinite_scroll': true,
      'buffer_adjust': 0,
      'enable_interesting_branches': false,
      'leaflet_layer': 'default',
      'flash-message-welcome-lead-sent-new-user': "Thank you. We have sent your message and created you an account.",
      'flash-message-welcome-lead-sent': "Thank you. We have sent your message.",
      'flash-message-lead-sending-error': "There was an error sending your message - please try again later.",
      'flash-message-file-upload-error': "There was an error uploading your attachment - please try again in a minute.",
      'flash-message-location-not-found': "Sorry, we couldn't find that location.",
      'flash-message-lead-sending-error-validation': "Sorry, we couldn't create your lead. Only alphanumeric characters are allowed for First and Last name.",
      'flash-message-send-property-sent': "This property has been shared successfully!",
      'flash-message-send-property-invalid': "There was an error trying to share this property.",
      'flash-message-user-create-dupe': "There is already a user with that email address registered.",
      'flash-message-user-create-successful': "You have registered successfully and been logged in.",
      'flash-message-user-login-successful': "You have been logged in successfully!",
      'flash-message-user-create-error': "There was an error in registering you with the agent.",
      'flash-message-names-not-different': "First name and last name must be different.",
      'flash-message-search-query-required': "Please enter a search query.",
      'flash-message-article-not-found-error': "Sorry, we could not find this article",
      'flash-message-recaptcha-invalid': "There was an error sending your message - please try again later.",
      'flash-message-invalid-authenticity-token': "There was an error sending your message - please try again later.",
      'flash-message-invalid-message-content': "Your message contains illegal content. Please submit again.",
      'flash-message-password-invalid': "The password you have specified is invalid. Make sure it is alphanumeric and contains more than 5 characters.",
      'flash-message-postcode-invalid': "The postcode supplied seems to be invalid. Please try again",
      'flash-message-site-not-live': "<span>This website needs to be activated. Please contact Homeflow.</span>",
      'polygon_color': "#0033ff",
      'polygon_fill_color': "#0033ff",
      'no_draw_map_alert': 'Draw a Search Disabled',
      'autopan_padding': [5, 5],
      'pop_up_on_mouseover': false,
      'instant_delete_polygon': false,
      'get_geo_features': false,
      'local_business_data': false,
      'enable_scroll_wheel_zoom': false,
      'default_saved_search_attrs': { alert_frequency: "I" },
      'free_text_search': false,
      'sales_preposition': "for sale",
      'lettings_preposition': "to let",
    },
    set: function (key, value) {
      this.__config[key] = value;
    },
    get: function (key) {
      return this.__config[key];
    },
    addConfig: function (key, value) {
      this.set(key, value);
    },
    getConfig: function(key) {
      return this.get(key);
    },
    hasEvent: function(key) {
      return this.__events[key] != null;
    },
    listenEvent: function(key, value, lock) {
      if (this.__events[key]) {
        if (lock) {
          var found = false;
          for (var i=0; i < this.__events[key].length; i++) {
            var n = this.__events[key][i];
            if ((n.lock != null) && (n.lock === lock)) {
              return found = true;
            }
          }
          if (found) { return false; }
        }
        return this.__events[key].push({ ftn: value, 'lock': lock });
      } else {
        return this.__events[key] = [{ ftn: value, 'lock': lock }];
      }
    },
    registerEvent: function(key, value, lock) {
      return this.listenEvent(key, value, lock);
    },
    registerEvents: function() {
      return null;
    },
    removeEvent: function(key) {
      return this.__events[key] = undefined;
    },
    getEvent: function(key) {
      return this.__events[key];
    },
    kickEvent: function () {
      var __slice = [].slice;
      var args, e, key;
      key = arguments[0], args = 2 <= arguments.length ? __slice.call(arguments, 1) : [];
      e = this.getEvent(key);
      if (e != null) {
        for (var i = 0; i < e.length; i++) {
          var n = e[i];
          n['ftn'].apply(n, args);
        }
      }
    }
  };

  // alias old Ctesius variable for backward-compatibility
  window.Ctesius = Homeflow;

  // Needed for twenty7tec
  // Adding to core rather than invidual themes
  window.agencyId = 4861

  Homeflow.set('theme_settings', {"disableLettings":true,"propertySearchDisableMapView":true,"displayPropertyRef":true,"distanceToSimilarProperties":"5","priceOfSimilarProperties":"40"});
  Homeflow.set('theme_settings_defaults', {"altButtonViewingForm":{"type":"string","default":"View appointments","description":"Set alternative button text on step one of the book a viewing form"},"altIntroViewingForm":{"type":"string","default":"Please choose a date and time you would like your viewing. If your desired time is not available then click the button below and we will get in touch","description":"Set alternative intro text above the contact button on the book a viewing form"},"cookieUrl":{"type":"string","default":"/pages/cookies","description":"URL used throughout the theme to link to the cookie page. Override if you are using a CMS cookies page instead of the default"},"disableLettings":{"type":"boolean","default":false,"description":"Disable Lettings search (etc.) functionality"},"showTenantFeeActCompliant":{"type":"boolean","default":false,"description":"Display the tenant fee act compliant text after the property description"},"disableSales":{"type":"boolean","default":false,"description":"Disable Sales search (etc.) functionality"},"disableLocationInput":{"type":"boolean","default":false,"description":"Hide and disable search text input field"},"displayPropertyStatusSstcAsSoldStc":{"type":"boolean","default":false,"description":"Option to display SSTC property status as Sold STC"},"propertySearchDisableMapView":{"type":"boolean","default":false,"description":"Hide map view from property search results index"},"hideNavigationOnTablet":{"type":"boolean","default":false,"description":"Hide navigation bar on tablet devices"},"showSharedFeaturedProperties":{"type":"boolean","default":false,"description":"Choose whether to include Agency shared properties in most recent/featured property swiper results"},"heroVideo":{"type":"string","default":"","description":"To display a hero video on the homepage instead of a static image, provide video URL here (full path including https://)"},"privacyPolicyUrl":{"type":"string","default":"/pages/privacy-policy","description":"URL used throughout the theme to link to the privacy-policy page. Override if you are using a CMS privacy-policy page instead of the default"},"ratesPayable":{"type":"boolean","default":false,"description":"To replace Council Tax for Ireland customers only (not N.I.)"},"termsOfUseUrl":{"type":"string","default":"/pages/terms-of-use","description":"URL used throughout the theme to link to the terms-of-use page. Override if you are using a CMS terms-of-use page instead of the default"},"cmsHeroMinHeight":{"type":"string","default":"","description":"This min-height will result in CMS hero height below the screen width of 768px"},"homeHeroImageCarousel":{"type":"boolean","default":false,"description":"Will render an image carousel for the home hero"},"homeHeroTextCarousel":{"type":"boolean","default":false,"description":"Will render a text carousel that sits on top of the home hero"},"additionalProfileNavLinkText":{"type":"string","default":"","description":"Displayed text for additional custom item in user profile navigation links"},"additionalProfileNavLinkUrl":{"type":"string","default":"","description":"Link to additional custom item in user profile navigation links"},"hideHomepageSearch":{"type":"boolean","default":false,"description":"Hide homepage seach form. Does not hide hero"},"searchMaximumBedrooms":{"type":"number","default":6,"description":"A value for the maximum bedrooms count in the search."},"articlePagesWithoutHeroSection":{"type":"string","default":"","description":"Comma separated page url slugs ensuring pages without a hero section."},"cmsPagesWithoutHeroSection":{"type":"string","default":"","description":"Comma separated page url slugs ensuring pages without a hero section."},"centeredImageCarouselArrows":{"type":"boolean","default":true,"description":"Center the arrows of image carousel to be more visible."},"showPrintButtonOnPropertyPage":{"type":"boolean","default":false,"description":"Include Print button on property show page."},"displayPropertyRef":{"type":"boolean","default":false,"description":"Display property ref if present (underneath phone numnber)"},"distanceToSimilarProperties":{"type":"number","default":2,"description":"Distance to similar properties in km."},"priceOfSimilarProperties":{"type":"number","default":20,"description":"Percentage margin based on an actual property price."}});
  Homeflow.set('authenticityToken', "Z54NAVFIYR4phbhxw/O+I/9jFusJA45SmHdhdhqD0KBF1ewoOHb4rq3JST/8ekSx225H3DG6NszpqEBRSfgmog==");
  Homeflow.set('company_name', "Blackstone");
  Homeflow.set('agency_logo', "//mr1.homeflow-assets.co.uk/files/site_asset/image/4325/6274/_x_/logo.png");
  Homeflow.set('theme_preferences', {"sstcOverlayAsset":null,"lettingsValuationsEnabled":true,"sidebarPodBackgroundColour":"","bannerAssetId":null,"polygonEnabledForBranchSearch":true,"pdfMarginsPlain":null,"mapCenterOnPostcode":null,"contentBackgroundColour":"","briefyourmarketPassword":null,"portalLogoAssetId":16739973,"customColour9":"","registrationNotificationBlockEnabled":null,"facebookAppId":null,"customSearchPriceRange":null,"videoUri":"","instagramAccessToken":"","valuationsBackgroundImageId":null,"customColour2":"","slideshowDelay":null,"yahooSiteVerificationCode":"","websiteLogoAssetId":null,"searchIncludeMaximumOver":false,"buttonTextColour":"#ffffff","displayLeadReferrerInAlerts":false,"slideshowF4":3306017,"tenantsActiveMonths":null,"accentTintColour":"","letOverlayAsset":null,"buttonPrimaryColour":"#e0163c","secondaryAdminColour":"","pdfBodyFontId":null,"briefyourmarketBaseUrl":null,"locationBoundSwLng":null,"featuredDescriptionLength":500,"defaultSearchChannel":"","carouselMaxItems":null,"navigationPrimaryTintBackgroundColour":"#000000","preferedPortalId":null,"titles":null,"hideAliasedName":null,"carouselImagePosition":"left","underOfferOverlayAssetId":null,"logoAssetGeometry":"","soldPropertyOverlayAssetId":null,"footerColour":"","mobileLogoAssetId":16739973,"postcodeApiKey":"","googleMapsMarkerSet":0,"valuationsTextColourOverride":null,"includeAllPropertiesInOpenSearch":false,"drawamap":false,"propertyActionsIconShade":"","adminLogoAssetId":16739973,"emailHeaderLogoAssetId":null,"customColour4":"","paidForHomeval":false,"valuationsLogoOverrideId":null,"profileSmsContactPreference":false,"facebookAppSecret":null,"lettingsPriceRangeMonthly":null,"onPrimaryTextColour":"","useBranchEmail":null,"customHestiaTags":null,"mobileTintColour":"#000000","mapPinMarkerAssetShadow":null,"locationBoundNeLng":null,"valuationLowerBound":null,"returnEmptyStaffSearch":false,"applicantsGracePeriodMonths":null,"navigationPrimaryBackgroundColour":"#000000","hiddenPropertiesEnabled":null,"autofillCarouselLettings":false,"lettingsPriceRangeWeekly":null,"descendingPriceForSaleSearchResults":true,"valuationLeadOverrideAddress":null,"printLogoAsset":null,"memberNaea":null,"enableBranchSearch":true,"mapPinMarkerShadowAssetId":null,"bannerAssetGeometry":null,"onAccentTextColour":"","onNavigationPrimaryTextColour":"#ffffff","sendAdvert":1,"featureLatestNewsArticlesOnHomepage":false,"hometrackBlockEnabled":null,"carouselAndSummaryBackgroundColour":"","descendingPriceForLettingSearchResults":true,"contactAssociatedStaff":true,"maxContactableAgents":null,"hfpeEnabled":false,"customSearchBedroomRange":null,"disableInterestingProperties":false,"defaultSearchStatus":"","homepageVideoUrl":"","customColour6":"","homeflowValuations2Active":false,"showAreaSelectorForQuickSearch":false,"propertyDetailsIncludeShortDescription":true,"optOutAlert":false,"primaryAdminColour":"","minimumPriceForPublishing":null,"linkedinUri":"","valuationsAdjustment":0.0,"locationPinsMaxZoomLevel":null,"onWhiteHeadingTextColour":"#e0163c","headAnalyticsCode":"\u003c!-- Google tag (gtag.js) --\u003e\r\n\u003cscript async src=\"https://www.googletagmanager.com/gtag/js?id=G-7CKXWHHDZD\"\u003e\u003c/script\u003e\r\n\u003cscript\u003e\r\n  window.dataLayer = window.dataLayer || [];\r\n  function gtag(){dataLayer.push(arguments);}\r\n  gtag('js', new Date());\r\n\r\n  gtag('config', 'G-7CKXWHHDZD');\r\n\u003c/script\u003e","mapZoomLevel":null,"letOverlayAssetId":null,"slideshowF1":3306012,"primaryEmailColour":"","primaryTintColour":"","googleMapsApiKey":"AIzaSyDBlEaneQD1-Rem0Pi30m_ijIJZHvTTr4w","soldPropertyOverlayAsset":null,"pdfMarginsHeaded":null,"mabId":null,"adminByPortalId":null,"excludedSearchTags":"","adminLogoAssetGeometry":"","marketingStatementText":null,"buttonTintTextColour":"#ffffff","defaultRadiusForBranchSearch":null,"closestBranchEnabled":null,"enableMachineTagging":true,"freeTextSearch":null,"onNavigationPrimaryTintTextColour":"#ffffff","siteBackgroundColour":"","themeSettings":"{\"disable_lettings\":true,\"property_search_disable_map_view\":true,\"display_property_ref\":true,\"distance_to_similar_properties\":\"5\",\"price_of_similar_properties\":\"40\"}","metaDescription":"Established in 1991, Blackstone estate agents is the longest serving independent residential estate agents in Kinson.","leadForwardExclusiveOverride":false,"twitterToken":"","pinterestUri":"","headerTextColour":"","secondaryNavigationTextColour":"","customColour8":"","valuationScalingFactor":null,"youTubeUri":"","calendarActive":false,"bedroomsRange":null,"googleplusUri":"","googleMapsBranchZoomLevel":null,"onlyUseAgentLocations":false,"sendHtmlEmails":true,"slideshowOverlayText":null,"countryCodes":null,"customColour1":"","valuationUpperBound":null,"googleSiteVerificationCode":"","slideshowF3":3306015,"defaultRadiusForLocationSearch":null,"defaultSearchRadius":null,"printLogoAssetId":null,"subHeaderTextColour":"","accentColour":"#001522","twitterSecret":"","applicantsActiveMonths":null,"enableRtdfAlerts":false,"letAgreedOverlayAsset":null,"pdfHeadingFontId":null,"facebookAccessToken":null,"defaultRadiusForPostcodeSearch":null,"paginationSize":12,"sstcOverlayAssetId":null,"assignLeadsToDonorAgency":false,"homePageStyle":null,"onCarouselAndSummaryTextColour":"","pdfLogoAssetGeometry":null,"mapPinMarkerSize":"","customFooterContent":null,"tiktokUri":"","analyticsCode":"\u003c!-- Global site tag (gtag.js) - Google Analytics --\u003e\r\n\u003cscript async src=\"https://www.googletagmanager.com/gtag/js?id=UA-18851160-1\"\u003e\u003c/script\u003e\r\n\u003cscript\u003e\r\n  window.dataLayer = window.dataLayer || [];\r\n  function gtag(){dataLayer.push(arguments);}\r\n  gtag('js', new Date());\r\n\r\n  gtag('config', 'UA-18851160-1');\r\n\u003c/script\u003e\r\n","twitterConsumerKey":"","customColour10":"","hideUserData":false,"amazonSesEnabled":true,"valuationLinkOnHomepage":null,"partialPropertyLockingEnabled":false,"portalEmailHeaderOverrideAssetId":null,"polygonEnabledForLocationSearch":true,"logoAssetId":43256274,"customColour3":"","bingSiteVerificationCode":"","mapPinMarkerShadowSize":"","slideshowF5":3306021,"faviconAssetId":43256275,"allowLeadInternationalPostcodes":null,"accentTextColour":"","brochureSource":"","buttonTintColour":"#001522","mapPinMarkerAsset":null,"branchPropertySharingEnabled":null,"locationBoundSwLat":null,"mapPinMarkerAssetId":null,"defaultStarRating":null,"valuationsPrimaryColourOverride":null,"autofillCarouselSales":false,"defaultRadiusForNearbyBranches":999,"registrationLeadOverrideAddress":null,"searchTags":[],"matchBedsDelta":null,"emailTemplateId":5,"matchPriceDelta":null,"internationalSearch":null,"onAccentTintTextColour":"","onFooterTextColour":"#ffffff","spamProtectionEnabled":true,"metaTitle":" Blackstone | Estate Agents in Kinson, Bournemouth","propertyDetailsIncludeLongDescription":true,"termsStatementText":null,"vendorClaimsEnabledAt":null,"customColour5":"","facebookUri":"https://www.facebook.com/pages/Blackstone-Estate-Agents/169958709691597","twitterUri":"","mobilePrimaryColour":"","searchExcludeFirstFromMaximum":false,"twitterConsumerSecret":"","usesPropertyScoring":false,"onPrimaryTintTextColour":"","onSidebarPodTextColour":"","tenantsGracePeriodMonths":null,"salesPriceRange":null,"locationBoundNeLat":null,"canAddProperties":true,"emailHeaderColour":"","primaryColour":"#e0163c","pdfLogoAssetId":null,"sectionNavigationBackgroundColour":null,"briefyourmarketUsername":null,"underOfferOverlayAsset":null,"propertyNearestContentChunkAcquisition":"","customSearchRadius":null,"memberArla":null,"sendTelephonyLeadEmail":true,"headerBackgroundColour":"","customSearchPropertyType":null,"recaptchaEnabled":false,"excludeBrandedPropertiesFromSharedSimilarProperties":true,"customColour7":"","salesValuationsEnabled":true,"showAreaSelectorForFullSearch":true,"instagramUri":"","googleMapsPropertyZoomLevel":null,"letAgreedOverlayAssetId":null,"hiddenValuationsWidgetPaths":null,"greyAlternativeColour":"","countySearchEnabled":null,"slideshowOverlayEnabled":true,"mobileIphoneIconAssetId":25240732,"slideshowF2":3306013,"emailHeaderAssetId":null,"primaryTextColour":"","polygonEnabledForPostcodeSearch":true,"hometrackEmailAddress":null,"sstc_overlay_asset":null,"lettings_valuations_enabled":true,"sidebar_pod_background_colour":"","banner_asset_id":null,"polygon_enabled_for_branch_search":true,"pdf_margins_plain":null,"map_center_on_postcode":null,"content_background_colour":"","briefyourmarket_password":null,"portal_logo_asset_id":16739973,"custom_colour_9":"","registration_notification_block_enabled":null,"facebook_app_id":null,"custom_search_price_range":null,"video_uri":"","instagram_access_token":"","valuations_background_image_id":null,"custom_colour_2":"","slideshow_delay":null,"yahoo_site_verification_code":"","website_logo_asset_id":null,"search_include_maximum_over":false,"button_text_colour":"#ffffff","display_lead_referrer_in_alerts":false,"slideshow_f4":3306017,"tenants_active_months":null,"accent_tint_colour":"","let_overlay_asset":null,"button_primary_colour":"#e0163c","secondary_admin_colour":"","pdf_body_font_id":null,"briefyourmarket_base_url":null,"location_bound_sw_lng":null,"featured_description_length":500,"default_search_channel":"","carousel_max_items":null,"navigation_primary_tint_background_colour":"#000000","prefered_portal_id":null,"hide_aliased_name":null,"carousel_image_position":"left","under_offer_overlay_asset_id":null,"logo_asset_geometry":"","sold_property_overlay_asset_id":null,"footer_colour":"","mobile_logo_asset_id":16739973,"postcode_api_key":"","google_maps_marker_set":0,"valuations_text_colour_override":null,"include_all_properties_in_open_search":false,"property_actions_icon_shade":"","admin_logo_asset_id":16739973,"email_header_logo_asset_id":null,"custom_colour_4":"","paid_for_homeval":false,"valuations_logo_override_id":null,"profile_sms_contact_preference":false,"facebook_app_secret":null,"lettings_price_range_monthly":null,"on_primary_text_colour":"","use_branch_email":null,"custom_hestia_tags":null,"mobile_tint_colour":"#000000","map_pin_marker_asset_shadow":null,"location_bound_ne_lng":null,"valuation_lower_bound":null,"return_empty_staff_search":false,"applicants_grace_period_months":null,"navigation_primary_background_colour":"#000000","hidden_properties_enabled":null,"autofill_carousel_lettings":false,"lettings_price_range_weekly":null,"descending_price_for_sale_search_results":true,"valuation_lead_override_address":null,"print_logo_asset":null,"member_naea":null,"enable_branch_search":true,"map_pin_marker_shadow_asset_id":null,"banner_asset_geometry":null,"on_accent_text_colour":"","on_navigation_primary_text_colour":"#ffffff","send_advert":1,"feature_latest_news_articles_on_homepage":false,"hometrack_block_enabled":null,"carousel_and_summary_background_colour":"","descending_price_for_letting_search_results":true,"contact_associated_staff":true,"max_contactable_agents":null,"hfpe_enabled":false,"custom_search_bedroom_range":null,"disable_interesting_properties":false,"default_search_status":"","homepage_video_url":"","custom_colour_6":"","homeflow_valuations_2_active":false,"show_area_selector_for_quick_search":false,"property_details_include_short_description":true,"opt_out_alert":false,"primary_admin_colour":"","minimum_price_for_publishing":null,"linkedin_uri":"","valuations_adjustment":0.0,"location_pins_max_zoom_level":null,"on_white_heading_text_colour":"#e0163c","head_analytics_code":"\u003c!-- Google tag (gtag.js) --\u003e\r\n\u003cscript async src=\"https://www.googletagmanager.com/gtag/js?id=G-7CKXWHHDZD\"\u003e\u003c/script\u003e\r\n\u003cscript\u003e\r\n  window.dataLayer = window.dataLayer || [];\r\n  function gtag(){dataLayer.push(arguments);}\r\n  gtag('js', new Date());\r\n\r\n  gtag('config', 'G-7CKXWHHDZD');\r\n\u003c/script\u003e","map_zoom_level":null,"let_overlay_asset_id":null,"slideshow_f1":3306012,"primary_email_colour":"","primary_tint_colour":"","google_maps_api_key":"AIzaSyDBlEaneQD1-Rem0Pi30m_ijIJZHvTTr4w","sold_property_overlay_asset":null,"pdf_margins_headed":null,"mab_id":null,"admin_by_portal_id":null,"excluded_search_tags":"","admin_logo_asset_geometry":"","marketing_statement_text":null,"button_tint_text_colour":"#ffffff","default_radius_for_branch_search":null,"closest_branch_enabled":null,"enable_machine_tagging":true,"free_text_search":null,"on_navigation_primary_tint_text_colour":"#ffffff","site_background_colour":"","theme_settings":"{\"disable_lettings\":true,\"property_search_disable_map_view\":true,\"display_property_ref\":true,\"distance_to_similar_properties\":\"5\",\"price_of_similar_properties\":\"40\"}","meta_description":"Established in 1991, Blackstone estate agents is the longest serving independent residential estate agents in Kinson.","lead_forward_exclusive_override":false,"twitter_token":"","pinterest_uri":"","header_text_colour":"","secondary_navigation_text_colour":"","custom_colour_8":"","valuation_scaling_factor":null,"you_tube_uri":"","calendar_active":false,"bedrooms_range":null,"googleplus_uri":"","google_maps_branch_zoom_level":null,"only_use_agent_locations":false,"send_html_emails":true,"slideshow_overlay_text":null,"country_codes":null,"custom_colour_1":"","valuation_upper_bound":null,"google_site_verification_code":"","slideshow_f3":3306015,"default_radius_for_location_search":null,"default_search_radius":null,"print_logo_asset_id":null,"sub_header_text_colour":"","accent_colour":"#001522","twitter_secret":"","applicants_active_months":null,"enable_rtdf_alerts":false,"let_agreed_overlay_asset":null,"pdf_heading_font_id":null,"facebook_access_token":null,"default_radius_for_postcode_search":null,"pagination_size":12,"sstc_overlay_asset_id":null,"assign_leads_to_donor_agency":false,"home_page_style":null,"on_carousel_and_summary_text_colour":"","pdf_logo_asset_geometry":null,"map_pin_marker_size":"","custom_footer_content":null,"tiktok_uri":"","analytics_code":"\u003c!-- Global site tag (gtag.js) - Google Analytics --\u003e\r\n\u003cscript async src=\"https://www.googletagmanager.com/gtag/js?id=UA-18851160-1\"\u003e\u003c/script\u003e\r\n\u003cscript\u003e\r\n  window.dataLayer = window.dataLayer || [];\r\n  function gtag(){dataLayer.push(arguments);}\r\n  gtag('js', new Date());\r\n\r\n  gtag('config', 'UA-18851160-1');\r\n\u003c/script\u003e\r\n","twitter_consumer_key":"","custom_colour_10":"","hide_user_data":false,"amazon_ses_enabled":true,"valuation_link_on_homepage":null,"partial_property_locking_enabled":false,"portal_email_header_override_asset_id":null,"polygon_enabled_for_location_search":true,"logo_asset_id":43256274,"custom_colour_3":"","bing_site_verification_code":"","map_pin_marker_shadow_size":"","slideshow_f5":3306021,"favicon_asset_id":43256275,"allow_lead_international_postcodes":null,"accent_text_colour":"","brochure_source":"","button_tint_colour":"#001522","map_pin_marker_asset":null,"branch_property_sharing_enabled":null,"location_bound_sw_lat":null,"map_pin_marker_asset_id":null,"default_star_rating":null,"valuations_primary_colour_override":null,"autofill_carousel_sales":false,"default_radius_for_nearby_branches":999,"registration_lead_override_address":null,"search_tags":[],"match_beds_delta":null,"email_template_id":5,"match_price_delta":null,"international_search":null,"on_accent_tint_text_colour":"","on_footer_text_colour":"#ffffff","spam_protection_enabled":true,"meta_title":" Blackstone | Estate Agents in Kinson, Bournemouth","property_details_include_long_description":true,"terms_statement_text":null,"vendor_claims_enabled_at":null,"custom_colour_5":"","facebook_uri":"https://www.facebook.com/pages/Blackstone-Estate-Agents/169958709691597","twitter_uri":"","mobile_primary_colour":"","search_exclude_first_from_maximum":false,"twitter_consumer_secret":"","uses_property_scoring":false,"on_primary_tint_text_colour":"","on_sidebar_pod_text_colour":"","tenants_grace_period_months":null,"sales_price_range":null,"location_bound_ne_lat":null,"can_add_properties":true,"email_header_colour":"","primary_colour":"#e0163c","pdf_logo_asset_id":null,"section_navigation_background_colour":null,"briefyourmarket_username":null,"under_offer_overlay_asset":null,"property_nearest_content_chunk_acquisition":"","custom_search_radius":null,"member_arla":null,"send_telephony_lead_email":true,"header_background_colour":"","custom_search_property_type":null,"recaptcha_enabled":false,"exclude_branded_properties_from_shared_similar_properties":true,"custom_colour_7":"","sales_valuations_enabled":true,"show_area_selector_for_full_search":true,"instagram_uri":"","google_maps_property_zoom_level":null,"let_agreed_overlay_asset_id":null,"hidden_valuations_widget_paths":null,"grey_alternative_colour":"","county_search_enabled":null,"slideshow_overlay_enabled":true,"mobile_iphone_icon_asset_id":25240732,"slideshow_f2":3306013,"email_header_asset_id":null,"primary_text_colour":"","polygon_enabled_for_postcode_search":true,"hometrack_email_address":null});
  Homeflow.set('page_route', 'home#home')
  Homeflow.set('exposures_public_url', 'https://exposures.homeflow.co.uk');

  

  
    
      Ctesius.addConfig('cookie_consent_config', {
        "palette": {
          "popup": {
            "background": "rgb(237, 239, 245)",
            "text": "rgb(101, 101, 101)",
            "link": "rgb(101, 101, 101)",
          },
          "button": {
            "background": "transparent",
            "text": "rgb(66, 66, 66)",
            "border": "rgb(66, 66, 66)",
          },
        },
        "position": "bottom-left",
        "type": "opt-in",
        "content": {
          "href": "/pages/cookies",
          "message": "This website uses cookies to give you the best experience.",
        },
      });
    
  

  // this was previously set in defaultConfig in ctesius.js.coffee
  Homeflow.set('draggable_map_view', 'hfjs-draggable-map');

  

  

  

  

  

  

  (function() {
    

    

    

    
  })();

  console.log('[v3] [production] [phobos]');
</script>



<script>
  ;(function () {
    var createdCookieStamp = '';
    var lessThan24Hours = false;

    if (localStorage.logosLogin) {
      createdCookieStamp = localStorage.logosLogin.split(',')[2];
      lessThan24Hours = Math.abs(new Date(createdCookieStamp) - new Date()) / 36e5 < 24;
    }

    if (!lessThan24Hours) {
      localStorage.removeItem('logosLogin');
    }

    var admin = document.cookie.includes('logosLogin');

    if (!admin) return null;

    var cookies = document.cookie.split(';');
    var splitCookie = [];
    var splitCookieValue = [];

    cookies.forEach(function (cookie) {
      splitCookie = cookie.split('=');

      if (splitCookie[0].includes('logosLogin')) {
        splitCookieValue = splitCookie[1].split(',');
        localStorage.setItem('logosLogin', splitCookieValue);
      }
    });
  })();
</script>






<script>
  "use strict";function _typeof(e){return(_typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}!function(e){if(!e.hasInitialised){var t={escapeRegExp:function(e){return e.replace(/[\-\[\]\/\{\}\(\)\*\+\?\.\\\^\$\|]/g,"\\$&")},hasClass:function(e,t){var i=" ";return 1===e.nodeType&&(i+e.className+i).replace(/[\n\t]/g,i).indexOf(i+t+i)>=0},addClass:function(e,t){e.className+=" "+t},removeClass:function(e,t){var i=new RegExp("\\b"+this.escapeRegExp(t)+"\\b");e.className=e.className.replace(i,"")},interpolateString:function(e,t){return e.replace(/{{([a-z][a-z0-9\-_]*)}}/gi,function(e){return t(arguments[1])||""})},getCookie:function(e){var t=("; "+document.cookie).split("; "+e+"=");return t.length<2?void 0:t.pop().split(";").shift()},setCookie:function(e,t,i,n,o,s){var r=new Date;r.setHours(r.getHours()+24*(i||365));var a=[e+"="+t,"expires="+r.toUTCString(),"path="+(o||"/")];n&&a.push("domain="+n),s&&a.push("secure"),document.cookie=a.join(";")},deepExtend:function(e,t){for(var i in t)t.hasOwnProperty(i)&&(i in e&&this.isPlainObject(e[i])&&this.isPlainObject(t[i])?this.deepExtend(e[i],t[i]):e[i]=t[i]);return e},throttle:function(e,t){var i=!1;return function(){i||(e.apply(this,arguments),i=!0,setTimeout(function(){i=!1},t))}},hash:function(e){var t,i,n=0;if(0===e.length)return n;for(t=0,i=e.length;t<i;++t)n=(n<<5)-n+e.charCodeAt(t),n|=0;return n},normaliseHex:function(e){return"#"==e[0]&&(e=e.substr(1)),3==e.length&&(e=e[0]+e[0]+e[1]+e[1]+e[2]+e[2]),e},getContrast:function(e){return e=this.normaliseHex(e),(299*parseInt(e.substr(0,2),16)+587*parseInt(e.substr(2,2),16)+114*parseInt(e.substr(4,2),16))/1e3>=128?"#000":"#fff"},getLuminance:function(e){var t=parseInt(this.normaliseHex(e),16),i=38+(t>>16),n=38+(t>>8&255),o=38+(255&t);return"#"+(16777216+65536*(i<255?i<1?0:i:255)+256*(n<255?n<1?0:n:255)+(o<255?o<1?0:o:255)).toString(16).slice(1)},isMobile:function(){return/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)},isPlainObject:function(e){return"object"===_typeof(e)&&null!==e&&e.constructor==Object},traverseDOMPath:function(e,i){return e&&e.parentNode?t.hasClass(e,i)?e:this.traverseDOMPath(e.parentNode,i):null}};e.status={deny:"deny",allow:"allow",dismiss:"dismiss"},e.transitionEnd=function(){var e=document.createElement("div"),t={t:"transitionend",OT:"oTransitionEnd",msT:"MSTransitionEnd",MozT:"transitionend",WebkitT:"webkitTransitionEnd"};for(var i in t)if(t.hasOwnProperty(i)&&void 0!==e.style[i+"ransition"])return t[i];return""}(),e.hasTransition=!!e.transitionEnd;var i=Object.keys(e.status).map(t.escapeRegExp);e.customStyles={},e.Popup=function(){var n={enabled:!0,container:null,cookie:{name:"cookieconsent_status",path:"/",domain:"",expiryDays:365,secure:!1},onPopupOpen:function(){},onPopupClose:function(){},onInitialise:function(e){},onStatusChange:function(e,t){},onRevokeChoice:function(){},onNoCookieLaw:function(e,t){},content:{header:"Cookies used on the website!",message:"This website uses cookies to ensure you get the best experience on our website.",dismiss:"Got it!",allow:"Allow cookies",deny:"Decline",link:"Learn more",href:"https://www.cookiesandyou.com",close:"&#x274c;",target:"_blank",policy:"Cookie Policy"},elements:{header:'<span class="cc-header">{{header}}</span>&nbsp;',message:'<span id="cookieconsent:desc" class="cc-message">{{message}}</span>',messagelink:'<span id="cookieconsent:desc" class="cc-message">{{message}} <a aria-label="learn more about cookies" role=button tabindex="0" class="cc-link" href="{{href}}" rel="noopener noreferrer nofollow" target="{{target}}">{{link}}</a></span>',dismiss:'<a aria-label="dismiss cookie message" role=button tabindex="0" class="cc-btn cc-dismiss">{{dismiss}}</a>',allow:'<a aria-label="allow cookies" role=button tabindex="0"  class="cc-btn cc-allow">{{allow}}</a>',deny:'<a aria-label="deny cookies" role=button tabindex="0" class="cc-btn cc-deny">{{deny}}</a>',link:'<a aria-label="learn more about cookies" role=button tabindex="0" class="cc-link" href="{{href}}" rel="noopener noreferrer nofollow" target="{{target}}">{{link}}</a>',close:'<span aria-label="dismiss cookie message" role=button tabindex="0" class="cc-close">{{close}}</span>'},window:'<div role="dialog" aria-live="polite" aria-label="cookieconsent" aria-describedby="cookieconsent:desc" class="cc-window {{classes}}">\x3c!--googleoff: all--\x3e{{children}}\x3c!--googleon: all--\x3e</div>',revokeBtn:'<div class="cc-revoke {{classes}}">{{policy}}</div>',compliance:{info:'<div class="cc-compliance">{{dismiss}}</div>',"opt-in":'<div class="cc-compliance cc-highlight">{{deny}}{{allow}}</div>',"opt-out":'<div class="cc-compliance cc-highlight">{{deny}}{{allow}}</div>'},type:"info",layouts:{basic:"{{messagelink}}{{compliance}}","basic-close":"{{messagelink}}{{compliance}}{{close}}","basic-header":"{{header}}{{message}}{{link}}{{compliance}}"},layout:"basic",position:"bottom",theme:"block",static:!1,palette:null,revokable:!1,animateRevokable:!0,showLink:!0,dismissOnScroll:!1,dismissOnTimeout:!1,dismissOnWindowClick:!1,ignoreClicksFrom:["cc-revoke","cc-btn"],autoOpen:!0,autoAttach:!0,whitelistPage:[],blacklistPage:[],overrideHTML:null};function o(){this.initialise.apply(this,arguments)}function s(e){this.openingTimeout=null,t.removeClass(e,"cc-invisible")}function r(t){t.style.display="none",t.removeEventListener(e.transitionEnd,this.afterTransition),this.afterTransition=null}function a(){var e=this.options.position.split("-"),t=[];return e.forEach(function(e){t.push("cc-"+e)}),t}function c(n){var o=this.options,s=document.createElement("div"),r=o.container&&1===o.container.nodeType?o.container:document.body;s.innerHTML=n;var a=s.children[0];return a.style.display="none",t.hasClass(a,"cc-window")&&e.hasTransition&&t.addClass(a,"cc-invisible"),this.onButtonClick=function(n){var o=t.traverseDOMPath(n.target,"cc-btn")||n.target;if(t.hasClass(o,"cc-btn")){var s=o.className.match(new RegExp("\\bcc-("+i.join("|")+")\\b")),r=s&&s[1]||!1;r&&(this.setStatus(r),this.close(!0))}t.hasClass(o,"cc-close")&&(this.setStatus(e.status.dismiss),this.close(!0));t.hasClass(o,"cc-revoke")&&this.revokeChoice()}.bind(this),a.addEventListener("click",this.onButtonClick),o.autoAttach&&(r.firstChild?r.insertBefore(a,r.firstChild):r.appendChild(a)),a}function l(e){return"000000"==(e=t.normaliseHex(e))?"#222":t.getLuminance(e)}function u(e,t){for(var i=0,n=e.length;i<n;++i){var o=e[i];if(o instanceof RegExp&&o.test(t)||"string"==typeof o&&o.length&&o===t)return!0}return!1}return o.prototype.initialise=function(i){this.options&&this.destroy(),t.deepExtend(this.options={},n),t.isPlainObject(i)&&t.deepExtend(this.options,i),function(){var t=this.options.onInitialise.bind(this);if(!window.navigator.cookieEnabled)return t(e.status.deny),!0;if(window.CookiesOK||window.navigator.CookiesOK)return t(e.status.allow),!0;var i=Object.keys(e.status),n=this.getStatus(),o=i.indexOf(n)>=0;o&&t(n);return o}.call(this)&&(this.options.enabled=!1),u(this.options.blacklistPage,location.pathname)&&(this.options.enabled=!1),u(this.options.whitelistPage,location.pathname)&&(this.options.enabled=!0);var o=this.options.window.replace("{{classes}}",function(){var i=this.options,n="top"==i.position||"bottom"==i.position?"banner":"floating";t.isMobile()&&(n="floating");var o=["cc-"+n,"cc-type-"+i.type,"cc-theme-"+i.theme];i.static&&o.push("cc-static");o.push.apply(o,a.call(this));(function(i){var n=t.hash(JSON.stringify(i)),o="cc-color-override-"+n,s=t.isPlainObject(i);this.customStyleSelector=s?o:null,s&&function(i,n,o){if(e.customStyles[i])return void++e.customStyles[i].references;var s={},r=n.popup,a=n.button,c=n.highlight;r&&(r.text=r.text?r.text:t.getContrast(r.background),r.link=r.link?r.link:r.text,s[o+".cc-window"]=["color: "+r.text,"background-color: "+r.background],s[o+".cc-revoke"]=["color: "+r.text,"background-color: "+r.background],s[o+" .cc-link,"+o+" .cc-link:active,"+o+" .cc-link:visited"]=["color: "+r.link],a&&(a.text=a.text?a.text:t.getContrast(a.background),a.border=a.border?a.border:"transparent",s[o+" .cc-btn"]=["color: "+a.text,"border-color: "+a.border,"background-color: "+a.background],a.padding&&s[o+" .cc-btn"].push("padding: "+a.padding),"transparent"!=a.background&&(s[o+" .cc-btn:hover, "+o+" .cc-btn:focus"]=["background-color: "+(a.hover||l(a.background))]),c?(c.text=c.text?c.text:t.getContrast(c.background),c.border=c.border?c.border:"transparent",s[o+" .cc-highlight .cc-btn:first-child"]=["color: "+c.text,"border-color: "+c.border,"background-color: "+c.background]):s[o+" .cc-highlight .cc-btn:first-child"]=["color: "+r.text]));var u=document.createElement("style");document.head.appendChild(u),e.customStyles[i]={references:1,element:u.sheet};var h=-1;for(var p in s)s.hasOwnProperty(p)&&u.sheet.insertRule(p+"{"+s[p].join(";")+"}",++h)}(n,i,"."+o);return s}).call(this,this.options.palette);this.customStyleSelector&&o.push(this.customStyleSelector);return o}.call(this).join(" ")).replace("{{children}}",function(){var e={},i=this.options;i.showLink||(i.elements.link="",i.elements.messagelink=i.elements.message);Object.keys(i.elements).forEach(function(n){e[n]=t.interpolateString(i.elements[n],function(e){var t=i.content[e];return e&&"string"==typeof t&&t.length?t:""})});var n=i.compliance[i.type];n||(n=i.compliance.info);e.compliance=t.interpolateString(n,function(t){return e[t]});var o=i.layouts[i.layout];o||(o=i.layouts.basic);return t.interpolateString(o,function(t){return e[t]})}.call(this)),s=this.options.overrideHTML;if("string"==typeof s&&s.length&&(o=s),this.options.static){var r=c.call(this,'<div class="cc-grower">'+o+"</div>");r.style.display="",this.element=r.firstChild,this.element.style.display="none",t.addClass(this.element,"cc-invisible")}else this.element=c.call(this,o);(function(){var i=this.setStatus.bind(this),n=this.close.bind(this),o=this.options.dismissOnTimeout;"number"==typeof o&&o>=0&&(this.dismissTimeout=window.setTimeout(function(){i(e.status.dismiss),n(!0)},Math.floor(o)));var s=this.options.dismissOnScroll;if("number"==typeof s&&s>=0){var r=function t(o){window.pageYOffset>Math.floor(s)&&(i(e.status.dismiss),n(!0),window.removeEventListener("scroll",t,{passive:!0}),this.onWindowScroll=null)};this.options.enabled&&(this.onWindowScroll=r,window.addEventListener("scroll",r,{passive:!0}))}var a=this.options.dismissOnWindowClick,c=this.options.ignoreClicksFrom;if(a){var l=function(o){for(var s=!1,r=o.path.length,a=c.length,u=0;u<r;u++)if(!s)for(var h=0;h<a;h++)s||(s=t.hasClass(o.path[u],c[h]));s||(i(e.status.dismiss),n(!0),window.removeEventListener("click",l),window.removeEventListener("touchend",l),this.onWindowClick=null)}.bind(this);this.options.enabled&&(this.onWindowClick=l,window.addEventListener("click",l),window.addEventListener("touchend",l))}}).call(this),function(){"info"!=this.options.type&&(this.options.revokable=!0);t.isMobile()&&(this.options.animateRevokable=!1);if(this.options.revokable){var e=a.call(this);this.options.animateRevokable&&e.push("cc-animate"),this.customStyleSelector&&e.push(this.customStyleSelector);var i=this.options.revokeBtn.replace("{{classes}}",e.join(" ")).replace("{{policy}}",this.options.content.policy);this.revokeBtn=c.call(this,i);var n=this.revokeBtn;if(this.options.animateRevokable){var o=t.throttle(function(e){var i=!1,o=window.innerHeight-20;t.hasClass(n,"cc-top")&&e.clientY<20&&(i=!0),t.hasClass(n,"cc-bottom")&&e.clientY>o&&(i=!0),i?t.hasClass(n,"cc-active")||t.addClass(n,"cc-active"):t.hasClass(n,"cc-active")&&t.removeClass(n,"cc-active")},200);this.onMouseMove=o,window.addEventListener("mousemove",o)}}}.call(this),this.options.autoOpen&&this.autoOpen()},o.prototype.destroy=function(){this.onButtonClick&&this.element&&(this.element.removeEventListener("click",this.onButtonClick),this.onButtonClick=null),this.dismissTimeout&&(clearTimeout(this.dismissTimeout),this.dismissTimeout=null),this.onWindowScroll&&(window.removeEventListener("scroll",this.onWindowScroll),this.onWindowScroll=null),this.onWindowClick&&(window.removeEventListener("click",this.onWindowClick),this.onWindowClick=null),this.onMouseMove&&(window.removeEventListener("mousemove",this.onMouseMove),this.onMouseMove=null),this.element&&this.element.parentNode&&this.element.parentNode.removeChild(this.element),this.element=null,this.revokeBtn&&this.revokeBtn.parentNode&&this.revokeBtn.parentNode.removeChild(this.revokeBtn),this.revokeBtn=null,function(i){if(t.isPlainObject(i)){var n=t.hash(JSON.stringify(i)),o=e.customStyles[n];if(o&&!--o.references){var s=o.element.ownerNode;s&&s.parentNode&&s.parentNode.removeChild(s),e.customStyles[n]=null}}}(this.options.palette),this.options=null},o.prototype.open=function(t){if(this.element)return this.isOpen()||(e.hasTransition?this.fadeIn():this.element.style.display="",this.options.revokable&&this.toggleRevokeButton(),this.options.onPopupOpen.call(this)),this},o.prototype.close=function(t){if(this.element)return this.isOpen()&&(e.hasTransition?this.fadeOut():this.element.style.display="none",t&&this.options.revokable&&this.toggleRevokeButton(!0),this.options.onPopupClose.call(this)),this},o.prototype.fadeIn=function(){var i=this.element;if(e.hasTransition&&i&&(this.afterTransition&&r.call(this,i),t.hasClass(i,"cc-invisible"))){if(i.style.display="",this.options.static){var n=this.element.clientHeight;this.element.parentNode.style.maxHeight=n+"px"}this.openingTimeout=setTimeout(s.bind(this,i),20)}},o.prototype.fadeOut=function(){var i=this.element;e.hasTransition&&i&&(this.openingTimeout&&(clearTimeout(this.openingTimeout),s.bind(this,i)),t.hasClass(i,"cc-invisible")||(this.options.static&&(this.element.parentNode.style.maxHeight=""),this.afterTransition=r.bind(this,i),i.addEventListener(e.transitionEnd,this.afterTransition),t.addClass(i,"cc-invisible")))},o.prototype.isOpen=function(){return this.element&&""==this.element.style.display&&(!e.hasTransition||!t.hasClass(this.element,"cc-invisible"))},o.prototype.toggleRevokeButton=function(e){this.revokeBtn&&(this.revokeBtn.style.display=e?"":"none")},o.prototype.revokeChoice=function(e){this.options.enabled=!0,this.clearStatus(),this.options.onRevokeChoice.call(this),e||this.autoOpen()},o.prototype.hasAnswered=function(t){return Object.keys(e.status).indexOf(this.getStatus())>=0},o.prototype.hasConsented=function(t){var i=this.getStatus();return i==e.status.allow||i==e.status.dismiss},o.prototype.autoOpen=function(e){!this.hasAnswered()&&this.options.enabled?this.open():this.hasAnswered()&&this.options.revokable&&this.toggleRevokeButton(!0)},o.prototype.setStatus=function(i){var n=this.options.cookie,o=t.getCookie(n.name),s=Object.keys(e.status).indexOf(o)>=0;Object.keys(e.status).indexOf(i)>=0?(t.setCookie(n.name,i,n.expiryDays,n.domain,n.path,n.secure),this.options.onStatusChange.call(this,i,s)):this.clearStatus()},o.prototype.getStatus=function(){return t.getCookie(this.options.cookie.name)},o.prototype.clearStatus=function(){var e=this.options.cookie;t.setCookie(e.name,"",-1,e.domain,e.path)},o}(),e.Location=function(){var e={timeout:5e3,services:["ipinfo"],serviceDefinitions:{ipinfo:function(){return{url:"//ipinfo.io",headers:["Accept: application/json"],callback:function(e,t){try{var i=JSON.parse(t);return i.error?s(i):{code:i.country}}catch(e){return s({error:"Invalid response ("+e+")"})}}}},ipinfodb:function(e){return{url:"//api.ipinfodb.com/v3/ip-country/?key={api_key}&format=json&callback={callback}",isScript:!0,callback:function(e,t){try{var i=JSON.parse(t);return"ERROR"==i.statusCode?s({error:i.statusMessage}):{code:i.countryCode}}catch(e){return s({error:"Invalid response ("+e+")"})}}}},maxmind:function(){return{url:"//js.maxmind.com/js/apis/geoip2/v2.1/geoip2.js",isScript:!0,callback:function(e){window.geoip2?geoip2.country(function(t){try{e({code:t.country.iso_code})}catch(t){e(s(t))}},function(t){e(s(t))}):e(new Error("Unexpected response format. The downloaded script should have exported `geoip2` to the global scope"))}}}}};function i(i){t.deepExtend(this.options={},e),t.isPlainObject(i)&&t.deepExtend(this.options,i),this.currentServiceIndex=-1}function n(e,t,i){var n,o=document.createElement("script");o.type="text/"+(e.type||"javascript"),o.src=e.src||e,o.async=!1,o.onreadystatechange=o.onload=function(){var e=o.readyState;clearTimeout(n),t.done||e&&!/loaded|complete/.test(e)||(t.done=!0,t(),o.onreadystatechange=o.onload=null)},document.body.appendChild(o),n=setTimeout(function(){t.done=!0,t(),o.onreadystatechange=o.onload=null},i)}function o(e,t,i,n,o){var s=new(window.XMLHttpRequest||window.ActiveXObject)("MSXML2.XMLHTTP.3.0");if(s.open(n?"POST":"GET",e,1),s.setRequestHeader("Content-type","application/x-www-form-urlencoded"),Array.isArray(o))for(var r=0,a=o.length;r<a;++r){var c=o[r].split(":",2);s.setRequestHeader(c[0].replace(/^\s+|\s+$/g,""),c[1].replace(/^\s+|\s+$/g,""))}"function"==typeof t&&(s.onreadystatechange=function(){s.readyState>3&&t(s)}),s.send(n)}function s(e){return new Error("Error ["+(e.code||"UNKNOWN")+"]: "+e.error)}return i.prototype.getNextService=function(){var e;do{e=this.getServiceByIdx(++this.currentServiceIndex)}while(this.currentServiceIndex<this.options.services.length&&!e);return e},i.prototype.getServiceByIdx=function(e){var i=this.options.services[e];if("function"==typeof i){var n=i();return n.name&&t.deepExtend(n,this.options.serviceDefinitions[n.name](n)),n}return"string"==typeof i?this.options.serviceDefinitions[i]():t.isPlainObject(i)?this.options.serviceDefinitions[i.name](i):null},i.prototype.locate=function(e,t){var i=this.getNextService();i?(this.callbackComplete=e,this.callbackError=t,this.runService(i,this.runNextServiceOnError.bind(this))):t(new Error("No services to run"))},i.prototype.setupUrl=function(e){var t=this.getCurrentServiceOpts();return e.url.replace(/\{(.*?)\}/g,function(i,n){if("callback"===n){var o="callback"+Date.now();return window[o]=function(t){e.__JSONP_DATA=JSON.stringify(t)},o}if(n in t.interpolateUrl)return t.interpolateUrl[n]})},i.prototype.runService=function(e,t){var i=this;e&&e.url&&e.callback&&(e.isScript?n:o)(this.setupUrl(e),function(n){var o=n?n.responseText:"";e.__JSONP_DATA&&(o=e.__JSONP_DATA,delete e.__JSONP_DATA),i.runServiceCallback.call(i,t,e,o)},this.options.timeout,e.data,e.headers)},i.prototype.runServiceCallback=function(e,t,i){var n=this,o=t.callback(function(t){o||n.onServiceResult.call(n,e,t)},i);o&&this.onServiceResult.call(this,e,o)},i.prototype.onServiceResult=function(e,t){t instanceof Error||t&&t.error?e.call(this,t,null):e.call(this,null,t)},i.prototype.runNextServiceOnError=function(e,t){if(e){this.logError(e);var i=this.getNextService();i?this.runService(i,this.runNextServiceOnError.bind(this)):this.completeService.call(this,this.callbackError,new Error("All services failed"))}else this.completeService.call(this,this.callbackComplete,t)},i.prototype.getCurrentServiceOpts=function(){var e=this.options.services[this.currentServiceIndex];return"string"==typeof e?{name:e}:"function"==typeof e?e():t.isPlainObject(e)?e:{}},i.prototype.completeService=function(e,t){this.currentServiceIndex=-1,e&&e(t)},i.prototype.logError=function(e){var t=this.currentServiceIndex,i=this.getServiceByIdx(t);console.warn("The service["+t+"] ("+i.url+") responded with the following error",e)},i}(),e.Law=function(){var e={regionalLaw:!0,hasLaw:["AT","BE","BG","HR","CZ","CY","DK","EE","FI","FR","DE","EL","HU","IE","IT","LV","LT","LU","MT","NL","NO","PL","PT","SK","ES","SE","GB","UK","GR","EU","RO"],revokable:["HR","CY","DK","EE","FR","DE","LV","LT","NL","NO","PT","ES"],explicitAction:["HR","IT","ES","NO"]};function i(e){this.initialise.apply(this,arguments)}return i.prototype.initialise=function(i){t.deepExtend(this.options={},e),t.isPlainObject(i)&&t.deepExtend(this.options,i)},i.prototype.get=function(e){var t=this.options;return{hasLaw:t.hasLaw.indexOf(e)>=0,revokable:t.revokable.indexOf(e)>=0,explicitAction:t.explicitAction.indexOf(e)>=0}},i.prototype.applyLaw=function(e,t){var i=this.get(t);return i.hasLaw||(e.enabled=!1,"function"==typeof e.onNoCookieLaw&&e.onNoCookieLaw(t,i)),this.options.regionalLaw&&(i.revokable&&(e.revokable=!0),i.explicitAction&&(e.dismissOnScroll=!1,e.dismissOnTimeout=!1)),e},i}(),e.initialise=function(i,n,o){var s=new e.Law(i.law);n||(n=function(){}),o||(o=function(){});var r=Object.keys(e.status),a=t.getCookie("cookieconsent_status");r.indexOf(a)>=0?n(new e.Popup(i)):e.getCountryCode(i,function(t){delete i.law,delete i.location,t.code&&(i=s.applyLaw(i,t.code)),n(new e.Popup(i))},function(t){delete i.law,delete i.location,o(t,new e.Popup(i))})},e.getCountryCode=function(t,i,n){t.law&&t.law.countryCode?i({code:t.law.countryCode}):t.location?new e.Location(t.location).locate(function(e){i(e||{})},n):i({})},e.utils=t,e.hasInitialised=!0,window.cookieconsent=e}}(window.cookieconsent||{});
</script>


<style>
  .cc-window{opacity:1;transition:opacity 1s ease}.cc-window.cc-invisible{opacity:0}.cc-animate.cc-revoke{transition:transform 1s ease}.cc-animate.cc-revoke.cc-top{transform:translateY(-2em)}.cc-animate.cc-revoke.cc-bottom{transform:translateY(2em)}.cc-animate.cc-revoke.cc-active.cc-top{transform:translateY(0)}.cc-animate.cc-revoke.cc-active.cc-bottom{transform:translateY(0)}.cc-revoke:hover{transform:translateY(0)}.cc-grower{max-height:0;overflow:hidden;transition:max-height 1s}.cc-window,.cc-revoke{position:fixed;overflow:hidden;box-sizing:border-box;font-family:Helvetica, Calibri, Arial, sans-serif;font-size:16px;line-height:1.5em;display:flex;flex-wrap:nowrap;z-index:9999}.cc-window.cc-static{position:static}.cc-window.cc-floating{padding:2em;max-width:24em;flex-direction:column}.cc-window.cc-banner{padding:1em 1.8em;width:100%;flex-direction:row}.cc-revoke{padding:0.5em}.cc-revoke:hover{text-decoration:underline}.cc-header{font-size:18px;font-weight:bold}.cc-btn,.cc-link,.cc-close,.cc-revoke{cursor:pointer}.cc-link{opacity:1;display:inline-block;padding:0.2em;text-decoration:underline}.cc-link:hover{opacity:1}.cc-link:active,.cc-link:visited{color:initial}.cc-btn{display:block;padding:0.4em 0.8em;font-size:0.9em;font-weight:bold;border-width:2px;border-style:solid;text-align:center;white-space:nowrap}.cc-highlight .cc-btn:first-child{background-color:transparent;border-color:transparent}.cc-highlight .cc-btn:first-child:hover,.cc-highlight .cc-btn:first-child:focus{background-color:transparent;text-decoration:underline}.cc-close{display:block;position:absolute;top:0.5em;right:0.5em;font-size:1.6em;opacity:0.9;line-height:0.75}.cc-close:hover,.cc-close:focus{opacity:1}.cc-revoke.cc-top{top:0;left:3em;border-bottom-left-radius:0.5em;border-bottom-right-radius:0.5em}.cc-revoke.cc-bottom{bottom:0;left:3em;border-top-left-radius:0.5em;border-top-right-radius:0.5em}.cc-revoke.cc-left{left:3em;right:unset}.cc-revoke.cc-right{right:3em;left:unset}.cc-top{top:1em}.cc-left{left:1em}.cc-right{right:1em}.cc-bottom{bottom:1em}.cc-floating>.cc-link{margin-bottom:1em}.cc-floating .cc-message{display:block;margin-bottom:1em}.cc-window.cc-floating .cc-compliance{flex:1 0 auto}.cc-window.cc-banner{align-items:center}.cc-banner.cc-top{left:0;right:0;top:0}.cc-banner.cc-bottom{left:0;right:0;bottom:0}.cc-banner .cc-message{display:block;flex:1 1 auto;max-width:100%;margin-right:1em}.cc-compliance{display:flex;align-items:center;align-content:space-between}.cc-floating .cc-compliance>.cc-btn{flex:1}.cc-btn+.cc-btn{margin-left:0.5em}@media print{.cc-window,.cc-revoke{display:none}}@media screen and (max-width: 900px){.cc-btn{white-space:normal}}@media screen and (max-width: 414px) and (orientation: portrait), screen and (max-width: 736px) and (orientation: landscape){.cc-window.cc-top{top:0}.cc-window.cc-bottom{bottom:0}.cc-window.cc-banner,.cc-window.cc-floating,.cc-window.cc-right,.cc-window.cc-left{left:0;right:0}.cc-window.cc-banner{flex-direction:column}.cc-window.cc-banner .cc-compliance{flex:1 1 auto}.cc-window.cc-floating{max-width:none}.cc-window .cc-message{margin-bottom:1em}.cc-window.cc-banner{align-items:unset}.cc-window.cc-banner .cc-message{margin-right:0}}.cc-floating.cc-theme-classic{padding:1.2em;border-radius:5px}.cc-floating.cc-type-info.cc-theme-classic .cc-compliance{text-align:center;display:inline;flex:none}.cc-theme-classic .cc-btn{border-radius:5px}.cc-theme-classic .cc-btn:last-child{min-width:140px}.cc-floating.cc-type-info.cc-theme-classic .cc-btn{display:inline-block}.cc-theme-edgeless.cc-window{padding:0}.cc-floating.cc-theme-edgeless .cc-message{margin:2em;margin-bottom:1.5em}.cc-banner.cc-theme-edgeless .cc-btn{margin:0;padding:0.8em 1.8em;height:100%}.cc-banner.cc-theme-edgeless .cc-message{margin-left:1em}.cc-floating.cc-theme-edgeless .cc-btn+.cc-btn{margin-left:0}

  .cc-fullscreen-bg {
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(30, 30, 30, 0.7);
    z-index: 999;
  }


  .cc-theme-fullscreen .cc-deny-link {
    display: inline;
    padding: 0;
    font-size: .9em;
    border: 0;
    font-size: 16px;
    font-weight: normal;
    text-decoration: underline;
    /* unfortunately need to use !important here to override library styles */
    background-color: transparent !important;
    color: rgb(131, 131, 145) !important;
  }

  .cc-theme-fullscreen .cc-compliance {
    width: 50%;
    margin: 10px auto;
  }

  @media (min-width: 414px) {
    .cc-theme-fullscreen {
      bottom: 50%;
      left: 50%;
      margin-left: -190px;
      margin-bottom: -70px;
    }
  }

  .hf-cc-revoke {
    position: fixed;
    bottom: 0;
    left: 20px;
    padding: 5px 10px;
    background-color: #edeff5;
  }

  @media (max-width: 414px) {
    .hf-cc-revoke {
      font-size: 12px;
    }
  }
</style>


<meta http-equiv="Content-Security-Policy" content="">




  
    <title> Blackstone | Estate Agents in Kinson, Bournemouth</title>
  

  <meta name="viewport" content="user-scalable=1.0,initial-scale=1.0,minimum-scale=1.0">
  <meta name="description" content="Established in 1991, Blackstone estate agents is the longest serving independent residential estate agents in Kinson.">
  <meta name="format-detection" content="telephone=no">
  <link rel="canonical" href="https://www.blackstoneestateagents.com">

  <!-- Image preloads -->
  

  
    
      <link rel="preconnect" href="https://fonts.gstatic.com">
      <link rel="preconnect" href="https://fonts.googleapis.com">

      <!-- Google font(s) -->
      <link rel="stylesheet" as="style" href="https://fonts.googleapis.com/css2?family=Lato:wght@300;400;500;600;900&amp;display=swap" onload="this.onload=null;this.rel='stylesheet'">
      <link rel="stylesheet" as="style" href="https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;600;900&amp;display=swap" onload="this.onload=null;this.rel='stylesheet'">
    
  

  

  

  

  <!-- Critical Above the Fold -->
  
<style>
.hover-link{position:relative;text-decoration:none}.hover-link:after{position:absolute;bottom:8px;left:0;display:inline-block;content:" ";width:0;height:2px;background-color:#1f2937;transition:width .25s linear}.hover-link:hover:after{width:100%;background-color:#1f2937}.swell-108{transform:scale(1, 1);transition:transform .25s ease-in-out}.swell-108:hover{transform:scale(1.08, 1.08)}header.container-fluid{background-color:rgba(0,0,0,0);width:100%;margin:0;padding:0}header.container-fluid .nav-main{display:flex;justify-content:space-between;height:6rem;color:#ffffff;transform:translateY(2rem);background-color:#000000;transition:transform .25s ease-out,background-color ease-out .5s,height .5s ease-out;box-shadow:none;z-index:2010}@media(min-width: 1260px){header.container-fluid .nav-main{padding:10px 3rem}}@media(max-width: 1259px){header.container-fluid .nav-main{padding:5px 2rem}}header.container-fluid .nav-main .navbar-brand{display:block;flex-grow:0;flex-shrink:0;height:100%;font-size:1.5rem;padding:.5rem 3rem 0 0;text-decoration:none;opacity:1;transition:opacity .5s ease-out,height .5s ease-out}header.container-fluid .nav-main .navbar-brand .logo-img{height:115%}header.container-fluid .nav-main .navbar-nav-items{justify-content:space-between;flex-grow:1;flex-shrink:1;margin-right:32px}header.container-fluid .nav-main .navbar-nav-items .nav-item{position:relative;white-space:nowrap}header.container-fluid .nav-main .navbar-nav-items .nav-item.active{font-weight:bold;font-weight:700}header.container-fluid .nav-main .navbar-nav-items .nav-item .nav-link{position:relative;text-decoration:none;display:inline-block;color:#ffffff;font-weight:normal;font-weight:400;font-size:17px;transform:scale(1, 1);transition:transform .25s ease-in-out}header.container-fluid .nav-main .navbar-nav-items .nav-item .nav-link:after{position:absolute;bottom:8px;left:0;display:inline-block;content:" ";width:0;height:2px;background-color:#ffffff;transition:width .25s linear}header.container-fluid .nav-main .navbar-nav-items .nav-item .nav-link:hover:after{width:100%;background-color:#ffffff}header.container-fluid .nav-main .navbar-nav-items .nav-item .header-submenu{position:absolute;top:33px;left:-10px;display:none;background-color:#fff;list-style-type:none;padding:1rem;padding-top:1rem;margin:0;transform:scale(1, 0);transition:transform .25s ease-in-out}header.container-fluid .nav-main .navbar-nav-items .nav-item .header-submenu li{padding:2px;margin:0}header.container-fluid .nav-main .navbar-nav-items .nav-item .header-submenu li a{position:relative;text-decoration:none;color:#1f2937;letter-spacing:.5px}header.container-fluid .nav-main .navbar-nav-items .nav-item .header-submenu li a:after{position:absolute;bottom:-2px;left:0;display:inline-block;content:" ";width:0;height:2px;background-color:#1f2937;transition:width .25s linear}header.container-fluid .nav-main .navbar-nav-items .nav-item .header-submenu li a:hover:after{width:100%;background-color:#1f2937}header.container-fluid .nav-main .navbar-nav-items .nav-item:hover ul.header-submenu{display:block;transform:scale(1, 1)}header.container-fluid .nav-main .icon-links{flex-grow:0;flex-shrink:0;padding:0 .5rem;padding:0;height:31px}header.container-fluid .nav-main .icon-links .nav-item{display:block;position:relative;padding:0;margin:0;margin-left:.75rem}header.container-fluid .nav-main .icon-links .nav-item .nav-link{position:relative;display:inline-block;width:31px;height:31px;color:#ffffff;font-weight:normal;font-weight:400;padding:0;margin:0;z-index:1}header.container-fluid .nav-main .icon-links .nav-item .nav-link .header-save-indicator{position:absolute;opacity:.5;bottom:-0.5rem;right:-0.5rem;z-index:2}header.container-fluid .nav-main .icon-links .nav-item .nav-link svg{height:100%;width:100%;z-index:1}header.container-fluid .nav-main .icon-links-header{display:block}header.container-fluid .nav-main .icon-links-mobile{display:none}body:not(.home) header.container-fluid .nav-main,header.container-fluid .nav-main.scrolled{height:5rem;color:#ffffff;background-color:#000000;transform:translateY(0);opacity:1;box-shadow:none}body:not(.home) header.container-fluid .nav-main .navbar-brand,header.container-fluid .nav-main.scrolled .navbar-brand{color:#ffffff;padding:.25rem 2rem .25rem 0}body:not(.home) header.container-fluid .nav-main .navbar-brand .logo-img,header.container-fluid .nav-main.scrolled .navbar-brand .logo-img{height:100%}body:not(.home) header.container-fluid .nav-main .navbar-nav-items,header.container-fluid .nav-main.scrolled .navbar-nav-items{color:#ffffff}body:not(.home) header.container-fluid .nav-main .navbar-nav-items .nav-link,header.container-fluid .nav-main.scrolled .navbar-nav-items .nav-link{position:relative;text-decoration:none;color:#ffffff;transform:scale(1, 1);transition:transform .25s ease-in-out}body:not(.home) header.container-fluid .nav-main .navbar-nav-items .nav-link:after,header.container-fluid .nav-main.scrolled .navbar-nav-items .nav-link:after{position:absolute;bottom:8px;left:0;display:inline-block;content:" ";width:0;height:2px;background-color:#ffffff;transition:width .25s linear}body:not(.home) header.container-fluid .nav-main .navbar-nav-items .nav-link:hover:after,header.container-fluid .nav-main.scrolled .navbar-nav-items .nav-link:hover:after{width:100%;background-color:#ffffff}body:not(.home) header.container-fluid .nav-main .navbar-nav-items .nav-link:hover,header.container-fluid .nav-main.scrolled .navbar-nav-items .nav-link:hover{opacity:1}body:not(.home) header.container-fluid .nav-main .icon-links,header.container-fluid .nav-main.scrolled .icon-links{color:#ffffff}body:not(.home) header.container-fluid .nav-main .icon-links .nav-item .nav-link svg,header.container-fluid .nav-main.scrolled .icon-links .nav-item .nav-link svg{transform:scale(1.04, 1.04)}@media(max-width: 1023px){header.container-fluid .nav-main{box-shadow:none}header.container-fluid .nav-main .icon-links-header{display:none}header.container-fluid .nav-main .icon-links-mobile{display:none}}@media(max-width: 767px){body:not(.home) header.container-fluid .nav-main,header.container-fluid .nav-main,header.container-fluid .nav-main.scrolled{box-shadow:none;height:4rem}body:not(.home) header.container-fluid .nav-main .navbar-brand,header.container-fluid .nav-main .navbar-brand,header.container-fluid .nav-main.scrolled .navbar-brand{padding:.25rem 0;margin:0}body:not(.home) header.container-fluid .nav-main .navbar-brand .logo-img,header.container-fluid .nav-main .navbar-brand .logo-img,header.container-fluid .nav-main.scrolled .navbar-brand .logo-img{height:100%}body:not(.home) header.container-fluid .nav-main .icon-links-header,header.container-fluid .nav-main .icon-links-header,header.container-fluid .nav-main.scrolled .icon-links-header{display:none}body:not(.home) header.container-fluid .nav-main .icon-links-mobile,header.container-fluid .nav-main .icon-links-mobile,header.container-fluid .nav-main.scrolled .icon-links-mobile{display:inline-block;padding:0}}.header-bar-links{display:flex;flex-wrap:nowrap}@media(max-width: 1024px){.header-bar-links--hide-on-small{display:none}}.mega-menu-wrapper{position:absolute;top:0;left:0;height:0%;width:0%}.mega-menu-wrapper .mega-menu-fader-bg{position:fixed;display:block;background-color:#000;top:0;left:0;height:0;width:0;opacity:0;transition:opacity .5s ease-out;z-index:2020;cursor:default}.mega-menu-wrapper.active .mega-menu-fader-bg{height:100%;width:100%;display:block;opacity:.67}.mega-menu-wrapper .mega-menu{position:fixed;overflow:hidden;width:466px;height:100vh;right:-100vw;top:0;color:#1f2937;background-color:#fff;padding:7rem 1rem 0 1rem;transition:right .5s ease-in-out,top .5s ease-out;z-index:2030}.mega-menu-wrapper .mega-menu svg{color:rgba(0,0,0,0)}.mega-menu-wrapper .mega-menu a{text-transform:none}.mega-menu-wrapper .mega-menu .login-header-link{color:#1f2937;text-decoration:underline}.mega-menu-wrapper .mega-menu .login-header-link:visited,.mega-menu-wrapper .mega-menu .login-header-link:active{color:#1f2937}.mega-menu-wrapper .mega-menu .mega-menu-content{height:calc(100vh - 9rem);overflow-x:hidden;overflow-y:auto;padding:0;display:flex;justify-content:center;align-items:start}.mega-menu-wrapper .mega-menu .mega-menu-content ul.primary-menu{list-style-type:none;padding:0;margin:0;width:100%;padding:1rem}.mega-menu-wrapper .mega-menu .mega-menu-content ul.primary-menu>li.menu-item{padding:0;margin:0}.mega-menu-wrapper .mega-menu .mega-menu-content ul.primary-menu>li.menu-item a{display:flex;align-items:center;width:100%;height:100%;color:#1f2937;font-weight:bold;font-weight:700;font-size:1.25rem}.mega-menu-wrapper .mega-menu .mega-menu-content ul.primary-menu>li.menu-item span{color:#1f2937;font-weight:bold;font-weight:700;font-size:1.25rem}.mega-menu-wrapper .mega-menu .mega-menu-content ul.primary-menu>li.menu-item>ul{list-style-type:none;margin:0;padding:0;margin-left:0;margin-bottom:.25rem}.mega-menu-wrapper .mega-menu .mega-menu-content ul.primary-menu>li.menu-item>ul>li{margin:0;padding:0}.mega-menu-wrapper .mega-menu .mega-menu-content ul.primary-menu>li.menu-item>ul>li a{width:100%;height:100%;margin:0;padding:0;color:#374151;font-weight:normal;font-weight:500;font-size:1rem}.mega-menu-wrapper .mega-menu .mm-tab-buttons{border-bottom:1px solid #e5e7eb}.mega-menu-wrapper .mega-menu .max-w-200{max-width:200px}.mega-menu-wrapper .mega-menu .mega-top-bar{position:absolute;display:flex;flex-wrap:nowrap;justify-content:center;align-items:center;top:0;left:0;padding:0 1rem;margin:0;width:100%;height:6rem;background-color:#e0163c}.mega-menu-wrapper .mega-menu .mega-top-bar.scrolled{height:5rem}.mega-menu-wrapper .mega-menu .mega-top-bar .mega-menu-logo{display:block;padding:1.5rem 0 1.5rem 1.5rem}.mega-menu-wrapper .mega-menu .mega-top-bar .icon-links{display:flex;flex-wrap:nowrap;justify-content:center;align-items:center;text-align:center;padding:2.25rem 0;width:100%;height:36px}.mega-menu-wrapper .mega-menu .mega-top-bar .icon-links .nav-item{display:block;position:relative;padding:0;margin:0;margin-left:1rem}.mega-menu-wrapper .mega-menu .mega-top-bar .icon-links .nav-item .nav-link{position:relative;display:inline-block;width:36px;height:36px;color:#fff;font-weight:normal;font-weight:400;padding:0;margin:0;z-index:1}.mega-menu-wrapper .mega-menu .mega-top-bar .icon-links .nav-item .nav-link .header-save-indicator{position:absolute;opacity:.5;bottom:-0.5rem;right:-0.5rem;z-index:2}.mega-menu-wrapper .mega-menu .mega-top-bar .icon-links .nav-item .nav-link svg{height:100%;width:100%;z-index:2}.mega-menu-wrapper .mega-menu .mega-top-bar .js-close-mega-menu{display:inline-block;width:50px;padding:2.25rem 0;border:0;font-size:1.5rem}.mega-menu-wrapper .mega-menu .mega-top-bar .js-close-mega-menu svg{height:1.5rem}.mega-menu-wrapper .mega-menu.mega-menu-scrolled{right:0vw;background-color:#fff}.mega-menu-wrapper .mega-menu .mega-top-bar .icon-links span.mega-menu-save-indicator{font-size:12px;opacity:.5}.mega-menu-wrapper .mega-menu li>a:hover{background-color:#f3f4f6}.mega-menu-wrapper.active .mega-menu{right:0vw}.mega-menu-wrapper .alternate-search-form-wrapper{padding:1rem;border-radius:0}.mega-menu-wrapper .alternate-search-form-wrapper .form-control.location{border:1px solid #e5e7eb;line-height:2rem;padding-top:4px;padding-bottom:4px}.mega-menu-content::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);border-radius:10px;background-color:#f5f5f5}.mega-menu-content::-webkit-scrollbar{width:12px;background-color:#f5f5f5}.mega-menu-content::-webkit-scrollbar-thumb{border-radius:10px;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3);background-color:#e0163c}@media(max-width: 466px){.mega-menu-wrapper .mega-menu{width:100vw}.mega-menu-wrapper .mega-menu .icon-links{margin-left:1rem;margin-right:1rem}}html,body{margin:0;padding:0;overflow-x:hidden;-webkit-font-smoothing:auto;-moz-osx-font-smoothing:auto;width:100%;overflow-x:hidden;font-family:"PT Sans",sans-serif;font-size:.9rem}div,img{margin:0;padding:0}.lato{font-family:"Lato",sans-serif}svg{position:relative;display:inline-block;width:1.5rem;height:1.5rem;color:inherit;fill:currentColor;stroke:rgba(0,0,0,0)}a.no-underline{display:block;min-height:48px;min-width:48px}a.no-underline:after{display:none}.no-outline{outline:none}.no-outline:active{outline:none}.no-outline:focus{outline:none}@media(min-width: 1260px){.site-content-left{padding-left:3rem}}@media(max-width: 1259px){.site-content-left{padding-left:2rem}}@media(min-width: 1260px){.site-content-right{padding-right:3rem}}@media(max-width: 1259px){.site-content-right{padding-right:2rem}}@media(min-width: 1260px){.site-content{padding-left:3rem;padding-right:3rem}}@media(max-width: 1259px){.site-content,.site-content-mobile{padding-left:2rem;padding-right:2rem}}.hero-image-wrapper{max-height:1200px;min-height:80vh}.hero-image-wrapper.limited{min-height:500px;max-height:80vh}.hero-image{position:absolute;top:0;left:0;right:0;bottom:0;background-size:cover;background-position:center;z-index:-1}.hero-image__img{width:100%;height:100%;object-fit:cover}.services .service-block{transform-origin:center;transform:scale(1, 1);transition:transform .25s ease-in-out}.services .service-block:hover{transform:scale(1.05, 1.05)}.sell-let-switch .sell-switch,.sell-let-switch .let-switch{background:#ccd5df}#valuation-section .sell-let-switch .active{background:#001522}.home #open-valuation{display:none}
</style>

  <link rel="stylesheet" href="/vendor_assets/blob.css?v=0918f29998b147648846b899acd2ab90">

  

















<meta property="og:locale" content="en_GB">
<meta property="og:site_name" content="Blackstone">
<meta property="og:url" content="https://www.blackstoneestateagents.com">

<meta property="og:type" content="website">
<meta property="og:title" content="Blackstone | Estate Agents in Kinson, Bournemouth">
<meta property="og:description" content="Established in 1991, Blackstone estate agents is the longest serving independent residential estate agents in Kinson.">


    
  

<meta property="og:image" content="https://mr1.homeflow-assets.co.uk/files/site_asset/image/4325/6274/600x_/logo.png">



<meta name="twitter:card" content="summary">





  
    <link rel="icon" href="//mr1.homeflow-assets.co.uk//files/site_asset/image/4325/6275/favicon.ico">
  

  <script>

(function (w, d, u) {


  Ctesius={};

  // Define two queues for handlers
  w.readyQ = [];
  w.bindReadyQ = [];
  w.eventQ = [];
  w.confQ = [];


  Ctesius.registerEvent=function(e,i){w.eventQ.push([e,i])}
  Ctesius.addConfig=function(e,i){w.confQ.push([e,i])}

  Ctesius.getConfig = function(e){
    var foundConfigItem = w.confQ.find(function(i) {
      return i[0] === e;
    });
    if(foundConfigItem) return foundConfigItem[1];
  }

  Ctesius.getEvent = function (key) {
    return w.eventQ[key];
  },

  Ctesius.kickEvent = function (key, ...args) {
    var e = Ctesius.getEvent(key);
    if (e != null) {
      return e.forEach(function (n) {
        return n.ftn(...Array.from(args || []))
      });
    }
  }

  // Push a handler into the correct queue
  function pushToQ(x, y) {
      if (x == "ready") {
          w.bindReadyQ.push(y);
      } else {
          w.readyQ.push(x);
      }
  }

  // Define an alias object (for use later)
  var alias = {
      ready: pushToQ,
      bind: pushToQ,
      load: pushToQ
  }

  // Define the fake jQuery function to capture handlers
  w.$ = w.jQuery = function (handler) {
      if (handler === d || handler === u || handler === w) {
          // Queue $(document).ready(handler), $().ready(handler)
          // and $(document).bind("ready", handler) by returning
          // an object with alias methods for pushToQ
          return alias;
      } else {
          // Queue $(handler)
          pushToQ(handler);
      }
  }

})(window, document);

</script>


  
    <meta name="robots" content="index, follow">
  

  
    <meta name="google-site-verification" content="">
  

  

  <!-- Google tag (gtag.js) -->
<script async="" src="https://www.googletagmanager.com/gtag/js?id=G-7CKXWHHDZD"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'G-7CKXWHHDZD');
</script>
<style type="text/css">/*!
 * Toastify js 1.12.0
 * https://github.com/apvarun/toastify-js
 * @license MIT licensed
 *
 * Copyright (C) 2018 Varun A P
 */.toastify{padding:12px 20px;color:#fff;display:inline-block;box-shadow:0 3px 6px -1px rgba(0,0,0,.12),0 10px 36px -4px rgba(77,96,232,.3);background:-webkit-linear-gradient(315deg, #73a5ff, #5477f5);background:linear-gradient(135deg, #73a5ff, #5477f5);position:fixed;opacity:0;transition:all .4s cubic-bezier(0.215, 0.61, 0.355, 1);border-radius:2px;cursor:pointer;text-decoration:none;max-width:calc(50% - 20px);z-index:2147483647}.toastify.on{opacity:1}.toast-close{background:rgba(0,0,0,0);border:0;color:#fff;cursor:pointer;font-family:inherit;font-size:1em;opacity:.4;padding:0 5px}.toastify-right{right:15px}.toastify-left{left:15px}.toastify-top{top:-150px}.toastify-bottom{bottom:-150px}.toastify-rounded{border-radius:25px}.toastify-avatar{width:1.5em;height:1.5em;margin:-7px 5px;border-radius:2px}.toastify-center{margin-left:auto;margin-right:auto;left:0;right:0;max-width:fit-content;max-width:-moz-fit-content}@media only screen and (max-width: 360px){.toastify-right,.toastify-left{margin-left:auto;margin-right:auto;left:0;right:0;max-width:fit-content}}</style><style type="text/css">.hf-modal-background{position:fixed;z-index:200;top:0;left:0;right:0;bottom:0;background-color:rgba(0,0,0,.5)}.hf-modal{max-height:100%;width:800px;height:700px;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);text-align:center;z-index:201;background-color:#fff;overflow:auto}@media(max-width: 820px){.hf-modal{width:100%;top:0;left:0;right:0;transform:none}}@keyframes modalBackgroundFade{from{opacity:0}to{opacity:1}}.hf-modal-background{animation-name:modalBackgroundFade;animation-duration:.5s}</style><style type="text/css">.Dropdown-root{position:relative}.Dropdown-control{position:relative;overflow:hidden;background-color:#fff;border:1px solid #ccc;border-radius:2px;box-sizing:border-box;color:#333;cursor:default;outline:none;padding:8px 52px 8px 10px;transition:all 200ms ease}.Dropdown-control:hover{box-shadow:0 1px 0 rgba(0,0,0,.06)}.Dropdown-arrow{border-color:#999 rgba(0,0,0,0) rgba(0,0,0,0);border-style:solid;border-width:5px 5px 0;content:" ";display:block;height:0;margin-top:-ceil(2.5);position:absolute;right:10px;top:14px;width:0}.is-open .Dropdown-arrow{border-color:rgba(0,0,0,0) rgba(0,0,0,0) #999;border-width:0 5px 5px}.Dropdown-menu{background-color:#fff;border:1px solid #ccc;box-shadow:0 1px 0 rgba(0,0,0,.06);box-sizing:border-box;margin-top:-1px;max-height:200px;overflow-y:auto;position:absolute;top:100%;width:100%;z-index:1000;-webkit-overflow-scrolling:touch}.Dropdown-menu .Dropdown-group>.Dropdown-title{padding:8px 10px;color:#333;font-weight:bold;text-transform:capitalize}.Dropdown-option{box-sizing:border-box;color:rgba(51,51,51,.8);cursor:pointer;display:block;padding:8px 10px}.Dropdown-option:last-child{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.Dropdown-option:hover{background-color:#f2f9fc;color:#333}.Dropdown-option.is-selected{background-color:#f2f9fc;color:#333}.Dropdown-noresults{box-sizing:border-box;color:#ccc;cursor:default;display:block;padding:8px 10px}</style><style></style><style></style><style></style></head>


  <body class="home home"><div style="display: none;"></div><div role="dialog" aria-live="polite" aria-label="cookieconsent" aria-describedby="cookieconsent:desc" class="cc-window cc-floating cc-type-opt-in cc-theme-block cc-bottom cc-left cc-color-override--1766779169 " style=""><!--googleoff: all--><span id="cookieconsent:desc" class="cc-message">This website uses cookies to give you the best experience. <a aria-label="learn more about cookies" role="button" tabindex="0" class="cc-link" href="/pages/cookies" rel="noopener noreferrer nofollow" target="_blank">Learn more</a></span><div class="cc-compliance cc-highlight"><a aria-label="deny cookies" role="button" tabindex="0" class="cc-btn cc-deny">Decline</a><a aria-label="allow cookies" role="button" tabindex="0" class="cc-btn cc-allow">Allow cookies</a></div><!--googleon: all--></div>
    <header class="container-fluid fixed-top header-tag">
  <div class="header-component"><nav class="navbar navbar-expand-md nav-main "><a class="navbar-brand" href="/" aria-label="Go to Homepage"><img src="//mr1.homeflow-assets.co.uk/files/site_asset/image/4325/6274/1200x_/logo.png" alt="Agency logo" class="logo-img" loading="eager" srcset="
                //mr1.homeflow-assets.co.uk/files/site_asset/image/4325/6274/250x_/logo.png 250w,
                //mr1.homeflow-assets.co.uk/files/site_asset/image/4325/6274/500x_/logo.png 500w
              " sizes=" (min-width: 768px) 500px, 250px " fetchpriority="high"></a><div class="header-bar-links"><ul class="d-none d-md-flex navbar-nav navbar-nav-items lato"><li class="nav-item mx-2"><a class="nav-link hover-link" data-ordering="1" href="/" target="_self">Home</a></li><li class="nav-item mx-2"><span class="nav-link nav-link-has-submenu hover-link">Property Search</span><ul class="header-submenu"><li class="header-submenu-item"><a href="/properties/sales" target="_self">Properties For Sale</a></li></ul></li></ul></div><div class="icon-links icon-links-header d-flex flex-nowrap text-right"><span class="nav-item d-none d-lg-inline-block"><a class="nav-link swell-108" aria-label="Search" href="#/search"><svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 1024 1024" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg"><path d="M909.6 854.5L649.9 594.8C690.2 542.7 712 479 712 412c0-80.2-31.3-155.4-87.9-212.1-56.6-56.7-132-87.9-212.1-87.9s-155.5 31.3-212.1 87.9C143.2 256.5 112 331.8 112 412c0 80.1 31.3 155.5 87.9 212.1C256.5 680.8 331.8 712 412 712c67 0 130.6-21.8 182.7-62l259.7 259.6a8.2 8.2 0 0 0 11.6 0l43.6-43.5a8.2 8.2 0 0 0 0-11.6zM570.4 570.4C528 612.7 471.8 636 412 636s-116-23.3-158.4-65.6C211.3 528 188 471.8 188 412s23.3-116.1 65.6-158.4C296 211.3 352.2 188 412 188s116.1 23.2 158.4 65.6S636 352.2 636 412s-23.3 116.1-65.6 158.4z"></path></svg></a></span><span class="nav-item d-none d-md-inline-block"><a class="nav-link swell-108" aria-label="User Profile" href="#/user"><svg stroke="currentColor" fill="currentColor" stroke-width="0" height="1em" width="1em" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 55.09 53.62" style="transform: scale(1);"><g style="transform: scale(1.6, 1.6); transform-origin: center center;"><path d="M39.24,38.7H9.84c0-7.77,6.58-14.06,14.7-14.06S39.24,30.93,39.24,38.7Z"></path><ellipse cx="24.54" cy="19.57" rx="6.04" ry="7.18"></ellipse></g></svg><span class="badge badge-light header-save-indicator">0</span></a></span><span class="nav-item d-inline-block"><a class="nav-link swell-108" aria-label="Menu" href="#/menu"><svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 1024 1024" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg"><path d="M904 160H120c-4.4 0-8 3.6-8 8v64c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-64c0-4.4-3.6-8-8-8zm0 624H120c-4.4 0-8 3.6-8 8v64c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-64c0-4.4-3.6-8-8-8zm0-312H120c-4.4 0-8 3.6-8 8v64c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-64c0-4.4-3.6-8-8-8z"></path></svg></a></span></div></nav><div class="mega-menu-wrapper "><a aria-label="Go to Homepage" href="#/"><div class="mega-menu-fader-bg"></div></a><div class="mega-menu"><div class="mega-top-bar d-flex justify-content-between px-0 px-md-3 "><nav class="icon-links svg-white d-flex justify-content-between"><div class="d-inline-flex"><span class="nav-item d-inline-block"><a class="nav-link swell-108" aria-label="Search" href="#/search"><svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 1024 1024" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg"><path d="M909.6 854.5L649.9 594.8C690.2 542.7 712 479 712 412c0-80.2-31.3-155.4-87.9-212.1-56.6-56.7-132-87.9-212.1-87.9s-155.5 31.3-212.1 87.9C143.2 256.5 112 331.8 112 412c0 80.1 31.3 155.5 87.9 212.1C256.5 680.8 331.8 712 412 712c67 0 130.6-21.8 182.7-62l259.7 259.6a8.2 8.2 0 0 0 11.6 0l43.6-43.5a8.2 8.2 0 0 0 0-11.6zM570.4 570.4C528 612.7 471.8 636 412 636s-116-23.3-158.4-65.6C211.3 528 188 471.8 188 412s23.3-116.1 65.6-158.4C296 211.3 352.2 188 412 188s116.1 23.2 158.4 65.6S636 352.2 636 412s-23.3 116.1-65.6 158.4z"></path></svg></a></span><span class="nav-item d-inline-block"><a class="nav-link swell-108" aria-label="User Profile" href="#/user"><svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 512 512" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg" style="transform: scale(0.8);"><path d="M256 288c79.5 0 144-64.5 144-144S335.5 0 256 0 112 64.5 112 144s64.5 144 144 144zm128 32h-55.1c-22.2 10.2-46.9 16-72.9 16s-50.6-5.8-72.9-16H128C57.3 320 0 377.3 0 448v16c0 26.5 21.5 48 48 48h416c26.5 0 48-21.5 48-48v-16c0-70.7-57.3-128-128-128z"></path></svg><span class="badge badge-light header-save-indicator">0</span></a></span><span class="nav-item d-inline-block"><a class="nav-link swell-108" aria-label="Menu" href="#/menu"><svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 1024 1024" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg"><path d="M904 160H120c-4.4 0-8 3.6-8 8v64c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-64c0-4.4-3.6-8-8-8zm0 624H120c-4.4 0-8 3.6-8 8v64c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-64c0-4.4-3.6-8-8-8zm0-312H120c-4.4 0-8 3.6-8 8v64c0 4.4 3.6 8 8 8h784c4.4 0 8-3.6 8-8v-64c0-4.4-3.6-8-8-8z"></path></svg></a></span></div><span class="nav-item d-inline-block"><a class="nav-link swell-108" aria-label="Close" href="#/"><svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 512 512" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg"><path d="M256 48C140.559 48 48 140.559 48 256c0 115.436 92.559 208 208 208 115.435 0 208-92.564 208-208 0-115.441-92.564-208-208-208zm104.002 282.881l-29.12 29.117L256 285.117l-74.881 74.881-29.121-29.117L226.881 256l-74.883-74.881 29.121-29.116L256 226.881l74.881-74.878 29.12 29.116L285.119 256l74.883 74.881z"></path></svg></a></span></nav></div><div class="mega-menu-content"></div></div></div></div>
  <div class="flash_message_container text-center px-2 m-0"></div>
  <div id="js-modal-container"></div>
</header>

<div id="admin-bar" style="display: none;">
  
  
  <a href="https://blackstoneestateagents.content.homeflow.co.uk">Admin</a>
  
  
  
  
  
  
    
  <a href="https://blackstoneestateagents.content.homeflow.co.uk/site_content_chunks">Content chunks</a>


  

  <a href="#" class="admin-bar__link--right">Hide</a>

  <script>
  

  var admin_hovered;

    $(function() {
      var $admin_bar = $('#admin-bar');
      var $admin_bar_link = $('.admin-bar__link--right');
      var $showAdminLink = $('#show-admin-bar-link');

      if ($admin_bar.length) {

        var cookieFromLogos = false;
        var logosObject;

          // look for regular cookie set from Logos
          _(document.cookie.split(';')).each(function(cookie) {
            splitCookie = cookie.split('=')
            // if we find it, set the logosObject
            if (splitCookie[0].strip() == 'logosLogin') {
              cookieFromLogos = true;
              logosObject = splitCookie[1].split(',');
            }
          });

          // if there was no cookie, look for localStorage item
          if (!cookieFromLogos) {
            var logosString = localStorage.getItem('logosLogin');
            if (logosString) {
              logosObject = logosString.split(',');
            }
          }

          if (logosObject) {
            var userType = logosObject[0];
            var subdomain = logosObject[1];
            var timestamp = logosObject[2];

            var within24Hours = Math.abs(new Date(timestamp) - new Date()) / 36e5 < 24;

            if (within24Hours && (userType == 'Superuser' || subdomain == 'blackstoneestateagents')) {
              // custom theme offsets to push content down
              $('.nav-bauhaus').css('top', '30px');
              $admin_bar.show();
            }

            $('*[data-content-type]').each(function(i) {
              var $el = $(this);
              var id = $el.data('content-id');
              var name = $el.data('content-name');
              var type = $el.data('content-type');
              var branchId = $el.data('content-branch-id');
              var href;

              if (id) {
                var app = type == "properties" ? "properties" : "content";

                if(type === 'staff' && branchId){
                  href = 'https://blackstoneestateagents.' + app + '.homeflow.co.uk/' + 'branches/' + branchId + '/employees/' + id + '/edit';
                } else if (type == 'staff') {
                  href = "https://blackstoneestateagents.homeflow.co.uk/configure/business/" + type + "/" + id + "/edit";
                } else {
                  href = "https://blackstoneestateagents." + app + ".homeflow.co.uk/" + type + "/" + id + "/edit";
                }
              } else {
                href = '#';
              }

              $el.append('<a href="' + href + '" target="_blank" class="admin-edit-button" style="display: none;">Edit</a>');
            });

            $('*[data-content-type]').click(function(e) {
              if (!$(e.target).hasClass('admin-edit-button')) return null;

              $el = $(this);
              id = $el.data('content-id');
              name = $el.data('content-name');

              if (id) return null;

              $clone = $el.clone();
              $clone.find('a.admin-edit-button').remove()
              content = encodeURI($clone.html().replace(/^\s+/g, '').replace(/ +(?= )/g,''));
              var $form = $('<form action="https://blackstoneestateagents.content.homeflow.co.uk/site_content_chunks/new/prefill" method="POST">' +
              '<input type="hidden" name="content" value="' + content + '">' +
              '<input type="hidden" name="name" value="' + name + '">' +
              '</form>');
              $('body').append($form);
              $form.submit();
            });

            $('*[data-content-type]').mouseenter(function(e) {
              ele = $(this);
              ele.addClass('admin-editable');
              ele.find('.admin-edit-button').show();
              admin_hovered = ele;
            });

            $('*[data-content-type]').mouseleave(function(e) {
              admin_hovered = null;
              var ele = $(this);
              ele.find('.admin-edit-button').hide();
              if (admin_hovered == null || ele == null || admin_hovered.get(0) !== ele.get(0)) ele.removeClass('admin-editable');
            });
          }
        }

        $admin_bar_link.on('click',function(){
          $('.nav-bauhaus').css('top', '0');
          $admin_bar.hide();
          $showAdminLink.show();
        });

        $showAdminLink.on('click', function(e) {
          $('.nav-bauhaus').css('top', '30px');
          e.preventDefault();
          $showAdminLink.hide()
          $admin_bar.show();
        });
    });
</script>

  <style>
/* admin layout   */

#admin-bar {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 5000;
  height: 30px;
  padding: 5px;
  color: white;
  background-color: rgba(0, 0, 0, 0.8);
  font-size: 14px;
}

#admin-bar a {
  color: white;
  margin: 0 10px;
}

#admin-bar .admin-bar__link--right {
  float: right;
  cursor: pointer;
}
.admin-editable {
  position: relative;
  opacity: 0.8;
}

.admin-editable:before {
  content: "";
  position: absolute;
  left: -2px;
  right: -2px;
  top: -2px;
  bottom: -2px;
  border: 2px dashed #999;
  z-index: 2;
  background-color: rgba(255, 255, 255, 0.2);
  pointer-events: none;
}

.admin-edit-button {
  font-size: 14px;
  position: absolute;
  right: 5px;
  bottom: 5px;
  display: inline-block;
  color: #fff;
  background-color: grey;
  padding: 5px 10px;
  cursor: pointer;
  z-index: 10;
  opacity: 1;
}

.admin-edit-button:hover {
  text-decoration: none;
  color: #FFF;
  background-color: #5B5B5B;
}

#admin-bar .full_environment_details {
  display: none;
}

#admin-bar .environment_details {
  display: inline-block;
}

#admin-bar .environment_details:hover .full_environment_details {
  position: absolute;
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 5px 10px;
  margin-top: 7px;
}

#show-admin-bar-link {
  position: fixed;
  right: 8px;
  top: 2px;
  color: #fff;
  z-index: 10000;
  font-size: 14px;
}

</style>


</div>

<a href="#" id="show-admin-bar-link" style="display: none;">Show admin</a>


<script>
  //
  // -- Gather data
  //

  // Agency image
  var agency = {
    id: '4861',
    logo: '//mr1.homeflow-assets.co.uk/files/site_asset/image/4325/6274/_x_/logo.png',
  }
  Homeflow.set('agency', agency);
  Homeflow.set('agency_menus', {"primary":{"name":"primary","items":[{"url":"/","urlTarget":"_self","name":"Home","position":"1","category":""},{"url":"","urlTarget":"_self","name":"Property Search","position":"2","category":"","items":[{"url":"/properties/sales","urlTarget":"_self","name":"Properties For Sale"}]},{"url":"","urlTarget":"_self","name":"Services","position":"3","category":"","items":[{"url":"/sales-service","urlTarget":"_self","name":"Sales Service"},{"url":"/epcs","urlTarget":"_self","name":"EPCs"},{"url":"/financial-services","urlTarget":"_self","name":"Financial Services"},{"url":"/conveyancing","urlTarget":"_self","name":"Conveyancing"},{"url":"/pages/request_valuation","urlTarget":"_self","name":"Free Valuation"}]},{"url":"","urlTarget":"_self","name":"About Us","position":"4","category":"","items":[{"url":"/kinson","urlTarget":"_self","name":"About Us"},{"url":"/partners","urlTarget":"_self","name":"Partners"},{"url":"/kinson-bournemouth/staff","urlTarget":"_self","name":"Staff Profiles"},{"url":"/testimonials","urlTarget":"_self","name":"Testimonials"},{"url":"/news","urlTarget":"_self","name":"News"},{"url":"/coronavirus-update","urlTarget":"_self","name":"Coronavirus Update"},{"url":"/pages/complaints","urlTarget":"_self","name":"Our Complaints Procedure"}]},{"url":"/branches/kinson-bournemouth","urlTarget":"_self","name":"Contact us","position":"5","category":""}]},"footer":{"name":"footer"}});
</script>


    <main class="home">
      


  



  


<script>
  Homeflow.set('homeval', 'false');
  Homeflow.set('homeval_2', 'false');
  Homeflow.set('book_valuation_title', 'Selling?');
  Homeflow.set('book_valuation_button', { url: '/pages/request_valuation', text: 'Book a valuation' });
</script>

<div class="hero-wrapper">
  
    
      
        
      
      <div class="js-hero-search-form search-form-wrapper"><div class="search-form-block"><form><h2 class="clarifying-shadow">Find your new home</h2><div class="lhs-search"><div><div role="combobox" aria-haspopup="listbox" aria-owns="react-autowhatever-1" aria-expanded="false" data-testid="suggestions" style="position: relative;"><input type="text" autocomplete="off" aria-autocomplete="list" aria-controls="react-autowhatever-1" pattern="^[^\|\~\<\>\[\]\{\}?#%*+=@&amp;;:$!]*$" placeholder="Enter a location..." name="Location search" class="location-input" data-testid="location-input" id="search-location-input" value=""><div id="react-autowhatever-1" role="listbox" style="display: none;"></div></div></div><button class="search-button btn btn-primary" type="submit">Search</button></div></form><div class="separator">or</div><div class="rhs-search"><h2 class="clarifying-shadow">Selling?</h2><div class="btn-container"><a class="valuation-button btn btn-primary" href="/pages/request_valuation">Book a valuation</a></div></div></div></div>
    
  

  
    <div class="hero-image-wrapper">
      
      
            
      
        <div data-content-id="66417" data-content-type="site_content_chunks" class="hero-image-editable">
          <div class="hero-image asdf" title="hero image" style="background-image: url('https://mr1.homeflow.co.uk/files/site_asset/image/4325/6265/featured-img.jpg')"></div>
        </div>
      
    

      

      

      

      
      <div class="hero-sticker">
        <div class="default-stickers-wrapper"><div class="social d-none d-md-block"><a href="https://www.facebook.com/pages/Blackstone-Estate-Agents/169958709691597" class="svg-white d-block" aria-label="Facebook" target="_blank" rel="noopener noreferrer"><svg stroke="currentColor" fill="currentColor" stroke-width="0" version="1.1" viewBox="0 0 16 16" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg"><path d="M9.5 3h2.5v-3h-2.5c-1.93 0-3.5 1.57-3.5 3.5v1.5h-2v3h2v8h3v-8h2.5l0.5-3h-3v-1.5c0-0.271 0.229-0.5 0.5-0.5z"></path></svg></a></div></div>
      </div>
    </div>
  
</div>


  




<div class="welcome-block">
      
      
        <div data-content-id="77562" data-content-type="site_content_chunks" class="default-image-wrapper">
          <div class="default-image" style="background-image: url('https://mr1.homeflow.co.uk/files/site_asset/image/4599/5835/Kinson_Village_Church.jpg')"></div>
 
 
        </div>
      
    


      
      
        <div data-content-id="66415" data-content-type="site_content_chunks" class="default-content">
          <h1>Welcome to Blackstone</h1>
<h2>Estate Agents in Kinson, Bournemouth</h2>

<p>
Located in the centre of Kinson on the main High Street, Blackstone Estate Agents are the longest serving independent residential sales estate agent in Kinson, selling properties since 1991.
</p>
<p>
We specialise in the sale of properties in the North West area of Bournemouth which encompass the BH10 and BH11 districts. This area of specialisation includes Kinson where we are situated as well as the modern development of Bearwood and the nearby established location of Bear Cross. In addition Northbourne and Ensbury Park are other highly sought after, popular areas where we sell a variety of luxury family homes close to highly sought schools. The diversity of property continues to East Howe and West Howe where we sell vast numbers of affordable and mainly Ex local authority properties.
</p>
<p>
The business is managed by Ian Galton and Gary Hansford who collectively have over 80 years experience in selling property in this very popular area.
</p>
        </div>
      
    

</div>


  



<div class="services-block site-content">
  
    
      <div data-content-id="66444" data-content-type="site_content_chunks">
        <h2 class="no-top pt-5 text-center as-h1">Our Services</h2>
        <div class="services pb-5"><div class="services"><a href="/#/user"><div class="service swell-108 swiper-card"><img class="service-image" src="https://mr3.homeflow.co.uk/files/site_asset/image/4325/6271/s1.png?1615644574" alt="Email Alerts" loading="lazy"><div class="service-text"><p class="pt-4 swiper-card__primary-title">Email Alerts</p><p>Receive properties to your inbox.</p></div></div></a><a href="/branches/kinson-bournemouth"><div class="service swell-108 swiper-card"><img class="service-image" src="https://mr0.homeflow.co.uk/files/site_asset/image/4325/6268/s2.png?1615644574" alt="Contact us" loading="lazy"><div class="service-text"><p class="pt-4 swiper-card__primary-title">Contact us</p><p>Get in touch with us.</p></div></div></a><a href="sales-service#/"><div class="service swell-108 swiper-card"><img class="service-image" src="https://mr1.homeflow.co.uk/files/site_asset/image/4325/6281/s3.png?1615644733" alt="Sales" loading="lazy"><div class="service-text"><p class="pt-4 swiper-card__primary-title">Sales</p><p>What we can do for you.</p></div></div></a><a href="/pages/request_valuation"><div class="service swell-108 swiper-card"><img class="service-image" src="https://mr2.homeflow.co.uk/files/site_asset/image/4325/6278/s4.png?1615644733" alt="Valuation" loading="lazy"><div class="service-text"><p class="pt-4 swiper-card__primary-title">Valuation</p><p>Free no-obligation appraisal.</p></div></div></a></div></div>
        <script>
Homeflow.set('services', [
  { id: '1',
    url: '/#/user',
    imgSrc: 'https://mr3.homeflow.co.uk/files/site_asset/image/4325/6271/s1.png?1615644574',
    title: 'Email Alerts',
    displayText: 'Receive properties to your inbox.',
  },
  { id: '2',
    url: '/branches/kinson-bournemouth',
    imgSrc: 'https://mr0.homeflow.co.uk/files/site_asset/image/4325/6268/s2.png?1615644574',
    title: 'Contact us',
    displayText: 'Get in touch with us.',
  },
  { id: '3',
    url: 'sales-service#/',
    imgSrc: 'https://mr1.homeflow.co.uk/files/site_asset/image/4325/6281/s3.png?1615644733',
    title: 'Sales',
    displayText: 'What we can do for you.',
  },
  { id: '4',
    url: '/pages/request_valuation',
    imgSrc: 'https://mr2.homeflow.co.uk/files/site_asset/image/4325/6278/s4.png?1615644733',
    title: 'Valuation',
    displayText: 'Free no-obligation appraisal.',
  },
  // { id: '5',
  //   url: '',
  //   imgSrc: 'https://mr0.homeflow.co.uk/files/site_asset/image/4325/7344/s5.png?1615665155',
  //   title: 'Property Appraisal',
  //   displayText: 'How much is your property worth?',
  // }
]);
</script>
      </div>
    
  
</div>




  


  <div class="properties-swiper-wrapper swiper-wrapper site-content">
    <h2>Most Recent Properties</h2>
    <div class="properties-swiper swiper-continare"><div class="hf-swiper properties-swiper-container"><div class="tns-outer" id="properties-swiper-ow"><div class="tns-liveregion tns-visually-hidden" aria-live="polite" aria-atomic="true">slide <span class="current">1 to 2</span>  of 5</div><div id="properties-swiper-mw" class="tns-ovh"><div class="tns-inner" id="properties-swiper-iw"><div id="properties-swiper" class="properties-swiper  tns-slider tns-carousel tns-subpixel tns-calc tns-horizontal" style="transition-duration: 0s; transform: translate3d(0%, 0px, 0px);"><div class="property-card-wrapper tns-item tns-slide-active" id="properties-swiper-item0"><div id="property-20034596" class="property-card swiper-card"><a href="/properties/20034596/sales" class="link-wrapper no-underline"><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAACCAYAAACddGYaAAAAEklEQVR42mNsam/6zwAFjMgcAFUjBRfQfutUAAAAAElFTkSuQmCC" data-src="//mr3.homeflow-assets.co.uk/files/photo/image/42407/7539/371x247/BBK240220_23.jpg" class="lazyload" width="280" height="187" alt="Leybourne Avenue, Northbourne, Bournemouth, Dorset, BH10" fetchpriority="high"><div class="card-content lato"><div class="property-status-price-tenure"><p class="price swiper-card__primary-title">£350,000</p></div><p class="display-address">Leybourne Avenue, Northbourne, Bournemouth, Dorset, BH10</p><p class="info-icons"><span class="icon bed mr-3"><span class="d-inline-block">3</span><svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 512 512" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg"><path d="M458.2 208h-.4c-12 0-21.8 9.8-21.8 21.8 0 1.2-1 2.2-2.2 2.2H78.2c-1.2 0-2.2-1-2.2-2.2 0-12-9.8-21.8-21.8-21.8h-.4c-12 0-21.8 9.8-21.8 21.8v180.4c0 12 9.8 21.8 21.8 21.8h.4c12 0 21.8-9.8 21.8-21.8V404c0-2.2 1.8-4 4-4h352c2.2 0 4 1.8 4 4v6.2c0 12 9.8 21.8 21.8 21.8h.4c12 0 21.8-9.8 21.8-21.8V229.8c0-12-9.8-21.8-21.8-21.8z"></path><path d="M84 214h22.5c2.2 0 4-1.8 4-4v-13c0-8.8 7.2-16 16-16H224c8.8 0 16 7.2 16 16v13c0 2.2 1.8 4 4 4h24c2.2 0 4-1.8 4-4v-13c0-8.8 7.2-16 16-16h97.5c8.8 0 16 7.2 16 16v13c0 2.2 1.8 4 4 4H428c4.4 0 8-3.6 8-8v-94c0-17.6-14.4-32-32-32H108c-17.6 0-32 14.4-32 32v94c0 4.4 3.6 8 8 8z"></path></svg></span><span class="icon couch mr-3"><span class="d-inline-block">2</span><svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 512 512" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg"><path d="M112 73c-13.75 0-24.214 4.87-33.047 13.271-8.832 8.402-15.755 20.6-20.414 34.575-5.887 17.661-7.953 38.064-6.887 56.111a57.246 57.246 0 0 1 2.461-.187c8.38-.405 16.317 1.094 23.494 4.234 14.355 6.28 25.436 18.27 34.057 32.28 15.104 24.543 23.187 55.746 24.96 80.585 114.097-14.223 124.655-14.223 238.753 0 1.772-24.84 9.855-56.042 24.959-80.586 8.62-14.009 19.702-25.999 34.057-32.28 7.875-3.444 16.67-4.898 25.955-4.046 1.066-18.047-1-38.45-6.887-56.111-4.659-13.976-11.582-26.173-20.414-34.575C424.214 77.87 413.75 73 400 73zM56.969 194.502c-.686-.008-1.38.006-2.082.04-5.621.284-11.8 1.978-18.862 5.509-23.413 11.707-26.349 65.687 14.82 79.41l4.505 1.502L86.79 391h338.42l31.44-110.037 4.504-1.502c41.17-13.723 38.234-67.703 14.82-79.41-14.121-7.061-24.722-6.775-34.367-2.555-9.645 4.22-18.564 13.23-25.943 25.22C400.906 246.7 393 282 393 304v10.195l-10.117-1.265c-128-16-125.766-16-253.766 0L119 314.195V304c0-22-7.906-57.3-22.664-81.283-7.38-11.991-16.298-21.001-25.943-25.22-4.22-1.847-8.624-2.94-13.424-2.995zM83.727 409l-23.272 23.271c11.994 3.239 33.75 3.763 42.545-1.666 3.272-4.695 6.903-14.536 10.438-21.605zm314.836 0c1.494 6.017 6.952 19.12 10.437 21.605 13.2 5.463 29.904 5.774 42.545 1.666L428.273 409z"></path></svg></span><span class="icon bath"><span class="d-inline-block">1</span><svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 512 512" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg"><path d="M32,384a95.4,95.4,0,0,0,32,71.09V496a16,16,0,0,0,16,16h32a16,16,0,0,0,16-16V480H384v16a16,16,0,0,0,16,16h32a16,16,0,0,0,16-16V455.09A95.4,95.4,0,0,0,480,384V336H32ZM496,256H80V69.25a21.26,21.26,0,0,1,36.28-15l19.27,19.26c-13.13,29.88-7.61,59.11,8.62,79.73l-.17.17A16,16,0,0,0,144,176l11.31,11.31a16,16,0,0,0,22.63,0L283.31,81.94a16,16,0,0,0,0-22.63L272,48a16,16,0,0,0-22.62,0l-.17.17c-20.62-16.23-49.83-21.75-79.73-8.62L150.22,20.28A69.25,69.25,0,0,0,32,69.25V256H16A16,16,0,0,0,0,272v16a16,16,0,0,0,16,16H496a16,16,0,0,0,16-16V272A16,16,0,0,0,496,256Z"></path></svg></span></p></div></a><button type="button" class="fav-link icon heart save-property swell-108 " aria-label="Save"><svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 512 512" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg"><path d="M458.4 64.3C400.6 15.7 311.3 23 256 79.3 200.7 23 111.4 15.6 53.6 64.3-21.6 127.6-10.6 230.8 43 285.5l175.4 178.7c10 10.2 23.4 15.9 37.6 15.9 14.3 0 27.6-5.6 37.6-15.8L469 285.6c53.5-54.7 64.7-157.9-10.6-221.3zm-23.6 187.5L259.4 430.5c-2.4 2.4-4.4 2.4-6.8 0L77.2 251.8c-36.5-37.2-43.9-107.6 7.3-150.7 38.9-32.7 98.9-27.8 136.5 10.5l35 35.7 35-35.7c37.8-38.5 97.8-43.2 136.5-10.6 51.1 43.1 43.5 113.9 7.3 150.8z"></path></svg></button></div></div><div class="property-card-wrapper tns-item tns-slide-active" id="properties-swiper-item1"><div id="property-20020207" class="property-card swiper-card"><a href="/properties/20020207/sales" class="link-wrapper no-underline"><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAACCAYAAACddGYaAAAAEklEQVR42mNsam/6zwAFjMgcAFUjBRfQfutUAAAAAElFTkSuQmCC" data-src="//mr3.homeflow-assets.co.uk/files/photo/image/42323/8843/371x247/BBK230198_15.jpg" class="lazyload" width="280" height="187" alt="Hogue Avenue, Northbourne, Bournemouth, Dorset, BH10" fetchpriority="high"><div class="card-content lato"><div class="property-status-price-tenure"><p class="price swiper-card__primary-title">£350,000</p></div><p class="display-address">Hogue Avenue, Northbourne, Bournemouth, Dorset, BH10</p><p class="info-icons"><span class="icon bed mr-3"><span class="d-inline-block">3</span><svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 512 512" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg"><path d="M458.2 208h-.4c-12 0-21.8 9.8-21.8 21.8 0 1.2-1 2.2-2.2 2.2H78.2c-1.2 0-2.2-1-2.2-2.2 0-12-9.8-21.8-21.8-21.8h-.4c-12 0-21.8 9.8-21.8 21.8v180.4c0 12 9.8 21.8 21.8 21.8h.4c12 0 21.8-9.8 21.8-21.8V404c0-2.2 1.8-4 4-4h352c2.2 0 4 1.8 4 4v6.2c0 12 9.8 21.8 21.8 21.8h.4c12 0 21.8-9.8 21.8-21.8V229.8c0-12-9.8-21.8-21.8-21.8z"></path><path d="M84 214h22.5c2.2 0 4-1.8 4-4v-13c0-8.8 7.2-16 16-16H224c8.8 0 16 7.2 16 16v13c0 2.2 1.8 4 4 4h24c2.2 0 4-1.8 4-4v-13c0-8.8 7.2-16 16-16h97.5c8.8 0 16 7.2 16 16v13c0 2.2 1.8 4 4 4H428c4.4 0 8-3.6 8-8v-94c0-17.6-14.4-32-32-32H108c-17.6 0-32 14.4-32 32v94c0 4.4 3.6 8 8 8z"></path></svg></span><span class="icon couch mr-3"><span class="d-inline-block">2</span><svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 512 512" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg"><path d="M112 73c-13.75 0-24.214 4.87-33.047 13.271-8.832 8.402-15.755 20.6-20.414 34.575-5.887 17.661-7.953 38.064-6.887 56.111a57.246 57.246 0 0 1 2.461-.187c8.38-.405 16.317 1.094 23.494 4.234 14.355 6.28 25.436 18.27 34.057 32.28 15.104 24.543 23.187 55.746 24.96 80.585 114.097-14.223 124.655-14.223 238.753 0 1.772-24.84 9.855-56.042 24.959-80.586 8.62-14.009 19.702-25.999 34.057-32.28 7.875-3.444 16.67-4.898 25.955-4.046 1.066-18.047-1-38.45-6.887-56.111-4.659-13.976-11.582-26.173-20.414-34.575C424.214 77.87 413.75 73 400 73zM56.969 194.502c-.686-.008-1.38.006-2.082.04-5.621.284-11.8 1.978-18.862 5.509-23.413 11.707-26.349 65.687 14.82 79.41l4.505 1.502L86.79 391h338.42l31.44-110.037 4.504-1.502c41.17-13.723 38.234-67.703 14.82-79.41-14.121-7.061-24.722-6.775-34.367-2.555-9.645 4.22-18.564 13.23-25.943 25.22C400.906 246.7 393 282 393 304v10.195l-10.117-1.265c-128-16-125.766-16-253.766 0L119 314.195V304c0-22-7.906-57.3-22.664-81.283-7.38-11.991-16.298-21.001-25.943-25.22-4.22-1.847-8.624-2.94-13.424-2.995zM83.727 409l-23.272 23.271c11.994 3.239 33.75 3.763 42.545-1.666 3.272-4.695 6.903-14.536 10.438-21.605zm314.836 0c1.494 6.017 6.952 19.12 10.437 21.605 13.2 5.463 29.904 5.774 42.545 1.666L428.273 409z"></path></svg></span></p></div></a><button type="button" class="fav-link icon heart save-property swell-108 " aria-label="Save"><svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 512 512" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg"><path d="M458.4 64.3C400.6 15.7 311.3 23 256 79.3 200.7 23 111.4 15.6 53.6 64.3-21.6 127.6-10.6 230.8 43 285.5l175.4 178.7c10 10.2 23.4 15.9 37.6 15.9 14.3 0 27.6-5.6 37.6-15.8L469 285.6c53.5-54.7 64.7-157.9-10.6-221.3zm-23.6 187.5L259.4 430.5c-2.4 2.4-4.4 2.4-6.8 0L77.2 251.8c-36.5-37.2-43.9-107.6 7.3-150.7 38.9-32.7 98.9-27.8 136.5 10.5l35 35.7 35-35.7c37.8-38.5 97.8-43.2 136.5-10.6 51.1 43.1 43.5 113.9 7.3 150.8z"></path></svg></button></div></div><div class="property-card-wrapper tns-item" id="properties-swiper-item2" aria-hidden="true" tabindex="-1"><div id="property-20020205" class="property-card swiper-card"><a href="/properties/20020205/sales" class="link-wrapper no-underline"><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAACCAYAAACddGYaAAAAEklEQVR42mNsam/6zwAFjMgcAFUjBRfQfutUAAAAAElFTkSuQmCC" data-src="//mr1.homeflow-assets.co.uk/files/photo/image/42385/8680/371x247/BBK240227_13.jpg" class="lazyload" width="280" height="187" alt="Bascott Road, Wallisdown, Bournemouth, Dorset, BH11" fetchpriority="high"><div class="card-content lato"><div class="property-status-price-tenure"><p class="price swiper-card__primary-title">Guide price £300,000</p></div><p class="display-address">Bascott Road, Wallisdown, Bournemouth, Dorset, BH11</p><p class="info-icons"><span class="icon bed mr-3"><span class="d-inline-block">2</span><svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 512 512" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg"><path d="M458.2 208h-.4c-12 0-21.8 9.8-21.8 21.8 0 1.2-1 2.2-2.2 2.2H78.2c-1.2 0-2.2-1-2.2-2.2 0-12-9.8-21.8-21.8-21.8h-.4c-12 0-21.8 9.8-21.8 21.8v180.4c0 12 9.8 21.8 21.8 21.8h.4c12 0 21.8-9.8 21.8-21.8V404c0-2.2 1.8-4 4-4h352c2.2 0 4 1.8 4 4v6.2c0 12 9.8 21.8 21.8 21.8h.4c12 0 21.8-9.8 21.8-21.8V229.8c0-12-9.8-21.8-21.8-21.8z"></path><path d="M84 214h22.5c2.2 0 4-1.8 4-4v-13c0-8.8 7.2-16 16-16H224c8.8 0 16 7.2 16 16v13c0 2.2 1.8 4 4 4h24c2.2 0 4-1.8 4-4v-13c0-8.8 7.2-16 16-16h97.5c8.8 0 16 7.2 16 16v13c0 2.2 1.8 4 4 4H428c4.4 0 8-3.6 8-8v-94c0-17.6-14.4-32-32-32H108c-17.6 0-32 14.4-32 32v94c0 4.4 3.6 8 8 8z"></path></svg></span><span class="icon couch mr-3"><span class="d-inline-block">1</span><svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 512 512" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg"><path d="M112 73c-13.75 0-24.214 4.87-33.047 13.271-8.832 8.402-15.755 20.6-20.414 34.575-5.887 17.661-7.953 38.064-6.887 56.111a57.246 57.246 0 0 1 2.461-.187c8.38-.405 16.317 1.094 23.494 4.234 14.355 6.28 25.436 18.27 34.057 32.28 15.104 24.543 23.187 55.746 24.96 80.585 114.097-14.223 124.655-14.223 238.753 0 1.772-24.84 9.855-56.042 24.959-80.586 8.62-14.009 19.702-25.999 34.057-32.28 7.875-3.444 16.67-4.898 25.955-4.046 1.066-18.047-1-38.45-6.887-56.111-4.659-13.976-11.582-26.173-20.414-34.575C424.214 77.87 413.75 73 400 73zM56.969 194.502c-.686-.008-1.38.006-2.082.04-5.621.284-11.8 1.978-18.862 5.509-23.413 11.707-26.349 65.687 14.82 79.41l4.505 1.502L86.79 391h338.42l31.44-110.037 4.504-1.502c41.17-13.723 38.234-67.703 14.82-79.41-14.121-7.061-24.722-6.775-34.367-2.555-9.645 4.22-18.564 13.23-25.943 25.22C400.906 246.7 393 282 393 304v10.195l-10.117-1.265c-128-16-125.766-16-253.766 0L119 314.195V304c0-22-7.906-57.3-22.664-81.283-7.38-11.991-16.298-21.001-25.943-25.22-4.22-1.847-8.624-2.94-13.424-2.995zM83.727 409l-23.272 23.271c11.994 3.239 33.75 3.763 42.545-1.666 3.272-4.695 6.903-14.536 10.438-21.605zm314.836 0c1.494 6.017 6.952 19.12 10.437 21.605 13.2 5.463 29.904 5.774 42.545 1.666L428.273 409z"></path></svg></span><span class="icon bath"><span class="d-inline-block">1</span><svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 512 512" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg"><path d="M32,384a95.4,95.4,0,0,0,32,71.09V496a16,16,0,0,0,16,16h32a16,16,0,0,0,16-16V480H384v16a16,16,0,0,0,16,16h32a16,16,0,0,0,16-16V455.09A95.4,95.4,0,0,0,480,384V336H32ZM496,256H80V69.25a21.26,21.26,0,0,1,36.28-15l19.27,19.26c-13.13,29.88-7.61,59.11,8.62,79.73l-.17.17A16,16,0,0,0,144,176l11.31,11.31a16,16,0,0,0,22.63,0L283.31,81.94a16,16,0,0,0,0-22.63L272,48a16,16,0,0,0-22.62,0l-.17.17c-20.62-16.23-49.83-21.75-79.73-8.62L150.22,20.28A69.25,69.25,0,0,0,32,69.25V256H16A16,16,0,0,0,0,272v16a16,16,0,0,0,16,16H496a16,16,0,0,0,16-16V272A16,16,0,0,0,496,256Z"></path></svg></span></p></div></a><button type="button" class="fav-link icon heart save-property swell-108 " aria-label="Save"><svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 512 512" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg"><path d="M458.4 64.3C400.6 15.7 311.3 23 256 79.3 200.7 23 111.4 15.6 53.6 64.3-21.6 127.6-10.6 230.8 43 285.5l175.4 178.7c10 10.2 23.4 15.9 37.6 15.9 14.3 0 27.6-5.6 37.6-15.8L469 285.6c53.5-54.7 64.7-157.9-10.6-221.3zm-23.6 187.5L259.4 430.5c-2.4 2.4-4.4 2.4-6.8 0L77.2 251.8c-36.5-37.2-43.9-107.6 7.3-150.7 38.9-32.7 98.9-27.8 136.5 10.5l35 35.7 35-35.7c37.8-38.5 97.8-43.2 136.5-10.6 51.1 43.1 43.5 113.9 7.3 150.8z"></path></svg></button></div></div><div class="property-card-wrapper tns-item" id="properties-swiper-item3" aria-hidden="true" tabindex="-1"><div id="property-20002236" class="property-card swiper-card"><a href="/properties/20002236/sales" class="link-wrapper no-underline"><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAACCAYAAACddGYaAAAAEklEQVR42mNsam/6zwAFjMgcAFUjBRfQfutUAAAAAElFTkSuQmCC" data-src="//mr0.homeflow-assets.co.uk/files/photo/image/42208/4906/371x247/BBK240221_18.jpg" class="lazyload" width="280" height="187" alt="Dalewood Avenue, Bear Cross, Bournemouth, Dorset, BH11" loading="lazy"><div class="card-content lato"><div class="property-status-price-tenure"><p class="price swiper-card__primary-title">£370,000</p></div><p class="display-address">Dalewood Avenue, Bear Cross, Bournemouth, Dorset, BH11</p><p class="info-icons"><span class="icon bed mr-3"><span class="d-inline-block">2</span><svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 512 512" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg"><path d="M458.2 208h-.4c-12 0-21.8 9.8-21.8 21.8 0 1.2-1 2.2-2.2 2.2H78.2c-1.2 0-2.2-1-2.2-2.2 0-12-9.8-21.8-21.8-21.8h-.4c-12 0-21.8 9.8-21.8 21.8v180.4c0 12 9.8 21.8 21.8 21.8h.4c12 0 21.8-9.8 21.8-21.8V404c0-2.2 1.8-4 4-4h352c2.2 0 4 1.8 4 4v6.2c0 12 9.8 21.8 21.8 21.8h.4c12 0 21.8-9.8 21.8-21.8V229.8c0-12-9.8-21.8-21.8-21.8z"></path><path d="M84 214h22.5c2.2 0 4-1.8 4-4v-13c0-8.8 7.2-16 16-16H224c8.8 0 16 7.2 16 16v13c0 2.2 1.8 4 4 4h24c2.2 0 4-1.8 4-4v-13c0-8.8 7.2-16 16-16h97.5c8.8 0 16 7.2 16 16v13c0 2.2 1.8 4 4 4H428c4.4 0 8-3.6 8-8v-94c0-17.6-14.4-32-32-32H108c-17.6 0-32 14.4-32 32v94c0 4.4 3.6 8 8 8z"></path></svg></span><span class="icon couch mr-3"><span class="d-inline-block">1</span><svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 512 512" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg"><path d="M112 73c-13.75 0-24.214 4.87-33.047 13.271-8.832 8.402-15.755 20.6-20.414 34.575-5.887 17.661-7.953 38.064-6.887 56.111a57.246 57.246 0 0 1 2.461-.187c8.38-.405 16.317 1.094 23.494 4.234 14.355 6.28 25.436 18.27 34.057 32.28 15.104 24.543 23.187 55.746 24.96 80.585 114.097-14.223 124.655-14.223 238.753 0 1.772-24.84 9.855-56.042 24.959-80.586 8.62-14.009 19.702-25.999 34.057-32.28 7.875-3.444 16.67-4.898 25.955-4.046 1.066-18.047-1-38.45-6.887-56.111-4.659-13.976-11.582-26.173-20.414-34.575C424.214 77.87 413.75 73 400 73zM56.969 194.502c-.686-.008-1.38.006-2.082.04-5.621.284-11.8 1.978-18.862 5.509-23.413 11.707-26.349 65.687 14.82 79.41l4.505 1.502L86.79 391h338.42l31.44-110.037 4.504-1.502c41.17-13.723 38.234-67.703 14.82-79.41-14.121-7.061-24.722-6.775-34.367-2.555-9.645 4.22-18.564 13.23-25.943 25.22C400.906 246.7 393 282 393 304v10.195l-10.117-1.265c-128-16-125.766-16-253.766 0L119 314.195V304c0-22-7.906-57.3-22.664-81.283-7.38-11.991-16.298-21.001-25.943-25.22-4.22-1.847-8.624-2.94-13.424-2.995zM83.727 409l-23.272 23.271c11.994 3.239 33.75 3.763 42.545-1.666 3.272-4.695 6.903-14.536 10.438-21.605zm314.836 0c1.494 6.017 6.952 19.12 10.437 21.605 13.2 5.463 29.904 5.774 42.545 1.666L428.273 409z"></path></svg></span><span class="icon bath"><span class="d-inline-block">1</span><svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 512 512" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg"><path d="M32,384a95.4,95.4,0,0,0,32,71.09V496a16,16,0,0,0,16,16h32a16,16,0,0,0,16-16V480H384v16a16,16,0,0,0,16,16h32a16,16,0,0,0,16-16V455.09A95.4,95.4,0,0,0,480,384V336H32ZM496,256H80V69.25a21.26,21.26,0,0,1,36.28-15l19.27,19.26c-13.13,29.88-7.61,59.11,8.62,79.73l-.17.17A16,16,0,0,0,144,176l11.31,11.31a16,16,0,0,0,22.63,0L283.31,81.94a16,16,0,0,0,0-22.63L272,48a16,16,0,0,0-22.62,0l-.17.17c-20.62-16.23-49.83-21.75-79.73-8.62L150.22,20.28A69.25,69.25,0,0,0,32,69.25V256H16A16,16,0,0,0,0,272v16a16,16,0,0,0,16,16H496a16,16,0,0,0,16-16V272A16,16,0,0,0,496,256Z"></path></svg></span></p></div></a><button type="button" class="fav-link icon heart save-property swell-108 " aria-label="Save"><svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 512 512" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg"><path d="M458.4 64.3C400.6 15.7 311.3 23 256 79.3 200.7 23 111.4 15.6 53.6 64.3-21.6 127.6-10.6 230.8 43 285.5l175.4 178.7c10 10.2 23.4 15.9 37.6 15.9 14.3 0 27.6-5.6 37.6-15.8L469 285.6c53.5-54.7 64.7-157.9-10.6-221.3zm-23.6 187.5L259.4 430.5c-2.4 2.4-4.4 2.4-6.8 0L77.2 251.8c-36.5-37.2-43.9-107.6 7.3-150.7 38.9-32.7 98.9-27.8 136.5 10.5l35 35.7 35-35.7c37.8-38.5 97.8-43.2 136.5-10.6 51.1 43.1 43.5 113.9 7.3 150.8z"></path></svg></button></div></div><div class="property-card-wrapper tns-item" id="properties-swiper-item4" aria-hidden="true" tabindex="-1"><div id="property-19993660" class="property-card swiper-card"><a href="/properties/19993660/sales" class="link-wrapper no-underline"><img src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAACCAYAAACddGYaAAAAEklEQVR42mNsam/6zwAFjMgcAFUjBRfQfutUAAAAAElFTkSuQmCC" data-src="//mr3.homeflow-assets.co.uk/files/photo/image/42179/6873/371x247/BBK240209_06.jpg" class="lazyload" width="280" height="187" alt="Wakely Road, Bear Cross, Bournemouth, Dorset, BH11" loading="lazy"><div class="card-content lato"><div class="property-status-price-tenure"><p class="price swiper-card__primary-title">£310,000</p></div><p class="display-address">Wakely Road, Bear Cross, Bournemouth, Dorset, BH11</p><p class="info-icons"><span class="icon bed mr-3"><span class="d-inline-block">2</span><svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 512 512" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg"><path d="M458.2 208h-.4c-12 0-21.8 9.8-21.8 21.8 0 1.2-1 2.2-2.2 2.2H78.2c-1.2 0-2.2-1-2.2-2.2 0-12-9.8-21.8-21.8-21.8h-.4c-12 0-21.8 9.8-21.8 21.8v180.4c0 12 9.8 21.8 21.8 21.8h.4c12 0 21.8-9.8 21.8-21.8V404c0-2.2 1.8-4 4-4h352c2.2 0 4 1.8 4 4v6.2c0 12 9.8 21.8 21.8 21.8h.4c12 0 21.8-9.8 21.8-21.8V229.8c0-12-9.8-21.8-21.8-21.8z"></path><path d="M84 214h22.5c2.2 0 4-1.8 4-4v-13c0-8.8 7.2-16 16-16H224c8.8 0 16 7.2 16 16v13c0 2.2 1.8 4 4 4h24c2.2 0 4-1.8 4-4v-13c0-8.8 7.2-16 16-16h97.5c8.8 0 16 7.2 16 16v13c0 2.2 1.8 4 4 4H428c4.4 0 8-3.6 8-8v-94c0-17.6-14.4-32-32-32H108c-17.6 0-32 14.4-32 32v94c0 4.4 3.6 8 8 8z"></path></svg></span><span class="icon couch mr-3"><span class="d-inline-block">1</span><svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 512 512" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg"><path d="M112 73c-13.75 0-24.214 4.87-33.047 13.271-8.832 8.402-15.755 20.6-20.414 34.575-5.887 17.661-7.953 38.064-6.887 56.111a57.246 57.246 0 0 1 2.461-.187c8.38-.405 16.317 1.094 23.494 4.234 14.355 6.28 25.436 18.27 34.057 32.28 15.104 24.543 23.187 55.746 24.96 80.585 114.097-14.223 124.655-14.223 238.753 0 1.772-24.84 9.855-56.042 24.959-80.586 8.62-14.009 19.702-25.999 34.057-32.28 7.875-3.444 16.67-4.898 25.955-4.046 1.066-18.047-1-38.45-6.887-56.111-4.659-13.976-11.582-26.173-20.414-34.575C424.214 77.87 413.75 73 400 73zM56.969 194.502c-.686-.008-1.38.006-2.082.04-5.621.284-11.8 1.978-18.862 5.509-23.413 11.707-26.349 65.687 14.82 79.41l4.505 1.502L86.79 391h338.42l31.44-110.037 4.504-1.502c41.17-13.723 38.234-67.703 14.82-79.41-14.121-7.061-24.722-6.775-34.367-2.555-9.645 4.22-18.564 13.23-25.943 25.22C400.906 246.7 393 282 393 304v10.195l-10.117-1.265c-128-16-125.766-16-253.766 0L119 314.195V304c0-22-7.906-57.3-22.664-81.283-7.38-11.991-16.298-21.001-25.943-25.22-4.22-1.847-8.624-2.94-13.424-2.995zM83.727 409l-23.272 23.271c11.994 3.239 33.75 3.763 42.545-1.666 3.272-4.695 6.903-14.536 10.438-21.605zm314.836 0c1.494 6.017 6.952 19.12 10.437 21.605 13.2 5.463 29.904 5.774 42.545 1.666L428.273 409z"></path></svg></span><span class="icon bath"><span class="d-inline-block">1</span><svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 512 512" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg"><path d="M32,384a95.4,95.4,0,0,0,32,71.09V496a16,16,0,0,0,16,16h32a16,16,0,0,0,16-16V480H384v16a16,16,0,0,0,16,16h32a16,16,0,0,0,16-16V455.09A95.4,95.4,0,0,0,480,384V336H32ZM496,256H80V69.25a21.26,21.26,0,0,1,36.28-15l19.27,19.26c-13.13,29.88-7.61,59.11,8.62,79.73l-.17.17A16,16,0,0,0,144,176l11.31,11.31a16,16,0,0,0,22.63,0L283.31,81.94a16,16,0,0,0,0-22.63L272,48a16,16,0,0,0-22.62,0l-.17.17c-20.62-16.23-49.83-21.75-79.73-8.62L150.22,20.28A69.25,69.25,0,0,0,32,69.25V256H16A16,16,0,0,0,0,272v16a16,16,0,0,0,16,16H496a16,16,0,0,0,16-16V272A16,16,0,0,0,496,256Z"></path></svg></span></p></div></a><button type="button" class="fav-link icon heart save-property swell-108 " aria-label="Save"><svg stroke="currentColor" fill="currentColor" stroke-width="0" viewBox="0 0 512 512" height="1em" width="1em" xmlns="http://www.w3.org/2000/svg"><path d="M458.4 64.3C400.6 15.7 311.3 23 256 79.3 200.7 23 111.4 15.6 53.6 64.3-21.6 127.6-10.6 230.8 43 285.5l175.4 178.7c10 10.2 23.4 15.9 37.6 15.9 14.3 0 27.6-5.6 37.6-15.8L469 285.6c53.5-54.7 64.7-157.9-10.6-221.3zm-23.6 187.5L259.4 430.5c-2.4 2.4-4.4 2.4-6.8 0L77.2 251.8c-36.5-37.2-43.9-107.6 7.3-150.7 38.9-32.7 98.9-27.8 136.5 10.5l35 35.7 35-35.7c37.8-38.5 97.8-43.2 136.5-10.6 51.1 43.1 43.5 113.9 7.3 150.8z"></path></svg></button></div></div></div></div></div></div><button type="button" class="bnb-control bnb-prev-button properties-swiper-bnb-prev-button" aria-controls="properties-swiper" tabindex="-1" data-controls="prev" disabled="">←</button><button type="button" class="bnb-control bnb-next-button properties-swiper-bnb-next-button" aria-controls="properties-swiper" tabindex="-1" data-controls="next">→</button></div></div>
  </div>

  <script>
    var swiperProperties = [{"photo":"//mr3.homeflow-assets.co.uk/files/photo/image/42407/7539/371x247/BBK240220_23.jpg","photos":"MrRichardImageMrRichardImageMrRichardImageMrRichardImageMrRichardImageMrRichardImageMrRichardImageMrRichardImageMrRichardImageMrRichardImageMrRichardImageMrRichardImageMrRichardImageMrRichardImageMrRichardImageMrRichardImage","small_photo":"//mr3.homeflow-assets.co.uk/files/photo/image/42407/7539/80x60/BBK240220_23.jpg","property_url":"/properties/20034596/sales","short_description":"A 3 bedroom end terrace house offered in 1st class order throughout with 2 linked reception rooms, luxury fitted kitchen, conservatory, luxury bath...","display_address":"Leybourne Avenue, Northbourne, Bournemouth, Dorset, BH10","price":"£350,000","bedrooms":3,"bathrooms":1,"reception_rooms":2,"county":null,"lat":50.763031,"lng":-1.890735,"id":20034596,"propertyId":20034596,"property_id":20034596,"agency_name":"Blackstone","vox_number":"","status":"For sale","property_channel":"sales"},{"photo":"//mr3.homeflow-assets.co.uk/files/photo/image/42323/8843/371x247/BBK230198_15.jpg","photos":"MrRichardImageMrRichardImageMrRichardImageMrRichardImageMrRichardImageMrRichardImageMrRichardImageMrRichardImageMrRichardImageMrRichardImageMrRichardImageMrRichardImage","small_photo":"//mr3.homeflow-assets.co.uk/files/photo/image/42323/8843/80x60/BBK230198_15.jpg","property_url":"/properties/20020207/sales","short_description":"A 3 bedroom semi-detached family house with modern kitchen, garden room, off-road parking, driveway and garage. the property is offered with no for...","display_address":"Hogue Avenue, Northbourne, Bournemouth, Dorset, BH10","price":"£350,000","bedrooms":3,"bathrooms":0,"reception_rooms":2,"county":null,"lat":50.765506,"lng":-1.890869,"id":20020207,"propertyId":20020207,"property_id":20020207,"agency_name":"Blackstone","vox_number":"","status":"For sale","property_channel":"sales"},{"photo":"//mr1.homeflow-assets.co.uk/files/photo/image/42385/8680/371x247/BBK240227_13.jpg","photos":"MrRichardImageMrRichardImageMrRichardImageMrRichardImageMrRichardImageMrRichardImageMrRichardImageMrRichardImageMrRichardImageMrRichardImage","small_photo":"//mr1.homeflow-assets.co.uk/files/photo/image/42385/8680/80x60/BBK240227_13.jpg","property_url":"/properties/20020205/sales","short_description":"A 2 bedroom detached bungalow requiring some modernisation. the property is offered with no forward chain and viewing is recommended.","display_address":"Bascott Road, Wallisdown, Bournemouth, Dorset, BH11","price":"Guide price £300,000","bedrooms":2,"bathrooms":1,"reception_rooms":1,"county":null,"lat":50.748321,"lng":-1.914897,"id":20020205,"propertyId":20020205,"property_id":20020205,"agency_name":"Blackstone","vox_number":"","status":"For sale","property_channel":"sales"},{"photo":"//mr0.homeflow-assets.co.uk/files/photo/image/42208/4906/371x247/BBK240221_18.jpg","photos":"MrRichardImageMrRichardImageMrRichardImageMrRichardImageMrRichardImageMrRichardImageMrRichardImageMrRichardImageMrRichardImageMrRichardImageMrRichardImageMrRichardImageMrRichardImageMrRichardImageMrRichardImageMrRichardImageMrRichardImage","small_photo":"//mr0.homeflow-assets.co.uk/files/photo/image/42208/4906/80x60/BBK240221_18.jpg","property_url":"/properties/20002236/sales","short_description":"A very well presented 2 bedroom detached bungalow with modern kitchen, wet room/wc, attractive gardens, garage and driveway. the property is locate...","display_address":"Dalewood Avenue, Bear Cross, Bournemouth, Dorset, BH11","price":"£370,000","bedrooms":2,"bathrooms":1,"reception_rooms":1,"county":null,"lat":50.76555,"lng":-1.923911,"id":20002236,"propertyId":20002236,"property_id":20002236,"agency_name":"Blackstone","vox_number":"","status":"For sale","property_channel":"sales"},{"photo":"//mr3.homeflow-assets.co.uk/files/photo/image/42179/6873/371x247/BBK240209_06.jpg","photos":"MrRichardImageMrRichardImageMrRichardImageMrRichardImageMrRichardImageMrRichardImageMrRichardImageMrRichardImageMrRichardImageMrRichardImageMrRichardImageMrRichardImageMrRichardImageMrRichardImage","small_photo":"//mr3.homeflow-assets.co.uk/files/photo/image/42179/6873/80x60/BBK240209_06.jpg","property_url":"/properties/19993660/sales","short_description":"A 2 bedroom semi-detached house with modern bathroom, separate wc and sun lounge. the property is offered with no forward chain and viewing is reco...","display_address":"Wakely Road, Bear Cross, Bournemouth, Dorset, BH11","price":"£310,000","bedrooms":2,"bathrooms":1,"reception_rooms":1,"county":null,"lat":50.766361,"lng":-1.908202,"id":19993660,"propertyId":19993660,"property_id":19993660,"agency_name":"Blackstone","vox_number":"","status":"For sale","property_channel":"sales"}];
    Homeflow.set('swiperProperties', swiperProperties);
    Homeflow.set('properties', swiperProperties);
  </script>







  <div class="featured-articles-block swiper-wrapper site-content">
    <h2>News</h2>
    <div class="articles-swiper swiper-container"><div class="hf-swiper home-news-articles-container"><div class="tns-outer" id="home-news-articles-ow"><div class="tns-liveregion tns-visually-hidden" aria-live="polite" aria-atomic="true">slide <span class="current">1 to 2</span>  of 3</div><div id="home-news-articles-mw" class="tns-ovh"><div class="tns-inner" id="home-news-articles-iw"><div id="home-news-articles" class="home-news-articles  tns-slider tns-carousel tns-subpixel tns-calc tns-horizontal" style="transition-duration: 0s; transform: translate3d(0%, 0px, 0px);"><div class="article-card tns-item tns-slide-active" id="home-news-articles-item0"><div class="article-card__content"><a href="/articles/really-pleased-another-happy-purchaser"><img class="lazyload" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAACCAYAAACddGYaAAAAEklEQVR42mNsam/6zwAFjMgcAFUjBRfQfutUAAAAAElFTkSuQmCC" data-srcset="//mr1.homeflow-assets.co.uk/files/site_asset/image/5957/6675/320x213/SOLD.jpg" data-size="auto" alt="Really Pleased. Another Happy Purchaser"></a><div class="article-card__details"><div class="article-card__date">03 November 2023</div><a href="/articles/really-pleased-another-happy-purchaser" class="article-card__title card__primary_title"><h3>Really Pleased. Another Happy Purchaser</h3></a><div class="article-card__standfirst"></div><a href="/articles/really-pleased-another-happy-purchaser" class="more-link article-card__more more-link">Read full article</a></div></div></div><div class="article-card tns-item tns-slide-active" id="home-news-articles-item1"><div class="article-card__content"><a href="/articles/another-happy-customer"><img class="lazyload" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAACCAYAAACddGYaAAAAEklEQVR42mNsam/6zwAFjMgcAFUjBRfQfutUAAAAAElFTkSuQmCC" data-srcset="//mr1.homeflow-assets.co.uk/files/site_asset/image/5813/7657/320x213/LAURA_37_MARKHAM_AVENUE.jpg" data-size="auto" alt="ANOTHER HAPPY CUSTOMER"></a><div class="article-card__details"><div class="article-card__date">23 August 2023</div><a href="/articles/another-happy-customer" class="article-card__title card__primary_title"><h3>ANOTHER HAPPY CUSTOMER</h3></a><div class="article-card__standfirst"></div><a href="/articles/another-happy-customer" class="more-link article-card__more more-link">Read full article</a></div></div></div><div class="article-card tns-item" id="home-news-articles-item2" aria-hidden="true" tabindex="-1"><div class="article-card__content"><a href="/articles/what-a-wonderful-review"><img class="lazyload" src="data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAACCAYAAACddGYaAAAAEklEQVR42mNsam/6zwAFjMgcAFUjBRfQfutUAAAAAElFTkSuQmCC" data-srcset="//mr0.homeflow-assets.co.uk/files/site_asset/image/5656/3071/320x213/sunny_sold.jpg" data-size="auto" alt="WHAT A WONDERFUL REVIEW"></a><div class="article-card__details"><div class="article-card__date">17 May 2023</div><a href="/articles/what-a-wonderful-review" class="article-card__title card__primary_title"><h3>WHAT A WONDERFUL REVIEW</h3></a><div class="article-card__standfirst"></div><a href="/articles/what-a-wonderful-review" class="more-link article-card__more more-link">Read full article</a></div></div></div></div></div></div></div><button type="button" class="bnb-control bnb-prev-button home-news-articles-bnb-prev-button" aria-controls="home-news-articles" tabindex="-1" data-controls="prev" disabled="">←</button><button type="button" class="bnb-control bnb-next-button home-news-articles-bnb-next-button" aria-controls="home-news-articles" tabindex="-1" data-controls="next">→</button></div></div>
  </div>

  <script>
    Homeflow.set('swiperArticles', [{"id":211660,"author":null,"promo":"","createdAt":"2023-11-03T15:05:43.000+00:00","date":"03 November 2023","image":"//mr1.homeflow-assets.co.uk/files/site_asset/image/5957/6675/320x213/SOLD.jpg","slug":"really-pleased-another-happy-purchaser","title":"Really Pleased. Another Happy Purchaser"},{"id":208948,"author":null,"promo":"","createdAt":"2023-08-23T14:23:28.000+01:00","date":"23 August 2023","image":"//mr1.homeflow-assets.co.uk/files/site_asset/image/5813/7657/320x213/LAURA_37_MARKHAM_AVENUE.jpg","slug":"another-happy-customer","title":"ANOTHER HAPPY CUSTOMER"},{"id":205759,"author":null,"promo":"","createdAt":"2023-05-17T10:50:01.000+01:00","date":"17 May 2023","image":"//mr0.homeflow-assets.co.uk/files/site_asset/image/5656/3071/320x213/sunny_sold.jpg","slug":"what-a-wonderful-review","title":"WHAT A WONDERFUL REVIEW"}]);
  </script>




<script>
Homeflow.set('agency_social', {
  facebook: 'https://www.facebook.com/pages/Blackstone-Estate-Agents/169958709691597',
  twitter: '',
  instagram: ''
});
</script>



    </main>

    

<!-- WEBP image example-->
<footer class="footer-main lato 
  
    
  ">
  <div class="top-row">
    
    
      <div class="social">
        <div class="as-h4 text-white tracking-wider">SOCIAL</div>
        <div class="footer__social-icons pt-2">
          
          <div>
            <a href="https://www.facebook.com/pages/Blackstone-Estate-Agents/169958709691597" class="flex mr-2 link-svg-200 svg-white" target="_blank" rel="noopener noreferrer">
              <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512">
  <path d="M504 256C504 119 393 8 256 8S8 119 8 256c0 123.78 90.69 226.38 209.25 245V327.69h-63V256h63v-54.64c0-62.15 37-96.48 93.67-96.48 27.14 0 55.52 4.84 55.52 4.84v61h-31.28c-30.8 0-40.41 19.12-40.41 38.73V256h68.78l-11 71.69h-57.78V501C413.31 482.38 504 379.78 504 256z"></path>
</svg>
              <span class="pl-3">Facebook</span>
            </a>
          </div>
          
          
          
          
          
          
        </div>
      </div>
    
    
    <div class="popular-searches">
      <div class="as-h4 text-white tracking-wider">POPULAR SEARCHES</div>

      
          
      
        <div data-content-name="agent-seo-links" data-content-type="site_content_chunks" class="agent-seo-links">
          
      <div class="d-flex flex-wrap">
        <div class="search-item"><a class="no-underline" href="">Property for sale in <span class="given-place">Kinson, Bournemouth</span></a></div>
        <div class="search-item"><a class="no-underline" href="">Bungalow for sale in <span class="given-place">Kinson, Bournemouth</span></a></div>
        <div class="search-item"><a class="no-underline" href="">2 bedroom properties for sale in <span class="given-place">Kinson, Bournemouth</span></a></div>
        <div class="search-item"><a class="no-underline" href="">Report maintenance issue <span class="given-place">Kinson, Bournemouth</span></a></div>
        <div class="search-item"><a class="no-underline" href="">House for sale in <span class="given-place">Kinson, Bournemouth</span></a>
        </div>
        <div class="search-item"><a class="no-underline" href=""><span class="given-place">Kinson, Bournemouth</span> estate agents</a>
        </div>
        <div class="search-item"><a class="no-underline" href="">Apartment for sale in <span class="given-place">Kinson, Bournemouth</span></a></div>
      </div>
      
        </div>
      
    

    </div>

    
    <div class="agent-specific">
      <div class="as-h4 text-white tracking-wider">© 2024 BLACKSTONE
      </div>

      <div class="mb-4">
        1440b Wimborne Road<br>Kinson, Bournemouth<br>Dorset<br>BH10 7AS
      </div>

          
      
        <div data-content-id="88642" data-content-type="site_content_chunks" class="agent-footer-links">
          <p><a href="tel:01202 582222">Call us now on 01202 582222</a></p>
<div>
 <a href="/sitemap" class="no-underline">
 Sitemap
 </a>
 </div>

 <div>
 <a href="/pages/terms-of-use" class="no-underline">
 Terms &amp; Conditions
 </a>
 </div>

 <div>
 <a href="/pages/cookies" class="no-underline">
 Cookie Policy
 </a>
 </div>

 <div>
 <a href="/pages/privacy-policy" class="no-underline">
 Privacy Policy
 </a>
 </div>

 <div>
 <a href="/pages/coronavirus-update" class="no-underline">
 COVID Update
 </a>
 </div>

 <div>
 <a href="/pages/complaints" class="no-underline">
Complaints Procedure
 </a>
 </div>

 <div>
 <a href="/pages/disclaimer" class="no-underline">
Disclaimer
 </a>
 </div>
 
 
        </div>
      
    


      <div class="mt-4">
        <a href="https://www.homeflow.co.uk/" class="no-underline" target="_blank">
          Website by <img src="/liquid_assets/images/homeflow.png" loading="lazy" alt="Homeflow Logo">
        </a>
      </div>
    </div>
  </div>

  <div class="bottom-row">
        
      
        <div data-content-id="88549" data-content-type="site_content_chunks" class="membership-logos-wrapper">
          <ul class="membership-logos">
        <li>
          <a href="https://www.teamprop.co.uk/" target="_blank">
            
<svg viewBox="12 0 264.5 69.2" xmlns="http://www.w3.org/2000/svg" style="width:237px; height: 62px; fill-rule:evenodd;clip-rule:evenodd;stroke-linejoin:round;stroke-miterlimit:1.41421;">
    <g>
        <path d="M35.5,0L22.5,0L22.5,15.6L12.8,15.6L12.8,24.1L22.5,24.1L22.5,54.7C22.6,56.8 22.8,58.8 23.2,60.4C23.6,62.1 24.4,63.5 25.6,64.6C26.8,65.7 28.4,66.5 30.5,67.1C32.6,67.7 35.3,68 38.7,68C40.1,68 41.5,67.9 42.9,67.8C43.9,67.7 49.8,66.7 53.7,66.1L53.7,57.4C50.1,58 45,58.9 44.3,58.9C43.4,58.9 42.5,59 41.6,59C40.2,59 39,58.8 38.2,58.5C37.4,58.2 36.7,57.7 36.3,57.1C35.9,56.5 35.6,55.8 35.5,54.9C35.4,54 35.3,53 35.3,51.8L35.3,24.1L53.6,24.1L53.6,15.6L35.5,15.6L35.5,0ZM109.7,23.5C107.3,20.7 104.2,18.4 100.6,16.7C96.9,15 92.8,14.1 88.2,14.1C83.8,14.1 79.9,14.8 76.4,16.3C72.9,17.8 70,19.8 67.5,22.3C65,24.8 63.2,27.7 61.8,31C60.5,34.3 59.8,37.8 59.8,41.5C59.8,45.5 60.4,49.2 61.7,52.5C62.9,55.8 64.8,58.7 67.3,61.1C69.8,63.5 72.8,65.4 76.3,66.7C79.9,68 83.9,68.7 88.5,68.7C91.7,68.7 94.7,68.3 97.6,67.5C100.5,66.7 103.1,65.6 105.5,64.1C107.8,62.6 109.8,60.7 111.5,58.5C113.2,56.3 114.3,53.8 115,51L102.8,51C101.7,53.9 99.9,56 97.6,57.5C95.3,58.9 92.3,59.7 88.5,59.7C85.8,59.7 83.4,59.3 81.5,58.4C79.5,57.6 77.9,56.4 76.6,55C75.3,53.6 74.4,52 73.7,50.1C73.1,48.2 72.7,46.3 72.7,44.3L115.8,44.3C116.3,40.4 116,36.7 115,33C113.9,29.5 112.1,26.3 109.7,23.5ZM72.8,37C72.9,35.1 73.3,33.3 74.1,31.6C74.9,29.9 76,28.5 77.3,27.2C78.6,26 80.2,25 82.1,24.3C84,23.6 86,23.2 88.3,23.2C90.5,23.2 92.5,23.6 94.2,24.4C96,25.2 97.5,26.2 98.7,27.4C99.9,28.6 100.9,30.1 101.6,31.8C102.3,33.5 102.8,35.2 102.9,37L72.8,37ZM271.2,18.2C267.8,15.5 262.9,14.2 256.8,14.2C252.5,14.2 248.9,15 246,16.5C243.1,18 240.6,20.1 238.4,22.8C237.1,19.9 234.9,17.7 231.9,16.3C228.8,14.9 225.5,14.2 222,14.2C219.7,14.2 217.6,14.4 215.8,14.9C214,15.3 212.4,15.9 211,16.7C209.6,17.4 208.3,18.3 207.2,19.4C206.1,20.5 205,21.6 204,22.9L203.7,23.3L203.7,15.6L191.5,15.6L191.5,67.5L204.4,67.5L204.4,36.7C204.4,34.6 204.8,32.7 205.5,31C206.2,29.3 207.2,27.9 208.3,26.8C209.5,25.7 210.8,24.8 212.4,24.2C213.9,23.6 215.6,23.3 217.2,23.3C221.1,23.3 223.8,24.2 225.3,26.1C226.8,27.9 227.5,30.7 227.5,34.3L227.5,67.6L240.4,67.6L240.4,37.1C240.4,32.7 241.4,29.3 243.3,26.9C245.3,24.5 248.4,23.3 252.8,23.3C255.3,23.3 257.3,23.6 258.7,24.3C260.1,25 261.2,25.9 261.9,27.2C262.6,28.4 263.1,29.9 263.2,31.6C263.4,33.3 263.4,35.2 263.4,37.3L263.4,67.6L276.3,67.6L276.3,31.6C276.3,25.3 274.6,20.9 271.2,18.2ZM170,17.6C167.8,16.4 165.3,15.5 162.5,15C159.7,14.5 156.9,14.2 154,14.2C150.8,14.2 147.6,14.5 144.5,15C141.4,15.5 138.6,16.5 136.2,17.8C133.7,19.1 131.7,20.9 130.1,23.1C128.5,25.3 127.6,28.1 127.4,31.4L140.3,31.4C140.6,28.6 141.9,26.5 144.3,25.2C146.6,23.9 149.6,23.2 153.3,23.2C154.6,23.2 155.9,23.3 157.4,23.5C158.8,23.7 160.1,24 161.3,24.5C162.5,25 163.5,25.7 164.2,26.7C165,27.8 165.2,29 165.3,30L165.3,35.8L147.1,37.8C144.6,38.1 142.2,38.4 139.7,38.9C137,39.4 134.6,40.2 132.4,41.4C130.2,42.5 128.5,44.1 127.2,46.1C125.9,48.1 125.2,50.7 125.2,53.9C125.2,56.4 125.7,58.7 126.8,60.6C127.9,62.5 129.4,64.1 131.2,65.3C133.1,66.5 135.2,67.5 137.6,68.1C140,68.7 142.5,69.1 145.2,69.1C148.7,69.1 152.3,68.6 156,67.6C159.3,66.7 162.1,65.4 164.4,63.6L164.4,67.5L177.3,67.5L177.3,29.5C177.3,26.8 176.7,24.4 175.3,22.5C174,20.3 172.2,18.8 170,17.6ZM164.5,50.2C164.5,51.9 164,53.4 163,54.6C162,55.8 160.8,56.9 159.3,57.7C157.8,58.5 156.3,59.1 154.6,59.4C152.9,59.7 151.4,59.9 150,59.9C148.9,59.9 147.6,59.8 146.2,59.6C144.8,59.4 143.5,59 142.3,58.5C141.1,58 140.1,57.3 139.3,56.4C138.5,55.5 138.1,54.5 138.1,53.2C138.1,51.7 138.4,50.5 138.9,49.4C139.5,48.4 140.2,47.5 141.2,46.9C142.2,46.3 143.3,45.8 144.6,45.4C145.9,45 147.2,44.7 148.6,44.5C148.9,44.4 149.3,44.4 149.6,44.4L164.4,43.4L164.4,50.2L164.5,50.2Z" style="fill:white;fill-opacity:0.2;fill-rule:nonzero;"></path>
        <g>
            <path d="M38.7,67C35.3,67 32.6,66.7 30.5,66.1C28.4,65.5 26.8,64.7 25.6,63.6C24.4,62.5 23.6,61.1 23.2,59.4C22.8,57.7 22.5,55.8 22.5,53.7L22.5,54.9C22.6,57 22.8,59 23.2,60.6C23.6,62.3 24.4,63.7 25.6,64.8C26.8,65.9 28.4,66.7 30.5,67.3C32.6,67.9 35.3,68.2 38.7,68.2C40.1,68.2 41.5,68.1 42.9,68C43.9,67.9 49.8,66.9 53.7,66.3L53.7,65.1C49.7,65.7 43.8,66.7 42.9,66.8C41.6,66.9 40.2,67 38.7,67Z" style="fill:rgb(5,29,68);fill-rule:nonzero;"></path>
            <rect x="34.7" y="23.1" width="19.1" height="1.2" style="fill:rgb(5,29,68);"></rect>
            <path d="M111.5,57.8C109.8,60 107.8,61.9 105.5,63.4C103.2,64.9 100.5,66 97.6,66.8C94.7,67.6 91.7,68 88.5,68C83.9,68 79.8,67.3 76.3,66C72.7,64.7 69.7,62.8 67.3,60.4C64.8,58 63,55.1 61.7,51.8C60.5,48.6 59.9,45.2 59.9,41.4C59.9,41.6 59.9,41.8 59.9,42C59.9,46 60.5,49.7 61.8,53C63,56.3 64.9,59.2 67.4,61.6C69.9,64 72.9,65.9 76.4,67.2C80,68.5 84,69.2 88.6,69.2C91.8,69.2 94.8,68.8 97.7,68C100.6,67.2 103.2,66.1 105.6,64.6C107.9,63.1 109.9,61.2 111.6,59C113.3,56.8 114.4,54.3 115.1,51.5L114.8,51.5C114,53.7 112.9,55.9 111.5,57.8Z" style="fill:rgb(5,29,68);fill-rule:nonzero;"></path>
            <path d="M74.1,31.7C74.9,30 76,28.6 77.3,27.3C78.6,26.1 80.2,25.1 82.1,24.4C84,23.7 86,23.3 88.3,23.3C90.5,23.3 92.5,23.7 94.2,24.5C96,25.3 97.5,26.3 98.7,27.5C99.9,28.7 100.9,30.2 101.6,31.9C102.2,33.2 102.5,35.5 102.8,36.9L102.9,36.9C102.7,35.1 102.3,32.4 101.6,30.7C100.9,29 99.9,27.6 98.7,26.3C97.5,25.1 95.9,24.1 94.2,23.3C92.4,22.5 90.4,22.1 88.3,22.1C86,22.1 84,22.5 82.1,23.2C80.2,23.9 78.7,24.9 77.3,26.1C76,27.3 74.9,28.8 74.1,30.5C73.3,32.2 72.9,34 72.8,35.9L72.9,35.9C73.1,34.5 73.4,33.1 74.1,31.7Z" style="fill:rgb(5,29,68);fill-rule:nonzero;"></path>
            <rect x="12.8" y="23.1" width="9.7" height="1.2" style="fill:rgb(5,29,68);"></rect>
            <path d="M144.2,25.4C146.5,24.1 149.5,23.4 153.2,23.4C154.5,23.4 155.8,23.5 157.3,23.7C158.7,23.9 160,24.2 161.2,24.7C162.4,25.2 163.4,25.9 164.1,26.9C164.9,28 165.1,29.2 165.2,30.2L165.2,29C165.2,28 165,26.8 164.1,25.7C163.3,24.7 162.3,24 161.2,23.5C160,23 158.7,22.7 157.3,22.5C155.9,22.3 154.5,22.2 153.2,22.2C149.6,22.2 146.6,22.9 144.2,24.2C141.9,25.5 140.5,27.6 140.2,30.4L127.4,30.4C127.4,30.8 127.3,31.2 127.3,31.6L140.2,31.6C140.6,28.8 141.9,26.7 144.2,25.4Z" style="fill:rgb(5,29,68);fill-rule:nonzero;"></path>
            <path d="M72.8,43.5C72.8,43.9 72.8,44.3 72.8,44.7L115.8,44.7C116,43.2 116.1,41.7 116,40.3C116,41.4 115.9,42.5 115.8,43.6L72.8,43.6L72.8,43.5Z" style="fill:rgb(5,29,68);fill-rule:nonzero;"></path>
            <path d="M148.6,43.6C147.2,43.8 145.9,44.1 144.6,44.5C143.3,44.9 142.2,45.4 141.2,46C140.2,46.6 139.4,47.5 138.9,48.5C138.3,49.5 138.1,50.8 138.1,52.3C138.1,52.5 138.1,52.6 138.1,52.7C138.2,51.5 138.4,50.5 138.9,49.7C139.5,48.7 140.2,47.8 141.2,47.2C142.2,46.6 143.3,46.1 144.6,45.7C145.9,45.3 147.2,45 148.6,44.8C148.9,44.7 149.3,44.7 149.6,44.7L164.4,43.7L164.4,42.5L149.6,43.5C149.3,43.5 149,43.5 148.6,43.6Z" style="fill:rgb(5,29,68);fill-rule:nonzero;"></path>
            <path d="M263.4,36.2C263.4,34.1 263.3,32.2 263.2,30.5C263,28.8 262.6,27.3 261.9,26.1C261.2,24.9 260.1,23.9 258.7,23.2C257.3,22.5 255.3,22.2 252.8,22.2C248.4,22.2 245.2,23.4 243.3,25.8C241.3,28.2 240.4,31.6 240.4,36L240.4,37.2C240.4,32.8 241.4,29.4 243.3,27C245.3,24.6 248.4,23.4 252.8,23.4C255.3,23.4 257.3,23.7 258.7,24.4C260.1,25.1 261.2,26 261.9,27.3C262.6,28.5 263.1,30 263.2,31.7C263.4,33.4 263.4,35.3 263.4,37.4L263.4,36.2Z" style="fill:rgb(5,29,68);fill-rule:nonzero;"></path>
            <path d="M164.5,62.4C162.1,64.2 159.3,65.6 156.1,66.4C152.4,67.4 148.8,67.9 145.3,67.9C142.7,67.9 140.1,67.6 137.7,66.9C135.3,66.3 133.1,65.3 131.3,64.1C129.4,62.9 128,61.3 126.9,59.4C125.9,57.6 125.4,55.6 125.3,53.3C125.3,53.5 125.3,53.7 125.3,53.9C125.3,56.4 125.8,58.7 126.9,60.6C128,62.5 129.5,64.1 131.3,65.3C133.2,66.5 135.3,67.5 137.7,68.1C140.1,68.7 142.6,69.1 145.3,69.1C148.8,69.1 152.4,68.6 156.1,67.6C159.4,66.7 162.2,65.4 164.5,63.6L164.5,62.4Z" style="fill:rgb(5,29,68);fill-rule:nonzero;"></path>
            <rect x="263.4" y="66.5" width="12.9" height="1.2" style="fill:rgb(5,29,68);"></rect>
            <rect x="227.4" y="66.5" width="12.9" height="1.2" style="fill:rgb(5,29,68);"></rect>
            <path d="M227.4,33.2C227.4,29.6 226.7,26.9 225.2,25C223.7,23.2 221,22.2 217.1,22.2C215.4,22.2 213.8,22.5 212.3,23.1C210.8,23.7 209.4,24.6 208.2,25.7C207,26.8 206.1,28.2 205.4,29.9C204.7,31.6 204.3,33.5 204.3,35.6L204.3,36.8C204.3,34.7 204.7,32.8 205.4,31.1C206.1,29.4 207.1,28 208.2,26.9C209.4,25.8 210.7,24.9 212.3,24.3C213.8,23.7 215.5,23.4 217.1,23.4C221,23.4 223.7,24.3 225.2,26.2C226.7,28 227.4,30.8 227.4,34.4L227.4,33.2Z" style="fill:rgb(5,29,68);fill-rule:nonzero;"></path>
            <rect x="164.5" y="66.2" width="12.9" height="1.2" style="fill:rgb(5,29,68);"></rect>
            <rect x="191.4" y="66.5" width="12.9" height="1.2" style="fill:rgb(5,29,68);"></rect>
        </g>
        <g>
            <path d="M97.6,57.9C99.9,56.5 101.6,54.1 102.8,51.2L102,51.2C100.9,54.1 99.1,56.4 96.8,57.9C94.6,59.3 91.7,60 88.2,60C88.3,60 88.4,60 88.5,60C92.3,60 95.3,59.3 97.6,57.9Z" style="fill:rgb(5,29,68);fill-rule:nonzero;"></path>
            <path d="M131.2,65.3C129.3,64.1 127.9,62.5 126.8,60.6C125.7,58.7 125.2,56.5 125.2,53.9C125.2,50.7 125.9,48.1 127.2,46.1C128.5,44.1 130.3,42.5 132.4,41.4C134.6,40.3 137,39.4 139.7,38.9C142.1,38.4 144.6,38.1 147.1,37.8L165.3,35.8L165.3,30C165.3,29 165.1,27.8 164.2,26.7C163.4,25.7 162.4,25 161.3,24.5C160.1,24 158.8,23.7 157.4,23.5C156,23.3 154.6,23.2 153.3,23.2C153.2,23.2 153.1,23.2 153,23.2C154.1,23.2 155.3,23.3 156.6,23.4C158,23.6 159.3,23.9 160.5,24.4C161.7,24.9 162.7,25.6 163.4,26.6C164.2,27.7 164.4,28.9 164.5,29.9L164.5,35.7L146.3,37.7C143.8,38 141.4,38.3 138.9,38.8C136.2,39.3 133.8,40.1 131.6,41.3C129.4,42.4 127.7,44 126.4,46C125.1,48 124.4,50.6 124.4,53.8C124.4,56.3 124.9,58.6 126,60.5C127.1,62.4 128.6,64 130.4,65.2C132.3,66.4 134.4,67.4 136.8,68C139.2,68.6 141.7,69 144.4,69C144.5,69 144.6,69 144.8,69C142.3,69 139.9,68.7 137.6,68.1C135.2,67.5 133.1,66.6 131.2,65.3Z" style="fill:rgb(5,29,68);fill-rule:nonzero;"></path>
            <path d="M162.2,54.8C161.2,56 160,57.1 158.5,57.9C157,58.7 155.5,59.3 153.8,59.6C152.3,59.9 150.8,60.1 149.5,60.1C149.6,60.1 149.8,60.1 150,60.1C151.4,60.1 153,59.9 154.6,59.6C156.3,59.3 157.8,58.7 159.3,57.9C160.8,57.1 162,56.1 163,54.8C163.9,53.6 164.4,52.2 164.5,50.4L164.5,43.6L163.7,43.7L163.7,50.5C163.7,52.1 163.2,53.6 162.2,54.8Z" style="fill:rgb(5,29,68);fill-rule:nonzero;"></path>
            <path d="M163.7,64.1L163.7,67.4L164.5,67.4L164.5,63.5C164.2,63.7 164,63.9 163.7,64.1Z" style="fill:rgb(5,29,68);fill-rule:nonzero;"></path>
            <rect x="12" y="15.6" width="0.8" height="8.7" style="fill:rgb(5,29,68);"></rect>
            <rect x="21.7" y="0" width="0.8" height="15.8" style="fill:rgb(5,29,68);"></rect>
            <path d="M43.6,59.1C42.9,59.1 42.1,59.1 41.4,59.1C41.5,59.1 41.6,59.1 41.7,59.1C42.6,59.1 43.5,59.1 44.4,59C45,59 49.4,58.2 53,57.6L53,57.5C49.4,58.2 44.2,59.1 43.6,59.1Z" style="fill:rgb(5,29,68);fill-rule:nonzero;"></path>
            <path d="M75.6,16.6C72.1,18.1 69.2,20.1 66.7,22.6C64.3,25 62.4,28 61,31.3C59.7,34.6 59,38.1 59,41.8C59,45.8 59.6,49.5 60.9,52.8C62.1,56.1 64,59 66.5,61.4C69,63.8 72,65.7 75.5,67C79.1,68.3 83.1,69 87.7,69C87.8,69 88,69 88.1,69C83.6,69 79.7,68.3 76.2,67C72.6,65.7 69.6,63.8 67.2,61.4C64.7,59 62.9,56.1 61.6,52.8C60.4,49.5 59.7,45.8 59.7,41.8C59.7,38.1 60.4,34.6 61.7,31.3C63,28 64.9,25.1 67.4,22.6C69.9,20.1 72.8,18.1 76.3,16.6C79.7,15.2 83.5,14.4 87.7,14.4C87.6,14.4 87.5,14.4 87.3,14.4C83,14.4 79.1,15.1 75.6,16.6Z" style="fill:rgb(5,29,68);fill-rule:nonzero;"></path>
            <path d="M25.7,64.8C24.5,63.7 23.7,62.3 23.3,60.6C22.9,58.9 22.6,57 22.6,54.9L22.6,24.3L21.8,24.3L21.8,54.9C21.9,57 22.1,59 22.5,60.6C22.9,62.3 23.7,63.7 24.9,64.8C26.1,65.9 27.7,66.7 29.8,67.3C31.9,67.9 34.6,68.2 38,68.2C38.1,68.2 38.3,68.2 38.4,68.2C35.2,68.2 32.6,67.9 30.6,67.4C28.4,66.8 26.8,65.9 25.7,64.8Z" style="fill:rgb(5,29,68);fill-rule:nonzero;"></path>
            <path d="M143.7,15.2C140.6,15.7 137.8,16.7 135.4,18C132.9,19.3 130.9,21.1 129.3,23.3C127.7,25.5 126.8,28.3 126.6,31.6L127.4,31.6C127.6,28.3 128.5,25.5 130.1,23.3C131.7,21.1 133.7,19.3 136.2,18C138.7,16.7 141.4,15.7 144.5,15.2C147.5,14.7 150.5,14.4 153.6,14.4C153.5,14.4 153.4,14.4 153.2,14.4C149.9,14.4 146.8,14.6 143.7,15.2Z" style="fill:rgb(5,29,68);fill-rule:nonzero;"></path>
            <path d="M225.2,26.2C223.7,24.4 221,23.4 217.1,23.4C217,23.4 216.9,23.4 216.8,23.4C220.5,23.5 223,24.4 224.4,26.1C225.9,27.9 226.6,30.7 226.6,34.3L226.6,67.6L227.4,67.6L227.4,34.3C227.4,30.7 226.7,28 225.2,26.2Z" style="fill:rgb(5,29,68);fill-rule:nonzero;"></path>
            <path d="M263.2,31.7C263,30 262.6,28.5 261.9,27.3C261.2,26.1 260.1,25.1 258.7,24.4C257.3,23.7 255.3,23.4 252.8,23.4C252.7,23.4 252.5,23.4 252.4,23.4C254.7,23.4 256.5,23.8 257.9,24.4C259.3,25.1 260.4,26 261.1,27.3C261.8,28.5 262.3,30 262.4,31.7C262.6,33.4 262.6,35.3 262.6,37.4L262.6,67.7L263.4,67.7L263.4,37.3C263.4,35.3 263.4,33.4 263.2,31.7Z" style="fill:rgb(5,29,68);fill-rule:nonzero;"></path>
            <path d="M245.2,16.7C242.5,18.1 240.2,20.1 238.1,22.5C238.2,22.7 238.3,22.9 238.4,23.1C240.6,20.4 243.1,18.3 246,16.8C248.8,15.3 252.2,14.6 256.3,14.5C256.2,14.5 256.1,14.5 255.9,14.5C251.6,14.4 248.1,15.1 245.2,16.7Z" style="fill:rgb(5,29,68);fill-rule:nonzero;"></path>
            <rect x="190.6" y="15.6" width="0.8" height="52.1" style="fill:rgb(5,29,68);"></rect>
            <path d="M148.9,44.6C148.6,44.7 148.2,44.7 147.9,44.7C146.5,44.9 145.2,45.2 143.9,45.6C142.6,46 141.5,46.5 140.5,47.1C139.5,47.7 138.7,48.6 138.2,49.6C137.6,50.6 137.4,51.9 137.4,53.4C137.4,54.7 137.8,55.7 138.6,56.6C139.4,57.5 140.4,58.2 141.6,58.7C142.8,59.2 144.1,59.6 145.5,59.8C146.9,60 148.2,60.1 149.3,60.1C149.4,60.1 149.5,60.1 149.6,60.1C148.6,60.1 147.5,60 146.3,59.8C144.9,59.6 143.6,59.2 142.4,58.7C141.2,58.2 140.2,57.5 139.4,56.6C138.6,55.7 138.2,54.7 138.2,53.4C138.2,51.9 138.5,50.7 139,49.6C139.6,48.6 140.3,47.7 141.3,47.1C142.3,46.5 143.4,46 144.7,45.6C146,45.2 147.3,44.9 148.7,44.7C149,44.6 149.4,44.6 149.7,44.6L163.7,43.6L163.7,43.5L148.9,44.6Z" style="fill:rgb(5,29,68);fill-rule:nonzero;"></path>
            <rect x="53" y="15.8" width="0.8" height="8.5" style="fill:rgb(5,29,68);"></rect>
            <path d="M271.2,18.4C267.8,15.7 262.9,14.4 256.8,14.4C256.7,14.4 256.5,14.4 256.4,14.4C262.4,14.5 267.1,15.8 270.5,18.4C273.9,21.1 275.7,25.6 275.7,31.9L275.7,67.7L276.5,67.7L276.5,31.8C276.3,25.5 274.6,21.1 271.2,18.4Z" style="fill:rgb(5,29,68);fill-rule:nonzero;"></path>
            <path d="M53,66.3C49,66.9 43.1,67.9 42.2,68C41,68.1 39.7,68.2 38.4,68.2C38.5,68.2 38.7,68.2 38.8,68.2C40.2,68.2 41.6,68.1 43,68C44,67.9 49.9,66.9 53.8,66.3L53.8,57.6C53.5,57.6 53.3,57.7 53,57.7L53,66.3Z" style="fill:rgb(5,29,68);fill-rule:nonzero;"></path>
            <path d="M97.6,67.9C100.5,67.1 103.1,66 105.5,64.5C107.8,63 109.8,61.1 111.5,58.9C113.2,56.7 114.3,54.2 115,51.4L114.2,51.4C113.5,54.2 112.3,56.7 110.7,58.9C109,61.1 107,63 104.7,64.5C102.4,66 99.7,67.1 96.8,67.9C94,68.6 91.1,69 88.1,69C88.2,69 88.3,69 88.5,69C91.7,69.1 94.7,68.7 97.6,67.9Z" style="fill:rgb(5,29,68);fill-rule:nonzero;"></path>
            <rect x="34.7" y="0.2" width="0.8" height="16.6" style="fill:rgb(5,29,68);"></rect>
            <path d="M231.9,16.5C228.8,15.1 225.5,14.4 222,14.4C221.8,14.4 221.6,14.4 221.5,14.4C225,14.4 228.2,15.1 231.2,16.5C234.3,17.9 237.1,20.3 238.3,23.2C238.5,23 238,22.6 238.2,22.4C236.8,19.8 234.7,17.8 231.9,16.5Z" style="fill:rgb(5,29,68);fill-rule:nonzero;"></path>
            <path d="M36.4,57.3C36,56.7 35.7,56 35.6,55.1C35.5,54.2 35.4,53.2 35.4,52L35.4,24.3L34.6,24.3L34.6,52C34.6,53.2 34.7,54.2 34.8,55.1C34.9,56 35.2,56.7 35.6,57.3C36,57.9 36.6,58.4 37.5,58.7C38.3,59 39.5,59.2 40.9,59.2C41.1,59.2 41.2,59.2 41.4,59.2C40.1,59.2 39.1,59 38.3,58.8C37.5,58.4 36.8,57.9 36.4,57.3Z" style="fill:rgb(5,29,68);fill-rule:nonzero;"></path>
            <path d="M155.3,67.6C151.7,68.6 148.2,69.1 144.8,69.1C144.9,69.1 145.1,69.1 145.2,69.1C148.7,69.1 152.3,68.6 156,67.6C158.9,66.8 161.4,65.6 163.6,64.1L163.6,63.6C161.3,65.3 158.5,66.7 155.3,67.6Z" style="fill:rgb(5,29,68);fill-rule:nonzero;"></path>
            <path d="M211.5,24.3C210,24.9 208.6,25.8 207.4,26.9C206.2,28 205.3,29.4 204.6,31.1C203.9,32.8 203.5,34.7 203.5,36.8L203.5,67.6L204.3,67.6L204.3,36.8C204.3,34.7 204.7,32.8 205.4,31.1C206.1,29.4 207.1,28 208.2,26.9C209.4,25.8 210.7,24.9 212.3,24.3C213.7,23.7 215.3,23.4 216.8,23.4C216.6,23.4 216.5,23.4 216.3,23.4C214.6,23.4 213,23.7 211.5,24.3Z" style="fill:rgb(5,29,68);fill-rule:nonzero;"></path>
            <path d="M170,17.8C167.8,16.6 165.3,15.7 162.5,15.2C159.7,14.7 156.9,14.4 154,14.4C153.9,14.4 153.7,14.4 153.6,14.4C156.3,14.4 159.1,14.7 161.7,15.2C164.5,15.7 167,16.6 169.2,17.8C171.4,19 173.2,20.6 174.6,22.5C176,24.4 176.6,26.7 176.6,29.5L176.6,67.5L177.4,67.5L177.4,29.5C177.4,26.8 176.8,24.4 175.4,22.5C174,20.5 172.2,19 170,17.8Z" style="fill:rgb(5,29,68);fill-rule:nonzero;"></path>
            <path d="M72.9,50.5C73.5,52.4 74.5,54 75.8,55.4C77.1,56.8 78.7,57.9 80.7,58.8C82.7,59.6 85,60.1 87.7,60.1C87.9,60.1 88,60.1 88.2,60.1C85.6,60.1 83.4,59.7 81.5,58.9C79.5,58.1 77.9,56.9 76.6,55.5C75.3,54.1 74.4,52.5 73.7,50.6C73.1,48.7 72.7,45.6 72.7,43.6L72,43.6C72,45.5 72.3,48.6 72.9,50.5Z" style="fill:rgb(5,29,68);fill-rule:nonzero;"></path>
            <path d="M109.7,23.7C107.3,20.9 104.2,18.6 100.6,16.9C96.9,15.2 92.8,14.3 88.2,14.3C88.1,14.3 87.9,14.3 87.8,14.3C92.3,14.3 96.3,15.2 99.8,16.9C103.5,18.6 106.5,20.9 108.9,23.7C111.3,26.5 113.1,29.7 114.2,33.4C115.3,37 115.6,40.8 115,44.7L115.8,44.7C116.3,40.8 116,37.1 115,33.4C113.9,29.7 112.1,26.5 109.7,23.7Z" style="fill:rgb(5,29,68);fill-rule:nonzero;"></path>
            <path d="M242.5,27C240.5,29.4 239.6,32.8 239.6,37.2L239.6,67.6L240.4,67.6L240.4,37.2C240.4,32.8 241.4,29.4 243.3,27C245.2,24.7 248.3,23.5 252.4,23.4C252.3,23.4 252.1,23.4 252,23.4C247.6,23.4 244.4,24.6 242.5,27Z" style="fill:rgb(5,29,68);fill-rule:nonzero;"></path>
            <path d="M81.2,24.4C79.3,25.1 77.8,26.1 76.4,27.3C75.1,28.5 74,30 73.2,31.7C72.4,33.4 72,36.2 71.9,38.1L72.7,38.1C72.8,36.2 73.2,33.4 74,31.7C74.8,30 75.8,28.6 77.2,27.3C78.5,26.1 80.1,25.1 82,24.4C83.7,23.7 85.7,23.4 87.8,23.4C87.7,23.4 87.6,23.4 87.4,23.4C85.1,23.4 83.1,23.7 81.2,24.4Z" style="fill:rgb(5,29,68);fill-rule:nonzero;"></path>
        </g>
        <path d="M41.7,58.8C40.3,58.8 39.1,58.6 38.3,58.3C37.5,58 36.8,57.5 36.4,56.9C36,56.3 35.7,55.6 35.6,54.7C35.5,53.8 35.4,52.8 35.4,51.6L35.4,52.8C35.4,54 35.5,55 35.6,55.9C35.7,56.8 36,57.5 36.4,58.1C36.8,58.7 37.4,59.2 38.3,59.5C39.1,59.8 40.3,60 41.7,60C42.6,60 43.5,60 44.4,59.9C45,59.9 50.1,59 53.8,58.4L53.8,57.2C50.2,57.8 45.8,58.6 44.4,58.7C43.5,58.8 42.6,58.8 41.7,58.8Z" style="fill:white;fill-rule:nonzero;"></path>
        <rect x="12.8" y="15.6" width="9.7" height="1.2" style="fill:white;"></rect>
        <rect x="22.5" y="0" width="12.9" height="1.2" style="fill:white;"></rect>
        <path d="M127.2,47.1C128.5,45.1 130.3,43.5 132.4,42.4C134.6,41.3 137,40.4 139.7,39.9C142.1,39.4 144.6,39.1 147.1,38.8L165.3,36.8L165.3,35.6L147.1,37.6C144.6,37.9 142.2,38.2 139.7,38.7C137,39.2 134.6,40 132.4,41.2C130.2,42.3 128.5,43.9 127.2,45.9C125.9,47.9 125.2,50.5 125.2,53.7C125.2,53.9 125.2,54.1 125.2,54.3C125.3,51.4 125.9,48.9 127.2,47.1Z" style="fill:white;fill-rule:nonzero;"></path>
        <path d="M139.3,57.6C140.1,58.5 141.1,59.2 142.3,59.7C143.5,60.2 144.8,60.6 146.2,60.8C147.6,61 148.9,61.1 150,61.1C151.4,61.1 153,60.9 154.6,60.6C156.3,60.3 157.8,59.7 159.3,58.9C160.8,58.1 162,57.1 163,55.8C163.9,54.6 164.4,53.2 164.5,51.4L164.5,50.2C164.5,51.9 164,53.4 163,54.6C162,55.8 160.8,56.9 159.3,57.7C157.8,58.5 156.3,59.1 154.6,59.4C152.9,59.7 151.4,59.9 150,59.9C148.9,59.9 147.6,59.8 146.2,59.6C144.8,59.4 143.5,59 142.3,58.5C141.1,58 140.1,57.3 139.3,56.4C138.6,55.6 138.2,54.7 138.1,53.6C138.1,53.8 138.1,54.1 138.1,54.3C138.1,55.7 138.5,56.7 139.3,57.6Z" style="fill:white;fill-rule:nonzero;"></path>
        <path d="M97.6,57.7C95.3,59.1 92.3,59.9 88.5,59.9C85.8,59.9 83.4,59.5 81.5,58.6C79.5,57.8 77.9,56.6 76.6,55.2C75.3,53.8 74.4,52.2 73.7,50.3C73.2,48.8 72.9,47.2 72.8,45.7C72.8,47.7 73.1,49.7 73.8,51.5C74.4,53.4 75.4,55 76.7,56.4C78,57.8 79.6,58.9 81.6,59.8C83.6,60.6 85.9,61.1 88.6,61.1C92.4,61.1 95.4,60.4 97.7,58.9C100,57.5 101.7,55.3 102.9,52.4L114.8,52.4C114.9,52 115,51.6 115.1,51.2L102.9,51.2C101.7,54.1 99.9,56.2 97.6,57.7Z" style="fill:white;fill-rule:nonzero;"></path>
        <rect x="35.5" y="15.6" width="18.3" height="1.2" style="fill:white;"></rect>
        <path d="M170,17.6C167.8,16.4 165.3,15.5 162.5,15C159.7,14.5 156.9,14.2 154,14.2C150.8,14.2 147.6,14.5 144.5,15C141.4,15.5 138.6,16.5 136.2,17.8C133.7,19.1 131.7,20.9 130.1,23.1C128.5,25.3 127.6,28.1 127.4,31.4L127.5,31.4C127.8,28.6 128.7,26.2 130.1,24.2C131.7,22 133.7,20.2 136.2,18.9C138.7,17.6 141.4,16.6 144.5,16.1C147.6,15.6 150.8,15.3 154,15.3C156.9,15.3 159.7,15.6 162.5,16.1C165.3,16.6 167.8,17.5 170,18.7C172.2,19.9 174,21.5 175.4,23.4C176.8,25.3 177.4,27.6 177.4,30.4L177.4,29.2C177.4,26.5 176.8,24.1 175.4,22.2C174,20.3 172.2,18.8 170,17.6Z" style="fill:white;fill-rule:nonzero;"></path>
        <path d="M102.9,38.1C102.9,37.7 102.8,37.3 102.8,36.9L72.9,36.9C72.9,37.3 72.8,37.7 72.8,38.1L102.9,38.1Z" style="fill:white;fill-rule:nonzero;"></path>
        <path d="M109.7,23.5C107.3,20.7 104.2,18.4 100.6,16.7C96.9,15 92.8,14.1 88.2,14.1C83.8,14.1 79.9,14.8 76.4,16.3C72.9,17.8 70,19.8 67.5,22.3C65,24.8 63.2,27.7 61.8,31C60.5,34.3 59.8,37.8 59.8,41.5C59.8,41.7 59.8,41.9 59.8,42.1C59.9,38.6 60.5,35.3 61.8,32.2C63.1,28.9 65,26 67.5,23.5C70,21 72.9,19 76.4,17.5C79.9,16 83.8,15.3 88.2,15.3C92.8,15.3 96.9,16.2 100.6,17.9C104.3,19.6 107.3,21.9 109.7,24.7C112.1,27.5 113.9,30.7 115,34.4C115.7,36.6 116,38.9 116.1,41.3C116.2,38.6 115.8,35.9 115,33.3C113.9,29.5 112.1,26.3 109.7,23.5Z" style="fill:white;fill-rule:nonzero;"></path>
        <path d="M203.6,22.5L203.6,15.8L202.8,15.8L202.8,24L203.6,24L203.6,23.4L204.3,22.8C204.3,22.7 204.3,22.7 204.2,22.7C205.1,21.6 206.1,20.5 207.1,19.5C208.2,18.4 209.5,17.5 210.9,16.8C212.3,16.1 213.9,15.5 215.7,15C217.4,14.6 219.3,14.4 221.4,14.4C221.3,14.4 221.2,14.4 221.1,14.4C218.8,14.4 216.7,14.6 214.9,15.1C213.1,15.5 211.5,16.1 210.1,16.9C208.7,17.6 207.4,18.5 206.3,19.6C205.4,20.4 204.5,21.4 203.6,22.5" style="fill:rgb(5,29,68);fill-rule:nonzero;"></path>
        <path d="M271.2,18.2C267.8,15.5 262.9,14.2 256.8,14.2C252.5,14.2 248.9,15 246,16.5C243.1,18 240.6,20.1 238.4,22.8C237.1,19.9 234.9,17.7 231.9,16.3C228.8,14.9 225.5,14.2 222,14.2C219.7,14.2 217.6,14.4 215.8,14.9C214,15.3 212.4,15.9 211,16.7C209.6,17.4 208.3,18.3 207.2,19.4C206.1,20.5 205,21.6 204,22.9L203.7,23.4L203.7,24L204,24C205,22.7 206,21.6 207.2,20.5C208.3,19.4 209.6,18.5 211,17.8C212.4,17.1 214,16.5 215.8,16C217.6,15.6 219.7,15.3 222,15.3C225.6,15.3 228.9,16 231.9,17.4C235,18.8 237.1,21 238.4,23.9C240.6,21.2 243.1,19.1 246,17.6C248.9,16.1 252.5,15.3 256.8,15.3C263,15.3 267.8,16.6 271.2,19.3C274.6,22 276.4,26.5 276.4,32.8L276.4,31.6C276.3,25.3 274.6,20.9 271.2,18.2Z" style="fill:white;fill-rule:nonzero;"></path>
        <rect x="191.4" y="15.6" width="12.2" height="1.2" style="fill:white;"></rect>
    </g>
</svg>

          </a>
        </li>
        
        <li>
          <a href="https://www.naea.co.uk/" target="_blank">
            <i class="icon-naea-logo"><svg id="Layer_1" data-name="Layer 1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 189.07 68.87" style="width: 170px; height: 62px;"><defs><style>.cls-1{fill:#fff;}.cls-2{fill:none;}</style></defs><title>naea-propertymark</title><path class="cls-1" d="M140.37 51.7h-.79v6.33h.79a3.06 3.06 0 0 0 2.24-.93 3.33 3.33 0 0 0 .7-1 3.16 3.16 0 0 0 .23-1.22 3.05 3.05 0 0 0-.93-2.23 3 3 0 0 0-2.24-.93M58.47 52.07a1.13 1.13 0 0 0-.41-.27 1.16 1.16 0 0 0-.49-.1H56.3v2.51h1.27a1.3 1.3 0 0 0 .49-.09 1.28 1.28 0 0 0 .4-.27 1.47 1.47 0 0 0 .28-.42 1.12 1.12 0 0 0 .1-.48 1.13 1.13 0 0 0-.1-.49 1.46 1.46 0 0 0-.27-.41"></path><path class="cls-2" d="M0 0h189.07v68.87H0z"></path><path class="cls-1" d="M70.64 51.7a3 3 0 0 0-1.22.23 3.33 3.33 0 0 0-1 .7 3.47 3.47 0 0 0-.7 1 3.16 3.16 0 0 0-.22 1.22 3 3 0 0 0 .92 2.24 3.06 3.06 0 0 0 2.24.93 3.06 3.06 0 0 0 2.24-.93 3 3 0 0 0 .92-2.24 3 3 0 0 0-.92-2.23 3 3 0 0 0-2.24-.93"></path><path class="cls-1" d="M181.77 0H7.3A7.3 7.3 0 0 0 0 7.3v54.28a7.3 7.3 0 0 0 7.3 7.3h174.47a7.3 7.3 0 0 0 7.3-7.3V7.3a7.3 7.3 0 0 0-7.3-7.3M48.92 55.82a3.58 3.58 0 0 1-2.61 1.09h-.8v2.21a1.08 1.08 0 0 1-.32.78 1.08 1.08 0 0 1-.78.32 1.07 1.07 0 0 1-.77-.32 1.06 1.06 0 0 1-.32-.78V50.6a1.22 1.22 0 0 1 .08-.43 1.12 1.12 0 0 1 .23-.35 1.21 1.21 0 0 1 .35-.24 1.22 1.22 0 0 1 .43-.08h1.9a3.91 3.91 0 0 1 1 .13 3.56 3.56 0 0 1 .89.38 4.18 4.18 0 0 1 .75.58 3.43 3.43 0 0 1 .58.75 4.26 4.26 0 0 1 .38.88 3.52 3.52 0 0 1 .14 1 3.57 3.57 0 0 1-1.1 2.62m12.5 3.74a1 1 0 0 1-.23.34.88.88 0 0 1-.36.24 1.16 1.16 0 0 1-.42.08 1.08 1.08 0 0 1-.93-.52l-2-3.27h-1.14v2.69a1.08 1.08 0 0 1-.32.78 1.11 1.11 0 0 1-1.55 0 1.09 1.09 0 0 1-.33-.78v-8.52a1 1 0 0 1 .09-.43 1.06 1.06 0 0 1 .23-.35 1.21 1.21 0 0 1 .35-.24 1.22 1.22 0 0 1 .43-.08h2.37a3.39 3.39 0 0 1 1.35.27 3.7 3.7 0 0 1 1.1.75 3.74 3.74 0 0 1 .74 1.1 3.4 3.4 0 0 1 .28 1.35 3.37 3.37 0 0 1-.12.9 3.11 3.11 0 0 1-.35.84 3.23 3.23 0 0 1-.57.72 4.32 4.32 0 0 1-.39.34l1.73 2.76a1.11 1.11 0 0 1 .17.59 1 1 0 0 1-.09.44m13-.9a5.19 5.19 0 0 1-3.85 1.53 5.19 5.19 0 0 1-3.79-1.56 5.22 5.22 0 0 1-1.57-3.8 5.2 5.2 0 0 1 1.57-3.79 5.2 5.2 0 0 1 3.79-1.57 5.21 5.21 0 0 1 3.79 1.57 5.55 5.55 0 0 1 1.18 1.73 5.36 5.36 0 0 1 .39 2.06 5.23 5.23 0 0 1-1.57 3.8m12-7.28a1.08 1.08 0 0 1-.78.32h-2v7.42a1.08 1.08 0 0 1-.32.78 1.08 1.08 0 0 1-.78.32 1.06 1.06 0 0 1-.77-.32 1.09 1.09 0 0 1-.33-.78v-7.42h-2a1.08 1.08 0 0 1-.78-.32 1.08 1.08 0 0 1-.32-.78 1.08 1.08 0 0 1 .32-.78 1.08 1.08 0 0 1 .78-.32h6.15a1.08 1.08 0 0 1 .78.32 1.08 1.08 0 0 1 .32.78 1.08 1.08 0 0 1-.32.78m9.22 2.38a1.08 1.08 0 0 1 .78.32 1.08 1.08 0 0 1 .32.78 1.08 1.08 0 0 1-.32.78 1.08 1.08 0 0 1-.78.32h-3.16v2.07h4.63a1.08 1.08 0 0 1 .78.32 1.07 1.07 0 0 1 .32.77 1.08 1.08 0 0 1-.32.78 1.08 1.08 0 0 1-.78.32h-5.68a1.22 1.22 0 0 1-.43-.08 1.09 1.09 0 0 1-.35-.24.93.93 0 0 1-.23-.35 1 1 0 0 1-.09-.43v-8.52a1.07 1.07 0 0 1 .09-.43 1 1 0 0 1 .23-.35 1.21 1.21 0 0 1 .35-.24 1.22 1.22 0 0 1 .43-.08h5.68a1.08 1.08 0 0 1 .78.32 1.08 1.08 0 0 1 .32.78 1.08 1.08 0 0 1-.32.78 1.08 1.08 0 0 1-.78.32h-4.58v2.06zm8.68 3.34a3 3 0 0 0 2.24.93 3 3 0 0 0 2-.7 1.14 1.14 0 0 1 .65-.21 1.13 1.13 0 0 1 .45.09 1 1 0 0 1 .32.22 1.07 1.07 0 0 1 .25.35 1 1 0 0 1 .09.44 1.08 1.08 0 0 1-.33.77 5.28 5.28 0 0 1-3.34 1.23 5.17 5.17 0 0 1-3.79-1.56 5.22 5.22 0 0 1-1.57-3.8 5.2 5.2 0 0 1 1.57-3.79 5.2 5.2 0 0 1 3.79-1.57 5.3 5.3 0 0 1 3.46 1.26 1 1 0 0 1 .34.79 1.08 1.08 0 0 1-.09.44 1 1 0 0 1-.23.34 1 1 0 0 1-.35.24 1.13 1.13 0 0 1-1.17-.21 3 3 0 0 0-.88-.48 3 3 0 0 0-1.05-.17 3 3 0 0 0-2.24.93 3 3 0 0 0-.92 2.23 3 3 0 0 0 .92 2.24m17.12-5.72a1.06 1.06 0 0 1-.77.32h-2v7.42a1.08 1.08 0 0 1-.32.78 1.08 1.08 0 0 1-.78.32 1.08 1.08 0 0 1-.78-.32 1.08 1.08 0 0 1-.32-.78V51.7h-2a1.07 1.07 0 0 1-.77-.32 1.08 1.08 0 0 1-.32-.78 1.08 1.08 0 0 1 .32-.78 1.07 1.07 0 0 1 .77-.32h6.16a1.06 1.06 0 0 1 .77.32 1.09 1.09 0 0 1 .33.78 1.09 1.09 0 0 1-.33.78m9.44 2.38a1.06 1.06 0 0 1 .77.32 1.08 1.08 0 0 1 .32.78 1.08 1.08 0 0 1-.32.78 1.06 1.06 0 0 1-.77.32h-3.17v2.07h4.58a1.08 1.08 0 0 1 .78.32 1.07 1.07 0 0 1 .32.77 1.08 1.08 0 0 1-.32.78 1.08 1.08 0 0 1-.78.32h-5.68a1.22 1.22 0 0 1-.43-.08 1.09 1.09 0 0 1-.35-.24.93.93 0 0 1-.23-.35 1 1 0 0 1-.09-.43V50.6a1.07 1.07 0 0 1 .09-.43 1.12 1.12 0 0 1 .23-.35 1.21 1.21 0 0 1 .35-.24 1.22 1.22 0 0 1 .43-.08h5.68a1.08 1.08 0 0 1 .78.32 1.08 1.08 0 0 1 .32.78 1.08 1.08 0 0 1-.32.78 1.08 1.08 0 0 1-.78.32h-4.58v2.06zm13.23 4.9a5.17 5.17 0 0 1-3.78 1.55h-1.89a1.07 1.07 0 0 1-.43-.09 1 1 0 0 1-.35-.23 1 1 0 0 1-.23-.34 1.08 1.08 0 0 1-.09-.44v-8.52a1.08 1.08 0 0 1 .09-.44 1 1 0 0 1 .24-.35 1.33 1.33 0 0 1 .34-.22 1.07 1.07 0 0 1 .43-.09h1.89a5.2 5.2 0 0 1 3.79 1.57 5.55 5.55 0 0 1 1.18 1.73 5.36 5.36 0 0 1 .4 2.06 5.2 5.2 0 0 1-1.58 3.8m38.79-25.13a7.32 7.32 0 0 1-7.3 7.31H13.44a7.31 7.31 0 0 1-7.31-7.31V13.45a7.28 7.28 0 0 1 7.28-7.24h162.24a7.3 7.3 0 0 1 7.3 7.31z"></path><path class="cls-2" d="M.02 0h189.05v68.87H.02z"></path><path class="cls-1" d="M47.36 52.13a1.49 1.49 0 0 0-.48-.32 1.38 1.38 0 0 0-.57-.11h-.8v3h.8a1.39 1.39 0 0 0 .57-.12 1.61 1.61 0 0 0 .48-.32 1.51 1.51 0 0 0 .33-.49 1.4 1.4 0 0 0 .12-.58 1.48 1.48 0 0 0-.12-.59 1.58 1.58 0 0 0-.33-.48M58.95 27.76a.33.33 0 0 1-.33-.33V15.75a.32.32 0 0 1 .33-.32.32.32 0 0 1 .33.32v11.68a.33.33 0 0 1-.33.33M69.37 27.75a4.13 4.13 0 0 1-2.7-.94v3.83a.78.78 0 0 1-.24.58.77.77 0 0 1-.57.22.77.77 0 0 1-.57-.22.82.82 0 0 1-.23-.58v-7.19a4.16 4.16 0 0 1 1.26-3 4.16 4.16 0 0 1 3.05-1.26 4.17 4.17 0 0 1 3 1.26 4.26 4.26 0 0 1 .95 1.39 4.3 4.3 0 0 1 .31 1.66 4.11 4.11 0 0 1-1.26 3 4.35 4.35 0 0 1-1.4 1 4.24 4.24 0 0 1-1.64.31m-2.7-4.3a2.61 2.61 0 0 0 .21 1 2.69 2.69 0 0 0 .57.86 2.72 2.72 0 0 0 .86.58 2.64 2.64 0 0 0 1.06.22 2.67 2.67 0 0 0 1-.22 2.83 2.83 0 0 0 .86-.58 2.93 2.93 0 0 0 .57-.86 2.46 2.46 0 0 0 .22-1 2.43 2.43 0 0 0-.22-1 2.69 2.69 0 0 0-.57-.86 2.86 2.86 0 0 0-.86-.59 2.66 2.66 0 0 0-1-.21 2.64 2.64 0 0 0-1.06.21 2.89 2.89 0 0 0-.86.58 2.81 2.81 0 0 0-.57.86 2.66 2.66 0 0 0-.21 1M76.68 19.94v.16a4.21 4.21 0 0 1 1.25-.71 4 4 0 0 1 1.44-.25 6.4 6.4 0 0 1 .73 0 3.16 3.16 0 0 1 .72.16 1.63 1.63 0 0 1 .54.33.73.73 0 0 1 .21.54.78.78 0 0 1-.06.31.81.81 0 0 1-.18.26.62.62 0 0 1-.25.17.82.82 0 0 1-.31.07.82.82 0 0 1-.34-.09 2.85 2.85 0 0 0-1.06-.19 2.66 2.66 0 0 0-1.05.21 2.66 2.66 0 0 0-.86.58 2.76 2.76 0 0 0-.57.85 2.67 2.67 0 0 0-.21 1.06v3.5a.78.78 0 0 1-.24.57.77.77 0 0 1-.56.23.82.82 0 0 1-.58-.23.81.81 0 0 1-.23-.57v-7a.77.77 0 0 1 .23-.56.78.78 0 0 1 .58-.24.74.74 0 0 1 .56.24.74.74 0 0 1 .24.56M90.5 23.45a4.11 4.11 0 0 1-1.26 3 4.21 4.21 0 0 1-3 1.26 4.14 4.14 0 0 1-3-1.26 4.14 4.14 0 0 1-1.26-3 4.16 4.16 0 0 1 1.26-3 4.14 4.14 0 0 1 3-1.26 4.21 4.21 0 0 1 3 1.26 4.33 4.33 0 0 1 .94 1.39 4.71 4.71 0 0 1 .32 1.66m-4.31-2.7a2.67 2.67 0 0 0-1.06.21 2.84 2.84 0 0 0-.85.58 2.83 2.83 0 0 0-.58.86 2.66 2.66 0 0 0-.21 1 2.61 2.61 0 0 0 .21 1 2.72 2.72 0 0 0 .58.86 2.67 2.67 0 0 0 .85.58 2.68 2.68 0 0 0 1.06.22 2.63 2.63 0 0 0 1-.22 2.72 2.72 0 0 0 .86-.58 3 3 0 0 0 .58-.86 2.61 2.61 0 0 0 .21-1 2.58 2.58 0 0 0-.21-1 2.72 2.72 0 0 0-.58-.86 2.74 2.74 0 0 0-.86-.59 2.63 2.63 0 0 0-1-.21M96.18 27.75a4.13 4.13 0 0 1-2.7-.94v3.83a.78.78 0 0 1-.24.58.77.77 0 0 1-.57.22.77.77 0 0 1-.6-.23.82.82 0 0 1-.23-.58v-7.19a4.16 4.16 0 0 1 1.26-3 4.16 4.16 0 0 1 3.05-1.26 4.19 4.19 0 0 1 3 1.26 4.42 4.42 0 0 1 .95 1.39 4.5 4.5 0 0 1 .31 1.66 4.11 4.11 0 0 1-1.26 3 4.35 4.35 0 0 1-1.4 1 4.27 4.27 0 0 1-1.64.31m-2.7-4.3a2.61 2.61 0 0 0 .21 1 2.69 2.69 0 0 0 .57.86 2.79 2.79 0 0 0 .85.58 2.73 2.73 0 0 0 1.07.22 2.67 2.67 0 0 0 1-.22 2.83 2.83 0 0 0 .86-.58 2.93 2.93 0 0 0 .57-.86 2.61 2.61 0 0 0 .21-1 2.58 2.58 0 0 0-.21-1 2.69 2.69 0 0 0-.57-.86 2.86 2.86 0 0 0-.86-.59 2.66 2.66 0 0 0-1-.21 2.72 2.72 0 0 0-1.07.21 3 3 0 0 0-.85.58 2.81 2.81 0 0 0-.57.86 2.66 2.66 0 0 0-.21 1M108.4 25.33a.78.78 0 0 1 .57.23.78.78 0 0 1 .23.57.82.82 0 0 1-.23.58 4.19 4.19 0 0 1-2.82 1 4.14 4.14 0 0 1-3-1.26 4.14 4.14 0 0 1-1.26-3 4.16 4.16 0 0 1 1.26-3 4.14 4.14 0 0 1 3-1.26 4.19 4.19 0 0 1 3 1.26 4.22 4.22 0 0 1 .94 1.39 4.31 4.31 0 0 1 .32 1.66.75.75 0 0 1-.24.57.78.78 0 0 1-.57.23h-6.09a2.66 2.66 0 0 0 .39.77 2.8 2.8 0 0 0 .59.6 2.87 2.87 0 0 0 .76.39 2.7 2.7 0 0 0 .85.14 2.75 2.75 0 0 0 .93-.16 2.34 2.34 0 0 0 .79-.46.85.85 0 0 1 .53-.2m.34-2.68a2.24 2.24 0 0 0-.39-.77 2.59 2.59 0 0 0-.59-.6 2.6 2.6 0 0 0-.76-.39 2.66 2.66 0 0 0-.85-.14 2.75 2.75 0 0 0-.85.14 2.6 2.6 0 0 0-.76.39 2.44 2.44 0 0 0-.6.6 2.41 2.41 0 0 0-.38.77zM113.48 19.94v.16a4.21 4.21 0 0 1 1.25-.71 4.09 4.09 0 0 1 1.45-.25 6.56 6.56 0 0 1 .73 0 3.2 3.2 0 0 1 .71.16 1.45 1.45 0 0 1 .54.33.74.74 0 0 1 .22.54.78.78 0 0 1-.07.31.78.78 0 0 1-.17.26.7.7 0 0 1-.25.17.88.88 0 0 1-.32.07.82.82 0 0 1-.34-.09 2.76 2.76 0 0 0-1-.19 2.67 2.67 0 0 0-1.06.21 2.62 2.62 0 0 0-.85.58 2.62 2.62 0 0 0-.58.85 2.67 2.67 0 0 0-.21 1.06v3.5a.81.81 0 0 1-.23.57.81.81 0 0 1-.57.23.78.78 0 0 1-.57-.23.78.78 0 0 1-.24-.57v-7a.74.74 0 0 1 .24-.56.75.75 0 0 1 .57-.24.78.78 0 0 1 .57.24.77.77 0 0 1 .23.56M120.36 19.27h.88v-3a.74.74 0 0 1 .24-.56.78.78 0 0 1 .57-.24.78.78 0 0 1 .57.24.77.77 0 0 1 .23.56v3h1.49a.74.74 0 0 1 .56.24.79.79 0 0 1 .23.56.82.82 0 0 1-.23.58.77.77 0 0 1-.56.23h-1.49v3.74a1.36 1.36 0 0 0 1.54 1.53.73.73 0 0 1 .56.23.81.81 0 0 1 .23.57.81.81 0 0 1-.23.57.77.77 0 0 1-.56.23q-3.15 0-3.15-3.13v-3.74h-.88a.79.79 0 0 1-.56-.23.78.78 0 0 1-.24-.58.76.76 0 0 1 .24-.56.76.76 0 0 1 .56-.24M129.18 26.95l-2.77-6.65a.86.86 0 0 1-.08-.36.81.81 0 0 1 .06-.31.85.85 0 0 1 .17-.25.88.88 0 0 1 .25-.18.87.87 0 0 1 .32-.06.82.82 0 0 1 .45.14.81.81 0 0 1 .31.39l2.18 5.16 2.16-5.17a.88.88 0 0 1 .27-.38.77.77 0 0 1 .49-.14.81.81 0 0 1 .31.06.76.76 0 0 1 .25.18.88.88 0 0 1 .18.25.81.81 0 0 1 .06.31 1 1 0 0 1-.08.36l-4.42 10.6a.92.92 0 0 1-.31.39.76.76 0 0 1-.45.15.78.78 0 0 1-.58-.23.78.78 0 0 1-.22-.57.73.73 0 0 1 .08-.36zM147.32 26.95a.81.81 0 0 1-.23.57.81.81 0 0 1-.57.23.81.81 0 0 1-.57-.23.81.81 0 0 1-.23-.57v-4.38a1.65 1.65 0 0 0-.14-.7 1.74 1.74 0 0 0-.39-.58 1.69 1.69 0 0 0-.58-.39 1.72 1.72 0 0 0-.72-.15 1.66 1.66 0 0 0-.7.15 1.65 1.65 0 0 0-.58.39 1.78 1.78 0 0 0-.4.57 1.87 1.87 0 0 0-.14.71v4.38a.81.81 0 0 1-.23.57.81.81 0 0 1-.57.23.81.81 0 0 1-.57-.23.77.77 0 0 1-.23-.57v-4.38a1.71 1.71 0 0 0-.15-.71 1.92 1.92 0 0 0-.39-.57 1.74 1.74 0 0 0-.58-.39 1.67 1.67 0 0 0-.71-.15 1.82 1.82 0 0 0-.7.14 2 2 0 0 0-.58.39 1.94 1.94 0 0 0-.4.58 1.87 1.87 0 0 0-.14.71v4.38a.81.81 0 0 1-.23.57.81.81 0 0 1-.57.23.81.81 0 0 1-.57-.23.77.77 0 0 1-.23-.57v-7a.73.73 0 0 1 .23-.56.76.76 0 0 1 .57-.24.8.8 0 0 1 .47.15.79.79 0 0 1 .29.4 3.25 3.25 0 0 1 1.86-.55 3.37 3.37 0 0 1 1.45.31 3.32 3.32 0 0 1 1.18.91 3.38 3.38 0 0 1 2.62-1.22 3.17 3.17 0 0 1 1.33.28 3.42 3.42 0 0 1 1.09.73 3.49 3.49 0 0 1 .76 1.05 3.28 3.28 0 0 1 .27 1.32zM160.82 19.94v.15a4.41 4.41 0 0 1 1.25-.7 4.09 4.09 0 0 1 1.45-.25 6.23 6.23 0 0 1 .72 0 3.16 3.16 0 0 1 .72.16 1.45 1.45 0 0 1 .54.33.74.74 0 0 1 .22.54.64.64 0 0 1-.07.31.78.78 0 0 1-.17.26.7.7 0 0 1-.25.17.88.88 0 0 1-.32.07.82.82 0 0 1-.34-.09 2.76 2.76 0 0 0-1.05-.19 2.59 2.59 0 0 0-1.05.21 2.56 2.56 0 0 0-.86.58 2.62 2.62 0 0 0-.58.85 2.67 2.67 0 0 0-.21 1.06v3.5a.81.81 0 0 1-.23.57.81.81 0 0 1-.57.23.79.79 0 0 1-.57-.23.78.78 0 0 1-.24-.57v-7a.74.74 0 0 1 .24-.56.76.76 0 0 1 .57-.24.78.78 0 0 1 .57.24.77.77 0 0 1 .23.56M173.91 26.37l-3.36-3.8 2.27-2.1a.74.74 0 0 0 .2-.68.74.74 0 0 0-.12-.29.8.8 0 0 0-.22-.23.65.65 0 0 0-.28-.12.68.68 0 0 0-.32 0 .75.75 0 0 0-.4.19l-2.93 2.73v-5.86a.75.75 0 0 0-.24-.57.74.74 0 0 0-.56-.24.75.75 0 0 0-.57.24.75.75 0 0 0-.24.57v10.68a.78.78 0 0 0 .24.57.75.75 0 0 0 .57.24.74.74 0 0 0 .56-.24.78.78 0 0 0 .24-.57v-2.68h.05l.56-.51 3.43 3.85a.72.72 0 0 0 .53.21.87.87 0 0 0 .32-.06.85.85 0 0 0 .25-.17.9.9 0 0 0 .18-.32.67.67 0 0 0 .07-.31.79.79 0 0 0-.22-.56M157.39 19.95a.75.75 0 0 0-.24-.57.74.74 0 0 0-.56-.24.78.78 0 0 0-.58.24.78.78 0 0 0-.23.57v.15l-.15-.11a4.35 4.35 0 0 0-.77-.46 2.36 2.36 0 0 0-.28-.12h-.05a4.28 4.28 0 0 0-1.45-.24 4.16 4.16 0 0 0-3.01 1.24 4.19 4.19 0 0 0-1.27 3.06 4.17 4.17 0 0 0 1.27 3 4.16 4.16 0 0 0 3 1.31 4.33 4.33 0 0 0 1.45-.24 4.91 4.91 0 0 0 1.26-.71v.15a.81.81 0 0 0 .23.57.78.78 0 0 0 .58.23.73.73 0 0 0 .56-.23.78.78 0 0 0 .24-.57v-3.51zm-1.82 4.56a3 3 0 0 1-.58.86 2.86 2.86 0 0 1-.86.59 2.67 2.67 0 0 1-1.06.25 2.67 2.67 0 0 1-1.06-.21 2.74 2.74 0 0 1-.86-.59 2.69 2.69 0 0 1-.57-.86 2.58 2.58 0 0 1-.22-1 2.67 2.67 0 0 1 .22-1.05 2.69 2.69 0 0 1 .57-.86 2.56 2.56 0 0 1 .86-.58 2.52 2.52 0 0 1 1.06-.22 2.52 2.52 0 0 1 1.06.22 2.66 2.66 0 0 1 .86.58 3 3 0 0 1 .58.86 2.66 2.66 0 0 1 .21 1.05 2.61 2.61 0 0 1-.21 1M16.51 19.94a3.8 3.8 0 0 1 2.39-.79 3.78 3.78 0 0 1 1.53.32 4.27 4.27 0 0 1 1.28.85 4.21 4.21 0 0 1 .87 1.27 3.92 3.92 0 0 1 .32 1.56v3.78a.81.81 0 0 1-.23.57.81.81 0 0 1-.57.23.81.81 0 0 1-.57-.23.81.81 0 0 1-.23-.57v-3.78a2.41 2.41 0 0 0-.23-.94 2.51 2.51 0 0 0-.52-.76 2.48 2.48 0 0 0-.76-.51 2.25 2.25 0 0 0-.93-.2 2.41 2.41 0 0 0-.93.19 2.51 2.51 0 0 0-.76.52 2.51 2.51 0 0 0-.52.76 2.41 2.41 0 0 0-.18.93v3.78a.78.78 0 0 1-.24.57.77.77 0 0 1-.56.23.79.79 0 0 1-.57-.23.77.77 0 0 1-.23-.57v-7a.77.77 0 0 1 .23-.57.76.76 0 0 1 .57-.24.74.74 0 0 1 .56.24.75.75 0 0 1 .24.55M40.78 25.32a.77.77 0 0 1 .57.22.78.78 0 0 1 .23.57.82.82 0 0 1-.23.58 4.14 4.14 0 0 1-2.81 1 4.13 4.13 0 0 1-3-1.26 4.13 4.13 0 0 1-1.25-3 4.16 4.16 0 0 1 1.25-3 4.13 4.13 0 0 1 3-1.26 4.17 4.17 0 0 1 3 1.26 4.09 4.09 0 0 1 .94 1.38 4.29 4.29 0 0 1 .31 1.65.74.74 0 0 1-.23.57.78.78 0 0 1-.49.18H36a2.66 2.66 0 0 0 .39.77 2.54 2.54 0 0 0 .59.59 2.68 2.68 0 0 0 .75.39 2.75 2.75 0 0 0 .85.14 2.75 2.75 0 0 0 .93-.15 2.81 2.81 0 0 0 .78-.46.81.81 0 0 1 .53-.2m.35-2.68a2.94 2.94 0 0 0-.39-.77 2.58 2.58 0 0 0-.6-.59 2.68 2.68 0 0 0-.75-.39 2.66 2.66 0 0 0-.85-.14 2.69 2.69 0 0 0-.84.14 2.6 2.6 0 0 0-.76.39 2.58 2.58 0 0 0-.6.59 2.91 2.91 0 0 0-.38.77zM52.82 23.28v-3.3a.77.77 0 0 0-.24-.56.73.73 0 0 0-.51-.21.77.77 0 0 0-.57.23.76.76 0 0 0-.23.56v.12a4.14 4.14 0 0 0-2.68-1 4.14 4.14 0 0 0-3 1.26 4.16 4.16 0 0 0-1.25 3 4.17 4.17 0 0 0 1.25 3 4.17 4.17 0 0 0 3 1.25 4.27 4.27 0 0 0 1.44-.24 4.53 4.53 0 0 0 1.24-.71v.15a.78.78 0 0 0 .24.57.78.78 0 0 0 .57.23.79.79 0 0 0 .56-.23.77.77 0 0 0 .23-.57v-3.65m-1.81 1.2a2.76 2.76 0 0 1-.57.85 2.71 2.71 0 0 1-.57.44l-.29.15a2.58 2.58 0 0 1-1 .21 2.67 2.67 0 0 1-1.06-.21 2.84 2.84 0 0 1-.85-.58 2.81 2.81 0 0 1-.57-.86 2.58 2.58 0 0 1-.21-1 2.61 2.61 0 0 1 .21-1 2.65 2.65 0 0 1 .57-.85 2.52 2.52 0 0 1 .85-.58 2.68 2.68 0 0 1 1.06-.22 2.58 2.58 0 0 1 1 .22 2.72 2.72 0 0 1 .86.58 2.81 2.81 0 0 1 .57.86 2.53 2.53 0 0 1 .21 1 2.61 2.61 0 0 1-.21 1M32.89 23.27v-3.3a.74.74 0 0 0-.24-.56.74.74 0 0 0-.58-.2.78.78 0 0 0-.57.24.73.73 0 0 0-.23.56v.11a4.14 4.14 0 0 0-2.69-.94 4.16 4.16 0 0 0-3 1.25 4.17 4.17 0 0 0-1.25 3 4.16 4.16 0 0 0 1.25 3 4.13 4.13 0 0 0 3 1.26 4.29 4.29 0 0 0 1.45-.25 4.35 4.35 0 0 0 1.24-.7v.15a.74.74 0 0 0 .24.56.75.75 0 0 0 .57.24.76.76 0 0 0 .56-.24.73.73 0 0 0 .23-.56v-3.65m-1.8 1.22a2.81 2.81 0 0 1-.57.86 2.72 2.72 0 0 1-.86.58 2.6 2.6 0 0 1-1.05.22 2.67 2.67 0 0 1-1.05-.22 2.67 2.67 0 0 1-.85-.58 2.65 2.65 0 0 1-.57-.85 2.65 2.65 0 0 1-.21-1 2.58 2.58 0 0 1 .21-1 2.81 2.81 0 0 1 .57-.86 2.84 2.84 0 0 1 .85-.58 2.66 2.66 0 0 1 1.05-.21 2.59 2.59 0 0 1 1.05.21 2.89 2.89 0 0 1 .86.58 2.93 2.93 0 0 1 .57.86 2.58 2.58 0 0 1 .21 1 2.56 2.56 0 0 1-.21 1"></path><path class="cls-2" d="M0 0h189.07v68.87H0z"></path></svg></i>
          </a>
        </li>
  <li>
          <a href="https://www.tpos.co.uk/" target="_blank">
            <i class="icon-logo-tpo"><svg style="width: 154px; height: 46px;" viewBox="0 0 154 46" xmlns="http://www.w3.org/2000/svg"><title>logo-tpo</title><g fill="none" fill-rule="evenodd"><path d="M69.283 33.145c-3.03 0-4.245-2.554-4.245-5.682 0-3.128 1.214-5.682 4.245-5.682 3.032 0 4.245 2.57 4.245 5.683s-1.228 5.682-4.245 5.682zm0-9.646c-1.372 0-1.64 2.014-1.64 3.867 0 1.854.253 3.87 1.64 3.87s1.64-1.976 1.64-3.87c0-1.894-.297-3.868-1.64-3.868zM84.688 32.984V26.94c.02-.333-.106-.656-.344-.883-.24-.227-.565-.334-.89-.29-.4-.018-.787.133-1.074.417v6.8h-2.477v-6.1c0-.69-.495-1.14-1.327-1.14-.338-.01-.674.043-.99.163v7.077h-2.478v-8.17c1.086-.474 2.263-.694 3.443-.645 1.403 0 2.21.387 2.7.865.803-.625 1.8-.933 2.81-.866 2.02 0 3.06 1.218 3.06 2.744v6.045l-2.432.024zM92.07 33.145c-1.487 0-2.507-.272-3.077-.64v-12.12h2.477v4.16c.493-.234 1.035-.345 1.58-.32 1.98 0 3.393 1.636 3.393 4.19.005 3.028-1.555 4.73-4.374 4.73zm.266-7.495c-.306-.017-.612.05-.886.19v5.668c.242.092.5.137.758.13 1.248 0 1.783-1.122 1.783-3.067.03-1.686-.316-2.92-1.63-2.92h-.024zM101.58 33.145c-2.398 0-3.567-.916-3.567-3.022v-5.788h2.477v5.984c-.027.318.09.63.317.853.227.22.54.326.852.285.352.02.705-.052 1.024-.207v-6.915h2.477v8.135c-1.126.5-2.352.732-3.58.675zM110.892 33.145c-2.57 0-4.18-1.54-4.18-4.428 0-2.775 1.545-4.478 3.74-4.478.42-.003.84.046 1.248.145v-4h2.447v12.116c-1.017.485-2.134.706-3.255.645zm.803-7.415c-.22-.066-.45-.1-.68-.095-1.356 0-1.876 1.188-1.876 2.967 0 1.88.553 2.952 1.797 2.952.26.02.518-.024.758-.126V25.73zM117.98 33.11c-.865.024-1.722-.192-2.476-.625l.634-1.586c.44.325.97.5 1.516.502.266.03.53-.058.73-.238.202-.18.32-.437.325-.71 0-.578-.304-.9-1.09-1.218-1.56-.624-1.913-1.51-1.913-2.408 0-1.476 1.14-2.664 2.843-2.664.86-.043 1.71.174 2.447.624l-.6 1.426c-.37-.288-.825-.445-1.292-.448-.253-.036-.508.043-.7.216-.19.172-.296.42-.29.68 0 .58.425.902 1.09 1.19 1.64.704 2.02 1.51 2.02 2.518-.01 1.536-1.224 2.74-3.245 2.74zM132.28 32.984V26.94c.022-.333-.105-.656-.343-.883-.24-.227-.565-.334-.89-.29-.4-.018-.788.133-1.074.417v6.8h-2.477v-6.1c0-.69-.495-1.14-1.327-1.14-.34-.01-.675.043-.992.163v7.077H122.7v-8.17c1.087-.474 2.263-.694 3.444-.645 1.402 0 2.21.387 2.7.865.814-.634 1.83-.94 2.853-.86 2.02 0 3.06 1.218 3.06 2.744v6.044l-2.476.02zM139.94 33.145c-2.478 0-3.726-.932-3.726-2.73 0-2.232 2.195-2.886 4.75-3.128v-.403c0-.897-.6-1.154-1.486-1.154-.764.022-1.515.202-2.21.53l-.534-1.43c1.014-.44 2.104-.664 3.205-.66 1.926 0 3.343.815 3.343 3.162v5.17c-1.05.474-2.195.694-3.344.643zm1.024-4.7c-1.486.147-2.447.504-2.447 1.88 0 1.007.57 1.445 1.546 1.445.31.01.618-.05.9-.176v-3.15zM149.9 32.984V26.94c0-.61-.267-1.205-1.263-1.205-.354-.006-.707.054-1.04.177v7.072h-2.477v-8.17c1.133-.46 2.347-.68 3.567-.645 2.7 0 3.66 1.172 3.66 2.744v6.045l-2.446.024zM69.283 7.59v9.295h-2.57V7.59h-1.888V5.844h6.345V7.59M77.367 16.864V10.82c0-.675-.302-1.22-1.263-1.22-.36-.01-.72.072-1.04.242v7.053h-2.477V5.873h2.477v2.59c.575-.267 1.2-.404 1.833-.404 2.13 0 2.937 1.253 2.937 2.694v6.11h-2.467zM83.727 13.434c.174 1.27.803 1.894 2.05 1.894.763.02 1.52-.138 2.21-.463l.555 1.556c-.952.452-1.996.666-3.046.626-2.606 0-4.102-1.748-4.102-4.534 0-2.786 1.387-4.463 3.834-4.463s3.71 1.702 3.6 4.623l-5.1.76zm1.407-3.884c-.99 0-1.64.882-1.56 2.665l2.972-.448c-.01-1.547-.515-2.217-1.412-2.217zM97.19 12.76l-.346-.03v4.155h-2.51V6.305c1.04-.455 2.165-.673 3.298-.64 3.01 0 4.18 1.558 4.18 3.527.005 2.09-1.352 3.874-4.62 3.567zm.427-5.603c-.263-.007-.525.035-.773.126v3.95h.347c1.61.08 2.195-.61 2.195-2.056 0-1.445-.475-2.02-1.768-2.02zM107.39 9.867c-.518-.238-1.108-.256-1.64-.05v7.052h-2.476V8.713c.946-.464 2.273-.72 4.562-.61l-.446 1.763zM112.11 17.046c-2.476 0-3.754-1.91-3.754-4.494 0-2.584 1.293-4.478 3.74-4.478s3.75 1.89 3.75 4.478c0 2.59-1.273 4.494-3.735 4.494zm0-7.415c-1.09 0-1.307 1.35-1.307 2.887s.238 2.826 1.308 2.826 1.308-1.27 1.308-2.826-.223-2.886-1.307-2.886zM121.12 16.99c-.415.01-.83-.04-1.232-.146v3.48h-2.477V8.715c1.02-.47 2.132-.692 3.25-.645 2.54 0 4.18 1.51 4.18 4.427.02 2.78-1.51 4.493-3.72 4.493zm-.494-7.445c-.26-.007-.516.037-.758.13v5.734c.207.076.427.114.65.11 1.306 0 1.89-1.043 1.89-2.988 0-1.944-.45-2.982-1.758-2.982l-.024-.005zM128.462 13.434c.173 1.27.807 1.894 2.05 1.894.762.02 1.518-.138 2.21-.463l.555 1.556c-.96.455-2.01.67-3.066.626-2.605 0-4.106-1.748-4.106-4.534 0-2.786 1.387-4.463 3.834-4.463s3.71 1.702 3.6 4.623l-5.076.76zm1.407-3.884c-.992 0-1.64.882-1.562 2.665l2.972-.448c-.01-1.547-.515-2.217-1.41-2.217zM139.226 9.867c-.518-.238-1.11-.256-1.64-.05v7.052h-2.476V8.713c.946-.464 2.273-.72 4.562-.61l-.446 1.763zM143.852 16.99c-1.783 0-2.556-1.168-2.556-2.518v-4.62h-.93V8.235h.93V6.412l2.477-.645v2.49h1.298v1.62h-1.307v4.464c0 .66.238 1.008.788 1.008.178 0 .354-.033.52-.096v1.542c-.388.15-.803.216-1.218.196zM149.816 20.335h-2.585l1.358-3.45-2.764-8.65h2.605l1.168 5.008c.105.447.163.905.174 1.365h.03c.043-.46.122-.918.237-1.365l1.292-5.008h2.303l-3.82 12.1z" fill="#FFF" fill-rule="nonzero"></path><path d="M31.84 31.448c-.284.31-.384.752-.263 1.158.14.272.535.423 1.08.423H59.05c.544 0 .94-.157 1.08-.43.12-.403.022-.84-.258-1.152L47.032 12.28c-.215-.46-.67-.75-1.17-.75-.502 0-.957.29-1.173.75l-2.264 3.38L31.84 31.448z"></path><path d="M59.233 40.762l-3.577-5.345H32.202c-1.397 0-2.477-.58-3.022-1.597-.545-1.017-.376-2.26.41-3.435l11.354-16.92-7.54-11.275c-1.737-2.594-4.586-2.6-6.324 0L1.228 40.767c-1.74 2.594-.634 4.72 2.476 4.72h53.072c3.096-.005 4.195-2.126 2.457-4.725z" fill="#FFF" fill-rule="nonzero"></path><path d="M60.684 30.878L47.85 11.71c-.428-.704-1.17-1.15-1.982-1.193-.167.002-.333.024-.495.066-.617.174-1.147.577-1.486 1.128l-2.046 3.054-10.802 16.12c-.53.79-.644 1.566-.322 2.186.322.62 1.015.962 1.956.962h26.392c.67.05 1.325-.216 1.778-.72.07-.075.13-.156.184-.242.302-.625.188-1.4-.342-2.192zM45.858 11.525c.49.04.93.322 1.174.755l12.84 19.168c.28.31.38.745.262 1.148-.14.272-.535.428-1.08.428H32.657c-.545 0-.94-.156-1.08-.423-.117-.402-.017-.838.263-1.147l10.58-15.798 2.264-3.38c.246-.432.685-.712 1.174-.75z" fill="#FFF" fill-rule="nonzero"></path></g></svg></i>
          </a>
        </li>
        <li>
          <a href="https://www.tradingstandards.uk" target="_blank">
            <i class="icon-logo-trading-standards-rbg"><svg style="width: 123px; height: 62px;" viewBox="0 0 123 62" xmlns="http://www.w3.org/2000/svg"><title>logo-trading-standards-rbg</title><g fill="#FFF" fill-rule="nonzero"><path d="M16.472 51.463l-.695-2.064H11.77l-.685 2.063H9.45l3.71-10.286h1.237L18.1 51.463h-1.628zm-2.67-7.954l-1.577 4.562h3.116L13.8 43.51zM22.878 47.425h-2.302v4.038H19.04v-10.28h3.833c1.977 0 3.24 1.325 3.24 3.118 0 1.794-1.263 3.12-3.24 3.12m-.08-4.835h-2.226v3.445h2.226c1.064 0 1.78-.62 1.78-1.706 0-1.087-.725-1.72-1.78-1.72M31.314 47.425h-2.302v4.038h-1.53v-10.28h3.832c1.977 0 3.24 1.325 3.24 3.118 0 1.794-1.263 3.12-3.24 3.12m-.085-4.84h-2.227v3.45h2.226c1.063 0 1.78-.62 1.78-1.706 0-1.087-.726-1.72-1.78-1.72M41.5 51.463l-2.133-4.333h-1.914v4.333h-1.536v-10.28h3.922c1.918 0 3.138 1.257 3.138 3.005.052 1.287-.792 2.435-2.022 2.748l2.333 4.527H41.5zm-1.78-8.887h-2.267V45.8h2.275c1.024 0 1.718-.594 1.718-1.603 0-1.01-.694-1.616-1.718-1.616l-.01-.004zM50.666 50.458c-1.486 1.474-3.857 1.474-5.342 0-.993-1.01-.98-2.15-.98-4.133s0-3.12.98-4.134c1.485-1.473 3.856-1.473 5.342 0 .993 1.01.966 2.152.966 4.135 0 1.982.027 3.12-.966 4.133M49.5 43.133c-.4-.407-.942-.636-1.507-.636-.566 0-1.108.23-1.507.636-.5.548-.597 1.127-.597 3.192 0 2.064.097 2.643.596 3.19.4.408.94.637 1.507.637.565 0 1.107-.23 1.506-.636.498-.548.596-1.127.596-3.19 0-2.066-.098-2.645-.597-3.193M56.533 51.467H55.34l-3.325-10.285h1.59l2.327 7.483 2.333-7.483h1.62M60.78 51.467V41.182h6.464v1.403h-4.932v3.006h4.207v1.386H62.31v3.093h4.932v1.397M75.013 50.5c-.71.664-1.65 1.012-2.613.967h-3.562V41.182H72.4c.963-.045 1.904.304 2.613.968 1.095 1.114 1.024 2.617 1.024 4.102 0 1.485.07 3.133-1.024 4.247m-1.05-7.245c-.445-.478-1.074-.73-1.72-.693h-1.86v7.484h1.86c.646.04 1.275-.215 1.72-.693.524-.593.538-1.702.538-3.12 0-1.416 0-2.385-.538-2.973M83.208 51.554c-1 .02-1.965-.375-2.67-1.096-.993-1.01-.98-2.15-.98-4.133s0-3.12.98-4.134c.705-.72 1.67-1.12 2.67-1.1 1.86 0 3.255 1.115 3.606 3.17h-1.562c-.135-.78-.685-1.42-1.428-1.66-.742-.238-1.554-.04-2.107.52-.498.547-.61 1.14-.61 3.205 0 2.064.116 2.657.61 3.205.39.408.93.632 1.49.62 1.025.02 1.907-.732 2.063-1.76h1.54c-.195 1.855-1.77 3.24-3.606 3.168M94.307 50.458c-1.486 1.474-3.857 1.474-5.342 0-.993-1.01-.98-2.15-.98-4.133s0-3.12.98-4.134c1.485-1.473 3.856-1.473 5.342 0 .993 1.01.966 2.152.966 4.135 0 1.982.027 3.12-.966 4.133m-1.167-7.325c-.4-.407-.94-.636-1.507-.636-.565 0-1.107.23-1.506.636-.5.548-.597 1.127-.597 3.192 0 2.064.098 2.643.597 3.19.398.41.94.64 1.506.64.566 0 1.11-.23 1.507-.64.5-.547.597-1.126.597-3.19 0-2.065-.098-2.644-.597-3.192M103.215 50.5c-.708.66-1.645 1.007-2.604.963h-3.56v-10.28h3.56c.964-.046 1.905.303 2.614.967 1.095 1.114 1.024 2.617 1.024 4.102 0 1.485.07 3.133-1.024 4.247m-1.05-7.245c-.445-.478-1.074-.73-1.72-.693h-1.86v7.484h1.86c.646.04 1.275-.215 1.72-.693.524-.593.538-1.702.538-3.12 0-1.416 0-2.385-.54-2.973M106.01 51.467V41.182h6.465v1.403h-4.93v3.006h4.204v1.386h-4.204v3.093h4.93v1.397M11.637 56.6v4.904h-.846V56.6H9.25v-.773h3.923v.774M17.14 61.504l-1.176-2.39h-1.06v2.39h-.845v-5.677h2.162c.453-.04.9.118 1.23.434.332.318.514.763.502 1.224.028.707-.437 1.336-1.113 1.503L18.13 61.5l-.99.004zm-.98-4.903h-1.255v1.776h1.255c.354.073.716-.078.917-.383.2-.305.2-.703 0-1.008-.2-.305-.563-.457-.917-.384zM22.32 61.504l-.386-1.14h-2.2l-.382 1.14h-.89l2.016-5.677h.68l2.05 5.677h-.887zm-1.463-4.39l-.89 2.516h1.713l-.823-2.517zM27.334 60.97c-.39.367-.91.56-1.442.534h-1.96v-5.677h1.96c.53-.025 1.05.167 1.442.534.605.617.565 1.446.565 2.265 0 .82.04 1.73-.566 2.345m-.58-3.988c-.244-.263-.59-.402-.947-.38H24.78v4.128h1.04c.356.022.703-.118.95-.38.288-.326.297-.942.297-1.72 0-.78 0-1.313-.298-1.644M29.075 55.827h1V61.5h-1zM34.728 61.504L32.15 57.51v3.994h-.845v-5.677h.775l2.577 3.99v-3.99h.846v5.677M40.222 60.907c-.82.845-2.158.864-3 .04-.553-.556-.544-1.186-.544-2.263 0-1.078 0-1.72.543-2.264.387-.4.917-.618 1.466-.606 1.027-.045 1.914.723 2.035 1.76h-.86c-.085-.585-.592-1.01-1.174-.986-.31-.004-.61.124-.824.353-.27.304-.333.62-.333 1.762 0 1.14.06 1.467.332 1.77.216.226.514.35.824.344.34.004.664-.14.89-.398.206-.253.31-.578.285-.906v-.353h-1.174v-.725h2.04v.87c.055.58-.127 1.16-.504 1.602M43.58 61.55c-.736.056-1.458-.217-1.978-.747l.56-.566c.376.382.896.58 1.425.543.73 0 1.154-.317 1.154-.87.015-.218-.065-.433-.218-.588-.17-.15-.385-.234-.61-.24l-.663-.095c-.39-.037-.76-.195-1.06-.452-.28-.286-.428-.68-.405-1.082 0-.987.703-1.667 1.865-1.667.65-.04 1.288.197 1.758.657l-.538.543c-.327-.314-.767-.478-1.216-.453-.66 0-1.02.38-1.02.906-.007.197.07.39.215.524.18.145.397.236.626.263l.637.095c.382.026.746.174 1.042.42.31.303.473.73.445 1.164 0 1.042-.842 1.666-2.008 1.666M48.533 56.6v4.904h-.845V56.6h-1.54v-.773h3.92v.774M53.69 61.504l-.384-1.14h-2.204l-.387 1.14h-.89l2.047-5.677h.66l2.043 5.677h-.886zm-1.466-4.39l-.89 2.516h1.718l-.828-2.517zM58.728 61.504L56.15 57.51v3.994h-.845v-5.677h.774l2.577 3.99v-3.99h.85v5.677M64.288 60.97c-.39.367-.91.56-1.442.534h-1.96v-5.677h1.96c.532-.024 1.05.168 1.442.534.606.617.56 1.446.56 2.265 0 .82.04 1.73-.56 2.345m-.578-3.988c-.245-.264-.593-.403-.95-.38h-1.027v4.128h1.037c.356.023.704-.117.95-.38.288-.326.297-.942.297-1.72 0-.78 0-1.313-.298-1.644M69.154 61.504l-.383-1.14H66.57l-.383 1.14h-.89l2.043-5.677h.685l2.048 5.677h-.916zm-1.464-4.39l-.89 2.516h1.758l-.868-2.517zM73.85 61.504l-1.174-2.39h-1.06v2.39h-.832v-5.677h2.163c.452-.04.9.118 1.23.434.33.318.514.763.502 1.224.025.706-.44 1.334-1.114 1.503l1.286 2.513-1 .004zm-.98-4.903h-1.254v1.776h1.255c.355.073.717-.078.918-.383.2-.305.2-.703 0-1.008-.2-.305-.563-.457-.917-.384zM79.242 60.97c-.392.367-.91.56-1.442.534h-1.96v-5.677h1.96c.53-.024 1.05.168 1.442.534.6.617.565 1.446.565 2.265 0 .82.04 1.73-.565 2.345m-.58-3.988c-.244-.263-.59-.403-.947-.38H76.69v4.128h1.025c.356.022.703-.118.948-.38.29-.326.298-.942.298-1.72 0-.78 0-1.313-.297-1.644M82.452 61.55c-.735.056-1.457-.217-1.977-.747l.56-.566c.378.382.9.58 1.43.543.73 0 1.153-.317 1.153-.87.014-.218-.066-.432-.218-.588-.17-.15-.385-.234-.61-.24l-.654-.095c-.39-.036-.76-.194-1.06-.452-.282-.285-.432-.68-.41-1.082 0-.987.704-1.667 1.866-1.667.64-.036 1.267.198 1.732.648l-.54.543c-.326-.314-.765-.478-1.214-.453-.66 0-1.02.38-1.02.906-.008.198.07.39.214.525.18.145.398.235.627.263l.638.095c.382.028.745.175 1.042.42.31.303.472.73.445 1.164 0 1.04-.837 1.666-2.003 1.666M85.4 60.53h1v1h-1zM90.817 60.907c-.823.846-2.16.864-3.005.04-.548-.556-.54-1.186-.54-2.263 0-1.078 0-1.72.54-2.264.385-.398.915-.617 1.464-.606 1.026-.045 1.912.723 2.03 1.76h-.854c-.086-.585-.593-1.01-1.176-.986-.31-.004-.61.124-.823.353-.272.304-.34.62-.34 1.762 0 1.14.064 1.467.34 1.77.215.226.514.35.823.344.34.003.664-.142.89-.398.205-.254.305-.578.28-.906v-.353h-1.192v-.725h2.04v.87c.054.58-.128 1.16-.504 1.602M95.785 60.948c-.818.81-2.12.81-2.938 0-.548-.557-.544-1.187-.544-2.264 0-1.078 0-1.72.544-2.264.817-.81 2.12-.81 2.938 0 .552.557.534 1.186.534 2.264 0 1.077 0 1.72-.535 2.264m-.646-4.052c-.22-.226-.52-.354-.833-.354-.313 0-.613.128-.833.354-.276.303-.33.62-.33 1.76 0 1.142.054 1.46.33 1.762.22.225.52.35.833.35.312 0 .612-.125.832-.35.275-.303.33-.62.33-1.76 0-1.142-.055-1.46-.33-1.762M99.217 61.504h-.66l-1.833-5.677h.877l1.288 4.13 1.286-4.13h.89M101.01 60.53h1v1h-1zM105.027 61.55c-.527.03-1.04-.164-1.42-.536-.38-.372-.59-.89-.58-1.425v-3.763h.847v3.722c-.027.436.187.852.556 1.08.368.225.83.225 1.198 0 .37-.228.583-.644.556-1.08v-3.723h.846v3.785c.01.536-.2 1.053-.58 1.425-.38.37-.897.566-1.423.535M111.678 61.504l-1.567-2.797-.94 1.145v1.652h-.845v-5.677h.846v2.857l2.28-2.857h1.033l-1.807 2.223 2 3.454"></path><path d="M123.04 41.856c-17.617-7.927-38.768-12.55-61.52-12.55-22.754 0-43.904 4.623-61.52 12.55L61.52.306l61.52 41.55zM66.09 8.223c-.897-2.046-2.047-3.967-3.422-5.718.93 1.37 1.738 2.826 2.408 4.346 3.63 8.196 2.867 16.503-1.78 18.636-3.81 1.747-9.25-1.21-13.09-6.84 3.848 6.56 9.893 10.14 14.047 8.24 4.68-2.147 5.467-10.468 1.838-18.663zm-10.443 2.91l-1.077.48c.027.585.053 1.165.053 1.518-.2 0-.49-.013-.89-.04.015.09.024.18.027.272-.003.104-.012.21-.027.312.33-.027.623-.027.89-.027-.013 2.02-.093 3.164-.093 4.224s.534 1.694 1.638 1.694c.35-.013.695-.082 1.024-.204v-.326c-.196.056-.397.088-.6.095-1.05 0-1.078-1.033-1.078-2.047 0-1.177.067-3.305.093-3.44.32 0 .966 0 1.412.027-.02-.19-.02-.38 0-.57-.616.04-1.226.04-1.413.04.027-.648.054-1.327.107-2.006h-.067zm2.485 6.987h-.16c-.03.34-.116.675-.255.987.522.307 1.116.464 1.72.452 1.24.077 2.31-.88 2.394-2.142 0-2.29-3.142-1.204-3.142-2.965-.01-.307.106-.604.32-.82.216-.216.51-.33.81-.317.528-.007 1 .33 1.172.838h.195c.06-.334.17-.657.32-.96-.464-.22-.965-.348-1.477-.38-1.43 0-2.226.87-2.226 2.046 0 2.29 3.143 1.3 3.143 2.98 0 .34-.138.664-.383.896-.245.23-.575.347-.908.32-.634-.02-1.21-.375-1.522-.936zm5.23-8.217c-.374.002-.676.312-.676.693 0 .28.166.533.42.64.256.107.55.047.744-.152.194-.2.252-.498.145-.757-.107-.258-.357-.426-.633-.424zm-.494 5.577v1.408c0 .81-.026 1.76-.107 2.53.396-.09.805-.09 1.2 0-.08-.77-.108-1.72-.108-2.53V15.48c0-.81.027-1.756.107-2.53-.395.09-.804.09-1.2 0 .082.77.108 1.72.108 2.53z"></path><path d="M113.966 41.838v-1.376h-.508v-.186h1.22v.186h-.507v1.376M114.883 41.838v-1.562h.307l.365 1.11.07.23.082-.25.37-1.085h.275v1.567h-.196V40.53l-.445 1.308h-.182l-.445-1.33v1.33"></path></g></svg></i>
          </a>
        </li>
        

      </ul>
        </div>
      
    

  </div>
</footer>

<script>
  // Fill in town name in SEO links above.
  var addrFormatted = '1440b Wimborne Road<br/>Kinson, Bournemouth<br/>Dorset<br/>BH10 7AS',
    i = 0,
    givenPlaces = document.querySelectorAll('.given-place'),
    town = addrFormatted.split(/<.+?>/)[1];

  for (; i < givenPlaces.length; i++) {
    givenPlaces[i].textContent = town;
  }
</script>


    
      
    

    <div id="modal-container"></div>
    <script>
      Homeflow.set('terms_statement_text', '');
    </script>

    
    
    <script src="/asset_bundles/common.bundle.f65a88d58f768f5cffc3.js"></script><script src="/asset_bundles/home.bundle.be82660ed56db75c48d9.js"></script>

    
<div id="hfjs-flash-message"></div>
<div id="hfjs-instant-valuation"></div>



<div id="admin-bar" style="display: none;">
  
  
  <a href="https://blackstoneestateagents.content.homeflow.co.uk">Admin</a>
  
  
  
  
  
  
    
  <a href="https://blackstoneestateagents.content.homeflow.co.uk/site_content_chunks">Content chunks</a>


  

  <a href="#" class="admin-bar__link--right">Hide</a>
</div>

<a href="#" id="show-admin-bar-link" style="display: none;">Show admin</a>

<script>
  

  var admin_hovered;

  document.addEventListener('DOMContentLoaded', function () {
    var adminBar = document.querySelector('#admin-bar');
    var adminBarLink = document.querySelector('.admin-bar__link--right');
    var showAdminLink = document.querySelector('#show-admin-bar-link');

    if (adminBar) {

      var cookieFromLogos = false;
      var logosObject;

      // look for regular cookie set from Logos
      document.cookie.split(';').forEach(function (cookie) {
        var splitCookie = cookie.split('=')
        // if we find it, set the logosObject
        if (splitCookie[0].trim() == 'logosLogin') {
          cookieFromLogos = true;
          logosObject = splitCookie[1].split(',');
        }
      });

      // if there was no cookie, look for localStorage item
      if (!cookieFromLogos) {
        var logosString = localStorage.getItem('logosLogin');
        if (logosString) {
          logosObject = logosString.split(',');
        }
      }

      if (logosObject) {
        var userType = logosObject[0];
        var subdomain = logosObject[1];
        var timestamp = logosObject[2];

        var within24Hours = Math.abs(new Date(timestamp) - new Date()) / 36e5 < 24;

        if (within24Hours && (userType == 'Superuser' || subdomain == 'blackstoneestateagents')) {
          // custom theme offsets to push content down
          if (document.querySelector('.nav-bauhaus')) {
            document.querySelector('.nav-bauhaus').style.top = '30px';
          }

          adminBar.style.display = 'block';
        }

        var chunkElements = document.querySelectorAll('*[data-content-type]');

        function addAdminButton(el) {
          var id = el.dataset.contentId;
          var name = el.dataset.contentName;
          var type = el.dataset.contentType;
          var branchId = el.dataset.contentBranchId;
          var href;

          if (id) {
            var app = type == "properties" ? "properties" : "content";

            if (type === 'staff' && branchId) {
              href = 'https://blackstoneestateagents.' + app + '.homeflow.co.uk/' + 'branches/' + branchId + '/employees/' + id + '/edit';
            } else if (type == 'staff') {
              href = "https://blackstoneestateagents.homeflow.co.uk/configure/business/" + type + "/" + id + "/edit";
            } else {
              href = "https://blackstoneestateagents." + app + ".homeflow.co.uk/" + type + "/" + id + "/edit";
            }
          } else {
            href = '#';
          }

          var editButton = document.createElement('a');
          editButton.href = href;
          editButton.target = '_blank';
          editButton.classList.add('admin-edit-button');
          editButton.textContent = 'Edit';
          editButton.style.display = 'none';

          el.appendChild(editButton);
        }

        for (var i=0; i < chunkElements.length; i++) {
          var el = chunkElements[i];

          addAdminButton(el);
        }

        for (var i = 0; i < chunkElements.length; i++) {
          var element = chunkElements[i];

          element.addEventListener('mouseenter', function (e) {
            e.target.classList.add('admin-editable');
            const adminButton = e.target.querySelector('.admin-edit-button');
            if (!adminButton) addAdminButton(e.target);
            e.target.querySelector('.admin-edit-button').style.display = 'block';
            admin_hovered = e.target;
          });

          element.addEventListener('mouseleave', function (e) {
            admin_hovered = null;
            var ele = e.target;
            ele.querySelector('.admin-edit-button').style.display = 'none';
            ele.classList.remove('admin-editable');
          });

          element.addEventListener('click', function (e) {
            if (!e.target.classList.contains('admin-edit-button')) return null;

            var el = e.target.parentNode;
            var id = el.dataset.contentId;
            var name = el.dataset.contentName;

            if (id) return null;

            var clone = el.cloneNode(true);
            clone.querySelector('a.admin-edit-button').remove()
            content = encodeURI(clone.innerHTML.replace(/^\s+/g, '').replace(/ +(?= )/g, ''));

            var form = document.createElement('form');
            form.action = 'https://blackstoneestateagents.content.homeflow.co.uk/site_content_chunks/new/prefill';
            form.method = 'POST';

            var contentInput = document.createElement('input');
            contentInput.type = 'hidden';
            contentInput.name = 'content';
            contentInput.value = content;

            var nameInput = document.createElement('input');
            nameInput.type = 'hidden';
            nameInput.name = 'name';
            nameInput.value = name;

            form.appendChild(contentInput);
            form.appendChild(nameInput);
            document.body.appendChild(form);

            form.submit();
          });
        }
      }
    }

    adminBarLink.addEventListener('click', function () {
      // $('.nav-bauhaus').css('top', '0');
      adminBar.style.display = 'none';
      showAdminLink.style.display = 'block';
    });

    showAdminLink.addEventListener('click', function (e) {
      // $('.nav-bauhaus').css('top', '30px');
      e.preventDefault();
      showAdminLink.style.display = 'none';
      adminBar.style.display = 'block';
    });
  });
</script>

<style>
  /* admin layout   */

  #admin-bar {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 5000;
    height: 30px;
    padding: 5px;
    color: white;
    background-color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
  }

  #admin-bar a {
    color: white;
    margin: 0 10px;
  }

  #admin-bar .admin-bar__link--right {
    float: right;
    cursor: pointer;
  }

  .admin-editable {
    position: relative;
    opacity: 0.8;
  }

  .admin-editable:before {
    content: "";
    position: absolute;
    left: -2px;
    right: -2px;
    top: -2px;
    bottom: -2px;
    border: 2px dashed #999;
    z-index: 2;
    background-color: rgba(255, 255, 255, 0.2);
    pointer-events: none;
  }

  .admin-edit-button {
    font-size: 14px;
    position: absolute;
    right: 5px;
    bottom: 5px;
    display: inline-block;
    color: #fff;
    background-color: grey;
    padding: 5px 10px;
    cursor: pointer;
    z-index: 10;
    opacity: 1;
  }

  .admin-edit-button:hover {
    text-decoration: none;
    color: #FFF;
    background-color: #5B5B5B;
  }

  #admin-bar .full_environment_details {
    display: none;
  }

  #admin-bar .environment_details {
    display: inline-block;
  }

  #admin-bar .environment_details:hover .full_environment_details {
    position: absolute;
    display: inline-block;
    background-color: rgba(0, 0, 0, 0.8);
    padding: 5px 10px;
    margin-top: 7px;
  }

  #show-admin-bar-link {
    position: fixed;
    right: 8px;
    top: 2px;
    color: #fff;
    z-index: 10000;
    font-size: 14px;
  }
</style>


<style>
  /* Custom styles */
  html, body, h1, h2, h3, h4, h5, h6, span, label, a p{
        font-family: Trebuchet MS,Helvetica,sans-serif !important;
}

header.container-fluid .nav-main .navbar-nav-items .nav-item .nav-link {
    color: #ffffff;
}
header.container-fluid .nav-main {
    background-color: rgba(0,0,0,0.3);
}
.branch-hero__testimonial {
    display: none;
}
.mb-5, .my-5 {
    width: 100%;
}
.swiper-card__primary-title {
    font-size: 1.15rem;
}
.welcome-block .default-content {
    width: 50%;
    padding: 5%;
}
#react-autowhatever-1--item-0 {
    color: #000000;
}
body:not(.home) header.container-fluid .nav-main .navbar-brand .logo-img, header.container-fluid .nav-main.scrolled .navbar-brand .logo-img {
    height: 165%;
}
header.container-fluid .nav-main .navbar-brand .logo-img {
    height: 145%;
    margin-top:-17px;
}
header.container-fluid .nav-main.scrolled .logo-img{
    margin-top:unset !important;
}
/*
body > main > div > div > div.valuation-page__form-overlay > form > div:nth-child(5){
    display:none;
}
*/
.hero-image-wrapper .search-form-wrapper .search-form-block {
    color: #000;
}
.staff-list {
    justify-content: space-around;
}

body > main > div.hero-image-wrapper > div.search-form-wrapper > div > div.rhs-search > h2{
  visibility:hidden;
}

.branch-page__selling-or-letting-title{
    display:none;
}

/* CHANGES HOMEPAGE TEXT ABOVE BOOK A VALUATION BUTTON */
/*body > main > div.hero-wrapper > div.search-form-wrapper > div > div.rhs-search > h2 {
	visibility: hidden;
}

body > main > div.hero-wrapper > div.search-form-wrapper > div > div.rhs-search > h2::after {
    content: 'Selling?';
    visibility: visible;
    transform: translateX(-353px);
    display: inline-block;
}
*/

@media only screen and (max-width: 1000px) {

.welcome-block .default-content {
    width: 100%;
}


}

  /* /Custom styles */
</style>




    <!-- Global site tag (gtag.js) - Google Analytics -->
<script async="" src="https://www.googletagmanager.com/gtag/js?id=UA-18851160-1"></script>
<script>
  window.dataLayer = window.dataLayer || [];
  function gtag(){dataLayer.push(arguments);}
  gtag('js', new Date());

  gtag('config', 'UA-18851160-1');
</script>


    
      
    

    <script type="application/ld+json">
{
  "@context": "http://www.schema.org",
  "@type": "Organization",
  "name": "Blackstone",
  "url": "www.blackstoneestateagents.com",
  "logo": "//mr1.homeflow-assets.co.uk/files/site_asset/image/4325/6274/_x_/logo.png",
  "image": "//mr1.homeflow-assets.co.uk/files/site_asset/image/4325/6274/_x_/logo.png",
  "description": "Blackstone estate agents are Kinson's longest serving independent residential sales estate agents. The business was created in 1991 by experienced partners Ian Galton and Gary Hansford who collectively have over 60 years experience in selling property specifically in this area and by whom Blackstone estate agents is still managed today. Not many estate agents in Bournemouth can boast that same firm staff foundation.",
  "address": {
    "@type": "PostalAddress",
    "streetAddress": "1440b Wimborne Road",
    "addressLocality": "Kinson, Bournemouth",
    "addressRegion": "Dorset",
    "postalCode": "BH10 7AS",
    "addressCountry": "United Kingdom"
  },
  "telephone": "01202 582222"
}
</script>


  

</body></html>