
    {"id":19,"date":"2023-10-19T10:26:42","date_gmt":"2023-10-19T10:26:42","guid":{"rendered":"https:\/\/lindstromgroup.com\/uk-renewal\/?page_id=19"},"modified":"2025-11-25T13:38:17","modified_gmt":"2025-11-25T13:38:17","slug":"contact-us","status":"publish","type":"page","link":"https:\/\/lindstromgroup.com\/uk\/contact-us\/","title":{"rendered":"Contact us"},"content":{"rendered":"\n    <div\n        id=\"block_39dcf78fba8172c3eb0ec5e03e6ba160\"\n        class=\"hero-sub hero-sub--block_39dcf78fba8172c3eb0ec5e03e6ba160  flex flex-col-reverse lg:flex-row justify-between bg-dark-blue text-white\"\n    >        \n        <div class=\"flex flex-col gap-5 pt-10 pb-5 grow px-5 lg:px-20\">\n            <div class=\"flex flex-col justify-center gap-3 grow max-w-[var(--container-text-max)]\">\n                <h1 class=\"!mb-0 !text-white !text-title-medium lg:!text-title-large !font-bold hyphens-auto break-words\">\n                    Contact Us                <\/h1>\n    \n                <div class=\"hero-sub__description\">\n                    <p>Need more information or support? Get in touch to discuss your requirements and find out how our services can benefit your business.<\/p>\n                <\/div>\n    \n                                    <div class=\"flex flex-col flex-wrap gap-3 mt-3 md:flex-row\">\n                                                                                    <a \n                                    class=\"px-5 py-3 font-bold text-center text-link-small rounded-[30px] border-2 border-white !no-underline bg-white !text-dark-blue button-solid--white\"\n                                    href=\"https:\/\/lindstromgroup.com\/uk\/contact-us\/#Our-Offices\"\n                                    target=\"_self\"\n                                >\n                                    Our Offices                                <\/a>\n                                                                                                                <a \n                                    class=\"px-5 py-3 font-bold text-center text-link-small rounded-[30px] border-2 border-white !no-underline bg-transparent !text-white button-outlined--white\"\n                                    href=\"https:\/\/lindstromgroup.com\/uk\/contact-us\/#Meet-Team\"\n                                    target=\"_self\"\n                                >\n                                    Meet The Team                                <\/a>\n                                                                        <\/div>\n                \n                            <\/div>\n                            <div class=\"font-bold hero-sub__breadcrumb text-body-small\">\n                        <span><span><a href=\"https:\/\/lindstromgroup.com\/uk\/\">Home<\/a><\/span><\/span>                <\/div>\n                    <\/div>\n\n        <div class=\"[&#038;_picture]:w-full flex h-full lg:h-auto max-h-[350px] lg:max-h-none lg:min-h-full w-full lg:w-[650px]\">\n            <img decoding=\"async\"\n                class=\"object-cover w-full h-full\"\n                src=\"https:\/\/d2ris6qfzcz0wn.cloudfront.net\/wp-content\/uploads\/sites\/10\/2019\/10\/Lindstrom-Group-What-is-CX-as-its-best-1024x683.jpg\"\n                alt=\"Need more information or support? Get in touch to discuss your requirements and find out how our services can benefit your business.\"\n            >\n        <\/div>\n    <\/div>\n\n\n\n        <style>\n            .lindstrom-container--block_1bcfb50466dc0d3fc5ac47e2f52d07f5 {                \n                padding-top: 35px;\n                padding-bottom: 35px;\n            }\n\n            @media screen and (min-width: 768px) {\n                .lindstrom-container--block_1bcfb50466dc0d3fc5ac47e2f52d07f5 {\n                    padding-top: 75px;\n                    padding-bottom: 75px;\n                }\n            }\n        <\/style>\n    \n<div\n    class=\"lindstrom-container-wrapper lindstrom-container lindstrom-container--block_1bcfb50466dc0d3fc5ac47e2f52d07f5 \"\n    id=\"block_1bcfb50466dc0d3fc5ac47e2f52d07f5\"\n    style=\"background-color: #ffffff\"\n    >\n    <div class=\"lindstrom-container lindstrom-container--content items-center\">\n        \n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:66.66%\">\n    <div id=\"Contact-form\" class=\"hubspot-contact-form\">\n                    <h2 class=\"mt-0 !mb-5 lg:!mb-10 font-bold !text-title-small lg:!text-title-medium\">\n                Have a Question? Get In Touch            <\/h2>\n        \n        \n        <div class=\"form-wrapper\"><\/div>\n        <div class=\"editor-message\">\n            Please set a valid form ID.\n        <\/div>\n    <\/div>\n\n<script>\n    \/**\n     * Generate dynamic init form function name to prevent it get re-initialized if there are multiple forms in a page\n     *\/\n    function initForm_69d3ae169b2a7() {\n        \/\/ retry until hubspot script is initialized\n        if (typeof hbspt !== \"undefined\") {\n            hbspt.forms.create({\n                region: \"eu1\",\n                portalId: \"2758505\",\n                formId: \"89a1aba4-9a71-4b6a-9d7e-21f34ff7e5d9\",\n                target: `#Contact-form .form-wrapper`,\n                onFormReady: (arg) => {\n                    const hasFeaturedField = 0;\n                    if (!hasFeaturedField) {\n                        return\n                    }\n    \n                    \/\/ in case the featured field is not available in the form\n                    const featuredField = document.querySelector(`#Contact-form .none`);\n                    if (!featuredField) {\n                        return\n                    }\n    \n                    \/\/ only support checkbox field for now\n                    convertCheckboxFeaturedField(featuredField)                \n                }\n            });\n            return;\n        }\n\n        setTimeout(initForm_69d3ae169b2a7, 250);\n    }\n\n    function convertCheckboxFeaturedField(featuredField) {\n        const fieldsetWrapper = featuredField.parentElement\n        \n        \/\/ add the featured field class to the wrapper fieldset element\n        \/\/ transform the featured field's UI via CSS\n        fieldsetWrapper.classList.add('featured-field')\n\n        \/\/ calculate and add enough space to display the featured field on top of the form\n        calculateFeaturedFieldSize(fieldsetWrapper)\n        window.addEventListener('resize', () => {\n            calculateFeaturedFieldSize(fieldsetWrapper)\n        })\n    }\n    \n    function calculateFeaturedFieldSize (fieldsetWrapper) {\n        fieldsetWrapper\n            .closest('.hubspot-contact-form--has-featured-field')\n            .style\n            .paddingTop = fieldsetWrapper.offsetHeight + 50 + 'px';\n    }    \n\n    initForm_69d3ae169b2a7();\n<\/script>\n<\/div>\n\n\n\n<div class=\"wp-block-column rounded-[5px] h-fit has-border-color has-turquoise-border-color is-layout-flow wp-block-column-is-layout-flow\" style=\"border-width:1px;padding-top:25px;padding-right:25px;padding-bottom:25px;padding-left:25px\" id=\"Contact-Us\">\n        <div \n        id=\"cta-country-block_d7b9d981173f9beb07456472685ae8b1\" \n        class=\"cta-country\"\n    >\n        <div class=\"flex flex-col gap-5\" style=\"align-items: center\">\n                            <h2 class='!text-title-small lg:!text-title-medium !text-grey-100 !font-bold !my-0'>                    Contact Us                <\/h2>                                        <div class=\"cta-text\"><p style=\"text-align: center\">6 Caxton Park,<br \/>\nCaxton Road<br \/>\nBedford,<br \/>\nMK41 0TY<\/p>\n<\/div>\n                        <div class=\"cta-button-container cta-button-container--column\">\n                                                                                        <div class=\"flex rounded-full h-10 min-w-[150px] mt-auto cta-button button-solid--blue\">\n                                <a \n                                    class=\"flex flex-grow !no-underline py-3 px-5 font-bold text-[15px]\/[21px] justify-center items-center gap-2 text-center border-2 rounded-full cta-button__inner\" \n                                    href=\"tel:+441234343555\"\n                                    style=\"border-color: #003f72; background-color: #003f72; color: #ffffff;\"\n                                    target=\"_self\"\n                                >\n                                    Call us: 01234 343 555                                                                            <div class=\"flex justify-center items-center w-[35px] h-[35px] cta-button__inner-icon\">\n                                                                                                <span class=\"!text-[35px] material-symbols-outlined\" style=\"color: #ffffff\">call<\/span>\n                                                                                    <\/div>\n                                                                    <\/a>\n                            <\/div>\n                                                                                                <div class=\"flex rounded-full h-10 min-w-[150px] mt-auto cta-button button-solid--blue\">\n                                <a \n                                    class=\"flex flex-grow !no-underline py-3 px-5 font-bold text-[15px]\/[21px] justify-center items-center gap-2 text-center border-2 rounded-full cta-button__inner\" \n                                    href=\"mailto:info.uk@lindstromgroup.com\"\n                                    style=\"border-color: #006f86; background-color: #006f86; color: #ffffff;\"\n                                    target=\"_self\"\n                                >\n                                    Email us                                                                            <div class=\"flex justify-center items-center w-[35px] h-[35px] cta-button__inner-icon\">\n                                                                                                <span class=\"!text-[35px] material-symbols-outlined\" style=\"color: #ffffff\">email<\/span>\n                                                                                    <\/div>\n                                                                    <\/a>\n                            <\/div>\n                                                                        <\/div>\n        <\/div>\n    <\/div>\n    <\/div>\n<\/div>\n\n\n    <\/div>\n<\/div>\n\n\n\n            <div \n            id=\"Our-Offices\" \n            class=\"cta\"\n            style=\"justify-content: center; \n    margin-top:30px; \n    margin-bottom:10px; \"\n        >\n            <div class=\"cta__content\">\n                <div class=\"cta__title\" style=\"text-align: center\">\n                                    <\/div>\n                <div \n                    class=\"cta__description cta__description--medium\" \n                    style=\"color:#003F72; text-align: center\"\n                >\n                    <h2>Our Offices<\/h2>                <\/div>\n                                            <\/div>\n        <\/div>\n    \n\n\n<script type=\"text\/javascript\" async src=\"https:\/\/bot.leadoo.com\/bot\/inpage.js?code=obb9c6s2hwf81fj7#seamless\"><\/script>\n\n\n\n        <style>\n            .lindstrom-container--block_61ee10cc8c9698a8b0dc2114b52ffbcc {                \n                padding-top: 35px;\n                padding-bottom: 35px;\n            }\n\n            @media screen and (min-width: 768px) {\n                .lindstrom-container--block_61ee10cc8c9698a8b0dc2114b52ffbcc {\n                    padding-top: 75px;\n                    padding-bottom: 75px;\n                }\n            }\n        <\/style>\n    \n<div\n    class=\"lindstrom-container-wrapper lindstrom-container lindstrom-container--block_61ee10cc8c9698a8b0dc2114b52ffbcc \"\n    id=\"block_61ee10cc8c9698a8b0dc2114b52ffbcc\"\n    style=\"background-color: #ffffff\"\n    >\n    <div class=\"lindstrom-container lindstrom-container--content items-stretch\">\n        \n\n<div class=\"wp-block-columns is-layout-flex wp-container-core-columns-is-layout-28f84493 wp-block-columns-is-layout-flex\">\n<div class=\"wp-block-column lg:min-w-[400px] is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:40%\">\n<div class=\"wp-block-interactive-geo-maps-display-map\"><div class=\"map_wrapper\" id=\"map_wrapper_18142\">\n<div class=\"map_box\" style=\"max-width:2000px\">\n<div class=\"map_aspect_ratio\" style=\"padding-top:120%\" data-padding-top=\"120%\" data-padding-top-mobile=\"120%\">\n<div class=\"map_container\">\n<div class=\"map_render map_loading\" id=\"map_18142\"><\/div>\n<\/div>\n<\/div>\n<\/div>\n<\/div><\/div>\n<\/div>\n\n\n\n<div class=\"wp-block-column flex is-layout-flow wp-block-column-is-layout-flow\" style=\"flex-basis:600px\">\n        <div\n        id=\"block_0279c3192bd64097bf79b823d705597e\"\n        class=\"country-site-office-list country-site-office-list--block_0279c3192bd64097bf79b823d705597e \"\n    >\n        <div class=\"flex flex-wrap gap-y-4 lg:gap-y-9\">\n                            <div \n                    class=\"country-site-office__card transition-colors flex flex-col gap-1 p-3 w-[300px] rounded-[5px]\"\n                    data-id=\"17237\"\n                >\n                    <h4 class=\"m-0 !text-link\">\n                        Lindstr\u00f6m Bedford (UK Head Office)                    <\/h4>\n                    <div class=\"text-body\">\n                        6 Caxton Park, Caxton Road                    <\/div>\n                    <div class=\"text-body\">\n                         Bedford, MK41 0TY                    <\/div>\n                                            <div class=\"text-body\">\n                            01234 343555                        <\/div>\n                                                        <\/div>\n                            <div \n                    class=\"country-site-office__card transition-colors flex flex-col gap-1 p-3 w-[300px] rounded-[5px]\"\n                    data-id=\"17378\"\n                >\n                    <h4 class=\"m-0 !text-link\">\n                        Lindstr\u00f6m East Kilbride                    <\/h4>\n                    <div class=\"text-body\">\n                        53 Carron Place, Kelvin Industrial Estate                    <\/div>\n                    <div class=\"text-body\">\n                         East Kilbride, G75 0YL                    <\/div>\n                                            <div class=\"text-body\">\n                            01274 736767                        <\/div>\n                                                        <\/div>\n                            <div \n                    class=\"country-site-office__card transition-colors flex flex-col gap-1 p-3 w-[300px] rounded-[5px]\"\n                    data-id=\"17379\"\n                >\n                    <h4 class=\"m-0 !text-link\">\n                        Lindstr\u00f6m Manchester                    <\/h4>\n                    <div class=\"text-body\">\n                        Mosley Road, Stretford                    <\/div>\n                    <div class=\"text-body\">\n                         Manchester, M17 1PG                    <\/div>\n                                            <div class=\"text-body\">\n                            0161 249 9750                        <\/div>\n                                                        <\/div>\n                            <div \n                    class=\"country-site-office__card transition-colors flex flex-col gap-1 p-3 w-[300px] rounded-[5px]\"\n                    data-id=\"17381\"\n                >\n                    <h4 class=\"m-0 !text-link\">\n                        Lindstr\u00f6m Nailsworth                    <\/h4>\n                    <div class=\"text-body\">\n                        Unit 7-8 Spring Mill Industrial Estate, Avening Road                    <\/div>\n                    <div class=\"text-body\">\n                         Nailsworth, Stroud, GL6 0BS                    <\/div>\n                                            <div class=\"text-body\">\n                            01403 799100                        <\/div>\n                                                        <\/div>\n                            <div \n                    class=\"country-site-office__card transition-colors flex flex-col gap-1 p-3 w-[300px] rounded-[5px]\"\n                    data-id=\"17382\"\n                >\n                    <h4 class=\"m-0 !text-link\">\n                        Lindstr\u00f6m Northampton                    <\/h4>\n                    <div class=\"text-body\">\n                        Unit 1 The I.O. Centre, Lodge Farm Industrial Estate                    <\/div>\n                    <div class=\"text-body\">\n                         Northampton, NN5 7UW                    <\/div>\n                                            <div class=\"text-body\">\n                            01403 799100                        <\/div>\n                                                        <\/div>\n                            <div \n                    class=\"country-site-office__card transition-colors flex flex-col gap-1 p-3 w-[300px] rounded-[5px]\"\n                    data-id=\"17383\"\n                >\n                    <h4 class=\"m-0 !text-link\">\n                        Lindstr\u00f6m Bradford                    <\/h4>\n                    <div class=\"text-body\">\n                        Royds Hall Lane                    <\/div>\n                    <div class=\"text-body\">\n                          Bradford, BD6 2NE                    <\/div>\n                                            <div class=\"text-body\">\n                            01274 736767                        <\/div>\n                                                        <\/div>\n                    <\/div>\n    <\/div>\n    <\/div>\n<\/div>\n\n\n    <\/div>\n<\/div>\n\n\n\n        <style>\n            .lindstrom-container--block_53ba2e553707003327d786f728945b94 {                \n                padding-top: 35px;\n                padding-bottom: 35px;\n            }\n\n            @media screen and (min-width: 768px) {\n                .lindstrom-container--block_53ba2e553707003327d786f728945b94 {\n                    padding-top: 75px;\n                    padding-bottom: 75px;\n                }\n            }\n        <\/style>\n    \n<div\n    class=\"lindstrom-container-wrapper lindstrom-container lindstrom-container--block_53ba2e553707003327d786f728945b94 \"\n    id=\"block_53ba2e553707003327d786f728945b94\"\n    style=\"background-color: #f4f4f4\"\n    >\n    <div class=\"lindstrom-container lindstrom-container--content items-stretch\">\n        \n\n            <div \n            id=\"Meet-Team\" \n            class=\"cta\"\n            style=\"justify-content: center; \n    margin-top:0px; \n    margin-bottom:35px; \"\n        >\n            <div class=\"cta__content\">\n                <div class=\"cta__title\" style=\"text-align: center\">\n                                    <\/div>\n                <div \n                    class=\"cta__description cta__description--medium\" \n                    style=\"color:#003F72; text-align: center\"\n                >\n                    <h2>Meet The Team<\/h2>                <\/div>\n                                            <\/div>\n        <\/div>\n    \n\n\n        <div\n        id=\"block_744fdf743be9b076d0e5228ffbeccd2a\"\n        class=\"country-site-team country-site-team--block_744fdf743be9b076d0e5228ffbeccd2a \"\n    >\n        <div class=\"country-site-team__wrapper\">\n                            <div class=\"flex flex-col items-center gap-1 p-3 text-center justify-self-center\">\n                    <img decoding=\"async\" \n                        class=\"mb-4 aspect-square w-20 lg:w-[200px] object-cover rounded-full\" \n                        src=\"https:\/\/d2ris6qfzcz0wn.cloudfront.net\/wp-content\/uploads\/sites\/10\/2024\/07\/Adam-Hunt-768x979.jpg\" \n                    \/>\n                    <h4 class=\"m-0 font-bold text-title-small\">\n                        Adam Hunt                    <\/h4>\n                    <div class=\"text-body\">\n                        HR Manager                    <\/div>\n                    <div class=\"font-bold text-link-small\">\n                        <a href=\"mailto:adam.hunt@lindstromgroup.com\">\n                            adam.hunt@lindstromgroup.com                        <\/a>\n                    <\/div>\n                <\/div>\n                            <div class=\"flex flex-col items-center gap-1 p-3 text-center justify-self-center\">\n                    <img decoding=\"async\" \n                        class=\"mb-4 aspect-square w-20 lg:w-[200px] object-cover rounded-full\" \n                        src=\"https:\/\/d2ris6qfzcz0wn.cloudfront.net\/wp-content\/uploads\/sites\/10\/2024\/03\/Screenshot-2024-07-11-101632.png\" \n                    \/>\n                    <h4 class=\"m-0 font-bold text-title-small\">\n                        Gary Donnison                    <\/h4>\n                    <div class=\"text-body\">\n                        National Sales Manager                    <\/div>\n                    <div class=\"font-bold text-link-small\">\n                        <a href=\"mailto:gary.donnison@lindstromgroup.com\">\n                            gary.donnison@lindstromgroup.com                        <\/a>\n                    <\/div>\n                <\/div>\n                            <div class=\"flex flex-col items-center gap-1 p-3 text-center justify-self-center\">\n                    <img decoding=\"async\" \n                        class=\"mb-4 aspect-square w-20 lg:w-[200px] object-cover rounded-full\" \n                        src=\"https:\/\/d2ris6qfzcz0wn.cloudfront.net\/wp-content\/uploads\/sites\/10\/2024\/07\/SC-photo-768x1024.jpg\" \n                    \/>\n                    <h4 class=\"m-0 font-bold text-title-small\">\n                        Sarah Conning                    <\/h4>\n                    <div class=\"text-body\">\n                        Customer Excellence Manager                    <\/div>\n                    <div class=\"font-bold text-link-small\">\n                        <a href=\"mailto:sarah.conning@lindstromgroup.com\">\n                            sarah.conning@lindstromgroup.com                        <\/a>\n                    <\/div>\n                <\/div>\n                            <div class=\"flex flex-col items-center gap-1 p-3 text-center justify-self-center\">\n                    <img decoding=\"async\" \n                        class=\"mb-4 aspect-square w-20 lg:w-[200px] object-cover rounded-full\" \n                        src=\"https:\/\/d2ris6qfzcz0wn.cloudfront.net\/wp-content\/uploads\/sites\/10\/2024\/07\/LA-Image.jpeg\" \n                    \/>\n                    <h4 class=\"m-0 font-bold text-title-small\">\n                        Luke Adair                    <\/h4>\n                    <div class=\"text-body\">\n                        Regional Sales Manager \u2013 North &#038; Scotland                    <\/div>\n                    <div class=\"font-bold text-link-small\">\n                        <a href=\"mailto:luke.adair@lindstromgroup.com\">\n                            luke.adair@lindstromgroup.com                        <\/a>\n                    <\/div>\n                <\/div>\n                            <div class=\"flex flex-col items-center gap-1 p-3 text-center justify-self-center\">\n                    <img decoding=\"async\" \n                        class=\"mb-4 aspect-square w-20 lg:w-[200px] object-cover rounded-full\" \n                        src=\"https:\/\/d2ris6qfzcz0wn.cloudfront.net\/wp-content\/uploads\/sites\/10\/2024\/09\/TP-768x768.jpg\" \n                    \/>\n                    <h4 class=\"m-0 font-bold text-title-small\">\n                        Tony Ponnou                    <\/h4>\n                    <div class=\"text-body\">\n                        Regional Sales Manager \u2013 South                    <\/div>\n                    <div class=\"font-bold text-link-small\">\n                        <a href=\"mailto:tony.ponnou@lindstromgroup.com\">\n                            tony.ponnou@lindstromgroup.com                        <\/a>\n                    <\/div>\n                <\/div>\n                            <div class=\"flex flex-col items-center gap-1 p-3 text-center justify-self-center\">\n                    <img decoding=\"async\" \n                        class=\"mb-4 aspect-square w-20 lg:w-[200px] object-cover rounded-full\" \n                        src=\"https:\/\/d2ris6qfzcz0wn.cloudfront.net\/wp-content\/uploads\/sites\/10\/2024\/10\/IanC-768x1015.jpg\" \n                    \/>\n                    <h4 class=\"m-0 font-bold text-title-small\">\n                        Ian Copeland                    <\/h4>\n                    <div class=\"text-body\">\n                        Operations Manager &#8211; Workwear                    <\/div>\n                    <div class=\"font-bold text-link-small\">\n                        <a href=\"mailto:ian.copeland@lindstromgroup.com\">\n                            ian.copeland@lindstromgroup.com                        <\/a>\n                    <\/div>\n                <\/div>\n                            <div class=\"flex flex-col items-center gap-1 p-3 text-center justify-self-center\">\n                    <img decoding=\"async\" \n                        class=\"mb-4 aspect-square w-20 lg:w-[200px] object-cover rounded-full\" \n                        src=\"https:\/\/d2ris6qfzcz0wn.cloudfront.net\/wp-content\/uploads\/sites\/10\/2024\/07\/Shaina-Hill.jpg\" \n                    \/>\n                    <h4 class=\"m-0 font-bold text-title-small\">\n                        Shaina Hill                    <\/h4>\n                    <div class=\"text-body\">\n                        Customer Service Manager &#8211; Workwear                    <\/div>\n                    <div class=\"font-bold text-link-small\">\n                        <a href=\"mailto:shaina.hill@lindstromgroup.com\">\n                            shaina.hill@lindstromgroup.com                        <\/a>\n                    <\/div>\n                <\/div>\n                            <div class=\"flex flex-col items-center gap-1 p-3 text-center justify-self-center\">\n                    <img decoding=\"async\" \n                        class=\"mb-4 aspect-square w-20 lg:w-[200px] object-cover rounded-full\" \n                        src=\"https:\/\/d2ris6qfzcz0wn.cloudfront.net\/wp-content\/uploads\/sites\/10\/2024\/10\/joB.jpg\" \n                    \/>\n                    <h4 class=\"m-0 font-bold text-title-small\">\n                        Jo Barraclough\u00a0                    <\/h4>\n                    <div class=\"text-body\">\n                        Customer Service Manager &#8211; Wipers, North                    <\/div>\n                    <div class=\"font-bold text-link-small\">\n                        <a href=\"mailto:jo.barraclough@lindstromgroup.com\">\n                            jo.barraclough@lindstromgroup.com                        <\/a>\n                    <\/div>\n                <\/div>\n                            <div class=\"flex flex-col items-center gap-1 p-3 text-center justify-self-center\">\n                    <img decoding=\"async\" \n                        class=\"mb-4 aspect-square w-20 lg:w-[200px] object-cover rounded-full\" \n                        src=\"https:\/\/d2ris6qfzcz0wn.cloudfront.net\/wp-content\/uploads\/sites\/10\/2024\/10\/Julie.jpg\" \n                    \/>\n                    <h4 class=\"m-0 font-bold text-title-small\">\n                        Julie Britland                    <\/h4>\n                    <div class=\"text-body\">\n                        Customer Service Manager &#8211; Wipers, South                    <\/div>\n                    <div class=\"font-bold text-link-small\">\n                        <a href=\"mailto:julie.britland@lindstromgroup.com\">\n                            julie.britland@lindstromgroup.com                        <\/a>\n                    <\/div>\n                <\/div>\n                    <\/div>\n    <\/div>\n    \n\n    <\/div>\n<\/div>\n\n\n\n<hr class=\"wp-block-separator has-text-color has-grey-25-color has-alpha-channel-opacity has-grey-25-background-color has-background is-style-wide\" style=\"margin-top:0;margin-bottom:0\"\/>\n\n\n\n        <style>\n            .lindstrom-container--block_0bede923aaf3d5c6ce7c5cc8ccc87ba6 {                \n                padding-top: 35px;\n                padding-bottom: 35px;\n            }\n\n            @media screen and (min-width: 768px) {\n                .lindstrom-container--block_0bede923aaf3d5c6ce7c5cc8ccc87ba6 {\n                    padding-top: 75px;\n                    padding-bottom: 75px;\n                }\n            }\n        <\/style>\n    \n<div\n    class=\"lindstrom-container-wrapper lindstrom-container lindstrom-container--block_0bede923aaf3d5c6ce7c5cc8ccc87ba6 \"\n    id=\"block_0bede923aaf3d5c6ce7c5cc8ccc87ba6\"\n    style=\"background-color: #f2f2f2\"\n    >\n    <div class=\"lindstrom-container lindstrom-container--content items-stretch\">\n        \n\n            <div \n            id=\"Head-Office\" \n            class=\"cta\"\n            style=\"justify-content: center; \n    margin-top:0px; \n    margin-bottom:0px; \"\n        >\n            <div class=\"cta__content\">\n                <div class=\"cta__title\" style=\"text-align: center\">\n                    Our Head Office                <\/div>\n                <div \n                    class=\"cta__description cta__description--small\" \n                    style=\"color:#222222; text-align: center\"\n                >\n                    <h2>Lindstr\u00f6m Group Head Office<\/h2>                <\/div>\n                                    <div class=\"cta__subdescription\" style=\"text-align: center\">\n                        <p>Hermannin rantatie 8<br \/>\n00580 Helsinki<br \/>\nFinland<br \/>\nTel. +358 20 111 600<br \/>\nFax +358 20 111 601<\/p>\n                    <\/div>\n                                                    <div class=\"cta__buttons\" style=\"justify-content: center\">\n                                                <div class=\"cta__button\">\n                                <a href=\"https:\/\/lindstromgroup.com\">\n                                    Visit our group webpage                                <\/a>\n                            <\/div>\n                                                                <\/div>\n                            <\/div>\n        <\/div>\n    \n\n    <\/div>\n<\/div>\n\n\n\n        <style>\n            .lindstrom-container--block_61ee10cc8c9698a8b0dc2114b52ffbcc {                \n                padding-top: 35px;\n                padding-bottom: 35px;\n            }\n\n            @media screen and (min-width: 768px) {\n                .lindstrom-container--block_61ee10cc8c9698a8b0dc2114b52ffbcc {\n                    padding-top: 75px;\n                    padding-bottom: 75px;\n                }\n            }\n        <\/style>\n    \n<div\n    class=\"lindstrom-container-wrapper lindstrom-container lindstrom-container--block_61ee10cc8c9698a8b0dc2114b52ffbcc \"\n    id=\"block_61ee10cc8c9698a8b0dc2114b52ffbcc\"\n    style=\"background-color: #ffffff\"\n    >\n    <div class=\"lindstrom-container lindstrom-container--content items-stretch\">\n        \n\n            <div id=\"block_e4e7aec8fe0db88aca026f9f5ad864a0\" class=\"colored-links colored-links--block_e4e7aec8fe0db88aca026f9f5ad864a0 \">\n            <div class=\"flex flex-col lg:flex-row flex-wrap gap-3\">\n                                                            <a \n                            href=\"https:\/\/lindstromgroup.com\/uk\/why-rent\/customer-stories\/\"\n                            target=\"_self\"\n                            class=\"flex items-center gap-3 flex-1 !text-white hover:!text-white font-bold px-5 py-3 rounded-[5px] !no-underline cursor-pointer colored__link links-per-row-3\"\n                            style=\"background-color: #006f86;\">\n                                <span class=\"text-title-small flex-1\">Customer Stories<\/span>\n                                <span class=\"material-symbols-outlined !text-[50px]\">\n                                    arrow_circle_right\n                                <\/span>\n                        <\/a>    \n                                                                                <a \n                            href=\"https:\/\/lindstromgroup.com\/uk\/about-lindstrom\/faq\/\"\n                            target=\"_self\"\n                            class=\"flex items-center gap-3 flex-1 !text-white hover:!text-white font-bold px-5 py-3 rounded-[5px] !no-underline cursor-pointer colored__link links-per-row-3\"\n                            style=\"background-color: #bd5a00;\">\n                                <span class=\"text-title-small flex-1\">FAQ<\/span>\n                                <span class=\"material-symbols-outlined !text-[50px]\">\n                                    arrow_circle_right\n                                <\/span>\n                        <\/a>    \n                                                                                <a \n                            href=\"https:\/\/lindstromgroup.com\/uk\/about-lindstrom\/news-and-insights\/\"\n                            target=\"_self\"\n                            class=\"flex items-center gap-3 flex-1 !text-white hover:!text-white font-bold px-5 py-3 rounded-[5px] !no-underline cursor-pointer colored__link links-per-row-3\"\n                            style=\"background-color: #ca005d;\">\n                                <span class=\"text-title-small flex-1\">News and Insights<\/span>\n                                <span class=\"material-symbols-outlined !text-[50px]\">\n                                    arrow_circle_right\n                                <\/span>\n                        <\/a>    \n                                                                                <a \n                            href=\"https:\/\/lindstromgroup.com\/uk\/why-rent\/sustainability\/\"\n                            target=\"_self\"\n                            class=\"flex items-center gap-3 flex-1 !text-white hover:!text-white font-bold px-5 py-3 rounded-[5px] !no-underline cursor-pointer colored__link links-per-row-3\"\n                            style=\"background-color: #578200;\">\n                                <span class=\"text-title-small flex-1\">Sustainability<\/span>\n                                <span class=\"material-symbols-outlined !text-[50px]\">\n                                    arrow_circle_right\n                                <\/span>\n                        <\/a>    \n                                                                                <a \n                            href=\"https:\/\/lindstromgroup.com\/uk\/about-lindstrom\/faq\/\"\n                            target=\"_self\"\n                            class=\"flex items-center gap-3 flex-1 !text-white hover:!text-white font-bold px-5 py-3 rounded-[5px] !no-underline cursor-pointer colored__link links-per-row-3\"\n                            style=\"background-color: #7c109a;\">\n                                <span class=\"text-title-small flex-1\">Frequently Asked Questions<\/span>\n                                <span class=\"material-symbols-outlined !text-[50px]\">\n                                    arrow_circle_right\n                                <\/span>\n                        <\/a>    \n                                     \n            <\/div>\n        <\/div>\n    \n\n    <\/div>\n<\/div>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":14,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":true,"inline_featured_image":false,"_eb_attr":"","site-sidebar-layout":"default","site-content-layout":"","ast-site-content-layout":"default","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"set","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"footnotes":""},"coauthors":[20],"class_list":["post-19","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.2 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Contact us | Lindstr\u00f6m UK<\/title>\n<meta name=\"description\" content=\"Have questions? Contact Lindstr\u00f6m UK for inquiries about our workwear rental, laundry services, and industrial solutions. Our team is ready to assist you.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Contact us | Lindstr\u00f6m UK\" \/>\n<meta property=\"og:description\" content=\"Have questions? Contact Lindstr\u00f6m UK for inquiries about our workwear rental, laundry services, and industrial solutions. Our team is ready to assist you.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/lindstromgroup.com\/uk\/contact-us\/\" \/>\n<meta property=\"og:site_name\" content=\"Lindstr\u00f6m UK\" \/>\n<meta property=\"article:modified_time\" content=\"2025-11-25T13:38:17+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n\t<meta name=\"twitter:label2\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data2\" content=\"Lindstr\u00f6m Group\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/lindstromgroup.com\/uk\/contact-us\/\",\"url\":\"https:\/\/lindstromgroup.com\/uk\/contact-us\/\",\"name\":\"Contact us | Lindstr\u00f6m UK\",\"isPartOf\":{\"@id\":\"https:\/\/lindstromgroup.com\/uk\/#website\"},\"datePublished\":\"2023-10-19T10:26:42+00:00\",\"dateModified\":\"2025-11-25T13:38:17+00:00\",\"description\":\"Have questions? Contact Lindstr\u00f6m UK for inquiries about our workwear rental, laundry services, and industrial solutions. Our team is ready to assist you.\",\"breadcrumb\":{\"@id\":\"https:\/\/lindstromgroup.com\/uk\/contact-us\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/lindstromgroup.com\/uk\/contact-us\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/lindstromgroup.com\/uk\/contact-us\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/lindstromgroup.com\/uk\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Contact us\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/lindstromgroup.com\/uk\/#website\",\"url\":\"https:\/\/lindstromgroup.com\/uk\/\",\"name\":\"Lindstr\u00f6m UK\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/lindstromgroup.com\/uk\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/lindstromgroup.com\/uk\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/lindstromgroup.com\/uk\/#organization\",\"name\":\"Lindstr\u00f6m UK\",\"url\":\"https:\/\/lindstromgroup.com\/uk\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/lindstromgroup.com\/uk\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/d2ris6qfzcz0wn.cloudfront.net\/wp-content\/uploads\/sites\/10\/2023\/10\/Logo512.png\",\"contentUrl\":\"https:\/\/d2ris6qfzcz0wn.cloudfront.net\/wp-content\/uploads\/sites\/10\/2023\/10\/Logo512.png\",\"width\":512,\"height\":109,\"caption\":\"Lindstr\u00f6m UK\"},\"image\":{\"@id\":\"https:\/\/lindstromgroup.com\/uk\/#\/schema\/logo\/image\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Contact us | Lindstr\u00f6m UK","description":"Have questions? Contact Lindstr\u00f6m UK for inquiries about our workwear rental, laundry services, and industrial solutions. Our team is ready to assist you.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"og_locale":"en_GB","og_type":"article","og_title":"Contact us | Lindstr\u00f6m UK","og_description":"Have questions? Contact Lindstr\u00f6m UK for inquiries about our workwear rental, laundry services, and industrial solutions. Our team is ready to assist you.","og_url":"https:\/\/lindstromgroup.com\/uk\/contact-us\/","og_site_name":"Lindstr\u00f6m UK","article_modified_time":"2025-11-25T13:38:17+00:00","twitter_card":"summary_large_image","twitter_misc":{"Estimated reading time":"1 minute","Written by":"Lindstr\u00f6m Group"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/lindstromgroup.com\/uk\/contact-us\/","url":"https:\/\/lindstromgroup.com\/uk\/contact-us\/","name":"Contact us | Lindstr\u00f6m UK","isPartOf":{"@id":"https:\/\/lindstromgroup.com\/uk\/#website"},"datePublished":"2023-10-19T10:26:42+00:00","dateModified":"2025-11-25T13:38:17+00:00","description":"Have questions? Contact Lindstr\u00f6m UK for inquiries about our workwear rental, laundry services, and industrial solutions. Our team is ready to assist you.","breadcrumb":{"@id":"https:\/\/lindstromgroup.com\/uk\/contact-us\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/lindstromgroup.com\/uk\/contact-us\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/lindstromgroup.com\/uk\/contact-us\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/lindstromgroup.com\/uk\/"},{"@type":"ListItem","position":2,"name":"Contact us"}]},{"@type":"WebSite","@id":"https:\/\/lindstromgroup.com\/uk\/#website","url":"https:\/\/lindstromgroup.com\/uk\/","name":"Lindstr\u00f6m UK","description":"","publisher":{"@id":"https:\/\/lindstromgroup.com\/uk\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/lindstromgroup.com\/uk\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"},{"@type":"Organization","@id":"https:\/\/lindstromgroup.com\/uk\/#organization","name":"Lindstr\u00f6m UK","url":"https:\/\/lindstromgroup.com\/uk\/","logo":{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/lindstromgroup.com\/uk\/#\/schema\/logo\/image\/","url":"https:\/\/d2ris6qfzcz0wn.cloudfront.net\/wp-content\/uploads\/sites\/10\/2023\/10\/Logo512.png","contentUrl":"https:\/\/d2ris6qfzcz0wn.cloudfront.net\/wp-content\/uploads\/sites\/10\/2023\/10\/Logo512.png","width":512,"height":109,"caption":"Lindstr\u00f6m UK"},"image":{"@id":"https:\/\/lindstromgroup.com\/uk\/#\/schema\/logo\/image\/"}}]}},"publishpress_future_workflow_manual_trigger":{"enabledWorkflows":[]},"distributor_meta":false,"distributor_terms":false,"distributor_media":false,"distributor_original_site_name":"Lindstr\u00f6m UK","distributor_original_site_url":"https:\/\/lindstromgroup.com\/uk","push-errors":false,"_links":{"self":[{"href":"https:\/\/lindstromgroup.com\/uk\/wp-json\/wp\/v2\/pages\/19","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lindstromgroup.com\/uk\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/lindstromgroup.com\/uk\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/lindstromgroup.com\/uk\/wp-json\/wp\/v2\/users\/14"}],"replies":[{"embeddable":true,"href":"https:\/\/lindstromgroup.com\/uk\/wp-json\/wp\/v2\/comments?post=19"}],"version-history":[{"count":0,"href":"https:\/\/lindstromgroup.com\/uk\/wp-json\/wp\/v2\/pages\/19\/revisions"}],"wp:attachment":[{"href":"https:\/\/lindstromgroup.com\/uk\/wp-json\/wp\/v2\/media?parent=19"}],"wp:term":[{"taxonomy":"author","embeddable":true,"href":"https:\/\/lindstromgroup.com\/uk\/wp-json\/wp\/v2\/coauthors?post=19"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}