{"id":547,"date":"2023-03-21T17:35:22","date_gmt":"2023-03-21T17:35:22","guid":{"rendered":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/?post_type=product&#038;p=547"},"modified":"2023-11-07T11:09:43","modified_gmt":"2023-11-07T10:09:43","slug":"thrive-through-change","status":"publish","type":"product","link":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/courses\/thrive-through-change\/","title":{"rendered":"Thrive Through Change"},"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 Thrive Through Change<\/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 business naturally goes through periods of change and evolution \u2013 as a result of expansion, acquisition or perhaps consolidation or streamlining. This can be a source of anxiety and stress for the workforce, especially if staff feel unsure of their future. This course ensures your people are excited, motivated and fulfilled as your business evolves.<\/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\/1329\/Executive-personal-training-1-895x504-c.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1329\/Executive-personal-training-1-1607x904-c.png 1.796x\"><source media=\"(min-width: 768px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1329\/Executive-personal-training-1-720x405-c.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1329\/Executive-personal-training-1-1607x903-c.png 2.232x\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1329\/Executive-personal-training-1-328x184-c.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1329\/Executive-personal-training-1-656x368-c.png 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1329\/Executive-personal-training-1-328x184-c.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1329\/Executive-personal-training-1-328x184-c.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1329\/Executive-personal-training-1-656x368-c.png 2.000x\" alt=\"Executive personal training\" 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\r\n<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span><span>Senior Trainer<\/span>, 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>This course will help teams to feel secure and inspired as they go through change management. We\u2019ll draw on techniques pioneered in our courses on presentation, influence, storytelling and the art of conversation to help you communicate with clarity and empathy where the company is going and what the changes will mean.<\/p>\n<p>Owners and leaders will get the skills to lead with confidence and bring your people with you into the next chapters of your business\u2019s story. At the same time, we\u2019ll help you reinforce the bonds within your team and build stronger relationships using empathy and listening skills to inform how you communicate effectively.<\/p>\n<p>Highly interactive, energising and uplifting throughout, this training is perfect for everyone steering a company through change or transformation who wants to both allay fears and feed excitement within their teams and wider workforce.<\/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>Thrive Through Change<\/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 how to overcome pressure, perform at your best and support your team to thrive through change. With practical, day-to-day strategies to inspire your teams and get the results you deserve. We cover:\u00a0<\/span><\/p>\n<ul>\n<li><span style=\"font-weight: 400;\"><strong>Values<\/strong> &#8211; how to gain internal motivation from your inner compass.<\/span><\/li>\n<li><span style=\"font-weight: 400;\"><strong>North Star<\/strong> &#8211; creating a compelling vision of success for you to lead your team towards.<\/span><\/li>\n<li><span style=\"font-weight: 400;\"><strong>Monkey Mind<\/strong> &#8211; how to defeat the negative inner voice, so you can be your best self when it matters.<\/span><\/li>\n<li><span style=\"font-weight: 400;\"><strong>Mission Control<\/strong> &#8211; focusing on the things that matter, that you can also control, to work in the most impactful way.<\/span><\/li>\n<li><span style=\"font-weight: 400;\"><strong>Visualisation<\/strong> &#8211; how to see the best outcome in advance and feel compelled to make it happen in reality.<\/span><\/li>\n<li><span style=\"font-weight: 400;\"><strong>Helping others thrive<\/strong> &#8211; how to mentor people through change, giving them clarity, care and courage.<\/span><\/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<\/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<\/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<\/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<\/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<\/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:10<\/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\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\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<\/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=\"Thrive Through Change 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\/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=\"Thrive Through Change 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<\/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>Encourage teams to embrace change as an opportunity for renewal and growth.<\/p>\n","protected":false},"featured_media":2068,"template":"templates\/page-training-solution.php","product_category":[3],"training_type":[4],"group_size":[32],"training_duration":[23],"class_list":["post-547","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>Thrive Through Change Training Course - Body Talk<\/title>\n<meta name=\"description\" content=\"Mindset and communication techniques to help your teams embrace change within your business as an opportunity for renewal and growth.\" \/>\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\/547\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Thrive Through Change Training Course - Body Talk\" \/>\n<meta property=\"og:description\" content=\"Mindset and communication techniques to help your teams embrace change within your business as an opportunity for renewal and growth.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/courses\/thrive-through-change\/\" \/>\n<meta property=\"og:site_name\" content=\"Body Talk\" \/>\n<meta property=\"article:modified_time\" content=\"2023-11-07T10:09:43+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2023\/03\/Thrive-through-change-1-1.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<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/courses\/thrive-through-change\/\",\"url\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/courses\/thrive-through-change\/\",\"name\":\"Thrive Through Change Training Course - Body Talk\",\"isPartOf\":{\"@id\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/courses\/thrive-through-change\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/courses\/thrive-through-change\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2023\/03\/Thrive-through-change-1-1.png\",\"datePublished\":\"2023-03-21T17:35:22+00:00\",\"dateModified\":\"2023-11-07T10:09:43+00:00\",\"description\":\"Mindset and communication techniques to help your teams embrace change within your business as an opportunity for renewal and growth.\",\"breadcrumb\":{\"@id\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/courses\/thrive-through-change\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/courses\/thrive-through-change\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/courses\/thrive-through-change\/#primaryimage\",\"url\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2023\/03\/Thrive-through-change-1-1.png\",\"contentUrl\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2023\/03\/Thrive-through-change-1-1.png\",\"width\":415,\"height\":540},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/courses\/thrive-through-change\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Thrive Through Change\"}]},{\"@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":"Thrive Through Change Training Course - Body Talk","description":"Mindset and communication techniques to help your teams embrace change within your business as an opportunity for renewal and growth.","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\/547","og_locale":"en_GB","og_type":"article","og_title":"Thrive Through Change Training Course - Body Talk","og_description":"Mindset and communication techniques to help your teams embrace change within your business as an opportunity for renewal and growth.","og_url":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/courses\/thrive-through-change\/","og_site_name":"Body Talk","article_modified_time":"2023-11-07T10:09:43+00:00","og_image":[{"width":415,"height":540,"url":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2023\/03\/Thrive-through-change-1-1.png","type":"image\/png"}],"twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/courses\/thrive-through-change\/","url":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/courses\/thrive-through-change\/","name":"Thrive Through Change Training Course - Body Talk","isPartOf":{"@id":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/#website"},"primaryImageOfPage":{"@id":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/courses\/thrive-through-change\/#primaryimage"},"image":{"@id":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/courses\/thrive-through-change\/#primaryimage"},"thumbnailUrl":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2023\/03\/Thrive-through-change-1-1.png","datePublished":"2023-03-21T17:35:22+00:00","dateModified":"2023-11-07T10:09:43+00:00","description":"Mindset and communication techniques to help your teams embrace change within your business as an opportunity for renewal and growth.","breadcrumb":{"@id":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/courses\/thrive-through-change\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/dev.twentytwo.digital\/ukbodytalk\/courses\/thrive-through-change\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/courses\/thrive-through-change\/#primaryimage","url":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2023\/03\/Thrive-through-change-1-1.png","contentUrl":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2023\/03\/Thrive-through-change-1-1.png","width":415,"height":540},{"@type":"BreadcrumbList","@id":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/courses\/thrive-through-change\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/"},{"@type":"ListItem","position":2,"name":"Thrive Through Change"}]},{"@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\/547","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\/2068"}],"wp:attachment":[{"href":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-json\/wp\/v2\/media?parent=547"}],"wp:term":[{"taxonomy":"product_category","embeddable":true,"href":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-json\/wp\/v2\/product_category?post=547"},{"taxonomy":"training_type","embeddable":true,"href":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-json\/wp\/v2\/training_type?post=547"},{"taxonomy":"group_size","embeddable":true,"href":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-json\/wp\/v2\/group_size?post=547"},{"taxonomy":"training_duration","embeddable":true,"href":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-json\/wp\/v2\/training_duration?post=547"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}