{"id":3558,"date":"2023-08-31T16:50:58","date_gmt":"2024-06-06T13:34:30","guid":{"rendered":"https:\/\/ukbodytalkstag.wpengine.com\/?page_id=3165"},"modified":"2024-08-09T13:53:53","modified_gmt":"2024-08-09T12:53:53","slug":"our-story","status":"publish","type":"page","link":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/our-story\/","title":{"rendered":"Our Story"},"content":{"rendered":"<style>\/*\nConverts a pixel value to matching rem value. *Any* value passed, regardless of unit, is assumed to be a pixel value. By default, the base pixel value used to calculate the rem value is taken from the `$global-font-size` variable.\n@access private\n@param {Number} $value - Pixel value to convert.\n@param {Number} $base [null] - Base for pixel conversion.\n@returns {Number} A number in rems, calculated based on the given value and the base pixel value. rem values are passed through as is.\n*\/\n\/*\nRemoves the unit (e.g. px, em, rem) from a value, returning the number only.\n@param {Number} $num - Number to strip unit from.\n@returns {Number} The same number, sans unit.\n*\/\n\/*\nConverts one or more pixel values into matching rem values.\n@param {Number|List} $values - One or more values to convert. Be sure to separate them with spaces and not commas. If you need to convert a comma-separated list, wrap the list in parentheses.\n@param {Number} $base [null] - The base value to use when calculating the `rem`. If you're using Foundation out of the box, this is 16px. If this parameter is `null`, the function will reference the `$base-font-size` variable as the base.\n@returns {List} A list of converted values.\n*\/\n\/**\n * Contrast\n *\/\n\/**\n*\tBasic link hover function\n*\/\n\/*\n* Fluid Type function\n*\/\n\/*\n* Breakpoint Handler\n* @usage: respond-to('tablet_small') { ... } to target 'tablet_small' and aboe\n*\/\n\/*\n* Grid Layout\n*\/\n\/*\n* Responsive Type mixins\n*\/\n\/*\n* Helpers\n*\/\n.hero {\n  position: relative;\n  background-color: var(--black);\n  overflow: hidden;\n}\n.hero:before, .hero:after {\n  content: \"\";\n  position: absolute;\n  z-index: 3;\n  pointer-events: none;\n  -webkit-user-select: none;\n     -moz-user-select: none;\n      -ms-user-select: none;\n          user-select: none;\n}\n@media only screen and (min-width: 992px) {\n  .hero.tall-landing-hero {\n    height: 80vh;\n  }\n}\n.hero:before {\n  top: 0;\n  left: 0;\n  right: 0;\n  border-radius: 40px 0 0;\n  border-top: 1px solid rgba(255, 255, 255, 0.3);\n  border-left: 1px solid rgba(255, 255, 255, 0.3);\n}\n@media (min-width: 769px) {\n  .hero:before {\n    bottom: 30%;\n    left: 35px;\n  }\n}\n.hero:after {\n  bottom: 1%;\n  height: 29%;\n  width: 50px;\n  left: -14px;\n  border-radius: 0 0 40px 0;\n  border-right: 1px solid rgba(255, 255, 255, 0.3);\n  border-bottom: 1px solid rgba(255, 255, 255, 0.3);\n  display: none;\n}\n@media (min-width: 769px) {\n  .hero:after {\n    display: block;\n  }\n}\n.hero__subheading {\n  font-size: 12px;\n}\n@media only screen and (min-width: 320px) {\n  .hero__subheading {\n    font-size: calc(12px + 4 * (100vw - 320px) \/ (1720 - 320));\n  }\n}\n@media only screen and (min-width: 1720px) {\n  .hero__subheading {\n    font-size: 16px;\n  }\n}\n.hero__subheading {\n  font-weight: 800;\n  letter-spacing: 0.05em;\n  text-transform: uppercase;\n  line-height: 1.6;\n  display: block;\n  margin-bottom: 16px;\n  color: var(--white);\n  opacity: 0.001;\n  -webkit-animation: reveal-down 2s ease 0.1s forwards;\n          animation: reveal-down 2s ease 0.1s forwards;\n}\n.hero__heading {\n  font-size: 26px;\n}\n@media only screen and (min-width: 320px) {\n  .hero__heading {\n    font-size: calc(26px + 28 * (100vw - 320px) \/ (1720 - 320));\n  }\n}\n@media only screen and (min-width: 1720px) {\n  .hero__heading {\n    font-size: 54px;\n  }\n}\n.hero__heading {\n  font-weight: 800;\n  text-transform: uppercase;\n  letter-spacing: 0.1em;\n  line-height: 1;\n  word-break: break-word;\n  color: var(--white);\n  opacity: 0.001;\n  -webkit-animation: reveal-down 2s ease 0.4s forwards;\n          animation: reveal-down 2s ease 0.4s forwards;\n}\n@media (min-width: 530px) {\n  .hero__heading {\n    padding-right: 5%;\n  }\n}\n.hero__heading > span {\n  color: var(--aqua);\n}\n.hero__lede {\n  opacity: 0.001;\n  -webkit-animation: reveal-down 2s ease 0.7s forwards;\n          animation: reveal-down 2s ease 0.7s forwards;\n}\n.hero__lede p {\n  color: var(--white);\n}\n.hero__cta {\n  font-size: 14px;\n}\n@media only screen and (min-width: 320px) {\n  .hero__cta {\n    font-size: calc(14px + 4 * (100vw - 320px) \/ (1720 - 320));\n  }\n}\n@media only screen and (min-width: 1720px) {\n  .hero__cta {\n    font-size: 18px;\n  }\n}\n.hero__cta {\n  line-height: 1.6;\n  border: 0;\n  background: none;\n  outline: none;\n  padding: 0;\n  -webkit-appearance: none;\n     -moz-appearance: none;\n          appearance: none;\n  font-weight: 500;\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  -webkit-box-align: center;\n      -ms-flex-align: center;\n          align-items: center;\n  -webkit-column-gap: 16px;\n     -moz-column-gap: 16px;\n          column-gap: 16px;\n  cursor: pointer;\n}\n.hero__cta:hover {\n  color: var(--white);\n}\n.hero__cta:hover > span {\n  background-color: var(--magenta);\n  border-color: var(--magenta);\n}\n.hero__cta > span {\n  width: 32px;\n  height: 32px;\n  display: block;\n  border: 1px solid var(--white);\n  border-radius: 50%;\n  background-image: url(\"\/wp-content\/themes\/bodytalk\/assets\/images\/arrow-right-white.svg\");\n  background-repeat: no-repeat;\n  background-size: 11px 10px;\n  background-position: 10px center;\n  background-color: transparent;\n  -webkit-transition: all 0.3s linear;\n  transition: all 0.3s linear;\n}\n@media (min-width: 1200px) {\n  .hero__cta > span {\n    width: 50px;\n    height: 50px;\n    background-size: 17px 16px;\n    background-position: 16px center;\n  }\n}\n.hero__cta {\n  color: var(--white);\n  text-decoration: none;\n}\n.hero__cta > span {\n  -webkit-transform: rotate(90deg);\n          transform: rotate(90deg);\n}\n.hero__lede + .button, .hero__cta,\n.hero .inline-buttons {\n  opacity: 0.001;\n  -webkit-animation: reveal-down 2s ease 1s forwards;\n          animation: reveal-down 2s ease 1s forwards;\n}\n.hero__bg-image {\n  position: absolute;\n  top: 0;\n  left: 0;\n  width: 100%;\n  height: 100%;\n  -o-object-fit: cover;\n     object-fit: cover;\n  z-index: 0;\n  overflow: hidden;\n}\n.hero__bg-image:before {\n  position: absolute;\n  top: 0;\n  left: 0;\n  width: 100%;\n  height: 100%;\n  -o-object-fit: cover;\n     object-fit: cover;\n  position: absolute;\n  top: 0;\n  left: 0;\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n  content: \"\";\n  z-index: 1;\n  background: linear-gradient(45deg, #181422 20%, rgba(24, 20, 34, 0) 90%);\n  content: \"\";\n  opacity: 0.6;\n}\n.hero__bg-image img {\n  position: absolute;\n  top: 0;\n  left: 0;\n  width: 100%;\n  height: 100%;\n  -o-object-fit: cover;\n     object-fit: cover;\n  opacity: 0.5;\n}\n.hero__bg-video {\n  position: absolute;\n  top: 0;\n  left: 0;\n  width: 100%;\n  height: 100%;\n  -o-object-fit: cover;\n     object-fit: cover;\n  z-index: 0;\n}\n.hero__bg-video:before {\n  position: absolute;\n  top: 0;\n  left: 0;\n  width: 100%;\n  height: 100%;\n  -o-object-fit: cover;\n     object-fit: cover;\n  position: absolute;\n  top: 0;\n  left: 0;\n  width: 100%;\n  height: 100%;\n  object-fit: cover;\n  content: \"\";\n  z-index: 1;\n  background: linear-gradient(45deg, #181422 20%, rgba(24, 20, 34, 0) 90%);\n  content: \"\";\n}\n.hero__bg-video video,\n.hero__bg-video iframe {\n  position: absolute;\n  top: 0;\n  left: 0;\n  width: 100%;\n  height: 100%;\n  -o-object-fit: cover;\n     object-fit: cover;\n  opacity: 0.8;\n}\n.hero__inset {\n  position: relative;\n  padding-top: 56px;\n  opacity: 0.001;\n  -webkit-animation: reveal-down 2s ease 1.3s forwards;\n          animation: reveal-down 2s ease 1.3s forwards;\n}\n@media (min-width: 1023px) {\n  .hero__inset {\n    padding-top: 0;\n  }\n}\n.hero__inset > .video, .hero__inset > picture {\n  position: relative;\n  left: 0;\n  width: 100%;\n  z-index: 100;\n}\n@media (min-width: 1023px) {\n  .hero__inset > .video, .hero__inset > picture {\n    height: 115%;\n    position: absolute;\n    top: 50%;\n    -webkit-transform: translate3d(0, -50%, 0);\n            transform: translate3d(0, -50%, 0);\n  }\n}\n.hero__inset > .video img, .hero__inset > picture img {\n  width: auto;\n  height: 100%;\n}\n.hero__inset > picture {\n  border-radius: 16px;\n  overflow: hidden;\n  -webkit-mask-image: -webkit-radial-gradient(white, black);\n}\n.hero .grid-container {\n  z-index: 2;\n}\n.hero .breadcrumbs {\n  padding: 16px 0 32px;\n}\n@media (min-width: 769px) {\n  .hero .breadcrumbs {\n    padding: 32px 0;\n    margin-bottom: 32px;\n  }\n}\n.hero .breadcrumbs li,\n.hero .breadcrumbs a,\n.hero .breadcrumbs span {\n  color: var(--white);\n}\n.hero a:not(.button) {\n  border-bottom-color: var(--white);\n}\n.hero .inline-buttons {\n  -webkit-box-orient: horizontal;\n  -webkit-box-direction: normal;\n      -ms-flex-direction: row;\n          flex-direction: row;\n  -ms-flex-wrap: wrap;\n      flex-wrap: wrap;\n  -webkit-box-align: start;\n      -ms-flex-align: start;\n          align-items: flex-start;\n}\n.hero .inline-buttons .button {\n  width: 100%;\n}\n.hero--home {\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  -webkit-box-align: center;\n      -ms-flex-align: center;\n          align-items: center;\n  padding: 140px 0 80px;\n  min-height: 41.125rem;\n}\n@media (min-width: 768px) {\n  .hero--home {\n    min-height: 51.25rem;\n  }\n}\n@media (min-width: 1024px) {\n  .hero--home {\n    min-height: 44.375rem;\n  }\n}\n.hero--home.hero--home__first-block {\n  top: -70px;\n  margin-bottom: -70px;\n}\n@media (min-width: 1200px) {\n  .hero--home.hero--home__first-block {\n    padding: 180px 0 100px;\n    top: -90px;\n    margin-bottom: -90px;\n  }\n}\n.hero--home:before {\n  top: 70px;\n}\n@media (min-width: 1200px) {\n  .hero--home:before {\n    top: 90px;\n  }\n}\n.hero--home .hero__heading {\n  margin-bottom: 25px;\n}\n.hero--home .hero__lede {\n  font-size: 18px;\n}\n@media only screen and (min-width: 320px) {\n  .hero--home .hero__lede {\n    font-size: calc(18px + 6 * (100vw - 320px) \/ (1720 - 320));\n  }\n}\n@media only screen and (min-width: 1720px) {\n  .hero--home .hero__lede {\n    font-size: 24px;\n  }\n}\n.hero--home .hero__lede {\n  line-height: 1.4;\n  color: var(--white);\n  margin-bottom: 50px;\n}\n.hero--home .hero__bg-video {\n  height: calc(100% + 90px);\n  top: -90px;\n}\n.hero--landing {\n  height: auto;\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  -webkit-box-orient: vertical;\n  -webkit-box-direction: normal;\n      -ms-flex-direction: column;\n          flex-direction: column;\n  -webkit-box-pack: justify;\n      -ms-flex-pack: justify;\n          justify-content: space-between;\n  padding: 70px 0 30px;\n  top: -70px;\n  margin-bottom: -70px;\n}\n@media (min-width: 1200px) {\n  .hero--landing {\n    min-height: 37.5rem;\n    max-height: 80vh;\n  }\n}\n.hero--landing.block:not([class*=pad-]):not([class*=m-]) {\n  padding: 70px 0 56px;\n}\n@media (min-width: 1200px) {\n  .hero--landing.block:not([class*=pad-]):not([class*=m-]) {\n    padding: 90px 0 56px;\n  }\n}\n@media (min-width: 1200px) {\n  .hero--landing {\n    padding: 90px 0 56px;\n    top: -90px;\n    margin-bottom: -90px;\n  }\n}\n.hero--landing:before {\n  top: 70px;\n}\n@media (min-width: 1200px) {\n  .hero--landing:before {\n    top: 90px;\n  }\n}\n.hero--landing .row {\n  display: block;\n}\n@media (min-width: 1200px) {\n  .hero--landing .row {\n    display: -webkit-box;\n    display: -ms-flexbox;\n    display: flex;\n    -webkit-box-align: end;\n        -ms-flex-align: end;\n            align-items: flex-end;\n  }\n}\n.hero--landing .hero__heading {\n  margin-bottom: 32px;\n}\n@media (min-width: 1200px) {\n  .hero--landing .hero__heading {\n    margin-bottom: 0;\n  }\n}\n.hero--landing .hero__lede {\n  font-size: 14px;\n}\n@media only screen and (min-width: 320px) {\n  .hero--landing .hero__lede {\n    font-size: calc(14px + 4 * (100vw - 320px) \/ (1720 - 320));\n  }\n}\n@media only screen and (min-width: 1720px) {\n  .hero--landing .hero__lede {\n    font-size: 18px;\n  }\n}\n.hero--landing .hero__lede {\n  line-height: 1.6;\n  color: var(--white);\n}\n.hero--landing .hero__lede + .hero__cta {\n  margin-top: 32px;\n}\n.hero--sub-landing {\n  border-radius: 0 0 40px 40px;\n  padding: 100px 0 30px;\n  overflow: visible;\n  top: -90px;\n}\n@media (min-width: 530px) {\n  .hero--sub-landing {\n    padding: 100px 0 60px;\n  }\n}\n@media (min-width: 769px) {\n  .hero--sub-landing {\n    padding: 90px 0;\n  }\n}\n.hero--sub-landing:before {\n  top: 90px;\n}\n@media (min-width: 769px) {\n  .hero--sub-landing:before {\n    bottom: 0;\n  }\n}\n.hero--sub-landing:after {\n  display: none;\n}\n.hero--sub-landing .hero__heading {\n  margin-bottom: 16px;\n}\n.hero--sub-landing .inline-buttons {\n  margin-top: 3rem;\n}\n.hero--sub-landing .hero__lede + .inline-buttons,\n.hero--sub-landing .wysiwyg + .inline-buttons {\n  margin-top: 0;\n}\n.hero--sub-landing .hero__lede-container * {\n  color: #fff;\n}\n.hero--sub-landing .hero__lede,\n.hero--sub-landing .wysiwyg {\n  font-size: 14px;\n}\n@media only screen and (min-width: 320px) {\n  .hero--sub-landing .hero__lede,\n  .hero--sub-landing .wysiwyg {\n    font-size: calc(14px + 4 * (100vw - 320px) \/ (1720 - 320));\n  }\n}\n@media only screen and (min-width: 1720px) {\n  .hero--sub-landing .hero__lede,\n  .hero--sub-landing .wysiwyg {\n    font-size: 18px;\n  }\n}\n.hero--sub-landing .hero__lede,\n.hero--sub-landing .wysiwyg {\n  line-height: 1.6;\n  color: var(--white);\n  margin-bottom: 48px;\n}\n.hero--sub-landing .hero__bg-image {\n  border-radius: 0 0 40px 40px;\n  overflow: hidden;\n  -webkit-mask-image: -webkit-radial-gradient(white, black);\n  height: calc(100% + 90px);\n  top: -90px;\n}\n.hero--sub-landing .cpd_logo {\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  -webkit-box-orient: vertical;\n  -webkit-box-direction: normal;\n      -ms-flex-direction: column;\n          flex-direction: column;\n  -webkit-box-align: start;\n      -ms-flex-align: start;\n          align-items: flex-start;\n  -webkit-box-pack: center;\n      -ms-flex-pack: center;\n          justify-content: center;\n  padding: 2rem 1rem 0;\n}\n@media (min-width: 768px) {\n  .hero--sub-landing .cpd_logo {\n    -webkit-box-align: end;\n        -ms-flex-align: end;\n            align-items: flex-end;\n    -webkit-box-pack: end;\n        -ms-flex-pack: end;\n            justify-content: flex-end;\n  }\n}\n.hero--sub-landing .cpd_logo svg {\n  max-width: 6.125rem;\n  aspect-ratio: 196\/104;\n}\n@media (min-width: 768px) {\n  .hero--sub-landing .cpd_logo svg {\n    max-width: 12.25rem;\n  }\n}\n.hero--sub-landing .hero__solutions-row {\n  color: #fff;\n  margin-top: 2rem;\n  gap: 2rem 0;\n  opacity: 0.001;\n  -webkit-animation: reveal-down 2s ease 1.5s forwards;\n          animation: reveal-down 2s ease 1.5s forwards;\n}\n@media (min-width: 768px) {\n  .hero--sub-landing .hero__solutions-row {\n    gap: 0;\n    margin-top: 3.75rem;\n  }\n}\n@media (min-width: 1024px) {\n  .hero--sub-landing .hero__solutions-row {\n    margin-top: 8.125rem;\n  }\n}\n.hero--sub-landing .hero__solutions-row .title {\n  font-size: 18px;\n}\n@media only screen and (min-width: 320px) {\n  .hero--sub-landing .hero__solutions-row .title {\n    font-size: calc(18px + 14 * (100vw - 320px) \/ (1720 - 320));\n  }\n}\n@media only screen and (min-width: 1720px) {\n  .hero--sub-landing .hero__solutions-row .title {\n    font-size: 32px;\n  }\n}\n.hero--sub-landing .hero__solutions-row .title {\n  line-height: 1.25;\n  font-weight: 600;\n  margin-bottom: 1rem;\n}\n.hero--sub-landing .hero__solutions-row ol,\n.hero--sub-landing .hero__solutions-row ul {\n  font-size: 14px;\n}\n@media only screen and (min-width: 320px) {\n  .hero--sub-landing .hero__solutions-row ol,\n  .hero--sub-landing .hero__solutions-row ul {\n    font-size: calc(14px + 4 * (100vw - 320px) \/ (1720 - 320));\n  }\n}\n@media only screen and (min-width: 1720px) {\n  .hero--sub-landing .hero__solutions-row ol,\n  .hero--sub-landing .hero__solutions-row ul {\n    font-size: 18px;\n  }\n}\n.hero--sub-landing .hero__solutions-row ol,\n.hero--sub-landing .hero__solutions-row ul {\n  line-height: 1.6;\n}\n.hero--sub-landing .hero__solutions-row ol {\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  -webkit-box-orient: vertical;\n  -webkit-box-direction: normal;\n      -ms-flex-direction: column;\n          flex-direction: column;\n  padding-left: 0;\n  gap: 0.5rem 0;\n  list-style-type: none;\n}\n.hero--sub-landing .hero__solutions-row ol ::marker {\n  color: #E60665;\n  font-weight: 700;\n}\n.hero--sub-landing .hero__solutions-row ol li {\n  background-image: url(\"data:image\/svg+xml,%3Csvg clip-rule='evenodd' fill-rule='evenodd' stroke-linejoin='round' stroke-miterlimit='2' viewBox='0 0 24 24' xmlns='http:\/\/www.w3.org\/2000\/svg' fill='%23E60665'%3E%3Cpath d='m11.998 2.005c5.517 0 9.997 4.48 9.997 9.997 0 5.518-4.48 9.998-9.997 9.998-5.518 0-9.998-4.48-9.998-9.998 0-5.517 4.48-9.997 9.998-9.997zm-5.049 10.386 3.851 3.43c.142.128.321.19.499.19.202 0 .405-.081.552-.242l5.953-6.509c.131-.143.196-.323.196-.502 0-.41-.331-.747-.748-.747-.204 0-.405.082-.554.243l-5.453 5.962-3.298-2.938c-.144-.127-.321-.19-.499-.19-.415 0-.748.335-.748.746 0 .205.084.409.249.557z' fill-rule='nonzero'\/%3E%3C\/svg%3E\");\n  background-repeat: no-repeat;\n  background-position: left 0.25rem;\n  background-size: 1.125rem;\n  padding-left: 1.625rem;\n}\n.hero--sub-landing .hero__solutions-row ul.inline-tags {\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  -webkit-box-orient: horizontal;\n  -webkit-box-direction: normal;\n      -ms-flex-direction: row;\n          flex-direction: row;\n  -ms-flex-wrap: wrap;\n      flex-wrap: wrap;\n  gap: 0.625rem;\n}\n.hero--sub-landing .hero__solutions-row ul.inline-tags li {\n  font-size: 14px;\n}\n@media only screen and (min-width: 320px) {\n  .hero--sub-landing .hero__solutions-row ul.inline-tags li {\n    font-size: calc(14px + 2 * (100vw - 320px) \/ (1720 - 320));\n  }\n}\n@media only screen and (min-width: 1720px) {\n  .hero--sub-landing .hero__solutions-row ul.inline-tags li {\n    font-size: 16px;\n  }\n}\n.hero--sub-landing .hero__solutions-row ul.inline-tags li {\n  background-color: #1D1D1D;\n  text-transform: none;\n  border-radius: 0.625rem;\n}\n.hero--sub-landing .hero__solutions-row ul.inline-tags--light li {\n  background-color: var(--white);\n  color: var(--black);\n}\n\nbody.training-landing .hero--landing {\n  top: 0;\n  margin-bottom: 0;\n}\n\nbody.single-team .hero--sub-landing .hero__inset {\n  max-width: 80%;\n  padding: 0;\n  margin: 0 auto;\n}\nbody.single-team .hero--sub-landing .hero__inset picture {\n  height: auto;\n}\n\/*# sourceMappingURL=block-hero-landing.css.map *\/\n<\/style><section id=\"\" class=\"hero hero--landing   pad-top--6    js-sticky-section block tall-landing-hero\">\n\n\t<div class=\"grid-container\"><div class=\"row\"><div class=\"col\"><p class=\"breadcrumbs\" id=\"breadcrumbs\"><span><span><a href=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/\">Home<\/a><\/span><\/span><\/p><\/div><\/div><\/div>\n    <div class=\"grid-container\">\n\t\t<div class=\"row\">\n\t\t\t<div class=\"col col-md-10 col-xl-7\">\n\t\t\t\t\t\t\t\t<span class=\"hero__subheading\">Our Story<\/span>\t\t\t\t<h1 class=\"hero__heading\"><span>Founder-led. Mission Driven. Award-winning.<\/span> Discover the story of body talk<\/h1>\t\t\t<\/div>\n\t\t\t<div class=\"col col-md-8 col-xl-5 offset-xd-1\">\n\t\t\t\t<p class=\"hero__lede\"><\/p>\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n    <\/div>\n\t<picture class=\"hero__bg-image\" alt=\"\"><source media=\"(min-width: 992px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3562\/e734f67b795b97af6ae6202f894542e8-1610x800-1-1610x800.webp 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3562\/e734f67b795b97af6ae6202f894542e8-1610x800-1-3220x1600.webp 2.000x\"><source media=\"(min-width: 768px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3562\/e734f67b795b97af6ae6202f894542e8-1610x800-1-768x1024.webp 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3562\/e734f67b795b97af6ae6202f894542e8-1610x800-1-1536x2048.webp 2.000x\"><source media=\"(min-width: 0px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3562\/e734f67b795b97af6ae6202f894542e8-1610x800-1-375x677.webp 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3562\/e734f67b795b97af6ae6202f894542e8-1610x800-1-750x1354.webp 2.000x\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3562\/e734f67b795b97af6ae6202f894542e8-1610x800-1-375x677.webp\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3562\/e734f67b795b97af6ae6202f894542e8-1610x800-1-375x677.webp 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3562\/e734f67b795b97af6ae6202f894542e8-1610x800-1-750x1354.webp 2.000x\" alt=\"e734f67b795b97af6ae6202f894542e8-1610&#215;800\" width=\"1610\" height=\"800\" class=\"\"><\/picture><\/section>\n\n\n\n<style>\/*\nConverts a pixel value to matching rem value. *Any* value passed, regardless of unit, is assumed to be a pixel value. By default, the base pixel value used to calculate the rem value is taken from the `$global-font-size` variable.\n@access private\n@param {Number} $value - Pixel value to convert.\n@param {Number} $base [null] - Base for pixel conversion.\n@returns {Number} A number in rems, calculated based on the given value and the base pixel value. rem values are passed through as is.\n*\/\n\/*\nRemoves the unit (e.g. px, em, rem) from a value, returning the number only.\n@param {Number} $num - Number to strip unit from.\n@returns {Number} The same number, sans unit.\n*\/\n\/*\nConverts one or more pixel values into matching rem values.\n@param {Number|List} $values - One or more values to convert. Be sure to separate them with spaces and not commas. If you need to convert a comma-separated list, wrap the list in parentheses.\n@param {Number} $base [null] - The base value to use when calculating the `rem`. If you're using Foundation out of the box, this is 16px. If this parameter is `null`, the function will reference the `$base-font-size` variable as the base.\n@returns {List} A list of converted values.\n*\/\n\/**\n * Contrast\n *\/\n\/**\n*\tBasic link hover function\n*\/\n\/*\n* Fluid Type function\n*\/\n\/*\n* Breakpoint Handler\n* @usage: respond-to('tablet_small') { ... } to target 'tablet_small' and aboe\n*\/\n\/*\n* Grid Layout\n*\/\n\/*\n* Responsive Type mixins\n*\/\n\/*\n* Helpers\n*\/\n.logo-ticker.bg--black, .logo-ticker.bg--dark-purple {\n  color: var(--white);\n}\n.logo-ticker__heading {\n  font-size: 20px;\n}\n@media only screen and (min-width: 320px) {\n  .logo-ticker__heading {\n    font-size: calc(20px + 4 * (100vw - 320px) \/ (1720 - 320));\n  }\n}\n@media only screen and (min-width: 1720px) {\n  .logo-ticker__heading {\n    font-size: 24px;\n  }\n}\n.logo-ticker__heading {\n  font-weight: 600;\n}\n.logo-ticker .grid-container {\n  opacity: 0.001;\n  -webkit-animation: reveal-up 0.5s ease 0.1s forwards;\n          animation: reveal-up 0.5s ease 0.1s forwards;\n}\n.logo-ticker__logos ul {\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  -ms-flex-negative: 0;\n      flex-shrink: 0;\n  -webkit-box-pack: start;\n      -ms-flex-pack: start;\n          justify-content: flex-start;\n  min-width: 100%;\n  height: 100%;\n  gap: 24px;\n  -webkit-animation: scroll 60s linear infinite;\n          animation: scroll 60s linear infinite;\n}\n.logo-ticker__logos ul > * {\n  -webkit-box-flex: 0;\n      -ms-flex: 0 0 auto;\n          flex: 0 0 auto;\n}\n.logo-ticker__logos ul:nth-child(2) {\n  margin-left: 24px;\n}\n.logo-ticker__logos ul li {\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  -webkit-box-align: center;\n      -ms-flex-align: center;\n          align-items: center;\n  -webkit-box-pack: center;\n      -ms-flex-pack: center;\n          justify-content: center;\n  width: 30vw;\n  z-index: -1;\n}\n@media (min-width: 769px) {\n  .logo-ticker__logos ul li {\n    width: 16.67vw;\n  }\n}\n.logo-ticker__logos ul li picture {\n  display: block;\n  width: 100%;\n  height: 100%;\n}\n.logo-ticker__logos ul li picture > img {\n  max-width: 145px;\n  max-height: 95px;\n}\n.logo-ticker__logos {\n  padding: 0;\n  height: 140px;\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  overflow: hidden;\n  opacity: 0.001;\n  -webkit-animation: reveal-up 0.5s ease 0.1s forwards;\n          animation: reveal-up 0.5s ease 0.1s forwards;\n}\n.logo-ticker__logos ul li picture {\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  -webkit-box-orient: vertical;\n  -webkit-box-direction: normal;\n      -ms-flex-direction: column;\n          flex-direction: column;\n}\n.logo-ticker__logos ul li img {\n  max-width: 145px;\n  max-height: 95px;\n  -o-object-position: center;\n     object-position: center;\n  -o-object-fit: contain;\n     object-fit: contain;\n  margin: auto;\n}\n\n.static-brands {\n  background-color: var(--black);\n  padding: 24px 0 40px;\n}\n.static-brands.bg--black, .static-brands.bg--dark-purple {\n  color: var(--white);\n}\n.static-brands__heading {\n  font-size: 20px;\n}\n@media only screen and (min-width: 320px) {\n  .static-brands__heading {\n    font-size: calc(20px + 4 * (100vw - 320px) \/ (1720 - 320));\n  }\n}\n@media only screen and (min-width: 1720px) {\n  .static-brands__heading {\n    font-size: 24px;\n  }\n}\n.static-brands__heading {\n  line-height: 1.3;\n  display: block;\n  margin-bottom: 20px;\n}\n.static-brands .grid-container {\n  opacity: 0.001;\n  -webkit-animation: reveal-down 0.5s ease 0.1s forwards;\n          animation: reveal-down 0.5s ease 0.1s forwards;\n}\n.static-brands__logos ul {\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  -ms-flex-negative: 0;\n      flex-shrink: 0;\n  -webkit-box-pack: start;\n      -ms-flex-pack: start;\n          justify-content: flex-start;\n  min-width: 100%;\n  height: 100%;\n  gap: 24px;\n  -webkit-animation: scroll 60s linear infinite;\n          animation: scroll 60s linear infinite;\n}\n.static-brands__logos ul > * {\n  -webkit-box-flex: 0;\n      -ms-flex: 0 0 auto;\n          flex: 0 0 auto;\n}\n.static-brands__logos ul:nth-child(2) {\n  margin-left: 24px;\n}\n.static-brands__logos ul li {\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  -webkit-box-align: center;\n      -ms-flex-align: center;\n          align-items: center;\n  -webkit-box-pack: center;\n      -ms-flex-pack: center;\n          justify-content: center;\n  width: 30vw;\n  z-index: -1;\n}\n@media (min-width: 769px) {\n  .static-brands__logos ul li {\n    width: 16.67vw;\n  }\n}\n.static-brands__logos ul li picture {\n  display: block;\n  width: 100%;\n  height: 100%;\n}\n.static-brands__logos ul li picture > img {\n  max-width: 145px;\n  max-height: 95px;\n}\n.static-brands__logos {\n  padding: 0;\n  height: 80px;\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  overflow: hidden;\n  opacity: 0.001;\n  -webkit-animation: reveal-down 0.5s ease 0.1s forwards;\n          animation: reveal-down 0.5s ease 0.1s forwards;\n}\n@media (min-width: 1023px) {\n  .static-brands__logos {\n    height: 140px;\n    display: block;\n  }\n}\n@media (min-width: 1023px) {\n  .static-brands__logos ul {\n    -webkit-animation: none;\n            animation: none;\n    -webkit-box-align: center;\n        -ms-flex-align: center;\n            align-items: center;\n    -ms-flex-pack: distribute;\n        justify-content: space-around;\n    padding: 0 var(--desktop-gutter);\n  }\n}\n.static-brands__logos ul:nth-child(2) {\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n}\n@media (min-width: 1023px) {\n  .static-brands__logos ul:nth-child(2) {\n    display: none;\n  }\n}\n.static-brands__logos ul > * {\n  -webkit-box-flex: 1;\n      -ms-flex: auto;\n          flex: auto;\n}\n@media (min-width: 1023px) {\n  .static-brands__logos ul li {\n    width: auto;\n    z-index: 1;\n    padding: 20px;\n  }\n}\n.static-brands__logos ul li {\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  -webkit-box-orient: vertical;\n  -webkit-box-direction: normal;\n      -ms-flex-direction: column;\n          flex-direction: column;\n  -webkit-box-align: center;\n      -ms-flex-align: center;\n          align-items: center;\n}\n.static-brands picture {\n  height: 100%;\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  -webkit-box-orient: vertical;\n  -webkit-box-direction: normal;\n      -ms-flex-direction: column;\n          flex-direction: column;\n  margin: 0 auto;\n  -o-object-fit: contain;\n     object-fit: contain;\n}\n.static-brands picture img {\n  width: auto;\n  height: 100%;\n  -o-object-fit: contain;\n     object-fit: contain;\n}\n.static-brands img {\n  width: auto;\n  height: 100%;\n  -o-object-fit: contain;\n     object-fit: contain;\n}\n\n.product-template .logo-ticker {\n  margin-top: -4rem;\n  padding-bottom: 4rem;\n}\n\/*# sourceMappingURL=block-brands.css.map *\/\n<\/style>\n<section id=\"\" class=\"logo-ticker   pad-top--2 pad-bottom--2   type--carousel js-sticky-section block\">\n\t<div class=\"grid-container\">\n\t\t<div class=\"row\">\n\t\t\t<div class=\"col\">\n\t\t\t\t<h3 class=\"logo-ticker__heading\">Empowering teams at<\/h3>\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n    <div class=\"logo-ticker__logos\">\n\t\t<ul>\n\t\t\t\t\t\t\t\t\t\t\t\t<li><img decoding=\"async\" loading=\"lazy\" width=\"145\" height=\"95\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2023\/03\/Expedia.svg\" alt=\"Expedia\" class=\"\" alt=\"\" \/><\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><img decoding=\"async\" loading=\"lazy\" width=\"145\" height=\"95\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2023\/03\/Specsavers.svg\" alt=\"Specsavers\" class=\"\" alt=\"\" \/><\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><picture class=\"\" alt=\"\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2428\/BAE_black@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2428\/BAE_black@3x-290x190.png 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2428\/BAE_black@3x-145x95.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2428\/BAE_black@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2428\/BAE_black@3x-290x190.png 2.000x\" alt=\"BAE_black@3x\" width=\"145\" height=\"95\" class=\"\"><\/picture><\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><picture class=\"\" alt=\"\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2429\/BCG_black@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2429\/BCG_black@3x-290x190.png 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2429\/BCG_black@3x-145x95.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2429\/BCG_black@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2429\/BCG_black@3x-290x190.png 2.000x\" alt=\"BCG_black@3x\" width=\"145\" height=\"95\" class=\"\"><\/picture><\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><picture class=\"\" alt=\"\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2430\/Capgemini_black@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2430\/Capgemini_black@3x-290x190.png 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2430\/Capgemini_black@3x-145x95.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2430\/Capgemini_black@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2430\/Capgemini_black@3x-290x190.png 2.000x\" alt=\"Capgemini_black@3x\" width=\"145\" height=\"95\" class=\"\"><\/picture><\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><picture class=\"\" alt=\"\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2431\/London_business_school_black@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2431\/London_business_school_black@3x-290x190.png 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2431\/London_business_school_black@3x-145x95.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2431\/London_business_school_black@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2431\/London_business_school_black@3x-290x190.png 2.000x\" alt=\"London_business_school_black@3x\" width=\"145\" height=\"95\" class=\"\"><\/picture><\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><picture class=\"\" alt=\"\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2432\/Loreal_Black@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2432\/Loreal_Black@3x-290x190.png 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2432\/Loreal_Black@3x-145x95.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2432\/Loreal_Black@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2432\/Loreal_Black@3x-290x190.png 2.000x\" alt=\"Loreal_Black@3x\" width=\"145\" height=\"95\" class=\"\"><\/picture><\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><picture class=\"\" alt=\"\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2433\/NBA_black@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2433\/NBA_black@3x-290x190.png 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2433\/NBA_black@3x-145x95.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2433\/NBA_black@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2433\/NBA_black@3x-290x190.png 2.000x\" alt=\"NBA_black@3x\" width=\"145\" height=\"95\" class=\"\"><\/picture><\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><picture class=\"\" alt=\"\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2435\/pwc_black@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2435\/pwc_black@3x-290x190.png 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2435\/pwc_black@3x-145x95.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2435\/pwc_black@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2435\/pwc_black@3x-290x190.png 2.000x\" alt=\"pwc_black@3x\" width=\"145\" height=\"95\" class=\"\"><\/picture><\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><picture class=\"\" alt=\"\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2436\/St_James_s_Place_black@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2436\/St_James_s_Place_black@3x-290x190.png 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2436\/St_James_s_Place_black@3x-145x95.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2436\/St_James_s_Place_black@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2436\/St_James_s_Place_black@3x-290x190.png 2.000x\" alt=\"St_James_s_Place_black@3x\" width=\"145\" height=\"95\" class=\"\"><\/picture><\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><picture class=\"\" alt=\"\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2438\/University_oxford_black@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2438\/University_oxford_black@3x-290x190.png 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2438\/University_oxford_black@3x-145x95.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2438\/University_oxford_black@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2438\/University_oxford_black@3x-290x190.png 2.000x\" alt=\"University_oxford_black@3x\" width=\"145\" height=\"95\" class=\"\"><\/picture><\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><picture class=\"\" alt=\"\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2437\/University_Cambridge_black@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2437\/University_Cambridge_black@3x-290x190.png 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2437\/University_Cambridge_black@3x-145x95.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2437\/University_Cambridge_black@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2437\/University_Cambridge_black@3x-290x190.png 2.000x\" alt=\"University_Cambridge_black@3x\" width=\"145\" height=\"95\" class=\"\"><\/picture><\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><img decoding=\"async\" loading=\"lazy\" width=\"145\" height=\"95\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2023\/03\/EE.svg\" alt=\"EE\" class=\"\" alt=\"\" \/><\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><picture class=\"\" alt=\"\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2439\/Vanguard_black@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2439\/Vanguard_black@3x-290x190.png 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2439\/Vanguard_black@3x-145x95.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2439\/Vanguard_black@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2439\/Vanguard_black@3x-290x190.png 2.000x\" alt=\"Vanguard_black@3x\" width=\"145\" height=\"95\" class=\"\"><\/picture><\/li>\n\t\t\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t<ul aria-hidden=\"true\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><img decoding=\"async\" loading=\"lazy\" width=\"145\" height=\"95\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2023\/03\/Expedia.svg\" alt=\"Expedia\" class=\"\" alt=\"\" \/><\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><img decoding=\"async\" loading=\"lazy\" width=\"145\" height=\"95\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2023\/03\/Specsavers.svg\" alt=\"Specsavers\" class=\"\" alt=\"\" \/><\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><picture class=\"\" alt=\"\"><source media=\"(min-width: 0px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2428\/BAE_black@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2428\/BAE_black@3x-290x190.png 2.000x\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2428\/BAE_black@3x-145x95.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2428\/BAE_black@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2428\/BAE_black@3x-290x190.png 2.000x\" alt=\"BAE_black@3x\" width=\"145\" height=\"95\" class=\"\"><\/picture><\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><picture class=\"\" alt=\"\"><source media=\"(min-width: 0px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2429\/BCG_black@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2429\/BCG_black@3x-290x190.png 2.000x\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2429\/BCG_black@3x-145x95.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2429\/BCG_black@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2429\/BCG_black@3x-290x190.png 2.000x\" alt=\"BCG_black@3x\" width=\"145\" height=\"95\" class=\"\"><\/picture><\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><picture class=\"\" alt=\"\"><source media=\"(min-width: 0px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2430\/Capgemini_black@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2430\/Capgemini_black@3x-290x190.png 2.000x\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2430\/Capgemini_black@3x-145x95.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2430\/Capgemini_black@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2430\/Capgemini_black@3x-290x190.png 2.000x\" alt=\"Capgemini_black@3x\" width=\"145\" height=\"95\" class=\"\"><\/picture><\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><picture class=\"\" alt=\"\"><source media=\"(min-width: 0px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2431\/London_business_school_black@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2431\/London_business_school_black@3x-290x190.png 2.000x\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2431\/London_business_school_black@3x-145x95.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2431\/London_business_school_black@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2431\/London_business_school_black@3x-290x190.png 2.000x\" alt=\"London_business_school_black@3x\" width=\"145\" height=\"95\" class=\"\"><\/picture><\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><picture class=\"\" alt=\"\"><source media=\"(min-width: 0px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2432\/Loreal_Black@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2432\/Loreal_Black@3x-290x190.png 2.000x\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2432\/Loreal_Black@3x-145x95.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2432\/Loreal_Black@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2432\/Loreal_Black@3x-290x190.png 2.000x\" alt=\"Loreal_Black@3x\" width=\"145\" height=\"95\" class=\"\"><\/picture><\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><picture class=\"\" alt=\"\"><source media=\"(min-width: 0px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2433\/NBA_black@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2433\/NBA_black@3x-290x190.png 2.000x\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2433\/NBA_black@3x-145x95.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2433\/NBA_black@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2433\/NBA_black@3x-290x190.png 2.000x\" alt=\"NBA_black@3x\" width=\"145\" height=\"95\" class=\"\"><\/picture><\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><picture class=\"\" alt=\"\"><source media=\"(min-width: 0px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2435\/pwc_black@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2435\/pwc_black@3x-290x190.png 2.000x\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2435\/pwc_black@3x-145x95.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2435\/pwc_black@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2435\/pwc_black@3x-290x190.png 2.000x\" alt=\"pwc_black@3x\" width=\"145\" height=\"95\" class=\"\"><\/picture><\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><picture class=\"\" alt=\"\"><source media=\"(min-width: 0px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2436\/St_James_s_Place_black@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2436\/St_James_s_Place_black@3x-290x190.png 2.000x\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2436\/St_James_s_Place_black@3x-145x95.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2436\/St_James_s_Place_black@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2436\/St_James_s_Place_black@3x-290x190.png 2.000x\" alt=\"St_James_s_Place_black@3x\" width=\"145\" height=\"95\" class=\"\"><\/picture><\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><picture class=\"\" alt=\"\"><source media=\"(min-width: 0px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2438\/University_oxford_black@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2438\/University_oxford_black@3x-290x190.png 2.000x\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2438\/University_oxford_black@3x-145x95.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2438\/University_oxford_black@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2438\/University_oxford_black@3x-290x190.png 2.000x\" alt=\"University_oxford_black@3x\" width=\"145\" height=\"95\" class=\"\"><\/picture><\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><picture class=\"\" alt=\"\"><source media=\"(min-width: 0px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2437\/University_Cambridge_black@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2437\/University_Cambridge_black@3x-290x190.png 2.000x\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2437\/University_Cambridge_black@3x-145x95.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2437\/University_Cambridge_black@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2437\/University_Cambridge_black@3x-290x190.png 2.000x\" alt=\"University_Cambridge_black@3x\" width=\"145\" height=\"95\" class=\"\"><\/picture><\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><img decoding=\"async\" loading=\"lazy\" width=\"145\" height=\"95\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2023\/03\/EE.svg\" alt=\"EE\" class=\"\" alt=\"\" \/><\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li><picture class=\"\" alt=\"\"><source media=\"(min-width: 0px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2439\/Vanguard_black@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2439\/Vanguard_black@3x-290x190.png 2.000x\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2439\/Vanguard_black@3x-145x95.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2439\/Vanguard_black@3x-145x95.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2439\/Vanguard_black@3x-290x190.png 2.000x\" alt=\"Vanguard_black@3x\" width=\"145\" height=\"95\" class=\"\"><\/picture><\/li>\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t<\/ul>\n\t\t    <\/div>\n<\/section>\n\n\n\n\t\t<section id=\"\"\t\tclass=\"title-body title-body--image-blockquote   pad-top--2 pad-bottom--2    js-sticky-section block\">\n\t\t<div class=\"grid-container\">\n\t\t\t<div class=\"row\">\n\t\t\t\t<div class=\"col-12 col-md-5\" data-aos=\"fade-up\">\n\t\t\t\t\t<span class=\"title-body__subheading\"><\/span>\t\t\t\t\t<h2 class=\"title-body__heading\">With a team of passionate and caring trainers at the heart of our organisation, we\u2019re proud to partner with a range of incredible clients all over the world.<\/h2>\t\t\t\t\t<div class=\"wysiwyg\">\n\t\t\t\t\t\t<p>Led by our founder, Richard Newman, the original vision of Body Talk remains strong: to empower people to make their mark on the world, by giving them the communication skills to master greatness.<\/p>\n<p>Here, you can learn all about our story so far\u2026<\/p>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"button-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t<div class=\"col-12 col-md-6 offset-md-1 quote-container offset-quote\" data-aos=\"fade-up\" data-aos-delay=\"150\">\n\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<picture class=\"title-body__image\" alt=\"\"><source media=\"(min-width: 992px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3561\/BodyTalk_Team_2024-664x359-c-664x359-c.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3561\/BodyTalk_Team_2024-664x359-c-664x359-c.png 1.000x\"><source media=\"(min-width: 768px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3561\/BodyTalk_Team_2024-664x359-c-345x186-c.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3561\/BodyTalk_Team_2024-664x359-c-664x357-c.png 1.925x\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3561\/BodyTalk_Team_2024-664x359-c-327x177-c.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3561\/BodyTalk_Team_2024-664x359-c-654x354-c.png 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3561\/BodyTalk_Team_2024-664x359-c-327x177-c.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3561\/BodyTalk_Team_2024-664x359-c-327x177-c.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3561\/BodyTalk_Team_2024-664x359-c-654x354-c.png 2.000x\" alt=\"BodyTalk_Team_2024-664&#215;359-c\" width=\"664\" height=\"359\" class=\"\"><\/picture>\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t<div class=\"title-body__blockquote offset-quote\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>&#8220;From individuals to international brands, we help leaders and managers achieve exceptional results with clients, colleagues, prospects and stakeholders.&#8221; Team Body Talk<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t<\/section>\n\n\n\n\n<section <br \/>\n<b>Warning<\/b>:  Undefined variable $block_id in <b>\/home\/devtwentytwo\/public_html\/ukbodytalk\/wp-content\/themes\/bodytalk\/blocks\/timeline\/block-timeline.php<\/b> on line <b>25<\/b><br \/>\nid=&#8221;&#8221; class=&#8221;block-timeline  theme&#8211;light     js-sticky-section block&#8221; data-aos=&#8221;fade&#8221;>\n\t\t\t<div class=\"block-timeline__wrapper\">\n\t\t\t<div class=\"container p-0 glide block-timeline__container\">\n\t\t\t\t<div class=\"block-timeline__navigation-container\">\n\t\t\t\t\t<div class=\"block-timeline__navigation-pagination\"><strong class=\"timeline-slide-count\"><\/strong> of 14<\/div>\n\t\t\t\t\t<span class=\"block-timeline__navigation-control block-timeline__navigation-control-prev\"><span class=\"ico ico--arrow\"><\/span><\/span>\n\t\t\t\t\t<span class=\"block-timeline__navigation-control block-timeline__navigation-control-next\"><span class=\"ico ico--arrow\"><\/span><\/span>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"block-timeline__slides-glide\">\n\t\t\t\t\t<div class=\"glide__track\" data-glide-el=\"track\">\n\t\t\t\t\t\t<div class=\"glide__slides\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"block-timeline__content-container glide__slide row\" data-index=\"0\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"col-12 col-lg-5\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"block-timeline__content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"block-timeline__year\">1995<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"block-timeline__heading\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h2>The Himalayan Mountains: The adventure begins<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"block-timeline__content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<p>Every great journey hinges on a key moment and, for our Founder Richard, that moment was in 1995.\u2028\u2028Rejecting university offers, he instead opted to head to a Tibetan monastery and teach English to Buddhist monks.\u00a0But there was a problem: nobody could speak English when he arrived.\u00a0<br \/>\r\n<br \/>\r\nThe only solution? Body language and voice skills; the universal way of conveying meaning, emotion and messages. Over the next six months, Richard organically developed his unique coaching style,\u00a0teaching English so that the monks, in turn, could find their own voice \u2013 and be heard.<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"col-12 col-lg-6 offset-lg-1 p-lg-0\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"block-timeline__images-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"block-timeline__image-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<picture class=\"\" alt=\"\"><source media=\"(min-width: 992px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3588\/0c186cf5d2e00bb0ef394fc65b332688-600x800-1-600x800.webp 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3588\/0c186cf5d2e00bb0ef394fc65b332688-600x800-1-1200x1600.webp 2.000x\"><source media=\"(min-width: 768px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3588\/0c186cf5d2e00bb0ef394fc65b332688-600x800-1-500x700.webp 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3588\/0c186cf5d2e00bb0ef394fc65b332688-600x800-1-1000x1400.webp 2.000x\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3588\/0c186cf5d2e00bb0ef394fc65b332688-600x800-1-400x600.webp 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3588\/0c186cf5d2e00bb0ef394fc65b332688-600x800-1-800x1200.webp 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3588\/0c186cf5d2e00bb0ef394fc65b332688-600x800-1-400x600.webp\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3588\/0c186cf5d2e00bb0ef394fc65b332688-600x800-1-400x600.webp 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3588\/0c186cf5d2e00bb0ef394fc65b332688-600x800-1-800x1200.webp 2.000x\" alt=\"0c186cf5d2e00bb0ef394fc65b332688-600&#215;800\" width=\"600\" height=\"800\" class=\"\"><\/picture>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"block-timeline__secondary-image-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<picture class=\"\" alt=\"\"><source media=\"(min-width: 992px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3587\/152b3767eb43157d9ef471e3aa9e4938-600x800-1-600x800.webp 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3587\/152b3767eb43157d9ef471e3aa9e4938-600x800-1-1200x1600.webp 2.000x\"><source media=\"(min-width: 768px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3587\/152b3767eb43157d9ef471e3aa9e4938-600x800-1-500x700.webp 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3587\/152b3767eb43157d9ef471e3aa9e4938-600x800-1-1000x1400.webp 2.000x\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3587\/152b3767eb43157d9ef471e3aa9e4938-600x800-1-400x600.webp 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3587\/152b3767eb43157d9ef471e3aa9e4938-600x800-1-800x1200.webp 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3587\/152b3767eb43157d9ef471e3aa9e4938-600x800-1-400x600.webp\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3587\/152b3767eb43157d9ef471e3aa9e4938-600x800-1-400x600.webp 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3587\/152b3767eb43157d9ef471e3aa9e4938-600x800-1-800x1200.webp 2.000x\" alt=\"152b3767eb43157d9ef471e3aa9e4938-600&#215;800\" width=\"600\" height=\"800\" class=\"\"><\/picture>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"block-timeline__content-container glide__slide row\" data-index=\"1\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"col-12 col-lg-5\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"block-timeline__content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"block-timeline__year\">1997<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"block-timeline__heading\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h2>Mastering communication through acting<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"block-timeline__content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<p>Following his adventure with the monks, Richard wanted to understand more about communication, so he studied acting at a prestigious London drama school.\u2028There he learned the skills of stage presence, storytelling and non-verbal expression, discovering how to connect with and engage an audience. <br \/>\r\n<br \/>\r\nHe learned how to overcome his shy, introverted nature, with principles of confident communication. Alongside his studies he continued to devour every book he could find on advanced communication skills.<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"col-12 col-lg-6 offset-lg-1 p-lg-0\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"block-timeline__images-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"block-timeline__image-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<picture class=\"\" alt=\"\"><source media=\"(min-width: 992px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3586\/7b24fa9c8b800ed020a446e7a6f9073f-600x800-1-600x800.webp 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3586\/7b24fa9c8b800ed020a446e7a6f9073f-600x800-1-1200x1600.webp 2.000x\"><source media=\"(min-width: 768px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3586\/7b24fa9c8b800ed020a446e7a6f9073f-600x800-1-500x700.webp 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3586\/7b24fa9c8b800ed020a446e7a6f9073f-600x800-1-1000x1400.webp 2.000x\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3586\/7b24fa9c8b800ed020a446e7a6f9073f-600x800-1-400x600.webp 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3586\/7b24fa9c8b800ed020a446e7a6f9073f-600x800-1-800x1200.webp 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3586\/7b24fa9c8b800ed020a446e7a6f9073f-600x800-1-400x600.webp\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3586\/7b24fa9c8b800ed020a446e7a6f9073f-600x800-1-400x600.webp 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3586\/7b24fa9c8b800ed020a446e7a6f9073f-600x800-1-800x1200.webp 2.000x\" alt=\"7b24fa9c8b800ed020a446e7a6f9073f-600&#215;800\" width=\"600\" height=\"800\" class=\"\"><\/picture>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"block-timeline__content-container glide__slide row\" data-index=\"2\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"col-12 col-lg-5\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"block-timeline__content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"block-timeline__year\">2000<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"block-timeline__heading\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h2>The roots of Body Talk start in a hairdressers<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"block-timeline__content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<p>It was the year 2000 when Richard found himself in a hairdressers, having a casual chat with the stylist, when the usual question cropped up: \u201cSo, what is it you do\u2026?\u201d. <br \/>\r\n<br \/>\r\nRichard explained about his time in the Himalayas, studying acting and his passion for communication. By chance, it was exactly the training that the stylist needed for his team. He offered a free haircut if Richard would pop back to teach his team. <br \/>\r\n<br \/>\r\nAfter two hours of coaching Richard was instantly re-booked to roll out his skills across the company. (Their senior team remained clients for the next 16 years!)<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"col-12 col-lg-6 offset-lg-1 p-lg-0\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"block-timeline__images-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"block-timeline__image-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<picture class=\"\" alt=\"\"><source media=\"(min-width: 992px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3585\/IMG_2643-1-600x800-1-600x800.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3585\/IMG_2643-1-600x800-1-1200x1600.png 2.000x\"><source media=\"(min-width: 768px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3585\/IMG_2643-1-600x800-1-500x700.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3585\/IMG_2643-1-600x800-1-1000x1400.png 2.000x\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3585\/IMG_2643-1-600x800-1-400x600.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3585\/IMG_2643-1-600x800-1-800x1200.png 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3585\/IMG_2643-1-600x800-1-400x600.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3585\/IMG_2643-1-600x800-1-400x600.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3585\/IMG_2643-1-600x800-1-800x1200.png 2.000x\" alt=\"IMG_2643-1-600&#215;800\" width=\"600\" height=\"800\" class=\"\"><\/picture>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"block-timeline__secondary-image-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<picture class=\"\" alt=\"\"><source media=\"(min-width: 992px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3584\/IMG_2647-1-600x800-1-600x800.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3584\/IMG_2647-1-600x800-1-1200x1600.png 2.000x\"><source media=\"(min-width: 768px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3584\/IMG_2647-1-600x800-1-500x700.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3584\/IMG_2647-1-600x800-1-1000x1400.png 2.000x\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3584\/IMG_2647-1-600x800-1-400x600.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3584\/IMG_2647-1-600x800-1-800x1200.png 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3584\/IMG_2647-1-600x800-1-400x600.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3584\/IMG_2647-1-600x800-1-400x600.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3584\/IMG_2647-1-600x800-1-800x1200.png 2.000x\" alt=\"IMG_2647-1-600&#215;800\" width=\"600\" height=\"800\" class=\"\"><\/picture>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"block-timeline__content-container glide__slide row\" data-index=\"3\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"col-12 col-lg-5\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"block-timeline__content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"block-timeline__year\">2000<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"block-timeline__heading\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h2>Later that year\u2026 Masterclass at the NEC<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"block-timeline__content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<p>After a few sessions with the hairdressers, Richard received a call from an engineering company \u2013 the gentleman on the phone had just been for a haircut and heard that Richard was the number one communications expert in the country! Please could Richard train his engineers?<br \/>\r\n<br \/>\r\nHe certainly could. So the booking was made and Richard successfully coached the team of engineers in communication excellence, at an exhibition at the NEC. <br \/>\r\n<br \/>\r\nIt was completely euphoric. These timid engineers learned to express themselves confidently and loved the experience. Richard knew this is what he wanted to do with his life.\u00a0<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"col-12 col-lg-6 offset-lg-1 p-lg-0\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"block-timeline__images-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"block-timeline__image-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<picture class=\"\" alt=\"\"><source media=\"(min-width: 992px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3583\/Copy-of-RN-on-stage-2MB-1-600x800-1-600x800.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3583\/Copy-of-RN-on-stage-2MB-1-600x800-1-1200x1600.png 2.000x\"><source media=\"(min-width: 768px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3583\/Copy-of-RN-on-stage-2MB-1-600x800-1-500x700.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3583\/Copy-of-RN-on-stage-2MB-1-600x800-1-1000x1400.png 2.000x\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3583\/Copy-of-RN-on-stage-2MB-1-600x800-1-400x600.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3583\/Copy-of-RN-on-stage-2MB-1-600x800-1-800x1200.png 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3583\/Copy-of-RN-on-stage-2MB-1-600x800-1-400x600.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3583\/Copy-of-RN-on-stage-2MB-1-600x800-1-400x600.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3583\/Copy-of-RN-on-stage-2MB-1-600x800-1-800x1200.png 2.000x\" alt=\"Copy-of-RN-on-stage-2MB-1-600&#215;800\" width=\"600\" height=\"800\" class=\"\"><\/picture>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"block-timeline__secondary-image-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<picture class=\"\" alt=\"\"><source media=\"(min-width: 992px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3582\/Copy-of-ToThis-1-600x800-1-600x800.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3582\/Copy-of-ToThis-1-600x800-1-1200x1600.png 2.000x\"><source media=\"(min-width: 768px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3582\/Copy-of-ToThis-1-600x800-1-500x700.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3582\/Copy-of-ToThis-1-600x800-1-1000x1400.png 2.000x\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3582\/Copy-of-ToThis-1-600x800-1-400x600.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3582\/Copy-of-ToThis-1-600x800-1-800x1200.png 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3582\/Copy-of-ToThis-1-600x800-1-400x600.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3582\/Copy-of-ToThis-1-600x800-1-400x600.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3582\/Copy-of-ToThis-1-600x800-1-800x1200.png 2.000x\" alt=\"Copy-of-ToThis-1-600&#215;800\" width=\"600\" height=\"800\" class=\"\"><\/picture>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"block-timeline__content-container glide__slide row\" data-index=\"4\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"col-12 col-lg-5\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"block-timeline__content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"block-timeline__year\">2000<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"block-timeline__heading\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h2>The mission was clear \u2013 \u2028Body Talk was formed<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"block-timeline__content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<p>With a mission to help people find their voice, be heard and create a positive influence on the world, Body Talk is founded. Recruiting expert trainers in communication and storytelling, Richard established a specialist team which he then nurtured and coached in the Body Talk way \u2013 crafting a high-impact\u00a0 framework and methodology that would offer practical, valuable outcomes for clients.\u00a0<br \/>\r\n<br \/>\r\nThe goal was to deliver the best training clients had ever received, with instant results and lasting transformation. <br \/>\r\n<br \/>\r\nThis was just the beginning.<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"col-12 col-lg-6 offset-lg-1 p-lg-0\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"block-timeline__images-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"block-timeline__image-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<picture class=\"\" alt=\"\"><source media=\"(min-width: 992px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3581\/K8A8183-copy-1-600x800-1-600x800.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3581\/K8A8183-copy-1-600x800-1-1200x1600.png 2.000x\"><source media=\"(min-width: 768px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3581\/K8A8183-copy-1-600x800-1-500x700.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3581\/K8A8183-copy-1-600x800-1-1000x1400.png 2.000x\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3581\/K8A8183-copy-1-600x800-1-400x600.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3581\/K8A8183-copy-1-600x800-1-800x1200.png 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3581\/K8A8183-copy-1-600x800-1-400x600.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3581\/K8A8183-copy-1-600x800-1-400x600.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3581\/K8A8183-copy-1-600x800-1-800x1200.png 2.000x\" alt=\"K8A8183-copy-1-600&#215;800\" width=\"600\" height=\"800\" class=\"\"><\/picture>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"block-timeline__secondary-image-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<picture class=\"\" alt=\"\"><source media=\"(min-width: 992px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3580\/K8A7933-copy-1-600x800-1-600x800.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3580\/K8A7933-copy-1-600x800-1-1200x1600.png 2.000x\"><source media=\"(min-width: 768px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3580\/K8A7933-copy-1-600x800-1-500x700.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3580\/K8A7933-copy-1-600x800-1-1000x1400.png 2.000x\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3580\/K8A7933-copy-1-600x800-1-400x600.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3580\/K8A7933-copy-1-600x800-1-800x1200.png 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3580\/K8A7933-copy-1-600x800-1-400x600.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3580\/K8A7933-copy-1-600x800-1-400x600.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3580\/K8A7933-copy-1-600x800-1-800x1200.png 2.000x\" alt=\"K8A7933-copy-1-600&#215;800\" width=\"600\" height=\"800\" class=\"\"><\/picture>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"block-timeline__content-container glide__slide row\" data-index=\"5\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"col-12 col-lg-5\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"block-timeline__content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"block-timeline__year\">2004<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"block-timeline__heading\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h2>Focusing our skills \u2028as a force for good<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"block-timeline__content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<p>Going beyond business impact, we were intent on maximising the value that Body Talk could bring to the world by supporting causes close to our hearts \u2013 and this started with Afrikids in northern Ghana, helping children gain an education and reach their full potential. <br \/>\r\n<br \/>\r\nTwenty years later, we are proud to continue partnering with this fantastic charity. But rather than just donate money, Body Talk has made multiple visits to Ghana and trained to the Afrikids team to help increase their impact, alongside giving communication coaching to the children in Ghana to empower their voices!<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"col-12 col-lg-6 offset-lg-1 p-lg-0\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"block-timeline__images-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"block-timeline__image-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<picture class=\"\" alt=\"\"><source media=\"(min-width: 992px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3579\/IMG_9082-1-600x800-1-600x800.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3579\/IMG_9082-1-600x800-1-1200x1600.png 2.000x\"><source media=\"(min-width: 768px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3579\/IMG_9082-1-600x800-1-500x700.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3579\/IMG_9082-1-600x800-1-1000x1400.png 2.000x\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3579\/IMG_9082-1-600x800-1-400x600.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3579\/IMG_9082-1-600x800-1-800x1200.png 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3579\/IMG_9082-1-600x800-1-400x600.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3579\/IMG_9082-1-600x800-1-400x600.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3579\/IMG_9082-1-600x800-1-800x1200.png 2.000x\" alt=\"IMG_9082-1-600&#215;800\" width=\"600\" height=\"800\" class=\"\"><\/picture>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"block-timeline__content-container glide__slide row\" data-index=\"6\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"col-12 col-lg-5\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"block-timeline__content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"block-timeline__year\">2007<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"block-timeline__heading\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h2>Taking our \u2028reach worldwide<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"block-timeline__content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<p>Since inception, Body Talk has gone from strength to strength, impacting the lives of individuals and teams at every level, and by 2007, our growth began rocketing by 40% per year \u2013 fuelled by word of mouth recommendations and an expanding reputation. As a result, our core team started to expand and we took our approach global, working with clients across North America, the Middle East, Asia, Australia and Africa.<br \/>\r\n<br \/>\r\nClients have included CEOs, Vice-Presidents and leadership teams across many worldwide brands, including Virgin, Expedia, Microsoft and 3M.<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"col-12 col-lg-6 offset-lg-1 p-lg-0\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"block-timeline__images-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"block-timeline__image-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<picture class=\"\" alt=\"\"><source media=\"(min-width: 992px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3578\/SHINE_-145-1-600x800-1-600x800.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3578\/SHINE_-145-1-600x800-1-1200x1600.png 2.000x\"><source media=\"(min-width: 768px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3578\/SHINE_-145-1-600x800-1-500x700.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3578\/SHINE_-145-1-600x800-1-1000x1400.png 2.000x\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3578\/SHINE_-145-1-600x800-1-400x600.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3578\/SHINE_-145-1-600x800-1-800x1200.png 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3578\/SHINE_-145-1-600x800-1-400x600.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3578\/SHINE_-145-1-600x800-1-400x600.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3578\/SHINE_-145-1-600x800-1-800x1200.png 2.000x\" alt=\"SHINE_-145-1-600&#215;800\" width=\"600\" height=\"800\" class=\"\"><\/picture>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"block-timeline__secondary-image-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<picture class=\"\" alt=\"\"><source media=\"(min-width: 992px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3577\/richard_newman_expedia-0054-1-600x800-1-600x800.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3577\/richard_newman_expedia-0054-1-600x800-1-1200x1600.png 2.000x\"><source media=\"(min-width: 768px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3577\/richard_newman_expedia-0054-1-600x800-1-500x700.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3577\/richard_newman_expedia-0054-1-600x800-1-1000x1400.png 2.000x\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3577\/richard_newman_expedia-0054-1-600x800-1-400x600.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3577\/richard_newman_expedia-0054-1-600x800-1-800x1200.png 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3577\/richard_newman_expedia-0054-1-600x800-1-400x600.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3577\/richard_newman_expedia-0054-1-600x800-1-400x600.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3577\/richard_newman_expedia-0054-1-600x800-1-800x1200.png 2.000x\" alt=\"richard_newman_expedia-0054-1-600&#215;800\" width=\"600\" height=\"800\" class=\"\"><\/picture>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"block-timeline__content-container glide__slide row\" data-index=\"7\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"col-12 col-lg-5\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"block-timeline__content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"block-timeline__year\">2012<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"block-timeline__heading\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h2>Paying it forward<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"block-timeline__content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<p>Staying close to our roots, in 2012 we were excited to be able to support a school set up by the monks who Richard had taught in the mid-nineties, helping to pay the salary of teachers who would be working with over 70 children in remote villages.<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"col-12 col-lg-6 offset-lg-1 p-lg-0\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"block-timeline__images-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"block-timeline__image-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<picture class=\"\" alt=\"\"><source media=\"(min-width: 992px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3576\/Kids-and-books-1-600x800-1-600x800.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3576\/Kids-and-books-1-600x800-1-1200x1600.png 2.000x\"><source media=\"(min-width: 768px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3576\/Kids-and-books-1-600x800-1-500x700.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3576\/Kids-and-books-1-600x800-1-1000x1400.png 2.000x\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3576\/Kids-and-books-1-600x800-1-400x600.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3576\/Kids-and-books-1-600x800-1-800x1200.png 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3576\/Kids-and-books-1-600x800-1-400x600.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3576\/Kids-and-books-1-600x800-1-400x600.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3576\/Kids-and-books-1-600x800-1-800x1200.png 2.000x\" alt=\"Kids-and-books-1-600&#215;800\" width=\"600\" height=\"800\" class=\"\"><\/picture>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"block-timeline__content-container glide__slide row\" data-index=\"8\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"col-12 col-lg-5\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"block-timeline__content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"block-timeline__year\">2014<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"block-timeline__heading\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h2>Proving the science of communication<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"block-timeline__content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<p>Almost 15 years after the start of Body Talk, Body Talk began ground-breaking research with the Head of Psychology at UCL. The project involved over 2,000 people from around the world and proved that small changes in how you speak enable you to look more confident and inspiring.<br \/>\r\n<br \/>\r\nTheir study proved you can increase your leadership skills ratings by 44% and convince 59% more people to vote for you by changing a few simple behaviours, with the results published in the Journal of Psychology.\u2028In the same year Richard won the internationally coveted Cicero Grand Prize for speechwriting.<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"col-12 col-lg-6 offset-lg-1 p-lg-0\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"block-timeline__images-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"block-timeline__image-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<picture class=\"\" alt=\"\"><source media=\"(min-width: 992px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3574\/I7A0652-2-2-600x800-1-600x800.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3574\/I7A0652-2-2-600x800-1-1200x1600.png 2.000x\"><source media=\"(min-width: 768px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3574\/I7A0652-2-2-600x800-1-500x700.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3574\/I7A0652-2-2-600x800-1-1000x1400.png 2.000x\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3574\/I7A0652-2-2-600x800-1-400x600.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3574\/I7A0652-2-2-600x800-1-800x1200.png 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3574\/I7A0652-2-2-600x800-1-400x600.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3574\/I7A0652-2-2-600x800-1-400x600.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3574\/I7A0652-2-2-600x800-1-800x1200.png 2.000x\" alt=\"I7A0652-2-2-600&#215;800\" width=\"600\" height=\"800\" class=\"\"><\/picture>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"block-timeline__secondary-image-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<picture class=\"\" alt=\"\"><source media=\"(min-width: 992px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3573\/Audience-fun-best-1-600x800-1-600x800.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3573\/Audience-fun-best-1-600x800-1-1200x1600.png 2.000x\"><source media=\"(min-width: 768px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3573\/Audience-fun-best-1-600x800-1-500x700.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3573\/Audience-fun-best-1-600x800-1-1000x1400.png 2.000x\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3573\/Audience-fun-best-1-600x800-1-400x600.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3573\/Audience-fun-best-1-600x800-1-800x1200.png 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3573\/Audience-fun-best-1-600x800-1-400x600.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3573\/Audience-fun-best-1-600x800-1-400x600.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3573\/Audience-fun-best-1-600x800-1-800x1200.png 2.000x\" alt=\"Audience-fun-best-1-600&#215;800\" width=\"600\" height=\"800\" class=\"\"><\/picture>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"block-timeline__content-container glide__slide row\" data-index=\"9\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"col-12 col-lg-5\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"block-timeline__content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"block-timeline__year\">2018<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"block-timeline__heading\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h2>\u2018You Were Born To Speak\u2019<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"block-timeline__content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<p>Passionate about sharing his learnings more universally, Richard spent years writing his first book &#8216;You Were Born To Speak&#8217;, which on launch day ranked as #1 best-seller in both hardcover and Kindle editions. He has since gone on to be covered by Sky TV, Channel 5 News, Daily Telegraph, The Guardian, Forbes Magazine and The Huffington Post, and regularly appears on BBC Radio London.<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"col-12 col-lg-6 offset-lg-1 p-lg-0\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"block-timeline__images-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"block-timeline__image-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<picture class=\"\" alt=\"\"><source media=\"(min-width: 992px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3572\/richard_newman_expedia-0073-1-600x800-1-600x800.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3572\/richard_newman_expedia-0073-1-600x800-1-1200x1600.png 2.000x\"><source media=\"(min-width: 768px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3572\/richard_newman_expedia-0073-1-600x800-1-500x700.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3572\/richard_newman_expedia-0073-1-600x800-1-1000x1400.png 2.000x\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3572\/richard_newman_expedia-0073-1-600x800-1-400x600.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3572\/richard_newman_expedia-0073-1-600x800-1-800x1200.png 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3572\/richard_newman_expedia-0073-1-600x800-1-400x600.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3572\/richard_newman_expedia-0073-1-600x800-1-400x600.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3572\/richard_newman_expedia-0073-1-600x800-1-800x1200.png 2.000x\" alt=\"richard_newman_expedia-0073-1-600&#215;800\" width=\"600\" height=\"800\" class=\"\"><\/picture>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"block-timeline__content-container glide__slide row\" data-index=\"10\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"col-12 col-lg-5\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"block-timeline__content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"block-timeline__year\">2020<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"block-timeline__heading\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h2>A global pandemic = \u2028A pivot to virtual training<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"block-timeline__content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<p>With the arrival of Covid, a shift to home working became the norm for millions of people around the world, meaning suddenly that being able to effectively communicate on-screen became a crucial skill.\u2028\u2028As such, Body Talk quickly transformed our service offering to meet the new needs of our clients \u2013 in the environments that they were now having to work in.\u00a0<br \/>\r\n<br \/>\r\nEvolving our approach, we empowered multiple businesses to navigate the complex world of communications in lockdown, helping them emerge as better business leaders overall.<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"col-12 col-lg-6 offset-lg-1 p-lg-0\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"block-timeline__images-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"block-timeline__image-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<picture class=\"\" alt=\"\"><source media=\"(min-width: 992px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3571\/Effective-Hybrid-Meetings-1-1-600x800-1-600x800.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3571\/Effective-Hybrid-Meetings-1-1-600x800-1-1200x1600.png 2.000x\"><source media=\"(min-width: 768px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3571\/Effective-Hybrid-Meetings-1-1-600x800-1-500x700.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3571\/Effective-Hybrid-Meetings-1-1-600x800-1-1000x1400.png 2.000x\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3571\/Effective-Hybrid-Meetings-1-1-600x800-1-400x600.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3571\/Effective-Hybrid-Meetings-1-1-600x800-1-800x1200.png 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3571\/Effective-Hybrid-Meetings-1-1-600x800-1-400x600.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3571\/Effective-Hybrid-Meetings-1-1-600x800-1-400x600.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3571\/Effective-Hybrid-Meetings-1-1-600x800-1-800x1200.png 2.000x\" alt=\"Effective-Hybrid-Meetings-1-1-600&#215;800\" width=\"600\" height=\"800\" class=\"\"><\/picture>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"block-timeline__content-container glide__slide row\" data-index=\"11\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"col-12 col-lg-5\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"block-timeline__content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"block-timeline__year\">2023<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"block-timeline__heading\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h2>New challenges and new insights need a new book<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"block-timeline__content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<p>Richard&#8217;s second book, &#8216;Lift Your Impact: Transform Your Mindset, Influence, and Future to Elevate Your Work, Team, and Life&#8217; was published in April 2023. Derived from Body Talk\u2019s work in the corporate world, the book documents key techniques that can dramatically move the needle for business leaders, both personally and professionally. <br \/>\r\n<br \/>\r\nTopics covered include: how to lift yourself by adapting your physicality, how to lift your message by prioritising emotion, and how to lift your mind by honing your mindset to work at peak performance under pressure. Empowering readers to foster meaningful connections and create lasting success.<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"col-12 col-lg-6 offset-lg-1 p-lg-0\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"block-timeline__images-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"block-timeline__image-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<picture class=\"\" alt=\"\"><source media=\"(min-width: 992px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3570\/RN-book-photo-looking-at-book-1-600x800-1-600x800.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3570\/RN-book-photo-looking-at-book-1-600x800-1-1200x1600.png 2.000x\"><source media=\"(min-width: 768px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3570\/RN-book-photo-looking-at-book-1-600x800-1-500x700.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3570\/RN-book-photo-looking-at-book-1-600x800-1-1000x1400.png 2.000x\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3570\/RN-book-photo-looking-at-book-1-600x800-1-400x600.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3570\/RN-book-photo-looking-at-book-1-600x800-1-800x1200.png 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3570\/RN-book-photo-looking-at-book-1-600x800-1-400x600.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3570\/RN-book-photo-looking-at-book-1-600x800-1-400x600.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3570\/RN-book-photo-looking-at-book-1-600x800-1-800x1200.png 2.000x\" alt=\"RN-book-photo-looking-at-book-1-600&#215;800\" width=\"600\" height=\"800\" class=\"\"><\/picture>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"block-timeline__content-container glide__slide row\" data-index=\"12\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"col-12 col-lg-5\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"block-timeline__content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"block-timeline__year\">2024<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"block-timeline__heading\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h2>Sharing the wisdom of a life\u2019s work at TEDx<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"block-timeline__content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<p>Invited to give a talk at the University of Bristol, Richard added his unique flair to their \u2018Connection\u2019 series of TEDx Talks. Distilling the Body Talk approach down to just three key points, Richard got the audience up on their feet to demonstrate his salient points on understanding the brain, storytelling and communication.<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"col-12 col-lg-6 offset-lg-1 p-lg-0\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"block-timeline__images-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"block-timeline__image-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<picture class=\"\" alt=\"\"><source media=\"(min-width: 992px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3569\/IMG_7979-1-1-600x800-1-600x800.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3569\/IMG_7979-1-1-600x800-1-1200x1600.png 2.000x\"><source media=\"(min-width: 768px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3569\/IMG_7979-1-1-600x800-1-500x700.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3569\/IMG_7979-1-1-600x800-1-1000x1400.png 2.000x\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3569\/IMG_7979-1-1-600x800-1-400x600.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3569\/IMG_7979-1-1-600x800-1-800x1200.png 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3569\/IMG_7979-1-1-600x800-1-400x600.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3569\/IMG_7979-1-1-600x800-1-400x600.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3569\/IMG_7979-1-1-600x800-1-800x1200.png 2.000x\" alt=\"IMG_7979-1-1-600&#215;800\" width=\"600\" height=\"800\" class=\"\"><\/picture>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"block-timeline__content-container glide__slide row\" data-index=\"13\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"col-12 col-lg-5\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"block-timeline__content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<span class=\"block-timeline__year\">2024<\/span>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"block-timeline__heading\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<h2>And beyond\u2026<\/h2>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"block-timeline__content\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t<p>Body Talk has since grown to a team of passionate people who deliver over 2000 bookings per year, delivering coaching and workshops in many different languages, for clients all over the world. If you would like to be part of Body Talk <a href=\"\/about-us\/careers\/\">learn more about joining the team<\/a>.<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"col-12 col-lg-6 offset-lg-1 p-lg-0\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"block-timeline__images-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"block-timeline__image-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<picture class=\"\" alt=\"\"><source media=\"(min-width: 992px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3568\/89fc0332e493ae5f38396c3d681a3f29-scaled-600x800-1-600x800.webp 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3568\/89fc0332e493ae5f38396c3d681a3f29-scaled-600x800-1-1200x1600.webp 2.000x\"><source media=\"(min-width: 768px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3568\/89fc0332e493ae5f38396c3d681a3f29-scaled-600x800-1-500x700.webp 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3568\/89fc0332e493ae5f38396c3d681a3f29-scaled-600x800-1-1000x1400.webp 2.000x\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3568\/89fc0332e493ae5f38396c3d681a3f29-scaled-600x800-1-400x600.webp 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3568\/89fc0332e493ae5f38396c3d681a3f29-scaled-600x800-1-800x1200.webp 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3568\/89fc0332e493ae5f38396c3d681a3f29-scaled-600x800-1-400x600.webp\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3568\/89fc0332e493ae5f38396c3d681a3f29-scaled-600x800-1-400x600.webp 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3568\/89fc0332e493ae5f38396c3d681a3f29-scaled-600x800-1-800x1200.webp 2.000x\" alt=\"89fc0332e493ae5f38396c3d681a3f29-scaled-600&#215;800\" width=\"600\" height=\"800\" class=\"\"><\/picture>\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<div class=\"block-timeline__timeline-container\">\n\t\t\t\t\t\t<div class=\"glide__track\" data-glide-el=\"track\">\n\t\t\t\t\t\t\t<ul class=\"block-timeline__timeline glide__slides\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"block-timeline__timeline-item glide__slide\" data-index=\"0\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"slide-year\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"block-timeline__timeline-year \" data-index=\"0\">1995<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"vector-year-line\"><\/span>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span class=\"vector-lines\"><\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"block-timeline__timeline-item glide__slide\" data-index=\"1\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"slide-year\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"block-timeline__timeline-year \" data-index=\"1\">1997<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"vector-year-line\"><\/span>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span class=\"vector-lines\"><\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"block-timeline__timeline-item glide__slide\" data-index=\"2\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"slide-year\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"block-timeline__timeline-year \" data-index=\"2\">2000<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"vector-year-line\"><\/span>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span class=\"vector-lines\"><\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"block-timeline__timeline-item glide__slide\" data-index=\"3\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"slide-year\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"block-timeline__timeline-year \" data-index=\"3\">2000<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"vector-year-line\"><\/span>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span class=\"vector-lines\"><\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"block-timeline__timeline-item glide__slide\" data-index=\"4\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"slide-year\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"block-timeline__timeline-year \" data-index=\"4\">2000<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"vector-year-line\"><\/span>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span class=\"vector-lines\"><\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"block-timeline__timeline-item glide__slide\" data-index=\"5\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"slide-year\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"block-timeline__timeline-year \" data-index=\"5\">2004<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"vector-year-line\"><\/span>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span class=\"vector-lines\"><\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"block-timeline__timeline-item glide__slide\" data-index=\"6\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"slide-year\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"block-timeline__timeline-year \" data-index=\"6\">2007<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"vector-year-line\"><\/span>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span class=\"vector-lines\"><\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"block-timeline__timeline-item glide__slide\" data-index=\"7\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"slide-year\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"block-timeline__timeline-year \" data-index=\"7\">2012<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"vector-year-line\"><\/span>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span class=\"vector-lines\"><\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"block-timeline__timeline-item glide__slide\" data-index=\"8\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"slide-year\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"block-timeline__timeline-year \" data-index=\"8\">2014<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"vector-year-line\"><\/span>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span class=\"vector-lines\"><\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"block-timeline__timeline-item glide__slide\" data-index=\"9\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"slide-year\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"block-timeline__timeline-year \" data-index=\"9\">2018<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"vector-year-line\"><\/span>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span class=\"vector-lines\"><\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"block-timeline__timeline-item glide__slide\" data-index=\"10\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"slide-year\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"block-timeline__timeline-year \" data-index=\"10\">2020<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"vector-year-line\"><\/span>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span class=\"vector-lines\"><\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"block-timeline__timeline-item glide__slide\" data-index=\"11\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"slide-year\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"block-timeline__timeline-year \" data-index=\"11\">2023<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"vector-year-line\"><\/span>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span class=\"vector-lines\"><\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"block-timeline__timeline-item glide__slide\" data-index=\"12\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"slide-year\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"block-timeline__timeline-year \" data-index=\"12\">2024<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"vector-year-line\"><\/span>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span class=\"vector-lines\"><\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"block-timeline__timeline-item glide__slide\" data-index=\"13\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"slide-year\">\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"block-timeline__timeline-year year-override\" data-index=\"13\">And beyond<\/span>\n\t\t\t\t\t\t\t\t\t\t\t<span class=\"vector-year-line\"><\/span>\n\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<span class=\"vector-lines\"><\/span>\n\t\t\t\t\t\t\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t<\/section>\n\n\n\n<section id=\"\" class=\"title-body meet-the-founder-title  pad-top--0 pad-bottom--1   main js-sticky-section block\">\n\t<div class=\"grid-container\">\n\t\t<div class=\"row align-items-start\">\n\t\t\t<div class=\"col-12 col-md-6\" data-aos=\"fade-up\">\n\t\t\t\t<p class=\"overline\"><\/p>\t\t\t\t<h2 class=\"title-body__heading\">Our values<\/h2>\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"col-12 col-md-6 title-body__content-col\" data-aos=\"fade-up\" data-aos-delay=\"150\">\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"wysiwyg\">\n\t\t\t\t\t\t\t<p>As a team, we have a set of deep-rooted principles that guide our approach.<\/p>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t<div class=\"button-container\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t<\/div>\n<\/section>\n\n\n\n<section id=\"\" class=\"ways-to-learn   pad-top--2 pad-bottom--2   js-sticky-section block\">\n\t<div class=\"grid-container\">\n\t\t<div class=\"row\">\n\t\t\t\t\t\t\t<div class=\"col col-12 col-sm-6 col-lg-3\" data-aos=\"fade-up\" data-aos-delay=\"100\">\n\t\t\t\t\t<aside class=\"ways-to-learn__item part-of-four\">\n\t\t\t\t\t\t<img decoding=\"async\" loading=\"lazy\" width=\"40\" height=\"70\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2024\/07\/empowerment.svg\" alt=\"empowerment]\" class=\"ways-to-learn__item__icon\" alt=\"\" \/>\t\t\t\t\t\t<h3 class=\"h4\">Empowerment<\/h3>\n\t\t\t\t\t\t<p>The work we do every day empowers people to define who they become tomorrow. Arming both our clients and our internal team with the tools, techniques and knowledge to achieve new and powerful outcomes.<\/p>\n\t\t\t\t\t\t<br \/>\n<b>Warning<\/b>:  Undefined array key &#8220;button_link&#8221; in <b>\/home\/devtwentytwo\/public_html\/ukbodytalk\/wp-content\/themes\/bodytalk\/blocks\/ways-to-learn\/block-ways-to-learn.php<\/b> on line <b>26<\/b><br \/>\n\t\t\t\t\t<\/aside>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"col col-12 col-sm-6 col-lg-3\" data-aos=\"fade-up\" data-aos-delay=\"200\">\n\t\t\t\t\t<aside class=\"ways-to-learn__item part-of-four\">\n\t\t\t\t\t\t<img decoding=\"async\" loading=\"lazy\" width=\"40\" height=\"70\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2024\/07\/passion.svg\" alt=\"passion\" class=\"ways-to-learn__item__icon\" alt=\"\" \/>\t\t\t\t\t\t<h3 class=\"h4\">Passion<\/h3>\n\t\t\t\t\t\t<p>We keep our humanity at the heart of our approach; playful and passionate by nature. As a team, this passion underpins our shared vision, purpose and methodology \u2013 positioning us as a united, global force for excellence.<\/p>\n\t\t\t\t\t\t<br \/>\n<b>Warning<\/b>:  Undefined array key &#8220;button_link&#8221; in <b>\/home\/devtwentytwo\/public_html\/ukbodytalk\/wp-content\/themes\/bodytalk\/blocks\/ways-to-learn\/block-ways-to-learn.php<\/b> on line <b>26<\/b><br \/>\n\t\t\t\t\t<\/aside>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"col col-12 col-sm-6 col-lg-3\" data-aos=\"fade-up\" data-aos-delay=\"300\">\n\t\t\t\t\t<aside class=\"ways-to-learn__item part-of-four\">\n\t\t\t\t\t\t<img decoding=\"async\" loading=\"lazy\" width=\"40\" height=\"70\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2024\/07\/inspiration.svg\" alt=\"inspiration\" class=\"ways-to-learn__item__icon\" alt=\"\" \/>\t\t\t\t\t\t<h3 class=\"h4\">Inspiration<\/h3>\n\t\t\t\t\t\t<p>We seek to amaze. Creating experiences that enlighten, inform and inspire \u2013 transforming both people and businesses. Connecting with others through unique learning experiences.<\/p>\n\t\t\t\t\t\t<br \/>\n<b>Warning<\/b>:  Undefined array key &#8220;button_link&#8221; in <b>\/home\/devtwentytwo\/public_html\/ukbodytalk\/wp-content\/themes\/bodytalk\/blocks\/ways-to-learn\/block-ways-to-learn.php<\/b> on line <b>26<\/b><br \/>\n\t\t\t\t\t<\/aside>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"col col-12 col-sm-6 col-lg-3\" data-aos=\"fade-up\" data-aos-delay=\"400\">\n\t\t\t\t\t<aside class=\"ways-to-learn__item part-of-four\">\n\t\t\t\t\t\t<img decoding=\"async\" loading=\"lazy\" width=\"40\" height=\"70\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2024\/07\/collab.svg\" alt=\"collab\" class=\"ways-to-learn__item__icon\" alt=\"\" \/>\t\t\t\t\t\t<h3 class=\"h4\">Collaboration<\/h3>\n\t\t\t\t\t\t<p>Nurturing meaningful, long-term partnerships. Valuing the differences that define us as individuals and the science that connects us as people.<\/p>\n\t\t\t\t\t\t<br \/>\n<b>Warning<\/b>:  Undefined array key &#8220;button_link&#8221; in <b>\/home\/devtwentytwo\/public_html\/ukbodytalk\/wp-content\/themes\/bodytalk\/blocks\/ways-to-learn\/block-ways-to-learn.php<\/b> on line <b>26<\/b><br \/>\n\t\t\t\t\t<\/aside>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n    <\/div>\n<\/section>\n\n\n\n<section id=\"\" class=\"team  bg--grey pad-top--2 pad-bottom--2   js-sticky-section block\">\n    <div class=\"grid-container\">\n\t\t<div class=\"row\">\n\t\t\t<div class=\"col col-12 col-lg-6 col-xl-5\" data-aos=\"fade-up\">\n\t\t\t\t<h2 class=\"team__heading\">Our trainers<\/h2>\t\t\t\t<p><strong>Enjoy dedicated, tailored support from a team of industry specialists. Each a master in their field and a practitioner in the Body Talk way.<\/strong><br \/>\r\n<br \/>\r\nBecoming a Body Talk trainer doesn\u2019t happen overnight. We hand-select communications experts who are at the top of their field and then we train them over a period of 18-months, to master our unique approach.\u00a0<br \/>\r\n<br \/>\r\nThis means that not only do we take on people with true heart and passion for what we do, but that no matter which trainer you work with, you\u2019ll get the same exceptional experience and results.<br \/>\r\n<\/p>\n\t\t\t\t\n\t\t\t\t<ul class=\"inline-buttons\">\n\t\t\t\t\t\t\t\t\t\t\t<a href=\"\/about-us\/meet-the-team\/\" class=\"btn button button--magenta button--large\" target=\"\" >Meet our trainers<svg width=\"17\" height=\"16\" viewBox=\"0 0 17 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\"><path d=\"M8.00391 0.426757L7.75781 0.672851C7.58203 0.848632 7.58203 1.09473 7.75781 1.27051L14.0156 7.52832L0.796875 7.52832C0.585937 7.52832 0.375 7.73926 0.375 7.9502L0.375 8.30176C0.375 8.54785 0.585937 8.72363 0.796875 8.72363L14.0156 8.72363L7.75781 15.0166C7.58203 15.1924 7.58203 15.4385 7.75781 15.6143L8.00391 15.8604C8.17969 16.0361 8.42578 16.0361 8.60156 15.8604L16.0195 8.44238C16.1953 8.2666 16.1953 8.02051 16.0195 7.84473L8.60156 0.426757C8.42578 0.250976 8.17969 0.250976 8.00391 0.426757Z\" fill=\"#181423\"\/><\/svg><\/a>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/ul>\n\t\t\t<\/div>\n\n\t\t\t<div class=\"col col-12 col-lg-6 offset-xl-1\">\n\t\t\t\t<div class=\"team__image-grid\">\n\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"team__image\" data-aos=\"fade\" data-aos-delay=\"100\" style=\"z-index: 1\">\n\t\t\t\t\t\t\t<picture alt=\"Richard Newman profile image\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3313\/UKBT_061223-10-A-1-525x650.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3313\/UKBT_061223-10-A-1-1050x1300.jpg 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3313\/UKBT_061223-10-A-1-525x650.jpg\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3313\/UKBT_061223-10-A-1-525x650.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3313\/UKBT_061223-10-A-1-1050x1300.jpg 2.000x\" alt=\"UKBT_061223 10 A\" width=\"525\" height=\"650\" class=\"\"><\/picture>\t\t\t\t\t\t\t<div class=\"team__image__tooltip\">\n\t\t\t\t\t\t\t\t<span class=\"icon\">\n\t\t\t\t\t\t\t\t\t<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n\t\t\t\t\t\t\t\t\t\t<circle cx=\"12\" cy=\"12\" r=\"12\" fill=\"white\"\/>\n\t\t\t\t\t\t\t\t\t\t<path d=\"M11.9313 7.41845C12.1268 7.41845 12.3101 7.36945 12.4812 7.27144C12.6584 7.1673 12.7958 7.02948 12.8936 6.85796C12.9975 6.68645 13.0494 6.49962 13.0494 6.29747C13.0494 6.00345 12.9394 5.75536 12.7194 5.55322C12.4995 5.35107 12.2368 5.25 11.9313 5.25C11.638 5.25 11.3814 5.35107 11.1614 5.55322C10.9476 5.74923 10.8406 5.99119 10.8406 6.2791C10.8406 6.48124 10.8895 6.67113 10.9873 6.84877C11.085 7.02029 11.2164 7.15812 11.3814 7.26225C11.5524 7.36639 11.7357 7.41845 11.9313 7.41845ZM14.1492 17.25L14.25 16.5149L12.7836 16.1842V9.34801L12.5545 9.1183L9.97912 9.32963L9.85998 10.0279L11.2439 10.5333V16.1842L9.85998 16.5241L9.75 17.25H14.1492Z\" fill=\"black\"\/>\n\t\t\t\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<div class=\"profile-link\">\n\t\t\t\t\t\t\t\t\t<h3 class=\"h6\">Richard Newman<\/h3>\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/about-us\/meet-the-team\/richard-newman\/\">View profile<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"team__image\" data-aos=\"fade\" data-aos-delay=\"200\" style=\"z-index: 0\">\n\t\t\t\t\t\t\t<picture alt=\"Alina Jenkins profile image\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3300\/UKBT_061223-142-A-1-525x650.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3300\/UKBT_061223-142-A-1-1050x1300.jpg 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3300\/UKBT_061223-142-A-1-525x650.jpg\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3300\/UKBT_061223-142-A-1-525x650.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3300\/UKBT_061223-142-A-1-1050x1300.jpg 2.000x\" alt=\"UKBT_061223 142 A\" width=\"525\" height=\"650\" class=\"\"><\/picture>\t\t\t\t\t\t\t<div class=\"team__image__tooltip\">\n\t\t\t\t\t\t\t\t<span class=\"icon\">\n\t\t\t\t\t\t\t\t\t<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n\t\t\t\t\t\t\t\t\t\t<circle cx=\"12\" cy=\"12\" r=\"12\" fill=\"white\"\/>\n\t\t\t\t\t\t\t\t\t\t<path d=\"M11.9313 7.41845C12.1268 7.41845 12.3101 7.36945 12.4812 7.27144C12.6584 7.1673 12.7958 7.02948 12.8936 6.85796C12.9975 6.68645 13.0494 6.49962 13.0494 6.29747C13.0494 6.00345 12.9394 5.75536 12.7194 5.55322C12.4995 5.35107 12.2368 5.25 11.9313 5.25C11.638 5.25 11.3814 5.35107 11.1614 5.55322C10.9476 5.74923 10.8406 5.99119 10.8406 6.2791C10.8406 6.48124 10.8895 6.67113 10.9873 6.84877C11.085 7.02029 11.2164 7.15812 11.3814 7.26225C11.5524 7.36639 11.7357 7.41845 11.9313 7.41845ZM14.1492 17.25L14.25 16.5149L12.7836 16.1842V9.34801L12.5545 9.1183L9.97912 9.32963L9.85998 10.0279L11.2439 10.5333V16.1842L9.85998 16.5241L9.75 17.25H14.1492Z\" fill=\"black\"\/>\n\t\t\t\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<div class=\"profile-link\">\n\t\t\t\t\t\t\t\t\t<h3 class=\"h6\">Alina Jenkins<\/h3>\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/about-us\/meet-the-team\/alina-jenkins\/\">View profile<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"team__image\" data-aos=\"fade\" data-aos-delay=\"300\" style=\"z-index: 3\">\n\t\t\t\t\t\t\t<picture alt=\"Charlie Evans profile image\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3316\/UKBT_061223-44-A-1-525x650.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3316\/UKBT_061223-44-A-1-1050x1300.jpg 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3316\/UKBT_061223-44-A-1-525x650.jpg\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3316\/UKBT_061223-44-A-1-525x650.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3316\/UKBT_061223-44-A-1-1050x1300.jpg 2.000x\" alt=\"UKBT_061223 44 A\" width=\"525\" height=\"650\" class=\"\"><\/picture>\t\t\t\t\t\t\t<div class=\"team__image__tooltip\">\n\t\t\t\t\t\t\t\t<span class=\"icon\">\n\t\t\t\t\t\t\t\t\t<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n\t\t\t\t\t\t\t\t\t\t<circle cx=\"12\" cy=\"12\" r=\"12\" fill=\"white\"\/>\n\t\t\t\t\t\t\t\t\t\t<path d=\"M11.9313 7.41845C12.1268 7.41845 12.3101 7.36945 12.4812 7.27144C12.6584 7.1673 12.7958 7.02948 12.8936 6.85796C12.9975 6.68645 13.0494 6.49962 13.0494 6.29747C13.0494 6.00345 12.9394 5.75536 12.7194 5.55322C12.4995 5.35107 12.2368 5.25 11.9313 5.25C11.638 5.25 11.3814 5.35107 11.1614 5.55322C10.9476 5.74923 10.8406 5.99119 10.8406 6.2791C10.8406 6.48124 10.8895 6.67113 10.9873 6.84877C11.085 7.02029 11.2164 7.15812 11.3814 7.26225C11.5524 7.36639 11.7357 7.41845 11.9313 7.41845ZM14.1492 17.25L14.25 16.5149L12.7836 16.1842V9.34801L12.5545 9.1183L9.97912 9.32963L9.85998 10.0279L11.2439 10.5333V16.1842L9.85998 16.5241L9.75 17.25H14.1492Z\" fill=\"black\"\/>\n\t\t\t\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<div class=\"profile-link\">\n\t\t\t\t\t\t\t\t\t<h3 class=\"h6\">Charlie Evans<\/h3>\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/about-us\/meet-the-team\/charlie-evans\/\">View profile<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"team__image\" data-aos=\"fade\" data-aos-delay=\"400\" style=\"z-index: 2\">\n\t\t\t\t\t\t\t<picture alt=\"Charlotte Murtagh profile image\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1567\/Charlotte-2-scaled-525x650.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1567\/Charlotte-2-scaled-1050x1300.jpg 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1567\/Charlotte-2-scaled-525x650.jpg\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1567\/Charlotte-2-scaled-525x650.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1567\/Charlotte-2-scaled-1050x1300.jpg 2.000x\" alt=\"Charlotte 2\" width=\"525\" height=\"650\" class=\"\"><\/picture>\t\t\t\t\t\t\t<div class=\"team__image__tooltip\">\n\t\t\t\t\t\t\t\t<span class=\"icon\">\n\t\t\t\t\t\t\t\t\t<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n\t\t\t\t\t\t\t\t\t\t<circle cx=\"12\" cy=\"12\" r=\"12\" fill=\"white\"\/>\n\t\t\t\t\t\t\t\t\t\t<path d=\"M11.9313 7.41845C12.1268 7.41845 12.3101 7.36945 12.4812 7.27144C12.6584 7.1673 12.7958 7.02948 12.8936 6.85796C12.9975 6.68645 13.0494 6.49962 13.0494 6.29747C13.0494 6.00345 12.9394 5.75536 12.7194 5.55322C12.4995 5.35107 12.2368 5.25 11.9313 5.25C11.638 5.25 11.3814 5.35107 11.1614 5.55322C10.9476 5.74923 10.8406 5.99119 10.8406 6.2791C10.8406 6.48124 10.8895 6.67113 10.9873 6.84877C11.085 7.02029 11.2164 7.15812 11.3814 7.26225C11.5524 7.36639 11.7357 7.41845 11.9313 7.41845ZM14.1492 17.25L14.25 16.5149L12.7836 16.1842V9.34801L12.5545 9.1183L9.97912 9.32963L9.85998 10.0279L11.2439 10.5333V16.1842L9.85998 16.5241L9.75 17.25H14.1492Z\" fill=\"black\"\/>\n\t\t\t\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<div class=\"profile-link\">\n\t\t\t\t\t\t\t\t\t<h3 class=\"h6\">Charlotte Murtagh<\/h3>\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/about-us\/meet-the-team\/charlotte-murtagh\/\">View profile<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"team__image\" data-aos=\"fade\" data-aos-delay=\"500\" style=\"z-index: 1\">\n\t\t\t\t\t\t\t<picture alt=\"Anna Raine profile image\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3943\/UKBT_260922-043-v2-1-scaled-525x650.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3943\/UKBT_260922-043-v2-1-scaled-1050x1300.jpg 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3943\/UKBT_260922-043-v2-1-scaled-525x650.jpg\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3943\/UKBT_260922-043-v2-1-scaled-525x650.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3943\/UKBT_260922-043-v2-1-scaled-1050x1300.jpg 2.000x\" alt=\"UKBT_260922 043 v2\" width=\"525\" height=\"650\" class=\"\"><\/picture>\t\t\t\t\t\t\t<div class=\"team__image__tooltip\">\n\t\t\t\t\t\t\t\t<span class=\"icon\">\n\t\t\t\t\t\t\t\t\t<svg width=\"24\" height=\"24\" viewBox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n\t\t\t\t\t\t\t\t\t\t<circle cx=\"12\" cy=\"12\" r=\"12\" fill=\"white\"\/>\n\t\t\t\t\t\t\t\t\t\t<path d=\"M11.9313 7.41845C12.1268 7.41845 12.3101 7.36945 12.4812 7.27144C12.6584 7.1673 12.7958 7.02948 12.8936 6.85796C12.9975 6.68645 13.0494 6.49962 13.0494 6.29747C13.0494 6.00345 12.9394 5.75536 12.7194 5.55322C12.4995 5.35107 12.2368 5.25 11.9313 5.25C11.638 5.25 11.3814 5.35107 11.1614 5.55322C10.9476 5.74923 10.8406 5.99119 10.8406 6.2791C10.8406 6.48124 10.8895 6.67113 10.9873 6.84877C11.085 7.02029 11.2164 7.15812 11.3814 7.26225C11.5524 7.36639 11.7357 7.41845 11.9313 7.41845ZM14.1492 17.25L14.25 16.5149L12.7836 16.1842V9.34801L12.5545 9.1183L9.97912 9.32963L9.85998 10.0279L11.2439 10.5333V16.1842L9.85998 16.5241L9.75 17.25H14.1492Z\" fill=\"black\"\/>\n\t\t\t\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t\t\t<div class=\"profile-link\">\n\t\t\t\t\t\t\t\t\t<h3 class=\"h6\">Anna Raine<\/h3>\n\t\t\t\t\t\t\t\t\t<a href=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/about-us\/meet-the-team\/anna-raine\/\">View profile<\/a>\n\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n<\/section>\n\n\n\n\n<section id=\"contact\" class=\"contact-form  bg--dark-purple     contact-form--dark-bg js-sticky-section block\" data-enquiry-page=\"Our Story\">\n\t<div class=\"grid-container\">\n\t\t<div class=\"row\">\n\t\t\t<div class=\"col-12 col-md-5\" data-aos=\"fade-up\">\n\t\t\t\t<h2 class=\"contact-form__heading\">Learn the secrets of long-term confidence and results<\/h2>\t\t\t\t\t\t\t\t<div class=\"wysiwyg\">\n\t\t\t\t\tIf you want to empower yourself and your teams to become more confident, engaging and inspiring, we can help &#8211; at your headquarters or online wherever you are in the world.<br \/>\r\n<br \/>\r\nTake the first step by completing the form.\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t<div class=\"col-12 col-md-6 offset-md-1\" data-aos=\"fade-up\" data-aos-delay=\"150\">\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t<script>\n\t\t\t\t\t\t\twindow.hsFormsOnReady = window.hsFormsOnReady || [];\n\t\t\t\t\t\t\twindow.hsFormsOnReady.push(()=>{\n\t\t\t\t\t\t\t\thbspt.forms.create({\n\t\t\t\t\t\t\t\t\tportalId: 4311802,\n\t\t\t\t\t\t\t\t\tformId: \"077ed33d-65c9-4bc3-bbee-9c0081837c5e\",\n\t\t\t\t\t\t\t\t\ttarget: \"#hbspt-form-1779482318000-3120981861\",\n\t\t\t\t\t\t\t\t\tregion: \"na1\",\n\t\t\t\t\t\t\t\t\t\n\t\t\t\t\t\t\t})});\n\t\t\t\t\t\t<\/script>\n\t\t\t\t\t\t<div class=\"hbspt-form\" id=\"hbspt-form-1779482318000-3120981861\"><\/div>\t\t\t\t\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t\n\t<\/div>\n\n\t\t\t<picture class=\"\" alt=\"\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1235\/Learn-the-secrets-800x800.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1235\/Learn-the-secrets-1600x1600.png 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1235\/Learn-the-secrets-800x800.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1235\/Learn-the-secrets-800x800.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1235\/Learn-the-secrets-1600x1600.png 2.000x\" alt=\"Learn the secrets\" width=\"800\" height=\"800\" class=\"\"><\/picture>\t<\/section>\n\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":true,"content-type":"","footnotes":""},"training_type":[],"group_size":[],"training_duration":[],"class_list":["post-3558","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Our Story - Body Talk<\/title>\n<meta name=\"description\" content=\"Discover the history, purpose and vision of Body Talk \u2013 a passionate team of trainers in communication, led by Founder Richard Newman.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-json\/wp\/v2\/pages\/3558\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Our Story - Body Talk\" \/>\n<meta property=\"og:description\" content=\"Discover the history, purpose and vision of Body Talk \u2013 a passionate team of trainers in communication, led by Founder Richard Newman.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/our-story\/\" \/>\n<meta property=\"og:site_name\" content=\"Body Talk\" \/>\n<meta property=\"article:modified_time\" content=\"2024-08-09T12:53:53+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/our-story\/\",\"url\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/our-story\/\",\"name\":\"Our Story - Body Talk\",\"isPartOf\":{\"@id\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/#website\"},\"datePublished\":\"2024-06-06T13:34:30+00:00\",\"dateModified\":\"2024-08-09T12:53:53+00:00\",\"description\":\"Discover the history, purpose and vision of Body Talk \u2013 a passionate team of trainers in communication, led by Founder Richard Newman.\",\"breadcrumb\":{\"@id\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/our-story\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/our-story\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/our-story\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Our Story\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/#website\",\"url\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/\",\"name\":\"Body Talk\",\"description\":\"The Science of Communication\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-GB\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Our Story - Body Talk","description":"Discover the history, purpose and vision of Body Talk \u2013 a passionate team of trainers in communication, led by Founder Richard Newman.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-json\/wp\/v2\/pages\/3558","og_locale":"en_GB","og_type":"article","og_title":"Our Story - Body Talk","og_description":"Discover the history, purpose and vision of Body Talk \u2013 a passionate team of trainers in communication, led by Founder Richard Newman.","og_url":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/our-story\/","og_site_name":"Body Talk","article_modified_time":"2024-08-09T12:53:53+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/our-story\/","url":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/our-story\/","name":"Our Story - Body Talk","isPartOf":{"@id":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/#website"},"datePublished":"2024-06-06T13:34:30+00:00","dateModified":"2024-08-09T12:53:53+00:00","description":"Discover the history, purpose and vision of Body Talk \u2013 a passionate team of trainers in communication, led by Founder Richard Newman.","breadcrumb":{"@id":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/our-story\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/dev.twentytwo.digital\/ukbodytalk\/our-story\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/our-story\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/"},{"@type":"ListItem","position":2,"name":"Our Story"}]},{"@type":"WebSite","@id":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/#website","url":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/","name":"Body Talk","description":"The Science of Communication","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"}]}},"_links":{"self":[{"href":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-json\/wp\/v2\/pages\/3558","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-json\/wp\/v2\/comments?post=3558"}],"version-history":[{"count":0,"href":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-json\/wp\/v2\/pages\/3558\/revisions"}],"wp:attachment":[{"href":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-json\/wp\/v2\/media?parent=3558"}],"wp:term":[{"taxonomy":"training_type","embeddable":true,"href":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-json\/wp\/v2\/training_type?post=3558"},{"taxonomy":"group_size","embeddable":true,"href":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-json\/wp\/v2\/group_size?post=3558"},{"taxonomy":"training_duration","embeddable":true,"href":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-json\/wp\/v2\/training_duration?post=3558"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}