body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.navbar{align-items:center;background-color:#fff;display:flex;height:30px;justify-content:space-between;left:0;padding:1em 2em;position:fixed;right:50%;top:0;width:100%;z-index:1000}body{padding-top:70px}.navbar-container{align-items:center;display:flex;justify-content:space-between;margin-right:3%;width:100%}.navbar-logo{color:#007bff;font-size:.3em;font-weight:700;text-decoration:none;text-shadow:0 0 .5em #007bff;transition:color .3s}.navbar-logo:hover{color:#007bffb3}.nav-menu{display:flex;gap:2em;list-style-type:none;margin:0;padding:0}.nav-item{position:relative}.nav-link{--glow-color:#39c;--glow-spread-color:#007bff1a;border-radius:.5em;color:var(--glow-color);font-weight:700;padding:.5em 1em;text-decoration:none;transition:all .3s ease}.nav-link:hover{background-color:var(--glow-color);box-shadow:0 0 .7em .15em var(--glow-color),0 0 2.5em 1em var(--glow-spread-color);color:#fff}.KRlogo{height:60px;object-fit:cover;width:120px}.nav-item{cursor:pointer}.nav-item:hover{filter:drop-shadow(0 0 5px rgba(0,0,0,.6))}.nav-item{cursor:url(https://cur.cursors-4u.net/others/oth-7/oth633.ani),pointer}@media (max-width:768px){.hamburger{cursor:pointer;display:flex;flex-direction:column;height:25px;justify-content:space-between;margin-right:7%;width:30px}.hamburger div{background-color:#000;border-radius:5px;height:4px;width:100%}.nav-menu{align-items:flex-start;background-color:#fff;flex-direction:column;height:100vh;left:-90%;padding:3em 1em;position:fixed;top:0;transition:left .3s ease-in-out;width:250px}.nav-menu.show{left:0}.nav-item{margin:10px 0}.nav-link{color:#000;font-size:1.2em;font-weight:700;padding:10px;text-decoration:none}}.dashboard{background-color:#fff;color:#333;min-height:200vh;overflow:visible;padding:2em;position:relative;z-index:1}.dashboard-header{margin-bottom:2em;position:relative;text-align:center;z-index:3}.dashboard-header h1{color:#39c;font-size:2.5em;margin-bottom:.5em}.dashboard-header p{color:#333;font-size:1.2em}.dashboard-info{display:flex;flex-wrap:wrap;gap:2em;justify-content:space-around}.dashboard-info,.info-card{position:relative;z-index:3}.info-card{background:#fff;border:1px solid #007bff1a;border-radius:10px;box-shadow:0 0 1em #007bff4d;overflow:hidden;padding:1.5em;transition:transform .3s ease,box-shadow .3s ease;width:300px}.info-card:hover{transform:translateY(-5px)}.info-card h2{color:#39c;margin-bottom:1em}.info-card ul{list-style-type:none;padding:0}.info-card li{margin-bottom:.5em}.cta-button{background-color:#007bff;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:1em;margin-top:1em;padding:.8em 1.5em;position:relative;transition:all .3s ease;z-index:3}.cta-button:hover{background-color:#fff;box-shadow:0 0 .7em .15em #007bff80;color:#007bff}.card-section{display:flex;flex-direction:column;gap:5em;margin-top:5em;position:relative;z-index:3}.card-container,.card-container-2,.card-container-3{align-items:center;display:flex;flex-wrap:wrap;gap:2em;justify-content:center;margin-bottom:5em;position:relative;z-index:3}.card-header{margin-bottom:2em;position:relative;text-align:center;z-index:3}.card-header h1{color:#39c;font-size:2.5em;margin-bottom:.2em;margin-top:1em}.star{height:40px;opacity:1;pointer-events:none;position:absolute;width:40px;z-index:2}.star svg{fill:gold;filter:drop-shadow(0 0 10px rgba(255,215,0,.8));height:100%;width:100%}.star-1{animation:falling 15s linear infinite;animation-delay:0s;height:300px;left:20%;width:300px}.star-2{animation:falling 12s linear infinite;animation-delay:-2s;height:200px;left:60%;width:200px}.star-3{animation:falling 18s linear infinite;animation-delay:-3s;left:25%}.star-4{animation:falling 14s linear infinite;animation-delay:-7s;left:75%}.star-4,.star-5{height:200px;width:200px}.star-5{animation:falling 16s linear infinite;animation-delay:-5s;left:30%}.star-6{animation:falling 13s linear infinite;animation-delay:-11s;left:50%}@keyframes falling{0%{opacity:1;top:-5%;transform:scale(.8) rotate(0deg)}50%{opacity:.8;transform:scale(1) rotate(180deg)}to{opacity:.3;top:105%;transform:scale(.8) rotate(1turn)}}.dashboard:hover .star{filter:drop-shadow(0 0 15px #ffd700)}.parent{height:300px;perspective:1000px;width:290px}.card{background:linear-gradient(135deg,#00ffd6,#39c);border-radius:50px;box-shadow:40px 50px 25px -40px #05471100,0 25px 25px -5px #05471133;height:130%}.card,.glass{transform-style:preserve-3d;transition:all .5s ease-in-out}.glass{background:linear-gradient(0deg,hsla(0,0%,100%,.349),hsla(0,0%,100%,.815));border-bottom:1px solid #fff;border-left:1px solid #fff;border-radius:55px;border-top-right-radius:100%;inset:8px;position:absolute;transform:translateZ(25px)}.content{padding:100px 60px 0 30px;transform:translateZ(26px)}.content .title{color:#39c;display:block;font-size:20px;font-weight:900;padding-top:38px}.content .text{color:rgba(51,153,204,.765);display:block;font-size:15px;margin-top:20px}.bottom{bottom:20px;justify-content:space-between;left:20px;padding:10px 12px;position:absolute;right:20px;transform:translateZ(26px);transform-style:preserve-3d}.bottom,.bottom .view-more{align-items:center;display:flex}.bottom .view-more{justify-content:flex-end;transition:all .2s ease-in-out;width:40%}.bottom .view-more:hover{transform:translateZ(10px)}.bottom .view-more .view-more-button{background:none;border:none;color:#39c;font-size:12px;font-weight:bolder}.bottom .view-more .svg{fill:none;stroke:#39c;stroke-width:3px;max-height:15px}.bottom .social-buttons-container{display:flex;gap:10px;transform-style:preserve-3d}.bottom .social-buttons-container .social-button{aspect-ratio:1;background:#fff;border:none;border-radius:50%;box-shadow:0 7px 5px -5px #05471180;display:grid;padding:5px;place-content:center;width:30px}.bottom .social-buttons-container .social-button:first-child{transition:transform .2s ease-in-out .4s,box-shadow .2s ease-in-out .4s}.bottom .social-buttons-container .social-button:nth-child(2){transition:transform .2s ease-in-out .6s,box-shadow .2s ease-in-out .6s}.bottom .social-buttons-container .social-button:nth-child(3){transition:transform .2s ease-in-out .8s,box-shadow .2s ease-in-out .8s}.bottom .social-buttons-container .social-button .svg{fill:#39c;width:15px}.bottom .social-buttons-container .social-button:hover{background:#000}.bottom .social-buttons-container .social-button:hover .svg{fill:#fff}.bottom .social-buttons-container .social-button:active{background:#ffea00}.bottom .social-buttons-container .social-button:active .svg{fill:#000}.logo{transform-style:preserve-3d}.logo,.logo .circle{position:absolute;right:0;top:0}.logo .circle{aspect-ratio:1;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#39c3;border-radius:50%;box-shadow:-10px 10px 20px 0 #64646f33;display:block;transition:all .5s ease-in-out}.logo .circle1{right:8px;top:8px;transform:translateZ(20px);width:170px}.logo .circle2{-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);right:10px;top:10px;transform:translateZ(40px);transition-delay:.4s;width:140px}.logo .circle3{right:17px;top:17px;transform:translateZ(60px);transition-delay:.8s;width:110px}.logo .circle4{right:23px;top:23px;transform:translateZ(80px);transition-delay:1.2s;width:80px}.logo .circle5{display:grid;place-content:center;right:30px;top:30px;transform:translateZ(100px);transition-delay:1.6s;width:50px}.logo .circle5 .svg{fill:#fff;width:20px}.parent:hover .card{box-shadow:30px 50px 25px -40px #0547114d,0 25px 30px 0 #0547111a;transform:rotate3d(1,1,0,30deg)}.parent:hover .card .bottom .social-buttons-container .social-button{box-shadow:-5px 20px 10px 0 #05471133;transform:translateZ(50px)}.parent:hover .card .logo .circle2{transform:translateZ(60px)}.parent:hover .card .logo .circle3{transform:translateZ(80px)}.parent:hover .card .logo .circle4{transform:translateZ(100px)}.parent:hover .card .logo .circle5{transform:translateZ(120px)}.proof-section{background-color:#fff;color:#333;padding:2em}.proof-container{margin:0 auto;max-width:1200px}.proof-title{color:#39c;font-size:2.5em;margin-bottom:1em;text-align:center}.proof-items{display:flex;flex-wrap:wrap;gap:2em;justify-content:space-around}.proof-item{background:#fff;border:1px solid #007bff1a;border-radius:10px;overflow:hidden;padding:1.5em;position:relative;transition:all .3s ease-in-out;width:250px}.proof-item:after{background:linear-gradient(to bottom right,#007bff1a,#007bff0d 50%,#0000);content:"";height:200%;left:-50%;pointer-events:none;position:absolute;top:-50%;transform:rotate(30deg);width:200%}.proof-item:hover{box-shadow:0 0 1.5em #007bff80;transform:translateY(-5px)}.proof-icon{align-items:center;color:#39c;display:flex;font-size:2em;margin-bottom:.5em;text-decoration:none}.testimonials-section{background-color:#fff;color:#333;padding:2em}.testimonials-container{margin:0 auto;max-width:1200px}.testimonials-title{color:#39c;font-size:2.5em;margin-bottom:1em;text-align:center}.testimonials-grid{display:flex;flex-wrap:wrap;gap:2em;justify-content:space-around}.testimonial-card{background:#fff;border:1px solid #007bff1a;border-radius:10px;overflow:hidden;padding:1.5em;position:relative;transition:all .3s ease-in-out;width:300px}.testimonial-card:after{background:linear-gradient(to bottom right,#007bff1a,#007bff0d 50%,#0000);content:"";height:200%;left:-50%;pointer-events:none;position:absolute;top:-50%;transform:rotate(30deg);width:200%}.testimonial-card:hover{box-shadow:0 0 1.5em #007bff80;transform:translateY(-5px)}.testimonial-avatar{border:2px solid #007bff;border-radius:50%;height:80px;margin-bottom:1em;width:80px}.testimonial-name{color:#007bff;font-size:1.2em;margin-bottom:.5em}.testimonial-role{color:#333;font-size:.9em;margin-bottom:1em}.testimonial-content{color:#333;font-size:.95em;line-height:1.5}.dashboard2{background-color:#fff;flex-direction:row;height:100vh}.Dash2content,.dashboard2{align-items:center;display:flex;justify-content:center}.Dash2content{flex-direction:column;margin-top:-13%}.dashboard2 img{border-radius:50%;height:700px;margin-left:5%;object-fit:contain;width:700px}.dashboard2 h1{color:#39c;font-size:2.5em;margin-top:20px}.intro-content h2{color:#39c;margin-left:30%}.dashboard2 p{color:#666;font-size:1.2em;margin-top:10px}@media (max-width:1200px){.dashboard2 img{height:500px;margin-left:2%;width:500px}.Dash2content{margin-top:-10%}.dashboard2 h1{font-size:2em}.dashboard2 p{font-size:1.1em}.intro-content h2{margin-left:20%}}@media (max-width:992px){.dashboard2{flex-direction:column;height:auto;padding:50px 20px}.dashboard2 img{height:400px;margin:0;width:400px}.Dash2content{margin-top:0}.dashboard2 h1{font-size:1.8em;text-align:center}.dashboard2 p{font-size:1em;text-align:center}.intro-content h2{margin-left:0;text-align:center}}@media (max-width:768px){.dashboard2 img{height:300px;width:300px}.dashboard2 h1{font-size:1.5em}.dashboard2 p{font-size:.95em}}@media (max-width:576px){.dashboard2 img{height:250px;width:250px}.dashboard2 h1{font-size:1.3em}.dashboard2 p{font-size:.9em}.Dash2content{padding:20px}}.dashboard3{background-color:#fff;flex-direction:row;height:100vh;margin-top:-11%}.Dash3content,.dashboard3{align-items:center;display:flex;justify-content:center}.Dash3content{flex-direction:column}.dashboard3 img{border-radius:50%;height:700px;margin-right:auto;object-fit:contain;width:700px}.dashboard3 h1{color:#333;font-size:2.5em;margin-top:20px}.dashboard3 p{color:#666;font-size:1.2em;margin-top:10px}.intro-content h3{color:#1a1a1a;color:#39c;font-size:2em;margin-bottom:20px;margin-left:35%}.intro-content ul{align-items:center;display:flex;flex-direction:column;justify-content:center;line-height:1.6;list-style-type:none;margin-left:5%}.intro-content li{color:#333;font-size:1em;margin-bottom:15px}.intro-content strong{color:#0056b3}@media (max-width:1200px){.dashboard3 img{height:500px;width:500px}.dashboard3 h1{font-size:2em}.dashboard3 p{font-size:1.1em}.intro-content h3{font-size:1.8em;margin-left:20%}}@media (max-width:992px){.dashboard3{flex-direction:column-reverse;height:auto}.dashboard3 img{height:400px;margin:0;width:400px}.Dash3content{margin-bottom:20px}.dashboard3 h1{font-size:1.8em;text-align:center}.dashboard3 p{font-size:1em;text-align:center}.intro-content h3{font-size:1.5em;margin-left:0;text-align:center}.intro-content ul{margin-left:0}}@media (max-width:768px){.dashboard3 img{height:300px;width:300px}.dashboard3 h1{font-size:1.5em}.dashboard3 p{font-size:.95em}.intro-content h3{font-size:1.3em}.intro-content li{font-size:.95em}}@media (max-width:576px){.dashboard3 img{height:250px;width:250px}.dashboard3 h1{font-size:1.3em}.dashboard3 p{font-size:.9em}.intro-content h3{font-size:1.2em}.intro-content li{font-size:.9em}.Dash3content{padding:20px}}.dashboard4{align-items:center;background-color:#fff;display:flex;flex-direction:row;height:100vh;justify-content:center;margin-top:-8%}.Main-list{list-style:none;margin:0;padding:0}.Main-list li{align-items:start;display:flex;gap:10px;grid-template-columns:auto 1fr;justify-content:flex-start;margin-bottom:10px}.list-icon{color:#1ad4f1;font-size:1.2em}.Main-list li strong{line-height:1.5;word-break:break-word}.Dash4content{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-right:8%}.dashboard4 img{border-radius:50%;height:900px;margin-left:-6%;object-fit:contain;width:1000px}.dashboard4 h1{color:#333;font-size:2.5em;margin-top:20px}.dashboard4 p{color:#666;font-size:1.2em;margin-top:10px}.Dash4-content h3{color:#1a1a1a;color:#39c;font-size:2em;margin-bottom:20px;margin-right:0}.Dash4-content ul{align-items:center;display:flex;flex-direction:column;justify-content:center;line-height:1.6;list-style-type:none;margin-left:5%}.Dash4-content li{color:#333;font-size:1em;margin-bottom:15px}.Dash4-content strong{color:#0056b3}@media (max-width:1200px){.dashboard4 img{height:700px;width:800px}.dashboard4 h1{font-size:2em}.dashboard4 p{font-size:1.1em}.Dash4-content h3{font-size:1.8em}}@media (max-width:992px){.dashboard4{flex-direction:column;height:auto;margin-top:0}.dashboard4 img{height:500px;margin:0;width:600px}.Dash4content{margin-bottom:20px}.Dash4-content h3,.dashboard4 h1,.dashboard4 p{text-align:center}.Dash4-content ul{list-style:none;margin:0 auto;padding:0}.Main-list li{align-items:center;display:flex;gap:10px;justify-content:flex-start;margin-left:0!important;text-align:left;width:100%}.list-icon{color:#08d7ee;flex-shrink:0;font-size:1.2rem}}@media (max-width:768px){.dashboard4 img{height:350px;width:400px}.dashboard4 h1{font-size:1.5em}.dashboard4 p{font-size:.95em}.Dash4-content h3{font-size:1.3em}.Main-list li{display:flex;flex-wrap:wrap;font-size:1em;gap:8px;margin-left:0!important;text-align:left}.list-icon{font-size:1rem}}@media (max-width:576px){.dashboard4 img{height:250px;width:300px}.dashboard4 h1{font-size:1.3em}.dashboard4 p{font-size:.9em}.Dash4-content h3{font-size:1.2em}.Dash4content{padding:20px}.Main-list li{display:flex;font-size:.9em;gap:6px;text-align:left}.list-icon{font-size:.9rem}}.carousel-container{-webkit-overflow-scrolling:touch;display:flex;overflow-x:auto;position:relative;scroll-behavior:smooth;touch-action:pan-x;width:100%}.carousel-view{display:flex;gap:10px;width:max-content}.carousel-card{align-items:center;background-color:#f5f5f5;border-radius:8px;box-shadow:0 4px 6px #0000001a;display:flex;flex:0 0 250px;height:290px;justify-content:center;transition:transform .3s ease}.carousel-container::-webkit-scrollbar{height:8px}.carousel-container::-webkit-scrollbar-thumb{background-color:#888;border-radius:4px}.carousel-container::-webkit-scrollbar-thumb:hover{background-color:#555}
/*# sourceMappingURL=main.d2efbed7.css.map*/