@import"https://fonts.googleapis.com/css2?family=Mulish:wght@400;600;700;800;900&display=swap";@import"https://fonts.googleapis.com/css2?family=Covered+By+Your+Grace&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap";html,body{height:100%;width:100%}html{overflow:auto}body{margin:0;font-family:Mulish,sans-serif;overflow-x:clip}.mb-2{margin-bottom:2rem}.mb-4{margin-bottom:4rem}.mb-0{margin-bottom:0}#formPage{margin:60px auto;max-width:1440px;padding:0 60px;position:relative}@media screen and (min-width: 1441px){#formPage{max-width:100%}#formPage #formTitle{margin:2rem auto;max-width:1440px}}#formPage #formTitle span.color{color:#601fe9}#formPage .content{margin:auto;max-width:1100px}#formPage .button-container{align-items:center;display:flex;justify-content:center;gap:4rem}#formPage .button-container button{margin:0}@media screen and (max-width: 720px){#formPage{padding:0 20px}#formPage .button-container{flex-direction:column;gap:3rem}}#homePage{margin:0}#homePage #heroBanner,#homePage #sectionSteps{background-color:#201f22;display:flex;justify-content:center;padding:0 3rem}#homePage #heroBanner .section-content,#homePage #sectionSteps .section-content{max-width:1440px;width:100%}@media screen and (max-width: 575px){#homePage #heroBanner,#homePage #sectionSteps,#homePage #sectionAssessmentCTA,#homePage #sectionFAQ{padding:0 1.25rem}}#homePage #heroBanner .section-content{display:flex;flex-direction:row;justify-content:space-between}@media screen and (max-width: 970px){#homePage #heroBanner .section-content{flex-direction:column-reverse;align-items:center}}#homePage #heroBanner .section-content .content-left{align-self:flex-end;margin:0 1rem 3rem 0}@media screen and (max-width: 970px){#homePage #heroBanner .section-content .content-left{align-self:flex-start}}#homePage #heroBanner .section-content .content-left .title-container h1{color:#fcfcfc;margin:0}#homePage #heroBanner .section-content .content-left .title-container span{color:#b3e375}#homePage #heroBanner .section-content .content-left .button-container button{margin-bottom:4rem;margin-top:3rem}#homePage #heroBanner .section-content .content-right{width:40%;align-self:center}@media screen and (max-width: 970px){#homePage #heroBanner .section-content .content-right{width:100%}#homePage #heroBanner .section-content .content-right .hero-images{height:350px}}#homePage #heroBanner .section-content .content-right .hero-images{transition:all .1s ease-in-out;height:567px;position:relative}#homePage #heroBanner .section-content .content-right .hero-images .slide-in{position:absolute}#homePage #heroBanner .section-content .content-right .hero-images .slide-in:nth-child(1){animation:slideInTop .7s ease forwards;z-index:1}#homePage #heroBanner .section-content .content-right .hero-images .slide-in:nth-child(2){animation:slideInLeft .7s ease forwards;z-index:2}#homePage #heroBanner .section-content .content-right .hero-images .slide-in:nth-child(3){animation:slideInTop .7s ease forwards;z-index:3}@keyframes slideInLeft{0%{transform:translate(50%,-50%) rotate(60deg);opacity:0}60%{opacity:1}90%{transform:translateY(2px) rotate(0)}to{transform:translate(0) rotate(0)}}@keyframes slideInTop{0%{transform:translate(-20%,-50%) rotate(-30deg);opacity:0}60%{opacity:1}90%{transform:translateY(2px) rotate(0)}to{transform:translate(0) rotate(0)}}#homePage #heroBanner .section-content .content-right .dot{position:absolute;transition:all .5s ease;width:40px;opacity:0;animation:fadeInDot .7s forwards}@keyframes fadeInDot{to{opacity:1}}#homePage #heroBanner .section-content .content-right .green-dot{left:-70%;top:auto;bottom:100%}@media screen and (max-width: 970px){#homePage #heroBanner .section-content .content-right .green-dot{transition:all .5s ease;width:48px;right:20%;left:auto;top:15%;z-index:3}}#homePage #heroBanner .section-content .content-right .white-dot{top:70%;left:90px;z-index:4}@media screen and (max-width: 970px){#homePage #heroBanner .section-content .content-right .white-dot{width:48px;top:70%;left:20%;z-index:4}}#homePage #heroBanner .section-content .content-right img{width:100%;height:auto}@media screen and (max-width: 575px){#homePage #heroBanner .section-content .content-left .button-container button{margin-bottom:0}}#homePage #sectionSteps .section-content .mobile-heading{display:none}#homePage #sectionSteps .section-content .steps{display:flex;flex-direction:row;gap:2.5rem}#homePage #sectionSteps .section-content .steps .step{flex-basis:33%}#homePage #sectionSteps .section-content .steps .step .step-number{align-items:center;display:flex;flex-direction:row;justify-content:space-between}#homePage #sectionSteps .section-content .steps .step .step-number p{color:#b3e375;font-weight:700;font-size:20px}#homePage #sectionSteps .section-content .steps .step h2,#homePage #sectionSteps .section-content .steps .step p{color:#fcfcfc;padding-right:10%}#homePage #sectionSteps .section-content .steps .step h2{font-size:42px;font-weight:700;line-height:130%}#homePage #sectionSteps .section-content .steps .step p{font-size:24px;line-height:30px}#homePage #sectionSteps .section-content .steps .step .loading-bubble{animation:bubbleEffect 1.7s infinite ease-out}#homePage #sectionSteps .section-content .steps .step .loading-bubble:nth-child(1){animation-delay:-1s}#homePage #sectionSteps .section-content .steps .step .loading-bubble:nth-child(2){animation-delay:-.5s}#homePage #sectionSteps .section-content .steps .step .loading-bubble:nth-child(3){animation-delay:0s}#homePage #sectionSteps .section-content .steps .step .loading-bubble:nth-child(4){animation-delay:.5s}#homePage #sectionSteps .section-content .steps .step .loading-bubble:nth-child(5){animation-delay:1s}#homePage #sectionSteps .section-content .steps .step .loading-bubble:nth-child(6){animation-delay:1.5s}@keyframes bubbleEffect{0%{transform:scale(1.2)}50%{transform:scale(.6)}to{transform:scale(1.2)}}@media screen and (max-width: 1100px){#homePage #sectionSteps .section-content .steps{gap:1.5rem}#homePage #sectionSteps .section-content .steps .step h2{font-size:24px}#homePage #sectionSteps .section-content .steps .step p{font-size:20px}}@media screen and (max-width: 970px){#homePage #sectionSteps .section-content .mobile-heading{display:block;color:#fcfcfc;font-size:40px}#homePage #sectionSteps .section-content .steps{flex-direction:column;gap:4rem}#homePage #sectionSteps .section-content .steps .step{display:flex;flex-basis:100%;gap:2rem;justify-content:space-between}#homePage #sectionSteps .section-content .steps .step .step-number{align-items:flex-start;flex-direction:column;flex-basis:20%;justify-content:flex-start}#homePage #sectionSteps .section-content .steps .step .step-number img{margin-top:1rem;position:relative;left:30px}#homePage #sectionSteps .section-content .steps .step .step-description{flex-basis:80%}#homePage #sectionSteps .section-content .steps .step .step-description h2,#homePage #sectionSteps .section-content .steps .step .step-description p{padding-right:0}#homePage #sectionSteps .section-content .steps .step .step-description h2{font-size:42px}#homePage #sectionSteps .section-content .steps .step .step-description p{font-size:24px}}@media screen and (max-width: 720px){#homePage #sectionSteps .section-content .mobile-heading{font-size:32px}#homePage #sectionSteps .section-content .steps{gap:1rem}#homePage #sectionSteps .section-content .steps .step .step-number{flex-basis:30%}#homePage #sectionSteps .section-content .steps .step .step-description h2{font-size:24px}#homePage #sectionSteps .section-content .steps .step .step-description p{font-size:20px}}#homePage #sectionAssessmentCTA{background-color:#201f22;padding:10rem 3rem 20rem;display:flex;justify-content:center}#homePage #sectionAssessmentCTA .section-content{display:flex;flex-direction:column;justify-content:flex-start;max-width:1440px;width:100%}#homePage #sectionAssessmentCTA .section-content h2{color:#fcfcfc;font-size:40px;margin:0}#homePage #sectionAssessmentCTA .section-content .btn{align-self:flex-start;margin-top:3rem}@media screen and (max-width: 970px){#homePage #sectionAssessmentCTA{padding:2rem 1rem}#homePage #sectionAssessmentCTA .section-content{width:auto;display:block}#homePage #sectionAssessmentCTA .section-content h2{display:none}#homePage #sectionAssessmentCTA .section-content button{align-self:center;margin-top:0}}#homePage #sectionLearnMore{display:flex;flex-direction:row;margin-top:-14rem}#homePage #sectionLearnMore .content-left{align-items:flex-end;background-color:#f6afef;display:flex;flex-direction:column;padding:5rem 0 4rem 3rem;width:60%}#homePage #sectionLearnMore .content-left h2{width:70%}#homePage #sectionLearnMore .content-left p{width:60%}#homePage #sectionLearnMore .content-left button{margin-top:4rem}#homePage #sectionLearnMore .content-right{position:relative;width:40%}#homePage #sectionLearnMore .content-right .melon,#homePage #sectionLearnMore .content-right .banana,#homePage #sectionLearnMore .content-right .condom{height:90%;width:auto;min-height:500px;max-height:550px}#homePage #sectionLearnMore .content-right .melon{left:0;position:absolute;transform:translate(-50%,-25%);top:0%}#homePage #sectionLearnMore .content-right .banana{position:absolute;left:0;transform:translate(-30%,-20%);top:50%}#homePage #sectionLearnMore .content-right .condom{position:absolute;right:0;top:-70%}#homePage #sectionLearnMore .content-right .unwrapped-condom{display:none}@media screen and (max-width: 1440px){#homePage #sectionLearnMore .content-right .melon{right:60%}#homePage #sectionLearnMore .content-right .banana{right:40%}}@media screen and (max-width: 970px){#homePage #sectionLearnMore{flex-direction:column;margin-top:0}#homePage #sectionLearnMore .content-left{padding:0;width:100%}#homePage #sectionLearnMore .content-left div{padding:1rem 3rem}#homePage #sectionLearnMore .content-left div h2,#homePage #sectionLearnMore .content-left div p{width:100%}#homePage #sectionLearnMore .content-left div button{margin-top:2rem}#homePage #sectionLearnMore .content-right{background-color:#f6afef;height:320px;position:relative;width:100%}#homePage #sectionLearnMore .content-right .melon{left:auto;top:0;transform:rotate(-65deg) translate(50%,20%);right:0}#homePage #sectionLearnMore .content-right .banana{left:0;transform:rotate(80deg) translate(-10%,30%);top:auto}#homePage #sectionLearnMore .content-right .condom{display:none}#homePage #sectionLearnMore .content-right .unwrapped-condom{bottom:0;display:initial;left:50%;position:absolute;transform:translate(-50%)}}@media screen and (max-width: 575px){#homePage #sectionLearnMore .content-left div{padding:1rem 1.25rem}#homePage #sectionLearnMore .content-right{height:400px}#homePage #sectionLearnMore .content-right .melon,#homePage #sectionLearnMore .content-right .banana,#homePage #sectionLearnMore .content-right .unwrapped-condom{max-width:400px;min-height:auto;height:auto}#homePage #sectionLearnMore .content-right .melon{top:0;transform:rotate(-65deg) translate(30%,20%);right:0;max-width:350px}#homePage #sectionLearnMore .content-right .banana{top:40px;transform:rotate(80deg) translate(10%,45%);left:0}#homePage #sectionLearnMore .content-right .unwrapped-condom{bottom:0;display:initial;position:absolute}}#homePage #sectionFAQ{padding:6rem 0 3rem;margin:auto;max-width:1440px}#homePage #sectionFAQ .section-content h2{color:#601fe9;margin-bottom:3rem;padding:0 1rem;text-align:center;word-wrap:break-word}@media screen and (max-width: 575px){#homePage #sectionFAQ{padding:0 0 3rem}#homePage #sectionFAQ .section-content h2{color:#201f22;margin:3rem 0 2rem;text-align:left}}#homePage #sectionResources{background-color:#601fe9;display:flex;padding:5rem 0 4rem 3rem;justify-content:center}#homePage #sectionResources .content-left{flex-basis:66%;max-width:40%}#homePage #sectionResources .content-left h2,#homePage #sectionResources .content-left li,#homePage #sectionResources .content-left p{color:#fcfcfc}#homePage #sectionResources .content-left a{color:#b3e375}@media screen and (max-width: 970px){#homePage #sectionResources .content-left{padding:1rem 3rem;max-width:unset;align-self:auto}}#homePage #sectionResources .content-right{position:relative;flex-basis:33%}#homePage #sectionResources .content-right .cactus{position:absolute;bottom:0;right:0;width:300px;z-index:1}#homePage #sectionResources .content-right .pills-packets{position:absolute;bottom:-20%;right:50px;width:350px;z-index:2}#homePage #sectionResources .content-right .tablet-single{position:absolute;bottom:550px;right:200px;width:60px;z-index:3}@media screen and (max-width: 970px){#homePage #sectionResources .content-right{height:400px;flex-basis:auto;overflow:clip}#homePage #sectionResources .content-right .cactus{position:absolute;bottom:-100px;width:310px;z-index:2;left:50%;transform:translate(-30%);transform:rotate(-35deg)}#homePage #sectionResources .content-right .pills-packets{position:absolute;bottom:0px;left:-100px;width:400px}#homePage #sectionResources .content-right .tablet-single{position:absolute;width:70px;transform:translate(-150%);top:0px}}@media screen and (max-width: 970px){#homePage #sectionResources{padding:0;flex-direction:column}}#homePage #sectionSupport{display:flex;justify-content:center}#homePage #sectionSupport .section-content{display:flex;flex-direction:row;justify-content:center;max-width:1440px}#homePage #sectionSupport .section-content .content-left{align-items:flex-end;display:flex;flex-basis:50%;margin-top:-12rem}#homePage #sectionSupport .section-content .content-left img{height:auto;max-width:600px;width:100%}#homePage #sectionSupport .section-content .content-right{flex-basis:50%}#homePage #sectionSupport .section-content .content-right p{width:80%}#homePage #sectionSupport .section-content .content-right button{margin:3rem 0}@media screen and (max-width: 720px){#homePage #sectionSupport{padding:2rem 3rem 0}#homePage #sectionSupport .section-content{flex-direction:column-reverse}#homePage #sectionSupport .section-content .content-left{flex-basis:100%;justify-content:center;margin-top:0;position:relative}#homePage #sectionSupport .section-content .content-left img{min-width:450px;position:absolute;overflow:visible}#homePage #sectionSupport .section-content .content-right{flex-basis:100%;padding-bottom:400px}#homePage #sectionSupport .section-content .content-right p{width:100%}}@media screen and (max-width: 575px){#homePage #sectionSupport{padding:1rem 1.25rem 0}}#homePage #sectionCommunity{background-color:#201f22;padding:5rem 3rem;text-align:center}#homePage #sectionCommunity h2{color:#fcfcfc;margin-bottom:3rem}#homePage #sectionCommunity .logo-container{align-items:center;display:flex;flex-wrap:wrap;gap:5rem;justify-content:center}#homePage #sectionCommunity .logo-container .logo{max-width:25%}#homePage #sectionCommunity .logo-container .logo.phac{max-width:20%}@media screen and (max-width: 575px){#homePage #sectionCommunity{padding:1.25rem}#homePage #sectionCommunity h2{text-align:left}#homePage #sectionCommunity .logo-container{gap:1.5rem}}#successPage .contentContainer{align-items:center;display:flex;flex-direction:column;justify-content:center;padding:3rem}#successPage .contentContainer .header{color:#601fe9;margin-bottom:100px}#successPage .contentContainer .formCard{max-width:524px;padding:1.875rem 2.5rem}#successPage .pdfDownload{background-color:#ededed;margin-top:100px;padding:60px 3rem 70px}#successPage .pdfDownload .pdfDownloadContainer{margin:auto;max-width:1440px;position:relative}#successPage .pdfDownload .pdfDownloadContainer .leftContainer{margin:0 3rem}#successPage .pdfDownload .pdfDownloadContainer .leftContainer .fui-Button{margin-top:30px}#successPage .pdfDownload .successPageImage{position:absolute;right:30px;top:-240px;z-index:1}@media screen and (max-width: 1300px){#successPage .pdfDownload .pdfDownloadContainer .leftContainer{width:35%}#successPage .pdfDownload .successPageImage{top:-200px}}@media screen and (max-width: 1125px){#successPage .pdfDownload{padding:100px 3rem 0}#successPage .pdfDownload .pdfDownloadContainer{display:flex;flex-direction:column}#successPage .pdfDownload .pdfDownloadContainer .leftContainer{margin:0;width:100%}#successPage .pdfDownload .successPageImage{position:initial;max-width:570px;margin:40px 0 -15px auto}}@media screen and (max-width: 575px){#successPage .contentContainer{padding:1.25rem}#successPage .pdfDownload{padding:80px 1.25rem 0}#successPage .pdfDownload .successPageImage{margin:24px 0 -10px}}.parallax-banner{position:relative;width:100vw;min-height:320px;height:40vh;max-height:480px;overflow:hidden;display:flex;align-items:center;justify-content:center}.banner-content{position:relative;z-index:2;color:#fff;text-align:center;width:100%;padding:2rem 1rem;text-shadow:0 2px 8px rgba(0,0,0,.4)}.content{width:66%;max-width:900px;margin:0 auto;margin-bottom:2rem;padding-bottom:2rem}.content a{color:#601fe9;font-weight:700;transition:color .2s}.content a:hover{color:#b3e375}.purple-text{color:#601fe9}.video-wrapper{width:100%;aspect-ratio:16/9;margin:2rem 0;position:relative}.video-wrapper iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.home-button-container{margin-bottom:2rem}@media (max-width: 900px){.content{width:auto;padding:0 1rem}.parallax-banner{min-height:180px;height:28vw;max-height:220px}.banner-content{padding:1rem .5rem}.banner-content .h-banner{font-size:80px}.parallax-img{background-attachment:scroll}}#sti-101-page .parallax-banner{background:#F6AFEF}#sti-101-page .parallax-img{position:absolute;top:0;left:0;width:100%;height:100%;background-size:auto;background-attachment:fixed;background-position-y:30%;z-index:1;clip-path:inset(0 0 0 0)}#symptoms-page .parallax-banner{background:#F6AFEF}#symptoms-page .parallax-img{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-attachment:fixed;z-index:1;clip-path:inset(0 0 0 0)}#symptoms-page .parallax-img.small{display:none}@media (max-width: 900px){#symptoms-page .parallax-img.big{display:none}#symptoms-page .parallax-img.small{display:block}}#testing-page .parallax-banner{background:#601FE9}#testing-page .parallax-img{position:absolute;top:0;left:0;width:100%;height:100%;background-size:contain;background-attachment:fixed;z-index:1;background-repeat:no-repeat}#testing-page .h-banner{position:relative}#testing-page .computer-img{position:absolute;width:332px;z-index:1;right:-131px;transform:translate(-50%);top:88px}#testing-page .hand-img{position:absolute;right:-18px;top:-10%;height:300px;z-index:1}@media (max-width: 900px){#testing-page .computer-img,#testing-page .hand-img,#testing-page .parallax-circle{display:none}#testing-page .h-banner{position:relative}}#testing-page .purple-full-width{position:relative;left:50%;width:100vw;right:50%;transform:translate(-50%);padding:4rem 0;background-color:#601fe9}#testing-page .purple-full-width .process-section{margin:0 30%}#testing-page .purple-full-width .process-section .process-steps-title{font-size:40px;font-weight:600}#testing-page .purple-full-width .process-section p,#testing-page .purple-full-width .process-section div{color:#fcfcfc}#testing-page .purple-full-width .process-section .process-step div{font-size:28px;font-weight:600;margin-top:2rem;margin-bottom:1rem}#testing-page .purple-full-width .process-section .process-step div.pink{color:#f6afef}#testing-page .purple-full-width .process-section .process-step div.green{color:#b3e375}#testing-page .purple-full-width .process-section .process-step .intake-images{display:none}#testing-page .purple-full-width .process-section .process-step .intake-images .process-computer-img{position:absolute;z-index:2}#testing-page .purple-full-width .process-section .process-step .intake-images .process-hand-img{position:absolute;z-index:3}#testing-page .purple-full-width .process-section .process-step .intake-images .process-pink-circle{position:absolute;z-index:1}#testing-page .purple-full-width .process-section .process-step .mobile-results{display:none}#testing-page .purple-full-width .process-section .process-step .swab{position:absolute;rotate:20deg;right:150px;bottom:200px}#testing-page .purple-full-width .process-section .process-step .urine-test{position:absolute;width:150px;bottom:300px;rotate:20deg;left:100px}#testing-page .purple-full-width .process-section .process-step .blood-test{position:absolute;height:170px;rotate:-25deg;left:150px;top:80px}#testing-page .purple-full-width .process-section .process-step .ellipse-white{position:absolute;top:40%;left:50px;width:38px}#testing-page .purple-full-width .process-section .process-step .ellipse-pink{position:absolute;top:70%;left:90%}#testing-page .purple-full-width .process-section .process-step .ellipse-green{position:absolute;top:7%;left:60%}#testing-page .purple-full-width .process-section .process-step .star-green{left:18%;position:absolute;top:74%;width:70px}@media (max-width: 900px){#testing-page .purple-full-width .process-section{margin:0 1rem}#testing-page .purple-full-width .process-section .process-step{margin-bottom:300px;position:relative}#testing-page .purple-full-width .process-section .process-step .intake-images{display:block;width:100%;height:100%;max-width:330px;position:relative;margin:0 auto}#testing-page .purple-full-width .process-section .process-step .intake-images .process-computer-img{width:70%;left:30px;bottom:-300px}#testing-page .purple-full-width .process-section .process-step .intake-images .process-hand-img{width:60%;bottom:-230px;right:50px}#testing-page .purple-full-width .process-section .process-step .intake-images .process-pink-circle{width:60%;bottom:-200px;left:20px}#testing-page .purple-full-width .process-section .process-step .blood-test{rotate:-15deg;left:228px;top:120px}#testing-page .purple-full-width .process-section .process-step .swab{right:230px;height:220px;bottom:unset;rotate:35deg;top:150px}#testing-page .purple-full-width .process-section .process-step .urine-test{left:50px;bottom:-220px}#testing-page .purple-full-width .process-section .process-step .mobile-results{display:block;max-width:300px;position:absolute;left:50%;transform:translate(-50%);width:80%;margin:0 auto}#testing-page .purple-full-width .process-section .process-step .ellipse-green{top:-5%}#testing-page .purple-full-width .process-section .process-step .ellipse-white{top:230%;left:60%}#testing-page .purple-full-width .process-section .process-step .ellipse-pink{left:10%;top:150%}#testing-page .purple-full-width .process-section .process-step .star-green{top:-35%;left:65%}}#testing-page .parallax-circle{position:absolute;right:80px;top:-30px;width:300px;z-index:0}#treatment-prevention-page .parallax-banner{background:#601FE9}#treatment-prevention-page .parallax-img{position:absolute;left:0;width:100%;height:100%;background-size:contain;background-attachment:fixed;z-index:1;background-repeat:no-repeat;background-position-y:50%}#treatment-prevention-page .small{display:none}@media (max-width: 900px){#treatment-prevention-page .big{display:none}#treatment-prevention-page .small{display:block}}#stis-in-sask-page .parallax-banner{background:#F6AFEF}#stis-in-sask-page .h-banner{font-size:clamp(63px,10vw,160px)}#stis-in-sask-page .parallax-img{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-attachment:fixed;z-index:1;clip-path:inset(0 0 0 0)}#stis-in-sask-page .banner-ellipse{z-index:1;position:absolute}#stis-in-sask-page .banner-ellipse.pink{left:32%;top:8%}#stis-in-sask-page .banner-ellipse.green{left:20%;top:43%;width:30px}#stis-in-sask-page .banner-ellipse.white{left:81%;top:71%;width:37px}#resources-page .parallax-banner{background:#F6AFEF}#resources-page .parallax-img{position:absolute;top:0;left:0;width:100%;height:100%;background-size:cover;background-attachment:fixed;z-index:1;clip-path:inset(0 0 0 0)}#keep-yourself-safe-page .parallax-banner{background-color:#f6afef}#keep-yourself-safe-page .parallax-banner .banner-content{position:relative;height:100%;width:100%;display:flex;align-items:center;justify-content:center}#keep-yourself-safe-page .parallax-banner .parallax-img{position:absolute;left:50%;transform:translate(-50%);width:100%;height:100%;z-index:2;object-fit:cover;overflow:visible}@media (max-width: 768px){#keep-yourself-safe-page .parallax-banner .parallax-img{height:500px}}#keep-yourself-safe-page .parallax-banner .h-banner{position:relative;z-index:1;width:100%}#error-page .parallax-banner{background:#601FE9}#error-page .parallax-img{position:absolute;top:0;left:0;width:100%;height:100%;background-size:300px;background-attachment:fixed;z-index:1;background-repeat:no-repeat;background-position-x:80%;background-position-y:50%}.fui-AccordionItem{padding:0 5rem}.fui-AccordionItem .fui-AccordionHeader h3{padding-right:1rem}.fui-AccordionItem.active{background-color:#d7caf333;border-left:6px solid #601FE9;padding:2rem 5rem 2rem calc(5rem - 6px)}.fui-AccordionItem.active .fui-AccordionPanel li,.fui-AccordionItem.active .fui-AccordionPanel p{color:#601fe9;padding-right:4rem}.fui-AccordionItem.active .fui-AccordionHeader h3{color:#601fe9;padding-left:0}.fui-AccordionItem .accordion-chevron{display:none}@media screen and (max-width: 1000px){.fui-AccordionItem{padding:0 3rem}.fui-AccordionItem.active{padding:2rem 3rem 2rem calc(3rem - 6px)}.fui-AccordionItem.active .fui-AccordionPanel p{padding-right:3rem}}@media screen and (max-width: 575px){.fui-AccordionItem{padding:0 2rem}.fui-AccordionItem.active{padding:1rem 2rem 1rem calc(2rem - 6px)}.fui-AccordionItem.active .fui-AccordionHeader button span img{display:none}.fui-AccordionItem.active .fui-AccordionPanel p{padding-right:2rem}.fui-AccordionItem.active .accordion-chevron{display:flex;justify-content:flex-end}}.addressLink{display:flex;align-items:flex-start;flex-direction:row}.addressLink a{color:#601fe9;text-underline-offset:3px}.addressLink .locationIcon{display:flex;margin-right:10px}.addressLink .newTabIcon{vertical-align:middle;margin-left:10px}.checkmark__circle{stroke-dasharray:166;stroke-dashoffset:166;stroke-width:2;stroke-miterlimit:10;stroke:#601fe9;animation:stroke .6s cubic-bezier(.65,0,.45,1) forwards}.checkmark{width:80px;height:80px;border-radius:50%;display:block;stroke-width:5;stroke:#fcfcfc;stroke-miterlimit:10;box-shadow:inset 0 0 #601fe9;animation:fill .4s ease-in-out .4s forwards,scale .3s ease-in-out .9s both}.checkmark__check{transform-origin:50% 50%;stroke-dasharray:48;stroke-dashoffset:48;animation:stroke .3s cubic-bezier(.65,0,.45,1) .8s forwards}@keyframes stroke{to{stroke-dashoffset:0}}@keyframes scale{0%,to{transform:none}50%{transform:scale3d(1.1,1.1,1)}}@keyframes fill{to{box-shadow:inset 0 0 0 40px #601fe9}}.fui-Link.linkButton,.fui-Button{border-radius:6px!important;font-family:Mulish,sans-serif!important;font-size:24px!important;font-weight:700!important;padding:18px 28px!important}.fui-Link.linkButton .fui-Button__icon,.fui-Button .fui-Button__icon{margin-left:1.5rem}.fui-Link.linkButton .icon-before,.fui-Button .icon-before{margin-left:unset;margin-right:1.5rem}.fui-Link.linkButton.white,.fui-Link.linkButton.pink,.fui-Link.linkButton.green,.fui-Button.white,.fui-Button.pink,.fui-Button.green{color:#201f22!important}.fui-Link.linkButton.white .fui-Button__icon img,.fui-Link.linkButton.pink .fui-Button__icon img,.fui-Link.linkButton.green .fui-Button__icon img,.fui-Button.white .fui-Button__icon img,.fui-Button.pink .fui-Button__icon img,.fui-Button.green .fui-Button__icon img{filter:invert(100%) sepia(8%) saturate(576%) hue-rotate(219deg) brightness(95%) contrast(91%)}.fui-Link.linkButton.white:disabled,.fui-Link.linkButton.pink:disabled,.fui-Link.linkButton.green:disabled,.fui-Button.white:disabled,.fui-Button.pink:disabled,.fui-Button.green:disabled{background-color:#8e8e8e!important}.fui-Link.linkButton.green,.fui-Button.green{background-color:#b3e375!important}.fui-Link.linkButton.white,.fui-Button.white{background-color:#fcfcfc!important}.fui-Link.linkButton.pink,.fui-Button.pink{background-color:#f6afef!important}.fui-Link.linkButton.purple,.fui-Button.purple{background-color:#601fe9!important;color:#fcfcfc!important}.fui-Link.linkButton.purple:disabled,.fui-Button.purple:disabled{background-color:#8e8e8e!important}.fui-Link.linkButton.outline,.fui-Button.outline{box-sizing:border-box;border:3px solid #601FE9;color:#201f22}.fui-Link.linkButton.outline:hover,.fui-Button.outline:hover{text-decoration-line:none}#Footer{background-color:#201f22;padding:2rem 3rem;position:relative;overflow-x:clip}#Footer a,#Footer p{text-decoration:none;color:#fcfcfc}#Footer li,#Footer .policy{list-style:none;color:#fcfcfc}#Footer li a:hover,#Footer .policy a:hover{color:#b3e375}#Footer .footer-content{display:flex;flex-direction:row;justify-content:space-between;margin:0 auto 100px;max-width:1440px}#Footer .footer-content .footer-content-left{max-width:30%}#Footer .footer-content .footer-content-left .logo{width:6.75rem}#Footer .footer-content .footer-content-left p{width:80%}#Footer .footer-content .footer-content-right{display:flex;flex-direction:row;gap:2rem}#Footer .footer-content .footer-content-right .footer-column ul li:not(:first-child){margin-bottom:1.5rem}#Footer .footer-content .footer-content-right .footer-column ul a{font-size:14px;line-height:18px}#Footer .footer-bottom{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin:3rem auto 0;max-width:1440px}#Footer .footer-bottom .policy{align-items:center;display:flex;flex-direction:row;gap:60px}#Footer .footer-bottom .policy p{font-size:16px;line-height:20px}#Footer .footer-bottom .footer-social-links img{margin-left:2rem}.donate-link{display:flex;gap:1rem;align-items:self-end}.ellipse-blue{bottom:3rem;left:40%;position:absolute}.ellipse-green{bottom:7rem;left:70%;position:absolute}.ellipse-pink{bottom:18rem;left:30%;position:absolute}@media screen and (max-width: 1200px){.ellipse-blue,.ellipse-green,.ellipse-pink{max-width:2rem}}@media screen and (max-width: 1100px){#Footer .footer-content .footer-content-right{gap:0rem}}@media screen and (max-width: 900px){.ellipse-blue{bottom:9rem;left:40%}.ellipse-green{bottom:13rem;left:75%}.ellipse-pink{bottom:24rem;left:25%}}@media screen and (max-width: 850px){#Footer a,#Footer p{font-size:14px}#Footer .footer-content{flex-direction:column}#Footer .footer-content .footer-content-left{align-items:center;display:flex;flex-direction:row;justify-content:space-between;margin:1rem 0 3rem;max-width:100%}#Footer .footer-content .footer-content-left img{width:6rem}#Footer .footer-content .footer-content-left p{margin:0 1rem 0 3rem}#Footer .footer-content .footer-content-right{align-items:flex-start;flex-wrap:wrap;justify-content:space-between;width:100%}#Footer .footer-content .footer-content-right ul{padding:0}#Footer .footer-content .footer-content-right .footer-column{display:block}#Footer .footer-content .footer-content-right .footer-column .footer-link-header{font-size:16px}.ellipse-green{bottom:28rem;left:97%}.ellipse-pink{bottom:23rem;left:25%}}@media screen and (max-width: 575px){#Footer{padding:2rem 1.25rem}#Footer .footer-content{margin-bottom:0}#Footer .footer-content .footer-content-right{margin-top:1rem}#Footer .footer-content .footer-content-right .footer-column{flex-basis:50%}#Footer .footer-bottom{margin-top:1.25rem}#Footer .footer-bottom .policy{gap:30px}#Footer .footer-bottom .footer-social-links img{margin-left:1rem}.ellipse-blue{bottom:6rem;left:20%}.ellipse-green{bottom:28rem;left:95%}.ellipse-pink{bottom:30rem;left:25%}}#assessmentForm .description{font-style:italic}#assessmentForm ol{list-style-position:inside;padding-left:0}#assessmentForm ol li{margin:50px 0}#assessmentForm ol li .options{display:flex;flex-direction:column;margin:.5rem 0}#assessmentForm ol li::marker{font-size:24px;font-weight:600}#assessmentForm ol li h3{display:inline}.bg-left,.bg-right{position:absolute;z-index:-1}.bg-left{left:0;top:200px}@media screen and (max-width: 720px){.bg-left{top:400px;width:35%}}.bg-right{right:0;top:800px}@media screen and (max-width: 720px){.bg-right{top:1300px;width:50%}}.formCard{background-color:transparent;border:1px solid #8E8E8E;border-radius:15px;padding:1.875rem;text-align:left}.formCard h3,.formCard p{margin:0}.formCard h3{margin-bottom:.75rem}.formCard p{color:#601fe9}.formCard.checked{border:5px solid #601FE9;position:relative}.formCard.checked:after{content:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAAqCAYAAADFw8lbAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAALqSURBVHgB7Zg9i9RAGMf/k/iCb2fgfEH0MJZanbWFe4WtnNiIzWVrC7nirITjwEq/gN1lCwUrFSyFzUfwI0Q4OVgVF1GskvF5Zt1zk0ySSXb2FN0fHLfMzmR++zyTeQPm/KcIWCDwd33A7dDjPCD1RqXOkD7HVBaH8Zl3mJLWooH/sYM0XYMQq4D0aqrHkCKCI3phfDpCCxqLKkEpN0mug3bE9OO2KMphk0bGoiq90t2eQjCLFCGchITPxSbVjUQDf7BMUXxJH33YhaN7y2QMO3UVuv5gDRJ92JeEeqaUfdVHDZURHUWSJWtflmkZUmRXqiJbGtHRmOR0z1yS8biv0TSnpzz1qUtv9kzSXcavl1WPVpRSHkDIAPuO7KjpT4M+omqe/EOU9F0QpXHSwYxSfnRB4Ob9IzW19FE9UKiXurQsStiGJTeencTSFReL511sP/hWUVvydBVNlhRTLyytPBNMSjLXbh/GnYfHyhtIuZovyogG/s4yLKc9L8l8/pDgbfijqpmXn6pyET3owyJlkk/ufsWnnbSmNW8bf5MTlT4MOr/39AROXXBmKMmkXoWo8Ew6v3rjkPpfJju9ZNGldlMySffx8b3OF0lSJ2tHskg+9cOqyi8efVedjsnL2pXMuuREnUpR7ow71ckuXXYtR1LEGbPsl0mEGspkN994ltOdFS3sR4OLgy8mWztO98bzBbXK5LEwJuPw/dlLkwW6lek1DNBF1pIkOdCJNYfmrU9DGJKXtSKpEL1Cia4apb/f5LTJw4CnLt5oTC9ZTDujn0dFsoUGjCNrQZL6TrV9lx7umkbVCkKEdMDr6r4qX5lEwg1i7B8xTY+lmfxLjsuCjstod1xmVEORrKsHzQyWTNbrbkv+nSsdZhTZdIWGQQ+24Emdnml6d9ri2nE3gHTaX06oVUfd4kWNmqEl6lidOnRRgeuoleZxKF/RqtdrKrj3BFhAjWF1jOG/8c6c95O8bUwi0zvQOXM0/ASRAnEgXzJMDwAAAABJRU5ErkJggg==);position:absolute;right:-1.25rem;top:-1.25rem}#formProgress{display:flex;flex-direction:row;max-width:1320px;margin:auto}#formProgress h3{color:#595959;display:flex;flex-direction:row;gap:20px;position:relative;white-space:nowrap}#formProgress h3 span.step{background-color:#d3d3d3;border-radius:50px;padding:10px 18px}#formProgress h3 span.bar{position:relative;padding:37px}#formProgress h3 span.bar:after{border:2px solid #D3D3D3;content:"";position:absolute;left:50%;transform:translate(-50%,-50%);top:50%;width:37px;z-index:-1}#formProgress h3.active{color:#601fe9}#formProgress h3.active span.step{background-color:#601fe9;color:#fcfcfc}#formProgress h3.active span.bar:after{border:2px solid #601FE9}@media screen and (max-width: 1439px){#formProgress h3{flex:1 1 0px;flex-direction:column;margin-right:20px;white-space:unset}#formProgress h3 span.step{margin-right:0}#formProgress h3 span.bar{padding:0}#formProgress h3 span.bar:after{left:0;top:50%;width:20vw;transform:translate(-88%,-50%);width:30vw}}@media screen and (max-width: 720px){#formProgress h3{font-size:16px;line-height:20px;margin-right:10px}#formProgress h3 span.step{font-size:18px;padding:8px 14.1px}}@media screen and (max-width: 480px){#formProgress h3{font-size:12px}#formProgress h3 span.step{font-size:18px}}#formResult{align-items:center;display:flex;flex-direction:column;margin:4rem 0 3rem;text-align:left}#formResult img{height:auto;margin-bottom:3rem;max-width:450px;width:100%}#formResult .tests-list{display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-evenly;gap:2rem;margin:2rem auto 6rem}#formResult .tests-list.elegible{margin:0;width:100%}#formResult .tests-list .formCard{display:flex;flex:30%;flex-direction:column;max-width:340px;min-width:340px}@media (max-width: 400px){#formResult .tests-list .formCard{min-width:100%}}.Header{padding:2rem 3rem;margin:0;display:flex;align-items:center}.Header.home{background-color:#201f22}.Header a{display:block;max-width:1440px}.Header .header-logo{width:6.75rem}.Header .header-row{margin-right:auto}.Header .header-nav{display:flex;gap:2rem;height:fit-content}.Header .header-nav.home .nav-link{color:#fcfcfc}.Header .header-nav.home .nav-link:hover{color:#b3e375}.Header .header-nav .nav-link{display:flex;color:#fcfcfc;color:#201f22;gap:1rem;text-decoration:none;height:fit-content;transition:color .2s}.Header .header-nav .nav-link:hover{color:#601fe9}.Header .menu{display:none}.Header .menu .menu-icon{width:36px;height:36px}@media screen and (max-width: 970px){.Header{flex-direction:column;align-items:stretch}.Header .header-row{width:100%;display:flex;align-items:center;justify-content:space-between}.Header .header-nav{flex-direction:column;gap:0;background:#FCFCFC;width:100%;max-height:0;overflow:hidden;opacity:0;transition:max-height .3s cubic-bezier(.4,0,.2,1),opacity .2s linear}.Header .header-nav:hover{color:#601fe9}.Header .header-nav.open{max-height:500px;opacity:1;transition:max-height .4s cubic-bezier(.4,0,.2,1),opacity .2s linear}.Header .header-nav.home{background:#201F22}.Header .header-nav.home .nav-link{color:#fcfcfc}.Header .header-nav.home .nav-link:hover{color:#b3e375}.Header .header-nav .nav-link{padding:1rem 0rem;border-bottom:1px solid #D3D3D3;width:100%;color:#201f22}.Header .header-nav .nav-link:last-child{border-bottom:none}.Header .menu{display:block;background:none;border:none;padding:0}}@media screen and (max-width: 575px){.Header{padding:1.25rem}.Header img{width:5rem}}#personalInformation .information h3{margin-bottom:2rem}#personalInformation .information .information-inputs li{margin-bottom:3rem}#personalInformation .information .information-inputs li::marker{font-size:18px;font-weight:700}#personalInformation .information .information-inputs li div.input-row{display:flex;flex-wrap:wrap;gap:1em}#personalInformation .information .information-inputs li p.calendar{padding-bottom:1.875rem}#personalInformation .information .information-inputs li>.ms-TextField .ms-TextField-fieldGroup,#personalInformation .information .information-inputs li .fui-Input{background-color:#fcfcfc;border:2px solid #595959;border-radius:6px;height:50px;padding:10px 20px}#personalInformation .information .information-inputs li>.ms-TextField .ms-TextField-fieldGroup:after{display:none}#personalInformation .information .information-inputs li>.ms-TextField .ms-TextField-fieldGroup input{font-size:20px;padding:0;font-style:normal;font-family:Mulish,sans-serif;font-weight:400;font-size:16px}#personalInformation .ms-TextField,#personalInformation .ms-DatePicker{border:none;max-width:328px;margin-bottom:20px}#personalInformation .ms-TextField .ms-TextField-fieldGroup,#personalInformation .ms-DatePicker .ms-TextField-fieldGroup{background-color:transparent}#personalInformation .ms-TextField .ms-TextField-fieldGroup i,#personalInformation .ms-DatePicker .ms-TextField-fieldGroup i{display:none}#personalInformation .ms-TextField .ms-TextField-fieldGroup>div,#personalInformation .ms-DatePicker .ms-TextField-fieldGroup>div{align-items:center;background-color:#fcfcfc;border:2px solid #595959;border-radius:6px;display:flex;flex-direction:row;font-family:Mulish,sans-serif;font-size:16px;height:50px;line-height:28px;margin-top:-1.75rem;min-width:250px;padding:12px 20px;position:relative}#personalInformation .ms-TextField .ms-TextField-fieldGroup>div:before,#personalInformation .ms-DatePicker .ms-TextField-fieldGroup>div:before{content:url(/assets/calendar-icon-5c038602.svg);height:24px;margin-right:20px}#personalInformation .ms-TextField .ms-TextField-fieldGroup>div:after,#personalInformation .ms-DatePicker .ms-TextField-fieldGroup>div:after{content:url(/assets/calendar-expand-04027644.svg);position:absolute;right:20px;top:12px}#personalInformation .ms-TextField.is-open .ms-TextField-fieldGroup>div,#personalInformation .ms-DatePicker.is-open .ms-TextField-fieldGroup>div{border:2px solid #601FE9}#personalInformation .ms-TextField.is-open .ms-TextField-fieldGroup>div:before,#personalInformation .ms-DatePicker.is-open .ms-TextField-fieldGroup>div:before{content:url(/assets/calendar-selected-b872ef99.svg)}#personalInformation .ms-TextField.is-open .ms-TextField-fieldGroup>div:after,#personalInformation .ms-DatePicker.is-open .ms-TextField-fieldGroup>div:after{content:url(/assets/calendar-collapse-e2ebce31.svg);position:absolute;right:20px;top:16px}#personalInformation .lab-locations{align-items:center;display:flex;flex-direction:row;gap:80px}#personalInformation .lab-locations .fui-Dropdown{border:none}#personalInformation .lab-locations .fui-Dropdown button{border:2px solid #201F22;border-radius:8px;min-width:354px;padding:12px 20px}#personalInformation .lab-locations .fui-Dropdown button[aria-expanded=true]{border:2px solid #601FE9}#personalInformation .lab-locations .fui-Dropdown button[aria-expanded=true] .fui-Dropdown__expandIcon:before{content:url(/assets/expand-more-purple-7cafa1f7.svg)}#personalInformation .lab-locations .fui-Dropdown button[aria-expanded=true] .fui-Dropdown__expandIcon img{display:none}#personalInformation .lab-locations .fui-Dropdown:after{display:none}@media screen and (max-width: 770px){#personalInformation .lab-locations{align-items:flex-start;flex-direction:column;gap:1rem}#personalInformation .lab-locations .fui-Dropdown button{min-width:300px}}#personalInformation .lifeLabs{display:grid;gap:4rem;margin:4rem 0;grid-template-columns:1fr 1fr}#personalInformation .lifeLabs .formCard{flex:48%;max-width:500px;padding:2.5rem 3.125rem;width:auto}#personalInformation .lifeLabs .formCard h3 img{margin-left:1.25rem}#personalInformation .lifeLabs .formCard .addressLink{margin-top:1.75rem}@media screen and (max-width: 1185px){#personalInformation .lifeLabs .formCard{display:flex;flex-direction:column;padding:2.5rem 2rem;max-width:400px}}@media screen and (max-width: 990px){#personalInformation .lifeLabs{display:flex;flex-direction:column;gap:2rem}#personalInformation .lifeLabs .formCard{align-items:center;display:flex;flex-direction:row;gap:1rem;max-width:100%;padding:2rem}#personalInformation .lifeLabs .formCard .addressLink{margin-top:0}}@media screen and (max-width: 630px){#personalInformation .lifeLabs .formCard{flex-direction:column}}#personalInformation .results-img{position:relative;left:50%;translate:-50%;width:300px;margin-bottom:4rem}.ms-DatePicker-callout{box-shadow:none}.ms-DatePicker-callout .ms-Callout-main{background-color:transparent}.ms-DatePicker-callout .ms-Callout-main #dateOfBirth{background-color:#f5f2fb;border-radius:16px;justify-content:center;width:328px}.ms-DatePicker-callout .ms-Callout-main #dateOfBirth div[class^=header-]{justify-content:space-between;width:100%}.ms-DatePicker-callout .ms-Callout-main #dateOfBirth th,.ms-DatePicker-callout .ms-Callout-main #dateOfBirth td{padding:.48rem}.ms-DatePicker-callout .ms-Callout-main #dateOfBirth div[class^=monthComponents-] button:nth-child(1):after,.ms-DatePicker-callout .ms-Callout-main #dateOfBirth div[class^=navigationButtonsContainer-] button:nth-child(1):after{content:url(/assets/calendar-back-cfa664a9.svg)}.ms-DatePicker-callout .ms-Callout-main #dateOfBirth div[class^=monthComponents-] button:nth-child(2):after,.ms-DatePicker-callout .ms-Callout-main #dateOfBirth div[class^=navigationButtonsContainer-] button:nth-child(2):after{content:url(/assets/calendar-forward-96bcde18.svg)}.ms-DatePicker-callout .ms-Callout-main #dateOfBirth .ms-CalendarDay-dayIsToday{background-color:transparent!important;color:#201f22!important;font-weight:400!important}.ms-DatePicker-callout .ms-Callout-main #dateOfBirth .ms-CalendarDay-daySelected{background-color:#d7caf3!important;border-radius:100px}.ms-DatePicker-callout .ms-Callout-main #dateOfBirth .ms-CalendarDay-daySelected:before{display:none}.fui-Listbox{background-color:#f5f2fb!important;border-radius:8px!important;outline:none!important}.fui-Listbox .fui-Option{font-family:Mulish,sans-serif;padding:20px 30px}.fui-Listbox .fui-Option span{margin-right:20px}.fui-Checkbox{align-items:center;display:flex;flex-direction:row;margin:.5rem 0;gap:1.5rem}.fui-Checkbox .fui-Checkbox__indicator{align-self:center;border:2px solid #8E8E8E;border-radius:2px;cursor:pointer;min-height:16px;min-width:16px;position:relative}.fui-Checkbox .fui-Label{color:#595959;font-style:normal;font-weight:400;font-size:20px;line-height:140%}.fui-Checkbox:hover{color:#8e8e8e!important}.fui-Checkbox.checked .fui-Checkbox__indicator{border:2px solid #601FE9}.fui-Checkbox.checked .fui-Checkbox__indicator:after{content:"";background-color:#601fe9;border-radius:1px;height:9px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:9px}.fui-Checkbox.checked .fui-Label{color:#201f22;font-weight:700}.fui-Checkbox.checked:hover{color:#601fe9!important}.fui-RadioGroup{display:flex;flex-direction:column;gap:1rem 0}.fui-RadioGroup .fui-Radio{align-items:center;display:flex;flex-direction:row;gap:1.5rem}.fui-RadioGroup .fui-Radio .fui-Radio__indicator{border-color:#8e8e8e!important;border:2px solid #8E8E8E;border-radius:10px;cursor:pointer;min-height:16px;min-width:16px}.fui-RadioGroup .fui-Radio .fui-Label{color:#595959;font-style:normal;font-weight:400;font-size:20px;line-height:140%}.fui-RadioGroup .fui-Radio.checked .fui-Radio__indicator{border-color:#601fe9!important;border:2px solid #601FE9;position:relative}.fui-RadioGroup .fui-Radio.checked .fui-Radio__indicator:after{content:"";background-color:#601fe9;border-radius:10px;height:9px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:9px}.fui-RadioGroup .fui-Radio.checked .fui-Label{color:#201f22;font-weight:700}#reviewInformation{margin:100px auto 120px}#reviewInformation h2{font-size:24px;font-weight:700}#reviewInformation .information{margin:auto;max-width:600px}#reviewInformation .health-card-number,#reviewInformation .name,#reviewInformation .gender,#reviewInformation .dob,#reviewInformation .phone,#reviewInformation .requesting-physician,#reviewInformation .lab{align-items:center;display:flex;flex-direction:row;gap:60px}#reviewInformation .health-card-number h4,#reviewInformation .name h4,#reviewInformation .gender h4,#reviewInformation .dob h4,#reviewInformation .phone h4,#reviewInformation .requesting-physician h4,#reviewInformation .lab h4{color:#8e8e8e;font-weight:500;line-height:140%;min-width:200px}#reviewInformation .lab{align-items:flex-start}#reviewInformation .lab p{margin:1.33em auto 0}#reviewInformation .lab a{color:#595959;font-size:20px;font-weight:700;line-height:140%}@media screen and (max-width: 475px){#reviewInformation{margin:50px auto 100px}#reviewInformation .health-card-number,#reviewInformation .name,#reviewInformation .gender,#reviewInformation .dob,#reviewInformation .phone,#reviewInformation .requesting-physician,#reviewInformation .lab{align-items:flex-start;flex-direction:column;gap:0}#reviewInformation .health-card-number h4,#reviewInformation .name h4,#reviewInformation .gender h4,#reviewInformation .dob h4,#reviewInformation .phone h4,#reviewInformation .requesting-physician h4,#reviewInformation .lab h4{margin-bottom:0}}h1,h2,h3,h4,p,label,ol,ul,li{color:#201f22;font-family:Mulish,sans-serif}h1,.h1{font-style:normal;font-size:70px;font-weight:700;line-height:88px}@media screen and (max-width: 720px){h1,.h1{font-size:54px;line-height:68px}}@media screen and (max-width: 480px){h1,.h1{font-size:40px;line-height:50px}}h1.bold{font-weight:800}h2,.h2{font-style:normal;font-weight:700;font-size:48px;line-height:60px}@media screen and (max-width: 575px){h2,.h2{font-size:32px;line-height:40px}}h2.bold{font-weight:800;font-size:40px;line-height:50px}@media screen and (max-width: 575px){h2.bold{font-size:32px;font-weight:700;line-height:40px}}.h-banner{font-family:Covered By Your Grace,cursive;font-size:160px}h3,.h3{font-style:normal;font-weight:600;font-size:32px;line-height:40px}h3.bold{font-weight:700}h3.small{font-size:24px}h4,.h4{font-style:normal;font-weight:900;font-size:20px;line-height:25px}h4.inactive{font-weight:800}p{font-style:normal;font-weight:400;font-size:20px;line-height:25px}p.semibold{font-weight:600}p.bold{font-weight:700}p.med{font-size:16px;line-height:20px}p.small{font-size:14px;line-height:18px}li{font-size:16px;line-height:18px;margin-top:1rem;margin-bottom:1rem}li.bold{font-weight:700}label{font-style:normal;font-weight:400;font-size:20px;line-height:140%}.error{color:#dc362e}.cookie-banner{background:#B3E375!important;color:#201f22!important;font-family:Mulish,sans-serif!important;font-size:16px!important}.cookie-banner a{color:#601fe9!important;font-weight:700!important;text-decoration:underline!important}.cookie-banner a:hover{color:#390e94!important}.cookie-banner-btn{color:#fcfcfc!important;background:#601FE9!important;font-size:16px!important;font-family:Mulish,sans-serif!important;border-radius:6px!important;padding:.5rem 1.5rem!important}.cookie-banner-btn:hover{background:#4b13c2!important}:root{--fontFamilyBase: $mulish}#policy-page{margin:2rem}@media (max-width: 900px){#policy-page{margin:1rem}}[data-custom-class=body],[data-custom-class=body] *{background:transparent!important}[data-custom-class=title],[data-custom-class=title] *{font-size:26px!important}[data-custom-class=subtitle],[data-custom-class=subtitle] *{font-size:14px!important}[data-custom-class=heading_1],[data-custom-class=heading_1] *{font-size:19px!important}[data-custom-class=heading_2],[data-custom-class=heading_2] *{font-size:17px!important}[data-custom-class=body_text],[data-custom-class=body_text] *{color:#595959!important;font-size:14px!important}[data-custom-class=link],[data-custom-class=link] *{color:#601fe9!important;font-size:14px!important;font-weight:700!important;word-break:break-word!important}ul{list-style-type:square}ul>li>ul{list-style-type:circle}ul>li>ul>li>ul{list-style-type:square}ol li{font-family:Arial}
