@charset "UTF-8";:root{--colour-white:white;--colour-off-white:#fafafa;--colour-black:black;--colour-darker-grey:#454545;--colour-mid-grey:#757575;--colour-lighter-grey:#909090;--colour-faded-grey:#dddddd;--colour-hydro-pink:#e380c3;--colour-hydro-purple:#562a98;--colour-boost-dark-green:#419266;--colour-boost-light-green:#c6e57f;--colour-recovery-dark-blue:#11329b;--colour-recovery-light-blue:#57bedc;--colour-recovery-light-blue-faded:#57bedc34;--colour-banana-yellow:#f7e154;--colour-forest-green:#419266;--colour-navy-blue:#011a6a;--colour-ever-green:#2e6648;--colour-deep-purple:#3e1f86;--colour-amazon-gold:#f9a422;--colour-overlay-dark:rgba(0, 0, 0, 0.75);--colour-shadow:rgba(0, 0, 0, 0.3);--colour-background-light:#f4f4f4;--colour-background-neutral:#f5f5f5;--colour-background-off-white:#fafafa;--gradient-bubbles-recovery-dark-blue:linear-gradient(rgba(17, 50, 155, 0.9), rgba(17, 50, 155, 0.9)),url("../../../../leema-child/assets/images/resolve-bubbles-background.webp");--gradient-glass-effect:transparent linear-gradient(180deg, #ffffff 0% #ffffffb5 78%, #ffffff48 100%) 0% 0% no-repeat padding-box;--gradient-glass-blue:linear-gradient(270deg, rgba(17, 50, 155, 1) 78%, rgba(0, 0, 0, 0) 100%);--gradient-glass-blue-rev:linear-gradient(90deg, rgba(17, 50, 155, 1) 78%, rgba(0, 0, 0, 0) 100%);--gradient-glass-green:linear-gradient(270deg, rgba(65, 146, 102, 1) 78%, rgba(0, 0, 0, 0) 100%);--gradient-glass-green-rev:linear-gradient(90deg, rgba(65, 146, 102, 1) 78%, rgba(0, 0, 0, 0) 100%);--gradient-glass-purple:linear-gradient(270deg, rgba(86, 42, 152, 1) 78%, rgba(0, 0, 0, 0) 100%);--gradient-glass-purple-rev:linear-gradient(90deg, rgba(86, 42, 152, 1) 78%, rgba(0, 0, 0, 0) 100%);--animation-duration:1s;--animation-easing:ease-in-out}.transition-standard{transition:all .33s ease-in-out}.border-radius-standard{border-radius:5px}.border-radius-button{border-radius:30px}.shadow-standard{box-shadow:0 3px 6px var(--colour-shadow)}.font-weight-bold{font-weight:700}.font-weight-normal{font-weight:400}.text-uppercase{text-transform:uppercase}.text-capitalize{text-transform:capitalize}.text-italic{font-style:italic}#intro-animation-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:var(--colour-recovery-dark-blue);z-index:99999;display:block;overflow:hidden;opacity:1;visibility:visible;transition:opacity .7s ease-in-out,visibility 0s linear 0s;--intro-w:min(57vh, calc(100vw - 40px))}body.intro-active{overflow:hidden}#intro-animation-overlay .intro-inner{position:absolute;left:50%;top:50%;transform:translateX(-50%) translateY(-50%);display:flex;flex-direction:row;align-items:center;gap:0;will-change:transform}#intro-animation-overlay .intro-logo-center,#intro-animation-overlay .intro-logo-left,#intro-animation-overlay .intro-logo-right{display:block;height:calc(var(--intro-w) * .28);width:auto;flex-shrink:0}#intro-animation-overlay .intro-logo-center{opacity:0;animation:introCenterSequence 2.2s ease-in-out .3s both}#intro-animation-overlay .intro-logo-left{opacity:0;animation:introSlideLeft .7s ease-out 1.8s both}#intro-animation-overlay .intro-logo-right{opacity:0;animation:introSlideRight .7s ease-out 1.8s both}#intro-animation-overlay.intro-fade-out{opacity:0;visibility:hidden;pointer-events:none;transition:opacity .7s ease-in-out .3s,visibility 0s linear 1s}#intro-animation-overlay .intro-progress-bar{position:absolute;bottom:0;left:0;width:0%;height:3px;background:var(--colour-white);animation:introProgress 3.1s linear forwards}@keyframes introCenterSequence{0%{opacity:0;transform:scale(1.1)}27%{opacity:1;transform:scale(1)}45%{opacity:1;transform:scale(.9)}64%{opacity:1;transform:scale(1)}82%{opacity:1;transform:scale(.9)}100%{opacity:1;transform:scale(1)}}@keyframes introSlideLeft{0%{opacity:0;transform:translateX(80%)}15%{opacity:1;transform:translateX(80%)}100%{opacity:1;transform:translateX(0)}}@keyframes introSlideRight{0%{opacity:0;transform:translateX(-80%)}15%{opacity:1;transform:translateX(-80%)}100%{opacity:1;transform:translateX(0)}}@keyframes introProgress{to{width:100%}}@media all and (max-width:991px){#intro-animation-overlay .intro-logo-left{animation:introSlideLeft .7s ease-out 1.6s both}#intro-animation-overlay .intro-logo-right{animation:introSlideRight .7s ease-out 1.6s both}}html{box-sizing:border-box;margin:0!important}*,::after,::before{box-sizing:inherit}body{margin:0;padding:0;background:var(--colour-white);font-family:Stolzl,Arial,Helvetica sans-serif;font-weight:400;font-size:16px;color:var(--colour-black);line-height:22px}body.maintenance-splash{background:var(--colour-primary-orange)}h1,h2,h3,h4,h5,h6{display:block;margin:0;padding:0;font-family:"Futura Condensed Bold",Impact,sans-serif;font-weight:700;color:var(--colour-recovery-dark-blue);text-transform:uppercase}h1{font-size:48px;line-height:54px}h2{font-size:42px;line-height:48px}h3{font-size:36px;line-height:42px}h4{font-size:30px;line-height:36px}h5{font-size:24px;line-height:30px}h6{font-size:18px;line-height:24px}ul{list-style-type:square}ol,ul{list-style-position:inside}.container{position:relative;width:100%;max-width:1200px;margin:0 auto}.container-full{position:relative;width:100%;margin:0 auto;padding:0 15px}.container-no-gutter{position:relative;width:100%;margin:0 auto;padding:0}.overlay-dark::before{position:absolute;left:0;top:0;width:100%;height:100%;content:"";background:rgba(0,0,0,.33);z-index:1}.overlay-light::before{position:absolute;left:0;top:0;width:100%;height:100%;content:"";background:rgba(255,255,255,.33);z-index:1}.overlay-gradient-to-right::before{position:absolute;left:0;top:0;width:100%;height:100%;content:"";background:linear-gradient(to right,rgba(0,0,0,.25),rgba(0,0,0,.25));z-index:1}.overlay-gradient-to-left::before{position:absolute;left:0;top:0;width:100%;height:100%;content:"";background:linear-gradient(to left,rgba(0,0,0,.25),rgba(0,0,0,.25));z-index:1}.pulsate{animation:pulsate var(--animation-duration) var(--animation-easing) infinite}.back-to-top-wrapper{position:fixed;right:15px;bottom:30px}.back-to-top-wrapper .back-to-top{display:flex;flex-direction:row;justify-content:center;align-items:center;padding:10px;background:var(--colour-white);border-radius:50%;cursor:pointer}.back-to-top-wrapper .back-to-top i{display:block;color:var(--colour-black)}.breadcrumbs{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;width:100%;margin:90px 0 0 0;padding:30px 15px 30px 15px;background:var(--colour-hyrdo-pink)}.breadcrumbs .container{display:flex;flex-wrap:nowrap;align-items:center}.breadcrumbs .container .breadcrumb-item{display:inline-flex;align-items:center;font-weight:600;font-size:14px;color:var(--colour-recovery-dark-blue);line-height:20px;text-transform:uppercase}.breadcrumbs .container a{display:inline-block;margin:0;padding:0;font-weight:600;font-size:14px;color:var(--colour-darker-grey);line-height:20px;text-transform:uppercase;text-decoration:none}.breadcrumbs .container a:hover{text-decoration:underline}.breadcrumbs .container .crumbs-separator{display:inline-block;margin:0 15px;padding:0;font-size:14px;color:var(--colour-darker-grey);line-height:20px}@font-face{font-family:"Futura Condensed Bold";src:url(/wp-content/themes/leema-child/assets/fonts/futura-bold-condensed/font.woff2) format("woff2");src:url(/wp-content/themes/leema-child/assets/fonts/futura-bold-condensed/font.woff) format("woff");font-weight:700;font-display:swap}@font-face{font-family:Stolzl;src:url(/wp-content/themes/leema-child/assets/fonts/stolzl-regular/font.woff2) format("woff2");src:url(/wp-content/themes/leema-child/assets/fonts/stolzl-regular/font.woff) format("woff");font-weight:400;font-display:swap}@keyframes pulsate{0%,100%{transform:scale(1)}50%{transform:scale(.9)}}@media all and (max-width:991px){.breadcrumbs{padding-left:35px}.breadcrumbs .container{flex-wrap:wrap}.breadcrumbs .container .breadcrumb-item:last-child{flex-basis:100%;margin-top:5px}.breadcrumbs .container .breadcrumb-item:last-child .crumbs-separator{margin-left:0}}header{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:0;padding:0;z-index:10}.maintenance-splash header{position:fixed;top:0;left:0;right:0;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;width:100%}header .ribbon{position:fixed;top:0;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:0;padding:0;border-bottom:2px solid var(--colour-white)}header .ribbon::before{position:absolute;top:0;left:0;width:100%;height:100%;background:var(--colour-recovery-dark-blue);content:"";transition:all .33s ease-in-out;z-index:0}header .ribbon .upper{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:0;padding:0;background:var(--colour-black)}header .ribbon .upper .top-bar{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;margin:0;padding:15px 0}header .ribbon .upper .top-bar .short{display:inline-block;margin:0;padding:0;font-weight:400;font-size:16px;line-height:22px;color:var(--colour-white)}header .ribbon .upper .top-bar .contact-information-and-social-channels{display:flex;flex-direction:row;justify-content:center;align-items:center;margin:0;padding:0;list-style:none}header .ribbon .upper .top-bar .contact-information-and-social-channels .contact-method{margin:0 0 0 10px}header .ribbon .upper .top-bar .contact-information-and-social-channels .contact-method:first-of-type{margin:0}header .ribbon .upper .top-bar .contact-information-and-social-channels .contact-method .contact-link{display:flex;flex-direction:row;justify-content:center;align-items:center;text-decoration:none}header .ribbon .upper .top-bar .contact-information-and-social-channels .contact-method .contact-link .icon{display:inline-block;width:16px;height:16px;margin:0;padding:0;font-size:16px;line-height:16px;color:var(--colour-white)}header .ribbon .upper .top-bar .contact-information-and-social-channels .contact-method .contact-link span{display:none;margin:0 0 0 10px;color:var(--colour-white)}header .ribbon .upper .top-bar .contact-information-and-social-channels .social-media-channels{display:flex;flex-direction:row;justify-content:center;align-items:center;margin:0 0 0 10px;padding:0;list-style:none}header .ribbon .upper .top-bar .contact-information-and-social-channels .social-media-channels .social-media-channel{margin:0 0 0 10px}header .ribbon .upper .top-bar .contact-information-and-social-channels .social-media-channels .social-media-channel:first-of-type{margin:0}header .ribbon .upper .top-bar .contact-information-and-social-channels .social-media-channels .social-media-channel .link{display:flex;flex-direction:row;justify-content:center;align-items:center;text-decoration:none}header .ribbon .upper .top-bar .contact-information-and-social-channels .social-media-channels .social-media-channel .link .icon{display:inline-block;width:16px;height:16px;margin:0;padding:0;font-size:16px;line-height:16px;color:var(--colour-white)}header .ribbon .upper .top-bar .contact-information-and-social-channels .social-media-channels .social-media-channel .link span{display:none;margin:0 0 0 10px;color:var(--colour-white)}header .ribbon .lower{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:0;padding:10px 0 30px 0;overflow:hidden}header .ribbon .lower .logo-and-navigation{display:flex;flex-direction:row;justify-content:space-between;width:100%;margin:0 auto;padding:0 90px 0 90px}header .ribbon .lower .logo-and-navigation .logo-wrapper{position:relative;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;width:15%;z-index:3}header .ribbon .lower .logo-and-navigation .logo-wrapper .logo-link{display:inline-block;margin:0;padding:0}header .ribbon .lower .logo-and-navigation .logo-wrapper .logo-link .logo{display:block;width:auto;max-width:150px;height:auto;margin:0;padding:0}header .ribbon .lower .logo-and-navigation .call-to-action-button-wrapper{position:relative;display:flex;flex-direction:row;justify-content:flex-end;align-items:center;width:15%}header .ribbon .lower .logo-and-navigation .call-to-action-button-wrapper .call-to-action-button{position:absolute;display:inline-block;min-width:180px;width:180px;max-width:180px;margin:0;padding:60px 0;background:var(--colour-banana-yellow);border-bottom-left-radius:50%;border-bottom-right-radius:50%;font-family:"Futura Bold Condensed",Impact,sans-serif;font-weight:400;font-size:18px;color:var(--colour-recovery-dark-blue);line-height:24px;text-align:center;text-transform:uppercase;text-decoration:none;transition:all .33s ease-in-out}header .ribbon .lower .logo-and-navigation .call-to-action-button-wrapper .call-to-action-button:hover{background:var(--colour-forest-green);color:var(--colour-banana-yellow)}.maintenance-splash header .logo-wrapper{display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%;margin:0;padding:0 15px}.maintenance-splash header .logo-wrapper .logo-link{display:block;width:auto;margin:30px 0 0 0;padding:0}.maintenance-splash header .logo-wrapper .logo-link .logo{display:block;width:100%;max-width:180px;height:auto}@media all and (max-width:991px){header .ribbon .lower .logo-and-navigation{padding:0 0 0 15px}header .ribbon .lower .logo-and-navigation .call-to-action-button-wrapper{display:none}header .ribbon .lower .logo-and-navigation .logo-wrapper{justify-content:flex-start;width:100%}header .ribbon .lower .logo-and-navigation .logo-wrapper .logo-link .logo{max-width:120px}header .ribbon .lower .logo-and-navigation .header-navigation-menu>.menu{padding:0}}header .ribbon .lower .logo-and-navigation .header-navigation-menu{display:flex;flex-direction:row;justify-content:center;align-items:center;width:75%;margin:0;padding:0}header .ribbon .lower .logo-and-navigation .header-navigation-menu>.menu{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;width:100%;margin:0;padding:0 60px 0 0;list-style:none}header .ribbon .lower .logo-and-navigation .header-navigation-menu .menu>li{position:relative;margin:0 0 0 30px;padding:10px 0}header .ribbon .lower .logo-and-navigation .header-navigation-menu .menu>li:first-of-type{margin:0}header .ribbon .lower .logo-and-navigation .header-navigation-menu .menu li>a{display:block;font-family:"Futura Condensed Bold",Impact,sans-serif;font-weight:400;font-size:18px;color:var(--colour-white);line-height:24px;text-transform:uppercase;text-decoration:none;transition:all .33s ease-in-out}header .ribbon .lower .logo-and-navigation .header-navigation-menu .menu li a:hover{color:var(--colour-banana-yellow);text-decoration:none}header .ribbon .lower .logo-and-navigation .header-navigation-menu .menu li.has-mega>a::after{content:"›";display:inline-block;margin:0 0 0 8px;font-size:24px;transition:transform .3s ease;transform:rotate(90deg);vertical-align:middle}header .ribbon .lower .logo-and-navigation .header-navigation-menu .menu li.has-mega:focus-within>a::after,header .ribbon .lower .logo-and-navigation .header-navigation-menu .menu li.has-mega:hover>a::after{content:"›";transform:rotate(-90deg)}header .ribbon .lower .logo-and-navigation .header-navigation-menu .menu li.has-mega>.sub-menu{position:fixed;left:50%;top:70px;display:none;width:100vw;max-width:1200px;margin:0;padding:25px 30px 30px 30px;grid-template-columns:1fr 1fr;gap:30px;background:var(--colour-white);border:2px solid var(--colour-primary-teal);border-radius:5px;list-style:none;transform:translateX(-50%);z-index:10}header .ribbon .lower .logo-and-navigation .header-navigation-menu .menu li.has-mega:focus-within .sub-menu,header .ribbon .lower .logo-and-navigation .header-navigation-menu .menu li.has-mega:hover .sub-menu,header .ribbon .lower .logo-and-navigation .header-navigation-menu .menu li.has-mega>.sub-menu:hover{display:grid}header .ribbon .lower .logo-and-navigation .header-navigation-menu .menu li.has-mega .sub-menu li{padding:0;margin:0;list-style:none}header .ribbon .lower .logo-and-navigation .header-navigation-menu .menu li.has-mega .sub-menu li a{display:block;font-weight:700;font-size:18px;color:#000;line-height:24px;margin:0 0 10px 0;text-transform:initial;text-decoration:none}header .ribbon .lower .logo-and-navigation .header-navigation-menu .menu li.has-mega>.sub-menu>li>a{display:block;margin:0 0 10px 0;padding:0 10px;font-weight:700;font-size:18px;color:#000;line-height:24px;text-decoration:none;text-transform:uppercase;font-style:italic}header .ribbon .lower .logo-and-navigation .header-navigation-menu .menu li.has-mega>.sub-menu>li.mega-menu-heading>a{font-size:24px;color:var(--colour-nav-orange);line-height:30px;font-weight:700;text-transform:uppercase;margin-bottom:20px}header .ribbon .lower .logo-and-navigation .header-navigation-menu .menu li.has-mega>.sub-menu>li>.sub-menu{display:block;margin:0;padding:0;list-style:none}header .ribbon .lower .logo-and-navigation .header-navigation-menu .menu li.has-mega>.sub-menu>li>.sub-menu li a{position:relative;display:block;padding:12px 40px 12px 10px;margin:0 0 8px 0;font-weight:400;font-size:18px;color:var(--colour-black);line-height:24px;text-decoration:none;text-transform:none;transition:all .3s ease}header .ribbon .lower .logo-and-navigation .header-navigation-menu .menu li.has-mega>.sub-menu>li>.sub-menu li a::after{content:"▶";position:absolute;right:15px;top:50%;transform:translateY(-50%);font-size:16px;color:var(--colour-primary-teal)}header .ribbon .lower .logo-and-navigation .header-navigation-menu .menu li.has-mega>.sub-menu>li>.sub-menu li a:focus,header .ribbon .lower .logo-and-navigation .header-navigation-menu .menu li.has-mega>.sub-menu>li>.sub-menu li a:hover{background:rgba(1,162,138,.2);color:var(--colour-black)}#toggling-the-mobile-menu{display:none}header .ribbon .lower .logo-and-navigation .mobile-navigation{visibility:hidden;display:none}@media all and (max-width:991px){header .ribbon .lower .logo-and-navigation .mobile-navigation{position:fixed;top:0;right:0;width:100%;height:100svh;background:rgba(0,0,0,.33);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);visibility:hidden;opacity:0;transition:all .33s ease-in-out;overflow-y:auto;-webkit-overflow-scrolling:touch;z-index:2}header .ribbon .lower .logo-and-navigation .mobile-navigation .header-navigation-menu.mobile .menu{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:100svh;margin:0;padding:0}header .ribbon .lower .logo-and-navigation .mobile-navigation .header-navigation-menu.mobile .menu li{display:flex;flex-direction:column;align-items:center;width:100%;margin:15px 0 0 0}header .ribbon .lower .logo-and-navigation .mobile-navigation .header-navigation-menu.mobile .menu li:first-of-type{margin:0}header .ribbon .lower .logo-and-navigation .mobile-navigation .header-navigation-menu.mobile .menu li a{color:var(--colour-white)}header .ribbon .lower .logo-and-navigation .mobile-navigation .header-navigation-menu.mobile .menu li.has-mega>.sub-menu{display:none}header .ribbon .lower .logo-and-navigation .mobile-navigation .header-navigation-menu.mobile .menu li.has-mega.is-open>.sub-menu{display:block;position:static;transform:none;max-width:100%;width:90%;margin:15px auto 0;padding:15px;background:rgba(255,255,255,.95);border-radius:8px}header .ribbon .lower .logo-and-navigation .header-navigation-menu{display:none}header .ribbon .lower .logo-and-navigation .header-navigation-menu>.menu{padding:0}header .ribbon .lower .logo-and-navigation .header-navigation-menu.mobile{display:block;width:100%;height:100svh}header .ribbon .lower .logo-and-navigation label[for=toggling-the-mobile-menu]{position:absolute;right:15px;top:50%;width:30px;height:30px;transform:translateY(-50%);cursor:pointer;z-index:3}header .ribbon .lower .logo-and-navigation label[for=toggling-the-mobile-menu] .menu-icon{position:absolute;top:50%;left:0;width:30px;height:4px;background:#fff;transform:translateY(-50%);transition:all .33s ease-in-out}header .ribbon .logo-and-navigation label[for=toggling-the-mobile-menu] .menu-icon::after,header .ribbon .lower .logo-and-navigation label[for=toggling-the-mobile-menu] .menu-icon::before{content:"";position:absolute;left:0;width:30px;height:4px;background:#fff;transition:all .33s ease-in-out}header .ribbon .lower .logo-and-navigation label[for=toggling-the-mobile-menu] .menu-icon::before{top:-10px}header .ribbon .lower .logo-and-navigation label[for=toggling-the-mobile-menu] .menu-icon::after{top:10px}#toggling-the-mobile-menu{position:absolute;display:block;visibility:hidden;top:50%;right:30px;width:30px;height:30px;margin:0;transform:translateY(-50%);cursor:pointer;z-index:1}#toggling-the-mobile-menu:checked~.mobile-navigation{visibility:visible;display:block;opacity:1}#toggling-the-mobile-menu:checked~label .menu-icon{background:0 0}#toggling-the-mobile-menu:checked~label .menu-icon::before{top:0;transform:rotate(45deg);transform-origin:50% 50%}#toggling-the-mobile-menu:checked~label .menu-icon::after{top:0;transform:rotate(-45deg);transform-origin:50% 50%}body:has(#toggling-the-mobile-menu:checked){overflow:hidden;height:100vh}header .ribbon .lower.logo-and-navigation nav .menu li{margin:0}}footer{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;margin:0;padding:0;background:var(--colour-navy-blue);z-index:9}footer::before{display:none;width:100%;height:180px;background-color:var(--colour-white);content:""}.single-products footer{margin-top:100px}.single-products footer::before{content:"";height:180px;width:100%;background-color:var(--colour-background-off-white)}.maintenance-splash footer{position:fixed;bottom:0;left:0;right:0;display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%;background:0 0}footer .upper{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:0;padding:0;background:var(--colour-navy-blue)}footer .upper .push-call-to-action-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:0;padding:60px 15px 300px 15px;background:var(--gradient-glass-blue)}footer .upper .push-call-to-action-wrapper .container .push-call-to-action{display:flex;flex-direction:row;justify-content:space-between;align-items:center;margin:0;padding:0}footer .upper .push-call-to-action-wrapper .container .push-call-to-action .image-wrapper,footer .upper .push-call-to-action-wrapper .container .push-call-to-action .information-wrapper{display:flex;flex-direction:column;justify-content:center;width:50%}footer .upper .push-call-to-action-wrapper .container .push-call-to-action .information-wrapper{align-items:flex-start}footer .upper .push-call-to-action-wrapper .container .push-call-to-action .information-wrapper .push-call-to-action-branding{display:block;flex-direction:row;justify-content:flex-start;align-items:center;width:100%;max-width:165px;height:auto;margin:0;padding:0}footer .upper .push-call-to-action-wrapper .container .push-call-to-action .information-wrapper .push-call-to-action-pre-heading{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;margin:30px 0 0 0}footer .upper .push-call-to-action-wrapper .container .push-call-to-action .information-wrapper .push-call-to-action-heading{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;max-width:440px;margin:45px 0 0 0;font-family:"Futura Condensed Bold",Impact,sans-serif;font-size:66px;color:var(--colour-white);line-height:72px;text-transform:uppercase}footer .upper .push-call-to-action-wrapper .container .push-call-to-action .information-wrapper .push-call-to-action-copy{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;margin:15px 0 0 0}footer .upper .push-call-to-action-wrapper .container .push-call-to-action .information-wrapper .push-call-to-action-copy p{display:block;margin:15px 0 15px 0;font-size:16px;line-height:22px;color:var(--colour-white)}footer .upper .push-call-to-action-wrapper .container .push-call-to-action .information-wrapper .push-call-to-action-button{display:inline-block;margin:30px 0 0 0;padding:20px 30px;background:var(--colour-banana-yellow);border-radius:50px;font-family:"Futura Condensed Bold",Impact,sans-serif;font-weight:400;font-size:24px;color:var(--colour-recovery-dark-blue);line-height:30px;text-decoration:none;text-transform:uppercase;transition:all .33s ease-in-out}footer .upper .push-call-to-action-wrapper .container .push-call-to-action .information-wrapper .push-call-to-action-button:hover{background:var(--colour-forest-green);color:var(--colour-banana-yellow)}footer .upper .push-call-to-action-wrapper .container .push-call-to-action .image-wrapper .push-call-to-action-image{display:block;width:100%;max-width:100%;height:auto;margin:0;padding:0}footer .upper .newsletter-signup-wrapper{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:0;padding:0;margin-bottom:-180px}footer .upper .newsletter-signup-wrapper::before{position:absolute;top:-240px;width:100%;height:240px;background-color:var(--colour-hydro-pink);content:""}footer .upper .newsletter-signup-wrapper .container .newsletter-signup{position:relative;top:-180px;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:0;padding:30px;background-color:var(--colour-recovery-dark-blue);background-image:url(../../../../leema-child/assets/glyphs/background-glyph-faded-arrow-right.webp),url(../../../../leema-child/assets/glyphs/background-glyph-faded-arrow-left.webp);background-size:210px,210px;background-repeat:no-repeat,no-repeat;background-position:left center,right center;border-radius:30px;overflow:hidden}footer .upper .newsletter-signup-wrapper .container .newsletter-signup::before{position:absolute;left:0;top:0;width:100%;height:100%;background-image:url(../../../../leema-child/assets/glyphs/background-glyph-resolve-o.webp);background-repeat:no-repeat;background-size:500px;background-position:center center;opacity:.05;content:"";z-index:0}footer .upper .newsletter-signup-wrapper .container .newsletter-signup::after{content:none}footer .upper .newsletter-signup-wrapper .container .newsletter-signup .branding-wrapper{display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%;margin:20px 0 30px 0;padding:0;z-index:1}footer .upper .newsletter-signup-wrapper .container .newsletter-signup .branding-wrapper .branding{display:block;max-width:150px;margin:0;padding:0}footer .upper .newsletter-signup-wrapper .container .newsletter-signup .information-wrapper{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;margin:0;padding:0;z-index:1}footer .upper .newsletter-signup-wrapper .container .newsletter-signup .information-wrapper .newsletter-signup-preheading{display:block;width:100%;margin:0;padding:0;font-size:18px;line-height:24px;color:#fff;text-align:center}footer .upper .newsletter-signup-wrapper .container .newsletter-signup .information-wrapper .newsletter-signup-heading{display:block;width:auto;margin:0;padding:0;color:#fff}footer .upper .newsletter-signup-wrapper .container .newsletter-signup .information-wrapper .newsletter-signup-copy{display:block;width:auto;margin:15px 0 0 0;padding:0;font-size:18px;line-height:22px;color:#fff;text-align:center}footer .upper .newsletter-signup-wrapper .container .newsletter-signup .information-wrapper .newsletter-signup-copy p{display:block;margin:0}footer .upper .newsletter-signup-wrapper .container .newsletter-signup .newsletter-signup-form-wrapper{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:30px 0 0 0;padding:0;z-index:1}footer .upper .newsletter-signup-wrapper .container .newsletter-signup .newsletter-signup-form-wrapper .cgf-newsletter-signup-form_wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:768px;margin:0;padding:0}footer .upper .newsletter-signup-wrapper .container .newsletter-signup .newsletter-signup-form-wrapper .cgf-newsletter-signup-form_wrapper #gform_ajax_spinner_3{displaY:none}footer .upper .newsletter-signup-wrapper .container .newsletter-signup .newsletter-signup-form-wrapper .cgf-newsletter-signup-form{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:0;padding:0}footer .upper .newsletter-signup-wrapper .container .newsletter-signup .newsletter-signup-form-wrapper .cgf-newsletter-signup-form .gform-body{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:0;padding:0}footer .upper .newsletter-signup-wrapper .container .newsletter-signup .newsletter-signup-form-wrapper .cgf-newsletter-signup-form .gform-body .gform_fields{display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:wrap;width:100%;margin:0;padding:0;column-gap:unset}footer .upper .newsletter-signup-wrapper .container .newsletter-signup .newsletter-signup-form-wrapper .cgf-newsletter-signup-form .gform-body .gform_fields .gfield .gfield_label{display:none}footer .upper .newsletter-signup-wrapper .container .newsletter-signup .newsletter-signup-form-wrapper .cgf-newsletter-signup-form .gform-body .gform_fields .cgf-newsletter-signup-email-addr{display:flex;flex-direction:row;justify-content:center;align-items:center;width:50%;margin:0;padding:0;background:#fff;border-top-left-radius:50px;border-bottom-left-radius:50px;order:1}footer .upper .newsletter-signup-wrapper .container .newsletter-signup .newsletter-signup-form-wrapper .cgf-newsletter-signup-form .gform-body .gform_fields .cgf-newsletter-signup-email-addr label{display:none}footer .upper .newsletter-signup-wrapper .container .newsletter-signup .newsletter-signup-form-wrapper .cgf-newsletter-signup-form .gform-body .gform_fields .cgf-newsletter-signup-email-addr .ginput_container{display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%;margin:0;padding:0}footer .upper .newsletter-signup-wrapper .container .newsletter-signup .newsletter-signup-form-wrapper .cgf-newsletter-signup-form .gform-body .gform_fields .cgf-newsletter-signup-email-addr .ginput_container input[type=email]{display:block;width:100%;height:50px;margin:0;padding:20px 30px;font-size:16px;line-height:22px;border:none;border-radius:30px;outline:0}footer .upper .newsletter-signup-wrapper .container .newsletter-signup .newsletter-signup-form-wrapper .cgf-newsletter-signup-form .gform-body .gform_fields .gfield--type-submit{display:flex;flex-direction:row;justify-content:center;width:25%;margin:0;padding:0;background:#fff;border-top-right-radius:50px;border-bottom-right-radius:50px;order:2}footer .upper .newsletter-signup-wrapper .container .newsletter-signup .newsletter-signup-form-wrapper .cgf-newsletter-signup-form .gform-body .gform_fields .gfield--type-submit .gform-button{display:block;width:100%;padding:12px 30px;background:var(--colour-banana-yellow);border-radius:50px;font-family:"Futura Condensed Bold",Impact,sans-serif;font-weight:400;font-size:18px;color:var(--colour-recovery-dark-blue);line-height:24px;text-transform:uppercase}footer .upper .newsletter-signup-wrapper .container .newsletter-signup .newsletter-signup-form-wrapper .cgf-newsletter-signup-form .gform-body .gform_fields .gfield--type-submit .gform-button:hover{background:var(--colour-forest-green);color:var(--colour-banana-yellow)}footer .upper .newsletter-signup-wrapper .container .newsletter-signup .newsletter-signup-form-wrapper .cgf-newsletter-signup-form .gform-body .gform_fields .cgf-newsletter-signup-data-consent{display:flex;flex-direction:column;justify-content:center;align-items:center;width:75%;margin:0;padding:0;order:3}footer .upper .newsletter-signup-wrapper .container .newsletter-signup .newsletter-signup-form-wrapper .cgf-newsletter-signup-form .gform-body .gform_fields .cgf-newsletter-signup-data-consent .ginput_container_consent{display:flex;flex-direction:row;justify-content:center;align-items:center}footer .upper .newsletter-signup-wrapper .container .newsletter-signup .newsletter-signup-form-wrapper .cgf-newsletter-signup-form .gform-body .gform_fields .cgf-newsletter-signup-data-consent .ginput_container_consent input[type=checkbox]{transform:scale(1)}footer .upper .newsletter-signup-wrapper .container .newsletter-signup .newsletter-signup-form-wrapper .cgf-newsletter-signup-form .gform-body .gform_fields .cgf-newsletter-signup-data-consent .ginput_container_consent label{display:inline-block;margin:0 0 0 15px;font-size:16px;color:var(--colour-white);line-height:22px}footer .upper .newsletter-signup-wrapper .container .newsletter-signup .newsletter-signup-form-wrapper .cgf-newsletter-signup-form .gform-body .gform_fields .cgf-newsletter-signup-data-consent .ginput_container_consent label a{font-weight:700;color:#fff;text-decoration:underline}footer .upper .newsletter-signup-wrapper .container .newsletter-signup .newsletter-signup-form-wrapper .cgf-newsletter-signup-form .gform-body .gform_fields .cgf-newsletter-signup-data-consent .gfield_consent_description{display:block;margin:30px 0 0 0;padding:15px 30px;background:var(--colour-black);border-radius:50px;font-size:16px;color:var(--colour-white);line-height:22px;text-align:center}footer .upper .newsletter-signup-wrapper .container .newsletter-signup .newsletter-signup-form-wrapper .cgf-newsletter-signup-form .gform-body .gform_fields .cgf-newsletter-signup-data-consent .gfield_consent_description a{color:var(--colour-banana-yellow)}footer .upper .newsletter-signup-wrapper .container .newsletter-signup .newsletter-signup-form-wrapper .gform_validation_errors{background:#b22222}footer .upper .newsletter-signup-wrapper .container .newsletter-signup .newsletter-signup-form-wrapper .gform_validation_errors h2{color:#fff}footer .upper .newsletter-signup-wrapper .container .newsletter-signup .newsletter-signup-form-wrapper .gfield_validation_message{display:none}footer .lower{display:flex;flex-direction:column;justify-content:space-between;align-items:center;width:100%;margin:0;padding:0}footer .lower .branding{display:none;flex-direction:row;justify-content:center;align-items:center;width:100%;margin:0;padding:0 15px}footer .lower .branding .container .footer-logo{display:flex;flex-direction:row;justify-content:center;align-items:center;margin:60px 0 0 0;padding:0}footer .lower .branding .container .footer-logo .footer-logo-link{display:inline-block;margin:0;padding:0}footer .lower .branding .container .footer-logo .footer-logo-link .footer-logo{display:block;width:100%;max-width:180px;margin:0;padding:0}footer .lower .navigation{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:0;padding:0 15px}footer .lower .navigation .container .widget-areas{display:flex;flex-direction:row;justify-content:center;align-items:flex-start;width:100%;margin:0;padding:60px 0 60px 0}footer .lower .navigation .container .widget-areas .widget-area{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;flex:1;width:auto;margin:0;padding:0}footer .lower .navigation .container .widget-areas .widget-area .widget-heading{display:block;width:100%;margin:0 0 15px 0;padding:0;font-family:"Futura Condensed Bold",Impact,sans-serif;font-weight:400;font-size:18px;font-style:normal;line-height:24px;color:var(--colour-recovery-light-blue);text-transform:uppercase}footer .lower .navigation .container .widget-areas .widget-area .widget-menu{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;width:100%;margin:0;padding:0;list-style:none}footer .lower .navigation .container .widget-areas .widget-area .widget-menu li{display:block;margin:4px 0 0 0;padding:0}footer .lower .navigation .container .widget-areas .widget-area .widget-menu li:first-of-type{margin:0}footer .lower .navigation .container .widget-areas .widget-area .widget-menu li a{display:inline-block;width:100%;margin:0;padding:0;font-size:16px;color:var(--colour-white);line-height:22px;text-decoration:none;transition:all .33s ease-in-out}footer .lower .navigation .container .widget-areas .widget-area .widget-menu li a:hover{text-decoration:underline}footer .lower .copyright-wrapper{display:none;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:0;padding:0 15px;background:var(--colour-navy-blue)}footer .lower .copyright-wrapper .container .split{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;margin:0;padding:15px 0}footer .lower .copyright-wrapper .container .split .copyright,footer .lower .copyright-wrapper .container .split .website-by{width:50%}footer .lower .copyright-wrapper .container .split .copyright .copy{display:block;margin:0;padding:0;font-size:18px;color:var(--colour-white);line-height:24px}footer .lower .copyright-wrapper .container .split .copyright .copy a{display:inline-block;font-weight:700;color:var(--colour-white);text-decoration:none}footer .lower .copyright-wrapper .container .split .copyright .copy a:hover{text-decoration:underline}footer .lower .copyright-wrapper .container .split .website-by{display:block;margin:0;padding:0;color:#f5f5f5;text-align:right}footer .lower .copyright-wrapper .container .split .website-by .name{display:block;width:100%;margin:0;padding:0}footer .lower .copyright-wrapper .container .split .website-by .name .link{display:inline-block;font-weight:700;color:#fff;text-decoration:none}footer .lower .copyright-wrapper .container .split .website-by .name .link:hover{text-decoration:underline}@media all and (max-width:991px){footer .upper .push-call-to-action-wrapper .container .push-call-to-action{flex-direction:column}footer .upper .push-call-to-action-wrapper .container .push-call-to-action .image-wrapper,footer .upper .push-call-to-action-wrapper .container .push-call-to-action .information-wrapper{justify-content:center;width:100%}footer .upper .push-call-to-action-wrapper .container .push-call-to-action .image-wrapper{margin:60px 0 0 0}footer .upper .push-call-to-action-wrapper .container .push-call-to-action .information-wrapper{align-items:center}footer .upper .push-call-to-action-wrapper .container .push-call-to-action .information-wrapper .push-call-to-action-heading{text-align:center}footer .upper .push-call-to-action-wrapper .container .push-call-to-action .information-wrapper .push-call-to-action-copy p{text-align:center}footer .upper .push-call-to-action-wrapper .container .push-call-to-action .image-wrapper .push-call-to-action-image{max-width:481px;margin:0 auto}footer .upper .newsletter-signup-wrapper .container .newsletter-signup .information-wrapper .newsletter-signup-heading{text-align:center;font-size:30px;line-height:36px;text-transform:uppercase}footer .upper .newsletter-signup-wrapper .container .newsletter-signup .information-wrapper .newsletter-signup-copy{font-size:16px;line-height:20px}footer .upper .newsletter-signup-wrapper .container .newsletter-signup .newsletter-signup-form-wrapper .cgf-newsletter-signup-form .gform-body .gform_fields{flex-direction:column;row-gap:10px}footer .upper .newsletter-signup-wrapper .container .newsletter-signup .newsletter-signup-form-wrapper .cgf-newsletter-signup-form .gform-body .gform_fields .cgf-newsletter-signup-email-addr{width:100%;margin:0 0 15px 0;background:0 0}footer .upper .newsletter-signup-wrapper .container .newsletter-signup .newsletter-signup-form-wrapper .cgf-newsletter-signup-form .gform-body .gform_fields .cgf-newsletter-signup-data-consent{margin-top:10px;width:100%}footer .upper .newsletter-signup-wrapper .container .newsletter-signup .newsletter-signup-form-wrapper .cgf-newsletter-signup-form .gform-body .gform_fields .gfield--type-submit{width:100%;max-width:240px;background:0 0}footer .lower .navigation .container .widget-areas{flex-direction:column;padding:30px 0}footer .lower .navigation .container .widget-areas .widget-area{width:100%;margin:15px 0 0 0}footer .lower .navigation .container .widget-areas .widget-area:first-of-type{margin:0}footer .lower .navigation .container .widget-areas .widget-area .widget-heading{text-align:center}footer .lower .navigation .container .widget-areas .widget-area .widget-menu{align-items:center}footer .lower .copyright-wrapper .container .split{flex-direction:column;justify-content:center}footer .lower .copyright-wrapper .container .split .copyright,footer .lower .copyright-wrapper .container .split .website-by{width:100%;text-align:center}footer .lower .copyright-wrapper .container .split .website-by{margin:15px 0 0 0}}#landing{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:0;padding:0}#landing .why-choose-us-wrapper{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:0;padding:60px 15px;background:var(--colour-recovery-light-blue-faded)}#landing .why-choose-us-wrapper .container .why-choose-us-content{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:0;padding:0}#landing .why-choose-us-wrapper .container .why-choose-us-content .information-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:0;padding:0}#landing .why-choose-us-wrapper .container .why-choose-us-content .information-wrapper .why-choose-us-pre-heading{display:block;width:auto;margin:0 0 15px 0;padding:0;font-family:"Futura Condensed Bold",Impact,sans-serif;font-weight:700;font-size:24px;color:var(--colour-recovery-dark-blue);line-height:30px}#landing .why-choose-us-wrapper .container .why-choose-us-content .information-wrapper .why-choose-us-heading{display:flex;flex-direction:row;justify-content:center;align-items:center;margin:0 0 30px 0;font-weight:400;color:var(--colour-recovery-dark-blue)}#landing .why-choose-us-wrapper .container .why-choose-us-content .information-wrapper .why-choose-us-heading .logo-glyph{display:block;width:100%;max-width:75px;height:auto;margin:0 15px 0 0}#landing .why-choose-us-wrapper .container .why-choose-us-content .information-wrapper .why-choose-us-copy{display:flex;flex-direction:column;justify-content:center;align-items:center}#landing .why-choose-us-wrapper .container .why-choose-us-content .information-wrapper .why-choose-us-copy p{display:block;margin:15px 0 0 0;color:var(--colour-recovery-dark-blue)}#landing .why-choose-us-wrapper .container .why-choose-us-content .information-wrapper .why-choose-us-copy p:first-of-type{margin:0}#landing .why-choose-us-wrapper .container .why-choose-us-content .why-choose-us-points-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:0;padding:0;list-style:none}#landing .why-choose-us-wrapper .container .why-choose-us-content .why-choose-us-points-wrapper .why-choose-us-points{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;width:100%;margin:0;padding:0}#landing .why-choose-us-wrapper .container .why-choose-us-content .why-choose-us-points-wrapper .why-choose-us-points .point{position:relative;display:flex;flex-direction:column;justify-content:flex-start;align-items:center;width:32%;margin:0;padding:0;border-radius:5px;overflow:hidden}#landing .why-choose-us-wrapper .container .why-choose-us-content .why-choose-us-points-wrapper .why-choose-us-points .point .point-image-wrapper{position:relative;display:block;width:100%;overflow:hidden;border-top-left-radius:5px;border-top-right-radius:5px}#landing .why-choose-us-wrapper .container .why-choose-us-content .why-choose-us-points-wrapper .why-choose-us-points .point .point-image-wrapper .point-image{position:relative;display:block;width:100%;height:auto;margin:0;padding:0;transform:scale(1.2);transition:all .2s ease-in-out}#landing .why-choose-us-wrapper .container .why-choose-us-content .why-choose-us-points-wrapper .why-choose-us-points .point:hover .point-image-wrapper .point-image{filter:grayscale(1);transform:scale(1)}#landing .why-choose-us-wrapper .container .why-choose-us-content .why-choose-us-points-wrapper .why-choose-us-points .point .point-image-wrapper .point-glyph{position:absolute;display:block;visibility:hidden;opacity:0;width:250%;max-width:250px;margin:0;padding:0;transition:all .2s ease-in-out}#landing .why-choose-us-wrapper .container .why-choose-us-content .why-choose-us-points-wrapper .why-choose-us-points .point .point-heading{display:block;width:100%;max-width:275px;margin:30px 0 0 0;font-family:"Futura Condensed Bold",Impact,sans-serif;font-weight:400;font-style:initial;font-size:24px;line-height:30px;color:var(--colour-recovery-dark-blue);text-align:center}#landing .why-choose-us-wrapper .container .why-choose-us-content .why-choose-us-points-wrapper .why-choose-us-points .point .point-copy{position:relative;display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%;min-height:100px;max-height:100px;margin:0;padding:0}#landing .why-choose-us-wrapper .container .why-choose-us-content .why-choose-us-points-wrapper .why-choose-us-points .point .point-copy p{display:block;width:100%;max-width:275px;margin:15px 0 0 0;font-size:16px;color:var(--colour-recovery-dark-blue);line-height:22px;text-align:center}#landing .why-choose-us-wrapper .container .why-choose-us-content .why-choose-us-points-wrapper .why-choose-us-points .point .point-button{display:inline-block;margin:15px 0 0 0;padding:20px 30px;background:var(--colour-banana-yellow);border-radius:50px;font-family:"Futura Condensed Bold",Impact,sans-serif;font-weight:400;font-size:24px;color:var(--colour-recovery-dark-blue);line-height:30px;text-align:center;text-transform:uppercase;text-decoration:none;transition:all .33s ease-in-out}#landing .why-choose-us-wrapper .container .why-choose-us-content .why-choose-us-points-wrapper .why-choose-us-points .point .point-button:hover{background:var(--colour-forest-green);color:var(--colour-banana-yellow)}#landing .why-choose-us-wrapper .container .why-choose-us-content.animated .why-choose-us-points-wrapper .why-choose-us-points .point .point-animation-box{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:275px;min-height:275px;max-height:275px;background:var(--colour-recovery-light-blue);border-radius:50%}#landing .why-choose-us-wrapper .container .why-choose-us-content.animated .why-choose-us-points-wrapper .why-choose-us-points .point .point-animation-box .point-glyph.point-glyph-one{position:absolute;left:50%;top:50%;display:block;transform:translate(-50%,-50%);transition:all .33s ease-in-out}#landing .why-choose-us-wrapper .container .why-choose-us-content.animated .why-choose-us-points-wrapper .why-choose-us-points .point .point-animation-box .point-glyph.point-glyph-two{position:absolute;top:50%;right:30px;transform:translateY(-50%);transition:all .33s ease-in-out}#landing .why-choose-us-wrapper .container .why-choose-us-content.animated .why-choose-us-points-wrapper .why-choose-us-points .point .point-animation-box .point-glyph.point-glyph-three{position:absolute;top:50%;left:30px;transform:translateY(-50%);transition:all .33s ease-in-out}#landing .why-choose-us-wrapper .container .why-choose-us-content.animated .why-choose-us-points-wrapper .why-choose-us-points .point .point-animation-box .point-glyph.point-glyph-four{position:absolute;left:50%;top:50%;display:block;width:100%;max-width:100px;height:auto;transform:translate(-50%,-50%);transition:all .33s ease-in-out}#landing .why-choose-us-wrapper .container .why-choose-us-content.animated .why-choose-us-points-wrapper .why-choose-us-points .point:hover .point-animation-box .point-glyph.point-glyph-one{transform:translate(-50%,-50%) scale(.7)}#landing .why-choose-us-wrapper .container .why-choose-us-content.animated .why-choose-us-points-wrapper .why-choose-us-points .point:hover .point-animation-box .point-glyph.point-glyph-two{right:35px}#landing .why-choose-us-wrapper .container .why-choose-us-content.animated .why-choose-us-points-wrapper .why-choose-us-points .point:hover .point-animation-box .point-glyph.point-glyph-three{left:35px}#landing .why-choose-us-wrapper .container .why-choose-us-content.animated .why-choose-us-points-wrapper .why-choose-us-points .point:hover .point-animation-box .point-glyph.point-glyph-four{transform:translate(-50%,-50%) scale(.9)}#landing .why-choose-us-wrapper .container .why-choose-us-content.animated .why-choose-us-points-wrapper .why-choose-us-points .point:nth-of-type(2) .point-animation-box{background:var(--colour-boost-light-green)}#landing .why-choose-us-wrapper .container .why-choose-us-content.animated .why-choose-us-points-wrapper .why-choose-us-points .point:nth-of-type(2) .point-animation-box .point-glyph.point-glyph-one{left:50%;top:50%;width:100%;max-width:120px;height:auto;transform:translate(-50%,-50%);transition:all .33s ease-in-out}#landing .why-choose-us-wrapper .container .why-choose-us-content.animated .why-choose-us-points-wrapper .why-choose-us-points .point:nth-of-type(2) .point-animation-box .point-glyph.point-glyph-two{left:50%;top:50%;transform:translate(-50%,-50%);transition:all .33s ease-in-out}#landing .why-choose-us-wrapper .container .why-choose-us-content.animated .why-choose-us-points-wrapper .why-choose-us-points .point:nth-of-type(2):hover .point-animation-box .point-glyph.point-glyph-one{top:46%}#landing .why-choose-us-wrapper .container .why-choose-us-content.animated .why-choose-us-points-wrapper .why-choose-us-points .point:nth-of-type(2):hover .point-animation-box .point-glyph.point-glyph-two{transform:translate(-50%,-50%) scale(1.1)}#landing .why-choose-us-wrapper .container .why-choose-us-content.animated .why-choose-us-points-wrapper .why-choose-us-points .point:nth-of-type(3) .point-animation-box{background:var(--colour-hydro-pink)}#landing .why-choose-us-wrapper .container .why-choose-us-content.animated .why-choose-us-points-wrapper .why-choose-us-points .point:nth-of-type(3) .point-animation-box .point-glyph.point-glyph-one{left:50%;top:50%;width:100%;max-width:120px;height:auto;transform:translate(-50%,-50%);transition:all .33s ease-in-out}#landing .why-choose-us-wrapper .container .why-choose-us-content.animated .why-choose-us-points-wrapper .why-choose-us-points .point:nth-of-type(3) .point-animation-box .point-glyph.point-glyph-two{left:50%;top:50%;transform:translate(-50%,-50%);transition:all .33s ease-in-out}#landing .why-choose-us-wrapper .container .why-choose-us-content.animated .why-choose-us-points-wrapper .why-choose-us-points .point:nth-of-type(3):hover .point-animation-box .point-glyph.point-glyph-one{top:54%}#landing .why-choose-us-wrapper .container .why-choose-us-content.animated .why-choose-us-points-wrapper .why-choose-us-points .point:nth-of-type(3):hover .point-animation-box .point-glyph.point-glyph-two{transform:translate(-50%,-50%) scale(1.1)}#landing .why-choose-us-notice-wrapper{display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%;margin:0;padding:0 15px 0 15px;background:var(--colour-hydro-pink)}#landing .why-choose-us-notice-wrapper .container .notice{display:block;width:100%;margin:0;padding:30px 0 30px 0}#landing .why-choose-us-notice-wrapper .container .notice p{display:block;width:100%;font-family:"Futura Condensed Bold",Impact,sans-serif;font-weight:400;font-size:20px;color:var(--colour-white);line-height:26px;text-align:center;text-transform:uppercase}@media all and (max-width:991px){#landing .why-choose-us-wrapper{padding:30px 15px 30px 15px}#landing .why-choose-us-wrapper .container .why-choose-us-content .information-wrapper .why-choose-us-heading{flex-direction:column;text-align:center}#landing .why-choose-us-wrapper .container .why-choose-us-content .why-choose-us-points-wrapper .why-choose-us-points{flex-direction:column;align-items:center}#landing .why-choose-us-wrapper .container .why-choose-us-content .why-choose-us-points-wrapper .why-choose-us-points .point{width:100%;max-width:481px;margin:30px 0 0 0}#landing .why-choose-us-wrapper .container .why-choose-us-content .why-choose-us-points-wrapper .why-choose-us-points .point:first-of-type{margin:0}}#subpage-about{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:0;padding:0}#subpage-about .core-content-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:0;padding:60px 15px 60px 15px}#subpage-about .split-content-wrapper{padding:0 0 60px 0}#subpage-products{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:0;padding:0}#subpage-products .core-content-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:0;padding:60px 15px 60px 15px}#subpage-testimonials{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:0;padding:0}#subpage-testimonials .core-content-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:0;padding:60px 15px 60px 15px}#subpage-faqs{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:0;padding:0}#subpage-faqs .core-content-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:0;padding:60px 15px 60px 15px}#subpage-contact{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:0;padding:0}#subpage-contact .core-content-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:0;padding:60px 15px 60px 15px}#subpage-contact .split-content-wrapper{padding:0 0 60px 0}@media all and (max-width:991px){.single-targeted-pain-relief .split-content-wrapper .container .split-content .content .information-wrapper .copy h2.tpr-large-heading{font-size:30px;line-height:36px}.subpage-banner-wrapper .subpage-banner.default .subpage-banner-information{position:absolute;left:50%;width:100%}}#blog-posts{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:60px 15px 60px 15px;padding:0}#blog-posts .posts{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:0;padding:0}#blog-posts .posts .heading-wrapper{display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%;margin:0 0 60px 0;padding:0}#blog-posts .posts .posts-list-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:0;padding:0}#blog-posts .posts .posts-list-wrapper .posts-list{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;width:100%;margin:0;padding:0;gap:2%}#blog-posts .posts .posts-list-wrapper .posts-list .post-item{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;width:32%;margin:0 0 30px 0;padding:0;background:#fff;border-radius:5px;box-shadow:0 2px 8px rgba(0,0,0,.1)}#blog-posts .posts .posts-list-wrapper .posts-list .post-item .post-thumbnail{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:0;padding:0;border-top-left-radius:5px;border-top-right-radius:5px;overflow:hidden}#blog-posts .posts .posts-list-wrapper .posts-list .post-item .post-thumbnail .thumbnail{display:block;width:100%;height:auto;margin:0;padding:0;border-top-left-radius:5px;border-top-right-radius:5px;transition:all .33s ease-in-out}#blog-posts .posts .posts-list-wrapper .posts-list .post-item:hover .post-thumbnail .thumbnail{filter:grayscale(1);transform:scale(1.2)}#blog-posts .posts .posts-list-wrapper .posts-list .post-item .post-information{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;margin:0;padding:25px 30px;width:100%;box-sizing:border-box}#blog-posts .posts .posts-list-wrapper .posts-list .post-item .post-information .post-title{display:block;width:auto;margin:0 0 15px 0;padding:0;font-family:Mundial;font-weight:700;font-size:24px;color:#000;line-height:30px}#blog-posts .posts .posts-list-wrapper .posts-list .post-item .post-information .post-date{display:block;width:auto;margin:0 0 15px 0;padding:0;font-size:16px;font-style:italic;color:var(--unnamed-color-7b7b7b)}#blog-posts .posts .posts-list-wrapper .posts-list .post-item .post-information .post-excerpt{display:block;width:100%;margin:0;padding:0;color:#000;font-size:14px;line-height:18px}#blog-posts .posts .posts-list-wrapper .posts-list .post-item .post-information .post-excerpt p{margin:0}#blog-posts .posts .posts-list-wrapper .posts-list .post-item .post-information .read-more-link{display:flex;flex-direction:row;justify-content:center;align-items:center;margin:30px 0 0 0;padding:0;font-weight:700;font-style:italic;font-size:18px;color:var(--colour-primary-orange);text-decoration:none;text-transform:uppercase}#blog-posts .posts .posts-list-wrapper .posts-list .post-item .post-information .read-more-link .icon{display:inline-block;margin:0 0 0 4px;font-size:16px;text-decoration:none}@media all and (max-width:992px){#blog-posts .posts .posts-list-wrapper .posts-list{flex-direction:column;align-items:center;gap:0}#blog-posts .posts .posts-list-wrapper .posts-list .post-item{width:100%;max-width:481px;margin:30px 0 0 0}#blog-posts .posts .posts-list-wrapper .posts-list .post-item:first-of-type{margin:0}}::placeholder{color:var(--colour-grayer)}.main-contact-form-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:0;padding:0 30px 0 30px}.main-contact-form-wrapper .container .main-contact-form{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:0 0 60px 0;padding:60px;background:var(--colour-recovery-light-blue);border-radius:30px}.main-contact-form-wrapper .container .main-contact-form .cgf-main-contact-form_wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:0;padding:0}.main-contact-form-wrapper .container .main-contact-form .cgf-main-contact-form_wrapper #gform_ajax_spinner_1{display:none}.main-contact-form-wrapper .container .main-contact-form .cgf-main-contact-form_wrapper .gform_heading{display:none}.main-contact-form-wrapper .container .main-contact-form .cgf-main-contact-form_wrapper .gform_validation_errors{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:768px;padding:15px 30px;background:#b22222;border:0;border-radius:50px;text-align:center;outline:0}.main-contact-form-wrapper .container .main-contact-form .cgf-main-contact-form_wrapper .gform_validation_errors ol{display:none}.main-contact-form-wrapper .container .main-contact-form .cgf-main-contact-form_wrapper .gform_validation_errors .gform_submission_error{font-weight:700;font-size:18px;line-height:24px;color:var(--colour-white)}.main-contact-form-wrapper .container .main-contact-form .cgf-main-contact-form_wrapper .gform_validation_errors .gform_submission_error .gform-icon{display:none}.main-contact-form-wrapper .container .main-contact-form .cgf-main-contact-form_wrapper .gform-body{display:flex;flex-direction:column;justify-content:center;align-items:center}.main-contact-form-wrapper .container .main-contact-form .cgf-main-contact-form_wrapper .gform-body .gform_fields{display:flex;flex-direction:row;justify-content:space-between;align-items:center;flex-wrap:wrap;width:100%;max-width:768px;column-gap:unset}.main-contact-form-wrapper .container .main-contact-form .cgf-main-contact-form_wrapper .gform-body .gform_fields .gfield{display:flex;justify-content:center;align-items:center;width:49%;order:1}.main-contact-form-wrapper .container .main-contact-form .cgf-main-contact-form_wrapper .gform-body .gform_fields .gfield.cgf-enquiry-msg{width:100%}.main-contact-form-wrapper .container .main-contact-form .cgf-main-contact-form_wrapper .gform-body .gform_fields .gfield .gfield_validation_message{display:none}.main-contact-form-wrapper .container .main-contact-form .cgf-main-contact-form_wrapper .gform-body .gform_fields .gfield .gfield_label{display:none}.main-contact-form-wrapper .container .main-contact-form .cgf-main-contact-form_wrapper .gform-body .gform_fields .gfield .ginput_container{width:100%}.main-contact-form-wrapper .container .main-contact-form .cgf-main-contact-form_wrapper .gform-body .gform_fields .gfield .ginput_container .name_first{padding-inline:unset}.main-contact-form-wrapper .container .main-contact-form .cgf-main-contact-form_wrapper .gform-body .gform_fields .gfield .ginput_container input[type=email],.main-contact-form-wrapper .container .main-contact-form .cgf-main-contact-form_wrapper .gform-body .gform_fields .gfield .ginput_container input[type=text]{width:100%;height:50px;padding:20px 30px;font-size:16px;line-height:22px;background:var(--colour-faded-grey);border:2px solid var(--colour-recovery-dark-blue);border-radius:30px;outline:0}.main-contact-form-wrapper .container .main-contact-form .cgf-main-contact-form_wrapper .gform-body .gform_fields .gfield .ginput_container textarea{width:100%;min-height:100px;height:100px;max-height:100px;padding:20px 30px;font-size:16px;line-height:22px;background:var(--colour-faded-grey);border:2px solid var(--colour-faded-grey);border-radius:30px;border:2px solid var(--colour-recovery-dark-blue);outline:0}.main-contact-form-wrapper .container .main-contact-form .cgf-main-contact-form_wrapper .gform-body .gform_fields .gfield.gfield_error .ginput_container input,.main-contact-form-wrapper .container .main-contact-form .cgf-main-contact-form_wrapper .gform-body .gform_fields .gfield.gfield_error .ginput_container select,.main-contact-form-wrapper .container .main-contact-form .cgf-main-contact-form_wrapper .gform-body .gform_fields .gfield.gfield_error .ginput_container textarea{background:rgba(178,34,34,.33);border:2px solid #b22222}.main-contact-form-wrapper .container .main-contact-form .cgf-main-contact-form_wrapper .gform-body .gform_fields .gfield--type-submit{width:25%;background:0 0;border:2px solid var(--colour-primary-orange);border-radius:50px;order:2}.main-contact-form-wrapper .container .main-contact-form .cgf-main-contact-form_wrapper .gform-body .gform_fields .gfield--type-submit .gform-button{width:100%;padding:12px 30px;background:var(--colour-primary-orange);border-radius:50px;font-weight:700;font-size:18px;color:var(--colour-white);line-height:24px;transition:all .33s ease-in-out}.main-contact-form-wrapper .container .main-contact-form .cgf-main-contact-form_wrapper .gform-body .gform_fields .gfield--type-submit .gform-button:hover{background:var(--colour-primary-teal);color:var(--colour-white)}.main-contact-form-wrapper .container .main-contact-form .cgf-main-contact-form_wrapper .gform-body .gform_fields .cgf-data-consent{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;order:3}.main-contact-form-wrapper .container .main-contact-form .cgf-main-contact-form_wrapper .gform-body .gform_fields .cgf-data-consent .gfield_consent_description{display:block;width:100%;max-width:768px;padding:20px 30px;background:var(--colour-black);border:0;border-radius:30px;font-size:16px;color:var(--colour-white);line-height:22px;text-align:center;outline:0}.main-contact-form-wrapper .container .main-contact-form .cgf-main-contact-form_wrapper .gform-body .gform_fields .cgf-data-consent .gfield_consent_description a{color:var(--colour-banana-yellow)}.main-contact-form-wrapper .container .main-contact-form .cgf-main-contact-form_wrapper .gform-body .gform_fields .cgf-data-consent .ginput_container_consent{display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%}.main-contact-form-wrapper .container .main-contact-form .cgf-main-contact-form_wrapper .gform-body .gform_fields .cgf-data-consent .ginput_container_consent input[type=checkbox]{display:block;margin:0;padding:0;background:var(--colour-faded-grey);border:2px solid var(--colour-recovery-dark-blue);cursor:pointer;outline:0;transform:scale(1.2)}.main-contact-form-wrapper .container .main-contact-form .cgf-main-contact-form_wrapper .gform-body .gform_fields .cgf-data-consent .ginput_container_consent input[type=checkbox]::before{display:flex;flex-direction:row;justify-content:center;align-items:center;width:16px;height:16px;font-size:16px;line-height:16px}.main-contact-form-wrapper .container .main-contact-form .cgf-main-contact-form_wrapper .gform-body .gform_fields .cgf-data-consent .ginput_container_consent label{margin:0 0 0 15px;font-weight:700;font-size:16px;color:var(--colour-recovery-dark-blue);line-height:24px;cursor:pointer}.main-contact-form-wrapper .container .main-contact-form .cgf-main-contact-form_wrapper .gform-body .gform_fields .cgf-data-consent .ginput_container_consent label a{font-weight:700;color:var(--colour-white);text-decoration:underline}.main-contact-form-wrapper .container .main-contact-form .cgf-main-contact-form_wrapper .gform-footer{display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%;margin:0;padding:0}.main-contact-form-wrapper .container .main-contact-form .cgf-main-contact-form_wrapper .gform-footer input[type=submit]{display:inline-block!important;width:auto!important;margin:60px 0 60px 0!important;padding:20px 30px!important;background:var(--colour-banana-yellow)!important;border-radius:50px!important;font-family:"Futura Condensed Bold",Impact,sans-serif!important;font-weight:400!important;font-size:24px!important;color:var(--colour-recovery-dark-blue)!important;line-height:30px!important;text-transform:uppercase!important;text-decoration:none!important;outline:0!important;transition:all .33s ease-in-out!important}.main-contact-form-wrapper .container .main-contact-form .cgf-main-contact-form_wrapper .gform-footer input[type=submit]:hover{background:var(--colour-forest-green)!important;color:var(--colour-white)!important}.gform_confirmation_wrapper .gform_confirmation_message{width:100%;padding:30px;background:var(--colour-primary-orange);border-radius:25px}.gform_confirmation_wrapper .gform_confirmation_message p{width:100%;font-size:18px;line-height:24px;text-align:center;color:#f5f5f5}.gform_confirmation_wrapper .gform_confirmation_message p strong{display:block;font-weight:700;font-size:24px;line-height:30px}.splash-form-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:0;padding:0}.splash-form-wrapper .cgf-splash-form_wrapper .gform_heading{display:none}.splash-form-wrapper .cgf-splash-form_wrapper .gform_validation_errors{display:none}.splash-form-wrapper .cgf-splash-form_wrapper .gform_body{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;justify-content:center;align-items:center}.splash-form-wrapper .cgf-splash-form_wrapper .gform_body .gform_fields{display:block;width:100%;margin:0;padding:15px;border:1px solid #f5f5f5}.splash-form-wrapper .cgf-splash-form_wrapper .gform_body .gform_fields .gfield .gfield_error .ginput_container input,.splash-form-wrapper .cgf-splash-form_wrapper .gform_body .gform_fields .gfield .gfield_error .ginput_container textarea{border:1px solid #b22222}.splash-form-wrapper .cgf-splash-form_wrapper .gform_body .gform_fields .gfield .gfield_validation_message{display:none}.splash-form-wrapper .cgf-splash-form_wrapper .gform_body .gform_fields .gfield label,.splash-form-wrapper .cgf-splash-form_wrapper .gform_body .gform_fields .gfield legend{display:none}.splash-form-wrapper .cgf-splash-form_wrapper .gform_body .gform_fields .gfield .ginput_container input,.splash-form-wrapper .cgf-splash-form_wrapper .gform_body .gform_fields .gfield .ginput_container textarea{display:block;width:100%;margin:15px 0 0 0;padding:10px 15px;background:0 0;box-shadow:none;border-bottom:1px solid #f5f5f5;border-left:1px solid #f5f5f5;border-top:0;border-right:0;border-radius:0;font-size:16px;color:#f5f5f5;outline:0}.splash-form-wrapper .cgf-splash-form_wrapper .gform_body .gform_fields .gfield:first-of-type .ginput_container input{margin:0}.splash-form-wrapper .cgf-splash-form_wrapper .gform_body .gform_fields .gfield .ginput_container textarea{min-height:50px;max-height:75px;resize:none}.splash-form-wrapper .cgf-splash-form_wrapper .gform_body .gform_fields .gfield--type-consent{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center;margin:15px 0 0 0;padding:15px;background:#000}.splash-form-wrapper .cgf-splash-form_wrapper .gform_body .gform_fields .gfield .gfield_consent_description{display:block;max-width:420px;margin:0;padding:0 0 0 15px;background:#000;border:0;font-size:12px;color:#f5f5f5;line-height:18px;outline:0}.splash-form-wrapper .cgf-splash-form_wrapper .gform_body .gform_fields .gfield .ginput_container_consent input{display:flex;flex-direction:row;justify-content:center;align-items:center;width:auto;margin:0;padding:0;background:#fff;border:0;outline:0;cursor:pointer}.splash-form-wrapper .cgf-splash-form_wrapper .gform_footer{display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%;justify-content:center;align-items:center}.splash-form-wrapper .cgf-splash-form_wrapper .gform_footer input[type=submit]{display:block!important;background:#f5f5f5!important;border:0!important;border-radius:0!important;font-size:18px!important;color:var(--colour-primary-orange)!important;outline:0!important;transition:all .33s ease-in-out!important}.splash-form-wrapper .cgf-splash-form_wrapper .gform_footer input[type=submit]:hover{transform:scale(.95)!important}@media all and (max-width:575px){.main-contact-form-wrapper .container .main-contact-form .cgf-main-contact-form_wrapper .gform-body .gform_fields .gfield{width:100%}}#product{position:relative;top:100px;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:-107px 0 0 0;padding:0}#product .product-introduction-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:0;padding:60px 15px 60px 15px;background:#fff}#product .product-introduction-wrapper .container .product-introduction{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;width:100%;margin:0;padding:0}#product .product-introduction-wrapper .container .product-introduction .gallery-of-product-shots{display:flex;flex-direction:row;justify-content:center;align-items:center;flex-wrap:nowrap;width:48%;margin:0;padding:0}#product .product-introduction-wrapper .container .product-introduction .gallery-of-product-shots .product-gallery{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:flex-start;width:100%;margin:0;padding:0}#product .product-introduction-wrapper .container .product-introduction .gallery-of-product-shots .product-gallery .product-single{display:flex;flex-direction:row;justify-content:center;align-items:center;width:80%;max-width:460px;min-height:520px;margin:0;padding:30px 45px;background:var(--colour-off-white);border:2px solid var(--colour-faded-grey);border-radius:30px}#product .product-introduction-wrapper .container .product-introduction .gallery-of-product-shots .product-gallery .product-single .product{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:0;padding:0}#product .product-introduction-wrapper .container .product-introduction .gallery-of-product-shots .product-gallery .product-single .product .shot{display:block;width:100%;height:auto}#product .product-introduction-wrapper .container .product-introduction .gallery-of-product-shots .product-gallery .product-thumbs{display:block;width:15%;margin:0;padding:0}#product .product-introduction-wrapper .container .product-introduction .gallery-of-product-shots .product-gallery .product-thumbs .thumb{display:flex;flex-direction:column;justify-content:center;align-items:center;max-height:90px;margin:0;padding:15px 15px;cursor:pointer;border:2px solid var(--colour-lighter-grey);border-radius:15px}#product .product-introduction-wrapper .container .product-introduction .gallery-of-product-shots .product-gallery .product-thumbs .thumb.is-active,#product .product-introduction-wrapper .container .product-introduction .gallery-of-product-shots .product-gallery .product-thumbs .thumb:hover{border:2px solid var(--colour-recovery-dark-blue)}#product .product-introduction-wrapper .container .product-introduction .gallery-of-product-shots .product-gallery .product-thumbs .thumb .shot{display:block;width:100%;max-width:100px;height:auto}#product .product-introduction-wrapper .container .product-introduction .core-content-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;width:48%;margin:0;padding:0}#product .product-introduction-wrapper .container .product-introduction .core-content-wrapper .core-content{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;width:100%;margin:0;padding:0}#product .product-introduction-wrapper .container .product-introduction .core-content-wrapper .core-content .product-title{display:block;width:100%;margin:0 0 15px 0;padding:0;font-family:"Futura Condensed Bold",Impact,sans-serif;font-weight:400;font-size:42px;color:var(--colour-recovery-dark-blue);line-height:48px;text-transform:uppercase}#product .product-introduction-wrapper .container .product-introduction .core-content-wrapper .core-content .product-overview{display:block;width:100%;margin:0 0 15px 0;padding:0}#product .product-introduction-wrapper .container .product-introduction .core-content-wrapper .core-content .product-overview p{display:block;margin:15px 0 0 0;padding:0;color:var(--colour-recovery-dark-blue)}#product .prodcut-introduction-wrapper .container .product-introduction .core-content-wrapper .core-content .product-overview p:first-of-type{margin:0}#product .product-introduction-wrapper .container .product-introduction .core-content-wrapper .package-points-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:30px 0 30px 0;padding:0}#product .product-introduction-wrapper .container .product-introduction .core-content-wrapper .package-points-wrapper .package-points{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;margin:0;padding:30px 0 30px 0;border-top:1px solid var(--colour-black);border-bottom:1px solid var(--colour-black);list-style:none}#product .product-introduction-wrapper .container .product-introduction .core-content-wrapper .package-points-wrapper .package-points .package-point{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:48%;margin:0;padding:0}#product .product-introduction-wrapper .container .product-introduction .core-content-wrapper .package-points-wrapper .package-points .package-point .point-glyph{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;width:20%;max-width:48px;margin:0;padding:0}#product .product-introduction-wrapper .container .product-introduction .core-content-wrapper .package-points-wrapper .package-points .package-point .point-copy{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;width:100%;margin:0 0 0 15px}#product .product-introduction-wrapper .container .product-introduction .core-content-wrapper .package-points-wrapper .package-points .package-point .point-copy p{display:block;width:100%;margin:0;padding:0;font-family:"Futura Condensed Bold",Impact,sans-serif;font-weight:400;font-size:18px;color:var(--colour-forest-green);line-height:24px;text-transform:uppercase}#product .product-points-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:0;padding:60px 15px 60px 15px;background-color:var(--colour-recovery-dark-blue);background-image:var(--gradient-bubbles-recovery-dark-blue);background-repeat:no-repeat;background-size:cover;background-position:top}#product .product-points-wrapper .container .product-points{display:flex;flex-direction:row;justify-content:center;align-items:flex-start;flex-wrap:wrap;width:100%;margin:0;padding:0}#product .product-points-wrapper .container .product-points .heading-wrapper,#product .product-points-wrapper .container .product-points .image-wrapper,#product .product-points-wrapper .container .product-points .information-wrapper{display:flex;flex-direction:column;justify-content:center;margin:0;padding:0}#product .product-points-wrapper .container .product-points .heading-wrapper{align-items:center;width:100%}#product .product-points-wrapper .container .product-points .heading-wrapper .product-points-heading{display:block;width:100%;max-width:768px;margin:0 0 60px 0;padding:0;color:var(--colour-banana-yellow);text-align:center}#product .product-points-wrapper .container .product-points .information-wrapper{align-items:flex-start;width:55%}#product .product-points-wrapper .container .product-points .information-wrapper .product-points-follow-in{display:block;width:100%;margin:0}#product .product-points-wrapper .container .product-points .information-wrapper .product-points-follow-in p{display:block;margin:15px 0 15px 0;padding:0;font-size:16px;color:var(--colour-white);line-height:22px}#product .product-points-wrapper .container .product-points .information-wrapper .product-points-follow-in p:first-of-type{margin:0}#product .product-points-wrapper .container .product-points .information-wrapper .product-points-list{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;width:100%;margin:15px 0 0 0;padding:0;list-style:none}#product .product-points-wrapper .container .product-points .information-wrapper .product-points-list .point{display:flex;flex-direction:row;justify-content:flex-start;align-items:flex-start;width:50%;margin:30px 0 0 0}#product .product-points-wrapper .container .product-points .information-wrapper .product-points-list .point:first-of-type{margin:0}#product .product-points-wrapper .container .product-points .information-wrapper .product-points-list .point .checkmark{display:block;width:24px;height:24px;margin:0 15px 0 0;padding:0;flex-shrink:0;background-image:url(../../../../leema-child/assets/glyphs/background-glyph-boost-energy-release-checkmark.webp);background-repeat:no-repeat;background-size:contain;background-position:center}#product .product-points-wrapper .container .product-points .information-wrapper .product-points-list .point .point-copy{display:block;width:100%;margin:0;padding:0}#product .product-points-wrapper .container .product-points .information-wrapper .product-points-list .point .point-copy p{display:block;margin:15px 0 15px 0;color:var(--colour-white)}#product .product-points-wrapper .container .product-points .information-wrapper .product-points-list .point .point-copy p:first-of-type{margin:0}#product .product-points-wrapper .container .product-points .information-wrapper .product-points-copy{display:block;width:100%;margin:30px 0 0 0}#product .product-points-wrapper .container .product-points .information-wrapper .product-points-copy p{display:block;margin:15px 0 15px 0;padding:0;font-size:16px;color:var(--colour-white);line-height:22px}#product .product-points-wrapper .container .product-points .information-wrapper .product-points-copy p:first-of-type{margin:0}#product .product-points-wrapper .container .product-points .image-wrapper{width:45%;overflow:hidden}#product .product-points-wrapper .container .product-points .image-wrapper .product-points-shot{position:relative;left:120px;display:block;width:100%;height:auto}#product .product-additionals-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:0;padding:60px 15px 60px 15px;background:var(--colour-recovery-light-blue-faded)}#product .product-additionals-wrapper .container .product-additionals{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:768px;margin:0 auto;padding:0}#product .product-additionals-wrapper .container .product-additionals .product-additionals-heading{display:block;width:100%;margin:0;font-family:"Futura Condensed Bold",Impact,sans-serif;font-weight:400;color:var(--colour-recovery-dark-blue);text-align:center}#product .product-additionals-wrapper .container .product-additionals .product-additionals-accordion{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:0;padding:0;list-style:none}#product .product-additionals-wrapper .container .product-additionals .product-additionals-accordion .additional{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:stretch;width:100%;margin:0;padding:30px 0 30px 0;border-bottom:2px solid var(--colour-recovery-light-blue)}#product .product-additionals-wrapper .container .product-additionals .product-additionals-accordion .additional .block-heading{position:relative;display:block;margin:0;font-family:"Futura Condensed Bold",Impact,sans-serif;font-weight:400;font-size:24px;color:var(--colour-black);line-height:30px;text-transform:uppercase;cursor:pointer;list-style:none}#product .product-additionals-wrapper .container .product-additionals .product-additionals-accordion .additional .block-heading::marker{content:""}#product .product-additionals-wrapper .container .product-additionals .product-additionals-accordion .additional .block-heading::-webkit-details-marker{display:none}#product .product-additionals-wrapper .container .product-additionals .product-additionals-accordion .additional .block-heading i{position:absolute;top:50%;right:0;transform:translateY(-50%);width:24px;height:24px;color:var(--colour-recovery-light-blue);transition:all .33s ease-in-out}#product .product-additionals-wrapper .container .product-additionals .product-additionals-accordion .additional[open] .block-heading i{transform:translateY(-50%) rotate(180deg)}#product .product-additionals-wrapper .container .product-additionals .product-additionals-accordion .additional .block-content{display:block;margin:30px 0 0 0;padding:0}#product .product-additionals-wrapper .container .product-additionals .product-additionals-accordion .additional .block-content p{display:block;margin:15px 0 0 0;padding:0}#product .product-additionals-wrapper .container .product-additionals .product-additionals-accordion .additional .block-content p:first-child{margin:0}#product .product-additionals-wrapper .container .product-additionals .product-additionals-accordion .additional .block-content ol,#product .product-additionals-wrapper .container .product-additionals .product-additionals-accordion .additional .block-content ul{display:block;margin:15px 0 0 0;padding:0 0 0 30px;list-style-position:outside}#product .product-additionals-wrapper .container .product-additionals .product-additionals-accordion .additional .block-content ol li,#product .product-additionals-wrapper .container .product-additionals .product-additionals-accordion .additional .block-content ul li{display:list-item;margin:0 0 10px 0;padding:0}#product .product-questions-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:0;padding:0 15px 60px 15px;background:var(--colour-recovery-light-blue-faded)}#product .product-questions-wrapper .container .product-questions{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:768px;margin:0 auto;padding:0}#product .product-questions-wrapper .container .product-questions .product-questions-heading{display:block;width:100%;margin:0 0 60px 0;padding:0;font-family:"Futura Condensed Bold",Impact,sans-serif;font-weight:400;color:var(--colour-recovery-dark-blue);text-align:center}#product .product-questions-wrapper .container .product-questions .product-questions-accordion{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:0;padding:0;list-style:none}#product .product-questions-wrapper .container .product-questions .product-questions-accordion .additional{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:stretch;width:100%;margin:0;padding:30px 0 30px 0;border-bottom:2px solid var(--colour-recovery-light-blue)}#product .product-questions-wrapper .container .product-questions .product-questions-accordion .additional .block-question{position:relative;display:block;margin:0;padding:0 90px 0 0;font-family:"Futura Condensed Bold",Impact,sans-serif;font-weight:400;font-size:24px;color:var(--colour-black);line-height:30px;text-transform:uppercase;cursor:pointer;list-style:none}#product .product-questions-wrapper .container .product-questions .product-questions-accordion .additional .block-question::marker{content:""}#product .product-questions-wrapper .container .product-questions .product-questions-accordion .additional .block-question::-webkit-details-marker{display:none}#product .product-questions-wrapper .container .product-questions .product-questions-accordion .additional .block-question i{position:absolute;top:50%;right:0;transform:translateY(-50%);width:24px;height:24px;color:var(--colour-recovery-light-blue);transition:all .33s ease-in-out}#product .product-questions-wrapper .container .product-questions .product-questions-accordion .additional[open] .block-question i{transform:translateY(-50%) rotate(180deg)}#product .product-questions-wrapper .container .product-questions .product-questions-accordion .additional .block-answer{display:block;margin:30px 0 0 0;padding:0}#product .product-questions-wrapper .container .product-questions .product-questions-accordion .additional .block-answer p{display:block;margin:15px 0 0 0;padding:0}#product .product-questions-wrapper .container .product-questions .product-questions-accordion .additional .block-answer p:first-child{margin:0}#product .product-questions-wrapper .container .product-questions .product-questions-accordion .additional .block-answer ol,#product .product-questions-wrapper .container .product-questions .product-questions-accordion .additional .block-answer ul{display:block;margin:15px 0 0 0;padding:0 0 0 30px;list-style-position:outside}#product .product-questions-wrapper .container .product-questions .product-questions-accordion .additional .block-answer ol li,#product .product-questions-wrapper .container .product-questions .product-questions-accordion .additional .block-answer ul li{display:list-item;margin:0 0 10px 0;padding:0}#product .product-amazon-push-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:0;padding:60px 15px 300px 15px;background:var(--gradient-glass-blue),var(--colour-navy-blue)}#product .product-amazon-push-wrapper .container .product-amazon-push{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;width:100%;margin:0;padding:0}#product .product-amazon-push-wrapper .container .product-amazon-push .image-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;width:50%;margin:0;padding:0}#product .product-amazon-push-wrapper .container .product-amazon-push .image-wrapper .product-image{display:block;width:100%;max-width:481px;height:auto;margin:0;padding:0}#product .product-amazon-push-wrapper .container .product-amazon-push .information-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;width:50%;margin:0;padding:0}#product .product-amazon-push-wrapper .container .product-amazon-push .information-wrapper .brand-identity{display:block;width:100%;max-width:150px;margin:0;padding:0}#product .product-amazon-push-wrapper .container .product-amazon-push .information-wrapper .content{display:block;width:100%;margin:30px 0 30px 0;padding:0}#product .product-amazon-push-wrapper .container .product-amazon-push .information-wrapper .content h2{color:var(--colour-white)}#product .product-amazon-push-wrapper .container .product-amazon-push .information-wrapper .amazon-link-wrapper .amazon-link{border:2px solid var(--colour-amazon-gold)}@media all and (max-width:991px){#product .product-introduction-wrapper{padding:10px 30px 60px 30px}#product .product-introduction-wrapper .container .product-introduction{flex-direction:column}#product .product-introduction-wrapper .container .product-introduction .gallery-of-product-shots{width:100%;margin:0 0 30px 0}#product .product-introduction-wrapper .container .product-introduction .gallery-of-product-shots .product-gallery{flex-direction:column}#product .product-introduction-wrapper .container .product-introduction .gallery-of-product-shots .product-gallery .product-single{width:100%;max-width:100%;min-height:auto;padding:30px}#product .product-introduction-wrapper .container .product-introduction .gallery-of-product-shots .product-gallery .product-thumbs{display:flex;flex-direction:row;justify-content:left;width:100%;margin:15px 0 0 0}#product .product-introduction-wrapper .container .product-introduction .gallery-of-product-shots .product-gallery .product-thumbs .splide__track{width:100%}#product .product-introduction-wrapper .container .product-introduction .gallery-of-product-shots .product-gallery .product-thumbs .thumb{width:80px;height:auto!important;max-height:none;margin:0 7.5px}#product .product-introduction-wrapper .container .product-introduction .core-content-wrapper{width:100%}#product .product-introduction-wrapper .container .product-introduction .core-content-wrapper .package-points-wrapper{margin:30px 0 20px 0}#product .product-introduction-wrapper .container .product-introduction .core-content-wrapper .package-points-wrapper .package-points{flex-direction:column}#product .product-introduction-wrapper .container .product-introduction .core-content-wrapper .package-points-wrapper .package-points .package-point{width:100%;margin:0 0 15px 0}#product .product-introduction-wrapper .container .product-introduction .core-content-wrapper .package-points-wrapper .package-points .package-point:last-child{margin:0}#product .product-introduction-wrapper .container .product-introduction .core-content-wrapper .package-points-wrapper .package-points .package-point .point-glyph{max-width:55px}#product .product-introduction-wrapper .container .product-introduction .core-content-wrapper .package-points-wrapper .package-points .package-point .point-copy P{padding-right:20px}#product .product-introduction-wrapper .container .product-introduction .core-content-wrapper .amazon-link-wrapper{flex-direction:column}#product .product-introduction-wrapper .container .product-introduction .core-content-wrapper .amazon-link-wrapper .also-available-at-wrapper{margin:30px 0 0 0}#product .product-points-wrapper{flex-direction:column;padding:60px 30px 60px 30px}#product .product-points-wrapper .container .product-points{flex-direction:column}#product .product-points-wrapper .container .product-points .information-wrapper{width:100%}#product .product-points-wrapper .container .product-points .information-wrapper .product-points-list .point{width:100%}#product .product-points-wrapper .container .product-points .image-wrapper{width:100%;margin:30px 0 0 0}#product .product-additionals-wrapper{width:100%;padding:60px 30px 60px 30px}#product .product-additionals-wrapper .container{width:100%;max-width:100%}#product .product-additionals-wrapper .container .product-additionals{width:100%}#product .product-questions-wrapper{width:100%;padding:0 30px 60px 30px}#product .product-questions-wrapper .container{width:100%;max-width:100%}#product .product-questions-wrapper .container .product-questions{width:100%}#product .product-questions-wrapper .container .product-questions .product-questions-heading{display:block;margin:0 0 30px 0}#product .product-questions-wrapper .container .product-questions .product-questions-accordion .additional:first-of-type{padding:0 0 30px 0}#product .product-amazon-push-wrapper{padding:60px 30px 290px 30px}#product .product-amazon-push-wrapper .container{max-width:100%;width:100%}#product .product-amazon-push-wrapper .container .product-amazon-push{flex-direction:column;align-items:center}#product .product-amazon-push-wrapper .container .product-amazon-push .image-wrapper,#product .product-amazon-push-wrapper .container .product-amazon-push .information-wrapper{width:100%}#product .product-amazon-push-wrapper .container .product-amazon-push .image-wrapper .product-image{width:100%;max-width:320px}#product .product-amazon-push-wrapper .container .product-amazon-push .information-wrapper .brand-identity{margin:30px auto 30px auto}#product .product-amazon-push-wrapper .container .product-amazon-push .information-wrapper .content h2{text-align:center}#product .product-amazon-push-wrapper .container .product-amazon-push .information-wrapper .amazon-link-wrapper{justify-content:center}}#recovery-and-wellness{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:0;padding:0}#recovery-and-wellness .explainer-points-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:0;padding:0 15px 60px 15px;background:var(--gradient-primary)}#recovery-and-wellness .explainer-points-wrapper .container .explainer-points{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%}#recovery-and-wellness .explainer-points-wrapper .container .explainer-points .explainer-points-heading{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:600px;margin:0 0 30px 0;padding:0;color:var(--colour-recovery-dark-blue);text-align:center}#recovery-and-wellness .explainer-points-wrapper .container .explainer-points .explainer-points-copy{display:block;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:0 0 30px 0;padding:0}#recovery-and-wellness .explainer-points-wrapper .container .explainer-points .explainer-points-copy p{display:block;font-size:16px;color:var(--colour-black);line-height:22px;text-align:center}#recovery-and-wellness .explainer-points-wrapper .container .explainer-points .explainer-points-list{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;width:100%;margin:0;padding:0;list-style:none}#recovery-and-wellness .explainer-points-wrapper .container .explainer-points .explainer-points-list .explainer-point-card{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;margin:0;padding:0;width:32%;background:var(--colour-recovery-light-blue-faded);border-radius:30px}#recovery-and-wellness .explainer-points-wrapper .container .explainer-points .explainer-points-list .explainer-point-card .explainer-point-card-heading{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:320px;margin:0;padding:0 30px}#recovery-and-wellness .explainer-points-wrapper .container .explainer-points .explainer-points-list .explainer-point-card .explainer-point-card-image{display:block;width:100%;max-width:100%;height:auto;margin:0;padding:0;border-top-left-radius:30px;border-top-right-radius:30px;aspect-ratio:16/9;object-fit:cover;object-position:center}#recovery-and-wellness .explainer-points-wrapper .container .explainer-points .explainer-points-list .explainer-point-card .explainer-point-card-copy{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;width:100%;min-height:275px;margin:0;padding:15px}#recovery-and-wellness .explainer-points-wrapper .container .explainer-points .explainer-points-list .explainer-point-card .explainer-point-card-copy p{display:block;width:100%;margin:15px 0 15px 0;color:var(--colour-recovery-dark-blue);text-align:center}#recovery-and-wellness .explainer-points-wrapper .container .explainer-points .explainer-points-list .explainer-point-card .explainer-point-card-copy p:first-of-type{margin:0}#recovery-and-wellness .explainer-points-wrapper .container .explainer-points .explainer-points-list .explainer-point-card .explainer-point-card-link{display:inline-block;width:100%;margin:15px 0 0 0;padding:17px 20px;border:2px solid var(--colour-primary-orange);border-radius:30px;font-weight:700;font-style:italic;font-size:16px;color:var(--colour-primary-orange);text-align:center;text-transform:uppercase;text-decoration:none;transition:all .33s ease-in-out}#recovery-and-wellness .explainer-points-wrapper .container .explainer-points .explainer-points-list .explainer-point-card .explainer-point-card-link:hover{background:var(--colour-primary-orange);color:var(--colour-white)}#recovery-and-wellness .headline-image-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:0 0 -275px 0;padding:0 15px 60px 15px;background:var(--colour-white)}#recovery-and-wellness .headline-image-wrapper+*{padding:270px 15px 60px 15px}#recovery-and-wellness .headline-image-wrapper .container .headline-image{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:0;padding:0}#recovery-and-wellness .headline-image-wrapper .container .headline-image .image{display:block;width:100%;max-width:100%;max-height:481px;margin:0;padding:0;border-radius:30px;aspect-ratio:16/9;object-fit:cover;object-position:center}.recovery-information-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:0;padding:60px 15px 60px 15px;background:var(--gradient-glass-blue),var(--colour-navy-blue)}.recovery-information-wrapper .container .recovery-information{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;width:100%;margin:0;padding:0}.recovery-information-wrapper .container .recovery-information .information-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;width:45%;margin:0;padding:0}.recovery-information-wrapper .container .recovery-information .information-wrapper .heading{display:block;width:100%;max-width:320px;margin:0 0 30px 0;font-family:"Futura Condensed Bold",Impact,sans-serif;color:var(--colour-banana-yellow);text-transform:uppercase}.recovery-information-wrapper .container .recovery-information .information-wrapper .copy{display:block;width:100%;margin:0;padding:0}.recovery-information-wrapper .container .recovery-information .information-wrapper .copy p{display:block;width:100%;margin:30px 0 30px 0;color:var(--colour-white)}.recovery-information-wrapper .container .recovery-information .information-wrapper .copy p:first-of-type{margin:0}.recovery-information-wrapper .container .recovery-information .information-wrapper .copy p strong{font-size:24px;line-height:30px}.recovery-information-wrapper .container .recovery-information .box-wrapper{display:flex;flex-direction:row;justify-content:center;align-items:stretch;width:50%;min-height:530px;margin:0;padding:30px;background:var(--colour-white);border-radius:30px}.recovery-information-wrapper .container .recovery-information .box-wrapper .left,.recovery-information-wrapper .container .recovery-information .box-wrapper .right{display:flex;flex-direction:column;justify-content:center}.recovery-information-wrapper .container .recovery-information .box-wrapper .left{justify-content:space-between;align-items:flex-start;width:50%}.recovery-information-wrapper .container .recovery-information .box-wrapper .left .box-copy p{display:block;width:100%;margin:0;padding:0;color:var(--colour-recovery-dark-blue)}.recovery-infomration-wrapper .container .recovery-infomration .box-wrapper .left .box-copy p:first-of-type{margin:0}.recovery-information-wrapper .container .recovery-information .box-wrapper .left .box-link{display:inline-block;margin:0;padding:20px 30px;background:var(--colour-banana-yellow);border-radius:50px;font-family:"Futura Condensed Bold",Impact,sans-serif;font-weight:400;font-size:24px;color:var(--colour-recovery-dark-blue);line-height:30px;text-decoration:none;text-transform:uppercase;transition:all .33s ease-in-out}.recovery-information-wrapper .container .recovery-information .box-wrapper .left .box-link:hover{background:var(--colour-forest-green);color:var(--colour-banana-yellow)}.recovery-information-wrapper .container .recovery-information .box-wrapper .right{position:relative;align-items:flex-end;width:50%}.recovery-information-wrapper .container .recovery-information .box-wrapper .right .box-glyph{position:absolute;top:0;right:0;display:block;width:100%;max-width:48px}.recovery-information-wrapper .container .recovery-information .box-wrapper .right .box-image{display:block;width:100%;max-width:240px;margin:0}.boost-energy-release-information-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:0;padding:60px 15px 60px 15px;background:var(--gradient-glass-green),var(--colour-ever-green)}.boost-energy-release-information-wrapper .container .boost-energy-release-information{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;width:100%;margin:0;padding:0}.boost-energy-release-information-wrapper .container .boost-energy-release-information .information-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;width:45%;margin:0;padding:0}.boost-energy-release-information-wrapper .container .boost-energy-release-information .information-wrapper .heading{display:block;width:100%;max-width:440px;margin:0 0 30px 0;font-family:"Futura Condensed Bold",Impact,sans-serif;color:var(--colour-banana-yellow);text-transform:uppercase}.boost-energy-release-information-wrapper .container .boost-energy-release-information .information-wrapper .copy{display:block;width:100%;margin:0;padding:0}.boost-energy-release-information-wrapper .container .boost-energy-release-information .information-wrapper .copy p{display:block;width:100%;margin:30px 0 30px 0;color:var(--colour-white)}.boost-energy-release-information-wrapper .container .boost-energy-release-information .information-wrapper .copy p:first-of-type{margin:0}.boost-energy-release-information-wrapper .container .boost-energy-release-information .information-wrapper .copy p strong{font-size:24px;line-height:30px}.boost-energy-release-information-wrapper .container .boost-energy-release-information .box-wrapper{display:flex;flex-direction:row;justify-content:center;align-items:stretch;width:50%;min-height:530px;margin:0;padding:30px;background:var(--colour-white);border-radius:30px}.boost-energy-release-information-wrapper .container .boost-energy-release-information .box-wrapper .left,.boost-energy-release-information-wrapper .container .boost-energy-release-information .box-wrapper .right{display:flex;flex-direction:column;justify-content:center}.boost-energy-release-information-wrapper .container .boost-energy-release-information .box-wrapper .left{justify-content:space-between;align-items:flex-start;width:50%}.boost-energy-release-information-wrapper .container .boost-energy-release-information .box-wrapper .left .box-copy p{display:block;width:100%;margin:0;padding:0;color:var(--colour-recovery-dark-blue)}.boost-energy-release-information-wrapper .container .boost-energy-release-information .box-wrapper .left .box-copy p:first-of-type{margin:0}.boost-energy-release-information-wrapper .container .boost-energy-release-information .box-wrapper .left .box-link{display:inline-block;margin:0;padding:20px 30px;background:var(--colour-banana-yellow);border-radius:50px;font-family:"Futura Condensed Bold",Impact,sans-serif;font-weight:400;font-size:24px;color:var(--colour-recovery-dark-blue);line-height:30px;text-decoration:none;text-transform:uppercase;transition:all .33s ease-in-out}.boost-energy-release-information-wrapper .container .boost-energy-release-information .box-wrapper .left .box-link:hover{background:var(--colour-forest-green);color:var(--colour-banana-yellow)}.boost-energy-release-information-wrapper .container .boost-energy-release-information .box-wrapper .right{position:relative;justify-content:center;align-items:flex-end;width:50%}.boost-energy-release-information-wrapper .container .boost-energy-release-information .box-wrapper .right .box-glyph{position:absolute;top:0;right:0;display:block;width:100%;max-width:48px}.boost-energy-release-information-wrapper .container .boost-energy-release-information .box-wrapper .right .box-image{display:block;width:100%;max-width:240px;margin:0}.boost-hydro-information-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:0;padding:60px 15px 60px 15px;background:var(--gradient-glass-purple),var(--colour-deep-purple)}.boost-hydro-information-wrapper .container .boost-hydro-information{display:flex;flex-direction:row;justify-content:space-between;align-items:flex-start;width:100%;margin:0;padding:0}.boost-hydro-information-wrapper .container .boost-hydro-information .information-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;width:45%;margin:0;padding:0}.boost-hydro-information-wrapper .container .boost-hydro-information .information-wrapper .heading{display:block;width:100%;max-width:440px;margin:0 0 30px 0;font-family:"Futura Condensed Bold",Impact,sans-serif;color:var(--colour-banana-yellow);text-transform:uppercase}.boost-hydro-information-wrapper .container .boost-hydro-information .information-wrapper .copy{display:block;width:100%;margin:0;padding:0}.boost-hydro-information-wrapper .container .boost-hydro-information .information-wrapper .copy p{display:block;width:100%;margin:30px 0 30px 0;color:var(--colour-white)}.boost-hydro-information-wrapper .container .boost-hydro-information .information-wrapper .copy p:first-of-type{margin:0}.boost-hydro-information-wrapper .container .boost-hydro-information .information-wrapper .copy p strong{font-size:24px;line-height:30px}.boost-hydro-information-wrapper .container .boost-hydro-information .box-wrapper{display:flex;flex-direction:row;justify-content:center;align-items:stretch;width:50%;min-height:481px;margin:0;padding:30px;background:var(--colour-white);border-radius:30px}.boost-hydro-information-wrapper .container .boost-hydro-information .box-wrapper .left,.boost-hydro-information-wrapper .container .boost-hydro-information .box-wrapper .right{display:flex;flex-direction:column;justify-content:center}.boost-hydro-information-wrapper .container .boost-hydro-information .box-wrapper .left{justify-content:space-between;align-items:flex-start;width:50%}.boost-hydro-information-wrapper .container .boost-hydro-information .box-wrapper .left .box-copy p{display:block;width:100%;margin:0;padding:0;color:var(--colour-recovery-dark-blue)}.boost-hydro-information-wrapper .container .boost-hydro-information .box-wrapper .left .box-copy p:first-of-type{margin:0}.boost-hydro-information-wrapper .container .boost-hydro-information .box-wrapper .left .box-link{display:inline-block;margin:0;padding:20px 30px;background:var(--colour-banana-yellow);border-radius:50px;font-family:"Futura Condensed Bold",Impact,sans-serif;font-weight:400;font-size:24px;color:var(--colour-recovery-dark-blue);line-height:30px;text-decoration:none;text-transform:uppercase;transition:all .33s ease-in-out}.boost-hydro-information-wrapper .container .boost-hydro-information .box-wrapper .left .box-link:hover{background:var(--colour-forest-green);color:var(--colour-banana-yellow)}.boost-hydro-information-wrapper .container .boost-hydro-information .box-wrapper .right{position:relative;align-items:flex-end;width:50%}.boost-hydro-information-wrapper .container .boost-hydro-information .box-wrapper .right .box-glyph{position:absolute;top:0;right:0;display:block;width:100%;max-width:48px}.boost-hydro-information-wrapper .container .boost-hydro-information .box-wrapper .right .box-image{display:block;width:100%;max-width:240px;margin:0}#recovery-and-wellness .find-the-right-product-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:0;padding:60px 15px 300px 15px;background:var(--gradient-glass-blue-rev),var(--colour-navy-blue)}#recovery-and-wellness .find-the-right-product-wrapper .container .find-the-right-product{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%}#recovery-and-wellness .find-the-right-product-wrapper .container .find-the-right-product .image-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;width:50%;margin:0;padding:0}#recovery-and-wellness .find-the-right-product-wrapper .container .find-the-right-product .image-wrapper .image{display:block;width:100%;max-width:100%;height:auto;margin:0;padding:0}#recovery-and-wellness .find-the-right-product-wrapper .container .find-the-right-product .information-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;width:50%;margin:0;padding:0}#recovery-and-wellness .find-the-right-product-wrapper .container .find-the-right-product .information-wrapper .brand-identity{display:block;width:100%;max-width:150px;height:auto;margin:0 0 30px 0}#recovery-and-wellness .find-the-right-product-wrapper .container .find-the-right-product .information-wrapper .heading{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;width:auto;margin:0 0 30px 0;font-family:"Futura Condensed Bold",Impact,sans-serif;color:var(--colour-white);text-transform:uppercase}#recovery-and-wellness .find-the-right-product-wrapper .container .find-the-right-product .information-wrapper .copy{color:var(--colour-white)}#recovery-and-wellness .find-the-right-product-wrapper .container .find-the-right-product .information-wrapper .custom-button-link{display:inline-block;margin:30px 0 0 0;padding:20px 30px;background:var(--colour-banana-yellow);border-radius:50px;font-family:"Futura Condensed Bold",Impact,sans-serif;font-weight:400;font-size:24px;color:var(--colour-recovery-dark-blue);line-height:30px;text-decoration:none;text-transform:uppercase;transition:all .33s ease-in-out}#recovery-and-wellness .find-the-right-product-wrapper .container .find-the-right-product .information-wrapper .custom-button-link:hover{background:var(--colour-forest-green);color:var(--colour-banana-yellow)}@media all and (max-width:991px){#recovery-and-wellness .explainer-points-wrapper .container .explainer-points .explainer-points-list{display:flex;flex-direction:column;justify-content:space-between;align-items:flex-start;width:100%;margin:0;padding:0;list-style:none}#recovery-and-wellness .explainer-points-wrapper .container .explainer-points .explainer-points-list .explainer-point-card{display:flex;flex-direction:column;justify-content:center;width:100%;max-width:481px;margin:30px auto 0 auto}#recovery-and-wellness .explainer-points-wrapper .container .explainer-points .explainer-points-list .explainer-point-card:first-of-type{margin:0 auto 0 auto}#recovery-and-wellness .boost-recovery-information-wrapper .container .boost-recovery-information{display:flex;flex-direction:column;justify-content:center;align-items:center}#recovery-and-wellness .boost-recovery-information-wrapper .container .boost-recovery-information .information-wrapper{width:100%}#recovery-and-wellness .boost-recovery-information-wrapper .container .boost-recovery-information .box-wrapper{flex-direction:column-reverse;width:100%;margin:30px 0 0 0}#recovery-and-wellness .boost-recovery-information-wrapper .container .boost-recovery-information .box-wrapper .left,#recovery-and-wellness .boost-recovery-information-wrapper .container .boost-recovery-information .box-wrapper .right{width:100%;align-items:center}#recovery-and-wellness .boost-recovery-information-wrapper .container .boost-recovery-information .box-wrapper .right .box-glyph{margin:0 0 30px 0}#recovery-and-wellness .boost-recovery-information-wrapper .container .boost-recovery-information .box-wrapper .right .box-image{margin:0 0 30px 0;max-width:320px}#recovery-and-wellness .boost-recovery-information-wrapper .container .boost-recovery-information .box-wrapper .left{margin:0}#recovery-and-wellness .boost-recovery-information-wrapper .container .boost-recovery-information .box-wrapper .left .box-copy p{margin:15px 0 0 0}#recovery-and-wellness .boost-recovery-information-wrapper .container .boost-recovery-information .box-wrapper .left .box-copy p:first-of-type{margin:0}#recovery-and-wellness .boost-recovery-information-wrapper .container .boost-recovery-information .box-wrapper .left .box-link{margin:30px 0 0 0}#recovery-and-wellness .boost-recovery-information-wrapper .container .boost-recovery-information .box-wrapper .right .box-glyph{position:static}#recovery-and-wellness .boost-recovery-information-wrapper .container .boost-recovery-information .box-wrapper .right .box-image{position:static}#recovery-and-wellness .boost-energy-release-information-wrapper .container .boost-energy-release-information{display:flex;flex-direction:column;justify-content:center;align-items:center}#recovery-and-wellness .boost-energy-release-information-wrapper .container .boost-energy-release-information .information-wrapper{width:100%}#recovery-and-wellness .boost-energy-release-information-wrapper .container .boost-energy-release-information .box-wrapper{flex-direction:column-reverse;width:100%;margin:30px 0 0 0}#recovery-and-wellness .boost-energy-release-information-wrapper .container .boost-energy-release-information .box-wrapper .left,#recovery-and-wellness .boost-energy-release-information-wrapper .container .boost-energy-release-information .box-wrapper .right{width:100%;align-items:center}#recovery-and-wellness .boost-energy-release-information-wrapper .container .boost-energy-release-information .box-wrapper .right .box-glyph{margin:0 0 30px 0}#recovery-and-wellness .boost-energy-release-information-wrapper .container .boost-energy-release-information .box-wrapper .right .box-image{margin:0 0 30px 0}#recovery-and-wellness .boost-energy-release-information-wrapper .container .boost-energy-release-information .box-wrapper .left{margin:0}#recovery-and-wellness .boost-energy-release-information-wrapper .container .boost-energy-release-information .box-wrapper .left .box-copy p{margin:15px 0 0 0}#recovery-and-wellness .boost-energy-release-information-wrapper .container .boost-energy-release-information .box-wrapper .left .box-copy p:first-of-type{margin:0}#recovery-and-wellness .boost-energy-release-information-wrapper .container .boost-energy-release-information .box-wrapper .left .box-link{margin:30px 0 0 0}#recovery-and-wellness .boost-energy-release-information-wrapper .container .boost-energy-release-information .box-wrapper .right .box-glyph{position:static}#recovery-and-wellness .boost-hydro-information-wrapper .container .boost-hydro-information{display:flex;flex-direction:column;justify-content:center;align-items:center}#recovery-and-wellness .boost-hydro-information-wrapper .container .boost-hydro-information .information-wrapper{width:100%}#recovery-and-wellness .boost-hydro-information-wrapper .container .boost-hydro-information .box-wrapper{flex-direction:column-reverse;width:100%;margin:30px 0 0 0}#recovery-and-wellness .boost-hydro-information-wrapper .container .boost-hydro-information .box-wrapper .left,#recovery-and-wellness .boost-hydro-information-wrapper .container .boost-hydro-information .box-wrapper .right{width:100%;align-items:center}#recovery-and-wellness .boost-hydro-information-wrapper .container .boost-hydro-information .box-wrapper .right .box-glyph{margin:0 0 30px 0}#recovery-and-wellness .boost-hydro-information-wrapper .container .boost-hydro-information .box-wrapper .right .box-image{margin:0 0 30px 0;max-width:320px}#recovery-and-wellness .boost-hydro-information-wrapper .container .boost-hydro-information .box-wrapper .left{margin:0}#recovery-and-wellness .boost-hydro-information-wrapper .container .boost-hydro-information .box-wrapper .left .box-copy p{margin:15px 0 0 0}#recovery-and-wellness .boost-hydro-information-wrapper .container .boost-hydro-information .box-wrapper .left .box-copy p:first-of-type{margin:0}#recovery-and-wellness .boost-hydro-information-wrapper .container .boost-hydro-information .box-wrapper .left .box-link{margin:30px 0 0 0}#recovery-and-wellness .boost-hydro-information-wrapper .container .boost-hydro-information .box-wrapper .right .box-glyph{position:static}#recovery-and-wellness .find-the-right-product-wrapper .container .find-the-right-product{flex-direction:column}#recovery-and-wellness .find-the-right-product-wrapper .container .find-the-right-product .image-wrapper,#recovery-and-wellness .find-the-right-product-wrapper .container .find-the-right-product .information-wrapper{width:100%}#recovery-and-wellness .find-the-right-product-wrapper .container .find-the-right-product .image-wrapper .image{max-width:320px}#recovery-and-wellness .find-the-right-product-wrapper .container .find-the-right-product .information-wrapper{align-items:center}#recovery-and-wellness .find-the-right-product-wrapper .container .find-the-right-product .information-wrapper .brand-identity{margin:30px 0 0 0}#recovery-and-wellness .find-the-right-product-wrapper .container .find-the-right-product .information-wrapper .heading{display:block;margin:30px 0 0 0;max-width:481px;text-align:center}#recovery-and-wellness .find-the-right-product-wrapper .container .find-the-right-product .information-wrapper .copy{display:block;margin:30px 0 0 0}}#post{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:0;padding:0;background:var(--colour-white)}#post .post-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:0;padding:0 15px 0 15px}#post .post-wrapper .container .post-heading-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:15px 0 30px 0;padding:0}#post .post-wrapper .container .post-heading-wrapper .post-heading{display:block;margin:0;padding:0;font-size:48px;color:var(--colour-primary-orange);line-height:54px}#post .post-wrapper .container .post-thumbnail-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:30px 0 0 0;padding:0}#post .post-wrapper .container .post-thumbnail-wrapper img{display:block;width:100%;max-width:992px;height:auto;border-radius:30px}#post .post-wrapper .container .post-meta-wrapper{display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%;margin:30px 0 0 0;padding:0}#post .post-wrapper .container .post-meta-wrapper .post-categories{display:flex;flex-direction:row;justify-content:center;align-items:center;margin:0;padding:0}#post .post-wrapper .container .post-meta-wrapper .post-categories .post-category{display:inline-block;margin:0;padding:8px 25px;background:var(--colour-black);border-top-left-radius:50px;border-bottom-right-radius:50px;font-weight:600;font-size:14px;font-style:italic;color:var(--colour-white);line-height:20px;letter-spacing:1px;text-transform:uppercase}#post .post-wrapper .container .post-meta-wrapper .post-date{display:inline-block;margin:0 0 0 30px;padding:0 0 0 30px;border-left:1px solid var(--colour-black);font-weight:600;font-size:14px;color:var(--colour-black);line-height:20px;letter-spacing:1px;text-transform:uppercase}#post .post-wrapper .container .core-content-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;width:100%;margin:30px 0 60px 0;padding:0 15px 0 15px}#post .post-wrapper .container .core-content-wrapper .core-content h2{margin:0 0 30px 0}#post .post-wrapper .container .back-to-blog-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:0;padding:0}#post .post-wrapper .container .back-to-blog-wrapper .back-to-blog{display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%;margin:0 0 60px 0;padding:0}#post .post-wrapper .container .back-to-blog-wrapper .back-to-blog .link{display:inline-block;margin:0;padding:18px 45px;background:var(--colour-primary-orange);border-radius:50px;font-weight:700;font-size:18px;font-style:italic;color:var(--colour-white);line-height:24px;text-decoration:none;text-transform:uppercase;transition:all .33s ease-in-out}#post .post-wrapper .container .back-to-blog-wrapper .back-to-blog .link:hover{background:var(--colour-primary-teal);color:var(--colour-white)}.amazon-link-wrapper{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;margin:15px 0 0 0;padding:0}.amazon-link-wrapper .amazon-link{position:relative;display:inline-block;width:100%;max-width:215px;margin:0;padding:10px 30px;background:var(--colour-black);border:0;border-radius:50px;font-size:24px;color:var(--colour-white);line-height:30px;text-decoration:none;transition:all .33s ease-in-out}.amazon-link-wrapper .amazon-link img{display:block;width:100%;max-width:100px;margin:0 auto;padding:0}.amazon-link-wrapper .amazon-link .arrow{position:absolute;display:block;top:50%;right:15px;width:24px;height:30px;font-size:24px;color:var(--colour-amazon-gold);line-height:30px;transform:translateY(-50%)}.amazon-link-wrapper .amazon-link:hover{transform:scale(.95)}.amazon-link-wrapper .also-available-at-wrapper{display:block;width:100%;max-width:290px;font-family:"Futura Condensed Bold",Impact,sans-serif;font-weight:400;font-size:18px;color:var(--colour-forest-green);line-height:24px;text-align:center;text-transform:uppercase}.hero-banner-wrapper{display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%;margin:0;padding:0}.hero-banner-wrapper .hero-banner.default,.hero-banner-wrapper .hero-banner.enhanced,.hero-banner-wrapper .hero-banner.slides,.hero-banner-wrapper .hero-banner.video{position:relative;top:0;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;min-height:100svh;overflow:hidden}.hero-banner-wrapper .hero-banner.default .hero-banner-image,.hero-banner-wrapper .hero-banner.enhanced .hero-banner-image{display:block;height:100svh;object-fit:cover;object-position:top;margin:0;padding:0;inset:0}.hero-banner-wrapper .sticky-area{position:relative;height:100%}.hero-banner-wrapper .sticky-area .hero-banner.slides .hero-slider{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:0;padding:0;z-index:5}.hero-banner-wrapper .sticky-area .hero-banner.slides .hero-slider .hero-slider-track{position:relative;width:100%;height:100svh;overflow:hidden}.hero-banner-wrapper .sticky-area .hero-banner.slides .hero-slider .hero-slider-track .hero-slide{position:absolute;display:none;width:100%;height:100svh}.hero-banner-wrapper .sticky-area .hero-banner.slides .hero-slider .hero-slider-track .hero-slide.is-active{display:block}.hero-banner-wrapper .sticky-area .hero-banner.slides .hero-slider .hero-slider-track .hero-slide .hero-slide-overlay{position:relative;left:50%;top:0;width:100%;height:100%;background-size:contain;background-position:center;background-repeat:no-repeat;transform:translateX(-50%);z-index:2}.hero-banner-wrapper .sticky-area .hero-banner.slides .hero-slider .hero-slider-track .hero-slide .hero-slide-media{position:fixed;inset:0;z-index:1;pointer-events:none}.hero-banner-wrapper .sticky-area .hero-banner.slides .hero-slider .hero-slider-track .hero-slide .hero-slide-media::before{position:absolute;display:block;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.33);content:"";z-index:2}.hero-banner-wrapper .sticky-area .hero-banner.slides .hero-slider .hero-slider-track .hero-slide .hero-slide-media .hero-slide-image{position:absolute;top:0;bottom:0;width:50%;height:100%;object-fit:cover}.hero-banner-wrapper .sticky-area .hero-banner.slides .hero-slider .hero-slider-track .hero-slide .hero-slide-media .hero-slide-image.slide-image-one{right:0;z-index:1;object-position:left}.hero-banner-wrapper .sticky-area .hero-banner.slides .hero-slider .hero-slider-track .hero-slide .hero-slide-media .hero-slide-image.slide-image-two{left:0;z-index:1}.hero-banner-wrapper .sticky-area .hero-banner.slides .hero-slider .hero-slider-track .hero-slide .hero-slide-information{position:absolute;left:50%;top:50%;display:flex;flex-direction:column;justify-content:space-around;align-items:center;width:100%;height:100svh;max-width:481px;transform:translate(-50%,-50%);z-index:3}.hero-banner-wrapper .sticky-area .hero-banner.slides .hero-slider .hero-slider-track .hero-slide .hero-slide-information .slide-heading-wrapper{position:absolute;top:150px;display:flex;flex-direction:column;justify-content:center;align-items:center}.hero-banner-wrapper .sticky-area .hero-banner.slides .hero-slider .hero-slider-track .hero-slide .hero-slide-information .slide-heading-wrapper .slide-heading{display:block;margin:0;padding:0;font-size:48px;line-height:54px;color:#fff;text-align:center}.hero-banner-wrapper .sticky-area .hero-banner.slides .hero-slider .hero-slider-track .hero-slide .hero-slide-information .slide-copy-wrapper{position:absolute;bottom:270px;display:flex;flex-direction:column;justify-content:center;align-items:center}.hero-banner-wrapper .sticky-area .hero-banner.slides .hero-slider .hero-slider-track .hero-slide .hero-slide-information .slide-copy-wrapper p{display:block;width:100%;max-width:380px;margin:0;padding:0;font-size:22px;line-height:24px;color:#fff;text-align:center}.hero-banner-wrapper .sticky-area .hero-banner.slides .hero-slider .hero-slider-track .hero-slide .hero-slide-information .slide-motto-wrapper{position:absolute;bottom:170px;display:flex;flex-direction:column;justify-content:center;align-items:center}.hero-banner-wrapper .sticky-area .hero-banner.slides .hero-slider .hero-slider-track .hero-slide .hero-slide-information .slide-motto-wrapper .slide-motto{display:block;margin:0;padding:0;font-family:"PP Telegraf";font-size:30px;line-height:30px;color:#fff;text-align:center;font-style:italic}.hero-banner-wrapper .sticky-area .hero-banner.slides .hero-slider .hero-slider-track .hero-slide .hero-slide-information .slide-button-wrapper{position:absolute;display:flex;flex-direction:column;justify-content:center;align-items:center;bottom:45px}.hero-banner-wrapper .sticky-area .hero-banner.slides .hero-slider .hero-slider-track .hero-slide .hero-slide-information .slide-button-wrapper .slide-button{display:block;margin:0;padding:20px 30px;background:#fff;border-radius:50px;font-weight:700;font-style:italic;font-size:18px;color:#000;line-height:24px;text-decoration:none;text-transform:uppercase;transition:all .33s ease-in-out}.hero-banner-wrapper .sticky-area .hero-banner.slides .hero-slider .hero-slider-track .hero-slide .hero-slide-information .slide-button-wrapper .slide-button:hover{background:var(--colour-primary-teal);color:var(--colour-white)}.hero-banner-wrapper .hero-banner.slides .hero-slider .slider-navigation{position:absolute;display:flex;flex-direction:row;justify-content:space-between;align-items:center;right:60px;bottom:60px;width:100%;max-width:210px;z-index:2}.hero-banner-wrapper .hero-banner.slides .hero-slider .slider-navigation .slider-controls{display:flex;flex-direction:row;justify-content:center;align-items:center;width:auto;height:auto;margin:0;padding:0}.hero-banner-wrapper .hero-banner.slides .hero-slider .slider-navigation .slider-controls button{position:relative;display:inline-block;width:100%;height:auto;margin:0 0 0 30px;padding:0;background:0 0;border:0;box-shadow:none;outline:0;cursor:pointer;transition:all .33s ease-in-out}.hero-banner-wrapper .hero-banner.slides .hero-slider .slider-navigation .slider-controls button:first-of-type{margin:0}.hero-banner-wrapper .hero-banner.slides .hero-slider .slider-navigation .slider-controls button:hover{transform:scale(.9)}.hero-banner-wrapper .hero-banner.slides .hero-slider .slider-navigation .slider-controls button img{display:block;width:24px;height:auto}.hero-banner-wrapper .hero-banner.slides .hero-slider .slider-navigation .slider-dots{display:flex;flex-direction:row;justify-content:center;align-items:center;width:auto;height:auto;margin:0;padding:0}.hero-banner-wrapper .hero-banner.slides .hero-slider .slider-navigation .slider-dots .slide-dot{display:block;width:15px;height:15px;margin:0 0 0 15px;padding:0;background:0 0;border:2px solid #fff;border-radius:50%;opacity:.8;cursor:pointer}.hero-banner-wrapper .hero-banner.slides .hero-slider .slider-navigation .slider-dots .slide-dot.is-active{background:#fff;opacity:1}.hero-banner-wrapper .hero-banner.slides .hero-slider .slider-navigation .slider-dots .slide-dot:first-of-type{margin:0}.hero-banner-wrapper .hero-banner.video .video-wrapper{position:absolute;display:flex;margin:0;padding:0;inset:0}.hero-banner-wrapper .hero-banner.video .video-wrapper video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;max-width:none}.hero-banner-wrapper .hero-banner.default .hero-banner-information,.hero-banner-wrapper .hero-banner.enhanced .hero-banner-information{position:absolute;left:30px;top:50%;width:auto;max-width:767px;height:auto;margin:0;padding:15px;transform:translateY(-50%);z-index:1}.hero-banner-wrapper .hero-banner.video .hero-banner-information{position:absolute;left:30px;top:50%;width:auto;max-width:767px;height:auto;margin:0;padding:15px;transform:translateY(-50%);z-index:1}.hero-banner-wrapper .hero-banner.default .hero-banner-information .hero-banner-title,.hero-banner-wrapper .hero-banner.enhanced .hero-banner-information .hero-banner-title,.hero-banner-wrapper .hero-banner.video .hero-banner-information .hero-banner-title{display:block;margin:0;padding:0;font-size:66px;line-height:72px;color:#f5f5f5}.hero-banner-wrapper .hero-banner.enhanced .hero-banner-information .hero-banner-description,.hero-banner-wrapper .hero-banner.video .hero-banner-information .hero-banner-description{display:block;margin:30px 0 0 0;padding:0;font-size:18px;line-height:24px;color:#f5f5f5}.hero-banner-wrapper .hero-banner .hero-banner-information .hero-banner-buttons{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;width:100%;margin:30px 0 0 0;padding:0;list-style:none}.hero-banner-wrapper .hero-banner .hero-banner-information .hero-banner-buttons .button{margin:0 0 0 15px}.hero-banner-wrapper .hero-banner .hero-banner-information .hero-banner-buttons .button:first-child{margin:0}.hero-banner-wrapper .hero-banner .hero-banner-information .hero-banner-buttons .button .link{display:block;min-width:180px;margin:0;padding:15px 20px;background:var(--colour-button-blue);font-weight:700;font-size:18px;line-height:24px;color:#f5f5f5;text-align:center;text-decoration:none;transition:all .33s ease-in-out}.hero-banner-wrapper .hero-banner .hero-banner-information .hero-banner-buttons .button:not(:first-of-type) .link{background:#f5f5f5;color:var(--colour-button-blue)}.hero-banner-wrapper .hero-banner .hero-banner-information .hero-banner-buttons .button .link span{margin:0 8px 0 0;font-size:18px;line-height:24px;color:#f5f5f5}.hero-banner-wrapper .hero-banner .hero-banner-information .hero-banner-buttons .button:not(:first-of-type) .link span{font-size:18px;line-height:24px;color:var(--colour-button-blue)}.hero-banner-wrapper .hero-banner .hero-banner-information .hero-banner-buttons .button .link:hover{transform:scale(.9)}.hero-banner.split-vertical{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:auto;margin:0;padding:0}.hero-banner.split-vertical .top-component{position:relative;top:0;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:80svh;margin:93px 0 0 0;border-bottom:2px solid var(--colour-banana-yellow)}.hero-banner.split-vertical .top-component .hero-banner-background{position:relative;display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%;height:100%;background-repeat:no-repeat;background-size:cover;background-position:70%}.hero-banner.split-vertical .top-component .hero-banner-background .hero-banner-information{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;margin:0;padding:0 0 0 90px;width:100%;max-width:700px}.hero-banner.split-vertical .top-component .hero-banner-background .hero-banner-information .banner-heading-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center}.hero-banner.split-vertical .top-component .hero-banner-background .hero-banner-information .banner-heading-wrapper .banner-heading{display:block;width:100%;margin:0 0 30px 0;padding:0;font-size:66px;color:var(--colour-banana-yellow);line-height:72px}.hero-banner.split-vertical .top-component .hero-banner-background .hero-banner-information .banner-copy-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;margin:0 0 30px 0;padding:0}.hero-banner.split-vertical .top-component .hero-banner-background .hero-banner-information .banner-copy-wrapper p{display:block;width:100%;max-width:485px;margin:15px 0 15px 0;padding:0;color:var(--colour-white)}.hero-banner.split-vertical .top-component .hero-banner-background .hero-banner-information .banner-copy-wrapper p:first-of-type{margin:0}.hero-banner.split-vertical .top-component .hero-banner-background .hero-banner-information .banner-buttons-wrapper{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;width:100%;margin:0;padding:0;list-style:none}.hero-banner.split-vertical .top-component .hero-banner-background .hero-banner-information .banner-buttons-wrapper .button{margin:0 0 0 15px}.hero-banner.split-vertical .top-component .hero-banner-background .hero-banner-information .banner-buttons-wrapper .button:first-child{margin:0}.hero-banner.split-vertical .top-component .hero-banner-background .hero-banner-information .banner-buttons-wrapper .button .link{display:inline-block;margin:0;padding:20px 30px;background:var(--colour-banana-yellow);border-radius:50px;font-family:"Futura Condensed Bold",Impact,sans-serif;font-weight:400;font-size:24px;color:var(--colour-recovery-dark-blue);line-height:30px;text-decoration:none;text-transform:uppercase;transition:all .33s ease-in-out}.hero-banner.split-vertical .top-component .hero-banner-background .hero-banner-information .banner-buttons-wrapper .button .link:hover{background:var(--colour-forest-green);color:var(--colour-banana-yellow)}.hero-banner.split-vertical .bottom-component{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:0;padding:0}.hero-banner.split-vertical .bottom-component .hero-slider{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:0;padding:0;z-index:5}.hero-banner.split-vertical .bottom-component .hero-slider .slider-navigation{position:absolute;display:flex;flex-direction:row;justify-content:center;align-items:center;left:50%;top:60px;transform:translateX(-50%)}.hero-banner.split-vertical .bottom-component .hero-slider .slider-navigation .slider-controls{display:none}.hero-banner.split-vertical .bottom-component .hero-slider .slider-navigation .slider-dots{display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%;max-width:180px;height:auto;margin:0;padding:0}.hero-banner.split-vertical .bottom-component .hero-slider .slider-navigation .slider-dots .slide-dot{display:block;width:15px;height:15px;margin:0 0 0 15px;padding:0;background:0 0;border:1px solid var(--colour-banana-yellow);border-radius:50%;cursor:pointer}.hero-banner.split-vertical .bottom-component .hero-slider .slider-navigation .slider-dots .slide-dot.is-active{background:var(--colour-banana-yellow)}.hero-banner.split-vertical .bottom-component .hero-slider .slider-navigation .slider-dots .slide-dot:first-child{margin:0}.hero-banner.split-vertical .bottom-component .hero-slider .hero-slider-track .hero-slide .hero-slide-media .hero-slide-image{display:block;width:100%;height:auto}.hero-banner.split-vertical .bottom-component .hero-slider .hero-slider-track .hero-slide .hero-slide-media .hero-slide-image.mobile{display:none}@media all and (max-width:575px){.hero-banner-wrapper .sticky-area .hero-banner.slides .hero-slider .hero-slider-track .hero-slide .hero-slide-information .slide-heading-wrapper{top:105px!important}.hero-banner-wrapper .sticky-area .hero-banner.slides .hero-slider .hero-slider-track .hero-slide .hero-slide-information .slide-heading-wrapper .slide-heading{font-size:30px!important}.hero-banner.split-vertical .top-component .hero-banner-background{background-image:url(/wp-content/uploads/2026/02/banner-image-resolve-product-range-shot-portrait.webp)!important;background-position:center -30px}}@media all and (max-height:600px){.hero-banner-wrapper .sticky-area .hero-banner.slides .hero-slider .hero-slider-track .hero-slide .hero-slide-information .slide-heading-wrapper{top:105px!important}.hero-banner-wrapper .sticky-area .hero-banner.slides .hero-slider .hero-slider-track .hero-slide .hero-slide-information .slide-heading-wrapper .slide-heading{font-size:30px!important}.hero-banner-wrapper .sticky-area .hero-banner.slides .hero-slider .hero-slider-track .hero-slide .hero-slide-information .slide-copy-wrapper{display:none}}@media all and (max-width:400px){.hero-banner-wrapper .sticky-area .hero-banner.slides .hero-slider .hero-slider-track .hero-slide .hero-slide-information .slide-copy-wrapper{display:none}}@media all and (max-width:767px){.hero-banner.split-vertical .bottom-component .hero-slider .slider-navigation{top:30px}.hero-banner.split-vertical .bottom-component .hero-slider .hero-slider-track .hero-slide .hero-slide-media .hero-slide-image{display:none}.hero-banner.split-vertical .bottom-component .hero-slider .hero-slider-track .hero-slide .hero-slide-media .hero-slide-image.mobile{display:block}}@media all and (max-width:1200px){.hero-banner.split-vertical .top-component{margin:81px 0 0 0}.hero-banner.split-vertical .top-component .hero-banner-background{align-items:flex-start}.hero-banner.split-vertical .top-component .hero-banner-background::before{position:absolute;display:block;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.25);content:""}.hero-banner.split-vertical .top-component .hero-banner-background .hero-banner-information{margin:60px 0 0 0;padding:0 15px 0 15px}.hero-banner.split-vertical .top-component .hero-banner-background .hero-banner-information .banner-heading-wrapper .banner-heading{font-size:48px;line-height:54px}}.subpage-banner-wrapper{position:relative;top:0;display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%;margin:0;padding:0}.subpage-banner-wrapper .subpage-banner.default{position:relative;top:0;display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;height:300px;min-height:300px;overflow:hidden}.subpage-banner-wrapper .subpage-banner.default .subpage-banner-image{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0}.subpage-banner-wrapper .subpage-banner.default .subpage-banner-image::before{display:none}.subpage-banner-wrapper .subpage-banner.default .subpage-banner-image img{display:block;width:100%;height:100%;object-fit:cover;object-position:right}.subpage-banner-wrapper .subpage-banner.default .subpage-banner-information{position:absolute;left:0;right:0;top:50%;width:100%;height:auto;margin:0;padding:0 15px;transform:translateY(-50%);z-index:1}.subpage-banner-wrapper .subpage-banner.default .subpage-banner-information .container{display:flex;align-items:center}.subpage-banner-wrapper .subpage-banner.default .subpage-banner-information .subpage-banner-title{display:block;margin:0;padding:0;font-size:48px;line-height:54px;color:#fff}@media all and (max-width:991px){.subpage-banner-wrapper .subpage-banner.default .subpage-banner-information{padding:0 30px}.subpage-banner-wrapper .subpage-banner.default .subpage-banner-image img{object-position:center}}.introductory-content-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:0;padding:60px 15px 60px 15px;background:#fff}.introductory-content-wrapper .container .introductory-content{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center;width:100%;margin:0;padding:0}.introductory-content-wrapper .container .introductory-content .information-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;width:48%;margin:0;padding:0}.introductory-content-wrapper .container .introductory-content .information-wrapper .introductory-content-pre-heading{display:block;margin:0 0 15px 0}.introductory-content-wrapper .container .introductory-content .information-wrapper .introductory-content-heading{display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%;margin:0 0 30px 0;text-align:center}.home .introductory-content-wrapper .container .introductory-content .information-wrapper .introductory-content-heading{justify-content:flex-start;text-align:left}.introductory-content-wrapper .container .introductory-content .information-wrapper .introductory-content-heading .logo-glyph{display:inline-block;width:100%;max-width:75px;height:auto;margin:0 15px 0 0}.introductory-content-wrapper .container .introductory-content .information-wrapper .introductory-content-copy{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.home .introductory-content-wrapper .container .introductory-content .information-wrapper .introductory-content-copy{align-items:flex-start}.introductory-content-wrapper .container .introductory-content .information-wrapper .introductory-content-copy p{display:block;width:100%;margin:15px 0 0 0;color:var(--colour-recovery-dark-blue);text-align:center}.home .introductory-content-wrapper .container .introductory-content .information-wrapper .introductory-content-copy p{text-align:left}.introductory-content-wrapper .container .introductory-content .information-wrapper .introductory-content-copy p:first-of-type{margin:0}.introductory-content-wrapper .container .introductory-content .information-wrapper .introductory-content-button{display:inline-block;margin:30px 0 0 0;padding:20px 30px;background:var(--colour-banana-yellow);border-radius:50px;font-family:"Futura Condensed Bold",Impact,sans-serif;font-weight:400;font-size:24px;color:var(--colour-recovery-dark-blue);line-height:30px;text-decoration:none;text-transform:uppercase;transition:all .33s ease-in-out}.introductory-content-wrapper .container .introductory-content .information-wrapper .introductory-content-button:hover{background:var(--colour-forest-green);color:var(--colour-banana-yellow)}.introductory-content-wrapper .container .introductory-content .image-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;width:48%;margin:0;padding:0}.introductory-content-wrapper .container .introductory-content .image-wrapper .introductory-content-image{display:block;width:100%;height:auto;margin:0;padding:0;border-radius:30px}@media all and (max-width:991px){.introductory-content-wrapper{padding:30px 15px 30px 15px}.introductory-content-wrapper .container .introductory-content{flex-direction:column}.introductory-content-wrapper .container .introductory-content .information-wrapper{align-items:center;margin:0}.introductory-content-wrapper .container .introductory-content .information-wrapper .introductory-content-heading{flex-direction:column;text-align:center}.introductory-content-wrapper .container .introductory-content .image-wrapper,.introductory-content-wrapper .container .introductory-content .information-wrapper{width:100%}.introductory-content-wrapper .container .introductory-content .image-wrapper{margin:60px 0 0 0}.introductory-content-wrapper .container .introductory-content .image-wrapper .introductory-content-image{max-width:481px}}.reusable-gallery{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:0;padding:0}.faqs-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:0;padding:60px 15px 60px 15px;background:var(--colour-recovery-light-blue-faded)}.faqs-wrapper .faqs{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;max-width:768px;margin:0 auto}.faqs-wrapper .faqs .questions{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:0;padding:0;list-style:none}.faqs-wrapper .faqs .questions .question{display:block;width:100%;margin:0;padding:0}.faqs-wrapper .faqs .questions .question:first-of-type{margin:0}.faqs-wrapper .faqs .questions .question .question-wrapper{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:stretch;width:100%;margin:0;padding:30px 0 30px 0;border-bottom:2px solid var(--colour-recovery-light-blue)}.faqs-wrapper .faqs .questions .question .question-wrapper .the-question{position:relative;display:block;width:100%;margin:0;padding:30px 0 30px 0;font-family:"Futura Condensed Bold",Impact,sans-serif;font-weight:400;font-size:24px;color:var(--colour-black);line-height:30px;text-transform:uppercase;cursor:pointer;list-style:none}.faqs-wrapper .faqs .questions .question .question-wrapper .the-question::marker{content:""}.faqs-wrapper .faqs .questions .question .question-wrapper .the-question::-webkit-details-marker{display:none}.faqs-wrapper .faqs .questions .question .question-wrapper .the-question:first-of-type{margin:0;padding:0}.faqs-wrapper .faqs .questions .question .question-wrapper .the-question .arrow{position:absolute;top:50%;right:0;transform:translateY(-50%);width:24px;height:24px;color:var(--colour-recovery-light-blue);transition:all .33s ease-in-out}.faqs-wrapper .faqs .questions .question .question-wrapper[open] .the-question .arrow{transform:translateY(-50%) rotate(180deg)}.faqs-wrapper .faqs .questions .question .question-wrapper .the-answer{display:block;width:100%;margin:30px 0 0 0;padding:30px 0 0 0;border-top:2px solid var(--colour-recovery-light-blue)}.faqs-wrapper .faqs .questions .question .question-wrapper .the-answer b{font-weight:700;color:var(--colour-black)}.faqs-wrapper .faqs .questions .question .question-wrapper .the-answer p{display:block;width:100%;margin:15px 0 0 0;padding:0;font-weight:400;color:var(--colour-black)}.faqs-wrapper .faqs .questions .question .question-wrapper .the-answer p:first-of-type{margin:0}.faqs-wrapper .faqs .questions .question .question-wrapper .the-answer ol,.faqs-wrapper .faqs .questions .question .question-wrapper .the-answer ul{display:block;width:100%;margin:15px 0 0 0;padding:0 0 0 30px;list-style:square;list-style-position:outside}.faqs-wrapper .faqs .questions .question .question-wrapper .the-answer ol li,.faqs-wrapper .faqs .questions .question .question-wrapper .the-answer ul li{display:list-item;width:100%;margin:0 0 15px 0;padding:0;font-weight:400;font-size:16px;color:var(--colour-black);line-height:22px}.faqs-wrapper .faqs .questions .question .question-wrapper .the-answer{display:block;width:100%;margin:30px 0 0 0;padding:30px 0 0 0;border-top:2px solid var(--colour-recovery-light-blue)}.faqs-wrapper .faqs .questions .question .question-wrapper .the-answer b{font-weight:700;color:var(--colour-black)}.faqs-wrapper .faqs .questions .question .question-wrapper .the-answer p{display:block;width:100%;margin:15px 0 0 0;padding:0;font-weight:400;color:var(--colour-black)}.faqs-wrapper .faqs .questions .question .question-wrapper .the-answer p:first-of-type{margin:0}.faqs-wrapper .faqs .questions .question .question-wrapper .the-answer ol,.faqs-wrapper .faqs .questions .question .question-wrapper .the-answer ul{display:block;width:100%;margin:15px 0 0 0;padding:0 0 0 30px;list-style:square;list-style-position:outside}.faqs-wrapper .faqs .questions .question .question-wrapper .the-answer ol li,.faqs-wrapper .faqs .questions .question .question-wrapper .the-answer ul li{display:list-item;width:100%;margin:0 0 15px 0;padding:0;font-weight:400;font-size:16px;color:var(--colour-black);line-height:22px}.testimonials-wrapper{position:relative;display:none;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:0;padding:60px 15px 245px 15px;background:var(--colour-hydro-pink);overflow:hidden}.testimonials-wrapper::before{position:absolute;top:0;left:0;width:100%;height:100%;background-image:radial-gradient(circle,#fff 2px,transparent 2px);background-size:30px 30px;background-position:0 0;mask-image:linear-gradient(to top,rgba(0,0,0,.3) 0,rgba(0,0,0,0) 100%);-webkit-mask-image:linear-gradient(to top,rgba(0,0,0,.3) 0,rgba(0,0,0,0) 100%);content:"";z-index:0;pointer-events:none}.testimonials-wrapper .container{position:relative;z-index:1}.testimonials-wrapper .container .testimonial-cards{display:flex;flex-direction:column;width:100%;margin:0;padding:0}.testimonials-wrapper .container .testimonial-cards .information-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;width:100%;margin:0;padding:0}.testimonials-wrapper .container .testimonial-cards .information-wrapper .pre-heading{display:block;margin:0 0 15px 0}.testimonials-wrapper .container .testimonial-cards .information-wrapper .heading{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;width:100%;max-width:640px;margin:0 0 30px 0;padding:0;font-family:"Futura Condensed Bold",Impact,sans-serif;font-weight:400;color:var(--colour-hydro-purple)}.testimonials-wrapper .container .testimonial-cards .information-wrapper .heading .logo-glyph{display:inline-block;width:100%;max-width:75px;height:auto;margin:0 15px 0 0}.testimonials-wrapper .container .testimonial-cards .information-wrapper .copy{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}.testimonials-wrapper .container .testimonial-cards .information-wrapper .copy p{display:block;margin:15px 0 0 0}.testimonials-wrapper .container .testimonial-cards .information-wrapper .copy p:first-of-type{margin:0}.testimonials-wrapper .container .testimonial-cards .testimonials-slider .testimonials-slider-arrows{position:absolute;right:0;top:-100px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;max-width:140px;min-height:48px;max-height:48px}.testimonials-wrapper .container .testimonial-cards .testimonials-slider .testimonials-slider-arrows button{display:flex;flex-direction:column;justify-content:center;align-items:center;width:48px;height:48px;margin:0;padding:0;background:var(--colour-banana-yellow)}.testimonials-wrapper .container .testimonial-cards .testimonials-slider .testimonials-slider-arrows button .arrow{display:block;width:24px;height:24px;font-weight:700;font-size:24px;color:var(--colour-hydro-pink);line-height:24px}.testimonials-wrapper .container .testimonial-cards .testimonials-slider .testimonial-card .testimonial-card-information{position:relative;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;min-height:fit-content;background:var(--colour-white);margin:0;padding:75px 30px 30px 30px;border-radius:30px}.testimonials-wrapper .container .testimonial-cards .testimonials-slider .testimonial-card .testimonial-card-information::before{position:absolute;top:20px;left:30px;display:block;width:50px;height:37px;background-image:url(../../../../leema-child/assets/glyphs/background-glyph-start-quote-recovery-light-blue.webp);background-repeat:no-repeat;background-position:center center;background-size:contain;content:""}.testimonials-wrapper .container .testimonial-cards .testimonials-slider .testimonial-card .testimonial-card-information::after{position:absolute;bottom:20px;right:30px;display:block;width:50px;height:37px;background-image:url(../../../../leema-child/assets/glyphs/background-glyph-end-quote-recovery-light-blue.webp);background-repeat:no-repeat;background-position:center center;background-size:contain;content:""}.testimonials-wrapper .container .testimonial-cards .testimonials-slider .testimonial-card .testimonial-card-information blockquote{display:block;width:100%;margin:0;padding:0}.testimonials-wrapper .container .testimonial-cards .testimonials-slider .testimonial-card .testimonial-card-information blockquote p{display:block;margin:15px 0 15px 0;font-size:22px;color:var(--colour-recovery-dark-blue);line-height:28px}.testimonials-wrapper .container .testimonial-cards .testimonials-slider .testimonial-card .testimonial-card-information blockquote p:first-of-type{margin:0}.testimonials-wrapper .container .testimonial-cards .testimonials-slider .testimonial-card .testimonial-card-information .reviewer-information{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;margin:15px 0 0 0}.testimonials-wrapper .container .testimonial-cards .testimonials-slider .testimonial-card .testimonial-card-information .reviewer-information .reviewer-location,.testimonials-wrapper .container .testimonial-cards .testimonials-slider .testimonial-card .testimonial-card-information .reviewer-information .reviewer-name,.testimonials-wrapper .container .testimonial-cards .testimonials-slider .testimonial-card .testimonial-card-information .reviewer-information .reviewer-position{display:block;margin:4px 0 0 0;padding:0;font-family:"Futura Condensed Bold",Impact,sans-serif;font-weight:400;font-size:18px;color:var(--colour-recovery-dark-blue);line-height:24px;text-transform:uppercase}.testimonials-wrapper .container .testimonial-cards .testimonials-slider .testimonial-card .testimonial-card-information .reviewer-information .reviewer-name{margin:0}.split-content-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:0;padding:60px 15px;background:#fff}.split-content-wrapper .container .split-content{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:0;padding:0}.split-content-wrapper .container .split-content .content{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;margin:30px 0 30px 0;padding:0}.split-content-wrapper .container .split-content .content:first-of-type{margin:0 0 30px 0}.split-content-wrapper .container .split-content .content:last-of-type{margin:30px 0 0 0}.split-content-wrapper .container .split-content .content:nth-of-type(odd){flex-direction:row-reverse}.split-content-wrapper .container .split-content .content .image-wrapper,.split-content-wrapper .container .split-content .content .information-wrapper{width:50%}.split-content-wrapper .container .split-content .content .information-wrapper .pre-heading{display:block;width:auto;margin:0 0 15px 0;padding:0;font-weight:600;font-size:24px;color:var(--colour-primary-orange);line-height:30px}.split-content-wrapper .container .split-content .content .information-wrapper .heading{display:block;width:auto;margin:0 0 30px 0}.split-content-wrapper .container .split-content .content .information-wrapper .copy{display:block;width:100%}.split-content-wrapper .container .split-content .content .information-wrapper .copy h2,h3,h4,h5,h6{display:block;margin:0 0 30px 0;font-family:Mundial;font-weight:600;font-style:italic;color:#000}.split-content-wrapper .container .split-content .content .information-wrapper .copy h3{margin:30px 0 30px 0}.split-content-wrapper .container .split-content .content .information-wrapper .copy h2{font-size:32px;line-height:42px}.split-content-wrapper .container .split-content .content .information-wrapper .copy b,.split-content-wrapper .container .split-content .content .information-wrapper .copy strong{font-weight:600;color:var(--colour-primary-orange)}.split-content-wrapper .container .split-content .content .information-wrapper .copy p{margin:15px 0 0 0}.split-content-wrapper .container .split-content .content .information-wrapper .copy p:first-of-type{margin:0}.split-content-wrapper .container .split-content .content .information-wrapper .copy ul{display:block;margin:15px 0 15px 0;padding:15px 0 15px 15px}.split-content-wrapper .container .split-content .content .information-wrapper .copy ul li{font-size:16px;color:var(--colour-primary-orange)}.split-content-wrapper .container .split-content .content .information-wrapper .buttons{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;margin:30px 0 0 0;padding:0;list-style:none}.split-content-wrapper .container .split-content .content .information-wrapper .buttons .button{display:inline-block;margin:0 0 0 15px;padding:0}.split-content-wrapper .container .split-content .content .information-wrapper .buttons .button:first-of-type{margin:0}.split-content-wrapper .container .split-content .content .information-wrapper .buttons .button .button-link{display:inline-block;margin:0;padding:20px 30px;background:var(--colour-banana-yellow);border-radius:50px;font-family:"Futura Condensed Bold",Impact,sans-serif;font-weight:400;font-size:24px;color:var(--colour-recovery-dark-blue);line-height:30px;text-transform:uppercase;text-decoration:none;transition:all .33s ease-in-out}.split-content-wrapper .container .split-content .content .information-wrapper .buttons .button .button-link:hover{background:var(--colour-forest-green);color:var(--colour-white);text-decoration:none}.split-content-wrapper .container .split-content .content .image-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:0;padding:0}.split-content-wrapper .container .split-content .content .image-wrapper img{display:block;width:100%;height:auto;margin:0;padding:0}.page-template-page-products .split-content-wrapper{padding:0 0 60px 0}.page-template-page-products .split-content-wrapper .container .split-content .content{margin:30px 0 30px 0;padding:30px;border:2px solid var(--colour-recovery-light-blue);border-radius:30px}.page-template-page-products .split-content-wrapper .container .split-content .content:first-of-type{margin:0 0 30px 0}.page-template-page-products .split-content-wrapper .container .split-content .content .image-wrapper .image{max-width:320px}.single-recovery-wellness .split-content-wrapper .container .split-content .content .information-wrapper{width:50%;max-width:481px}.single-recovery-wellness .split-content-wrapper .container .split-content .content .information-wrapper .copy p{display:block;width:100%;color:var(--colour-recovery-dark-blue)}.single-recovery-wellness .split-content-wrapper .container .split-content .content .information-wrapper .copy .big{font-size:20px;line-height:26px}.single-recovery-wellness .split-content-wrapper .container .split-content .content .image-wrapper img{display:block;width:100%;height:auto;margin:0;padding:0;border-radius:30px;aspect-ratio:16/9;object-fit:cover;object-position:center}@media all and (max-width:991px){.split-content-wrapper{padding:30px 15px 30px 15px}.split-content-wrapper .container .split-content{padding:0 15px 0 15px}.split-content-wrapper .container .split-content .content:first-of-type{flex-direction:column-reverse}.split-content-wrapper .container .split-content .content{flex-direction:column-reverse}.split-content-wrapper .container .split-content .content:last-of-type{flex-direction:column-reverse}.split-content-wrapper .container .split-content .content .information-wrapper{width:100%}.split-content-wrapper .container .split-content .content .information-wrapper .copy h2{font-size:25px;line-height:28px;text-align:center}.split-content-wrapper .container .split-content .content .information-wrapper .copy p{font-size:16px;line-height:18px;text-align:center}.split-content-wrapper .container .split-content .content .image-wrapper{width:100%;margin:30px 0 0 0}.split-content-wrapper .container .split-content .content .image-wrapper img{max-width:481px}.split-content-wrapper .container .split-content .content .information-wrapper .buttons{justify-content:center}.single-recovery-wellness .split-content-wrapper .container .split-content .content .information-wrapper{width:100%}}.featured-articles-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:0;padding:60px 15px;background:var(--colour-white)}.featured-articles-wrapper .container .featured-articles{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:0;padding:0}.featured-articles-wrapper .container .featured-articles .information-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:0;padding:0}.featured-articles-wrapper .container .featured-articles .information-wrapper .featured-articles-preheading{display:block;width:auto;margin:0 0 15px 0;padding:0;font-family:Mundial;font-weight:600;font-size:24px;color:var(--colour-primary-orange);line-height:30px}.featured-articles-wrapper .container .featured-articles .information-wrapper .featured-articles-heading{display:flex;flex-direction:row;justify-content:center;align-items:center;margin:0 0 30px 0;padding:0;font-weight:400;color:var(--colour-recovery-dark-blue)}.featured-articles-wrapper .container .featured-articles .information-wrapper .featured-articles-heading .logo-glyph{display:inline-block;width:100%;max-width:75px;height:auto;margin:0 15px 0 0}.featured-articles-wrapper .container .featured-articles .information-wrapper .featured-articles-copy{display:block;width:100%;margin:0}.featured-articles-wrapper .container .featured-articles .information-wrapper .featured-articles-copy p{margin:15px 0 0 0}.featured-articles-wrapper .container .featured-articles .recent-articles-wrapper{display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;margin:30px 0 0 0;padding:0}.featured-articles-wrapper .container .featured-articles .recent-articles-wrapper .featured-article{display:flex;flex-direction:column;justify-content:flex-start;align-items:center;width:32%;margin:0;padding:0}.featured-articles-wrapper .container .featured-articles .recent-articles-wrapper .featured-article .featured-article-thumbnail{display:flex;flex-direction:column;justify-content:center;align-items:center;margin:0;padding:0;border-radius:30px;overflow:hidden}.featured-articles-wrapper .container .featured-articles .recent-articles-wrapper .featured-article .featured-article-thumbnail .thumbnail{display:block;width:100%;height:auto;margin:0;padding:0;border-radius:30px;aspect-ratio:16/9;object-fit:cover;object-position:center;transition:all .33s ease-in-out}.featured-articles-wrapper .container .featured-articles .recent-articles-wrapper .featured-article:hover .featured-article-thumbnail .thumbnail{filter:grayscale(1);transform:scale(1.2)}.featured-articles-wrapper .container .featured-articles .recent-articles-wrapper .featured-article .featured-article-information{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;width:100%;margin:0;padding:30px 15px}.featured-articles-wrapper .container .featured-articles .recent-articles-wrapper .featured-article .featured-article-information .featured-article-title{display:block;width:auto;margin:0 0 15px 0;padding:0;font-family:"Futura Condensed Bold",Impact,sans-serif;font-weight:400;font-style:normal;font-size:24px;color:var(--colour-recovery-dark-blue);line-height:30px}.featured-articles-wrapper .container .featured-articles .recent-articles-wrapper .featured-article .featured-article-information .featured-article-date{display:block;width:auto;margin:0 0 15px 0;padding:0;font-size:16px;color:var(--colour-lighter-grey);line-height:22px}.featured-articles-wrapper .container .featured-articles .recent-articles-wrapper .featured-article .featured-article-information .featured-article-excerpt{display:block;width:100%;margin:0;padding:0;font-size:16px;color:var(--colour-black);line-height:22px}.featured-articles-wrapper .container .featured-articles .recent-articles-wrapper .featured-article .featured-article-information .read-more-link{display:flex;flex-direction:row;justify-content:center;align-items:center;margin:30px 0 0 0;padding:0;font-family:"Futura Condensed Bold",Impact,sans-serif;font-weight:400;font-size:18px;color:var(--colour-forest-green);line-height:24px;text-decoration:none;text-transform:uppercase}.featured-articles-wrapper .container .featured-articles .recent-articles-wrapper .featured-article .featured-article-information .read-more-link .icon{display:inline-block;margin:0 0 0 4px;font-size:16px;text-decoration:none}.featured-articles-wrapper .container .featured-articles .browse-all-articles-wrapper{display:flex;flex-direction:row;justify-content:center;align-items:center;width:100%;margin:60px 0 0 0;padding:0}.featured-articles-wrapper .container .featured-articles .browse-all-articles-wrapper .browse-all-articles-button{display:inline-block;margin:0;padding:20px 30px;background:var(--colour-banana-yellow);border-radius:50px;font-family:"Futura Condensed Bold",Impact,sans-serif;font-weight:400;font-size:24px;color:var(--colour-recovery-dark-blue);line-height:30px;text-decoration:none;text-transform:uppercase;transition:all .33s ease-in-out}.featured-articles-wrapper .container .featured-articles .browse-all-articles-wrapper .browse-all-articles-button:hover{background:var(--colour-forest-green);color:var(--colour-banana-yellow)}@media all and (max-width:991px){.featured-articles-wrapper{padding:30px 15px 30px 15px}.featured-articles-wrapper .container .featured-articles .information-wrapper .featured-articles-heading{flex-direction:column;text-align:center}.featured-articles-wrapper .container .featured-articles .recent-articles-wrapper{flex-direction:column;margin:0}.featured-articles-wrapper .container .featured-articles .recent-articles-wrapper .featured-article{width:100%;max-width:481px;margin:30px 0 0 0}.featured-articles-wrapper .container .featured-articles .recent-articles-wrapper .featured-article:first-of-type{margin:0}.featured-articles-wrapper .container .featured-articles .browse-all-articles-wrapper{margin:30px 0 0 0}}.link-lists-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:0;padding:60px 15px;background:linear-gradient(180deg,#fd3400 0,#fd3400 30%,#fd5906 100%)}.link-lists-wrapper .container .link-lists{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:0;padding:0}.link-lists-wrapper .container .link-lists .information-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:0;padding:0}.link-lists-wrapper .container .link-lists .information-wrapper .pre-heading{display:block;width:auto;margin:0 0 15px 0;padding:0;font-family:Mundial;font-weight:600;font-size:24px;color:#fff;line-height:30px}.link-lists-wrapper .container .link-lists .information-wrapper .heading{display:block;margin:0 0 30px 0;color:#fff}.link-lists-wrapper .container .link-lists .information-wrapper .copy{display:flex;flex-direction:column;justify-content:center;align-items:center}.link-lists-wrapper .container .link-lists .information-wrapper .copy p{display:block;margin:15px 0 0 0;color:#fff}.link-lists-wrapper .container .link-lists .information-wrapper .copy p:first-of-type{margin:0}.link-lists-wrapper .container .link-lists .links-wrapper{display:flex;flex-direction:row-reverse;justify-content:space-between;align-items:center;width:100%;margin:0;padding:0}.link-lists-wrapper .container .link-lists .links-wrapper .links-box{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;width:49%;margin:0;padding:0}.link-lists-wrapper .container .link-lists .links-wrapper .links-box .list-heading{display:block;width:100%;margin:0;padding:20px 30px;background:url(/wp-content/themes/leema-child/assets/glyphs/link-list-heading-banner.webp);background-repeat:no-repeat;background-size:cover;background-position:right;font-size:24px;color:#fff;line-height:30px;text-transform:uppercase}.link-lists-wrapper .container .link-lists .links-wrapper .list-of-links{display:flex;flex-direction:column;justify-content:center;align-items:flex-start;width:100%;margin:0;padding:15px 0;background:rgba(0,0,0,.5);background-image:url(/wp-content/themes/leema-child/assets/glyphs/glyph-x-transparent.webp);background-repeat:no-repeat;background-size:contain;background-position:center center;list-style:none}.link-lists-wrapper .container .link-lists .links-wrapper .list-of-links .link-item{position:relative;display:flex;flex-direction:row;justify-content:space-between;align-items:center;width:100%;margin:0;padding:0}.link-lists-wrapper .container .link-lists .links-wrapper .list-of-links .link-item a{display:block;width:100%;margin:0;padding:10px 30px;background:0 0;color:#fff;text-decoration:none;transition:all .33s ease-in-out}.link-lists-wrapper .container .link-lists .links-wrapper .list-of-links .link-item a:hover{background:var(--colour-primary-teal)}.link-lists-wrapper .container .link-lists .links-wrapper .list-of-links .link-item .arrow{position:absolute;right:15px;width:auto;display:block;color:var(--colour-primary-teal);z-index:0;transition:all .33s ease-in-out}.link-lists-wrapper .container .link-lists .links-wrapper .list-of-links .link-item:hover .arrow{color:#fff}.link-lists-wrapper .container .link-lists .button-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:60px 0 0 0;padding:0}.link-lists-wrapper .container .link-lists .button-wrapper .custom-button{display:inline-block;margin:0;padding:18px 45px;background:var(--colour-white);border-radius:50px;font-weight:700;font-style:italic;font-size:18px;color:var(--colour-black);line-height:24px;text-decoration:none;text-transform:uppercase;transition:all .33s ease-in-out}.link-lists-wrapper .container .link-lists .button-wrapper .custom-button:hover{background:var(--colour-primary-teal);color:var(--colour-white)}@media all and (max-width:991px){.link-lists-wrapper{padding:30px 15px 30px 15px}.link-lists-wrapper .container .link-lists .information-wrapper .heading{text-align:center;font-size:26px;line-height:30px}.link-lists-wrapper .container .link-lists .links-wrapper{flex-direction:column;margin:0}.link-lists-wrapper .container .link-lists .links-wrapper .links-box{width:100%;max-width:481px;margin:30px 0 0 0}.link-lists-wrapper .container .link-lists .links-wrapper .links-box:first-of-type{margin:0}.link-lists-wrapper .container .link-lists .button-wrapper{margin:30px 0 0 0}}.item-cards-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:0;padding:60px 15px 60px 15px;background-color:var(--colour-recovery-dark-blue);background-image:var(--gradient-bubbles-recovery-dark-blue);background-repeat:no-repeat;background-size:cover;background-position:top}.item-cards-wrapper .container .item-cards{display:flex;flex-direction:column;width:100%;margin:0;padding:0}.item-cards-wrapper .container .item-cards .information-wrapper{display:flex;flex-direction:column;justify-content:space-around;align-items:center;width:100%;height:100%;margin:0;padding:0}.item-cards-wrapper .container .item-cards .information-wrapper .item-card{display:block;width:auto;margin:0 0 15px 0;padding:0;font-family:Mundial;font-weight:600;font-size:24px;color:#fff;line-height:30px}.item-cards-wrapper .container .item-cards .information-wrapper .heading{display:flex;flex-direction:row;justify-content:center;align-items:center;margin:0 0 30px 0;color:var(--colour-banana-yellow)}.item-cards-wrapper .container .item-cards .information-wrapper .heading .logo-glyph{display:block;width:100%;max-width:75px;height:auto;margin:0 15px 0 0}.item-cards-wrapper .container .item-cards .information-wrapper .copy{display:flex;flex-direction:column;justify-content:center;align-items:center}.item-cards-wrapper .container .item-cards .information-wrapper .copy p{display:block;margin:15px 0 0 0;font-size:24px;color:var(--colour-white);line-height:30px}.item-cards-wrapper .container .item-cards .information-wrapper .copy p:first-of-type{margin:0}.item-cards-wrapper .container .item-cards .item-filters{display:flex;flex-direction:row;justify-content:flex-start;align-items:center;width:100%;margin:60px 0 0 0;padding:0}.item-cards-wrapper .container .item-cards .item-filters button.filter{display:inline-block;width:auto;margin:0 0 0 30px;padding:10px 45px;background:var(--colour-background-neutral);border:0;border-radius:30px;font-size:18px;color:var(--colour-black);line-height:24px;transition:all .33s ease-in-out;cursor:pointer}.item-cards-wrapper .container .item-cards .item-filters button.filter:first-of-type{margin:0}.item-cards-wrapper .container .item-cards .items-slider{position:relative;display:block;margin:60px 0 0 0;padding:0}.item-cards-wrapper .container .item-cards .items-slider .items-slider-arrows{position:absolute;top:-82px;display:none;flex-direction:row;justify-content:flex-end;align-items:center;width:100%;margin:0;padding:0}.item-cards-wrapper .container .item-cards .items-slider .items-slider-arrows .splide__arrow{right:0;width:42px;height:42px;font-size:42px;line-height:42px;border-radius:50%}.item-cards-wrapper .container .item-cards .items-slider .items-slider-arrows .splide__arrow--prev{left:unset;right:60px}.item-cards-wrapper .container .item-cards .items-slider .items-slider-arrows .splide__arrow img{display:block;width:18px;height:auto}.item-cards-wrapper .container .item-cards .items-slider .item-card{position:relative;display:block;min-height:320px;margin:0;padding:30px 30px;background:transparent linear-gradient(180deg,#fff 0,rgba(255,255,255,.7098039216) 78%,rgba(255,255,255,.2823529412) 100%) 0 0 no-repeat padding-box;border-radius:30px}.item-cards-wrapper .container .item-cards .items-slider .item-card .item-card-information{display:flex;flex-direction:column;justify-content:flex-end;align-items:center;width:100%;height:100%;margin:0;padding:0}.item-cards-wrapper .container .item-cards .items-slider .item-card .item-card-information .item-card-type{position:absolute;left:50%;top:0;display:none;width:100%;max-width:180px;margin:0;padding:10px 30px;background:var(--colour-banana-yellow);border-bottom-left-radius:30px;border-bottom-right-radius:30px;font-family:"Futura Condensed Bold",Impact,sans-serif;color:var(--colour-recovery-dark-blue);text-align:center;text-transform:uppercase;transform:translateX(-50%)}.item-cards-wrapper .container .item-cards.no-filters .items-slider .item-card .item-card-information .icon-glyph-wrapper{position:absolute;left:15px;top:15px;display:flex;flex-direction:column;justify-content:center;align-items:center;width:auto;height:auto;height:auto;margin:0;padding:0}.item-cards-wrapper .container .item-cards.no-filters .items-slider .item-card .item-card-information .icon-glyph-wrapper .icon-glyph{display:block;width:100%;max-width:48px;height:auto}.item-cards-wrapper .container .item-cards .items-slider .item-card .item-card-information .thumbnail-wrapper{display:flex;flex-direction:column;justify-content:end;align-items:center;width:100%;max-height:210px;margin:30px 0 0 0}.item-cards-wrapper .container .item-cards .items-slider .item-card:last-of-type .item-card-information .thumbnail-wrapper .thumbnail{max-width:320px}.item-cards-wrapper .container .item-cards .items-slider .item-card .item-card-information .thumbnail-wrapper .thumbnail{display:block;max-width:210px;height:auto;margin:0 0 30px 0;padding:0}.item-cards-wrapper .container .item-cards .items-slider .item-card .item-card-information .item-card-title{display:block;width:100%;margin:0;padding:0 20px;font-family:"Futura Condensed Bold",Impact,sans-serif;font-weight:400;font-size:24px;font-style:normal;color:var(--black);line-height:30px;min-height:100px;text-align:center;text-transform:uppercase}.item-cards-wrapper .container .item-cards .items-slider .item-card .item-card-information .item-card-excerpt{display:none;margin:0;padding:0;font-size:16px;color:var(--colour-black);line-height:22px;text-align:center}.item-cards-wrapper .container .item-cards .items-slider .item-card .item-card-information .item-card-amazon{max-width:initial}.item-cards-wrapper .container .item-cards .items-slider .item-card .item-card-information .item-card-link{display:inline-block;width:100%;margin:15px 0 0 0;padding:20px 30px;background:var(--colour-recovery-light-blue);border-radius:50px;font-family:"Futura Condensed Bold",Impact,sans-serif;font-weight:400;font-size:18px;color:var(--colour-recovery-dark-blue);line-height:24px;text-align:center;text-transform:uppercase;text-decoration:none;transition:all .33s ease-in-out}.item-cards-wrapper .container .item-cards .items-slider .item-card .item-card-information .item-card-link:hover{background:var(--colour-forest-green);color:var(--colour-banana-yellow)}.item-cards-wrapper .container .item-cards .also-available-at-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:45px 0 0 0;padding:0}.item-cards-wrapper .container .item-cards .also-available-at-wrapper .also-available-at-text{display:block;margin:0;font-size:24px;color:var(--colour-white);line-height:30px}.item-cards-wrapper .container .item-cards .button-wrapper{display:flex;flex-direction:column;justify-content:center;align-items:center;width:100%;margin:30px 0 0 0;padding:0}.item-cards-wrapper .container .item-cards .button-wrapper .custom-button{display:inline-block;margin:15px;padding:20px 30px;background:var(--colour-banana-yellow);border-radius:50px;font-family:"Futura Condensed Bold",Impact,sans-serif;font-weight:400;font-size:24px;color:var(--colour-recovery-dark-blue);line-height:30px;text-decoration:none;text-transform:uppercase;transition:all .33s ease-in-out}.item-cards-wrapper .container .item-cards .button-wrapper .custom-button:hover{background:var(--colour-forest-green);color:var(--colour-banana-yellow)}@media all and (max-width:991px){.item-cards-wrapper{padding:30px 15px 30px 15px}.item-cards-wrapper .container .item-cards .information-wrapper .heading{flex-direction:column;text-align:center}.item-cards-wrapper .container .item-cards .information-wrapper .copy p{text-align:center}.item-cards-wrapper .container .item-cards .item-filters{flex-direction:row;justify-content:center;gap:10px;margin:20px 0 0 0}.item-cards-wrapper .container .item-cards .item-filters button.filter{margin:0 10px 0 0;width:reset;font-size:14px;line-height:14px;padding:10px 10px}.item-cards-wrapper .container .item-cards .item-filters button.filter:first-of-type{margin:0}.item-cards-wrapper .container .item-cards .items-slider{margin:25px 0 0 0}.item-cards-wrapper .container .item-cards .items-slider .items-slider-arrows{display:none}.item-cards-wrapper .container .item-cards .also-available-at-wrapper .also-available-at-text{text-align:center}.item-cards-wrapper .container .item-cards .button-wrapper{margin:30px 0 0 0}}