.about-module__7Q4TZa__about{justify-content:center;gap:40px;width:100%;min-height:100vh;padding:10rem;display:flex;position:relative}@media screen and (max-width:1000px){.about-module__7Q4TZa__about{flex-direction:column-reverse;height:fit-content}}@media screen and (max-width:600px){.about-module__7Q4TZa__about{padding:20px}}.about-module__7Q4TZa__section{flex-direction:column;flex:1;justify-content:center;gap:40px;min-width:400px;height:100%;display:flex;top:0}@media screen and (max-width:1000px){.about-module__7Q4TZa__section{align-items:center;height:fit-content}}@media screen and (max-width:600px){.about-module__7Q4TZa__section{min-width:100%}}.about-module__7Q4TZa__sticky{position:sticky}.about-module__7Q4TZa__image{object-fit:cover;border-radius:50%;width:30vw;min-width:300px;max-width:500px;height:30vw;min-height:300px;max-height:500px}@media screen and (max-width:1000px){.about-module__7Q4TZa__image{width:80vw;max-width:500px;height:80vw;max-height:500px}}.about-module__7Q4TZa__title{font-size:5rem;font-weight:var(--font-regular)}@media screen and (max-width:600px){.about-module__7Q4TZa__title{font-size:4rem}}.about-module__7Q4TZa__bubble1{top:0;right:0}.about-module__7Q4TZa__bubble2{top:40px;left:0}.about-module__7Q4TZa__bubble3{bottom:-40px;right:-20px}@media screen and (max-width:600px){.about-module__7Q4TZa__bubble3{bottom:0;right:20px}}.about-module__7Q4TZa__imageContainer{opacity:0;align-self:center;width:fit-content;height:fit-content;margin-top:15vh;transition:all 1s;position:relative;transform:scale(.8)}.about-module__7Q4TZa__right{justify-content:flex-start;padding-bottom:250px}@media screen and (max-width:1000px){.about-module__7Q4TZa__right{padding-bottom:0}}.about-module__7Q4TZa__text{max-width:600px}@media screen and (max-width:1000px){.about-module__7Q4TZa__text{text-align:center}.about-module__7Q4TZa__text{font-size:1.8rem}}.about-module__7Q4TZa__image--visible{opacity:1;transform:scale(1)}.about-module__7Q4TZa__content{opacity:0;transition:all 1s;transform:translateY(-10px)}.about-module__7Q4TZa__content--visible{opacity:1;transform:translateY(0)}.about-module__7Q4TZa__delay1{transition:all 1s .5 ease}
.spacer-module__H1VRda__spacer{width:100%}.spacer-module__H1VRda__xs{height:.5rem}.spacer-module__H1VRda__s{height:1rem}.spacer-module__H1VRda__m{height:1.5rem}.spacer-module__H1VRda__l{height:2rem}.spacer-module__H1VRda__xl{height:2.5rem}.spacer-module__H1VRda__xxl{height:3rem}.spacer-module__H1VRda__xxxl{height:4rem}
@keyframes bubble-module__SUVYAG__animate{0%{transform:translate(15px)translateY(15px)}25%{transform:translate(0)translateY(15px)}50%{transform:translate(0)translateY(0)}75%{transform:translate(15px)translateY(0)}to{transform:translate(15px)translateY(15px)}}@keyframes bubble-module__SUVYAG__animateReverse{0%{transform:translate(0)translateY(0)}25%{transform:translate(15px)translateY(0)}50%{transform:translate(15px)translateY(15px)}75%{transform:translate(0)translateY(15px)}to{transform:translate(0)translateY(0)}}@keyframes bubble-module__SUVYAG__fadeIn{0%{opacity:0;scale:.8}to{opacity:1;scale:1}}.bubble-module__SUVYAG__bubble{aspect-ratio:1;background:radial-gradient(circle,#fff 0%,#b48cbe 100%);border-radius:50%;height:12%;max-height:60px;animation:2s forwards bubble-module__SUVYAG__fadeIn,12s linear infinite bubble-module__SUVYAG__animate;position:absolute}.bubble-module__SUVYAG__bubble__xl{height:40%;max-height:200px;animation:2s forwards bubble-module__SUVYAG__fadeIn,25s linear infinite bubble-module__SUVYAG__animate}.bubble-module__SUVYAG__bubble__l{height:30%;max-height:150px;animation:2s forwards bubble-module__SUVYAG__fadeIn,20s linear infinite bubble-module__SUVYAG__animate}.bubble-module__SUVYAG__bubble__m{height:20%;max-height:100px;animation:2s forwards bubble-module__SUVYAG__fadeIn,15s linear infinite bubble-module__SUVYAG__animate}.bubble-module__SUVYAG__bubble--reverse{animation:2s forwards bubble-module__SUVYAG__fadeIn,12s linear infinite bubble-module__SUVYAG__animateReverse}.bubble-module__SUVYAG__bubble--reverse__xl{animation:2s forwards bubble-module__SUVYAG__fadeIn,25s linear infinite bubble-module__SUVYAG__animateReverse}.bubble-module__SUVYAG__bubble--reverse__l{animation:2s forwards bubble-module__SUVYAG__fadeIn,20s linear infinite bubble-module__SUVYAG__animateReverse}.bubble-module__SUVYAG__bubble--reverse__m{animation:2s forwards bubble-module__SUVYAG__fadeIn,15s linear infinite bubble-module__SUVYAG__animateReverse}
.input-module__EkNm6W__input{flex-direction:column;flex:1;display:flex}.input-module__EkNm6W__field{background-color:var(--color-grey-light);border:.1rem solid var(--color-purple-medium);-webkit-appearance:none;max-width:100%;min-height:4.5rem;color:var(--color-purple-dark);border-radius:1.5rem;flex:1;padding:1.2rem;font-family:Ubuntu,sans-serif;font-size:1.8rem}.input-module__EkNm6W__field:hover{background-color:var(--color-purple-lightest)}.input-module__EkNm6W__field:focus{border-color:var(--color-purple-medium);outline:none}@media screen and (max-width:600px){.input-module__EkNm6W__field{padding:1.4rem;font-size:1.8rem}}.input-module__EkNm6W__field--error{border:.1rem solid var(--color-red)}.input-module__EkNm6W__textarea{background-color:var(--color-grey-light);border:.1rem solid var(--color-purple-medium);-webkit-appearance:none;min-height:5rem;color:var(--color-purple-dark);border-radius:1.5rem;flex:1;padding:2rem}.input-module__EkNm6W__textarea:hover{background-color:var(--color-purple-lightest)}.input-module__EkNm6W__textarea:focus{border-color:var(--color-purple-medium);outline:none}@media screen and (max-width:600px){.input-module__EkNm6W__textarea{padding:1.6rem;font-size:1.8rem}}.input-module__EkNm6W__inputContainer{align-items:center;display:flex;position:relative}.input-module__EkNm6W__label{color:var(--color-purple-dark);font-size:1.8rem}@media screen and (max-width:600px){.input-module__EkNm6W__label{font-size:1.8rem}}.input-module__EkNm6W__label--error{color:var(--color-red)}.input-module__EkNm6W__error{color:var(--color-red);visibility:hidden}.input-module__EkNm6W__error--visible{visibility:visible}
@keyframes navbar-module__6gFg2a__fadeInAndSlideDown{0%{opacity:0;transform:translateY(-1rem)}to{opacity:1;transform:translateY(0)}}.navbar-module__6gFg2a__nav{z-index:5;opacity:0;background:linear-gradient(#faf8fe 0%,#faf8fecc 60%,#faf8fe00 100%);justify-content:flex-end;width:100vw;padding:1.5rem 4rem 3rem;animation:.5s 1s forwards navbar-module__6gFg2a__fadeInAndSlideDown;display:flex;position:fixed;top:0;left:0;right:0;overflow:hidden;transform:translateY(-2rem)}@media screen and (max-width:600px){.navbar-module__6gFg2a__nav{padding:1.5rem}}.navbar-module__6gFg2a__list{justify-content:flex-end;align-items:center;width:100%;list-style:none;display:flex}@media screen and (max-width:600px){.navbar-module__6gFg2a__list{justify-content:center}}.navbar-module__6gFg2a__listItem{border-bottom:5px solid #0000;border-radius:5px;height:fit-content;display:flex}@media screen and (max-width:600px){.navbar-module__6gFg2a__listItem{flex:1;align-items:center}}.navbar-module__6gFg2a__listItem:hover{background-color:var(--color-purple-lightest)}.navbar-module__6gFg2a__active{border-bottom:5px solid var(--color-purple-light)}.navbar-module__6gFg2a__link{width:100%;height:100%;padding:1.5rem 3rem;font-size:1.8rem;text-decoration:none;display:flex}@media screen and (max-width:600px){.navbar-module__6gFg2a__link{text-align:center;justify-content:center;align-items:center;padding:1rem 0;font-size:1.6rem}}
.prices-module__CkksXq__prices{flex-direction:column;width:100%;padding:10rem;display:flex}@media screen and (max-width:600px){.prices-module__CkksXq__prices{padding:30% 0 40px}}.prices-module__CkksXq__title{font-size:5rem;font-weight:var(--font-regular)}@media screen and (max-width:600px){.prices-module__CkksXq__title{padding:0 20px;font-size:3rem}}.prices-module__CkksXq__subtitle{font-size:1.8rem;font-weight:var(--font-regular)}@media screen and (max-width:600px){.prices-module__CkksXq__subtitle{padding:0 20px;font-size:1.8rem}}.prices-module__CkksXq__container{margin-top:40px;display:flex}@media screen and (max-width:600px){.prices-module__CkksXq__container{height:fit-content}}.prices-module__CkksXq__card{width:100%}@media screen and (max-width:900px){.prices-module__CkksXq__card{padding:20px}}.prices-module__CkksXq__table{border-radius:2rem;width:100%;position:relative;overflow:hidden}.prices-module__CkksXq__container{overscroll-behavior:auto;flex-direction:column;width:100%;display:flex;overflow:auto}.prices-module__CkksXq__th{text-align:left;padding:1.2rem;font-size:1.5rem}@media screen and (max-width:600px){.prices-module__CkksXq__th{padding:1.4rem}}.prices-module__CkksXq__th--align-right{text-align:right}.prices-module__CkksXq__td{text-align:left;flex:1;padding:1.4rem}@media screen and (max-width:600px){.prices-module__CkksXq__td{padding:1.4rem;font-size:1.8rem}}.prices-module__CkksXq__td--align-right{text-align:right}.prices-module__CkksXq__tr{background-color:#fff;border-radius:20px;overflow:hidden}.prices-module__CkksXq__td--dark{background-color:var(--color-grey-light)}.prices-module__CkksXq__thead{background-color:#fff;position:sticky;top:0}.prices-module__CkksXq__separator{background-color:#eeeaf3;width:100%;height:1px}@media screen and (max-width:600px){.prices-module__CkksXq__separator{display:none}}.prices-module__CkksXq__disclaimer{color:#635765;gap:12px;display:flex}@media screen and (max-width:600px){.prices-module__CkksXq__disclaimer{padding:0 20px}}.prices-module__CkksXq__content{opacity:0;transition:all 1s;transform:translateY(-10px)}.prices-module__CkksXq__content--visible{opacity:1;transform:translateY(0)}.prices-module__CkksXq__delay1{transition:all 1s .5 ease}.prices-module__CkksXq__cardTitle{font-size:2.4rem;font-weight:600}.prices-module__CkksXq__list{margin-left:1.4rem;list-style-type:disc}.prices-module__CkksXq__header{flex-flow:column wrap;gap:40px;margin-top:80px;display:flex}.prices-module__CkksXq__option{flex:1;justify-content:space-between;gap:40px;min-width:300px;font-size:1.6rem;display:flex}@media screen and (max-width:850px){.prices-module__CkksXq__option{flex-direction:column;padding:0 20px}}.prices-module__CkksXq__header .prices-module__CkksXq__card{border-radius:20px;flex:1;height:fit-content;padding:.4rem}.prices-module__CkksXq__optionContent{flex:1}
.card-module__uWuRza__card{background-color:#fff;border-radius:3rem;flex-direction:column;padding:3rem;display:flex;position:relative}
.promotions-module__yhUDOa__promotions{justify-content:center;gap:40px;width:100%;padding:4rem 10rem;display:flex;position:relative}@media screen and (max-width:1000px){.promotions-module__yhUDOa__promotions{flex-direction:column-reverse;height:fit-content}}@media screen and (max-width:600px){.promotions-module__yhUDOa__promotions{padding:20px}}.promotions-module__yhUDOa__section{flex-direction:column;flex:1;justify-content:center;gap:40px;min-width:400px;height:100%;display:flex;top:0}@media screen and (max-width:1000px){.promotions-module__yhUDOa__section{align-items:center;height:fit-content}}@media screen and (max-width:600px){.promotions-module__yhUDOa__section{min-width:100%}}.promotions-module__yhUDOa__image{object-fit:contain;width:40px;height:40px}.promotions-module__yhUDOa__title{font-size:3.2rem;font-weight:var(--font-regular)}@media screen and (max-width:600px){.promotions-module__yhUDOa__title{font-size:4rem}}.promotions-module__yhUDOa__content{opacity:0;transition:all 1s;transform:translateY(-10px)}.promotions-module__yhUDOa__content--visible{opacity:1;transform:translateY(0)}.promotions-module__yhUDOa__delay1{transition:all 1s .5 ease}.promotions-module__yhUDOa__options{flex-wrap:wrap;gap:20px;display:flex}.promotions-module__yhUDOa__promotion{flex-direction:column;flex:1;min-width:250px;font-size:1.6rem;display:flex}.promotions-module__yhUDOa__cardTitle{font-size:1.8rem;font-weight:500}.promotions-module__yhUDOa__discount{font-size:2.8rem;font-weight:700}.promotions-module__yhUDOa__promotion a{font-size:1.6rem}
.services-module__dGy2iq__services{flex-direction:column;width:100%;padding:10rem;display:flex}@media screen and (max-width:1000px){.services-module__dGy2iq__services{overflow:clip}}@media screen and (max-width:600px){.services-module__dGy2iq__services{padding:30% 20px 20px}}.services-module__dGy2iq__testing{flex-direction:column;width:100%;margin-top:-230px;padding:10rem;display:flex}@media screen and (max-width:1000px){.services-module__dGy2iq__testing{overflow:clip}}@media screen and (max-width:600px){.services-module__dGy2iq__testing{padding:30% 20px 20px}}.services-module__dGy2iq__section{flex-direction:column;flex:1;justify-content:center;align-items:center;gap:20px;display:flex}@media screen and (max-width:600px){.services-module__dGy2iq__section{flex:none;gap:10px;margin:40px 0}}.services-module__dGy2iq__image{object-fit:contain;align-self:center;width:25vw;min-width:300px;max-width:500px;height:25vw}@media screen and (max-width:1000px){.services-module__dGy2iq__image{width:60vw;min-width:200px;max-width:300px;height:60vw;min-height:200px;max-height:300px}}.services-module__dGy2iq__imageContainer{align-self:center;width:fit-content;height:fit-content;margin-top:15vh;position:relative}@media screen and (max-width:1000px){.services-module__dGy2iq__imageContainer{margin-top:5vh}}.services-module__dGy2iq__title{font-size:5rem;font-weight:var(--font-regular)}@media screen and (max-width:600px){.services-module__dGy2iq__title{font-size:3rem}}.services-module__dGy2iq__subtitle{font-size:1.8rem;font-weight:var(--font-regular);margin-left:5px}@media screen and (max-width:600px){.services-module__dGy2iq__subtitle{font-size:1.6rem}}.services-module__dGy2iq__container{height:100vh;max-height:700px;display:flex;position:relative}@media screen and (max-width:600px){.services-module__dGy2iq__container{height:fit-content;min-height:90vh}}.services-module__dGy2iq__contentTitle{font-size:4rem}@media screen and (max-width:600px){.services-module__dGy2iq__contentTitle{font-size:3rem}}@media screen and (max-width:600px){.services-module__dGy2iq__contentText{margin-left:0;font-size:1.8rem}}.services-module__dGy2iq__contentTextContainer{margin-left:5px}.services-module__dGy2iq__head{z-index:3;padding-top:70px;padding-bottom:70px;position:sticky;top:0}@media screen and (max-width:1024px){.services-module__dGy2iq__head{padding-top:90px}}.services-module__dGy2iq__headBackground{z-index:2;opacity:0;background:linear-gradient(#fff 0%,#fcfaff 60%,#faf8fe00 100%);align-self:center;width:100vw;padding-top:160px;padding-bottom:70px;transition:opacity .5s;position:sticky;top:0}@media screen and (max-width:1000px){.services-module__dGy2iq__headBackground{padding-top:160px;padding-bottom:60px}}.services-module__dGy2iq__titleStuck{opacity:1}.services-module__dGy2iq__headBackgroundFixed{position:fixed;top:0;left:0;right:0}.services-module__dGy2iq__content{flex-direction:column;justify-content:center;gap:20px;width:100%;min-height:300px;margin-top:12vh;transition:all .1s;display:flex}@media screen and (max-width:1000px){.services-module__dGy2iq__content{gap:15px;min-height:fit-content;margin-top:20px}}@media screen and (max-width:600px){.services-module__dGy2iq__content{margin-top:10px}}.services-module__dGy2iq__stickyContainer{width:100%;height:fit-content;display:flex}@media screen and (max-width:1000px){.services-module__dGy2iq__stickyContainer{flex-direction:column;height:fit-content;max-height:fit-content;padding:200px 0}}@media screen and (max-width:600px){.services-module__dGy2iq__stickyContainer{padding:60px 0}}.services-module__dGy2iq__image--visible{opacity:1;transform:scale(1)}.services-module__dGy2iq__sectionContent{opacity:0;transform:translate(-20px)}.services-module__dGy2iq__sectionContent--right{transform:translate(20px)}.services-module__dGy2iq__sectionContent--visible{opacity:1;transition:all 1s .5s;transform:translate(0)}.services-module__dGy2iq__delay1{transition:all 1s .5 ease}
.page-module__E0kJGG__app{flex-direction:column;justify-content:center;align-items:center;width:100vw;min-height:100vh;display:flex;overflow-x:hidden}.page-module__E0kJGG__background{z-index:-1;background:linear-gradient(135deg,#fff 0%,#f5f2fd 75%,#dac5df 100%);width:100vw;min-width:400px;height:100vh;min-height:800px;position:fixed;inset:0}.page-module__E0kJGG__home{width:100%;max-width:1440px}.page-module__E0kJGG__logo{object-fit:contain;width:fit-content;max-height:100px;margin:40px;animation:1s forwards page-module__E0kJGG__slideRight;transform:translate(-2rem)}@media screen and (max-width:1000px){.page-module__E0kJGG__logo{width:100%;max-width:500px}}.page-module__E0kJGG__image{width:3rem;height:3rem}.page-module__E0kJGG__phoneEmailContainer{flex-wrap:wrap;align-items:center;gap:12px;display:flex}@media screen and (max-width:600px){.page-module__E0kJGG__phoneEmailContainer{flex-direction:column}}.page-module__E0kJGG__separator{background-color:var(--color-purple-light);width:1px;height:20px}@media screen and (max-width:600px){.page-module__E0kJGG__separator{display:none}}.page-module__E0kJGG__link{align-items:center;gap:1rem;padding:1rem;font-size:2rem;text-decoration:none;display:flex}.page-module__E0kJGG__link:hover{text-decoration:underline}.page-module__E0kJGG__not-found{flex-direction:column;align-items:center;gap:20px;max-width:500px;display:flex}.page-module__E0kJGG__linkContainer{width:100%}.page-module__E0kJGG__text{text-align:center}
