@charset "UTF-8";*{margin:0;padding:0}*,*::before,*::after{box-sizing:inherit}:root{--colour-brand-grey:#c8c8c8;--colour-brand-green:#4ffd7a;--colour-brand-yellow:#ff0;--colour-brand-pink:#ff24e0;--colour-brand-purple:#6437ff;--colour-palette-dark-grey:#292929;--colour-palette-light-grey:#f0f0f0;--font-family-brand:'Merriweather Sans',sans-serif;--layout-fixed-header-height:80px;--layout-inner-frame-native-width:1200px}html{box-sizing:border-box;background-color:var(--colour-brand-grey);min-width:320px;min-height:100vh;-moz-text-size-adjust:none;-webkit-text-size-adjust:none;text-size-adjust:none;font-family:'Merriweather Sans',sans-serif;font-size:14px}
body{height:100vh}body>section,body>footer{position:relative;display:flex;clear:both;overflow:hidden}a{color:inherit;text-decoration:none}img{border:0}hr{border:0}hr+h1,hr+p,h1+hr,h1+h2,h1+h3,h2+h3,p+h4,h4+p,p+p,h3+ul,p+ul,ul+p{margin-top:10px}h3+h2,h4+h2,p+h2,p+h3,ul+h3,h1+p,h2+p,h3+p,h2+ul,h2+button,p+button{margin-top:20px}sup{font-size:.6em}button,input[type=button],input[type=submit]{padding:12px 24px;font-size:13px;font-family:inherit;transition:all .3s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;border:0}
input[type=text],input[type=tel],input[type=email],input[type=select],select,textarea{display:block;appearance:none;-moz-appearance:none;-webkit-appearance:none;border:0;font-family:inherit}textarea{resize:none}div.sgw--inner-frame{position:relative;display:flex;flex-wrap:wrap;margin:0 auto;width:var(--layout-inner-frame-native-width);height:100%}@media(max-width:1200px){div.sgw--inner-frame{width:100%}}div.sgw--brand-arrow-graphic{position:absolute;width:90px;height:90px}div.sgw--brand-arrow-graphic::before{content:url(/images/graphic_brand-arrow_001.svg);display:block;width:90px;height:90px}
section.sgw--body-background{position:absolute;top:0;left:0;width:100vw;height:100vh;overflow:hidden}div.sgw--body-background{position:absolute;top:-40px;right:calc((100% - var(--layout-inner-frame-native-width)) / 2);width:900px;height:1200px}div.sgw--background-mesh{background-image:url(/images/graphic_background-mesh_002.svg);background-position:center center;background-size:1000px 1000px;background-repeat:no-repeat}div.sgw--background-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(200,200,200,0.87)}.sgw--text-numeric{font-family:'Public Sans',sans-serif}
.sgw--text-inline-callout{font-weight:300;font-style:italic}span.sgw--text-badge-tier{margin-left:5px;background-color:var(--colour-brand-grey);padding:3px 8px;border-radius:5px;font-weight:500;text-transform:uppercase;font-size:.75em;vertical-align:1px;color:white;letter-spacing:.05em}@charset "UTF-8";body>header{position:absolute;top:-80px;left:0;z-index:50;transform:translateY(80px);width:100%;height:210px;transition:all .4s ease}body>header.sgw--header-x-fixed{position:fixed;top:0;background-color:rgba(0,0,0,0.9);height:var(--layout-fixed-header-height);transform:translateY(0)}@media(max-width:900px){body>header{height:150px}}div.sgw--header-logo{position:absolute;top:50%;left:80px;transform:translateY(-50%);width:160px}body>header.sgw--header-x-fixed div.sgw--header-logo{left:25px;width:120px;filter:invert(100%)}
@media(max-width:645px){div.sgw--header-logo{left:50px}}div.sgw--header-logo img{object-fit:contain;width:100%;height:100%}div.sgw--header-menu-control{display:none;position:absolute;top:50%;right:0;transform:translateY(-50%);background-color:black;width:56px;height:44px;cursor:pointer}body>header.sgw--header-x-fixed div.sgw--header-menu-control{background-color:transparent;right:20px}@media(max-width:1160px){div.sgw--header-menu-control{display:block}}div.sgw--header-menu-control span{display:block;position:absolute;height:3px;width:30px;border-radius:3px;opacity:1;left:13px;transform:rotate(0);transition:.25s ease-in-out;background:white}
div.sgw--header-menu-control span:nth-child(1){top:11px}div.sgw--header-menu-control span:nth-child(2),div.sgw--header-menu-control span:nth-child(3){top:20px}div.sgw--header-menu-control span:nth-child(4){top:29px}div.sgw--header-menu-control-x-open span:nth-child(1),div.sgw--header-menu-control-x-open span:nth-child(4){top:20px;left:50%;width:0}div.sgw--header-menu-control-x-open span:nth-child(2){transform:rotate(45deg)}div.sgw--header-menu-control-x-open span:nth-child(3){transform:rotate(-45deg)}
@media(max-width:1160px){body>header nav{display:none}}body>header nav ol{display:flex;position:absolute;top:50%;right:0;transform:translateY(-50%)}@media(max-width:1160px){body>header nav ol{display:block;top:calc(50% + 22px);transform:none;width:240px}body>header.sgw--header-x-fixed nav ol{top:100%}}body>header nav ol li{list-style:none;flex:1 1 auto;line-height:40px;font-size:15px}body>header.sgw--header-x-fixed nav ol li{color:white}@media(max-width:1160px){body>header nav ol li{display:flex;opacity:0;transform:rotateX(90deg);background:black;width:100%;line-height:40px;color:white;transition-property:opacity,transform;transition-duration:.3s;transition-timing-function:ease;animation:none !important}
body>header nav.sgw--state-presented ol li{transform:rotateX(0);opacity:1 !important}body>header nav ol li:nth-child(2){transition-delay:.05s}body>header nav ol li:nth-child(3){transition-delay:.1s}body>header nav ol li:nth-child(4){transition-delay:.15s}body>header nav ol li:nth-child(5){transition-delay:.20s}body>header nav ol li:nth-child(6){transition-delay:.25s}body>header nav ol li:nth-child(7){transition-delay:.3s}}body>header nav ol li a{display:block;position:relative;padding:0 25px}body>header nav ol li a:hover::after{content:'';position:absolute;top:100%;left:23px;width:calc(100% - 46px);height:3px;background-color:var(--colour-brand-green)}
body>header nav ol li.sgw--action a:hover::after{content:none}@media(max-width:1160px){body>header nav ol li a{flex:1 1 auto;margin-top:10px}body>header nav ol li.sgw--action a{margin-top:20px;margin-bottom:23px}body>header nav ol li a:hover::after{content:none}}@media(hover:none){body>header nav ol li a:hover::after{content:none}}body>header nav ol li button{margin-left:5px;border-radius:20px;padding:12px 20px 11px 25px;font-weight:400;font-size:13px;letter-spacing:.03em;background-color:var(--colour-brand-green);color:black}
body>header nav ol li button::after{content:url(/images/graphic_brand-arrow_001.svg);display:inline-block;margin-left:8px;width:11px;height:11px}@media(max-width:1160px){body>header nav ol li button{margin-left:0}}@keyframes sgw_fade-in{from{opacity:0}to{opacity:1}}@keyframes sgw_expand-out{from{width:0}to{width:100%}}@keyframes sgw_move-up{from{transform:translateY(30px)}to{transform:translateY(0)}}@keyframes sgw_move-up-b{from{transform:translateY(30px) rotate(-90deg) translateX(50%)}to{transform:translateY(0) rotate(-90deg) translateX(50%)}
}@keyframes sgw_move-left{from{transform:translateX(30px)}to{transform:translateX(0)}}@keyframes sgw_move-right{from{transform:translateX(-30px)}to{transform:translateX(0)}}@keyframes sgw_move-left-b{from{transform:translateX(30px) translateY(-50%)}to{transform:translateX(0) translateY(-50%)}}@keyframes sgw_move-right-b{from{transform:translateX(-30px) translateY(-50%)}to{transform:translateX(0) translateY(-50%)}}body.sgw--hero-build div.sgw--header-logo,body.sgw--hero-build>header nav ol li{opacity:0}
body.sgw--hero-build section.sgw--hero-b01 div.sgw--hero-content>*,body.sgw--hero-build section.sgw--hero-b01 div.sgw--hero-background-media,body.sgw--hero-build section.sgw--hero-b01 div.sgw--hero-background-media-content,body.sgw--hero-build section.sgw--hero-b01 div.sgw--hero-background-title,body.sgw--hero-build section.sgw--hero-b01 div.sgw--border-annotation,body.sgw--hero-build section.sgw--hero-c01 div.sgw--hero-content>*,body.sgw--hero-build section.sgw--hero-c01 div.sgw--hero-background-media,body.sgw--hero-build section.sgw--hero-c01 div.sgw--hero-background-media-content,body.sgw--hero-build section.sgw--hero-c01 div.sgw--hero-background-title,body.sgw--hero-build section.sgw--hero-c01 div.sgw--border-annotation{opacity:0}
@media(max-width:700px){body.sgw--hero-build section.sgw--hero-b01 div.sgw--hero-background-media{opacity:1;transform:translateY(-50%)}}body.sgw--hero-build section.sgw--hero-b01 div.sgw--hero-content hr,body.sgw--hero-build section.sgw--hero-c01 div.sgw--hero-content hr{width:0}body.sgw--hero-build div.sgw--header-logo{animation:sgw_fade-in 1.5s ease .5s forwards}body.sgw--hero-build>header nav ol li{animation:sgw_fade-in .7s ease forwards,sgw_move-left .7s ease-out forwards}body.sgw--hero-build>header nav ol li:nth-child(1){animation-delay:3.5s}
body.sgw--hero-build>header nav ol li:nth-child(2){animation-delay:3.6s}body.sgw--hero-build>header nav ol li:nth-child(3){animation-delay:3.7s}body.sgw--hero-build>header nav ol li:nth-child(4){animation-delay:3.8s}body.sgw--hero-build>header nav ol li:nth-child(5){animation-delay:3.9s}body.sgw--hero-build>header nav ol li:nth-child(6){animation-delay:4.0s}body.sgw--hero-build>header nav ol li:nth-child(7){animation-delay:4.1s}body.sgw--hero-build>header nav ol li:nth-child(8){animation-delay:4.2s}
body.sgw--hero-build>header.sgw--header-x-fixed nav ol li,body.sgw--hero-build>header.sgw--state-loaded nav ol li{animation:none !important;opacity:1}body.sgw--hero-build div.sgw--hero-background-media{animation:sgw_fade-in 1.5s ease 1s forwards,sgw_move-left-b 1.5s ease 1s forwards}@media(max-width:700px){body.sgw--hero-build div.sgw--hero-background-media{animation:none;opacity:1}}body.sgw--hero-build div.sgw--hero-background-media-content{animation:sgw_fade-in 1.5s ease-in 1.5s forwards,sgw_move-right-b 1.5s ease 1s forwards}
@media(max-width:700px){body.sgw--hero-build div.sgw--hero-background-media-content{animation:none !important}}body.sgw--hero-build section.sgw--hero-b01 div.sgw--hero-content hr,body.sgw--hero-build section.sgw--hero-c01 div.sgw--hero-content hr{animation:sgw_fade-in,sgw_expand-out;animation-timing-function:ease-out;animation-delay:2.2s;animation-duration:1.3s;animation-fill-mode:forwards}body.sgw--hero-build section.sgw--hero-b01.sgw--state-loaded div.sgw--hero-content hr{animation:none !important;opacity:1;width:100%}
@media(max-width:700px){body.sgw--hero-build section.sgw--hero-b01 div.sgw--hero-content hr{animation:none !important;opacity:1;width:100%}}body.sgw--hero-build section.sgw--hero-b01 div.sgw--hero-content h1,body.sgw--hero-build section.sgw--hero-c01 div.sgw--hero-content h1{animation:sgw_fade-in .7s,sgw_move-up 1s;animation-timing-function:ease-out;animation-delay:2.4s;animation-fill-mode:forwards}body.sgw--hero-build section.sgw--hero-b01.sgw--state-loaded div.sgw--hero-content h1{animation:none !important;opacity:1}
@media(max-width:700px){body.sgw--hero-build section.sgw--hero-b01 div.sgw--hero-content h1{animation:none !important;opacity:1}}body.sgw--hero-build section.sgw--hero-b01 div.sgw--hero-content h2,body.sgw--hero-build section.sgw--hero-c01 div.sgw--hero-content h2{animation:sgw_fade-in .7s,sgw_move-up 1s;animation-timing-function:ease-out;animation-delay:2.7s;animation-fill-mode:forwards}body.sgw--hero-build section.sgw--hero-b01.sgw--state-loaded div.sgw--hero-content h2{animation:none !important;opacity:1}
@media(max-width:700px){body.sgw--hero-build section.sgw--hero-b01 div.sgw--hero-content h2{animation:none !important;opacity:1}}body.sgw--hero-build section.sgw--hero-b01 div.sgw--hero-content div.sgw--action,body.sgw--hero-build section.sgw--hero-c01 div.sgw--hero-content div.sgw--action{animation:sgw_fade-in .7s,sgw_move-up 1s;animation-timing-function:ease-out;animation-delay:3.0s;animation-fill-mode:forwards}body.sgw--hero-build section.sgw--hero-b01.sgw--state-loaded div.sgw--hero-content div.sgw--action{animation:none !important;opacity:1}
@media(max-width:700px){body.sgw--hero-build section.sgw--hero-b01 div.sgw--hero-content div.sgw--action{animation:none !important;opacity:1}}body.sgw--hero-build section.sgw--hero-b01 div.sgw--hero-background-title{animation:sgw_fade-in 1.5s ease 4.2s forwards}body.sgw--hero-build section.sgw--hero-b01 div.sgw--border-annotation{animation:sgw_fade-in,sgw_move-up-b;animation-timing-function:ease-out;animation-delay:2.5s;animation-duration:1s;animation-fill-mode:forwards}@charset "UTF-8";section.sgw--hero{background-color:var(--colour-brand-grey);height:640px;color:white}section.sgw--hero hr{background-color:white;width:100%;height:8px}section.sgw--hero h1{font-size:48px;font-weight:800;line-height:1.2em}section.sgw--hero h1::after{content:'.';margin:-5px;color:var(--colour-brand-green)}section.sgw--hero h2{font-size:24px;font-weight:500;line-height:1.2em}section.sgw--hero div.sgw--action{margin-top:20px}section.sgw--hero button{border-radius:20px;padding:12px 20px 11px 25px;font-weight:400;font-size:13px;letter-spacing:.03em}
section.sgw--hero button::after{content:url(/images/graphic_brand-arrow_001.svg);display:inline-block;margin-left:8px;width:11px;height:11px}section.sgw--hero div.sgw--border-annotation{bottom:30px;right:0}@charset "UTF-8";section.sgw--hero-a01 div.sgw--hero-background{position:absolute;top:0;right:0;height:100%;width:60%}section.sgw--hero-a01 div.sgw--hero-background-media{position:absolute;top:50%;right:0;transform:translateY(-50%);width:900px;height:510px;text-align:center}section.sgw--hero-a01 div.sgw--hero-background-title{position:absolute;top:130px;right:50px;color:black;font-weight:300;text-transform:uppercase}section.sgw--hero-a01 div.sgw--hero-mask{position:absolute;left:-60%;top:-50%;transform:rotate(20deg);background-color:black;width:100%;height:200%}
section.sgw--hero-a01 div.sgw--hero-content{position:absolute;top:50%;left:0;transform:translateY(-50%);width:40%;padding:80px}section.sgw--hero-a01 div.sgw--hero-content button{background-color:var(--colour-brand-green)}@charset "UTF-8";section.sgw--hero.sgw--hero-b01{height:720px;color:black}@media(max-width:1024px){section.sgw--hero.sgw--hero-b01{height:600px}}@media(max-width:900px){section.sgw--hero.sgw--hero-b01{height:520px}}section.sgw--hero.sgw--hero-b01 hr{background-color:black}section.sgw--hero-b01 div.sgw--hero-background{position:absolute;top:0;right:0;height:100%;width:100%}section.sgw--hero-b01 div.sgw--hero-background-media{position:absolute;top:50%;right:0;transform:translateY(-50%);width:900px;height:600px;text-align:center}
@media(max-width:1200px){section.sgw--hero-b01 div.sgw--hero-background-media{left:150px}}@media(max-width:900px){section.sgw--hero-b01 div.sgw--hero-background-media{left:130px;transform:none}}@media(max-width:445px){section.sgw--hero-b01 div.sgw--hero-background-media{left:80px}}section.sgw--hero-b01 div.sgw--hero-background-media-content{position:absolute;top:calc(50% + 15px);right:70px;transform:translateY(-50%);width:640px}@media(max-width:1200px){section.sgw--hero-b01 div.sgw--hero-background-media-content{left:calc(45vw - 150px);width:55vw}
}@media(max-width:900px){section.sgw--hero-b01 div.sgw--hero-background-media-content{left:calc(450px - 200px);width:calc(100vw - 450px + 50px)}}@media(max-width:700px){section.sgw--hero-b01 div.sgw--hero-background-media-content{left:0;width:80vw;min-width:440px;opacity:.5 !important}}@media(max-width:550px){section.sgw--hero-b01 div.sgw--hero-background-media-content{display:none}}section.sgw--hero-b01 div.sgw--hero-background-title{position:absolute;bottom:130px;right:50px;color:black;font-size:15px;font-weight:300;text-transform:uppercase}
@media(max-width:1024px){section.sgw--hero-b01 div.sgw--hero-background-title{bottom:80px}}@media(max-width:900px){section.sgw--hero-b01 div.sgw--hero-background-title{bottom:50px}}@media(max-width:645px){section.sgw--hero-b01 div.sgw--hero-background-title{display:none}}section.sgw--hero-b01 div.sgw--hero-content{position:absolute;top:calc(50% + 30px);left:0;transform:translateY(-50%);width:45%;padding:80px}@media(max-width:1024px){section.sgw--hero-b01 div.sgw--hero-content{top:calc(50% + 50px);width:50%}
}@media(max-width:900px){section.sgw--hero-b01 div.sgw--hero-content{width:auto;max-width:450px}}@media(max-width:645px){section.sgw--hero-b01 div.sgw--hero-content{padding:50px;max-width:390px}}@media(max-width:414px){section.sgw--hero-b01 div.sgw--hero-content{max-width:375px}}section.sgw--hero.sgw--hero-b01 h1{font-size:58px}@media(max-width:1200px){section.sgw--hero.sgw--hero-b01 h1{font-size:46px}}@media(max-width:414px){section.sgw--hero.sgw--hero-b01 h1{font-size:38px}}@media(max-width:350px){section.sgw--hero.sgw--hero-b01 h1{font-size:34px}
}section.sgw--hero.sgw--hero-b01 h2{font-size:28px}@media(max-width:1200px){section.sgw--hero.sgw--hero-b01 h2{font-size:22px}}@media(max-width:414px){section.sgw--hero.sgw--hero-b01 h2{font-size:18px}}section.sgw--hero-b01 div.sgw--hero-content button{background-color:var(--colour-brand-green);color:black}section.sgw--hero.sgw--hero-b01 div.sgw--border-annotation{right:-50px;color:white}@media(max-width:1200px){section.sgw--hero.sgw--hero-b01 div.sgw--border-annotation{display:none}}@charset "UTF-8";@keyframes sgw_hero-c01-background-slide-a{from{opacity:0;right:calc(50% + 900px)}to{opacity:1;right:calc(50% + 560px)}}@keyframes sgw_hero-c01-background-slide-a0{from{opacity:0;right:calc(50% + 900px)}to{opacity:1;right:calc(50% + 430px)}}@keyframes sgw_hero-c01-background-slide-a1{from{opacity:0;right:calc(50% + 900px)}to{opacity:1;right:calc(50% + 350px)}}@keyframes sgw_hero-c01-background-slide-a2{from{opacity:0;right:calc(50% + 900px)}
to{opacity:1;right:calc(50% + 270px)}}@keyframes sgw_hero-c01-background-slide-a3{from{opacity:0;right:calc(50% + 900px)}to{opacity:1;right:calc(50% + 190px)}}@keyframes sgw_hero-c01-background-slide-b{from{opacity:0;right:calc(50% + 1200px)}to{opacity:1;right:calc(50% + 120px)}}@keyframes sgw_hero-c01-background-slide-b0{from{opacity:0;right:calc(50% + 1200px)}to{opacity:1;right:50%}}@keyframes sgw_hero-c01-background-slide-b1{from{opacity:0;right:calc(50% + 1200px)}
to{opacity:1;right:calc(50% - 120px)}}@keyframes sgw_hero-c01-background-slide-b2{from{opacity:0;right:calc(50% + 1200px)}to{opacity:1;right:calc(50% - 240px)}}@keyframes sgw_hero-c01-background-slide-b3{from{opacity:0;right:calc(50% + 1200px)}to{opacity:1;right:calc(50% - 180px)}}@keyframes sgw_hero-c01-background-slide-c{from{opacity:0;right:calc(50% + 1600px)}to{opacity:1;right:calc(50% - 100px)}}@keyframes sgw_hero-c01-background-slide-c1{from{opacity:0;right:calc(50% + 1600px)}
to{opacity:1;right:calc(50% - 220px)}}@keyframes sgw_hero-c01-callout-slide{from{opacity:0}to{opacity:1}}section.sgw--hero.sgw--hero-c01{height:620px;color:black}section.sgw--hero.sgw--hero-c01 hr{background-color:black}section.sgw--hero-c01 div.sgw--hero-background-animation{position:absolute;top:0;left:0;height:100%;width:100%;z-index:1}section.sgw--hero-c01 div.sgw--hero-background-animation-x-layer{z-index:3}section.sgw--hero-c01 div.sgw--hero-background-animation>div{position:absolute;top:50%;background-color:var(--colour-brand-green);height:300%;opacity:0;transform:translateY(-50%) rotate(30deg);transition:transform .05s linear}
section.sgw--hero-c01 div.sgw--hero-background-animation>div:nth-child(1){right:calc(50% + 560px);width:1800px;animation:sgw_hero-c01-background-slide-a 2.1s ease 2s forwards}section.sgw--hero-c01 div.sgw--hero-background-animation>div:nth-child(2){right:calc(50% + 120px);background-color:var(--colour-brand-green);width:120px;animation:sgw_hero-c01-background-slide-b 2.1s ease 2s forwards}@media(max-width:950px){section.sgw--hero-c01 div.sgw--hero-background-animation>div:nth-child(1){right:calc(50% + 430px);animation:sgw_hero-c01-background-slide-a0 2.1s ease 2s forwards}
}@media(max-width:800px){section.sgw--hero-c01 div.sgw--hero-background-animation>div:nth-child(1){right:calc(50% + 350px);animation:sgw_hero-c01-background-slide-a1 2.1s ease 2s forwards}}@media(max-width:590px){section.sgw--hero-c01 div.sgw--hero-background-animation>div:nth-child(1){right:calc(50% + 270px);animation:sgw_hero-c01-background-slide-a2 2.1s ease 2s forwards}}@media(max-width:375px){section.sgw--hero-c01 div.sgw--hero-background-animation>div:nth-child(1){right:calc(50% + 190px);animation:sgw_hero-c01-background-slide-a3 2.1s ease 2s forwards}
}section.sgw--hero-c01 div.sgw--hero-background-animation>div:nth-child(2){right:calc(50% + 120px);background-color:var(--colour-brand-green);width:120px}@media(max-width:950px){section.sgw--hero-c01 div.sgw--hero-background-animation>div:nth-child(2){right:50%;animation:sgw_hero-c01-background-slide-b0 2.1s ease 2s forwards}}@media(max-width:800px){section.sgw--hero-c01 div.sgw--hero-background-animation>div:nth-child(2){right:calc(50% - 120px);animation:sgw_hero-c01-background-slide-b1 2.1s ease 2s forwards}
}@media(max-width:590px){section.sgw--hero-c01 div.sgw--hero-background-animation>div:nth-child(2){right:calc(50% - 180px);animation:sgw_hero-c01-background-slide-b2 2.1s ease 2s forwards}}@media(max-width:375px){section.sgw--hero-c01 div.sgw--hero-background-animation>div:nth-child(2){right:calc(50% - 240px);animation:sgw_hero-c01-background-slide-b3 2.1s ease 2s forwards}}section.sgw--hero-c01 div.sgw--hero-background-animation-x-layer>div:nth-child(1){right:calc(50% - 100px);background-color:var(--colour-brand-green);width:60px;animation:sgw_hero-c01-background-slide-c 2.1s ease 2s forwards}
@media(max-width:950px){section.sgw--hero-c01 div.sgw--hero-background-animation-x-layer>div:nth-child(1){right:calc(50% - 220px);animation:sgw_hero-c01-background-slide-c1 2.1s ease 2s forwards}}@media(max-width:800px){section.sgw--hero-c01 div.sgw--hero-background-animation-x-layer>div:nth-child(1){display:none}}section.sgw--hero-c01 div.sgw--hero-background{position:absolute;top:0;right:0;height:100%;width:100%}section.sgw--hero-c01 div.sgw--background-overlay{z-index:10}section.sgw--hero-c01 div.sgw--hero-brand-callout{position:absolute;top:calc(50% + 40px);right:200px;transform:translateY(-50%);width:285px;height:285px;background-color:black;border-radius:50px;box-shadow:2px 3px 5px rgba(0,0,0,0.5);padding:18px;z-index:4;opacity:0;animation:sgw_hero-c01-callout-slide 3.2s ease 2s forwards}
@media(max-width:1010px){section.sgw--hero-c01 div.sgw--hero-brand-callout{right:125px}}@media(max-width:875px){section.sgw--hero-c01 div.sgw--hero-brand-callout{display:none}}section.sgw--hero-c01 div.sgw--hero-brand-callout-x-round{border-radius:50%}section.sgw--hero-c01 div.sgw--hero-brand-callout img{object-fit:contain;width:100%;height:100%}section.sgw--hero-c01 div.sgw--hero-background-media{position:absolute;top:50%;right:0;transform:translateY(-50%);width:980px;height:900px;text-align:center}
section.sgw--hero-c01 div.sgw--hero-background-media-content{position:absolute;top:calc(50% + 15px);right:70px;transform:translateY(-50%);width:640px}section.sgw--hero-c01 div.sgw--hero-content{position:absolute;top:calc(50% + 50px);left:0;transform:translateY(-50%);width:45%;padding:80px;z-index:2}@media(max-width:1010px){section.sgw--hero-c01 div.sgw--hero-content{width:50%}}@media(max-width:910px){section.sgw--hero-c01 div.sgw--hero-content{width:500px}}@media(max-width:570px){section.sgw--hero-c01 div.sgw--hero-content{width:460px}
}@media(max-width:480px){section.sgw--hero-c01 div.sgw--hero-content{width:350px;padding:50px}}@media(max-width:375px){section.sgw--hero-c01 div.sgw--hero-content{width:325px}}section.sgw--hero.sgw--hero-c01 h1{font-size:58px}section.sgw--hero.sgw--hero-c01 h1::after{color:black}@media(max-width:500px){section.sgw--hero.sgw--hero-c01 h1{font-size:50px}}@media(max-width:480px){section.sgw--hero.sgw--hero-c01 h1{font-size:45px}}@media(max-width:480px){section.sgw--hero.sgw--hero-c01 h1{font-size:43px}
}section.sgw--hero.sgw--hero-c01 h2{font-size:28px}@media(max-width:540px){section.sgw--hero.sgw--hero-c01 h2{font-size:24px}}section.sgw--hero-c01 div.sgw--hero-content button{background-color:var(--colour-brand-purple);color:white}section.sgw--hero-c01 div.sgw--hero-content button::after{content:url(/images/graphic_brand-arrow-white_001.svg)}@charset "UTF-8";section.sgw--hero.sgw--hero-d01{height:550px;color:black;overflow:visible}section.sgw--hero.sgw--hero-d01 hr{background-color:black}section.sgw--hero-d01 div.sgw--hero-background{position:absolute;top:0;right:0;height:100%;width:100%}section.sgw--hero-d01 div.sgw--hero-background-sphere{position:absolute;top:80px;right:0;width:600px;height:1200px;overflow:hidden}@media(max-width:800px){section.sgw--hero-d01 div.sgw--hero-background-sphere{width:400px;height:800px;top:200px}
}@media(max-width:500px){section.sgw--hero-d01 div.sgw--hero-background-sphere{top:350px}}section.sgw--hero-d01 div.sgw--hero-background-sphere img{width:1200px;height:1200px}@media(max-width:800px){section.sgw--hero-d01 div.sgw--hero-background-sphere img{width:800px;height:800px}}section.sgw--hero-d01 div.sgw--hero-brand-callout{position:absolute;top:calc(50% + 60px);right:180px;transform:translateY(-50%);width:295px;height:295px}@media(max-width:1010px){section.sgw--hero-d01 div.sgw--hero-brand-callout{right:125px}
}@media(max-width:985px){section.sgw--hero-d01 div.sgw--hero-brand-callout{right:90px;width:270px}}@media(max-width:875px){section.sgw--hero-d01 div.sgw--hero-brand-callout{display:none}}section.sgw--hero-d01 div.sgw--hero-brand-callout-banner{position:absolute;top:80px;left:10%;z-index:1;width:80%;height:100px;line-height:50px;background-color:var(--colour-brand-pink);border-radius:25px 25px 0 0;text-align:center;color:white;font-weight:600;font-size:18px;opacity:0;transition-property:top,opacity;transition:.4s ease .3s}
body.sgw--state-loaded section.sgw--hero-d01 div.sgw--hero-brand-callout-banner{top:-15px;opacity:1}@media(max-width:985px){body.sgw--state-loaded section.sgw--hero-d01 div.sgw--hero-brand-callout-banner{top:-6px}}section.sgw--hero-d01 div.sgw--hero-brand-callout-x-round{border-radius:50%}section.sgw--hero-d01 div.sgw--hero-brand-callout img{position:relative;z-index:2;object-fit:contain;width:100%;height:100%}section.sgw--hero-d01 div.sgw--hero-background-media{position:absolute;top:50%;right:0;transform:translateY(-50%);width:980px;height:900px;text-align:center}
section.sgw--hero-d01 div.sgw--hero-background-media-content{position:absolute;top:calc(50% + 15px);right:70px;transform:translateY(-50%);width:640px}section.sgw--hero-d01 div.sgw--hero-content{position:absolute;top:calc(50% + 50px);left:0;transform:translateY(-50%);width:45%;padding:80px;z-index:2}@media(max-width:1100px){section.sgw--hero-d01 div.sgw--hero-content{width:55%}}@media(max-width:875px){section.sgw--hero-d01 div.sgw--hero-content{width:auto}}@media(max-width:645px){section.sgw--hero-d01 div.sgw--hero-content{padding:50px}
}section.sgw--hero.sgw--hero-d01 h1{font-size:58px;line-height:1.68em;margin-top:20px}section.sgw--hero.sgw--hero-d01 h1::after{display:none}section.sgw--hero.sgw--hero-d01 h2{font-size:28px}section.sgw--hero-d01 div.sgw--hero-content button{background-color:var(--colour-brand-purple);color:white}section.sgw--hero-d01 div.sgw--hero-content button::after{content:url(/images/graphic_brand-arrow-white_001.svg)}@charset "UTF-8";section.sgw--hero.sgw--hero-e01{height:450px;color:black;overflow:visible}@media(max-width:520px){section.sgw--hero.sgw--hero-e01{height:500px}}@media(max-width:350px){section.sgw--hero.sgw--hero-e01{height:550px}}section.sgw--hero.sgw--hero-e01 h1{white-space:nowrap}@media(max-width:650px){section.sgw--hero.sgw--hero-e01 h1{white-space:normal}}@media(max-width:420px){section.sgw--hero.sgw--hero-e01 h1{font-size:40px}}section.sgw--hero.sgw--hero-e01 hr{margin-bottom:20px;width:80%;background-color:black}
section.sgw--hero-e01 div.sgw--hero-background-sphere{position:absolute;top:80px;right:0;width:600px;height:1200px;overflow:hidden}@media(max-width:800px){section.sgw--hero-e01 div.sgw--hero-background-sphere{width:400px;height:800px;top:200px}}@media(max-width:500px){section.sgw--hero-e01 div.sgw--hero-background-sphere{top:350px}}section.sgw--hero-e01 div.sgw--hero-background-sphere img{width:1200px;height:1200px}@media(max-width:800px){section.sgw--hero-e01 div.sgw--hero-background-sphere img{width:800px;height:800px}
}section.sgw--hero.sgw--hero-e01 div.sgw--hero-content{margin-top:auto;max-width:660px;padding:80px}@media(max-width:700px){section.sgw--hero.sgw--hero-e01 div.sgw--hero-content{max-width:90%}}@media(max-width:520px){section.sgw--hero.sgw--hero-e01 div.sgw--hero-content{padding:80px 50px}}@charset "UTF-8";section.sgw--content{background-color:white;padding:80px 0}section.sgw--content>span{position:absolute;top:-80px;left:0;visibility:hidden}section.sgw--content div.sgw--inner-frame{align-items:center}section.sgw--content hr{background-color:black;width:100%;height:8px}section.sgw--content hr.sgw--horizontal-rule-slim{height:3px}section.sgw--content h1{font-size:48px;font-weight:800;line-height:1.2em}@media(max-width:1024px){section.sgw--content h1{font-size:44px}
}@media(max-width:900px){section.sgw--content h1{font-size:42px}}@media(max-width:768px){section.sgw--content h1{font-size:38px}}@media(max-width:645px){section.sgw--content h1{font-size:36px}}@media(max-width:414px){section.sgw--content h1{font-size:32px}}section.sgw--content h2{font-size:24px;font-weight:500;line-height:1.2em}section.sgw--content h2>span{font-size:12px}section.sgw--content p{font-size:16px;line-height:1.7em}@media(max-width:414px){section.sgw--content p{font-size:14px}}section.sgw--content ul li{margin-left:20px;font-size:16px;line-height:1.7em}
section.sgw--content a{color:var(--colour-brand-purple)}section.sgw--content a:hover{text-decoration:underline}section.sgw--content div.sgw--action{margin-top:20px}section.sgw--content div.sgw--action button{border-radius:20px;padding:12px 25px 11px;font-size:13px;letter-spacing:.03em}section.sgw--content div.sgw--action-x-flat button{background-color:transparent;border-bottom:solid 2px var(--colour-brand-purple);border-radius:0;padding:5px 0;font-size:inherit;color:var(--colour-brand-purple)}section.sgw--content div.sgw--action-x-icon button{padding:12px 24px 12px 18px}
section.sgw--content div.sgw--action button::after{content:url(/images/graphic_brand-arrow_001.svg);display:inline-block;margin-left:8px;width:10px;height:10px}section.sgw--content div.sgw--action-x-icon button img{margin-right:8px;width:20px;height:20px;vertical-align:-3px}section.sgw--content.sgw--highlight-purple div.sgw--action button::after{content:url(/images/graphic_brand-arrow-purple_001.svg)}div.sgw--content-card{--horizontal-margin:50px;background-color:white;margin:0 var(--horizontal-margin);width:calc(var(--layout-inner-frame-native-width) - (var(--horizontal-margin) * 2));padding:50px;color:black}
@media(max-width:1200px){div.sgw--content-card{width:calc(100% - (var(--horizontal-margin) * 2))}}@media(max-width:600px){div.sgw--content-card{padding:30px}}@media(max-width:375px){div.sgw--content-card{--horizontal-margin:30px}}div.sgw--content-card h1{border-bottom:solid 4px black;padding-bottom:15px;font-size:24px}div.sgw--content-card h1::after{content:url(/images/graphic_brand-arrow_001.svg);display:inline-block;transform:rotate(-90deg) translate(-3px,5px);width:20px;height:20px}div.sgw--content-card-aside{float:right;background-color:black;margin-left:30px;width:350px;min-height:320px;padding:35px 30px;color:white}
@media(max-width:800px){div.sgw--content-card-aside{float:none;margin-left:0;width:100%;min-height:auto}}div.sgw--content-card-aside hr{background-color:white;height:5px}div.sgw--content-card-aside h2{font-size:20px}div.sgw--content-card-aside hr+h2{margin-top:10px}div.sgw--content-card-aside h2+p{margin-top:30px}div.sgw--content-body{padding:50px 80px}div.sgw--content-card div.sgw--content-body{padding:0}@media(max-width:1024px){div.sgw--content-body{padding:50px}}@media(max-width:500px){div.sgw--content-body{padding:40px}
}@media(max-width:375px){div.sgw--content-body{padding:40px 30px}}div.sgw--content-media-frame{--content-width:560px;justify-self:center;overflow:hidden;background:rgba(255,255,255,0.85);border:solid black 8px;width:var(--content-width);height:calc(var(--content-width) / 1.77 + 5px);text-align:center}@media(max-width:1200px){div.sgw--content-media-frame{--content-width:480px}}@media(max-width:1024px){div.sgw--content-media-frame{--content-width:640px}}@media(max-width:900px){div.sgw--content-media-frame{--content-width:560px}
}@media(max-width:645px){div.sgw--content-media-frame{--content-width:480px}}@media(max-width:545px){div.sgw--content-media-frame{--content-width:400px}}@media(max-width:480px){div.sgw--content-media-frame{--content-width:360px}}@media(max-width:414px){div.sgw--content-media-frame{--content-width:320px}}@media(max-width:375px){div.sgw--content-media-frame{--content-width:280px}}div.sgw--content-media-frame video{width:100%}div.sgw--content-media-grid{display:grid;grid:auto-flow / 1fr 1fr;gap:30px}
div.sgw--content-media-grid>div{background-color:var(--colour-brand-grey)}@media(max-width:550px){div.sgw--content-media-grid>div{grid-column:span 2}}div.sgw--content-split{display:flex;margin-top:50px}@media(max-width:800px){div.sgw--content-split{display:block}}div.sgw--content-split-sidebar{flex:0 0 auto;border-right:solid 2px black;width:25%;padding-right:50px}@media(max-width:800px){div.sgw--content-split-sidebar{width:100%;padding-right:0;padding-bottom:30px;border-right:0;border-bottom:solid 2px black}
}div.sgw--content-split-content{flex:0 0 auto;width:75%;padding-left:50px}@media(max-width:800px){div.sgw--content-split-content{padding-left:0;padding-top:30px}}div.sgw--content-split p{font-size:12px}div.sgw--content-media-grid>div:nth-child(1){background-color:rgba(79,253,122,0.5)}div.sgw--content-media-grid>div:nth-child(2){background-color:rgba(255,255,0,0.5)}div.sgw--content-media-grid>div:nth-child(3){background-color:rgba(255,36,224,0.5)}div.sgw--content-media-grid>div:nth-child(4){background-color:rgba(100,55,255,0.5)}@charset "UTF-8";@media(max-width:1024px){section.sgw--content-a01 div.sgw--inner-frame{flex-direction:column-reverse}}section.sgw--content-a01 div.sgw--content-background{position:absolute;top:0;left:60%;opacity:0;background-color:black;width:40%;height:100%;transition:opacity 1.5s ease}section.sgw--content-a01-x-alt div.sgw--content-background{left:70%}section.sgw--content-a01.sgw--highlight-purple div.sgw--content-background{background-color:var(--colour-brand-purple)}body.sgw--state-loaded section.sgw--content-a01 div.sgw--content-background{opacity:1}
section.sgw--content-a01 div.sgw--content-background div.sgw--border-annotation{bottom:70px;left:30px;color:white}@media(max-width:1024px){section.sgw--content-a01 div.sgw--content-background div.sgw--border-annotation{bottom:20px;left:30px;color:white}}@media(max-width:800px){section.sgw--content-a01 div.sgw--content-background div.sgw--border-annotation{display:none}}section.sgw--content-a01 div.sgw--brand-arrow-graphic{content:url('/images/graphic_brand-arrow-white_001.svg');bottom:-5px;right:40px;transform:rotate(270deg);width:36px;height:36px}
@media(max-width:1024px){section.sgw--content-a01 div.sgw--brand-arrow-graphic{bottom:0}}@media(max-width:800px){section.sgw--content-a01 div.sgw--brand-arrow-graphic{bottom:-50px;right:50px}}@media(max-width:500px){section.sgw--content-a01 div.sgw--brand-arrow-graphic{right:40px}}section.sgw--content-a01 div.sgw--content-body{visibility:hidden;width:50%}section.sgw--content-a01-x-alt div.sgw--content-body{width:57%}body.sgw--state-loaded section.sgw--content-a01 div.sgw--content-body{visibility:visible}
@media(max-width:1024px){section.sgw--content-a01 div.sgw--content-body{margin-top:50px;width:78%;background-color:white}}@media(max-width:800px){section.sgw--content-a01 div.sgw--content-body{margin-left:50px;margin-right:50px;width:calc(100% - 100px);background-color:white}}@media(max-width:500px){section.sgw--content-a01 div.sgw--content-body{margin-left:40px;margin-right:40px;width:calc(100% - 80px)}}@media(max-width:375px){section.sgw--content-a01 div.sgw--content-body{margin-left:30px;margin-right:30px;width:calc(100% - 60px)}
}section.sgw--content-a01-x-alt div.sgw--content-body h1{font-size:40px}section.sgw--content-a01-x-alt div.sgw--content-body h2{margin:25px 0 20px}section.sgw--content-a01 div.sgw--content-media-frame{visibility:hidden}section.sgw--content-a01-x-alt div.sgw--content-media-frame{margin:0 auto}body.sgw--state-loaded section.sgw--content-a01 div.sgw--content-media-frame{visibility:visible}@media(min-width:1200px){section.sgw--content-a01-x-alt div.sgw--content-media-frame{--content-width:480px}}@charset "UTF-8";section.sgw--content.sgw--content-b01{background-color:var(--colour-brand-grey)}section.sgw--content-b01 div.sgw--content-background-a{position:absolute;top:60px;left:calc((100vw - var(--layout-inner-frame-native-width)) / 2);background-color:black;width:calc(var(--layout-inner-frame-native-width) - 50px);height:calc(100% - 120px)}@media(max-width:1200px){section.sgw--content-b01 div.sgw--content-background-a{left:0;width:calc(100% - 50px)}}@media(max-width:500px){section.sgw--content-b01 div.sgw--content-background-a{width:calc(100% - 20px)}
}@media(max-width:360px){section.sgw--content-b01 div.sgw--content-background-a{width:100%}}section.sgw--content-b01 div.sgw--content-background-b{position:absolute;top:0;right:calc(((100vw - var(--layout-inner-frame-native-width)) / 2) + var(--layout-inner-frame-native-width) - 350px);background-color:white;width:100vw;height:100%}@media(max-width:1200px){section.sgw--content-b01 div.sgw--content-background-b{left:0;right:auto;width:350px}}@media(max-width:900px){section.sgw--content-b01 div.sgw--content-background-b{width:50px}}@media(max-width:500px){section.sgw--content-b01 div.sgw--content-background-b{width:30px}
}section.sgw--content-b01 div.sgw--content-container{display:flex;margin-left:50px}@media(max-width:800px){section.sgw--content-b01 div.sgw--content-container{display:block}}@media(max-width:600px){section.sgw--content-b01 div.sgw--content-container{margin:0 50px}}@media(max-width:500px){section.sgw--content-b01 div.sgw--content-container{margin:0 30px}}section.sgw--content-b01 div.sgw--content-title{display:inline-block;flex:0 0 auto;margin-right:80px;margin-bottom:30px;width:250px}
@media(max-width:900px){section.sgw--content-b01 div.sgw--content-title{margin-right:0;margin-top:10px;margin-left:50px}}@media(max-width:600px){section.sgw--content-b01 div.sgw--content-title{margin-top:0;margin-left:30px}}section.sgw--content-b01 h1{display:inline-block;padding-right:10px;padding-bottom:10px;border-bottom:5px solid black}section.sgw--content-b01 h1::after{content:url(/images/graphic_brand-arrow_001.svg);display:inline-block;transform:rotate(-90deg) translate(-18px,-8px);width:28px;height:28px}
@media(max-width:1024px){section.sgw--content-b01 h1::after{transform:rotate(-90deg) translate(-16px,-7px);width:25px;height:25px}}@media(max-width:900px){section.sgw--content-b01 h1{color:white;border-color:white}section.sgw--content-b01 h1::after{content:url(/images/graphic_brand-arrow-white_001.svg);width:24px;height:24px}}@media(max-width:768px){section.sgw--content-b01 h1::after{transform:rotate(-90deg) translate(-14px,-6px);width:23px;height:23px}}@media(max-width:645px){section.sgw--content-b01 h1::after{width:21px;height:21px}
}@media(max-width:414px){section.sgw--content-b01 h1::after{transform:rotate(-90deg) translate(-12px,-2px);width:18px;height:18px}}section.sgw--content-b01 h1 span{line-height:1em;font-size:24px;font-weight:500}section.sgw--content-b01 div.sgw--content-body{display:flex;flex:1 1 auto;margin-right:50px;padding:20px;color:white}@media(max-width:1160px){section.sgw--content-b01 div.sgw--content-body{display:block;padding-right:50px}}@media(max-width:800px){section.sgw--content-b01 div.sgw--content-body{padding:0 50px 20px}
}@media(max-width:600px){section.sgw--content-b01 div.sgw--content-body{margin-right:0;padding:0 30px 20px}}@media(max-width:500px){}section.sgw--content-b01 div.sgw--content-body p{font-size:16px}@media(max-width:600px){section.sgw--content-b01 div.sgw--content-body p{font-size:14px}}section.sgw--content-b01 div.sgw--content-body div.sgw--action{align-self:center;margin:0 40px 10px 30px}@media(max-width:1160px){section.sgw--content-b01 div.sgw--content-body div.sgw--action{margin:20px 0 10px 0}}
section.sgw--content-b01 div.sgw--content-body div.sgw--action button{background-color:transparent;width:240px;max-width:100%;border:solid 2px var(--colour-brand-green);border-radius:24px;font-size:13px;color:white;white-space:nowrap;overflow:hidden}section.sgw--content-b01 div.sgw--content-gallery-grid{background-color:var(--colour-brand-grey);margin-top:10px;margin-left:50px;margin-right:100px;margin-bottom:30px;width:calc(100% - 150px);padding:25px 25px 10px}@media(max-width:800px){section.sgw--content-b01 div.sgw--content-gallery-grid{margin-right:80px;margin-left:50px;width:calc(100% - 130px)}
}@media(max-width:500px){section.sgw--content-b01 div.sgw--content-gallery-grid{margin-right:45px;margin-left:30px;width:calc(100% - 75px)}}@media(max-width:360px){section.sgw--content-b01 div.sgw--content-gallery-grid{margin-left:30px;margin-right:0;width:calc(100% - 30px)}}section.sgw--content-b01 div.sgw--border-annotation{left:-50px;bottom:-50px}@media(max-width:1200px){section.sgw--content-b01 div.sgw--border-annotation{left:-55px;bottom:-50px}}@media(max-width:500px){section.sgw--content-b01 div.sgw--border-annotation{display:none}
}@charset "UTF-8";section.sgw--content.sgw--content-c01{background-color:var(--colour-brand-grey)}section.sgw--content-c01 div.swg--content-background{position:absolute;top:3%;left:10%;width:80%;height:94%}section.sgw--content-c01 div.sgw--content-background-graphic-a{position:absolute;top:-25px;right:calc(100% - 30px);width:200px;height:200px}@media(max-width:1200px){section.sgw--content-c01 div.sgw--content-background-graphic-a{display:none}}section.sgw--content-c01 div.sgw--content-background-graphic-a img{object-fit:contain;width:100%;height:100%}
section.sgw--content-c01 div.sgw--content-title{position:relative;margin:0 50px}section.sgw--content-c01 h1{padding-bottom:10px;border-bottom:5px solid black}section.sgw--content-c01 h1::after{content:url(/images/graphic_brand-arrow_001.svg);display:inline-block;transform:rotate(-90deg) translate(-18px,-8px);width:28px;height:28px}@media(max-width:1024px){section.sgw--content-c01 h1::after{transform:rotate(-90deg) translate(-16px,-7px);width:25px;height:25px}}@media(max-width:900px){section.sgw--content-c01 h1::after{width:24px;height:24px}
}@media(max-width:768px){section.sgw--content-c01 h1::after{transform:rotate(-90deg) translate(-14px,-6px);width:23px;height:23px}}@media(max-width:645px){section.sgw--content-c01 h1::after{width:21px;height:21px}}@media(max-width:414px){section.sgw--content-c01 h1::after{transform:rotate(-90deg) translate(-12px,-2px);width:18px;height:18px}}@media(max-width:375px){section.sgw--content-c01 h1::after{content:none}}section.sgw--content-c01 h1 span{line-height:1em;font-size:24px;font-weight:500}section.sgw--content-c01 div.sgw--content-body{position:relative;background-color:white;margin:80px 50px 50px;width:calc(100% - 100px);padding:50px}
@media(max-width:645px){section.sgw--content-c01 div.sgw--content-body{margin:50px 30px 0;width:calc(100% - 60px);padding:30px}}section.sgw--content-c01 div.sgw--content-body h2{border-bottom:solid 4px black;padding-bottom:20px;font-size:28px;font-weight:800}section.sgw--content-c01 div.sgw--content-body h2::after{content:url(/images/graphic_brand-arrow_001.svg);display:inline-block;transform:rotate(-90deg) translate(-6px,5px);width:20px;height:20px}@media(max-width:550px){section.sgw--content-c01 div.sgw--content-body h2{font-size:24px}
section.sgw--content-c01 div.sgw--content-body h2::after{transform:rotate(-90deg) translate(-4px,5px);width:18px;height:18px}}@media(max-width:350px){section.sgw--content-c01 div.sgw--content-body h2::after{content:none}}section.sgw--content-c01 div.sgw--content-body p{border-bottom:solid 1px black;padding-bottom:20px}section.sgw--content-c01 div.sgw--content-body div.sgw--action{text-align:center}section.sgw--content-c01 div.sgw--content-body button{background-color:var(--colour-brand-purple);color:white}
section.sgw--content.sgw--content-c01 div.sgw--action button::after{content:url(/images/graphic_brand-arrow-white_001.svg)}section.sgw--content-c01 div.sgw--content-body div.sgw--border-annotation{top:-100px;left:calc(50% + 40px)}@media(max-width:900px){section.sgw--content-c01 div.sgw--content-body div.sgw--border-annotation{display:none}}section.sgw--content-c01 div.sgw--border-annotation{left:-50px;bottom:-20px}@media(max-width:1200px){section.sgw--content-c01 div.sgw--border-annotation{display:none}}@charset "UTF-8";section.sgw--content.sgw--content-d01{background-color:black;color:white}section.sgw--content.sgw--content-d01 div.sgw--content-header{border-bottom:solid 1px white;margin:0 70px;width:calc(100% - 140px);padding-bottom:20px}@media(max-width:600px){section.sgw--content.sgw--content-d01 div.sgw--content-header{margin:0 50px;width:calc(100% - 100px)}}@media(max-width:375px){section.sgw--content.sgw--content-d01 div.sgw--content-header{margin:0 30px;width:calc(100% - 60px)}
}section.sgw--content-d01 div.sgw--content-header h1{padding-bottom:10px;border-bottom:5px solid white;font-size:28px}section.sgw--content-d01 div.sgw--content-header h1::after{content:url(/images/graphic_brand-arrow-white_001.svg);display:inline-block;transform:rotate(-90deg) translate(-6px,5px);width:20px;height:20px}section.sgw--content-d01 div.sgw--border-annotation{bottom:-40px;right:-80px}section.sgw--content-d01 div.sgw--content-background-graphic-a{position:absolute;top:50%;right:calc(100% - 40px);transform:translateY(-50%);width:280px;height:280px}
@media(max-width:1340px){section.sgw--content-d01 div.sgw--content-background-graphic-a{right:calc(100% - 70px)}}@media(max-width:1200px){section.sgw--content-d01 div.sgw--content-background-graphic-a{display:none}}section.sgw--content-d01 div.sgw--content-background-graphic-b{position:absolute;top:25%;left:calc(100% - 40px);transform:translateY(-50%);width:230px;height:230px}@media(max-width:1340px){section.sgw--content-d01 div.sgw--content-background-graphic-b{left:calc(100% - 70px)}
}@media(max-width:1200px){section.sgw--content-d01 div.sgw--content-background-graphic-b{display:none}}section.sgw--content.sgw--content-d01 div.sgw--action button::after{content:url(/images/graphic_brand-arrow-white_001.svg)}@charset "UTF-8";section.sgw--content.sgw--content-e01{background-color:var(--colour-brand-grey)}section.sgw--content-e01 div.sgw--content-background{position:absolute;top:0;right:60%;background-color:black;width:40%;height:100%}section.sgw--content-e01 div.sgw--content-background-x-dark-grey{background-color:var(--colour-palette-dark-grey)}section.sgw--content-e01 div.sgw--content-background-graphic-a{position:absolute;top:-40px;right:calc(100% - 60px);width:380px;height:380px}
@media(max-width:1240px){section.sgw--content-e01 div.sgw--content-background-graphic-a{display:none}}section.sgw--content-e01 div.sgw--content-background-graphic-b{position:absolute;top:50%;left:100%;transform:translateY(-50%);width:450px;height:450px}section.sgw--content-e01 h1::after{content:url(/images/graphic_brand-arrow_001.svg);display:inline-block;transform:rotate(-90deg) translate(-4px,5px);width:18px;height:18px}@charset "UTF-8";section.sgw--content.sgw--content-f01 div.sgw--inner-frame{padding:50px 0;flex-wrap:nowrap;align-items:normal}@media(max-width:1280px){section.sgw--content.sgw--content-f01 div.sgw--inner-frame{padding:30px}}@media(max-width:940px){section.sgw--content.sgw--content-f01 div.sgw--inner-frame{flex-wrap:wrap}}@media(max-width:800px){section.sgw--content.sgw--content-f01 div.sgw--inner-frame{padding:0 30px}}section.sgw--content-f01 div.sgw--content-card{flex:0 1 auto;background-color:var(--colour-palette-light-grey);margin-left:0;margin-right:30px;width:auto}
@media(max-width:940px){section.sgw--content-f01 div.sgw--content-card{margin-right:0;margin-bottom:30px;width:100%}}section.sgw--content-f01 div.sgw--content-media-grid{min-width:480px;min-height:420px}@media(max-width:940px){section.sgw--content-f01 div.sgw--content-media-grid{width:100%}}@media(max-width:550px){section.sgw--content-f01 div.sgw--content-media-grid{min-height:0;min-width:0}}section.sgw--content-f01 div.sgw--content-media-grid img{display:block;object-fit:cover;width:100%;height:100%}
@media(max-width:550px){section.sgw--content-f01 h1{font-size:20px}section.sgw--content-f01 h1::after{transform:rotate(-90deg) translate(-2px,5px);width:18px;height:18px}}@media(max-width:350px){section.sgw--content-f01 h1::after{content:none}}section.sgw--content-f01 div.sgw--content-body p{font-size:16px}@media(max-width:550px){section.sgw--content-f01 div.sgw--content-body p{font-size:14px}}section.sgw--content-f01 div.sgw--content-body button{background-color:var(--colour-brand-purple);color:white}
section.sgw--content.sgw--content-f01 div.sgw--action button::after{content:url(/images/graphic_brand-arrow-white_001.svg)}@charset "UTF-8";section.sgw--content.sgw--content-g01{background-color:var(--colour-palette-dark-grey);margin-top:200px}@media(max-width:900px){section.sgw--content.sgw--content-g01{margin-top:140px}}section.sgw--content-g01 div.sgw--content-background{position:absolute;top:0;left:60%;background-color:black;width:40%;height:100%}section.sgw--content-g01.sgw--highlight-purple div.sgw--content-background{background-color:var(--colour-brand-purple)}section.sgw--content-g01.sgw--highlight-pink div.sgw--content-background{background-color:var(--colour-brand-pink)}
section.sgw--content-g01 div.sgw--content-body h2{border-bottom:solid 4px black;padding-bottom:20px;font-size:28px;font-weight:800}section.sgw--content-g01 div.sgw--content-body h2::after{content:url(/images/graphic_brand-arrow_001.svg);display:inline-block;transform:rotate(-90deg) translate(-6px,5px);width:20px;height:20px}section.sgw--content-g01 div.sgw--border-annotation{bottom:60px;right:calc((100vw - var(--layout-inner-frame-native-width)) / 2 - 50px)}@charset "UTF-8";@media(max-width:800px){section.sgw--content.sgw--content-g02{padding:50px 0}}@media(max-width:720px){section.sgw--content-g02 div.sgw--content-card{margin:0;width:100%}}@media(max-width:800px){section.sgw--content-g02 div.sgw--content-split-content{width:100%}}@charset "UTF-8";@media(max-width:1025px){section.sgw--content-h01.sgw--content{padding-bottom:0}}section.sgw--content-h01 div.sgw--inner-frame{align-items:normal}@media(max-width:1024px){section.sgw--content-h01 div.sgw--inner-frame{align-items:center}}section.sgw--content-h01 div.sgw--content-background{position:absolute;top:0;left:50%;background-color:black;width:50%;height:100%;transition:opacity 1.5s ease;background-color:var(--colour-brand-purple)}@media(max-width:1024px){section.sgw--content-h01 div.sgw--content-background{left:60%}
}section.sgw--content-h01 div.sgw--content-background div.sgw--border-annotation{bottom:70px;left:30px;color:white;z-index:10}@media(max-width:550px){section.sgw--content-h01 div.sgw--content-background div.sgw--border-annotation{left:0;bottom:40px;left:50px}}@media(max-width:435px){section.sgw--content-h01 div.sgw--content-background div.sgw--border-annotation{left:0;bottom:40px;left:0}}section.sgw--content-h01 div.sgw--brand-arrow-graphic{content:url('/images/graphic_brand-arrow-white_001.svg');bottom:-5px;right:0;transform:rotate(270deg);width:36px;height:36px}
@media(max-width:1240px){section.sgw--content-h01 div.sgw--brand-arrow-graphic{right:50px}}@media(max-width:1024px){section.sgw--content-h01 div.sgw--brand-arrow-graphic{right:100px;bottom:450px}}@media(max-width:800px){section.sgw--content-h01 div.sgw--brand-arrow-graphic{bottom:380px;right:50px}}@media(max-width:500px){section.sgw--content-h01 div.sgw--brand-arrow-graphic{bottom:430px;right:40px}}@media(max-width:375px){section.sgw--content-h01 div.sgw--brand-arrow-graphic{right:30px}}section.sgw--content-h01 div.sgw--content-body{width:50%}
@media(max-width:1024px){section.sgw--content-h01 div.sgw--content-body{margin-top:50px;width:78%;background-color:white}}@media(max-width:800px){section.sgw--content-h01 div.sgw--content-body{margin-left:50px;margin-right:50px;width:calc(100% - 100px)}}@media(max-width:500px){section.sgw--content-h01 div.sgw--content-body{margin-left:40px;margin-right:40px;width:calc(100% - 80px)}}@media(max-width:500px){section.sgw--content-h01 div.sgw--content-body{padding-bottom:100px}}@media(max-width:375px){section.sgw--content-h01 div.sgw--content-body{margin-left:30px;margin-right:30px;width:calc(100% - 60px)}
}section.sgw--content-h01 div.sgw--action button{background-color:var(--colour-brand-purple);color:white}section.sgw--content-h01 div.sgw--action button::after{content:url(/images/graphic_brand-arrow-white_001.svg)}section.sgw--content-h01 div.sgw--action+div.sgw--action{margin-top:35px}section.sgw--content-h01 div.sgw--action+div.sgw--action a{float:left}@media(max-width:1024px){section.sgw--content-h01 div.sgw--action+div.sgw--action a{float:none}}section.sgw--content-h01 div.sgw--action+div.sgw--action a+a{margin-left:30px}
@media(max-width:1024px){section.sgw--content-h01 div.sgw--action+div.sgw--action a+a{margin-left:0}}section.sgw--content-h01 div.sgw--action+div.sgw--action a img{width:48px;vertical-align:-22px;margin-right:10px}@media(max-width:340px){section.sgw--content-h01 div.sgw--action+div.sgw--action a img{margin-right:5px}}section.sgw--content-h01 div.sgw--action.sgw--action-click-through button{background-color:transparent;color:var(--colour-brand-purple)}section.sgw--content-h01 div.sgw--action.sgw--action-click-through button::after{content:url(/images/graphic_brand-arrow-purple_001.svg)}
section.sgw--content-h01 div.sgw--content-split{margin-left:60px}@media(max-width:1024px){section.sgw--content-h01 div.sgw--content-split{width:80%;margin-top:100px;margin-bottom:0;margin-left:0;padding:50px 50px 50px 80px;background-color:var(--colour-brand-purple)}}@media(max-width:1024px){section.sgw--content-h01 div.sgw--content-split{width:78%;margin-top:80px}}@media(max-width:800px){section.sgw--content-h01 div.sgw--content-split{width:100%;padding-left:100px;padding-right:100px}}@media(max-width:500px){section.sgw--content-h01 div.sgw--content-split{padding-left:90px;padding-right:40px;padding-bottom:100px}
}@media(max-width:375px){section.sgw--content-h01 div.sgw--content-split{padding-left:60px;padding-right:30px}}section.sgw--content-h01 div.sgw--content-split ul.sgw--feature-list li{color:white;font-size:20px;font-weight:600;list-style:none !important;line-height:1.7em;margin-left:0}section.sgw--content-h01 div.sgw--content-split ul.sgw--feature-list li+li{margin-top:10px}@media(max-width:470px){section.sgw--content-h01 div.sgw--content-split ul.sgw--feature-list li{font-size:18px}}section.sgw--content-h01 div.sgw--content-split ul.sgw--feature-list li>img{width:45px;height:45px;padding-right:20px;vertical-align:-15px}@charset "UTF-8";section.sgw--content-i01 div.sgw--inner-frame{justify-content:center}section.sgw--content-i01 div.sgw--content-background{position:absolute;top:0;right:60%;width:40%;height:100%;transition:opacity 1.5s ease;background-color:var(--colour-brand-purple)}section.sgw--content-i01 div.sgw--content-background div.sgw--border-annotation{bottom:70px;right:30px;color:white}@media(max-width:1024px){section.sgw--content-i01 div.sgw--content-background div.sgw--border-annotation{display:none}
}section.sgw--content-i01 div.sgw--brand-arrow-graphic{content:url('/images/graphic_brand-arrow-white_001.svg');bottom:-5px;left:50px;width:36px;height:36px}@media(max-width:1024px){section.sgw--content-i01 div.sgw--brand-arrow-graphic{bottom:0}}@media(max-width:800px){section.sgw--content-i01 div.sgw--brand-arrow-graphic{bottom:-50px;left:50px}}@media(max-width:500px){section.sgw--content-i01 div.sgw--brand-arrow-graphic{left:40px}}@media(max-width:375px){section.sgw--content-i01 div.sgw--brand-arrow-graphic{left:30px}
}section.sgw--content-i01 div.sgw--content-body{width:50%}@media(max-width:1024px){section.sgw--content-i01 div.sgw--content-body{margin-top:50px;width:78%;background-color:white}}@media(max-width:800px){section.sgw--content-i01 div.sgw--content-body{margin-left:50px;margin-right:50px;width:calc(100% - 100px)}}@media(max-width:500px){section.sgw--content-i01 div.sgw--content-body{margin-left:40px;margin-right:40px;width:calc(100% - 80px)}}@media(max-width:375px){section.sgw--content-i01 div.sgw--content-body{margin-left:30px;margin-right:30px;width:calc(100% - 60px)}
}section.sgw--content-i01 div.sgw--content-body div.sgw--action button{background-color:var(--colour-brand-purple);color:white}section.sgw--content-i01 div.sgw--content-body div.sgw--action button::after{content:url('/images/graphic_brand-arrow-white_001.svg')}@charset "UTF-8";section.sgw--content-j01{background-color:black;color:white}section.sgw--content-j01 hr{background-color:white}section.sgw--content-j01 div.sgw--content{width:45%;padding-right:50px;padding-left:50px}@media(max-width:1000px){section.sgw--content-j01 div.sgw--content{width:52%}}@media(max-width:800px){section.sgw--content-j01 div.sgw--content{width:78%}}@media(max-width:500px){section.sgw--content-j01 div.sgw--content{width:100%}}section.sgw--content-j01 div.sgw--content-background{position:absolute;top:0;left:0;width:100%;height:100%}
section.sgw--content-j01 div.sgw--content-background>div:first-child{position:absolute;top:50%;left:calc(50% + 120px);width:120px;height:300%;background-color:var(--colour-brand-green);transform:translateY(-50%) rotate(30deg)}@media(max-width:800px){section.sgw--content-j01 div.sgw--content-background>div:first-child{left:calc(50% + 200px)}}section.sgw--content-j01 div.sgw--content-background>div:nth-child(2){position:absolute;top:50%;left:calc(50% + 450px);width:1000px;height:300%;background-color:var(--colour-brand-green);transform:translateY(-50%) rotate(30deg)}
@media(max-width:800px){section.sgw--content-j01 div.sgw--content-background>div:nth-child(2){display:none}}section.sgw--content-j01 div.sgw--action button{background-color:var(--colour-brand-green)}@charset "UTF-8";section.sgw--content-k01{color:black;background-color:transparent;overflow:visible;padding:100px 0}section.sgw--content-k01-x-pricing-table{background-color:#f4f4f4}section.sgw--content-k01.sgw--pricing-card-collection{padding:0 0 100px}@media(max-width:850px){section.sgw--content-k01{padding:70px 0}}section.sgw--content-k01 div.sgw--content-background{position:absolute;top:-37.5%;left:0;height:300%;width:100%;overflow:hidden}section.sgw--content-k01 div.sgw--content-background>div{position:absolute;top:400px;left:0;height:100%;width:150%;transform:rotate(-22deg);background-color:#f4f4f4}
@media(max-width:850px){section.sgw--content-k01 div.sgw--content-background>div{top:640px;width:265%}}section.sgw--content-k01 div.sgw--content{padding:0 80px}@media(max-width:1000px){section.sgw--content-k01-x-pricing-table div.sgw--content{width:100%}}@media(max-width:645px){section.sgw--content-k01 div.sgw--content{padding:0 30px}}@media(max-width:420px){section.sgw--content-k01-x-pricing-table div.sgw--content{padding:0 15px}}section.sgw--content-k01 div.sgw--content-title{width:30%}@media(max-width:1150px){section.sgw--content-k01 div.sgw--content-title{width:45%}
}@media(max-width:830px){section.sgw--content-k01 div.sgw--content-title{width:55%}}@media(max-width:710px){section.sgw--content-k01 div.sgw--content-title{width:65%}}@media(max-width:450px){section.sgw--content-k01 div.sgw--content-title{width:85%}}section.sgw--content-k01 div.sgw--content-title h1{font-size:48px}@media(max-width:450px){section.sgw--content-k01 div.sgw--content-title h1{font-size:38px}}section.sgw--content-k01 div.sgw--pricing-caption{width:100%;padding-top:20px}section.sgw--content-k01 div.sgw--pricing-caption h4{font-size:12px;color:#909090;font-weight:100;text-align:right}@charset "UTF-8";section.sgw--content-l01{background-color:#f4f4f4;color:black}section.sgw--content-l01 div.sgw--content-background{position:relative;background-color:var(--colour-brand-purple);box-shadow:0 0 50px rgba(0,0,0,0.17);width:100%}section.sgw--content-l01 div.sgw--brand-arrow{position:absolute;bottom:-4px;right:95px}@media(max-width:1000px){section.sgw--content-l01 div.sgw--brand-arrow{right:50px}}@media(max-width:940px){section.sgw--content-l01 div.sgw--brand-arrow{display:none}
}section.sgw--content-l01 div.sgw--brand-arrow img{width:445px}section.sgw--content-l01 div.sgw--border-annotation{position:absolute;color:white;bottom:0;right:90px}@media(max-width:1000px){section.sgw--content-l01 div.sgw--border-annotation{right:40px}}@media(max-width:940px){section.sgw--content-l01 div.sgw--border-annotation{display:none}}section.sgw--content-l01 div.sgw--content{width:45%;padding:45px 90px;color:white}@media(max-width:1000px){section.sgw--content-l01 div.sgw--content{width:50%}
}@media(max-width:940px){section.sgw--content-l01 div.sgw--content{width:65%}}@media(max-width:800px){section.sgw--content-l01 div.sgw--content{width:75%}}@media(max-width:645px){section.sgw--content-l01 div.sgw--content{width:100%;padding:45px 30px}}section.sgw--content-l01 div.sgw--content h1{font-size:48px;border-top:solid 5px white;padding-top:15px}section.sgw--content-l01 div.sgw--content h2{font-size:14px;padding-right:20px;margin-top:20px;line-height:1.5em}section.sgw--content-l01 div.sgw--content h3{font-size:16px;margin-top:20px}
section.sgw--content-l01 div.sgw--content div.sgw--action button{margin-top:20px;background-color:white;color:black}section.sgw--content-l01 div.sgw--content div.sgw--action button::after{content:url(/images/graphic_brand-arrow_001.svg)}@charset "UTF-8";section.sgw--content-m01.sgw--content-g01{margin-top:0}section.sgw--content-m01 div.sgw--border-annotation{position:absolute;bottom:initial;top:200px;right:100px}@media(max-width:800px){section.sgw--content-m01 div.sgw--border-annotation{display:none}}section.sgw--content-m01 div.sgw--content-card{padding-top:150px}section.sgw--content-m01 div.sgw--content-card hr{width:30%}@media(max-width:850px){section.sgw--content-m01 div.sgw--content-card hr{width:45%}}@media(max-width:550px){section.sgw--content-m01 div.sgw--content-card hr{width:90%}
}section.sgw--content-m01 div.sgw--content-card h2{font-size:48px;margin-top:20px}section.sgw--content-m01 div.sgw--faq-collection-card{margin-top:60px}section.sgw--content-m01 div.sgw--faq-collection-card>div{border-bottom:solid 2px var(--colour-brand-grey);height:55px;overflow:hidden;transition:height .35s ease}@media(max-width:800px){section.sgw--content-m01 div.sgw--faq-collection-card>div{height:50px}}section.sgw--content-m01 div.sgw--faq-collection-card>div+div{margin-top:35px}section.sgw--content-m01 div.sgw--faq-collection-card-title{position:relative;cursor:pointer}
section.sgw--content-m01 div.sgw--faq-collection-card-title::after{content:url(/images/graphic_brand-arrow_001.svg);position:absolute;top:5px;right:15px;display:inline-block;width:24px;height:24px;transition:transform .35s ease;transform:rotate(-90deg)}section.sgw--content-m01 div.sgw--state-selected div.sgw--faq-collection-card-title::after{content:url(/images/graphic_brand-arrow-purple_001.svg);transform:rotate(-180deg)}@media(width:800px){section.sgw--content-m01 div.sgw--faq-collection-card-title::after{width:20px;height:20px}
}section.sgw--content-m01 div.sgw--faq-collection-card-title h3{font-size:26px;font-weight:400;padding-left:10px;padding-right:50px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}div.sgw--state-selected div.sgw--faq-collection-card-title h3{white-space:normal;overflow:visible}@media(max-width:890px){section.sgw--content-m01 div.sgw--faq-collection-card-title h3{font-size:23px}}@media(max-width:800px){section.sgw--content-m01 div.sgw--faq-collection-card-title h3{font-size:20px}}section.sgw--content-m01 div.sgw--faq-collection-card-body{padding-bottom:40px}
section.sgw--content-m01 div.sgw--faq-collection-card-body p{padding-top:20px;font-size:15px;line-height:1.6em;padding-left:10px}section.sgw--content-m01 div.sgw--action button{background-color:var(--colour-brand-purple);color:white}section.sgw--content-m01 div.sgw--content-card div.sgw--action button::after{content:url(/images/graphic_brand-arrow-white_001.svg)}@charset "UTF-8";section.sgw--content-n01{background-color:#909090}section.sgw--content-n01 div.sgw--background-graphic{position:absolute;width:45%;top:0;left:0}section.sgw--content-n01 div.sgw--background-graphic img{object-fit:contain;height:120%}section.sgw--content-n01 div.sgw--content-body{width:100%}section.sgw--content-n01 div.sgw--content-body>div{border:solid 4px white}section.sgw--content-n01 div.sgw--content{background-color:rgba(255,255,255,0.86);padding:60px 40px 30px 40px}
section.sgw--content-n01 div.sgw--content::before{content:'\201C';position:absolute;top:0;left:55px;font-size:200px;color:var(--colour-brand-purple)}@media(max-width:400px){section.sgw--content-n01 div.sgw--content{padding:50px 25px}}div.sgw--pricing-testimonial-collection{position:relative;text-align:center;height:190px;overflow:hidden}@media(max-width:1180px){div.sgw--pricing-testimonial-collection{height:230px}}@media(max-width:700px){div.sgw--pricing-testimonial-collection{height:260px}
}@media(max-width:400px){div.sgw--pricing-testimonial-collection{height:320px}}div.sgw--pricing-testimonial-collection>div{padding:0 120px;position:absolute;width:100%;transition:.5s transform}@media(max-width:900px){div.sgw--pricing-testimonial-collection>div{padding:0 80px}}@media(max-width:800px){div.sgw--pricing-testimonial-collection>div{padding:35px 40px 0 40px}}@media(max-width:650px){div.sgw--pricing-testimonial-collection>div{padding:35px 5px 0 5px}}div.sgw--pricing-testimonial-collection blockquote{display:flex;flex-direction:column;justify-content:space-between;min-height:160px}
div.sgw--pricing-testimonial-collection cite{display:block;margin-top:15px}div.sgw--pricing-testimonial-collection blockquote span{display:block}div.sgw--pricing-testimonial-collection p{font-size:20px;font-style:italic;font-weight:300;line-height:1.5em}@media(max-width:800px){div.sgw--pricing-testimonial-collection p{font-size:16px}}@media(max-width:360px){div.sgw--pricing-testimonial-collection p{font-size:14px}}div.sgw--pricing-testimonial-collection-controller{padding-top:20px;text-align:center}
div.sgw--pricing-testimonial-collection-controller ul li{list-style:none;display:inline-block;cursor:pointer;margin-left:0;padding:10px;user-select:none}div.sgw--pricing-testimonial-collection-controller ul li+li{margin-left:20px}@media(max-width:450px){div.sgw--pricing-testimonial-collection-controller ul li{padding:5px}div.sgw--pricing-testimonial-collection-controller ul li+li{margin-left:15px}}div.sgw--pricing-testimonial-collection-controller ul li>span{display:inline-block;background-color:var(--colour-brand-grey);width:20px;height:20px;border-radius:10px;transition:background-color .3s ease}
div.sgw--pricing-testimonial-collection-controller ul li.sgw--state-selected>span{background-color:var(--colour-brand-purple)}@charset "UTF-8";section.sgw--content-a02{background-color:transparent}section.sgw--hero+section.sgw--content-a02{padding-top:0}@media(max-width:800px){section.sgw--content-a02 div.sgw--content-body{display:flex;flex-direction:column}}@media(max-width:800px){div.sgw--content-card-aside{margin-top:50px !important;order:10}}section.sgw--content-a02 div.sgw--content-body>*+*{margin-top:30px}section.sgw--content-a02 ul.sgw--criteria-list+hr{margin-top:45px}section.sgw--content-a02 h5{color:var(--colour-brand-purple);font-weight:600;font-size:20px}
section.sgw--content-a02 div.sgw--content-body h5+p{margin-top:10px}section.sgw--content-a02 div.sgw--action{margin-top:45px}section.sgw--content-a02 div.sgw--action button{background-color:var(--colour-brand-purple);color:white}section.sgw--content-a02 div.sgw--action button::after{content:url(/images/graphic_brand-arrow-white_001.svg)}@charset "UTF-8";div.SGW--C001-v1_0-20221117-Common-Overlay{position:fixed;top:0;left:0;z-index:60;width:100vw;height:100vh;padding:50px 0;background-color:rgba(99,99,99,0.5);display:flex;justify-content:center;overflow:auto}div.SGW--C002-v1_0-20221117-Common-Promo{--sgw-promo-highlight-colour:var(--colour-brand-pink);--sgw-promo-action-colour:var(--colour-brand-pink);position:relative;margin:auto;width:calc(100% - 60px);max-width:960px;padding:50px 80px;background-color:black;color:white;overflow:hidden}
div.SGW--C002-v1_0-20221117-Common-Promo-X-Mono{--sgw-promo-highlight-colour:white;--sgw-promo-action-colour:var(--colour-brand-green)}@media(max-width:600px){div.SGW--C002-v1_0-20221117-Common-Promo{padding:50px}}@media(max-width:450px){div.SGW--C002-v1_0-20221117-Common-Promo{padding:35px}}@media(max-width:350px){div.SGW--C002-v1_0-20221117-Common-Promo{width:calc(100% - 30px)}}div.SGW--C002-v1_0-20221117-Common-Promo-Background{position:absolute;top:0;left:0;width:100%;height:100%}div.SGW--C002-v1_0-20221117-Common-Promo-Background-Graphic{position:absolute;top:0;left:0;width:100%;height:100%;opacity:.3}
div.SGW--C002-v1_0-20221117-Common-Promo-Background-Graphic img{object-fit:cover;width:100%;height:100%}div.SGW--C002-v1_0-20221117-Common-Promo-Background-Graphic-Overlay{position:absolute;top:0;left:0;width:100%;height:100%}@media(max-width:860px){div.SGW--C002-v1_0-20221117-Common-Promo-Background-Graphic-Overlay{display:none}}div.SGW--C002-v1_0-20221117-Common-Promo-Background-Graphic-Overlay div{position:absolute;top:-25%;transform:rotate(17deg);height:150%;background-color:var(--sgw-promo-highlight-colour)}
div.SGW--C002-v1_0-20221117-Common-Promo-Background-Graphic-Overlay div:nth-child(1){right:-120px;width:300px}div.SGW--C002-v1_0-20221117-Common-Promo-Background-Graphic-Overlay div:nth-child(2){right:235px;width:50px}div.SGW--C002-v1_0-20221117-Common-Promo-Background-Graphic-Overlay div:nth-child(3){right:350px;width:20px}div.SGW--C002-v1_0-20221117-Common-Promo-Content{position:relative;display:flex;flex-direction:column;row-gap:20px}div.SGW--C002-v1_0-20221117-Common-Promo-Content-Title hr{background-color:var(--sgw-promo-highlight-colour);width:42%;height:6px}
@media(max-width:860px){div.SGW--C002-v1_0-20221117-Common-Promo-Content-Title hr{display:none}}div.SGW--C002-v1_0-20221117-Common-Promo-Content-Title h1{margin-top:20px;font-size:42px}@media(max-width:860px){div.SGW--C002-v1_0-20221117-Common-Promo-Content-Title h1{margin-top:0}}@media(max-width:600px){div.SGW--C002-v1_0-20221117-Common-Promo-Content-Title h1{padding-right:50px;font-size:34px}}@media(max-width:450px){div.SGW--C002-v1_0-20221117-Common-Promo-Content-Title h1{font-size:30px}}div.SGW--C002-v1_0-20221117-Common-Promo-Content-Offer{color:var(--colour-brand-pink);color:white}
div.SGW--C002-v1_0-20221117-Common-Promo-Content-Offer h2{font-size:53px;font-weight:600}@media(max-width:600px){div.SGW--C002-v1_0-20221117-Common-Promo-Content-Offer h2{font-size:44px}}@media(max-width:450px){div.SGW--C002-v1_0-20221117-Common-Promo-Content-Offer h2{font-size:34px}}div.SGW--C002-v1_0-20221117-Common-Promo-Content-Offer h3{font-size:39px;font-weight:500}@media(max-width:600px){div.SGW--C002-v1_0-20221117-Common-Promo-Content-Offer h3{font-size:32px}}@media(max-width:450px){div.SGW--C002-v1_0-20221117-Common-Promo-Content-Offer h3{font-size:26px}
}div.SGW--C002-v1_0-20221117-Common-Promo-Content-Code>*+*{margin-top:0}div.SGW--C002-v1_0-20221117-Common-Promo-Content-Code p{font-size:20px;max-width:350px}@media(max-width:450px){div.SGW--C002-v1_0-20221117-Common-Promo-Content-Code p{font-size:18px}}div.SGW--C002-v1_0-20221117-Common-Promo-Content-Code h4{font-size:38px}@media(max-width:450px){div.SGW--C002-v1_0-20221117-Common-Promo-Content-Code h4{font-size:30px}}button.SGW--C002-v1_0-20221117-Common-Promo-ActionControl{background-color:var(--sgw-promo-action-colour);margin-top:10px;border-radius:20px;width:max-content;padding:12px 25px 11px;font-size:13px;letter-spacing:.03em;color:black}
button.SGW--C002-v1_0-20221117-Common-Promo-ActionControl::after{content:url(/images/graphic_brand-arrow_001.svg);display:inline-block;margin-left:8px;width:10px;height:10px}p.SGW--C002-v1_0-20221117-Common-Promo-Content-Caption{margin-top:20px;font-size:10px}button.SGW--C002-v1_0-20221117-Common-Promo-DismissControl{position:absolute;top:40px;right:40px;width:40px;height:40px;padding:10px;background-color:transparent}@media(max-width:450px){button.SGW--C002-v1_0-20221117-Common-Promo-DismissControl{top:15px;right:15px}
}button.SGW--C002-v1_0-20221117-Common-Promo-DismissControl img{object-fit:contain;width:100%;height:100%}@media(max-width:860px){button.SGW--C002-v1_0-20221117-Common-Promo-DismissControl img{filter:invert(1)}}div.SGW--C003-v1_0-20230829-BorderAnnotation{position:absolute;display:inline-block;text-transform:uppercase}div.SGW--C003-v1_0-20230829-BorderAnnotation-X-Vertical{transform:rotate(-90deg) translateX(50%)}div.SGW--C003-v1_0-20230829-BorderAnnotation p{border:none !important;padding:0 !important;font-size:11px !important;font-weight:300 !important;line-height:1.15em !important;white-space:nowrap !important}
div.SGW--C003-v1_0-20230829-BorderAnnotation p+p{margin-top:5px !important}div.SGW--C004-v1_0-20230829-BackgroundSphere{position:absolute;top:80px;right:0;width:600px;height:1200px}@media(max-width:800px){div.SGW--C004-v1_0-20230829-BackgroundSphere{width:400px;height:800px;top:200px}}@media(max-width:500px){div.SGW--C004-v1_0-20230829-BackgroundSphere{top:350px}}div.SGW--C004-v1_0-20230829-BackgroundSphere img{width:1200px;height:1200px}@media(max-width:800px){div.SGW--C004-v1_0-20230829-BackgroundSphere img{width:800px;height:800px}
}div.SGW--C005-v1_0-20230829-AppIcon{width:295px;height:295px}div.SGW--C005-v1_0-20230829-AppIcon img{position:relative;object-fit:contain;width:100%;height:100%}.SGW--C006-v1_0-20230829-BrandAction{border-radius:20px;padding:10px 20px 9px 25px;font-weight:400;font-size:13px;letter-spacing:.03em;background-color:var(--colour-brand-green);color:black}.SGW--C006-v1_0-20230829-BrandAction-X-Alternative{background-color:var(--colour-brand-purple);color:white}.SGW--C006-v1_0-20230829-BrandAction-X-Secondary{background-color:transparent;border:solid 2px var(--colour-brand-green);color:inherit}
.SGW--C006-v1_0-20230829-BrandAction::after{content:url(/images/graphic_brand-arrow_001.svg);display:inline-block;margin-left:8px;width:11px;height:11px}.SGW--C006-v1_0-20230829-BrandAction-X-Alternative::after,.SGW--C006-v1_0-20230829-BrandAction-X-Secondary::after{content:url(/images/graphic_brand-arrow-white_001.svg)}div.SGW--C007-v1_0-20230829-CrossPromotionBanner{container-type:inline-size;position:relative;background-color:var(--colour-brand-purple);box-shadow:0 0 50px rgba(0,0,0,0.17);width:100%;overflow:hidden}div.SGW--C007-v1_0-20230829-CrossPromotionBanner-X-Light{background-color:white}
div.SGW--C007-v1_0-20230829-CrossPromotionBanner-X-Pro{background-color:var(--colour-palette-dark-grey)}div.SGW--C007-v1_0-20230829-CrossPromotionBanner-BrandGraphic{position:absolute;top:30px;right:95px}@media(max-width:1280px){div.SGW--C007-v1_0-20230829-CrossPromotionBanner-BrandGraphic{top:90px;right:30px}}@media(max-width:1080px){div.SGW--C007-v1_0-20230829-CrossPromotionBanner-BrandGraphic{top:120px;right:15px}}@media(max-width:900px){div.SGW--C007-v1_0-20230829-CrossPromotionBanner-BrandGraphic{display:none}
}div.SGW--C007-v1_0-20230829-CrossPromotionBanner-BrandGraphic img{width:430px}@media(max-width:1280px){div.SGW--C007-v1_0-20230829-CrossPromotionBanner-BrandGraphic img{width:340px}}@media(max-width:1080px){div.SGW--C007-v1_0-20230829-CrossPromotionBanner-BrandGraphic img{width:270px}}div.SGW--C007-v1_0-20230829-CrossPromotionBanner div.sgw--border-annotation{position:absolute;color:white;bottom:10px;right:10px}@media(max-width:1080px){div.SGW--C007-v1_0-20230829-CrossPromotionBanner div.sgw--border-annotation{display:none}
}div.SGW--C007-v1_0-20230829-CrossPromotionBanner-Body{width:50%;padding:70px 50px 70px 90px;color:white}div.SGW--C007-v1_0-20230829-CrossPromotionBanner-X-Light div.SGW--C007-v1_0-20230829-CrossPromotionBanner-Body{color:black}@media(max-width:900px){div.SGW--C007-v1_0-20230829-CrossPromotionBanner-Body{width:75%}}@media(max-width:645px){div.SGW--C007-v1_0-20230829-CrossPromotionBanner-Body{width:100%;padding:45px 30px}}@container(max-width:1040px){div.SGW--C007-v1_0-20230829-CrossPromotionBanner-Body{width:65%}
@media(max-width:900px){div.SGW--C007-v1_0-20230829-CrossPromotionBanner-Body{width:75%}}@media(max-width:645px){div.SGW--C007-v1_0-20230829-CrossPromotionBanner-Body{width:100%}}}div.SGW--C007-v1_0-20230829-CrossPromotionBanner-Body h1{display:inline-block;font-size:46px;border-top:solid 8px white;padding-top:15px}div.SGW--C007-v1_0-20230829-CrossPromotionBanner-X-Light div.SGW--C007-v1_0-20230829-CrossPromotionBanner-Body h1{border-top-color:black}div.SGW--C007-v1_0-20230829-CrossPromotionBanner-Body p{font-size:16px;padding-right:20px;margin-top:20px}
div.SGW--C007-v1_0-20230829-CrossPromotionBanner-Body button{margin-top:30px;background-color:white}div.SGW--C007-v1_0-20230829-CrossPromotionBanner-X-Light div.SGW--C007-v1_0-20230829-CrossPromotionBanner-Body button{background-color:var(--colour-brand-purple)}div.SGW--C007-v1_0-20230829-CrossPromotionBanner-X-Pro div.SGW--C007-v1_0-20230829-CrossPromotionBanner-Body button{background-color:var(--colour-brand-green)}div.SGW--C008-v1_0-20230829-FaqCollection{--faq-selected-title-icon:url(/images/graphic_brand-arrow-purple_001.svg)}
div.SGW--C008-v1_0-20230829-FaqCollection>div{border-bottom:solid 2px black;padding:25px 0 30px;height:70px;overflow:hidden;transition:height .35s ease}div.SGW--C008-v1_0-20230829-FaqCollection>div:first-child{border-top:solid 2px black}div.SGW--C008-v1_0-20230829-FaqCollection-Title{position:relative;cursor:pointer}div.SGW--C008-v1_0-20230829-FaqCollection-Title::before{content:url(/images/graphic_brand-arrow_001.svg);position:absolute;top:3px;left:15px;display:inline-block;width:18px;height:18px;transition:transform .35s ease}
div.SGW--State-001-Selected div.SGW--C008-v1_0-20230829-FaqCollection-Title::before{content:var(--faq-selected-title-icon);transform:rotate(90deg)}div.SGW--C008-v1_0-20230829-FaqCollection-Title h3{font-size:18px;font-weight:400;padding-left:60px;padding-right:10px;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}div.SGW--State-001-Selected div.SGW--C008-v1_0-20230829-FaqCollection-Title h3{white-space:normal;overflow:visible}div.SGW--C008-v1_0-20230829-FaqCollection-Body{padding-bottom:55px}
div.SGW--C008-v1_0-20230829-FaqCollection-Body p{padding-left:60px;padding-right:10px;padding-top:20px;font-size:14px;line-height:1.6em}div.SGW--C008-v1_0-20230829-FaqCollection-Body a{color:var(--colour-brand-purple)}div.SGW--C008-v1_0-20230829-FaqCollection-Body a:hover{text-decoration:underline}span.SGW--C009-v1_0-20230904-HiddenSectionAnchor{position:absolute;top:-80px;left:0;visibility:hidden}@charset "UTF-8";div.sgw--border-annotation{position:absolute;display:inline-block;text-transform:uppercase}div.sgw--border-annotation-x-vertical{transform:rotate(-90deg) translateX(50%)}div.sgw--border-annotation p{border:none !important;padding:0 !important;font-size:11px !important;font-weight:300 !important;line-height:1.15em !important;white-space:nowrap !important}div.sgw--border-annotation p+p{margin-top:5px !important}@charset "UTF-8";div.sgw--cookie-notice{display:none;position:fixed;bottom:-120px;z-index:80;margin:0 auto;width:100%;opacity:0;transition-property:opacity,bottom;transition-duration:.3s;transition-timing-function:ease}div.sgw--cookie-notice.sgw--state-presented{bottom:50px;opacity:1}@media(max-width:600px){div.sgw--cookie-notice.sgw--state-presented{bottom:30px}}@media(max-width:420px){div.sgw--cookie-notice.sgw--state-presented{bottom:15px}}div.sgw--cookie-notice div.sgw--content-body{display:flex;justify-content:space-between;background-color:black;margin:0 80px;padding:20px 30px;color:white}
@media(max-width:800px){div.sgw--cookie-notice div.sgw--content-body{margin:0 50px}}@media(max-width:600px){div.sgw--cookie-notice div.sgw--content-body{flex-direction:column;margin:0 30px}}@media(max-width:420px){div.sgw--cookie-notice div.sgw--content-body{margin:0 15px}}div.sgw--cookie-notice div.sgw--content-body h4{color:var(--colour-brand-green);font-weight:400}div.sgw--cookie-notice div.sgw--content-body p{flex:1 1 auto;font-size:13px;margin-top:5px;font-weight:300;line-height:1.5em}
div.sgw--cookie-notice div.sgw--content-body div.sgw--action{align-self:center;margin-top:0;margin-left:20px;min-width:145px}@media(max-width:600px){div.sgw--cookie-notice div.sgw--content-body div.sgw--action{margin-top:15px;margin-left:0}}div.sgw--cookie-notice div.sgw--content-body div.sgw--action button{background-color:transparent;border-radius:20px;border:solid 2px var(--colour-brand-green);color:white}div.sgw--cookie-notice div.sgw--content-body div.sgw--action button:hover{color:var(--colour-brand-green)}
@media(hover:none){div.sgw--cookie-notice div.sgw--content-body div.sgw--action button{color:var(--colour-brand-green)}}@charset "UTF-8";ul.sgw--criteria-list{list-style:none}ul.sgw--criteria-list li{position:relative;margin-left:45px !important}ul.sgw--criteria-list li+li{margin-top:40px}ul.sgw--criteria-list li ul{list-style:disc;margin-top:20px}ul.sgw--criteria-list li ul li{margin-left:20px !important;color:var(--colour-brand-purple)}ul.sgw--criteria-list li ul li+li{margin-top:20px}ul.sgw--criteria-list li>img{position:absolute;top:-3px;left:-50px;width:33px;height:33px}ul.sgw--criteria-list h3{font-size:16px;font-weight:400}
ul.sgw--criteria-list li ul li h3{color:black}ul.sgw--criteria-list p{margin-top:5px;font-style:italic;font-size:14px;font-weight:300;color:#909090}ul.sgw--criteria-list p img{float:left;margin-top:5px;margin-right:10px;width:16px;height:16px}@charset "UTF-8";section.sgw--document-embed{background-color:transparent;margin-top:110px}div.sgw--document-embed-container{position:relative;background-color:black;margin:0 140px;width:100%;height:calc(100vh - 250px);min-height:640px}@media(max-width:800px){div.sgw--document-embed-container{margin:0 70px}}@media(max-width:400px){div.sgw--document-embed-container{margin:0 30px}}div.sgw--document-embed-header{padding:25px;color:white}div.sgw--document-embed-header h1{font-size:20px;font-weight:500}
div.sgw--document-embed-header h1::after{content:url(/images/graphic_brand-arrow-white_001.svg);display:inline-block;transform:rotate(-90deg) translate(-5px,5px);margin-left:5px;width:14px;height:14px}@media(max-width:350px){div.sgw--document-embed-header h1::after{content:none}}div.sgw--document-embed-header div.sgw--action{position:absolute;top:20px;right:25px;margin-top:0}@media(max-width:550px){div.sgw--document-embed-header div.sgw--action{display:none}}div.sgw--document-embed-header div.sgw--action-x-flat button{background-color:transparent;border-bottom:solid 2px var(--colour-brand-green);border-radius:0;padding:5px 0;font-size:inherit;color:var(--colour-brand-green)}
div.sgw--document-embed-header div.sgw--action-x-flat button::after{content:url(/images/graphic_brand-arrow-green_001.svg)}div.sgw--document-embed-body{position:absolute;left:-30px;bottom:30px;overflow:scroll;background-color:white;width:calc(100% + 60px);height:calc(100% - 100px)}@charset "UTF-8";section.sgw--document-presentation{background-color:transparent;margin-top:110px}@media(max-width:900px){section.sgw--document-presentation{margin-top:80px}}div.sgw--document-presentation-container{margin:30px 80px;background-color:white;padding:80px;width:calc(100% - 160px)}@media(max-width:800px){div.sgw--document-presentation-container{margin:0 50px;width:calc(100% - 100px)}}@media(max-width:600px){div.sgw--document-presentation-container{margin:0 30px;width:calc(100% - 60px);padding:50px}
}@media(max-width:450px){div.sgw--document-presentation-container{margin:0;width:100%;padding:35px}}div.sgw--document-presentation-container h1{font-size:24px;font-weight:500}div.sgw--document-presentation-container>*+p,div.sgw--document-presentation-container>*+ol,div.sgw--document-presentation-container>*+ul,div.sgw--document-presentation-container li+li,div.sgw--document-presentation-container li>ol{margin-top:20px}div.sgw--document-presentation-container p,div.sgw--document-presentation-container li{font-size:14px;font-weight:300;line-height:1.8em}
div.sgw--document-presentation-container ol{counter-reset:index;list-style-type:none}div.sgw--document-presentation-container ol li{position:relative;padding-left:40px}div.sgw--document-presentation-container>ol>li,div.sgw--document-presentation-container>ol>li::before{font-weight:500}div.sgw--document-presentation-container ol li::before{counter-increment:index;content:counters(index,".") ".";position:absolute;left:0}div.sgw--document-presentation-container a{color:inherit}@charset "UTF-8";div.sgw--faq-collection>div{position:relative;background-color:var(--colour-palette-light-grey);overflow:hidden;height:47px;transition:height .35s ease}div.sgw--faq-collection>div:nth-child(n+2){margin-top:10px}div.sgw--faq-collection>div>span{position:absolute;top:-200px;left:0;visibility:hidden}div.sgw--faq-collection-title{position:relative;padding:15px 0 15px 45px;cursor:pointer}div.sgw--faq-collection-title::before{content:url(/images/graphic_brand-arrow-purple_001.svg);position:absolute;top:15px;left:15px;display:inline-block;width:12px;height:12px;transition:transform .35s ease}
div.sgw--faq-collection>div.sgw--state-selected div.sgw--faq-collection-title::before{transform:rotate(90deg)}div.sgw--faq-collection-title h3{padding-right:5px;font-size:13px;font-weight:500;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}div.sgw--state-selected div.sgw--faq-collection-title h3{white-space:normal;overflow:visible}@media(max-width:500px){div.sgw--faq-collection-title h3{font-size:12px}}div.sgw--faq-collection-title div.sgw--action{position:absolute;top:7px;right:25px;margin-top:0}
@media(max-width:800px){div.sgw--faq-collection-title div.sgw--action{top:calc(100% + 20px)}}div.sgw--faq-collection-title div.sgw--action button{background-color:var(--colour-brand-green);font-size:13px;padding:8px 16px}div.sgw--faq-collection-title div.sgw--action button::after{content:url(/images/graphic_brand-arrow_001.svg) !important}div.sgw--faq-collection-body{background-color:#f8f8f8;padding:20px 20px 20px 45px}section.sgw--content div.sgw--faq-collection-body p,section.sgw--content div.sgw--faq-collection-body li{font-size:12px;font-weight:300;line-height:1.5em}@charset "UTF-8";section ul.sgw--feature-callout-list{display:grid;grid:auto-flow 50px / repeat(3,1fr);margin-top:20px}@media(max-width:900px){section ul.sgw--feature-callout-list{grid-template-columns:repeat(2,1fr)}}@media(max-width:570px){section ul.sgw--feature-callout-list{grid-auto-rows:40px}}@media(max-width:500px){section ul.sgw--feature-callout-list{grid-template-columns:1fr}}section ul.sgw--feature-callout-list>li{display:inline-block;list-style:none;margin-left:10px;line-height:50px;font-size:17px;font-weight:600;white-space:nowrap}
@media(max-width:570px){section ul.sgw--feature-callout-list>li{line-height:40px;font-size:15px}}section ul.sgw--feature-callout-list li img{margin-right:15px;width:26px;height:26px;vertical-align:-7px}@media(max-width:570px){section ul.sgw--feature-callout-list li img{width:22px;height:22px;vertical-align:-5px}}@charset "UTF-8";div.sgw--feature-collection{display:grid;grid:auto-flow / 1fr 1fr;gap:0 70px;margin:0 50px;width:100%;direction:rtl;justify-items:center}@media(max-width:1024px){div.sgw--feature-collection{gap:0 50px}}@media(max-width:900px){div.sgw--feature-collection{margin-top:70px}}@media(max-width:414px){div.sgw--feature-collection{margin-top:50px}}div.sgw--feature-collection>div{position:relative;background-color:#dadada;width:480px;height:450px;direction:initial}div.sgw--feature-collection>div+div{margin-top:80px}
div.sgw--feature-collection>div:nth-child(2n+1){margin-top:0}@media(max-width:1120px){div.sgw--feature-collection>div{width:420px;height:415px}}@media(max-width:1024px){div.sgw--feature-collection>div{width:380px;height:393px}div.sgw--feature-collection>div+div{margin-top:60px}}@media(max-width:900px){div.sgw--feature-collection>div{grid-column:span 2;width:100%;max-width:620px;height:auto}div.sgw--feature-collection>div:nth-child(2n+1):not(:first-child){margin-top:60px}}div.sgw--feature-collection-media{position:absolute;top:0;left:0;width:100%;height:310px}
div.sgw--feature-collection>div:nth-child(1) div.sgw--feature-collection-media{background-color:rgba(79,253,122,0.5)}div.sgw--feature-collection>div:nth-child(2) div.sgw--feature-collection-media{background-color:rgba(255,255,0,0.5)}div.sgw--feature-collection>div:nth-child(3) div.sgw--feature-collection-media{background-color:rgba(255,36,224,0.5)}div.sgw--feature-collection>div:nth-child(4) div.sgw--feature-collection-media{background-color:rgba(100,55,255,0.5)}@media(max-width:900px){div.sgw--feature-collection-media{position:static;height:auto;min-height:130px}
}div.sgw--feature-collection-media img,div.sgw--feature-collection-media video{display:block;width:100%}div.sgw--feature-collection-body{position:absolute;bottom:0;left:0;background-color:white;width:100%;height:180px;padding:40px}div.sgw--feature-collection-body::before{content:url(/images/graphic_brand-arrow_001.svg);position:absolute;top:45px;left:-10px;width:22px;height:22px}@media(max-width:1120px){div.sgw--feature-collection-body{padding:30px 40px}div.sgw--feature-collection-body::before{top:35px}}@media(max-width:1024px){div.sgw--feature-collection-body::before{top:31px}
}@media(max-width:900px){div.sgw--feature-collection-body{position:relative;height:auto}}@media(max-width:450px){div.sgw--feature-collection-body::before{top:32px;width:18px;height:18px}}@media(max-width:414px){div.sgw--feature-collection-body{padding:30px}}div.sgw--feature-collection-body h2{font-size:28px;font-weight:800}div.sgw--feature-collection-body h2::after{content:'.';margin-left:-3px;color:var(--colour-brand-green)}@media(max-width:1024px){div.sgw--feature-collection-body h2{font-size:24px}
}@media(max-width:450px){div.sgw--feature-collection-body h2{font-size:20px}}div.sgw--feature-collection-body p{font-size:14px}@media(max-width:450px){div.sgw--feature-collection-body p{font-size:13px}}@charset "UTF-8";body>footer{background-color:var(--colour-brand-grey);width:100%;text-align:center}body>footer div.sgw--inner-frame{flex-direction:column;flex-wrap:nowrap;align-items:center;padding:50px 30px}body>footer div.sgw--inner-frame>*{margin-top:25px}div.sgw--footer-logo{width:100px;height:100px}div.sgw--footer-logo img{object-fit:contain;width:100%;height:100%}div.sgw--footer-social-options{display:flex;width:280px;padding-top:5px;justify-content:space-evenly}div.sgw--footer-social-options img{height:26px}
div.sgw--footer-suffix{font-size:20px}body>footer nav{width:100%;max-width:450px}nav.sgw--footer-policies{max-width:350px}body>footer nav ul{display:flex;flex-wrap:wrap;gap:15px;justify-content:space-evenly}body>footer nav li{list-style:none;color:white;font-size:15px}nav.sgw--footer-policies li{font-size:14px !important;color:#666}div.sgw--footer-credits p{font-size:13px;color:#666;font-weight:300}div.sgw--footer-background-graphic-a{position:absolute;bottom:-180px;right:calc(100% - 80px);width:500px;height:500px;opacity:.35}
@media(max-width:650px){div.sgw--footer-background-graphic-a{right:calc(100% - 50px)}}@media(max-width:500px){div.sgw--footer-background-graphic-a{display:none}}div.sgw--footer-background-graphic-b{position:absolute;bottom:-180px;left:calc(100% - 80px);width:500px;height:500px;opacity:.35}@media(max-width:650px){div.sgw--footer-background-graphic-b{left:calc(100% - 50px)}}@media(max-width:500px){div.sgw--footer-background-graphic-b{display:none}}@charset "UTF-8";div.SGW--L001-v1_0-20230213-InnerFrame{--inner-frame-columns:12;position:relative;display:grid;grid-template-columns:repeat(var(--inner-frame-columns),minmax(0,1fr));gap:80px 40px;margin:0 auto;width:var(--layout-inner-frame-native-width);height:100%}@media(max-width:1200px){div.SGW--L001-v1_0-20230213-InnerFrame{width:100%}}@media(max-width:1024px){div.SGW--L001-v1_0-20230213-InnerFrame{--inner-frame-columns:10}}@media(max-width:750px){div.SGW--L001-v1_0-20230213-InnerFrame{--inner-frame-columns:8}
}@media(max-width:600px){div.SGW--L001-v1_0-20230213-InnerFrame{margin:0 50px;--inner-frame-columns:6}}@media(max-width:450px){div.SGW--L001-v1_0-20230213-InnerFrame{margin:0 25px;--inner-frame-columns:4}}div.SGW--L002-v1_0-20230829-InlineFlex{display:flex;flex-wrap:wrap;gap:20px 30px}@charset "UTF-8";div.sgw--pricing-card-collection{display:flex;flex-direction:row;column-gap:50px;color:black}div.sgw--pricing-card-collection div.sgw--pricing-card-x-pro{background-color:#292929;color:white}@media(max-width:900px){div.sgw--pricing-card-collection{column-gap:30px}}@media(max-width:850px){div.sgw--pricing-card-collection{flex-direction:column;row-gap:50px}}div.sgw--pricing-card-collection>div{display:flex;flex-direction:column;position:relative;width:50%;min-height:440px;padding:45px;box-shadow:0 0 50px rgba(0,0,0,0.17);background-color:white}
@media(max-width:850px){div.sgw--pricing-card-collection>div{width:100%}}@media(max-width:400px){div.sgw--pricing-card-collection>div{padding:30px}}div.sgw--pricing-card-collection div.sgw--pricing-card-promo{position:absolute;left:calc(50% + 50px);transform:translateX(-50%)}div.sgw--pricing-card-collection>div h1{font-size:24px}div.sgw--pricing-card-collection>div h2{margin-top:25px;font-size:60px;color:var(--colour-brand-purple)}div.sgw--pricing-card-collection div.sgw--pricing-card-x-pro h2{color:var(--colour-brand-green)}
div.sgw--pricing-card-collection div.sgw--pricing-card-x-pro h2::after{content:'/mo';font-size:24px;line-height:1.2em}div.sgw--pricing-card-collection>div h3{color:#909090;font-size:14px;font-weight:100;margin-top:5px}div.sgw--pricing-card-collection div.sgw--pricing-card-options-control{display:flex;margin-top:65px}div.sgw--pricing-card-collection div.sgw--pricing-card-options-control h4{color:var(--colour-brand-green);font-size:8px;font-weight:100;line-height:3em}div.sgw--pricing-card-collection div.sgw--pricing-card-options-control h4:first-child{margin-right:10px}
div.sgw--pricing-card-collection div.sgw--pricing-card-options-control h4:last-child{margin-left:10px}div.sgw--pricing-card-collection div.sgw--pricing-card-options-control>div{position:relative;display:flex;background-color:#545454;border:solid 1px white;height:24px;width:60px;border-radius:25px;overflow:hidden;cursor:pointer}div.sgw--pricing-card-collection div.sgw--pricing-card-options-control button{background-color:transparent;padding:23%}div.sgw--pricing-card-collection div.sgw--pricing-card-options-control button+div{position:absolute;width:15px;height:15px;top:50%;left:5px;transform:translateY(-50%);border-radius:10px;background-color:var(--colour-brand-green);transition:left .35s ease-out}
div.sgw--pricing-card-collection div.sgw--pricing-card-options-control button:hover+div{left:calc(100% - 20px)}div.sgw--pricing-card-collection div.sgw--pricing-card-summary{margin-top:30px;height:84px}@media(max-width:440px){div.sgw--pricing-card-collection div.sgw--pricing-card-summary{min-height:115px}}div.sgw--pricing-card-collection div.sgw--pricing-card-summary p{border-top:solid 3px black;padding-top:35px;font-size:14px}div.sgw--pricing-card-collection div.sgw--pricing-card-x-pro div.sgw--pricing-card-summary p{border-top:solid 3px white}
div.sgw--pricing-card-collection div.sgw--action{margin-top:auto}div.sgw--pricing-card-collection div.sgw--action button{background-color:var(--colour-brand-purple);color:white}div.sgw--pricing-card-collection div.sgw--action button::after{content:url(/images/graphic_brand-arrow-white_001.svg)}div.sgw--pricing-card-collection div.sgw--pricing-card-x-pro div.sgw--action button{margin-top:45px;background-color:var(--colour-brand-green);color:black}div.sgw--pricing-card-collection div.sgw--pricing-card-x-pro div.sgw--action button::after{content:url(/images/graphic_brand-arrow_001.svg)}@charset "UTF-8";section.sgw--purchase-options{background-color:#1a1a1a;padding:80px 0}div.sgw--purchase-options-background{position:absolute;top:0;left:-50px;width:100px;height:100%;color:white}div.sgw--purchase-options-background div.sgw--brand-arrow-graphic{top:70px;right:25px}div.sgw--purchase-options-background div.sgw--brand-arrow-graphic::before{content:url(/images/graphic_brand-arrow-white_001.svg)}div.sgw--purchase-options-background div.sgw--border-annotation{bottom:0}div.sgw--purchase-options-content{background-color:white;margin:0 50px;width:100%;padding:70px 250px 70px 60px}
@media(max-width:1200px){div.sgw--purchase-options-content{padding-right:200px}}@media(max-width:1024px){div.sgw--purchase-options-content{padding-right:80px}}@media(max-width:550px){div.sgw--purchase-options-content{padding:40px}}@media(max-width:375px){div.sgw--purchase-options-content{padding:25px}}div.sgw--purchase-options-content div.sgw--content-body{border-bottom:solid 1px black;width:100%;padding:0 0 15px 0}div.sgw--purchase-options-content h1{padding-bottom:15px;font-size:28px;font-weight:600;letter-spacing:.03em;border-bottom:solid 4px black}
div.sgw--purchase-options-grid{display:grid;grid:auto-flow / repeat(3,1fr);gap:40px;margin-top:30px}div.sgw--purchase-options-grid>div{display:flex;flex-direction:column;justify-content:space-between;height:420px}@media(max-width:900px){div.sgw--purchase-options-grid>div{grid-column:span 3;height:auto}}@media(max-width:900px){div.sgw--purchase-options-grid>div>div+div{margin-top:20px}}div.sgw--purchase-options-grid h2{border-bottom:solid 4px black;padding-bottom:8px;font-size:22px}div.sgw--purchase-options-grid p{font-size:14px}
div.sgw--purchase-options-grid-pricing div+div{margin-top:10px}div.sgw--purchase-options-grid-pricing-price{font-size:16px}div.sgw--purchase-options-grid-pricing-price>span{font-size:36px}div.sgw--purchase-options-grid-pricing-caption{font-size:11px;font-weight:300}div.sgw--purchase-options-grid-pricing-options button{position:relative;background-color:transparent;margin:5px 0;border:0;border-bottom:3px solid var(--colour-brand-grey);padding:2px;transition:border-color .35s ease-out}div.sgw--purchase-options-grid-pricing-options button.sgw--state-selected{border-bottom-color:var(--colour-brand-purple)}
div.sgw--purchase-options-grid-pricing-options button:first-child{margin-right:10px}div.sgw--purchase-options-grid-pricing-options button:last-child{margin-left:10px}div.sgw--purchase-options-grid-pricing-options button:last-child::before{content:'/';position:absolute;left:-13px}@media(pointer:none){div.sgw--purchase-options-grid-pricing-options button{padding:5px}}div.sgw--purchase-options-grid-pricing-description{font-size:16px}div.sgw--purchase-options-grid-pricing-promotion{color:var(--colour-brand-purple)}
div.sgw--purchase-options-grid-action button{background-color:white;border:solid 2px black;border-radius:20px;width:100%;padding:12px 20px 11px;font-weight:400;font-size:15px;letter-spacing:.03em;text-align:left;transition:.35s ease;transition-property:border-color,background-color}div.sgw--purchase-options-grid-action button:hover{border-color:var(--colour-brand-purple);background-color:var(--colour-brand-purple);color:white}div.sgw--purchase-options-grid-action button::after{content:url(/images/graphic_brand-arrow_001.svg);float:right;width:11px;height:11px}
div.sgw--purchase-options-grid-action button:hover::after{content:url(/images/graphic_brand-arrow-white_001.svg)}@media(max-width:900px){div.sgw--purchase-options-grid-action button{width:200px;max-width:100%;padding:10px 15px 9px;font-size:14px}}@media(hover:none){div.sgw--purchase-options-grid-action button{border-color:var(--colour-brand-purple);background-color:var(--colour-brand-purple);color:white}div.sgw--purchase-options-grid-action button::after{content:url(/images/graphic_brand-arrow-white_001.svg)}}div.sgw--purchase-options-grid-action-x-brand-green button{border-color:var(--colour-brand-green)}
@media(hover:none){div.sgw--purchase-options-grid-action-x-brand-green button{background-color:var(--colour-brand-green);color:black}div.sgw--purchase-options-grid-action-x-brand-green button::after{content:url(/images/graphic_brand-arrow_001.svg)}}div.sgw--purchase-options-grid-action-x-brand-green button:hover{color:black;background-color:var(--colour-brand-green);border-color:var(--colour-brand-green)}div.sgw--purchase-options-grid-action-x-brand-green button:hover:after{content:url(/images/graphic_brand-arrow_001.svg)}
div.sgw--purchase-options-grid-callouts ul li{font-size:15px}div.sgw--purchase-options-foreground{position:absolute;top:0;left:calc(((100vw - var(--layout-inner-frame-native-width)) / 2) + var(--layout-inner-frame-native-width) - 230px);background-color:var(--colour-brand-purple);width:calc(100vw / 2);height:100%;color:white}@media(max-width:1200px){div.sgw--purchase-options-foreground{left:calc(100vw - 200px)}}@media(max-width:1024px){div.sgw--purchase-options-foreground{left:calc(100vw - 80px)}}@media(max-width:550px){div.sgw--purchase-options-foreground{left:calc(100vw - 50px)}
}div.sgw--purchase-options-foreground div.sgw--border-annotation{left:50px;bottom:30px}div.sgw--purchase-options-foreground-graphic{position:absolute;top:50%;left:30px;transform:translateY(-50%);width:400px;height:700px}@media(max-width:1024px){div.sgw--purchase-options-foreground-graphic{display:none}}@charset "UTF-8";table.sgw--pricing{width:100%;border:none !important;border-collapse:collapse}table.sgw--pricing h1{font-size:24px}table.sgw--pricing h2{font-size:24px;font-weight:500;line-height:1.2em}table.sgw--pricing h3{font-size:16px;font-weight:400}table.sgw--pricing th.sgw--action-x-pro h3{color:white}@media(max-width:800px){table.sgw--pricing-options h3{font-size:16px}}table.sgw--pricing-x-sticky{position:fixed;top:var(--layout-fixed-header-height);margin-top:0 !important}
table.sgw--pricing span.sgw--pricing-feature-badge{margin-left:8px;min-width:100px;padding:2px 4px;vertical-align:2px;border-radius:5px;background-color:#909090;color:white;font-size:12px;text-transform:uppercase}table.sgw--pricing span.sgw--pricing-feature-badge-x-new{background-color:var(--colour-brand-pink)}table.sgw--pricing tr th{padding:38px 10px;background-color:#f4f4f4}table.sgw--pricing tr th:nth-child(1){vertical-align:bottom;text-align:left}table.sgw--pricing tr th:nth-child(3){background-color:#292929}
table.sgw--pricing tr th:nth-child(4){width:15px;padding:0}@media(max-width:375px){table.sgw--pricing tr th{padding:38px 5px}}@media(max-width:1000px){table.sgw--pricing{margin-top:40px}table.sgw--pricing,table.sgw--pricing thead,table.sgw--pricing tbody,table.sgw--pricing tr,table.sgw--pricing th,table.sgw--pricing td{display:block}table.sgw--pricing thead{position:relative;margin-bottom:58px}table.sgw--pricing tr{display:grid;grid:auto-flow / repeat(2,1fr)}table.sgw--pricing tbody tr td:first-child{grid-column:span 2}
table.sgw--pricing tbody tr:first-child:not(.sgw--pricing-ghost-row) td:nth-child(2),table.sgw--pricing tbody tr:first-child:not(.sgw--pricing-ghost-row) td:nth-child(3){display:none}}@media(max-width:640px){table.sgw--pricing thead{position:relative;margin-bottom:48px}}@media(max-height:610px) and (orientation:landscape){table.sgw--pricing-x-sticky{display:none}}table.sgw--pricing th div.sgw--action{margin-top:20px}table.sgw--pricing th div.sgw--action button{background-color:var(--colour-brand-purple);color:white;border-radius:20px;padding:12px 20px 11px;font-size:13px;letter-spacing:.03em}
table.sgw--pricing th.sgw--action-x-pro div.sgw--action button{background-color:var(--colour-brand-green);color:black}table.sgw--pricing th div.sgw--action button::after{content:url(/images/graphic_brand-arrow-white_001.svg);display:inline-block;margin-left:8px;width:10px;height:10px}table.sgw--pricing th.sgw--action-x-pro div.sgw--action button::after{content:url(/images/graphic_brand-arrow_001.svg)}@media(max-width:610px){table.sgw--pricing th div.sgw--action button::after{display:none}}@media(max-width:375px){table.sgw--pricing th div.sgw--action button{padding:12px 15px 11px;font-size:12px}
}table.sgw--pricing tbody tr td{padding:15px}table.sgw--pricing tbody tr>td:nth-child(2),table.sgw--pricing tbody tr>td:nth-child(3){text-align:center}table.sgw--pricing tbody tr>td:nth-child(2){color:var(--colour-brand-purple)}table.sgw--pricing tbody tr td:nth-child(3){color:var(--colour-brand-green)}@media(max-width:1000px){table.sgw--pricing tbody tr>td:nth-child(2),table.sgw--pricing tbody tr>td:nth-child(3){padding-bottom:20px}table.sgw--pricing tbody tr>td:nth-child(2){background-color:#f4f4f4}
table.sgw--pricing tbody tr:last-child>td:nth-child(2),table.sgw--pricing tbody tr:last-child>td:nth-child(3){padding-bottom:60px}}table.sgw--pricing tbody>tr:nth-child(even),table.sgw--pricing tbody>tr:nth-child(even)>td:nth-child(4){background-color:rgba(200,200,200,0.2);padding:0}@media(max-width:1000px){table.sgw--pricing tbody>tr>td:last-child{display:none}}@media(max-width:1000px){table.sgw--pricing tbody>tr>td:first-child{background-color:white;background:linear-gradient(#fcfcfc,#fcfcfc) top left / 50% 100% no-repeat,linear-gradient(#d4d4d4,#d4d4d4) top right / 50% 100% no-repeat}
}table.sgw--pricing tbody>tr>td div.sgw--pricing-icon{text-align:center}table.sgw--pricing tbody>tr>td div.sgw--pricing-icon img{width:30px}table.sgw--pricing tbody>tr:nth-child(even)>td:nth-child(3){background-color:#909090}@media(max-width:1000px){table.sgw--pricing tbody>tr:nth-child(even)>td:nth-child(3){background-color:#292929}}table.sgw--pricing tbody>tr:nth-child(odd)>td:nth-child(3){background-color:#292929;margin-right:5px}@media(max-width:1000px){table.sgw--pricing tbody>tr:nth-child(odd)>td:nth-child(3){margin-right:0}
}table.sgw--pricing tbody td.sgw--pricing-title{padding-top:80px;background-color:#f4f4f4}@media(max-width:1000px){table.sgw--pricing thead th.sgw--pricing-title,table.sgw--pricing tbody td.sgw--pricing-title{position:relative;left:-80px;width:calc(100% + 160px);padding:15px 95px;background:white !important;box-shadow:0 15px 18px rgba(0,0,0,0.17)}table.sgw--pricing thead th.sgw--pricing-title{position:absolute;top:100%}table.sgw--pricing thead th.sgw--pricing-title-x-scroll-out,table.sgw--pricing tbody td.sgw--pricing-title-x-scroll-out{visibility:hidden}
}@media(max-height:600px) and (orientation:landscape){table.sgw--pricing thead th.sgw--pricing-title-x-scroll-out,table.sgw--pricing tbody td.sgw--pricing-title-x-scroll-out{visibility:visible}}@media(max-width:640px){table.sgw--pricing thead th.sgw--pricing-title,table.sgw--pricing tbody td.sgw--pricing-title{left:-30px;width:calc(100% + 60px);padding:12px 45px}}@media(max-width:420px){table.sgw--pricing thead th.sgw--pricing-title,table.sgw--pricing tbody td.sgw--pricing-title{left:-15px;width:calc(100% + 30px);padding:12px 30px}
}@media(max-width:800px){table.sgw--pricing thead th.sgw--pricing-title h2,table.sgw--pricing tbody td.sgw--pricing-title h2{font-size:20px}}table.sgw--pricing tbody tr.sgw--pricing-ghost-row{display:none}@media(max-width:1000px){table.sgw--pricing tbody tr.sgw--pricing-ghost-row{display:grid}}table.sgw--pricing tbody tr.sgw--pricing-ghost-row td{padding:10px}table.sgw--pricing tbody tr.sgw--pricing-ghost-row td:first-child{display:none}table.sgw--pricing p{margin-top:4px;color:#4d4d4d;font-size:12px;font-weight:300;line-height:1.5em}
table.sgw--pricing th.sgw--action-x-pro p{color:var(--colour-brand-green)}@media(max-width:375px){table.sgw--pricing th p{font-size:11px}}@charset "UTF-8";section.SGW--S001-v1_0-20221030-ReleaseBanner{background-color:#f4f4f4;padding-top:0}section.SGW--S001-v1_0-20221030-ReleaseBanner div.sgw--content{position:relative;background-color:var(--colour-palette-dark-grey);color:white;box-shadow:0 0 50px rgba(0,0,0,0.17);width:100%;overflow:hidden}section.SGW--S001-v1_0-20221030-ReleaseBanner div.sgw--content-background{position:absolute;top:0;left:0;width:100%;height:100%}@media(max-width:800px){section.SGW--S001-v1_0-20221030-ReleaseBanner div.sgw--content-background{opacity:.2}
}section.SGW--S001-v1_0-20221030-ReleaseBanner div.sgw--content-background-graphic{position:absolute;bottom:-60px;right:-40px;width:310px;height:350px}section.SGW--S001-v1_0-20221030-ReleaseBanner div.sgw--content-background-graphic img{object-fit:contain;width:100%;height:100%}section.SGW--S001-v1_0-20221030-ReleaseBanner div.sgw--content-body{position:relative;display:flex;flex-direction:column;justify-content:space-between;row-gap:15px;height:100%;padding-right:320px}@media(max-width:800px){section.SGW--S001-v1_0-20221030-ReleaseBanner div.sgw--content-body{padding:50px}
}section.SGW--S001-v1_0-20221030-ReleaseBanner div.sgw--content-body h1{display:inline-block;border-top:solid 8px var(--colour-brand-pink);width:max-content;padding-top:20px;font-size:24px}@media(max-width:414px){section.SGW--S001-v1_0-20221030-ReleaseBanner div.sgw--content-body h1{font-size:18px}}section.SGW--S001-v1_0-20221030-ReleaseBanner div.sgw--content-body button{background-color:var(--colour-brand-pink);color:white}section.sgw--content div.sgw--action button::after{content:url(/images/graphic_brand-arrow-white_001.svg)}@charset "UTF-8";section.SGW--S002-v1_0-20230213-BrandWall{background-color:#000;padding:120px 0;color:white}div.SGW--S002-v1_0-20230213-BrandWall-Header{--columns:calc(var(--inner-frame-columns) - 2);grid-column:2 / span var(--columns);display:grid;grid-template-columns:repeat(var(--columns),minmax(0,1fr));gap:40px}@media(max-width:600px){div.SGW--S002-v1_0-20230213-BrandWall-Header{--columns:var(--inner-frame-columns);grid-column:span var(--columns)}}div.SGW--S002-v1_0-20230213-BrandWall-Header-Body{grid-column:span 6;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:30px 40px}
div.SGW--S002-v1_0-20230213-BrandWall-Header-Body h1{grid-column:span 4;display:inline-block;border-top:5px solid var(--colour-brand-green);padding-top:20px;font-size:48px;width:min-content}@media(max-width:600px){div.SGW--S002-v1_0-20230213-BrandWall-Header-Body h1{grid-column:span var(--columns);font-size:38px}}div.SGW--S002-v1_0-20230213-BrandWall-Header-Body p{margin-top:0;grid-column:span 6;font-size:16px;line-height:1.5em}div.SGW--S002-v1_0-20230213-BrandWall-Header-Media{grid-column:calc(var(--columns) - 1) / span 2;padding:15px}
@media(max-width:750px){div.SGW--S002-v1_0-20230213-BrandWall-Header-Media{display:none}}div.SGW--S002-v1_0-20230213-BrandWall-Header-Media>div{box-shadow:0 4px 20px rgba(255,255,255,.25);width:120px;height:120px;padding:12px;border-radius:30px;overflow:hidden}div.SGW--S002-v1_0-20230213-BrandWall-Header-Media img{object-fit:contain;width:100%;height:100%}div.SGW--S002-v1_0-20230213-BrandWall-LogoCollection{grid-column:2 / span calc(var(--inner-frame-columns) - 2);display:flex;flex-wrap:wrap;gap:35px 56px;align-items:center;justify-content:space-between}
@media(max-width:750px){div.SGW--S002-v1_0-20230213-BrandWall-LogoCollection{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:600px){div.SGW--S002-v1_0-20230213-BrandWall-LogoCollection{grid-column:span var(--inner-frame-columns)}}div.SGW--S002-v1_0-20230213-BrandWall-LogoCollection picture{display:flex;align-items:center}@media(max-width:750px){div.SGW--S002-v1_0-20230213-BrandWall-LogoCollection picture{justify-content:center}}div.SGW--S002-v1_0-20230213-BrandWall-LogoCollection img{max-width:100%}
div.SGW--S002-v1_0-20230213-BrandWall-Footer{grid-column:2 / span calc(var(--inner-frame-columns) - 2);display:flex;justify-content:space-between;align-items:center;gap:40px 30px;border-top:solid 1px white;padding-top:50px}@media(max-width:1000px){div.SGW--S002-v1_0-20230213-BrandWall-Footer{flex-direction:column;align-items:start}}@media(max-width:600px){div.SGW--S002-v1_0-20230213-BrandWall-Footer{grid-column:span var(--inner-frame-columns)}}div.SGW--S002-v1_0-20230213-BrandWall-Footer-Body p{text-wrap:balance;line-height:1.5em}
div.SGW--S002-v1_0-20230213-BrandWall-Footer-Actions{flex:0 0 auto}@charset "UTF-8";section.SGW--S003-v1_0-20230929-Hero{background-color:var(--colour-brand-grey);height:640px;padding:80px 0;color:white}header+section.SGW--S003-v1_0-20230929-Hero{padding-top:210px}section.SGW--S003-v1_0-20230929-Hero-X-Auto{height:auto}section.SGW--S003-v1_0-20230929-Hero-X-Medium{height:450px}section.SGW--S003-v1_0-20230929-Hero-X-Tall{height:750px}@media(max-width:1024px){header+section.SGW--S003-v1_0-20230929-Hero{padding-top:160px}}@media(max-width:600px){section.SGW--S003-v1_0-20230929-Hero-X-Tall{height:700px}
}@media(max-width:450px){section.SGW--S003-v1_0-20230929-Hero-X-Tall{height:650px}}section.SGW--S003-v1_0-20230929-Hero div.SGW--L001-v1_0-20230213-InnerFrame{row-gap:30px;align-items:center}div.SGW--S003-v1_0-20230929-Hero-Background{position:absolute;top:0;left:0;width:100%;height:100%}div.SGW--S003-v1_0-20230929-Hero-Background div.SGW--C005-v1_0-20230829-AppIcon{position:absolute;top:calc(50% - 60px);right:120px;z-index:5;transform:translateY(-50%)}@media(max-width:900px){div.SGW--S003-v1_0-20230929-Hero-Background div.SGW--C005-v1_0-20230829-AppIcon{display:none}
}div.SGW--S003-v1_0-20230929-Hero-BackgroundMask{position:absolute;top:0;left:0;width:100%;height:100%}div.SGW--S003-v1_0-20230929-Hero-BackgroundMask-Fill{position:absolute;top:350px;left:-50%;z-index:2;height:100%;width:200%;transform:rotate(-12deg);background-color:#f5f5f5}div.SGW--S003-v1_0-20230929-Hero-Content{position:relative;z-index:2;display:flex;flex-direction:column;grid-column:span 5;padding:0 80px}div.SGW--S003-v1_0-20230929-Hero-Content-X-Wide{grid-column:span 7}div.SGW--S003-v1_0-20230929-Hero-Content-X-AnchorBottom{margin-top:auto}
div.SGW--S003-v1_0-20230929-Hero-Content-X-AnchorTop{margin-top:50px;margin-bottom:auto}@media(max-width:1024px){div.SGW--S003-v1_0-20230929-Hero-Content-X-Wide{grid-column:span 6}}@media(max-width:900px){div.SGW--S003-v1_0-20230929-Hero-Content{grid-column:span 7}}@media(max-width:600px){div.SGW--S003-v1_0-20230929-Hero-Content{grid-column:span var(--inner-frame-columns);padding:0}}@media(max-width:450px){div.SGW--S003-v1_0-20230929-Hero-Content{padding:0 25px}}div.SGW--S003-v1_0-20230929-Hero-Content h1{border-top:solid 8px black;width:max-content;max-width:100%;padding-top:20px;font-size:48px;font-weight:800;line-height:1.2em}
div.SGW--S003-v1_0-20230929-Hero-Content h1>span{padding-left:3px;color:var(--colour-brand-green)}@media(max-width:450px){div.SGW--S003-v1_0-20230929-Hero-Content h1{font-size:36px;font-weight:800;line-height:1.2em}}div.SGW--S003-v1_0-20230929-Hero-Content h2{margin-top:20px;font-size:24px;font-weight:500;line-height:1.2em}div.SGW--S003-v1_0-20230929-Hero-Content h3{margin-top:30px;font-size:18px;font-weight:500;line-height:1.4em}section.SGW--S003-v1_0-20230929-Hero-X-Light div.SGW--S003-v1_0-20230929-Hero-Content h1,section.SGW--S003-v1_0-20230929-Hero-X-Light div.SGW--S003-v1_0-20230929-Hero-Content h2,section.SGW--S003-v1_0-20230929-Hero-X-Light div.SGW--S003-v1_0-20230929-Hero-Content h3,section.SGW--S003-v1_0-20230929-Hero-X-Light div.SGW--S003-v1_0-20230929-Hero-Content p{color:black}
div.SGW--S003-v1_0-20230929-Hero-Content button{margin-top:40px;margin-right:auto;border-radius:20px;padding:12px 20px 11px 25px;font-weight:400;font-size:13px;letter-spacing:.03em;background-color:var(--colour-brand-green)}div.SGW--S003-v1_0-20230929-Hero-Content button::after{content:url(/images/graphic_brand-arrow_001.svg);display:inline-block;margin-left:8px;width:11px;height:11px}div.SGW--S003-v1_0-20230929-Hero-Caption{grid-column:span 7;grid-row:2;margin-top:auto;padding:0 80px}@media(max-width:600px){div.SGW--S003-v1_0-20230929-Hero-Caption{grid-column:span var(--inner-frame-columns);padding:0}
}@media(max-width:450px){div.SGW--S003-v1_0-20230929-Hero-Caption{padding:0 25px}}section.SGW--S003-v1_0-20230929-Hero-X-Light div.SGW--S003-v1_0-20230929-Hero-Caption p{color:black}section.SGW--S003-v1_0-20230929-Hero div.SGW--C003-v1_0-20230829-BorderAnnotation{bottom:30px;right:0}@media(max-width:600px){section.SGW--S003-v1_0-20230929-Hero div.SGW--C003-v1_0-20230829-BorderAnnotation{display:none}}@charset "UTF-8";section.SGW--S004-v1_0-20230929-SoftwareFeature{background-color:var(--colour-palette-dark-grey);padding:140px 0;color:white}section.SGW--S004-v1_0-20230929-SoftwareFeature div.SGW--C004-v1_0-20230829-BackgroundSphere{top:-150px;right:calc((100vw / 2) - (var(--layout-inner-frame-native-width) / 2) - 250px);opacity:.5}section.SGW--S004-v1_0-20230929-SoftwareFeature div.SGW--C004-v1_0-20230829-BackgroundSphere img{width:680px;height:680px}div.SGW--S004-v1_0-20230929-SoftwareFeature-Background{position:absolute;top:0;left:0;width:100%;height:100%}
div.SGW--S004-v1_0-20230929-SoftwareFeature-Background-BrandGraphic{position:absolute;top:40px;right:80px}@media(max-width:900px){div.SGW--S004-v1_0-20230929-SoftwareFeature-Background-BrandGraphic{right:50px}}@media(max-width:600px){div.SGW--S004-v1_0-20230929-SoftwareFeature-Background-BrandGraphic{display:none}}div.SGW--S004-v1_0-20230929-SoftwareFeature-Background-BrandGraphic img{width:160px;height:160px}@media(max-width:800px){div.SGW--S004-v1_0-20230929-SoftwareFeature-Background-BrandGraphic img{width:120px;height:120px}
}div.SGW--S004-v1_0-20230929-SoftwareFeature-Background div.sgw--border-annotation{top:430px;right:50px}@media(max-width:900px){div.SGW--S004-v1_0-20230929-SoftwareFeature-Background div.sgw--border-annotation{display:none}}div.SGW--S004-v1_0-20230929-SoftwareFeature-Body{position:relative;grid-column:span 7;display:flex;flex-direction:column;row-gap:30px;padding:0 50px}div.SGW--S004-v1_0-20230929-SoftwareFeature-Body-X-NoCard{grid-column:span 9}@media(max-width:1024px){div.SGW--S004-v1_0-20230929-SoftwareFeature-Body{grid-column:span var(--inner-frame-columns)}
}@media(max-width:600px){div.SGW--S004-v1_0-20230929-SoftwareFeature-Body{padding:0}}div.SGW--S004-v1_0-20230929-SoftwareFeature-Body-Header{max-width:350px}@media(max-width:1024px){div.SGW--S004-v1_0-20230929-SoftwareFeature-Body-Header{max-width:70%}}@media(max-width:600px){div.SGW--S004-v1_0-20230929-SoftwareFeature-Body-Header{max-width:100%}}div.SGW--S004-v1_0-20230929-SoftwareFeature-Body-Header hr{background-color:var(--colour-brand-green);height:8px}div.SGW--S004-v1_0-20230929-SoftwareFeature-Body-Header h1{font-size:48px;font-weight:800;line-height:1.2em}
div.SGW--S004-v1_0-20230929-SoftwareFeature-Body-Header hr+h1{margin-top:20px}div.SGW--S004-v1_0-20230929-SoftwareFeature-Body-Header h1>span{padding-left:3px;color:var(--colour-brand-green)}div.SGW--S004-v1_0-20230929-SoftwareFeature-Body h2{font-size:28px;font-weight:500;color:#909090}div.SGW--S004-v1_0-20230929-SoftwareFeature-Body p{margin-top:25px;font-size:18px}div.SGW--S004-v1_0-20230929-SoftwareFeature-Body p:first-child{margin-top:15px}div.SGW--S004-v1_0-20230929-SoftwareFeature-Body-X-NoCard p{font-size:20px}
div.SGW--S004-v1_0-20230929-SoftwareFeature-Body div.SGW--L002-v1_0-20230829-InlineFlex{margin-top:30px}div.SGW--S004-v1_0-20230929-SoftwareFeature-PricingCard{grid-column:span 5;justify-content:center;padding-right:50px}@media(max-width:1024px){div.SGW--S004-v1_0-20230929-SoftwareFeature-PricingCard{grid-column:span var(--inner-frame-columns);padding:0 50px}}@media(max-width:600px){div.SGW--S004-v1_0-20230929-SoftwareFeature-PricingCard{grid-column:span var(--inner-frame-columns);padding:0}}div.SGW--S004-v1_0-20230929-SoftwareFeature-PricingCard div.sgw--pricing-card-x-pro{background-color:black;width:auto;max-height:600px}
div.SGW--S004-v1_0-20230929-SoftwareFeature-PricingCard div.sgw--pricing-card-x-pro h1{display:flex;flex-wrap:wrap;justify-content:space-between;column-gap:20px}div.SGW--S004-v1_0-20230929-SoftwareFeature-FeatureCallout{grid-column:span var(--inner-frame-columns);display:flex;gap:80px;margin-top:50px;padding:0 50px}@media(max-width:1024px){div.SGW--S004-v1_0-20230929-SoftwareFeature-FeatureCallout{display:grid;grid:auto / 1fr 1fr}}@media(max-width:800px){div.SGW--S004-v1_0-20230929-SoftwareFeature-FeatureCallout{display:grid;grid:auto / 1fr;margin-top:0}
}@media(max-width:600px){div.SGW--S004-v1_0-20230929-SoftwareFeature-FeatureCallout{padding:0}}@media(max-width:450px){div.SGW--S004-v1_0-20230929-SoftwareFeature-FeatureCallout{padding:0 25px}}div.SGW--S004-v1_0-20230929-SoftwareFeature-FeatureCallout>div{display:flex;flex-direction:column;row-gap:40px}@media(max-width:1024px){div.SGW--S004-v1_0-20230929-SoftwareFeature-FeatureCallout>div{row-gap:20px}}div.SGW--S004-v1_0-20230929-SoftwareFeature-FeatureCallout-Header{display:flex;align-items:center;column-gap:30px}
div.SGW--S004-v1_0-20230929-SoftwareFeature-FeatureCallout-Header img{width:89px;height:89px}@media(max-width:450px){div.SGW--S004-v1_0-20230929-SoftwareFeature-FeatureCallout-Header img{width:75px;height:75px}}div.SGW--S004-v1_0-20230929-SoftwareFeature-FeatureCallout-Header h3{flex:1 1 auto;font-size:28px}@charset "UTF-8";section.SGW--S005-v1_0-20230929-Guide{background-color:var(--colour-brand-grey);padding:130px 0}div.SGW--S005-v1_0-20230929-Guide-Background{position:absolute;top:0;left:0;width:100%;height:100%}div.SGW--S005-v1_0-20230929-Guide-Background.sgw--background-mesh{background-position:center -250px;background-size:1500px 1500px}div.SGW--S005-v1_0-20230929-Guide-Background-BrandGraphic{position:absolute;top:40px;right:80px}@media(max-width:900px){div.SGW--S005-v1_0-20230929-Guide-Background-BrandGraphic{right:50px}
}@media(max-width:600px){div.SGW--S005-v1_0-20230929-Guide-Background-BrandGraphic{display:none}}div.SGW--S005-v1_0-20230929-Guide-Background-BrandGraphic img{width:80px;height:80px}div.SGW--S005-v1_0-20230929-Guide-Header{position:relative;grid-column:span var(--inner-frame-columns);display:flex;flex-direction:column;margin-top:41px;padding-left:80px;padding-right:60px}@media(max-width:900px){div.SGW--S005-v1_0-20230929-Guide-Header{padding:0 50px}}@media(max-width:600px){div.SGW--S005-v1_0-20230929-Guide-Header{padding:0}
}div.SGW--S005-v1_0-20230929-Guide-Header h1{flex:0 0 auto;width:max-content;max-width:100%;padding-top:20px;font-size:48px;font-weight:800;line-height:1.2em;border-top:black solid 8px}div.SGW--S005-v1_0-20230929-Guide-Header h1>span{padding-left:3px;color:var(--colour-brand-green)}@media(max-width:450px){div.SGW--S005-v1_0-20230929-Guide-Header h1{font-size:40px}}div.SGW--S005-v1_0-20230929-Guide-StepCollection{position:relative;grid-column:span var(--inner-frame-columns);display:flex;flex-direction:column;row-gap:80px;padding:0 80px}
@media(max-width:900px){div.SGW--S005-v1_0-20230929-Guide-StepCollection{padding:0 50px}}@media(max-width:600px){div.SGW--S005-v1_0-20230929-Guide-StepCollection{padding:0}}div.SGW--S005-v1_0-20230929-Guide-StepCollection div.sgw--border-annotation{display:block;bottom:-80px;right:-30px;min-height:0}@media(max-width:450px){div.SGW--S005-v1_0-20230929-Guide-StepCollection div.sgw--border-annotation{display:none}}div.SGW--S005-v1_0-20230929-Guide-StepCollection>div{display:flex;align-items:start;column-gap:30px;row-gap:50px;min-height:260px}
@media(max-width:900px){div.SGW--S005-v1_0-20230929-Guide-StepCollection>div{flex-wrap:wrap}}@media(max-width:450px){div.SGW--S005-v1_0-20230929-Guide-StepCollection>div{column-gap:20px}}div.SGW--S005-v1_0-20230929-Guide-Step-Index{flex:0 0 auto;width:72px;text-align:center}@media(max-width:450px){div.SGW--S005-v1_0-20230929-Guide-Step-Index{width:60px}}div.SGW--S005-v1_0-20230929-Guide-Step-Index p{font-size:100px;font-weight:700;color:white;line-height:.94em}@media(max-width:450px){div.SGW--S005-v1_0-20230929-Guide-Step-Index p{font-size:72px}
}div.SGW--S005-v1_0-20230929-Guide-Step-Body{max-width:585px}@media(max-width:900px){div.SGW--S005-v1_0-20230929-Guide-Step-Body{width:calc(100% - 102px)}}@media(max-width:450px){div.SGW--S005-v1_0-20230929-Guide-Step-Body{width:calc(100% - 90px)}}div.SGW--S005-v1_0-20230929-Guide-Step-Body h2{max-width:280px;font-size:36px}@media(max-width:450px){div.SGW--S005-v1_0-20230929-Guide-Step-Body h2{font-size:30px}}div.SGW--S005-v1_0-20230929-Guide-Step-Body p{font-size:18px}div.SGW--S005-v1_0-20230929-Guide-Step-Body p+p{margin-top:40px}
@media(max-width:450px){div.SGW--S005-v1_0-20230929-Guide-Step-Body p{font-size:16px}}div.SGW--S005-v1_0-20230929-Guide-Step-Graphic{margin-left:auto;width:260px;height:180px}@media(max-width:900px){div.SGW--S005-v1_0-20230929-Guide-Step-Graphic{margin:0 auto}}@media(max-width:450px){div.SGW--S005-v1_0-20230929-Guide-Step-Graphic{width:200px}}div.SGW--S005-v1_0-20230929-Guide-Step-Graphic img{width:100%;height:100%;object-fit:contain}div.SGW--S005-v1_0-20230929-Guide-CrossPromotionBanner{grid-column:span var(--inner-frame-columns);padding:80px 0 0}
@media(max-width:1280px){div.SGW--S005-v1_0-20230929-Guide-CrossPromotionBanner{grid-column:span var(--inner-frame-columns);padding:80px 50px 0}}@media(max-width:600px){div.SGW--S005-v1_0-20230929-Guide-CrossPromotionBanner{padding:0}}@charset "UTF-8";section.SGW--S006-v1_0-20230929-FAQ{background-color:var(--colour-palette-dark-grey);padding:180px 0}section.SGW--S006-v1_0-20230929-FAQ-X-Alternate{background-color:var(--colour-brand-purple);color:white}@media(max-width:1280px){section.SGW--S006-v1_0-20230929-FAQ{padding-left:50px;padding-right:50px}}@media(max-width:600px){section.SGW--S006-v1_0-20230929-FAQ{padding:100px 0}}div.SGW--S006-v1_0-20230929-FAQ-Background{position:absolute;top:0;left:0;width:100%;height:100%}
div.SGW--S006-v1_0-20230929-FAQ-Background-Fill{position:absolute;top:0;left:calc((100vw / 2) - (var(--layout-inner-frame-native-width) / 2) + (var(--layout-inner-frame-native-width) * .3));width:calc((100vw / 2) - (var(--layout-inner-frame-native-width) / 2) + (var(--layout-inner-frame-native-width) * .7));height:100%;background-color:white}@media(max-width:1180px){div.SGW--S006-v1_0-20230929-FAQ-Background-Fill{left:calc((100vw / 2) - (var(--layout-inner-frame-native-width) / 2) + (var(--layout-inner-frame-native-width) * .3) + 30px);width:calc((100vw / 2) - (var(--layout-inner-frame-native-width) / 2) + (var(--layout-inner-frame-native-width) * .7) + 30px)}}@media(max-width:1040px){div.SGW--S006-v1_0-20230929-FAQ-Background-Fill{display:none}}div.SGW--S006-v1_0-20230929-FAQ-Header{grid-column:span 4;display:flex;flex-direction:column;row-gap:40px;color:white}
@media(max-width:1040px){div.SGW--S006-v1_0-20230929-FAQ-Header{grid-column:span var(--inner-frame-columns)}}div.SGW--S006-v1_0-20230929-FAQ-Header h1{font-size:48px;font-weight:800;line-height:1.2em}@media(max-width:1100px){div.SGW--S006-v1_0-20230929-FAQ-Header h1{font-size:40px}}div.SGW--S006-v1_0-20230929-FAQ-Header h1>span{padding-left:3px;color:var(--colour-brand-green)}section.SGW--S006-v1_0-20230929-FAQ-X-Alternate div.SGW--S006-v1_0-20230929-FAQ-Header h1>span{color:inherit}div.SGW--S006-v1_0-20230929-FAQ-Header button{margin-right:auto}
section.SGW--S006-v1_0-20230929-FAQ-X-Alternate div.SGW--S006-v1_0-20230929-FAQ-Header button{border-color:white}div.SGW--S006-v1_0-20230929-FAQ-Body{grid-column:span 8;background-color:white;color:black}@media(max-width:1040px){div.SGW--S006-v1_0-20230929-FAQ-Body{position:relative;right:-50px;grid-column:span var(--inner-frame-columns);margin-left:-50px;padding:50px 100px 0 50px}}@media(max-width:600px){div.SGW--S006-v1_0-20230929-FAQ-Body{right:-50px;margin-left:-80px;padding:30px 30px 0 30px}
}@media(max-width:450px){div.SGW--S006-v1_0-20230929-FAQ-Body{right:-30px;margin-left:-30px;padding:50px 30px 0 30px}}div.SGW--S006-v1_0-20230929-FAQ-Body div.SGW--C008-v1_0-20230829-FaqCollection{--faq-selected-title-icon:url(/images/graphic_brand-arrow-green_001.svg);margin-bottom:50px}section.SGW--S006-v1_0-20230929-FAQ-X-Alternate div.SGW--C008-v1_0-20230829-FaqCollection{--faq-selected-title-icon:url(/images/graphic_brand-arrow-purple_001.svg)}div.SGW--S005-v1_0-20230929-FAQ-CrossPromotionBanner{grid-column:span var(--inner-frame-columns)}
@media(max-width:1280px){div.SGW--S005-v1_0-20230929-FAQ-CrossPromotionBanner{grid-column:span var(--inner-frame-columns);padding:80px 50px 0}}@media(max-width:600px){div.SGW--S005-v1_0-20230929-FAQ-CrossPromotionBanner{padding:0}}@charset "UTF-8";section.SGW--S007-v1_0-20230929-BusinessFeature{background-color:#f5f5f5;padding:70px 0 140px}div.SGW--S007-v1_0-20230929-BusinessFeature-Body{grid-column:span 6;display:flex;flex-direction:column;row-gap:30px;padding:0 50px}@media(max-width:1024px){div.SGW--S007-v1_0-20230929-BusinessFeature-Body{grid-column:span var(--inner-frame-columns)}}@media(max-width:600px){div.SGW--S007-v1_0-20230929-BusinessFeature-Body{padding:0}}div.SGW--S007-v1_0-20230929-BusinessFeature-Body h1{border-top:solid 8px black;width:max-content;max-width:100%;padding-top:20px;font-size:50px;font-weight:800;line-height:1.2em}
div.SGW--S007-v1_0-20230929-BusinessFeature-Body h1 span{color:var(--colour-brand-purple)}div.SGW--S007-v1_0-20230929-BusinessFeature-Body h1 span:not(:first-child){padding-left:3px}div.SGW--S007-v1_0-20230929-BusinessFeature-Body p{font-size:16px;line-height:1.5em}div.SGW--S007-v1_0-20230929-BusinessFeature-Body button{margin-right:auto}div.SGW--S007-v1_0-20230929-BusinessFeature-FeatureCallout{grid-column:8 / span 5;display:flex;flex-direction:column;justify-content:space-around;padding:50px 0}
@media(max-width:1024px){div.SGW--S007-v1_0-20230929-BusinessFeature-FeatureCallout{grid-column:span var(--inner-frame-columns);flex-direction:row;flex-wrap:wrap;justify-content:start;gap:30px 50px;padding:0 50px}}@media(max-width:600px){div.SGW--S007-v1_0-20230929-BusinessFeature-FeatureCallout{padding:0}}div.SGW--S007-v1_0-20230929-BusinessFeature-FeatureCallout>div{display:flex;gap:50px;align-items:center}@media(max-width:450px){div.SGW--S007-v1_0-20230929-BusinessFeature-FeatureCallout>div{gap:30px}
}div.SGW--S007-v1_0-20230929-BusinessFeature-FeatureCallout img{width:110px}@media(max-width:450px){div.SGW--S007-v1_0-20230929-BusinessFeature-FeatureCallout img{width:72px}}div.SGW--S007-v1_0-20230929-BusinessFeature-FeatureCallout h2{font-size:36px}@media(max-width:600px){div.SGW--S007-v1_0-20230929-BusinessFeature-FeatureCallout h2{font-size:28px}}@media(max-width:450px){div.SGW--S007-v1_0-20230929-BusinessFeature-FeatureCallout h2{font-size:26px}}div.SGW--S007-v1_0-20230929-BusinessFeature-BrandWall{grid-column:span var(--inner-frame-columns);display:flex;flex-wrap:wrap;align-items:center;justify-content:space-around;gap:50px 40px;margin:50px auto 0;max-width:1054px;border-top:solid 2px #979797;border-bottom:solid 2px #979797;padding:30px 30px 80px}
div.SGW--S007-v1_0-20230929-BusinessFeature-BrandWall h2{width:100%;font-weight:400;font-size:18px;text-align:center}div.SGW--S007-v1_0-20230929-BusinessFeature-BrandWall picture{display:flex;align-items:center}div.SGW--S007-v1_0-20230929-BusinessFeature-BrandWall img{filter:invert(1)}@charset "UTF-8";div.sgw--signup-form-control{display:none;position:fixed;bottom:50px;right:calc((100% - var(--layout-inner-frame-native-width)) / 2 - 50px);z-index:40;background-color:black;height:70px;cursor:pointer;opacity:0;transition:opacity 1s ease 2s}div.sgw--signup-form-control.sgw--state-presented{opacity:1}@media(max-width:1280px){div.sgw--signup-form-control{right:15px;bottom:30px}}div.sgw--signup-form-control button{position:relative;z-index:2;background-color:black;height:70px;padding:10px}div.sgw--signup-form-control button img{width:50px}
div.sgw--signup-form-control:not(.sgw--state-presented) button img{padding:5px}div.sgw--signup-form-control-banner{position:absolute;top:0;right:0;box-sizing:content-box;overflow:hidden;background-color:black;width:0;padding:0 20px;height:100%;line-height:70px;color:white;text-overflow:ellipsis;white-space:nowrap;transition:width .3s ease}div.sgw--signup-form-control:hover div.sgw--signup-form-control-banner{width:225px}@media(hover:none){div.sgw--signup-form-control:hover div.sgw--signup-form-control-banner{width:0}
}div.sgw--signup-form{display:none;position:fixed;top:0;left:0;z-index:41;background-color:rgba(255,255,255,0.5);width:100vw;height:100vh;color:white;font-weight:400;font-size:14px}div.sgw--signup-form>div{position:absolute;top:calc(50% + 80px);left:50%;transform:translate(-50%,-50%);background-color:black;padding:35px 40px 40px;width:100%;max-width:450px;opacity:0;transition-property:opacity,top;transition-duration:.3s;transition-timing-function:ease}div.sgw--signup-form.sgw--state-presented>div{top:calc(50% + 50px);opacity:1}
@media(max-width:500px){div.sgw--signup-form.sgw--state-presented>div{top:calc(50%)}}@media(max-width:375px){div.sgw--signup-form>div{padding:25px 30px 30px}}div.sgw--signup-form h4{color:var(--colour-brand-green);font-weight:400}div.sgw--signup-form h4::before{content:url('/images/icon_newsletter_001.svg');display:inline-block;vertical-align:middle;width:40px}div.sgw--signup-form p{font-size:13px;font-weight:300}div.sgw--signup-form label{display:block;color:var(--colour-brand-green);margin-top:20px;width:100%}
div.sgw--signup-form label::after{content:'*';color:white}div.sgw--signup-form input[type=text],div.sgw--signup-form input[type=email]{background-color:black;color:white;width:100%;border-bottom:solid 1px var(--colour-palette-light-grey);font-weight:400;font-size:14px;padding:20px 0;outline:0}div.sgw--signup-form input[type=text]:focus,div.sgw--signup-form input[type=email]:focus{border-bottom:solid 1px var(--colour-brand-green)}div.sgw--signup-form input[type=text].sgw--state-invalid,div.sgw--signup-form input[type=email].sgw--state-invalid{border-bottom:solid 1px red}
div.sgw--signup-form button{width:100%;margin-top:20px;color:black;background-color:var(--colour-brand-green);border-radius:20px}div.sgw--signup-form button::after{content:url(/images/graphic_brand-arrow_001.svg);display:inline-block;margin-left:10px;width:12px;height:12px}@charset "UTF-8";div.sgw--support-option-collection{display:grid;grid:auto-flow / repeat(3,1fr);gap:50px}@media(max-width:1024px){div.sgw--support-option-collection{grid:auto-flow / repeat(2,1fr)}}@media(max-width:800px){div.sgw--support-option-collection{gap:30px}}@media(max-width:600px){div.sgw--support-option-collection{grid:auto-flow / 1fr}}div.sgw--support-option-collection>div{display:flex;flex-direction:column;justify-content:space-between;height:250px}@media(max-width:600px){div.sgw--support-option-collection>div{height:auto}
}div.sgw--support-option-collection img{margin-left:-5px;margin-bottom:5px;width:40px;height:40px}div.sgw--support-option-collection img.sgw--support-option-collection-icon-pad{margin-left:-5px;margin-bottom:5px;width:40px;height:40px;padding:7px}div.sgw--support-option-collection h3+p{margin-top:10px}div.sgw--support-option-collection div.sgw--action button{font-size:12px}@charset "UTF-8";div.sgw--testimonial-collection{position:relative;height:320px;overflow:hidden;transition:opacity 1s ease;opacity:0}@media(max-width:600px){div.sgw--testimonial-collection{height:350px}}div.sgw--testimonial-collection>div{position:absolute;top:50%;transform:translateY(-50%);padding:30px 30px 0;transition:transform .3s ease-out}div.sgw--testimonial-collection blockquote{display:flex;flex-direction:column;justify-content:space-between;min-height:200px}@media(max-width:600px){div.sgw--testimonial-collection blockquote{min-height:auto}
}div.sgw--testimonial-collection blockquote p{flex:0 0 auto;position:relative;font-size:14px;font-weight:300;line-height:1.5em}div.sgw--testimonial-collection-scale-12 blockquote p{font-size:12px}div.sgw--testimonial-collection-scale-13 blockquote p{font-size:13px}div.sgw--testimonial-collection-scale-15 blockquote p{font-size:15px}div.sgw--testimonial-collection-scale-16 blockquote p{font-size:16px}div.sgw--testimonial-collection-scale-17 blockquote p{font-size:17px}div.sgw--testimonial-collection-scale-18 blockquote p{font-size:18px}
div.sgw--testimonial-collection blockquote p::before,div.sgw--testimonial-collection blockquote p::after{position:absolute;font-size:32px;color:var(--colour-brand-purple);font-weight:600}div.sgw--testimonial-collection blockquote p::before{content:'“';top:-5px;left:-25px}div.sgw--testimonial-collection blockquote p::after{content:'”';bottom:-5px;right:-25px}div.sgw--testimonial-collection cite{margin-top:15px;line-height:1.7em;font-style:normal}div.sgw--testimonial-collection cite>span{font-size:13px;color:#aaa}
div.sgw--testimonial-collection-paging-controller ul{padding-top:30px;display:flex;justify-content:center}div.sgw--testimonial-collection-paging-controller ul li{list-style:none;margin:0;width:30px;height:25px;cursor:pointer;text-align:center}@media(max-width:600px){div.sgw--testimonial-collection-paging-controller ul li{width:25px}}@media(max-width:350px){div.sgw--testimonial-collection-paging-controller ul li{width:20px}}div.sgw--testimonial-collection-paging-controller ul li span{display:inline-block;background-color:var(--colour-brand-grey);width:10px;height:10px;border-radius:10px;transition:background-color .3s ease}
div.sgw--testimonial-collection-paging-controller ul li.sgw--state-selected span{background-color:var(--colour-palette-dark-grey)}div.sgw--testimonial-collection-next-control,div.sgw--testimonial-collection-previous-control{display:none;position:absolute;top:50%;transform:translateX(-55%);width:15px;height:10px;background-color:black;cursor:pointer}div.sgw--testimonial-collection-next-control{right:50px}@charset "UTF-8";.SGW--T001-v1_0-20230829-InlineOfferBanner{padding:10px;background-color:var(--colour-brand-pink);font-weight:800;font-size:20px;color:white;letter-spacing:.01px;text-align:center}.SGW--T002-v1_0-20230829-InlineOffer{color:var(--colour-brand-pink)}@charset "UTF-8";div.sgw--video-gallery{display:grid;grid:auto-flow / repeat(2,1fr);align-content:center;gap:40px;margin:50px 70px 0;width:calc(100% - 140px)}@media(max-width:1000px){div.sgw--video-gallery{gap:30px}}@media(max-width:600px){div.sgw--video-gallery{margin:50px 50px 0;width:calc(100% - 100px)}}@media(max-width:375px){div.sgw--video-gallery{margin:50px 30px 0;width:calc(100% - 60px)}}div.sgw--video-gallery>div{display:flex;flex-direction:column;width:100%;padding:25px;background-color:#333}
div.sgw--video-gallery>div:nth-last-child(2){padding:0}@media(max-width:1000px){div.sgw--video-gallery>div{max-width:750px;justify-self:center;grid-column:span 3;flex-direction:row}}@media(max-width:750px){div.sgw--video-gallery>div{max-width:450px;flex-direction:column}}div.sgw--video-gallery-poster{position:relative;padding-bottom:56.25%;height:0;background-color:var(--colour-brand-grey)}div.sgw--video-gallery>div:nth-child(1) div.sgw--video-gallery-poster{background-color:rgba(79,253,122,0.5)}
div.sgw--video-gallery>div:nth-child(2) div.sgw--video-gallery-poster{background-color:rgba(255,255,0,0.5)}div.sgw--video-gallery>div:nth-child(3) div.sgw--video-gallery-poster{background-color:rgba(255,36,224,0.5)}@media(max-width:1000px){div.sgw--video-gallery-poster{flex:0 0 50%;margin-right:30px;padding-bottom:calc(56.25% / 2)}}@media(max-width:750px){div.sgw--video-gallery-poster{flex:0 0 auto;margin-right:0;padding-bottom:56.25%}}div.sgw--video-gallery-poster img{position:absolute;width:100%;height:100%}
div.sgw--video-gallery-body{flex:1 1 auto;display:flex;flex-direction:column;margin-top:25px}@media(max-width:1000px){div.sgw--video-gallery-body{margin-top:0}}@media(max-width:750px){div.sgw--video-gallery-body{margin-top:25px}}div.sgw--video-gallery-body-discord{height:100%;width:100%;min-height:400px}div.sgw--video-gallery-body h2{font-size:18px;font-weight:500}div.sgw--video-gallery-body p{margin:5px 0 0 0;font-weight:300;flex-grow:1}div.sgw--video-gallery-body div.sgw--action{align-self:end}
@media(max-width:750px){div.sgw--video-gallery-body div.sgw--action{align-self:normal}}div.sgw--video-gallery-body button{background-color:var(--colour-brand-purple);width:100%;color:white;text-align:left}div.sgw--video-gallery-body button::after{float:right}
