{"id":512,"date":"2023-03-15T18:46:33","date_gmt":"2023-03-15T18:46:33","guid":{"rendered":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/?page_id=512"},"modified":"2025-08-11T16:06:51","modified_gmt":"2025-08-11T15:06:51","slug":"leadership-communication-skills-training","status":"publish","type":"page","link":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/training-solutions\/leadership-communication-skills-training\/","title":{"rendered":"Leadership Communication Skills"},"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       js-sticky-section block \">\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<p class=\"hero__subheading\">TRANSFORMATIONAL SKILLS<\/p>\t\t\t\t<h1 class=\"hero__heading\"><span>LEADERSHIP<\/span> COMMUNICATION SKILLS<\/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\">Learn how powerful communication techniques can make you a highly effective leader. Motivate teams, empower your people and convey your message with clarity and empathy. <\/p>\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"hero__cta\" href=\"#training\">\n\t\t\t\t\t\t\t\t<span><\/span>\n\t\t\t\t\t\t\t\tFind your training programme\t\t\t\t\t\t\t<\/a>\n\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\/2191\/Advanced-Storytelling-Skills-4-1610x800.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2191\/Advanced-Storytelling-Skills-4-3220x1600.png 2.000x\"><source media=\"(min-width: 768px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2191\/Advanced-Storytelling-Skills-4-768x1024.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2191\/Advanced-Storytelling-Skills-4-1536x2048.png 2.000x\"><source media=\"(min-width: 0px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2191\/Advanced-Storytelling-Skills-4-375x677.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2191\/Advanced-Storytelling-Skills-4-750x1354.png 2.000x\"><img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2191\/Advanced-Storytelling-Skills-4-375x677.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2191\/Advanced-Storytelling-Skills-4-375x677.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2191\/Advanced-Storytelling-Skills-4-750x1354.png 2.000x\" alt=\"Advanced Storytelling Skills\" 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.sticky-navigation {\n  position: sticky;\n  top: 70px;\n  z-index: 10;\n  background-color: var(--off-white);\n}\n@media (min-width: 769px) {\n  .sticky-navigation {\n    padding: 0 35px;\n  }\n}\n@media (min-width: 1315px) {\n  .sticky-navigation {\n    top: 90px;\n  }\n}\n.sticky-navigation:before {\n  content: \"\";\n  position: absolute;\n  height: 1px;\n  background-color: var(--light-grey);\n  position: absolute;\n  top: 0;\n  width: calc(100% - 48px);\n  left: 24px;\n}\n@media (min-width: 769px) {\n  .sticky-navigation:before {\n    width: calc(100% - 70px);\n    left: 35px;\n    top: auto;\n    bottom: 0;\n  }\n}\n.sticky-navigation .grid-container {\n  padding: 0 24px;\n}\n@media (min-width: 769px) {\n  .sticky-navigation .grid-container {\n    border-left: 1px solid var(--light-grey);\n    padding: 0 var(--desktop-gutter);\n  }\n}\n.sticky-navigation ul {\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  max-width: 1200px;\n  margin: 0 auto;\n}\n.sticky-navigation li {\n  position: relative;\n  padding: 10px 0 8px;\n  display: block;\n  color: var(--black);\n  cursor: pointer;\n  -webkit-box-flex: 1;\n      -ms-flex: 1;\n          flex: 1;\n  text-align: center;\n  font-size: 12px;\n  height: 38px;\n  -webkit-transition: 0.1s;\n  transition: 0.1s;\n}\n@media (min-width: 769px) {\n  .sticky-navigation li {\n    font-size: inherit;\n    padding: 15px 0;\n    height: 56px;\n  }\n}\n.sticky-navigation li.is-active, .sticky-navigation li:hover {\n  font-weight: 700;\n}\n.sticky-navigation li.is-active:before, .sticky-navigation li:hover:before {\n  opacity: 1;\n}\n.sticky-navigation li:hover:before {\n  opacity: 1;\n}\n.sticky-navigation li:before {\n  content: \"\";\n  width: 100%;\n  height: 1px;\n  background-color: var(--magenta);\n  position: absolute;\n  bottom: 0;\n  left: 0;\n  opacity: 0;\n}\n.sticky-navigation--dark {\n  background-color: var(--black);\n  border-bottom: 1px solid rgba(255, 255, 255, 0.3);\n}\n.sticky-navigation--dark:before {\n  display: none;\n}\n.sticky-navigation--dark li {\n  color: var(--white);\n}\n.sticky-navigation--dark li:before {\n  content: \"\";\n  bottom: -1px;\n}\n.sticky-navigation--dark .grid-container {\n  border-left: 0;\n}\n\n.filters + .block-training-programmes {\n  margin-top: 0.9375rem;\n}\n@media (min-width: 769px) {\n  .filters + .block-training-programmes {\n    margin-top: 3.75rem;\n  }\n}\n\n.filters:before {\n  content: none;\n}\n.filters .grid-container {\n  border: none;\n}\n.filters ul {\n  -ms-flex-wrap: wrap;\n      flex-wrap: wrap;\n}\n.filters ul li {\n  width: 50%;\n  -webkit-box-flex: 1;\n      -ms-flex: auto;\n          flex: auto;\n}\n@media (min-width: 530px) {\n  .filters ul li {\n    -webkit-box-flex: 1;\n        -ms-flex: 1;\n            flex: 1;\n  }\n}\n\/*# sourceMappingURL=block-sticky-navigation.css.map *\/\n<\/style>\n<section id=\"\" class=\"sticky-navigation      sticky-navigation--dark 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<ul>\n\t\t\t\t\t\t\t\t\t\t\t<li class=\"js-sticky-nav-link\" data-section=\"advantages\">Advantages<\/li>\n\t\t\t\t\t\t\t\t\t\t\t<li class=\"js-sticky-nav-link\" data-section=\"training\">Training<\/li>\n\t\t\t\t\t\t\t\t\t\t\t<li class=\"js-sticky-nav-link\" data-section=\"resources\">Resources<\/li>\n\t\t\t\t\t\t\t\t\t<\/ul>\n\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n<\/section>\n\n\n\n<section id=\"advantages\" class=\"benefits       js-sticky-section block\">\n    <div class=\"grid-container\">\n\t\t<div class=\"row\">\n\t\t<div class=\"col col-xl-4\" data-aos=\"fade-up\">\n\t\t\t<div class=\"benefits__lede\">\n\t\t\t<h2 class=\"benefits__heading\">Training that proves great leaders are made, not born.<\/h2>\t\t\t<p>Good leaders are listeners as well as speakers. Our courses not only help you to build trust and respect by the way you talk and act, but also develop empathy and deeper connections with your team.<\/p>\t\t\t<\/div>\n\t\t<\/div>\n\t\t<div class=\"col col-xl-8\" data-aos=\"fade-up\" data-aos-delay=\"150\">\n\t\t\t<div class=\"benefits__grid benefits--8\">\n\t\t\t\t\t\t\t<div class=\"benefits__card\">\n\t\t\t\t\t<img decoding=\"async\" loading=\"lazy\" width=\"100\" height=\"100\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2023\/03\/Greater-respect-and-influence.svg\" alt=\"Greater respect and influence\" class=\"\" alt=\"\" \/>\t\t\t\t\t<span>Trusting relationships<\/span>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"benefits__card\">\n\t\t\t\t\t<img decoding=\"async\" loading=\"lazy\" width=\"100\" height=\"100\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2023\/03\/Unified-purposeful-team.svg\" alt=\"Unified, purposeful team\" class=\"\" alt=\"\" \/>\t\t\t\t\t<span>Unified, purposeful teams<\/span>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"benefits__card\">\n\t\t\t\t\t<img decoding=\"async\" loading=\"lazy\" width=\"100\" height=\"100\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2023\/03\/Conflicts-identified-and-resolved-1.svg\" alt=\"Conflicts identified and resolved\" class=\"\" alt=\"\" \/>\t\t\t\t\t<span>Conflicts identified and resolved <\/span>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"benefits__card\">\n\t\t\t\t\t<img decoding=\"async\" loading=\"lazy\" width=\"100\" height=\"100\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2023\/03\/Effective-change-management-1.svg\" alt=\"Effective change management\" class=\"\" alt=\"\" \/>\t\t\t\t\t<span>Effective change management<\/span>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"benefits__card\">\n\t\t\t\t\t<img decoding=\"async\" loading=\"lazy\" width=\"100\" height=\"100\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2023\/03\/Faster-sign-off-1.svg\" alt=\"Faster sign off\" class=\"\" alt=\"\" \/>\t\t\t\t\t<span>Productive meetings<\/span>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"benefits__card\">\n\t\t\t\t\t<img decoding=\"async\" loading=\"lazy\" width=\"100\" height=\"100\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2023\/03\/Tap-into-emotion-and-create-urgency-1.svg\" alt=\"Tap into emotion and create urgency\" class=\"\" alt=\"\" \/>\t\t\t\t\t<span>Greater workforce satisfaction<\/span>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"benefits__card\">\n\t\t\t\t\t<img decoding=\"async\" loading=\"lazy\" width=\"100\" height=\"100\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2023\/03\/Improved-productivity-2.svg\" alt=\"Improved productivity 2\" class=\"\" alt=\"\" \/>\t\t\t\t\t<span>Improved productivity<\/span>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t\t<div class=\"benefits__card\">\n\t\t\t\t\t<img decoding=\"async\" loading=\"lazy\" width=\"100\" height=\"100\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2023\/03\/Targerts-achieved.svg\" alt=\"Targerts achieved\" class=\"\" alt=\"\" \/>\t\t\t\t\t<span>Targets and goals met<\/span>\n\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n\t<picture class=\"block-benefits__image\" alt=\"\"><source media=\"(min-width: 992px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/342\/benefits-bg-1600x600.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/342\/benefits-bg-3200x1200.jpg 2.000x\"><source media=\"(min-width: 768px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/342\/benefits-bg-768x982.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/342\/benefits-bg-1536x1964.jpg 2.000x\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/342\/benefits-bg-375x1400.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/342\/benefits-bg-750x2800.jpg 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/342\/benefits-bg-375x1400.jpg\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/342\/benefits-bg-375x1400.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/342\/benefits-bg-750x2800.jpg 2.000x\" alt=\"benefits-bg\" width=\"1600\" height=\"600\" class=\"\"><\/picture><\/section>\n\n\n\n\n<section id=\"training\" class=\"title-body    pad-bottom--0   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\">Which communication skill do you need to improve?<\/h2>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"wysiwyg mt-4\">\n\t\t\t\t\t\t\t<p><span style=\"font-weight: 400\">Courses will be geared towards your team and your business, focused on the situations you need to address and the outcomes you want to achieve. <\/span><\/p>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\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\n\t\t\t\t\t<div class=\"video-container\" id=\"video_container\" data-video=\"https:\/\/vimeo.com\/842220143\">\n\t\t\t\t\t\t<iframe title=\"Video\" class=\"inline-video\" width=\"100%\" height=\"100%\" src=\"https:\/\/player.vimeo.com\/video\/842220143?controls=false&#038;playsinline=true&#038;muted=false&#038;api=1\" frameborder=\"0\" allowfullscreen allow=\"autoplay\"><\/iframe>\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"bg-image\">\n\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"2560\" height=\"1707\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2023\/11\/Sarah-Smith-scaled.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2023\/11\/Sarah-Smith-scaled.jpg 2560w, https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2023\/11\/Sarah-Smith-300x200.jpg 300w, https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2023\/11\/Sarah-Smith-1024x683.jpg 1024w, https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2023\/11\/Sarah-Smith-768x512.jpg 768w, https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2023\/11\/Sarah-Smith-1536x1024.jpg 1536w, https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2023\/11\/Sarah-Smith-2048x1365.jpg 2048w\" sizes=\"auto, (max-width: 2560px) 100vw, 2560px\" \/>\t\t\t\t\t\t\t\t<div class=\"video-play\">\n\t\t\t\t\t\t\t\t\t<img decoding=\"async\" loading=\"lazy\" width=\"83\" height=\"83\" src=\"\/wp-content\/themes\/bodytalk\/assets\/images\/play-white.svg\" alt=\"Play video\" \/>\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\n\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\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\n\n\n\n<section id=\"training\" class=\"block-training-programmes   pad-top--2 pad-bottom--0   js-sticky-section block\" data-block=\"training\">\n\t<div class=\"grid-container\">\n\t\t<div class=\"row\" data-aos=\"fade-up\">\n\t\t\t<div class=\"training-programmes\">\n\t\t\t\t\t\t<a href=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/training-solutions\/executive-personal-communication-coaching\/\" class=\"training-programmes__card  \" data-tags=\"[&quot;in-person&quot;,&quot;virtual&quot;]\">\n\t<ul class=\"inline-tags\">\n\t\t<li class=\"inline-tags--icon in-person\">1:1<\/li><li class=\"inline-tags--icon duration\">up to 3-hours<\/li>\t\t\t<\/ul>\n\t<span class=\"training-programmes__card__content\">\n\t\t<h2 class=\"h3\">Personal Coaching<\/h2>\n\t\t\t\t<p>Personal, tailored sessions to prepare for an important event or elevate your skillset.<\/p>\n\t\t\t\t<span><\/span>\n\t<\/span>\n\t<picture alt=\"Personal Coaching thumbnail\" class=\"post-card__image\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1640\/Executive-personal-training-featured-500x500-ct.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1640\/Executive-personal-training-featured-600x600-ct.png 1.200x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1640\/Executive-personal-training-featured-500x500-ct.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1640\/Executive-personal-training-featured-500x500-ct.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1640\/Executive-personal-training-featured-600x600-ct.png 1.200x\" alt=\"Executive-personal-training-featured\" width=\"500\" height=\"500\" class=\"\"><\/picture><\/a>\n\t\t\t\t\t\t<a href=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/courses\/thrive-through-change\/\" class=\"training-programmes__card  \" data-tags=\"[&quot;in-person&quot;]\">\n\t<ul class=\"inline-tags\">\n\t\t<li class=\"inline-tags--icon in-person\">Small group<\/li><li class=\"inline-tags--icon duration\">1 day<\/li>\t\t\t<\/ul>\n\t<span class=\"training-programmes__card__content\">\n\t\t<h2 class=\"h3\">Thrive Through Change<\/h2>\n\t\t\t\t<p>Encourage teams to embrace change as an opportunity for renewal and growth.<\/p>\n\t\t\t\t<span><\/span>\n\t<\/span>\n\t<picture alt=\"Thrive Through Change thumbnail\" class=\"post-card__image\"><source media=\"(min-width: 0px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2068\/Thrive-through-change-1-1-415x415-ct.png 0.830x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2068\/Thrive-through-change-1-1-415x415-ct.png 0.830x\"><img loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2068\/Thrive-through-change-1-1-415x415-ct.png 0.830x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2068\/Thrive-through-change-1-1-415x415-ct.png 0.830x\" alt=\"Thrive through change-1\" width=\"500\" height=\"500\" class=\"\"><\/picture><\/a>\n\t\t\t\t\t\t<a href=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/courses\/conflict-resolution-training\/\" class=\"training-programmes__card  \" data-tags=\"[&quot;in-person&quot;,&quot;virtual&quot;]\">\n\t<ul class=\"inline-tags\">\n\t\t<li class=\"inline-tags--icon in-person\">Small group<\/li><li class=\"inline-tags--icon duration\">1 day<\/li>\t\t\t<\/ul>\n\t<span class=\"training-programmes__card__content\">\n\t\t<h2 class=\"h3\">Conflict Resolution<\/h2>\n\t\t\t\t<p>Learn communication techniques to resolve conflicts in the workplace and create a win-win scenario out of difficult situations.<\/p>\n\t\t\t\t<span><\/span>\n\t<\/span>\n\t<picture alt=\"Conflict Resolution thumbnail\" class=\"post-card__image\"><source media=\"(min-width: 0px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2426\/Deeper-Conversations-1-3-415x415-ct.png 0.830x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2426\/Deeper-Conversations-1-3-415x415-ct.png 0.830x\"><img loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2426\/Deeper-Conversations-1-3-415x415-ct.png 0.830x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2426\/Deeper-Conversations-1-3-415x415-ct.png 0.830x\" alt=\"Deeper Conversations-1\" width=\"500\" height=\"500\" class=\"\"><\/picture><\/a>\n\t\t\t\t\t\t<a href=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/training-solutions\/business-storytelling\/\" class=\"training-programmes__card  \" data-tags=\"[]\">\n\t<ul class=\"inline-tags\">\n\t\t\t\t\t<\/ul>\n\t<span class=\"training-programmes__card__content\">\n\t\t<h2 class=\"h3\">Business Storytelling<\/h2>\n\t\t\t\t<p>Take your audience with you on a journey of discovery and revelation.<\/p>\n\t\t\t\t<span><\/span>\n\t<\/span>\n\t<picture alt=\"Business Storytelling thumbnail\" class=\"post-card__image\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2315\/Chetan-Storytelling-2-scaled-500x500-ct.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2315\/Chetan-Storytelling-2-scaled-1000x1000-ct.jpg 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2315\/Chetan-Storytelling-2-scaled-500x500-ct.jpg\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2315\/Chetan-Storytelling-2-scaled-500x500-ct.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2315\/Chetan-Storytelling-2-scaled-1000x1000-ct.jpg 2.000x\" alt=\"Business Storytelling\" width=\"500\" height=\"500\" class=\"\"><\/picture><\/a>\n\t\t\t\t\t\t<a href=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/courses\/giving-and-receiving-feedback-masterclass\/\" class=\"training-programmes__card  \" data-tags=\"[&quot;in-person&quot;,&quot;virtual&quot;,&quot;masterclass&quot;]\">\n\t<ul class=\"inline-tags\">\n\t\t<li class=\"inline-tags--icon in-person\">Large group<\/li><li class=\"inline-tags--icon duration\">60-90 minutes<\/li>\t\t\t<\/ul>\n\t<span class=\"training-programmes__card__content\">\n\t\t<h2 class=\"h3\">Giving and Receiving Feedback Masterclass<\/h2>\n\t\t\t\t<p>Equip learners with the skills and mindset to engage in constructive feedback exchanges.<\/p>\n\t\t\t\t<span><\/span>\n\t<\/span>\n\t<picture alt=\"Giving and Receiving Feedback Masterclass thumbnail\" class=\"post-card__image\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3625\/K8A8653-copy-scaled-500x500-ct.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3625\/K8A8653-copy-scaled-1000x1000-ct.jpg 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3625\/K8A8653-copy-scaled-500x500-ct.jpg\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3625\/K8A8653-copy-scaled-500x500-ct.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3625\/K8A8653-copy-scaled-1000x1000-ct.jpg 2.000x\" alt=\"Body Talk\" width=\"500\" height=\"500\" class=\"\"><\/picture><\/a>\n\t\t\t\t\t\t<a href=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/courses\/team-dynamics-mbti\/\" class=\"training-programmes__card  \" data-tags=\"[&quot;in-person&quot;]\">\n\t<ul class=\"inline-tags\">\n\t\t<li class=\"inline-tags--icon in-person\">Small group<\/li><li class=\"inline-tags--icon duration\">1 day<\/li>\t\t\t<\/ul>\n\t<span class=\"training-programmes__card__content\">\n\t\t<h2 class=\"h3\">Team Dynamics (MBTI)<\/h2>\n\t\t\t\t<p>Understanding your team\u2019s personality preference types will help them build self-awareness and work better together.<\/p>\n\t\t\t\t<span><\/span>\n\t<\/span>\n\t<picture alt=\"Team Dynamics (MBTI) thumbnail\" class=\"post-card__image\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2324\/Emily-Conflict-Resolution-scaled-500x500-ct.jpeg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2324\/Emily-Conflict-Resolution-scaled-1000x1000-ct.jpeg 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2324\/Emily-Conflict-Resolution-scaled-500x500-ct.jpeg\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2324\/Emily-Conflict-Resolution-scaled-500x500-ct.jpeg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2324\/Emily-Conflict-Resolution-scaled-1000x1000-ct.jpeg 2.000x\" alt=\"Emily Conflict Resolution\" width=\"500\" height=\"500\" class=\"\"><\/picture><\/a>\n\t\t\t\t\t\t<a href=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/courses\/peak-performance-mindset-masterclass\/\" class=\"training-programmes__card  \" data-tags=\"[&quot;in-person&quot;,&quot;virtual&quot;,&quot;masterclass&quot;]\">\n\t<ul class=\"inline-tags\">\n\t\t<li class=\"inline-tags--icon in-person\">Large group<\/li><li class=\"inline-tags--icon duration\">1-3 hours<\/li>\t\t\t<\/ul>\n\t<span class=\"training-programmes__card__content\">\n\t\t<h2 class=\"h3\">Peak Performance Mindset Masterclass<\/h2>\n\t\t\t\t<p>Become the best version of yourself in all areas of business, but especially when you need to make that crucial pitch, presentation or speech.<\/p>\n\t\t\t\t<span><\/span>\n\t<\/span>\n\t<picture alt=\"Peak Performance Mindset Masterclass thumbnail\" class=\"post-card__image\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2326\/Richard-PPM-500x500-ct.jpeg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2326\/Richard-PPM-1066x1066-ct.jpeg 2.132x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2326\/Richard-PPM-500x500-ct.jpeg\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2326\/Richard-PPM-500x500-ct.jpeg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/2326\/Richard-PPM-1066x1066-ct.jpeg 2.132x\" alt=\"Richard PPM\" width=\"500\" height=\"500\" class=\"\"><\/picture><\/a>\n\t\t\t\t\t\t<a href=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/courses\/impact-influence\/\" class=\"training-programmes__card  \" data-tags=\"[&quot;in-person&quot;,&quot;virtual&quot;]\">\n\t<ul class=\"inline-tags\">\n\t\t<li class=\"inline-tags--icon in-person\">Small group<\/li><li class=\"inline-tags--icon duration\">1-2 days<\/li>\t\t\t<\/ul>\n\t<span class=\"training-programmes__card__content\">\n\t\t<h2 class=\"h3\">Impact &amp; Influence<\/h2>\n\t\t\t\t<p>You and your teams can learn how to be strong, confident communicators in this high-energy Impact &#038; Influence training.<\/p>\n\t\t\t\t<span><\/span>\n\t<\/span>\n\t<picture alt=\"Impact &amp; Influence thumbnail\" class=\"post-card__image\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1991\/Hero-2-500x500-ct.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1991\/Hero-2-1607x1607-ct.png 3.214x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1991\/Hero-2-500x500-ct.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1991\/Hero-2-500x500-ct.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1991\/Hero-2-1607x1607-ct.png 3.214x\" alt=\"Hero (2)\" width=\"500\" height=\"500\" class=\"\"><\/picture><\/a>\n\t\t\t\t\t\t<a href=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/courses\/media-skills\/\" class=\"training-programmes__card  \" data-tags=\"[&quot;in-person&quot;]\">\n\t<ul class=\"inline-tags\">\n\t\t<li class=\"inline-tags--icon in-person\">Small group<\/li><li class=\"inline-tags--icon duration\">1 day<\/li>\t\t\t<\/ul>\n\t<span class=\"training-programmes__card__content\">\n\t\t<h2 class=\"h3\">Media Skills<\/h2>\n\t\t\t\t<p>Learn how to handle interviews and press conferences so that you convey your key points effectively and professionally.<\/p>\n\t\t\t\t<span><\/span>\n\t<\/span>\n\t<picture alt=\"Media Skills thumbnail\" class=\"post-card__image\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3624\/K8A8481-copy-scaled-500x500-ct.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3624\/K8A8481-copy-scaled-1000x1000-ct.jpg 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3624\/K8A8481-copy-scaled-500x500-ct.jpg\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3624\/K8A8481-copy-scaled-500x500-ct.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3624\/K8A8481-copy-scaled-1000x1000-ct.jpg 2.000x\" alt=\"Body Talk\" width=\"500\" height=\"500\" class=\"\"><\/picture><\/a>\n\t\t\t\n\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t\t<div class=\"no-cards\">\n\t\t\t<div class=\"row\">\n\t\t\t\t<div class=\"col-12 text-center\">\n\t\t\t\t\t<p class=\"h4\">Sorry, no training programmes matched your filter<\/p>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n<\/section>\n\n\n\n<section id=\"\" class=\"block-video-carousel  theme--light     js-sticky-section block \">\n\t<div class=\"grid-container glide\">\n\t\t<div class=\"row mb-4\">\n\t\t\t<div class=\"col-12 col-md-6 text-center text-md-start\">\n\t\t\t\t\t\t\t\t\t<div class=\"heading-container\">\n\t\t\t\t\t\t<h3 class=\"heading\">Meet Your Coaches<\/h3>\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"content-container mt-4\">\n\t\t\t\t\t\t<p>Communication specialists drawing from a wealth of techniques and experience in broadcasting, journalism, national television and theatre.<\/p>\n\t\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 d-flex align-items-end justify-content-center justify-content-md-end mt-4 mt-md-0\">\n\n\t\t\t\t<div class=\"glide__arrows \" data-glide-el=\"controls\">\n\t\t\t\t\t<span class=\"glide_prev glide_pag\"><img decoding=\"async\" src=\"\/wp-content\/themes\/bodytalk\/assets\/images\/arrow-right-black.svg\" \/><\/span>\n\t\t\t\t\t<span class=\"slide-count\"><\/span>\n\t\t\t\t\t<span class=\"glide_next glide_pag\"><img decoding=\"async\" src=\"\/wp-content\/themes\/bodytalk\/assets\/images\/arrow-right-black.svg\" \/><\/span>\n\t\t\t\t<\/div>\n\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t<div class=\"row\">\n\t\t\t<div class=\"col-12\">\n\t\t\t\t<div class=\"video-outer\">\n\t\t\t\t\t<div class=\"video-wrap glide__track\" data-glide-el=\"track\">\n\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<div class=\"glide__slide\">\n\t\t\t\t\t\t\t\t\t\t\t\t\n<div class=\"video-card-coach video-card \" data-video='https:\/\/vimeo.com\/877582163'>\n\t<div class=\"video-play\">\n\t\t<img decoding=\"async\" loading=\"lazy\" width=\"83\" height=\"83\" alt=\"Video play button\" src=\"\/wp-content\/themes\/bodytalk\/assets\/images\/play-white.svg\" \/>\n\t<\/div>\n\n\t<iframe class=\"\" width=\"100%\" height=\"100%\" src=\"https:\/\/player.vimeo.com\/video\/877582163?controls=false&#038;playsinline=true&#038;muted=false&#038;api=1\" frameborder=\"0\" allowfullscreen allow=\"autoplay\"><\/iframe>\n\n\t<div class=\"video-card__thumbnail-container\">\n\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"675\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2024\/01\/UKBT_061223-46-B-1.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2024\/01\/UKBT_061223-46-B-1.jpg 1200w, https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2024\/01\/UKBT_061223-46-B-1-300x169.jpg 300w, https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2024\/01\/UKBT_061223-46-B-1-1024x576.jpg 1024w, https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2024\/01\/UKBT_061223-46-B-1-768x432.jpg 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\t<\/div>\n\t<div class=\"video-card-coach__details\">\n\t\t\t\t\t<span class=\"coach-name\">Charlie Evans<\/span>\n\t\t\n\t\t\t\t\t<span class=\"coach-job\">Psychotherapist, Actress &#038; Voice-Over Artist<\/span>\n\t\t\n\t\t\t\t\t<span class=\"coach-excerpt\">Charlie studied acting in both London and New York and is an accomplished and accredited, trained actress. She is also a qualified and inspiring psychotherapist tailoring therapy and coaching to the individual client, integrating the affective, behavioural, cognitive and psychological systems to gain insight and understanding of one\u2019s issues.\n<\/span>\n\t\t\t<\/div>\n<\/div>\n\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 class=\"glide__slide\">\n\t\t\t\t\t\t\t\t\t\t\t\t\n<div class=\"video-card-coach video-card \" data-video='https:\/\/vimeo.com\/844567202'>\n\t<div class=\"video-play\">\n\t\t<img decoding=\"async\" loading=\"lazy\" width=\"83\" height=\"83\" alt=\"Video play button\" src=\"\/wp-content\/themes\/bodytalk\/assets\/images\/play-white.svg\" \/>\n\t<\/div>\n\n\t<iframe class=\"\" width=\"100%\" height=\"100%\" src=\"https:\/\/player.vimeo.com\/video\/844567202?controls=false&#038;playsinline=true&#038;muted=false&#038;api=1\" frameborder=\"0\" allowfullscreen allow=\"autoplay\"><\/iframe>\n\n\t<div class=\"video-card__thumbnail-container\">\n\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"675\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2024\/01\/UKBT_061223-142-B-1.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2024\/01\/UKBT_061223-142-B-1.jpg 1200w, https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2024\/01\/UKBT_061223-142-B-1-300x169.jpg 300w, https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2024\/01\/UKBT_061223-142-B-1-1024x576.jpg 1024w, https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2024\/01\/UKBT_061223-142-B-1-768x432.jpg 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\t<\/div>\n\t<div class=\"video-card-coach__details\">\n\t\t\t\t\t<span class=\"coach-name\">Alina Jenkins<\/span>\n\t\t\n\t\t\t\t\t<span class=\"coach-job\">Award-Winning BBC Presenter, Radio &#038; Podcast Host and Executive Coach<\/span>\n\t\t\n\t\t\t\t\t<span class=\"coach-excerpt\">Alina Jenkins is an award-winning BBC presenter &#038; broadcaster with a background in communicating science. She is also a keynote speaker, executive coach and hosts our podcasts.<\/span>\n\t\t\t<\/div>\n<\/div>\n\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 class=\"glide__slide\">\n\t\t\t\t\t\t\t\t\t\t\t\t\n<div class=\"video-card-coach video-card \" data-video='https:\/\/vimeo.com\/844612050'>\n\t<div class=\"video-play\">\n\t\t<img decoding=\"async\" loading=\"lazy\" width=\"83\" height=\"83\" alt=\"Video play button\" src=\"\/wp-content\/themes\/bodytalk\/assets\/images\/play-white.svg\" \/>\n\t<\/div>\n\n\t<iframe class=\"\" width=\"100%\" height=\"100%\" src=\"https:\/\/player.vimeo.com\/video\/844612050?controls=false&#038;playsinline=true&#038;muted=false&#038;api=1\" frameborder=\"0\" allowfullscreen allow=\"autoplay\"><\/iframe>\n\n\t<div class=\"video-card__thumbnail-container\">\n\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"675\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2024\/01\/UKBT_061223-10-B-1.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2024\/01\/UKBT_061223-10-B-1.jpg 1200w, https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2024\/01\/UKBT_061223-10-B-1-300x169.jpg 300w, https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2024\/01\/UKBT_061223-10-B-1-1024x576.jpg 1024w, https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2024\/01\/UKBT_061223-10-B-1-768x432.jpg 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\t<\/div>\n\t<div class=\"video-card-coach__details\">\n\t\t\t\t\t<span class=\"coach-name\">Richard Newman<\/span>\n\t\t\n\t\t\t\t\t<span class=\"coach-job\">Founder &#038; CEO, Best-Selling Author, Podcast Host, Conference Speaker &#038; Coach<\/span>\n\t\t\n\t\t\t\t\t<span class=\"coach-excerpt\">Richard Newman is an award-winning expert in Leadership Communication, Storytelling and Influence, working in advanced communication since 1995.<\/span>\n\t\t\t<\/div>\n<\/div>\n\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 class=\"glide__slide\">\n\t\t\t\t\t\t\t\t\t\t\t\t\n<div class=\"video-card-coach video-card \" data-video='https:\/\/vimeo.com\/844582254'>\n\t<div class=\"video-play\">\n\t\t<img decoding=\"async\" loading=\"lazy\" width=\"83\" height=\"83\" alt=\"Video play button\" src=\"\/wp-content\/themes\/bodytalk\/assets\/images\/play-white.svg\" \/>\n\t<\/div>\n\n\t<iframe class=\"\" width=\"100%\" height=\"100%\" src=\"https:\/\/player.vimeo.com\/video\/844582254?controls=false&#038;playsinline=true&#038;muted=false&#038;api=1\" frameborder=\"0\" allowfullscreen allow=\"autoplay\"><\/iframe>\n\n\t<div class=\"video-card__thumbnail-container\">\n\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"675\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2024\/01\/UKBT_061223-167-B.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2024\/01\/UKBT_061223-167-B.jpg 1200w, https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2024\/01\/UKBT_061223-167-B-300x169.jpg 300w, https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2024\/01\/UKBT_061223-167-B-1024x576.jpg 1024w, https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2024\/01\/UKBT_061223-167-B-768x432.jpg 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\t<\/div>\n\t<div class=\"video-card-coach__details\">\n\t\t\t\t\t<span class=\"coach-name\">Emily Fairman<\/span>\n\t\t\n\t\t\t\t\t<span class=\"coach-job\">Writer, TV Actress &#038; Voice-Over Artist<\/span>\n\t\t\n\t\t\t\t\t<span class=\"coach-excerpt\">Emily started her career working with the Guardian News Group, writing and producing corporate films &#038; audio programmes for clients.<\/span>\n\t\t\t<\/div>\n<\/div>\n\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 class=\"glide__slide\">\n\t\t\t\t\t\t\t\t\t\t\t\t\n<div class=\"video-card-coach video-card \" data-video='https:\/\/vimeo.com\/877590147'>\n\t<div class=\"video-play\">\n\t\t<img decoding=\"async\" loading=\"lazy\" width=\"83\" height=\"83\" alt=\"Video play button\" src=\"\/wp-content\/themes\/bodytalk\/assets\/images\/play-white.svg\" \/>\n\t<\/div>\n\n\t<iframe class=\"\" width=\"100%\" height=\"100%\" src=\"https:\/\/player.vimeo.com\/video\/877590147?controls=false&#038;playsinline=true&#038;muted=false&#038;api=1\" frameborder=\"0\" allowfullscreen allow=\"autoplay\"><\/iframe>\n\n\t<div class=\"video-card__thumbnail-container\">\n\t\t<img loading=\"lazy\" decoding=\"async\" width=\"1200\" height=\"675\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2024\/01\/UKBT_061223-105-B.jpg\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2024\/01\/UKBT_061223-105-B.jpg 1200w, https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2024\/01\/UKBT_061223-105-B-300x169.jpg 300w, https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2024\/01\/UKBT_061223-105-B-1024x576.jpg 1024w, https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2024\/01\/UKBT_061223-105-B-768x432.jpg 768w\" sizes=\"auto, (max-width: 1200px) 100vw, 1200px\" \/>\t<\/div>\n\t<div class=\"video-card-coach__details\">\n\t\t\t\t\t<span class=\"coach-name\">Jamie Richards<\/span>\n\t\t\n\t\t\t\t\t<span class=\"coach-job\">BBC TV Actor, Stage Performer &#038; Voice Actor<\/span>\n\t\t\n\t\t\t\t\t<span class=\"coach-excerpt\">Following 3 years training at The Oxford School of Drama, Jamie has been working internationally as a professional actor for the past 17 years.<\/span>\n\t\t\t<\/div>\n<\/div>\n\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<\/div>\n\t\t\t\t\t<\/div>\n\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=\"\" class=\"title-body   pad-top--0 pad-bottom--0   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\">Case study<\/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>Learn how we helped Aldi to build a three year development program to improve advanced communication skills and coaching.<\/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\n<section id=\"\" class=\"block-case-study-carousel   pad-top--2    js-sticky-section block\">\n\t<div class=\"grid-container\">\n\t\t<div class=\"row\" data-aos=\"fade-up\">\n\t\t\t<div class=\"col\">\n\t\t\t\t<div class=\"case-study-carousel js-csc glide\">\n\t\t\t\t\t<div class=\"glide__track\" data-glide-el=\"track\">\n\t\t\t\t\t\t<ul class=\"glide__slides\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<li class=\"glide__slide\" data-permalink=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/case-studies\/aldi\/\">\n\t\t\t\t\t\t\t\t<div class=\"case-study-carousel__slide\">\n\t\t\t\t\t\t\t\t\t<div>\n\t\t\t\t\t\t\t\t\t\t<ul class=\"inline-tags\">\n\t\t\t\t\t\t\t\t\t\t\t<li>Case study<\/li>\n\t\t\t\t\t\t\t\t\t\t<\/ul>\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<p>\u201cThe course you delivered was the best I have experienced in my career.\u201d<\/p>\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<span>Aldi, Retail<\/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<\/div>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<picture class=\"case-study-carousel__slide__logo\" alt=\"\"><source media=\"(min-width: 992px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1727\/Aldi-logo-260x260.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1727\/Aldi-logo-520x520.png 2.000x\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1727\/Aldi-logo-130x130.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1727\/Aldi-logo-260x260.png 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1727\/Aldi-logo-130x130.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1727\/Aldi-logo-130x130.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1727\/Aldi-logo-260x260.png 2.000x\" alt=\"Aldi logo\" width=\"260\" height=\"260\" class=\"\"><\/picture>\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<picture class=\"case-study-carousel__slide__bg-image\" alt=\"\"><source media=\"(min-width: 992px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/348\/SandostGSwed_044-1-1300x545.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/348\/SandostGSwed_044-1-2600x1090.jpg 2.000x\"><source media=\"(min-width: 768px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/348\/SandostGSwed_044-1-720x280.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/348\/SandostGSwed_044-1-1440x560.jpg 2.000x\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/348\/SandostGSwed_044-1-328x306.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/348\/SandostGSwed_044-1-656x612.jpg 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/348\/SandostGSwed_044-1-328x306.jpg\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/348\/SandostGSwed_044-1-328x306.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/348\/SandostGSwed_044-1-656x612.jpg 2.000x\" alt=\"SandostGSwed_044 1\" width=\"1300\" height=\"545\" class=\"\"><\/picture>\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<\/li>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/ul>\n\t\t\t\t\t<\/div>\n\n\t\t\t\t\t<div class=\"case-study-carousel__ui\">\n\t\t\t\t\t\t<a href=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/case-studies\/aldi\/\" class=\"case-study-carousel__cta js-csc-link\">\n\t\t\t\t\t\t\t<span><\/span>\n\t\t\t\t\t\t\tView the Case Study\n\t\t\t\t\t\t<\/a>\n\n\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<\/div>\n<\/section>\n\n\n\n\n\t\t<section id=\"\"\t\tclass=\"block-video block-video-modal   pad-top--0 pad-bottom--0   block-video--vimeo js-sticky-section block\">\n\t\t<div class=\"grid-container\" data-aos=\"fade\">\n\t\t\t<div class=\"row\">\n\t\t\t\t<div class=\"col\">\n\t\t\t\t\t<a class=\"video\" href='#' data-video='https:\/\/player.vimeo.com\/video\/842230609?playsinline=true&#038;muted=false&#038;api=1&#038;texttrack=en-x-autogen&#038;controls=false'>\n\t\t\t\t\t\t<iframe title=\"Video\" class=\"inline-video\" width=\"100%\" height=\"100%\"\n\t\t\t\t\t\t\tsrc=\"https:\/\/player.vimeo.com\/video\/842230609?playsinline=true&#038;muted=false&#038;api=1&#038;texttrack=en-x-autogen&#038;controls=false\" frameborder=\"0\" allowfullscreen allow=\"autoplay\"><\/iframe>\n\n\t\t\t\t\t\t\t\t\t\t\t\t\t<div class=\"bg-image\">\n\t\t\t\t\t\t\t\t<img loading=\"lazy\" decoding=\"async\" width=\"2046\" height=\"1154\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2023\/07\/why-bodytalk-thumbnail.webp\" class=\"attachment-post-thumbnail size-post-thumbnail wp-post-image\" alt=\"\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2023\/07\/why-bodytalk-thumbnail.webp 2046w, https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2023\/07\/why-bodytalk-thumbnail-300x169.webp 300w, https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2023\/07\/why-bodytalk-thumbnail-1024x578.webp 1024w, https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2023\/07\/why-bodytalk-thumbnail-768x433.webp 768w, https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2023\/07\/why-bodytalk-thumbnail-1536x866.webp 1536w\" sizes=\"auto, (max-width: 2046px) 100vw, 2046px\" \/>\t\t\t\t\t\t\t\t<div class=\"video-play\">\n\t\t\t\t\t\t\t\t\t<img loading=\"lazy\" width=\"83\" height=\"83\"\n\t\t\t\t\t\t\t\t\t\tsrc=\"\/wp-content\/themes\/bodytalk\/assets\/images\/play-white.svg\" alt=\"Play video\" \/>\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\t\t\t\t\t\t\t\t\t\t\t<\/a>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t<\/section>\n\n\n\n\n<section id=\"resources\" class=\"block-resources       block-resources__type-none js-sticky-section block\">\n\t<div class=\"resources\">\n\t\t<div class=\"grid-container\">\n\t\t\t\t\t\t<div class=\"row block-heading\" data-aos=\"fade-up\">\n\t\t\t\t<div class=\"col-12 block-resources__content-col\">\n\t\t\t\t\t<h2 class=\"block-heading__h2\">Related resources<\/h2>\t\t\t\t\t<a href=\"\/resources\/blogs\/\" class=\"btn button button--magenta button--large\" target=\"\" >View all<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<\/div>\n\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"row\" data-aos=\"fade-up\">\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"col-12 col-md-6 col-xl-4\">\n\t\t\t\t\t\t<article class=\"resources__article \">\n\t\t<a href=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/resources\/blogs\/smart-leadership\/\" class=\"resources__article__thumbnail\">\n\t\t<picture alt=\"Leadership Communication Skills article thumbnail\"><source media=\"(min-width: 992px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1781\/Garden-Leadership-495x248.jpeg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1781\/Garden-Leadership-990x496.jpeg 2.000x\"><source media=\"(min-width: 768px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1781\/Garden-Leadership-345x172.jpeg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1781\/Garden-Leadership-690x344.jpeg 2.000x\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1781\/Garden-Leadership-327x164.jpeg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1781\/Garden-Leadership-654x328.jpeg 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1781\/Garden-Leadership-327x164.jpeg\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1781\/Garden-Leadership-327x164.jpeg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1781\/Garden-Leadership-654x328.jpeg 2.000x\" alt=\"Leadership\" width=\"495\" height=\"248\" class=\"\"><\/picture>\t<\/a>\n\t\t<ul class=\"inline-tags inline-tags--dark\">\n\t\t\t\t\t\t\t\t<li>Blogs<\/li>\n\t\t\t\t\t\t<\/ul>\n\t<p class=\"h5\"><a href=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/resources\/blogs\/smart-leadership\/\">Smart Leadership: Look After The Garden and Watch Your Team Grow.<\/a><\/p>\n\t<div class=\"resources__article__meta\">\n\t\t<div class=\"avatar\"><img loading=\"lazy\" decoding=\"async\" width=\"80\" height=\"80\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3300\/UKBT_061223-142-A-1-80x80-c.jpg\" class=\"avatar\" alt=\"Alina Jenkins profile image\" \/><\/div>\n\t\t<span class=\"author\">\n\t\t\tby\n\t\t\t\t\t\t\t<a href=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/about-us\/meet-the-team\/alina-jenkins\/\">Alina Jenkins<\/a>\n\t\t\t\t\t<\/span>\n\t\t<span>8th Mar 2021<\/span>\n\t<\/div>\n<\/article>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"col-12 col-md-6 col-xl-4\">\n\t\t\t\t\t\t<article class=\"resources__article \">\n\t\t<a href=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/resources\/blogs\/storytelling-in-business\/\" class=\"resources__article__thumbnail\">\n\t\t<picture alt=\"Leadership Communication Skills article thumbnail\"><source media=\"(min-width: 992px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1200\/Storytelling-Image-495x248.jpeg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1200\/Storytelling-Image-990x496.jpeg 2.000x\"><source media=\"(min-width: 768px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1200\/Storytelling-Image-345x172.jpeg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1200\/Storytelling-Image-690x344.jpeg 2.000x\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1200\/Storytelling-Image-327x164.jpeg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1200\/Storytelling-Image-654x328.jpeg 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1200\/Storytelling-Image-327x164.jpeg\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1200\/Storytelling-Image-327x164.jpeg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1200\/Storytelling-Image-654x328.jpeg 2.000x\" alt=\"Storytelling-Image\" width=\"495\" height=\"248\" class=\"\"><\/picture>\t<\/a>\n\t\t<ul class=\"inline-tags inline-tags--dark\">\n\t\t\t\t\t\t\t\t<li>Blogs<\/li>\n\t\t\t\t\t\t<\/ul>\n\t<p class=\"h5\"><a href=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/resources\/blogs\/storytelling-in-business\/\">How To Use Storytelling in Business to Motivate Your Team<\/a><\/p>\n\t<div class=\"resources__article__meta\">\n\t\t<div class=\"avatar\"><img loading=\"lazy\" decoding=\"async\" width=\"80\" height=\"80\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3300\/UKBT_061223-142-A-1-80x80-c.jpg\" class=\"avatar\" alt=\"Alina Jenkins profile image\" \/><\/div>\n\t\t<span class=\"author\">\n\t\t\tby\n\t\t\t\t\t\t\t<a href=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/about-us\/meet-the-team\/alina-jenkins\/\">Alina Jenkins<\/a>\n\t\t\t\t\t<\/span>\n\t\t<span>9th Nov 2022<\/span>\n\t<\/div>\n<\/article>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t\t<div class=\"col-12 col-md-6 col-xl-4\">\n\t\t\t\t\t\t<article class=\"resources__article \">\n\t\t<a href=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/resources\/blogs\/leadership-communication-habits\/\" class=\"resources__article__thumbnail\">\n\t\t<picture alt=\"Leadership Communication Skills article thumbnail\"><source media=\"(min-width: 992px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1129\/Steve-Jobs-Blog-495x248.jpeg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1129\/Steve-Jobs-Blog-990x496.jpeg 2.000x\"><source media=\"(min-width: 768px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1129\/Steve-Jobs-Blog-345x172.jpeg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1129\/Steve-Jobs-Blog-690x344.jpeg 2.000x\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1129\/Steve-Jobs-Blog-327x164.jpeg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1129\/Steve-Jobs-Blog-654x328.jpeg 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1129\/Steve-Jobs-Blog-327x164.jpeg\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1129\/Steve-Jobs-Blog-327x164.jpeg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1129\/Steve-Jobs-Blog-654x328.jpeg 2.000x\" alt=\"Steve-Jobs-Blog\" width=\"495\" height=\"248\" class=\"\"><\/picture>\t<\/a>\n\t\t<ul class=\"inline-tags inline-tags--dark\">\n\t\t\t\t\t\t\t\t<li>Blogs<\/li>\n\t\t\t\t\t\t<\/ul>\n\t<p class=\"h5\"><a href=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/resources\/blogs\/leadership-communication-habits\/\">Leadership Communication: The Habits Of Great Leaders<\/a><\/p>\n\t<div class=\"resources__article__meta\">\n\t\t<div class=\"avatar\"><img loading=\"lazy\" decoding=\"async\" width=\"80\" height=\"80\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3325\/UKBT_061223-58-A-1-80x80-c.jpg\" class=\"avatar\" alt=\"Jennifer Bartram profile image\" \/><\/div>\n\t\t<span class=\"author\">\n\t\t\tby\n\t\t\t\t\t\t\t<a href=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/about-us\/meet-the-team\/jennifer-bartram\/\">Jennifer Bartram<\/a>\n\t\t\t\t\t<\/span>\n\t\t<span>3rd May 2022<\/span>\n\t<\/div>\n<\/article>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\n\t\t\t\t\t<\/div>\n\t<\/div>\n\t<\/section>\n\n\n\n\n<section id=\"\" class=\"contact-form       contact-form--dark-bg js-sticky-section block\" data-enquiry-page=\"Leadership Communication Skills\">\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 \u2013 at your headquarters or online, wherever you are in the world.<br \/>\r\n<br \/>\r\nTake the first step by requesting a free consultation session with a member of our team to discuss your requirements.\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-1779482705000-1975382454\",\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-1779482705000-1975382454\"><\/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\t<\/section>\n\n","protected":false},"excerpt":{"rendered":"<p>Convey your ideas with clarity to empower and support colleagues and stakeholders.<\/p>\n","protected":false},"author":12,"featured_media":2190,"parent":434,"menu_order":5,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":true,"content-type":"","footnotes":""},"training_type":[],"group_size":[],"training_duration":[],"class_list":["post-512","page","type-page","status-publish","has-post-thumbnail","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Leadership Communication Skills - Body Talk<\/title>\n<meta name=\"description\" content=\"Learn how to communicate effectively like a leader \u2013 motivate teams, empower your people and convey your message with clarity and empathy.\" \/>\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\/512\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Leadership Communication Skills - Body Talk\" \/>\n<meta property=\"og:description\" content=\"Learn how to communicate effectively like a leader \u2013 motivate teams, empower your people and convey your message with clarity and empathy.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/training-solutions\/leadership-communication-skills-training\/\" \/>\n<meta property=\"og:site_name\" content=\"Body Talk\" \/>\n<meta property=\"article:modified_time\" content=\"2025-08-11T15:06:51+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2023\/05\/Advanced-Storytelling-Skills-1-3.png\" \/>\n\t<meta property=\"og:image:width\" content=\"415\" \/>\n\t<meta property=\"og:image:height\" content=\"540\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Estimated reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"1 minute\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/training-solutions\/leadership-communication-skills-training\/\",\"url\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/training-solutions\/leadership-communication-skills-training\/\",\"name\":\"Leadership Communication Skills - Body Talk\",\"isPartOf\":{\"@id\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/training-solutions\/leadership-communication-skills-training\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/training-solutions\/leadership-communication-skills-training\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2023\/05\/Advanced-Storytelling-Skills-1-3.png\",\"datePublished\":\"2023-03-15T18:46:33+00:00\",\"dateModified\":\"2025-08-11T15:06:51+00:00\",\"description\":\"Learn how to communicate effectively like a leader \u2013 motivate teams, empower your people and convey your message with clarity and empathy.\",\"breadcrumb\":{\"@id\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/training-solutions\/leadership-communication-skills-training\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/training-solutions\/leadership-communication-skills-training\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/training-solutions\/leadership-communication-skills-training\/#primaryimage\",\"url\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2023\/05\/Advanced-Storytelling-Skills-1-3.png\",\"contentUrl\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2023\/05\/Advanced-Storytelling-Skills-1-3.png\",\"width\":415,\"height\":540},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/training-solutions\/leadership-communication-skills-training\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Training Solutions\",\"item\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/training-solutions\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Leadership Communication Skills\"}]},{\"@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":"Leadership Communication Skills - Body Talk","description":"Learn how to communicate effectively like a leader \u2013 motivate teams, empower your people and convey your message with clarity and empathy.","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\/512","og_locale":"en_GB","og_type":"article","og_title":"Leadership Communication Skills - Body Talk","og_description":"Learn how to communicate effectively like a leader \u2013 motivate teams, empower your people and convey your message with clarity and empathy.","og_url":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/training-solutions\/leadership-communication-skills-training\/","og_site_name":"Body Talk","article_modified_time":"2025-08-11T15:06:51+00:00","og_image":[{"width":415,"height":540,"url":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2023\/05\/Advanced-Storytelling-Skills-1-3.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Estimated reading time":"1 minute"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/training-solutions\/leadership-communication-skills-training\/","url":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/training-solutions\/leadership-communication-skills-training\/","name":"Leadership Communication Skills - Body Talk","isPartOf":{"@id":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/#website"},"primaryImageOfPage":{"@id":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/training-solutions\/leadership-communication-skills-training\/#primaryimage"},"image":{"@id":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/training-solutions\/leadership-communication-skills-training\/#primaryimage"},"thumbnailUrl":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2023\/05\/Advanced-Storytelling-Skills-1-3.png","datePublished":"2023-03-15T18:46:33+00:00","dateModified":"2025-08-11T15:06:51+00:00","description":"Learn how to communicate effectively like a leader \u2013 motivate teams, empower your people and convey your message with clarity and empathy.","breadcrumb":{"@id":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/training-solutions\/leadership-communication-skills-training\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/dev.twentytwo.digital\/ukbodytalk\/training-solutions\/leadership-communication-skills-training\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/training-solutions\/leadership-communication-skills-training\/#primaryimage","url":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2023\/05\/Advanced-Storytelling-Skills-1-3.png","contentUrl":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2023\/05\/Advanced-Storytelling-Skills-1-3.png","width":415,"height":540},{"@type":"BreadcrumbList","@id":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/training-solutions\/leadership-communication-skills-training\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/"},{"@type":"ListItem","position":2,"name":"Training Solutions","item":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/training-solutions\/"},{"@type":"ListItem","position":3,"name":"Leadership Communication Skills"}]},{"@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\/512","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\/12"}],"replies":[{"embeddable":true,"href":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-json\/wp\/v2\/comments?post=512"}],"version-history":[{"count":0,"href":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-json\/wp\/v2\/pages\/512\/revisions"}],"up":[{"embeddable":true,"href":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-json\/wp\/v2\/pages\/434"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-json\/wp\/v2\/media\/2190"}],"wp:attachment":[{"href":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-json\/wp\/v2\/media?parent=512"}],"wp:term":[{"taxonomy":"training_type","embeddable":true,"href":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-json\/wp\/v2\/training_type?post=512"},{"taxonomy":"group_size","embeddable":true,"href":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-json\/wp\/v2\/group_size?post=512"},{"taxonomy":"training_duration","embeddable":true,"href":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-json\/wp\/v2\/training_duration?post=512"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}