@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,200;1,400;1,500;1,800&display=swap);*{box-sizing:border-box;font-family:Montserrat,sans-serif;margin:0;padding:0}body{color:#333540}.navbar{align-items:center;display:flex;justify-content:space-between;padding:3% 10% 2%}.navbar .logo{color:#000;font-size:1.9rem;font-weight:800}.navbar .links{cursor:pointer;display:flex;font-weight:lighter;list-style:none}.navbar .links li{color:#414141;font-size:1rem;font-weight:lighter;margin:0 25px}.navbar-link:after{background:#6495ed;content:"";display:block;height:2px;margin:auto;transition:.5s;width:0}.navbar-link:hover:after{width:50%}#active:after{background:#02b0eb;content:"";display:block;height:2px;margin:auto;width:50%}.navbar .toggle-icon{display:none}.navbar .menu-close{font-size:1.6rem;font-weight:500}@media(max-width:900px){.App{width:100%}.navbar{height:80px;position:relative;transition:all .5s ease-in-out}.navbar.expanded{background-color:#01061d;height:100vh}.navbar.expanded a{color:#fff}.navbar.expanded .links{align-items:center;display:flex;flex-direction:column;justify-content:center;left:0;opacity:1;position:absolute;top:120px;width:100%}.navbar.expanded .links li{font-size:24px;margin:15px 0}.navbar .links li{color:#eeeaea}.navbar .logo{font-size:1.6rem;left:40px;position:absolute;top:23px}.navbar .toggle-icon{border-radius:5px;color:#02b0eb;display:block;padding:2px 7px;position:absolute;right:20px;top:28px}.navbar .links{align-items:center;display:flex;flex-direction:column;justify-content:center;left:0;opacity:0;position:absolute;top:-300px;transition:all .5s ease-in-out;width:100%}.navbar .links li{font-size:24px;margin:15px 0}}#top{height:100vh}.home{overflow-x:hidden;width:100vw}.home-hero{display:flex;justify-content:space-between;padding:6rem 3rem 6rem 6rem;position:relative;width:100vw}.hero-img{background-color:#f7f7f7;bottom:0;display:flex;justify-content:flex-end;left:0;position:absolute;right:0;top:0;z-index:-1}.hero-img img{position:relative;right:3rem}.main{display:flex;flex-direction:column;gap:2.5rem}.main .title{font-size:30px;font-weight:900;letter-spacing:.3rem;line-height:35px;text-transform:uppercase}.title span{color:#02b0eb;display:block}.text{font-weight:600;line-height:35px;width:60%}.side{align-items:flex-end;display:flex;flex-direction:column;justify-content:space-between}.hero-btn{background-color:#02b0eb;border-radius:40px;color:#fff;font-size:16px;font-weight:700;padding:.7rem;text-align:center;width:12rem}.hero-btn:hover{background-color:#fff;border:0;color:#333540;transition:.3s linear}.explore{display:inline;font-size:14px}.explore span{align-items:center;background-color:#333540;border-radius:50%;color:#fff;display:inline-flex;font-size:10px;height:13px;justify-content:center;width:13px}.social-links span{border:1px solid #1a1a1a;border-radius:5px;color:#1a1a1a;cursor:pointer;display:block;font-size:12px;font-weight:400;margin-bottom:.5rem;padding:4px 3px 2px}.contact-links{margin-bottom:-3rem}.contact-links>*{border:1px solid #1a1a1a;cursor:pointer;display:block;font-size:13px;font-weight:bolder;margin-top:.5rem;padding:.4rem;text-align:center}.contact-links>* span{margin-top:-2px}.chat{background-color:#f7f7f7;border-radius:30px 30px 0 30px;color:#1a1a1a}.direction{background-color:#1a1a1a;border-radius:30px;color:#f7f7f7}.mobile{display:none}.home-team{grid-gap:1rem;background-image:linear-gradient(90deg,#92cce6,#88b9d9);display:grid;gap:1rem;grid-template-columns:repeat(2,1fr);padding:4rem}.home-team,.left{position:relative}.left{display:flex;justify-content:center}.main-img{border-radius:40%;height:500px;position:absolute;width:300px;z-index:2}.main-img img{border-radius:40%;height:100%;object-fit:cover;width:100%}.side-img{background-color:#f7f7f7;border-radius:50px;color:#02b0eb;font-size:12px;padding:1rem 1.5rem;position:absolute;right:17%;width:130px;z-index:3}.side-img span{font-weight:700;text-transform:uppercase}.side-img .digit{font-size:25px;font-weight:900}.right{display:flex;flex-direction:column;font-size:15px;gap:1rem;padding:2rem}.right-title{font-size:24px;font-weight:700;text-transform:uppercase}.team-btn{background-color:initial;border:1px solid #1a1a1a;border-radius:40px;color:#1a1a1a;font-size:16px;font-weight:700;margin-top:2rem;padding:.7rem;text-align:center;width:12rem}.team-btn:hover{background-color:#1a1a1a;color:#f7f7f7;transition:.3s linear}@media only screen and (max-width:1048px) and (min-width:832px){.home-hero{padding:6rem 3rem}.hero-img img{width:50%}.main{width:70%}.main .title{font-size:150%}.side-img{right:6%}.home-team{padding:2rem}}@media only screen and (max-width:831px){.home-hero{height:100vh;padding:2rem}.main{width:100%}.main .text{width:80%}.side{display:none}.explore{opacity:0}.hero-btn{bottom:3rem;left:50%;position:absolute;right:0;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:80%}.hero-img{justify-content:center}.hero-img img{bottom:0;height:70%;left:0;right:0;top:10rem}.mobile{bottom:1rem;cursor:pointer;display:block;position:absolute;right:1rem}.mobile span{background-color:#1a1a1a;border-radius:50%;color:#f7f7f7;padding:.7rem}.home-team{padding:2rem}.right{padding:1rem 0}.main-img{height:420px}.side-img{right:10%}}@media only screen and (max-width:760px){.home-team{gap:2rem;grid-template-columns:repeat(1,1fr);grid-template-rows:1fr,minmax(auto,1fr);padding-bottom:0}.main-img{height:250px;position:relative;width:100%}.main-img,.main-img img{border-radius:200px}.side-img{right:0}.right{font-size:14px;padding:1rem}.right-text{text-align:justify}}@media only screen and (max-width:632px){.main{gap:1rem}.main .title{font-size:25px;letter-spacing:.2rem}.main .text{font-size:15px;width:100%}.hero-img img{top:16rem}.mobile{display:block;position:absolute}}.conditions-data{align-items:center;color:#1a1a1a;display:flex;flex-wrap:wrap;justify-content:center;margin:0 2.5% 0 6%;padding-top:70px}.conditions-list{border:2px solid #def1f7;border-radius:25px;margin-bottom:4%;margin-right:3.5%;min-height:260px;padding:45px;position:relative;width:27%}.conditions-list:not(.conditions-list:last-child):hover{background:linear-gradient(90deg,rgba(51,53,64,.1),rgba(2,176,235,.1));background-image:radial-gradient(at top left,rgba(2,176,235,.09) 67%,transparent 67.5%),linear-gradient(90deg,#3335401a,rgba(2,176,235,.1));background-repeat:no-repeat;background-size:109% 85%,cover;border:none}.conditions-list:hover .explore-more{color:#02b0eb}.conditions-list:last-child{align-items:center;background-color:rgba(222,241,247,.3);border:none;display:flex;height:271.4px;justify-content:center}.conditions-list:last-child span{color:#02b0eb;display:block;font-weight:900;line-height:25px}.title{color:#1a1a1a;font-family:Montserrat,sans-serif;font-size:18px;font-weight:bolder;letter-spacing:1px;margin-bottom:25px}.content{color:#6f6f6f;font-size:14px;font-weight:400;line-height:20px;margin-bottom:50px}.learn-more{align-items:center;display:flex;margin:auto}.arrow-right{color:#02b0eb;display:block;font-size:16px}.arrow-down{margin-top:10px}.explore-more{color:#1a1a1a;display:block;font-size:16px;font-weight:700;margin-left:5px}@media only screen and (max-width:480px){.conditions-data{background-size:100%;display:block;justify-content:center;margin:0 .8rem}.conditions-list{margin-bottom:3rem;width:100%}.conditions-list .content{font-weight:400}}@media only screen and (max-width:850px) and (min-width:600px){.conditions-data{display:block;justify-content:center;margin:0 6rem}.conditions-list{margin-bottom:3rem;width:100%}}.database{display:grid;grid-template-columns:repeat(2,1fr);line-height:1.7;margin:2% 10%;padding:2% 0 0;text-align:justify}.preview{border:.1px solid #def1f7;border-radius:7%;margin:8% 0;padding:1% 1% 5%;width:90%}.database img{border-radius:8%;height:220px;object-fit:cover;width:100%}.database h3{font-size:1.2rem;font-weight:bolder;margin:3% 4%}.database p{font-size:.87rem;height:250px;margin:3% 4%;width:90%}.details{align-items:center;display:flex;justify-content:space-between;width:103px}.icon{color:#02b0eb}.book{align-items:center;display:flex;justify-content:space-between;margin:1% 5%}.sbtn{background-image:radial-gradient(at top left,rgba(2,176,235,.09) 67%,transparent 0),linear-gradient(90deg,#3046c21a,rgba(2,176,235,.1));background-size:100%;border:none;border-radius:20px 0;color:#fff;font-size:1rem;font-weight:500;padding:8px 20px;transition:.35s ease}.sbtn:hover{background-color:#02b0eb;border:0;color:#fff;transition:.3s linear}a{color:#000;text-decoration:none}@media only screen and (max-width:1024px) and (min-width:768px){body,html{margin:0;padding:0}.database{display:grid;grid-template-columns:repeat(1,1fr);line-height:1.7;margin:2% 10%;padding:2% 3% 0}.preview{border-radius:7%;margin:8% 0;width:100%}.database img{border-radius:8%;height:320px;object-fit:cover;width:100%}.database h3{font-size:1.5rem;font-weight:bolder;margin:3% 4%}.database p{font-size:1.17rem;height:250px;margin:4%;width:90%}.details{font-size:1.6rem;width:100px;width:170px}.book,.details{display:flex;justify-content:space-between}.book{align-items:center;margin:1% 5%}.btn{border-radius:50px;font-size:1.2rem;padding:15px;width:16rem}}@media only screen and (max-width:768px) and (min-width:600px){body,html{margin:0;padding:0}.database{display:grid;grid-template-columns:repeat(1,1fr);line-height:1.7;margin:2% 10%;padding:2% 3% 0}.preview{border-radius:7%;margin:8% 0;width:100%}.database img{border-radius:8%;height:260px;object-fit:cover;width:100%}.database h3{font-size:1.6rem;font-weight:bolder;margin:3% 4%}.database p{font-size:1.25rem;height:450px;margin:4%;width:90%}.details{font-size:1.7rem;width:120px;width:170px}.book,.details{display:flex;justify-content:space-between}.book{align-items:center;margin:1% 5%}.btn{border-radius:50px;font-size:1.2rem;padding:15px;width:15rem}}@media only screen and (max-width:599px) and (min-width:481px){body,html{margin:0;padding:0}.database{display:grid;grid-template-columns:repeat(1,1fr);line-height:1.7;margin:2% 10%;padding:2% 3% 0}.preview{border-radius:7%;margin:8% 0;width:100%}.database img{border-radius:8%;height:260px;object-fit:cover;width:100%}.database h3{font-size:1.6rem;font-weight:bolder;margin:3% 4%}.database p{font-size:.95rem;height:330px;margin:4%;width:90%}.details{font-size:1.15rem;width:130px}.book,.details{display:flex;justify-content:space-between}.book{align-items:center;margin:1% 5%}.btn{border-radius:40px;font-size:.9rem;padding:11px;width:11rem}}@media only screen and (max-width:480px) and (min-width:200px){body,html{margin:0;padding:0}.database{display:grid;grid-template-columns:repeat(1,1fr);line-height:1.7;margin:2% 0;padding:2% 3% 0}.preview{border-radius:7%;margin:8% 0;width:100%}.database img{border-radius:8%;height:230px;object-fit:cover;width:98%}.database h3{font-size:1.2rem;font-weight:bolder;margin:3% 4%}.database p{font-size:.8rem;height:290px;margin:4%;width:90%}.details{font-size:.9rem;width:92px}.book,.details{display:flex;justify-content:space-between}.book{align-items:center;margin:1% 5%}.btn{border-radius:50px;font-size:.75rem;padding:10px;width:10rem}}.services-hero{align-items:center;background-color:#fff;background-position:50%;background-size:cover;display:flex;justify-content:space-between;padding:2% 4% 0 10%}.main-content{max-width:50rem}.main-content h3{color:#1a1a1a;font-size:2rem;font-weight:bolder;text-transform:uppercase}.main-content span{color:#02b0eb;line-height:1.5}.main-content p{color:#333540;font-size:.95rem;font-weight:700;padding:1rem 0}.main-content .btn{background-color:#02b0eb;border:none;border-radius:40px;color:#fff;cursor:pointer;display:inline-block;font-size:15px;margin-top:10px;padding:.8rem 1.4rem;text-align:center;width:230px}.main-content .btn:hover{background:none;border:1px solid #000;color:#000;transition:.3s linear}.small-text{color:gray;font-size:1.1rem;margin-top:1.5rem}.small-text span{background-color:gray;border-radius:50%;color:#fff;cursor:pointer;font-size:10px;height:10px;margin-right:5px;padding:5px;width:10px}.hero-image{max-width:1200px;width:100%}@media only screen and (max-width:600px){.hero-image{display:none}.main-content h3{font-size:1.2rem}.main-content p{font-size:.8rem}.row{display:flex;flex-direction:column}.image-cont,.image-cont img{width:100%!important}.image-cont img{height:60vh!important}.ps-content{margin-top:3rem}}@media only screen and (max-width:800px){.hero-image{display:none}.main-content h3{font-size:1.8rem}.main-content p{font-size:.8rem}}@media (max-width:991px){.services-hero{background-position:0}.row{display:flex;flex-direction:column}.image-cont img{height:50vh!important;width:100%!important}.ps-content{margin-top:4rem}}.row{align-items:center;display:flex;padding:0 15% 0 10%;text-align:justify}.row img{border-radius:50%;height:60vh;height:80vh;object-fit:cover;width:80%}.ps-content{flex:1 1 40rem}.ps-content h3{color:#1a1a1a;font-size:1.5rem;text-transform:uppercase}.ps-content p{color:#1a1a1a;font-size:.85rem;line-height:1.5;padding:1rem 0 .5rem;width:90%}.ps-btn{background:none;border:1px solid #1a1a1a;border-radius:50px;color:#1a1a1a;cursor:pointer;display:inline-block;font-size:15px;margin-top:1rem;padding:.6rem 2.5rem}.ps-btn:hover{background-color:#02b0eb;border:none;color:#fff;outline:none;transition:.3s linear}.database-post{display:grid;grid-template-columns:repeat(2,1fr);line-height:1.7;margin:2% 10%;padding:2% 0 0;text-align:justify}.preview-one{-webkit-animation:skeleton 1s ease infinite alternate;animation:skeleton 1s ease infinite alternate;background-color:#def1f7;border:.1px solid #def1f7;border-radius:7%;margin:8% 0;padding:1% 1% 5%;width:220%}.post{background-color:#96e1f8;border-radius:20px;font-size:.87rem;height:250px;margin:3% 4%;width:90%}@-webkit-keyframes skeleton{to{opacity:.5}}@keyframes skeleton{to{opacity:.5}}@media only screen and (max-width:1024px) and (min-width:320px){body,html{margin:0;padding:0}.database-post{display:grid;grid-template-columns:repeat(1,1fr);line-height:1.7;margin:2% 10%;padding:2% 3% 0}.preview-one{border-radius:7%;margin:8% 0;width:100%}}@media only screen and (max-width:767px){.contact-header{display:none}.contact-form{height:100vh;margin:2rem}.form{align-items:flex-start;border:2px solid #def1f7;border-radius:2rem;display:flex;flex-direction:column;height:100%;padding:1rem}.form-header{margin-bottom:3.8rem;margin-top:1rem}.form-info{display:flex;flex-direction:column;justify-content:space-around;width:100%}.form input,form select{border-style:none none .2px solid;display:inline-block;margin-bottom:2rem;width:100%}.form-info input[placeholder],.form-info select{text-align:center}.form label{display:block;margin-bottom:1rem}.form-button .button{background-color:#02b0eb;border-color:transparent;border-radius:8rem;display:block;padding:1rem 2rem;text-align:center;text-decoration:none}.form-button{margin:1rem auto}.form-button__checkbox,.form-top-button .top{display:none}}@media only screen and (min-width:768px){section{box-sizing:border-box;margin:0;padding:0}.contact-header{display:flex;height:50vh;margin:4rem auto}.contact-header h1{font-size:32px;font-weight:700;margin-bottom:5rem;text-transform:uppercase}.contact-header h1 span{color:#02b0eb}.contact-header__image{height:20rem;width:20rem}.contact-header__image img{-webkit-transform:translateX(-5rem);transform:translateX(-5rem);width:150%}.contact-header__info{margin-left:3rem}.contact-header__info--list{grid-gap:2rem;display:grid;font-size:1rem;font-weight:500;gap:2rem;grid-template-columns:repeat(2,20rem);grid-template-rows:auto auto;list-style:none}.contact-header__icon{border:1px solid #02b0eb;border-radius:50%;color:#02b0eb;display:inline-block;margin-right:8px;padding:4px}.contact-header__info--list li{align-items:center;display:flex;flex-direction:row;justify-content:left}.contact-form{background:linear-gradient(90deg,rgba(51,53,64,.1),rgba(2,176,235,.1));background-image:radial-gradient(at top left,rgba(2,176,235,.09) 67%,transparent 67.5%),linear-gradient(90deg,#3335401a,rgba(2,176,235,.1));background-repeat:no-repeat;background-size:109% 55%,cover;border:none;border-top-left-radius:-20px;padding-bottom:4rem;padding-top:4rem}.form{grid-gap:2rem;background-color:#fff;border-radius:1.4rem;display:grid;gap:2rem;grid-template-columns:auto;grid-template-rows:repeat(2,1fr);margin:4rem;padding:4rem}.form-header{align-items:center}.form-header,.form-info{display:flex;flex-direction:row;justify-content:space-between}.form input,.form select{border-style:none none .2px solid;flex-grow:2;margin-left:4px}.form-info input[placeholder],.form-info select{text-align:center}.form-button{display:flex;justify-content:space-between}.form-button__checkbox{width:25rem}.form-button__checkbox label{font-size:.7rem}.form-button .button{background-color:#02b0eb;border-color:transparent;border-radius:10rem;display:inline-block;padding:1rem 2rem;text-align:center;text-decoration:none}.form-button .button:hover{background-color:#fff;border:1px solid #1a1a1a;color:#333540;transition:.3s linear}.form-top-button{bottom:25rem;display:inline-block;left:72rem;position:relative}.form-top-button .top{display:flex;flex-direction:column;gap:6px}.form-top-button button{border-radius:10rem;padding:.5rem 1.1rem;text-align:center;text-decoration:none}.form-top-button .top-button{background-color:#f3f4f0;border-bottom-right-radius:0;color:#000}.form-top-button .bottom-button{background-color:#333540;color:#fff}}footer{align-items:center;display:flex;justify-content:space-between;padding:6% 7% 3%}.logo span{color:#1a1a1a;display:inline-block;font-size:30px;font-weight:900;text-transform:uppercase}.logo .logo-text{color:#02b0eb;font-size:16px;font-weight:600;text-transform:uppercase}.logo .copyright{color:#333540;font-size:14px;margin-top:2rem}.links,.links ul{display:flex}.links li{color:#1a1a1a;font-size:14px;font-weight:500;list-style:none;margin-right:2rem}.links li a:hover{color:#02b0eb;transition:.3s linear}.socials-mobile{display:none}.socials{margin-left:3rem}.socials span,.socials-mobile span{border:1px solid #1a1a1a;border-radius:5px;color:#1a1a1a;cursor:pointer;font-size:12px;font-weight:400;margin-right:.5rem;padding:4px 3px 2px}.socials span:hover{background-color:#02b0eb;border:none;color:#f9f9f9;transition:.3s linear}.footer-btn{background-color:#02b0eb;border-radius:40px;color:#fff;font-size:14px;font-weight:700;margin-right:2rem;padding:.7rem;text-align:center;width:12rem}.footer-btn:hover{background-color:#fff;border:1px solid #1a1a1a;color:#333540;transition:.3s linear}.buttons span{border:1px solid #1a1a1a;border-radius:50%;cursor:pointer;font-size:20px;padding:.5rem}.buttons span:hover{background-color:#1a1a1a;color:#f9f9f9;transition:.3s linear}.copyright-mobile{color:#333540;display:none;font-size:14px;margin-top:2rem}.mobile-user{background-color:#1a1a1a;border-radius:50%;color:#f7f7f7;cursor:pointer;display:none;padding:.7rem}@media only screen and (max-width:1096px) and (min-width:836px){footer{padding:1rem}.links li{margin-right:1rem}.socials{display:none}.copyright{font-size:12px}.footer-btn{margin-right:.5rem}.buttons span{font-size:14px;padding:.3rem}}@media only screen and (max-width:835px){.copyright{display:none}.copyright-mobile{display:block}footer{align-items:flex-start;flex-direction:column;justify-content:center;padding-left:4rem}.links,footer{gap:2rem}.links ul{flex-direction:column;gap:1rem}.links li{margin-right:0}.socials-mobile{display:block}.arrow-up,.socials{display:none}.mobile-user{display:block;display:inline-block}.footer-btn{width:24rem}}
/*# sourceMappingURL=main.bbbd660e.css.map*/