{"id":2739,"date":"2023-07-06T10:58:57","date_gmt":"2023-07-06T09:58:57","guid":{"rendered":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/?page_id=2739"},"modified":"2023-07-06T10:59:11","modified_gmt":"2023-07-06T09:59:11","slug":"promo","status":"publish","type":"page","link":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/promo\/","title":{"rendered":"Promo"},"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.archive-header {\n  position: relative;\n}\n.archive-header.has-content .archive-header__heading {\n  text-align: left;\n  margin-bottom: 0;\n}\n.archive-header.has-content .wysiwyg {\n  opacity: 0.001;\n  -webkit-animation: reveal-down 2s ease 0.1s forwards;\n          animation: reveal-down 2s ease 0.1s forwards;\n  -webkit-animation-delay: 0.5s;\n          animation-delay: 0.5s;\n  margin-top: 2rem;\n}\n@media (min-width: 769px) {\n  .archive-header.has-content .wysiwyg {\n    margin-top: 0;\n  }\n}\n.archive-header:before {\n  content: \"\";\n  position: absolute;\n  top: 0;\n  left: 24px;\n  right: 24px;\n  border-top: 1px solid var(--light-grey);\n}\n@media (min-width: 769px) {\n  .archive-header:before {\n    left: 35px;\n    right: 0;\n    bottom: 0;\n    border-radius: 40px 0 0;\n    border-left: 1px solid var(--light-grey);\n  }\n}\n.archive-header__heading {\n  text-align: center;\n  margin-bottom: 32px;\n}\n@media (min-width: 530px) {\n  .archive-header__heading {\n    margin-bottom: 45px;\n  }\n}\n.archive-header__heading .h1 {\n  font-size: 12px;\n}\n@media only screen and (min-width: 320px) {\n  .archive-header__heading .h1 {\n    font-size: calc(12px + 4 * (100vw - 320px) \/ (1720 - 320));\n  }\n}\n@media only screen and (min-width: 1720px) {\n  .archive-header__heading .h1 {\n    font-size: 16px;\n  }\n}\n.archive-header__heading .h1 {\n  font-weight: 800;\n  letter-spacing: 0.05em;\n  text-transform: uppercase;\n  line-height: 1.6;\n  margin-bottom: 16px;\n  opacity: 0.001;\n  -webkit-animation: reveal-down 2s ease 0.1s forwards;\n          animation: reveal-down 2s ease 0.1s forwards;\n}\n@media (min-width: 530px) {\n  .archive-header__heading .h1 {\n    margin-bottom: 20px;\n  }\n}\n.archive-header__heading .h2 {\n  font-size: 26px;\n}\n@media only screen and (min-width: 320px) {\n  .archive-header__heading .h2 {\n    font-size: calc(26px + 28 * (100vw - 320px) \/ (1720 - 320));\n  }\n}\n@media only screen and (min-width: 1720px) {\n  .archive-header__heading .h2 {\n    font-size: 54px;\n  }\n}\n.archive-header__heading .h2 {\n  font-weight: 800;\n  text-transform: uppercase;\n  letter-spacing: 0.1em;\n  line-height: 1;\n  word-break: break-word;\n  opacity: 0.001;\n  -webkit-animation: reveal-down 2s ease 0.4s forwards;\n          animation: reveal-down 2s ease 0.4s forwards;\n}\n.archive-header .breadcrumbs {\n  padding: 16px 0 32px;\n}\n@media (min-width: 769px) {\n  .archive-header .breadcrumbs {\n    padding: 32px 0 60px;\n  }\n}\n.archive-header + .sticky-navigation {\n  margin-bottom: 15px;\n}\n@media (min-width: 769px) {\n  .archive-header + .sticky-navigation {\n    margin-bottom: 60px;\n  }\n}\n\n.single-team .archive-header .h2 {\n  font-size: 18px;\n}\n@media only screen and (min-width: 320px) {\n  .single-team .archive-header .h2 {\n    font-size: calc(18px + 6 * (100vw - 320px) \/ (1720 - 320));\n  }\n}\n@media only screen and (min-width: 1720px) {\n  .single-team .archive-header .h2 {\n    font-size: 24px;\n  }\n}\n.single-team .archive-header .h2 {\n  line-height: 1.3;\n  font-weight: 700;\n}\n\n.single-career .archive-header .h2 {\n  font-size: 18px;\n}\n@media only screen and (min-width: 320px) {\n  .single-career .archive-header .h2 {\n    font-size: calc(18px + 6 * (100vw - 320px) \/ (1720 - 320));\n  }\n}\n@media only screen and (min-width: 1720px) {\n  .single-career .archive-header .h2 {\n    font-size: 24px;\n  }\n}\n.single-career .archive-header .h2 {\n  line-height: 1.3;\n  font-weight: 700;\n}\n\/*# sourceMappingURL=block-hero-simple.css.map *\/\n<\/style><section id=\"\" class=\"archive-header block-hero-simple       js-sticky-section block\">\n\t<div class=\"grid-container\"><div class=\"row\"><div class=\"col\"><p class=\"breadcrumbs\" id=\"breadcrumbs\"><span><span><a href=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/\">Home<\/a><\/span><\/span><\/p><\/div><\/div><\/div>\n\t<div class=\"grid-container\">\n\t\t<div class=\"row\">\n\t\t\t<div class=\"col-12\">\n\t\t\t\t<div class=\"archive-header__heading\">\n\t\t\t\t\t\t\t\t\t\t\t<h1 class=\"h1\">Promo video<\/h1>\t\t\t\t\t\n\t\t\t\t\t\t\t\t\t\t\t<p class=\"h2\">What can we do for you<\/p>\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t\t\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.video {\n  border-radius: 16px;\n  overflow: hidden;\n  -webkit-mask-image: -webkit-radial-gradient(white, black);\n  height: 0;\n  padding-bottom: 56.25%;\n  position: relative;\n  cursor: pointer;\n}\n.video:hover:before {\n  -webkit-transform: scale(1.2);\n          transform: scale(1.2);\n  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);\n          box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);\n}\n.video .bg-image {\n  position: absolute;\n  top: 0;\n  left: 0;\n  width: 100%;\n  height: 100%;\n  -webkit-transition: 0.3s ease-in-out;\n  transition: 0.3s ease-in-out;\n}\n.video .bg-image > img {\n  -webkit-transition: 0.3s ease-in-out;\n  transition: 0.3s ease-in-out;\n}\n.video .bg-image:hover > img {\n  -webkit-transform: scale(1.2);\n          transform: scale(1.2);\n  -webkit-transition: 0.3s ease-in-out;\n  transition: 0.3s ease-in-out;\n}\n.video .bg-image .video-play {\n  position: absolute;\n  left: 50%;\n  top: 50%;\n  -webkit-transform: translate(-50%, -50%);\n          transform: translate(-50%, -50%);\n  border-radius: 100px;\n  border: solid 2px #fff;\n  width: 108px;\n  height: 108px;\n  display: -webkit-box;\n  display: -ms-flexbox;\n  display: flex;\n  -webkit-box-align: center;\n      -ms-flex-align: center;\n          align-items: center;\n  -webkit-box-pack: center;\n      -ms-flex-pack: center;\n          justify-content: center;\n}\n.video .bg-image .video-play img {\n  width: 40px;\n  height: 40px;\n  margin-left: 4px;\n}\n.video.is-playing:before {\n  display: none;\n}\n.video--mp4:before {\n  content: \"\";\n  width: 84px;\n  height: 84px;\n  display: block;\n  background-image: url(\"\/wp-content\/themes\/bodytalk\/assets\/images\/play-button.svg\");\n  background-position: center;\n  background-repeat: no-repeat;\n  background-size: 100%;\n  position: absolute;\n  top: calc(50% - 42px);\n  left: calc(50% - 42px);\n  z-index: 1;\n  -webkit-transform: scale(1);\n          transform: scale(1);\n  -webkit-transition: all 0.3s ease;\n  transition: all 0.3s ease;\n  pointer-events: none;\n  -webkit-user-select: none;\n     -moz-user-select: none;\n      -ms-user-select: none;\n          user-select: none;\n  border-radius: 50%;\n}\n.video video,\n.video iframe {\n  position: absolute;\n  top: 0;\n  left: 0;\n  width: 100%;\n  height: 100%;\n  -o-object-fit: cover;\n     object-fit: cover;\n}\n.video--hero-inset:before {\n  width: 50px;\n  height: 50px;\n  top: calc(50% - 25px);\n  left: calc(50% - 25px);\n}\n.video--hero-inset.is-fullscreen {\n  position: fixed;\n  top: 50px;\n  right: 50px;\n  bottom: 50px;\n  left: 50px;\n  width: 100%;\n  height: 100%;\n  z-index: 100;\n}\n\/*# sourceMappingURL=block-video.css.map *\/\n<\/style>\n\t\t\t<section id=\"video\" class=\"block-video       block-video--vimeo js-sticky-section block\">\n\t\t<div class=\"grid-container\" data-aos=\"fade\">\n\t\t\t<div class=\"row\">\n\t\t\t\t<div class=\"col\">\n\t\t\t\t\t<div class=\"video\">\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<iframe src=\"https:\/\/player.vimeo.com\/video\/842230609\" width=\"640\" height=\"360\" frameborder=\"0\" allowfullscreen><\/iframe>\t\t\t\t\t\t\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t<\/div>\n\t\t<\/div>\n\t<\/section>\n\n","protected":false},"excerpt":{"rendered":"","protected":false},"author":2,"featured_media":0,"parent":0,"menu_order":2,"comment_status":"closed","ping_status":"closed","template":"","meta":{"_acf_changed":false,"content-type":"","footnotes":""},"training_type":[],"group_size":[],"training_duration":[],"class_list":["post-2739","page","type-page","status-publish","hentry"],"acf":[],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v25.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Promo - Body Talk<\/title>\n<meta name=\"robots\" content=\"noindex, nofollow\" \/>\n<meta property=\"og:locale\" content=\"en_GB\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Promo - Body Talk\" \/>\n<meta property=\"og:url\" content=\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/promo\/\" \/>\n<meta property=\"og:site_name\" content=\"Body Talk\" \/>\n<meta property=\"article:modified_time\" content=\"2023-07-06T09:59:11+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/promo\/\",\"url\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/promo\/\",\"name\":\"Promo - Body Talk\",\"isPartOf\":{\"@id\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/#website\"},\"datePublished\":\"2023-07-06T09:58:57+00:00\",\"dateModified\":\"2023-07-06T09:59:11+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/promo\/#breadcrumb\"},\"inLanguage\":\"en-GB\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/promo\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/promo\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\/\/dev.twentytwo.digital\/ukbodytalk\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Promo\"}]},{\"@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":"Promo - Body Talk","robots":{"index":"noindex","follow":"nofollow"},"og_locale":"en_GB","og_type":"article","og_title":"Promo - Body Talk","og_url":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/promo\/","og_site_name":"Body Talk","article_modified_time":"2023-07-06T09:59:11+00:00","twitter_card":"summary_large_image","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/promo\/","url":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/promo\/","name":"Promo - Body Talk","isPartOf":{"@id":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/#website"},"datePublished":"2023-07-06T09:58:57+00:00","dateModified":"2023-07-06T09:59:11+00:00","breadcrumb":{"@id":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/promo\/#breadcrumb"},"inLanguage":"en-GB","potentialAction":[{"@type":"ReadAction","target":["https:\/\/dev.twentytwo.digital\/ukbodytalk\/promo\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/promo\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/"},{"@type":"ListItem","position":2,"name":"Promo"}]},{"@type":"WebSite","@id":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/#website","url":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/","name":"Body Talk","description":"The Science of Communication","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-GB"}]}},"_links":{"self":[{"href":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-json\/wp\/v2\/pages\/2739","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-json\/wp\/v2\/users\/2"}],"replies":[{"embeddable":true,"href":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-json\/wp\/v2\/comments?post=2739"}],"version-history":[{"count":0,"href":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-json\/wp\/v2\/pages\/2739\/revisions"}],"wp:attachment":[{"href":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-json\/wp\/v2\/media?parent=2739"}],"wp:term":[{"taxonomy":"training_type","embeddable":true,"href":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-json\/wp\/v2\/training_type?post=2739"},{"taxonomy":"group_size","embeddable":true,"href":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-json\/wp\/v2\/group_size?post=2739"},{"taxonomy":"training_duration","embeddable":true,"href":"https:\/\/dev.twentytwo.digital\/ukbodytalk\/wp-json\/wp\/v2\/training_duration?post=2739"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}