.gap-top-S{margin-top:1rem}.gap-top-M{margin-top:2rem}.gap-top-L{margin-top:4rem}@font-face{font-family:Karla;src:url(/fonts/Karla-Regular.woff) format("woff"),url(/fonts/Karla-Regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Inconsolata;src:url(/fonts/Inconsolata-Regular.woff) format("woff"),url(/fonts/Inconsolata-Regular.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}*:not(dialog),*:before,*:after{box-sizing:border-box;margin:0;padding:0;scrollbar-color:grey var(--bg1);scrollbar-width:thin}:root{--bg1: #000;--bg2: #0d0d0d;--yellow: #f8ff23;--white: #f3f3f3;--off-white: #d9d9d9;--grey: #444;--image-dropshadow: 3px 0px 1px var(--yellow);--targetGapSize: 2rem;--gapXS: calc(var(--targetGapSize) / 4);--gapS: calc(var(--targetGapSize) / 2);--gapM: var(--targetGapSize);--gapL: calc(var(--targetGapSize) * 2);--gapXL: calc(var(--targetGapSize) * 4);--contentWidth: 1010px;--maxContentWidth: 95vw}::-webkit-scrollbar{width:.75rem;cursor:pointer}::-webkit-scrollbar-track{background:var(--bg2)}::-webkit-scrollbar-thumb{background:grey}::-webkit-scrollbar-thumb:hover{background:var(--yellow)}html{scroll-behavior:smooth;scroll-padding-top:10rem}body{background-color:var(--bg1);width:100vw;overflow-x:hidden;color:var(--off-white);font-family:Inconsolata,sans-serif;display:flex;flex-direction:column;align-items:center}.wrapper{width:var(--contentWidth);max-width:var(--maxContentWidth)}h1,h2,h3{color:var(--white);font-family:Karla,sans-serif;letter-spacing:.02rem}h1{font-size:3rem}h2{font-size:2rem;margin-bottom:2rem}h3{font-size:1.25rem;margin-bottom:.5rem}.heading+h1,.heading+h2,.heading+h3{margin-top:-.5rem}p{color:var(--off-white);font-size:1.25rem;letter-spacing:.0125em;line-height:1.6}p+p{margin-top:1rem}p.small-width{max-width:50ch}p.center{text-align:center}section{display:flex;justify-content:flex-start;align-items:flex-start;width:100%}section+section:not(.close){margin-top:10rem}section+section.close{margin-top:4rem}a{color:var(--white);text-decoration:none}a:hover,a:focus-visible{color:var(--yellow)}img{border-radius:10px}@media screen and (max-width: 767px){::-webkit-scrollbar{width:.25rem;cursor:pointer}html{scroll-padding-top:5.5rem}section+section:not(.close){margin-top:4rem}section.close{margin-top:2rem}p{font-size:1rem}p.small-width{max-width:unset}h1{font-size:2.5rem}h2{font-size:1.75rem}}.column{display:flex;flex-direction:column}.column-center{display:flex;flex-direction:column;align-items:center}.column-center h1,.column-center h2,.column-center h3{text-align:center}.y-center{display:flex;align-items:center}.equal{display:flex;flex-direction:row;justify-content:space-around;gap:10px}.equal>div{flex:1}.seven-five,.five-seven{display:flex;justify-content:space-between;gap:10px}.seven-five>div:nth-of-type(1){flex:7}.seven-five>div:nth-of-type(2){flex:5}.five-seven>div:nth-of-type(1){flex:5}.five-seven>div:nth-of-type(2){flex:7}@media screen and (max-width: 767px){.seven-five,.five-seven{flex-direction:column;gap:2rem}.seven-five.reverse{flex-direction:column-reverse}.equal{flex-direction:column;gap:2rem}.equal div{width:100%}}section.dark{position:relative;isolation:isolate;padding:5rem 1rem}section.dark:before{content:"";position:absolute;height:100%;top:0;left:50%;width:100vw;background-color:var(--bg2);transform:translate(-50%);z-index:-1}button{display:flex;padding:.25rem 1rem;border-radius:50px;border:none;font-size:1rem;line-height:1.7;letter-spacing:.05rem;font-weight:700;font-family:Inconsolata,serif;position:relative;isolation:isolate;background:transparent;overflow:hidden;cursor:pointer;width:max-content}button:before,button:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border-radius:inherit;z-index:-1;transition:filter cubic-bezier(.075,.82,.165,1) 1s}button:after{background:linear-gradient(180deg,#FFF 20%,#FAFF00 90%)}button:before{background:linear-gradient(0,#FFF 0%,#FAFF00 70%)}button:hover:after,button:focus-visible:after{filter:opacity(0)}a.button{color:var(--bg1);display:flex;padding:.25rem 1rem;border-radius:50px;border:none;font-size:1rem;line-height:1.7;letter-spacing:.05rem;font-weight:700;font-family:Inconsolata,serif;position:relative;isolation:isolate;background:transparent;overflow:hidden;cursor:pointer;width:max-content}a.button:before,a.button:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;border-radius:inherit;z-index:-1;transition:filter cubic-bezier(.075,.82,.165,1) 1s}a.button:after{background:linear-gradient(180deg,#FFF 20%,#FAFF00 90%)}a.button:before{background:linear-gradient(0,#FFF 0%,#FAFF00 70%)}a.button:hover:after,a.button:focus-visible:after{filter:opacity(0)}img{max-width:100%;height:auto}form{width:100%}input,textarea{margin:.5rem;padding:.75rem;background-color:var(--bg1);border-radius:10px;border:1px solid var(--grey);color:var(--off-white)}textarea{width:100%}label{font-size:1.25rem;margin-left:1rem}dialog p{width:100%}.only-mobile{display:none}@media screen and (max-width: 767px){.only-mobile{display:block}.no-mobile{display:none}section.dark{padding:1rem}textarea{width:96%}button,a.button{text-align:center;justify-content:center;width:100%}form .no-gap-mobile{gap:0}}:root{--size-2: .5rem;--size-3: 1rem;--size-4: 1.25rem}.overlay,#loader{&[data-state=hidden]{display:none}.warning,button{&[data-state=hidden]{display:none}}}.overlay{background:#000c;width:100%;height:100%;position:fixed;top:0;left:0;z-index:25}#loader{display:flex;flex-direction:column;align-items:center;justify-content:center;position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:99;--dim: 5rem;#spinners{display:flex;margin-bottom:2rem;& div{border-radius:50%;width:var(--dim);height:var(--dim);border-top:calc(var(--dim) / 20) solid #44e5ff;animation:loader 2.5s linear 0s infinite forwards;position:relative;margin:0 var(--size-3);&:before{content:"";position:absolute;top:25%;right:-10%;background:#44e5ff;width:calc(var(--dim) / 5);height:calc(var(--dim) / 5);border-radius:50%;z-index:2;box-shadow:0 0 8px 8px #44e5ff99,0 0 12px 3px #44e5ff77,0 0 15px 1px #44e5ff44}&:nth-of-type(2){animation-name:loader2;border-left:calc(var(--dim) / 20) solid #ff44e8;border-top:none;&:before{top:90%;right:50%;background:#ff44e8;box-shadow:0 0 8px 8px #ff44e899,0 0 12px 3px #ff44e877,0 0 15px 1px #ff44e844}}&:nth-of-type(3){animation-name:loader;border-top-color:#f3ff44;&:before{top:25%;right:-10%;background:#f3ff44;box-shadow:0 0 8px 8px #f3ff4499,0 0 12px 3px #f3ff4477,0 0 15px 1px #f3ff4444}}}}& p{text-align:center;max-width:90%;.warning{font-size:var(--size-3);margin:var(--size-2)}}#mainText{font-size:var(--size-4);color:var(--body100);margin-bottom:var(--size-4)}& button{margin-top:var(--size-4)}.warning{color:var(--WARNING)}@media screen and (max-width: 767px){--dim: 18vw}}@keyframes loader{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes loader2{0%{transform:rotate(360deg)}to{transform:rotate(0)}}a:where(.astro-2DWPSOWV){padding:1rem;color:var(--white);text-decoration:none;text-align:center;letter-spacing:.05rem;line-height:1.7;font-family:Karla,sans-serif;display:inline-block}a:where(.astro-2DWPSOWV)[data-state=active]{color:var(--yellow)}a:where(.astro-2DWPSOWV):hover,a:where(.astro-2DWPSOWV):focus-visible{color:var(--yellow)}a:where(.astro-2DWPSOWV).cta{border:1px solid var(--yellow);border-radius:50px;padding:.5rem 1.5rem}@media screen and (max-width: 767px){a:where(.astro-2DWPSOWV){padding:.5rem}a:where(.astro-2DWPSOWV).cta{padding:.5rem 1rem;margin-top:.5rem}}ul:where(.astro-SMP3PICQ){display:flex;align-items:center}li:where(.astro-SMP3PICQ){list-style-type:none}#members:where(.astro-SMP3PICQ) a:where(.astro-SMP3PICQ){margin-left:1rem;letter-spacing:.05rem;line-height:1.7;font-family:Karla,sans-serif;display:inline-block;position:relative;transform:translateY(-25%)}#members:where(.astro-SMP3PICQ) a:where(.astro-SMP3PICQ):after{content:"Members Only";position:absolute;top:80%;left:50%;width:max-content;font-size:.65em;transform:translate(-50%)}@media screen and (max-width: 767px){nav:where(.astro-SMP3PICQ){position:fixed;top:0;left:0;width:100vw;height:100vh;background:var(--bg2);z-index:5;padding:5rem;display:flex;flex-direction:column;align-items:center;min-height:300px;overflow-y:auto;transition:transform cubic-bezier(.165,.84,.44,1) .5s;transform:translate(100vw)}nav:where(.astro-SMP3PICQ)[data-location=onscreen]{transform:translate(0)}ul:where(.astro-SMP3PICQ){flex-direction:column;align-items:center}img:where(.astro-SMP3PICQ){max-width:150px}#members:where(.astro-SMP3PICQ) a:where(.astro-SMP3PICQ){margin:1rem 0}}#hamburger:where(.astro-XF26VX7D){--dims: 35px;--colour: grey;width:var(--dims);height:var(--dims);border:1px solid var(--colour);border-radius:5px;cursor:pointer;position:relative;z-index:10}#hamburger:where(.astro-XF26VX7D):before,#hamburger:where(.astro-XF26VX7D):after{content:"";position:absolute;width:70%;height:2px;left:15%;top:33%;background:var(--colour);transform-origin:top right;transition:transform cubic-bezier(.075,.82,.165,1) 1s}#hamburger:where(.astro-XF26VX7D):after{top:66%;left:35%;width:50%;transform-origin:bottom right}#hamburger:where(.astro-XF26VX7D)[data-state=active]:before{transform:rotate(-45deg) translate(-1px,-5px)}#hamburger:where(.astro-XF26VX7D)[data-state=active]:after{transform:rotate(45deg) translate(-2px,5px) scaleX(1.42)}header:where(.astro-X3ONAWAZ){background:linear-gradient(141deg,#131313 0%,#0E0E0E 100%);box-shadow:0 4px 4px #10101040;border-bottom:2px solid var(--bg1);position:sticky;top:0;display:flex;justify-content:center;width:100%;padding:1rem .5rem;z-index:10}img:where(.astro-X3ONAWAZ){max-width:175px;position:absolute;top:0;translate:-2rem}.wrapper:where(.astro-X3ONAWAZ){display:flex;justify-content:space-between;align-items:center}@media screen and (min-width: 1000px) and (max-width: 1024px){header:where(.astro-X3ONAWAZ){padding:.5rem .1rem}img:where(.astro-X3ONAWAZ){max-width:150px;translate:-.5rem}}@media screen and (max-width: 767px){header:where(.astro-X3ONAWAZ){padding:.5rem .1rem}img:where(.astro-X3ONAWAZ){max-width:100px;translate:-.5rem}}p:where(.astro-U4QOYRKZ){color:var(--yellow);font-size:1rem}p:where(.astro-U4QOYRKZ)[data-size=large]{font-size:1.5rem;letter-spacing:.1rem}p:where(.astro-U4QOYRKZ)[data-centered=centered]{text-align:center}@media screen and (max-width: 767px){p:where(.astro-U4QOYRKZ){font-size:.8rem;margin-bottom:.25rem}p:where(.astro-U4QOYRKZ)[data-size=large]{font-size:1rem}}p:where(.astro-IZ54FODV){font-size:1.5rem}p:where(.astro-IZ54FODV).heading{letter-spacing:.1rem}p:where(.astro-IZ54FODV).info{line-height:2rem;max-width:35ch}section:where(.astro-IZ54FODV){position:relative;isolation:isolate;min-height:65vh;justify-content:center}section:where(.astro-IZ54FODV):before{content:"";position:absolute;top:0;left:50%;width:100vw;height:100%;background:url(/_astro/hero_img.23b8d084.webp) no-repeat center;background-size:cover;transform:translate(-50%);z-index:-1;filter:opacity(.25)}#snookerBalls:where(.astro-IZ54FODV){position:absolute;bottom:0;left:0;transform:translate(2.5rem,60%)}@media screen and (max-width: 767px){section:where(.astro-IZ54FODV){min-height:90vh}#snookerBalls:where(.astro-IZ54FODV){left:50%;transform:translate(-50%,40%);z-index:-1}p:where(.astro-IZ54FODV).info{font-size:1.25rem}}.featureImage:where(.astro-NAIXTZS7){display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:.75rem}.featureImage:where(.astro-NAIXTZS7) img:where(.astro-NAIXTZS7):nth-of-type(1){border-radius:50px 2px 2px}.featureImage:where(.astro-NAIXTZS7) img:where(.astro-NAIXTZS7):nth-of-type(2){border-radius:2px 50px 2px 2px}.featureImage:where(.astro-NAIXTZS7) img:where(.astro-NAIXTZS7):nth-of-type(3){border-radius:2px 2px 2px 50px}.featureImage:where(.astro-NAIXTZS7) img:where(.astro-NAIXTZS7):nth-of-type(4){border-radius:2px 2px 50px}h3:where(.astro-NAIXTZS7) span:where(.astro-NAIXTZS7){color:var(--off-white);margin-right:2rem}.ctaDiv:where(.astro-NAIXTZS7){display:flex;flex-direction:column;width:100%;align-items:center;margin:3rem 0}.ctaDiv:where(.astro-NAIXTZS7) p:where(.astro-NAIXTZS7){font-size:.9rem;font-style:italic;margin-top:.5rem}@media screen and (max-width: 767px){h3:where(.astro-NAIXTZS7){width:100%;display:flex;flex-direction:column;align-items:center}}h2:where(.astro-4SZ7SMQ5),.heading:where(.astro-4SZ7SMQ5){text-align:center}.row:where(.astro-4SZ7SMQ5){display:flex;justify-content:space-between}.row:where(.astro-4SZ7SMQ5) p:where(.astro-4SZ7SMQ5){padding:.25rem .5rem;margin:0}.right:where(.astro-4SZ7SMQ5){text-align:right}.double:where(.astro-4SZ7SMQ5){display:flex;flex-direction:column;line-height:1.17}section:where(.astro-4SZ7SMQ5){position:relative;isolation:isolate}section:where(.astro-4SZ7SMQ5):after{content:"";background-image:url(/_astro/cues.bebb4820.webp);background-position:center;background-size:contain;background-repeat:no-repeat;position:absolute;top:0%;left:0%;width:100%;height:100%;z-index:-1}.italics:where(.astro-4SZ7SMQ5){font-size:.75rem;font-style:italic}@media screen and (max-width: 767px){.row:where(.astro-4SZ7SMQ5) p:where(.astro-4SZ7SMQ5){padding:.25rem}}li:where(.astro-SJPS6HIN){list-style:none;line-height:1.7;margin-left:1rem;position:relative}li:where(.astro-SJPS6HIN):before{content:"";height:.75rem;position:absolute;top:50%;left:0;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAMISURBVHgBlVa9axRBFH+zuXyai2n0TguDCYIG7JI2YqOChY2VjYLY2tgGEfEfsPAfsLASIgrRMpJOVBIsJDYiwVxWG8WPxNzujr+3b2Zndm5O4sAvb+btm/d7HzNzUfSPoYkmIS5RkixQUZzF/CApNUkaX5Rag1yD7qUiekj/O9g5sKiVSoE/JYgclNqF3PP0H9i+nz8VIZhClC8Q5VTvJ9grs2VwUNP0dEJDQ0RpyuDvn4ALSmScBFanIZbhaAIk7FCXkj8peOcy8XxmpkFzcwpEVJFubxOtrGTU7X7D6iK076zfxCM4BvEMOADkQAanInmtdVbOm01N8/MaGRQgsMip3S5odpaDGYfdU+OvToKxBIzBKKsc1iGE7XYOgrx0zAREhck0BwmZwDjQJRBNVCRY3II4UhqKkYDXVjI5z8fHC5w2AeuTRMCEw8OFF9BR4IafyeVaSSx4bTOz39J0z2RQD4KJ0rQbZH+ds2loIWgbdjLNloaylGa7g7K1xUQJtVoDlY0d6+u7phpWMwqcG7hDdBWTk6a2uVQvAia39d/czNAXTSMjCuDjm9Hq6g51Olmwj+1/8M4nhsS0x7sLpaY6wmFWLlvJPjH7w/G5AYMTpt6qMtIRW6tzjq3O7st7yGU+1oDomuh11Lm9hFIul5mzDTN1l1bmINGab2izZ1OYgR9ArHSubCrIRHO5vkMxWova29rjUGz0vgIS240Ef16Z827vgn/W5XK6yyiwt93p8gD+U7TBPXkLnI9G6u6K/0jGTlDYbD+jN9xNftAeEfclbKAtmb/RbpZ1vcnO3s47mFxJ8OcnFo9r5ZGnwpXG6i2cLqveNLG15esaPK+iNdk8AA5TvxLE1qKzvzmhTYrZNfLSYqIWxH3iZ9qvacxxONzRtTefq3MTO7/USAzRcRje4wtE9nmRRtfr7fQVDbmj/BtYhOKj/5ECokMQd0lk5HPvHm98BW4rkbUIosP8BJwh6ZPu2w85YRz9MkNJJrQvEo9sAeIU8X8x7nd7B/gFvDd4HXNux18xZNhwW/ZG+gAAAABJRU5ErkJggg==);background-repeat:no-repeat;background-position:center;background-size:cover;aspect-ratio:1/1;transform:translate(-150%,-50%)}@media screen and (max-width:767px){li:where(.astro-SJPS6HIN){margin-left:2rem}}section:where(.astro-2JNBQ3JH){align-items:stretch;padding-bottom:4rem}.testimonial:where(.astro-2JNBQ3JH){--border-width: 2px;display:flex;flex-direction:column;border-radius:10px;background:var(--bg1);border:1px solid var(--grey);border-bottom:var(--border-width) solid var(--yellow);padding:5rem 1rem 2rem;position:relative;box-shadow:0 0 #0000;transition:box-shadow cubic-bezier(.075,.82,.165,1) .5s}.testimonial:where(.astro-2JNBQ3JH):hover{box-shadow:0 5px 0 -2px var(--yellow)}.column-center:where(.astro-2JNBQ3JH) h3:where(.astro-2JNBQ3JH){text-align:right;margin-top:auto}img:where(.astro-2JNBQ3JH){position:absolute;top:0%;left:50%;transform:translate(-50%,-50%);border:1px solid var(--grey);border-radius:50%}.content:where(.astro-2JNBQ3JH){margin-bottom:1rem}.testimonial:where(.astro-2JNBQ3JH) p:where(.astro-2JNBQ3JH){font-size:1rem}@media screen and (max-width: 767px){.testimonial:where(.astro-2JNBQ3JH)+.testimonial:where(.astro-2JNBQ3JH){margin-top:3rem}}main:where(.astro-2AQJ7XPB){display:flex;flex-direction:column;align-items:center;width:var(--contentWidth);max-width:var(--maxContentWidth)}.honeypot:where(.astro-J24L4RNK){position:absolute;right:-1000vw}#formMessage:where(.astro-SVSHX33U){margin-top:1rem;display:none;font-size:1.25rem;color:var(--yellow);max-width:40ch;text-align:center}.socialLink:where(.astro-SVSHX33U){display:flex;align-items:center;font-size:1rem}.socialLink:where(.astro-SVSHX33U) img:where(.astro-SVSHX33U){margin-left:.5rem}a:where(.astro-SVSHX33U):hover p:where(.astro-SVSHX33U),a:where(.astro-SVSHX33U):focus-within p:where(.astro-SVSHX33U){color:var(--yellow)}footer:where(.astro-CBTSKYMZ){display:flex;flex-direction:column;align-items:center;margin-top:10rem;position:relative;width:100%;isolation:isolate;padding:4rem 1rem 1rem}h2:where(.astro-CBTSKYMZ){text-align:center}footer:where(.astro-CBTSKYMZ):before{content:"";background-image:url(/_astro/footer_bg.48c9ca22.webp);background-position:center;background-size:cover;position:absolute;top:0;left:0%;width:100%;height:100%;z-index:-1;filter:opacity(.1)}.equal:where(.astro-CBTSKYMZ) p:where(.astro-CBTSKYMZ){margin:0;line-height:1}.bottom:where(.astro-CBTSKYMZ){align-items:flex-end}.y-center:where(.astro-CBTSKYMZ){flex-direction:row-reverse}@media screen and (max-width: 767px){footer:where(.astro-CBTSKYMZ){margin-top:5rem;padding-top:2rem}.bottom:where(.astro-CBTSKYMZ){text-align:center}.bottom:where(.astro-CBTSKYMZ) p:where(.astro-CBTSKYMZ){width:100%;display:flex;flex-direction:column}.bottom:where(.astro-CBTSKYMZ) p:where(.astro-CBTSKYMZ) a:where(.astro-CBTSKYMZ){color:var(--yellow)}.y-center:where(.astro-CBTSKYMZ){flex-direction:column}}
