@charset "UTF-8";@font-face{font-family:STV;src:url(fonts/stv-bold.woff2) format("woff2");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:STV;src:url(fonts/stv.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}*{margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:55px}@media (min-width:1200px){html{scroll-padding-top:40px}}html[theme=dark-mode]{-webkit-filter:invert(1) hue-rotate(180deg);filter:invert(1) hue-rotate(180deg)}body{font-family:STV,sans-serif;background:#fff;color:#4a4a4a;line-height:1.5;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}ul{margin:0;padding:0;list-style:none}a{text-decoration:none;color:#222}a,button,i{-webkit-tap-highlight-color:transparent}a ::-moz-selection,button ::-moz-selection,i ::-moz-selection{background:0 0}a ::selection,button ::selection,i ::selection{background:0 0}img{max-width:100%}h1,h2,h3,h4,h5,h6{color:#222}.container{width:100%;padding-left:15px;padding-right:15px;margin-left:auto;margin-right:auto}@media (min-width:576px){.container{max-width:540px}}@media (min-width:768px){.container{max-width:720px}}@media (min-width:992px){.container{max-width:960px}}@media (min-width:1200px){.container{max-width:1140px}}@media (min-width:1400px){.container{max-width:1320px}}::-webkit-scrollbar{width:12px;background:0 0;position:absolute;right:0;top:0}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#b6bdc7;border:3px solid #b6bdc7;border-radius:2px}::-webkit-scrollbar-thumb:hover{background:#8fb9e4;border-color:#8fb9e4}a[title]{position:relative;cursor:pointer}a[title]::after{content:attr(title);position:absolute;left:0;top:100%;background:#000;color:#fff;padding:5px;border-radius:3px;display:none;white-space:nowrap}a[title]:hover::after{display:none}.header{--height:60px;position:fixed;width:100%;height:var(--height);z-index:4;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}@media (min-width:1200px){.header{--height:90px}}.header__title{color:transparent;background-image:-webkit-gradient(linear,left top,right top,from(#cb3a5b),color-stop(#d64757),color-stop(#e05453),color-stop(#e8624f),color-stop(#ef704b),color-stop(#f16b4e),color-stop(#f26652),color-stop(#f36156),color-stop(#e94865),color-stop(#d93374),color-stop(#c22684),to(#a32592));background-image:linear-gradient(to right,#cb3a5b,#d64757,#e05453,#e8624f,#ef704b,#f16b4e,#f26652,#f36156,#e94865,#d93374,#c22684,#a32592);-webkit-background-clip:text;background-clip:text;padding-top:4px}.header__container{width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0 20px}@media (min-width:1200px){.header__container{padding:0 30px}}.header .btn{display:none}@media (min-width:1200px){.header .btn{display:block}}.header.is-active{background:rgba(255,255,255,.7411764706);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);-webkit-box-shadow:0 0 10px rgba(83,117,217,.06);box-shadow:0 0 10px rgba(83,117,217,.06);-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;--height:55px}@media (min-width:1200px){.header.is-active{-webkit-box-shadow:0 1px 8px 4px rgba(83,117,217,.1);box-shadow:0 1px 8px 4px rgba(83,117,217,.1);--height:70px}}.nav{background:#fff;position:fixed;top:0;right:-100%;bottom:0;width:70vw;height:100vh;z-index:5;-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out;-webkit-box-shadow:0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.2);box-shadow:0 16px 24px 2px rgba(0,0,0,.14),0 6px 30px 5px rgba(0,0,0,.12),0 8px 10px -5px rgba(0,0,0,.2)}@media (min-width:768px){.nav{width:40vw}}@media (min-width:1200px){.nav{position:relative;right:0;background:0 0;-webkit-transition:all .5s ease-in-out;transition:all .5s ease-in-out;-webkit-box-shadow:none;box-shadow:none;height:auto}}.nav__close-btn{width:40px;height:40px;color:#d04d6b;font-size:1.6rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;position:absolute;top:16px;left:20px;-webkit-tap-highlight-color:transparent}@media (min-width:1200px){.nav__close-btn{display:none}}.nav.is-open{right:0}.nav__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%;gap:2rem}@media (min-width:1200px){.nav__list{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:3rem}}.nav__item{padding:0 10px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;min-width:-webkit-max-content;min-width:-moz-max-content;min-width:max-content;position:relative;-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out;cursor:pointer}@media (min-width:1200px){.nav__item{height:var(--height)}}@media (min-width:1200px){.nav__item:before{content:"";width:90%;height:35px;-webkit-transform:translate(-5%,-51%);-ms-transform:translate(-5%,-51%);transform:translate(-5%,-51%);background:rgba(208,77,107,.99);position:absolute;top:50%;right:0;border-radius:12px;-webkit-filter:blur(20px);filter:blur(20px);z-index:-3;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;opacity:0}.nav__item:after{content:"";width:50%;height:0;-webkit-transform:translate(-50%,-51%);-ms-transform:translate(-50%,-51%);transform:translate(-50%,-51%);background:rgba(208,77,107,.99);position:absolute;top:-1px;border-radius:20px;right:0;-webkit-filter:blur(0);filter:blur(0);z-index:99;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out}.nav__item:hover:before{opacity:1}.nav__item:hover:after{height:8px}.nav__item:hover a{color:#fff;text-shadow:0 3px 7px #d04d6b}}.nav__link{color:#222;text-transform:uppercase;font-weight:600;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;font-size:1.2rem;letter-spacing:-.1px}@media (min-width:1200px){.nav__link{color:#222;font-size:1rem;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;letter-spacing:-.3px}}.nav-trigger-wrappper{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}@media (min-width:1200px){.nav-trigger-wrappper{display:none}}#navTriggerCheckbox{display:none}.toggle{position:relative;width:30px;height:30px;cursor:pointer;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:6px;-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-tap-highlight-color:transparent}@media (min-width:1200px){.toggle{display:none}}.bars{width:100%;height:3px;background-color:#d04d6b;border-radius:4px}#bar2{-webkit-transition-duration:.8s;transition-duration:.8s}#bar1,#bar3{width:70%}#navTriggerCheckbox:checked+.toggle .bars{position:absolute;-webkit-transition-duration:.5s;transition-duration:.5s}#navTriggerCheckbox:checked+.toggle #bar2{-webkit-transform:scaleX(0);-ms-transform:scaleX(0);transform:scaleX(0);-webkit-transition-duration:.5s;transition-duration:.5s}#navTriggerCheckbox:checked+.toggle #bar1{width:100%;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition-duration:.5s;transition-duration:.5s}#navTriggerCheckbox:checked+.toggle #bar3{width:100%;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transition-duration:.5s;transition-duration:.5s}#navTriggerCheckbox:checked+.toggle{-webkit-transition-duration:.5s;transition-duration:.5s;-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.footer{min-height:auto;padding-top:50px;position:relative}@media (min-width:1200px){.footer{min-height:75vh}}.footer__shape{display:block;width:100%}.footer__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.footer__row{--bs-gutter-x:1.5rem;--bs-gutter-y:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:4rem;margin-right:calc(var(--bs-gutter-x) * -.5);margin-left:calc(var(--bs-gutter-x) * -.5);gap:4px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-inline:16px}@media (min-width:1200px){.footer__row{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:20px;padding-inline:0}}.footer__item{-webkit-box-flex:1;-ms-flex:1;flex:1;padding:.3rem;position:relative;cursor:default;overflow:hidden;margin-bottom:1rem}.footer__logo .brand{padding-bottom:22px;line-height:1.5}.footer__logo .desc{font-size:15px;font-weight:400;text-wrap:balance;padding-bottom:42px;line-height:1.5}.footer__logo ul{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px}@media (min-width:1200px){.footer__logo ul{margin-top:46px}}.footer__logo ul li a svg{fill:#d04d6b}.footer__sitemap .h3{padding-bottom:22px}.footer__sitemap ul{width:-webkit-max-content;width:-moz-max-content;width:max-content;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px;list-style:none}.footer__sitemap ul li a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:14px;font-size:16px}.footer__sitemap ul li a span{line-height:16px;padding-bottom:8px}.footer__sitemap ul li a i{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;font-size:20px}.footer__sitemap ul li a:hover span{text-decoration:underline}@media (min-width:1200px){.footer__links{margin-inline:50px}}.footer__links .h3{padding-bottom:22px}.footer__links ul{width:-webkit-max-content;width:-moz-max-content;width:max-content;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:10px}.footer__links ul li a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:14px;font-size:16px}.footer__links ul li a i{font-size:20px}.footer__links ul li a span{line-height:16px;padding-bottom:8px}.footer__links ul li a:hover span{text-decoration:underline}.footer__links ul li:has(.location){margin-bottom:10px}.footer__links ul li:has(.location) ul{margin-right:38px}.footer__links ul li:has(.location) ul li{color:rgba(34,34,34,.6);position:relative}.footer__links ul li:has(.location) ul li::marker{content:"⇜   ";font-weight:900;font-size:20px}.footer__copyright{width:100%;padding:10px 16px;text-align:center;font-size:14px;font-weight:600;border-top:1px solid #e3e9fc;color:#888}@media (min-width:1200px){.footer__copyright{position:absolute;left:0;bottom:0}}@media (min-width:1200px){.footer__copyright{font-size:15px}}.footer__copyright a{color:#d04d6b;text-decoration:underline;-webkit-text-decoration-color:#d04d6b;text-decoration-color:#d04d6b;font-family:cursive;padding-top:4px}.footer__copyright a:hover{text-decoration:underline}html.sr .load-hidden{visibility:hidden}.benefits .benefit__title::after,.benefits .benefit__title::before,.services .service__text ul li::after,.services .service__text ul li::before{content:"";height:3px;-webkit-column-gap:3%;-moz-column-gap:3%;column-gap:3%;background-color:#f2446c;position:absolute;bottom:-4px;right:0;border-radius:4px}.benefits .benefit__title::before,.services .service__text ul li::before{width:15px}.benefits .benefit__title::after,.services .service__text ul li::after{width:70px;right:calc(0% + 20px)}@media (min-width:1200px){.benefits .benefit__title::after,.services .service__text ul li::after{right:20px}}.aboutus__title,.benefits__title,.contact__title,.services__title{text-align:center;margin-bottom:40px}.h1{font-size:38px;line-height:1.2;font-weight:900;letter-spacing:-1px}@media (min-width:1200px){.h1{font-size:57px}}.h2{font-size:48px;line-height:1.4;letter-spacing:-1px}.h3{font-size:24px;line-height:1.4;letter-spacing:-1px}@media (min-width:1200px){.h3{font-size:32px}}.h4{font-size:24px;letter-spacing:-1px;line-height:1.4}.lead{font-size:18px}@media (min-width:1200px){.lead{font-size:20px}}.section{padding:40px 0}@media (min-width:1200px){.section{padding:70px 0}}.btn{text-transform:uppercase;border:none;background:#d04d6b;color:#fff;border-radius:30px;cursor:pointer;letter-spacing:.4px;min-width:140px;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;font-weight:700;font-size:17px;line-height:17px}.btn:hover{background:#bd4862}.btn--lg{height:56px;padding:0 2rem}.btn--sm{height:48px;padding:0 1.5rem}input,textarea{border:1px solid rgba(153,153,153,.3);padding:.4rem .9rem .9rem;font-size:16px;font-weight:400;line-height:1.5;border-radius:8px;outline:4px solid transparent;outline-offset:1px;-webkit-transition:outline-color .3s;transition:outline-color .3s;color:#424242}input{text-align:right;padding-top:calc(.9rem - 8px)}input::-webkit-input-placeholder{color:#999;font-size:16px;padding-bottom:12px}input::-moz-placeholder{color:#999;font-size:16px;padding-bottom:12px}input:-ms-input-placeholder{color:#999;font-size:16px;padding-bottom:12px}input::-ms-input-placeholder{color:#999;font-size:16px;padding-bottom:12px}input::placeholder{color:#999;font-size:16px;padding-bottom:12px}textarea::-webkit-input-placeholder{color:#999}textarea::-moz-placeholder{color:#999}textarea:-ms-input-placeholder{color:#999}textarea::-ms-input-placeholder{color:#999}textarea::placeholder{color:#999}textarea{resize:none;padding:.8rem 1.2rem}input:focus,textarea:focus{outline-color:rgba(208,77,107,.1)}.banner{min-height:95vh;padding:10rem 0 6rem 0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:70px;position:relative;background-color:transparent}.banner__hero-bg{background-image:url(../banner/bg.svg);background-size:cover;background-repeat:no-repeat;opacity:.6;z-index:-10;position:absolute;top:0;left:0;height:100%;width:100%}.banner__container{height:76vh;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (min-width:768px){.banner__container{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.banner__image,.banner__text{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}@media (min-width:1200px){.banner__image,.banner__text{text-align:right}}.banner__text{-webkit-box-align:start;-ms-flex-align:start;align-items:start;gap:30px}.banner__image{display:none}@media (min-width:1200px){.banner__image{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transform:scale(1.1) rotate3d(1,1,1,-15deg) translatex(-30px);transform:scale(1.1) rotate3d(1,1,1,-15deg) translatex(-30px);padding-bottom:20px}}.banner__image img{width:100%;max-width:600px}.banner__pretitle{background:#febb94;color:#fff;padding:.5rem 1rem 1rem;text-transform:uppercase;margin:0 auto;line-height:16px}.banner__pretitle::-moz-selection{background:0 0}.banner__pretitle::selection{background:0 0}@media (min-width:1200px){.banner__pretitle{margin:0}}.banner__title{max-width:680px;margin:0 auto;text-wrap:balance}.banner__title span{color:#d04d6b}.banner__subtitle{max-width:80%;margin:-24px auto 0}@media (min-width:1200px){.banner__subtitle{max-width:540px;margin:-24px 0 0}}.banner__btn{margin:0 auto}@media (min-width:1200px){.banner__btn{margin:0}}.benefits{overflow:hidden}.benefits .benefit{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:40px 0}@media (min-width:1200px){.benefits .benefit{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.benefits .benefit__img,.benefits .benefit__text{-webkit-box-flex:1;-ms-flex:1;flex:1}.benefits .benefit__img.center,.benefits .benefit__text.center{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center}.benefits .benefit__text{text-align:center}@media (min-width:1200px){.benefits .benefit__text{text-align:right}}.benefits .benefit__title{margin-inline:auto;max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content;margin-bottom:20px;position:relative}@media (min-width:1200px){.benefits .benefit__title{margin-inline:0}}.benefits .benefit__divider{margin-top:3px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:3%;-moz-column-gap:3%;column-gap:3%;width:70%}.benefits .benefit__divider span{height:2px;background-color:#f2ab1e;display:block}.benefits .benefit__divider span :first-child{width:7%}.benefits .benefit__divider span :last-child{width:90%}.benefits .benefit__subtitle{max-width:480px}.benefits .benefit--1 .benefit__text{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}@media (min-width:1200px){.benefits .benefit--1 .benefit__text{-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}.benefits .benefit--1 .benefit__img{margin-bottom:20px}@media (min-width:1200px){.benefits .benefit--1 .benefit__img{margin-bottom:0}}.benefits .benefit--2 .benefit__img{margin-bottom:20px}@media (min-width:1200px){.benefits .benefit--2 .benefit__img{margin-bottom:0}}@media (min-width:1200px){.benefits .benefit--2 .benefit__text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:end;-ms-flex-align:end;align-items:end;text-align:left}}.aboutus{overflow:hidden}.aboutus__container{padding:0 1rem}.aboutus__main-card{margin-inline:auto;margin-top:4rem;padding:1.5rem;background:#fff;border:1px solid rgba(206,221,255,.2901960784);-webkit-box-shadow:0 0 10px rgba(83,117,217,.06);box-shadow:0 0 10px rgba(83,117,217,.06);border-radius:12px;position:relative;margin-bottom:30px}@media (min-width:1200px){.aboutus__main-card{max-width:860px;margin-bottom:50px}}.aboutus__main-card::before{content:"";width:40px;height:40px;position:absolute;top:3px;left:3px;-webkit-transform:rotate(5deg);-ms-transform:rotate(5deg);transform:rotate(5deg);color:#eaf0ff;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0OCA0OCI+PHBhdGggZD0iTTE2LjQ4MiA4Ljk5MmExLjUgMS41IDAgMDAtLjUzOS4xMTVzLTIuODc1IDEuMTcyLTUuNTg2IDQuMzU4QzcuNjQ3IDE2LjY1IDUgMjEuOTI3IDUgMzBhMS41IDEuNSAwIDAwLjAxNi4yMTdjLS4wMDQuMDk1LS4wMTYuMTg3LS4wMTYuMjgzIDAgNC42NzcgMy44MjMgOC41IDguNSA4LjVzOC41LTMuODIzIDguNS04LjUtMy44MjMtOC41LTguNS04LjVhOC40MzUgOC40MzUgMCAwMC00Ljc5NSAxLjQ5NmMuODY4LTMuNzEyIDIuNDE1LTYuMjk3IDMuOTM4LTguMDg2IDIuMjg5LTIuNjkgNC40MTQtMy41MTcgNC40MTQtMy41MTdhMS41IDEuNSAwIDAwLS41NzUtMi45em0yMSAwYTEuNSAxLjUgMCAwMC0uNTM5LjExNXMtMi44NzUgMS4xNzItNS41ODYgNC4zNThDMjguNjQ3IDE2LjY1IDI2IDIxLjkyNyAyNiAzMGExLjUgMS41IDAgMDAuMDE2LjIxN2MtLjAwNC4wOTUtLjAxNi4xODctLjAxNi4yODMgMCA0LjY3NyAzLjgyMyA4LjUgOC41IDguNXM4LjUtMy44MjMgOC41LTguNS0zLjgyMy04LjUtOC41LTguNWE4LjQzNSA4LjQzNSAwIDAwLTQuNzk1IDEuNDk2Yy44NjgtMy43MTIgMi40MTUtNi4yOTcgMy45MzgtOC4wODYgMi4yODktMi42OSA0LjQxNC0zLjUxNyA0LjQxNC0zLjUxN2ExLjUgMS41IDAgMDAtLjU3NS0yLjl6TTEzLjUgMjVjMy4wNTUgMCA1LjUgMi40NDUgNS41IDUuNVMxNi41NTUgMzYgMTMuNSAzNkE1LjQ3NyA1LjQ3NyAwIDAxOCAzMC41YzAtMy4wNTUgMi40NDUtNS41IDUuNS01LjV6bTIxIDBjMy4wNTUgMCA1LjUgMi40NDUgNS41IDUuNVMzNy41NTUgMzYgMzQuNSAzNmE1LjQ3NyA1LjQ3NyAwIDAxLTUuNS01LjVjMC0zLjA1NSAyLjQ0NS01LjUgNS41LTUuNXoiIGZpbGw9IiNlOGVmZmUiLz48L3N2Zz4=);background-repeat:no-repeat;opacity:.6;z-index:-1}.aboutus__main-card::after{content:"";width:40px;height:40px;position:absolute;bottom:3px;right:3px;-webkit-transform:rotate(8deg);-ms-transform:rotate(8deg);transform:rotate(8deg);color:#eaf0ff;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA0OCA0OCI+PHBhdGggZD0iTTEzLjUgMTBDOC44MjMgMTAgNSAxMy44MjMgNSAxOC41UzguODIzIDI3IDEzLjUgMjdhOC40MzUgOC40MzUgMCAwMDQuNzk1LTEuNDk2Yy0uODY4IDMuNzEyLTIuNDE1IDYuMjk3LTMuOTM4IDguMDg2LTIuMjg5IDIuNjktNC40MTQgMy41MTctNC40MTQgMy41MTdhMS41IDEuNSAwIDEwMS4xMTQgMi43ODZzMi44NzUtMS4xNzIgNS41ODYtNC4zNThDMTkuMzUzIDMyLjM1IDIyIDI3LjA3MyAyMiAxOWExLjUgMS41IDAgMDAtLjAxNi0uMjE3Yy4wMDQtLjA5NS4wMTYtLjE4Ny4wMTYtLjI4MyAwLTQuNjc3LTMuODIzLTguNS04LjUtOC41em0yMSAwYy00LjY3NyAwLTguNSAzLjgyMy04LjUgOC41czMuODIzIDguNSA4LjUgOC41YTguNDM1IDguNDM1IDAgMDA0Ljc5NS0xLjQ5NmMtLjg2OCAzLjcxMi0yLjQxNSA2LjI5Ny0zLjkzOCA4LjA4Ni0yLjI4OSAyLjY5LTQuNDE0IDMuNTE3LTQuNDE0IDMuNTE3YTEuNSAxLjUgMCAxMDEuMTE0IDIuNzg2czIuODc1LTEuMTcyIDUuNTg2LTQuMzU4QzQwLjM1MyAzMi4zNSA0MyAyNy4wNzMgNDMgMTlhMS41IDEuNSAwIDAwLS4wMTYtLjIxN2MuMDA0LS4wOTUuMDE2LS4xODcuMDE2LS4yODMgMC00LjY3Ny0zLjgyMy04LjUtOC41LTguNXptLTIxIDNjMy4wNTUgMCA1LjUgMi40NDUgNS41IDUuNVMxNi41NTUgMjQgMTMuNSAyNEE1LjQ3NyA1LjQ3NyAwIDAxOCAxOC41YzAtMy4wNTUgMi40NDUtNS41IDUuNS01LjV6bTIxIDBjMy4wNTUgMCA1LjUgMi40NDUgNS41IDUuNVMzNy41NTUgMjQgMzQuNSAyNGE1LjQ3NyA1LjQ3NyAwIDAxLTUuNS01LjVjMC0zLjA1NSAyLjQ0NS01LjUgNS41LTUuNXoiIGZpbGw9IiNlOGVmZmUiLz48L3N2Zz4=);background-repeat:no-repeat;opacity:.6;z-index:-1}@media (min-width:1200px){.aboutus__main-card{padding:2.5rem 2rem}}.aboutus__main-card .shadow-1,.aboutus__main-card .shadow-2{position:absolute;top:50%;right:50%;-webkit-box-shadow:0 0 40px inset #e8effe;box-shadow:0 0 40px inset #e8effe;border-radius:30px;-webkit-transform:translate(50%,-50%);-ms-transform:translate(50%,-50%);transform:translate(50%,-50%)}.aboutus__main-card .shadow-1{width:calc(100% + 2rem);height:calc(100% + 2rem);z-index:-1}.aboutus__text{color:rgba(74,74,74,.8);word-spacing:2px;font-size:16px}.aboutus__cards{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:30px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media (min-width:768px){.aboutus__cards{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}@media (min-width:1200px){.aboutus__cards{gap:50px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}}.aboutus .aboutcard{border:1px solid rgba(206,221,255,.2901960784);-webkit-box-shadow:0 0 10px rgba(83,117,217,.06);box-shadow:0 0 10px rgba(83,117,217,.06);border-radius:12px;-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px;max-width:400px;cursor:pointer;-webkit-transition:all .3s ease-in-out;transition:all .3s ease-in-out;position:relative;overflow:hidden;-webkit-tap-highlight-color:transparent;padding-block:3rem;-webkit-box-sizing:border-box;box-sizing:border-box}@media (min-width:1200px){.aboutus .aboutcard:hover{-webkit-box-shadow:0 0 40px rgba(83,117,217,.3);box-shadow:0 0 40px rgba(83,117,217,.3)}}.aboutus .aboutcard__icon{width:80px;height:80px;border-radius:12px;background:rgba(244,215,220,.3);margin-inline:auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:1rem}.aboutus .aboutcard__icon svg{width:40px;height:40px}.aboutus .aboutcard__subtitle,.aboutus .aboutcard__title{text-align:center}.aboutus .aboutcard__title{color:#d04d6b;letter-spacing:.4px}.aboutus .aboutcard__subtitle{color:#222;font-size:16px}.aboutus .aboutcard__text{text-align:center;text-wrap:balance;font-size:16px;color:rgba(74,74,74,.8);padding-inline:2rem}@media (min-width:1200px){.aboutus .aboutcard__text{text-align:right}}.services{overflow:hidden;min-height:95vh}.services__container{padding:0 1rem}.services__items-wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding-top:100px}.services__btn{margin-top:90px;margin-inline:auto}.services .service{width:100%;border-radius:0 0 20px 20px;position:relative;background:rgba(255,255,255,.1);border:1px solid rgba(206,221,255,.2901960784);-webkit-box-shadow:0 0 10px rgba(83,117,217,.06);box-shadow:0 0 10px rgba(83,117,217,.06)}@media (min-width:1200px){.services .service{border-radius:20px 0 20px 20px}}.services .service__wrapper{overflow:hidden;position:relative}.services .service__title{background:rgba(255,255,255,.9);color:#222;font-size:17px;padding-top:13px;padding-bottom:20px;max-width:100%;width:100%;padding-inline:2rem;border-top-left-radius:20px;border-top-right-radius:20px;position:absolute;top:-56px;right:0;-webkit-box-shadow:0 -10px 40px rgba(83,117,217,.1);box-shadow:0 -10px 40px rgba(83,117,217,.1);border-bottom:2px solid rgba(255,255,255,.9);border-top:1px solid rgba(206,221,255,.2901960784);border-left:1px solid rgba(206,221,255,.2901960784);border-right:1px solid rgba(206,221,255,.2901960784);word-spacing:2px;text-align:center;line-height:1.3}.services .service__title span{color:#d04d6b}@media (min-width:1200px){.services .service__title{max-width:-webkit-max-content;max-width:-moz-max-content;max-width:max-content;font-size:20px;line-height:20px;padding-top:15px}}.services .service__title::-moz-selection{background:0 0}.services .service__title::selection{background:0 0}.services .service__text{padding:3rem 3.5rem}.services .service__text ul{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-right:.5rem}@media (min-width:1200px){.services .service__text ul{padding-right:2rem}}.services .service__text ul li{min-width:20rem;font-size:18px;line-height:18px;font-weight:500;position:relative;padding:.8rem 0 .8rem .8rem;margin-bottom:20px;cursor:pointer;-webkit-transition:.4s ease-in-out;transition:.4s ease-in-out;-webkit-tap-highlight-color:transparent}.services .service__text ul li::marker{content:"🌟    ";font-weight:700}.services .service__text ul li:after,.services .service__text ul li:before{background-color:rgba(252,213,63,.3);-webkit-transition:.4s ease-in-out;transition:.4s ease-in-out}.services .service__text ul li:before{width:6px}.services .service__text ul li:after{right:calc(0% + 10px)}@media (min-width:1200px){.services .service__text ul li:after{right:10px}}.services .service__text ul li:hover{color:#fe8464}.services .service__text ul li:hover:after,.services .service__text ul li:hover:before{background-color:#fcd53f}.services .service__text ul li:hover:after{width:100px}.contact{overflow:hidden}.contact__container{padding:0 2rem}.contact__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:90px}@media (min-width:1200px){.contact__wrapper{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;gap:100px}}.contact__form,.contact__img{-webkit-box-flex:1;-ms-flex:1;flex:1}.contact__img{display:none}@media (min-width:1200px){.contact__img{display:-webkit-box;display:-ms-flexbox;display:flex;padding-bottom:60px;-webkit-box-ordinal-group:1;-ms-flex-order:0;order:0}}.contact__form{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:14px;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.contact__submit{text-align:center}