@import url(https://fonts.googleapis.com/css2?family=Teachers:ital,wght@0,400..800;1,400..800&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap);
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}h1,h2,h3,h4,h5,h6{font-weight:700;font-family:"outfit",sans-serif}p,li,a{font-family:"teachers",sans-serif;font-weight:600}p{font-size:16px}a{text-decoration:none}li{list-style:none}.navbar{background:#fff;height:15vh;display:flex;position:sticky;top:0;width:100%;z-index:5;transition:all 500ms ease-in-out}.navbar .container{display:flex;align-items:center;justify-content:space-between;width:90%;margin:0 auto}@media screen and (min-width: 62em){.navbar .container{width:80%}}.navbar .container .brand-wrap a .logo{border-radius:100px;width:130px}.navbar .container .nav-links{display:none}.navbar .container .nav-links .wrap .link-list .link{font-family:"Teachers",sans-serif;font-optical-sizing:auto;font-style:normal;font-weight:600;color:gray !important}.navbar .container .nav-links .wrap .link-list .contact{padding:1em 2em;color:#000 !important;transition:all 300ms ease-in-out;border-radius:8px;border:none;font-family:"Teachers",sans-serif;font-optical-sizing:auto;font-style:normal;font-size:1rem;font-weight:600;text-transform:capitalize;background:#eb1f24;color:#fff !important}.navbar .container .nav-links .wrap .link-list .contact:hover{background:#eb1f24;color:#fff !important}.navbar .container .nav-links .social-media-wrap .facebook,.navbar .container .nav-links .social-media-wrap .instagram,.navbar .container .nav-links .social-media-wrap .x-twitter{color:gray;font-size:1.2rem}.navbar .container .hamburger .menu-btn{border:none;background:red;height:50px;width:50px;border-radius:10px;cursor:pointer}@media screen and (min-width: 62em){.navbar .container .nav-links{display:flex;gap:2em;width:60%;justify-content:space-between}.navbar .container .nav-links .wrap{display:flex;gap:3em}.navbar .container .nav-links .wrap .link-list .link{color:#fff}.navbar .container .nav-links .social-media-wrap{display:flex;gap:2em}.navbar .container .hamburger{display:none}}.update-nav-bg{background:#fff;box-shadow:1px 0 20px rgba(0,0,0,.2)}.hero-section{height:100vh;position:relative;margin-bottom:5em}.hero-section .carousel .swiper-wrapper .swiper-slide{height:100vh;width:100%;position:relative}.hero-section .carousel .swiper-wrapper .swiper-slide::after{content:"";position:absolute;inset:0;background:linear-gradient(to top, rgb(0, 0, 0) 0%, transparent)}.hero-section .carousel .swiper-wrapper .swiper-slide .img{width:100%;height:100%;object-fit:cover}.hero-section .text-animation-wrap{position:absolute;top:40%;width:90%;left:50%;transform:translate(-50%, -50%);z-index:1;display:grid;gap:.5em}.hero-section .text-animation-wrap .heading{font-family:"Outfit",sans-serif;font-optical-sizing:auto;font-style:normal;font-weight:800;text-transform:capitalize;font-size:2.5rem;transition:all 1200ms ease-in-out;color:#fff;width:fit-content}.hero-section .text-animation-wrap .subtext{color:#fff;margin-bottom:1em}.hero-section .text-animation-wrap .btn-wrap .btn{background:#027cc5;border:none;border-radius:100px;cursor:pointer;display:flex;align-items:center;gap:.5em;padding:1em 1em 1em 1.9em;box-shadow:-22px 0 40px rgba(0,0,0,.5);cursor:pointer}.hero-section .text-animation-wrap .btn-wrap .btn .text{font-family:"Outfit",sans-serif;font-optical-sizing:auto;font-style:normal;font-weight:600;font-size:16px;color:#fff;text-transform:capitalize}.hero-section .text-animation-wrap .btn-wrap .btn .icon{height:30px;width:30px;background:#fff;display:flex;align-items:center;justify-content:center;border-radius:50%}.hero-section .text-animation-wrap .btn-wrap .btn .icon .fa-solid{color:#eb1f24}@media screen and (min-width: 43em){.hero-section .text-animation-wrap{width:70%}}@media screen and (min-width: 62em){.hero-section .text-animation-wrap{width:60%;text-align:center}.hero-section .text-animation-wrap .heading{margin-bottom:.3em;font-size:2.9rem}.hero-section .text-animation-wrap .subtext{line-height:35px;font-size:1.3rem;padding:0 1.9em}.hero-section .text-animation-wrap .btn-wrap{display:flex;justify-content:center}}.hero-section .scroll-indicator{position:absolute;bottom:20%;z-index:1;left:50%;transform:translate(-50%, -50%)}.hero-section .scroll-indicator .fa-solid{font-size:1.5rem;color:#fff;animation:bounce 2.5s ease-in-out infinite}@keyframes bounce{0%,100%{transform:translateY(0);animation-timing-function:cubic-bezier(0.8, 0, 1, 1)}20%{transform:translateY(0);animation-timing-function:cubic-bezier(0.8, 0, 1, 1)}40%{transform:translateY(-20px);animation-timing-function:cubic-bezier(0.2, 0, 0.8, 1)}50%{transform:translateY(0);animation-timing-function:cubic-bezier(0.8, 0, 1, 1)}60%{transform:translateY(-10px);animation-timing-function:cubic-bezier(0.2, 0, 0.8, 1)}80%{transform:translateY(0);animation-timing-function:cubic-bezier(0.8, 0, 1, 1)}}.about-intro-section{margin-bottom:12em}.about-intro-section .wrap{width:90%;margin:0 auto;display:grid;gap:5em}.about-intro-section .wrap .first-section{display:grid;gap:4em;grid-template-areas:"text-area" "img-wrap";position:relative}.about-intro-section .wrap .first-section .img-wrap{grid-area:img-wrap;position:relative}.about-intro-section .wrap .first-section .img-wrap img{width:100%}.about-intro-section .wrap .first-section .img-wrap img:nth-child(2){position:absolute;bottom:-5%;left:0;height:150px;width:150px;border-radius:50%;box-shadow:-30px 5px 30px rgba(0,0,0,.315)}.about-intro-section .wrap .first-section .img-wrap .text-wrap{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);color:#1e1e1e;text-align:center}.about-intro-section .wrap .first-section .img-wrap .text-wrap .heading{font-size:4rem}.about-intro-section .wrap .first-section .img-wrap .gradient-circle{height:160px;width:160px;background:linear-gradient(to right, rgb(235, 31, 34) 0%, rgb(62, 90, 145) 100%, rgb(2, 126, 197) 32%);top:-10%;right:0;position:absolute;z-index:2;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:-30px 5px 30px rgba(0,0,0,.315)}.about-intro-section .wrap .first-section .img-wrap .gradient-circle .heading{color:#fff;text-align:center}.about-intro-section .wrap .first-section .text-area .heading{font-family:"Outfit",sans-serif;font-optical-sizing:auto;font-style:normal;font-size:2.5rem;margin-bottom:.5em;color:#1e1e1e}.about-intro-section .wrap .first-section .text-area .subtext{line-height:1.9;color:gray;margin-bottom:1.5em}.about-intro-section .wrap .first-section .text-area .btn-wrap .btn{background:#027cc5;border:none;border-radius:100px;cursor:pointer;display:flex;align-items:center;gap:.5em;padding:1em 1em 1em 1.9em;box-shadow:-22px 0 40px rgba(0,0,0,.5);cursor:pointer}.about-intro-section .wrap .first-section .text-area .btn-wrap .btn .text{font-family:"Outfit",sans-serif;font-optical-sizing:auto;font-style:normal;font-weight:600;font-size:16px;color:#fff;text-transform:capitalize}.about-intro-section .wrap .first-section .text-area .btn-wrap .btn .icon{height:30px;width:30px;background:#fff;display:flex;align-items:center;justify-content:center;border-radius:50%}.about-intro-section .wrap .first-section .text-area .btn-wrap .btn .icon .fa-solid{color:#eb1f24}@media screen and (min-width: 43em){.about-intro-section .wrap .first-section{width:70%;margin:0 auto;gap:7em}.about-intro-section .wrap .first-section .img-wrap{width:80%;margin:0 auto}.about-intro-section .wrap .first-section .text-area{text-align:center}.about-intro-section .wrap .first-section .text-area .btn-wrap .btn{margin:0 auto}}@media screen and (min-width: 62em){.about-intro-section .wrap .first-section{grid-template-areas:"img-wrap text-area";width:100%;place-items:center;place-content:center;padding-top:5em}.about-intro-section .wrap .first-section .text-area{text-align:left;width:100%}.about-intro-section .wrap .first-section .text-area .heading{font-size:3rem}.about-intro-section .wrap .first-section .text-area .heading span{color:#eb1f24}.about-intro-section .wrap .first-section .text-area .subtext{padding-right:5em}.about-intro-section .wrap .first-section .text-area .btn-wrap .btn{margin:unset}.about-intro-section .wrap .first-section .img-wrap{width:110%}.about-intro-section .wrap .first-section .img-wrap img:nth-child(2){position:absolute;bottom:-5%;left:unset;right:0;height:150px;width:150px;border-radius:50%;box-shadow:-30px 5px 30px rgba(0,0,0,.315)}.about-intro-section .wrap .first-section .img-wrap .gradient-circle{right:unset;left:5%}}.about-intro-section .wrap .second-section .container{display:grid;gap:2em;background:#eb1f24;padding:2em 0;position:relative;place-content:center;border-radius:20px}@media screen and (min-width: 62em){.about-intro-section .wrap .second-section .container::after{content:"";position:absolute;height:1.5px;width:100%;left:0;top:100%;background:#999;display:none}}.about-intro-section .wrap .second-section .container .first-wrap,.about-intro-section .wrap .second-section .container .second-wrap,.about-intro-section .wrap .second-section .container .third-wrap{width:100%;display:flex;gap:.3em;align-items:center;color:#fff;text-transform:capitalize}.about-intro-section .wrap .second-section .container .first-wrap .number,.about-intro-section .wrap .second-section .container .second-wrap .number,.about-intro-section .wrap .second-section .container .third-wrap .number{font-size:2.9rem;font-family:"Outfit",sans-serif;font-optical-sizing:auto;font-style:normal}@media screen and (min-width: 43em){.about-intro-section .wrap .second-section .container{display:flex}.about-intro-section .wrap .second-section .container .first-wrap,.about-intro-section .wrap .second-section .container .second-wrap,.about-intro-section .wrap .second-section .container .third-wrap{justify-content:center}}@media screen and (min-width: 62em){.about-intro-section .wrap .second-section .container{display:flex;justify-content:center;width:70%;margin:0 auto}.about-intro-section .wrap .second-section .container .first-wrap,.about-intro-section .wrap .second-section .container .second-wrap,.about-intro-section .wrap .second-section .container .third-wrap{justify-content:center}}.about-intro-section .wrap .third-section .wrapper{display:grid;gap:2em}.about-intro-section .wrap .third-section .wrapper .img-wrap{height:350px;width:100%;position:relative}.about-intro-section .wrap .third-section .wrapper .img-wrap::after{content:"";position:absolute;inset:0;background:rgba(0,0,0,.3);border-radius:26px;z-index:1}.about-intro-section .wrap .third-section .wrapper .img-wrap .img{height:100%;width:100%;object-fit:cover;border-radius:26px}@media screen and (min-width: 62em){.about-intro-section .wrap .third-section .wrapper{grid-template-areas:"img-wrap1 img-wrap2 img-wrap3" "img-wrap4 img-wrap5 img-wrap5";gap:1em}.about-intro-section .wrap .third-section .wrapper .img-wrap1{grid-area:img-wrap1}.about-intro-section .wrap .third-section .wrapper .img-wrap2{grid-area:img-wrap2}.about-intro-section .wrap .third-section .wrapper .img-wrap3{grid-area:img-wrap3}.about-intro-section .wrap .third-section .wrapper .img-wrap4{grid-area:img-wrap4}.about-intro-section .wrap .third-section .wrapper .img-wrap5{grid-area:img-wrap5}}.use-case-section{width:90%;margin:0 auto 10em;display:none}.use-case-section .wrapper{background:linear-gradient(to right, rgb(235, 31, 34) 0%, rgb(62, 90, 145) 100%, rgb(2, 126, 197) 32%);height:350px;display:flex;align-items:center;justify-content:center}.use-case-section .wrapper .wrap{width:90%}.use-case-section .wrapper .wrap .heading{color:#fff;font-family:"Outfit",sans-serif;font-optical-sizing:auto;font-style:normal;font-size:2.2rem;line-height:40px;margin-bottom:.5em}.use-case-section .wrapper .wrap .text{color:#fff;line-height:30px}@media screen and (min-width: 43em){.use-case-section .wrapper .wrap{width:70%}}@media screen and (min-width: 62em){.use-case-section .wrapper{width:90%;margin:0 auto}.use-case-section .wrapper .wrap{width:70%}}.use-case-section .img-wrap-carousel{margin-top:-2em}.use-case-section .img-wrap-carousel .swiper-wrapper .swiper-slide{display:flex;justify-content:center;gap:1em !important}.use-case-section .img-wrap-carousel .swiper-wrapper .swiper-slide .img-card{width:300px;background:teal;height:350px}.main-showcase-section{margin-bottom:10em;overflow:hidden}.main-showcase-section .container{display:grid;gap:5em;background:#1e1e1e;padding:6em 0}.main-showcase-section .container .showcase-swiper{width:100%}.main-showcase-section .container .showcase-swiper .text-area{color:#fff;width:90%;margin:0 auto 3em;text-align:center}.main-showcase-section .container .showcase-swiper .text-area .heading{width:100%;margin-bottom:.5em;font-size:2.5rem}.main-showcase-section .container .showcase-swiper .text-area .text{width:100%;line-height:30px}@media screen and (min-width: 43em){.main-showcase-section .container .showcase-swiper .text-area{width:80%}}@media screen and (min-width: 62em){.main-showcase-section .container .showcase-swiper .text-area{width:95%;display:flex;align-items:center;text-align:left;width:90%;gap:4em}.main-showcase-section .container .showcase-swiper .text-area .heading{width:fit-content;line-height:.2}.main-showcase-section .container .showcase-swiper .text-area .text{width:500px}}.main-showcase-section .container .showcase-swiper .swiper-wrapper .swiper-slide{width:350px;height:380px;background:teal}.main-showcase-section .container .showcase-swiper .swiper-wrapper .swiper-slide img{width:100%;height:100%;object-fit:cover;border-radius:20px;display:none}.main-showcase-section .container .showcase-swiper .swiper-button-prev,.main-showcase-section .container .showcase-swiper .swiper-button-next{--swiper-navigation-size: 1.5em;color:#fff;background:#eb1f24;height:40px;width:40px;border-radius:50%}@media screen and (min-width: 62em){.main-showcase-section .container .showcase-swiper .swiper-button-prev,.main-showcase-section .container .showcase-swiper .swiper-button-next{position:absolute;top:5%;z-index:100 !important}}@media screen and (max-width: 43em){.main-showcase-section .container .showcase-swiper .swiper-button-prev,.main-showcase-section .container .showcase-swiper .swiper-button-next{top:67% !important}}.main-showcase-section .container .showcase-swiper .swiper-button-prev{left:83% !important}@media screen and (max-width: 62em){.main-showcase-section .container .showcase-swiper .swiper-button-prev{left:1% !important}}.main-showcase-section .container .showcase-swiper .swiper-button-next{left:87% !important}@media screen and (max-width: 62em){.main-showcase-section .container .showcase-swiper .swiper-button-next{left:unset !important}}@media screen and (min-width: 62em){.main-showcase-section .container .showcase-swiper .swiper-wrapper{padding-left:unset}.main-showcase-section .container .showcase-swiper .swiper-wrapper .swiper-slide{width:340px;height:400px}}@media screen and (min-width: 62em){.main-showcase-section .container{width:98%;margin:0 auto;border-radius:30px}}.cta-section{position:relative;overflow:hidden;width:85%;margin:0 auto 8em;border-radius:20px;height:450px;display:flex;align-items:center}.cta-section::after{content:"";position:absolute;inset:0;background:linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);z-index:2}.cta-section .img{width:100%;height:100%;object-fit:cover;position:absolute;object-position:top}.cta-section .img-transparent{width:100%;height:100%;object-fit:cover;position:absolute;object-position:top;z-index:1}.cta-section .gradient-circle{width:500px;object-fit:cover;position:absolute;object-position:top;top:-40%;left:40%;transform:translate(-50%, 0)}@media screen and (max-width: 62em){.cta-section .gradient-circle{width:300px;top:-20%;left:50%}}.cta-section .rec-dot-grid{position:absolute;z-index:3;right:10%;bottom:10%}.cta-section .container{position:relative;z-index:3;width:fit-content;margin:0 auto;display:flex;align-items:center;width:70%;justify-content:space-between}.cta-section .container .heading{font-size:2rem;max-width:400px;color:#fff}.cta-section .container .btn-wrap .btn{background:#027cc5;border:none;border-radius:100px;cursor:pointer;display:flex;align-items:center;gap:.5em;padding:1em 1em 1em 1.9em;box-shadow:-22px 0 40px rgba(0,0,0,.5);cursor:pointer}.cta-section .container .btn-wrap .btn .text{font-family:"Outfit",sans-serif;font-optical-sizing:auto;font-style:normal;font-weight:600;font-size:16px;color:#fff;text-transform:capitalize}.cta-section .container .btn-wrap .btn .icon{height:30px;width:30px;background:#fff;display:flex;align-items:center;justify-content:center;border-radius:50%}.cta-section .container .btn-wrap .btn .icon .fa-solid{color:#eb1f24}@media screen and (max-width: 62em){.cta-section{width:90%}.cta-section .container{display:grid;place-content:center;gap:2em}.cta-section .container .heading{text-align:center}.cta-section .container .btn-wrap{display:flex;justify-content:center}}@media screen and (max-width: 43em){.cta-section{width:100%;border-radius:0}.cta-section .container{display:grid;place-content:center;gap:2em}.cta-section .container .heading{text-align:center}.cta-section .container .btn-wrap{display:flex;justify-content:center}}.testimonial-section{margin-bottom:8em;position:relative}.testimonial-section .gradient-dot{position:absolute;top:-10%;width:100%;opacity:.5}@media screen and (min-width: 62em){.testimonial-section .gradient-dot{left:-20%;width:130%}}.testimonial-section .container{width:90%;margin:0 auto;padding:2em 0}.testimonial-section .container .text-area{width:90%;margin:0 auto;margin-bottom:3em;position:relative;text-align:center;padding:0 1em}.testimonial-section .container .text-area .circle-img{position:absolute;top:-70%;left:50%;transform:translate(-50%, 0)}@media screen and (max-width: 62em){.testimonial-section .container .text-area .circle-img{top:0%}}@media screen and (max-width: 43em){.testimonial-section .container .text-area .circle-img{top:30%;left:-5%}}.testimonial-section .container .text-area .heading{color:#1e1e1e;font-size:2.5rem;margin-bottom:.2em;position:relative;z-index:1}.testimonial-section .container .text-area .subtext{line-height:1.9;margin-bottom:1.3em;position:relative;z-index:1;color:gray;font-size:18px}.testimonial-section .container .text-area .btn-wrap{display:flex;justify-content:center;position:relative;z-index:1}.testimonial-section .container .text-area .btn-wrap .btn{background:#027cc5;border:none;border-radius:100px;cursor:pointer;display:flex;align-items:center;gap:.5em;padding:1em 1em 1em 1.9em;box-shadow:-22px 0 40px rgba(0,0,0,.5);cursor:pointer}.testimonial-section .container .text-area .btn-wrap .btn .text{font-family:"Outfit",sans-serif;font-optical-sizing:auto;font-style:normal;font-weight:600;font-size:16px;color:#fff;text-transform:capitalize}.testimonial-section .container .text-area .btn-wrap .btn .icon{height:30px;width:30px;background:#fff;display:flex;align-items:center;justify-content:center;border-radius:50%}.testimonial-section .container .text-area .btn-wrap .btn .icon .fa-solid{color:#eb1f24}.testimonial-section .container .review-card{width:100%;height:390px;position:relative;margin-bottom:4em}.testimonial-section .container .review-card::after{content:"";position:absolute;inset:0;background:rgba(0,0,0,.6);border-radius:20px}.testimonial-section .container .review-card .img{height:100%;width:100%;object-fit:cover;border-radius:20px;object-position:top}.testimonial-section .container .review-card .play-btn{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);z-index:1;height:50px;width:50px;display:flex;align-items:center;justify-content:center;background:#fff;border:none;border-radius:50%;cursor:pointer}.testimonial-section .container .review-card .play-btn .fa-solid{color:#eb1f24}.testimonial-section .brand-wrap{display:flex;gap:1em;position:relative;z-index:1}.testimonial-section .brand-wrap .card{height:140px;width:100%;background:#fff;box-shadow:-5px 2px 30px rgba(0,0,0,.089);display:grid;place-items:center;place-content:center;color:gray}.testimonial-section .brand-wrap .card .heading{font-size:1.6rem}@media screen and (max-width: 43em){.testimonial-section .brand-wrap{display:grid;width:90%;margin:0 auto}}@media screen and (min-width: 43em){.testimonial-section{width:80%;margin:0 auto 7em}.testimonial-section .text-area{text-align:center}.testimonial-section .text-area .highlight{margin:0 auto .9em}.testimonial-section .text-area .heading{padding-right:0 !important}}@media screen and (min-width: 62em){.testimonial-section{margin-bottom:12em}.testimonial-section .review-card{height:380px}}.review-video-modal{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.808);z-index:5;opacity:0;visibility:hidden;transition:all 500ms ease-in}.review-video-modal .video-close-btn{background:#fff;position:absolute;right:5%;top:5%;border:2px solid #fff;height:30px;width:30px;cursor:pointer;border-radius:50%;z-index:5}.review-video-modal .video-close-btn i{color:#eb1f24}.review-video-modal .video-container{width:70%;margin:0 auto;height:100%;display:flex;align-items:center;justify-content:center}.review-video-modal .video-container video{width:100%;height:80vh;cursor:pointer}.show-video{opacity:1;visibility:visible}.footer{background:#1e1e1e;min-height:350px;padding-top:5em;padding-bottom:4em}.footer .container{width:80%;margin:0 auto;display:grid;gap:3em}.footer .container .wrap{color:#fff;max-width:400px}.footer .container .wrap .wrapper .heading{margin-bottom:1em;font-size:1.3rem}.footer .container .wrap .wrapper .footer-links{display:grid;gap:1.3em}.footer .container .wrap .wrapper .footer-links .link{color:#fff}.footer .container .wrap .wrapper .newsletter-form{width:100%;position:relative;margin-bottom:2em}.footer .container .wrap .wrapper .newsletter-form .form-input{width:0%;width:100%;height:40px;border-radius:8px;border:none;padding-left:10px}.footer .container .wrap .wrapper .newsletter-form .btn-wrap{position:absolute;left:88%;top:50%;transform:translate(-50%, -50%)}.footer .container .wrap .wrapper .newsletter-form .btn-wrap .submit-btn{padding:1em 2em;color:#000 !important;transition:all 300ms ease-in-out;border-radius:8px;border:none;font-family:"Teachers",sans-serif;font-optical-sizing:auto;font-style:normal;font-size:1rem;font-weight:600;text-transform:capitalize;background:#eb1f24;color:#fff !important;padding:unset;padding:.4em 1em;cursor:pointer}.footer .container .wrap .wrapper .newsletter-form .btn-wrap .submit-btn:hover{background:#eb1f24;color:#fff !important}.footer .container .wrap .social-media-wrap{display:flex;gap:1em}.footer .container .wrap .social-media-wrap a{color:#fff}@media screen and (min-width: 62em){.footer .container{display:flex;justify-content:space-between}}.newsletter-modal{position:fixed;top:0;left:0;height:100%;width:100%;background:rgba(0,0,0,.8);z-index:5;opacity:0;visibility:hidden;transition:all 500ms ease-in}.newsletter-modal .container{width:90%;margin:0 auto;background:#fff;height:40vh;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);display:flex;align-items:center;justify-content:center;border-radius:20px}.newsletter-modal .container .text-wrap{width:90%;margin:0 auto;text-align:center}.newsletter-modal .container .text-wrap .icon-wrap{background:#fff;box-shadow:2px 2px 20px rgba(0,0,0,.253);width:40px;height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5em}.newsletter-modal .container .text-wrap .icon-wrap .icon{width:20px;transform:rotate(-25deg)}.newsletter-modal .container .text-wrap .heading{color:#1e1e1e;margin-bottom:1em;font-size:1.3rem;line-height:30px}.newsletter-modal .container .text-wrap .btn{background:#eb1f24;padding:1em 2em;border:none;color:#fff;border-radius:8px;cursor:pointer;font-family:"Teachers",sans-serif;font-optical-sizing:auto;font-style:normal;font-weight:600;font-size:1rem}@media screen and (min-width: 43em){.newsletter-modal .container{width:60%}}@media screen and (min-width: 62em){.newsletter-modal .container{width:40%}.newsletter-modal .container .text-wrap{width:60%}}.newsletter-success{opacity:1;visibility:visible}.contact-main{background:#1e1e1e;padding-top:10em;padding-bottom:5em;margin-bottom:7em}.contact-main .container{width:90%;margin:0 auto;display:grid;align-items:center;gap:4em}.contact-main .container .text-wrap{width:100%;text-align:center}.contact-main .container .text-wrap .heading{color:#fff;font-size:2.9rem;line-height:50px;margin-bottom:.5em}.contact-main .container .text-wrap .subtext{color:#fff;line-height:30px}.contact-main .container .form-wrap{width:100%;background:#fff;min-height:500px;padding-top:3em;border-radius:20px;padding-bottom:3em;box-shadow:-8px -8px 30px rgba(0,0,0,.3)}.contact-main .container .form-wrap .wrapper{width:90%;margin:0 auto}.contact-main .container .form-wrap .wrapper .text-area{margin-bottom:1.5em}.contact-main .container .form-wrap .wrapper .text-area .heading{color:#eb1f24;font-size:1.5rem}.contact-main .container .form-wrap .wrapper .contact-form{display:grid;gap:1em}.contact-main .container .form-wrap .wrapper .contact-form .wrap{display:grid;gap:1em}.contact-main .container .form-wrap .wrapper .contact-form .wrap input,.contact-main .container .form-wrap .wrapper .contact-form .wrap textarea{width:100%;padding:1em;border:none;border-bottom:1.5px gray solid;outline:none;text-transform:capitalize;color:gray;font-weight:500}.contact-main .container .form-wrap .wrapper .contact-form .wrap input:focus,.contact-main .container .form-wrap .wrapper .contact-form .wrap textarea:focus{border-bottom:#eb1f24 solid 1.5px}.contact-main .container .form-wrap .wrapper .contact-form .wrap textarea{height:150px}.contact-main .container .form-wrap .wrapper .contact-form .btn-wrap{padding-top:1em}.contact-main .container .form-wrap .wrapper .contact-form .btn-wrap .btn{background:#027cc5;border:none;border-radius:100px;cursor:pointer;display:flex;align-items:center;gap:.5em;padding:1em 1em 1em 1.9em;box-shadow:-22px 0 40px rgba(0,0,0,.5);cursor:pointer;box-shadow:unset}.contact-main .container .form-wrap .wrapper .contact-form .btn-wrap .btn .text{font-family:"Outfit",sans-serif;font-optical-sizing:auto;font-style:normal;font-weight:600;font-size:16px;color:#fff;text-transform:capitalize}.contact-main .container .form-wrap .wrapper .contact-form .btn-wrap .btn .icon{height:30px;width:30px;background:#fff;display:flex;align-items:center;justify-content:center;border-radius:50%}.contact-main .container .form-wrap .wrapper .contact-form .btn-wrap .btn .icon .fa-solid{color:#eb1f24}@media screen and (min-width: 43em){.contact-main .container{width:50%}}@media screen and (min-width: 62em){.contact-main{position:relative;background:rgba(0,0,0,0);margin-bottom:25em}.contact-main::after{content:"";position:absolute;height:75vh;width:100%;top:0;left:0;background:#1e1e1e}.contact-main .container{display:flex;width:75%}.contact-main .container .text-wrap{max-width:450px;text-align:left;position:relative;z-index:1}.contact-main .container .form-wrap{position:absolute;width:450px;top:30%;right:15%;z-index:3}.contact-main .container .form-wrap .contact-form .wrap{display:flex !important;gap:.7em !important}}.contact-info-section{margin-bottom:7em;position:relative}.contact-info-section .dot-grid{position:absolute;width:800px;top:-160%;left:-10%}.contact-info-section .container{width:90%;margin:0 auto;position:relative;z-index:1}.contact-info-section .container .text-wrap{margin-bottom:2em}.contact-info-section .container .text-wrap .heading{text-align:center;font-size:2rem;color:#1e1e1e}@media screen and (min-width: 62em){.contact-info-section .container .text-wrap{margin-bottom:3em}}.contact-info-section .container .wrapper{display:grid;gap:1em}.contact-info-section .container .wrapper .card{background:#eb1f24;box-shadow:-3px -3px 30px rgba(0,0,0,.075);padding:2em;display:flex;border-radius:20px;gap:1em;width:100%}.contact-info-section .container .wrapper .card .icon{background:#fff;height:35px;width:40px;border-radius:50%;display:flex;align-items:center;justify-content:center}.contact-info-section .container .wrapper .card .icon i{font-size:1rem;color:#027cc5}.contact-info-section .container .wrapper .card .wrap{width:100%;color:#fff}.contact-info-section .container .wrapper .card .wrap .info{margin-bottom:1em}.contact-info-section .container .wrapper .card .wrap .info .text{font-weight:500;margin-bottom:.7em;text-decoration:underline;text-underline-offset:5px}.contact-info-section .container .wrapper .card .wrap .info .second-text{font-family:"Outfit",sans-serif;font-optical-sizing:auto;font-style:normal}@media screen and (min-width: 62em){.contact-info-section .container .wrapper{display:flex;justify-content:center}}@media screen and (min-width: 62em){.contact-info-section::after{content:"";position:absolute;height:150px;width:250px;background:#eb1f24;top:-120%;left:10%;opacity:.2;border-radius:20px;display:none}}.map-section{margin-bottom:0}.map-section .map-container{height:400px;height:fit-content;margin-bottom:-1em}.map-section .map-container iframe{width:100%;height:400px}.about-main{padding-top:10em;padding-bottom:5em;margin-bottom:2em;position:relative}.about-main::after{content:"";position:absolute;height:100vh;width:100%;top:0;left:0;background:#1e1e1e}.about-main .container{width:90%;margin:0 auto;display:grid;align-items:center;gap:4em;margin-bottom:10em}.about-main .container .text-wrap{width:100%;text-align:center;position:relative;z-index:1}.about-main .container .text-wrap .heading{color:#fff;font-size:2rem;line-height:50px;margin-bottom:.5em}.about-main .container .text-wrap .subtext{color:#fff;line-height:30px}.about-main .container .text-wrap .scroll-indicator{position:absolute;top:120%;z-index:1;left:50%;transform:translate(-50%, -50%)}.about-main .container .text-wrap .scroll-indicator .fa-solid{font-size:1.5rem;color:#fff;animation:bounce 2.5s ease-in-out infinite}@media screen and (min-width: 43em){.about-main{padding-top:12em}.about-main .container{width:70%}}@media screen and (min-width: 62em){.about-main{background:rgba(0,0,0,0);margin-bottom:unset;margin-bottom:5em;padding-top:9em}.about-main::after{content:"";position:absolute;height:90vh;width:100%;top:0;left:0;background:#1e1e1e}.about-main .container{display:flex;width:75%}.about-main .container .text-wrap{text-align:left;position:relative;z-index:1}.about-main .container .text-wrap .heading{font-size:2.9rem}.about-main .container .text-wrap .subtext{max-width:800px;margin-bottom:3em;line-height:30px}}.about-main .about-img-showcase{padding-top:7em;display:flex;gap:1em;overflow-x:hidden}@media screen and (min-width: 43em){.about-main .about-img-showcase{padding-top:10em}}@media screen and (min-width: 62em){.about-main .about-img-showcase{padding-top:4em}}.about-main .about-img-showcase .wrapper{display:flex;gap:1em;animation:slider 15s infinite linear}.about-main .about-img-showcase .wrapper .img-card{height:350px;width:300px;background:teal;border-radius:20px}@keyframes bounce{0%,100%{transform:translateY(0);animation-timing-function:cubic-bezier(0.8, 0, 1, 1)}20%{transform:translateY(0);animation-timing-function:cubic-bezier(0.8, 0, 1, 1)}40%{transform:translateY(-20px);animation-timing-function:cubic-bezier(0.2, 0, 0.8, 1)}50%{transform:translateY(0);animation-timing-function:cubic-bezier(0.8, 0, 1, 1)}60%{transform:translateY(-10px);animation-timing-function:cubic-bezier(0.2, 0, 0.8, 1)}80%{transform:translateY(0);animation-timing-function:cubic-bezier(0.8, 0, 1, 1)}}@keyframes slider{from{transform:translateX(0)}to{transform:translateX(-50%)}}.our-story-section{margin-bottom:10em}.our-story-section .container{width:90%;margin:0 auto}.our-story-section .container .text-wrap{margin-bottom:1.5em;width:100%}.our-story-section .container .text-wrap .heading{text-align:center;font-size:2rem;color:#1e1e1e}.our-story-section .container .content-wrap{width:100%;display:grid;gap:1.5em}.our-story-section .container .content-wrap .text{font-family:"Teachers",sans-serif;font-optical-sizing:auto;font-style:normal;font-weight:500;color:gray;line-height:30px}.our-story-section .container .content-wrap .leader-message-wrap{background:#eb1f24;padding:1.5em 2em;border-radius:20px}.our-story-section .container .content-wrap .leader-message-wrap .masthead{display:flex;gap:1em;align-items:center;margin-bottom:1.5em}.our-story-section .container .content-wrap .leader-message-wrap .masthead .img-circle{height:50px;width:50px;border-radius:50%;background:#fff}.our-story-section .container .content-wrap .leader-message-wrap .masthead .wrap{color:#fff}.our-story-section .container .content-wrap .leader-message-wrap .quote-wrap .text{color:#fff}@media screen and (min-width: 62em){.our-story-section .container{display:flex;width:70%}.our-story-section .container .text-wrap .heading{font-size:2.9rem;text-align:left}}.our-team-section{background:#f9f9f9;padding:4em 0 7em 0;margin-bottom:6em;position:relative}.our-team-section::after{content:"";position:absolute;width:90%;height:1px;background:linear-gradient(to right, rgb(235, 31, 34) 0%, rgb(62, 90, 145) 100%, rgb(2, 126, 197) 32%);left:5%;top:0}.our-team-section .container .text-wrap{width:100%;margin:0 auto 4em}.our-team-section .container .text-wrap .heading{text-align:center;font-size:2rem;color:#1e1e1e;width:90%;margin:0 auto;margin-bottom:.3em}.our-team-section .container .text-wrap .subtext{text-align:center;line-height:30px;color:gray;width:90%;margin:0 auto}@media screen and (min-width: 62em){.our-team-section .container .text-wrap{width:50%}.our-team-section .container .text-wrap .heading{font-size:2.9rem}.our-team-section .container .text-wrap .subtext{font-size:17px;width:80%;margin:0 auto}}.our-team-section .container .team-wrap{display:grid;gap:1.5em;width:90%;margin:0 auto}.our-team-section .container .team-wrap .card{height:350px;width:100%;background:teal;border-radius:20px}.our-team-section .container .team-wrap .card .img{width:100%;height:100%;object-fit:cover}@media screen and (min-width: 62em){.our-team-section .container .team-wrap{grid-template-columns:repeat(4, 1fr)}}.numbers-section{margin-bottom:7em}.numbers-section .container{border-radius:20px}.numbers-section .container .text-wrap{margin-bottom:2em}.numbers-section .container .text-wrap .heading{text-align:center;font-size:2rem;color:#1e1e1e}.numbers-section .container .numbers-wrap{background:#eb1f24;padding:2em 1em;display:grid;place-content:center;width:90%;margin:0 auto;border-radius:20px}.numbers-section .container .numbers-wrap .content{display:grid;gap:2em;color:#fff}.numbers-section .container .numbers-wrap .content .first-wrap,.numbers-section .container .numbers-wrap .content .second-wrap,.numbers-section .container .numbers-wrap .content .third-wrap{display:flex;align-items:center;gap:.5em}.numbers-section .container .numbers-wrap .content .first-wrap .number,.numbers-section .container .numbers-wrap .content .second-wrap .number,.numbers-section .container .numbers-wrap .content .third-wrap .number{font-size:2.9rem}@media screen and (min-width: 43em){.numbers-section .container .numbers-wrap .content{display:flex}}@media screen and (min-width: 62em){.numbers-section .container{width:70%;margin:0 auto}.numbers-section .container .text-wrap .heading{font-size:2.9rem}.numbers-section .container .numbers-wrap .content{display:flex}}
@font-face{font-family:"swiper-icons";src:url("data:application/font-woff;charset=utf-8;base64, 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") format("woff");font-weight:400;font-style:normal}:root{--swiper-theme-color: #007aff}:host{position:relative;display:block;margin-left:auto;margin-right:auto;z-index:1}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1;display:block}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function, initial);box-sizing:content-box}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translate3d(0px, 0, 0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform;display:block}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px}.swiper-3d .swiper-slide,.swiper-3d .swiper-cube-shadow{transform-style:preserve-3d}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-css-mode.swiper-horizontal>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-css-mode.swiper-vertical>.swiper-wrapper{scroll-snap-type:y mandatory}.swiper-css-mode.swiper-free-mode>.swiper-wrapper{scroll-snap-type:none}.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}.swiper-css-mode.swiper-centered>.swiper-wrapper::before{content:"";flex-shrink:0;order:9999}.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0))}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;box-sizing:border-box;border:4px solid var(--swiper-preloader-color, var(--swiper-theme-color));border-radius:50%;border-top-color:rgba(0,0,0,0)}.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader{animation:swiper-preloader-spin 1s infinite linear}.swiper-lazy-preloader-white{--swiper-preloader-color: #fff}.swiper-lazy-preloader-black{--swiper-preloader-color: #000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}
:root{--swiper-navigation-size: 44px}.swiper-button-prev,.swiper-button-next{position:absolute;top:var(--swiper-navigation-top-offset, 50%);width:calc(var(--swiper-navigation-size)/44*27);height:var(--swiper-navigation-size);margin-top:calc(0px - var(--swiper-navigation-size)/2);z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color, var(--swiper-theme-color))}.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden{opacity:0;cursor:auto;pointer-events:none}.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next{display:none !important}.swiper-button-prev svg,.swiper-button-next svg{width:100%;height:100%;object-fit:contain;transform-origin:center}.swiper-rtl .swiper-button-prev svg,.swiper-rtl .swiper-button-next svg{transform:rotate(180deg)}.swiper-button-prev,.swiper-rtl .swiper-button-next{left:var(--swiper-navigation-sides-offset, 10px);right:auto}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-lock{display:none}.swiper-button-prev:after,.swiper-button-next:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none !important;letter-spacing:0;font-variant:initial;line-height:1}.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after{content:"prev"}.swiper-button-next,.swiper-rtl .swiper-button-prev{right:var(--swiper-navigation-sides-offset, 10px);left:auto}.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after{content:"next"}

.swiper-pagination{position:absolute;text-align:center;transition:300ms opacity;transform:translate3d(0, 0, 0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled{display:none !important}.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal{bottom:var(--swiper-pagination-bottom, 8px);top:var(--swiper-pagination-top, auto);left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(0.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(0.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(0.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(0.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(0.33)}.swiper-pagination-bullet{width:var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));height:var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));display:inline-block;border-radius:var(--swiper-pagination-bullet-border-radius, 50%);background:var(--swiper-pagination-bullet-inactive-color, #000);opacity:var(--swiper-pagination-bullet-inactive-opacity, 0.2)}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet:only-child{display:none !important}.swiper-pagination-bullet-active{opacity:var(--swiper-pagination-bullet-opacity, 1);background:var(--swiper-pagination-color, var(--swiper-theme-color))}.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets{right:var(--swiper-pagination-right, 8px);left:var(--swiper-pagination-left, auto);top:50%;transform:translate3d(0px, -50%, 0)}.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet{margin:var(--swiper-pagination-bullet-vertical-gap, 6px) 0;display:block}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:200ms transform,200ms top}.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap, 4px)}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:200ms transform,200ms left}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:200ms transform,200ms right}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color, inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color, var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite{width:100%;height:var(--swiper-pagination-progressbar-size, 4px);left:0;top:0}.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite{width:var(--swiper-pagination-progressbar-size, 4px);height:100%;left:0;top:0}.swiper-pagination-lock{display:none}

/*# sourceMappingURL=main.e3d9af785d5bdd942624.css.map*/