@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap";: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:translateZ(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{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:#00000026}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,#00000080,#0000)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,#00000080,#0000)}.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:transparent}:is(.swiper:not(.swiper-watch-progress),.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(0)}to{transform:rotate(360deg)}}:root{--font-base: "DM Sans", sans-serif;--primary-color: #edf2f8;--secondary-color: #5cb2b3;--tertiary-color: #235354;--black-color: #030303;--lightGray-color: #e4e4e4;--gray-color: #6b7688;--brown-color: #46364a;--white-color: #ffffff;--off-white-color: #e7e7e7}*{box-sizing:border-box;padding:0;margin:0;scroll-behavior:smooth}.app__about{flex:1;width:100%;flex-direction:column}.app__profiles{display:flex;justify-content:center;align-items:flex-start;flex-wrap:wrap;margin-top:2rem}.app__profile-item{width:190px;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;margin:2rem}.app__profile-item img{width:100%;height:170px;border-radius:15px;object-fit:cover}@media screen and (min-width:2000px){.app__profile-item{width:370px;margin:2rem 4rem}.app__profile-item img{height:320px}}.app__navbar{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1rem 2rem;background:#ffffff40;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);border:1px solid rgba(255,255,255,.18);position:fixed;z-index:2}.app__navbar-logo{display:flex;justify-content:flex-start;align-items:center}.app__navbar-logo img{width:70px;height:70px}@media screen and (min-width:2000px){.app__navbar-logo img{width:120px;height:120px}}.app__navbar-links{flex:1;display:flex;justify-content:center;align-items:center;list-style:none}.app__navbar-links li{margin:0 1rem;cursor:pointer;flex-direction:column}.app__navbar-links li div{width:7px;height:7px;background:transparent;border-radius:50%;margin-bottom:5px}.app__navbar-links li a{color:var(--gray-color);text-decoration:none;flex-direction:column;text-transform:uppercase;font-weight:500;transition:all .3s ease-in-out}.app__navbar-links li a:hover{color:var(--secondary-color)}.app__navbar-links li:hover div{background:var(--secondary-color)}@media screen and (max-width:900px){.app__navbar-links{display:none}}.app__navbar-menu{width:35px;height:35px;border-radius:50%;position:relative;display:flex;justify-content:center;align-items:center;background:var(--secondary-color)}.app__navbar-menu svg{width:70%;height:70%;color:var(--white-color);cursor:pointer}.app__navbar-menu div{position:fixed;top:0;bottom:0;right:0;z-index:5;padding:1rem;width:80%;height:100vh;display:flex;justify-content:flex-end;align-items:flex-end;flex-direction:column;background:url(/assets/bgWhite-D_34Umbb.png);background-color:var(--white-color);background-size:cover;background-repeat:repeat;box-shadow:0 0 20px #a8a8a826}.app__navbar-menu div svg{width:35px;height:35px;color:var(--secondary-color);margin:.5rem 1rem;cursor:pointer}.app__navbar-menu div ul{list-style-type:none;margin:0;padding:0;height:100%;width:100%;display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column}.app__navbar-menu div li{margin:1rem}.app__navbar-menu div li a{color:var(--gray-color);text-decoration:none;font-size:1rem;text-transform:uppercase;font-weight:500;transition:all .3s ease-in-out}.app__navbar-menu div li a:hover{color:var(--secondary-color)}@media screen and (min-width:900px){.app__navbar-menu div{display:none}}@media screen and (min-width:900px){.app__navbar-menu{display:none}}.app__schedule{width:100%;display:flex;justify-content:space-between;align-items:center;margin-top:3rem;gap:3rem}@media screen and (max-width:900px){.app__schedule{flex-direction:column}}.app__schedule-content{flex:1;max-width:500px}.app__schedule-steps{list-style:none;padding:0;margin-bottom:2.5rem}.app__schedule-step{display:flex;align-items:flex-start;gap:1rem;padding-left:.5rem;margin-bottom:1.8rem;font-weight:600;font-size:1.5rem;line-height:1.8}.app__schedule-step .step-icon{flex-shrink:0;width:40px;height:40px;border-radius:50%;background:#4fc3c71f;display:flex;align-items:center;justify-content:center}.app__schedule-step .step-icon svg{font-size:1rem;color:var(--tertiary-color)}.app__schedule-step .step-text{opacity:.9}.app__schedule-btn{padding:1rem 2.4rem;border-radius:999px;border:none;font-weight:600;background:var(--tertiary-color);color:#fff;cursor:pointer;transition:transform .25s ease,box-shadow .25s ease}.app__schedule-btn:hover{transform:translateY(-2px);box-shadow:0 12px 30px #00000026}.app__schedule-media{flex:1;position:relative;border-radius:20px;overflow:hidden}.app__schedule-media img{width:100%;height:100%;object-fit:cover;border-radius:20px}.app__schedule-actions{position:absolute;bottom:20px;left:20px;display:flex;gap:.7rem}.app__footer{width:100%;-webkit-backdrop-filter:blur(4px);border-top:1px solid rgba(255,255,255,.18);padding:3rem 2rem 1.5rem}.app__footer-content{display:flex;justify-content:space-between;align-items:flex-start;gap:3rem;max-width:1200px;margin:0 auto;margin-bottom:2rem}@media screen and (max-width:900px){.app__footer-content{flex-direction:column;align-items:center;text-align:center;gap:2rem}}.app__footer-logo{display:flex;flex-direction:column;align-items:flex-start;gap:1rem}.app__footer-logo img{width:70px;height:70px}@media screen and (min-width:2000px){.app__footer-logo img{width:120px;height:120px}}.app__footer-logo p{color:var(--gray-color);margin-top:.5rem;font-weight:600}@media screen and (max-width:900px){.app__footer-logo{align-items:center}}.app__footer-links{display:flex;gap:3rem;flex:1;justify-content:flex-end;align-items:flex-start}@media screen and (max-width:900px){.app__footer-links{flex-direction:column;gap:2rem;width:100%}}.app__footer-column{display:flex;flex-direction:column;align-items:flex-start}.app__footer-column h3{font-size:1rem;font-weight:600;text-transform:uppercase;color:var(--secondary-color);margin:0 0 1rem;line-height:1.2}.app__footer-column ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.app__footer-column li a{color:var(--gray-color);text-decoration:none;text-transform:capitalize;font-weight:600;transition:all .3s ease-in-out}.app__footer-column li a:hover{color:var(--secondary-color)}@media screen and (max-width:900px){.app__footer-column{align-items:center}}.app__footer-bottom{border-top:1px solid rgba(0,0,0,.1);padding-top:1.5rem;text-align:center}.app__footer-bottom p{color:var(--gray-color);font-size:.9rem}.app__global{max-width:100%;margin:3rem auto 0;overflow:hidden;display:grid;grid-template-columns:1fr;width:100%}.swiper{width:100%;max-width:100%;margin:0;padding:0 10px;box-sizing:border-box}.swiper-slide{width:240px!important;display:flex;justify-content:center}.app__global-card{width:280px;height:410px;border-radius:22px;overflow:hidden;display:flex;flex-direction:column;background:var(--white-color);box-shadow:var(--primary-color)}.app__global-image{flex:1;overflow:hidden}.app__global-image img{width:100%;height:100%;object-fit:cover}.app__global-content{padding:1.8rem;min-height:170px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;background:var(--off-white-color)}.app__global-content h4{font-size:1.3rem;font-weight:600;margin-bottom:.6rem}.app__global-content p{font-size:.95rem;line-height:1.6;opacity:.85;max-width:240px}.app__global-logo{width:60px;height:60px;margin-bottom:1rem;border-radius:10px;border:2px solid var(--tertiary-color);object-fit:contain}#home{position:relative;background:url(/assets/bgIMG-BZ6IIfbK.png);background-size:cover;background-position:center;background-repeat:repeat}#home .app__wrapper{padding:0}#home .app__wrapper .copyright{display:none}.app__header{position:relative;min-height:100vh;width:100%;padding:6rem 2rem 2rem;display:flex;align-items:center;justify-content:center;overflow:hidden}.app__header-bg-circle{position:absolute;inset:0;margin:auto;width:40%;max-width:850px;z-index:1;opacity:.35;filter:blur(2px);pointer-events:none}@media screen and (max-width:900px){.app__header-bg-circle{width:100%}}.app__header-info{position:absolute;z-index:1;width:auto}.app__header-info.left{left:4%;top:20%;padding:.5rem 1rem;border-radius:20px;transform:translateY(-50%);max-width:280px}.app__header-info.right{right:7%;top:80%;transform:translateY(-50%);text-align:right;width:420px}.app__header-info .badge-cmp,.app__header-info .tag-cmp{padding:.75rem 3rem;background:var(--white-color);border-radius:12px;box-shadow:0 0 20px #0000001a}.app__header-info .badge-cmp{display:flex;align-items:center;gap:.75rem;max-width:280px}.app__header-info .tag-cmp{width:100%;max-width:none}.app__header-info .tag-cmp p{margin:0;line-height:1.65;-webkit-hyphens:auto;hyphens:auto;text-align:left;word-wrap:break-word;overflow-wrap:break-word}.app__header-info .tag-cmp span{color:var(--secondary-color);font-weight:600;white-space:normal;display:inline}.app__header-center{position:relative;z-index:1;text-align:center;display:flex;flex-direction:column;align-items:center;gap:1.4rem}.app__header-center .head-text{font-size:clamp(3rem,6vw,5rem);font-weight:800;line-height:1.05}.app__header-center .head-text span{color:var(--secondary-color)}.app__header-center .cta-primary{padding:1rem 2.5rem;border-radius:25px;border:none;font-weight:600;background:var(--tertiary-color);color:var(--white-color);cursor:pointer;transition:transform .25s ease,box-shadow .25s ease}.app__header-center .cta-primary:hover{transform:translateY(-2px);box-shadow:0 12px 30px #00000026}.app__header-circles{position:absolute;right:3%;top:20%;z-index:1;display:flex;flex-direction:column;gap:1.2rem}.app__header-circles .circle-cmp{border-radius:50%;background:var(--white-color);box-shadow:0 0 20px #0000001f}.app__header-circles .circle-cmp img{width:60%;height:60%}.app__header-circles .circle-cmp:nth-child(1){width:90px;height:90px}.app__header-circles .circle-cmp:nth-child(2){width:130px;height:130px}.app__header-circles .circle-cmp:nth-child(3){width:70px;height:70px}@media screen and (max-width:900px){.app__header{flex-direction:column;text-align:center}.app__header-info{position:static;transform:none;order:1;margin-bottom:1.5rem;text-align:center}.app__header-center{order:2;margin:1.5rem 0}.app__header-info.right{order:3}.app__header-circles{position:static;order:4;margin-top:2.5rem;flex-direction:row;justify-content:center}}@media screen and (max-width:480px){.head-text{font-size:clamp(2.2rem,7vw,2.8rem)}.badge-cmp,.tag-cmp{padding:.75rem 1.25rem}.tag-cmp p{text-transform:none}}.app__capability{width:100%;display:flex;align-items:center;justify-content:space-between;gap:3rem;margin-top:3rem;flex-direction:row}@media screen and (max-width:900px){.app__capability{flex-direction:column}}.app__capability-media{flex:1;display:flex;justify-content:flex-start}.app__capability-media img{width:100%;max-width:500px;height:auto;border-radius:10px;object-fit:cover}.app__capability-content{flex:1;display:flex;justify-content:flex-end;align-items:center;height:100%}.app__capability-btn{padding:1rem 2.5rem;border-radius:25px;border:none;font-weight:600;background:var(--tertiary-color);color:var(--white-color);cursor:pointer;transition:transform .25s ease,box-shadow .25s ease}.app__capability-btn:hover{transform:translateY(-2px);box-shadow:0 12px 30px #00000026}.head-text{text-align:center;font-size:2.5rem;margin-bottom:2rem}.head-text span{color:var(--tertiary-color)}.app__capability-modal{position:fixed;inset:0;background:#0000008c;display:flex;justify-content:center;align-items:center;z-index:1;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.modal__content{background:url(/assets/bgIMG-BZ6IIfbK.png);background-size:cover;background-position:center;background-repeat:repeat;padding:2.5rem;border-radius:18px;max-width:600px;width:90%;text-align:center;box-shadow:0 20px 60px #0000004d}.modal__content p{font-size:1rem;line-height:1.7;color:var(--black-color);margin-bottom:1.5rem}.modal__close{margin-top:2rem;background:transparent;border:none;font-weight:600;cursor:pointer;color:var(--tertiary-color);padding:.75rem 2rem;border:2px solid var(--tertiary-color);border-radius:6px;transition:all .3s ease}.modal__close:hover{background:var(--tertiary-color);color:var(--white-color)}.app{background-color:var(--primary-color);font-family:var(--font-base)}.app__whitebg{background-color:var(--white-color)}.app__primarybg{background-color:var(--primary-color)}.app__container{width:100%;min-height:100vh;display:flex;flex-direction:row}.app__flex{display:flex;justify-content:center;align-items:center}.app__wrapper{flex:1;width:100%;flex-direction:column;padding:4rem 2rem}@media screen and (max-width:450px){.app__wrapper{padding:4rem 1rem 2rem}}.copyright{width:100%;padding:2rem 0 0;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-end}.copyright p{text-transform:uppercase;color:var(--black-color)}.head-text{font-size:2.75rem;font-weight:800;text-align:center;color:var(--black-color);text-transform:capitalize}.head-text span{color:var(--secondary-color)}@media screen and (min-width:2000px){.head-text{font-size:4rem}}@media screen and (max-width:450px){.head-text{font-size:2rem}}.p-text{font-size:.8rem;text-align:left;color:var(--gray-color);line-height:1.5}@media screen and (min-width:2000px){.p-text{font-size:1.75rem}}.bold-text{font-size:1rem;font-weight:800;color:var(--black-color);text-align:left}@media screen and (min-width:2000px){.bold-text{font-size:2rem}}@media screen and (max-width:450px){.bold-text{font-size:.9rem}}.app__social{display:flex;justify-content:flex-end;align-items:center;flex-direction:column;padding:1rem}.app__social div{width:40px;height:40px;border-radius:50%;background-color:var(--white-color);margin:.25rem 0;border:1px solid var(--lightGray-color);display:flex;justify-content:center;align-items:center;transition:all .3s ease-in-out}.app__social div svg{width:15px;height:15px;color:var(--gray-color)}.app__social div:hover{background-color:var(--secondary-color);border-color:var(--secondary-color)}.app__social div:hover svg{color:var(--white-color)}@media screen and (min-width:2000px){.app__social div{width:70px;height:70px;margin:.5rem 0}.app__social div svg{width:30px;height:30px}}.app__navigation{display:flex;justify-content:center;align-items:center;flex-direction:column;padding:1rem}.app__navigation .app__navigation-dot{width:10px;height:10px;border-radius:50%;background-color:#cbcbcb;margin:.5rem;transition:background-color .2s ease-in-out}.app__navigation .app__navigation-dot:hover{background-color:var(--secondary-color)}@media screen and (min-width:2000px){.app__navigation .app__navigation-dot{width:20px;height:20px}}@media screen and (max-width:500px){.app__navigation,.app__social{display:none}.copyright{padding:2rem}}
