{"id":2141,"date":"2023-05-03T11:54:18","date_gmt":"2023-05-03T11:54:18","guid":{"rendered":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/?post_type=product&#038;p=2141"},"modified":"2024-12-17T18:15:01","modified_gmt":"2024-12-17T17:15:01","slug":"advanced-dynamic-presenter","status":"publish","type":"product","link":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/courses\/advanced-dynamic-presenter\/","title":{"rendered":"Advanced Dynamic Presenter"},"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.title-body-narrow {\n  max-width: 46.625rem;\n  position: relative;\n}\n.title-body-narrow__heading {\n  font-size: 26px;\n}\n@media only screen and (min-width: 320px) {\n  .title-body-narrow__heading {\n    font-size: calc(26px + 14 * (100vw - 320px) \/ (1720 - 320));\n  }\n}\n@media only screen and (min-width: 1720px) {\n  .title-body-narrow__heading {\n    font-size: 40px;\n  }\n}\n.title-body-narrow__heading {\n  font-weight: 600;\n  margin-bottom: 0;\n}\n.title-body-narrow__heading + .wysiwyg {\n  margin-top: 1.875rem;\n}\n.title-body-narrow .button-container {\n  margin-top: 1.875rem;\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  gap: 1rem;\n}\n\/*# sourceMappingURL=block-title-body-narrow.css.map *\/\n<\/style>\n<section id=\"\" class=\"title-body-narrow   pad-top--0    js-sticky-section block\">\n\t<div class=\"grid-container\">\n\t\t<div class=\"row \">\n\t\t\t<div class=\"col-12\" data-aos=\"fade-up\">\n\t\t\t\t<p class=\"overline\"><\/p>\t\t\t\t<h1 class=\"title-body-narrow__heading\">Introduction to Advanced Dynamic Presentation Skills<\/h1>\n\t\t\t\t\t\t\t\t<div class=\"wysiwyg\">\n\t\t\t\t\t<p><span style=\"font-weight: 400;\">A third day of training for those who have completed the Dynamic Presenter course to gain more confidence, presence and influence with audiences of any size, in all kinds of presentations. Here, we take it a stage further, introducing ways to gauge your audience, adapt your style to be more effective and pivot to handle difficult queries or objections.\u00a0<\/span><\/p>\n\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n<\/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.quote-image-narrow {\n  position: relative;\n}\n.quote-image-narrow .row {\n  display: block;\n  -webkit-box-align: center;\n      -ms-flex-align: center;\n          align-items: center;\n}\n@media (min-width: 769px) {\n  .quote-image-narrow .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    -webkit-box-pack: end;\n        -ms-flex-pack: end;\n            justify-content: flex-end;\n  }\n}\n.quote-image-narrow__image {\n  display: block;\n  background-color: var(--light-grey);\n  height: 0;\n  position: relative;\n  width: 100%;\n  overflow: hidden;\n}\n.quote-image-narrow__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}\n.quote-image-narrow__image {\n  height: auto;\n  border-radius: 16px;\n  overflow: hidden;\n  -webkit-mask-image: -webkit-radial-gradient(white, black);\n  aspect-ratio: 16\/9;\n  margin-bottom: 2rem;\n}\n@media (min-width: 680px) {\n  .quote-image-narrow__quote {\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: 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    margin-left: auto;\n  }\n}\n.quote-image-narrow__blockquote {\n  position: relative;\n  background-color: var(--white);\n  padding: 35px 20px;\n  border-radius: 0 0 16px 16px;\n}\n@media (min-width: 768px) {\n  .quote-image-narrow__blockquote {\n    padding: 40px;\n  }\n}\n.quote-image-narrow__blockquote p {\n  font-size: 18px;\n}\n@media only screen and (min-width: 320px) {\n  .quote-image-narrow__blockquote p {\n    font-size: calc(18px + 14 * (100vw - 320px) \/ (1720 - 320));\n  }\n}\n@media only screen and (min-width: 1720px) {\n  .quote-image-narrow__blockquote p {\n    font-size: 32px;\n  }\n}\n.quote-image-narrow__blockquote p {\n  line-height: 1.25;\n  font-weight: 600;\n  margin-bottom: 20px;\n  font-style: italic;\n}\n.quote-image-narrow__blockquote p + span {\n  font-size: 14px;\n}\n@media only screen and (min-width: 320px) {\n  .quote-image-narrow__blockquote p + span {\n    font-size: calc(14px + 4 * (100vw - 320px) \/ (1720 - 320));\n  }\n}\n@media only screen and (min-width: 1720px) {\n  .quote-image-narrow__blockquote p + span {\n    font-size: 18px;\n  }\n}\n.quote-image-narrow__blockquote p + span {\n  line-height: 1.6;\n}\n.quote-image-narrow__blockquote p + span > span {\n  font-weight: 700;\n}\n.quote-image-narrow__blockquote {\n  border-radius: 16px;\n  overflow: hidden;\n  -webkit-mask-image: -webkit-radial-gradient(white, black);\n  margin-top: 0;\n}\n\/*# sourceMappingURL=block-quote-image-narrow.css.map *\/\n<\/style>\n<section id=\"\" class=\"quote-image-narrow       js-sticky-section block\">\n\t<div class=\"grid-container\">\n\t\t<div class=\"row\">\n\t\t\t<div class=\"col-12\" data-aos=\"fade-up\">\n\t\t\t\t\t\t\t\t\t<picture class=\"quote-image-narrow__image\" alt=\"\"><source media=\"(min-width: 992px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1596\/Panto-clap-1-895x504-c.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1596\/Panto-clap-1-1502x845-c.png 1.678x\"><source media=\"(min-width: 768px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1596\/Panto-clap-1-720x405-c.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1596\/Panto-clap-1-1440x810-c.png 2.000x\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1596\/Panto-clap-1-328x184-c.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1596\/Panto-clap-1-656x368-c.png 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1596\/Panto-clap-1-328x184-c.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1596\/Panto-clap-1-328x184-c.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1596\/Panto-clap-1-656x368-c.png 2.000x\" alt=\"Panto-clap\" width=\"895\" height=\"504\" class=\"\"><\/picture>\t\t\t\t\t\t\t<\/div>\n\t\t\t<div class=\"col-12 quote-image-narrow__quote\" data-aos=\"fade-up\">\n\t\t\t\t<div class=\"quote-image-narrow__blockquote\">\n\t\t\t\t\t\t\t\t\t<p>\u201cThe best training I have experienced in 16 years as a professional trainer. Truly an outstanding course. Thank you so much.\u201d<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span>Senior Trainer, EE<\/span>\n\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<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.title-body-narrow {\n  max-width: 46.625rem;\n  position: relative;\n}\n.title-body-narrow__heading {\n  font-size: 26px;\n}\n@media only screen and (min-width: 320px) {\n  .title-body-narrow__heading {\n    font-size: calc(26px + 14 * (100vw - 320px) \/ (1720 - 320));\n  }\n}\n@media only screen and (min-width: 1720px) {\n  .title-body-narrow__heading {\n    font-size: 40px;\n  }\n}\n.title-body-narrow__heading {\n  font-weight: 600;\n  margin-bottom: 0;\n}\n.title-body-narrow__heading + .wysiwyg {\n  margin-top: 1.875rem;\n}\n.title-body-narrow .button-container {\n  margin-top: 1.875rem;\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  gap: 1rem;\n}\n\/*# sourceMappingURL=block-title-body-narrow.css.map *\/\n<\/style>\n<section id=\"\" class=\"title-body-narrow    pad-bottom--2   js-sticky-section block\">\n\t<div class=\"grid-container\">\n\t\t<div class=\"row \">\n\t\t\t<div class=\"col-12\" data-aos=\"fade-up\">\n\t\t\t\t<p class=\"overline\"><\/p>\t\t\t\t<h2 class=\"title-body-narrow__heading\">Training overview<\/h2>\n\t\t\t\t\t\t\t\t<div class=\"wysiwyg\">\n\t\t\t\t\t<p><span style=\"font-weight: 400;\">This third day of training and activities quickly refreshes what you will have already learned about the PRO method of adding structure, clarity and influence to your presentations before moving on to the P.I.T.C.H. system of business storytelling, which can be used to make any message or data more compelling.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">In addition, our expert coaches cover ways to incorporate a variety of communication choices into your style, so you can motivate and inspire different types of people, in a range of situations with various kinds of messages. Finally, attendees will revisit how to handle questions and objections in a way that builds relationships, rapport and trust.<\/span><\/p>\n<p><span style=\"font-weight: 400;\">Learning is interspersed with personal coaching and hands-on activities throughout the day to ensure delegates gain a thorough understanding of how these concepts and techniques can apply to everyday scenarios.\u00a0<\/span><\/p>\n\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n<\/section>\n\n\n\n<section id=\"\" class=\"block-training-overview   pad-top--0    js-sticky-section block\">\n\t<div class=\"grid-container\">\n\t\t<div class=\"row\">\n\t\t\t<div class=\"block-training-overview__accordion\" data-aos=\"fade-up\">\n\t\t\t\t\t\t\t\t<div class=\"block-training-overview__accordion__panel odd\">\n\t\t\t\t\t<div class=\"tab js-training-overview-tab\">\n\t\t\t\t\t\t<p class=\"pill\">Module 1<\/p>\n\t\t\t\t\t\t<h6>Business Storytelling &#8211; Recap<\/h6>\n\t\t\t\t\t\t<span>\n\t\t\t\t\t\t<svg width=\"17\" height=\"16\" viewBox=\"0 0 17 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n\t\t\t\t\t\t\t<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\"\/>\n\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"content\">\n\t\t\t\t\t\t<div class=\"wysiwyg\">\n\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">A recap on the PRO storytelling method to make your ideas compelling, clear and memorable &#8211; previously covered in The Business Of Storytelling. Make complex messages come to life with simple techniques that captivate your audience; and then get your audience to take action after your meetings, winning buy-in and creating momentum behind your ideas.<\/span><\/p>\n\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<div class=\"block-training-overview__accordion__panel even\">\n\t\t\t\t\t<div class=\"tab js-training-overview-tab\">\n\t\t\t\t\t\t<p class=\"pill\">Module 2<\/p>\n\t\t\t\t\t\t<h6>Advanced Storytelling &#8211; the P.I.T.C.H. System<\/h6>\n\t\t\t\t\t\t<span>\n\t\t\t\t\t\t<svg width=\"17\" height=\"16\" viewBox=\"0 0 17 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n\t\t\t\t\t\t\t<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\"\/>\n\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"content\">\n\t\t\t\t\t\t<div class=\"wysiwyg\">\n\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">Discover business storytelling techniques that allow you to make complex information more compelling, using proven methods from journalism, psychology and research on human behaviour. Apply this to important business messages so that you can put it all into action. This session builds on the PRO-Storytelling Method.<\/span><\/p>\n<ul>\n<li><span style=\"font-weight: 400;\">Discover five techniques you can apply in any situation to make complex messages clear and compelling<\/span><\/li>\n<li>Learn how one of these methods has been proven to enhance your impact by 550%<\/li>\n<li>Hear examples from the world of business, politics and entertainment to see every technique in action.<\/li>\n<\/ul>\n\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<div class=\"block-training-overview__accordion__panel odd\">\n\t\t\t\t\t<div class=\"tab js-training-overview-tab\">\n\t\t\t\t\t\t<p class=\"pill\">Module 3<\/p>\n\t\t\t\t\t\t<h6>Advanced Presence &#038; Impact<\/h6>\n\t\t\t\t\t\t<span>\n\t\t\t\t\t\t<svg width=\"17\" height=\"16\" viewBox=\"0 0 17 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n\t\t\t\t\t\t\t<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\"\/>\n\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"content\">\n\t\t\t\t\t\t<div class=\"wysiwyg\">\n\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">Develop a full range of communication choices, so that you can adapt your style to the needs of each different presentation and audience, boosting engagement and increasing your impact and influence. <\/span><\/p>\n\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<div class=\"block-training-overview__accordion__panel even\">\n\t\t\t\t\t<div class=\"tab js-training-overview-tab\">\n\t\t\t\t\t\t<p class=\"pill\">Module 4<\/p>\n\t\t\t\t\t\t<h6>Questioning &#038; Listening Skills<\/h6>\n\t\t\t\t\t\t<span>\n\t\t\t\t\t\t<svg width=\"17\" height=\"16\" viewBox=\"0 0 17 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n\t\t\t\t\t\t\t<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\"\/>\n\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\t<\/span>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t<div class=\"content\">\n\t\t\t\t\t\t<div class=\"wysiwyg\">\n\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">Learn the \u20183 Levels of Questions\u2019 that allow you to get to the root of the problem and gain a greater understanding of the people you meet and how they make their decisions. Understand how to build deeper connections with open questions (empathy vs. sympathy) and tailor what you say based on what your audience needs from you. <\/span><\/p>\n\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<\/div>\n\t\t<\/div>\n\t<\/div>\n<\/section>\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.title-body-narrow {\n  max-width: 46.625rem;\n  position: relative;\n}\n.title-body-narrow__heading {\n  font-size: 26px;\n}\n@media only screen and (min-width: 320px) {\n  .title-body-narrow__heading {\n    font-size: calc(26px + 14 * (100vw - 320px) \/ (1720 - 320));\n  }\n}\n@media only screen and (min-width: 1720px) {\n  .title-body-narrow__heading {\n    font-size: 40px;\n  }\n}\n.title-body-narrow__heading {\n  font-weight: 600;\n  margin-bottom: 0;\n}\n.title-body-narrow__heading + .wysiwyg {\n  margin-top: 1.875rem;\n}\n.title-body-narrow .button-container {\n  margin-top: 1.875rem;\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  gap: 1rem;\n}\n\/*# sourceMappingURL=block-title-body-narrow.css.map *\/\n<\/style>\n<section id=\"\" class=\"title-body-narrow    pad-bottom--2   js-sticky-section block\">\n\t<div class=\"grid-container\">\n\t\t<div class=\"row \">\n\t\t\t<div class=\"col-12\" data-aos=\"fade-up\">\n\t\t\t\t<p class=\"overline\"><\/p>\t\t\t\t<h2 class=\"title-body-narrow__heading\">Training Methods<\/h2>\n\t\t\t\t\t\t\t\t<div class=\"wysiwyg\">\n\t\t\t\t\t<p>Body Talk\u2019s advanced skills training is available a number of formats. Our expert team will work with you to establish the best approach for your team\u2019s needs.<\/p>\n\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n<\/section>\n\n\n\n<section id=\"\" class=\"block-training-methods-table   pad-top--0 pad-bottom--4   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-12\">\n\t\t\t\t<div class=\"table-wrapper\">\n\t\t\t\t\t<table>\n\t\t\t\t\t\t<thead>\n\t\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t\t<th><\/th>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<th>Team Training<\/th>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<th>Virtual Training<\/th>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<th>E-Learning<\/th>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<th>Open Course<\/th>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/tr>\n\t\t\t\t\t\t<\/thead>\n\t\t\t\t\t\t<tbody>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t\t<td>Duration<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<td><span class=\"duration\">1 day<\/span><\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<td><span class=\"duration\">3x 2-hours<\/span><\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<td><span class=\"duration\">&#8211;<\/span><\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<td><span class=\"duration\">1 day<\/span><\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/tr>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t\t<td>Coaching<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<td><span class=\"tick\"><\/span><\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<td><span class=\"tick\"><\/span><\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<td>&#8211;<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<td>&#8211;<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/tr>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t\t<td>Ways to learn<\/td>\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<td>\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\t<a class=\"ways-to-learn\" href=\"\/courses\/?filter=in-person\" target=\"_self\"><span class=\"tag in-person\">In Person<\/span><\/a>\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<\/td>\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<td>\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\t<a class=\"ways-to-learn\" href=\"\/courses\/?filter=virtual\" target=\"_self\"><span class=\"tag virtual\">Virtual<\/span><\/a>\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<\/td>\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<td>\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\t\t\t\t\t\t\t\t\t\t\t\t\t\t<a class=\"contact-us\" href=\"\/contact-us\"><span class=\"tag contact\">Contact Us<\/span><\/a>\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<\/td>\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<td>\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<button class=\"ways-to-learn ways-to-learn__book-now ways-to-learn__register-interest\">Register interest<\/button>\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<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/tr>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t<tr>\n\t\t\t\t\t\t\t\t<td>Tutor ratio<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<td>1:4<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<td>1:4<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<td>&#8211;<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<td>1:4<\/td>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<\/tr>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<\/tbody>\n\t\t\t\t\t<\/table>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t\t\t\t\t<div class=\"row block-training-methods-table__cta-row\">\n\t\t\t\t<div class=\"col-12\">\n\t\t\t\t\t<div class=\"cta\">\n\t\t\t\t\t\t<div class=\"meta\">\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p class=\"title\">Looking for something bespoke?<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t\t<p>Our team can tailor multiple training courses to suit your unique objectives.<\/p>\n\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<a href=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/contact-us\/\" class=\"btn button button--magenta button--large\" target=\"\" >Speak to our team<\/a>\t\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t\t\t<picture class=\" behave-as-bg\" alt=\"\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1660\/form-bg-800x800.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1660\/form-bg-1600x1600.jpg 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1660\/form-bg-800x800.jpg\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1660\/form-bg-800x800.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1660\/form-bg-1600x1600.jpg 2.000x\" alt=\"form-bg\" width=\"800\" height=\"800\" class=\"\"><\/picture>\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\t<\/div>\n<\/section>\n\t<section class=\"block-training-methods-table__popup-wrapper d-none\">\n\t\t<div class=\"block-training-methods-table__popup-container\">\n\t\t\t<div class=\"block-training-methods-table__popup\">\n\t\t\t\t<span class=\"ico ico--close\"><\/span>\n\t\t\t\t<div class=\"block-training-methods-table__popup-heading\">\n\t\t\t\t\t<h3>Register Interest for Advanced Dynamic Presenter<\/h3>\n\t\t\t\t<\/div>\n\t\t\t\t<div class=\"block-training-methods-table__popup-form\">\n\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: \"4e78e8a3-98ad-4b57-a04c-76955041d885\",\n\t\t\t\t\t\t\t\t\ttarget: \"#hbspt-form-1779486105000-7104248256\",\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-1779486105000-7104248256\"><\/div>\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t<\/section>\n\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.title-body-narrow {\n  max-width: 46.625rem;\n  position: relative;\n}\n.title-body-narrow__heading {\n  font-size: 26px;\n}\n@media only screen and (min-width: 320px) {\n  .title-body-narrow__heading {\n    font-size: calc(26px + 14 * (100vw - 320px) \/ (1720 - 320));\n  }\n}\n@media only screen and (min-width: 1720px) {\n  .title-body-narrow__heading {\n    font-size: 40px;\n  }\n}\n.title-body-narrow__heading {\n  font-weight: 600;\n  margin-bottom: 0;\n}\n.title-body-narrow__heading + .wysiwyg {\n  margin-top: 1.875rem;\n}\n.title-body-narrow .button-container {\n  margin-top: 1.875rem;\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  gap: 1rem;\n}\n\/*# sourceMappingURL=block-title-body-narrow.css.map *\/\n<\/style>\n<section id=\"\" class=\"title-body-narrow  bg--grey pad-top--4 pad-bottom--0   js-sticky-section block\">\n\t<div class=\"grid-container\">\n\t\t<div class=\"row \">\n\t\t\t<div class=\"col-12\" data-aos=\"fade-up\">\n\t\t\t\t<p class=\"overline\"><\/p>\t\t\t\t<h2 class=\"title-body-narrow__heading\">Meet your coaches<\/h2>\n\t\t\t\t\t\t\t\t<div class=\"wysiwyg\">\n\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<\/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<a href=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/about-us\/meet-the-team\/\" class=\"btn button button--outline-black\" target=\"\" >Meet the team<\/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\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<\/div>\n\t<\/div>\n<\/section>\n\n\n\n\n<section id=\"\" class=\"team-carousel js-team-carousel glide  bg--grey pad-top--0    js-sticky-section block\">\n\t<div class=\"grid-container\">\n\t\t<div class=\"row block-heading\" data-aos=\"fade-up\">\n\t\t\t<div class=\"col-12 col-sm-6 col-md-8\">\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"col-12 col-sm-6 col-md-4\">\n\t\t\t\t<ul class=\"inline-buttons float-end\">\n\t\t\t\t\t<li>\n\t\t\t\t\t\t<button class=\"glide__arrow glide__arrow--prev js-team-carousel-prev\">\n\t\t\t\t\t\t<svg width=\"17\" height=\"16\" viewBox=\"0 0 17 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n\t\t\t\t\t\t\t<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\"\/>\n\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\t<\/button>\n\t\t\t\t\t<\/li>\n\t\t\t\t\t<li>\n\t\t\t\t\t\t<button class=\"glide__arrow glide__arrow--next js-team-carousel-next\">\n\t\t\t\t\t\t<svg width=\"17\" height=\"16\" viewBox=\"0 0 17 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n\t\t\t\t\t\t\t<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\"\/>\n\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\t<\/button>\n\t\t\t\t\t<\/li>\n\t\t\t\t<\/ul>\n\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t<\/div>\n\n    <div class=\"glide__track\" data-glide-el=\"track\" data-aos=\"fade-up\">\n\t\t<ul class=\"glide__slides\">\n\t\t\t\t\t\t\t\t<li class=\"glide__slide\">\n\t\t\t\t<a href=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/about-us\/meet-the-team\/richard-newman\/\" class=\"team-card\">\n\t<div class=\"team-card__content\">\n\t\t<h3>Richard Newman<\/h3>\n\t\t\t\t<span>Founder &#038; CEO, Best-Selling Author, Podcast Host, Conference Speaker &#038; Coach<\/span>\n\n\t\t\t\t\t<p>Richard Newman is an award-winning expert in Leadership Communication, Storytelling and Influence, working in advanced communication since 1995.<\/p>\n\t\t\t<\/div>\n\t<picture alt=\"Advanced Dynamic Presenter profile image\"><source media=\"(min-width: 992px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3313\/UKBT_061223-10-A-1-498x572-c.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3313\/UKBT_061223-10-A-1-497x572-c.jpg 1.000x\"><source media=\"(min-width: 768px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3313\/UKBT_061223-10-A-1-472x542-c.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3313\/UKBT_061223-10-A-1-498x572-c.jpg 1.055x\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3313\/UKBT_061223-10-A-1-268x308-c.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3313\/UKBT_061223-10-A-1-497x572-c.jpg 1.857x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3313\/UKBT_061223-10-A-1-268x308-c.jpg\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3313\/UKBT_061223-10-A-1-268x308-c.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3313\/UKBT_061223-10-A-1-497x572-c.jpg 1.857x\" alt=\"UKBT_061223 10 A\" width=\"498\" height=\"572\" class=\"\"><\/picture><\/a>\n\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"glide__slide\">\n\t\t\t\t<a href=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/about-us\/meet-the-team\/alina-jenkins\/\" class=\"team-card\">\n\t<div class=\"team-card__content\">\n\t\t<h3>Alina Jenkins<\/h3>\n\t\t\t\t<span>Award-Winning BBC Presenter, Radio &#038; Podcast Host and Executive Coach<\/span>\n\n\t\t\t\t\t<p>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.<\/p>\n\t\t\t<\/div>\n\t<picture alt=\"Advanced Dynamic Presenter profile image\"><source media=\"(min-width: 992px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3300\/UKBT_061223-142-A-1-498x572-c.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3300\/UKBT_061223-142-A-1-497x572-c.jpg 1.000x\"><source media=\"(min-width: 768px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3300\/UKBT_061223-142-A-1-472x542-c.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3300\/UKBT_061223-142-A-1-498x572-c.jpg 1.055x\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3300\/UKBT_061223-142-A-1-268x308-c.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3300\/UKBT_061223-142-A-1-497x572-c.jpg 1.857x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3300\/UKBT_061223-142-A-1-268x308-c.jpg\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3300\/UKBT_061223-142-A-1-268x308-c.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3300\/UKBT_061223-142-A-1-497x572-c.jpg 1.857x\" alt=\"UKBT_061223 142 A\" width=\"498\" height=\"572\" class=\"\"><\/picture><\/a>\n\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"glide__slide\">\n\t\t\t\t<a href=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/about-us\/meet-the-team\/chetan-pathak\/\" class=\"team-card\">\n\t<div class=\"team-card__content\">\n\t\t<h3>Chetan Pathak<\/h3>\n\t\t\t\t<span>BBC Sport &#038; News Presenter, Audiobook Narrator<\/span>\n\n\t\t\t\t\t<p>Chetan is an award-winning Broadcast Journalist, with over 15 years experience working for the BBC across television and radio.<\/p>\n\t\t\t<\/div>\n\t<picture alt=\"Advanced Dynamic Presenter profile image\"><source media=\"(min-width: 992px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3341\/Chetan-1-square-498x572-c.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3341\/Chetan-1-square-497x572-c.jpg 1.000x\"><source media=\"(min-width: 768px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3341\/Chetan-1-square-472x542-c.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3341\/Chetan-1-square-498x572-c.jpg 1.055x\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3341\/Chetan-1-square-268x308-c.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3341\/Chetan-1-square-497x572-c.jpg 1.857x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3341\/Chetan-1-square-268x308-c.jpg\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3341\/Chetan-1-square-268x308-c.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3341\/Chetan-1-square-497x572-c.jpg 1.857x\" alt=\"Chetan 1 square\" width=\"498\" height=\"572\" class=\"\"><\/picture><\/a>\n\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"glide__slide\">\n\t\t\t\t<a href=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/about-us\/meet-the-team\/charlie-evans\/\" class=\"team-card\">\n\t<div class=\"team-card__content\">\n\t\t<h3>Charlie Evans<\/h3>\n\t\t\t\t<span>Psychotherapist, Actress &#038; Voice-Over Artist<\/span>\n\n\t\t\t\t\t<p>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<\/p>\n\t\t\t<\/div>\n\t<picture alt=\"Advanced Dynamic Presenter profile image\"><source media=\"(min-width: 992px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3316\/UKBT_061223-44-A-1-498x572-c.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3316\/UKBT_061223-44-A-1-497x572-c.jpg 1.000x\"><source media=\"(min-width: 768px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3316\/UKBT_061223-44-A-1-472x542-c.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3316\/UKBT_061223-44-A-1-498x572-c.jpg 1.055x\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3316\/UKBT_061223-44-A-1-268x308-c.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3316\/UKBT_061223-44-A-1-497x572-c.jpg 1.857x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3316\/UKBT_061223-44-A-1-268x308-c.jpg\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3316\/UKBT_061223-44-A-1-268x308-c.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3316\/UKBT_061223-44-A-1-497x572-c.jpg 1.857x\" alt=\"UKBT_061223 44 A\" width=\"498\" height=\"572\" class=\"\"><\/picture><\/a>\n\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"glide__slide\">\n\t\t\t\t<a href=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/about-us\/meet-the-team\/emily-fairman\/\" class=\"team-card\">\n\t<div class=\"team-card__content\">\n\t\t<h3>Emily Fairman<\/h3>\n\t\t\t\t<span>Writer, TV Actress &#038; Voice-Over Artist<\/span>\n\n\t\t\t\t\t<p>Emily started her career working with the Guardian News Group, writing and producing corporate films &#038; audio programmes for clients.<\/p>\n\t\t\t<\/div>\n\t<picture alt=\"Advanced Dynamic Presenter profile image\"><source media=\"(min-width: 992px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3294\/UKBT_061223-167-A-1-498x572-c.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3294\/UKBT_061223-167-A-1-497x572-c.jpg 1.000x\"><source media=\"(min-width: 768px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3294\/UKBT_061223-167-A-1-472x542-c.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3294\/UKBT_061223-167-A-1-498x572-c.jpg 1.055x\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3294\/UKBT_061223-167-A-1-268x308-c.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3294\/UKBT_061223-167-A-1-497x572-c.jpg 1.857x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3294\/UKBT_061223-167-A-1-268x308-c.jpg\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3294\/UKBT_061223-167-A-1-268x308-c.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3294\/UKBT_061223-167-A-1-497x572-c.jpg 1.857x\" alt=\"UKBT_061223 167 A\" width=\"498\" height=\"572\" class=\"\"><\/picture><\/a>\n\t\t\t<\/li>\n\t\t\t\t\t\t\t\t\t\t\t<li class=\"glide__slide\">\n\t\t\t\t<a href=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/about-us\/meet-the-team\/jamie-richards\/\" class=\"team-card\">\n\t<div class=\"team-card__content\">\n\t\t<h3>Jamie Richards<\/h3>\n\t\t\t\t<span>BBC TV Actor, Stage Performer &#038; Voice Actor<\/span>\n\n\t\t\t\t\t<p>Following 3 years training at The Oxford School of Drama, Jamie has been working internationally as a professional actor for the past 17 years.<\/p>\n\t\t\t<\/div>\n\t<picture alt=\"Advanced Dynamic Presenter profile image\"><source media=\"(min-width: 992px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3329\/UKBT_061223-115-A-1-498x572-c.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3329\/UKBT_061223-115-A-1-497x572-c.jpg 1.000x\"><source media=\"(min-width: 768px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3329\/UKBT_061223-115-A-1-472x542-c.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3329\/UKBT_061223-115-A-1-498x572-c.jpg 1.055x\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3329\/UKBT_061223-115-A-1-268x308-c.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3329\/UKBT_061223-115-A-1-497x572-c.jpg 1.857x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3329\/UKBT_061223-115-A-1-268x308-c.jpg\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3329\/UKBT_061223-115-A-1-268x308-c.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3329\/UKBT_061223-115-A-1-497x572-c.jpg 1.857x\" alt=\"UKBT_061223 115 A\" width=\"498\" height=\"572\" class=\"\"><\/picture><\/a>\n\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"glide__slide\">\n\t\t\t\t<a href=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/about-us\/meet-the-team\/jennifer-bartram\/\" class=\"team-card\">\n\t<div class=\"team-card__content\">\n\t\t<h3>Jennifer Bartram<\/h3>\n\t\t\t\t<span>Award-Winning BBC TV &#038; Radio Presenter<\/span>\n\n\t\t\t\t\t<p>Jennifer is a multilingual TV and radio presenter who is passionate about language and communication.<\/p>\n\t\t\t<\/div>\n\t<picture alt=\"Advanced Dynamic Presenter profile image\"><source media=\"(min-width: 992px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3325\/UKBT_061223-58-A-1-498x572-c.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3325\/UKBT_061223-58-A-1-497x572-c.jpg 1.000x\"><source media=\"(min-width: 768px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3325\/UKBT_061223-58-A-1-472x542-c.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3325\/UKBT_061223-58-A-1-498x572-c.jpg 1.055x\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3325\/UKBT_061223-58-A-1-268x308-c.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3325\/UKBT_061223-58-A-1-497x572-c.jpg 1.857x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3325\/UKBT_061223-58-A-1-268x308-c.jpg\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3325\/UKBT_061223-58-A-1-268x308-c.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3325\/UKBT_061223-58-A-1-497x572-c.jpg 1.857x\" alt=\"UKBT_061223 58 A\" width=\"498\" height=\"572\" class=\"\"><\/picture><\/a>\n\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"glide__slide\">\n\t\t\t\t<a href=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/about-us\/meet-the-team\/maisanna-bezizi\/\" class=\"team-card\">\n\t<div class=\"team-card__content\">\n\t\t<h3>Maisanna Bezizi<\/h3>\n\t\t\t\t<span>Language Coach for Business, TV &#038; Film<\/span>\n\n\t\t\t\t\t<p>Maisanna specialises in communication skills training for international clients in the business and medical worlds. She speaks English, Spanish, Arabic, Italian and French.\n<\/p>\n\t\t\t<\/div>\n\t<picture alt=\"Advanced Dynamic Presenter profile image\"><source media=\"(min-width: 992px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3324\/UKBT_061223-74-A-1-498x572-c.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3324\/UKBT_061223-74-A-1-497x572-c.jpg 1.000x\"><source media=\"(min-width: 768px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3324\/UKBT_061223-74-A-1-472x542-c.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3324\/UKBT_061223-74-A-1-498x572-c.jpg 1.055x\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3324\/UKBT_061223-74-A-1-268x308-c.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3324\/UKBT_061223-74-A-1-497x572-c.jpg 1.857x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3324\/UKBT_061223-74-A-1-268x308-c.jpg\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3324\/UKBT_061223-74-A-1-268x308-c.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3324\/UKBT_061223-74-A-1-497x572-c.jpg 1.857x\" alt=\"UKBT_061223 74 A\" width=\"498\" height=\"572\" class=\"\"><\/picture><\/a>\n\t\t\t<\/li>\n\t\t\t\t\t\t\t\t<li class=\"glide__slide\">\n\t\t\t\t<a href=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/about-us\/meet-the-team\/mark-seddon\/\" class=\"team-card\">\n\t<div class=\"team-card__content\">\n\t\t<h3>Mark Seddon<\/h3>\n\t\t\t\t<span>Actor &#038; Voice-Over Artist<\/span>\n\n\t\t\t\t\t<p>Mark has been a professional actor for almost 20 years. Since training at the Royal Central School of Speech and Drama, he has performed on stage in West End shows including The Woman In Black and has toured internationally.<\/p>\n\t\t\t<\/div>\n\t<picture alt=\"Advanced Dynamic Presenter profile image\"><source media=\"(min-width: 992px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3333\/UKBT_061223-174-A-1-498x572-c.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3333\/UKBT_061223-174-A-1-497x572-c.jpg 1.000x\"><source media=\"(min-width: 768px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3333\/UKBT_061223-174-A-1-472x542-c.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3333\/UKBT_061223-174-A-1-498x572-c.jpg 1.055x\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3333\/UKBT_061223-174-A-1-268x308-c.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3333\/UKBT_061223-174-A-1-497x572-c.jpg 1.857x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3333\/UKBT_061223-174-A-1-268x308-c.jpg\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3333\/UKBT_061223-174-A-1-268x308-c.jpg 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/3333\/UKBT_061223-174-A-1-497x572-c.jpg 1.857x\" alt=\"UKBT_061223 174 A\" width=\"498\" height=\"572\" class=\"\"><\/picture><\/a>\n\t\t\t<\/li>\n\t\t\t\t<\/ul>\n    <\/div>\n<\/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.title-body-narrow {\n  max-width: 46.625rem;\n  position: relative;\n}\n.title-body-narrow__heading {\n  font-size: 26px;\n}\n@media only screen and (min-width: 320px) {\n  .title-body-narrow__heading {\n    font-size: calc(26px + 14 * (100vw - 320px) \/ (1720 - 320));\n  }\n}\n@media only screen and (min-width: 1720px) {\n  .title-body-narrow__heading {\n    font-size: 40px;\n  }\n}\n.title-body-narrow__heading {\n  font-weight: 600;\n  margin-bottom: 0;\n}\n.title-body-narrow__heading + .wysiwyg {\n  margin-top: 1.875rem;\n}\n.title-body-narrow .button-container {\n  margin-top: 1.875rem;\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  gap: 1rem;\n}\n\/*# sourceMappingURL=block-title-body-narrow.css.map *\/\n<\/style>\n<section id=\"\" class=\"title-body-narrow  bg--grey  pad-bottom--2   js-sticky-section block\">\n\t<div class=\"grid-container\">\n\t\t<div class=\"row \">\n\t\t\t<div class=\"col-12\" data-aos=\"fade-up\">\n\t\t\t\t<p class=\"overline\"><\/p>\t\t\t\t<h2 class=\"title-body-narrow__heading\">Frequently Asked Questions<\/h2>\n\t\t\t\t\t\t\t\t<div class=\"wysiwyg\">\n\t\t\t\t\t<p><strong>Have any questions? We\u2019re here to help<\/strong><\/p>\n\t\t\t\t<\/div>\n\t\t\t\t\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n\t<\/div>\n<\/section>\n\n\n\n<section id=\"\" class=\"block-faqs grid-container  bg--grey pad-top--0     js-sticky-section block\">\n    <div class=\"row justify-content-center\">\n\t\t<div class=\"col col-lg-10\">\n\t\t\t<div class=\"faqs\" data-aos=\"fade-up\">\n\t\t\t\t\n\t\t\t\t\n\t\t\t\t<div class=\"faqs__accordion\" data-aos=\"fade-up\">\n\t\t\t\t\t\t\t\t\t\t<div class=\"faqs__accordion__panel\">\n\t\t\t\t\t\t<div class=\"tab js-faq-accordion-tab is-active\">\n\t\t\t\t\t\t\t<h3 class=\"h6\">Can I customise my training to include multiple courses?<\/h3>\n\t\t\t\t\t\t\t<span>\n\t\t\t\t\t\t\t<svg width=\"17\" height=\"16\" viewBox=\"0 0 17 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n\t\t\t\t\t\t\t\t<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\"\/>\n\t\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"content\">\n\t\t\t\t\t\t\t<div class=\"wysiwyg\">\n\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">We are happy to build a training solution that fits your time, budget, and goals.<\/span><\/p>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"faqs__accordion__panel\">\n\t\t\t\t\t\t<div class=\"tab js-faq-accordion-tab \">\n\t\t\t\t\t\t\t<h3 class=\"h6\">How do I prepare for a training session?<\/h3>\n\t\t\t\t\t\t\t<span>\n\t\t\t\t\t\t\t<svg width=\"17\" height=\"16\" viewBox=\"0 0 17 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n\t\t\t\t\t\t\t\t<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\"\/>\n\t\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"content\">\n\t\t\t\t\t\t\t<div class=\"wysiwyg\">\n\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">Our Client Services team will liaise with you to ensure all the timings, logistics and room\/tech requirements are agreed ahead of the event. We also ask all delegates to complete a short questionnaire to help us understand individual challenges and goals. For some of our courses, we\u2019ll ask you to bring a short presentation to work on. Otherwise, we just ask you to come with an open mind and be willing to learn.<\/span><\/p>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"faqs__accordion__panel\">\n\t\t\t\t\t\t<div class=\"tab js-faq-accordion-tab \">\n\t\t\t\t\t\t\t<h3 class=\"h6\">What happens after I complete a training session?<\/h3>\n\t\t\t\t\t\t\t<span>\n\t\t\t\t\t\t\t<svg width=\"17\" height=\"16\" viewBox=\"0 0 17 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n\t\t\t\t\t\t\t\t<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\"\/>\n\t\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"content\">\n\t\t\t\t\t\t\t<div class=\"wysiwyg\">\n\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">We provide detailed workbooks for the training and encourage delegates to fill them in and refer to their notes regularly after the session. We also have a suite of blogs, podcasts and videos to support the learning. <\/span><\/p>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"faqs__accordion__panel\">\n\t\t\t\t\t\t<div class=\"tab js-faq-accordion-tab \">\n\t\t\t\t\t\t\t<h3 class=\"h6\">What is included in with On-Demand training?<\/h3>\n\t\t\t\t\t\t\t<span>\n\t\t\t\t\t\t\t<svg width=\"17\" height=\"16\" viewBox=\"0 0 17 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n\t\t\t\t\t\t\t\t<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\"\/>\n\t\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"content\">\n\t\t\t\t\t\t\t<div class=\"wysiwyg\">\n\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">You\u2019ll have access to your training instantly, anywhere in the world, at any time for a 3-month period, along with a digital PDF workbook to download. We also include an audiobook with 7 hours of additional content to deepen your learning.<\/span><\/p>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"faqs__accordion__panel\">\n\t\t\t\t\t\t<div class=\"tab js-faq-accordion-tab \">\n\t\t\t\t\t\t\t<h3 class=\"h6\">What is the difference between one, two and three-day courses?<\/h3>\n\t\t\t\t\t\t\t<span>\n\t\t\t\t\t\t\t<svg width=\"17\" height=\"16\" viewBox=\"0 0 17 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n\t\t\t\t\t\t\t\t<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\"\/>\n\t\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"content\">\n\t\t\t\t\t\t\t<div class=\"wysiwyg\">\n\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">Simply, additional modules and learning plus more coaching time. We understand that time and budget are sometimes limited, so we offer one-day courses to provide a valuable foundation. Adding on additional days allows you to dive deeper into communication and presentation skills through advanced body language and managing difficult conversations to questioning, listening, and peak performance mindset. We are happy to tailor the training to meet your budget, time and goals.<\/span><\/p>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t\t<div class=\"faqs__accordion__panel\">\n\t\t\t\t\t\t<div class=\"tab js-faq-accordion-tab \">\n\t\t\t\t\t\t\t<h3 class=\"h6\">What is the ratio of trainers to learners?<\/h3>\n\t\t\t\t\t\t\t<span>\n\t\t\t\t\t\t\t<svg width=\"17\" height=\"16\" viewBox=\"0 0 17 16\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n\t\t\t\t\t\t\t\t<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\"\/>\n\t\t\t\t\t\t\t<\/svg>\n\t\t\t\t\t\t\t<\/span>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<div class=\"content\">\n\t\t\t\t\t\t\t<div class=\"wysiwyg\">\n\t\t\t\t\t\t\t\t<p><span style=\"font-weight: 400;\">This depends on the type of training you\u2019re looking at. For group training, our ratio is typically one trainer to four delegates; this allows for plenty of individual coaching and feedback. Our masterclasses are generally hosted by one presenter and up to 100 people.<\/span><\/p>\n\t\t\t\t\t\t\t<\/div>\n\t\t\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t\t\t\t\t\t<\/div>\n\n\t\t\t\t\t\t\t<\/div>\n\t\t<\/div>\n    <\/div>\n<\/section>\n\n","protected":false},"excerpt":{"rendered":"<p>Hold people\u2019s attention and leave a lasting impression with your message.<\/p>\n","protected":false},"featured_media":2085,"template":"templates\/page-training-solution.php","product_category":[3],"training_type":[4,7,6],"group_size":[32],"training_duration":[23],"class_list":["post-2141","product","type-product","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>Advanced Dynamic Presenter Training Course - Body Talk<\/title>\n<meta name=\"description\" content=\"Turbo-charge all the skills you\u2019ve learned on the Dynamic Presenter course with more personalisation and ways to handle challenging conversations.\" \/>\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\/product\/2141\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Advanced Dynamic Presenter Training Course - Body Talk\" \/>\n<meta property=\"og:description\" content=\"Turbo-charge all the skills you\u2019ve learned on the Dynamic Presenter course with more personalisation and ways to handle challenging conversations.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/courses\/advanced-dynamic-presenter\/\" \/>\n<meta property=\"og:site_name\" content=\"Body Talk\" \/>\n<meta property=\"article:modified_time\" content=\"2024-12-17T17:15:01+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2023\/03\/Scientific-Communication-for-Pharmaceutical-Teams.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1607\" \/>\n\t<meta property=\"og:image:height\" content=\"700\" \/>\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\/courses\/advanced-dynamic-presenter\/\",\"url\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/courses\/advanced-dynamic-presenter\/\",\"name\":\"Advanced Dynamic Presenter Training Course - Body Talk\",\"isPartOf\":{\"@id\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/courses\/advanced-dynamic-presenter\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/courses\/advanced-dynamic-presenter\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2023\/03\/Scientific-Communication-for-Pharmaceutical-Teams.png\",\"datePublished\":\"2023-05-03T11:54:18+00:00\",\"dateModified\":\"2024-12-17T17:15:01+00:00\",\"description\":\"Turbo-charge all the skills you\u2019ve learned on the Dynamic Presenter course with more personalisation and ways to handle challenging conversations.\",\"breadcrumb\":{\"@id\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/courses\/advanced-dynamic-presenter\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/courses\/advanced-dynamic-presenter\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/courses\/advanced-dynamic-presenter\/#primaryimage\",\"url\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2023\/03\/Scientific-Communication-for-Pharmaceutical-Teams.png\",\"contentUrl\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2023\/03\/Scientific-Communication-for-Pharmaceutical-Teams.png\",\"width\":1607,\"height\":700},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/courses\/advanced-dynamic-presenter\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Advanced Dynamic Presenter\"}]},{\"@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":"Advanced Dynamic Presenter Training Course - Body Talk","description":"Turbo-charge all the skills you\u2019ve learned on the Dynamic Presenter course with more personalisation and ways to handle challenging conversations.","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\/product\/2141","og_locale":"en_GB","og_type":"article","og_title":"Advanced Dynamic Presenter Training Course - Body Talk","og_description":"Turbo-charge all the skills you\u2019ve learned on the Dynamic Presenter course with more personalisation and ways to handle challenging conversations.","og_url":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/courses\/advanced-dynamic-presenter\/","og_site_name":"Body Talk","article_modified_time":"2024-12-17T17:15:01+00:00","og_image":[{"width":1607,"height":700,"url":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2023\/03\/Scientific-Communication-for-Pharmaceutical-Teams.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\/courses\/advanced-dynamic-presenter\/","url":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/courses\/advanced-dynamic-presenter\/","name":"Advanced Dynamic Presenter Training Course - Body Talk","isPartOf":{"@id":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/#website"},"primaryImageOfPage":{"@id":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/courses\/advanced-dynamic-presenter\/#primaryimage"},"image":{"@id":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/courses\/advanced-dynamic-presenter\/#primaryimage"},"thumbnailUrl":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2023\/03\/Scientific-Communication-for-Pharmaceutical-Teams.png","datePublished":"2023-05-03T11:54:18+00:00","dateModified":"2024-12-17T17:15:01+00:00","description":"Turbo-charge all the skills you\u2019ve learned on the Dynamic Presenter course with more personalisation and ways to handle challenging conversations.","breadcrumb":{"@id":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/courses\/advanced-dynamic-presenter\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/dev.twentytwo.digital\/ukbodytalk\/courses\/advanced-dynamic-presenter\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/courses\/advanced-dynamic-presenter\/#primaryimage","url":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2023\/03\/Scientific-Communication-for-Pharmaceutical-Teams.png","contentUrl":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2023\/03\/Scientific-Communication-for-Pharmaceutical-Teams.png","width":1607,"height":700},{"@type":"BreadcrumbList","@id":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/courses\/advanced-dynamic-presenter\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/"},{"@type":"ListItem","position":2,"name":"Advanced Dynamic Presenter"}]},{"@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\/product\/2141","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-json\/wp\/v2\/product"}],"about":[{"href":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-json\/wp\/v2\/types\/product"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-json\/wp\/v2\/media\/2085"}],"wp:attachment":[{"href":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-json\/wp\/v2\/media?parent=2141"}],"wp:term":[{"taxonomy":"product_category","embeddable":true,"href":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-json\/wp\/v2\/product_category?post=2141"},{"taxonomy":"training_type","embeddable":true,"href":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-json\/wp\/v2\/training_type?post=2141"},{"taxonomy":"group_size","embeddable":true,"href":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-json\/wp\/v2\/group_size?post=2141"},{"taxonomy":"training_duration","embeddable":true,"href":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-json\/wp\/v2\/training_duration?post=2141"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}