{"id":2179,"date":"2023-05-03T14:57:45","date_gmt":"2023-05-03T14:57:45","guid":{"rendered":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/?post_type=product&#038;p=2179"},"modified":"2025-04-24T15:55:41","modified_gmt":"2025-04-24T14:55:41","slug":"team-dynamics-mbti","status":"publish","type":"product","link":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/courses\/team-dynamics-mbti\/","title":{"rendered":"Team Dynamics (MBTI)"},"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 Team Dynamics<\/h1>\n\t\t\t\t\t\t\t\t<div class=\"wysiwyg\">\n\t\t\t\t\t<p>Whatever your position in business, one of your base strengths is your depth of self-awareness and awareness of how others operate. Understanding personality \u2018preference types\u2019 will help you communicate more effectively, increase collaboration, maximise team effectiveness and, ultimately, strengthen business results.<\/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\/1584\/Team-motivation-_-engagement-895x504-c.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1584\/Team-motivation-_-engagement-1607x904-c.png 1.796x\"><source media=\"(min-width: 768px)\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1584\/Team-motivation-_-engagement-720x405-c.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1584\/Team-motivation-_-engagement-1607x903-c.png 2.232x\"><source media=\"(min-width: 0px)\" loading=\"lazy\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1584\/Team-motivation-_-engagement-328x184-c.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1584\/Team-motivation-_-engagement-656x368-c.png 2.000x\"><img decoding=\"async\" loading=\"lazy\" loading=\"lazy\" src=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1584\/Team-motivation-_-engagement-328x184-c.png\" srcset=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1584\/Team-motivation-_-engagement-328x184-c.png 1.000x,https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/fly-images\/1584\/Team-motivation-_-engagement-656x368-c.png 2.000x\" alt=\"Team motivation _ engagement\" 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>\u201cYou took a disjointed group and \u2028moulded them into a winning team.\u201d<\/p>\n\t\t\t\t\t\t\t\t\t\t\t\t\t<span>Bid Manager, Aecom<\/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>Using the world-renowned Myers Briggs profiling model, this lively and interactive session explores how you and your team prefer to work together and how \u2018flexing\u2019 these preferences is crucial to strengthen team behaviours and maximise results.<\/p>\n<p>Designed and run by MBTI accredited coaches, you will explore and identify:<\/p>\n<ul>\n<li>The strengths of your particular preferences<\/li>\n<li>Potential blind spots<\/li>\n<li>Invaluable insights into other people\u2019s preference types and how you can adapt accordingly<\/li>\n<li>Team Dynamics in action<\/li>\n<\/ul>\n<p>At the end of the workshop, you will receive:<\/p>\n<ul>\n<li>Your personal report and guidance from your MBTI accredited coach on how to interpret the report for maximum insights into your strengths and potential areas for development.<\/li>\n<li>An MBTI downloadable app to help gain maximum results when working with others.<\/li>\n<\/ul>\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.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<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\n\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, pyschotherapy and performance.<\/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\/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=\"Team Dynamics (MBTI) 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<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=\"Team Dynamics (MBTI) 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<\/ul>\n    <\/div>\n<\/section>\n\n","protected":false},"excerpt":{"rendered":"<p>Understanding your team\u2019s personality preference types will help them build self-awareness and work better together.<\/p>\n","protected":false},"featured_media":2324,"template":"templates\/page-training-solution.php","product_category":[3],"training_type":[4],"group_size":[32],"training_duration":[23],"class_list":["post-2179","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>Team Dynamics Training (MBTI) | Body Talk<\/title>\n<meta name=\"description\" content=\"Understanding your team\u2019s personality preference types will help them build self-awareness and work better together.\" \/>\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\/2179\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Team Dynamics Training (MBTI) | Body Talk\" \/>\n<meta property=\"og:description\" content=\"Understanding your team\u2019s personality preference types will help them build self-awareness and work better together.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/courses\/team-dynamics-mbti\/\" \/>\n<meta property=\"og:site_name\" content=\"Body Talk\" \/>\n<meta property=\"article:modified_time\" content=\"2025-04-24T14:55:41+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2023\/05\/Emily-Conflict-Resolution-scaled.jpeg\" \/>\n\t<meta property=\"og:image:width\" content=\"2560\" \/>\n\t<meta property=\"og:image:height\" content=\"1707\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\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\/team-dynamics-mbti\/\",\"url\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/courses\/team-dynamics-mbti\/\",\"name\":\"Team Dynamics Training (MBTI) | Body Talk\",\"isPartOf\":{\"@id\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/courses\/team-dynamics-mbti\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/courses\/team-dynamics-mbti\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2023\/05\/Emily-Conflict-Resolution-scaled.jpeg\",\"datePublished\":\"2023-05-03T14:57:45+00:00\",\"dateModified\":\"2025-04-24T14:55:41+00:00\",\"description\":\"Understanding your team\u2019s personality preference types will help them build self-awareness and work better together.\",\"breadcrumb\":{\"@id\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/courses\/team-dynamics-mbti\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/courses\/team-dynamics-mbti\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-GB\",\"@id\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/courses\/team-dynamics-mbti\/#primaryimage\",\"url\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2023\/05\/Emily-Conflict-Resolution-scaled.jpeg\",\"contentUrl\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2023\/05\/Emily-Conflict-Resolution-scaled.jpeg\",\"width\":2560,\"height\":1707},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/courses\/team-dynamics-mbti\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Team Dynamics (MBTI)\"}]},{\"@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":"Team Dynamics Training (MBTI) | Body Talk","description":"Understanding your team\u2019s personality preference types will help them build self-awareness and work better together.","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\/2179","og_locale":"en_GB","og_type":"article","og_title":"Team Dynamics Training (MBTI) | Body Talk","og_description":"Understanding your team\u2019s personality preference types will help them build self-awareness and work better together.","og_url":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/courses\/team-dynamics-mbti\/","og_site_name":"Body Talk","article_modified_time":"2025-04-24T14:55:41+00:00","og_image":[{"width":2560,"height":1707,"url":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2023\/05\/Emily-Conflict-Resolution-scaled.jpeg","type":"image\/jpeg"}],"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\/team-dynamics-mbti\/","url":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/courses\/team-dynamics-mbti\/","name":"Team Dynamics Training (MBTI) | Body Talk","isPartOf":{"@id":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/#website"},"primaryImageOfPage":{"@id":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/courses\/team-dynamics-mbti\/#primaryimage"},"image":{"@id":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/courses\/team-dynamics-mbti\/#primaryimage"},"thumbnailUrl":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2023\/05\/Emily-Conflict-Resolution-scaled.jpeg","datePublished":"2023-05-03T14:57:45+00:00","dateModified":"2025-04-24T14:55:41+00:00","description":"Understanding your team\u2019s personality preference types will help them build self-awareness and work better together.","breadcrumb":{"@id":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/courses\/team-dynamics-mbti\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/dev.twentytwo.digital\/ukbodytalk\/courses\/team-dynamics-mbti\/"]}]},{"@type":"ImageObject","inLanguage":"en-GB","@id":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/courses\/team-dynamics-mbti\/#primaryimage","url":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2023\/05\/Emily-Conflict-Resolution-scaled.jpeg","contentUrl":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-content\/uploads\/2023\/05\/Emily-Conflict-Resolution-scaled.jpeg","width":2560,"height":1707},{"@type":"BreadcrumbList","@id":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/courses\/team-dynamics-mbti\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/"},{"@type":"ListItem","position":2,"name":"Team Dynamics (MBTI)"}]},{"@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\/2179","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\/2324"}],"wp:attachment":[{"href":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-json\/wp\/v2\/media?parent=2179"}],"wp:term":[{"taxonomy":"product_category","embeddable":true,"href":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-json\/wp\/v2\/product_category?post=2179"},{"taxonomy":"training_type","embeddable":true,"href":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-json\/wp\/v2\/training_type?post=2179"},{"taxonomy":"group_size","embeddable":true,"href":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-json\/wp\/v2\/group_size?post=2179"},{"taxonomy":"training_duration","embeddable":true,"href":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-json\/wp\/v2\/training_duration?post=2179"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}