/**handles:homepage-standalone-mobile**/
*,:after,:before{-webkit-box-sizing:border-box;box-sizing:border-box}blockquote,body,dd,dl,figure,h1,h2,h3,h4,p{margin:0}ol[role=list],ul[role=list]{list-style:none}html:focus-within{scroll-behavior:smooth}body{line-height:1.5;min-height:100vh;text-rendering:optimizeSpeed}a:not([class]){-webkit-text-decoration-skip:ink;text-decoration-skip-ink:auto}img,picture{display:block;max-width:100%}button,input,select,textarea{font:inherit}@media (prefers-reduced-motion:reduce){html:focus-within{scroll-behavior:auto}*,:after,:before{-webkit-animation-duration:NaNs!important;animation-duration:NaNs!important;-webkit-animation-iteration-count:1!important;animation-iteration-count:1!important;scroll-behavior:auto!important;-webkit-transition-duration:NaNs!important;transition-duration:NaNs!important}}body.admin-bar .site-header{top:auto}body.mobile-menu-is-open .mobile-menu{-webkit-transform:translateX(0);transform:translateX(0)}.mobile-menu{-webkit-box-orient:vertical;-webkit-box-direction:normal;background-color:var(--theme--colour--base-white);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:3rem;height:100dvh;min-height:100dvh;overflow-y:auto;padding:var(--theme--global--site-gutter);position:fixed;right:0;top:0;-webkit-transform:translateX(100%);transform:translateX(100%);-webkit-transition:-webkit-transform .3s cubic-bezier(.25,.46,.45,.94);transition:-webkit-transform .3s cubic-bezier(.25,.46,.45,.94);transition:transform .3s cubic-bezier(.25,.46,.45,.94);transition:transform .3s cubic-bezier(.25,.46,.45,.94),-webkit-transform .3s cubic-bezier(.25,.46,.45,.94);width:100dvw;z-index:200}.mobile-menu>div:first-child{-ms-flex-item-align:end;align-self:flex-end}.mobile-menu nav{margin-left:-1rem;width:calc(100% + 2rem)}.mobile-menu nav ul{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:1rem;list-style-type:none;margin:0;padding:0}.mobile-menu nav li.is-open>a{background-color:var(--theme--colour--brand-pale-blue)}.mobile-menu nav li.is-open>a img,.mobile-menu nav li.is-open>a svg{-webkit-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transform-origin:center;transform-origin:center}.mobile-menu nav li.is-open>.sub-menu{display:block}.mobile-menu nav li.parent-link>a{-webkit-box-pack:start;-ms-flex-pack:start;color:var(--theme--colour--brand-primary)!important;font-weight:var(--theme--font-weight--bold)!important;justify-content:flex-start}.mobile-menu nav li.parent-link>a:before{content:"-";display:inline-block;margin-right:.3rem}.mobile-menu nav li.featured-insight-item{display:none!important}.mobile-menu nav a{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;align-items:center;border-radius:var(--theme--border-radius--sm);color:var(--theme--colour--brand-primary);display:-webkit-box;display:-ms-flexbox;display:flex;font-weight:var(--theme--font-weight--bold);justify-content:space-between;max-width:100%;padding:.5rem 1rem;text-decoration:none;width:100%}.mobile-menu nav a *{pointer-events:none}.mobile-menu nav a img,.mobile-menu nav a svg{fill:var(--theme--colour--brand-primary);display:block;-webkit-transform:rotate(90deg);transform:rotate(90deg);-webkit-transform-origin:center;transform-origin:center;-webkit-transition:-webkit-transform .2s ease;transition:-webkit-transform .2s ease;transition:transform .2s ease;transition:transform .2s ease,-webkit-transform .2s ease}.mobile-menu nav .sub-menu{display:none;margin:0;padding:.5rem 1rem}.mobile-menu nav .sub-menu a{font-size:var(--theme--font-size--sm);font-weight:var(--theme--font-weight--regular)}.mobile-menu nav .sub-menu .sub-menu{padding-left:1rem;padding-right:1rem}.mobile-menu nav .sub-menu .sub-menu a{opacity:.75}.mobile-menu .mobile-menu__ctas{padding-top:3rem;position:relative}.mobile-menu .mobile-menu__ctas:before{background-color:var(--theme--colour--brand-light-grey);content:"";height:1px;left:0;position:absolute;top:0;width:70px}.mobile-menu .mobile-menu__ctas a{-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--theme--colour--brand-primary);display:-webkit-box;display:-ms-flexbox;display:flex;gap:1rem;opacity:.8;text-decoration:none}.search-modal{background-color:var(--theme--colour--brand-primary);bottom:0;cursor:-webkit-zoom-out;cursor:zoom-out;display:grid;height:100%;left:0;opacity:0;place-items:center;pointer-events:none;position:fixed;right:0;top:0;-webkit-transition:opacity .3s cubic-bezier(.25,.46,.45,.94);transition:opacity .3s cubic-bezier(.25,.46,.45,.94);visibility:hidden;width:100%;z-index:300}.search-modal.is-open{opacity:1;pointer-events:all;visibility:visible}@supports (backdrop-filter:blur(80px)){.search-modal{backdrop-filter:blur(80px);background-color:transparent}}.search-modal:after{background-color:var(--theme--colour--brand-primary);bottom:0;content:"";height:100%;left:0;opacity:.75;pointer-events:none;position:absolute;right:0;top:0;width:100%;z-index:0}.search-modal .search-modal__close{position:absolute;right:var(--theme--global--site-gutter);top:var(--theme--global--site-gutter)}.search-modal .search-modal__close svg{stroke:var(--theme--colour--base-white);display:block;pointer-events:none}.search-modal .search-modal__content{cursor:auto;max-width:var(--theme--global--content-size);padding:0 var(--theme--global--site-gutter);width:100%}.search-modal .search-modal__close,.search-modal .search-modal__content{z-index:2}.search-modal form{border:4px solid var(--theme--colour--base-white);border-radius:var(--theme--border-radius--sm);display:grid;grid-template-columns:1fr auto;width:100%}.search-modal form input{background-color:transparent;border:0;color:var(--theme--colour--base-white);outline:0;padding:1rem}.search-modal form input::-webkit-input-placeholder{color:var(--theme--colour--base-white)}.search-modal form input::-moz-placeholder{color:var(--theme--colour--base-white)}.search-modal form input:-ms-input-placeholder{color:var(--theme--colour--base-white)}.search-modal form input::-ms-input-placeholder{color:var(--theme--colour--base-white)}.search-modal form input::placeholder{color:var(--theme--colour--base-white)}.search-modal form button{padding-left:1rem;padding-right:1rem}.search-modal form button svg{fill:var(--theme--colour--base-white);display:block;height:auto;width:27px}.site-footer{background-color:var(--theme--colour--brand-dark-grey);font-size:var(--theme--font-size--sm);max-width:100%;padding:3rem var(--theme--global--site-gutter);position:relative;width:100%}.site-footer,.site-footer a{color:var(--theme--colour--brand-medium-grey)}.site-footer .site-footer__content{display:grid;justify-items:center;margin:0 auto;max-width:var(--theme--global--wide-size);row-gap:2rem}.site-footer .site-footer__logo{margin-bottom:1.5rem}.site-footer .site-footer__logo svg{fill:var(--theme--colour--base-white);display:block;height:auto;width:120px}.site-footer .site-footer__locations .locations{display:grid;justify-items:center;row-gap:1.5rem}.site-footer .site-footer__locations .locations .locations__title{-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--theme--colour--light-text);display:grid;font-size:var(--theme--font-size--sm);font-weight:var(--theme--font-weight--bold);gap:.5rem;grid-template-columns:10px auto}.site-footer .site-footer__locations .locations .locations__links ul{-webkit-columns:2;-moz-columns:2;-webkit-column-count:2;-moz-column-count:2;column-count:2;display:block;list-style:none;margin:0;padding:0}.site-footer .site-footer__locations .locations .locations__links ul a{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;border-radius:var(--theme--border-radius--sm);color:var(--theme--colour--light-text);display:-webkit-box;display:-ms-flexbox;display:flex;gap:.5rem;justify-content:center;padding:.8rem .7rem;text-decoration:none}.site-footer .site-footer__locations .locations .locations__links ul a:hover{text-decoration:underline}.site-footer .global-sites{display:grid;justify-items:start;row-gap:1.5rem}.site-footer .global-sites .global-sites__title{-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--theme--colour--light-text);display:grid;font-weight:var(--theme--font-weight--bold);gap:.5rem;grid-template-columns:10px auto}.site-footer .global-sites .global-sites__links{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.site-footer .global-sites .global-sites__links,.site-footer .global-sites .global-sites__links a{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex;gap:.5rem;width:100%}.site-footer .global-sites .global-sites__links a{-webkit-box-pack:center;-ms-flex-pack:center;background-color:#28282e;border-radius:var(--theme--border-radius--sm);color:var(--theme--colour--light-text);justify-content:center;padding:.5rem .7rem;text-decoration:none}.site-footer .global-sites .global-sites__links a img,.site-footer .global-sites .global-sites__links a svg{height:auto;-webkit-transform:rotate(-90deg);transform:rotate(-90deg);-webkit-transform-origin:center;transform-origin:center;width:8px}.site-footer .site-footer__base{border-top:1px solid var(--theme--colour--brand-medium-grey);display:grid;padding-top:1.5rem;row-gap:1.5rem;width:100%}.site-footer .site-footer__base nav ul{gap:.5rem;list-style:none;margin:0;padding:0}.site-footer .site-footer__base nav ul,.site-footer .site-footer__legal{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:-webkit-box;display:-ms-flexbox;display:flex}.site-footer .site-footer__legal{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem;text-align:center}.media-text{margin:0 auto;max-width:var(--theme--global--wide-size);padding:4rem var(--theme--global--site-gutter)}.media-text .media-text__media{display:none}.media-text .button{margin-top:2rem}.homepage-ksp{background-color:var(--theme--colour--brand-tint-blue);max-width:100%;padding:3rem var(--theme--global--site-gutter);width:100%}.homepage-ksp .homepage-ksp__grid{display:grid;gap:2.5rem;margin:0 auto;max-width:var(--theme--global--wide-size);width:100%}.homepage-ksp .ksp{border-left:3px solid var(--theme--colour--brand-primary);padding-left:1.25rem}.homepage-ksp .ksp__eyebrow{font-size:var(--hp--font-size--eyebrow);font-weight:var(--theme--font-weight--bold);letter-spacing:.2em;line-height:1.4;text-transform:uppercase}.homepage-ksp .ksp__eyebrow,.homepage-ksp .ksp__figure{color:var(--theme--colour--brand-primary);margin-bottom:.75rem}.homepage-ksp .ksp__figure{-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline;display:-webkit-box;display:-ms-flexbox;display:flex;gap:.2rem;line-height:1}.homepage-ksp .ksp__value{font-size:var(--hp--font-size--stat);font-weight:var(--theme--font-weight--semibold);letter-spacing:-.02em}.homepage-ksp .ksp__suffix{font-size:var(--hp--font-size--stat-suffix);font-weight:var(--theme--font-weight--regular)}.homepage-ksp .ksp__description{font-size:var(--hp--font-size--small);line-height:1.55;margin:0}.split-text{max-width:100%;padding:4rem var(--theme--global--site-gutter);width:100%}.split-text .split-text__container{display:grid;gap:1.5rem;margin:0 auto;max-width:var(--theme--global--wide-size);width:100%}.split-text .split-text__body{font-size:var(--hp--font-size--body);line-height:1.65}.split-text .split-text__body p:first-of-type{font-size:var(--hp--font-size--lead);line-height:1.6}.split-text .split-text__body p:last-of-type{margin-bottom:0}.split-text .split-text__actions{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:1rem;margin-top:2rem}.split-text.split-text--link-cta .split-text__actions{margin-top:1.5rem}.split-text.split-text--link-cta .split-text__heading h2{font-weight:var(--theme--font-weight--regular)}.split-text.split-text--link-cta .split-text__heading h2 b,.split-text.split-text--link-cta .split-text__heading h2 strong{font-weight:var(--theme--font-weight--bold)}.carousel-nav{gap:.75rem}.carousel-nav,.carousel-nav .carousel-nav__button{display:-webkit-box;display:-ms-flexbox;display:flex}.carousel-nav .carousel-nav__button{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:center;-ms-flex-pack:center;align-items:center;background-color:transparent;border:1px solid hsla(0,0%,100%,.4);border-radius:100%;color:var(--theme--colour--brand-green-blue);cursor:pointer;height:44px;justify-content:center;-webkit-transition:all .25s cubic-bezier(.39,.575,.565,1);transition:all .25s cubic-bezier(.39,.575,.565,1);width:44px}.carousel-nav .carousel-nav__button svg{display:block}.carousel-nav .carousel-nav__button.carousel-nav__button--solid{background-color:var(--theme--colour--base-white);border-color:var(--theme--colour--base-white);color:var(--theme--colour--brand-primary)}.carousel-nav .carousel-nav__button.swiper-button-disabled{cursor:default;opacity:.35}.carousel-nav.carousel-nav--light .carousel-nav__button{border-color:var(--theme--colour--brand-light-grey);color:var(--theme--colour--brand-primary)}.carousel-nav.carousel-nav--light .carousel-nav__button.carousel-nav__button--solid{background-color:var(--theme--colour--brand-primary);border-color:var(--theme--colour--brand-primary);color:var(--theme--colour--base-white)}.research-services{background-color:var(--theme--colour--brand-primary);max-width:100%;overflow:hidden;padding:4rem var(--theme--global--site-gutter);position:relative;width:100%}.research-services,.research-services a,.research-services h2,.research-services h3,.research-services h4,.research-services h5,.research-services h6{color:var(--theme--colour--light-text)}.research-services .research-services__container{margin:0 auto;max-width:var(--theme--global--wide-size);width:100%}.research-services .section-title{margin-bottom:2.5rem}.research-services .services{display:grid;gap:1.25rem}.research-services .service{-webkit-box-orient:vertical;-webkit-box-direction:normal;background-color:hsla(0,0%,100%,.05);border:1px solid hsla(0,0%,100%,.16);border-radius:var(--theme--border-radius--xs);display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding:1.75rem 1.5rem;position:relative;text-decoration:none;-webkit-transition:background-color .25s cubic-bezier(.39,.575,.565,1),border-color .25s cubic-bezier(.39,.575,.565,1),-webkit-transform .25s cubic-bezier(.39,.575,.565,1);transition:background-color .25s cubic-bezier(.39,.575,.565,1),border-color .25s cubic-bezier(.39,.575,.565,1),-webkit-transform .25s cubic-bezier(.39,.575,.565,1);transition:background-color .25s cubic-bezier(.39,.575,.565,1),border-color .25s cubic-bezier(.39,.575,.565,1),transform .25s cubic-bezier(.39,.575,.565,1);transition:background-color .25s cubic-bezier(.39,.575,.565,1),border-color .25s cubic-bezier(.39,.575,.565,1),transform .25s cubic-bezier(.39,.575,.565,1),-webkit-transform .25s cubic-bezier(.39,.575,.565,1)}.research-services .service:hover{background-color:var(--theme--colour--brand-dark-blue);border-color:var(--theme--colour--base-white);-webkit-transform:translateY(-6px);transform:translateY(-6px)}.research-services .service__number{color:var(--theme--colour--brand-green-blue);font-size:var(--hp--font-size--micro);font-weight:var(--theme--font-weight--semibold);line-height:1}.research-services .service__title{color:var(--theme--colour--light-text);font-size:var(--hp--font-size--service-title);line-height:1.2;margin:.75rem 0}.research-services .service__overview{-webkit-box-flex:1;-ms-flex:1;flex:1;font-size:14.5px;font-weight:var(--theme--font-weight--regular);line-height:1.55;margin-bottom:1.25rem;opacity:.82}.research-services .service__overview p:last-child{margin-bottom:0}.research-services .service__link{-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:var(--theme--colour--light-text);display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-size:var(--hp--font-size--micro);font-weight:var(--theme--font-weight--bold);gap:.5rem}.research-services .service__link svg{fill:var(--theme--colour--light-text);display:block;height:10px;width:auto}.testimonials{background-color:var(--theme--colour--brand-dark-blue);max-width:100%;padding:4rem var(--theme--global--site-gutter);position:relative;width:100%}.testimonials,.testimonials a{color:var(--theme--colour--light-text)}.testimonials .testimonials__container{margin:0 auto;max-width:var(--theme--global--wide-size);width:100%}.testimonials .testimonials__header{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:1.25rem;margin-bottom:2rem}.testimonials .section-title{margin-bottom:0}.testimonials .section-title h2{color:var(--theme--colour--light-text);margin-bottom:0}.testimonials .testimonials-carousel{width:calc(100% + var(--theme--global--site-gutter))}.testimonials .testimonials-carousel .swiper{height:100%;padding-right:35px;width:100%}.testimonials .testimonials-carousel .swiper .swiper-slide{display:-webkit-box;display:-ms-flexbox;display:flex;height:auto}.testimonials .testimonials-carousel .swiper:not(.swiper-initialized) .swiper-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;gap:1.375rem;overflow:hidden;width:100%}.testimonials .testimonials-carousel .swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide{-ms-flex-negative:0;flex-shrink:0;width:280px}.testimonials .testimonials-carousel .testimonial-card{height:100%;width:100%}.testimonials .testimonials__footer{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:1.5rem;margin-top:2.5rem}.testimonials .swiper-pagination{background-color:hsla(0,0%,100%,.3);bottom:auto;height:3px;left:auto;position:relative;top:auto;width:100%}.international-reach,.testimonials .swiper-pagination .swiper-pagination-progressbar-fill{background-color:var(--theme--colour--base-white)}.international-reach{border-top:1px solid var(--theme--colour--brand-pale-grey);max-width:100%;padding:3rem var(--theme--global--site-gutter);position:relative;width:100%}.international-reach .international-reach__container{-webkit-box-align:center;-ms-flex-align:center;align-items:center;display:grid;gap:2rem;margin:0 auto;max-width:var(--theme--global--wide-size);width:100%}.international-reach .international-reach__text{font-size:17px}.international-reach .international-reach__text p:last-of-type{margin-bottom:0}.international-reach .button{justify-self:start}.homepage-cta{background-color:var(--theme--colour--brand-primary);color:var(--theme--colour--light-text);max-width:100%;padding:4rem var(--theme--global--site-gutter);text-align:center;width:100%}.homepage-cta .homepage-cta__content{display:grid;gap:1rem;justify-items:center;margin:0 auto;max-width:760px;width:100%}.homepage-cta .homepage-cta__content h2{color:var(--theme--colour--light-text);margin-bottom:0}.homepage-cta .homepage-cta__content p{color:var(--theme--colour--base-white);font-size:17px;line-height:1.55;margin-bottom:0;opacity:.85}.homepage-cta .homepage-cta__content .button{margin-top:1.5rem}.featured-article{background-color:var(--theme--colour--brand-tint-grey);max-width:100%;padding:4rem var(--theme--global--site-gutter);position:relative;width:100%}.featured-article .featured-article__content{margin:0 auto;max-width:var(--theme--global--wide-size);width:100%}.featured-article .featured-article__header{-webkit-box-orient:vertical;-webkit-box-direction:normal;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:1.25rem;margin-bottom:2rem}.featured-article .section-title{margin-bottom:0}.featured-article .featured-carousel .swiper-slide{height:auto}.featured-article .featured-carousel .swiper:not(.swiper-initialized) .swiper-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;overflow:hidden}.featured-article .featured-carousel .swiper:not(.swiper-initialized) .swiper-wrapper .swiper-slide{-ms-flex-negative:0;flex-shrink:0;width:100%}.featured-article .swiper-pagination{-webkit-box-pack:center;-ms-flex-pack:center;bottom:auto;display:-webkit-box;display:-ms-flexbox;display:flex;gap:.5rem;justify-content:center;left:auto;margin-top:1.75rem;position:relative;top:auto;width:100%}.featured-article .swiper-pagination .swiper-pagination-bullet{background:var(--theme--colour--brand-light-grey);border-radius:2px;height:3px;margin:0;opacity:1;width:40px}.featured-article .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background:var(--theme--colour--brand-primary)}.featured-article .featured-article__archive{-webkit-box-pack:center;-ms-flex-pack:center;display:-webkit-box;display:-ms-flexbox;display:flex;justify-content:center;padding-top:2.5rem}.testimonial-card{background-color:var(--theme--colour--base-white);border-radius:var(--theme--border-radius--sm);display:grid;grid-template-columns:auto;grid-template-rows:190px 1fr;overflow:hidden;position:relative}.testimonial-card .testimonial-card__media{position:relative}.testimonial-card .testimonial-card__media img{bottom:0;height:100%;left:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;position:absolute;right:0;top:0;width:100%}.testimonial-card .testimonial-card__content{color:var(--theme--colour--body-text);display:grid;grid-template-rows:1fr auto;padding:1.5rem;row-gap:1.5rem}.testimonial-card .testimonial-card__content blockquote{font-size:var(--hp--font-size--small);height:9.2em;line-height:1.55;opacity:.75;overflow:hidden;position:relative}.testimonial-card .testimonial-card__content blockquote:after{background:-webkit-gradient(linear,left top,right top,from(hsla(0,0%,100%,0)),color-stop(50%,#fff));background:linear-gradient(90deg,hsla(0,0%,100%,0),#fff 50%);bottom:0;content:"";height:1.6em;position:absolute;right:0;text-align:right;width:40%}.testimonial-card .testimonial-card__logo{-webkit-box-align:center;-ms-flex-align:center;-ms-flex-item-align:end;align-items:center;align-self:end;display:-webkit-box;display:-ms-flexbox;display:flex;height:40px}.testimonial-card .testimonial-card__logo img{height:auto;max-height:30px;max-width:130px;width:auto}.article-card{background-color:var(--theme--colour--base-white);border-radius:var(--theme--border-radius--sm);-webkit-box-shadow:0 2px 8px 0 rgba(99,99,99,.2);box-shadow:0 2px 8px 0 rgba(99,99,99,.2);overflow:hidden;position:relative}.article-card .article-card__link{display:grid;grid-template-columns:auto;grid-template-rows:257px 1fr;text-decoration:none}.article-card .article-card__media{position:relative}.article-card .article-card__media:after{background-color:var(--theme--colour--brand-primary);bottom:0;content:"";height:100%;left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;-webkit-transition:opacity .2s linear;transition:opacity .2s linear;width:100%;z-index:2}.article-card .article-card__media img{bottom:0;height:100%;left:0;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;position:absolute;right:0;top:0;width:100%}.article-card .article-card__content{color:var(--theme--colour--body-text);display:grid;grid-template-rows:1fr auto;padding:2rem;row-gap:1rem}.article-card .article-card__content>div{display:grid;row-gap:1rem}.article-card .article-card__tag{color:var(--theme--colour--brand-green-blue);font-size:var(--hp--font-size--tag);font-weight:var(--theme--font-weight--bold);letter-spacing:.14em;line-height:1.4;text-transform:uppercase}.article-card .article-card__title{color:var(--theme--colour--brand-primary);font-size:var(--hp--font-size--card-title);font-weight:var(--theme--font-weight--bold);letter-spacing:-.01em;line-height:1.15;margin:0}.article-card .article-card__excerpt{font-size:16px;line-height:1.7;margin:0;opacity:.75}.article-card .article-card__button{-webkit-box-align:center;-ms-flex-align:center;-ms-flex-item-align:end;align-items:center;align-self:end;color:var(--theme--colour--brand-primary);display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-weight:var(--theme--font-weight--bold);gap:.5rem;margin:0}.article-card .article-card__button svg{fill:var(--theme--colour--brand-primary);display:block;height:10px;width:auto}.article-card.article-card--featured{height:100%}html{font-size:100%}body{color:var(--theme--colour--body-text);font-family:var(--theme--font-family--mobile-sans)}.eyebrow-text{color:var(--theme--colour--brand-green-blue);font-size:var(--hp--font-size--eyebrow);letter-spacing:.2em;line-height:1.4;margin-bottom:.5rem;text-transform:uppercase}.eyebrow-text,h2,h3,h4,h5,h6{font-weight:var(--theme--font-weight--bold)}h2,h3,h4,h5,h6{color:var(--theme--colour--brand-primary);line-height:1.15;margin-bottom:1rem;margin-top:0}h2{font-size:var(--hp--font-size--section-title);letter-spacing:-.01em}h3{font-size:var(--hp--font-size--service-title)}h4{font-size:var(--theme--font-size--md)}h5,h6{font-size:var(--theme--font-size--base)}p{line-height:1.6;margin-bottom:1rem}.button:link,.button:visited{-webkit-box-align:center;-ms-flex-align:center;-webkit-box-pack:justify;-ms-flex-pack:justify;align-items:center;background-color:var(--theme--colour--brand-primary);border-radius:var(--theme--border-radius--xs);color:var(--theme--colour--light-text);display:-webkit-box;display:-ms-flexbox;display:flex;font-size:var(--theme--font-size--base);font-weight:var(--theme--font-weight--semibold);gap:2.5rem;justify-content:space-between;letter-spacing:var(--theme--letter-spacing--sm);line-height:normal;max-width:100%;padding:.8rem 1.2rem;position:relative;text-decoration:none;-webkit-transition:all .4s cubic-bezier(.215,.61,.355,1) 0s;transition:all .4s cubic-bezier(.215,.61,.355,1) 0s;width:auto}.button:link:hover,.button:visited:hover{background-color:var(--theme--colour--brand-dark-blue)}.button:link svg,.button:visited svg{fill:var(--theme--colour--light-text);display:block;height:12px;width:auto}.button.button--white:link,.button.button--white:visited{background-color:var(--theme--colour--base-white);color:var(--theme--colour--brand-primary)}.button.button--white:link svg,.button.button--white:visited svg{fill:var(--theme--colour--brand-primary)}.button.button--white:link:hover,.button.button--white:visited:hover{background-color:var(--theme--colour--brand-primary);color:var(--theme--colour--light-text)}.button.button--white:link:hover svg,.button.button--white:visited:hover svg{fill:var(--theme--colour--light-text)}.button.button--outline-light:link,.button.button--outline-light:visited{background-color:transparent;border:2px solid var(--theme--colour--light-text);color:var(--theme--colour--light-text)}.button.button--outline-light:link svg,.button.button--outline-light:visited svg{fill:var(--theme--colour--light-text)}.button.button--outline-light:link:hover,.button.button--outline-light:visited:hover{background-color:var(--theme--colour--light-text);border-color:var(--theme--colour--light-text);color:var(--theme--colour--brand-primary)}.button.button--outline-light:link:hover svg,.button.button--outline-light:visited:hover svg{fill:var(--theme--colour--brand-primary)}.button.button--outline-primary:link,.button.button--outline-primary:visited{background-color:transparent;border:2px solid var(--theme--colour--brand-primary);color:var(--theme--colour--brand-primary)}.button.button--outline-primary:link svg,.button.button--outline-primary:visited svg{fill:var(--theme--colour--brand-primary)}.button.button--outline-primary:link:hover,.button.button--outline-primary:visited:hover{background-color:var(--theme--colour--brand-primary);border-color:var(--theme--colour--brand-primary);color:var(--theme--colour--light-text)}.button.button--outline-primary:link:hover svg,.button.button--outline-primary:visited:hover svg{fill:var(--theme--colour--light-text)}.button.button--text:link,.button.button--text:visited{background-color:transparent;padding:0}.button.button--text:link:hover,.button.button--text:visited:hover{background-color:transparent;text-decoration:underline;text-underline-offset:.3rem}.button.button--text-light:link,.button.button--text-light:visited,.button.button--text-primary:link,.button.button--text-primary:visited,.button.button--text:link,.button.button--text:visited{font-weight:var(--theme--font-weight--bold)}.button.button--text-light:link,.button.button--text-light:visited,.button.button--text-primary:link,.button.button--text-primary:visited{-webkit-box-pack:start;-ms-flex-pack:start;background-color:transparent;gap:.6rem;justify-content:flex-start;padding:0}.button.button--text-light:link svg,.button.button--text-light:visited svg,.button.button--text-primary:link svg,.button.button--text-primary:visited svg{height:10px}.button.button--text-light:link:hover,.button.button--text-light:visited:hover,.button.button--text-primary:link:hover,.button.button--text-primary:visited:hover{background-color:transparent;text-decoration:underline;text-underline-offset:.3rem}.button.button--text-primary:link,.button.button--text-primary:visited{color:var(--theme--colour--brand-primary)}.button.button--text-primary:link svg,.button.button--text-primary:visited svg{fill:var(--theme--colour--brand-primary)}.button.button--text-light:link,.button.button--text-light:visited{color:var(--theme--colour--light-text)}.button.button--text-light:link svg,.button.button--text-light:visited svg{fill:var(--theme--colour--light-text)}.align-default{max-width:var(--theme--global--content-size)}.align-wide{max-width:var(--theme--global--wide-size)}.no-button{background:0 0;border:none;border-radius:0;-webkit-box-shadow:none;box-shadow:none;cursor:pointer;padding:0}.no-button *{pointer-events:none}