@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap);.menu-wrapper{width:100%;height:100px;display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;background:#fff;border-bottom:1px solid #eee;position:fixed;top:0;left:0;z-index:1000}.menu-wrapper .menu-logo-wrapper{width:20%;height:100%}.menu-wrapper .menu-logo-wrapper,.menu-wrapper .menu-logo-wrapper .img-wrapper{display:flex;align-items:center;justify-content:center;z-index:1200}.menu-wrapper .menu-logo-wrapper .img-wrapper img{width:50%;height:auto;cursor:pointer}@media screen and (max-width:1200px){.menu-wrapper .menu-logo-wrapper .img-wrapper img{width:70%}}.menu-wrapper .menu-categories-wrapper{width:50%;height:100%;display:flex;flex-wrap:wrap}@media screen and (max-width:1500px){.menu-wrapper .menu-categories-wrapper{width:60%}}@media screen and (max-width:1000px){.menu-wrapper .menu-categories-wrapper{width:70%}}@media screen and (max-width:900px){.menu-wrapper .menu-categories-wrapper{width:77%}}@media screen and (max-width:768px){.menu-wrapper .menu-categories-wrapper{justify-content:flex-end;align-items:center;position:relative}}.menu-wrapper .menu-categories-wrapper .menu-categories{width:70%;height:100%;color:#585858;display:flex;justify-content:space-between;align-items:center}@media screen and (max-width:768px){.menu-wrapper .menu-categories-wrapper .menu-categories{display:none}}.menu-wrapper .menu-categories-wrapper .menu-categories .menu-category{font-weight:600;font-size:1.1rem;position:relative;cursor:pointer;transition:all .2s ease-in-out;height:100%;display:grid;place-items:center}.menu-wrapper .menu-categories-wrapper .menu-categories .menu-category p{margin:0}.menu-wrapper .menu-categories-wrapper .menu-categories .menu-category svg{width:15px;height:10px}.menu-wrapper .menu-categories-wrapper .menu-categories .menu-category .menu-link-dropdown{border-radius:10px;z-index:99;opacity:0;position:absolute;background:#fff;border:1px solid #eee;min-width:200px;height:auto;transition:bottom opacity .2s linear;-webkit-transition:all .2s linear;-moz-transition:.2s all linear;-ms-transition:.2s all linear;-o-transition:.2s all linear;pointer-events:none;text-align:left;list-style-type:none;font-size:16px;top:70%}@media screen and (max-width:1500px){.menu-wrapper .menu-categories-wrapper .menu-categories .menu-category .menu-link-dropdown{font-size:12px}}@media(max-width:1200px){.menu-wrapper .menu-categories-wrapper .menu-categories .menu-category .menu-link-dropdown,.menu-wrapper .menu-categories-wrapper .menu-categories .menu-category .menu-link-dropdown .menu-link-dropdown-content{display:none}}.menu-wrapper .menu-categories-wrapper .menu-categories .menu-category .menu-link-dropdown .menu-link-dropdown-content .menu-link-dropdown-content-item{margin:3%;padding:2%;border-radius:10px;transition:all .2s linear}@media(max-width:1200px){.menu-wrapper .menu-categories-wrapper .menu-categories .menu-category .menu-link-dropdown .menu-link-dropdown-content .menu-link-dropdown-content-item{display:none;width:100%;height:35px;line-height:35px}}.menu-wrapper .menu-categories-wrapper .menu-categories .menu-category .menu-link-dropdown .menu-link-dropdown-content .menu-link-dropdown-content-item:hover{background:#5aa6fe}@media(max-width:1200px){.menu-wrapper .menu-categories-wrapper .menu-categories .menu-category .menu-link-dropdown .menu-link-dropdown-content .menu-link-dropdown-content-item:hover{display:none}}.menu-wrapper .menu-categories-wrapper .menu-categories .menu-category .menu-link-dropdown .menu-link-dropdown-content .menu-link-dropdown-content-item:hover a{color:#fff}@media(max-width:1200px){.menu-wrapper .menu-categories-wrapper .menu-categories .menu-category .menu-link-dropdown .menu-link-dropdown-content .menu-link-dropdown-content-item:hover a{display:none}}.menu-wrapper .menu-categories-wrapper .menu-categories .menu-category .menu-link-dropdown .menu-link-dropdown-content .menu-link-dropdown-content-item p{margin:0;text-align:center;font-size:14px}@media(max-width:1200px){.menu-wrapper .menu-categories-wrapper .menu-categories .menu-category .menu-link-dropdown .menu-link-dropdown-content .menu-link-dropdown-content-item p{display:none;margin-left:15px;font-weight:600}}.menu-wrapper .menu-categories-wrapper .menu-categories .menu-category:hover .menu-link-dropdown{pointer-events:all;opacity:1;top:75%}.menu-wrapper .menu-categories-wrapper .menu-categories .menu-category:active .menu-link-dropdown-content-item{filter:brightness(90%)}@media(max-width:1200px){.menu-wrapper .menu-categories-wrapper .menu-categories .menu-category{display:none}}.menu-wrapper .menu-categories-wrapper .menu-categories .menu-category:not(:first-child,:nth-child(2)){transition:all .5s;position:relative}.menu-wrapper .menu-categories-wrapper .menu-categories .menu-category:not(:first-child,:nth-child(2)):hover{filter:brightness(200%)}.menu-wrapper .menu-categories-wrapper .menu-categories .menu-category:not(:first-child,:nth-child(2)):hover:after{width:120%}.menu-wrapper .menu-categories-wrapper .menu-categories .menu-category:not(:first-child,:nth-child(2)):hover:before{left:95%;opacity:1}.menu-wrapper .menu-flags-wrapper{width:30%;height:100%;display:flex;justify-content:center;align-items:center}@media screen and (max-width:768px){.menu-wrapper .menu-flags-wrapper{display:none}}.menu-wrapper .menu-flags-wrapper .menu-flags{display:flex;justify-content:center;align-items:center}.menu-wrapper .menu-flags-wrapper .menu-flags .menu-flag{width:30px;height:auto;margin:0 5px;display:flex;justify-content:center;align-items:center}.menu-wrapper .menu-flags-wrapper .menu-flags .menu-flag img{width:100%;height:auto;border:1px solid #000}@media screen and (max-width:1200px){.menu-mobile-wrapper{z-index:1000;width:100%;height:80px;position:fixed;top:0;right:0}.menu-mobile-wrapper .menu-mobile-content{width:100%;height:100%;position:relative;background:#fff;float:right}.menu-mobile-wrapper .menu-mobile-content .menu-hamburger-wrapper{position:absolute;z-index:9999999;right:25px;top:40%;transform:translateY(-50%)}.menu-mobile-wrapper .menu-mobile-content .menu-mobile-content{width:100%;height:100vh;background:#fff;color:#000;display:flex;align-items:flex-start;justify-content:center;flex-wrap:wrap;transform:translateX(300%)}.menu-mobile-wrapper .menu-mobile-content .menu-mobile-content div{width:100%;height:auto;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;align-content:center;flex-wrap:wrap;margin-top:80px}.menu-mobile-wrapper .menu-mobile-content .menu-mobile-content div img{width:80%}.menu-mobile-wrapper .menu-mobile-content .menu-mobile-content div a{width:auto;text-align:left;padding-left:10px}.menu-mobile-wrapper .menu-mobile-content .menu-mobile-content div a p{width:100%;padding:0;color:#24679a;font-size:1.5rem;font-weight:500;border-radius:13px;margin:10px 0}.menu-mobile-wrapper .menu-mobile-content .menu-mobile-svg-wrapper{position:absolute;top:0;z-index:999999;right:0}.menu-mobile-wrapper .menu-mobile-content .menu-mobile-svg-wrapper svg{width:auto;height:200px}}.menu-mobile-logo{margin-left:20px}a{text-decoration:none;color:#585858}.header-wrapper-content-title{top:27%}.header-wrapper-content-title-sub{font-size:1.5rem;top:35%}.about-content-wrapper{display:flex;flex-basis:100%;flex-direction:row;flex-wrap:wrap;justify-content:center}.about-content-wrapper-content{display:flex;background-color:#fff;flex-basis:60%}@media screen and (max-width:1200px){.about-content-wrapper-content{flex-basis:100%}}.mobile-header-wrapper{margin-top:150px}.mobile-content-wrapper-content{display:flex;background-color:#fff;flex-basis:50%;height:auto;background:#fff;border-radius:30px;padding:15px;z-index:999;margin-top:-25px;margin-bottom:50px;box-shadow:0 0 20px 3px rgba(1,1,1,.2)}@media screen and (max-width:1200px){.mobile-content-wrapper-content{flex-basis:100%}}.faq-wrapper{width:100%;height:auto}.faq-wrapper .faq-header-wrapper{width:100%;height:200px;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;text-align:center}.faq-wrapper .faq-header-wrapper .faq-header .faq-header-top{font-size:2.2rem;position:relative;width:auto;color:#353535}.faq-wrapper .faq-header-wrapper .faq-header .faq-header-top:after{content:"";display:inline-block;position:absolute;bottom:-5px;left:50%;transform:translateX(-50%);width:10%;height:2px;background:#e66d76}.faq-wrapper .faq-header-wrapper .faq-header .faq-header-bottom{color:#000;font-weight:300;width:60%;margin:20px auto 0}.faq-wrapper .faq-questions-wrapper{height:auto;width:100%}.faq-wrapper .faq-questions-wrapper .faq-questions{margin:50px}@media screen and (max-width:1200px){.faq-wrapper .faq-questions-wrapper .faq-questions{margin:0}}.faq-wrapper .faq-questions-wrapper .faq-questions .faq-question-wrapper{width:100%;background:#fff;box-shadow:0 0 71px rgba(0,0,0,.08);border-radius:17px;height:100px;overflow:hidden;margin:20px 0;transition:all .2s linear!important;cursor:pointer}.faq-wrapper .faq-questions-wrapper .faq-questions .faq-question-wrapper .faq-question{margin:0 50px}.faq-wrapper .faq-questions-wrapper .faq-questions .faq-question-wrapper .faq-question .faq-question-header{width:100%;height:100px;display:flex;flex-wrap:wrap;align-items:center;position:relative}.faq-wrapper .faq-questions-wrapper .faq-questions .faq-question-wrapper .faq-question .faq-question-header .faq-question-header-text{display:flex;flex-wrap:wrap;align-items:center;width:100%;height:100%;color:rgba(42,63,94,.71);transition:all .1s linear}.faq-wrapper .faq-questions-wrapper .faq-questions .faq-question-wrapper .faq-question .faq-question-header .faq-question-header-arrow p{position:absolute;top:0;transform:translateY(-50%);text-align:center;right:10px;font-size:2.3rem;width:auto;height:auto}.faq-wrapper .faq-questions-wrapper .faq-questions .faq-question-wrapper .faq-question .faq-question-content{padding:20px 0 40px;color:rgba(42,63,94,.71)}.faq-wrapper .faq-questions-wrapper .faq-questions .faq-question-wrapper .faq-question .faq-question-content p{color:rgba(42,63,94,.71);margin-top:30px;margin-bottom:80px}.footer-wrapper{width:100%;overflow-y:hidden;font-family:"Roboto",sans-serif!important}.footer-wrapper .footer-top{width:100%;height:100%;position:relative}.footer-wrapper .footer-top #footer-svg1{position:relative}.footer-wrapper .footer-top #footer-svg1 image{width:100%}.footer-wrapper .footer-top #footer-svg2{position:absolute;top:-3px;left:0}.footer-wrapper .footer-top .footer-top-content-wrapper{width:100%;height:100%;position:absolute;top:0;display:flex;justify-content:center;align-items:flex-end}.footer-wrapper .footer-top .footer-top-content-wrapper .footer-top-content{width:70%;height:60%;display:flex;justify-content:space-between;align-items:center;flex-flow:row wrap}.footer-wrapper .footer-top .footer-top-content-wrapper .footer-top-content .footer-top-logo-wrapper{width:25%;height:80%;text-align:center}.footer-wrapper .footer-top .footer-top-content-wrapper .footer-top-content .footer-top-logo-wrapper span{color:#fff;font-size:2rem;font-weight:600;position:relative;font-family:"Roboto",sans-serif!important}.footer-wrapper .footer-top .footer-top-content-wrapper .footer-top-content .footer-top-logo-wrapper span:after{content:"";width:30%;height:5px;background:#fff;position:absolute;bottom:-7px;left:0}.footer-wrapper .footer-top .footer-top-content-wrapper .footer-top-content .footer-top-section-wrapper{width:25%;height:80%}.footer-wrapper .footer-top .footer-top-content-wrapper .footer-top-content .footer-top-section-wrapper .footer-top-section-header{color:#fff;font-family:"Roboto",sans-serif!important;font-size:1.2rem;font-weight:700}.footer-wrapper .footer-top .footer-top-content-wrapper .footer-top-content .footer-top-section-wrapper .footer-top-section-item,.footer-wrapper .footer-top .footer-top-content-wrapper .footer-top-content .footer-top-section-wrapper .footer-top-section-item a{color:#fff;font-family:"Roboto",sans-serif!important;font-weight:300}.footer-wrapper .footer-bottom{width:100%;height:51px;background:#fff;display:flex;justify-content:center;align-items:center;flex-wrap:wrap}.footer-wrapper .footer-bottom .footer-bottom-left{height:100%;width:50%}.footer-wrapper .footer-bottom .footer-bottom-left p{margin-left:20px;color:rgba(42,63,94,.71);font-size:1rem;font-weight:700;font-family:"Roboto",sans-serif!important}.footer-wrapper .footer-bottom .footer-bottom-right{width:50%;height:100%;display:flex;justify-content:flex-end;align-items:center;flex-wrap:wrap}.footer-wrapper .footer-bottom .footer-bottom-right .footer-bottom-right-icons{margin-right:20px;height:100%;display:flex;justify-content:center;align-items:center;flex-wrap:wrap}.footer-wrapper .footer-bottom .footer-bottom-right .footer-bottom-right-icons .footer-bottom-right-icon{margin:0 5px;display:flex;justify-content:center;align-items:center;flex-wrap:wrap}@media screen and (max-width:1200px){.footer-mobile-wrapper{position:relative;overflow:hidden}.footer-mobile-wrapper .footer-mobile-background{z-index:10;width:100%;height:100vh}}@media screen and (max-width:1200px)and (min-width:800px){.footer-mobile-wrapper .footer-mobile-background{height:50vh}}@media screen and (max-width:1200px){.footer-mobile-wrapper .footer-mobile-content-wrapper{width:100%;position:absolute;top:20%;z-index:100}.footer-mobile-wrapper .footer-mobile-content-wrapper .footer-mobile-content{margin:20px 60px;display:flex;flex-wrap:wrap;height:100%}.footer-mobile-wrapper .footer-mobile-content-wrapper .footer-mobile-content-header-wrapper{width:100%;height:100px}.footer-mobile-wrapper .footer-mobile-content-wrapper .footer-mobile-content-header-wrapper span{font-size:2.2rem;color:#fff;font-weight:600;font-family:"Roboto";position:relative}.footer-mobile-wrapper .footer-mobile-content-wrapper .footer-mobile-content-header-wrapper span:after{content:"";width:30%;height:5px;background:#fff;position:absolute;bottom:-10px;left:0}.footer-mobile-wrapper .footer-mobile-content-wrapper .footer-mobile-content .footer-mobile-sections{display:flex;align-items:center;flex-wrap:wrap;width:100%;height:calc(100% - 100px)}.footer-mobile-wrapper .footer-mobile-content-wrapper .footer-mobile-content .footer-mobile-sections .footer-mobile-section{color:#fff;width:100%}}@media screen and (max-width:1200px)and (min-width:768px){.footer-mobile-wrapper .footer-mobile-content-wrapper .footer-mobile-content .footer-mobile-sections .footer-mobile-section{width:33%}}@media screen and (max-width:1200px){.footer-mobile-wrapper .footer-mobile-content-wrapper .footer-mobile-content .footer-mobile-sections .footer-mobile-section-title{font-size:1.3rem;font-weight:600;font-family:"Roboto"}.footer-mobile-wrapper .footer-mobile-content-wrapper .footer-mobile-content .footer-mobile-sections .footer-mobile-section-item{font-weight:300;font-family:"Roboto"}.footer-mobile-wrapper .footer-mobile-content-wrapper .footer-mobile-content .footer-mobile-sections .footer-mobile-section-item a{color:#fff;font-family:"Roboto",sans-serif!important;font-weight:300}.footer-mobile-wrapper .footer-mobile-bottom{display:flex;flex-wrap:wrap;align-items:center;position:relative;margin-bottom:20px;height:20px}.footer-mobile-wrapper .footer-mobile-bottom:after{content:"";width:100%;height:10px;background:#e1475b;position:absolute;bottom:-25px}.footer-mobile-wrapper .footer-mobile-bottom .footer-mobile-bottom-content{display:flex;flex-wrap:wrap;align-items:center;width:100%;height:100%}.footer-mobile-wrapper .footer-mobile-bottom .footer-mobile-bottom-content .footer-mobile-bottom-copyright{font-size:.75rem;font-family:"Roboto";font-weight:700;color:#4271a8;position:absolute;left:10px;top:50%}.footer-mobile-wrapper .footer-mobile-bottom .footer-mobile-bottom-content .footer-mobile-bottom-icons{width:20%;display:flex;flex-wrap:wrap;justify-content:center;position:absolute;right:0;top:25%}.footer-mobile-wrapper .footer-mobile-bottom .footer-mobile-bottom-content .footer-mobile-bottom-icons .footer-mobile-bottom-icon{width:30%}}.content-wrapper{display:flex;flex-basis:100%;flex-direction:row;flex-wrap:wrap;justify-content:center}.content-wrapper-content{display:flex;background-color:#fff;flex-basis:50%;height:auto;background:#fff;border-radius:30px;padding:15px 15px 15px 35px;z-index:999;margin-top:-100px;margin-bottom:50px;flex-wrap:wrap;box-shadow:0 0 20px 3px rgba(1,1,1,.2)}@media screen and (max-width:1200px){.content-wrapper-content{flex-basis:100%;margin-top:-20px}}.content-info-box{display:flex;flex-basis:50%;height:-moz-fit-content;height:fit-content;flex-direction:row;flex-wrap:wrap;justify-items:flex-start;justify-content:center;min-width:300px}@media screen and (max-width:1200px){.content-info-box{flex-basis:100%}}.content-info-h4{flex-basis:100%;font-size:1.3rem;color:#000}.content-info-pos{display:flex;flex-basis:100%;flex-direction:row;flex-wrap:wrap;margin-bottom:20px;margin-left:15px}.content-info-pos p{margin:0 0 0 10px}.info-input{height:50px;flex-basis:100%;border-radius:30px;border:none;box-shadow:0 4px 9px rgba(0,0,0,.2);-webkit-box-shadow:0 4px 9px rgba(0,0,0,.2);padding-left:10px}.info-input-box{justify-items:flex-start;flex-basis:100%;height:auto;display:flex;flex-direction:row;flex-wrap:wrap;height:-moz-fit-content;height:fit-content;padding-top:5px}.info-input-label{font-size:1.3rem;flex-basis:100%;height:-moz-fit-content;height:fit-content}.info-input-textarea{height:95px;flex-basis:100%;border-radius:30px;border:none;box-shadow:0 4px 9px rgba(0,0,0,.2);-webkit-box-shadow:0 4px 9px rgba(0,0,0,.2);resize:none;min-height:100px;max-height:140px;padding-left:10px;padding-top:10px}.info-input-textarea:focus{outline:none}.info-input-btn{width:60%;background:linear-gradient(89.81deg,rgba(36,57,89,.92) 5.91%,rgba(26,154,226,.58) 87.73%);color:#fff;border-radius:30px;text-align:center;font-size:1.5rem;margin-top:20px}.info-input-btn p{margin:0;padding:10px 0}.info-input:focus{outline:none}.mobile-header-wrapper{margin-top:80px;display:flex;flex-basis:100%;flex-direction:row;flex-wrap:wrap;justify-content:center}.mobile-header-wrapper-content{display:flex;flex-basis:90%;flex-direction:row;flex-wrap:wrap;color:#fff}.mobile-header-wrapper-content-background{position:absolute;top:0;left:0;width:100%;height:450px;z-index:-999;background:linear-gradient(233deg,#5aa6fe 40%,rgba(26,154,226,.58) 60%)}.mobile-header-wrapper-content h1{flex-basis:100%;font-size:3.5rem;text-align:center;margin-bottom:0}.mobile-header-wrapper-content p{flex-basis:100%;font-size:2rem;text-align:center;margin-bottom:50px}.mobile-header-wrapper-content #offert{flex-basis:100%;font-size:1.4rem;text-align:center;margin-bottom:50px}.header-wrapper{display:flex;flex-direction:row;flex-wrap:wrap;height:540px;position:relative}.header-wrapper-img{width:100%;object-fit:cover;height:auto}.header-wrapper-svg{width:100%;position:absolute;top:0;left:0}.header-wrapper-content-title{top:50%;font-size:4rem}.header-wrapper-content-title,.header-wrapper-content-title-sub{position:absolute;left:50%;color:#fff;transform:translate(-50%,-50%)}.header-wrapper-content-title-sub{font-size:1.8rem;top:65%}svg{overflow:visible}.mobile-container{flex-wrap:wrap;width:100vw;justify-content:center}.mobile-container,.mobile-header{position:relative;display:flex;flex-direction:row}.mobile-header-wrapper{margin-bottom:30px}.mobile-table{width:100%;min-height:200px;border-radius:17px}.mobile-table th{color:#111;font-weight:400;height:50px;text-align:left;padding:8px}.mobile-table td{border-right:1px solid #ddd;padding:8px}@media screen and (max-width:1200px){.mobile-table td{border-bottom:1px solid #eee;font-size:.9rem;letter-spacing:.055em;color:#333}}.mobile-table tr{border-bottom:1px solid #ddd;width:100%}.mobile-table td:nth-child(2){border-right:none;width:25%}.mobile-table-wrapper{width:100%;display:flex;height:80px;background:linear-gradient(92.1deg,#243959 -40.26%,#1a9ae2 97.43%);flex-direction:row;flex-wrap:wrap;padding:0 10px}.mobile-table-wrapper p{font-family:Poppins;font-style:normal;font-weight:600;font-size:20px;line-height:45px;letter-spacing:.055em;color:#fff;padding-left:10px;font-size:1.2rem}.mobile-table-label{width:100%}.mobile-table-label h2{font-family:Poppins;height:160px;font-size:2.5rem;line-height:160px;text-align:center;margin:0;width:100%;color:#373636}@media screen and (max-width:1200px){.mobile-table-label h2{font-size:2rem;letter-spacing:.055em}}.mobile-table-label span{font-size:1.4rem}.content-wrapper-content-offert{border-radius:0;display:flex;background-color:#fff;flex-basis:50%;height:auto;background:#fff;border-radius:30px;padding:15px 0;z-index:999;margin-top:-100px;margin-bottom:50px;flex-wrap:wrap;box-shadow:0 0 20px 3px rgba(1,1,1,.2)}@media screen and (max-width:1200px){.content-wrapper-content-offert{flex-basis:100%;margin-top:-50px;border-radius:0}}.offert-container{width:100vw}.offert-container,.offert-header{position:relative;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center}.offert-header{height:540px;flex-basis:100%;align-items:center;color:#fff}.offert-header-h1{flex-basis:100%;text-align:center;font-size:6rem;margin-bottom:0}.offert-header-p{flex-basis:100%;text-align:center;font-size:2.34rem}.offert-header-svg{width:90%;transform:scale(1.3);position:absolute;left:0;top:0;z-index:-9}.offert-header-svg svg{overflow:visible}.offert-header-content{margin-top:50px}.offert-content{flex-basis:80%;position:relative;height:auto;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-items:center;margin-top:-140px}@media screen and (max-width:1400px){.offert-content{flex-basis:80%}}.card{height:504.69px;flex-basis:20%;min-width:240px;background:#fff;box-shadow:0 0 124px rgba(0,0,0,.17);display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;align-content:flex-start;position:relative}@media screen and (max-width:1200px){.card{flex-basis:100% fb}}.card-svg{height:120px;margin-top:20px}.card-p-from{font-size:1.2rem;margin-top:0;color:rgba(0,0,0,.63);font-weight:500}.card-p-from,.card-price{flex-basis:100%;text-align:center}.card-price{font-size:3rem;font-family:"Montserrat";margin:0}.card-price span{font-size:2rem;font-weight:400;margin-left:8px}.card-list{text-align:center;flex-basis:100%;list-style:none;padding:0;flex-direction:row;flex-wrap:wrap;display:flex;flex-basis:80%}@media(max-width:1500px){.card-list{flex-basis:90%}}.card-list li{line-height:30px;width:100%}@media screen and (max-width:1650px){.card-list li{padding:0}}@media screen and (max-width:800px){.card-list li{padding-left:20px;text-align:left}}.card-list-svg{width:30px;height:20px;padding-top:8px}.card-btn{border:1px solid #6b6b6b;box-sizing:border-box;border-radius:5px;flex-basis:181px;text-align:center;font-weight:500;margin-top:25px;cursor:pointer}.card-bestseller{width:70%;height:25px;background:linear-gradient(89.81deg,#58b6eb .7%,#3e98da 87.73%);border-radius:21px;position:absolute;top:-14.5px}.card-bestseller p{margin:0;font-family:Poppins;font-style:normal;font-weight:700;font-size:15px;line-height:25px;align-items:center;text-align:center;letter-spacing:.11em;color:#fff}.table{width:100%;border-collapse:collapse;margin-bottom:15px}.table th{color:#77c1eb;font-weight:400;height:50px;text-align:left;padding:8px}.table td{border-right:1px solid #ddd;padding:8px;color:rgba(0,0,0,.8);font-weight:500}.table tr{border-bottom:1px solid #ddd}.table td:nth-child(2),.table td:nth-child(3){font-weight:400;font-family:"Roboto"}.table td:nth-child(3){border-right:none}.table-wrapper{margin-top:100px;flex-basis:90%;display:flex;box-shadow:0 0 71px rgba(0,0,0,.08);height:auto;min-height:210px;background:linear-gradient(89.81deg,rgba(36,57,89,.92) 5.91%,rgba(26,154,226,.58) 87.73%);margin-bottom:100px;padding-bottom:10px;border-radius:20px}@media screen and (max-width:1200px){.table-wrapper{border-radius:none}}.table-content{position:relative;width:100%;height:auto;min-height:190px;background-color:#fff;border-radius:17px;padding:5px;z-index:999;justify-content:center;align-content:flex-start}.table-categories,.table-content{flex-basis:100%;display:flex;flex-direction:row;flex-wrap:wrap}.table-categories{height:60px}.table-categories-line{width:16%;position:absolute;top:60px;left:0;height:5px;background:linear-gradient(89.81deg,rgba(36,57,89,.92) 5.91%,rgba(26,154,226,.58) 87.73%);transition:.2s ease-in-out}.table-category{flex-basis:16%;text-align:center;border-bottom:1px solid #eee}.table-category p{cursor:pointer}*,:after,:before{font-family:"Poppins",sans-serif;box-sizing:border-box}body,html{margin:0;padding:0;overflow-x:hidden}::selection{color:#fff;background:#5aa6fe}.employees{margin-top:100px;width:100%;height:auto}.employees-header{display:grid;place-items:center}.employees-header h1{margin-top:100px;font-size:25px;color:#333;font-weight:500;position:relative}.employees-header h1:after{content:"";height:3px;width:100px;position:absolute;bottom:-10px;left:0;background:#eee}.employees-container{width:100%;margin-top:100px}.employees-container,.employees-container .employee{height:auto;display:flex;flex-direction:column;justify-content:center;align-items:center}.employees-container .employee{width:70%;margin:50px 200px}@media screen and (max-width:1200px){.employees-container .employee{margin:50px auto;text-align:center}}.employees-container .employee-img{width:150px;height:auto;border-radius:50%}.employees-container .employee-img img{width:150px;height:auto;border-radius:3%}.employees-container .employee-name{font-size:20px;font-weight:600}.employees-container .employee-desc{font-size:15px;color:#222}.login-container{display:flex;flex-direction:row;width:100%;height:100vh;justify-content:center;justify-items:center;align-items:center;align-self:center}.login-container>.row{width:50vh;height:40vh;background:#3b88c3;border-radius:5px}.login-container>.row,.login-container>.row>div{display:flex;flex-direction:column;align-items:center}.login-container>.row>div{position:relative}.login-container>.row>div>img{width:20%}.login-container>.row>div>h3{position:absolute;font-weight:400;font-size:20px;text-align:center;font-family:Poppins;top:60%;color:#fff!important}.login-container>.row>form{margin-top:20px}.login-container>.row>form,.login-container>.row>form>div{display:flex;flex-direction:column;width:80%;align-items:center;color:#fff!important}.login-container>.row>form>div>label{font-size:20px;text-align:center;margin-bottom:10px}.login-container>.row>form>div>input{border-radius:5px;outline:none;border:none;height:30px;margin-bottom:10px;width:100%}.login-container>.row>form>div>button{border:none;height:40px;border-radius:5px;background:#ededed;margin-top:10px;font-size:17px;width:150px}@media(max-width:767px){.login{color:#fff!important}.login-container>.row{width:100%;height:100vh;border-radius:0;align-items:center}.login-container>.row div{display:flex;flex-direction:column;align-items:center;position:relative}.login-container>.row div>img{width:80%}.login-container>.row div>h3{position:absolute;font-weight:400;font-size:20px;text-align:center;font-family:Poppins;top:60%;color:#fff!important}.login-container>.row>form{align-items:center}.login-container>.row>form,.login-container>.row>form>div{display:flex;flex-direction:column;width:80%;color:#fff!important}.login-container>.row>form>div>label{font-size:20px;text-align:center;margin-bottom:10px}.login-container>.row>form>div>input{border-radius:5px;outline:none;border:none;height:30px;margin-bottom:10px;width:100%}.login-container>.row>form>div>button{border:none;height:40px;border-radius:5px;background:#ededed;margin-top:10px;font-size:17px;width:150px}}.blog-wrapper{width:100vw;overflow-y:scroll}.blog-wrapper,.main-wrapper{display:flex;justify-content:center;position:relative}.main-wrapper{margin-top:100px;flex-direction:column;flex-wrap:wrap;align-items:center;width:100%;height:100%;padding:0;background-color:#fff}.main-wrapper>h1{color:#111;text-align:center;font-size:3rem}.lastest-article-wrapper{display:grid;padding:50px;width:85vw;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr 1fr;grid-gap:10px}.lastest-article{border:1px solid rgba(1,1,12,.7);padding:5px;border-radius:10px;width:100%;height:100%;background-color:#fff;grid-column-start:1;grid-row-start:1;grid-row-end:3}.lastest-article,.lastest-article img{position:relative}.lastest-article h2{padding:6px 6px 6px 10px;margin-bottom:5px;margin-top:0}.lastest-article p.desc{padding:6px 6px 6px 10px;font-size:.8rem;color:#111;line-height:1.5;margin:0}#lastest-article-image{width:100%;border-radius:10px}#bandge-lastest{position:absolute;top:5px;left:5px;width:-moz-fit-content;width:fit-content;color:#fff;background-color:rgba(36,103,154,.6);border-bottom-right-radius:10px;border-top-left-radius:10px;padding:10px;font-size:1.1rem;text-align:center;z-index:2}#background-image-article-opacity-color{position:absolute;top:0;left:0;width:100%;border-radius:10px;height:calc(98% - 2px);display:none;background-color:rgba(36,103,154,.3);z-index:1}#article-date-p{font-size:.67rem}#blog_avatar{padding-left:0;grid-column-start:1;grid-column-end:1;grid-row-start:1;grid-row-end:3;padding-top:5px}#author{display:flex;flex-direction:row;justify-content:center;align-items:flex-start;justify-items:flex-start;padding:10px 10px 10px 5px;height:min-content;width:100%}#author>.author_name{flex-basis:20%;grid-column-start:2;grid-column-end:3;grid-row-start:1;grid-row-end:1;font-size:.8rem;font-weight:500;color:#111;margin:0;padding-left:7px;align-self:center;line-height:1.5}#author>.see-more{flex-basis:80%;align-self:flex-end}#author>.see-more>button{float:right;border:none;background-color:#24679a;color:#fff;font-size:.9rem;padding:7.5px 15px;margin-bottom:10px;margin-right:10px}.blog_category{font-size:.8rem;margin:0 0 0 10px;padding:6px;background-color:#24679a;width:min-content;border-radius:8px;color:#fff}.lastest-item{margin-left:10px;height:200px;display:flex;flex-direction:row;justify-content:flex-start;align-items:center;width:100%}.lastest-item-image{flex-basis:50%;width:100%;height:100%;display:block}.lastest-item-image:first-child{border-radius:10px 0 0 10px}.lastest-item-content{flex-basis:50%}.lastest-item-content>h1{font-size:.8rem;padding:0 0 0 10px;margin:0 0 5px}.slick-slider{box-sizing:border-box;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none;touch-action:pan-y;-webkit-tap-highlight-color:rgba(0,0,0,0)}.slick-list,.slick-slider{position:relative;display:block}.slick-list{overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:none}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list,.slick-slider .slick-track{transform:translateZ(0)}.slick-track{position:relative;left:0;top:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after,.slick-track:before{content:"";display:table}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{float:left;height:100%;min-height:1px;display:none}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}.slick-loading .slick-list{background:#fff url(data:image/gif;base64,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) 50% no-repeat}@font-face{font-family:"slick";src:url(/static/media/slick.ced611da.eot);src:url(/static/media/slick.ced611da.eot) format("embedded-opentype"),url(/static/media/slick.b7c9e1e4.woff) format("woff"),url(/static/media/slick.d41f55a7.ttf) format("truetype"),url(/static/media/slick.f97e3bbf.svg) format("svg");font-weight:400;font-style:normal}.slick-next,.slick-prev{position:absolute;display:block;height:20px;width:20px;line-height:0;font-size:0;cursor:pointer;top:50%;transform:translateY(-50%);padding:0;border:none}.slick-next,.slick-next:focus,.slick-next:hover,.slick-prev,.slick-prev:focus,.slick-prev:hover{background:transparent;color:transparent;outline:none}.slick-next:focus:before,.slick-next:hover:before,.slick-prev:focus:before,.slick-prev:hover:before{opacity:1}.slick-next.slick-disabled:before,.slick-prev.slick-disabled:before{opacity:.25}.slick-next:before,.slick-prev:before{font-family:"slick";font-size:20px;line-height:1;color:#fff;opacity:.75;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-prev{left:-25px}[dir=rtl] .slick-prev{left:auto;right:-25px}.slick-prev:before{content:"←"}[dir=rtl] .slick-prev:before{content:"→"}.slick-next{right:-25px}[dir=rtl] .slick-next{left:-25px;right:auto}.slick-next:before{content:"→"}[dir=rtl] .slick-next:before{content:"←"}.slick-dotted.slick-slider{margin-bottom:30px}.slick-dots{position:absolute;bottom:-25px;list-style:none;display:block;text-align:center;padding:0;margin:0;width:100%}.slick-dots li{position:relative;display:inline-block;margin:0 5px;padding:0}.slick-dots li,.slick-dots li button{height:20px;width:20px;cursor:pointer}.slick-dots li button{border:0;background:transparent;display:block;outline:none;line-height:0;font-size:0;color:transparent;padding:5px}.slick-dots li button:focus,.slick-dots li button:hover{outline:none}.slick-dots li button:focus:before,.slick-dots li button:hover:before{opacity:1}.slick-dots li button:before{position:absolute;top:0;left:0;content:"•";width:20px;height:20px;font-family:"slick";font-size:6px;line-height:20px;text-align:center;color:#000;opacity:.25;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.slick-dots li.slick-active button:before{color:#000;opacity:.75}.announcementContainer{width:100%;height:50px;text-align:center;background-color:#fff;border-top:1px solid #111;margin-top:100px;z-index:1}.announcementContainer>h1{font-size:15px!important}.slider-wrapper{position:relative;display:flex;flex-wrap:wrap;margin-top:-20px}.slider-wrapper,.slider-wrapper .slider{width:100%;height:100%}.slider-wrapper .slider .slider-content{width:100%;border-top:1px solid hsla(0,0%,100%,.6);border-bottom:1px solid hsla(0,0%,100%,.6);background:hsla(0,0%,100%,.2)}.slider-wrapper .slider .slider-content .slider-info-wrapper{display:flex;justify-content:center;align-items:flex-start;flex-wrap:wrap;width:100%;height:50%;z-index:500}.slider-wrapper .slider .slider-content .slider-info-wrapper .slider-img{width:100%;height:70%}.slider-wrapper .slider .slider-content .slider-info-wrapper .slider-img .slider-img-bg{width:100%;object-fit:cover;object-position:top;margin-top:100px;height:calc(60vh + 200px);background:linear-gradient(89.81deg,rgba(36,57,89,.92) 5.91%,rgba(26,154,226,.58) 87.73%);position:absolute;opacity:.3}.slider-wrapper .slider .slider-content .slider-info-wrapper .slider-img img{width:100%;object-fit:cover;object-position:center;margin-top:100px;height:calc(60vh + 200px)}.slider-wrapper .slider .slider-content .slider-info-wrapper .slider-info-content{height:100%;width:100%;display:flex;flex-wrap:wrap;position:absolute}.slider-wrapper .slider .slider-content .slider-info-wrapper .slider-info-content .slider-info-left{width:80%;height:100%;display:flex;justify-content:flex-end;flex-wrap:wrap;align-items:center}.slider-wrapper .slider .slider-content .slider-info-wrapper .slider-info-content .slider-info-left .slider-info-left-content{width:100%;height:300px;color:#fff;display:flex;align-items:center;justify-content:center;flex-wrap:wrap;transform:translateY(-200px)}@media screen and (max-width:1200px){.slider-wrapper .slider .slider-content .slider-info-wrapper .slider-info-content .slider-info-left .slider-info-left-content{margin:20px 0 0 50px}}.slider-wrapper .slider .slider-content .slider-info-wrapper .slider-info-content .slider-info-left .slider-info-left-content .slider-info-left-name{width:100%;font-size:2.2rem;font-weight:700;margin:50px 0 -10px 150px}@media screen and (max-width:1200px){.slider-wrapper .slider .slider-content .slider-info-wrapper .slider-info-content .slider-info-left .slider-info-left-content .slider-info-left-name{font-size:.9rem}}.slider-wrapper .slider .slider-content .slider-info-wrapper .slider-info-content .slider-info-left .slider-info-left-content .slider-info-left-desc{width:28.56%;font-weight:300;font-size:.95rem;text-align:left;margin-left:300px}.slider-wrapper .slider .slider-content .slider-info-wrapper .slider-info-content .slider-info-left .slider-info-left-content .slider-info-left-desc h2{width:30%;word-wrap:wrap}@media screen and (max-width:1200px){.slider-wrapper .slider .slider-content .slider-info-wrapper .slider-info-content .slider-info-left .slider-info-left-content .slider-info-left-desc{font-size:.4rem}}.slider-wrapper .slider .slider-content .slider-info-wrapper .slider-info-content .slider-info-left .slider-info-left-content .slider-info-left-buttons-wrapper{width:100%;z-index:1200!important}.slider-wrapper .slider .slider-content .slider-info-wrapper .slider-info-content .slider-info-left .slider-info-left-content .slider-info-left-buttons-wrapper .slider-info-left-buttons{width:330px;display:flex;margin-left:150px;justify-content:space-between}@media screen and (max-width:1200px){.slider-wrapper .slider .slider-content .slider-info-wrapper .slider-info-content .slider-info-left .slider-info-left-content .slider-info-left-buttons-wrapper .slider-info-left-buttons{width:350px}}.slider-wrapper .slider .slider-content .slider-info-wrapper .slider-info-content .slider-info-left .slider-info-left-content .slider-info-left-buttons-wrapper .slider-info-left-buttons button{border-radius:11px;border:none;width:150px;height:50px;font-size:.95rem;color:#fff;transition:all .2s ease-in-out;cursor:pointer;background:transparent}.slider-wrapper .slider .slider-content .slider-info-wrapper .slider-info-content .slider-info-left .slider-info-left-content .slider-info-left-buttons-wrapper .slider-info-left-buttons button a{transition:all .2s ease-in-out;color:#fff;background:transparent}@media screen and (max-width:1200px){.slider-wrapper .slider .slider-content .slider-info-wrapper .slider-info-content .slider-info-left .slider-info-left-content .slider-info-left-buttons-wrapper .slider-info-left-buttons button{width:150px;height:40px}}.slider-wrapper .slider .slider-content .slider-info-wrapper .slider-info-content .slider-info-left .slider-info-left-content .slider-info-left-buttons-wrapper .slider-info-left-buttons :first-child{background:#5aa6fe}.slider-wrapper .slider .slider-content .slider-info-wrapper .slider-info-content .slider-info-left .slider-info-left-content .slider-info-left-buttons-wrapper .slider-info-left-buttons :first-child a{border:none;transition:all .2s ease-in-out}.slider-wrapper .slider .slider-content .slider-info-wrapper .slider-info-content .slider-info-left .slider-info-left-content .slider-info-left-buttons-wrapper .slider-info-left-buttons :first-child:hover{background:transparent;border:1px solid #5aa6fe}.slider-wrapper .slider .slider-content .slider-info-wrapper .slider-info-content .slider-info-left .slider-info-left-content .slider-info-left-buttons-wrapper .slider-info-left-buttons :first-child:hover a{background:transparent;border:none}.slider-wrapper .slider .slider-content .slider-info-wrapper .slider-info-content .slider-info-left .slider-info-left-content .slider-info-left-buttons-wrapper .slider-info-left-buttons :nth-child(2){background:transparent;border:1px solid #fff}.slider-wrapper .slider .slider-content .slider-info-wrapper .slider-info-content .slider-info-left .slider-info-left-content .slider-info-left-buttons-wrapper .slider-info-left-buttons :nth-child(2) a{background:transparent;transition:all .2s ease-in-out}.slider-wrapper .slider .slider-content .slider-info-wrapper .slider-info-content .slider-info-left .slider-info-left-content .slider-info-left-buttons-wrapper .slider-info-left-buttons :nth-child(2):hover{background:#fff;border:none}.slider-wrapper .slider .slider-content .slider-info-wrapper .slider-info-content .slider-info-left .slider-info-left-content .slider-info-left-buttons-wrapper .slider-info-left-buttons :nth-child(2):hover a{color:#000;border:none}.slider-wrapper .slider .slider-content .slider-info-wrapper .slider-info-content .slider-info-right{width:50%;height:300px;display:flex;justify-content:center;align-items:center}@media(max-width:1650px){.tiles-wrapper{margin-top:-160px!important}}@media(max-width:1400px){.tiles-wrapper{margin-top:-100px!important}}.tiles-wrapper{display:flex;justify-content:center;position:relative;margin-top:-250px;min-height:400px;height:auto}.tiles-wrapper .tiles-wrapper-content{width:70%;display:flex;align-items:center;justify-content:space-around;min-height:400px;height:auto;flex-wrap:wrap}.tiles-wrapper .tiles-wrapper-content .tile{background:#fff;width:30%;height:auto;border-radius:15px;box-shadow:0 8px 31px rgba(44,77,108,.06)}@media screen and (max-width:1200px){.tiles-wrapper .tiles-wrapper-content .tile{flex-basis:100%;margin-bottom:20px}}.tiles-wrapper .tiles-wrapper-content .tile .tile-svg-wrapper{width:100%;height:50%}.tiles-wrapper .tiles-wrapper-content .tile .tile-svg-wrapper .tile-svg-wrapper-content{height:100%;width:100%;display:flex;align-items:center;justify-content:center}.tiles-wrapper .tiles-wrapper-content .tile .tile-description-wrapper{min-height:200px;height:auto;display:flex;flex-wrap:wrap}.tiles-wrapper .tiles-wrapper-content .tile .tile-description-wrapper .tile-description-header{width:80%;display:flex;align-items:center;margin-left:auto;font-weight:600;font-size:1.5rem}.tiles-wrapper .tiles-wrapper-content .tile .tile-description-wrapper .tile-description-text{width:80%;min-height:35%;height:auto;display:flex;margin-left:auto}.tiles-wrapper .tiles-wrapper-content .tile .tile-description-wrapper .tile-description-text span{color:rgba(14,43,77,.36);display:flex;width:80%}.tiles-wrapper .tiles-wrapper-content .tile .tile-description-wrapper .tile-link-wrapper{height:30%;width:80%;display:flex;align-items:flex-end;margin-left:auto}.tiles-wrapper .tiles-wrapper-content .tile .tile-description-wrapper .tile-link-wrapper span{display:flex;color:#5aa6fe;justify-content:space-between;align-items:center;font-weight:600;width:70%;transition:.3s}.tiles-wrapper .tiles-wrapper-content .tile .tile-description-wrapper .tile-link-wrapper span svg{transition:.3s}.tiles-wrapper .tiles-wrapper-content .tile .tile-description-wrapper .tile-link-wrapper span:hover{cursor:pointer}.tiles-wrapper .tiles-wrapper-content .tile .tile-description-wrapper .tile-link-wrapper span:hover svg{transform:translateX(5px)}.wave-svg-background{position:absolute;top:-400px;z-index:-1000}@media screen and (max-width:1200px){.wave-svg-background{display:none}}.employee-wrapper{margin-top:150px;display:flex;position:relative;height:auto;justify-content:center}@media screen and (max-width:1200px){.employee-wrapper{background:#fff;box-shadow:0 0 40px rgba(24,48,66,.13);border-radius:21px;width:97%;margin:50px auto;flex-wrap:wrap}.employee-wrapper:before{left:-50px;top:50px;background:#5aa6fe}.employee-wrapper:after,.employee-wrapper:before{content:"";position:absolute;width:100px;height:400px;z-index:-20}.employee-wrapper:after{right:-50px;bottom:50px;background:#dd2e44}}.employee-wrapper-content{max-width:100%;flex-basis:46%;display:flex;height:auto;flex-wrap:wrap;flex-direction:row}@media screen and (max-width:1200px){.employee-wrapper-content{flex-basis:100%;padding:30px}}.employee-wrapper-svg{max-width:25%;flex-basis:25%;height:auto;position:relative}@media screen and (max-width:1200px){.employee-wrapper-svg{display:flex;justify-content:center;padding-bottom:50px;max-width:100%}}.employee-wrapper-svg svg{position:absolute;left:100px;top:50px}@media screen and (max-width:1200px){.employee-wrapper-svg svg{width:auto;height:300px;position:static}}.employee-sub-title{max-width:100%;flex-basis:100%;text-align:left;font-size:1.1rem;color:#5aa6fe}@media screen and (max-width:1200px){.employee-sub-title{font-size:.8rem}}.employee-title{max-width:100%;flex-basis:100%;text-align:left;font-size:40px;color:#4271a8;margin-top:0}@media screen and (max-width:1200px){.employee-title{font-size:1.5rem}}.employee-description{max-width:100%;flex-basis:100%;font-size:1rem;color:rgba(42,63,94,.71)}@media screen and (max-width:1200px){.employee-description{font-size:.9rem}}.employee-description-sign{text-align:right;flex-basis:100%;font-size:1rem;color:rgba(42,63,94,.71)}@media screen and (max-width:1200px){.employee-description-sign{font-size:.9rem}}.solution-wrapper{margin-top:-10px;display:flex;flex-basis:100%;flex-direction:row;justify-content:center;height:auto}.solution-wrapper-content{flex-basis:60%;max-width:100%;display:flex;flex-wrap:wrap;flex-direction:row;justify-content:space-evenly}@media screen and (max-width:1200px){.solution-wrapper-content{flex-basis:100%}}.solution-wrapper .solution-number{flex-basis:30%;max-width:100%;font-size:12rem;font-weight:500;line-height:428px;color:#fff;font-family:Poppins}@media screen and (max-width:1200px){.solution-wrapper .solution-number{flex-basis:100%;max-width:100%;font-size:9rem;font-weight:500;line-height:300px;color:#fff;text-align:center;font-family:Poppins;height:102px}}.solution-wrapper .solution-line{flex-basis:1%;height:200px;margin-top:114px;width:2px;background:#fff}@media screen and (max-width:1200px){.solution-wrapper .solution-line{flex-basis:1%;height:200px;margin-top:114px;width:2px;background:#fff;display:none}}.solution-wrapper .solution-flex-titles{display:flex;flex-wrap:wrap;flex-direction:row;justify-content:center;flex-basis:58%;height:75%}@media screen and (max-width:1200px){.solution-wrapper .solution-flex-titles{display:flex;flex-wrap:wrap;flex-direction:row;justify-content:center;flex-basis:99%;height:73%;margin-bottom:80px}}.solution-wrapper .solution-title{flex-basis:100%;max-width:100%;font-size:2.5rem;margin-top:120px;font-weight:400;color:#fff;text-align:center;margin-bottom:0;display:flex;align-items:flex-end;justify-content:center}@media screen and (max-width:1200px){.solution-wrapper .solution-title{font-size:2.3rem}}.solution-wrapper .solution-title-sub{text-align:center;max-width:100%;font-size:1.5rem;font-weight:300;margin-top:0;color:#fff}@media screen and (max-width:1200px){.solution-wrapper .solution-title-sub{font-size:1.2rem}}.solution-wrapper-background-color-opacity{background:linear-gradient(89.81deg,rgba(36,57,89,.92) 5.91%,rgba(26,154,226,.58) 87.73%);width:100%;height:436px;position:absolute;z-index:-999}.cards-wrapper{position:relative;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;height:auto;margin-top:-50px}.cards-wrapper-content{position:relative;flex-basis:75%;display:grid;grid-template-columns:repeat(auto-fit,minmax(248px,1fr));grid-gap:40px;gap:40px}.cards-wrapper .card{display:flex;flex-direction:column;height:240px;justify-content:space-between;padding:25px 0 15px 30px;background:#fff;box-shadow:0 4px 10px rgba(49,76,101,.12);border-radius:15px}.cards-wrapper .card-description{font-size:1.2rem}.cards-wrapper .card svg{margin:0;height:50px}.cards-wrapper .bigcard{grid-column-start:1;grid-column-end:3;padding:25px 0 15px 30px;display:flex;flex-direction:column;justify-content:space-between;height:240px;background:#fff;box-shadow:0 4px 10px rgba(49,76,101,.12);border-radius:15px}@media screen and (max-width:1200px){.cards-wrapper .bigcard{max-width:100%}}.cards-wrapper .bigcard svg{margin:0;height:50px}.cards-wrapper .bigcard-description{width:92%;font-size:1.2rem}.methods-wrapper{margin-top:150px;display:flex;flex-basis:100%;justify-content:center}.methods-wrapper-content{display:flex;flex-basis:41%;flex-direction:row;flex-wrap:wrap;justify-content:space-evenly}@media screen and (max-width:1200px){.methods-wrapper-content{flex-basis:100%}}.methods-wrapper-header{flex-basis:100%;position:relative;display:flex;justify-content:center;align-items:center}.methods-wrapper-header :first-child{font-size:3rem;font-weight:700;color:#4271a8;text-align:center;background:#fff;z-index:999;height:39px;margin:0;line-height:30px;position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);padding:5px 0;width:470px}@media screen and (max-width:1200px){.methods-wrapper-header :first-child{width:100%}}.methods-wrapper-header :nth-child(2){position:relative;font-size:200px;font-weight:700;color:rgba(90,166,254,.22);text-align:center}.methods-list{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:30px;gap:30px;width:60vw}@media screen and (max-width:900px){.methods-list{width:80vw}}.methods-list-ul{border-radius:30px;grid-gap:20px;gap:20px;border:1px solid #5aa6fe;display:flex;flex-direction:row;align-items:center;background:rgba(90,166,254,.3);width:100%;padding:1% 5%}.methods-list-ul:first-child{padding:1% 2.42%;grid-column-start:1;grid-column-end:3}.methods-list-ul p{color:#4271a8;font-weight:600;text-transform:uppercase;font-size:1.2rem}.methods-list-ul svg{margin-top:.3vw;stroke:red!important}table.yoga{width:100%;padding:0;border:1px solid;border-collapse:collapse;margin:25px 0 0}table.yoga thead th{padding:0;border:1px solid}table.yoga tbody tr td{border:1px solid;text-align:center}tr{border:1px solid}.fast-choice-container{display:flex;position:absolute;flex-direction:row;justify-content:space-evenly;width:100%;bottom:150px}.fast-choice-container>.choice-card{display:flex;flex-direction:column;width:20vw;height:250px;background:#fff;border-radius:12px;align-content:center;filter:drop-shadow(9px 12px 27px rgba(0,0,0,.25));align-items:center;justify-content:flex-end}.fast-choice-container>.choice-card>img{margin-top:25px;width:200px}.fast-choice-container>.choice-card>img:first-child{width:150px}.fast-choice-container>.choice-card>img#diagno{width:260px}.fast-choice-container>.choice-card>h2,.fast-choice-container>.choice-card>h3{text-align:center;margin-top:0;margin-bottom:0}.fast-choice-container>.choice-card>h3{font-weight:400}.fast-choice-container>.choice-card>.btn-choice-card{width:50%;background:#24679a;height:50px;margin-top:20px;border-radius:8px;border:1px solid #24679a;margin-bottom:30px;transition:.4s}.fast-choice-container>.choice-card>.btn-choice-card:hover{background:transparent;border:1px solid #24679a}.fast-choice-container>.choice-card>.btn-choice-card:hover>a>p{color:#24679a}.fast-choice-container>.choice-card>.btn-choice-card>a>p{text-align:center;margin:0;line-height:50px;color:#fff}@media(max-width:1300px){.fast-choice-container .choice-card{width:25vw}}.fizjo-section-container{height:450px;width:100%;position:relative;display:flex;flex-direction:column;justify-content:flex-start;align-content:flex-start;align-items:center}.fizjo-section-container>h2{font-size:96px;font-weight:700;text-transform:uppercase;align-items:center;text-align:center;color:#24679a;margin:30px 0 0}.fizjo-section-container>p{font-size:20px;text-align:center;color:#111}.fizjo-section-container>.buttons{width:576px;height:100px;display:grid;grid-template-columns:50% 50%;grid-template-rows:auto}.fizjo-section-container>.buttons>.btn{background:#fff;border:2px solid #24679a;border-radius:8px;height:50px;width:75%;justify-self:center}.fizjo-section-container>.buttons>.btn>a{z-index:1}.fizjo-section-container>.buttons>.btn>a>p{color:#24679a;text-align:center;line-height:48px;margin:0}.fizjo-section-container .fizjo-section-background-color-opacity{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(0deg,rgba(36,103,154,.52),rgba(36,103,154,.62)),url(/static/media/iStock-952022376.797bfd8b.jpg) no-repeat 50%;z-index:-999}.nfz-section-container{height:450px;width:100%;position:relative;display:flex;flex-direction:column;justify-content:flex-start;align-content:flex-start;align-items:center}.nfz-section-container>h2{font-size:86px;font-weight:700;text-transform:uppercase;align-items:center;text-align:center;color:#fff;margin:30px 0 0}.nfz-section-container>p{font-size:20px;text-align:center;color:#fff}.nfz-section-container>.buttons{width:576px;height:100px;display:grid;grid-template-columns:50% 50%;grid-template-rows:auto}.nfz-section-container>.buttons>.btn{background:#fff;border:2px solid #24679a;border-radius:8px;height:50px;width:75%;justify-self:center}.nfz-section-container>.buttons>.btn>a{z-index:1}.nfz-section-container>.buttons>.btn>a>p{color:#24679a;text-align:center;line-height:48px;margin:0}.nfz-section-container .nfz-section-background-color-opacity{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(0deg,rgba(36,103,154,.52),rgba(36,103,154,.62)),url(/static/media/iStock-1079106430.3f80a159.jpg) no-repeat 50%;z-index:-999}.articles-container{position:relative;display:grid;grid-template-columns:15vw 70vw 15vw;grid-template-rows:auto;width:100%;height:700px}.articles-container>.cards{display:grid;grid-template-columns:33% 33% 33%;grid-template-rows:15% 85%;grid-column-gap:2.5%;column-gap:2.5%}.articles-container>.cards>h2{grid-column-start:1;grid-column-end:4;color:#24679a;text-transform:uppercase;text-align:center;font-size:68px;margin:20px 0 0}.articles-container>.cards>.articles-card{width:100%;height:80%;background:#fff;justify-self:center;align-self:center;box-shadow:1px 1px 20px rgba(36,103,154,.5019607843);border:1px solid rgba(36,103,154,.5019607843);border-radius:12px;display:grid;grid-template-columns:100%;grid-template-rows:50% 10% 30% 10%}.articles-container>.cards>.articles-card>.bg-image{background:url(/static/media/iStock-1183603051.8521580c.jpg) no-repeat 50%;background-size:cover;border-top-left-radius:12px;border-top-right-radius:12px}.articles-container>.cards>.articles-card>h3{color:#24679a;text-align:left;text-transform:uppercase;padding-left:10px;padding-right:10px;margin:5px 0 0}.articles-container>.cards>.articles-card>p{padding-left:10px;padding-right:10px}.articles-container>.cards>.articles-card>.article-btn{font-size:1.2rem;padding-left:15px;color:#24679a}@media(max-width:1250px){.articles-container{grid-template-columns:2.5% 90% 5%}.fizjo-section-container>.buttons{width:576px}}.home-mobile-wrapper{width:100%;background:#fff;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;padding-bottom:150px}.home-mobile-wrapper .home-mobile-center{height:500px;width:60%;text-align:center;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;margin-top:50px}.home-mobile-wrapper .home-mobile-center .home-mobile-center-header{width:100%;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;margin-top:50px}.home-mobile-wrapper .home-mobile-center .home-mobile-center-header h1{color:#1b415f;width:100%;display:flex;justify-content:center;align-items:center;flex-wrap:wrap}.home-mobile-wrapper .home-mobile-center .home-mobile-center-header :first-child{font-size:1.9rem;margin-bottom:10px;font-weight:300}.home-mobile-wrapper .home-mobile-center .home-mobile-center-header :nth-child(2){font-size:2.3rem;font-weight:600}.home-mobile-wrapper .home-mobile-center .home-mobile-center-logo-wrapper{width:100%;margin:30px 0;display:flex;justify-content:center;align-items:center;flex-wrap:wrap}.home-mobile-wrapper .home-mobile-center .home-mobile-center-logo-wrapper img{height:100px;width:auto}.home-mobile-wrapper .home-mobile-center .home-mobile-center-button-wrapper{width:100%;display:flex;justify-content:center;align-items:center;flex-wrap:wrap;z-index:999}.home-mobile-wrapper .home-mobile-center .home-mobile-center-button-wrapper button{padding:15px 60px;border:none;background:#dd2e4d;box-shadow:0 0 21px rgba(54,54,54,.19);color:#fff;border-radius:30px;font-size:.9rem;font-weight:500;letter-spacing:.235em}.home-mobile-wrapper .home-mobile-svg-wrapper{position:absolute;left:0;bottom:-25%;z-index:1}.home-mobile-wrapper .home-mobile-bottom-wrapper{width:100%;height:auto;margin-top:170px;z-index:2}.home-mobile-wrapper .home-mobile-bottom-wrapper .home-mobile-bottom{margin:10px;height:90%;display:flex;justify-content:center;align-items:center;flex-wrap:wrap}.home-mobile-wrapper .home-mobile-bottom-wrapper .home-mobile-bottom .home-mobile-bottom-header{text-align:right;height:30px;width:100%}.home-mobile-wrapper .home-mobile-bottom-wrapper .home-mobile-bottom .home-mobile-bottom-header span{font-size:1.1rem;font-weight:300;margin-right:60px;position:relative}.home-mobile-wrapper .home-mobile-bottom-wrapper .home-mobile-bottom .home-mobile-bottom-header span:after{content:">";position:absolute;right:-25px;font-size:1.5rem;top:0;transform:translateY(-15%);color:#5aa6fe}.home-mobile-wrapper .home-mobile-bottom-wrapper .home-mobile-bottom .home-mobile-bottom-container{width:100%;height:calc(100% - 60px);margin-top:30px;display:flex;align-items:flex-start;justify-content:center;flex-wrap:wrap}.home-mobile-wrapper .home-mobile-bottom-wrapper .home-mobile-bottom .home-mobile-bottom-container .home-mobile-bottom-big-card{position:relative}.home-mobile-wrapper .home-mobile-bottom-wrapper .home-mobile-bottom .home-mobile-bottom-container .home-mobile-bottom-big-card:after{content:">";position:absolute;right:20px;bottom:-50px;font-size:2rem;color:#dd2e44}.home-mobile-wrapper .home-mobile-bottom-wrapper .home-mobile-bottom .home-mobile-bottom-container .home-mobile-bottom-card-wrapper{background:#fff;box-shadow:0 0 40px rgba(24,48,66,.08);border-radius:21px;display:flex;justify-content:center;align-items:center;position:relative;margin:10px}.home-mobile-wrapper .home-mobile-bottom-wrapper .home-mobile-bottom .home-mobile-bottom-container .home-mobile-bottom-card-wrapper .home-mobile-bottom-card-center{display:flex;flex-wrap:wrap;width:100%;text-align:center}.home-mobile-wrapper .home-mobile-bottom-wrapper .home-mobile-bottom .home-mobile-bottom-container .home-mobile-bottom-card-wrapper .home-mobile-bottom-card-center :first-child{width:100%;font-size:1rem}.home-mobile-wrapper .home-mobile-bottom-wrapper .home-mobile-bottom .home-mobile-bottom-container .home-mobile-bottom-card-wrapper .home-mobile-bottom-card-center :nth-child(2){width:100%;font-size:1.5rem;font-weight:600;margin-top:5px}.home-mobile-wrapper .home-mobile-bottom-wrapper .home-mobile-bottom .home-mobile-bottom-container .home-mobile-bottom-card-wrapper .home-mobile-bottom-card-center .home-mobile-bottom-card-dots{position:absolute;bottom:5px;right:15px}.home-mobile-wrapper .home-mobile-bottom-wrapper .home-mobile-bottom .home-mobile-bottom-container .home-mobile-bottom-card-wrapper .home-mobile-bottom-card-center .home-mobile-bottom-card-dots svg{width:auto;height:25px}.cards-wrapper-mobile{width:97%;height:auto;margin:0 auto;overflow:hidden}.cards-wrapper-mobile .cards-header-background{background:#5aa6fe;border-radius:28px 28px 0 0;position:relative;width:100%;height:150px}.cards-wrapper-mobile .cards-header-background span{width:100%;height:100px;margin-top:200px;margin-left:50px;color:#fff;font-size:2.7rem;font-weight:700}.cards-wrapper-mobile .cards-header-background .cards-header{background:#fff;width:80%;min-height:125px;position:absolute;bottom:-50px;left:50%;transform:translateX(-50%);box-shadow:0 4px 28px rgba(49,76,101,.28);border-radius:15px}.cards-wrapper-mobile .cards-header-background .cards-header:after{content:"";position:absolute;bottom:20px;right:20px;width:50px;height:5px;background:#1b415f}.cards-wrapper-mobile .cards-header-background .cards-header-title{width:100%;font-size:1.4rem;margin:15px;font-weight:500;color:#1b415f}.cards-wrapper-mobile .cards-header-background .cards-header-desc{width:100%;font-size:.9rem;margin:15px;color:#1b415f}.cards-wrapper-mobile .cards-container{width:100%;height:auto;margin-top:100px}.cards-wrapper-mobile .cards-container .card{width:80%;height:300px;background:#fff;box-shadow:0 0 83px rgba(19,56,84,.16);border-radius:15px 15px 0 0;margin:auto auto -50px;justify-content:flex-start;position:relative}.cards-wrapper-mobile .cards-container .card:after{content:"";position:absolute;bottom:100px;right:50px;width:40px;height:5px;background:#e87382}.cards-wrapper-mobile .cards-container .card-svg{width:100%;height:50px;position:relative;margin-top:50px;margin-left:calc(50% - 230px)}.cards-wrapper-mobile .cards-container .card-svg svg{position:absolute;left:0}.cards-wrapper-mobile .cards-container .card-description{margin-left:30px;width:100%}.methods-wrapper-mobile{width:97%;height:auto;margin:0 auto;overflow:hidden}.methods-wrapper-mobile .cards-header-background{background:#dd2e44;border-radius:28px 28px 0 0;position:relative;width:100%;height:150px}.methods-wrapper-mobile .cards-header-background span{width:100%;height:100px;margin-top:200px;margin-left:50px;color:#fff;font-size:2.7rem;font-weight:700}.methods-wrapper-mobile .cards-header-background .cards-header{background:#fff;width:80%;min-height:125px;position:absolute;bottom:-50px;left:50%;transform:translateX(-50%);box-shadow:0 4px 28px rgba(49,76,101,.28);border-radius:15px}.methods-wrapper-mobile .cards-header-background .cards-header:after{content:"";position:absolute;bottom:20px;right:20px;width:50px;height:5px;background:#1b415f}.methods-wrapper-mobile .cards-header-background .cards-header-title{width:100%;font-size:1.4rem;margin:15px;font-weight:500;color:#1b415f}.methods-wrapper-mobile .cards-header-background .cards-header-desc{width:100%;font-size:.8rem;margin:15px;color:#1b415f}.methods-wrapper-mobile .methods-container{width:100%;height:auto;margin-top:100px}.methods-wrapper-mobile .methods-container .methods-list-ul{width:90%}.main-container{display:flex;flex-direction:row;flex-wrap:wrap;margin:0;padding:0}.darken{z-index:0;background-color:rgba(1,1,1,.35);width:100%;height:100%;position:absolute;left:0;top:0}.btn-blue{width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content;padding:10px 15px;border-radius:8px;background:#5aa6fe;z-index:2;box-shadow:0 4px 5px rgba(0,0,0,.25)}.btn-blue,.btn-blue-dark{color:#fff}.btn-blue p{margin:0}.wide{padding:10px 35px}.alfred-row{position:relative;height:500px;display:flex;width:100%;margin-top:40px;flex-direction:column;flex-wrap:wrap;padding:20px 20px 5px 30px;background-blend-mode:darken;justify-content:left;align-content:flex-start}.alfred-row h1{font-weight:800;font-size:37px;width:95%;z-index:2;margin-bottom:3px}.alfred-row>p,.alfred-row h1{font-family:"Poppins";color:#fff}.alfred-row>p{font-weight:400;font-size:17px;width:80%;z-index:3}.alfred-row>.btn-blue>a{color:#fff}.benjamin-row{position:relative;height:270px;width:100%;display:flex;flex-direction:column;justify-content:center;align-content:flex-start;align-items:center;padding:40px 0}.benjamin-row h2{color:#000;font-family:"Poppins";font-weight:500;text-align:center;font-size:26px;margin-bottom:0}.benjamin-row>p{font-family:Poppins;font-style:normal;font-weight:400;font-size:16px;line-height:24px;width:60%;text-align:center;margin-top:10px}.benjamin-row-blue{position:relative;height:270px;width:100%;display:flex;flex-direction:column;justify-content:center;align-content:flex-start;align-items:center;padding:40px 0;background:#24679a}.benjamin-row-blue h2{color:#fff;font-family:"Poppins";font-weight:500;text-align:center;font-size:26px;margin-bottom:0}.benjamin-row-blue>p{font-family:Poppins;font-style:normal;font-weight:400;font-size:16px;line-height:24px;width:60%;text-align:center;margin-top:10px;color:#fff}.benjamin-row-blue>.btn-blue{background:#fff;color:#24679a}.charlie-row{position:relative;height:333px;display:flex;width:100%;flex-direction:row;flex-wrap:wrap;padding:20px 20px 5px 30px;background-blend-mode:darken;z-index:-1;justify-content:left;align-items:center;align-content:flex-end}.charlie-row>h1{font-weight:700;font-size:54px;line-height:81px;z-index:2;margin:0}.charlie-row>h1,.charlie-row>p{font-family:Poppins;font-style:normal;color:#fff}.charlie-row>p{font-weight:400;font-size:16px;line-height:24px;z-index:3;margin-top:0;margin-bottom:25px}.charlie-row .new{position:absolute;left:0;top:20px;width:100px;height:30px;z-index:222;background-color:#fff}.charlie-row .new>p{font-family:Poppins;font-style:normal;font-weight:700;font-size:17px;line-height:30px;margin:0;color:#5aa6fe}.charlie-row .new>p,.charlie-sister-row{display:flex;justify-content:center;justify-items:center;align-items:center}.charlie-sister-row{position:relative;flex-direction:column;flex-wrap:wrap;align-content:center;width:100%;padding:5px 20px}.charlie-sister-row>h2{font-weight:500;font-size:21px;line-height:27px}.charlie-sister-row>h2,.charlie-sister-row p{font-family:Poppins;font-style:normal;text-align:center}.charlie-sister-row p{font-weight:300;font-size:14px;line-height:18px;display:flex;align-items:center}.charlie-sister-row table{border-collapse:collapse;width:100%}.charlie-sister-row table,.charlie-sister-row td,.charlie-sister-row th{border:1px solid;text-align:center}.dwayne-row{position:relative;height:333px;display:flex;width:100%;flex-direction:row;flex-wrap:wrap;padding:20px 20px 5px 30px;background-blend-mode:darken;z-index:-1;justify-content:left;align-items:center;align-content:flex-end;margin-top:20px}.dwayne-row>h1{font-weight:700;font-size:41px;line-height:40px;z-index:2;margin:0}.dwayne-row>h1,.dwayne-row>p{font-family:Poppins;font-style:normal;color:#fff}.dwayne-row>p{font-weight:400;font-size:16px;line-height:24px;z-index:3;margin-top:0;margin-bottom:25px}.dwayne-row .new{position:absolute;left:0;top:20px;width:150px;height:30px;z-index:222;background-color:#fff}.dwayne-row .new>p{font-family:Poppins;font-style:normal;font-weight:700;font-size:17px;line-height:30px;margin:0;color:#5aa6fe}.dwayne-row .new>p,.dwayne-sister-row{display:flex;justify-content:center;justify-items:center;align-items:center}.dwayne-sister-row{width:100%;height:200px;flex-direction:column;align-content:center;position:relative}.dwayne-sister-row>h2{font-weight:500;font-size:26px;line-height:27px}.dwayne-sister-row>h2,.dwayne-sister-row p{font-family:Poppins;font-style:normal;text-align:center}.dwayne-sister-row p{font-weight:300;font-size:14px;line-height:18px;width:70%}.dwayne-sister-row p,.elon-row{display:flex;align-items:center}.elon-row{position:relative;height:333px;width:100%;flex-direction:row;flex-wrap:wrap;padding:20px 20px 5px 30px;background-blend-mode:darken;z-index:-1;justify-content:left;align-content:flex-end;margin-top:20px}.elon-row>h1{font-weight:700;font-size:41px;line-height:42px;z-index:2;margin:0}.elon-row>h1,.elon-row>p{font-family:Poppins;font-style:normal;color:#fff}.elon-row>p{font-weight:400;font-size:16px;line-height:24px;z-index:3;margin-top:5px;margin-bottom:25px}.elon-row .new{position:absolute;left:0;top:20px;width:150px;height:30px;z-index:222;background-color:#fff}.elon-row .new>p{font-family:Poppins;font-style:normal;font-weight:700;font-size:17px;line-height:30px;margin:0;color:#5aa6fe}.elon-row .new>p,.elon-sister-row{display:flex;justify-content:center;justify-items:center;align-items:center}.elon-sister-row{width:100%;height:250px;flex-direction:column;align-content:center;position:relative}.elon-sister-row>h2{font-family:Poppins;font-style:normal;font-weight:500;font-size:26px;line-height:27px;text-align:center}.elon-sister-row .socials{flex-wrap:nowrap;justify-content:space-evenly;justify-items:center;align-content:center;width:50%;margin-bottom:30px}.elon-sister-row .socials,.xander-row{display:flex;flex-direction:row;align-items:center}.xander-row{position:relative;height:333px;width:100%;flex-wrap:wrap;padding:20px 20px 5px 30px;background-blend-mode:darken;z-index:-1;justify-content:left;align-content:flex-end;margin-top:20px}.xander-row>h1{font-weight:700;font-size:41px;line-height:42px;z-index:2;margin:0}.xander-row>h1,.xander-row>p{font-family:Poppins;font-style:normal;color:#fff}.xander-row>p{font-weight:400;font-size:16px;line-height:24px;z-index:3;margin-top:5px;margin-bottom:25px}.xander-row .new{position:absolute;left:0;top:20px;width:150px;height:30px;z-index:222;background-color:#fff}.xander-row .new>p{font-family:Poppins;font-style:normal;font-weight:700;font-size:17px;line-height:30px;margin:0;color:#5aa6fe}.xander-row .new>p,.xander-sister-row{display:flex;justify-content:center;justify-items:center;align-items:center}.xander-sister-row{width:100%;height:600px;flex-direction:column;align-content:center;position:relative}.xander-sister-row>h2{font-family:Poppins;font-style:normal;font-weight:500;font-size:26px;line-height:27px;text-align:center}.xander-sister-row .socials{display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:space-evenly;justify-items:center;align-content:center;align-items:center;width:50%;margin-bottom:30px}.xander-sister-row>.list{display:flex;flex-direction:row;width:85%;padding:0 10px;margin-left:20px}.xander-sister-row>.list>span{font-family:Poppins;font-style:normal;font-weight:700;font-size:24px;line-height:26px;display:flex;align-items:center;margin-right:10px;color:#5aa6fe}.xander-sister-row>.list>p{margin:5px 0}.background-promotion{position:fixed;height:100vh;width:100vw;background:rgba(0,0,0,.5);z-index:1009;top:0;left:0}.promotion-container{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:90%;max-width:700px;height:auto;max-height:85vh;background:#fff;z-index:10000;border-radius:15px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.4);display:flex;flex-direction:column}@media(max-width:768px){.promotion-container{width:95vw;max-height:90vh}}.promotion-image{width:100%;height:auto;max-height:50vh;object-fit:cover;object-position:center top;display:block}.promotion-content{position:relative;z-index:1;display:flex;flex-direction:column;width:100%;padding:0;background:#fff}.promotion-header{position:absolute;top:10px;right:10px;z-index:10}.promotion-close{display:flex;align-items:center;cursor:pointer;color:#fff;font-family:"Poppins",sans-serif;font-weight:600;background:rgba(0,0,0,.5);padding:8px 16px;border-radius:25px;transition:all .2s ease;text-decoration:none}.promotion-close:hover{background:rgba(0,0,0,.8);transform:scale(1.05)}.promotion-close svg{width:14px;height:14px}.promotion-close span{margin-left:8px;text-transform:uppercase;font-size:13px;letter-spacing:.5px}.promotion-body{padding:25px 30px;background:#fff}.promotion-body p{color:#333;font-family:"Poppins",sans-serif;font-size:.95rem;text-align:center;line-height:1.6;margin:0}@media(max-width:768px){.promotion-body p{font-size:.9rem;padding:0 10px}}.promotion-footer{display:flex;justify-content:center;grid-gap:15px;gap:15px;padding:20px 30px 25px;background:#fff;flex-wrap:wrap}.promotion-button{display:inline-block;border:none;padding:14px 35px;border-radius:30px;font-family:"Poppins",sans-serif;font-weight:600;font-size:1rem;cursor:pointer;transition:all .2s ease;min-width:200px;text-align:center;text-decoration:none}.promotion-button:hover{transform:translateY(-3px);box-shadow:0 8px 25px rgba(0,0,0,.2)}.promotion-button.new-location{background:#3b88c3;color:#fff}.promotion-button.new-location:hover{background:#2f6d9c}.promotion-button.go-to-page{background:#3b88c3;color:#fff}.promotion-button.go-to-page:hover{background:#2f6d9c}#privacy-header{text-align:center}.privacy{flex-direction:row;align-items:center}.privacy,.privacy-content{display:flex;justify-content:center}.privacy-content{width:60%;flex-direction:column;align-content:center}.privacy-content>h2{text-align:center;margin-top:80px}.privacy-content>p{text-align:left}.mobile-poz-content{display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center}.mobile-poz-content>ol li,.mobile-poz-content ul li{text-align:left}.mobile-poz-content>ol li>.link,.mobile-poz-content ul li>.link{color:#24679a;font-weight:700;font-size:1.1rem;cursor:pointer}.mobile-poz-content a{color:#24679a;font-weight:700;font-size:1.1rem}.mobile-poz-content h2{margin-top:80px}#lab{font-size:2.3rem;margin-top:50px}#lab_p{font-size:1.27rem}.profilaktyka-wrapper,.profilaktyka-wrapper .pro-header-wrapper{width:100%;display:flex;flex-direction:column;align-items:center}.profilaktyka-wrapper .pro-header-wrapper{margin-bottom:50px;position:relative;margin-top:100px}.profilaktyka-wrapper .pro-header-wrapper-title{font-size:3rem;color:#4271a8;margin-bottom:10px;position:relative;font-weight:600}.profilaktyka-wrapper .pro-header-wrapper-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:80px;height:3px;background:#5aa6fe}.profilaktyka-wrapper .pro-header-wrapper-subtitle{font-size:1.5rem;color:rgba(42,63,94,.71);margin-top:20px;text-align:center;max-width:800px}.profilaktyka-wrapper .content-wrapper{width:80%;max-width:1200px;display:flex;flex-direction:column;background:#fff;border-radius:30px;padding:40px;margin-bottom:50px;box-shadow:0 0 20px 3px rgba(1,1,1,.2)}@media screen and (max-width:1200px){.profilaktyka-wrapper .content-wrapper{width:95%;padding:20px}}.profilaktyka-wrapper .content-wrapper .program-section{margin-bottom:40px}.profilaktyka-wrapper .content-wrapper .program-section-title{font-size:1.8rem;color:#4271a8;margin-bottom:20px;font-weight:600}.profilaktyka-wrapper .content-wrapper .program-section-subtitle{font-size:1.2rem;color:#333;margin-bottom:15px;font-weight:500}.profilaktyka-wrapper .content-wrapper .program-section-list{list-style-type:none;padding-left:10px;margin-bottom:20px}.profilaktyka-wrapper .content-wrapper .program-section-list li{position:relative;padding-left:25px;margin-bottom:10px;line-height:1.5;color:rgba(42,63,94,.85)}.profilaktyka-wrapper .content-wrapper .program-section-list li:before{content:"";position:absolute;left:0;top:9px;width:8px;height:8px;background:#5aa6fe;border-radius:50%}.profilaktyka-wrapper .content-wrapper .program-section-steps{margin-top:25px}.profilaktyka-wrapper .content-wrapper .program-section-steps .step{margin-bottom:20px}.profilaktyka-wrapper .content-wrapper .program-section-steps .step-number{font-size:1.3rem;font-weight:600;color:#4271a8;margin-bottom:10px;display:flex;align-items:center;position:relative;padding-left:30px}.profilaktyka-wrapper .content-wrapper .program-section-steps .step-number:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:15px;height:15px;background:#5aa6fe;border-radius:50%;display:block;color:#fff;font-weight:700}.profilaktyka-wrapper .content-wrapper .program-section-steps .step-content{padding-left:30px;color:rgba(42,63,94,.85)}.profilaktyka-wrapper .content-wrapper .program-section-benefits{margin-top:25px;background:rgba(90,166,254,.1);padding:20px;border-radius:15px}.profilaktyka-wrapper .content-wrapper .program-section-benefits .benefit{margin-bottom:10px;position:relative;padding-left:25px;color:rgba(42,63,94,.85)}.profilaktyka-wrapper .content-wrapper .program-section-benefits .benefit:before{content:"●";position:absolute;left:0;color:#5aa6fe;font-weight:700}.profilaktyka-wrapper .content-wrapper .divider{height:1px;width:100%;background:#eee;margin:40px 0}@media screen and (max-width:1200px){.profilaktyka-wrapper{margin-top:80px}.profilaktyka-wrapper .pro-header-wrapper{margin-top:20px}.profilaktyka-wrapper .pro-header-wrapper-title{font-size:2.5rem}.profilaktyka-wrapper .pro-header-wrapper-subtitle{font-size:1.2rem;padding:0 15px}.profilaktyka-wrapper .content-wrapper .program-section-title{font-size:1.5rem}.profilaktyka-wrapper .content-wrapper .program-section-steps .step-number,.profilaktyka-wrapper .content-wrapper .program-section-subtitle{font-size:1.1rem}}@tailwind base;@tailwind components;@tailwind utilities;body::-webkit-scrollbar-track{border-radius:10px;background-color:#5aa6fe}body::-webkit-scrollbar{width:8px;background-color:#5aa6fe}body::-webkit-scrollbar-thumb{border-radius:10px;background-color:#dd2e44}
/*# sourceMappingURL=main.dfb9df3b.chunk.css.map */