@import"https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap";:root{--color-primary: #34CBB9;--color-primary-dark: #B934CB;--color-secondary: #757575;--color-active:rgb(23, 182, 174);--color-subtle:rgb(238, 238, 238);--color-bg: #FFF;--color-bg-trans: #EEF0ECDD;--color-bg-gradient: linear-gradient(45deg, var(--color-primary), var(--color-primary-dark));--color-line: var(--color-secondary);--color-heading: var(--color-primary);--color-body: #333;--color-link: var(--color-active);--color-invert: var(--color-subtle);--font-size-base: 20px;--gap: 1em;--box-padding: 3rem;--section-padding: clamp(2rem, 10vh, 4rem);--gutter: 2rem;--alley: clamp(2rem, 10vw, 4rem);--container: 1680px;--container-lg: 1920px;--container-content: 960px;--container-padding: 3rem;--font-heading: "Space Age", sans-serif;--font-body: var(--font-heading);--h1: 3em;--h2: 2.6em;--h3: 2.2em;--h4: 1.8em;--h5: 1em;--h6: 1em}@font-face{font-family:Space Age;src:local("Space Age"),url(/fonts/space_age.ttf) format("truetype")}*{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;font-size:var(--font-size-base);font-optical-sizing:auto;font-variation-settings:"wdth" 100}body{font-size:clamp(16px,1vw,24px);background:var(--color-bg);color:var(--color-body);text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;font-family:var(--font-body);font-optical-sizing:auto;font-weight:<weight>;font-style:normal;font-variation-settings:"wdth" 100,"YTLC" 500}p{line-height:1.3}a{color:var(--color-active);transition:all .2s ease-in-out;text-decoration:none}a:hover{color:var(--color-link-hover);text-decoration:none}small{font-size:.8em}sub,sup{font-size:.6em;position:relative;vertical-align:baseline}sup{top:-.7em}sub{bottom:-.2em}h1,h2,h3,h4,h5,h6{color:var(--color-heading);line-height:1.1;font-family:var(--font-heading);word-break:break-word;font-weight:600;-webkit-hyphens:auto;hyphens:auto;hyphenate-limit-chars:10 4 4;text-wrap:balance}h1 strong,h1 em,h2 strong,h2 em,h3 strong,h3 em,h4 strong,h4 em,h5 strong,h5 em,h6 strong,h6 em{font-family:inherit}h1{font-size:var(--h1)}h2{font-size:var(--h2)}h3{font-size:var(--h3);font-style:italic}h4{font-size:var(--h4)}h5{font-size:var(--h5)}h6{font-size:var(--h6)}ul{margin:0;padding:0;list-style:none}ul li{margin:0;padding:0}ol{list-style-type:none;counter-reset:item;margin:0;padding:0}ol>li{display:table;counter-increment:item;line-height:1.4;margin:.75em 0}ol>li:before{content:counters(item,".") ". ";display:table-cell;padding-right:.6em;color:var(--theme-primary);font-weight:700}ol li ol>li{margin:.75em 0}ol li ol>li:before{content:counters(item,".") " "}dl{list-style-position:inside}dl dt{font-weight:700}dl dd{margin-bottom:10px}hr{border-top:rgba(0,0,0,.2) 2px dotted}img{display:block;border:none;max-width:100%;height:auto}video{width:100%;height:auto}code,pre{display:inline-block;padding:.25em .5em;text-indent:0;white-space:pre-wrap;line-height:var(--line-height-content);font-size:.9em;border:1px solid #ddd;border-radius:3px;background-color:#f8f8f8;border-color:#ddd;font-family:Lucida Console,DejaVu Sans Mono,Ubuntu Mono,Monaco,monospace}code{display:inline}table{width:100%;border-spacing:0}table th{background:#0003;text-align:left}table td,table th{padding:10px;border:1px solid rgba(0,0,0,.2)}table td{padding:.25em .75em;margin:0}form{line-height:1.6}fieldset{border:.0625rem solid silver;padding:.9375rem;margin-bottom:1.25rem;border-radius:.25rem}legend{padding:0 .625rem;font-weight:700}label{display:block;margin-bottom:.5rem;font-weight:600}input[type=text],input[type=email],input[type=password],input[type=tel],input[type=url],input[type=search],input[type=number],textarea,select{display:block;width:100%;padding:.625em;margin-bottom:.9375rem;border:.0625rem solid silver;border-radius:.25rem;box-sizing:border-box;font-size:1em;transition:border-color .2s ease-in-out,box-shadow .2s ease-in-out}textarea{min-height:6.25rem;resize:vertical}input[type=checkbox],input[type=radio]{margin-right:.5em;appearance:none;-webkit-appearance:none;-moz-appearance:none;width:1.15em;height:1.15em;border:.0625em solid silver;border-radius:.1875em;vertical-align:middle;position:relative;cursor:pointer;outline:none}input[type=radio]{border-radius:50%}input[type=checkbox]:before,input[type=radio]:before{content:"";display:block;width:.65em;height:.65em;margin:auto;position:absolute;top:0;left:0;right:0;bottom:0;transform:scale(0);transition:transform .1s ease-in-out;background-color:currentColor}input[type=checkbox]:checked:before{transform:scale(1);clip-path:polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0%,43% 62%)}input[type=radio]:checked:before{transform:scale(1);border-radius:50%}input[type=checkbox],input[type=radio]{margin-right:.625rem;flex:1 0 auto;font-size:1em}label[for]{cursor:pointer;align-items:center;margin-bottom:.625rem}button,input[type=submit],input[type=reset],input[type=button]{padding:.625em 1.25em;border:.0625rem solid transparent;border-radius:.25rem;font-size:1em;font-weight:600;cursor:pointer;transition:background-color .2s ease-in-out,border-color .2s ease-in-out;margin-right:.625rem;margin-bottom:.625rem}input:disabled,textarea:disabled,select:disabled{opacity:.7;cursor:not-allowed}button:disabled,input[type=submit]:disabled,input[type=reset]:disabled,input[type=button]:disabled{opacity:.7;cursor:not-allowed}input[type=checkbox]:disabled,input[type=radio]:disabled{opacity:.7;cursor:not-allowed}.u-lead{font-size:1.2em}.u-blockquote{display:flex;align-items:center;justify-content:space-between;font-family:var(--font-family-serif);color:var(--color-blockquote);font-style:italic;font-size:1.4em;line-height:1.1;margin:0;gap:var(--gap)}.u-blockquote:before,.u-blockquote:after{flex:1 1 auto;display:block;min-width:2rem;max-width:2rem;height:2rem;opacity:.8;box-sizing:border-box}.u-blockquote:before{content:url("data:image/svg+xml;charset=UTF-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path fill='%23284E36' d='M464 256h-80v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8c-88.4 0-160 71.6-160 160v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48zm-288 0H96v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8C71.6 32 0 103.6 0 192v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48z'></path></svg>");margin-bottom:auto}.u-blockquote:after{content:url("data:image/svg+xml;charset=UTF-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path fill='%23284E36' d='M464 32H336c-26.5 0-48 21.5-48 48v128c0 26.5 21.5 48 48 48h80v64c0 35.3-28.7 64-64 64h-8c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24h8c88.4 0 160-71.6 160-160V80c0-26.5-21.5-48-48-48zm-288 0H48C21.5 32 0 53.5 0 80v128c0 26.5 21.5 48 48 48h80v64c0 35.3-28.7 64-64 64h-8c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24h8c88.4 0 160-71.6 160-160V80c0-26.5-21.5-48-48-48z'></path></svg>");margin-top:auto}.u-blockquote cite{width:100%}.u-blockquote *{font-family:var(--font-family-serif);color:var(--color-blockquote)}@media screen and (max-width: 768px){.u-blockquote{flex-direction:column;align-items:center}}.u-container{margin:0 auto;max-width:var(--container);width:100%;padding:0 var(--gutter)}.u-content p{margin-top:1em;margin-bottom:1em}.u-content p a,.u-content li a{position:relative;z-index:1;overflow:hidden}.u-content h1,.u-content h2,.u-content h3,.u-content h4,.u-content h5,.u-content h6{line-height:1.1;margin-top:2rem;margin-bottom:2rem}.u-content blockquote,.u-content li{margin-top:1em;margin-bottom:1em}.u-content figure{text-align:center}@media screen and (max-width: 480px){.u-content figure{display:flex;justify-content:center}.u-content figure>a{width:100%}.u-content figure>a img{width:100%;max-width:calc(var(--screen-xs),/ 2)}}.u-content figure>img{margin:0 auto}.u-content figure>a{display:block}.u-content figure>a:after{content:none}.u-content figure>a:hover{transform:scale(1.2) rotate(10deg)}.u-content figure figcaption{line-height:1;margin-top:.5rem;opacity:.8}.u-content>*:first-child{margin-top:0}.u-content>*:last-child{margin-bottom:0}.u-content>div>*:first-child{margin-top:0}.u-content>div>*:last-child{margin-bottom:0}.sronly{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.Header{background:var(--color-bg-gradient)}.Header-container{margin:0 auto;max-width:var(--container);width:100%;padding:0 var(--gutter);display:flex;gap:var(--alley);align-items:center;padding-top:var(--box-padding);padding-bottom:var(--box-padding)}.Header-logo{flex:0 1 auto}.Header-logo-link{display:block}.Header-logo-link:hover{transform:scale(1.1)}.Header-logo-img{max-height:100px}.Header-contact{margin-left:auto}.Header-contact-link{color:#fff;font-size:1.6em;border-bottom:2px solid transparent}.Header-contact-link:hover{color:#fff;border-bottom-color:var(--color-active)}.Header-hours{margin-top:.5em;font-size:.8em;color:#fff;text-align:right;text-transform:uppercase}.Header-hours small{font-size:1em;font-style:italic}@media screen and (max-width: 1024px){.Header-container{flex-direction:column;gap:2em}.Header-contact{margin-left:0}}.Navigation-root{display:flex;flex-wrap:wrap;justify-content:center;gap:1.6em}.Navigation-item.active{font-weight:700}.Navigation-item.active .Navigation-link{border-bottom-color:var(--color-active)}.Navigation-link{font-size:1.2em;text-transform:uppercase;color:#fff;border-bottom:2px solid transparent}.Navigation-link:hover{color:#fff;border-bottom-color:var(--color-active)}.Hero{min-height:100vh}.Hero-container{position:relative}.Hero-video{width:100%;height:100vh;object-fit:cover}.Hero-heading{position:absolute;color:#fff;display:flex;align-items:center;justify-content:center;width:100%;padding:.5em}.Footer{padding:3rem 0;background:var(--color-secondary)}.Footer *{color:#fff}.Footer-container{margin:0 auto;max-width:var(--container);width:100%;padding:0 var(--gutter)}.Footer-row{display:flex;gap:3em;justify-content:space-between;flex-wrap:wrap}.Footer-heading{margin-bottom:1em}.Footer-table{border:none}.Footer-table td{border:none;border-bottom:1px solid rgba(255,255,255,.2)}.Footer-table td:first-child{text-align:right}.Footer-table td:last-child{font-weight:700}.Footer-table tr:last-child td{border:none}.Footer-contact-item{margin-bottom:1em}.Footer-contact-link{display:inline-block;border-bottom:1px solid transparent;font-weight:700}.Footer-contact-link:hover{border-bottom-color:#fff}.Footer-contact small{font-size:1em}@media screen and (max-width: 768px){.Footer-row{flex-direction:column;align-items:center}}.Section{--width: 50%}.Section.bg{background:var(--color-subtle)}.Section-columns{display:flex;gap:var(--alley)}.Section-columns>*{flex:1 1 var(--width)}.Section-sidebar{flex:1 1 30%;min-width:30%;display:flex;flex-direction:column;align-items:center}.Section-heading{margin-bottom:.5em;text-align:center}.Section-content p{margin-top:1em;margin-bottom:1em}.Section-content p a,.Section-content li a{position:relative;z-index:1;overflow:hidden}.Section-content h1,.Section-content h2,.Section-content h3,.Section-content h4,.Section-content h5,.Section-content h6{line-height:1.1;margin-top:2rem;margin-bottom:2rem}.Section-content blockquote,.Section-content li{margin-top:1em;margin-bottom:1em}.Section-content figure{text-align:center}@media screen and (max-width: 480px){.Section-content figure{display:flex;justify-content:center}.Section-content figure>a{width:100%}.Section-content figure>a img{width:100%;max-width:calc(var(--screen-xs),/ 2)}}.Section-content figure>img{margin:0 auto}.Section-content figure>a{display:block}.Section-content figure>a:after{content:none}.Section-content figure>a:hover{transform:scale(1.2) rotate(10deg)}.Section-content figure figcaption{line-height:1;margin-top:.5rem;opacity:.8}.Section-content>*:first-child{margin-top:0}.Section-content>*:last-child{margin-bottom:0}.Section-content>div>*:first-child{margin-top:0}.Section-content>div>*:last-child{margin-bottom:0}.Testimonials{display:flex;flex-direction:column;gap:var(--alley)}.Testimonials.horizontal{flex-direction:row;justify-content:space-around;flex-wrap:wrap}.Testimonials.horizontal .Testimonials-item{flex:0 1 30%}.Testimonials-main{display:flex;align-items:center;justify-content:space-between;font-family:var(--font-family-serif);color:var(--color-blockquote);font-style:italic;font-size:1.4em;line-height:1.1;margin:0;gap:var(--gap)}.Testimonials-main:before,.Testimonials-main:after{flex:1 1 auto;display:block;min-width:1rem;max-width:1rem;height:1rem;opacity:.8;box-sizing:border-box}.Testimonials-main:before{content:url("data:image/svg+xml;charset=UTF-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path fill='%23757575' d='M464 256h-80v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8c-88.4 0-160 71.6-160 160v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48zm-288 0H96v-64c0-35.3 28.7-64 64-64h8c13.3 0 24-10.7 24-24V56c0-13.3-10.7-24-24-24h-8C71.6 32 0 103.6 0 192v240c0 26.5 21.5 48 48 48h128c26.5 0 48-21.5 48-48V304c0-26.5-21.5-48-48-48z'></path></svg>");margin-bottom:auto}.Testimonials-main:after{content:url("data:image/svg+xml;charset=UTF-8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'><path fill='%23757575' d='M464 32H336c-26.5 0-48 21.5-48 48v128c0 26.5 21.5 48 48 48h80v64c0 35.3-28.7 64-64 64h-8c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24h8c88.4 0 160-71.6 160-160V80c0-26.5-21.5-48-48-48zm-288 0H48C21.5 32 0 53.5 0 80v128c0 26.5 21.5 48 48 48h80v64c0 35.3-28.7 64-64 64h-8c-13.3 0-24 10.7-24 24v48c0 13.3 10.7 24 24 24h8c88.4 0 160-71.6 160-160V80c0-26.5-21.5-48-48-48z'></path></svg>");margin-top:auto}.Testimonials-cite{display:inline-block;margin-top:1em;margin-left:2.5em}.Testimonials-cite:before{content:"- "}@media screen and (max-width: 1024px){.Testimonials.horizontal .Testimonials-item{flex:0 1 40%}}@media screen and (max-width: 768px){.Testimonials.horizontal .Testimonials-item{flex:1 1 100%}}.Faq{margin-top:2em}.Faq-q{display:flex;align-items:center;gap:1rem;margin:0;padding:1rem 2rem;border-left:6px solid var(--color-primary)}.Faq-q:before{content:"Q.";white-space:nowrap;font-size:2rem;font-style:italic;font-weight:700;color:var(--color-primary)}.Faq-a{display:flex;gap:1rem;padding:1rem 2rem;border-left:6px solid var(--color-secondary)}.Faq-a:before{content:"A.";white-space:nowrap;font-size:2rem;font-style:italic;font-weight:700;color:var(--color-secondary);float:left}.Intro{padding:var(--section-padding)}.Intro-container{display:flex;gap:var(--alley);align-items:center;justify-content:space-around}.Intro-main{flex:0 1 50%}.Intro-image{flex:0 1 20%}.Intro-image-img{max-height:700px}.Intro-heading{margin-bottom:.5em}@media screen and (max-width: 768px){.Intro-main{flex:1 1 100%}.Intro-image{display:none}}.Logo{position:absolute;z-index:99;top:3rem;left:3rem;display:flex;align-items:center;width:500px}.Logo-icon{width:30%;position:relative;height:100%;aspect-ratio:1 / 1;perspective:200px}.Logo-icon-heart{width:100%;position:absolute;animation:floatSpinAlt 4s infinite linear}.Logo-icon-hex{width:100%;position:absolute}.Logo-text{width:60%}@media screen and (max-width: 600px){.Logo{width:80%}}@keyframes floatSpin{0%{transform:rotateY(0) translateY(0)}50%{transform:rotateY(180deg) translateY(0)}to{transform:rotateY(360deg) translateY(0)}}@keyframes floatSpinAlt{0%{transform:rotateY(0) translateY(0)}50%{transform:rotateY(-180deg) translateY(0)}to{transform:rotateY(-360deg) translateY(0)}}.TemplateIntro-container{position:relative;min-height:100vh;padding:var(--container-padding);display:flex;flex-direction:column;justify-content:center;align-items:center}.TemplateIntro-logo{position:relative;z-index:99;display:flex;flex-direction:column;align-items:center;max-width:500px;width:100%;gap:2rem}.TemplateIntro-logo-icon{width:80%;position:relative;height:100%;aspect-ratio:1 / 1;perspective:600px}.TemplateIntro-logo-icon-heart{width:100%;position:absolute;animation:floatSpinAlt 4s infinite linear}.TemplateIntro-logo-icon-hex{width:100%;position:absolute}.TemplateIntro-logo-text{width:100%}.TemplateIntro-cons{font-size:3rem;font-weight:900;color:#f0f;text-shadow:0 0 10px rgba(255,0,255,.6);position:relative;letter-spacing:.1em;display:inline-block;animation:glitch-anim 2s infinite linear alternate-reverse;text-align:center;width:100%;margin-top:3rem}.TemplateIntro-cons:before,.TemplateIntro-cons:after{content:"Under Construction";position:absolute;top:0;left:0;width:100%;height:100%;text-align:center;opacity:.8}.TemplateIntro-cons:before{left:2px;text-shadow:-2px 0 #00ffff;clip:rect(44px,450px,56px,0);animation:glitch-anim-1 2s infinite linear alternate-reverse}.TemplateIntro-cons:after{left:-2px;text-shadow:-2px 0 #ff0000;clip:rect(85px,450px,100px,0);animation:glitch-anim-2 2s infinite linear alternate-reverse}.TemplateIntro-video{display:block;position:fixed;width:100%;height:100%}.TemplateIntro-video-vid{width:100%;height:100%;object-fit:cover}.TemplateIntro-video{overflow:hidden}.TemplateIntro-video:before,.TemplateIntro-video:after{display:block;pointer-events:none;content:"";position:absolute}.TemplateIntro-video:before{width:100%;height:2px;background:#0000004d;opacity:.75;animation:scanline 6s linear infinite}.TemplateIntro-video:after{top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,transparent 50%,rgba(0,0,0,.3) 51%);background-size:100% 4px;animation:scanlines 1s steps(60) infinite}@keyframes scanline{0%{transform:translate3d(0,200000%,0)}}@keyframes scanlines{0%{background-position:0 50%}}@keyframes glitch-anim{0%{clip:rect(71px,9999px,118px,0);transform:skew(.5deg)}10%{clip:rect(111px,9999px,120px,0);transform:skew(0)}20%{clip:rect(80px,9999px,104px,0);transform:skew(-.2deg)}30%{clip:rect(10px,9999px,49px,0);transform:skew(.1deg)}40%{clip:rect(110px,9999px,118px,0);transform:skew(-.5deg)}50%{clip:rect(70px,9999px,80px,0);transform:skew(.3deg)}60%{clip:rect(12px,9999px,50px,0);transform:skew(0)}70%{clip:rect(115px,9999px,120px,0);transform:skew(-.1deg)}80%{clip:rect(10px,9999px,30px,0);transform:skew(.4deg)}90%{clip:rect(55px,9999px,90px,0);transform:skew(0)}to{clip:rect(10px,9999px,118px,0);transform:skew(-.3deg)}}@keyframes glitch-anim-1{0%{clip:rect(20px,9999px,70px,0);transform:translate(-1px)}25%{clip:rect(110px,9999px,120px,0);transform:translate(1px)}50%{clip:rect(40px,9999px,80px,0);transform:translate(-2px)}75%{clip:rect(80px,9999px,90px,0);transform:translate(2px)}to{clip:rect(0,9999px,30px,0);transform:translate(-1px)}}@keyframes glitch-anim-2{0%{clip:rect(10px,9999px,50px,0);transform:translate(1px)}25%{clip:rect(80px,9999px,110px,0);transform:translate(-1px)}50%{clip:rect(20px,9999px,60px,0);transform:translate(1.5px)}75%{clip:rect(100px,9999px,118px,0);transform:translate(-1.5px)}to{clip:rect(60px,9999px,100px,0);transform:translate(1px)}}.TemplatePage{display:flex;flex-direction:column;justify-content:space-between;min-height:100vh;position:relative}.Main-container{margin:0 auto;max-width:var(--container);width:100%;padding:0 var(--gutter);display:flex;gap:4em}.Main-container>*{flex:1 1 auto}.Main-content{flex-basis:70%;margin:var(--section-padding)}.Main-sidebar{flex-basis:30%;margin:var(--section-padding)}
